@tekus/design-system 5.1.2 → 5.2.0

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 (146) hide show
  1. package/assets/readme-images/color-accent-palette.svg +14 -0
  2. package/assets/readme-images/color-background-palette.svg +16 -0
  3. package/assets/readme-images/color-border-palette.svg +16 -0
  4. package/assets/readme-images/color-f-error-palette.svg +14 -0
  5. package/assets/readme-images/color-f-info-palette.svg +14 -0
  6. package/assets/readme-images/color-f-success-palette.svg +14 -0
  7. package/assets/readme-images/color-f-warn-palette.svg +14 -0
  8. package/assets/readme-images/color-palette.svg +76 -0
  9. package/assets/readme-images/color-text-palette.svg +16 -0
  10. package/assets/readme-images/tk-modal-anatomy.png +0 -0
  11. package/assets/readme-images/tk-modal-basic.png +0 -0
  12. package/assets/readme-images/tk-modal-full.png +0 -0
  13. package/assets/styles/_index.scss +3 -10
  14. package/components/{icon → modal}/index.d.ts +1 -1
  15. package/components/modal/public-api.d.ts +3 -0
  16. package/components/modal/src/modal.component.d.ts +83 -0
  17. package/components/modal/src/modal.types.d.ts +16 -0
  18. package/components/modal/src/services/modal.service.d.ts +16 -0
  19. package/fesm2022/tekus-design-system-components-button.mjs +2 -2
  20. package/fesm2022/tekus-design-system-components-button.mjs.map +1 -1
  21. package/fesm2022/tekus-design-system-components-fallback-view.mjs +2 -2
  22. package/fesm2022/tekus-design-system-components-fallback-view.mjs.map +1 -1
  23. package/fesm2022/tekus-design-system-components-modal.mjs +178 -0
  24. package/fesm2022/tekus-design-system-components-modal.mjs.map +1 -0
  25. package/fesm2022/tekus-design-system-core-types.mjs +82 -60
  26. package/fesm2022/tekus-design-system-core-types.mjs.map +1 -1
  27. package/fesm2022/tekus-design-system-core.mjs +82 -60
  28. package/fesm2022/tekus-design-system-core.mjs.map +1 -1
  29. package/package.json +7 -23
  30. package/styles/variables.css +180 -0
  31. package/assets/styles/_variables.scss +0 -284
  32. package/assets/styles/docs/_branding.doc.scss +0 -69
  33. package/assets/styles/docs/_grids.doc.scss +0 -13
  34. package/assets/styles/docs/_icons.doc.scss +0 -102
  35. package/assets/styles/docs/_illustrations.doc.scss +0 -86
  36. package/assets/styles/docs/_paginador.doc.scss +0 -16
  37. package/assets/styles/docs/_table-of-content.scss +0 -22
  38. package/components/branding/index.d.ts +0 -5
  39. package/components/branding/public-api.d.ts +0 -1
  40. package/components/branding/src/branding-register-logo.d.ts +0 -22
  41. package/components/branding/src/branding.component.d.ts +0 -54
  42. package/components/grid-container/index.d.ts +0 -5
  43. package/components/grid-container/public-api.d.ts +0 -1
  44. package/components/grid-container/src/grid-container.component.d.ts +0 -121
  45. package/components/icon/core/icon-catalog.d.ts +0 -76
  46. package/components/icon/core/icons/ads.icons.d.ts +0 -2
  47. package/components/icon/core/icons/angle.icons.d.ts +0 -2
  48. package/components/icon/core/icons/arrow.icons.d.ts +0 -2
  49. package/components/icon/core/icons/bars.icons.d.ts +0 -2
  50. package/components/icon/core/icons/bolt.icons.d.ts +0 -2
  51. package/components/icon/core/icons/book.icons.d.ts +0 -2
  52. package/components/icon/core/icons/calendar.icons.d.ts +0 -2
  53. package/components/icon/core/icons/camera.icons.d.ts +0 -2
  54. package/components/icon/core/icons/chart.icons.d.ts +0 -2
  55. package/components/icon/core/icons/check.icons.d.ts +0 -2
  56. package/components/icon/core/icons/chevron.icons.d.ts +0 -2
  57. package/components/icon/core/icons/circle.icons.d.ts +0 -2
  58. package/components/icon/core/icons/clock.icons.d.ts +0 -2
  59. package/components/icon/core/icons/clone.icons.d.ts +0 -2
  60. package/components/icon/core/icons/download.icons.d.ts +0 -2
  61. package/components/icon/core/icons/ellipsis.icons.d.ts +0 -2
  62. package/components/icon/core/icons/eye.icons.d.ts +0 -2
  63. package/components/icon/core/icons/filter.icons.d.ts +0 -2
  64. package/components/icon/core/icons/folders.icons.d.ts +0 -2
  65. package/components/icon/core/icons/gears.icons.d.ts +0 -2
  66. package/components/icon/core/icons/hand.icons.d.ts +0 -2
  67. package/components/icon/core/icons/language.icons.d.ts +0 -2
  68. package/components/icon/core/icons/layer.icons.d.ts +0 -2
  69. package/components/icon/core/icons/link.icons.d.ts +0 -2
  70. package/components/icon/core/icons/list.icons.d.ts +0 -2
  71. package/components/icon/core/icons/location.icons.d.ts +0 -2
  72. package/components/icon/core/icons/lock.icons.d.ts +0 -2
  73. package/components/icon/core/icons/magnifying-glass.icons.d.ts +0 -2
  74. package/components/icon/core/icons/media.icons.d.ts +0 -2
  75. package/components/icon/core/icons/megaphone.icons.d.ts +0 -2
  76. package/components/icon/core/icons/money.icons.d.ts +0 -2
  77. package/components/icon/core/icons/pen.icons.d.ts +0 -2
  78. package/components/icon/core/icons/pencil.icons.d.ts +0 -2
  79. package/components/icon/core/icons/plug.icons.d.ts +0 -2
  80. package/components/icon/core/icons/plus.icons.d.ts +0 -2
  81. package/components/icon/core/icons/qr-code.icons.d.ts +0 -2
  82. package/components/icon/core/icons/screwdriver-wrench.icons.d.ts +0 -2
  83. package/components/icon/core/icons/shuffle.icons.d.ts +0 -2
  84. package/components/icon/core/icons/square.icons.d.ts +0 -2
  85. package/components/icon/core/icons/tag.icons.d.ts +0 -2
  86. package/components/icon/core/icons/thumbs.icons.d.ts +0 -2
  87. package/components/icon/core/icons/trash.icons.d.ts +0 -2
  88. package/components/icon/core/icons/triangle.icons.d.ts +0 -2
  89. package/components/icon/core/icons/user.icons.d.ts +0 -2
  90. package/components/icon/core/icons/xmark.icons.d.ts +0 -2
  91. package/components/icon/core/svg-icons/ads-icon.svg.d.ts +0 -2
  92. package/components/icon/core/svg-icons/index.d.ts +0 -1
  93. package/components/icon/public-api.d.ts +0 -2
  94. package/components/icon/src/icon.component.d.ts +0 -79
  95. package/components/illustration/assets/illustrations/tk-catalogs.svg.d.ts +0 -2
  96. package/components/illustration/assets/illustrations/tk-categories.svg.d.ts +0 -2
  97. package/components/illustration/assets/illustrations/tk-confirmation-action.svg.d.ts +0 -2
  98. package/components/illustration/assets/illustrations/tk-create-an-account.svg.d.ts +0 -2
  99. package/components/illustration/assets/illustrations/tk-custom-design.svg.d.ts +0 -2
  100. package/components/illustration/assets/illustrations/tk-delete.svg.d.ts +0 -2
  101. package/components/illustration/assets/illustrations/tk-download-AKF.svg.d.ts +0 -2
  102. package/components/illustration/assets/illustrations/tk-error.svg.d.ts +0 -2
  103. package/components/illustration/assets/illustrations/tk-graphics.svg.d.ts +0 -2
  104. package/components/illustration/assets/illustrations/tk-items.svg.d.ts +0 -2
  105. package/components/illustration/assets/illustrations/tk-kiosk.svg.d.ts +0 -2
  106. package/components/illustration/assets/illustrations/tk-list.svg.d.ts +0 -2
  107. package/components/illustration/assets/illustrations/tk-locations.svg.d.ts +0 -2
  108. package/components/illustration/assets/illustrations/tk-login.svg.d.ts +0 -2
  109. package/components/illustration/assets/illustrations/tk-multimedia.svg.d.ts +0 -2
  110. package/components/illustration/assets/illustrations/tk-no-connection.svg.d.ts +0 -2
  111. package/components/illustration/assets/illustrations/tk-no-found.svg.d.ts +0 -2
  112. package/components/illustration/assets/illustrations/tk-order.svg.d.ts +0 -2
  113. package/components/illustration/assets/illustrations/tk-playlist.svg.d.ts +0 -2
  114. package/components/illustration/assets/illustrations/tk-screens.svg.d.ts +0 -2
  115. package/components/illustration/assets/illustrations/tk-success.svg.d.ts +0 -2
  116. package/components/illustration/assets/illustrations/tk-support.svg.d.ts +0 -2
  117. package/components/illustration/assets/illustrations/tk-technical-failure.svg.d.ts +0 -2
  118. package/components/illustration/assets/illustrations/tk-tip.svg.d.ts +0 -2
  119. package/components/illustration/assets/illustrations/tk-upload.svg.d.ts +0 -2
  120. package/components/illustration/assets/illustrations/tk-void.svg.d.ts +0 -2
  121. package/components/illustration/assets/illustrations/tk-warning.svg.d.ts +0 -2
  122. package/components/illustration/assets/illustrations/tk-welcome.svg.d.ts +0 -2
  123. package/components/illustration/assets/illustrations/tk-without-catalogs.svg.d.ts +0 -2
  124. package/components/illustration/illustrations.registry.d.ts +0 -5
  125. package/components/illustration/index.d.ts +0 -5
  126. package/components/illustration/public-api.d.ts +0 -1
  127. package/components/illustration/src/illustration.component.d.ts +0 -117
  128. package/components/typography/index.d.ts +0 -5
  129. package/components/typography/public-api.d.ts +0 -1
  130. package/components/typography/src/typography.component.d.ts +0 -10
  131. package/fesm2022/tekus-design-system-components-branding.mjs +0 -93
  132. package/fesm2022/tekus-design-system-components-branding.mjs.map +0 -1
  133. package/fesm2022/tekus-design-system-components-grid-container.mjs +0 -193
  134. package/fesm2022/tekus-design-system-components-grid-container.mjs.map +0 -1
  135. package/fesm2022/tekus-design-system-components-icon.mjs +0 -1206
  136. package/fesm2022/tekus-design-system-components-icon.mjs.map +0 -1
  137. package/fesm2022/tekus-design-system-components-illustration.mjs +0 -3893
  138. package/fesm2022/tekus-design-system-components-illustration.mjs.map +0 -1
  139. package/fesm2022/tekus-design-system-components-typography.mjs +0 -36
  140. package/fesm2022/tekus-design-system-components-typography.mjs.map +0 -1
  141. package/tokens/blur/_blur.scss +0 -11
  142. package/tokens/colors/_colors.scss +0 -96
  143. package/tokens/index.scss +0 -5
  144. package/tokens/shadow/_shadow.scss +0 -10
  145. package/tokens/shapes/_shapes.scss +0 -9
  146. package/tokens/spacing/_spacing.scss +0 -25
@@ -1,3893 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import { Input, Component } from '@angular/core';
3
- import { NgStyle } from '@angular/common';
4
- import * as i1 from '@angular/platform-browser';
5
-
6
- const svg$s = `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 949.85 528.05" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><path d="m0,526.3c0,.94,1.07,1.69,2.41,1.69h945.03c1.33,0,2.41-.75,2.41-1.69s-1.07-1.69-2.41-1.69H2.41c-1.33,0-2.41.75-2.41,1.69Z" fill="#2f2e43" stroke-width="0"/><path d="m744.56,0H149.23c-7.91,0-14.34,6.43-14.34,14.34v398.91c0,7.91,6.43,14.34,14.34,14.34h595.33c7.91,0,14.34-6.43,14.34-14.34V14.34c0-7.91-6.43-14.34-14.34-14.34Z" fill="#d7d7d8" stroke-width="0"/><rect x="150.97" y="13.47" width="596.2" height="337.21" fill="#fff" stroke-width="0"/><path d="m758.9,365.45v47.8c0,7.91-6.43,14.34-14.34,14.34H149.23c-7.91,0-14.34-6.43-14.34-14.34v-47.8h624.01Z" fill="#2f2e41" stroke-width="0"/><rect x="375.2" y="418.47" width="147.75" height="107.77" fill="#2f2e41" stroke-width="0"/><rect x="374.76" y="512.76" width="148.61" height="4.35" fill="#d7d7d8" stroke-width="0"/><path d="m658.38,45.22v7.57H236.29v-7.57c0-4.06,3.29-7.35,7.35-7.35h407.39c4.06,0,7.35,3.29,7.35,7.35Z" fill="#d7d7d8" stroke-width="0"/><circle cx="245.28" cy="45.24" r="2.16" fill="#fff" stroke-width="0"/><circle cx="252.47" cy="45.24" r="2.16" fill="#fff" stroke-width="0"/><circle cx="259.65" cy="45.24" r="2.16" fill="#fff" stroke-width="0"/><rect x="272.59" y="60.69" width="344.82" height="11.14" rx="5.57" ry="5.57" fill="#d7d7d8" stroke-width="0"/><path d="m383.49,192.76h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z" fill="#d7d7d8" stroke-width="0"/><path d="m484.48,192.76h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z" fill="#d7d7d8" stroke-width="0"/><path d="m585.46,192.76h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z" fill="#d7d7d8" stroke-width="0"/><path d="m383.49,292.04h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z" fill="#d7d7d8" stroke-width="0"/><path d="m484.48,292.04h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Zm-74.28-77.27c-3.11,0-5.63,2.53-5.63,5.63v63.5c0,3.11,2.53,5.63,5.63,5.63h74.28c3.11,0,5.63-2.53,5.63-5.63v-63.5c0-3.11-2.53-5.63-5.63-5.63h-74.28Z" fill="#d7d7d8" stroke-width="0"/><path d="m585.46,292.04h-74.28c-4.48,0-8.13-3.65-8.13-8.13v-63.5c0-4.48,3.65-8.13,8.13-8.13h74.28c4.48,0,8.13,3.65,8.13,8.13v63.5c0,4.48-3.65,8.13-8.13,8.13Z" fill="#6C63FF" stroke-width="0"/><path d="m786.54,150.66l12.27-9.55s14,4.36,14.36,4.54,21.73,49.74,21.73,49.74c0,0-54.74,28.02-50.74,25.28,4-2.72,3.17-39.65-.55-44.46-3.73-4.82-.55-16.92-.55-16.92l3.45-8.64h.02Z" fill="#2f2e43" stroke-width="0"/><polygon points="820.46 172.99 803.83 172.99 803.83 199.39 822.17 193.36 820.46 172.99" fill="#f3a3a6" stroke-width="0"/><path id="uuid-8fbbfea1-20c6-492e-97ba-4f97c3a2ca55-44-226-137-781" d="m766.1,343.24c.43-2.41.26-4.9-.5-7.26l5.8-24.93-12.37-2.59-4.54,25.57c-1.48,1.96-2.44,4.26-2.8,6.68-1,6.05,1.43,11.53,5.41,12.22,3.98.7,8.01-3.64,9.01-9.69h0Z" fill="#f3a3a6" stroke-width="0"/><rect x="798.09" y="488.92" width="17.18" height="24.37" fill="#f3a3a6" stroke-width="0"/><path d="m781.37,528.05c7.54,0,18.55-.79,18.63-.8,2.95.26,17.65,1.42,18.38-1.94.67-3.09-.32-6.32-.46-6.77-1.42-14.05-1.94-14.22-2.26-14.31-.5-.15-1.96.55-4.33,2.08l-.15.1-.03.17c-.04.21-1.09,5.37-6.07,4.59-3.41-.54-4.52-1.3-4.87-1.67.29-.13.65-.36.9-.75.37-.57.43-1.31.19-2.2-.64-2.33-2.56-5.78-2.64-5.93l-.22-.39-19.52,13.17-12.06,3.45c-.91.25-1.64.91-2.01,1.78h0c-.51,1.21-.2,2.63.79,3.51,2.19,1.97,6.55,5.34,11.11,5.76,1.21.11,2.82.16,4.63.16h0Z" fill="#2f2e43" stroke-width="0"/><rect x="854.76" y="472.48" width="17.18" height="24.37" transform="translate(-125.69 530.29) rotate(-31.95)" fill="#f3a3a6" stroke-width="0"/><path d="m844.82,524.72c2.4,0,5.05-.34,7.28-1.47,5.63-2.83,19.32-12.78,19.4-12.85,2.63-1.33,15.72-8.13,14.56-11.37-1.07-2.98-3.62-5.2-3.97-5.5-8.64-11.18-9.16-11.04-9.48-10.95-.51.14-1.37,1.5-2.58,4.05l-.07.16.07.16c.08.21,1.92,5.14-2.72,7.1-3.18,1.35-4.52,1.3-5.01,1.16.18-.27.36-.65.37-1.12.02-.68-.32-1.35-1-1.97-1.78-1.64-5.23-3.55-5.38-3.63l-.39-.21-9.6,21.51-8.41,9.3c-.64.7-.91,1.64-.76,2.58h0c.21,1.3,1.23,2.33,2.53,2.56,1.32.23,3.17.48,5.19.48h0Z" fill="#2f2e43" stroke-width="0"/><path d="m827.92,285.11s5.57,0,14.3,17.46c8.73,17.47-2.38,87.57-2.38,87.57l31.1,80.48-21.82,15.28-39.83-86.2,9.82,95.48h-24.55l-19.1-165.32,4.36-44.74h48.1s0,0,0,0Z" fill="#2f2e43" stroke-width="0"/><polygon points="831.66 189.08 798.38 189.08 768.37 287.84 851.84 287.84 831.66 189.08" fill="#6C63FF" stroke-width="0"/><path d="m803.64,189.09l-33.83,140.22h-16.92s25.64-129.85,27.83-135.31c2.18-5.46,22.91-4.91,22.91-4.91h0Z" fill="#6C63FF" stroke-width="0"/><circle cx="806.1" cy="162.01" r="18.28" fill="#f3a3a6" stroke-width="0"/><path d="m783.33,158.68l4.48.76c4.18-16.74,13.65-11.27,14.55-11.46s14.36,14.54,13.27,29.46c-1.09,14.91,18.19,21.9,18.19,21.9,0,0,6.74,12.66.73,35.57s6.73,30.6,6.73,30.6c25.1-2.13,10.01-37.15,6.01-43.51-4-6.37-1.27-17.46-1.27-17.46,6.19-5.46-1.09-17.46-1.09-17.46,0,0,1.28-16.01-2.54-19.1s-4-10.73-4-10.73c-6.74-29.28-28.74-23.64-28.74-23.64-28.19-3.09-26.31,25.06-26.31,25.06Z" fill="#2f2e43" stroke-width="0"/><path id="uuid-3af8ea2b-8f5e-4851-abf4-031c35ae2916-45-227-138-782" d="m866.09,340.31h0c-.46-2.41-1.5-4.68-3.05-6.61l-3.44-25.37-12.49,1.98,4.83,25.52c-.67,2.36-.75,4.84-.24,7.24,1.21,6.01,5.42,10.26,9.39,9.5,3.97-.76,6.21-6.25,4.99-12.26h0Z" fill="#f3a3a6" stroke-width="0"/><path d="m848.47,327.66h16.92s-25.64-129.85-27.83-135.31c-2.18-5.46-20.44-3.14-20.44-3.14,0,0,31.35,138.45,31.35,138.45Z" fill="#6C63FF" stroke-width="0"/></svg>`;
7
-
8
- const svg$r = `<svg viewBox="0 0 177 98" fill="none" xmlns="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
9
- <path opacity="0.3" d="M29.6629 50.0757C37.7195 50.0757 44.2507 43.5445 44.2507 35.4879C44.2507 27.4313 37.7195 20.9001 29.6629 20.9001C21.6063 20.9001 15.0752 27.4313 15.0752 35.4879C15.0752 43.5445 21.6063 50.0757 29.6629 50.0757Z" fill="#16006F"/>
10
- <path opacity="0.3" d="M88.4999 50.0757C96.5564 50.0757 103.088 43.5445 103.088 35.4879C103.088 27.4313 96.5564 20.9001 88.4999 20.9001C80.4433 20.9001 73.9121 27.4313 73.9121 35.4879C73.9121 43.5445 80.4433 50.0757 88.4999 50.0757Z" fill="#16006F"/>
11
- <path opacity="0.3" d="M147.337 50.0757C155.394 50.0757 161.925 43.5445 161.925 35.4879C161.925 27.4313 155.394 20.9001 147.337 20.9001C139.281 20.9001 132.75 27.4313 132.75 35.4879C132.75 43.5445 139.281 50.0757 147.337 50.0757Z" fill="#16006F"/>
12
- <path opacity="0.3" d="M49.3561 61.0162H9.48291V64.9063H49.3561V61.0162Z" fill="#16006F"/>
13
- <path opacity="0.3" d="M108.679 61.0162H68.8062V64.9063H108.679V61.0162Z" fill="#16006F"/>
14
- <path d="M168.004 61.0162H128.13V64.9063H168.004V61.0162Z" fill="#16006F"/>
15
- <path d="M155.969 49.8706C164.025 49.8706 170.556 43.3394 170.556 35.2828C170.556 27.2262 164.025 20.6951 155.969 20.6951C147.912 20.6951 141.381 27.2262 141.381 35.2828C141.381 43.3394 147.912 49.8706 155.969 49.8706Z" fill="#16006F"/>
16
- </svg>`;
17
-
18
- const svg$q = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
19
- <svg
20
-
21
-
22
- viewBox="0 0 528.00001 466"
23
- role="img"
24
- artist="Katerina Limpitsouni"
25
- source="https://undraw.co/"
26
- version="1.1"
27
- id="svg33"
28
- xmlns="http://www.w3.org/2000/svg"
29
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
30
- <defs
31
- id="defs33" />
32
- <path
33
- d="m 458.28708,80.64414 h -0.932 V 55.11121 A 14.77776,14.77776 0 0 0 442.57733,40.33343 h -54.095 a 14.77776,14.77776 0 0 0 -14.77784,14.77773 v 140.07566 a 14.77777,14.77777 0 0 0 14.77775,14.77778 h 54.095 a 14.77777,14.77777 0 0 0 14.77781,-14.77772 v -96.368 h 0.93205 z"
34
- fill="#e5e5e5"
35
- id="path15" />
36
- <path
37
- d="m 442.55702,44.1781 h -7.06118 a 5.24313,5.24313 0 0 1 -4.85441,7.2233 h -30.99032 a 5.2431,5.2431 0 0 1 -4.85441,-7.22331 h -6.59516 a 11.03587,11.03587 0 0 0 -11.03588,11.03585 v 139.87013 a 11.03586,11.03586 0 0 0 11.03583,11.03587 h 54.3555 a 11.03587,11.03587 0 0 0 11.03588,-11.03586 v 0 V 55.214 A 11.03586,11.03586 0 0 0 442.55702,44.1781 Z"
38
- fill="#ffffff"
39
- id="path16" />
40
- <rect
41
- x="410.53873"
42
- y="95.460297"
43
- width="33.701172"
44
- height="2.67015"
45
- fill="#e5e5e5"
46
- id="rect16" />
47
- <rect
48
- x="410.53873"
49
- y="103.91577"
50
- width="33.701172"
51
- height="2.67015"
52
- fill="#e5e5e5"
53
- id="rect17" />
54
- <rect
55
- x="410.53873"
56
- y="112.37124"
57
- width="33.701172"
58
- height="2.67015"
59
- fill="#e5e5e5"
60
- id="rect18" />
61
- <rect
62
- x="387.75168"
63
- y="97.110497"
64
- width="16.280689"
65
- height="16.280689"
66
- fill="#e5e5e5"
67
- id="rect19" />
68
- <circle
69
- cx="398.88412"
70
- cy="147.75284"
71
- r="7.0848899"
72
- fill="#6c63ff"
73
- id="circle19" />
74
- <circle
75
- cx="417.77713"
76
- cy="147.75284"
77
- r="5.78936"
78
- fill="#6c63ff"
79
- id="circle20" />
80
- <circle
81
- cx="436.67014"
82
- cy="147.75284"
83
- r="3.5222001"
84
- fill="#6c63ff"
85
- id="circle21" />
86
- <path
87
- d="M 211.37757,202.29253 H 87.197305 A 11.11416,11.11416 0 0 1 76.095695,191.19092 V 11.10161 A 11.11416,11.11416 0 0 1 87.197305,0 H 211.37757 a 11.11416,11.11416 0 0 1 11.10161,11.10161 v 180.08931 a 11.11416,11.11416 0 0 1 -11.10161,11.10161 z"
88
- fill="#e5e5e5"
89
- id="path21" />
90
- <path
91
- d="M 211.59615,195.20946 H 86.978725 a 3.42611,3.42611 0 0 1 -3.4222,-3.4222 v -181.282 a 3.42611,3.42611 0 0 1 3.4222,-3.4222 H 211.59615 a 3.42611,3.42611 0 0 1 3.4222,3.4222 v 181.282 a 3.42611,3.42611 0 0 1 -3.4222,3.4222 z"
92
- fill="#ffffff"
93
- id="path22" />
94
- <circle
95
- cx="148.81522"
96
- cy="3.3998699"
97
- r="0.94441003"
98
- fill="#ffffff"
99
- id="circle22" />
100
- <rect
101
- x="131.62506"
102
- y="62.679611"
103
- width="69.310768"
104
- height="3.98242"
105
- fill="#e5e5e5"
106
- id="rect22" />
107
- <rect
108
- x="131.62506"
109
- y="75.290588"
110
- width="69.310768"
111
- height="3.98242"
112
- fill="#e5e5e5"
113
- id="rect23" />
114
- <rect
115
- x="131.62506"
116
- y="87.901581"
117
- width="69.310768"
118
- height="3.98242"
119
- fill="#e5e5e5"
120
- id="rect24" />
121
- <rect
122
- x="97.639046"
123
- y="65.140808"
124
- width="24.281981"
125
- height="24.281981"
126
- fill="#e5e5e5"
127
- id="rect25" />
128
- <circle
129
- cx="125.98472"
130
- cy="129.96471"
131
- r="9.6482201"
132
- fill="#6c63ff"
133
- id="circle25" />
134
- <circle
135
- cx="151.71326"
136
- cy="129.96471"
137
- r="7.8839698"
138
- fill="#6c63ff"
139
- id="circle26" />
140
- <circle
141
- cx="177.44183"
142
- cy="129.96471"
143
- r="4.7965398"
144
- fill="#6c63ff"
145
- id="circle27" />
146
- <path
147
- d="M 447.50163,218.95293 H 81.112965 a 10.08456,10.08456 0 0 0 -10.08457,10.08455 v 204.145 a 10.08459,10.08459 0 0 0 10.08457,10.0846 H 447.50163 a 10.08459,10.08459 0 0 0 10.08457,-10.0846 v -204.145 a 10.08457,10.08457 0 0 0 -10.08457,-10.08455 z"
148
- fill="#3f3d56"
149
- id="path27" />
150
- <rect
151
- x="84.548714"
152
- y="236.77515"
153
- width="359.51715"
154
- height="202.80455"
155
- fill="#ffffff"
156
- id="rect27" />
157
- <circle
158
- cx="263.99997"
159
- cy="227.55676"
160
- r="3.68735"
161
- fill="#ffffff"
162
- id="circle28" />
163
- <path
164
- d="m 467.68062,435.89234 h -35.08657 v -2.528 a 0.50121,0.50121 0 0 0 -0.5012,-0.50123 h -12.02974 a 0.50122,0.50122 0 0 0 -0.50127,0.5012 v 2.528 h -7.51843 v -2.528 a 0.50122,0.50122 0 0 0 -0.50123,-0.50123 h -12.02969 a 0.50122,0.50122 0 0 0 -0.50123,0.50123 v 0 2.528 h -7.51854 v -2.528 a 0.50122,0.50122 0 0 0 -0.50123,-0.50123 H 378.9618 a 0.50122,0.50122 0 0 0 -0.50123,0.50123 v 0 2.528 h -7.51853 v -2.528 a 0.50122,0.50122 0 0 0 -0.50123,-0.50123 h -12.02968 a 0.50121,0.50121 0 0 0 -0.50123,0.5012 v 2.528 h -7.51853 v -2.528 a 0.50122,0.50122 0 0 0 -0.50123,-0.50123 h -12.02965 a 0.50122,0.50122 0 0 0 -0.50123,0.50123 v 0 2.528 h -7.51856 v -2.528 a 0.50123,0.50123 0 0 0 -0.50124,-0.50123 h -12.0297 a 0.50122,0.50122 0 0 0 -0.50123,0.50123 v 0 2.528 H 309.29 v -2.528 a 0.50123,0.50123 0 0 0 -0.50124,-0.50123 h -94.23242 a 0.50122,0.50122 0 0 0 -0.50123,0.50123 v 0 2.528 h -7.51857 v -2.528 a 0.50122,0.50122 0 0 0 -0.50123,-0.50123 h -12.02964 a 0.50122,0.50122 0 0 0 -0.50123,0.50123 v 0 2.528 h -7.51857 v -2.528 a 0.50121,0.50121 0 0 0 -0.5012,-0.50123 h -12.02971 a 0.50122,0.50122 0 0 0 -0.50123,0.50123 v 0 2.528 h -7.51856 v -2.528 a 0.50123,0.50123 0 0 0 -0.50124,-0.50123 h -12.02967 a 0.50122,0.50122 0 0 0 -0.50123,0.50123 v 0 2.528 h -7.51854 v -2.528 a 0.50123,0.50123 0 0 0 -0.50124,-0.50123 h -12.02966 a 0.50122,0.50122 0 0 0 -0.50123,0.50123 v 0 2.528 h -7.51857 v -2.528 a 0.50122,0.50122 0 0 0 -0.50123,-0.50123 h -12.02968 a 0.50123,0.50123 0 0 0 -0.50123,0.5012 v 2.528 h -7.51855 v -2.528 a 0.50122,0.50122 0 0 0 -0.50121,-0.50123 H 91.252205 a 0.50123,0.50123 0 0 0 -0.50123,0.50123 v 0 2.528 H 67.694085 A 12.02967,12.02967 0 0 0 55.664425,447.922 v 5.43953 a 12.02967,12.02967 0 0 0 12.02966,12.02964 H 467.68062 A 12.02968,12.02968 0 0 0 479.7103,453.36153 V 447.922 a 12.02967,12.02967 0 0 0 -12.02968,-12.02966 z"
165
- fill="#3f3d56"
166
- id="path28" />
167
- <rect
168
- x="228.18692"
169
- y="256.08508"
170
- width="116.25931"
171
- height="4.3199801"
172
- fill="#cbcbcb"
173
- id="rect28" />
174
- <rect
175
- x="228.18692"
176
- y="269.76501"
177
- width="116.25931"
178
- height="4.3199801"
179
- fill="#cbcbcb"
180
- id="rect29" />
181
- <rect
182
- x="228.18692"
183
- y="283.44495"
184
- width="116.25931"
185
- height="4.3199801"
186
- fill="#cbcbcb"
187
- id="rect30" />
188
- <rect
189
- x="191.32016"
190
- y="258.75488"
191
- width="26.3402"
192
- height="26.3402"
193
- fill="#cbcbcb"
194
- id="rect31" />
195
- <circle
196
- cx="264.02682"
197
- cy="355.70291"
198
- r="46.095348"
199
- fill="#6c63ff"
200
- id="circle31" />
201
- <polygon
202
- points="603.654,362.548 603.654,376.999 588.694,376.999 588.694,362.58 579.029,362.58 596.133,327.821 613.327,362.548 "
203
- fill="#ffffff"
204
- id="polygon31"
205
- transform="translate(-332.15102)" />
206
- <path
207
- d="m 20.701075,189.01652 a 43.78818,43.78818 0 0 1 25.50529,-14.65517 l -4.41511,-3.7089 4.7219,-0.4091 6.04278,5.07922 -5.07922,6.04282 -4.7219,0.40911 3.40338,-4.04663 a 40.62894,40.62894 0 0 0 9.379,80.45317 l 0.1184,3.2904 a 43.92572,43.92572 0 0 1 -34.95448,-72.45492 z"
208
- fill="#e5e5e5"
209
- id="path31" />
210
- <path
211
- d="m 517.82059,219.15293 a 43.92573,43.92573 0 0 1 -45.4761,42.31851 l 0.1184,-3.2904 a 40.62894,40.62894 0 0 0 9.379,-80.45317 l 3.40337,4.04663 -4.7219,-0.40911 -5.07922,-6.04282 6.04278,-5.07922 4.7219,0.4091 -4.41511,3.7089 a 43.92126,43.92126 0 0 1 36.02698,44.79158 z"
212
- fill="#e5e5e5"
213
- id="path32" />
214
- <path
215
- d="M 526.99999,466 H 0.99999479 a 1,1 0 0 1 0,-2 H 526.99999 a 1,1 0 0 1 0,2 z"
216
- fill="#cbcbcb"
217
- id="path33" />
218
- </svg>`;
219
-
220
- const svg$p = `<svg viewBox="0 0 257 437" fill="none" xmlns="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
221
- <path d="M117.09 190.158L70.8228 53.6785L161.26 0L213.666 133.785V347.825L117.09 408.541V190.158ZM100.919 68.6516L137.453 165.977L189.484 134.309L154.223 38.1814L100.919 68.6516Z" fill="#D8D8D8"/>
222
- <path d="M86.7689 391.172V188.736L45.5181 70.8976L70.8226 53.5288L117.089 190.158V408.541L86.7689 391.172Z" fill="#6AD0BC"/>
223
- <path d="M0 365.119L86.769 315.258V391.172L116.94 408.391L117.09 408.466L117.763 408.091L117.988 408.017L214.04 347.825V325.44L256.714 352.167L117.09 436.765L0 365.119Z" fill="#4F9385"/>
224
- <path d="M134.907 173.463C137.022 174.203 139.357 173.955 141.271 172.789L193.303 141.121C196.365 139.264 197.682 135.499 196.447 132.138L161.185 35.636C159.698 31.7776 155.365 29.8555 151.508 31.3415C151.259 31.437 151.017 31.5465 150.779 31.6681L97.4748 61.9886C94.2836 63.8116 92.8883 67.6821 94.1807 71.1222L130.715 168.447C131.271 170.673 132.816 172.522 134.907 173.463ZM149.881 49.3364L179.827 131.688L140.822 155.421L109.753 72.3201L149.881 49.3364Z" fill="#5BB09F"/>
225
- <path d="M188.212 159.913L141.046 188.96C137.88 191.619 137.467 196.341 140.125 199.508C142.177 201.952 145.552 202.827 148.533 201.688L195.698 172.64C198.865 169.981 199.278 165.259 196.619 162.092C194.568 159.648 191.192 158.773 188.212 159.913Z" fill="#929292"/>
226
- </svg>`;
227
-
228
- const svg$o = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 647.63626 632.17383" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><path d="M687.3279,276.08691H512.81813a15.01828,15.01828,0,0,0-15,15v387.85l-2,.61005-42.81006,13.11a8.00676,8.00676,0,0,1-9.98974-5.31L315.678,271.39691a8.00313,8.00313,0,0,1,5.31006-9.99l65.97022-20.2,191.25-58.54,65.96972-20.2a7.98927,7.98927,0,0,1,9.99024,5.3l32.5498,106.32Z" transform="translate(-276.18187 -133.91309)" fill="#f2f2f2"/><path d="M725.408,274.08691l-39.23-128.14a16.99368,16.99368,0,0,0-21.23-11.28l-92.75,28.39L380.95827,221.60693l-92.75,28.4a17.0152,17.0152,0,0,0-11.28028,21.23l134.08008,437.93a17.02661,17.02661,0,0,0,16.26026,12.03,16.78926,16.78926,0,0,0,4.96972-.75l63.58008-19.46,2-.62v-2.09l-2,.61-64.16992,19.65a15.01489,15.01489,0,0,1-18.73-9.95l-134.06983-437.94a14.97935,14.97935,0,0,1,9.94971-18.73l92.75-28.4,191.24024-58.54,92.75-28.4a15.15551,15.15551,0,0,1,4.40966-.66,15.01461,15.01461,0,0,1,14.32032,10.61l39.0498,127.56.62012,2h2.08008Z" transform="translate(-276.18187 -133.91309)" fill="#3f3d56"/><path d="M398.86279,261.73389a9.0157,9.0157,0,0,1-8.61133-6.3667l-12.88037-42.07178a8.99884,8.99884,0,0,1,5.9712-11.24023l175.939-53.86377a9.00867,9.00867,0,0,1,11.24072,5.9707l12.88037,42.07227a9.01029,9.01029,0,0,1-5.9707,11.24072L401.49219,261.33887A8.976,8.976,0,0,1,398.86279,261.73389Z" transform="translate(-276.18187 -133.91309)" fill="#6C63FF"/><circle cx="190.15351" cy="24.95465" r="20" fill="#6C63FF"/><circle cx="190.15351" cy="24.95465" r="12.66462" fill="#fff"/><path d="M878.81836,716.08691h-338a8.50981,8.50981,0,0,1-8.5-8.5v-405a8.50951,8.50951,0,0,1,8.5-8.5h338a8.50982,8.50982,0,0,1,8.5,8.5v405A8.51013,8.51013,0,0,1,878.81836,716.08691Z" transform="translate(-276.18187 -133.91309)" fill="#e6e6e6"/><path d="M723.31813,274.08691h-210.5a17.02411,17.02411,0,0,0-17,17v407.8l2-.61v-407.19a15.01828,15.01828,0,0,1,15-15H723.93825Zm183.5,0h-394a17.02411,17.02411,0,0,0-17,17v458a17.0241,17.0241,0,0,0,17,17h394a17.0241,17.0241,0,0,0,17-17v-458A17.02411,17.02411,0,0,0,906.81813,274.08691Zm15,475a15.01828,15.01828,0,0,1-15,15h-394a15.01828,15.01828,0,0,1-15-15v-458a15.01828,15.01828,0,0,1,15-15h394a15.01828,15.01828,0,0,1,15,15Z" transform="translate(-276.18187 -133.91309)" fill="#3f3d56"/><path d="M801.81836,318.08691h-184a9.01015,9.01015,0,0,1-9-9v-44a9.01016,9.01016,0,0,1,9-9h184a9.01016,9.01016,0,0,1,9,9v44A9.01015,9.01015,0,0,1,801.81836,318.08691Z" transform="translate(-276.18187 -133.91309)" fill="#6C63FF"/><circle cx="433.63626" cy="105.17383" r="20" fill="#6C63FF"/><circle cx="433.63626" cy="105.17383" r="12.18187" fill="#fff"/></svg>`;
229
-
230
- const svg$n = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
231
- <svg
232
-
233
-
234
- viewBox="0 0 740.10323 574.31553"
235
- role="img"
236
- artist="Katerina Limpitsouni"
237
- source="https://undraw.co/"
238
- version="1.1"
239
- id="svg19"
240
- sodipodi:docname="tk-custom design.svg"
241
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
242
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
243
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
244
- xmlns="http://www.w3.org/2000/svg"
245
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
246
- <defs
247
- id="defs19" />
248
- <sodipodi:namedview
249
- id="namedview19"
250
- pagecolor="#ffffff"
251
- bordercolor="#000000"
252
- borderopacity="0.25"
253
- inkscape:showpageshadow="2"
254
- inkscape:pageopacity="0.0"
255
- inkscape:pagecheckerboard="0"
256
- inkscape:deskcolor="#d1d1d1"
257
- inkscape:zoom="1.4434573"
258
- inkscape:cx="369.94512"
259
- inkscape:cy="287.15778"
260
- inkscape:window-width="1920"
261
- inkscape:window-height="1009"
262
- inkscape:window-x="1912"
263
- inkscape:window-y="-8"
264
- inkscape:window-maximized="1"
265
- inkscape:current-layer="svg19" />
266
- <path
267
- d="M717.41322,0h-647.62a22.71737,22.71737,0,0,0-22.69,22.69V417.31a22.71737,22.71737,0,0,0,22.69,22.69h647.62a22.71738,22.71738,0,0,0,22.69-22.69V22.69A22.71738,22.71738,0,0,0,717.41322,0Zm20.69,417.31a20.69,20.69,0,0,1-20.69,20.69h-647.62a20.69,20.69,0,0,1-20.69-20.69V157.67554A155.67554,155.67554,0,0,1,204.77877,2H717.41322a20.69,20.69,0,0,1,20.69,20.69Z"
268
- fill="#3f3d56"
269
- id="path1" />
270
- <path
271
- d="M678.92225,335.731h-296.63A11.6277,11.6277,0,0,1,370.678,324.11672V227.78153a11.6277,11.6277,0,0,1,11.61427-11.61428h296.63a11.62771,11.62771,0,0,1,11.61427,11.61428v96.33519A11.62771,11.62771,0,0,1,678.92225,335.731Z"
272
- fill="#e6e6e6"
273
- id="path2" />
274
- <ellipse
275
- cx="216.40538"
276
- cy="54.87291"
277
- rx="8.64192"
278
- ry="8.83451"
279
- fill="#3f3d56"
280
- id="ellipse2" />
281
- <ellipse
282
- cx="186.55149"
283
- cy="54.87291"
284
- rx="8.64192"
285
- ry="8.83451"
286
- fill="#3f3d56"
287
- id="ellipse3" />
288
- <ellipse
289
- cx="156.6976"
290
- cy="54.87291"
291
- rx="8.64192"
292
- ry="8.83451"
293
- fill="#3f3d56"
294
- id="ellipse4" />
295
- <path
296
- d="M498.77559,145.10878H377.91041a7.52,7.52,0,0,1,0-15.04008H498.77559a7.52,7.52,0,0,1,0,15.04008Z"
297
- fill="#e6e6e6"
298
- id="path4" />
299
- <path
300
- d="M593.09919,170.56122H377.91041a7.52,7.52,0,0,1,0-15.04008H593.09919a7.52,7.52,0,1,1,0,15.04008Z"
301
- fill="#e6e6e6"
302
- id="path5" />
303
- <polygon
304
- points="162.313 563.077 172.402 563.076 177.201 524.161 162.311 524.162 162.313 563.077"
305
- fill="#ffb6b6"
306
- id="polygon5" />
307
- <path
308
- d="M161.95749,573.60189l31.02493-.00119v-.39231a12.07642,12.07642,0,0,0-12.07576-12.07558h-.00075l-5.66709-4.29933-10.57354,4.3-2.70828.00006Z"
309
- fill="#2f2e41"
310
- id="path6" />
311
- <polygon
312
- points="103.992 563.077 114.081 563.076 118.88 524.161 103.99 524.162 103.992 563.077"
313
- fill="#ffb6b6"
314
- id="polygon6" />
315
- <path
316
- d="M103.63647,573.60189l31.02493-.00119v-.39231a12.07642,12.07642,0,0,0-12.07577-12.07558h-.00074l-5.66709-4.29933-10.57354,4.3-2.70828.00006Z"
317
- fill="#2f2e41"
318
- id="path7" />
319
- <path
320
- d="M230.27163,304.69721l-34.37412-32.23668,9.3102-15.59609L239.10887,295.633a9.85119,9.85119,0,1,1-8.83724,9.06424Z"
321
- fill="#ffb6b6"
322
- id="path8" />
323
- <path
324
- d="M94.12116,351.62951s-4.26739,38.40652,4.97863,74.67935l-3.48243,17.53439,7.74982,100.53012h18.81124l13.1942-165.71705,24.6299,165.71705h19.75769l-2.42491-91.03769,8.55159-87.48153-3.573-19.9145Z"
325
- fill="#2f2e41"
326
- id="path9" />
327
- <path
328
- d="M146.10323,202h-42l-7.06341,17.95826,1.70435,141.98411s83.21414,0,88.904-5.68986l-17.7808-61.87718-6.40109-78.94675Z"
329
- fill="#16006F"
330
- id="path10" />
331
- <polygon
332
- points="169.156 214.717 199.028 246.723 209.696 253.835 212.541 263.081 200.45 283.707 186.937 278.728 182.67 263.081 157.594 242.581 154.931 209.739 169.156 214.717"
333
- fill="#2f2e41"
334
- id="polygon10" />
335
- <polygon
336
- points="142.188 203.016 147.103 224 153.865 298.998 163.111 355.897 189.785 355.897 173.779 294.02 167.378 214.362 146.041 201.56 142.188 203.016"
337
- fill="#2f2e41"
338
- id="polygon11" />
339
- <polygon
340
- points="107.931 203.016 115.458 227.164 127.549 306.822 109.057 363.72 91.103 364 86.431 346.349 96.966 301.132 82.741 214.362 104.078 201.56 107.931 203.016"
341
- fill="#2f2e41"
342
- id="polygon12" />
343
- <circle
344
- cx="123.47208"
345
- cy="169.43092"
346
- r="25.45799"
347
- fill="#ffb6b6"
348
- id="circle12" />
349
- <path
350
- d="M108.78531,182.03328s-1.22281,1.85466,1.138,9.7241l-10.82355-8.68985-1.18392-9.54286s-5.50861-19.67361,13.37806-29.11695c0,0,16.52583-8.65639,32.26473,3.93472,0,0,6.29555.78695,5.50861,1.57389s-4.72167,3.14778-.787,2.36084,6.29556-4.72167,6.29556-2.36084-7.0825,7.86945-7.0825,7.86945,2.7543,7.476-16.13237-2.75431v0a21.108,21.108,0,0,1-10.86372,11.37669l.60594.59183h0l-4.69416,10.06592S111.53962,170.62259,108.78531,182.03328Z"
351
- fill="#2f2e41"
352
- id="path12" />
353
- <path
354
- d="M110.78336,380.68836l85.53226-192.85677a8.27,8.27,0,0,1,10.90006-4.20219l62.63323,27.77793a8.27,8.27,0,0,1,4.20219,10.90006L188.51884,415.16417a8.27,8.27,0,0,1-10.90007,4.20219l-62.63322-27.77793A8.27,8.27,0,0,1,110.78336,380.68836Z"
355
- fill="#fff"
356
- id="path13" />
357
- <path
358
- d="M110.78336,380.68836l85.53226-192.85677a8.27,8.27,0,0,1,10.90006-4.20219l62.63323,27.77793a8.27,8.27,0,0,1,4.20219,10.90006L188.51884,415.16417a8.27,8.27,0,0,1-10.90007,4.20219l-62.63322-27.77793A8.27,8.27,0,0,1,110.78336,380.68836Zm161.93893-158.9703a6.81447,6.81447,0,0,0-3.46271-8.98192l-62.63323-27.77793a6.81447,6.81447,0,0,0-8.98192,3.46271L112.11217,381.27769a6.81447,6.81447,0,0,0,3.46271,8.98193l62.63322,27.77793a6.81448,6.81448,0,0,0,8.98193-3.46271Z"
359
- fill="#3f3d56"
360
- id="path14" />
361
- <circle
362
- cx="204.27831"
363
- cy="269.82564"
364
- r="32.00544"
365
- fill="#ccc"
366
- id="circle14" />
367
- <circle
368
- cx="188.70759"
369
- cy="304.93424"
370
- r="32.00544"
371
- fill="#3f3d56"
372
- id="circle15"
373
- style="fill:#6ad0bc;fill-opacity:1" />
374
- <path
375
- d="M160.16127,369.3a32.00544,32.00544,0,1,1,25.9512-58.51434c16.15829,7.16622,33.87683,43.92154,16.28157,42.23276C182.24462,351.08452,176.31956,376.46624,160.16127,369.3Z"
376
- fill="#16006F"
377
- id="path15" />
378
- <path
379
- d="M117.11263,350.313,92.10323,288l20,4,16.691,53.43474a9.8512,9.8512,0,1,1-11.68159,4.87829Z"
380
- fill="#ffb6b6"
381
- id="path16" />
382
- <path
383
- d="M76.61773,229.56329c-1.45581,16.06283,1.55945,30.16651,6.96727,43.22182l.69454,11.61228,5.55966,7.9166,23.70719,3.09527,4.35283-13.72777-9.74411-12.96514-.81922-32.37791-24.3118-22.24116Z"
384
- fill="#2f2e41"
385
- id="path17" />
386
- <path
387
- d="M54.25887,556.98257a2.26935,2.26935,0,0,1-1.64468-3.93333l.1555-.61819q-.03072-.07427-.06179-.14839a6.09416,6.09416,0,0,0-11.24138.04177c-1.83859,4.42817-4.17943,8.86388-4.7558,13.54594a18.029,18.029,0,0,0,.31649,6.20047,72.28138,72.28138,0,0,1-6.57516-30.02077,69.76621,69.76621,0,0,1,.43275-7.783q.3585-3.17781.99471-6.31034a73.11883,73.11883,0,0,1,14.50012-30.98961,19.45908,19.45908,0,0,0,8.093-8.39652,14.84349,14.84349,0,0,0,1.34991-4.05618c-.394.05168-1.48556-5.94866-1.1884-6.3168-.54906-.83317-1.53178-1.24733-2.13144-2.06034-2.98232-4.04341-7.0912-3.33741-9.23621,2.15726-4.58224,2.31267-4.62659,6.14806-1.815,9.83683,1.78878,2.34682,2.03456,5.52233,3.60409,8.03479-.16151.2067-.32945.40695-.49091.61366a73.59073,73.59073,0,0,0-7.681,12.16859,30.59244,30.59244,0,0,0-1.8264-14.20959c-1.74819-4.21731-5.02491-7.76915-7.91045-11.415a6.27922,6.27922,0,0,0-11.184,3.08332q-.00887.08064-.01731.1612.6429.36267,1.25863.76992A3.0782,3.0782,0,0,1,15.963,492.94l-.06277.00968a30.62792,30.62792,0,0,0,.80734,4.57937c-3.70179,14.31579,4.29011,19.5299,15.70147,19.76413.25191.12916.49739.25832.74929.38108a75.11456,75.11456,0,0,0-4.04326,19.02779,71.24345,71.24345,0,0,0,.05167,11.50323l-.01938-.13562a18.82562,18.82562,0,0,0-6.42661-10.87028c-4.9456-4.06264-11.93282-5.55869-17.26825-8.82425a3.533,3.533,0,0,0-5.41122,3.43708l.02182.14261a20.67471,20.67471,0,0,1,2.31872,1.11733q.64288.36276,1.25863.76991a3.07824,3.07824,0,0,1-1.24107,5.60181l-.06282.00964c-.04519.00646-.084.013-.12911.01944A30.65462,30.65462,0,0,0,7.846,548.30221c2.31464,12.49713,12.256,13.68283,22.89023,10.04354h.00648a75.09184,75.09184,0,0,0,5.0444,14.7262H53.80731c.06464-.20021.12274-.40692.1809-.60717a20.47435,20.47435,0,0,1-4.9863-.297c1.337-1.64059,2.674-3.29409,4.011-4.93462a1.11929,1.11929,0,0,0,.084-.0969c.67817-.8396,1.36282-1.67282,2.041-2.51245l.00036-.001a29.99051,29.99051,0,0,0-.87876-7.63985Z"
388
- fill="#f2f2f2"
389
- id="path18" />
390
- <path
391
- d="M255.81023,573.12552a1.18647,1.18647,0,0,1-1.19007,1.19H1.33018a1.19,1.19,0,0,1,0-2.38h253.29A1.18651,1.18651,0,0,1,255.81023,573.12552Z"
392
- fill="#ccc"
393
- id="path19" />
394
- </svg>`;
395
-
396
- const svg$m = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 801.92126 597.4574" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><circle id="b" cx="436.31396" cy="42" r="18.93406" fill="#16006F"/><path id="c-2168" d="M434.43768,49.22279c-.42596,.00072-.84058-.13708-1.1814-.39262l-.02112-.01585-4.44977-3.40392c-.8667-.66447-1.0307-1.90575-.36621-2.77248,.66443-.86673,1.90576-1.0307,2.77246-.36623h0l2.8822,2.21021,6.81079-8.88542c.66418-.86635,1.90491-1.03024,2.77124-.36607l.00006,.00003,.00055,.00043-.0423,.05869,.0434-.05869c.86536,.66507,1.02887,1.90515,.3656,2.77185l-8.01099,10.44653c-.37567,.48787-.95709,.77295-1.57281,.77116l-.00171,.00238Z" fill="#fff"/><circle id="d" cx="436.31396" cy="170" r="18.93405" fill="#16006F"/><path id="e-2169" d="M434.43768,177.22278c-.42596,.0007-.84058-.13708-1.1814-.39264l-.02112-.01584-4.44977-3.40393c-.8667-.66446-1.0307-1.90573-.36621-2.77246s1.90576-1.03067,2.77246-.36621l2.8822,2.21021,6.81079-8.88541c.66418-.86633,1.90491-1.03021,2.77124-.36603l.00006,.00003,.00055,.00043-.0423,.05869,.0434-.05869c.86536,.66507,1.02887,1.90515,.3656,2.77185l-8.01099,10.44653c-.37567,.48785-.95709,.77295-1.57281,.77115l-.00171,.00232Z" fill="#fff"/><path d="M483.8642,368.95905c-.23236-5.93018,4.38666-10.9259,10.31683-11.15823,.63226-.02478,1.2655,.00635,1.89227,.09299l17.341-34.02234,9.79852,17.25595-17.96954,29.66269c-1.20624,5.84369-6.92139,9.60303-12.76508,8.39679-4.88965-1.00934-8.45087-5.23767-8.61407-10.22778l.00006-.00006Z" fill="#ffb7b7"/><polygon points="564.71002 583.19397 551.10101 583.19299 544.62701 530.70203 564.71198 530.703 564.71002 583.19397" fill="#ffb7b7"/><path d="M568.18018,596.3855l-43.88049-.00165v-.55499c.00067-9.43243,7.64709-17.07874,17.07953-17.07922h.0011l26.80072,.0011-.00085,17.63477Z" fill="#2f2e41"/><polygon points="638.48297 583.19397 624.87402 583.19299 618.40002 530.70203 638.48499 530.703 638.48297 583.19397" fill="#ffb7b7"/><path d="M641.95349,596.3855l-43.88049-.00165v-.55499c.00067-9.43243,7.64709-17.07874,17.07953-17.07922h.0011l26.80072,.0011-.00085,17.63477Z" fill="#2f2e41"/><path d="M504.76678,339.34869l-5.94092,9.90152s9.90149,0,11.88177,14.8522l7.9212-9.90149-13.86206-14.85223Z" fill="#e5e5e5"/><path d="M608.73242,318.55554s15.84241,41.58627,18.81281,67.33014c2.9704,25.7439,7.9212,94.06415,7.9212,94.06415l9.90155,88.12335-27.72418,3.96057-11.88184-89.11346-26.73401-88.12335-5.94092,88.12329-4.95074,80.20215-25.7439,.99011-1.98035-83.17261-10.89166-105.94598,5.94092-50.49762,73.27112-5.94073Z" fill="#2f2e41"/><polygon points="589.42401 192.312 599.32599 199.242 612.198 328.952 531.99597 330.93201 542.888 240.82899 552.789 215.08501 559.93597 205.636 589.42401 192.312" fill="#e5e5e5"/><path d="M591.40485,285.38553l3.02985-89.56699s5.88153,.45349,7.86182,3.42401,34.65521,8.91135,34.65521,8.91135l-5.94092,92.08389s24.75372,73.27106,15.84241,77.23169-24.75372,2.97046-24.75372,2.97046l-30.69464-95.05441Z" fill="#2f2e41"/><path d="M543.38263,273.99881l10.50378-60.36459-23.37579,15.80786,5.94092,43.56662-4.95074,29.7045s-18.81287,82.18243-12.87201,85.15289,12.87201,0,12.87201,0l11.88184-83.17264v-30.69464Z" fill="#2f2e41"/><path d="M537.44171,227.46179l-6.93109,1.98032-2.97046,39.60599-4.95074,34.65524-23.76355,42.57635s11.88177-7.92117,16.83252,14.85226l26.17065-45.56387-4.38733-88.10629Z" fill="#2f2e41"/><path d="M591.2995,360.83893c.92328-5.86249,6.42419-9.86649,12.28668-8.94324,.62506,.09845,1.24017,.25189,1.83826,.45859l23.61572-30.00879,6.26233,18.82983-23.38599,25.61002c-2.31775,5.49835-8.65393,8.07678-14.15228,5.75903-4.60071-1.93933-7.27332-6.77856-6.46472-11.70544Z" fill="#ffb7b7"/><polygon points="631.50598 350.23999 622.59497 361.13199 610.71301 340.33899 615.66302 331.42801 631.50598 350.23999" fill="#e5e5e5"/><path d="M629.52563,211.61938l7.9212-3.9606s5.94092,7.9212,6.93103,14.85226,5.94092,15.84238,5.94092,20.79312,13.86212,51.48776,13.86212,51.48776l-31.68488,64.35977s-6.93103-23.76358-21.78326-25.7439l24.75372-34.65527-13.86212-24.75372,7.92126-62.37943Z" fill="#2f2e41"/><path d="M800.92126,596.99609H419.92126c-.55231,0-1-.44769-1-1s.44769-1,1-1h381c.55231,0,1,.44769,1,1s-.44769,1-1,1Z" fill="#cbcbcb"/><path d="M365,212H0v-84H365v84Z" fill="#fff"/><path d="M52.67781,155.77438c-1.96416,0-3.55641,1.59225-3.55641,3.55643s1.59225,3.5564,3.55641,3.5564H312.33719c1.96414,0,3.55643-1.59225,3.55643-3.5564s-1.59229-3.55643-3.55643-3.55643H52.67781Z" fill="#16006F"/><path d="M52.67781,177.11282c-1.96416-.00415-3.55977,1.58475-3.5639,3.54892-.00415,1.96414,1.58475,3.55975,3.5489,3.5639H216.82214c1.96414,0,3.55643-1.59225,3.55643-3.5564s-1.59229-3.55643-3.55643-3.55643H52.67781Z" fill="#16006F"/><path d="M365,212H0v-84H365v84ZM6,206H359v-72H6v72Z" fill="#e5e5e5"/><path d="M365,340H0v-84H365v84Z" fill="#fff"/><path d="M52.67781,283.77438c-1.96416,0-3.55641,1.59225-3.55641,3.55643s1.59225,3.5564,3.55641,3.5564H312.33719c1.96414,0,3.55643-1.59225,3.55643-3.5564s-1.59229-3.55643-3.55643-3.55643H52.67781Z" fill="#e6e6e6"/><path d="M52.67781,305.11282c-1.96416-.00415-3.55977,1.58475-3.56392,3.54892-.00414,1.96414,1.58476,3.55975,3.54892,3.5639H216.82214c1.96414,0,3.55643-1.59225,3.55643-3.55643s-1.59229-3.5564-3.55643-3.5564H52.67781Z" fill="#e6e6e6"/><path d="M365,340H0v-84H365v84ZM6,334H359v-72H6v72Z" fill="#e5e5e5"/><path d="M368,84H3V0H368V84Z" fill="#fff"/><path d="M55.67781,27.77438c-1.96414,.00359-3.5535,1.59874-3.54993,3.56288,.00357,1.95909,1.59084,3.54636,3.54993,3.54993H315.33722c1.96417-.00359,3.55353-1.59874,3.54993-3.56288-.0036-1.95909-1.59082-3.54636-3.54993-3.54993H55.67781Z" fill="#16006F"/><path d="M55.67781,49.11281c-1.96414-.00414-3.55977,1.58476-3.5639,3.5489s1.58476,3.55977,3.5489,3.5639H219.82214c1.96414,.00359,3.5593-1.58577,3.5629-3.54993,.00357-1.96414-1.58578-3.5593-3.54993-3.56288-.00433-.00002-.00864-.00002-.01297,0H55.67781Z" fill="#16006F"/><path d="M368,84H3V0H368V84ZM9,78H362V6H9V78Z" fill="#e5e5e5"/><path d="M739.24805,597.4574v-72.34003s28.19165,51.28601,0,72.34003Z" fill="#f1f1f1"/><path d="M740.9895,597.4447l-53.28961-48.92126s56.84515,13.91553,53.28961,48.92126Z" fill="#f1f1f1"/><circle id="f" cx="484.31396" cy="347.84558" r="18.93405" fill="#16006F"/><path id="g-2170" d="M482.43768,355.06836c-.42596,.00073-.84058-.13708-1.1814-.39261l-.02112-.01587-4.44977-3.40393c-.8667-.66446-1.03064-1.90573-.36621-2.77243,.66449-.86673,1.90576-1.03067,2.77246-.36621h0l2.8822,2.21021,6.81079-8.88541c.66418-.86633,1.90497-1.03021,2.7713-.366h0l.00055,.00043-.0423,.05869,.0434-.05869c.86536,.66507,1.02887,1.90515,.3656,2.77185l-8.01099,10.44653c-.37567,.48785-.95709,.77295-1.57281,.77115l-.00171,.00229Z" fill="#fff"/><circle cx="561.58681" cy="166.8501" r="27.103" fill="#ffb6b6"/><path d="M585.26218,187.67421s8.02722-16.25754,7.88428-22.46415c-.14294-6.20661-4.52893-22.17827-6.37963-23.23151s-21.80963-11.18694-27.21878-8.14007-14.92809,13.4682-25.19506,16.28763c-2.90394,.79745-.36864,15.71588-.36864,15.71588l12.01448-1.73784s12.52606-11.24712,13.06773-3.58854c.54166,7.65857,12.15742,4.46876,12.15742,4.46876l.14294,6.20661,4.75464,.25579,1.30903-6.60533s2.13657,13.46645-.62443,20.47051,8.45603,2.36228,8.45603,2.36228Z" fill="#2f2e41"/></svg>`;
397
-
398
- const svg$l = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 880 710.16" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;">
399
- <g id="Group_91" data-name="Group 91" transform="translate(-520 -184.92)">
400
- <path id="Path_461-594" data-name="Path 461" d="M926.4,695.082a31.2,31.2,0,0,1-30.127-5.307c-10.552-8.857-13.864-23.447-16.552-36.959l-7.962-39.963,16.669,11.479c11.988,8.254,24.245,16.773,32.546,28.73s11.923,28.278,5.255,41.215" transform="translate(137.738 150.699)" fill="#e6e6e6"/>
401
- <path id="Path_462-595" data-name="Path 462" d="M897.159,729.68c1.687-12.29,3.422-24.737,2.239-37.158-1.052-11.031-4.416-21.806-11.269-30.64a50.967,50.967,0,0,0-13.078-11.851c-1.308-.824-2.511,1.248-1.209,2.069a48.458,48.458,0,0,1,19.167,23.126c4.173,10.614,4.843,22.184,4.118,33.459-.435,6.818-1.356,13.59-2.286,20.358a1.235,1.235,0,0,0,.837,1.474,1.205,1.205,0,0,0,1.474-.837Z" transform="translate(165.557 164.484)" fill="#f2f2f2"/>
402
- <path id="Path_482-596" data-name="Path 482" d="M1006.26,728.119s17.506-43.091-35.011-75.409Z" transform="translate(-78.197 165.554)" fill="#e6e6e6"/>
403
- <path id="Path_483-597" data-name="Path 483" d="M923.6,715.341s5.34-30.713,46.673-30.45Z" transform="translate(25.987 177.548)" fill="#e6e6e6"/>
404
- <path id="Path_1413-598" data-name="Path 1413" d="M252.9,506.071H637.753V234.6H252.9Z" transform="translate(338.061 9.715)" fill="#fff"/>
405
- <path id="Path_1414-599" data-name="Path 1414" d="M648.225,516.543H246.9V228.6H648.225Zm-393.09-8.236H639.989V236.835H255.136Z" transform="translate(335.824 7.479)" fill="#e6e6e6"/>
406
- <path id="Path_1415-600" data-name="Path 1415" d="M27.648,297.767H24.811V21.869H409.675v2.859H27.648Z" transform="translate(529.247 193.071)" fill="#090814"/>
407
- <path id="Path_1416-601" data-name="Path 1416" d="M2.839,275.9H0V0H384.864V2.859H2.839Z" transform="translate(520 184.92)" fill="#090814"/>
408
- <path id="Path_1438-602" data-name="Path 1438" d="M1132.863,709.414H609.856a1.373,1.373,0,1,1,0-2.745h523.007a1.373,1.373,0,0,1,0,2.745Z" transform="translate(265.765 185.666)" fill="#cbcbcb"/>
409
- <g id="Group_87" data-name="Group 87" transform="translate(1096.31 281.882)">
410
- <circle id="Ellipse_276" data-name="Ellipse 276" cx="14.775" cy="14.775" r="14.775" transform="translate(114.921 3.365)" fill="#090814"/>
411
- <path id="Path_1439-603" data-name="Path 1439" d="M767.961,236.036a14.777,14.777,0,0,1,9.549-23.509,14.772,14.772,0,1,0,1.837,29.366,14.738,14.738,0,0,1-11.385-5.857Z" transform="translate(-652.212 -212.521)" fill="#090814"/>
412
- <circle id="Ellipse_277" data-name="Ellipse 277" cx="43.402" cy="43.402" r="43.402" transform="translate(70.988 27.02)" fill="#090814"/>
413
- <path id="Path_1440-604" data-name="Path 1440" d="M734.336,261.77a43.394,43.394,0,0,1,56.2-21.914c-.438-.219-.873-.442-1.322-.648A43.4,43.4,0,0,0,753,318.1c.448.206.9.391,1.353.58a43.394,43.394,0,0,1-20.012-56.905Z" transform="translate(-660.388 -207.158)" fill="#2f2e41"/>
414
- <path id="Path_1441-605" data-name="Path 1441" d="M656.9,231.561l-14.7,11.023-7.348-22.046,16.535-5.512Z" transform="translate(-488.306 23.723)" fill="#ffb8b8"/>
415
- <path id="Path_1442-606" data-name="Path 1442" d="M671.965,256.953l29.394,152.483,38.581,113.9L677.477,536.2,616.851,308.392l-1.838,218.621-79,1.837,18.371-130.437,9.186-146.971Z" transform="translate(-511.636 32.318)" fill="#090814"/>
416
- <path id="Path_1443-607" data-name="Path 1443" d="M727.546,662.419v29.394l-1.837,16.534s-3.674,14.7,18.371,11.023S755.1,699.161,755.1,699.161l-7.349-14.7-3.674-23.883Z" transform="translate(-660.911 -106.762)" fill="#090814"/>
417
- <path id="Path_1444-608" data-name="Path 1444" d="M843,660.377l5.3,28.913,4.788,15.932s6.264,13.794-16.083,14.154-14.486-17.89-14.486-17.89L827.1,685.7l-.692-24.154Z" transform="translate(-638.322 -106.81)" fill="#090814"/>
418
- <circle id="Ellipse_278" data-name="Ellipse 278" cx="27.557" cy="27.557" r="27.557" transform="translate(86.843 55.954)" fill="#ffb8b8"/>
419
- <path id="Path_1445-609" data-name="Path 1445" d="M755.116,293.813s3.674,29.394-11.023,36.743,27.557,18.371,27.557,18.371l25.72-29.394s-12.86-16.534-9.186-27.557Z" transform="translate(-657.25 -193.767)" fill="#ffb8b8"/>
420
- <path id="Path_1446-610" data-name="Path 1446" d="M801.523,309.811s-3.674,18.371-25.72,18.371S759.269,319,759.269,319l-29.394,14.7,3.674,84.508-25.72,62.463s14.7-3.674,33.069,5.511,53.277,1.837,53.277,1.837,14.7-1.837,23.883,1.837S829.08,482.5,829.08,482.5l-11.023-53.277,16.534-58.789L830.917,319Z" transform="translate(-665.077 -189.557)" fill="#6AD0BC"/>
421
- <path id="Path_1447-611" data-name="Path 1447" d="M702.039,458.443l-5.511,23.883s-20.209,34.906-5.511,36.743,18.371-36.743,18.371-36.743l9.186-23.883Z" transform="translate(-670.311 -154.474)" fill="#ffb8b8"/>
422
- <path id="Path_1448-612" data-name="Path 1448" d="M795.522,323.114l9.038-7.4,5.659,1.886s9.186-1.837,18.371,12.86,45.107,61.873,44.091,69.811-49.6,40.417-49.6,40.417,1.837,5.512,0,7.349-12.86,5.511-12.86,3.674-12.476-25.247-12.476-25.247,8.8-11.5,10.639-9.658a73.238,73.238,0,0,0,7.349,5.512l14.7-14.7a26.867,26.867,0,0,0,3.674-5.512c2.4-4.289,1.837-11.023-31.231-42.254Z" transform="translate(-644.378 -188.163)" fill="#6AD0BC"/>
423
- <path id="Path_1449-613" data-name="Path 1449" d="M742.609,329.6l-4.945-2.423s-11.589,2.423-15.263,9.772-12.86,82.671-12.86,82.671l-7.349,49.6s-5.511,0-5.511,5.511-7.349,20.209-1.837,20.209,27.557,0,31.231-3.674,11.023-18.371,9.186-20.209-5.511-1.837-5.511-1.837l11.023-51.44Z" transform="translate(-668.626 -185.459)" fill="#6AD0BC"/>
424
- <path id="Path_1450-614" data-name="Path 1450" d="M588.266,66.122V96.8h7.106l9.043-9.689L603.2,96.8h31.409l-1.937-9.689,3.875,9.689h5.006V66.122Z" transform="translate(-499.303 -11.424)" fill="#090814"/>
425
- <path id="Path_1451-615" data-name="Path 1451" d="M631.157,83.024h3.729a7.922,7.922,0,0,1,7.922,7.922v.866a7.922,7.922,0,0,1-7.922,7.922h-3.729Z" transform="translate(-489.18 -7.435)" fill="#6AD0BC"/>
426
- <path id="Path_1452-616" data-name="Path 1452" d="M630.413,80.791h3.373a3.373,3.373,0,0,1,3.372,3.373V99.647a3.373,3.373,0,0,1-3.372,3.373h-3.373Z" transform="translate(-489.355 -7.962)" fill="#6AD0BC"/>
427
- <path id="Path_1453-617" data-name="Path 1453" d="M0,0H3.729a7.922,7.922,0,0,1,7.922,7.922v.866a7.922,7.922,0,0,1-7.922,7.922H0Z" transform="translate(86.824 92.298) rotate(180)" fill="#6AD0BC"/>
428
- <path id="Path_1454-618" data-name="Path 1454" d="M0,0H3.373A3.373,3.373,0,0,1,6.745,3.373V18.856a3.373,3.373,0,0,1-3.373,3.373H0Z" transform="translate(87.743 95.057) rotate(180)" fill="#6AD0BC"/>
429
- <path id="Path_1455-619" data-name="Path 1455" d="M803.289,281.135h-2.472c0-17.459-12.936-31.663-28.837-31.663s-28.838,14.2-28.838,31.663H740.67c0-18.822,14.045-34.135,31.31-34.135S803.289,262.313,803.289,281.135Z" transform="translate(-657.326 -204.383)" fill="#6AD0BC"/>
430
- <path id="Path_1456-620" data-name="Path 1456" d="M697.363,473.991l-.217.138-3.775-5.95a4.078,4.078,0,0,0-5.629-1.259l-12.607,8a4.079,4.079,0,0,0-1.259,5.629l20.711,32.645a4.079,4.079,0,0,0,5.629,1.259l12.607-8a4.079,4.079,0,0,0,1.259-5.629l-14.249-22.459.217-.138Z" transform="translate(-673.241 -152.623)" fill="#3f3d56"/>
431
- <path id="Path_1457-621" data-name="Path 1457" d="M692.438,468.482l20.681,32.6a3.046,3.046,0,0,1-.94,4.2l-12.667,8.037a3.046,3.046,0,0,1-4.2-.94l-20.681-32.6a3.046,3.046,0,0,1,.94-4.2l1.537-.975a1.448,1.448,0,0,0,2.2.966l7.222-4.582a1.448,1.448,0,0,0,.063-2.4l1.645-1.044A3.046,3.046,0,0,1,692.438,468.482Z" transform="translate(-673.026 -152.438)" fill="#6AD0BC"/>
432
- </g>
433
- <g id="Group_90" data-name="Group 90" transform="translate(0 6.447)">
434
- <g id="Group_89" data-name="Group 89">
435
- <path id="Path_1417-622" data-name="Path 1417" d="M393.013,394.748c-33.577,0-60.894-27.514-60.894-61.334s27.317-61.334,60.894-61.334,60.894,27.514,60.894,61.334S426.59,394.748,393.013,394.748Zm0-120.671c-32.476,0-58.9,26.618-58.9,59.336s26.421,59.336,58.9,59.336,58.9-26.618,58.9-59.336S425.489,274.078,393.013,274.078Z" transform="translate(391.2 -9.712)" fill="#090814"/>
436
- <path id="Path_1418-623" data-name="Path 1418" d="M175.3,112.182v60.909L225,142.22Z" transform="translate(592.358 181.586)" fill="#6AD0BC"/>
437
- </g>
438
- <g id="Group_88" data-name="Group 88" transform="translate(0.001 -155.092)">
439
- <path id="Path_1476-624" data-name="Path 1476" d="M951.757,412.759H714.427a1.835,1.835,0,1,1,0-3.67h237.33a1.835,1.835,0,1,1,0,3.67Z" transform="translate(-49.707 173.94)" fill="#e6e6e6"/>
440
- <path id="Path_1479-625" data-name="Path 1479" d="M748.468,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z" transform="translate(-49.707 173.94)" fill="#ccc"/>
441
- <path id="Path_1480-626" data-name="Path 1480" d="M829.968,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z" transform="translate(-49.707 173.94)" fill="#090814"/>
442
- <path id="Path_1481-627" data-name="Path 1481" d="M836.968,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z" transform="translate(-49.707 173.94)" fill="#090814"/>
443
- <path id="Path_1482-628" data-name="Path 1482" d="M763.148,465.989a2.313,2.313,0,0,1-1.16-.315l-11.894-8.022-.067-.042a2.267,2.267,0,0,1-1.059-1.948,2.3,2.3,0,0,1,1.16-2.009l11.8-7.965a2.319,2.319,0,0,1,3.539,1.972v16a2.329,2.329,0,0,1-2.32,2.324Zm-.1-2.01a.306.306,0,0,0,.26-.037.311.311,0,0,0,.16-.277v-16a.32.32,0,0,0-.48-.277l-11.8,7.965c-.2.117-.219.245-.219.314a.31.31,0,0,0,.16.277l.06.037Z" transform="translate(-49.707 173.94)" fill="#ccc"/>
444
- <path id="Path_1483-629" data-name="Path 1483" d="M916.468,465.664a1,1,0,0,1-1-1v-18a1,1,0,0,1,2,0v18a1,1,0,0,1-1,1Z" transform="translate(-49.707 173.94)" fill="#ccc"/>
445
- <path id="Path_1484-630" data-name="Path 1484" d="M901.77,465.985a2.272,2.272,0,0,1-1.141-.31,2.3,2.3,0,0,1-1.16-2.009v-16a2.32,2.32,0,0,1,3.48-2.009l11.919,8.039a2.262,2.262,0,0,1,1.1,1.972,2.3,2.3,0,0,1-1.126,1.989l-11.835,7.985a2.458,2.458,0,0,1-1.238.347Zm-.3-2.319a.32.32,0,0,0,.48.277l11.846-7.994a.337.337,0,0,0,.174-.284h0a.309.309,0,0,0-.16-.277l-11.92-8.039a.3.3,0,0,0-.261.037.31.31,0,0,0-.16.277Z" transform="translate(-49.707 173.94)" fill="#ccc"/>
446
- <circle id="Ellipse_281" data-name="Ellipse 281" cx="12" cy="12" r="12" transform="translate(718.761 572.864)" fill="#090814"/>
447
- </g>
448
- </g>
449
- </g>
450
- </svg>`;
451
-
452
- const svg$k = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 920.10876 411.95215" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><path d="M576.47229,654.02393H772.06284c7.72143,0,7.73422-12,0-12H576.47229c-7.72143,0-7.73422,12,0,12Z" transform="translate(-139.94562 -244.02393)" fill="#e6e6e6"/><path d="M523.66535,393.25494H328.73176a7.77658,7.77658,0,0,0-7.76706,7.76724v38.72531C330.68844,439.97637,337,448,338.5294,457.74056v35.10668h.73832a.44433.44433,0,0,1,.44307.443v18.6806a.44433.44433,0,0,1-.44307.443h-.73832V625.32342c0,2.48077-.02488,7.00673-.02488,7.00673H523.66535a7.77669,7.77669,0,0,0,7.76723-7.76719V401.02218A7.77674,7.77674,0,0,0,523.66535,393.25494Z" transform="translate(-139.94562 -244.02393)" fill="#16006F"/><path d="M885.84519,265.83414V477.73451H544.91447V384.43929a15.9929,15.9929,0,0,0-15.97754-15.97744H464.998V265.83414Z" transform="translate(-139.94562 -244.02393)" fill="#16006F"/><path d="M906.895,507.60731H545.29517v-1.47665H905.4183V256.57552a11.08751,11.08751,0,0,0-11.07494-11.07494H452.0844a11.08751,11.08751,0,0,0-11.07493,11.07494V367.50509h-1.47666V256.57552a12.56574,12.56574,0,0,1,12.55159-12.55159h442.259A12.56573,12.56573,0,0,1,906.895,256.57552Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M872.63242,552.64537H545.29517v-1.47666H872.63242A32.82279,32.82279,0,0,0,905.4183,518.383V507.60731H545.29517v-1.47665H906.895V518.383A34.30125,34.30125,0,0,1,872.63242,552.64537Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M775.48478,625.00174c-18.24788-17.52212-30.252-40.38444-34.11085-72.35637H606.8847c-1.36825,29.91173-13.296,52.34479-34.8127,72.2775l-2.27343.07914c22.19931-20.11831,34.42669-42.71583,35.641-73.12453l.0283-.70877h137.2192l.07607.65289c3.78995,32.51355,16.04535,55.52328,34.74289,73.06176Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M528.58,655.54815H321.40678v-1.47666H528.58a15.995,15.995,0,0,0,15.97681-15.97682V384.77831A15.99478,15.99478,0,0,0,528.58,368.8015H321.40678a15.99476,15.99476,0,0,0-15.97672,15.97681v54.66734H303.9534V384.77831a17.47323,17.47323,0,0,1,17.45338-17.45347H528.58a17.47324,17.47324,0,0,1,17.45347,17.45347V638.09467A17.47325,17.47325,0,0,1,528.58,655.54815Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M424.99336,386.00664A5.00664,5.00664,0,1,1,430,380.99986,5.01247,5.01247,0,0,1,424.99336,386.00664Zm0-8.856a3.84938,3.84938,0,1,0,3.84938,3.84924A3.85374,3.85374,0,0,0,424.99336,377.15062Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M424.99336,649.88845a6.38845,6.38845,0,1,1,6.38846-6.38863A6.39589,6.39589,0,0,1,424.99336,649.88845Zm0-11.30025a4.9118,4.9118,0,1,0,4.9118,4.91162A4.91736,4.91736,0,0,0,424.99336,638.5882Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M319.32627,655.97607h-68.58A19.49526,19.49526,0,0,1,231.273,636.50265V458.91871a19.49517,19.49517,0,0,1,19.47315-19.47306h68.58022a19.49512,19.49512,0,0,1,19.47315,19.47306v31.7795a1.923,1.923,0,0,1,1.18167,1.77228l-.00009,20.67825a1.92291,1.92291,0,0,1-1.18158,1.77228V636.503A19.49531,19.49531,0,0,1,319.32627,655.97607ZM250.74614,440.9223a18.017,18.017,0,0,0-17.9965,17.99641V636.50265a18.017,18.017,0,0,0,17.99659,17.99677h68.58A18.01708,18.01708,0,0,0,337.32285,636.503V513.59181h.73833a.44357.44357,0,0,0,.44325-.44307l.00009-20.67825a.444.444,0,0,0-.44334-.44343h-.73833V458.91871a18.017,18.017,0,0,0-17.99649-17.99641Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M320.08225,445.05807h-8.952a6.64707,6.64707,0,0,1-6.15429,9.1575H265.68732a6.64709,6.64709,0,0,1-6.15429-9.15752h-8.36116a13.991,13.991,0,0,0-13.991,13.99095V636.37252a13.991,13.991,0,0,0,13.991,13.991h68.9104a13.991,13.991,0,0,0,13.991-13.991h0V459.049A13.991,13.991,0,0,0,320.08225,445.05807Z" transform="translate(-139.94562 -244.02393)" fill="#16006F"/><path d="M1059.17526,655.6871H140.82474a.87912.87912,0,1,1,0-1.75823h918.35052a.87912.87912,0,1,1,0,1.75823Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M775.94091,655.27308H571.42365a15.50491,15.50491,0,1,1,0-31.00981H775.94091a15.50491,15.50491,0,0,1,0,31.00981ZM571.42365,625.73992a14.02825,14.02825,0,0,0,0,28.0565H775.94091a14.02825,14.02825,0,0,0,0-28.0565Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><polygon points="784.495 293.196 790.223 305.172 839.14 288.778 830.686 271.103 784.495 293.196" fill="#ffb8b8"/><path d="M907.50437,547.25409h41.721a0,0,0,0,1,0,0v16.1195a0,0,0,0,1,0,0H922.39123a14.88686,14.88686,0,0,1-14.88686-14.88686v-1.23264A0,0,0,0,1,907.50437,547.25409Z" transform="translate(688.03055 1388.39573) rotate(-115.5616)" fill="#2f2e41"/><polygon points="772.964 400.141 786.231 399.693 786.789 348.049 771.237 348.967 772.964 400.141" fill="#ffb8b8"/><path d="M910.19853,639.76179h41.721a0,0,0,0,1,0,0v16.1195a0,0,0,0,1,0,0H925.08538a14.88686,14.88686,0,0,1-14.88686-14.88686v-1.23264A0,0,0,0,1,910.19853,639.76179Z" transform="translate(1722.17248 1051.61914) rotate(180)" fill="#2f2e41"/><path d="M914.00089,636.40674a4.974,4.974,0,0,1-4.83032-3.78613c-7.26782-29.20118-34.31128-176.333-10.397-205.23l.20849-.252.31641-.08008c1.67895-.4248,33.325-10.22265,51.8938,5.0708l.21728.17872,10.33423,29.915,27.85864,41.3545a20.40321,20.40321,0,0,1-6.033,28.65381l-36.58227,23.08544a5.00875,5.00875,0,0,1-5.75293-.40527,5.06054,5.06054,0,0,1-1.50025-2.0918l-7.688-19.21972a5.02952,5.02952,0,0,1,2.40649-6.3291l17.1394-8.56983a3.67422,3.67422,0,0,0,1.83008-2.5039,2.95853,2.95853,0,0,0-1.029-2.543l-19.89575-17.15137a2.99979,2.99979,0,0,0-4.95654,2.38525l4.93212,130.20264a5.00239,5.00239,0,0,1-4.21679,5.12793L914.8,636.34326A5.04875,5.04875,0,0,1,914.00089,636.40674Z" transform="translate(-139.94562 -244.02393)" fill="#2f2e41"/><path d="M948.32194,437.43652q-.1692,0-.3396-.01269l-49.616-3.67529a4.49311,4.49311,0,0,1-3.91406-5.97022A47.09244,47.09244,0,0,0,895.52823,400.46c-3.23169-12.7417-3.30786-36.4331-3.06591-49.4209a8.75319,8.75319,0,0,1,8.28125-8.522l.00024-.01758,1,.01221c8.08252.11328,22.91553.68994,35.05322,3.21533a18.38913,18.38913,0,0,1,14.65918,17.69971c.2749,12.0581.31543,28.37939-1.053,37.65722-1.15429,7.82715.978,22.8584,2.35157,31.12159a4.49779,4.49779,0,0,1-4.43286,5.23095Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M966.03451,484.73417a10.02474,10.02474,0,0,1-3.81052-14.892L939.3082,371.02393H956.633l20.22438,96.87052a10.07912,10.07912,0,0,1-10.82286,16.83972Z" transform="translate(-139.94562 -244.02393)" fill="#ffb8b8"/><path d="M857.50412,381.72872l27.43545-25.95245,10.33581,14.47014L869.43585,392.9852,903.323,419.89553c.24477-.01653.48853-.03722.73784-.03722a10.85257,10.85257,0,1,1-10.74561,12.296l-.107.107-35.2694-30.56682A13.47074,13.47074,0,0,1,857.50412,381.72872Z" transform="translate(-139.94562 -244.02393)" fill="#ffb8b8"/><path d="M941.1337,377.3559a4.47022,4.47022,0,0,1-4.05249-2.55371,52.813,52.813,0,0,1-4.46777-14.57031c-1.18994-8.24414,4.54248-13.14844,10.37207-14.2168,5.67065-1.03955,12.57764,1.45361,14.34326,9.38281a20.4515,20.4515,0,0,1,.34229,2.03223c.70678,6.01074,1.37207,10.68555,1.97729,13.89551a4.49484,4.49484,0,0,1-4.19849,5.32031l-14.08618.7041Q941.24833,377.35591,941.1337,377.3559Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><circle cx="781.54395" cy="59.98149" r="30" fill="#2f2e41"/><circle cx="781.72505" cy="67.76889" r="24.56103" fill="#ffb8b8"/><path d="M878.07755,365.40288a4.47023,4.47023,0,0,1-1.26223-4.62071,52.813,52.813,0,0,1,6.55053-13.76029c4.69282-6.88181,12.23248-6.62434,17.25206-3.47326,4.88294,3.06494,8.2905,9.56962,4.23488,16.6082a20.45263,20.45263,0,0,1-1.12072,1.72948c-3.54,4.90884-6.20806,8.80474-7.93065,11.58013a4.49483,4.49483,0,0,1-6.68988,1.08563l-10.86048-8.99812Q878.16205,365.48032,878.07755,365.40288Z" transform="translate(-139.94562 -244.02393)" fill="#3f3d56"/><path d="M915.66229,277.21285c-6.03677-3.602-7.34375-12.57182-3.74723-18.61186s10.86483-9.19077,17.89148-9.39843c10.037-.29663,19.7303,4.70092,26.75606,11.875s11.66158,16.35735,15.19438,25.75674,6.06848,19.148,9.54978,28.5666c1.78642,4.8331,3.98607,9.79571,8.07262,12.93423s10.58267,3.70466,14.0761-.083c-.01315,6.0611-4.6599,11.57084-10.42318,13.44744s-12.28286.45949-17.33524-2.88871c-8.76483-5.80843-12.99675-16.41134-15.41565-26.64409s-3.61026-20.9553-8.47365-30.27773c-2.015-3.86257-4.77616-7.53174-8.66146-9.50262s-9.06133-1.84146-12.18669,1.19368c-1.44761,1.40582-2.385,3.32275-4.02776,4.49463a8.04651,8.04651,0,0,1-7.03634.73265,23.801,23.801,0,0,1-6.36213-3.59" transform="translate(-139.94562 -244.02393)" fill="#2f2e41"/><path d="M896.02042,295.19761a29.38292,29.38292,0,0,0,42.12117,5.2576c2.3848-1.94028,4.5998-4.61419,4.45022-7.68494-.15322-3.14529-2.72407-5.61565-5.349-7.35527a34.48446,34.48446,0,0,0-23.40409-5.3776c-4.675.62823-9.36382,2.33216-12.67459,5.69216s-4.96042,8.58574-3.25265,12.98281" transform="translate(-139.94562 -244.02393)" fill="#2f2e41"/></svg>`;
453
-
454
- const svg$j = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
455
- <svg
456
-
457
-
458
- viewBox="0 0 718.5864 557.81713"
459
- role="img"
460
- artist="Katerina Limpitsouni"
461
- source="https://undraw.co/"
462
- version="1.1"
463
- id="svg13"
464
- sodipodi:docname="tk-confirmation-action.svg"
465
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
466
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
467
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
468
- xmlns="http://www.w3.org/2000/svg"
469
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
470
- <defs
471
- id="defs13" />
472
- <sodipodi:namedview
473
- id="namedview13"
474
- pagecolor="#ffffff"
475
- bordercolor="#000000"
476
- borderopacity="0.25"
477
- inkscape:showpageshadow="2"
478
- inkscape:pageopacity="0.0"
479
- inkscape:pagecheckerboard="0"
480
- inkscape:deskcolor="#d1d1d1"
481
- inkscape:zoom="0.52543341"
482
- inkscape:cx="175.09355"
483
- inkscape:cy="263.59192"
484
- inkscape:window-width="1920"
485
- inkscape:window-height="1009"
486
- inkscape:window-x="1912"
487
- inkscape:window-y="-8"
488
- inkscape:window-maximized="1"
489
- inkscape:current-layer="svg13" />
490
- <ellipse
491
- cx="333"
492
- cy="546.81713"
493
- rx="333"
494
- ry="11"
495
- fill="#e6e6e6"
496
- id="ellipse1" />
497
- <circle
498
- cx="328"
499
- cy="137.81713"
500
- r="41"
501
- fill="#2F2E41"
502
- id="circle1" />
503
- <path
504
- d="M557.86214,403.70788l-18.55262-14.19824L472.89015,509.81091a10.80087,10.80087,0,1,0,12.61877,9.06787Z"
505
- transform="translate(-240.7068 -171.09144)"
506
- fill="#ffb8b8"
507
- id="path1" />
508
- <path
509
- d="M727.20662,471.98815a10.8073,10.8073,0,0,0-10.64874-7.269l-107.016-83.9458-16.05163,16.97412,112.7362,78.57812a10.80171,10.80171,0,1,0,20.98017-4.3374Z"
510
- transform="translate(-240.7068 -171.09144)"
511
- fill="#ffb8b8"
512
- id="path2" />
513
- <polygon
514
- points="362.3 535.033 374.908 535.033 380.908 486.404 362.3 486.404 362.3 535.033"
515
- fill="#ffb8b8"
516
- id="polygon2" />
517
- <path
518
- d="M600.30528,702.52189h39.62365a0,0,0,0,1,0,0V717.831a0,0,0,0,1,0,0H615.6144a15.30912,15.30912,0,0,1-15.30912-15.30912v0A0,0,0,0,1,600.30528,702.52189Z"
519
- transform="translate(999.52741 1249.26148) rotate(-180)"
520
- fill="#2f2e41"
521
- id="path3" />
522
- <polygon
523
- points="262.401 523.777 273.984 528.755 298.698 486.446 281.602 479.099 262.401 523.777"
524
- fill="#ffb8b8"
525
- id="polygon3" />
526
- <path
527
- d="M497.416,697.69263h39.62365a0,0,0,0,1,0,0v15.30914a0,0,0,0,1,0,0H512.72508A15.30912,15.30912,0,0,1,497.416,697.69264v0A0,0,0,0,1,497.416,697.69263Z"
528
- transform="translate(473.22009 1386.5167) rotate(-156.7437)"
529
- fill="#2f2e41"
530
- id="path4" />
531
- <path
532
- d="M542.40507,472.95762,482.43071,661.89237l78.71637,8.4339,7.55972-110.41771L578.952,670.32627l63.72278-7.49682S631.16392,487.95118,610.212,476.706,542.40507,472.95762,542.40507,472.95762Z"
533
- transform="translate(-240.7068 -171.09144)"
534
- fill="#2f2e41"
535
- id="path5" />
536
- <circle
537
- cx="334.2169"
538
- cy="162.46171"
539
- r="26.2388"
540
- fill="#ffb8b8"
541
- id="circle5" />
542
- <path
543
- d="M574.08327,481.42712c-18.21924,0-35.75293-.80762-36.65674-2.374a.66322.66322,0,0,1,.12842-.82617c1.25341-1.8457-1.68946-31.84668-7.88624-80.23633A25.06559,25.06559,0,0,1,546.177,371.27966l.11572-.02637,54.91406-5.42285.61524.17285a24.84357,24.84357,0,0,1,18.15771,25.15625c-1.416,30.86816-3.792,83.15039-3.792,86.4834,0,.90722-1.26221,1.36133-2.36182,1.65625C608.47926,480.7318,590.9861,481.42712,574.08327,481.42712ZM538.26246,478.934h0Z"
544
- transform="translate(-240.7068 -171.09144)"
545
- fill="#2f2e41"
546
- id="path6" />
547
- <path
548
- d="M538.02441,316.17423A90.60941,90.60941,0,0,0,583.56655,327.178c6.08348-.15784,12.7862-1.26445,16.63892-5.9751,4.34716-5.31518,3.25937-13.62-.93393-19.05742s-10.75383-8.50272-17.29812-10.58149c-6.192-1.96687-12.82694-3.23363-19.17668-1.85868a23.879,23.879,0,0,0-17.30438,31.72434"
549
- transform="translate(-240.7068 -171.09144)"
550
- fill="#2F2E41"
551
- id="path10" />
552
- <circle
553
- cx="299"
554
- cy="108.81713"
555
- r="23"
556
- fill="#2F2E41"
557
- id="circle10" />
558
- <path
559
- d="M955.32028,282.45884l-90.28442-52.62109,11.58166-19.87109a5,5,0,1,0-8.63965-5.03565L856.39621,224.8021,766.11178,172.181a8,8,0,0,0-10.94012,2.8833L684.67459,296.01939a8.00033,8.00033,0,0,0,2.8833,10.94043l90.28442,52.62109L698.78494,495.22349a4.99991,4.99991,0,1,0,8.63965,5.03516L786.482,364.61607l90.28449,52.62109a7.99963,7.99963,0,0,0,10.94012-2.8833l70.49707-120.95508A7.99972,7.99972,0,0,0,955.32028,282.45884Z"
560
- transform="translate(-240.7068 -171.09144)"
561
- fill="#3f3d56"
562
- id="path11"
563
- style="fill:#e6e6e6;fill-opacity:1" />
564
- <ellipse
565
- cx="797.26866"
566
- cy="336.17956"
567
- rx="10"
568
- ry="38"
569
- transform="translate(-135.35079 684.61762) rotate(-59.76482)"
570
- opacity="0.1"
571
- style="isolation:isolate"
572
- id="ellipse11" />
573
- <circle
574
- cx="580.73228"
575
- cy="123.61775"
576
- r="48"
577
- fill="#2F2E41"
578
- id="circle11"
579
- style="fill:#18ae7d;fill-opacity:1" />
580
- <path
581
- d="M842.32254,318.45535c-2.781,4.77155-22.39616,7.78086-36.71081-.56224s-17.90816-24.87926-15.12714-29.65081,10.8835,4.02839,25.19815,12.37149S845.10359,313.68383,842.32254,318.45535Z"
582
- transform="translate(-240.7068 -171.09144)"
583
- fill="#f2f2f2"
584
- id="path12" />
585
- <circle
586
- cx="570.28539"
587
- cy="97.85222"
588
- r="10"
589
- fill="#f2f2f2"
590
- id="circle12" />
591
- <circle
592
- cx="606.57196"
593
- cy="119.00135"
594
- r="10"
595
- fill="#f2f2f2"
596
- id="circle13" />
597
- </svg>`;
598
-
599
- const svg$i = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
600
- <svg
601
-
602
-
603
- viewBox="0 0 855.15669 581.90681"
604
- role="img"
605
- artist="Katerina Limpitsouni"
606
- source="https://undraw.co/"
607
- version="1.1"
608
- id="svg55"
609
- sodipodi:docname="tk-ilustration-login.svg"
610
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
611
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
612
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
613
- xmlns="http://www.w3.org/2000/svg"
614
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
615
- <defs
616
- id="defs55" />
617
- <sodipodi:namedview
618
- id="namedview55"
619
- pagecolor="#ffffff"
620
- bordercolor="#000000"
621
- borderopacity="0.25"
622
- inkscape:showpageshadow="2"
623
- inkscape:pageopacity="0.0"
624
- inkscape:pagecheckerboard="0"
625
- inkscape:deskcolor="#d1d1d1"
626
- inkscape:zoom="0.25390664"
627
- inkscape:cx="811.32183"
628
- inkscape:cy="88.615249"
629
- inkscape:window-width="1536"
630
- inkscape:window-height="793"
631
- inkscape:window-x="-8"
632
- inkscape:window-y="-6"
633
- inkscape:window-maximized="1"
634
- inkscape:current-layer="svg55" />
635
- <path
636
- d="M696.92661,503.79661a5.5,5.5,0,0,1,5.5,5.49994v53.20618h105.5a5.5,5.5,0,0,1,0,11h-105.5v184h-11V509.29655A5.5,5.5,0,0,1,696.92661,503.79661Z"
637
- transform="translate(-177.18543 -177.55905)"
638
- fill="#e6e6e6"
639
- id="path1" />
640
- <path
641
- d="M403.33253,756.2532l-19.83221.54759a13.81232,13.81232,0,0,1-8.48582-2.3789c-2.15367-1.602-3.14159-3.76763-2.70847-5.94251l3.90258-19.61285c.73546-3.7,5.26958-6.49709,10.77994-6.6493l10.95246-.30244c5.51034-.15215,10.19188,2.39045,11.1305,6.04428l4.979,19.36761c.55248,2.14765-.31449,4.36454-2.37642,6.08293A13.81231,13.81231,0,0,1,403.33253,756.2532Z"
642
- transform="translate(-177.18543 -177.55905)"
643
- fill="#3f3d56"
644
- id="path2" />
645
- <path
646
- d="M523.96291,755.69264l-19.83215.54763a13.81231,13.81231,0,0,1-8.48582-2.37891c-2.15362-1.602-3.14159-3.76763-2.70848-5.94251l3.90259-19.61285c.73546-3.7,5.2696-6.49714,10.77993-6.6493l10.95246-.30244c5.5104-.15213,10.19188,2.39045,11.1305,6.04428l4.979,19.36762c.55246,2.14769-.31448,4.36453-2.37641,6.08292A13.81217,13.81217,0,0,1,523.96291,755.69264Z"
647
- transform="translate(-177.18543 -177.55905)"
648
- fill="#3f3d56"
649
- id="path3" />
650
- <path
651
- d="M334.46727,589.18826a4.33143,4.33143,0,0,1,1.595-8.30761L561.53,574.65488a4.33,4.33,0,0,1,4.4488,4.208l0,.00038a4.33573,4.33573,0,0,1-4.20924,4.44844l-.00045-.00019-225.46776,6.22569A4.30673,4.30673,0,0,1,334.46727,589.18826Z"
652
- transform="translate(-177.18543 -177.55905)"
653
- fill="#3f3d56"
654
- id="path4" />
655
- <rect
656
- x="356.21949"
657
- y="515.39594"
658
- width="64.47382"
659
- height="217.68039"
660
- transform="translate(-194.26833 -166.59855) rotate(-1.58175)"
661
- fill="#e6e6e6"
662
- id="rect4" />
663
- <polygon
664
- points="242.126 333.079 229.737 366.828 229.748 520.587 244.844 524.916 242.126 333.079"
665
- fill="#ccc"
666
- id="polygon4" />
667
- <path
668
- d="M385.11593,457.6809c-12.05743.34244-21.25689,21.20913-21.03567,29.35186l.407,14.74161,43.65913-1.20557-.407-14.74161C407.51085,477.68465,397.17388,457.35745,385.11593,457.6809Z"
669
- transform="translate(-177.18543 -177.55905)"
670
- fill="#3f3d56"
671
- id="path5" />
672
- <path
673
- d="M354.06345,606.43974a8.50984,8.50984,0,0,1-8.73142-8.26213l-.66249-23.99087a8.5,8.5,0,1,1,16.99353-.46923l.66248,23.99087A8.50982,8.50982,0,0,1,354.06345,606.43974Z"
674
- transform="translate(-177.18543 -177.55905)"
675
- fill="#3f3d56"
676
- id="path6" />
677
- <polyline
678
- points="193.233 339.284 192.928 323.429 197.086 323.326 197.391 339.13 201.16 569.476 197.001 569.591"
679
- fill="#3f3d56"
680
- id="polyline6" />
681
- <path
682
- d="M425.06668,553.91991l-74.73856,2.0638c-7.13852-8.70518-7.78692-45.7926,7.11089-52.85111l5.8423-9.92024,45.04258-2.19882,5.26415,10.44507C420.99871,507.7645,424.81991,544.62037,425.06668,553.91991Z"
683
- transform="translate(-177.18543 -177.55905)"
684
- fill="#e6e6e6"
685
- id="path7" />
686
- <path
687
- d="M396.9363,536.13244l-18.90007.52192c-3.64713.10071-6.74793-4.631-6.91128-10.54634s2.67166-10.811,6.3188-10.91168l18.90006-.52192c3.64714-.10071,6.74794,4.631,6.91129,10.54634S400.58344,536.03173,396.9363,536.13244Z"
688
- transform="translate(-177.18543 -177.55905)"
689
- fill="#16006F"
690
- id="path8" />
691
- <polygon
692
- points="183.151 465.568 144.192 493.088 137.386 555.138 182.834 539.953 183.151 465.568"
693
- fill="#e6e6e6"
694
- id="polygon8" />
695
- <rect
696
- x="480.62986"
697
- y="512.731"
698
- width="64.47382"
699
- height="217.68039"
700
- transform="translate(-194.14737 -163.16544) rotate(-1.58175)"
701
- fill="#e6e6e6"
702
- id="rect8" />
703
- <polygon
704
- points="301.996 333.806 315.257 367.222 319.236 520.93 304.257 525.649 301.996 333.806"
705
- fill="#ccc"
706
- id="polygon9" />
707
- <ellipse
708
- cx="397.13212"
709
- cy="262.58361"
710
- rx="8.44737"
711
- ry="11.32747"
712
- fill="#e6e6e6"
713
- id="ellipse9" />
714
- <path
715
- d="M508.26852,455.05074c-12.05744.34245-21.25689,21.20914-21.03567,29.35186l.407,14.74161,43.65914-1.20557L530.892,483.197C530.66338,475.05448,520.32648,454.72726,508.26852,455.05074Z"
716
- transform="translate(-177.18543 -177.55905)"
717
- fill="#3f3d56"
718
- id="path9" />
719
- <polyline
720
- points="343.567 344.247 343.262 328.392 347.42 328.288 347.725 344.093 351.494 574.439 347.335 574.554"
721
- fill="#3f3d56"
722
- id="polyline9" />
723
- <path
724
- d="M548.21927,551.28975l-74.7385,2.0638c-1.30314-7.87683.3826-44.63292,7.11089-52.85111l5.8423-9.92024,45.04259-2.19882,5.26414,10.44507C550.0394,499.91218,554.69093,536.03162,548.21927,551.28975Z"
725
- transform="translate(-177.18543 -177.55905)"
726
- fill="#e6e6e6"
727
- id="path10" />
728
- <path
729
- d="M520.18032,536.813l-18.90007.52192c-3.64714.10071-6.76843-5.37372-6.957-12.20169s2.626-12.46635,6.273-12.56708l18.90007-.52192c3.64714-.10071,6.76843,5.37372,6.957,12.20169S523.8274,536.71222,520.18032,536.813Z"
730
- transform="translate(-177.18543 -177.55905)"
731
- fill="#16006F"
732
- id="path11" />
733
- <polygon
734
- points="368.086 449.662 405.749 478.93 409.715 541.227 365.009 523.983 368.086 449.662"
735
- fill="#e6e6e6"
736
- id="polygon11" />
737
- <path
738
- d="M534.75357,338.67976c-40.4127,0-86.85713-44.8462-127.94893-23.53858-124.415,64.51367-107.28857-43.43994-143.032-83.58887l1.17348-2.35367c27.05948,103.21821,51.543,267.6924,142.3988,83.20476,22.75922-46.21386,97.45512,25.21994,141.42331,23.11264l.0763,2.8291Q541.8795,338.68114,534.75357,338.67976Z"
739
- transform="translate(-177.18543 -177.55905)"
740
- fill="#f2f2f2"
741
- id="path12" />
742
- <path
743
- d="M631.75057,345.0259c-32.21551,24.39973-96.31582,16.69148-116.20791,58.48687-60.228,126.54525-111.754,30.14828-164.48777,19.72362l-.48561-2.58476c52.79008,4.37844,109.41447-2.4151,163.75111-19.64751,49.10434-15.57131,92.91452-38.73551,126.692-66.96179l1.76894,2.20919Q637.43193,340.72462,631.75057,345.0259Z"
744
- transform="translate(-177.18543 -177.55905)"
745
- fill="#f2f2f2"
746
- id="path13" />
747
- <ellipse
748
- cx="104.13212"
749
- cy="150.58361"
750
- rx="8.44737"
751
- ry="11.32747"
752
- fill="#e6e6e6"
753
- id="ellipse13" />
754
- <ellipse
755
- cx="366.13212"
756
- cy="58.58361"
757
- rx="8.44737"
758
- ry="11.32747"
759
- fill="#e6e6e6"
760
- id="ellipse14" />
761
- <path
762
- d="M358.656,385.18822c-3.862,2.57318-7.81469-3.55124-3.87848-6.0102C358.63937,376.605,362.59207,382.72945,358.656,385.18822Z"
763
- transform="translate(-177.18543 -177.55905)"
764
- fill="#e6e6e6"
765
- id="path14" />
766
- <path
767
- d="M501.656,184.18823c-3.862,2.57319-7.81469-3.55124-3.87848-6.01018C501.63937,175.605,505.59207,181.72944,501.656,184.18823Z"
768
- transform="translate(-177.18543 -177.55905)"
769
- fill="#e6e6e6"
770
- id="path15" />
771
- <polygon
772
- points="408.749 125.801 406.292 125.262 406.83 122.804 405.192 122.445 404.653 124.903 402.196 124.365 401.837 126.003 404.294 126.542 403.756 128.999 405.394 129.358 405.933 126.9 408.39 127.439 408.749 125.801"
773
- fill="#e6e6e6"
774
- id="polygon15" />
775
- <circle
776
- cx="183.53494"
777
- cy="32.73714"
778
- r="10.70233"
779
- fill="#ff6584"
780
- id="circle15"
781
- style="fill:#5bb09f;fill-opacity:1" />
782
- <path
783
- d="M439.00118,196.74951c-12.05744.34245-21.2569,21.20915-21.03568,29.35188l.407,14.74161,43.65913-1.20556-.40711-14.74162C461.396,216.75324,451.05913,196.42606,439.00118,196.74951Z"
784
- transform="translate(-177.18543 -177.55905)"
785
- fill="#3f3d56"
786
- id="path16" />
787
- <path
788
- d="M464.99807,754.96821l-19.83215.54763a13.81233,13.81233,0,0,1-8.48582-2.37891c-2.15368-1.602-3.14165-3.76765-2.70848-5.94251l3.90259-19.61285c.73551-3.7,5.2696-6.49714,10.78-6.64927l10.95246-.30244c5.51039-.15213,10.19188,2.39044,11.1305,6.04427l4.9789,19.36752c.55246,2.14769-.31448,4.36453-2.37641,6.08292A13.81216,13.81216,0,0,1,464.99807,754.96821Z"
789
- transform="translate(-177.18543 -177.55905)"
790
- fill="#3f3d56"
791
- id="path17" />
792
- <rect
793
- x="415.4532"
794
- y="291.40111"
795
- width="64.47382"
796
- height="440.01582"
797
- transform="translate(-191.13137 -165.0065) rotate(-1.58175)"
798
- fill="#e6e6e6"
799
- id="rect17" />
800
- <polyline
801
- points="270.868 325.949 270.563 310.094 274.721 309.991 275.026 325.795 278.795 556.141 274.636 556.256"
802
- fill="#3f3d56"
803
- id="polyline17" />
804
- <path
805
- d="M486.53068,330.85065,399.20479,333.262c-1.52254-9.20342.447-52.15,8.30847-61.75224l2.15433-11.462,60.29654-1.66505,3.15478,11.17106C481.77751,276.9218,486.2423,319.98486,486.53068,330.85065Z"
806
- transform="translate(-177.18543 -177.55905)"
807
- fill="#e6e6e6"
808
- id="path18" />
809
- <path
810
- d="M471.87015,259.73526l-62.22262,1.7182c-2.29663.06335-4.1931-1.14245-4.23579-2.69339a1.95169,1.95169,0,0,1,.09665-.65848l9.66494-29.77518c.41385-1.275,2.06138-2.21137,3.98418-2.26446l41.26444-1.13939c1.9228-.05308,3.61946.79092,4.10307,2.04115l11.29335,29.19646c.57762,1.4933-.75639,3.04723-2.97964,3.47082A6.08056,6.08056,0,0,1,471.87015,259.73526Z"
811
- transform="translate(-177.18543 -177.55905)"
812
- fill="#e6e6e6"
813
- id="path19" />
814
- <path
815
- d="M415.78556,501.48553a7.62611,7.62611,0,0,1-1.58088-.915,5.604,5.604,0,0,1-2.37913-4.32149l-2.26085-81.87758c-.0931-3.38939,3.22545-6.24061,7.39767-6.356l55.70319-1.53841c4.17306-.11605,7.64291,2.54888,7.73709,5.93821l2.26073,81.878a5.60268,5.60268,0,0,1-2.13683,4.44594,8.50617,8.50617,0,0,1-5.2613,1.90983l-55.70234,1.53767A8.91985,8.91985,0,0,1,415.78556,501.48553Z"
816
- transform="translate(-177.18543 -177.55905)"
817
- fill="#3f3d56"
818
- id="path20" />
819
- <path
820
- d="M451.438,254.46588l-18.90007.52192c-3.64714.1007-6.7311-4.01989-6.87367-9.18422s2.70926-9.44884,6.3564-9.54955l18.90007-.52192c3.64714-.10071,6.7311,4.01989,6.87367,9.18422S455.08518,254.36517,451.438,254.46588Z"
821
- transform="translate(-177.18543 -177.55905)"
822
- fill="#16006F"
823
- id="path21" />
824
- <path
825
- d="M898.19394,740.08733h-22V580.21c18.40229-1.31952,32.23267-6.95472,32.23267-13.70722,0-7.732-18.13245-14-40.5-14s-40.5,6.268-40.5,14c0,6.81751,14.09991,12.49408,32.76733,13.74207V740.08733h-22a8,8,0,0,0,0,16h60a8,8,0,0,0,0-16Z"
826
- transform="translate(-177.18543 -177.55905)"
827
- fill="#e6e6e6"
828
- id="path22" />
829
- <polygon
830
- points="676.847 481.363 669.62 489.238 635.806 465.112 646.471 453.489 676.847 481.363"
831
- fill="#a0616a"
832
- id="polygon22" />
833
- <path
834
- d="M835.5538,679.70713a13.32168,13.32168,0,0,0,4.33559,9.30746l.31814.296,9.47771-10.32853,13.82067-15.06363-10.20277-9.36667-1.84225,2.01241-.19237.20719-9.1817,4.343-1.94585.92483-.33295.15534-.73246,7.86477v.0074A13.28266,13.28266,0,0,0,835.5538,679.70713Z"
835
- transform="translate(-177.18543 -177.55905)"
836
- fill="#2f2e41"
837
- id="path23" />
838
- <polygon
839
- points="714.287 559.924 704.06 563.031 687.21 525.063 702.304 520.478 714.287 559.924"
840
- fill="#a0616a"
841
- id="polygon23" />
842
- <path
843
- d="M863.98679,756.2017l.12581.42173,32.97573-10.01775-4.02487-13.251-2.60429.79166-.27375.08142-12.25956-1.12461-.36253-.02958-4.639,6.3998a13.41268,13.41268,0,0,0-8.93758,16.72833Z"
844
- transform="translate(-177.18543 -177.55905)"
845
- fill="#2f2e41"
846
- id="path24" />
847
- <path
848
- id="ad16ec3e-8c70-4d69-a6df-f9bf45b483f6-5237"
849
- data-name="Path 17"
850
- d="M807.14234,538.68707s-65.294,63.042-24.01623,82.55557h12.75817a84.503,84.503,0,0,1,12.61132-25.10752c1.20538-1.57743,5.72106-1.257,6.97511-2.79432,7.657-9.38674,15.95823-17.44824,21.69136-17.12816l-1.37151,43.558L833.571,635.30785c-1.16546,8.03186,31.7271,78.16146,31.7271,78.16146L885.9723,705.344s-21.53993-57.76213-21.79225-66.08937L881.44161,547.693Z"
851
- transform="translate(-177.18543 -177.55905)"
852
- fill="#2f2e41" />
853
- <path
854
- d="M801.69759,541.79634a3.89,3.89,0,0,0,1.27259,1.15419,8.98975,8.98975,0,0,0,2.6709.99144c14.7011,3.33675,62.72574,10.25451,75.19244,6.9547,1.53153-.39951,2.53033-.96181,2.85587-1.70168,1.04323-2.33795.91-12.21517.296-24.14179-.111-2.2344-2.57476-4.65373-2.72269-6.99173-.10359-1.75347,2.10859-3.40335,1.99023-5.18645-.81387-12.05979-1.86447-24.34893-2.56735-32.11751-.4439-4.99408-.74727-8.11629-.74727-8.11629l7.58361-47.81746-.35512-.58452-.39951-.19973-24.45256-12.10422-1.33175-3.40336a5.26651,5.26651,0,0,0-4.87568-3.3368l-16.10687-.06656a5.249,5.249,0,0,0-4.2838,2.17516l-4.36522,6.04473-28.85472,18.49661.111.34031,13.53951,41.20306.06657,3.211v.0074l.5031,25.82125-1.39831,3.49959,1.57591,5.74136s-.72509,6.71053-4.60938,11.69726c-3.52177,4.528-8.00534,9.2483-10.03257,13.0808v.0074C801.12792,538.57055,800.75058,540.4054,801.69759,541.79634Z"
855
- transform="translate(-177.18543 -177.55905)"
856
- fill="#16006F"
857
- id="path25" />
858
- <path
859
- id="ef5568b9-6037-4ec0-9cfc-fa22633e4b80-5238"
860
- data-name="Path 18"
861
- d="M779.991,617.49777l3.49,4.40992s32.09783,22.4561,33.2,24.55472l5.0727,4.80008,12.274-13.1203-6.383-8.00038a50.1066,50.1066,0,0,0-19.22112-14.71558h0l-9.78231-8.67888Z"
862
- transform="translate(-177.18543 -177.55905)"
863
- fill="#2f2e41" />
864
- <path
865
- d="M895.61028,556.69023l-5.84513-56.57768L888.22236,476.827l16.36037-2.95828s-.64826,16.64985,1.495,26.04387c2.115,9.2699.28058,55.53545.14989,56.77256a7.95977,7.95977,0,1,1-10.61731.00505Z"
866
- transform="translate(-177.18543 -177.55905)"
867
- fill="#a0616a"
868
- id="path26" />
869
- <path
870
- d="M876.128,471.0061l4.55755,9.75141,1.59073,3.396,4.2838,22.43266,2.13822,2.27139,1.84225,7.33208.86563-.17756,15.61117-3.2332,4.55014-.93965A8.64955,8.64955,0,0,0,909.999,501.015c-.31073-.28115-.56966-.5549-.5623-.81383.259-15.60377-.69547-44.096-9.31487-55.8228-2.73751-3.72154-4.38-7.42827-6.76978-10.0178-.00741-.00736-.00741-.01476-.01477-.01476l-5.81537-9.52206-.35512-.58452-.39951-.19973Z"
871
- transform="translate(-177.18543 -177.55905)"
872
- fill="#16006F"
873
- id="path27" />
874
- <circle
875
- id="af7fa85c-211d-4c02-a612-cf38cfa53f1c"
876
- data-name="Ellipse 5"
877
- cx="672.12801"
878
- cy="202.13103"
879
- r="21.43064"
880
- fill="#a0616a" />
881
- <path
882
- d="M874.76076,375.07894c.62766-3.6014,1.11688-8.27006-.6812-12.4204-1.51934-3.49282-5.32013-6.76762-9.54488-6.32591a4.39885,4.39885,0,0,0-1.37264-4.39892,11.55527,11.55527,0,0,0-4.6882-2.20425c-3.971-1.16718-8.08439-2.37721-12.33157-2.39969-4.7667-.0259-8.9903,1.60706-11.58015,4.48623l-.0634.09312-.77645,1.85365a1.86806,1.86806,0,0,1-1.14868,1.05728,1.83578,1.83578,0,0,1-1.55348-.1902,1.69462,1.69462,0,0,0-2.58087,1.36572l-.04131.791-1.112-.44327a1.68958,1.68958,0,0,0-2.29858,1.85051l.148.941a1.811,1.811,0,0,0-1.37993.31109,1.65526,1.65526,0,0,0-.58927,1.86,15.3983,15.3983,0,0,0,4.28388,6.39952,12.80237,12.80237,0,0,0,2.90823,1.97737q.32943.16611.68487.3146a76.25188,76.25188,0,0,0,26.96328,6.10778,15.65361,15.65361,0,0,0-1.67438,5.37209,5.87473,5.87473,0,0,0,2.514,5.54144,7.39947,7.39947,0,0,0,1.204.55162,7.94136,7.94136,0,0,1,1.15454.53448,3.59829,3.59829,0,0,1-.14825,6.24292s1.59493,1.94715,1.85017,1.91406a4.98167,4.98167,0,0,0,2.625-1.55306C870.17275,390.2022,873.27793,383.60175,874.76076,375.07894Z"
883
- transform="translate(-177.18543 -177.55905)"
884
- fill="#2f2e41"
885
- id="path28" />
886
- <path
887
- d="M968.58324,706.35184l.93143-20.94324a67.6402,67.6402,0,0,1,31.54965-7.98643c-15.15276,12.3885-13.25912,36.26927-23.53233,52.92887a40.68576,40.68576,0,0,1-29.83528,18.80144l-12.68037,7.76378a68.17644,68.17644,0,0,1,14.36987-55.24593A65.85415,65.85415,0,0,1,961.489,690.42482C964.526,698.4327,968.58324,706.35184,968.58324,706.35184Z"
888
- transform="translate(-177.18543 -177.55905)"
889
- fill="#f2f2f2"
890
- id="path29" />
891
- <path
892
- d="M1032.34212,757.91264a1.5486,1.5486,0,0,1-1.55329,1.55322H178.73865a1.55322,1.55322,0,0,1,0-3.10644h852.05018A1.54866,1.54866,0,0,1,1032.34212,757.91264Z"
893
- transform="translate(-177.18543 -177.55905)"
894
- fill="#ccc"
895
- id="path30" />
896
- <path
897
- d="M543.68349,601.12509a8.50985,8.50985,0,0,1-8.73142-8.26214l-.66249-23.99087a8.5,8.5,0,0,1,16.99351-.4692l.66249,23.99087A8.50985,8.50985,0,0,1,543.68349,601.12509Z"
898
- transform="translate(-177.18543 -177.55905)"
899
- fill="#3f3d56"
900
- id="path31" />
901
- <path
902
- d="M918.53992,688.80705q-19.36817,0-42.45654-1.46386c-79.61377-5.05567-182.7378-22.63282-290.376-49.49219-107.6377-26.85938-206.93018-59.79395-279.58545-92.73438-35.39258-16.04687-62.55615-31.23633-80.73535-45.14746-19.24707-14.727-27.666-27.564-25.02393-38.15283,5.148-20.62891,50.731-25.14209,88.064-25.29541l.01269,3c-51.26806.21045-81.51367,8.38672-85.16552,23.022-4.65186,18.64014,33.28662,47.74073,104.08691,79.84131,72.49561,32.86813,171.60547,65.73923,279.07321,92.55661,107.46729,26.81641,210.40137,44.36328,289.83985,49.4082,77.57861,4.92774,124.74316-2.9375,129.39453-21.57812,3.86181-15.47656-21.59815-38.27539-71.68946-64.19824l1.37891-2.66407c36.397,18.83594,78.64551,45.85157,73.22168,67.58887-2.64252,10.58887-16.10541,17.96485-40.01508,21.92285C954.93494,687.67619,938.19422,688.80705,918.53992,688.80705Z"
903
- transform="translate(-177.18543 -177.55905)"
904
- fill="#ccc"
905
- id="path32" />
906
- <path
907
- d="M233.244,669.1541c-10.24609,0-16.90722-2.5459-19.85547-7.60742-5.814-9.98047,3.92334-27.49317,28.94092-52.05079l2.10156,2.14063c-23.23877,22.8125-33.34277,40.001-28.45068,48.40039,3.0957,5.3125,12.30859,7.2168,26.64844,5.50391,14.23535-1.69922,33.10058-6.76465,56.07177-15.05469,47.291-17.06738,106.62256-45.85645,167.065-81.06445,60.44043-35.207,114.75048-72.61621,152.92675-105.335,7.33252-6.28565,13.98731-12.33252,19.7793-17.9712a196.95978,196.95978,0,0,0,20.97559-23.37744c8.563-11.627,11.45312-20.58105,8.35791-25.89453-5.16992-8.87451-26.8877-8.04-61.15625,2.353l-.87012-2.8711c36.76611-11.14892,58.50732-11.48339,64.61865-.99169,3.79737,6.51855.92578,16.3374-8.53418,29.18359a199.92306,199.92306,0,0,1-21.29883,23.74756c-5.83691,5.6831-12.53906,11.77246-19.91992,18.09961-38.30957,32.83349-92.77685,70.354-153.36914,105.64892-60.59375,35.29688-120.1001,64.168-167.55615,81.29492-23.18506,8.36719-42.27344,13.48536-56.73486,15.21094A82.69758,82.69758,0,0,1,233.244,669.1541Z"
908
- transform="translate(-177.18543 -177.55905)"
909
- fill="#ccc"
910
- id="path33" />
911
- <path
912
- d="M780.78711,545.98171c-7.41429-.1477-47.23975-1.29075-53.77054-1.00966-.36944-1.29329-12.74985,14.57255-13.05093,14.6709a1.80832,1.80832,0,0,0,.60481,2.90758c.72777.44213,64.93165-.7456,65.70956-.59063a1.78591,1.78591,0,0,0,1.59378-1.03833l.42913-.96116c.04459-1.64432.58292-10.048.09966-11.48483A1.77814,1.77814,0,0,0,780.78711,545.98171Z"
913
- transform="translate(-177.18543 -177.55905)"
914
- fill="#e6e6e6"
915
- id="path34" />
916
- <path
917
- d="M782.30283,559.95889c-.37681.90549-.85882,2.04315-2.02291,2.00138l-65.03159.7298a1.79391,1.79391,0,0,1-1.56528-2.63308Z"
918
- transform="translate(-177.18543 -177.55905)"
919
- opacity="0.17"
920
- style="isolation:isolate"
921
- id="path35" />
922
- <path
923
- d="M727.32042,544.77735c-.7-1.21052-18.08617-87.23831-19.53728-87.95769l-11.87031-14.52105-1.06095-.79779c-1.47534-.81046-5.01435-.26248-4.69563,1.99086h0c2.7887,13.37007,20.7256,89.51848,21.11867,101.39039l2.15914,15.12429a1.86251,1.86251,0,0,0,2.29966,1.52982,3.58266,3.58266,0,0,0,2.87739-2.07911C718.773,558.92333,728.13321,545.08723,727.32042,544.77735Z"
924
- transform="translate(-177.18543 -177.55905)"
925
- fill="#e6e6e6"
926
- id="path36" />
927
- <path
928
- d="M695.91,442.29922l22.70339,117.16093c-.75925,1.92172-4.312,3.268-5.13948.74717-.01446-.00347-23.29114-116.64351-23.31482-116.71323C689.911,440.687,694.54951,440.59792,695.91,442.29922Z"
929
- transform="translate(-177.18543 -177.55905)"
930
- opacity="0.17"
931
- style="isolation:isolate"
932
- id="path37" />
933
- <polygon
934
- points="519.409 269.531 530.939 285.603 543.881 347.068 537.865 352.316 519.409 269.531"
935
- fill="#16006F"
936
- id="polygon37" />
937
- <path
938
- d="M773.34421,554.26935l3.19.13a12.53882,12.53882,0,0,1,.46-2.76c.48-2.28.91-4.99-1.08-4.98-1.35-.13-1.81,1.58-2.05,3.44A26.31787,26.31787,0,0,1,773.34421,554.26935Z"
939
- transform="translate(-177.18543 -177.55905)"
940
- fill="#2f2e41"
941
- id="path38" />
942
- <path
943
- d="M755.04423,549.97937l2.15.07995,1.04.04c-.02-1.14.51-3.49-.78-4.07a1.60015,1.60015,0,0,0-.65-.13c-1.21-.07-1.57.85-1.68006,1.91-.06994.64-.04,1.32-.06,1.85C755.06418,549.76935,755.05424,549.87933,755.04423,549.97937Z"
944
- transform="translate(-177.18543 -177.55905)"
945
- fill="#2f2e41"
946
- id="path39" />
947
- <path
948
- d="M748.67423,549.71936l2.16.09,1.03.04c-.02-1.31.67-4.17-1.43005-4.21-1.94-.11-1.69,2.36-1.74,3.76C748.69419,549.50934,748.68418,549.61932,748.67423,549.71936Z"
949
- transform="translate(-177.18543 -177.55905)"
950
- fill="#2f2e41"
951
- id="path40" />
952
- <path
953
- d="M742.30424,549.46936l2.15.08,1.04.04c-.02-1.3.67-4.16-1.43-4.2-1.94-.12-1.69,2.35-1.74,3.76C742.32419,549.25934,742.31418,549.36932,742.30424,549.46936Z"
954
- transform="translate(-177.18543 -177.55905)"
955
- fill="#2f2e41"
956
- id="path41" />
957
- <path
958
- d="M735.93418,549.20935l2.16.09,1.03.04c-.02-1.31.67-4.16-1.43-4.21-1.94-.11-1.69,2.36005-1.74,3.76C735.9542,548.99933,735.94419,549.10937,735.93418,549.20935Z"
959
- transform="translate(-177.18543 -177.55905)"
960
- fill="#2f2e41"
961
- id="path42" />
962
- <path
963
- d="M729.56418,548.95935l2.15.08,1.04.04c-.02-1.2.56-3.71-.98-4.14h-.01a1.46394,1.46394,0,0,0-.44-.06,1.5056,1.5056,0,0,0-.54.05h-.01c-1.34.35-1.15,2.45-1.19,3.71C729.5842,548.74933,729.57419,548.85937,729.56418,548.95935Z"
964
- transform="translate(-177.18543 -177.55905)"
965
- fill="#2f2e41"
966
- id="path43" />
967
- <path
968
- d="M766.91422,548.27936l3.19.13c0-.12,0-.25.01-.4a13.33041,13.33041,0,0,0,.04-2.29c-.11-.84-.47-1.5-1.48-1.52-1.03-.06-1.44.6-1.6,1.45a3.11646,3.11646,0,0,0-.08.44v.01C766.91422,546.87933,766.96421,547.71936,766.91422,548.27936Z"
969
- transform="translate(-177.18543 -177.55905)"
970
- fill="#2f2e41"
971
- id="path44" />
972
- <path
973
- d="M760.54423,548.01935l3.19.13a23.28044,23.28044,0,0,0,.06-2.58c-.09-.88-.44-1.6-1.49-1.62-1.06006-.07-1.47.65-1.63,1.54C760.52421,546.34936,760.60422,547.37933,760.54423,548.01935Z"
974
- transform="translate(-177.18543 -177.55905)"
975
- fill="#2f2e41"
976
- id="path45" />
977
- <path
978
- d="M754.17423,547.76935l.95.04,2.24.09c-.01-.48.08-1.18.09-1.87a4.23315,4.23315,0,0,0-.02-.62c-.08-.93-.41-1.7-1.5-1.72-1.11-.06-1.5.71-1.63995,1.65C754.15421,546.17932,754.23423,547.14935,754.17423,547.76935Z"
979
- transform="translate(-177.18543 -177.55905)"
980
- fill="#2f2e41"
981
- id="path46" />
982
- <path
983
- d="M766.97422,554.01935l3.19.12c-.01-1.3.67-4.16-1.43-4.2C766.63419,549.80932,767.09421,552.70935,766.97422,554.01935Z"
984
- transform="translate(-177.18543 -177.55905)"
985
- fill="#2f2e41"
986
- id="path47" />
987
- <path
988
- d="M760.60422,553.75934l3.19.13c-.01-1.31.67-4.17-1.43-4.21C760.2642,549.55932,760.72422,552.45935,760.60422,553.75934Z"
989
- transform="translate(-177.18543 -177.55905)"
990
- fill="#2f2e41"
991
- id="path48" />
992
- <path
993
- d="M754.23423,553.50934l3.19.12c-.01-.93.34-2.65-.23-3.57a1.31959,1.31959,0,0,0-1.2-.63,1.40554,1.40554,0,0,0-.93.23C754.04423,550.32934,754.3342,552.44934,754.23423,553.50934Z"
994
- transform="translate(-177.18543 -177.55905)"
995
- fill="#2f2e41"
996
- id="path49" />
997
- <path
998
- d="M747.86423,553.24933l3.19.13c-.01-.93.32995-2.63995-.22-3.57a1.32343,1.32343,0,0,0-1.21-.63995,1.38934,1.38934,0,0,0-.93.23C747.67423,550.08935,747.96421,552.19934,747.86423,553.24933Z"
999
- transform="translate(-177.18543 -177.55905)"
1000
- fill="#2f2e41"
1001
- id="path50" />
1002
- <path
1003
- d="M741.49418,552.99933l3.19.12c-.01-.93.34-2.65-.23-3.56994a1.31934,1.31934,0,0,0-1.2-.63,1.40519,1.40519,0,0,0-.93.23C741.30424,549.81933,741.59421,551.93933,741.49418,552.99933Z"
1004
- transform="translate(-177.18543 -177.55905)"
1005
- fill="#2f2e41"
1006
- id="path51" />
1007
- <path
1008
- d="M735.12418,552.73938l3.19.12994c-.00994-.93.33-2.63995-.22-3.56994a1.31238,1.31238,0,0,0-1.21-.64,1.38925,1.38925,0,0,0-.93.23C734.93418,549.57934,735.22422,551.68933,735.12418,552.73938Z"
1009
- transform="translate(-177.18543 -177.55905)"
1010
- fill="#2f2e41"
1011
- id="path52" />
1012
- <path
1013
- d="M728.75419,552.48938l3.19.12c-.01-.93005.33-2.64-.23-3.57a1.30821,1.30821,0,0,0-1.2-.63,1.405,1.405,0,0,0-.93.23C728.56418,549.31933,728.85422,551.42932,728.75419,552.48938Z"
1014
- transform="translate(-177.18543 -177.55905)"
1015
- fill="#2f2e41"
1016
- id="path53" />
1017
- <path
1018
- d="M764.7803,543.24528l24.31306-51.42056L798.286,470.375l-14.44775-8.22653s-4.92111,15.91917-10.06408,24.06724c-5.07509,8.04038-18.71837,52.28659-19.00618,53.49683a7.95977,7.95977,0,1,0,10.01233,3.53276Z"
1019
- transform="translate(-177.18543 -177.55905)"
1020
- fill="#a0616a"
1021
- id="path54" />
1022
- <path
1023
- d="M764.63224,495.6377l18.38757,11.09293,4.17-6.30274,2.77738-1.43257,11.49437-19.73725,10.16248-10.35367,13.42726-42.9193-17.47011,2.621-.02283.00749c-3.11234,1.65072-5.89632,4.60186-9.71281,7.20274-12.02605,8.19551-22.39546,34.75188-27.3355,49.55869-.08107.243-.4139.41243-.80035.57792a8.653,8.653,0,0,0-5.0775,9.68473Z"
1024
- transform="translate(-177.18543 -177.55905)"
1025
- fill="#16006F"
1026
- id="path55" />
1027
- </svg>`;
1028
-
1029
- const svg$h = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1030
- <svg
1031
-
1032
-
1033
- viewBox="0 0 635.60535 515.08657"
1034
- role="img"
1035
- artist="Katerina Limpitsouni"
1036
- source="https://undraw.co/"
1037
- version="1.1"
1038
- id="svg1"
1039
- xmlns="http://www.w3.org/2000/svg"
1040
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
1041
- <defs
1042
- id="defs1" />
1043
- <path
1044
- id="bca7d782-7e31-494e-97b0-f49b8df7894d-704"
1045
- data-name="Path 8"
1046
- d="m 499.36116,514.46656 h -172.216 l -0.033,-0.965 -8.223,-235.18 h 188.727 z m -170.284,-2 h 168.352 l 8.117,-232.145 h -184.587 z"
1047
- fill="#3f3d56" />
1048
- <g
1049
- id="e7d5632f-8461-4dcf-9cd9-df8e3f64d5e2"
1050
- data-name="Group 1"
1051
- transform="translate(-284.69882)">
1052
- <rect
1053
- id="ad932c98-7027-4b28-8e73-a76d8a4136e0"
1054
- data-name="Rectangle 17"
1055
- x="639.82599"
1056
- y="321.89658"
1057
- width="13.099"
1058
- height="162.097"
1059
- fill="#3f3d56" />
1060
- <rect
1061
- id="ae1e5d8b-7977-4a56-a24c-fbb057f76b38"
1062
- data-name="Rectangle 18"
1063
- x="691.40204"
1064
- y="321.89658"
1065
- width="13.099"
1066
- height="162.097"
1067
- fill="#3f3d56" />
1068
- <rect
1069
- id="bffa0855-fc38-45cc-9e39-6daa1d3e4103"
1070
- data-name="Rectangle 19"
1071
- x="742.97803"
1072
- y="321.89658"
1073
- width="13.099"
1074
- height="162.097"
1075
- fill="#3f3d56" />
1076
- </g>
1077
- <path
1078
- d="m 617.05065,347.38212 -0.8457,-0.53418 -213.91408,-135.1831 18.55566,-29.36182 0.84571,0.53418 213.91311,135.18262 z M 405.05063,211.04277 616.42765,344.62236 632.84565,318.64287 421.46963,185.06181 Z"
1079
- fill="#3f3d56"
1080
- id="path1" />
1081
- <path
1082
- id="b31113e7-cae2-4653-b248-af5e4acb0a6c-705"
1083
- data-name="Path 10"
1084
- d="m 565.40315,200.76957 a 38.459,38.459 0 0 0 -58.62,38.07 l 10.2,6.446 a 30.344,30.344 0 1 1 28.98,18.321 l 10.2,6.446 a 38.459,38.459 0 0 0 9.249,-69.283 z"
1085
- fill="#3f3d56" />
1086
- <rect
1087
- id="bbfb7505-c422-4cd7-b125-b9dee40ff3b1"
1088
- data-name="Rectangle 21"
1089
- y="513.08655"
1090
- width="624.30115"
1091
- height="2"
1092
- fill="#3f3d56"
1093
- x="1.4872264e-06"
1094
- style="stroke-width:0.999999" />
1095
- <g
1096
- id="b91459ce-423d-4e92-a857-d0ba85dc07c7"
1097
- data-name="Group 6"
1098
- transform="translate(-284.69882)">
1099
- <path
1100
- id="bc369f15-2cd9-428d-9eec-3a8fd8cc1bba-706"
1101
- data-name="Path 111"
1102
- d="m 536.88489,691.89628 h -14.564 l -6.932,-56.174 h 21.5 z"
1103
- transform="translate(-139.84793,-192.45672)"
1104
- fill="#feb8b8" />
1105
- <path
1106
- id="fafca8b8-1a63-4513-a3fa-e64917847011-707"
1107
- data-name="Path 112"
1108
- d="m 494.23393,705.41828 h 45.771 v -17.684 h -28.332 a 17.439,17.439 0 0 0 -17.439,17.439 v 0 z"
1109
- transform="translate(-139.84793,-192.45672)"
1110
- fill="#2f2e41" />
1111
- <path
1112
- id="a38ea43e-f1b1-406e-84c8-61e7480f01b4-708"
1113
- data-name="Path 113"
1114
- d="m 531.766,604.85129 10.046,10.545 45.452,-33.727 -14.826,-15.563 z"
1115
- transform="translate(-139.84793,-192.45672)"
1116
- fill="#feb8b8" />
1117
- <path
1118
- id="b5ba90e2-8a51-4a77-95c4-5b486c8770ec-709"
1119
- data-name="Path 114"
1120
- d="m 552.16123,620.2275 -19.54908,-20.51237 -12.80321,12.202 31.582,33.1382 0.17738,-0.169 a 17.4414,17.4414 0 0 0 0.59292,-24.65874 z"
1121
- transform="translate(-139.84793,-192.45672)"
1122
- fill="#2f2e41" />
1123
- <path
1124
- id="b1536285-e66e-494f-8c4f-a2304265e4c3-710"
1125
- data-name="Path 115"
1126
- d="m 430.39593,450.95329 a 11.94591,11.94591 0 0 1 5.715,-17.4 l 57.179,-145.727 22.288,13.345 -63.518,139.8 a 12.01,12.01 0 0 1 -21.664,9.982 z"
1127
- transform="translate(-139.84793,-192.45672)"
1128
- fill="#feb8b8" />
1129
- <path
1130
- id="acd6249e-4699-4411-813c-091b3a750afe-711"
1131
- data-name="Path 116"
1132
- d="m 647.42792,461.3983 a 11.94507,11.94507 0 0 1 -10.727,-14.85 l -84.354,-131.869 23.891,-10.2 75.836,133.523 a 12.01,12.01 0 0 1 -4.646,23.4 z"
1133
- transform="translate(-139.84793,-192.45672)"
1134
- fill="#feb8b8" />
1135
- <path
1136
- id="ece4d731-f277-435f-bbc1-e3b70679d22f-712"
1137
- data-name="Path 117"
1138
- d="m 493.8529,436.36129 14.931,221.913 35.682,-3.148 7.34595,-163.722 19.94,70.314 43.028,3.148 -17.031,-139 z"
1139
- transform="translate(-139.84793,-192.45672)"
1140
- fill="#2f2e41" />
1141
- <path
1142
- id="b91f5bf0-a8c5-41a2-a26e-8e2fd84207c6-713"
1143
- data-name="Path 118"
1144
- d="m 578.04889,551.2243 -6.3,10.495 -44.073,30.434 31.484,16.792 c 0,0 60.869,-33.583 55.622,-44.078 z"
1145
- transform="translate(-139.84793,-192.45672)"
1146
- fill="#2f2e41" />
1147
- <path
1148
- id="b0b7866d-f3ba-460a-97cc-8103175b89de-714"
1149
- data-name="Path 119"
1150
- d="m 462.60693,346.57728 12.421,-35 a 62.4941,62.4941 0 0 1 32.332,-35.668 v 0 a 89.42706,89.42706 0 0 1 52.484,-2.873 l 4.52,1.122 a 87.36364,87.36364 0 0 1 33.128,16 c 7.654,6.034 14.54,13.674 15.153,21.892 a 0.24435,0.24435 0 0 0 0.015,0.051 c 2.12,9.292 3.169,57.567 3.169,57.567 h -18.7 l 2.958,65.067 -0.239,-0.471 c 0,0 -107.856,20.411 -107.856,9.916 v -67.168 l -2.211,-24.32 z"
1151
- transform="translate(-139.84793,-192.45672)"
1152
- fill="#cccccc" />
1153
- <circle
1154
- id="bd3b9138-8795-4826-98b2-48d72249760b"
1155
- data-name="Ellipse 12"
1156
- cx="423.43201"
1157
- cy="41.592571"
1158
- r="29.889"
1159
- fill="#feb8b8" />
1160
- <path
1161
- id="e83e2647-99b5-4c80-ac3e-9e5d1f9bc81d-715"
1162
- data-name="Path 120"
1163
- d="m 567.757,220.64529 23.208,0.93 c 2.92,-0.009 6.108,-0.112 8.332,-2 3.35,-2.849 2.789,-8.225 0.995,-12.241 -5,-11.182 -16.153,-15.188 -28.4,-14.859 -12.247,0.329 -25.08,4.48 -31.675,14.8 -6.595,10.32 -8.377,23.352 -5.893,35.344 a 38.534,38.534 0 0 1 31.508,-21.97 z"
1164
- transform="translate(-139.84793,-192.45672)"
1165
- fill="#2f2e41" />
1166
- </g>
1167
- <g
1168
- id="ff061cc6-72bd-494d-9c36-32e4a4020cd7"
1169
- data-name="Group 4"
1170
- transform="translate(-284.69882)">
1171
- <path
1172
- id="bc404282-8d4f-43f7-bc12-02f97785eba1-716"
1173
- data-name="Path 81"
1174
- d="m 705.57123,513.00138 -84.00157,-58.87289 a 3.60743,3.60743 0 0 1 -0.882,-5.01481 L 686.619,355.0409 a 3.60743,3.60743 0 0 1 5.01481,-0.882 l 84.00156,58.87289 a 3.60742,3.60742 0 0 1 0.882,5.01481 l -65.92963,94.07033 a 3.60742,3.60742 0 0 1 -5.01651,0.88445 z"
1175
- transform="translate(-139.84793,-192.45672)"
1176
- fill="#ff6640" />
1177
- <path
1178
- id="ae4af9f3-88ec-4cab-9b9e-a4fc234f7062-717"
1179
- data-name="Path 82"
1180
- d="m 724.46214,449.12032 -49.29069,-34.54561 a 5.3006309,5.3006309 0 1 1 6.08441,-8.6814 l 49.29069,34.54561 a 5.3006309,5.3006309 0 0 1 -6.08441,8.6814 z"
1181
- transform="translate(-139.84793,-192.45672)"
1182
- fill="#ffffff" />
1183
- <path
1184
- id="fe48f3fd-992f-41c2-af3b-c30882e26a16-718"
1185
- data-name="Path 83"
1186
- d="m 713.14975,465.26118 -49.29069,-34.54561 a 5.30063,5.30063 0 1 1 6.0844,-8.6814 l 49.29069,34.54561 a 5.30063,5.30063 0 0 1 -6.0844,8.6814 z"
1187
- transform="translate(-139.84793,-192.45672)"
1188
- fill="#ffffff" />
1189
- <path
1190
- id="e216638f-22ba-49ea-a46c-300c78c4e875-719"
1191
- data-name="Path 84"
1192
- d="M 701.71568,481.57565 652.425,447.03 a 5.3006321,5.3006321 0 1 1 6.0844,-8.68141 l 49.29069,34.54561 a 5.3006321,5.3006321 0 0 1 -6.0844,8.68141 z"
1193
- transform="translate(-139.84793,-192.45672)"
1194
- fill="#ffffff" />
1195
- <path
1196
- id="ee43e3d8-5f22-4b53-a964-043fec166479-720"
1197
- data-name="Path 85"
1198
- d="m 724.32359,417.19028 -19.09171,-13.38052 a 5.30063,5.30063 0 1 1 6.0844,-8.6814 l 19.09172,13.38051 a 5.300635,5.300635 0 0 1 -6.08441,8.68141 z"
1199
- transform="translate(-139.84793,-192.45672)"
1200
- fill="#ffffff" />
1201
- </g>
1202
- </svg>`;
1203
-
1204
- const svg$g = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1205
- <svg
1206
-
1207
-
1208
- viewBox="0 0 524.67001 418.27099"
1209
- version="1.1"
1210
- id="svg14"
1211
- sodipodi:docname="safetica-article-financial-industry-2.svg"
1212
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
1213
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1214
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1215
- xmlns="http://www.w3.org/2000/svg"
1216
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
1217
- <defs
1218
- id="defs14" />
1219
- <sodipodi:namedview
1220
- id="namedview14"
1221
- pagecolor="#ffffff"
1222
- bordercolor="#000000"
1223
- borderopacity="0.25"
1224
- inkscape:showpageshadow="2"
1225
- inkscape:pageopacity="0.0"
1226
- inkscape:pagecheckerboard="0"
1227
- inkscape:deskcolor="#d1d1d1"
1228
- inkscape:zoom="0.99098432"
1229
- inkscape:cx="347.12961"
1230
- inkscape:cy="391.02536"
1231
- inkscape:window-width="1920"
1232
- inkscape:window-height="1009"
1233
- inkscape:window-x="1912"
1234
- inkscape:window-y="-8"
1235
- inkscape:window-maximized="1"
1236
- inkscape:current-layer="svg14" />
1237
- <path
1238
- d="M442.17403,400.47713c2.06599,.12871,3.20692-2.43846,1.64338-3.93389l-.1557-.61814c.0204-.04935,.04089-.09868,.06153-.14794,1.23211-2.94003,4.62545-4.33201,7.57137-3.11404,9.3142,3.85087-.51966,12.69986,.21957,18.68773,.25911,2.06671,8.35473,2.18034,7.89681,4.2086,4.30482-9.41207,6.56835-19.68889,6.56478-30.02306-.0009-2.59653-.14392-5.19297-.43543-7.78281-.23975-2.11845-.56985-4.22389-.9969-6.30999-2.30966-11.27639-7.30614-22.01572-14.51084-30.98461-3.46263-1.89129-1.35074-4.85018-3.09586-8.39544-.62694-1.27868-6.21792-1.30745-6.45092-2.70892,.25019,.03272,3.86434-3.721,2.6705-5.5767-.78555-1.22107-.54106-2.7763,.4681-3.82017,.09887-.1023,.19234-.2103,.27796-.32648,2.98093-4.04443,7.09003-3.33985,9.23695,2.15406,4.58304,2.31107,4.62871,6.14647,1.81834,9.83619-1.78798,2.34745-2.03264,5.52304-3.60129,8.03604,.16157,.20664,.32958,.40684,.49112,.61348,2.96237,3.79686,5.52482,7.87809,7.68524,12.16592-.61182-4.76599,.28705-10.50831,1.8215-14.21023,1.75933-4.24835,5.06953-7.8221,7.96883-11.49665,3.46275-4.38865,10.5104-2.39707,11.12286,3.15951,.00588,.05337,.0116,.10665,.01724,.16003-.42884,.24212-.84895,.49935-1.25929,.77094-2.33882,1.54808-1.52824,5.17442,1.24391,5.60071l.06278,.00965c-.1545,1.54372-5.63258,6.40679-6.01957,7.91187,3.70514,14.30838,.93282,16.19755-10.46624,16.43703l-.59825,.8522c1.08024,3.1058,1.94956,6.2861,2.60235,9.50743,.61462,2.99021,1.042,6.01282,1.28197,9.04845,.29847,3.82994,.27396,7.6795-.04769,11.50325l.01933-.13563c.81879-4.21143,3.1039-8.1457,6.42284-10.87249,4.94421-4.06436,11.93091-5.56281,17.2652-8.83022,2.56778-1.57285,5.85959,.45742,5.41241,3.4352l-.02177,.14262c-.79432,.32315-1.56922,.69808-2.31831,1.11814-.42921,.24237-.84965,.49978-1.26032,.77165-2.33916,1.54848-1.52796,5.1753,1.24498,5.60009l.06281,.00962c.0452,.00645,.08399,.01291,.12913,.0194-1.3617,3.23628-14.33553,7.80147-16.71149,10.39229-2.31031,12.49793-1.17531,12.12596-11.81075,8.49032h-.00647c-1.16085,5.06419-2.8578,10.01225-5.03931,14.72794l-18.0202,.00623c-.06471-.2002-.12288-.40688-.18109-.60712,1.66645,.10285,3.34571,.00534,4.98619-.29875-1.33757-1.64013-2.67509-3.29317-4.01266-4.93324-.0323-.03228-.05819-.06459-.08402-.09686l-.02036-.02517-1.85532-6.10724c.14644-1.35476,.38536-2.69828,.70958-4.02051l.00049-.00037v.00006Z"
1239
- fill="#f2f2f2"
1240
- id="path1" />
1241
- <path
1242
- d="M251.74443,416.41995l-159.45702,.05516c-8.01074,.00277-15.18649-4.13684-19.19426-11.07295-2.00413-3.46855-3.00642-7.27337-3.00774-11.07904-.00132-3.80518,.99882-7.61119,3.00007-11.08063l79.67786-145.04905c4.00346-6.93937,11.17634-11.08346,19.18708-11.08623s15.18649,4.13635,19.19475,11.07295l79.78843,145.01196c1.99876,3.45927,2.99861,7.25971,2.99894,11.06293-.00015,3.80322-.99981,7.60874-3.00154,11.07868-4.00297,6.93889-11.17585,11.08346-19.1866,11.08623h.00002Zm-179.65463-22.09948c-.00026,3.46387,17.5953-4.00023,19.41817-.8451,3.64623,6.31026-6.50934,21.00225,.77874,20.99973,0,0,173.27016-3.828,176.91202-10.14078,1.82069-3.15639,2.73062-6.61911,2.72942-10.08102s-.91353-6.92351-2.73688-10.07864l-79.78845-145.01196c-3.63597-6.2922-10.16364-10.05801-17.45172-10.05549-7.28467,.00252-99.86105,161.74891-99.86132,165.21326h.00002Z"
1243
- fill="#3f3d56"
1244
- id="path2" />
1245
- <path
1246
- d="M253.51521,414.41934c-1.99862,4.00069,91.61376,2.7712,92.72051,2.77082,0,0,26.3119-.58131,26.86492-1.53993,.27648-.47931,.41466-1.00515,.41448-1.53084s-.13873-1.05137-.4156-1.5305l-12.11626-22.02074c-.55215-.9555-1.54341-1.52736-2.65013-1.52698-.04608,.00002-.11394,.04093-.20168,.11933-16.16328,14.44385-36.0828,23.99237-57.75707,24.31469-23.047,.34272-46.73217,.6899-46.85919,.94416h.00002Z"
1247
- fill="#3f3d56"
1248
- id="path3" />
1249
- <path
1250
- d="M0,417.0814c.00023,.66003,.53044,1.18982,1.19047,1.18959l522.28995-.18066c.65997-.00023,1.18982-.53038,1.18959-1.19041-.00023-.65997-.53044-1.18982-1.19041-1.18959l-522.28995,.18066c-.66003,.00023-1.18988,.53044-1.18965,1.19041Z"
1251
- fill="#ccc"
1252
- id="path4" />
1253
- <g
1254
- id="g5">
1255
- <polygon
1256
- points="403.87773 411.30541 394.83299 411.30765 390.51828 376.42194 403.86746 376.41823 403.87773 411.30541"
1257
- fill="#a0616a"
1258
- id="polygon4" />
1259
- <path
1260
- d="M372.88925,411.11096h0c-.28145,.4744-.42951,2.00528-.42932,2.55685h0c.00059,1.6954,1.37542,3.06935,3.07089,3.06876l28.01047-.00969c1.15659-.0004,2.09391-.93832,2.09351-2.09496l-.0004-1.16617s1.38444-3.50542-1.46987-7.82444c0,0-3.54448,3.38386-8.84444-1.91244l-1.56336-2.82981-11.30656,8.27506-6.26838,.77377c-1.3714,.16927-2.58738-.02532-3.29241,1.16307h-.00012Z"
1261
- fill="#2f2e41"
1262
- id="path5" />
1263
- </g>
1264
- <g
1265
- id="g6">
1266
- <polygon
1267
- points="369.19708 381.46752 360.62951 384.36642 345.36911 352.70019 358.01396 348.42131 369.19708 381.46752"
1268
- fill="#a0616a"
1269
- id="polygon5" />
1270
- <path
1271
- d="M339.77867,391.20807h0c-.11468,.53956,.23535,2.03724,.41217,2.5597h0c.54355,1.60589,2.28601,2.46714,3.89196,1.92358l26.53193-8.98019c1.09554-.3708,1.68312-1.55951,1.31228-2.65512l-.37389-1.10461s.18882-3.76416-3.8984-6.94155c0,0-2.27401,4.34084-8.99107,1.02096l-2.38732-2.18005-8.0607,11.46034-5.69037,2.74062c-1.24494,.59958-2.45919,.80471-2.74651,2.15628l-.00009,.00003Z"
1272
- fill="#2f2e41"
1273
- id="path6" />
1274
- </g>
1275
- <polygon
1276
- points="355.22599 179.09003 337.68255 237.19081 316.97199 289.45207 349.76053 364.08569 361.91802 358.67731 347.37062 290.11706 377.87822 243.59436 392.11437 388.82623 404.27349 388.14652 420.76309 212.84336 423.11421 174.67566 355.22599 179.09003"
1277
- fill="#2f2e41"
1278
- id="polygon6" />
1279
- <path
1280
- d="M408.20979,50.38513l-25.66813,4.73752-2.02258,11.48454-15.53439,7.43609-8.07702,84.4428s-13.50433,17.56819-2.69414,22.96862l68.9007-6.77904s3.37327-12.4903-.00473-13.67529-3.38832-31.01955-3.38832-31.01955l15.51573-61.36599-22.97048-8.09829-4.05664-10.13141Z"
1281
- fill="#e6e6e6"
1282
- id="path7" />
1283
- <circle
1284
- cx="393.06995"
1285
- cy="29.43589"
1286
- r="20.7276"
1287
- fill="#a0616a"
1288
- id="circle7" />
1289
- <path
1290
- d="M406.79605,32.51227c-1.65401,.9055-.08471,5.22869-1.11848,5.60245-1.19492,.43202-5.55162-4.52715-5.60554-10.08176-.01633-1.68115,.37051-2.48839-.00155-4.48164-.48668-2.6073-1.98045-5.68253-3.36317-5.60089-.81965,.04839-1.62013,1.20723-1.67986,2.2414-.0837,1.44941,1.32419,2.01989,1.12139,2.80064-.38627,1.4871-6.29829,2.5138-8.40308,.00291-1.65013-1.9685-.38463-5.4247-1.12236-5.60167-.54378-.13045-1.12759,1.77241-3.35988,3.9226-.84103,.8101-2.09186,2.0149-2.80044,1.68159-1.02397-.48167-.28003-3.87624-.56157-3.92125-.23314-.03727-.37947,2.3487-1.67908,4.48223-1.66968,2.74103-5.11398,4.85374-6.72112,3.92377-.98466-.56978-1.06245-2.15606-1.12158-3.36084-.1245-2.53816-3.81308-8.37644-2.85882-11.09166,1.94221-5.5263,5.2701-1.63078,6.7752-3.47504,2.03756-2.49669,3.86572-1.15434,7.28133-3.92396,3.33668-2.70564,3.36577-5.42504,5.60011-5.604,2.01221-.16116,2.7278,1.98528,5.04242,1.67887,1.96079-.25957,2.38749-1.92436,3.92087-1.68198,1.40389,.2219,1.49646,1.68849,3.36201,2.23966,1.19101,.35188,1.45267-.15743,2.80103-.00097,2.80559,.32556,4.69002,2.88083,5.043,3.35949,1.36081,1.84526,.83282,2.62341,2.24236,4.48086,1.21555,1.6018,3.90913,.9216,4.92189,1.72162,3.30928,2.61409,4.73124,7.43497,4.75994,12.92962,.0201,3.8431-.48103,5.78482-1.59913,10.63564-.84901,3.6834-4.78175,8.44334-6.94987,10.5659-.58199,.56975-2.21351,2.167-3.36066,1.68178-1.08704-.45979-1.11995-2.52764-1.12139-2.80064-.0049-.93901,.24521-2.1009,2.23907-5.04263,2.09442-3.09006,2.92645-3.44271,2.79948-4.48262-.22445-1.83818-3.16424-3.52123-4.48263-2.79948h.00012Z"
1291
- fill="#2f2e41"
1292
- id="path8" />
1293
- <g
1294
- id="g10">
1295
- <path
1296
- d="M334.49457,225.75979c-.64513,5.40264,1.61895,10.11513,5.05699,10.52567s6.7481-3.63632,7.39324-9.03898c.28242-2.36492,.00723-4.59754-.6797-6.39504l2.44642-22.92684-10.7834-.91891-1.26717,22.69891c-1.09088,1.58522-1.88401,3.69026-2.16639,6.05519h.00003Z"
1297
- fill="#a0616a"
1298
- id="path9" />
1299
- <path
1300
- d="M365.49095,73.49769s-5.58664,.07946-9.28568,7.30383c-1.96565,3.83897-12.48211,75.62767-12.48211,75.62767l-9.68742,58.80847,16.50214,.08313,12.859-55.69302,10.81723-32.30088-8.72315-53.82921Z"
1301
- fill="#e6e6e6"
1302
- id="path10" />
1303
- </g>
1304
- <path
1305
- d="M411.92961,217.13028c-1.58023,5.20651-.17535,10.24237,3.13786,11.24797s7.28015-2.39987,8.86035-7.60638c.69172-2.27906,.81133-4.5254,.44941-6.41533l6.4191-22.14543-10.45641-2.79098-5.21815,22.12729c-1.35133,1.36996-2.50044,3.30383-3.19216,5.58289v-.00003Z"
1306
- fill="#a0616a"
1307
- id="path11" />
1308
- <path
1309
- d="M423.41564,69.63219s8.10413-6.08248,14.86262,3.37246c6.75846,9.45495,9.48742,87.1388,9.48742,87.1388l-18.89796,47.96845-14.18755-4.72373,13.49008-58.7749-23.65861-44.57614,18.90403-30.40494h-.00003Z"
1310
- fill="#e6e6e6"
1311
- id="path12" />
1312
- <g
1313
- id="g14">
1314
- <circle
1315
- cx="218.47958"
1316
- cy="311.43145"
1317
- r="73"
1318
- fill="#edc22b"
1319
- id="circle12"
1320
- style="fill:#ff6640;fill-opacity:1" />
1321
- <g
1322
- id="g13" />
1323
- </g>
1324
- <path
1325
- d="M120.50313,348.70219l-6.59532,13.93527c7.97328-5.71745,20.42715-10.64598,30.3376-13.28567-9.23403-4.46037-20.53313-11.65189-27.2835-18.77194l3.7934,14.72434c-44.47393-9.0585-76.41138-43.17661-76.4249-82.25924l-1.60648-.5527c.01412,40.82281,31.50971,76.96121,77.7792,86.20995Z"
1326
- fill="#3f3d56"
1327
- id="path14" />
1328
- <rect
1329
- id="Rectangle_118"
1330
- data-name="Rectangle 118"
1331
- width="8.2330246"
1332
- height="68.951599"
1333
- transform="matrix(0.72656945,0.68709303,-0.72656961,0.68709286,0,0)"
1334
- fill="#ffffff"
1335
- x="372.84399"
1336
- y="35.947124"
1337
- style="stroke-width:1.00077" />
1338
- <rect
1339
- id="Rectangle_117"
1340
- data-name="Rectangle 117"
1341
- width="8.2330265"
1342
- height="68.951599"
1343
- transform="matrix(0.72656957,-0.68709291,0.72656957,0.68709291,0,0)"
1344
- fill="#ffffff"
1345
- x="-75.109505"
1346
- y="342.49118"
1347
- style="stroke-width:1.00078" />
1348
- </svg>`;
1349
-
1350
- const svg$f = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1351
- <svg
1352
-
1353
-
1354
- viewBox="0 0 995 697.68102"
1355
- role="img"
1356
- artist="Katerina Limpitsouni"
1357
- source="https://undraw.co/"
1358
- version="1.1"
1359
- id="svg68"
1360
- sodipodi:docname="undraw_data_0ml2.svg"
1361
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
1362
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1363
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1364
- xmlns="http://www.w3.org/2000/svg"
1365
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
1366
- <defs
1367
- id="defs68" />
1368
- <sodipodi:namedview
1369
- id="namedview68"
1370
- pagecolor="#ffffff"
1371
- bordercolor="#000000"
1372
- borderopacity="0.25"
1373
- inkscape:showpageshadow="2"
1374
- inkscape:pageopacity="0.0"
1375
- inkscape:pagecheckerboard="0"
1376
- inkscape:deskcolor="#d1d1d1"
1377
- inkscape:zoom="0.42009994"
1378
- inkscape:cx="283.26593"
1379
- inkscape:cy="336.82461"
1380
- inkscape:window-width="1920"
1381
- inkscape:window-height="1009"
1382
- inkscape:window-x="1912"
1383
- inkscape:window-y="-8"
1384
- inkscape:window-maximized="1"
1385
- inkscape:current-layer="svg68" />
1386
- <path
1387
- d="M915.18858,538.70734H274.35008a16.51866,16.51866,0,0,1-16.5-16.5V127.05353A12.10185,12.10185,0,0,1,269.938,114.96515H919.39146a12.31113,12.31113,0,0,1,12.29712,12.29737V522.20734A16.51867,16.51867,0,0,1,915.18858,538.70734Z"
1388
- transform="translate(-102.5 -101.15949)"
1389
- fill="#f2f2f2"
1390
- id="path1" />
1391
- <path
1392
- d="M891.81129,515.34051H294.56654c-8.755,0-15.87756-6.66992-15.87756-14.86816v-344.105c0-6.08007,5.27795-11.02685,11.76562-11.02685H895.72828c6.59522,0,11.9607,5.02832,11.9607,11.2085V500.47235C907.689,508.67059,900.56617,515.34051,891.81129,515.34051Z"
1393
- transform="translate(-102.5 -101.15949)"
1394
- fill="#fff"
1395
- id="path2" />
1396
- <path
1397
- d="M931.45884,126.10969H257.61851V117.7093a16.57377,16.57377,0,0,1,16.56006-16.54981H914.89878a16.57369,16.57369,0,0,1,16.56006,16.54981Z"
1398
- transform="translate(-102.5 -101.15949)"
1399
- fill="#ccc"
1400
- id="path3" />
1401
- <circle
1402
- cx="185.21387"
1403
- cy="12.5"
1404
- r="4.28342"
1405
- fill="#fff"
1406
- id="circle3" />
1407
- <circle
1408
- cx="201.47268"
1409
- cy="12.5"
1410
- r="4.28342"
1411
- fill="#fff"
1412
- id="circle4" />
1413
- <circle
1414
- cx="217.73148"
1415
- cy="12.5"
1416
- r="4.28342"
1417
- fill="#fff"
1418
- id="circle5" />
1419
- <path
1420
- d="M826.07277,457.6286H363.23426a17.5199,17.5199,0,0,1-17.5-17.5V216.97479a13.10307,13.10307,0,0,1,13.0879-13.08838H830.27565a13.31242,13.31242,0,0,1,13.29712,13.29736V440.1286A17.51982,17.51982,0,0,1,826.07277,457.6286ZM358.82216,205.88641a11.10062,11.10062,0,0,0-11.0879,11.08838V440.1286a15.51745,15.51745,0,0,0,15.5,15.5H826.07277a15.51753,15.51753,0,0,0,15.5-15.5V217.18377a11.31,11.31,0,0,0-11.29712-11.29736Z"
1421
- transform="translate(-102.5 -101.15949)"
1422
- fill="#ccc"
1423
- id="path5" />
1424
- <path
1425
- d="M379.23429,440.1286h430.8385a16,16,0,0,0,16-16V237.58075a16,16,0,0,0-16-16H379.23429a16,16,0,0,0-16,16V424.1286A16,16,0,0,0,379.23429,440.1286Z"
1426
- transform="translate(-102.5 -101.15949)"
1427
- fill="#f2f2f2"
1428
- id="path6" />
1429
- <circle
1430
- cx="325.65354"
1431
- cy="165.69519"
1432
- r="9"
1433
- fill="#ccc"
1434
- id="circle6" />
1435
- <circle
1436
- cx="325.65354"
1437
- cy="199.69519"
1438
- r="9"
1439
- fill="#ccc"
1440
- id="circle7" />
1441
- <circle
1442
- cx="325.65354"
1443
- cy="233.69519"
1444
- r="9"
1445
- fill="#ccc"
1446
- id="circle8" />
1447
- <circle
1448
- cx="325.65354"
1449
- cy="267.69519"
1450
- r="9"
1451
- fill="#ccc"
1452
- id="circle9" />
1453
- <path
1454
- d="M769.15354,267.85468h-296a1,1,0,0,1,0-2h296a1,1,0,0,1,0,2Z"
1455
- transform="translate(-102.5 -101.15949)"
1456
- fill="#ccc"
1457
- id="path9" />
1458
- <path
1459
- d="M769.15354,301.85468h-296a1,1,0,0,1,0-2h296a1,1,0,0,1,0,2Z"
1460
- transform="translate(-102.5 -101.15949)"
1461
- fill="#ccc"
1462
- id="path10" />
1463
- <path
1464
- d="M769.15354,335.85468h-296a1,1,0,0,1,0-2h296a1,1,0,0,1,0,2Z"
1465
- transform="translate(-102.5 -101.15949)"
1466
- fill="#ccc"
1467
- id="path11" />
1468
- <path
1469
- d="M769.15354,369.85468h-296a1,1,0,0,1,0-2h296a1,1,0,0,1,0,2Z"
1470
- transform="translate(-102.5 -101.15949)"
1471
- fill="#ccc"
1472
- id="path12" />
1473
- <path
1474
- d="M529.15354,403.85468h-29a5.00582,5.00582,0,0,1-5-5v-27a5.00581,5.00581,0,0,1,5-5h29a5.0058,5.0058,0,0,1,5,5v27A5.00581,5.00581,0,0,1,529.15354,403.85468Z"
1475
- transform="translate(-102.5 -101.15949)"
1476
- fill="#16006F"
1477
- id="path13" />
1478
- <path
1479
- d="M594.15354,403.85468h-29a5.00573,5.00573,0,0,1-5-5v-61a5.00573,5.00573,0,0,1,5-5h29a5.00573,5.00573,0,0,1,5,5v61A5.00573,5.00573,0,0,1,594.15354,403.85468Z"
1480
- transform="translate(-102.5 -101.15949)"
1481
- fill="#16006F"
1482
- id="path14" />
1483
- <path
1484
- d="M660.15354,403.85468h-29a5.00573,5.00573,0,0,1-5-5v-95a5.00573,5.00573,0,0,1,5-5h29a5.00573,5.00573,0,0,1,5,5v95A5.00573,5.00573,0,0,1,660.15354,403.85468Z"
1485
- transform="translate(-102.5 -101.15949)"
1486
- fill="#16006F"
1487
- id="path15" />
1488
- <path
1489
- d="M728.15354,403.85468h-29a5.00573,5.00573,0,0,1-5-5v-128a5.00573,5.00573,0,0,1,5-5h29a5.00573,5.00573,0,0,1,5,5v128A5.00573,5.00573,0,0,1,728.15354,403.85468Z"
1490
- transform="translate(-102.5 -101.15949)"
1491
- fill="#16006F"
1492
- id="path16" />
1493
- <path
1494
- d="M769.15354,403.85468h-296a1,1,0,0,1,0-2h296a1,1,0,0,1,0,2Z"
1495
- transform="translate(-102.5 -101.15949)"
1496
- fill="#3f3d56"
1497
- id="path17" />
1498
- <path
1499
- d="M899.20129,590.40229a10.05578,10.05578,0,0,1,15.32045-1.74338l31.75518-16.38865-1.97486,18.46439L914.44957,603.4668a10.11027,10.11027,0,0,1-15.24828-13.06451Z"
1500
- transform="translate(-102.5 -101.15949)"
1501
- fill="#ffb8b8"
1502
- id="path18" />
1503
- <path
1504
- d="M926.52427,597.2886a4.50558,4.50558,0,0,1-1.52363-2.21154l-2.52573-8.15935a4.51467,4.51467,0,0,1,1.58686-4.92123l25.73769-19.44037,27.87506-51.71229a14.49652,14.49652,0,1,1,22.9,17.78163L984.716,562.0959a46.37352,46.37352,0,0,1-23.463,22.69646l-30.16279,13.0827a4.505,4.505,0,0,1-3.66895-.0393A4.4547,4.4547,0,0,1,926.52427,597.2886Z"
1505
- transform="translate(-102.5 -101.15949)"
1506
- fill="#3f3d56"
1507
- id="path19" />
1508
- <circle
1509
- cx="898.77529"
1510
- cy="363.5412"
1511
- r="24.56103"
1512
- fill="#ffb8b8"
1513
- id="circle19" />
1514
- <polygon
1515
- points="888.812 685.737 876.553 685.736 870.722 638.448 888.817 638.449 888.812 685.737"
1516
- fill="#ffb8b8"
1517
- id="polygon19" />
1518
- <path
1519
- d="M867.79529,682.2327h23.64387a0,0,0,0,1,0,0v14.88687a0,0,0,0,1,0,0H852.90843a0,0,0,0,1,0,0v0A14.88686,14.88686,0,0,1,867.79529,682.2327Z"
1520
- fill="#2f2e41"
1521
- id="path20" />
1522
- <polygon
1523
- points="928.812 685.739 916.553 685.738 910.722 638.449 928.817 638.451 928.812 685.739"
1524
- fill="#ffb8b8"
1525
- id="polygon20" />
1526
- <path
1527
- d="M907.79529,682.23452h23.64387a0,0,0,0,1,0,0V697.1214a0,0,0,0,1,0,0H892.90843a0,0,0,0,1,0,0v0A14.88686,14.88686,0,0,1,907.79529,682.23452Z"
1528
- fill="#2f2e41"
1529
- id="path21" />
1530
- <path
1531
- d="M1032.208,774.899l-14.36695-.00066a4.50773,4.50773,0,0,1-4.34457-3.3293l-20.67961-76.70114a.50006.50006,0,0,0-.98194.16011l4.17735,72.74238a4.4992,4.4992,0,0,1-4.86667,4.742L974.998,771.16588a4.51234,4.51234,0,0,1-4.096-3.96406L956.19143,614.457l5.69125,3.4153,53.329-9.05421L1036.669,769.80443a4.50072,4.50072,0,0,1-4.46092,5.09453Z"
1532
- transform="translate(-102.5 -101.15949)"
1533
- fill="#2f2e41"
1534
- id="path22" />
1535
- <path
1536
- d="M974.02688,630.57892a32.93909,32.93909,0,0,1-16.69168-4.698,4.48018,4.48018,0,0,1-2.13627-4.589c1.87553-11.48624,11.68388-70.40767,20.608-102.52933,3.63463-13.08284,11.67132-20.12935,23.88694-20.94324,17.868-1.172,33.7499,12.8072,35.4036,31.19985,2.91747,32.44838-8.93327,78.55038-14.16384,96.86557a4.49612,4.49612,0,0,1-7.08751,2.30632l-10.66149-8.29346a3.53283,3.53283,0,0,0-4.51612.18827C989.68227,628.10112,981.146,630.57924,974.02688,630.57892Z"
1537
- transform="translate(-102.5 -101.15949)"
1538
- fill="#3f3d56"
1539
- id="path23" />
1540
- <polygon
1541
- points="906.787 443.738 915.786 481.739 902.784 513.738 911.786 482.739 906.787 443.738"
1542
- opacity="0.2"
1543
- id="polygon23" />
1544
- <path
1545
- d="M1015.29012,484.89818a16.53845,16.53845,0,0,0,6.388-1.15546c.89413-.34453,1.82229-.6277,2.71475-.97246,7.88184-3.04473,13.07419-11.43846,13.26053-19.88589s-4.18791-16.64664-10.68362-22.05029-14.90949-8.17814-23.33455-8.82c-9.07519-.69142-19.29429,1.60955-24.36577,9.16714-1.34994,2.01171-2.29409,4.45248-1.49436,6.88154a4.40355,4.40355,0,0,0,1.24071,1.906c2.26461,2.015,4.52247.50009,6.83114.36634,3.17326-.18383,6.02327,2.38485,7.04751,5.39387s.57317,6.32164-.25409,9.39067a23.459,23.459,0,0,0-1.18275,5.71,5.74055,5.74055,0,0,0,2.37833,5.05482c1.98283,1.19867,4.5869.5051,6.571-.69146s3.69854-2.8603,5.84171-3.74078,5.02247-.685,6.26978,1.26757a6.93469,6.93469,0,0,1,.79255,2.28865c1.11805,5.0949.86105,4.79484,1.97909,9.88974Z"
1546
- transform="translate(-102.5 -101.15949)"
1547
- fill="#2f2e41"
1548
- id="path24" />
1549
- <path
1550
- d="M977.22128,752.59121,823.42537,699.0304a10.55633,10.55633,0,0,1-6.48991-13.42571l39.96568-114.75847a7.73373,7.73373,0,0,1,9.83576-4.7548L1025.732,621.46289a7.86747,7.86747,0,0,1,4.83675,10.006L990.647,746.1013A10.55633,10.55633,0,0,1,977.22128,752.59121Z"
1551
- transform="translate(-102.5 -101.15949)"
1552
- fill="#e6e6e6"
1553
- id="path25" />
1554
- <path
1555
- d="M836.54932,692.4354l134.4838,46.83519a10.22487,10.22487,0,0,0,13.01887-6.29324l32.272-92.66666a10.22487,10.22487,0,0,0-6.29325-13.01886l-134.4838-46.8352a10.22488,10.22488,0,0,0-13.01887,6.29325l-32.272,92.66666A10.22486,10.22486,0,0,0,836.54932,692.4354Z"
1556
- transform="translate(-102.5 -101.15949)"
1557
- fill="#fff"
1558
- id="path26" />
1559
- <path
1560
- d="M870.32,627.32885l-6.66027-2.3195a1.44418,1.44418,0,0,1-.88788-1.83677l2.3195-6.66027a1.44418,1.44418,0,0,1,1.83677-.88789l6.66027,2.3195a1.44418,1.44418,0,0,1,.88788,1.83677l-2.3195,6.66027A1.44417,1.44417,0,0,1,870.32,627.32885Z"
1561
- transform="translate(-102.5 -101.15949)"
1562
- fill="#16006F"
1563
- id="path27" />
1564
- <path
1565
- d="M864.31039,644.585l-6.66027-2.3195a1.44418,1.44418,0,0,1-.88789-1.83677l2.3195-6.66027a1.44418,1.44418,0,0,1,1.83677-.88789l6.66028,2.3195a1.44418,1.44418,0,0,1,.88788,1.83677l-2.3195,6.66027A1.44419,1.44419,0,0,1,864.31039,644.585Z"
1566
- transform="translate(-102.5 -101.15949)"
1567
- fill="#3f3d56"
1568
- id="path28" />
1569
- <path
1570
- d="M858.30078,661.84117l-6.66027-2.3195a1.44418,1.44418,0,0,1-.88789-1.83677l2.3195-6.66028a1.44418,1.44418,0,0,1,1.83677-.88788l6.66027,2.3195a1.44418,1.44418,0,0,1,.88789,1.83677l-2.3195,6.66027A1.44419,1.44419,0,0,1,858.30078,661.84117Z"
1571
- transform="translate(-102.5 -101.15949)"
1572
- fill="#ccc"
1573
- id="path29" />
1574
- <path
1575
- d="M915.07426,639.18089l-32.0904-11.17577a1.44258,1.44258,0,1,1,.94888-2.72465l32.0904,11.17577a1.44258,1.44258,0,1,1-.94888,2.72465Z"
1576
- transform="translate(-102.5 -101.15949)"
1577
- fill="#ccc"
1578
- id="path30" />
1579
- <path
1580
- d="M909.06464,656.43705l-32.0904-11.17577a1.44258,1.44258,0,0,1,.94889-2.72466l32.0904,11.17578a1.44258,1.44258,0,1,1-.94889,2.72465Z"
1581
- transform="translate(-102.5 -101.15949)"
1582
- fill="#ccc"
1583
- id="path31" />
1584
- <path
1585
- d="M903.055,673.69321l-32.0904-11.17577a1.44258,1.44258,0,0,1,.94889-2.72466l32.0904,11.17577a1.44258,1.44258,0,0,1-.94889,2.72466Z"
1586
- transform="translate(-102.5 -101.15949)"
1587
- fill="#ccc"
1588
- id="path32" />
1589
- <path
1590
- d="M988.45374,683.04261c.23367-.56078.45394-1.13069.65639-1.712a30.23861,30.23861,0,0,0-18.61138-38.50142L959.951,673.11628Z"
1591
- transform="translate(-102.5 -101.15949)"
1592
- fill="#16006F"
1593
- id="path33" />
1594
- <path
1595
- d="M956.88355,674.9589l10.54775-30.28708a30.23857,30.23857,0,1,0,17.955,40.21342Z"
1596
- transform="translate(-102.5 -101.15949)"
1597
- fill="#3f3d56"
1598
- id="path34" />
1599
- <path
1600
- d="M994.645,631.51231a10.05576,10.05576,0,0,1,10.9793-10.8264l14.87332-32.49251,9.84082,15.74776-15.63267,28.44114a10.11027,10.11027,0,0,1-20.06077-.87Z"
1601
- transform="translate(-102.5 -101.15949)"
1602
- fill="#ffb8b8"
1603
- id="path35" />
1604
- <path
1605
- d="M1020.3943,620.06931a4.50557,4.50557,0,0,1-2.56368-.79992l-7.02273-4.86165a4.51467,4.51467,0,0,1-1.78835-4.85164l8.25508-31.18029-9.9788-57.893a14.49652,14.49652,0,1,1,28.99268-.14028l8.17682,36.12342a46.37349,46.37349,0,0,1-4.45582,32.33866L1024.349,617.713a4.505,4.505,0,0,1-2.91123,2.23327A4.4546,4.4546,0,0,1,1020.3943,620.06931Z"
1606
- transform="translate(-102.5 -101.15949)"
1607
- fill="#3f3d56"
1608
- id="path36" />
1609
- <path
1610
- d="M1096.5,798.84051h-190a1,1,0,0,1,0-2h190a1,1,0,0,1,0,2Z"
1611
- transform="translate(-102.5 -101.15949)"
1612
- fill="#ccc"
1613
- id="path37" />
1614
- <path
1615
- d="M378.4097,616.413,221.63255,680.73031a10.98425,10.98425,0,0,1-14.31518-5.98649l-47.9919-116.983a8.04723,8.04723,0,0,1,4.38557-10.48759l162.0771-66.49162a8.1864,8.1864,0,0,1,10.66888,4.46176L384.39618,602.0978A10.98426,10.98426,0,0,1,378.4097,616.413Z"
1616
- transform="translate(-102.5 -101.15949)"
1617
- fill="#e6e6e6"
1618
- id="path48" />
1619
- <path
1620
- d="M227.31143,666.54132l137.09069-56.241a10.63937,10.63937,0,0,0,5.80508-13.88139L331.45407,501.956a10.63935,10.63935,0,0,0-13.88138-5.80507L180.482,552.39192a10.63934,10.63934,0,0,0-5.80507,13.88138l38.75312,94.46294A10.63935,10.63935,0,0,0,227.31143,666.54132Z"
1621
- transform="translate(-102.5 -101.15949)"
1622
- fill="#fff"
1623
- id="path49" />
1624
- <rect
1625
- x="328.66842"
1626
- y="528.1173"
1627
- width="2.17853"
1628
- height="0.36309"
1629
- transform="translate(-278.3402 63.53163) rotate(-22.30577)"
1630
- fill="#e6e6e6"
1631
- id="rect49" />
1632
- <path
1633
- d="M324.74712,530.55065l-4.07171,1.67041-.13781-.33592,4.07171-1.67041Zm-8.14351,3.34085-4.07171,1.67041-.13781-.33592,4.07171-1.67041Zm-8.14351,3.34086-4.07171,1.67041-.13781-.33592,4.07171-1.67041Zm-8.14351,3.34085-4.07171,1.67041-.13781-.33592,4.07171-1.67041Zm-8.14351,3.34086-4.07171,1.67041-.13781-.33592,4.07171-1.67041Zm-8.14351,3.34085-4.07171,1.67041-.13781-.33592,4.07171-1.67041Zm-8.14351,3.34086-4.07171,1.67041-.13781-.33592,4.07171-1.67041Zm-8.14351,3.34085-4.07171,1.67041-.13781-.33592,4.07171-1.67041Zm-8.14351,3.34086-4.07172,1.67041-.13781-.33592,4.07172-1.67041Zm-8.14351,3.34085-4.07172,1.67041-.13781-.33592,4.07172-1.67041ZM243.312,563.9592l-4.07172,1.67041-.13781-.33592,4.07172-1.67041Zm-8.14351,3.34085-4.07172,1.67041-.13781-.33592,4.07172-1.67041Zm-8.14351,3.34086-4.07172,1.67041-.13781-.33592,4.07172-1.67041Zm-8.14351,3.34085-4.0718,1.67045-.13781-.33592,4.0718-1.67045Zm-8.14351,3.34086-4.07172,1.67041-.13781-.33592,4.07172-1.67041Zm-8.14351,3.34085-4.0718,1.67045-.13781-.33592,4.0718-1.67045Z"
1634
- transform="translate(-102.5 -101.15949)"
1635
- fill="#e6e6e6"
1636
- id="path50" />
1637
- <rect
1638
- x="192.28502"
1639
- y="584.06825"
1640
- width="2.17853"
1641
- height="0.36309"
1642
- transform="translate(-309.78171 15.95413) rotate(-22.30577)"
1643
- fill="#e6e6e6"
1644
- id="rect50" />
1645
- <rect
1646
- x="275.30859"
1647
- y="586.50645"
1648
- width="2.17853"
1649
- height="0.36309"
1650
- transform="translate(-304.4946 47.64812) rotate(-22.30577)"
1651
- fill="#e6e6e6"
1652
- id="rect51" />
1653
- <path
1654
- d="M271.44765,588.915l-4.01127,1.64562-.13781-.33592,4.01127-1.64562Zm-8.02254,3.29123-4.01127,1.64561-.13781-.33592,4.01127-1.64561Zm-8.02254,3.29123-4.01127,1.64561-.13782-.33592,4.01128-1.64561ZM247.38,598.78872l-4.01127,1.64561-.13781-.33592,4.01127-1.64561ZM239.35748,602.08l-4.01135,1.64564-.13781-.33592,4.01135-1.64564Zm-8.02263,3.29126-4.01127,1.64561-.13781-.33592,4.01127-1.64561Zm-8.02254,3.29123-4.01127,1.64561-.13781-.33592,4.01127-1.64561Zm-8.02254,3.29123-4.01127,1.64561-.13781-.33592,4.01127-1.64561Z"
1655
- transform="translate(-102.5 -101.15949)"
1656
- fill="#e6e6e6"
1657
- id="path51" />
1658
- <rect
1659
- x="205.10138"
1660
- y="615.30879"
1661
- width="2.17853"
1662
- height="0.36309"
1663
- transform="translate(-320.68001 23.15625) rotate(-22.30577)"
1664
- fill="#e6e6e6"
1665
- id="rect52" />
1666
- <rect
1667
- x="242.06964"
1668
- y="617.41071"
1669
- width="2.17853"
1670
- height="0.36309"
1671
- transform="translate(-318.71151 37.34481) rotate(-22.30577)"
1672
- fill="#e6e6e6"
1673
- id="rect53" />
1674
- <path
1675
- d="M238.09306,619.86673l-4.127,1.69309-.13781-.33592,4.127-1.69308Zm-8.25406,3.38621-4.127,1.69309-.13781-.33592,4.127-1.69309Zm-8.254,3.38618-4.127,1.69309-.13781-.33592,4.127-1.69309Z"
1676
- transform="translate(-102.5 -101.15949)"
1677
- fill="#e6e6e6"
1678
- id="path53" />
1679
- <rect
1680
- x="211.16503"
1681
- y="630.08925"
1682
- width="2.17853"
1683
- height="0.36309"
1684
- transform="translate(-325.83619 26.5637) rotate(-22.30577)"
1685
- fill="#e6e6e6"
1686
- id="rect54" />
1687
- <rect
1688
- x="252.41742"
1689
- y="642.63399"
1690
- width="2.17853"
1691
- height="0.36309"
1692
- transform="translate(-327.51068 43.15973) rotate(-22.30577)"
1693
- fill="#e6e6e6"
1694
- id="rect55" />
1695
- <path
1696
- d="M248.44085,645.09l-4.127,1.69309-.13781-.33592,4.127-1.69309Zm-8.25406,3.38621-4.127,1.69309-.13781-.33592,4.127-1.69309Zm-8.254,3.38617-4.127,1.69309-.13781-.33592,4.127-1.69309Z"
1697
- transform="translate(-102.5 -101.15949)"
1698
- fill="#e6e6e6"
1699
- id="path55" />
1700
- <rect
1701
- x="221.51281"
1702
- y="655.31253"
1703
- width="2.17853"
1704
- height="0.36309"
1705
- transform="translate(-334.63536 32.37862) rotate(-22.30577)"
1706
- fill="#e6e6e6"
1707
- id="rect56" />
1708
- <path
1709
- d="M233.13244,651.67138,349.3075,604.01085a11.48086,11.48086,0,0,0,6.25718-14.96249L332.092,531.83249l-.22694.10082-28.50928,68.167-21.14465-8.83989a2.7421,2.7421,0,0,0-2.43553.152,2.92176,2.92176,0,0,0-1.212,1.43285l-14.9413,35.7216-15.45982-6.46235a2.75263,2.75263,0,0,0-3.60267,1.478C244.46085,623.82519,234.92848,647.2131,233.13244,651.67138Z"
1710
- transform="translate(-102.5 -101.15949)"
1711
- fill="#16006F"
1712
- id="path56" />
1713
- <path
1714
- d="M232.77482,652.21015l-.33494-.14007,11.95457-28.58641a3.08942,3.08942,0,0,1,4.03793-1.65654l15.1545,6.33747,14.85618-35.52489a3.08941,3.08941,0,0,1,4.03792-1.65655l20.83926,8.71479,28.65584-68.52337.33494.14007L303.51512,600.173l-21.17421-8.85486a2.723,2.723,0,0,0-3.56291,1.46168l-14.99625,35.85983-15.48944-6.47754a2.72646,2.72646,0,0,0-3.56291,1.46167Z"
1715
- transform="translate(-102.5 -101.15949)"
1716
- fill="#3f3d56"
1717
- id="path57" />
1718
- <circle
1719
- cx="141.66667"
1720
- cy="516.01934"
1721
- r="2.54162"
1722
- fill="#3f3d56"
1723
- id="circle57" />
1724
- <circle
1725
- cx="174.90562"
1726
- cy="485.11507"
1727
- r="2.54162"
1728
- fill="#3f3d56"
1729
- id="circle58" />
1730
- <circle
1731
- cx="226.6623"
1732
- cy="426.63608"
1733
- r="2.54162"
1734
- fill="#3f3d56"
1735
- id="circle59" />
1736
- <path
1737
- d="M186.9011,614.29488a10.09493,10.09493,0,0,0,3.60992-15.05255l7.5486-73.80428h-16.3133l-5.99906,72.06608a10.14964,10.14964,0,0,0,11.15384,16.79075Z"
1738
- transform="translate(-102.5 -101.15949)"
1739
- fill="#ffb8b8"
1740
- id="path59" />
1741
- <circle
1742
- cx="99.37963"
1743
- cy="360.46758"
1744
- r="23.08006"
1745
- fill="#ffb8b8"
1746
- id="circle60" />
1747
- <path
1748
- d="M206.22469,568.41934a4.221,4.221,0,0,1-4.06806-3.09992c-1.84912-6.71832-6.66005-18.07734-14.29881-33.76321a27.96723,27.96723,0,0,1,15.8818-38.61269h0a27.95458,27.95458,0,0,1,35.92183,17.808c5.92086,18.56279,5.635,38.447,5.23719,46.13351a4.239,4.239,0,0,1-3.32085,3.9139l-34.4462,7.52221A4.20772,4.20772,0,0,1,206.22469,568.41934Z"
1749
- transform="translate(-102.5 -101.15949)"
1750
- fill="#ff6584"
1751
- id="path60"
1752
- style="fill:#6ad0bc;fill-opacity:1" />
1753
- <polygon
1754
- points="137.082 686.425 148.602 686.425 154.083 641.988 137.08 641.989 137.082 686.425"
1755
- fill="#ffb8b8"
1756
- id="polygon60" />
1757
- <path
1758
- d="M237.11328,784.29259H273.3207a0,0,0,0,1,0,0v13.98923a0,0,0,0,1,0,0H251.10251a13.98923,13.98923,0,0,1-13.98923-13.98923v0a0,0,0,0,1,0,0Z"
1759
- transform="translate(407.97009 1481.40327) rotate(179.99738)"
1760
- fill="#2f2e41"
1761
- id="path61" />
1762
- <polygon
1763
- points="21.882 671.495 31.978 677.045 58.19 640.747 43.291 632.555 21.882 671.495"
1764
- fill="#ffb8b8"
1765
- id="polygon61" />
1766
- <path
1767
- d="M118.19573,776.43687h36.20742a0,0,0,0,1,0,0V790.4261a0,0,0,0,1,0,0h-22.2182a13.98922,13.98922,0,0,1-13.98922-13.98922v0a0,0,0,0,1,0,0Z"
1768
- transform="translate(-224.19403 1434.45667) rotate(-151.19904)"
1769
- fill="#2f2e41"
1770
- id="path62" />
1771
- <path
1772
- d="M239.04362,762.92032a4.22817,4.22817,0,0,1-4.18943-3.68448L220.44641,648.21146a2.34928,2.34928,0,0,0-4.387-.83233L156.0137,756.31946a4.25173,4.25173,0,0,1-5.20851,1.91152L137.717,753.24432a4.2283,4.2283,0,0,1-2.41119-5.54553L176.901,645.51807a3.25729,3.25729,0,0,0,.21244-.80939c5.63385-43.60531,19.96822-65.78009,24.22716-71.5376a3.27464,3.27464,0,0,0,.466-2.98154l-.58548-1.75643a4.22648,4.22648,0,0,1,.81376-4.113c15.34656-17.47993,42.095-7.94158,42.36346-7.84339l.134.04955.084.11471c29.99294,41.13309,18.90348,174.73235,16.376,201.09633a4.21706,4.21706,0,0,1-3.88476,3.80561l-17.73551,1.36551C239.2618,762.91664,239.15236,762.92032,239.04362,762.92032Z"
1773
- fill="#2f2e41"
1774
- id="path63"
1775
- transform="translate(-102.5 -101.15949)" />
1776
- <path
1777
- d="M291.60621,488.437a9.89229,9.89229,0,0,0-.22487,1.54123l-40.36722,23.2877-9.81182-5.6485-10.46,13.69361,16.39813,11.68759a7.51761,7.51761,0,0,0,9.01944-.21974l41.62555-32.83868a9.86415,9.86415,0,1,0-6.17923-11.50321Z"
1778
- transform="translate(-102.5 -101.15949)"
1779
- fill="#ffb8b8"
1780
- id="path64" />
1781
- <path
1782
- d="M249.6646,514.36888l-13.04658,16.909a4.22868,4.22868,0,0,1-6.39366.3502L215.45475,516.291a11.74385,11.74385,0,0,1,14.40248-18.55361l18.52432,10.35814a4.22869,4.22869,0,0,1,1.28305,6.27338Z"
1783
- transform="translate(-102.5 -101.15949)"
1784
- fill="#ff6584"
1785
- id="path65"
1786
- style="fill:#6ad0bc;fill-opacity:1" />
1787
- <path
1788
- d="M199.09786,543.74606l-21.01724-3.795a4.22868,4.22868,0,0,1-3.255-5.51424L181.639,514.2639a11.74385,11.74385,0,0,1,23.1015,4.24132l-.66475,21.21319a4.2287,4.2287,0,0,1-4.97792,4.02765Z"
1789
- transform="translate(-102.5 -101.15949)"
1790
- fill="#ff6584"
1791
- id="path66"
1792
- style="fill:#6ad0bc;fill-opacity:1" />
1793
- <path
1794
- d="M205.53264,456.31837c5.93207,4.06,13.721,8.23343,19.77971,3.90987a11.02532,11.02532,0,0,0,3.61842-12.70935c-2.9011-8.29622-10.87182-11.94861-18.49383-14.74824-9.90861-3.63952-20.69763-6.53492-30.92666-3.92847s-19.26917,12.51018-17.42263,22.90329c1.48494,8.35793,9.36882,15.31239,8.24961,23.7271-1.1264,8.46874-10.65039,12.92645-19.05857,14.44s-17.81712,1.99988-23.85974,8.03934c-7.70847,7.70443-5.78353,21.47525,1.46982,29.60959s18.19907,11.82157,28.80546,14.32819c14.05282,3.32112,29.252,5.0665,42.59867-.44522s23.73281-20.34863,19.8665-34.26132c-1.63312-5.87671-5.48026-10.84332-9.19832-15.67848s-7.48294-9.89132-8.90121-15.82354c-1.18189-4.94351-.30712-10.68318,2.97117-14.39139a4.16949,4.16949,0,0,0,.55855-4.8737Z"
1795
- transform="translate(-102.5 -101.15949)"
1796
- fill="#2f2e41"
1797
- id="path67" />
1798
- <path
1799
- d="M293.5,798.84051h-190a1,1,0,0,1,0-2h190a1,1,0,0,1,0,2Z"
1800
- transform="translate(-102.5 -101.15949)"
1801
- fill="#ccc"
1802
- id="path68" />
1803
- </svg>`;
1804
-
1805
- const svg$e = `<svg viewBox="0 0 119 92" fill="none" xmlns="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
1806
- <path d="M25.7163 30H5.27591C2.64155 30 0.496094 27.8571 0.496094 25.2202V4.77982C0.496094 2.14546 2.63895 0 5.27591 0H25.7163C28.3506 0 30.4961 2.14286 30.4961 4.77982V25.2202C30.4961 27.8545 28.3532 30 25.7163 30ZM5.27591 0.522712C2.92761 0.522712 1.0162 2.43412 1.0162 4.78242V25.2228C1.0162 27.5711 2.92761 29.4825 5.27591 29.4825H25.7163C28.0646 29.4825 29.976 27.5711 29.976 25.2228V4.78242C29.976 2.43412 28.0646 0.522712 25.7163 0.522712H5.27591Z" fill="#16006F"/>
1807
- <path d="M69.7202 30H49.2798C46.6455 30 44.5 27.8571 44.5 25.2202V4.77982C44.5 2.14546 46.6429 0 49.2798 0H69.7202C72.3545 0 74.5 2.14286 74.5 4.77982V25.2202C74.5 27.8545 72.3571 30 69.7202 30ZM49.2798 0.520111C46.9315 0.520111 45.0201 2.43152 45.0201 4.77982V25.2202C45.0201 27.5685 46.9315 29.4799 49.2798 29.4799H69.7202C72.0685 29.4799 73.9799 27.5685 73.9799 25.2202V4.77982C73.9799 2.43152 72.0685 0.520111 69.7202 0.520111H49.2798Z" fill="#16006F"/>
1808
- <path d="M69.7202 84H49.2798C46.6455 84 44.5 81.8571 44.5 79.2202V58.7798C44.5 56.1455 46.6429 54 49.2798 54H69.7202C72.3545 54 74.5 56.1429 74.5 58.7798V79.2202C74.5 81.8545 72.3571 84 69.7202 84ZM49.2798 54.5201C46.9315 54.5201 45.0201 56.4315 45.0201 58.7798V79.2202C45.0201 81.5685 46.9315 83.4799 49.2798 83.4799H69.7202C72.0685 83.4799 73.9799 81.5685 73.9799 79.2202V58.7798C73.9799 56.4315 72.0685 54.5201 69.7202 54.5201H49.2798Z" fill="#16006F"/>
1809
- <path d="M25.7163 84H5.27591C2.64155 84 0.496094 81.8571 0.496094 79.2202V58.7798C0.496094 56.1455 2.63895 54 5.27591 54H25.7163C28.3506 54 30.4961 56.1429 30.4961 58.7798V79.2202C30.4961 81.8545 28.3532 84 25.7163 84ZM5.27591 54.5201C2.92761 54.5201 1.0162 56.4315 1.0162 58.7798V79.2202C1.0162 81.5685 2.92761 83.4799 5.27591 83.4799H25.7163C28.0646 83.4799 29.976 81.5685 29.976 79.2202V58.7798C29.976 56.4315 28.0646 54.5201 25.7163 54.5201H5.27591Z" fill="#16006F"/>
1810
- <path d="M113.724 30H93.2837C90.6494 30 88.5039 27.8571 88.5039 25.2202V4.77982C88.5039 2.14546 90.6468 0 93.2837 0H113.724C116.358 0 118.504 2.14286 118.504 4.77982V25.2202C118.504 27.8545 116.361 30 113.724 30ZM93.2837 0.520111C90.9354 0.520111 89.024 2.43152 89.024 4.77982V25.2202C89.024 27.5685 90.9354 29.4799 93.2837 29.4799H113.724C116.072 29.4799 117.984 27.5685 117.984 25.2202V4.77982C117.984 2.43152 116.072 0.520111 113.724 0.520111H93.2837Z" fill="#16006F"/>
1811
- <path d="M21.7284 38H9.26383C8.28825 38 7.49609 37.1038 7.49609 36C7.49609 34.8962 8.28825 34 9.26383 34H21.7284C22.7039 34 23.4961 34.8962 23.4961 36C23.4961 37.1038 22.7039 38 21.7284 38Z" fill="#16006F"/>
1812
- <path d="M65.7323 38H53.2677C52.2922 38 51.5 37.1038 51.5 36C51.5 34.8962 52.2922 34 53.2677 34H65.7323C66.7078 34 67.5 34.8962 67.5 36C67.5 37.1038 66.7078 38 65.7323 38Z" fill="#16006F"/>
1813
- <path d="M109.736 38H97.2716C96.2961 38 95.5039 37.1038 95.5039 36C95.5039 34.8962 96.2961 34 97.2716 34H109.736C110.712 34 111.504 34.8962 111.504 36C111.504 37.1038 110.712 38 109.736 38Z" fill="#16006F"/>
1814
- <path d="M113.724 84H93.2837C90.6494 84 88.5039 81.8571 88.5039 79.2202V58.7798C88.5039 56.1455 90.6468 54 93.2837 54H113.724C116.358 54 118.504 56.1429 118.504 58.7798V79.2202C118.504 81.8545 116.361 84 113.724 84ZM93.2837 54.5201C90.9354 54.5201 89.024 56.4315 89.024 58.7798V79.2202C89.024 81.5685 90.9354 83.4799 93.2837 83.4799H113.724C116.072 83.4799 117.984 81.5685 117.984 79.2202V58.7798C117.984 56.4315 116.072 54.5201 113.724 54.5201H93.2837Z" fill="#16006F"/>
1815
- <path d="M109.732 92H97.2677C96.2922 92 95.5 91.1038 95.5 90C95.5 88.8962 96.2922 88 97.2677 88H109.732C110.708 88 111.5 88.8962 111.5 90C111.5 91.1038 110.708 92 109.732 92Z" fill="#16006F"/>
1816
- <path d="M21.7323 92H9.26774C8.29216 92 7.5 91.1038 7.5 90C7.5 88.8962 8.29216 88 9.26774 88H21.7323C22.7078 88 23.5 88.8962 23.5 90C23.5 91.1038 22.7078 92 21.7323 92Z" fill="#16006F"/>
1817
- <path d="M65.7323 92H53.2677C52.2922 92 51.5 91.1038 51.5 90C51.5 88.8962 52.2922 88 53.2677 88H65.7323C66.7078 88 67.5 88.8962 67.5 90C67.5 91.1038 66.7078 92 65.7323 92Z" fill="#16006F"/>
1818
- </svg>`;
1819
-
1820
- const svg$d = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
1821
- <svg
1822
-
1823
-
1824
- viewBox="0 0 724.6028 527"
1825
- role="img"
1826
- artist="Katerina Limpitsouni"
1827
- source="https://undraw.co/"
1828
- version="1.1"
1829
- id="svg33"
1830
- sodipodi:docname="tk-places.svg"
1831
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
1832
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
1833
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
1834
- xmlns="http://www.w3.org/2000/svg"
1835
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
1836
- <defs
1837
- id="defs33" />
1838
- <sodipodi:namedview
1839
- id="namedview33"
1840
- pagecolor="#ffffff"
1841
- bordercolor="#000000"
1842
- borderopacity="0.25"
1843
- inkscape:showpageshadow="2"
1844
- inkscape:pageopacity="0.0"
1845
- inkscape:pagecheckerboard="0"
1846
- inkscape:deskcolor="#d1d1d1"
1847
- inkscape:zoom="0.78652751"
1848
- inkscape:cx="399.22316"
1849
- inkscape:cy="317.21713"
1850
- inkscape:window-width="1920"
1851
- inkscape:window-height="1009"
1852
- inkscape:window-x="1912"
1853
- inkscape:window-y="-8"
1854
- inkscape:window-maximized="1"
1855
- inkscape:current-layer="svg33" />
1856
- <path
1857
- d="M919.827,189.9881H366.89408a3.5475,3.5475,0,0,0-3.545-3.4881H341.57158a3.547,3.547,0,0,0-3.545,3.4881h-5.33307a3.5475,3.5475,0,0,0-3.545-3.4881H307.371a3.5475,3.5475,0,0,0-3.545,3.4881H284.42132a42.52292,42.52292,0,0,0-42.47514,42.47444v.41816c-.06658-.00382-.13039-.02-.19837-.02h-.498a3.55111,3.55111,0,0,0-3.55121,3.55121v41.53836a3.55111,3.55111,0,0,0,3.55121,3.55121h.498c.068,0,.13179-.01621.19837-.02V671.02555A42.52292,42.52292,0,0,0,284.42132,713.5H919.827a42.52277,42.52277,0,0,0,42.47445-42.47445v-438.563A42.52277,42.52277,0,0,0,919.827,189.9881ZM949.517,671.02555A29.724,29.724,0,0,1,919.827,700.71563H284.42132a29.72413,29.72413,0,0,1-29.69077-29.69008v-438.563a29.72413,29.72413,0,0,1,29.69077-29.69008H919.827A29.724,29.724,0,0,1,949.517,232.46254Z"
1858
- transform="translate(-237.6986 -186.5)"
1859
- fill="#ccc"
1860
- id="path1" />
1861
- <path
1862
- d="M919.82661,707.81806H284.42115a36.83414,36.83414,0,0,1-36.79268-36.79251v-438.563A36.83413,36.83413,0,0,1,284.42115,195.67H919.82661a36.83416,36.83416,0,0,1,36.79285,36.7925v438.563A36.83417,36.83417,0,0,1,919.82661,707.81806Z"
1863
- transform="translate(-237.6986 -186.5)"
1864
- fill="#e6e6e6"
1865
- id="path2" />
1866
- <path
1867
- d="M920.02116,678.17792H284.22677a8.10742,8.10742,0,0,1-8.09791-8.09843V233.40792a8.10682,8.10682,0,0,1,8.09791-8.09774H920.02116a8.10686,8.10686,0,0,1,8.09808,8.09774V670.07949A8.10746,8.10746,0,0,1,920.02116,678.17792Z"
1868
- transform="translate(-237.6986 -186.5)"
1869
- fill="#fff"
1870
- id="path3" />
1871
- <circle
1872
- cx="24.32028"
1873
- cy="264.48397"
1874
- r="3.04005"
1875
- fill="#fff"
1876
- id="circle3" />
1877
- <path
1878
- d="M515.15853,283.0916H380.09244a40.00843,40.00843,0,0,0-39.96312,39.96313v12.20836a1.855,1.855,0,0,0-2.34708,1.81131v9.38831a1.855,1.855,0,0,0,2.34708,1.8113v14.21524a1.85482,1.85482,0,0,0-2.34708,1.81125v23.47078a1.85482,1.85482,0,0,0,2.34708,1.81125v8.5823a1.85482,1.85482,0,0,0-2.34708,1.81125v23.47078a1.85479,1.85479,0,0,0,2.34708,1.81125v247.855a40.00842,40.00842,0,0,0,39.96312,39.96313H515.15853a40.00842,40.00842,0,0,0,39.96312-39.96313V323.05473A40.00843,40.00843,0,0,0,515.15853,283.0916Zm31.51364,390.02155a31.5494,31.5494,0,0,1-31.51364,31.51365H380.09244a31.54941,31.54941,0,0,1-31.51364-31.51365V323.05473a31.54941,31.54941,0,0,1,31.51364-31.51365H515.15853a31.5494,31.5494,0,0,1,31.51364,31.51365Z"
1879
- transform="translate(-237.6986 -186.5)"
1880
- fill="#ccc"
1881
- id="path4" />
1882
- <path
1883
- d="M515.15853,709.321H380.09244a36.249,36.249,0,0,1-36.2078-36.20781V323.05473a36.24894,36.24894,0,0,1,36.2078-36.2078H515.15853a36.24894,36.24894,0,0,1,36.2078,36.2078V673.11315A36.249,36.249,0,0,1,515.15853,709.321Z"
1884
- transform="translate(-237.6986 -186.5)"
1885
- fill="#e6e6e6"
1886
- id="path5" />
1887
- <path
1888
- d="M518.49624,703.688H376.75485a24.44846,24.44846,0,0,1-24.42073-24.42061V316.90053a24.44836,24.44836,0,0,1,24.42061-24.42061h18.48473a4.04086,4.04086,0,0,1,4.03622,4.03633,11.93717,11.93717,0,0,0,11.9238,11.9238h70.97424a11.93719,11.93719,0,0,0,11.92391-11.9238,4.04086,4.04086,0,0,1,4.03622-4.03633h20.36227a24.44845,24.44845,0,0,1,24.42073,24.42061V679.26736A24.44836,24.44836,0,0,1,518.49624,703.688Z"
1889
- transform="translate(-237.6986 -186.5)"
1890
- fill="#fff"
1891
- id="path6" />
1892
- <path
1893
- d="M453.72789,300.69469h-16.899a1.87766,1.87766,0,1,1,0-3.75533h16.899a1.87767,1.87767,0,0,1,0,3.75533Z"
1894
- transform="translate(-237.6986 -186.5)"
1895
- fill="#fff"
1896
- id="path7" />
1897
- <circle
1898
- cx="227.76468"
1899
- cy="112.78644"
1900
- r="0.93883"
1901
- fill="#fff"
1902
- id="circle7" />
1903
- <path
1904
- d="M466.41527,388.93448l.196,4.36786c22.32961-1.0005,48.186.94517,75.70591,5.53795V394.411C514.75591,389.854,488.84067,387.93015,466.41527,388.93448Z"
1905
- transform="translate(-237.6986 -186.5)"
1906
- fill="#ccc"
1907
- id="path8" />
1908
- <path
1909
- d="M438.64993,474.48508q-.26015,2.50739-.42387,5.04537-.3456,4.99082-.3456,10.06037A146.14677,146.14677,0,0,0,542.31715,629.57864v-280.002A146.07521,146.07521,0,0,0,438.64993,474.48508Z"
1910
- transform="translate(-237.6986 -186.5)"
1911
- fill="#16006F"
1912
- id="path9" />
1913
- <circle
1914
- cx="128.0756"
1915
- cy="200.45777"
1916
- r="2.87877"
1917
- fill="#ccc"
1918
- id="circle9" />
1919
- <circle
1920
- cx="121.93992"
1921
- cy="313.13102"
1922
- r="5.68695"
1923
- fill="#ccc"
1924
- id="circle10" />
1925
- <circle
1926
- cx="229.03532"
1927
- cy="164.19102"
1928
- r="4.11892"
1929
- fill="#ccc"
1930
- id="circle11" />
1931
- <circle
1932
- cx="135.32687"
1933
- cy="393.45257"
1934
- r="3.28616"
1935
- fill="#ccc"
1936
- id="circle12" />
1937
- <circle
1938
- cx="201.70368"
1939
- cy="439.19122"
1940
- r="3.55873"
1941
- fill="#ccc"
1942
- id="circle13" />
1943
- <polygon
1944
- points="305.157 80.869 298.134 80.869 298.134 73.846 294.366 73.846 294.366 80.869 287.34 80.869 287.34 84.639 294.366 84.639 294.366 91.662 298.134 91.662 298.134 84.639 305.157 84.639 305.157 80.869"
1945
- fill="#ccc"
1946
- id="polygon13" />
1947
- <circle
1948
- cx="254.13582"
1949
- cy="278.54814"
1950
- r="12.27134"
1951
- opacity="0.1"
1952
- style="isolation:isolate"
1953
- id="circle14" />
1954
- <circle
1955
- cx="260.27147"
1956
- cy="365.00534"
1957
- r="12.27133"
1958
- opacity="0.1"
1959
- style="isolation:isolate"
1960
- id="circle15" />
1961
- <path
1962
- d="M443.83272,474.57211c-15.05816-10.11117-26.274-20.08648-33.33569-29.649-7.0448-9.53962-9.55668-18.15732-7.46679-25.61417,2.0899-7.457,8.71522-13.51382,19.69188-18.00213,11.003-4.49941,25.76936-7.19248,43.88849-8.00436l-.19534-4.36794c-38.79961,1.73882-62.80589,12.10692-67.59488,29.19425s10.33054,38.42168,42.575,60.07315c26.29466,17.65668,61.513,33.96249,100.92181,46.87644v-4.6017C503.83873,507.76114,469.50379,491.81032,443.83272,474.57211Z"
1963
- transform="translate(-237.6986 -186.5)"
1964
- fill="#ccc"
1965
- id="path15" />
1966
- <path
1967
- d="M443.83085,478.07024q-2.669-1.79481-5.18092-3.58516-.26015,2.50739-.42387,5.04545,1.55616,1.08646,3.16991,2.16855c26.29465,17.65731,61.51238,33.96288,100.92118,46.87722v-4.60248C503.84,511.2581,469.50567,495.30768,443.83085,478.07024Z"
1968
- transform="translate(-237.6986 -186.5)"
1969
- opacity="0.1"
1970
- style="isolation:isolate"
1971
- id="path16" />
1972
- <path
1973
- d="M606.67575,407.64918c-17.19689-4.82013-34.24227-8.74605-50.78052-11.76781v4.44339c16.1557,2.97871,32.80039,6.8255,49.60034,11.53435C658.9805,426.85005,707.3778,448.69693,738.278,471.7975l2.61832-3.50174C709.581,444.88473,660.65937,422.77989,606.67575,407.64918Z"
1974
- transform="translate(-237.6986 -186.5)"
1975
- fill="#ccc"
1976
- id="path17" />
1977
- <path
1978
- d="M735.07021,489.59082a146.128,146.128,0,0,0-179.175-142.25341v284.497a146.1045,146.1045,0,0,0,164.41014-78.18689q1.13025-2.30418,2.17317-4.652a145.50051,145.50051,0,0,0,12.592-59.40465Z"
1979
- fill="#16006F"
1980
- id="path18"
1981
- transform="translate(-237.6986 -186.5)" />
1982
- <circle
1983
- cx="355.20436"
1984
- cy="129.05035"
1985
- r="1.67338"
1986
- fill="#f2f2f2"
1987
- id="circle18" />
1988
- <circle
1989
- cx="468.43538"
1990
- cy="139.09053"
1991
- r="3.79021"
1992
- fill="#ccc"
1993
- id="circle19" />
1994
- <circle
1995
- cx="602.86239"
1996
- cy="296.39737"
1997
- r="6.15382"
1998
- fill="#ccc"
1999
- id="circle20" />
2000
- <circle
2001
- cx="554.74246"
2002
- cy="198.11071"
2003
- r="2.64027"
2004
- fill="#ccc"
2005
- id="circle21" />
2006
- <circle
2007
- cx="545.50149"
2008
- cy="283.9193"
2009
- r="2.64028"
2010
- fill="#ccc"
2011
- id="circle22" />
2012
- <polygon
2013
- points="473.192 460.867 468.78 460.867 468.78 456.458 466.415 456.458 466.415 460.867 462.006 460.867 462.006 463.233 466.415 463.233 466.415 467.643 468.78 467.643 468.78 463.233 473.192 463.233 473.192 460.867"
2014
- fill="#ccc"
2015
- id="polygon22" />
2016
- <polygon
2017
- points="574.971 438.296 571.675 438.296 571.675 435 569.904 435 569.904 438.296 566.608 438.296 566.608 440.066 569.904 440.066 569.904 443.362 571.675 443.362 571.675 440.066 574.971 440.066 574.971 438.296"
2018
- fill="#ccc"
2019
- id="polygon23" />
2020
- <circle
2021
- cx="353.53103"
2022
- cy="188.74421"
2023
- r="12.27135"
2024
- opacity="0.1"
2025
- style="isolation:isolate"
2026
- id="circle23" />
2027
- <circle
2028
- cx="353.53103"
2029
- cy="297.51296"
2030
- r="12.27135"
2031
- opacity="0.1"
2032
- style="isolation:isolate"
2033
- id="circle24" />
2034
- <circle
2035
- cx="419.35006"
2036
- cy="231.69392"
2037
- r="12.27135"
2038
- opacity="0.1"
2039
- style="isolation:isolate"
2040
- id="circle25" />
2041
- <circle
2042
- cx="460.06859"
2043
- cy="314.8044"
2044
- r="12.27135"
2045
- opacity="0.1"
2046
- style="isolation:isolate"
2047
- id="circle26" />
2048
- <path
2049
- d="M768.46131,495.73671c-5.76224-8.84169-15.03625-18.07429-27.565-27.44072l-2.61832,3.50158c24.34687,18.20155,35.68792,35.59973,31.93512,48.98943-2.0899,7.45708-8.71521,13.51359-19.69156,18.0019-11.00359,4.49942-25.77,7.19232-43.88912,8.00444q-5.77477.25827-11.85069.25826c-35.45251-.00078-78.19995-6.56505-121.905-18.81479q-8.59595-2.40938-16.98152-5.04037v4.57807q7.80989,2.42651,15.80133,4.67207c44.087,12.357,87.24731,18.97711,123.10679,18.97625,4.10529,0,8.12074-.08664,12.02506-.26171,38.7996-1.73905,62.80557-12.10668,67.59487-29.194C776.64466,514.04124,774.639,505.21584,768.46131,495.73671Z"
2050
- transform="translate(-237.6986 -186.5)"
2051
- fill="#ccc"
2052
- id="path26" />
2053
- <path
2054
- d="M706.63369,550.28968q-5.77337.258-11.85288.258c-35.44938,0-78.20089-6.56263-121.90469-18.81339q-8.59595-2.40948-16.98089-5.04044v4.57885q7.80894,2.42638,15.80008,4.67191c44.08884,12.35571,87.24669,18.97523,123.10741,18.97523,4.1053,0,8.12356-.08749,12.02788-.26241q7.07406-.31473,13.47477-1.00989,1.13073-2.30418,2.17317-4.652Q715.0415,549.90924,706.63369,550.28968Z"
2055
- transform="translate(-237.6986 -186.5)"
2056
- opacity="0.1"
2057
- style="isolation:isolate"
2058
- id="path27" />
2059
- <circle
2060
- cx="419.3014"
2061
- cy="180.5"
2062
- r="16"
2063
- fill="#fff"
2064
- id="circle27" />
2065
- <path
2066
- d="M657.04858,343.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S679.91784,378.95,679.91784,366.3196A22.86929,22.86929,0,0,0,657.04858,343.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z"
2067
- transform="translate(-237.6986 -186.5)"
2068
- fill="#3f3d56"
2069
- id="path28"
2070
- style="fill:#6ad0bc;fill-opacity:1" />
2071
- <circle
2072
- cx="353.3014"
2073
- cy="238.5"
2074
- r="16"
2075
- fill="#fff"
2076
- id="circle28" />
2077
- <path
2078
- d="M591.04858,401.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S613.91784,436.95,613.91784,424.3196A22.86929,22.86929,0,0,0,591.04858,401.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z"
2079
- transform="translate(-237.6986 -186.5)"
2080
- fill="#3f3d56"
2081
- id="path29"
2082
- style="fill:#6ad0bc;fill-opacity:1" />
2083
- <circle
2084
- cx="353.3014"
2085
- cy="135.5"
2086
- r="16"
2087
- fill="#fff"
2088
- id="circle29" />
2089
- <path
2090
- d="M591.04858,298.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S613.91784,333.95,613.91784,321.3196A22.86929,22.86929,0,0,0,591.04858,298.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z"
2091
- transform="translate(-237.6986 -186.5)"
2092
- fill="#ccc"
2093
- id="path30" />
2094
- <circle
2095
- cx="460.3014"
2096
- cy="259.5"
2097
- r="16"
2098
- fill="#fff"
2099
- id="circle30" />
2100
- <path
2101
- d="M698.04858,422.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S720.91784,457.95,720.91784,445.3196A22.86929,22.86929,0,0,0,698.04858,422.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z"
2102
- transform="translate(-237.6986 -186.5)"
2103
- fill="#ccc"
2104
- id="path31" />
2105
- <circle
2106
- cx="254.3014"
2107
- cy="223.5"
2108
- r="16"
2109
- fill="#fff"
2110
- id="circle31" />
2111
- <path
2112
- d="M492.04858,386.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S514.91784,421.95,514.91784,409.3196A22.86929,22.86929,0,0,0,492.04858,386.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z"
2113
- transform="translate(-237.6986 -186.5)"
2114
- fill="#ccc"
2115
- id="path32" />
2116
- <circle
2117
- cx="260.3014"
2118
- cy="310.5"
2119
- r="16"
2120
- fill="#fff"
2121
- id="circle32" />
2122
- <path
2123
- d="M498.04858,473.45032a22.86929,22.86929,0,0,0-22.86926,22.86928c0,12.63036,22.86926,54.10547,22.86926,54.10547S520.91784,508.95,520.91784,496.3196A22.86929,22.86929,0,0,0,498.04858,473.45032Zm0,34.02508a10.598,10.598,0,1,1,10.598-10.598,10.598,10.598,0,0,1-10.598,10.598h0Z"
2124
- transform="translate(-237.6986 -186.5)"
2125
- fill="#3f3d56"
2126
- id="path33"
2127
- style="fill:#6ad0bc;fill-opacity:1" />
2128
- </svg>`;
2129
-
2130
- const svg$c = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2131
- <svg
2132
-
2133
-
2134
- viewBox="0 0 861.34285 648.67936"
2135
- role="img"
2136
- artist="Katerina Limpitsouni"
2137
- source="https://undraw.co/"
2138
- version="1.1"
2139
- id="svg33"
2140
- sodipodi:docname="tk-ilustration-login.svg"
2141
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
2142
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2143
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2144
- xmlns="http://www.w3.org/2000/svg"
2145
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
2146
- <defs
2147
- id="defs33" />
2148
- <sodipodi:namedview
2149
- id="namedview33"
2150
- pagecolor="#ffffff"
2151
- bordercolor="#000000"
2152
- borderopacity="0.25"
2153
- inkscape:showpageshadow="2"
2154
- inkscape:pageopacity="0.0"
2155
- inkscape:pagecheckerboard="0"
2156
- inkscape:deskcolor="#d1d1d1"
2157
- inkscape:zoom="0.91108183"
2158
- inkscape:cx="430.25773"
2159
- inkscape:cy="324.33969"
2160
- inkscape:window-width="1920"
2161
- inkscape:window-height="1009"
2162
- inkscape:window-x="1912"
2163
- inkscape:window-y="-8"
2164
- inkscape:window-maximized="1"
2165
- inkscape:current-layer="svg33" />
2166
- <path
2167
- d="M487.96668,298.31443c37.10109-23.94307,88.20046-14.64015,124.34793,10.72884a196.9347,196.9347,0,0,1,32.30722,28.82658c5.64318,6.18962,10.99283,12.68743,16.10981,19.409,1.26068,1.64909,2.51531,3.31471,3.74573,4.99679q1.26287,1.70574,2.50473,3.43526c10.37769,14.42492,19.89188,29.60015,29.20575,44.63751,23.25089,37.5382,47.10783,76.19386,82.53441,102.54908,7.29895,5.42842,17.482,10.31693,24.95986,5.13332,6.48912-4.50162,6.7671-13.96718,5.29023-21.72428-5.49032-28.74-25.29548-52.55662-46.33553-72.88759-21.03978-20.33084-44.332-38.97058-60.22963-63.5374-15.8979-24.56687-23.16127-57.36431-9.23631-83.09406,12.00085-22.17255,37.8208-34.60974,63.02364-35.189,25.20065-.57377,49.68543,9.22225,71.00676,22.6735,21.31941,13.45676,40.066,30.53133,59.63091,46.42986,11.79386,9.5917,28.26094,19.10907,41.11381,10.98808,10.85632-6.863,11.70313-23.33834,5.233-34.43131s-18.01809-18.0644-29.08878-24.56575q-51.5577-30.28842-103.11733-60.5713c-10.54549-6.18859-21.32085-12.575-29.10512-22.01161-7.78648-9.43112-12.10823-22.68629-7.81685-34.1389,4.23393-11.2862,16.05933-18.45281,28.02325-19.94843,11.95605-1.49217,24.0148,1.823,35.19936,6.31353,41.91245,16.83224,140.602,126.95133,166.90453,145.77839,16.90328,12.0919,34.65985,27.40012,36.36931,48.11155,2.1296,25.78425-23.526,47.18186-49.27763,49.68313-25.74808,2.50866-50.70386-8.68727-73.71019-20.52382s-46.48564-24.88724-72.30913-26.53029c-25.823-1.64282-54.79532,12.16074-60.91654,37.29958-5.32348,21.87428,8.20967,44.44617,25.83789,58.44235,13.79843,10.95842,29.99225,18.25607,45.63451,26.46205,4.3438,2.27173,8.64194,4.62083,12.8341,7.132a180.25086,180.25086,0,0,1,29.93459,22.5045,183.67679,183.67679,0,0,1,25.77414,29.64094,179.18159,179.18159,0,0,1,15.62068,27.17341q1.00641,2.1759,1.95446,4.4124c.59864,1.42551,1.17874,2.86947,1.72867,4.32782,7.17972,18.91307,9.97662,40.10751.8045,57.76316-9.14885,17.60784-28.96516,28.03412-48.75259,29.48a89.80071,89.80071,0,0,1-33.791-4.46408,137.2297,137.2297,0,0,1-23.12969-9.94084C794.52567,600.7,767.40355,571.54178,742.6339,541.566c-24.7637-29.9737-48.08255-61.5336-77.48153-86.97744-29.39734-25.44945-66.23669-44.69009-105.12049-44.39784-38.88188.2867-78.96477,23.97778-90.00792,61.25757-16.09646-27.73614-26.98109-59.35475-25.544-91.388S461.024,315.70525,487.96668,298.31443Z"
2168
- transform="translate(-169.32858 -125.66032)"
2169
- fill="#3f3d56"
2170
- id="path1"
2171
- style="fill:#16006f;fill-opacity:1" />
2172
- <circle
2173
- cx="469.48709"
2174
- cy="272.01678"
2175
- r="4.2718"
2176
- fill="#6AD0BC"
2177
- id="circle1" />
2178
- <circle
2179
- cx="785.86508"
2180
- cy="221.51745"
2181
- r="2.44032"
2182
- fill="#ff6584"
2183
- id="circle3"
2184
- style="fill:#6ad0bc;fill-opacity:1" />
2185
- <circle
2186
- cx="736.48895"
2187
- cy="90.36211"
2188
- r="2.44032"
2189
- fill="#ff6584"
2190
- id="circle4"
2191
- style="fill:#6ad0bc;fill-opacity:1" />
2192
- <circle
2193
- cx="362.47378"
2194
- cy="249.1678"
2195
- r="2.49578"
2196
- fill="#f0f0f0"
2197
- id="circle5" />
2198
- <circle
2199
- cx="668.2498"
2200
- cy="64.51306"
2201
- r="2.49578"
2202
- fill="#f0f0f0"
2203
- id="circle6" />
2204
- <circle
2205
- cx="645.77831"
2206
- cy="20.05675"
2207
- r="2.49578"
2208
- fill="#f0f0f0"
2209
- id="circle7" />
2210
- <circle
2211
- cx="822.50254"
2212
- cy="185.77006"
2213
- r="2.49578"
2214
- fill="#f0f0f0"
2215
- id="circle8" />
2216
- <circle
2217
- cx="691.4035"
2218
- cy="189.35566"
2219
- r="2.49578"
2220
- fill="#f0f0f0"
2221
- id="circle9" />
2222
- <circle
2223
- cx="621.83508"
2224
- cy="427.40632"
2225
- r="2.49578"
2226
- fill="#f0f0f0"
2227
- id="circle10" />
2228
- <circle
2229
- cx="543.40782"
2230
- cy="193.29038"
2231
- r="2.49578"
2232
- fill="#f0f0f0"
2233
- id="circle11" />
2234
- <circle
2235
- cx="539.90427"
2236
- cy="146.09722"
2237
- r="2.49578"
2238
- fill="#f0f0f0"
2239
- id="circle12" />
2240
- <path
2241
- d="M866.14147,532.28381c-3.70615-.15179-7.30281-.16975-10.76983-.04989-21.35628.73815-35.58147,6.85689-39.02807,16.788s3.92974,23.54668,20.23724,37.35613q2.419,2.0484,5.04258,4.06347a80.0276,80.0276,0,0,1,24.51808-58.15768Z"
2242
- transform="translate(-169.32858 -125.66032)"
2243
- fill="none"
2244
- id="path12" />
2245
- <path
2246
- d="M846.04959,563.68214a79.49915,79.49915,0,0,1,20.09249-31.39921q1.80051-1.72372,3.7035-3.33106a80.08128,80.08128,0,0,1,44.50356-18.61538,179.18438,179.18438,0,0,1,15.62068,27.17341q1.00639,2.17594,1.95446,4.4124c.59864,1.42551,1.17874,2.86947,1.72867,4.32782,7.17972,18.91307,9.97662,40.10751.8045,57.76316-9.14885,17.60784-28.96517,28.03416-48.7526,29.48007a89.80131,89.80131,0,0,1-33.791-4.46411,79.90212,79.90212,0,0,1-10.1306-34.05964c-.09842-1.50666-.14666-3.01457-.16151-4.52952A79.68475,79.68475,0,0,1,846.04959,563.68214Z"
2247
- transform="translate(-169.32858 -125.66032)"
2248
- fill="#6AD0BC"
2249
- id="path13" />
2250
- <path
2251
- d="M813.01622,547.86864c4.00872-11.55075,19.00577-18.34978,42.2361-19.15377,4.64842-.16374,9.76062,1.76955,14.59326.237,23.44495-7.43488,44.71546-2.57642,62.07868,12.9704.59863,1.42553,1.17876,2.86948,1.72869,4.32783-.23093-.08636-.46379-.16717-.69664-.248-23.462-8.14252-46.75216-12.8952-66.81423-13.7192-3.707-.14949-8.129-2.29424-10.76958-.04705-21.20758,18.04834-35.55151,10.486-39.02911,16.78748-5.07941,9.204,3.93167,23.5454,20.23837,37.35631q2.41941,2.05122,5.04,4.06041c.01485,1.51495.06309,3.02286.16151,4.52952q-3.94577-2.91643-7.47707-5.90033C816.56833,574.04719,809.00944,559.41384,813.01622,547.86864Z"
2252
- transform="translate(-169.32858 -125.66032)"
2253
- fill="#e4e4e4"
2254
- id="path14" />
2255
- <circle
2256
- cx="731.55933"
2257
- cy="501.52259"
2258
- r="2.49578"
2259
- fill="#f0f0f0"
2260
- id="circle14" />
2261
- <circle
2262
- cx="687.40279"
2263
- cy="469.42248"
2264
- r="2.49578"
2265
- fill="#f0f0f0"
2266
- id="circle15" />
2267
- <circle
2268
- cx="721.18621"
2269
- cy="454.43059"
2270
- r="24.27028"
2271
- fill="#f0f0f0"
2272
- id="circle16" />
2273
- <path
2274
- d="M509.19491,311.783c5.67345.26659,17.40774,3.08394,30.12317,6.72643,12.70782,3.64607,26.49182,8.09431,40.10029,12.4941q35.73268,11.54366,71.46211,23.08,4.91208,1.5836,9.85116,3.19521c1.26068,1.64909,2.51531,3.31471,3.74573,4.99679-2.89437-1.02316-5.8003-2.013-8.69749-2.95637-12.37844-4.02258-23.1198-6.67554-35.13327-10.33536-18.48821-5.62729-37.99248-13.0176-56.909-19.8995C544.823,322.19693,523.12131,314.78335,509.19491,311.783Z"
2275
- transform="translate(-169.32858 -125.66032)"
2276
- fill="#f0f0f0"
2277
- opacity="0.3"
2278
- id="path16" />
2279
- <path
2280
- d="M932.75759,262.92414l53.58031,88.947-50.55816-90.71607a1.84948,1.84948,0,1,0-3.02215,1.76906Z"
2281
- transform="translate(-169.32858 -125.66032)"
2282
- fill="#f0f0f0"
2283
- opacity="0.3"
2284
- id="path17" />
2285
- <circle
2286
- cx="737.2964"
2287
- cy="397.26895"
2288
- r="2.49578"
2289
- fill="#f0f0f0"
2290
- id="circle17" />
2291
- <circle
2292
- cx="299.53813"
2293
- cy="375.5268"
2294
- r="16"
2295
- fill="#6AD0BC"
2296
- id="circle18" />
2297
- <path
2298
- d="M459.3879,492.40273a11.44042,11.44042,0,0,1-7.3141-15.94512L423.10256,447.935l20.66168-4.40845,24.344,27.76138a11.50245,11.50245,0,0,1-8.72027,21.11472Z"
2299
- transform="translate(-169.32858 -125.66032)"
2300
- fill="#a0616a"
2301
- id="path18" />
2302
- <path
2303
- d="M320.86565,270.42666l16.157,10.64925,18.91194,4.43s14.99907,107.19866,22.36959,113.62868,1.16,7.03958,3.15737,15.909,6.61965,27.01462,6.61965,27.01462c-44.89679,27.82945-85.006,31.22731-119.22623,4.57454a8.05237,8.05237,0,0,1,3.76528-9.36653c5.786-3.59436-6.76409-17.67495-2.02758-20.495s-3.63329-23.91315-3.63329-23.91315l1.46049-45.29872-4.0663-6.94806,5.72828-44.60031,14.76652-6.56237,5.05588-14.98693Z"
2304
- transform="translate(-169.32858 -125.66032)"
2305
- fill="#6AD0BC"
2306
- id="path19" />
2307
- <path
2308
- d="M327.8667,274.18712l26.64115,8.8716s29.47047-3.11176,30.66466,40.75832-4.29794,67.41167-4.29794,67.41167S442.17772,514.507,375.77221,478.097L356.3667,401.68712l-20-120Z"
2309
- transform="translate(-169.32858 -125.66032)"
2310
- fill="#2f2e41"
2311
- id="path20" />
2312
- <path
2313
- d="M354.5843,371.17746l13.81877-1.90862s1.33426,20.8342,7.94429,23.99172,4.38173,3.67716,5.16118,7.01962-5.8779,12.60375-.64184,14.90694,51,60,51,60l27-25c-1.85564-5.02813-10.78512-.93686-11.345-6.26714-.70457-8.05889-14.8379-30.07437-17.84566-32.89719s-1.81872-7.79907-3.37763-14.484-.4767-.48633-3.07488-11.62786-37.80825-67.91285-39.03245-78.2-15.55843-16.34242-15.55843-16.34242l-11.14153,2.59818Z"
2314
- transform="translate(-169.32858 -125.66032)"
2315
- fill="#2f2e41"
2316
- id="path21" />
2317
- <polygon
2318
- points="68.581 615.998 84.845 620.268 109.058 559.567 85.054 553.264 68.581 615.998"
2319
- fill="#a0616a"
2320
- id="polygon21" />
2321
- <path
2322
- d="M232.881,758.47391l50.014,13.13347.16612-.6325a20.12793,20.12793,0,0,0-14.35407-24.579l-.00121-.00032-7.31533-9.33008-18.86557,2.45516-4.36588-1.14648Z"
2323
- transform="translate(-169.32858 -125.66032)"
2324
- fill="#2f2e41"
2325
- id="path22" />
2326
- <polygon
2327
- points="151.957 628.165 168.771 628.164 176.771 563.303 151.953 563.305 151.957 628.165"
2328
- fill="#a0616a"
2329
- id="polygon22" />
2330
- <path
2331
- d="M320.69272,771.36718l51.70963-.00195v-.654a20.12793,20.12793,0,0,0-20.12682-20.12651h-.00125l-9.44543-7.1658-17.62308,7.16689-4.51391.00015Z"
2332
- transform="translate(-169.32858 -125.66032)"
2333
- fill="#2f2e41"
2334
- id="path23" />
2335
- <path
2336
- d="M279.2272,443.4438c-4.062,5.07751-2.031,22.341-2.031,22.341s-7.10852,55.85264-4.062,60.93015-2.031,9.13953-5.07752,16.248-6.093,24.37206-6.093,24.37206c-17.26354,14.217-16.248,79.2092-16.248,79.2092l-6.093,57.88364c2.031,6.093,30.46508,7.10852,34.52709,6.093S317.8163,566.3196,317.8163,566.3196s-2.031,138.10834-2.031,144.20136,27.41857,3.0465,33.51158,3.0465S393.979,464.76932,393.979,464.76932v-14.217l-5.07751-7.10851S283.28921,438.36629,279.2272,443.4438Z"
2337
- transform="translate(-169.32858 -125.66032)"
2338
- fill="#2f2e41"
2339
- id="path24" />
2340
- <path
2341
- d="M288.8667,277.18712,263.92876,293.0758,251.8667,303.18712l16,102s-24.30892,92.71612,14,87,36.16111-89.03846,36.16111-89.03846Z"
2342
- transform="translate(-169.32858 -125.66032)"
2343
- fill="#2f2e41"
2344
- id="path25" />
2345
- <path
2346
- d="M322.23542,422.083a11.44044,11.44044,0,0,1-16.54431-5.83342l-40.64366.98165,11.20149-17.91273,36.87863,1.814A11.50245,11.50245,0,0,1,322.2354,422.083Z"
2347
- transform="translate(-169.32858 -125.66032)"
2348
- fill="#a0616a"
2349
- id="path26" />
2350
- <circle
2351
- cx="132.62957"
2352
- cy="105.61497"
2353
- r="32.11879"
2354
- fill="#a0616a"
2355
- id="circle26" />
2356
- <path
2357
- d="M265.52656,210.17108c3.60658-5.57961,10.37456-9.29825,16.93562-8.25331a23.12708,23.12708,0,0,1,38.75042-13.4894,7.19154,7.19154,0,0,1,7.03282-.70384,14.82856,14.82856,0,0,1,5.71367,4.58627,33.28016,33.28016,0,0,1,4.65684,33.85669c.80185-2.915-2.11948-5.65739-5.07118-6.31152-2.95144-.65414-6.04757-.03529-9.04074-.46126-3.83627-.54587-7.28476-2.77134-11.12709-3.27218-3.22918-.42092-6.47658.407-9.62557,1.23693-3.149.82981-6.388,1.67606-9.62178,1.29208-3.234-.384-7.39959,11.87152-7.34369,20.5035.01062,1.63584-.32631,3.73609-1.925,4.08314-1.96872.42749-3.10954-2.28971-4.9834-3.0301a3.46671,3.46671,0,0,0-4.25212,2.26113,5.652,5.652,0,0,0,1.07909,5.06131,16.70142,16.70142,0,0,0,4.04925,3.51261l-.77175.64187c-1.28373,1.69591-3.94655,1.7694-5.7969.72015a12.5112,12.5112,0,0,1-4.16206-4.739c-3.4232-5.69369-6.426-11.76023-7.63408-18.29308S261.92023,215.75069,265.52656,210.17108Z"
2358
- transform="translate(-169.32858 -125.66032)"
2359
- fill="#2f2e41"
2360
- id="path27" />
2361
- <path
2362
- d="M276.8667,306.18712l-14.43307-12.3687s-16.85215,5.25847-19.70951,16.31358c-22.49139,28.75861-34.60418,62.34589-37.85742,100.05512,29.36371,11.09012,65.31909,15.02441,104,16l-8-30-55-10Z"
2363
- transform="translate(-169.32858 -125.66032)"
2364
- fill="#2f2e41"
2365
- id="path28" />
2366
- <path
2367
- d="M501.855,773.68712H434.87842A11.52467,11.52467,0,0,1,423.3667,762.1754V527.19884a11.52466,11.52466,0,0,1,11.51172-11.51172H501.855a11.52466,11.52466,0,0,1,11.51172,11.51172V762.1754A11.52467,11.52467,0,0,1,501.855,773.68712Z"
2368
- transform="translate(-169.32858 -125.66032)"
2369
- fill="#f2f2f2"
2370
- id="path31" />
2371
- <path
2372
- d="M486.04,521.68712H451.69336A4.332,4.332,0,0,1,447.3667,517.36v-12.3457a4.332,4.332,0,0,1,4.32666-4.32715H486.04a4.332,4.332,0,0,1,4.32666,4.32715V517.36A4.332,4.332,0,0,1,486.04,521.68712Z"
2373
- transform="translate(-169.32858 -125.66032)"
2374
- fill="#3f3d56"
2375
- id="path32" />
2376
- <path
2377
- d="M584.26926,774.03235l-413.75.30733a1.19069,1.19069,0,0,1,0-2.38137l413.75-.30733a1.19069,1.19069,0,0,1,0,2.38137Z"
2378
- transform="translate(-169.32858 -125.66032)"
2379
- fill="#cacaca"
2380
- id="path33" />
2381
- </svg>`;
2382
-
2383
- const svg$b = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2384
- <svg
2385
-
2386
-
2387
- viewBox="0 0 764.17285 572.568"
2388
- role="img"
2389
- artist="Katerina Limpitsouni"
2390
- source="https://undraw.co/"
2391
- version="1.1"
2392
- id="svg24"
2393
- sodipodi:docname="tk-multimedia.svg"
2394
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
2395
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2396
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2397
- xmlns="http://www.w3.org/2000/svg"
2398
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
2399
- <defs
2400
- id="defs24" />
2401
- <sodipodi:namedview
2402
- id="namedview24"
2403
- pagecolor="#ffffff"
2404
- bordercolor="#000000"
2405
- borderopacity="0.25"
2406
- inkscape:showpageshadow="2"
2407
- inkscape:pageopacity="0.0"
2408
- inkscape:pagecheckerboard="0"
2409
- inkscape:deskcolor="#d1d1d1"
2410
- inkscape:zoom="0.51189687"
2411
- inkscape:cx="156.28148"
2412
- inkscape:cy="295.95805"
2413
- inkscape:window-width="1920"
2414
- inkscape:window-height="1009"
2415
- inkscape:window-x="1912"
2416
- inkscape:window-y="-8"
2417
- inkscape:window-maximized="1"
2418
- inkscape:current-layer="svg24" />
2419
- <path
2420
- d="M949.08643,695.284H373.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H949.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,949.08643,695.284Z"
2421
- transform="translate(-217.91357 -163.716)"
2422
- fill="#fff"
2423
- id="path1" />
2424
- <path
2425
- d="M949.08643,695.284H373.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H949.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,949.08643,695.284Zm-575.17286-371a31.03521,31.03521,0,0,0-31,31v307a31.03521,31.03521,0,0,0,31,31H949.08643a31.03521,31.03521,0,0,0,31-31v-307a31.03521,31.03521,0,0,0-31-31Z"
2426
- transform="translate(-217.91357 -163.716)"
2427
- fill="#f2f2f2"
2428
- id="path2" />
2429
- <path
2430
- d="M949.08643,671.284H373.91357a9.01032,9.01032,0,0,1-9-9v-307a9.01032,9.01032,0,0,1,9-9H949.08643a9.01032,9.01032,0,0,1,9,9v307A9.01032,9.01032,0,0,1,949.08643,671.284Zm-575.17286-323a7.00787,7.00787,0,0,0-7,7v307a7.00787,7.00787,0,0,0,7,7H949.08643a7.00787,7.00787,0,0,0,7-7v-307a7.00787,7.00787,0,0,0-7-7Z"
2431
- transform="translate(-217.91357 -163.716)"
2432
- fill="#f2f2f2"
2433
- id="path3" />
2434
- <path
2435
- d="M802.69825,672.74654,246.72732,525.369a33.03733,33.03733,0,0,1-23.44266-40.354L301.9478,188.26413a33.03732,33.03732,0,0,1,40.354-23.44266L898.27268,312.199a33.03733,33.03733,0,0,1,23.44266,40.354L843.0522,649.30387A33.03734,33.03734,0,0,1,802.69825,672.74654Z"
2436
- transform="translate(-217.91357 -163.716)"
2437
- fill="#f2f2f2"
2438
- id="path4" />
2439
- <path
2440
- d="M802.69825,672.74654,246.72732,525.369a33.03733,33.03733,0,0,1-23.44266-40.354L301.9478,188.26413a33.03732,33.03732,0,0,1,40.354-23.44266L898.27268,312.199a33.03733,33.03733,0,0,1,23.44266,40.354L843.0522,649.30387A33.03734,33.03734,0,0,1,802.69825,672.74654ZM341.78929,166.7547A31.0352,31.0352,0,0,0,303.881,188.77659L225.21789,485.52751a31.0352,31.0352,0,0,0,22.02189,37.90826L803.21071,670.8133A31.0352,31.0352,0,0,0,841.119,648.79141l78.66314-296.75092a31.0352,31.0352,0,0,0-22.02189-37.90826Z"
2441
- transform="translate(-217.91357 -163.716)"
2442
- fill="#e6e6e6"
2443
- id="path5" />
2444
- <path
2445
- d="M808.84781,649.54777,252.87688,502.17024a9.01031,9.01031,0,0,1-6.39345-11.00563l78.66314-296.75092a9.01031,9.01031,0,0,1,11.00562-6.39346L892.12312,335.39777a9.0103,9.0103,0,0,1,6.39345,11.00562L819.85343,643.15431A9.01031,9.01031,0,0,1,808.84781,649.54777ZM335.63973,189.95347a7.00786,7.00786,0,0,0-8.55993,4.97268L248.41666,491.67707a7.00786,7.00786,0,0,0,4.97268,8.55993L809.36027,647.61454a7.00787,7.00787,0,0,0,8.55993-4.97269l78.66314-296.75092a7.00786,7.00786,0,0,0-4.97268-8.55993Z"
2446
- transform="translate(-217.91357 -163.716)"
2447
- fill="#fff"
2448
- id="path6" />
2449
- <path
2450
- d="M826.08643,736.284H250.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H826.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,826.08643,736.284Z"
2451
- transform="translate(-217.91357 -163.716)"
2452
- fill="#fff"
2453
- id="path7" />
2454
- <path
2455
- d="M669.818,710.284h-371.43c-.46507.002-.92966-.01-1.38793-.03577l175.66931-98.93366c3.345-1.92234,10.84959-2.599,16.762-1.51148a15.18339,15.18339,0,0,1,4.64878,1.51148l117.89608,66.39218,5.64814,3.17689Z"
2456
- transform="translate(-217.91357 -163.716)"
2457
- fill="#e6e6e6"
2458
- id="path8" />
2459
- <path
2460
- d="M787,710.284H465.74351l62.2532-29.40041,4.48-2.11794,81.1215-38.31431c5.31828-2.51112,18.11244-2.66746,24.3653-.47362q.63.22445,1.16817.47362Z"
2461
- transform="translate(-217.91357 -163.716)"
2462
- fill="#e6e6e6"
2463
- id="path9" />
2464
- <path
2465
- d="M250.91357,365.284a31.03521,31.03521,0,0,0-31,31v307a31.03521,31.03521,0,0,0,31,31H826.08643a31.03521,31.03521,0,0,0,31-31v-307a31.03521,31.03521,0,0,0-31-31Z"
2466
- transform="translate(-217.91357 -163.716)"
2467
- fill="#3f3d56"
2468
- id="path10" />
2469
- <path
2470
- d="M826.08643,712.284H250.91357a9.01032,9.01032,0,0,1-9-9v-307a9.01032,9.01032,0,0,1,9-9H826.08643a9.01032,9.01032,0,0,1,9,9v307A9.01032,9.01032,0,0,1,826.08643,712.284Zm-575.17286-323a7.00787,7.00787,0,0,0-7,7v307a7.00787,7.00787,0,0,0,7,7H826.08643a7.00787,7.00787,0,0,0,7-7v-307a7.00787,7.00787,0,0,0-7-7Z"
2471
- transform="translate(-217.91357 -163.716)"
2472
- fill="#ccc"
2473
- id="path11" />
2474
- <circle
2475
- cx="480.01677"
2476
- cy="217.85864"
2477
- r="61.9031"
2478
- fill="#ff6584"
2479
- id="circle11" />
2480
- <ellipse
2481
- cx="505.89607"
2482
- cy="345.09898"
2483
- rx="78.40314"
2484
- ry="98.13725"
2485
- fill="#f2f2f2"
2486
- id="ellipse11" />
2487
- <polygon
2488
- points="506.112 325.365 506.327 325.365 510.204 547.65 502.019 547.65 506.112 325.365"
2489
- fill="#ccc"
2490
- id="polygon11" />
2491
- <path
2492
- d="M737.39778,636.24085v0a1.93854,1.93854,0,0,1-.81224,2.61841l-11.245,5.92024-1.80617-3.43065,11.245-5.92025A1.93854,1.93854,0,0,1,737.39778,636.24085Z"
2493
- transform="translate(-217.91357 -163.716)"
2494
- fill="#ccc"
2495
- id="path12" />
2496
- <ellipse
2497
- cx="280.48957"
2498
- cy="345.09898"
2499
- rx="78.40314"
2500
- ry="98.13725"
2501
- fill="#f2f2f2"
2502
- id="ellipse12" />
2503
- <path
2504
- d="M511.99148,639.916v-.00008a1.939,1.939,0,0,0-2.61875-.81222l-7.85028,4.133-2.68873-154.15586h-.21534l-4.092,222.28567H502.711l-1.11258-63.788,9.58076-5.04407A1.93935,1.93935,0,0,0,511.99148,639.916Z"
2505
- transform="translate(-217.91357 -163.716)"
2506
- fill="#ccc"
2507
- id="path13" />
2508
- <path
2509
- d="M610.83353,282.6528c54.86685,0,99.46253,103.38233,99.46253,172.05918s-44.47834,124.35043-99.3452,124.35043S511.60567,523.38883,511.60567,454.712,555.96669,282.6528,610.83353,282.6528Z"
2510
- transform="translate(-217.91357 -163.716)"
2511
- fill="#16006F"
2512
- id="path14" />
2513
- <path
2514
- d="M628.16826,619.831a2.45587,2.45587,0,0,0-3.31741-1.02913l-9.94743,5.2369-3.40653-195.332h-.27276L606.03866,710.3665h10.37093l-1.40987-80.82639,12.1397-6.39128A2.45593,2.45593,0,0,0,628.16826,619.831Z"
2515
- transform="translate(-217.91357 -163.716)"
2516
- fill="#3f3d56"
2517
- id="path15" />
2518
- <path
2519
- d="M828.08643,734.284H252.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H828.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,828.08643,734.284Z"
2520
- transform="translate(-217.91357 -163.716)"
2521
- fill="#fff"
2522
- id="path16" />
2523
- <path
2524
- d="M671.818,708.284h-371.43c-.46507.002-.92966-.01-1.38793-.03577l175.66931-98.93366c3.345-1.92234,10.84959-2.599,16.762-1.51148a15.18339,15.18339,0,0,1,4.64878,1.51148l117.89608,66.39218,5.64814,3.17689Z"
2525
- transform="translate(-217.91357 -163.716)"
2526
- fill="#e6e6e6"
2527
- id="path17" />
2528
- <path
2529
- d="M789,708.284H467.74351l62.2532-29.40041,4.48-2.11794,81.1215-38.31431c5.31828-2.51112,18.11244-2.66746,24.3653-.47362q.63.22445,1.16817.47362Z"
2530
- transform="translate(-217.91357 -163.716)"
2531
- fill="#e6e6e6"
2532
- id="path18" />
2533
- <path
2534
- d="M828.08643,734.284H252.91357a33.03734,33.03734,0,0,1-33-33v-307a33.03734,33.03734,0,0,1,33-33H828.08643a33.03734,33.03734,0,0,1,33,33v307A33.03734,33.03734,0,0,1,828.08643,734.284Zm-575.17286-371a31.03521,31.03521,0,0,0-31,31v307a31.03521,31.03521,0,0,0,31,31H828.08643a31.03521,31.03521,0,0,0,31-31v-307a31.03521,31.03521,0,0,0-31-31Z"
2535
- transform="translate(-217.91357 -163.716)"
2536
- fill="#3f3d56"
2537
- id="path19" />
2538
- <path
2539
- d="M828.08643,710.284H252.91357a9.01032,9.01032,0,0,1-9-9v-307a9.01032,9.01032,0,0,1,9-9H828.08643a9.01032,9.01032,0,0,1,9,9v307A9.01032,9.01032,0,0,1,828.08643,710.284Zm-575.17286-323a7.00787,7.00787,0,0,0-7,7v307a7.00787,7.00787,0,0,0,7,7H828.08643a7.00787,7.00787,0,0,0,7-7v-307a7.00787,7.00787,0,0,0-7-7Z"
2540
- transform="translate(-217.91357 -163.716)"
2541
- fill="#ccc"
2542
- id="path20" />
2543
- <circle
2544
- cx="482.01677"
2545
- cy="215.85864"
2546
- r="61.9031"
2547
- fill="#ff6584"
2548
- id="circle20"
2549
- style="fill:#6ad0bc;fill-opacity:1" />
2550
- <ellipse
2551
- cx="507.89607"
2552
- cy="343.09898"
2553
- rx="78.40314"
2554
- ry="98.13725"
2555
- fill="#f2f2f2"
2556
- id="ellipse20" />
2557
- <polygon
2558
- points="508.112 323.365 508.327 323.365 512.204 545.65 504.019 545.65 508.112 323.365"
2559
- fill="#ccc"
2560
- id="polygon20" />
2561
- <path
2562
- d="M739.39778,634.24085v0a1.93854,1.93854,0,0,1-.81224,2.61841l-11.245,5.92024-1.80617-3.43065,11.245-5.92025A1.93854,1.93854,0,0,1,739.39778,634.24085Z"
2563
- transform="translate(-217.91357 -163.716)"
2564
- fill="#ccc"
2565
- id="path21" />
2566
- <ellipse
2567
- cx="282.48957"
2568
- cy="343.09898"
2569
- rx="78.40314"
2570
- ry="98.13725"
2571
- fill="#f2f2f2"
2572
- id="ellipse21" />
2573
- <path
2574
- d="M513.99148,637.916v-.00008a1.939,1.939,0,0,0-2.61875-.81222l-7.85028,4.133-2.68873-154.15586h-.21534l-4.092,222.28567H504.711l-1.11258-63.788,9.58076-5.04407A1.93935,1.93935,0,0,0,513.99148,637.916Z"
2575
- transform="translate(-217.91357 -163.716)"
2576
- fill="#ccc"
2577
- id="path22" />
2578
- <path
2579
- d="M612.83353,280.6528c54.86685,0,99.46253,103.38233,99.46253,172.05918s-44.47834,124.35043-99.3452,124.35043S513.60567,521.38883,513.60567,452.712,557.96669,280.6528,612.83353,280.6528Z"
2580
- transform="translate(-217.91357 -163.716)"
2581
- fill="#16006F"
2582
- id="path23" />
2583
- <path
2584
- d="M630.16826,617.831a2.45587,2.45587,0,0,0-3.31741-1.02913l-9.94743,5.2369-3.40653-195.332h-.27276L608.03866,708.3665h10.37093l-1.40987-80.82639,12.1397-6.39128A2.45593,2.45593,0,0,0,630.16826,617.831Z"
2585
- transform="translate(-217.91357 -163.716)"
2586
- fill="#3f3d56"
2587
- id="path24" />
2588
- </svg>`;
2589
-
2590
- const svg$a = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 717.67004 516.8656" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><path d="M120.42945,496.14264a2.80742,2.80742,0,0,1-2.03464-4.86594l.19236-.76477q-.038-.09188-.07643-.18359A7.5391,7.5391,0,0,0,104.604,490.38c-2.27452,5.47809-5.17037,10.96552-5.8834,16.75773a22.30391,22.30391,0,0,0,.39152,7.67062A89.41957,89.41957,0,0,1,90.978,477.66962a86.3069,86.3069,0,0,1,.53535-9.6283q.44349-3.93127,1.23055-7.80652A90.45546,90.45546,0,0,1,110.682,421.89749a24.07259,24.07259,0,0,0,10.0118-10.38736,18.3625,18.3625,0,0,0,1.67-5.01791c-.48739.06393-1.83779-7.3591-1.47017-7.81452-.67924-1.0307-1.895-1.54306-2.63681-2.54886-3.68943-5.0021-8.77253-4.12872-11.42613,2.66877-5.6687,2.861-5.72357,7.60577-2.24528,12.16916,2.2129,2.90326,2.517,6.83166,4.45862,9.93985-.1998.2557-.40756.50344-.6073.75915a91.0398,91.0398,0,0,0-9.50223,15.0538,37.8458,37.8458,0,0,0-2.25945-17.5787c-2.16269-5.21726-6.21632-9.61124-9.786-14.12152-4.2878-5.41757-13.08034-3.05326-13.83575,3.81439q-.011.09975-.02142.19943.79533.44865,1.55706.95249a3.808,3.808,0,0,1-1.53532,6.92993l-.07765.012a37.89041,37.89041,0,0,0,.99876,5.66516C69.3952,440.30279,79.282,446.75317,93.399,447.04294c.31164.15979.61531.31958.927.47143A92.92463,92.92463,0,0,0,89.324,471.05368a88.13536,88.13536,0,0,0,.06393,14.23065l-.024-.16778a23.28909,23.28909,0,0,0-7.95037-13.44764c-6.11821-5.02591-14.7621-6.87664-21.36259-10.9165a4.37072,4.37072,0,0,0-6.69422,4.252q.01328.08817.027.17643a25.57635,25.57635,0,0,1,2.86848,1.38226q.79533.44878,1.55706.95248a3.8081,3.8081,0,0,1-1.53533,6.93l-.07771.01193c-.05591.008-.10388.016-.15972.024A37.9228,37.9228,0,0,0,63.012,485.4042c2.86344,15.46021,15.162,16.927,28.31753,12.42487h.008a92.89686,92.89686,0,0,0,6.24044,18.2178h22.2928c.08-.24768.15184-.50341.22378-.75116a25.32843,25.32843,0,0,1-6.16855-.36743c1.654-2.02954,3.308-4.07513,4.962-6.10464a1.38106,1.38106,0,0,0,.10388-.11987c.839-1.03867,1.686-2.06946,2.52491-3.10816l.00045-.00128a37.10115,37.10115,0,0,0-1.08711-9.45126l-.00071-.00043Z" fill="#f2f2f2"/><path d="M146.07022,515.54742h35.97354c6.15261-20.71624.03287-69.67535,8.14252-89.68646,15.55875-38.36871,35.43533-78.85281,72.53424-97.5874,15.84012-7.99951,33.11136-11.124,50.74951-10.95383,24.36563.231,49.41629,6.77167,72.35083,15.43991,9.38175,3.53784,18.67783,7.42816,27.93726,11.40363,34.885,14.99008,69.39074,31.31744,106.90552,35.73059,47.47143,5.5802,103.28485-15.65872,116.25048-61.407,9.89551-35.02545-7.92614-71.38816-26.61627-102.66919-18.69006-31.28095-39.58191-64.75028-36.16919-100.96712.01215-.12154.02442-.25533.04889-.37688,1.2843-13.00842,9.05145-22.3572,19.90106-28.35079H546.83954c-.62378,33.78536,18.92254,63.60722,36.51178,93.05239,18.69006,31.26885,36.51172,67.64374,26.61627,102.66919-12.9657,45.73609-120.32733-7.87607-167.79877-13.4685-13.40594-1.56827,7.8895,4.01193-4.8927,0-20.04785-6.28543-22.27038,51.36316-41.78,42.90158-12.14611-5.27634-24.30447-10.51618-36.62185-15.1724-5.10062-1.93307-10.31134-3.7445-15.58322-5.42221a.03536.03536,0,0,1-.02448-.01217c-35.39868-11.20908-74.11212-15.57361-106.81979.6322-.22016.10937-.45258.21881-.67281.32818-37.09883,18.72242-56.97543,59.20652-72.53425,97.57523-12.85558,31.71866-10.83346,92.88385-17.16948,126.341Z" fill="#f2f2f2"/><path d="M359.31256,514.48614C183.74773,518.20477,179.898,441.30121,179.898,349.82913S259.957,186.80041,359.16574,186.80041s178,71.53016,178,163S458.52136,514.48614,359.31256,514.48614Z" fill="#fff"/><path d="M358.31256,515.48614C182.74773,519.20477,178.898,442.30121,178.898,350.82913s80.7125-165.88719,179.92124-165.88719,179.92127,74.41731,179.92127,165.88719S457.5213,515.48614,358.31256,515.48614Zm.50675-325.97961c-96.47959,0-173.34583,72.38168-174.97057,161.32263-1.5112,82.72626,93.80589,185.95673,174.97053,161.32483,43.52631-44.198,166.58686-91.80173,174.97059-161.32483,10.66119-88.40878-78.491-161.32261-174.97059-161.32261Z" fill="#3f3d56"/><path d="M0,515.6756a1.18647,1.18647,0,0,0,1.19006,1.19H716.48a1.19,1.19,0,0,0,0-2.38H1.19006A1.1865,1.1865,0,0,0,0,515.6756Z" fill="#ccc"/><polygon points="481.974 500.445 469.622 500.445 463.746 452.8 481.977 452.801 481.974 500.445" fill="#a0616a"/><path d="M482.409,513.331l-37.98423-.0014v-.48035A14.78532,14.78532,0,0,1,459.20932,498.065h.00092l6.93829-5.26376,12.94534,5.26455,3.31577.00013-.00064,15.26516Z" fill="#2f2e41"/><path d="M463.20563,390.00549a183.96221,183.96221,0,0,0-48.01349-33.6098l-9.02643,10.18955,5.74908-11.73929a183.95664,183.95664,0,0,0-151.055-.79816l4.6899,10.1865-7.20131-9.05283a183.82842,183.82842,0,0,0-50.33588,34.60638,8.34063,8.34063,0,0,0-2.62481,5.39746,7.84425,7.84425,0,0,0,2.29657,6.09174c2.26971,1.07446,5.504,3.54046,10.30957,10.30859a7.94,7.94,0,0,0,11.08093.0683,153.01148,153.01148,0,0,1,212.84424,0,7.93965,7.93965,0,0,0,11.08068-.06836c4.836-4.34936,5.96589-10.4975,10.12012-10.12012a8.241,8.241,0,0,0,2.49213-5.35125A7.88246,7.88246,0,0,0,463.20563,390.00549Z" fill="#FF6640"/><polygon points="369.031 404.832 356.679 404.831 350.803 357.187 369.033 357.188 369.031 404.832" fill="#a0616a"/><path d="M369.46582,417.71768l-37.98422-.00143v-.48038a14.78535,14.78535,0,0,1,14.78451-14.7843h.00092l6.93829-5.26377,12.94535,5.26456,3.31576.00012-.00061,15.26517Z" fill="#2f2e41"/><path d="M496.09705,229.41733l-87.66,9.15851L386.898,259.858l-34.2616,11.18744a22.27825,22.27825,0,0,0-15.34411,20.23129c-.89151,20.896-2.65372,55.5885-4.51422,55.22519-2.66047-.51953,2.65744,12.4809,6.38229,11.72611s7.59817,7.7218,5.02313,9.22894,1.71451,14.401,1.71451,14.401l26.83206-4.32333c3.35871-25.33423,15.62558-52.03678,1.16794-70.67667,24.48474-7.94549,46.05481-14.58969,61.9148-18.68457L444.391,284.614h0l17.80954,189.23209,25.18631.41363c6.94965-35.75055,10.44092-67.927,5.00882-90.88113,0,0,.78037-68.95627,3.75891-68.20227s.45355-8.22916.45355-8.22916-2.60858-7.65069.59659-10.82461,1.20377-21.84131,1.20377-21.84131c5.29581-17.66611,3.70172-32.25266-2.31143-44.86389Z" fill="#2f2e41"/><path d="M506.46066,190.80437q1.30225-5.84034,2.6045-11.68164h0q3.6577-16.35645,7.30368-32.69825c3.1914-14.27441,6.39648-29.04589,3.65136-43.41015a43.13488,43.13488,0,0,0-1.72363-6.3584c-4.11133-11.75879-13.18945-22.0625-25.22852-24.23242l-1.96679-7.3291L464.238,61.78776l-5.084,7.01172c-10.94336-.875-17.43945,10.02148-24.98828,19.001l-3,3c-2.18652,2.73438-2.63477,13.00684-4,16-6.07031,13.30957,2.29492.375,2,15-.30469,15.15527-3.28488,29.86145-3.59055,45.01575-.03256,1.62608-3.53179,2.86572-4.13385,5.71653-.325,1.5387,2.38608,4.393,1.975,6.1133-.35086,1.46819,1.40088,7.36911,1.025,8.8867-1.74362,7.04018-5.69311,9.81223-5.86615,13.28347a22.34707,22.34707,0,0,1-.59481,3.96243c-.21622.92271-3.24408-.183-3.539.7541-.49557,1.57445,1.68442,5.20005,1.08692,6.77608-1.15631,3.04993-.37854,8.43677-1.08692,11.22394-2.97265,11.70117-1.83123,7.05775-8.2756,17.26772,16.49414,4.98632,23.61816,21.68554,40.585,24.6914q1.147-3.70752,2.28711-7.43457c2.249.14453,4.51172.2793,6.77441.40332h0c.127,2.15723.25489,4.31543.38282,6.46a438.51186,438.51186,0,0,0,51.65722.28125,41.03079,41.03079,0,0,1-1.3789-5.28613c-.94434-4.97949,1.08594-10.37988,1.30273-15.30859.15332-3.65137-1.583-6.75391-1.53222-10.68653.01269-.72754,4.09863-1.33984,4.08593-2.08105-.06445-6.53711-3.77929-15.28321-2.55371-21.70508,1.27637-6.60059-2.77051-12.7666-1.31543-19.32813v-.00195l0,0Z" fill="#3f3d56"/><path d="M380.8053,32.90525a8.60068,8.60068,0,0,0-8.5907,8.5907V93.25962a8.60068,8.60068,0,0,0,8.5907,8.5907h16.01437a8.60071,8.60071,0,0,0,8.59073-8.59072c2.55231-26.00986,1.61432-40.04684,0-51.76364a8.60072,8.60072,0,0,0-8.59073-8.59073H380.8053Z" fill="#FF6640"/><path d="M378.8053,32.90525a8.60081,8.60081,0,0,0-8.59073,8.59051c-.91992,20.34766-1.55957,39.75293,0,51.76367a8.60051,8.60051,0,0,0,8.59073,8.59089h16.01437a8.60069,8.60069,0,0,0,8.5907-8.5907V41.496a8.60068,8.60068,0,0,0-8.5907-8.5907Z" fill="#3f3d56"/><path d="M420.032,108.2419s15.14664-.61431,7.43726,5.92561c-5.01682,4.25579-16.31363,33.88333-28.05057,37.4675a10.43237,10.43237,0,0,1-13.24341-7.79559L375.53613,94.25009l13.89749-2.11391,8.46967,39.248L420.032,108.24191Z" fill="#a0616a"/><circle cx="383.25354" cy="88.04264" r="9.82931" fill="#a0616a"/><path d="M440.57758,81.14425h0c9.00406,6.76205,11.65573,28.93625,5.99759,38.67195-10.816,18.61063-32.13944,32.93929-33.0488,30.94933-1.2453-2.72508-3.41535.93412-3.34162,2.132s-4.03411.84074-3.55551,2.10841-2.76324,1.543-4.17123,2.278c0,0-12.88547.21785-16.95078-5.66227s-4.6102-14.00591-4.6102-14.00591l-5.04672-5.93794,26.7572-15.64123L400.4024,126.594l13.34791-15.54226,2.82492-6.23551,4.50674-2.30143,1.49326-4.69857,4.15545-1.8788,16.43509-19.13694-2.58813,4.3438Z" fill="#3f3d56"/><path d="M514.51074,263.30347a9.203,9.203,0,0,0,1.6051-14.02015l1.89057-84.0848-16.61432,2.58465,1.17154,81.557a9.25289,9.25289,0,0,0,11.94711,13.96331Z" fill="#a0616a"/><path d="M515.23492,93.52463s-1.10223.833,4.5495,9.44462c1.12085,1.7078,1.88044,8.594,2.41205,17.58013.17322,2.92755,1.83985,4.98422,1.96924,8.25108.10986,2.77251-1.312,6.72263-1.2276,9.59776.045,1.53353,1.18854,2.86789,1.2276,4.40224.0163.63956-1.06958,1.48285-1.05426,2.12012q.02481,1.03086.0481,2.05557c.38836,17.07907.47161,32.50433.8573,32.24384.82244-.55552-1.22016,2.31582-.19886,2.7953s-.87219,2.85812-.38415,4.091c.5946,1.50213-.14447,3.15925-.61151,4.66714-1.34851,4.354-1.639,8.09276-2.81165,10.161a7.22977,7.22977,0,0,1,3.3703,8.19775l-23.41678-4.23364c-2.855-4.57362-2.4425-9.37378-.49707-10.21033l-.57928-14.88305-6.66916-76.99859L511.76422,94.08l3.4707-.55534Z" fill="#3f3d56"/><path d="M369.898,46.18139c-.33618,0-.60956.16016-.60956.35711v2.8569c0,.197.27338.35711.60956.35711s.60956-.16016.60956-.35711V46.5385C370.50757,46.34155,370.23419,46.18139,369.898,46.18139Z" fill="#3f3d56"/><path d="M369.898,53.75209c-.33618,0-.60956.16016-.60956.35711v5.53524c0,.19695.27338.35711.60956.35711s.60956-.16016.60956-.35711V54.1092C370.50757,53.91225,370.23419,53.75209,369.898,53.75209Z" fill="#3f3d56"/><path d="M403.898,54.75209a.6908.6908,0,0,0-.60956.74891V67.10912a.62252.62252,0,1,0,1.21912,0V55.501A.6908.6908,0,0,0,403.898,54.75209Z" fill="#3f3d56"/><path d="M368.898,62.60856c-.33618,0-.60956.16016-.60956.35711v5.53524c0,.197.27338.35711.60956.35711s.60956-.16016.60956-.35711V62.96567C369.50757,62.76872,369.23419,62.60856,368.898,62.60856Z" fill="#3f3d56"/><circle cx="475.78857" cy="34.08717" r="25.1041" fill="#a0616a"/><path d="M503.819,45.62181c-1.95984,3.92214-3.82553,6.37518-7.21374,8.56767a11.974,11.974,0,0,1-.41633-1.52864c-.36068.80618-.71279,1.61052-1.08194,2.41851-2.14364,1.197.17-.64976-3.339.68864l-2.95185-5.06561c-.80847-2.40462.33722-5.02347,1.79373-7.10441,1.45835-2.07243,3.27359-3.97244,4.06412-6.38186.79059-2.40938.089-5.60139-2.28094-6.4982-2.33411-.89559-4.91242.80346-7.39353.50828-2.86352-.33772-4.812-3.33376-4.96722-6.21611-.15527-2.88239,1.02081-5.64995,2.17142-8.28761-3.46775,2.48513-14.21009,6.93748-20.058,7.1502a7.23989,7.23989,0,0,0-2.35937-4.74807A6.58972,6.58972,0,0,1,458.6557,23.847c-5.72525-.2936-6.80145,8.02235-9.75766,5.01106.92279-.46434-2.478-10.79906-1.55524-11.2634q-1.06525-2.91853-2.1268-5.82011c1.31546.33155,2.6413.66978,3.9653.99951a5.66454,5.66454,0,0,1,.63392-2.02033,13.70744,13.70744,0,0,1,2.9917-1.26307c.33633-.08985.68112-.1815,1.02963-.25616a13.76992,13.76992,0,0,1,1.56323-.25485c-.76123-.44138-1.52917-.87249-2.29221-1.32232-.09109-.05162-.17361-.10507-.26467-.15668a29.29276,29.29276,0,0,1,3.35174-1.98914c4.89191-2.5591,9.969-5.16671,15.483-5.48569a15.50688,15.50688,0,0,1,10.04752,2.89233,13.90236,13.90236,0,0,0,8.6445,2.60046,9.90168,9.90168,0,0,1,4.34583.96792A13.92638,13.92638,0,0,1,492.686,8.17465c1.59116.04137,3.1738.08457,4.76673.13446a21.9753,21.9753,0,0,1,4.45312,5.64176c5.58014,9.53378,6.85541,21.79421,1.91324,31.67094Z" fill="#2f2e41"/><path d="M423.20172,436.7262a7.96034,7.96034,0,0,0-4.27148-5.90528,181.168,181.168,0,0,0-33.20673-13.04907L374.9888,431.9235l7.93393-14.93235a183.00688,183.00688,0,0,0-89.80652-1.274l4.128,11.38229-6.74377-10.73092a181.60483,181.60483,0,0,0-38.43744,14.45239,8.02516,8.02516,0,0,0-2.02136,12.81348c4.641.28522,7.70575,4.59723,10.76465,10.76465a7.98489,7.98489,0,0,0,9.0736,1.51074,152.76969,152.76969,0,0,1,131.23389,0,7.9815,7.9815,0,0,0,9.07239-1.51074c1.839-4.98651,5.62921-7.93506,10.76562-10.76465A7.93483,7.93483,0,0,0,423.20172,436.7262Z" fill="#FF6640"/><path d="M363.89362,485.46057q-3.52606-.55371-7.09491-.96674L347.47314,499.333l6.94855-15.09229a186.32792,186.32792,0,0,0-33.977-.35748l7.1131,15.44977-9.575-15.23615q-5.48172.51966-10.88312,1.36377a6.62371,6.62371,0,0,0-5.354,4.58008,6.812,6.812,0,0,0,1.66125,6.95807c3.85071,3.7724,8.09656,9.01074,15.07422,15.07422a6.69756,6.69756,0,0,0,5.2547,1.97552c3.8667-.28613,7.82373-.43164,11.76074-.43164h.00006c3.937,0,7.894.14551,11.76075.43164a6.71784,6.71784,0,0,0,5.255-1.97552c7.20557-6.15076,10.8468-11.79047,15.07422-15.07422a6.811,6.811,0,0,0,1.661-6.95807A6.6224,6.6224,0,0,0,363.89362,485.46057Z" fill="#FF6640"/></svg>`;
2591
-
2592
- const svg$9 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 731.66998 619.11871" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><path d="m0,599.59869c0,.65997.53,1.19,1.19,1.19h729.28998c.65997,0,1.19-.53003,1.19-1.19s-.53003-1.19-1.19-1.19H1.19c-.66,0-1.19.53003-1.19,1.19Z" fill="#3f3d56"/><polygon points="405.32999 539.69873 405.32999 579.02874 435.07001 579.9887 433.82999 539.69873 405.32999 539.69873" fill="#ffb6b6"/><path d="m399.45001,561.57873c-.39999,0-.79999.04999-1.17999.15997-5.37,1.53003-36.42999,29.27002-45.82001,37.72998-1.16,1.04999-1.78,2.53998-1.69,4.09998.07999,1.54999.85999,2.96002,2.12,3.87,7.12,5.13,21.72,13.25,39.41998,9.96997,8.14001-1.51001,16.35999-2.46002,23.62-3.28998,15.53-1.78998,27.79001-3.21002,27.79001-8.70001,0-9.33002-2.56-33.90002-5.78-34.92999-.29001-.09003-.63.14001-1.01999.67999-4.92001,6.89001-21.84,3.22998-22.56,3.07001l-.19-.03998-.10999-.15997c-.09-.13-8.37-12.44-14.60001-12.44h0v-.02002h0v.00006Z" fill="#2f2e41"/><polygon points="349.70001 539.69873 349.70001 579.02874 379.42999 579.9887 378.19 539.69873 349.70001 539.69873" fill="#ffb6b6"/><polygon points="337.70999 258.16873 321.88 270.15872 319 405.40872 345.85999 553.12872 380.87 554.56872 381.82999 413.55871 426.92001 285.02871 417.79999 254.80873 337.70999 258.16873" fill="#2f2e41"/><polygon points="411.57001 281.18872 426.92001 285.02871 437.95001 553.12872 398.14001 549.76873 371.76001 360.31872 411.57001 281.18872" fill="#2f2e41"/><path d="m328.47,619.11871c-13.64999,0-24.73001-6.03003-30.64999-10.09998-1.79001-1.22998-2.89999-3.17999-3.04001-5.34998-.14001-2.19.70999-4.28998,2.34-5.76001,14.70001-13.21997,40.12-35.62,45.25-37.09003,6.64999-1.90997,15.57999,10.81,16.73001,12.5,1.85999.38,17.09,3.28998,21.38-2.72998.82001-1.15002,1.59-1.20001,2.09-1.03998,4.59,1.46997,6.45001,31.03003,6.45001,35.84998,0,6.34998-12.01001,7.73999-28.64001,9.65997-7.23999.84003-15.44,1.78003-23.54999,3.28003-2.88.53003-5.67001.77002-8.37.77002h0l.00998.00995Z" fill="#2f2e41"/><path id="uuid-bcebe549-af57-499c-bd7d-dc350147856d-10199" d="m216.28999,83.17871c-5.08-11.22-3.17-22.98,4.27-26.25s17.59,3.18,22.67,14.41c2.09,4.46,3.05,9.36,2.78,14.29l20.90001,47.84-23.58,9.46001-18.10001-48.16c-3.89999-3.1-6.97-7.07-8.94-11.58h0s0-.01001,0-.01Z" fill="#ffb6b6"/><path d="m360.76001,103.48873h0c12.73999,12.02,11.95001,32.52-1.69,43.51l-66.79999,53.82001c-7.29001,5.87-18.10999,3.8-22.70999-4.36-17.55-28.42-20.86-29.98-31.07001-59.09999l28.76999-10.06,16.22,20.31,35.42001-41.78c10.70001-12.63,29.81-13.69,41.85001-2.34h0l.00998-.00002Z" fill="#16006F"/><polygon points="370.60001 82.98873 381.51999 104.99873 340.23001 124.93872 340.73001 89.64872 370.60001 82.98873" fill="#ffb6b6"/><circle cx="340.37" cy="62.47873" r="37.16" fill="#ffb6b6"/><path d="m340.12,116.35871l38.10001-22.51h0c27.94,19.6,51.20999,24.18,51.95001,58.3l-5.14999,81.39.29999,35.05c.13,14.72-11.76999,26.70999-26.48001,26.70999h-54.39999c-14.39999,0-25.12-13.28-22.09-27.35999l10.26999-47.69-10.97-92.94,18.47-10.97h0v.02h0v.00002-.00002Z" fill="#16006F"/><path d="m127.69,69.65873c0-1.95,1.58-3.52,3.52-3.52h39.71001c1.95,0,3.52,1.58,3.52,3.52v.48l97.93001,5.73c.28-1.11,1.28-1.94,2.48999-1.94h10.41v-7.61c0-1.7,1.38-3.07,3.07001-3.07h2.12v-6.72c0-1.07.87-1.94,1.94-1.94h5.92999c1.07001,0,1.94.87,1.94,1.94v6.72h1.95001c-.14001-.27-.22-.56-.22-.87,0-1.43,1.67999-2.6,3.75-2.6s3.75,1.16,3.75,2.6c0,.37-.12.73-.32001,1.05,1.19.42,2.06,1.55,2.06,2.89v39.46c0,1.7-1.38,3.07-3.07001,3.07h-19.82999c-1.70001,0-3.07001-1.38-3.07001-3.07v-5.3h-10.41c-1.34,0-2.42999-1.03-2.54999-2.34l-98.03,18.05c-.45,1.43-1.78,2.47-3.36,2.47h-39.71001c-1.95,0-3.52-1.58-3.52-3.52-.47-16.1.57-31.39,0-45.48,0,0-.00002,0-.00002,0Z" fill="#3f3d56"/><path id="uuid-56498841-4b1e-4105-a308-6339b9438744-10200" d="m281.03,94.43872c-4.95001-11.28-2.89999-23.01,4.57999-26.2,7.48001-3.18,17.54999,3.38,22.5,14.67,2.04001,4.48,2.94,9.39,2.60999,14.32l20.34,48.07999-23.69,9.19-17.54001-48.37c-3.87-3.14-6.89001-7.15-8.79999-11.69h.00003Z" fill="#ffb6b6"/><path d="m425.25,116.43872h0c12.60001,12.17001,11.56,32.66-2.20001,43.49001l-67.41998,53.03c-7.35999,5.78999-18.14999,3.59-22.66-4.62-17.22-28.62-18.61002-24.73-28.48001-53.97l26.54999-16.74001,16.42001,22.03,35.89999-41.36c10.85001-12.5,29.97-13.34,41.88-1.85h.01001s0-.01001,0-.01Z" fill="#16006F"/><path d="m378.57999,81.16873l-6.87,4.92s-2.01999-21.45-4.81-22.4-6.54999,3.99-6.54999,3.99l-2.75,8.05-9.09-3.79s-10.51999-5.67-14.23999-6.94-3.16-12.05-3.16-12.05c0,0-44.63998,6.11-37.94-19.62,0,0,2.31-18.93,7.25-15.17s5.01001-5.56,5.01001-5.56l11.20001-2.41s15.37-20.7,45.69-3.09c30.32001,17.61,16.25,74.05,16.25,74.05h0v.02s.00995,0,.00995,0Z" fill="#2f2e41"/></svg>`;
2593
-
2594
- const svg$8 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 657.99124 512.53" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><path d="M530.696,329.75826a13.11407,13.11407,0,0,0-.75717,1.92131l-59.16128,17.831-10.954-10.26356-17.65025,14.507,17.62618,20.05417a9.96748,9.96748,0,0,0,11.709,2.44875l63.679-29.77828a13.0787,13.0787,0,1,0-4.49138-16.72041Z" transform="translate(-271.00438 -193.735)" fill="#ffb6b6"/><path d="M468.81379,350.2319,447.048,368.34557a5.60675,5.60675,0,0,1-8.37488-1.39312L423.98932,342.8404A15.571,15.571,0,0,1,447.98465,322.99L468.965,341.74329a5.60675,5.60675,0,0,1-.15122,8.48861Z" transform="translate(-271.00438 -193.735)" fill="#3f3d56"/><path d="M527.26275,651.82131l9.47381-6.03528a141.38928,141.38928,0,0,0,.40722-15.93137l-4.91442,1.25556,4.85063-3.09c-.26791-6.56876-.86121-10.90172-.86121-10.90172s-19.15482,12.44206-31.37126,29.30667l2.08318,14.26309-4.9681-9.97458a57.199,57.199,0,0,0-3.41785,6.324c-10.06525,21.98884-11.04334,43.10159-2.18448,47.15668s24.19979-10.48311,34.26506-32.47195A75.30884,75.30884,0,0,0,536.3605,649.497Z" transform="translate(-271.00438 -193.735)" fill="#e6e6e6"/><path d="M546.723,673.04564l11.22966-.26943a141.38719,141.38719,0,0,0,8.58354-13.42749l-4.85594-1.46544,5.74958-.13792c3.16606-5.76163,4.89791-9.77755,4.89791-9.77755s-22.82871.74979-42.00387,8.872l-5.58932,13.28666.903-11.10673a57.20134,57.20134,0,0,0-6.19473,3.647c-19.9824,13.62068-31.73284,31.18859-26.24538,39.23906s26.13486,3.53489,46.11722-10.08578a75.309,75.309,0,0,0,16.398-16.06145Z" transform="translate(-271.00438 -193.735)" fill="#e6e6e6"/><polygon points="209.349 499.141 221.609 499.14 226.208 451.454 209.347 451.853 209.349 499.141" fill="#ffb6b6"/><path d="M477.22638,688.87313l24.144-.001h.001a15.3873,15.3873,0,0,1,15.38647,15.38623v.5l-39.53076.00146Z" transform="translate(-271.00438 -193.735)" fill="#2f2e41"/><polygon points="64.712 463.751 72.753 473.005 112.275 446.394 100.407 432.735 64.712 463.751" fill="#ffb6b6"/><path d="M336.687,652.49968,352.52283,670.725l.00064.00073A15.38729,15.38729,0,0,1,351,692.43192l-.37744.32793-25.92767-29.84019Z" transform="translate(-271.00438 -193.735)" fill="#2f2e41"/><path d="M272.19507,706.265h334.294a1.19068,1.19068,0,1,0,0-2.38137h-334.294a1.19069,1.19069,0,1,0,0,2.38137Z" transform="translate(-271.00438 -193.735)" fill="#cacaca"/><path d="M453.41806,580.627l25.79454,95.56236h20l-4.3928-104.514L483.225,469.84933l-42.1156-2.23791Z" transform="translate(-271.00438 -193.735)" fill="#2f2e41"/><path d="M408.65939,469.84927s-2.23791,14.54657,6.71381,30.2121,3.35687,68.257,3.35687,68.257L343.2126,644.18934s11.73635,20.36019,17.33119,19.24123S454.537,590.69772,454.537,590.69772l28.688-116.37256Z" transform="translate(-271.00438 -193.735)" fill="#2f2e41"/><circle cx="179.29466" cy="80.98649" r="25.73625" fill="#ffb6b6"/><path d="M449.2126,315.18934s-30-11.3569-30-8-29.5756,31.74083-22.8618,68.66674,14.54657,54.82937,11.18964,74.97079-1.119,24.61725-1.119,24.61725,77.92248,6.71381,79.04144-1.119-3.25026-19.77888-3.25026-23.13576S451.29333,323.82785,449.2126,315.18934Z" transform="translate(-271.00438 -193.735)" fill="#3f3d56"/><path d="M438.65054,290.18628c2.0835-1.10163,4.50373-1.32871,6.75892-2.01343,8.06829-2.44974,13.4732-11.5705,11.74762-19.824a10.11478,10.11478,0,0,1-.42377-3.26724c.30163-2.44446,2.80292-4.0217,5.20135-4.58179s4.95038-.47873,7.2428-1.37936c3.53955-1.39059,5.89069-5.02808,6.40039-8.79669a18.171,18.171,0,0,0-2.42731-10.952l-.86633,2.493a9.24692,9.24692,0,0,1-2.83075-4.23376,5.83213,5.83213,0,0,0-4.44348,3.5733c-1.39062.82-1.591-2.54754-3.127-3.04434a2.75911,2.75911,0,0,0-1.91724.4729c-3.09521,1.4436-6.69134.20932-10.0116-.59088a37.68771,37.68771,0,0,0-17.4953-.0206c-3.82183.91159-7.60479,2.499-10.3396,5.32a24.80848,24.80848,0,0,0-4.83679,8.31134c-2.93323,7.38193-4.87091,15.36941-3.90265,23.25351a32.91457,32.91457,0,0,0,7.75684,17.43942c2.21466,2.55167,9.44031,11.45374,13.40222,9.936C439.51706,300.37463,432.78494,293.28759,438.65054,290.18628Z" transform="translate(-271.00438 -193.735)" fill="#2f2e41"/><rect x="427.01599" y="551.51707" width="82.62854" height="1.59216" transform="translate(-485.62156 599.33913) rotate(-69.12314)" opacity="0.2" style="isolation:isolate"/><path d="M545.87377,318.19025a7.07362,7.07362,0,0,0-7.06529,7.06529v78.54193a7.07362,7.07362,0,0,0,7.06529,7.06528H921.93033a7.07361,7.07361,0,0,0,7.06529-7.06528V325.25555a7.0736,7.0736,0,0,0-7.06529-7.06528Z" transform="translate(-271.00438 -193.735)" fill="#e6e6e6"/><path d="M548.41423,323.69965a4.10124,4.10124,0,0,0-4.09712,4.09635v73.461a4.10135,4.10135,0,0,0,4.097,4.09635H919.38987a4.10012,4.10012,0,0,0,4.09566-4.09635V327.796a4.10012,4.10012,0,0,0-4.09566-4.09635Z" transform="translate(-271.00438 -193.735)" fill="#fff"/><path d="M896.09755,385.20922a6.656,6.656,0,0,0,.018-13.31189c-.006,0-.012,0-.018,0H582.31767a6.656,6.656,0,0,0,0,13.31189Z" transform="translate(-271.00438 -193.735)" fill="#e6e6e6"/><path d="M717.338,356.29267a6.65594,6.65594,0,1,0,0-13.31187H582.31767a6.65594,6.65594,0,1,0,0,13.31187Z" transform="translate(-271.00438 -193.735)" fill="#16006F"/><path d="M600.83711,469.735a5.00588,5.00588,0,0,0-5,5v55.583a5.00589,5.00589,0,0,0,5,5H866.967a5.00589,5.00589,0,0,0,5-5V474.735a5.00588,5.00588,0,0,0-5-5Z" transform="translate(-271.00438 -193.735)" fill="#e6e6e6"/><path d="M602.635,473.63392a2.90239,2.90239,0,0,0-2.89947,2.89893v51.98731a2.90245,2.90245,0,0,0,2.89941,2.89892H865.16914a2.9016,2.9016,0,0,0,2.89844-2.89892V476.53285a2.9016,2.9016,0,0,0-2.89844-2.89893Z" transform="translate(-271.00438 -193.735)" fill="#fff"/><path d="M848.6855,517.16337a4.71032,4.71032,0,0,0,.01275-9.42063c-.00427,0-.00848,0-.01275,0H626.62794a4.71032,4.71032,0,0,0,0,9.42063Z" transform="translate(-271.00438 -193.735)" fill="#e6e6e6"/><path d="M722.17994,496.69954a4.71032,4.71032,0,1,0,0-9.42063h-95.552a4.71032,4.71032,0,1,0,0,9.42063Z" transform="translate(-271.00438 -193.735)" fill="#e4e4e4"/><path d="M600.83711,193.735a5.00588,5.00588,0,0,0-5,5v55.583a5.00589,5.00589,0,0,0,5,5H866.967a5.00589,5.00589,0,0,0,5-5V198.735a5.00588,5.00588,0,0,0-5-5Z" transform="translate(-271.00438 -193.735)" fill="#e6e6e6"/><path d="M602.635,197.63392a2.90239,2.90239,0,0,0-2.89947,2.89893v51.98731a2.90245,2.90245,0,0,0,2.89941,2.89892H865.16914a2.9016,2.9016,0,0,0,2.89844-2.89892V200.53285a2.9016,2.9016,0,0,0-2.89844-2.89893Z" transform="translate(-271.00438 -193.735)" fill="#fff"/><path d="M848.6855,241.16337a4.71032,4.71032,0,0,0,.01275-9.42063c-.00427,0-.00848,0-.01275,0H626.62794a4.71032,4.71032,0,0,0,0,9.42063Z" transform="translate(-271.00438 -193.735)" fill="#e6e6e6"/><path d="M722.17994,220.69954a4.71032,4.71032,0,1,0,0-9.42063h-95.552a4.71032,4.71032,0,1,0,0,9.42063Z" transform="translate(-271.00438 -193.735)" fill="#e4e4e4"/><path d="M522.46133,374.84878a13.11484,13.11484,0,0,0-1.37393,1.54178l-61.67969-3.69006-6.73715-13.41426-21.5734,7.52156,9.619,24.90637a9.9675,9.9675,0,0,0,10.14364,6.34057l70.04426-5.963a13.07871,13.07871,0,1,0,1.55729-17.243Z" transform="translate(-271.00438 -193.735)" fill="#ffb6b6"/><path d="M457.31564,372.69953l-26.681,9.48559a5.60674,5.60674,0,0,1-7.379-4.19879L417.799,350.28741a15.571,15.571,0,0,1,29.37308-10.3458l13.21606,24.84344a5.60674,5.60674,0,0,1-3.07252,7.91448Z" transform="translate(-271.00438 -193.735)" fill="#3f3d56"/><circle cx="277.99124" cy="132.61828" r="17" fill="#16006F"/></svg>`;
2595
-
2596
- const svg$7 = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2597
- <svg
2598
-
2599
-
2600
- viewBox="0 0 637.95669 480"
2601
- role="img"
2602
- artist="Katerina Limpitsouni"
2603
- source="https://undraw.co/"
2604
- version="1.1"
2605
- id="svg23"
2606
- sodipodi:docname="tk-success.svg"
2607
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
2608
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2609
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2610
- xmlns="http://www.w3.org/2000/svg"
2611
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
2612
- <defs
2613
- id="defs23" />
2614
- <sodipodi:namedview
2615
- id="namedview23"
2616
- pagecolor="#ffffff"
2617
- bordercolor="#000000"
2618
- borderopacity="0.25"
2619
- inkscape:showpageshadow="2"
2620
- inkscape:pageopacity="0.0"
2621
- inkscape:pagecheckerboard="0"
2622
- inkscape:deskcolor="#d1d1d1"
2623
- inkscape:zoom="0.61061617"
2624
- inkscape:cx="302.97265"
2625
- inkscape:cy="12.282675"
2626
- inkscape:window-width="1920"
2627
- inkscape:window-height="1009"
2628
- inkscape:window-x="1912"
2629
- inkscape:window-y="-8"
2630
- inkscape:window-maximized="1"
2631
- inkscape:current-layer="svg23" />
2632
- <path
2633
- d="M784.97835,518c-75.14014,0-134-13.6167-134-31,0-10.42188,20.856-19.7207,57.22-25.51123a1,1,0,1,1,.31445,1.9751C674.25789,468.919,652.97835,477.9375,652.97835,487c0,15.71973,60.44848,29,132,29s132-13.28027,132-29c0-9.10059-21.41553-18.14111-55.88965-23.59277a1.00008,1.00008,0,0,1,.3125-1.97559c36.59106,5.78662,57.57715,15.106,57.57715,25.56836C918.97835,504.3833,860.11848,518,784.97835,518Z"
2634
- transform="translate(-281.02165 -210)"
2635
- fill="#ccc"
2636
- id="path1" />
2637
- <path
2638
- d="M718.49983,523.83838a76.98277,76.98277,0,0,0,133.1499-.33551A1211.97868,1211.97868,0,0,1,718.49983,523.83838Z"
2639
- transform="translate(-281.02165 -210)"
2640
- fill="#e6e6e6"
2641
- id="path2"
2642
- style="fill:#16006f;fill-opacity:1" />
2643
- <path
2644
- d="M859.02034,502.12292a76.997,76.997,0,1,0-147.85742.79908A572.23317,572.23317,0,0,0,859.02034,502.12292Z"
2645
- transform="translate(-281.02165 -210)"
2646
- fill="#e6e6e6"
2647
- id="path3"
2648
- style="fill:#16006f;fill-opacity:1" />
2649
- <path
2650
- d="M400.47835,219a9,9,0,1,0-12.5,8.29388V274h7V227.29388A9.00223,9.00223,0,0,0,400.47835,219Z"
2651
- transform="translate(-281.02165 -210)"
2652
- fill="#ccc"
2653
- id="path4"
2654
- style="fill:#33314b;fill-opacity:1" />
2655
- <path
2656
- d="M450.98128,443h-.00293a20.02122,20.02122,0,0,1-19.9856-20.771c.40088-10.603,9.58106-19.229,20.46436-19.229h54.94458l45.2124-20.01514a5.00688,5.00688,0,0,1,6.596,2.54737l12.14428,27.43261a5.0062,5.0062,0,0,1-2.54785,6.59571L523.275,439.27441a35.4,35.4,0,0,1-14.00171,3.04639Z"
2657
- transform="translate(-281.02165 -210)"
2658
- fill="#ccc"
2659
- id="path5"
2660
- style="fill:#33314b;fill-opacity:1" />
2661
- <path
2662
- d="M317.79549,548.34277a4.59492,4.59492,0,0,1-.77759-.0664L287.44783,543.23h.00024a4.49921,4.49921,0,0,1-3.65893-5.30127l23.14551-118.05078a19.49983,19.49983,0,0,1,38.44189,6.57227L322.191,544.70654A4.46977,4.46977,0,0,1,317.79549,548.34277Z"
2663
- transform="translate(-281.02165 -210)"
2664
- fill="#ccc"
2665
- id="path6"
2666
- style="fill:#33314b;fill-opacity:1" />
2667
- <circle
2668
- cx="20.95669"
2669
- cy="346"
2670
- r="18"
2671
- fill="#e6e6e6"
2672
- id="circle6"
2673
- style="fill:#33314b;fill-opacity:1" />
2674
- <circle
2675
- cx="108.27953"
2676
- cy="124.67717"
2677
- r="67"
2678
- fill="#e6e6e6"
2679
- id="circle7" />
2680
- <circle
2681
- cx="108.27953"
2682
- cy="124.67717"
2683
- r="67"
2684
- fill="#e6e6e6"
2685
- id="circle8"
2686
- style="fill:#33314b;fill-opacity:1" />
2687
- <circle
2688
- cx="108.27953"
2689
- cy="124.67717"
2690
- r="51"
2691
- fill="#6AD0BC"
2692
- id="circle9"
2693
- style="fill:#ffffff;fill-opacity:1" />
2694
- <path
2695
- d="M395.26365,356.0861c-3.30591-.0918-7.42029-.20654-10.59-2.522a8.13275,8.13275,0,0,1-3.20007-6.07276,5.47084,5.47084,0,0,1,1.86035-4.49315c1.65552-1.39893,4.073-1.72706,6.67823-.96143L387.313,322.3112l1.98144-.27149,3.17322,23.19-1.65466-.75928c-1.91834-.87988-4.55164-1.32764-6.188.05517a3.51516,3.51516,0,0,0-1.15271,2.89551,6.14684,6.14684,0,0,0,2.38122,4.52783c2.46668,1.80176,5.74622,2.03418,9.46582,2.13819Z"
2696
- transform="translate(-281.02165 -210)"
2697
- fill="#2f2e41"
2698
- id="path9" />
2699
- <rect
2700
- x="85.72051"
2701
- y="114.01237"
2702
- width="10.77161"
2703
- height="2"
2704
- fill="#2f2e41"
2705
- id="rect9" />
2706
- <rect
2707
- x="119.72051"
2708
- y="114.01237"
2709
- width="10.77161"
2710
- height="2"
2711
- fill="#2f2e41"
2712
- id="rect10" />
2713
- <path
2714
- d="M354.97835,335a51.01141,51.01141,0,0,1,43.26806-50.41675A50.99376,50.99376,0,1,0,397.4427,385.275,51.00412,51.00412,0,0,1,354.97835,335Z"
2715
- transform="translate(-281.02165 -210)"
2716
- opacity="0.2"
2717
- id="path10" />
2718
- <path
2719
- d="M440.3011,548.5h-102a16.51868,16.51868,0,0,1-16.5-16.5V417a16.51868,16.51868,0,0,1,16.5-16.5h15.5V405a11.51294,11.51294,0,0,0,11.5,11.5h48a11.51294,11.51294,0,0,0,11.5-11.5v-4.5h15.5a16.51868,16.51868,0,0,1,16.5,16.5V532A16.51868,16.51868,0,0,1,440.3011,548.5Z"
2720
- transform="translate(-281.02165 -210)"
2721
- fill="#e6e6e6"
2722
- id="path11"
2723
- style="fill:#3f3d56;fill-opacity:1" />
2724
- <path
2725
- d="M453.98714,659H413.97835V612.811l-52.251-80.11622,33.50439-21.85107,52.02247,79.76758a36.18943,36.18943,0,0,1,5.8789,19.16455Z"
2726
- transform="translate(-281.02165 -210)"
2727
- fill="#e6e6e6"
2728
- id="path12"
2729
- style="fill:#3f3d56;fill-opacity:1" />
2730
- <path
2731
- d="M383.47835,689.5h-39v-117h39Z"
2732
- transform="translate(-281.02165 -210)"
2733
- fill="#e6e6e6"
2734
- id="path13"
2735
- style="fill:#3f3d56;fill-opacity:1" />
2736
- <path
2737
- d="M432.3011,583.5h-86a8.50951,8.50951,0,0,1-8.5-8.5V543a8.50951,8.50951,0,0,1,8.5-8.5h86a8.50951,8.50951,0,0,1,8.5,8.5v32A8.50951,8.50951,0,0,1,432.3011,583.5Z"
2738
- transform="translate(-281.02165 -210)"
2739
- fill="#e6e6e6"
2740
- id="path14"
2741
- style="fill:#3f3d56;fill-opacity:1" />
2742
- <path
2743
- d="M460.97835,677.5h-46.5v-31h46.5a15.5,15.5,0,0,1,0,31Z"
2744
- transform="translate(-281.02165 -210)"
2745
- fill="#ccc"
2746
- id="path15"
2747
- style="fill:#33314b;fill-opacity:1" />
2748
- <path
2749
- d="M390.97835,689.5h-46.5v-31h46.5a15.5,15.5,0,0,1,0,31Z"
2750
- transform="translate(-281.02165 -210)"
2751
- fill="#ccc"
2752
- id="path16"
2753
- style="fill:#33314b;fill-opacity:1" />
2754
- <path
2755
- d="M437.97835,451.5h-37a3.5,3.5,0,0,1,0-7h37a3.5,3.5,0,0,1,0,7Z"
2756
- transform="translate(-281.02165 -210)"
2757
- fill="#fff"
2758
- id="path17" />
2759
- <path
2760
- d="M437.97835,464h-37a3.5,3.5,0,0,1,0-7h37a3.5,3.5,0,0,1,0,7Z"
2761
- transform="translate(-281.02165 -210)"
2762
- fill="#fff"
2763
- id="path18" />
2764
- <path
2765
- d="M501.02165,690h-219a1,1,0,0,1,0-2h219a1,1,0,1,1,0,2Z"
2766
- transform="translate(-281.02165 -210)"
2767
- fill="#3f3d56"
2768
- id="path19" />
2769
- <circle
2770
- cx="291.95669"
2771
- cy="184"
2772
- r="18"
2773
- fill="#e6e6e6"
2774
- id="circle19"
2775
- style="fill:#33314b;fill-opacity:1" />
2776
- <path
2777
- d="M578.47835,466.5a6.00672,6.00672,0,0,1-6-6v-216a6,6,0,0,1,12,0v216A6.00672,6.00672,0,0,1,578.47835,466.5Z"
2778
- transform="translate(-281.02165 -210)"
2779
- fill="#3f3d56"
2780
- id="path20" />
2781
- <path
2782
- d="M760.6385,240.34c-5.27-4.61005-23.37011-18.96-46.72021-21.58-17.46973-1.95-37.87988,2.66-58.04981,22.84-16.18017,16.18005-31.43994,23.85-45.35986,22.81-14.21045-1.06994-23.66016-11.17-28.03027-17.1a2.44334,2.44334,0,0,0-2.77-.88,2.46966,2.46966,0,0,0-1.73,2.38v74.66a2.50928,2.50928,0,0,0,1.43017,2.26c5.44971,2.58,25.07959,11.15,44.83985,11.15,11.58984,0,23.23974-2.95,32.08007-11.8.08985-.09.16993-.17005.25977-.25,15.66016-15.24,50.18018-12.11005,75.37012-7.13,10.41992,2.06,19.24023,4.43,24.47021,5.95a4.4928,4.4928,0,0,0,5.73975-4.32v-75.6A4.51348,4.51348,0,0,0,760.6385,240.34Z"
2783
- transform="translate(-281.02165 -210)"
2784
- fill="#6AD0BC"
2785
- id="path21" />
2786
- <circle
2787
- cx="519.95669"
2788
- cy="234"
2789
- r="9"
2790
- fill="#fff"
2791
- id="circle21" />
2792
- <circle
2793
- cx="503.95669"
2794
- cy="333"
2795
- r="9"
2796
- fill="#fff"
2797
- id="circle22" />
2798
- <circle
2799
- cx="474.95669"
2800
- cy="265"
2801
- r="15"
2802
- fill="#fff"
2803
- id="circle23" />
2804
- </svg>`;
2805
-
2806
- const svg$6 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 844.6701 630.24829" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><path d="M839.46184,39.15464H300.98025c-1.18265-.02612-2.12021-1.00603-2.09409-2.18867,.0253-1.14589,.94818-2.0688,2.09409-2.0941H839.46184c1.18268,.02612,2.12024,1.00603,2.09412,2.18867-.02533,1.14589-.94824,2.0688-2.09412,2.0941Z" fill="#e6e6e6"/><path d="M395.81191,259.20912h217.25076c.55225,0,.99994,.44766,.99994,.99991v126.32349c0,.55225-.44769,.99994-.99994,.99994h-217.25076v-128.32333h0Z" fill="#e6e6e6"/><path d="M612.80742,388.2152l-217.28168-128.03711,.57233-1.93799,217.28174,128.03717c.53516,.15802,.84082,.71997,.6828,1.25513h0c-.15802,.53516-.71997,.84088-1.25513,.6828h-.00006Z" fill="#fff"/><path d="M396.09801,388.5014l-.57233-1.93799,217.28174-128.03708c.53516-.15808,1.09711,.14758,1.25519,.68274v.00006h0c.15802,.53516-.14764,1.09708-.6828,1.25513l-217.2818,128.03714Z" fill="#fff"/><rect x="416.51073" y="132.83949" width="176.60852" height="9.46095" rx="4.73047" ry="4.73047" fill="#e6e6e6"/><rect x="394.04098" y="162.37081" width="221.548" height="9.46095" rx="4.73047" ry="4.73047" fill="#e6e6e6"/><rect x="394.04098" y="191.90211" width="221.548" height="9.46095" rx="4.73047" ry="4.73047" fill="#16006F"/><path d="M811.9749,291.59402c-.0166,36.5195-23.09503,69.04623-57.55945,81.12424-.73193,.26254-1.46387,.50122-2.20374,.73199-45.20367,14.45111-93.56342-10.47873-108.01453-55.6824-14.45111-45.20367,10.4787-93.56345,55.68237-108.01456s93.56342,10.47876,108.01459,55.6824c2.70337,8.4563,4.07996,17.28046,4.08075,26.15836v-.00003Z" fill="#e6e6e6"/><path d="M610.82024,203.26077c-.34583,3.98294,2.6026,7.4921,6.58551,7.83792,.42468,.0369,.85181,.03619,1.27637-.00211l10.58148,23.44745,7.14471-11.29828-11.14374-20.534c-.625-3.9707-4.35059-6.68292-8.32129-6.05789-3.32239,.52295-5.85376,3.25436-6.12305,6.6069Z" fill="#ffb6b6"/><path d="M715.09838,291.56216c-.15399-.69296-.35059-1.37579-.58868-2.04456-1.51666-4.30963-4.60547-7.88721-8.64783-10.01624-.09546-.05569-.19891-.11139-.29437-.15912l-48.33881-24.52744-4.28815-8.36139-17.32751-33.7561-4.24835,1.26501-10.0401,2.9834-.23071,.06366,16.64331,56.00809,3.81873,2.9277,43.25513,33.07974,1.40814,1.082c7.18573,5.48517,17.30267,4.88989,23.79553-1.40015,.64752-.62106,1.24597-1.29135,1.78998-2.00485,3.29828-4.30405,4.5058-9.85449,3.2937-15.13977Z" fill="#16006F"/><path d="M741.97271,353.07562l-.25458-9.22858-.73193-26.763c2.64923-17.1286,4.52679-19.03-8.25-30.74084-.98718-.21167-1.83929-.8298-2.34692-1.70248-1.16156-2.37085,1.63092-6.39642-.77966-12.5939l-19.02203,1.08994-4.72571,6.36456-19.01416,25.61737c-.745,1.26651-1.4248,2.57028-2.03668,3.90622-8.13867,17.67758,2.89587,27.07327,3.75513,28.68826l5.26666,16.58765,2.90387,16.0864,.93878,2.23553,2.64923,.97064c16.90057,5.27795,35.01587,5.22797,51.88708-.14319-2.83936-7.06497-6.26428-13.88022-10.23907-20.37457Z" fill="#16006F"/><path d="M778.8153,418.13494c1.62732-3.65173-.01379-7.93121-3.66553-9.55853-.38934-.17352-.79327-.31232-1.20709-.41473l-2.34601-25.61731-10.44208,8.34637,3.82874,23.047c-.70569,3.95715,1.93011,7.73712,5.88727,8.44287,3.3111,.59045,6.59558-1.16473,7.9447-4.24567Z" fill="#ffb6b6"/><path d="M742.43419,292.52481c-2.75873-4.1738-7.11597-7.02582-12.04492-7.88406-1.05536-.19107-2.12567-.28693-3.19818-.28644-3.57446,.00052-7.06952,1.05484-10.04797,3.03113-.94489,.62357-1.82684,1.33768-2.6333,2.13217-7.22998,7.00238-7.41443,18.53998-.41205,25.76993l.00629,.0065,27.61426,28.55301,10.06403,10.40607,2.6333,18.46515,4.04944,28.40985,4.42334,.19092,10.46973,.46143,.23865,.008,1.74231-39.81033,.81146-18.56061-33.71637-50.8927Z" fill="#16006F"/><path d="M704.69835,228.37741c-6.72516,13.25534-2.33197,28.60931,10.14764,36.68341,13.49487,8.73093,31.01611,6.81921,36.68341-10.14767,6.3111-18.89435,1.12634-26.99988-10.14764-36.68341-13.21191-11.34802-29.41699-4.17441-36.68341,10.14767Z" fill="#2f2e41"/><path d="M737.80352,257.90609c-7.13275,9.34955-20.49426,11.14664-29.84381,4.01392-9.33746-7.1235-11.14392-20.46234-4.03754-29.81284l.18475-.24268c7.34027-9.18753,20.73865-10.68506,29.92621-3.34479,8.97852,7.17325,10.64484,20.17703,3.76508,29.38239l.00531,.004Z" fill="#ffb6b6"/><path d="M698.18102,226.23123c3.46045,3.29269,7.67841,5.68271,12.28143,6.95901,.92273-1.06738,2.01654-1.97385,3.23669-2.68231-.58411,1.21518-.98438,2.51041-1.18781,3.84323,2.05298,4.26053,10.43768,7.32269,18.45142,10.45508l10.61432-18.73242-14.04932-7.96072c-11.289-7.80475-24.57874-4.47366-29.34674,8.11813Z" fill="#2f2e41"/><path d="M749.58367,218.25323c2.08191-.76715,4.41077-.42709,6.18634,.90338,1.71045,1.30029,3.09332,2.98233,4.03833,4.9119,1.71838,3.12204,2.953,6.48685,3.66156,9.9794,.60602,3.02145,.50342,6.67438-2.20752,8.25113-2.26202,1.3157-5.49634,.48727-7.57538-1.26859-1.92682-1.84222-3.38843-4.11581-4.26447-6.63354-1.01428-2.40955-1.97382-4.90793-3.77661-6.90906l1.87299,.87442c-.59204-1.79739-.86786-3.68387-.81531-5.57553,.0871-1.91531,1.18329-3.64081,2.88007-4.53351Z" fill="#2f2e41"/><path d="M725.28393,220.70834l15.07263,8.54056c8.48724,4.80911,11.46893,15.58795,6.65985,24.0752h0c-6.97107,12.30002-22.15222,17.28207-35.05591,11.50446l13.77313-12.15863-18.6842,9.51978-3.98926-2.26041c20.03845-3.64343,23.90393-19.36194,22.22375-39.22095Z" fill="#2f2e41"/><path d="M753.75713,235.71908c2.53668,2.95328,6.50836,4.10126,10.09119,5.63812,12.83752,5.63181,22.06708,17.23804,24.66315,31.01407,.99054,5.52701,.86102,11.24835,2.4256,16.63647,1.5553,5.38812,5.40662,10.67444,10.93359,11.6095,3.74017,.63879,7.48962-.80545,11.00763-2.2312,1.93494-.77762,3.86981-1.55838,5.80475-2.34222-2.01825-5.06415-4.03339-10.12823-6.04541-15.19229,3.2337,4.77917,6.99445,9.17966,11.21136,13.11853,6.9342-2.7959,13.87451-5.5918,20.82111-8.38773-17.09015,.06482-14.17389-16.52539-17.99744-33.17114-2.10156-9.14685-19.99713-15.34042-23.50592-24.04288-5.48029-13.64365-20.98334-20.26138-34.62701-14.78107-5.87927,2.36154-10.72357,6.74246-13.66235,12.3555-3.50885,1.39795-3.61066,6.86017-1.12024,9.77634Z" fill="#2f2e41"/><path d="M257.30968,395.97247c-3.20206-4.05475-2.51083-9.9375,1.54391-13.13959,.39273-.31012,.80975-.58826,1.24698-.83173l-4.88062-46.37146,12.49438-4.50345,5.39407,55.1185c2.16846,4.68152,.13116,10.23456-4.55035,12.40295-3.91721,1.81445-8.56744,.70844-11.24838-2.67517v-.00006Z" fill="#ffb6b6"/><path d="M250.62816,225.96145s20.28299,9.89639,20.34885,21.53079,1.746,22.15723,.15872,26.65887,4.03357,37.22287,1.4024,40.46326,2.78964,4.89874-.05884,10.44424-4.10974,6.58942-3.06586,7.85068,2.57727,25.30099,2.57727,25.30099l-16.71341,2.09-17.77936-77.59161,13.13022-56.74722Z" fill="#3f3d56"/><path d="M154.17156,400.68304c3.80133-3.49908,4.04636-9.41724,.5473-13.21857-.33899-.36823-.70697-.70868-1.1004-1.01807l12.13101-45.02191-11.62799-6.41714-14.01721,53.57852c-2.87949,4.28107-1.74329,10.08582,2.53778,12.96527,3.58212,2.40942,8.34863,2.05048,11.52954-.86816l-.00003,.00006Z" fill="#ffb6b6"/><path d="M187.5754,233.85211s-21.58966,6.57455-23.48911,18.05301-5.21771,21.6048-4.36008,26.30038-9.85211,36.12131-7.76477,39.73599-3.52713,4.39761-1.58865,10.32291,3.01938,7.155,1.7897,8.23587-6.53427,24.57819-6.53427,24.57819l16.17484,4.69907,29.79099-73.81778-4.01865-58.10764Z" fill="#3f3d56"/><polygon points="270.48699 602.1089 284.88698 602.10792 291.738 546.56391 270.48498 546.56489 270.48699 602.1089" fill="#ffb6b6"/><path d="M289.67931,603.40508v-9.76245l-3.78574,.23126-15.41046,.91296-3.56656,.21912-2.72665,32.69562-.14606,1.75287h10.22491l.3287-1.74066,1.48499-7.91217,3.83438,7.91217,.8399,1.74066h27.10834c3.35727-.02124,6.07172-2.74115,6.08627-6.09845,1.14432-5.34393-21.39932-16.89563-24.27203-19.95093Z" fill="#2f2e41"/><polygon points="101.77999 586.43391 114.30499 593.53993 147.67399 548.61091 129.18899 538.12391 101.77999 586.43391" fill="#ffb6b6"/><path d="M117.83901,597.02661l4.80817-8.48431-3.38394-1.66766-13.86459-6.80444-3.21356-1.5824-15.78781,23.11572-3.71268,5.42889,4.19955,2.38586,4.68649,2.66577,6.354-7.49829-.70599,10.69965,22.14191,12.57428h.01218l1.42422,.80334c2.9281,1.6543,6.64273,.62482,8.30164-2.30066,3.62753-4.08984-10.27359-25.24579-11.25958-29.33575Z" fill="#2f2e41"/><path d="M199.02364,329.45501c-31.91611,1.14673-43.13263,131.27441-33.38629,133.63452l-45.48328,84.76471,64.73886,29.01984,42.56693-147.80182,7.09448,54.39105-9.45932,86.31628,41.84613,10.11975,28.94394-2.06744c-7.521-102.88745-26.29919-211.40192-41.86145-253.37689l-55,5Z" fill="#2f2e41"/><path d="M184.37234,338.57876l-.20999,.79001c20.39999,11.35001,34.33044,8.92169,56.63046,2.0517l16.27957-3.42169c3.55319-4.63348,.65738-9.16544-3.27957-13.57831l9.75955-80.27167c-.06564-10.39984-8.54959-18.77734-18.94943-18.7117-.42731,.00269-.85443,.01993-1.28058,.0517l-14.66-10.85999-20.87,.72-13.95999,15.42001-8.34,2.98001-6.48001,2.31c-1.31,1.17999-2.73999,2.54001-4.10999,4.04001l10.25,61,4.35999,18.23999c-5.84454,6.66379-9.06464,13.16849-5.14001,19.23993Z" fill="#3f3d56"/><path d="M65.97402,619.37982c-15.18625-1.80811-28.74501-10.37433-36.89941-23.3125-5.23584-8.49121-7.9375-18.5752-10.55029-28.32715-.76076-2.83789-1.54688-5.77246-2.37939-8.60156-1.92578-6.32465,.1898-13.18469,5.34326-17.32617,4.98201-4.17596,12.00356-4.90057,17.7334-1.83008l.61133,.32422,1.07129,24.07812c1.5874-3.22559,5.0708-10.5127,7.83057-17.78906l.23145-.60938,.52881,.38184c5.54837,3.98615,10.57274,8.65503,14.95459,13.89648,15.65994,19.0379,22.15289,44.00043,17.75391,68.25586l-.1333,.71387-16.09619-9.85449Z" fill="#f2f2f2"/><path d="M0,629.05828c-.00195,.65527,.52766,1.18805,1.18292,1.19H843.48003c.65723,0,1.19-.53278,1.19-1.19s-.53278-1.19-1.19-1.19H1.19001c-.65529-.00195-1.18806,.52771-1.19,1.18298v.00702Z" fill="#ccc"/><path id="b-9625" d="M247.90838,200.93521l.02054-.00537c2.2728-.6015,3.62769-2.93155,3.02621-5.20438l-6.06329-22.97c-1.08231-4.11636-2.98126-7.97308-5.58395-11.34082-5.08978-6.56921-12.51831-10.92087-20.73746-12.14807-4.24207-.62857-8.56747-.39169-12.71555,.69629-16.97018,4.45108-21.70999,10.06369-22.66782,38.78662s6.07254,23.005,6.07254,23.005c.14551,.5538,.40109,1.07263,.75146,1.52551,.68546,.88293,1.68555,1.46686,2.79138,1.62982,.56723,.08304,1.14539,.05121,1.70007-.0936,21.19214-2.18152,42.65457-4.168,53.40927-13.88184l-.00342,.00082Z" fill="#2f2e41"/><path id="c-9626" d="M198.08202,176.68508c-3.11005,12.55374,4.54559,25.25177,17.09933,28.36182,6.01666,1.49057,12.37885,.53488,17.69205-2.65753,5.31174-3.16888,9.13412-8.332,10.61438-14.33743,3.09973-12.5563-4.56635-25.24805-17.12265-28.34778-6.00168-1.4816-12.34573-.53-17.64856,2.64728-5.31866,3.16425-9.14856,8.32675-10.63431,14.3345l-.00024-.00085Z" fill="#ffb6b6"/><path id="d-9627" d="M252.67061,172.70178c-.8562-3.25549-2.35809-6.30563-4.41647-8.96918-2.92413-7.28979-7.51099-13.18179-16.39832-9.60471-3.33337-.49261-6.73175-.30972-9.99301,.53778l-4.60349,1.19052c-.05173,.01334-.10339,.02682-.155,.0405-13.3862,3.54233-21.36624,17.26559-17.82391,30.65179h0l.12143,.46008,9.73611-2.52802,.87057-10.14017,3.11356,9.10767,5.02921-1.3038,.43835-5.11563,1.57089,4.59167c9.53577,3.7048,20.58755,.02933,32.62753-8.45642l-.11746-.4621Z" fill="#2f2e41"/><path id="e-9628" d="M230.33321,204.8002c.3483,.70236,.49252,1.48837,.41623,2.26865-.03641,.39865-.12851,.79025-.27362,1.16333-.12454,.31812-.28625,.62039-.48178,.90054-.57983,.82767-1.43561,1.42163-2.41382,1.67532-.06104,.01553-.12238,.02988-.18399,.04309s-.12363,.02502-.186,.0354c-.06281,.01111-.12579,.02048-.18893,.02802-.06314,.0076-.12686,.01401-.19119,.01941l-3.61752,.28381-7.43573-8.90265,2.45599,9.30408-16.43982,1.31732-10.42206-39.48254,26.34338-6.81863-.45099,.92712c-1.48984,3.10461-2.09424,6.56012-1.7467,9.98611,.36884,3.46564,1.32874,6.84244,2.8381,9.98386,1.50195,3.18536,3.30627,6.21918,5.38812,9.05966,1.82971,2.52026,3.80307,4.93301,5.91034,7.22626,.27145,.29388,.50034,.62439,.67999,.98184Z" fill="#2f2e41"/><g><ellipse cx="360.75838" cy="8.64507" rx="8.45661" ry="8.64507" fill="#3f3d56"/><ellipse cx="389.97213" cy="8.64507" rx="8.45661" ry="8.64507" fill="#3f3d56"/><ellipse cx="419.18588" cy="8.64507" rx="8.45661" ry="8.64507" fill="#3f3d56"/><path d="M452.4973,15.47786c-.25977,0-.51904-.10059-.71484-.30078l-5.70605-5.83301c-.38037-.38867-.38037-1.00977,0-1.39844l5.70605-5.83252c.38721-.39453,1.021-.40088,1.41406-.01562,.39502,.38623,.40186,1.01953,.01562,1.41406l-5.02197,5.1333,5.02197,5.13379c.38623,.39453,.37939,1.02783-.01562,1.41406-.19434,.19043-.44678,.28516-.69922,.28516Z" fill="#3f3d56"/><path d="M462.08568,15.47786c-.25244,0-.50488-.09473-.69922-.28516-.39502-.38623-.40186-1.01904-.01562-1.41406l5.02148-5.13379-5.02148-5.1333c-.38623-.39453-.37939-1.02783,.01562-1.41406,.39404-.38672,1.02783-.37939,1.41406,.01562l5.70557,5.83252c.38037,.38867,.38037,1.00977,0,1.39844l-5.70557,5.83301c-.1958,.2002-.45508,.30078-.71484,.30078Z" fill="#3f3d56"/><path d="M760.59551,1.0009h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19V13.8109c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19V3.1909c0-1.21002-.98999-2.19-2.20001-2.19Z" fill="#3f3d56"/><path d="M734.59551,1.0009h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19V13.8109c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19V3.1909c0-1.21002-.98999-2.19-2.20001-2.19Z" fill="#3f3d56"/><path d="M785.09551,1.5009h-10.60999c-1.21002,0-2.19,.97998-2.19,2.19V14.3109c0,1.21002,.97998,2.19,2.19,2.19h10.60999c1.21002,0,2.20001-.97998,2.20001-2.19V3.6909c0-1.21002-.98999-2.19-2.20001-2.19Z" fill="#3f3d56"/><path d="M625.17381,5.54088h-84.81c-1.48004,0-2.67004,1.20001-2.67004,2.67004s1.19,2.66998,2.67004,2.66998h84.81c1.46997,0,2.66998-1.20001,2.66998-2.66998s-1.20001-2.67004-2.66998-2.67004Z" fill="#3f3d56"/></g></svg>`;
2807
-
2808
- const svg$5 = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2809
- <svg
2810
-
2811
-
2812
- viewBox="0 0 690 448.7592"
2813
- role="img"
2814
- artist="Katerina Limpitsouni"
2815
- source="https://undraw.co/"
2816
- version="1.1"
2817
- id="svg44"
2818
- sodipodi:docname="undraw_fixing-bugs_13mt.svg"
2819
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
2820
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
2821
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
2822
- xmlns="http://www.w3.org/2000/svg"
2823
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
2824
- <defs
2825
- id="defs44" />
2826
- <sodipodi:namedview
2827
- id="namedview44"
2828
- pagecolor="#ffffff"
2829
- bordercolor="#000000"
2830
- borderopacity="0.25"
2831
- inkscape:showpageshadow="2"
2832
- inkscape:pageopacity="0.0"
2833
- inkscape:pagecheckerboard="0"
2834
- inkscape:deskcolor="#d1d1d1"
2835
- inkscape:zoom="0.32656241"
2836
- inkscape:cx="829.85669"
2837
- inkscape:cy="-38.277523"
2838
- inkscape:window-width="1920"
2839
- inkscape:window-height="1009"
2840
- inkscape:window-x="1912"
2841
- inkscape:window-y="-8"
2842
- inkscape:window-maximized="1"
2843
- inkscape:current-layer="svg44" />
2844
- <path
2845
- d="M323.01987,598.15781c9.40825,3.28851,18.903,6.61425,27.49226,11.75558,7.698,4.60786,14.553,10.81187,18.88231,18.7569a33.35556,33.35556,0,0,1,4.12583,13.85861c.06251,1.01759,1.65458,1.02469,1.59164,0-.55661-9.061-4.97238-17.353-11.087-23.91075-6.704-7.18984-15.39158-12.10041-24.3611-15.91043-5.31821-2.259-10.76859-4.17895-16.2208-6.08468-.96887-.33866-1.3854,1.19842-.42311,1.53477Z"
2846
- transform="translate(-255 -225.6204)"
2847
- fill="#fff"
2848
- id="path2" />
2849
- <path
2850
- d="M377.28745,560.62486a143.38254,143.38254,0,0,1,13.79113,30.61557,145.11672,145.11672,0,0,1,6.361,32.96846,143.30543,143.30543,0,0,1,.15151,18.83685c-.05905,1.02328,1.53278,1.01989,1.59163,0a145.1941,145.1941,0,0,0-2.04032-33.82049,146.92647,146.92647,0,0,0-9.769-32.44022,143.25,143.25,0,0,0-8.71162-16.9635.79641.79641,0,0,0-1.37432.80333Z"
2851
- transform="translate(-255 -225.6204)"
2852
- fill="#fff"
2853
- id="path3" />
2854
- <path
2855
- d="M455.188,569.76743a232.04359,232.04359,0,0,0-17.11648,57.57847q-1.34225,8.36487-2.07791,16.81182c-.089,1.02023,1.50317,1.01426,1.59163,0a231.20919,231.20919,0,0,1,12.73788-58.02528q2.83382-7.89209,6.23921-15.56169c.412-.92791-.959-1.73862-1.37433-.80332Z"
2856
- transform="translate(-255 -225.6204)"
2857
- fill="#fff"
2858
- id="path4" />
2859
- <rect
2860
- x="709.17625"
2861
- y="639.47815"
2862
- width="9.88235"
2863
- height="46.58824"
2864
- transform="translate(1112.59535 -285.4804) rotate(89.25872)"
2865
- fill="#e6e6e6"
2866
- id="rect4" />
2867
- <path
2868
- d="M754.02652,669.61624l-6.65257-.0194-4.11239-7.33712,4.445-7.31237,6.1811.01792a11.99893,11.99893,0,1,0,.13889,14.651Z"
2869
- transform="translate(-255 -225.6204)"
2870
- fill="#e6e6e6"
2871
- id="path5" />
2872
- <path
2873
- d="M674.20833,669.61624l6.65258-.0194,4.11239-7.33712-4.445-7.31237-6.18109.01792a11.99892,11.99892,0,1,1-.1389,14.651Z"
2874
- transform="translate(-255 -225.6204)"
2875
- fill="#e6e6e6"
2876
- id="path6" />
2877
- <path
2878
- d="M 689.58803,420.96918 H 406.15371 a 0.41196849,1 0 0 1 0,-2 h 283.43432 a 0.41196849,1 0 0 1 0,2 z"
2879
- fill="#3f3d56"
2880
- id="path7"
2881
- style="stroke-width:0.999999" />
2882
- <circle
2883
- cx="540.48622"
2884
- cy="197.96918"
2885
- r="33"
2886
- fill="#2f2e41"
2887
- id="circle7" />
2888
- <polygon
2889
- points="553.859 383.226 556.401 395.219 603.871 391.124 600.12 373.423 553.859 383.226"
2890
- fill="#ffb8b8"
2891
- id="polygon7" />
2892
- <path
2893
- d="M789.18809,618.49673h38.53073a0,0,0,0,1,0,0v14.88687a0,0,0,0,1,0,0H804.07494a14.88685,14.88685,0,0,1-14.88685-14.88685v0A0,0,0,0,1,789.18809,618.49673Z"
2894
- transform="translate(108.71051 1320.97269) rotate(-101.96466)"
2895
- fill="#2f2e41"
2896
- id="path8" />
2897
- <polygon
2898
- points="524.12 382.586 518.777 393.621 473.673 378.264 481.559 361.979 524.12 382.586"
2899
- fill="#ffb8b8"
2900
- id="polygon8" />
2901
- <path
2902
- d="M771.03745,617.45562h23.64388a0,0,0,0,1,0,0v14.88687a0,0,0,0,1,0,0H756.15059a0,0,0,0,1,0,0v0A14.88685,14.88685,0,0,1,771.03745,617.45562Z"
2903
- transform="translate(-379.9408 824.86818) rotate(-64.16458)"
2904
- fill="#2f2e41"
2905
- id="path9" />
2906
- <path
2907
- d="M690.25925,586.41362a10.74272,10.74272,0,0,0,12.70881-10.48016l74.37388-68.5711-18.47-14.30549-67.33743,71.94341a10.80091,10.80091,0,0,0-1.27527,21.41334Z"
2908
- transform="translate(-255 -225.6204)"
2909
- fill="#ffb8b8"
2910
- id="path10" />
2911
- <circle
2912
- cx="536.34449"
2913
- cy="207.89831"
2914
- r="24.56103"
2915
- fill="#ffb8b8"
2916
- id="circle10" />
2917
- <path
2918
- d="M813.38612,577.89329c-17.22851.00049-37.978-3.62842-50.77856-18.477l-.28833-.33447.29663-.32813c.09668-.10693,9.51367-10.86865.11084-30.061L749.799,532.67015,736.9286,515.68138l7.12964-21.38916,29.17749-23.50391a26.75074,26.75074,0,0,1,14.6106-5.78906,80.21058,80.21058,0,0,0,27.78467-7.91309,27.906,27.906,0,0,1,12.7998-2.79834l.57373.01611a9.95022,9.95022,0,0,1,9.64063,10.70752c-1.97852,25.62989-5.47242,87.54346,4.7915,108.86133l.26514.55078-.59229.15039A136.1132,136.1132,0,0,1,813.38612,577.89329Z"
2919
- transform="translate(-255 -225.6204)"
2920
- fill="#16006F"
2921
- id="path11" />
2922
- <path
2923
- d="M765.98622,559.08958s-65-6-72,13,1,28,13,32,41,9,41,9l13-16,34,2s37.88482,21.9732,48.35975,45.47377A30.76193,30.76193,0,0,0,869.12343,662.802c8.398.58447,15.86279-2.5874,15.86279-15.7124,0-30-42-73-42-73Z"
2924
- transform="translate(-255 -225.6204)"
2925
- fill="#2f2e41"
2926
- id="path12" />
2927
- <path
2928
- d="M716.48622,588.58958s17-5,44,8"
2929
- transform="translate(-255 -225.6204)"
2930
- fill="#2f2e41"
2931
- id="path13" />
2932
- <path
2933
- d="M766.84286,417.85547a73.04115,73.04115,0,0,0,31.59919,10.4119l-3.33084-3.991a24.4775,24.4775,0,0,0,7.5611,1.50142,8.28066,8.28066,0,0,0,6.74954-3.15917,7.70229,7.70229,0,0,0,.51556-7.115,14.58851,14.58851,0,0,0-4.58936-5.7385,27.32286,27.32286,0,0,0-25.43066-4.54493,16.32974,16.32974,0,0,0-7.59542,4.8722,9.23578,9.23578,0,0,0-1.86256,8.56086"
2934
- transform="translate(-255 -225.6204)"
2935
- fill="#2f2e41"
2936
- id="path14" />
2937
- <path
2938
- d="M795.30911,398.22407A75.48468,75.48468,0,0,1,814.446,371.70269c5.292-4.70276,11.47246-8.74308,18.44626-9.9627s14.83309.86982,19.11055,6.51116c3.49772,4.613,4.15213,10.79276,3.76672,16.569s-1.67632,11.49651-1.5527,17.28428a35.46794,35.46794,0,0,0,50.52712,31.351c-6.02152,3.32885-10.714,8.59777-16.3048,12.60812s-12.96272,6.7601-19.31233,4.11012c-6.71812-2.80378-9.79963-10.41937-12.20607-17.28984L846.189,402.2443c-1.82434-5.20852-3.739-10.57156-7.462-14.6454s-9.76461-6.5568-14.88927-4.50871c-3.884,1.55225-6.41275,5.25755-8.63029,8.804s-4.557,7.31984-8.30359,9.17935-9.29837.7147-10.52292-3.28471"
2939
- transform="translate(-255 -225.6204)"
2940
- fill="#2f2e41"
2941
- id="path15" />
2942
- <rect
2943
- x="802.91902"
2944
- y="543.31418"
2945
- width="9.88235"
2946
- height="46.58824"
2947
- transform="translate(-416.74744 524.13837) rotate(-45.74128)"
2948
- fill="#e6e6e6"
2949
- id="rect15" />
2950
- <path
2951
- d="M821.51005,579.90944a9.88235,9.88235,0,1,0,13.97459-.18081A9.88238,9.88238,0,0,0,821.51005,579.90944Zm10.111,9.8527a4.23529,4.23529,0,1,1-.07749-5.98911A4.2354,4.2354,0,0,1,831.62105,589.76214Z"
2952
- transform="translate(-255 -225.6204)"
2953
- fill="#e6e6e6"
2954
- id="path16" />
2955
- <path
2956
- d="M784.47962,533.54889l4.69037,4.7178-2.28023,8.096-8.3137,2.02755-4.358-4.38337a11.99891,11.99891,0,1,0,10.26158-10.458Z"
2957
- transform="translate(-255 -225.6204)"
2958
- fill="#e6e6e6"
2959
- id="path17" />
2960
- <path
2961
- d="M803.736,577.97923a11.579,11.579,0,0,1-1.26831-.07032,11.02341,11.02341,0,0,1-9.68018-9.68115,11.00337,11.00337,0,0,1,10.93115-12.25,10.62483,10.62483,0,0,1,1.46607.10938L838.76332,520.342l-3.50513-11.68457,17.605-7.8916,4.93384,12.06006a20.48972,20.48972,0,0,1-6.17724,23.67236l-36.96119,29.40088a10.25885,10.25885,0,0,1,.06006,1.07861,11.01824,11.01824,0,0,1-3.66382,8.19678A10.87186,10.87186,0,0,1,803.736,577.97923Z"
2962
- transform="translate(-255 -225.6204)"
2963
- fill="#ffb8b8"
2964
- id="path18" />
2965
- <path
2966
- d="M829.98622,459.08958h0a9.45335,9.45335,0,0,1,12.628,5.1563l17.372,43.84371-27,18Z"
2967
- transform="translate(-255 -225.6204)"
2968
- fill="#16006F"
2969
- id="path19" />
2970
- <path
2971
- d="M703.48622,469.32728V250.8827a25.29812,25.29812,0,0,0-25.2623-25.2623H334.95386a25.29813,25.29813,0,0,0-25.2623,25.2623V469.32728a25.29813,25.29813,0,0,0,25.2623,25.2623H678.22392A25.29812,25.29812,0,0,0,703.48622,469.32728ZM334.95386,491.61754a22.31743,22.31743,0,0,1-22.29026-22.29026V250.8827a22.31744,22.31744,0,0,1,22.29026-22.29027H678.22392a22.31744,22.31744,0,0,1,22.29027,22.29027V469.32728a22.31744,22.31744,0,0,1-22.29027,22.29026Z"
2972
- transform="translate(-255 -225.6204)"
2973
- fill="#3f3d56"
2974
- id="path20" />
2975
- <path
2976
- d="M700.51419,264.92368H312.6636a1.486,1.486,0,1,1,0-2.972H700.51419a1.486,1.486,0,0,1,0,2.972Z"
2977
- transform="translate(-255 -225.6204)"
2978
- fill="#3f3d56"
2979
- id="path21" />
2980
- <circle
2981
- cx="82.9259"
2982
- cy="20.80425"
2983
- r="7.43009"
2984
- fill="#16006F"
2985
- id="circle21" />
2986
- <circle
2987
- cx="108.1882"
2988
- cy="20.80425"
2989
- r="7.43009"
2990
- fill="#16006F"
2991
- id="circle22" />
2992
- <circle
2993
- cx="133.4505"
2994
- cy="20.80425"
2995
- r="7.43009"
2996
- fill="#16006F"
2997
- id="circle23" />
2998
- <path
2999
- d="M443.97867,424.85206a.99974.99974,0,0,1-1-1c0-10.42675-4.5708-16.24218-11.94531-22.24707a.99992.99992,0,1,1,1.2627-1.55078c7.83007,6.375,12.68261,12.58008,12.68261,23.79785A.99973.99973,0,0,1,443.97867,424.85206Z"
3000
- transform="translate(-255 -225.6204)"
3001
- id="path23" />
3002
- <path
3003
- d="M358.31656,424.85206a.99974.99974,0,0,1-1-1c0-11.21777,4.85254-17.42285,12.68262-23.79785a.99992.99992,0,1,1,1.2627,1.55078c-7.37452,6.00489-11.94532,11.82129-11.94532,22.24707A.99973.99973,0,0,1,358.31656,424.85206Z"
3004
- transform="translate(-255 -225.6204)"
3005
- id="path24" />
3006
- <path
3007
- d="M435.41324,356.32179a1,1,0,0,1-.63183-1.77539c7.58056-6.17139,8.19726-14.93848,8.19726-24.92334a1,1,0,0,1,2,0c0,10.50488-.67236,19.74756-8.93457,26.47412A.99381.99381,0,0,1,435.41324,356.32179Z"
3008
- transform="translate(-255 -225.6204)"
3009
- id="path25" />
3010
- <path
3011
- d="M366.88248,355.78663a.99383.99383,0,0,1-.63086-.22461c-8.26269-6.72705-8.93506-15.72705-8.93506-25.939a1,1,0,0,1,2,0c0,10.03662.60352,18.20557,8.19776,24.38818a1,1,0,0,1-.63184,1.77539Z"
3012
- transform="translate(-255 -225.6204)"
3013
- id="path26" />
3014
- <path
3015
- d="M456.82828,377.77247H435.41276a1,1,0,0,1,0-2h21.41552a1,1,0,1,1,0,2Z"
3016
- transform="translate(-255 -225.6204)"
3017
- id="path27" />
3018
- <path
3019
- d="M366.883,377.77247H345.46744a1,1,0,0,1,0-2H366.883a1,1,0,0,1,0,2Z"
3020
- transform="translate(-255 -225.6204)"
3021
- id="path28" />
3022
- <path
3023
- d="M401.14762,420.56886a.99974.99974,0,0,1-1-1V351.03908a1,1,0,0,1,2,0v68.52978A.99974.99974,0,0,1,401.14762,420.56886Z"
3024
- transform="translate(-255 -225.6204)"
3025
- id="path29" />
3026
- <path
3027
- style="fill:#3f3d56;fill-opacity:1"
3028
- d="M 401.14762,420.56886 A 35.30522,35.30522 0 0 1 365.883,385.30372 v -25.71728 c 0,-16.46826 13.5127,-26.69873 35.26465,-26.69873 22.74121,0 35.26514,9.48193 35.26514,26.69873 v 25.71728 a 35.30533,35.30533 0 0 1 -35.26517,35.26514 z m 0,-85.68115 c -16.08106,0 -33.26465,6.48828 -33.26465,24.69873 v 25.71728 a 33.2649,33.2649 0 1 0 66.52979,0 v -25.71728 c 0,-21.48975 -20.84176,-24.69873 -33.26514,-24.69873 z"
3029
- id="path30"
3030
- transform="translate(-255,-225.6204)" />
3031
- <path
3032
- d="M380.651,339.06154a1.0002,1.0002,0,0,1-.9292-.62989,14.08794,14.08794,0,0,1-.98828-4.53173A22.47566,22.47566,0,0,1,401.089,311.49074h.11475a22.46679,22.46679,0,0,1,22.35938,22.35693,12.22735,12.22735,0,0,1-.91016,4.21094,1,1,0,0,1-1.84961-.76075,10.19507,10.19507,0,0,0,.76074-3.4873,20.45407,20.45407,0,0,0-20.36279-20.31982h-.10986a20.46143,20.46143,0,0,0-20.35938,20.36181,12.07569,12.07569,0,0,0,.84717,3.83789,1.00121,1.00121,0,0,1-.92822,1.3711Z"
3033
- transform="translate(-255 -225.6204)"
3034
- id="path31" />
3035
- <path
3036
- d="M502.71045,333.62308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z"
3037
- transform="translate(-255 -225.6204)"
3038
- fill="#ccc"
3039
- id="path32" />
3040
- <path
3041
- d="M584.71045,363.12308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z"
3042
- transform="translate(-255 -225.6204)"
3043
- fill="#ccc"
3044
- id="path33" />
3045
- <path
3046
- d="M622.71045,363.12308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z"
3047
- transform="translate(-255 -225.6204)"
3048
- fill="#ccc"
3049
- id="path34" />
3050
- <path
3051
- d="M660.71045,363.12308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z"
3052
- transform="translate(-255 -225.6204)"
3053
- fill="#ccc"
3054
- id="path35" />
3055
- <path
3056
- d="M585.71045,334.12308h-56a7,7,0,0,1,0-14h56a7,7,0,0,1,0,14Z"
3057
- transform="translate(-255 -225.6204)"
3058
- fill="#ccc"
3059
- id="path36" />
3060
- <path
3061
- d="M546.71045,362.12308h-56a7,7,0,0,1,0-14h56a7,7,0,0,1,0,14Z"
3062
- transform="translate(-255 -225.6204)"
3063
- fill="#ccc"
3064
- id="path37" />
3065
- <path
3066
- d="M656.71045,334.12308h-43a7,7,0,0,1,0-14h43a7,7,0,0,1,0,14Z"
3067
- transform="translate(-255 -225.6204)"
3068
- fill="#ccc"
3069
- id="path38" />
3070
- <path
3071
- d="M502.71045,392.62308h-12a7,7,0,0,1,0-14h12a7,7,0,0,1,0,14Z"
3072
- transform="translate(-255 -225.6204)"
3073
- fill="#ccc"
3074
- id="path39" />
3075
- <path
3076
- d="M585.71045,393.12308h-56a7,7,0,0,1,0-14h56a7,7,0,0,1,0,14Z"
3077
- transform="translate(-255 -225.6204)"
3078
- fill="#ccc"
3079
- id="path40" />
3080
- <path
3081
- d="M656.71045,393.12308h-43a7,7,0,0,1,0-14h43a7,7,0,0,1,0,14Z"
3082
- transform="translate(-255 -225.6204)"
3083
- fill="#ccc"
3084
- id="path41" />
3085
- <path
3086
- style="fill:#ff6640;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
3087
- d="m 138.36922,192.11092 c -11.20989,-2.87337 -19.75074,-10.88076 -24.28328,-22.76652 l -1.11267,-2.91777 -0.13224,-16.71938 c -0.0836,-10.5752 0.0248,-17.93798 0.29524,-20.03538 1.21554,-9.42911 8.24697,-16.11537 20.30171,-19.30506 3.20294,-0.84752 4.98026,-1.04948 10.73684,-1.22009 11.06459,-0.32791 17.18014,0.76584 24.09156,4.30873 5.83736,2.99231 10.23276,8.67158 11.18848,14.45656 0.51883,3.14052 0.51323,35.19729 -0.006,37.93989 -1.88469,9.94288 -8.96802,19.16836 -18.3184,23.85829 -2.58101,1.29457 -7.96125,2.84919 -11.06617,3.19757 l -2.39195,0.26837 v -34.6745 -34.67451 h -1.17684 -1.17684 l -0.0598,25.77368 c -0.0329,14.17552 -0.10072,25.94875 -0.15089,26.1627 -0.0501,0.21398 -0.11151,4.19674 -0.13639,8.85059 l -0.0453,8.46155 -1.47105,-0.0191 c -0.80908,-0.0105 -3.09755,-0.43603 -5.08548,-0.94559 z"
3088
- id="path58" />
3089
- <path
3090
- style="fill:#ff6640;fill-opacity:1;stroke-width:13.9843;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
3091
- d="m 125.50839,108.48087 c 0.009,-5.04296 1.98971,-9.960227 5.60913,-13.927378 8.24794,-9.040432 21.37046,-9.290585 29.8738,-0.569484 3.85245,3.951098 6.194,9.513352 6.2095,14.750432 0.006,2.28088 0.48939,2.20696 -4.85993,0.74428 -4.84506,-1.32481 -10.51816,-1.82685 -18.30885,-1.6202 -7.10914,0.18855 -11.45524,0.87965 -16.07263,2.55579 -0.96505,0.35031 -1.91239,0.63693 -2.1052,0.63693 -0.19282,0 -0.34844,-1.15666 -0.34582,-2.57037 z"
3092
- id="path59" />
3093
- <path
3094
- d="M637.71045,416.62308a7.00786,7.00786,0,0,1,7-7h12a7,7,0,0,1,0,14h-12A7.00785,7.00785,0,0,1,637.71045,416.62308Z"
3095
- transform="translate(-255 -225.6204)"
3096
- fill="#ccc"
3097
- id="path42" />
3098
- <path
3099
- d="M554.71045,417.12308a7.00786,7.00786,0,0,1,7-7h56a7,7,0,0,1,0,14h-56A7.00785,7.00785,0,0,1,554.71045,417.12308Z"
3100
- transform="translate(-255 -225.6204)"
3101
- fill="#ccc"
3102
- id="path43" />
3103
- <path
3104
- d="M483.71045,417.12308a7.00786,7.00786,0,0,1,7-7h43a7,7,0,0,1,0,14h-43A7.00785,7.00785,0,0,1,483.71045,417.12308Z"
3105
- transform="translate(-255 -225.6204)"
3106
- fill="#ccc"
3107
- id="path44" />
3108
- <path
3109
- style="fill:#ff6640;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
3110
- d="m 141.86324,192.48369 c -6.92839,-0.88943 -13.77126,-4.32671 -18.97703,-9.53249 -5.58473,-5.58472 -8.74629,-12.22528 -9.61285,-20.19088 -0.26198,-2.40816 -0.35662,-9.26824 -0.25285,-18.3284 0.17639,-15.40002 0.31966,-16.69872 2.2711,-20.58761 4.80491,-9.57535 17.29208,-14.89427 33.41657,-14.23382 6.4307,0.26339 9.77079,0.83256 14.54707,2.47887 6.31739,2.17751 10.69828,5.69169 13.31923,10.68416 2.41157,4.59364 2.55019,5.9016 2.55768,24.13261 0.005,13.31503 -0.10126,16.71207 -0.60129,19.13876 -2.89844,14.06641 -14.44799,24.81483 -28.38524,26.41631 l -2.77308,0.31865 -0.0977,-34.09326 -0.0977,-34.09325 -1.05263,-0.12112 -1.05263,-0.12112 v 34.28381 c 0,18.85609 -0.12919,34.26202 -0.28708,34.23538 -0.1579,-0.0266 -1.47256,-0.2006 -2.92149,-0.3866 z"
3111
- id="path47" />
3112
- <path
3113
- style="fill:#ff8e73;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
3114
- d=""
3115
- id="path50" />
3116
- <path
3117
- style="fill:#ff8e73;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
3118
- d=""
3119
- id="path51" />
3120
- <path
3121
- style="fill:#ff8e73;fill-opacity:1;stroke-width:13.9842;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
3122
- d=""
3123
- id="path52" />
3124
- </svg>`;
3125
-
3126
- const svg$4 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 578.277 800.175" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><g transform="translate(-724.694 -161.92)"><path d="M2.659,0h25.91l3.063,36.91H0Z" transform="translate(1187.633 445.974)" fill="#ed9da0"/><path d="M119.292,695.818h-16.85l-8.017-65H119.3Z" transform="translate(1026.956 233.102)" fill="#ed9da0"/><path d="M43.023,62.073l-16.093,5L0,7.374,23.752,0Z" transform="matrix(0.921, 0.391, -0.391, 0.921, 1215.728, 857.147)" fill="#ed9da0"/><path d="M934.651,838.123H670.4v-2.159H935.043Z" transform="translate(367.928 110.955)" fill="#f2f2f2"/><g transform="translate(724.694 161.92)"><path d="M557.7,313.9c0,35.246-12.314,65.338-35.748,87.732-16.629,15.9-42.242,38.183-42.242,61.744v19.493H401.72V463.376c0-23.807-25.714-46.137-42.242-61.744-22.9-21.609-35.748-53.745-35.748-87.732v-.721a116.985,116.985,0,0,1,233.97.721Z" transform="translate(-276.037 -73.755)" fill="#6AD0BC"/><path d="M479.446,485.378a2.737,2.737,0,0,1-2.737-2.736v-19.5c0-22.918,22.6-44.313,39.107-59.935,1.368-1.3,2.7-2.554,3.98-3.781,22.831-21.826,34.9-51.48,34.9-85.756,0-64.06-50.181-114.242-114.241-114.242h-.323a114.048,114.048,0,0,0-113.919,113.6v.639c0,33.568,12.715,64.821,34.886,85.75,1.123,1.061,2.29,2.153,3.487,3.274C381.3,418.344,404.2,439.779,404.2,463.146v19.5a2.736,2.736,0,1,1-5.473,0v-19.5c0-20.993-21.892-41.491-37.88-56.463q-1.8-1.688-3.5-3.288c-23.26-21.958-36.6-54.66-36.6-89.724v-.657A119.531,119.531,0,0,1,440.123,193.954h.338A119.089,119.089,0,0,1,560.168,312.423q0,.625,0,1.25c0,35.807-12.653,66.829-36.589,89.712-1.285,1.229-2.623,2.5-4,3.8-15.78,14.939-37.4,35.4-37.4,55.96v19.5a2.736,2.736,0,0,1-2.736,2.736Z" transform="translate(-275.774 -73.527)" fill="#3f3d56"/><path d="M475.035,551.057H423.042a4.561,4.561,0,1,1,0-9.122h51.993a4.561,4.561,0,1,1,0,9.122Z" transform="translate(-284.359 -104.093)" fill="#6AD0BC"/><path d="M455.848,584.671h-11.19a21.389,21.389,0,0,1-11.032-3.056,2.548,2.548,0,0,1-1.157-2.932,2.633,2.633,0,0,1,2.556-1.954h30.456a2.633,2.633,0,0,1,2.556,1.954,2.548,2.548,0,0,1-1.157,2.932,21.386,21.386,0,0,1-11.032,3.056Z" transform="translate(-285.579 -107.149)" fill="#3f3d56"/><path d="M475.427,567.176l-52.3-.006-.162-.347a4.311,4.311,0,0,1,.821-3.7,4.429,4.429,0,0,1,3.487-1.686h44.293a4.429,4.429,0,0,1,3.487,1.687,4.285,4.285,0,0,1,.831,3.655l-.082.352Z" transform="translate(-284.742 -105.806)" fill="#3f3d56"/><path d="M315.17,203.171a4.543,4.543,0,0,1-3-1.125l-39.167-34.189a4.561,4.561,0,1,1,6-6.872l39.167,34.189a4.561,4.561,0,0,1-3,8Z" transform="translate(-271.444 -70.532)" fill="#e4e4e4"/><path d="M577.02,203.171a4.561,4.561,0,0,1-3-8l39.166-34.191a4.561,4.561,0,1,1,6,6.872l-39.167,34.189a4.542,4.542,0,0,1-3,1.128Z" transform="translate(-297.884 -70.532)" fill="#e4e4e4"/><path d="M486.78,533.312H408.79a4.561,4.561,0,1,1,0-9.122h77.99a4.561,4.561,0,0,1,0,9.122Z" transform="translate(-283.107 -102.534)" fill="#6AD0BC"/><path d="M447.427,403.059l-16.218,97.483H421.95l16.474-98.979a4.563,4.563,0,1,1,9,1.5Z" transform="translate(-284.664 -91.428)" fill="#e6e6e6"/><path d="M481.591,500.541h-9.258l-16.218-97.483a4.563,4.563,0,1,1,9-1.5Z" transform="translate(-287.659 -91.428)" fill="#e6e6e6"/><path d="M419.485,399.561A4.561,4.561,0,0,1,424.045,395h50.163a4.561,4.561,0,1,1,0,9.122H424.045A4.561,4.561,0,0,1,419.485,399.561Z" transform="translate(-284.447 -91.186)" fill="#e6e6e6"/><path d="M451.542,149.042a4.561,4.561,0,0,1-4.561-4.561V66.491a4.561,4.561,0,0,1,9.122,0v77.99a4.561,4.561,0,0,1-4.561,4.561Z" transform="translate(-286.863 -61.931)" fill="#e4e4e4"/></g><path d="M870.775,559.068,881.3,571.3,867.688,819.871H838.6L823.941,628.6,778.471,825l-30.238-7.416,27.494-249.45Z" transform="translate(369.715 80.374)" fill="#090814"/><path d="M782.2,402.9l28.96-14.53,44.535.783,38.325,19.611-21.806,108.9,9.419,56.78h0a232.26,232.26,0,0,1-111.073.915l-.291-.07s21.648-76.81,12.432-100.251Z" transform="translate(370.272 76.059)" fill="#e6e6e6"/><path d="M865.238,346.74a32.8,32.8,0,1,0,0,.243Z" transform="translate(371.015 74.181)" fill="#ed9da0"/><path d="M778.028,480.382a11.752,11.752,0,0,0,17.071,5.769l58.8,31.084,1.9-14.324-57.139-33.694a11.815,11.815,0,0,0-20.64,11.164Z" transform="translate(370.447 77.976)" fill="#ed9da0"/><path d="M856.46,482.854a11.752,11.752,0,0,1-17.92,1.895l-64.182,17.466.559-18.186,63.845-16.582a11.815,11.815,0,0,1,17.7,15.41Z" transform="translate(370.376 77.981)" fill="#ed9da0"/><path d="M880.111,409.05l12.514-.784s14.651,19.332,6.525,40.31c0,0,1.408,75.358-31.041,72.262s-42.7-3.1-42.7-3.1l9.74-27.17,21.79-6.728s-6.716-29.624,6-41.95Z" transform="translate(371.666 76.562)" fill="#e6e6e6"/><path d="M791.7,408.609l-1.769-9.067s-26.083-.615-31.24,38.91c0,0-23.455,59.15-.465,66.767s48.279,0,48.279,0l-1.9-26.087-25.294-5.16s13.067-16.906,5.952-31.57Z" transform="translate(369.713 76.341)" fill="#e6e6e6"/><path d="M843.831,363.077c-2.412-.947-5.084-.9-7.634-1.365-9.118-1.68-16.151-10.977-15.285-20.208a11.122,11.122,0,0,0,.059-3.622c-.632-2.634-3.559-4.048-6.249-4.363s-5.468.088-8.084-.612c-4.039-1.082-7.057-4.766-8.08-8.82a19.979,19.979,0,0,1,1.3-12.266l1.255,2.617a10.169,10.169,0,0,0,2.57-4.975,6.413,6.413,0,0,1,5.3,3.355c1.621.724,1.423-2.98,3.039-3.713a3.034,3.034,0,0,1,2.153.28c3.561,1.195,7.337-.6,10.865-1.882a41.438,41.438,0,0,1,19.113-2.184c4.288.523,8.617,1.791,11.955,4.531a27.278,27.278,0,0,1,6.312,8.483c4.118,7.7,7.221,16.191,7.137,24.924a36.189,36.189,0,0,1-6.32,20.013c-2.1,3.061-8.9,13.68-13.416,12.511C844.143,374.316,850.624,365.741,843.831,363.077Z" transform="translate(370.976 73.952)" fill="#2f2e41"/><path d="M34.1,6.662S23-1.48,23,2.961,10.414,25.167,10.414,25.167s-20.725,14.8-3.7,14.8S31.14,37.01,31.14,37.01L48.9,25.167s4.441-5.181,2.961-11.1S45.2,0,45.2,0,39.282,8.142,34.1,6.662Z" transform="translate(1189.492 909.293) rotate(16)" fill="#090814"/><path d="M410.489,787.98s-1.532-7.659-6.893-3.83-19.914,15.319-19.914,15.319-26.808,6.127-9.957,13.787,55.147-3.064,55.147-3.064,1.532-24.51,0-23.744S411.255,789.511,410.489,787.98Z" transform="translate(719.091 133.064)" fill="#090814"/></g></svg>`;
3127
-
3128
- const svg$3 = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3129
- <svg
3130
-
3131
-
3132
- viewBox="0 0 777.69685 613.28514"
3133
- role="img"
3134
- artist="Katerina Limpitsouni"
3135
- source="https://undraw.co/"
3136
- version="1.1"
3137
- id="svg44"
3138
- sodipodi:docname="undraw_upload_cucu.svg"
3139
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
3140
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3141
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3142
- xmlns="http://www.w3.org/2000/svg"
3143
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
3144
- <defs
3145
- id="defs44" />
3146
- <sodipodi:namedview
3147
- id="namedview44"
3148
- pagecolor="#ffffff"
3149
- bordercolor="#000000"
3150
- borderopacity="0.25"
3151
- inkscape:showpageshadow="2"
3152
- inkscape:pageopacity="0.0"
3153
- inkscape:pagecheckerboard="0"
3154
- inkscape:deskcolor="#d1d1d1"
3155
- inkscape:zoom="1.3517366"
3156
- inkscape:cx="389.12906"
3157
- inkscape:cy="306.64258"
3158
- inkscape:window-width="1920"
3159
- inkscape:window-height="1009"
3160
- inkscape:window-x="1912"
3161
- inkscape:window-y="-8"
3162
- inkscape:window-maximized="1"
3163
- inkscape:current-layer="svg44" />
3164
- <path
3165
- d="M352.94583,215.69156a10.05577,10.05577,0,0,0-8.543,12.83638l-29.07453,20.7762,17.33071,6.66935,24.95268-20.75192a10.11027,10.11027,0,0,0-4.66584-19.53Z"
3166
- transform="translate(-211.15157 -143.35743)"
3167
- fill="#ffb8b8"
3168
- id="path1" />
3169
- <path
3170
- d="M350.24195,246.986l-36.06422,36.28719a29.89622,29.89622,0,0,1-18.41948,8.62953l-44.5634,4.066a12.27993,12.27993,0,0,1-9.11541-2.8646,11.99558,11.99558,0,0,1,5.29328-20.95052l45.52648-9.69376,41.44849-30.5531a3.79287,3.79287,0,0,1,3.76933.0281l11.27183,9.23372a3.70275,3.70275,0,0,1,1.86773,3.88642A3.618,3.618,0,0,1,350.24195,246.986Z"
3171
- transform="translate(-211.15157 -143.35743)"
3172
- fill="#2f2e41"
3173
- id="path2" />
3174
- <path
3175
- d="M782.628,266.48724a12.13173,12.13173,0,0,0-6.71771-12.199L551.46863,144.59115a12.0995,12.0995,0,0,0-16.18578,5.55125l-.00411.00842L451.09862,322.3844a12.12136,12.12136,0,0,0,5.55968,16.18989L681.09991,448.27138a12.12137,12.12137,0,0,0,16.1899-5.55968l84.18011-172.23357A12.01171,12.01171,0,0,0,782.628,266.48724Z"
3176
- transform="translate(-211.15157 -143.35743)"
3177
- fill="#f2f2f2"
3178
- id="path3" />
3179
- <path
3180
- d="M651.14179,648.76059H359.91726a13.84469,13.84469,0,0,1-13.8291-13.8291V239.582a13.84469,13.84469,0,0,1,13.8291-13.8291H651.14179a13.84469,13.84469,0,0,1,13.8291,13.8291v395.3495A13.84469,13.84469,0,0,1,651.14179,648.76059Z"
3181
- transform="translate(-211.15157 -143.35743)"
3182
- fill="#fff"
3183
- id="path4" />
3184
- <circle
3185
- cx="226.0083"
3186
- cy="181.28514"
3187
- r="19"
3188
- fill="#e6e6e6"
3189
- id="circle4" />
3190
- <path
3191
- d="M408.20138,376.57177a54.43119,54.43119,0,0,0,8.39893,3.8706l.51318.17774A54.76653,54.76653,0,0,0,435.32,383.71239c1.24756,0,2.44922-.04345,3.572-.12842a54.13483,54.13483,0,0,0,8.12305-1.12011c1.46826-.3208,2.93188-.70459,4.34814-1.13916.34253-.10108.65967-.2002,1.00684-.30908a55.18285,55.18285,0,0,0,16.052-8.31788,24.80532,24.80532,0,0,0-1.279-2.14892,27.42455,27.42455,0,0,0-22.98315-12.40625h-10a27.516,27.516,0,0,0-25.0254,16.08789A24.98384,24.98384,0,0,0,408.20138,376.57177Z"
3192
- transform="translate(-211.15157 -143.35743)"
3193
- fill="#e6e6e6"
3194
- id="path5" />
3195
- <path
3196
- d="M443.60748,381.99078a3.61841,3.61841,0,0,0-1.7801.6245,53.17031,53.17031,0,0,0,7.97082-1.10638Z"
3197
- transform="translate(-211.15157 -143.35743)"
3198
- fill="#2f2e41"
3199
- id="path6" />
3200
- <path
3201
- d="M438.31173,273.08257a55.56576,55.56576,0,0,0-27.72021,103.72,54.6388,54.6388,0,0,0,8.83007,4.11005l.52.18a55.25847,55.25847,0,0,0,18.37012,3.12c1.21,0,2.41992-.04,3.60986-.13a54.65,54.65,0,0,0,8.19-1.13c1.51025-.33,2.99023-.72,4.39013-1.15.33985-.1.65967-.2,1.00977-.31a55.57115,55.57115,0,0,0-17.19971-108.41Zm32.23975,97.19a52.68148,52.68148,0,0,1-15.94971,8.41c-.31006.1-.63037.2-.9502.3-1.33007.41-2.73.76995-4.16992,1.07995a51.23077,51.23077,0,0,1-7.75,1.08c-1.12988.08-2.28027.12-3.41992.12a52.5441,52.5441,0,0,1-17.39014-2.95l-.48974-.17a51.23572,51.23572,0,0,1-8.76026-4.12,52.57628,52.57628,0,1,1,58.87989-3.75Z"
3202
- transform="translate(-211.15157 -143.35743)"
3203
- fill="#ccc"
3204
- id="path7" />
3205
- <path
3206
- d="M364.67642,494.92223"
3207
- transform="translate(-211.15157 -143.35743)"
3208
- fill="#f2f2f2"
3209
- id="path8" />
3210
- <path
3211
- d="M651.14179,648.76059H359.91726a13.84469,13.84469,0,0,1-13.8291-13.8291V239.582a13.84469,13.84469,0,0,1,13.8291-13.8291H651.14179a13.84469,13.84469,0,0,1,13.8291,13.8291v395.3495A13.84469,13.84469,0,0,1,651.14179,648.76059ZM359.91726,227.37984A12.216,12.216,0,0,0,347.71512,239.582v395.3495a12.216,12.216,0,0,0,12.20214,12.20215H651.14179a12.216,12.216,0,0,0,12.20215-12.20215V239.582a12.216,12.216,0,0,0-12.20215-12.20215Z"
3212
- transform="translate(-211.15157 -143.35743)"
3213
- fill="#ccc"
3214
- id="path9" />
3215
- <path
3216
- d="M594.7642,328.43312H512.35768a6.51929,6.51929,0,1,1,0-13.03858H594.7642a6.51929,6.51929,0,1,1,0,13.03858Z"
3217
- transform="translate(-211.15157 -143.35743)"
3218
- fill="#e6e6e6"
3219
- id="path10" />
3220
- <path
3221
- d="M621.65628,350.43573H512.35768a6.51929,6.51929,0,1,1,0-13.03858h109.2986a6.51929,6.51929,0,0,1,0,13.03858Z"
3222
- transform="translate(-211.15157 -143.35743)"
3223
- fill="#e6e6e6"
3224
- id="path11" />
3225
- <path
3226
- d="M594.64422,434.82487H389.40277a6.51929,6.51929,0,1,1,0-13.03858H594.64422a6.51929,6.51929,0,1,1,0,13.03858Z"
3227
- transform="translate(-211.15157 -143.35743)"
3228
- fill="#e6e6e6"
3229
- id="path12" />
3230
- <path
3231
- d="M621.5363,456.82748H389.40277a6.51929,6.51929,0,1,1,0-13.03858H621.5363a6.51929,6.51929,0,0,1,0,13.03858Z"
3232
- transform="translate(-211.15157 -143.35743)"
3233
- fill="#e6e6e6"
3234
- id="path13" />
3235
- <path
3236
- d="M594.64422,507.39792H389.40277a6.51929,6.51929,0,1,1,0-13.03858H594.64422a6.51929,6.51929,0,1,1,0,13.03858Z"
3237
- transform="translate(-211.15157 -143.35743)"
3238
- fill="#e6e6e6"
3239
- id="path14" />
3240
- <path
3241
- d="M621.5363,529.40053H389.40277a6.51929,6.51929,0,0,1,0-13.03858H621.5363a6.51929,6.51929,0,1,1,0,13.03858Z"
3242
- transform="translate(-211.15157 -143.35743)"
3243
- fill="#e6e6e6"
3244
- id="path15" />
3245
- <path
3246
- d="M594.64422,579.971H389.40277a6.51929,6.51929,0,0,1,0-13.03859H594.64422a6.51929,6.51929,0,1,1,0,13.03859Z"
3247
- transform="translate(-211.15157 -143.35743)"
3248
- fill="#e6e6e6"
3249
- id="path16" />
3250
- <path
3251
- d="M621.5363,601.97358H389.40277a6.51929,6.51929,0,0,1,0-13.03859H621.5363a6.5193,6.5193,0,0,1,0,13.03859Z"
3252
- transform="translate(-211.15157 -143.35743)"
3253
- fill="#e6e6e6"
3254
- id="path17" />
3255
- <path
3256
- d="M772.628,379.48724a12.13173,12.13173,0,0,0-6.71771-12.199L541.46863,257.59115a12.0995,12.0995,0,0,0-16.18578,5.55125l-.00411.00842L441.09862,435.3844a12.12136,12.12136,0,0,0,5.55968,16.18989L671.09991,561.27138a12.12137,12.12137,0,0,0,16.1899-5.55968l84.18011-172.23357A12.01171,12.01171,0,0,0,772.628,379.48724Z"
3257
- transform="translate(-211.15157 -143.35743)"
3258
- fill="#fff"
3259
- id="path18" />
3260
- <path
3261
- d="M772.628,379.48724a12.13173,12.13173,0,0,0-6.71771-12.199L541.46863,257.59115a12.0995,12.0995,0,0,0-16.18578,5.55125l-.00411.00842L441.09862,435.3844a12.12136,12.12136,0,0,0,5.55968,16.18989L671.09991,561.27138a12.12137,12.12137,0,0,0,16.1899-5.55968l84.18011-172.23357A12.01171,12.01171,0,0,0,772.628,379.48724ZM686.01043,555.0864a10.69317,10.69317,0,0,1-14.28521,4.9056L447.2836,450.29492a10.69321,10.69321,0,0,1-4.90557-14.28521l84.18011-172.23357a10.69317,10.69317,0,0,1,14.28518-4.90559L765.28494,368.56764a10.69321,10.69321,0,0,1,4.90561,14.28519Z"
3262
- transform="translate(-211.15157 -143.35743)"
3263
- fill="#3f3d56"
3264
- id="path19" />
3265
- <path
3266
- d="M748.14785,387.3187,689.36749,507.58406a3.369,3.369,0,0,1-4.50563,1.549l-.00011,0-204.16-99.78435a2.83892,2.83892,0,0,1-.41747-.24582,3.367,3.367,0,0,1-1.13054-4.26189l58.78038-120.26542a3.369,3.369,0,0,1,4.50569-1.54893h0L746.59984,382.811a3.369,3.369,0,0,1,1.549,4.50565l0,.00009Z"
3267
- transform="translate(-211.15157 -143.35743)"
3268
- fill="#e6e6e6"
3269
- id="path20" />
3270
- <circle
3271
- cx="357.75864"
3272
- cy="208.28689"
3273
- r="29.56668"
3274
- fill="#16006F"
3275
- id="circle20" />
3276
- <path
3277
- d="M612.20158,474.21733,481.88833,410.526a2.95392,2.95392,0,0,1-.46807-.2766l113.80964-76.6327a4.80317,4.80317,0,0,1,7.51178,3.67142l6.34775,91.85777.30612,4.39658Z"
3278
- transform="translate(-211.15157 -143.35743)"
3279
- fill="#3f3d56"
3280
- id="path21" />
3281
- <polygon
3282
- points="401.05 330.86 356.558 309.114 393.905 288.064 396.594 286.548 397.938 285.789 398.244 290.185 401.05 330.86"
3283
- opacity="0.2"
3284
- style="isolation:isolate"
3285
- id="polygon21" />
3286
- <path
3287
- d="M684.75906,509.6802,572.0488,454.59244l37.34677-21.05,2.68877-1.51719L660.75207,404.592c3.19024-1.7977,7.76143.22749,8.79816,3.667a5.71792,5.71792,0,0,1,.16006.71138Z"
3288
- transform="translate(-211.15157 -143.35743)"
3289
- fill="#3f3d56"
3290
- id="path22" />
3291
- <polygon
3292
- points="125.844 376.82 138.103 376.819 143.936 329.531 125.841 329.532 125.844 376.82"
3293
- fill="#ffb8b8"
3294
- id="polygon22" />
3295
- <path
3296
- d="M333.86788,516.1748l24.1438-.001h.001a15.38605,15.38605,0,0,1,15.38647,15.38623v.5l-39.53051.00146Z"
3297
- transform="translate(-211.15157 -143.35743)"
3298
- fill="#2f2e41"
3299
- id="path23" />
3300
- <polygon
3301
- points="30.551 369.014 43.253 371.498 58.881 323.688 40.135 320.021 30.551 369.014"
3302
- fill="#ffb8b8"
3303
- id="polygon23" />
3304
- <path
3305
- d="M239.27428,507.59042l25.01436,4.89306.001.0002a16.24294,16.24294,0,0,1,12.82227,19.05981l-.10135.518L236.05472,524.05Z"
3306
- transform="translate(-211.15157 -143.35743)"
3307
- fill="#2f2e41"
3308
- id="path24" />
3309
- <path
3310
- d="M354.8316,357.05617a10.05575,10.05575,0,0,0-14.13593-6.15884l-25.5542-24.97923L311.61562,344.15l24.80726,20.92555a10.11027,10.11027,0,0,0,18.40872-8.01938Z"
3311
- transform="translate(-211.15157 -143.35743)"
3312
- fill="#ffb8b8"
3313
- id="path25" />
3314
- <circle
3315
- cx="48.87092"
3316
- cy="60.56582"
3317
- r="24.56103"
3318
- fill="#ffb8b8"
3319
- id="circle25" />
3320
- <path
3321
- d="M254.865,228.86026c1.30495.571,3.97731-9.82732,2.78024-11.90707-1.78024-3.09293-1.675-3.07071-2.85681-5.117s-1.44623-4.84712.08417-6.64761,5.072-1.56163,5.77042.69581c-.4493-4.2878,3.79189-7.73454,7.993-8.70313s8.63244-.36723,12.85668-1.22917c4.90243-1.00032,10.00316-5.10972,8.04719-10.5007a7.5932,7.5932,0,0,0-1.48106-2.43408c-2.25992-2.54094-5.42117-3.62594-8.512-4.675-6.43006-2.18246-13.036-4.39233-19.82212-4.15141a28.7977,28.7977,0,0,0-25.44625,18.60924,26.156,26.156,0,0,0-1.08344,4.02534c-2.32924,12.52423,4.94368,24.87794,16.75623,29.64715Z"
3322
- transform="translate(-211.15157 -143.35743)"
3323
- fill="#2f2e41"
3324
- id="path26" />
3325
- <path
3326
- d="M248.83468,363.78417a3.75449,3.75449,0,0,1-1.77783-3.7168l-11.083-54.90136-11.23437-42.13477h.00024A21.07382,21.07382,0,0,1,235.291,238.94042l7.427-7.02734,16.20239,6.98047,7.699,7.82812a44.02687,44.02687,0,0,1,22.99316,27.26074L301.9609,316.2373,330.47823,358.664a3.77282,3.77282,0,0,1-.36938,4.67969C326.14157,367.61132,248.83468,363.78417,248.83468,363.78417Z"
3327
- transform="translate(-211.15157 -143.35743)"
3328
- fill="#2f2e41"
3329
- id="path27" />
3330
- <path
3331
- d="M323.54806,359.88378l-42.05078-29.13965A29.89622,29.89622,0,0,1,269.77047,314.124L257.9504,270.96483a12.28,12.28,0,0,1,1.22119-9.47656,11.99558,11.99558,0,0,1,21.5542,1.53613l17.52954,43.12012,37.3501,35.44629a3.79288,3.79288,0,0,1,.63355,3.71582l-7.11328,12.7168a3.70279,3.70279,0,0,1-3.49854,2.52051A3.618,3.618,0,0,1,323.54806,359.88378Z"
3332
- transform="translate(-211.15157 -143.35743)"
3333
- fill="#2f2e41"
3334
- id="path28" />
3335
- <path
3336
- d="M236.188,505.05272a3.74374,3.74374,0,0,1-.44751-3.42285l19.45362-70.71972,1.438-69.29493,65.48633-4.49121.31787-.02148,19.72412,35.749a91.97727,91.97727,0,0,1,11.10035,36.23535l6.5,71.2295a3.71631,3.71631,0,0,1-3.25074,4.06445l-19.7456,1.87793a3.67409,3.67409,0,0,1-4.07886-3.11133l-8.01807-72.38281-28.84961-48.74512-9.68408,51.31836L266.071,504.207a3.7189,3.7189,0,0,1-3.45825,2.42578l-23.40015.00977A3.63923,3.63923,0,0,1,236.188,505.05272Z"
3337
- transform="translate(-211.15157 -143.35743)"
3338
- fill="#2f2e41"
3339
- id="path29" />
3340
- <path
3341
- d="M737.61617,737.64257H244.15157a33.03734,33.03734,0,0,1-33-33v-271a33.03734,33.03734,0,0,1,33-33h60.50269a32.92486,32.92486,0,0,1,22.19507,8.57959l65.61157,46.85107a23.18228,23.18228,0,0,0,15.65869,6.06934H740.68014A33.00029,33.00029,0,0,1,773.67672,495.625l-3.064,209.5A33.13847,33.13847,0,0,1,737.61617,737.64257Z"
3342
- transform="translate(-211.15157 -143.35743)"
3343
- fill="#fff"
3344
- id="path30" />
3345
- <circle
3346
- cx="298.89395"
3347
- cy="451.52042"
3348
- r="61"
3349
- fill="#16006f"
3350
- id="circle6" />
3351
- <path
3352
- d="m 324.59056,448.45136 -20.356,-24.75391 a 6.00075,6.00075 0 0 0 -9.14014,-0.15136 l -21.76855,24.7539 a 6.00029,6.00029 0 0 0 9.01172,7.92481 l 11.26277,-12.80744 v 32.115 a 6,6 0 0 0 12,0 v -31.28089 l 9.72168,11.822 a 6.0000449,6.0000449 0 0 0 9.26856,-7.62207 z"
3353
- fill="#ffffff"
3354
- id="path7-0" />
3355
- <path
3356
- d="M733.23214,721.64257H247.071a15.93751,15.93751,0,0,1-15.91944-15.9195V430.292A15.93754,15.93754,0,0,1,247.071,414.37252a14.09636,14.09636,0,0,1,14.08056,14.08056v258.27A14.9364,14.9364,0,0,0,276.071,701.64251H731.5903a10.12538,10.12538,0,0,1,9.91528,7.5874,9.72,9.72,0,0,1-4.30689,11.18457A7.59512,7.59512,0,0,1,733.23214,721.64257Z"
3357
- transform="translate(-211.15157 -143.35743)"
3358
- fill="#f2f2f2"
3359
- id="path31" />
3360
- <path
3361
- d="M737.61617,737.64257H244.15157a33.03734,33.03734,0,0,1-33-33v-271a33.03734,33.03734,0,0,1,33-33h60.50269a32.92486,32.92486,0,0,1,22.19507,8.57959l65.61157,46.85107a23.18228,23.18228,0,0,0,15.65869,6.06934H740.68014A33.00029,33.00029,0,0,1,773.67672,495.625l-3.064,209.5A33.13847,33.13847,0,0,1,737.61617,737.64257Zm-493.4646-335a31.03529,31.03529,0,0,0-31,31v271a31.03529,31.03529,0,0,0,31,31h493.4646a31.12957,31.12957,0,0,0,30.99659-30.54688l3.06421-209.5a31,31,0,0,0-30.99683-31.45312H408.11959a25.17915,25.17915,0,0,1-16.96216-6.55127l-65.61132-46.85108a30.93108,30.93108,0,0,0-20.89185-8.09765Z"
3362
- transform="translate(-211.15157 -143.35743)"
3363
- fill="#3f3d56"
3364
- id="path34" />
3365
- <polygon
3366
- points="568.285 599.561 556.025 599.561 552.193 552.273 568.287 552.274 568.285 599.561"
3367
- fill="#ffb8b8"
3368
- id="polygon34" />
3369
- <path
3370
- d="M782.56291,754.803l-39.53051-.00147v-.5a15.38605,15.38605,0,0,1,15.38647-15.38623h.001l24.1438.001Z"
3371
- transform="translate(-211.15157 -143.35743)"
3372
- fill="#2f2e41"
3373
- id="path35" />
3374
- <polygon
3375
- points="705.285 599.561 693.025 599.561 687.193 552.273 705.287 552.274 705.285 599.561"
3376
- fill="#ffb8b8"
3377
- id="polygon35" />
3378
- <path
3379
- d="M919.56291,754.803l-39.53051-.00147v-.5a15.38605,15.38605,0,0,1,15.38647-15.38623h.001l24.1438.001Z"
3380
- transform="translate(-211.15157 -143.35743)"
3381
- fill="#2f2e41"
3382
- id="path36" />
3383
- <path
3384
- d="M876.1253,596.73307a11.29143,11.29143,0,0,0,.29141-14.3014,9.29926,9.29926,0,0,0-1.071-1.09138l9.234-34.09151-15.39037,5.10584-6.4092,31.5911a11.37213,11.37213,0,0,0,1.01721,12.44942A7.89882,7.89882,0,0,0,876.1253,596.73307Z"
3385
- transform="translate(-211.15157 -143.35743)"
3386
- fill="#ffb8b8"
3387
- id="path37" />
3388
- <path
3389
- d="M875.53292,575.76171a3.90859,3.90859,0,0,1-.57641-.043l-8.01953-1.20947a4.34336,4.34336,0,0,1-3.0127-2.0874,5.60344,5.60344,0,0,1-.70313-3.87256l10.00538-55.88184-6.78565-35.90137c-1.30835-6.90918,2.06665-13.8872,7.85108-16.23193a10.72756,10.72756,0,0,1,10.49316,1.34424,14.31655,14.31655,0,0,1,5.62134,10.20849l4.80249,45.77637-.05738.19922L879.69479,572.311A4.47572,4.47572,0,0,1,875.53292,575.76171Z"
3390
- transform="translate(-211.15157 -143.35743)"
3391
- fill="#16006F"
3392
- id="path38" />
3393
- <circle
3394
- cx="662.01317"
3395
- cy="272.83111"
3396
- r="24.56103"
3397
- fill="#ffb8b8"
3398
- id="circle38" />
3399
- <path
3400
- d="M860.58956,530.35888a4.97146,4.97146,0,0,1-1.78906-.333l-38.82056-14.93164a4.98327,4.98327,0,0,1-3.16137-5.32764l1.55908-11.69287a26.50127,26.50127,0,0,1,6.24975-23.59033l.94532-1.04,11.48535-20.94385a12.25972,12.25972,0,0,1,16.73071-4.80761l20.28223,11.334a12.238,12.238,0,0,1,5.65014,6.82519,37.406,37.406,0,0,1-.5725,25.19629L865.26193,527.1538A5.03505,5.03505,0,0,1,860.58956,530.35888Z"
3401
- transform="translate(-211.15157 -143.35743)"
3402
- fill="#16006F"
3403
- id="path39" />
3404
- <path
3405
- d="M758.85177,731.3081l-.05273-.01026a5.0008,5.0008,0,0,1-3.92164-6.05957l29.74854-130.03955a350.67931,350.67931,0,0,1,20.102-60.146l12.65625-28.85644,47.22608,21.56006,6.74291,12.33252a120.69737,120.69737,0,0,1,7.97632,43.02246l47.98658,140.63183a4.99969,4.99969,0,0,1-3.90967,6.54639l-26.269-.29687a4.04456,4.04456,0,0,1-.751.06347,4.96678,4.96678,0,0,1-4.62134-3.13476l-54.85425-142.186a1.0056,1.0056,0,0,0-.96191-.61963.97054.97054,0,0,0-.90283.65674l-52.04761,142.894a4.97557,4.97557,0,0,1-5.58789,3.21Z"
3406
- transform="translate(-211.15157 -143.35743)"
3407
- fill="#2f2e41"
3408
- id="path40" />
3409
- <path
3410
- d="M794.76536,571.39216a10.05576,10.05576,0,0,0,5.36511-14.45584l23.523-26.90067-18.39942-2.50893-19.517,25.93a10.11027,10.11027,0,0,0,9.02832,17.93546Z"
3411
- transform="translate(-211.15157 -143.35743)"
3412
- fill="#ffb8b8"
3413
- id="path41" />
3414
- <path
3415
- d="M805.854,552.44189a5.00894,5.00894,0,0,1-2.34766-.58594l-8.27783-4.415a5.00071,5.00071,0,0,1-1.86865-7.09131l30.57422-48.17725,5.30151-36.35644a14.03461,14.03461,0,1,1,27.52148,5.356l-10.946,44.811-36.06323,44.60449A4.98359,4.98359,0,0,1,805.854,552.44189Z"
3416
- transform="translate(-211.15157 -143.35743)"
3417
- fill="#16006F"
3418
- id="path42" />
3419
- <path
3420
- d="M851.0572,395.92355c2.841-9.31634,19.25481-13.47286,32.89789-9.60742s23.44419,14.0001,25.72575,23.90877c5.05239,21.9422-21.30043,39.75058-16.525,61.69533,3.15948,14.51885,21.43586,28.24626,42.02041,31.56157-22.68517,4.74615-50.37341.57437-71.41-10.75935-13.09259-7.05379-24.07717-17.69856-23.91119-28.43533.10049-6.501,4.23589-12.24949,9.29313-17.21585s11.11108-9.38126,15.75221-14.56516,7.85664-11.391,6.50229-17.97171-8.23545-13.4434-17.4938-15.35808Z"
3421
- transform="translate(-211.15157 -143.35743)"
3422
- fill="#2f2e41"
3423
- id="path43" />
3424
- <path
3425
- d="M987.84843,756.64257h-381a1,1,0,0,1,0-2h381a1,1,0,0,1,0,2Z"
3426
- transform="translate(-211.15157 -143.35743)"
3427
- fill="#ccc"
3428
- id="path44" />
3429
- </svg>`;
3430
-
3431
- const svg$2 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 797.5 834.5" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><title>void</title><ellipse cx="308.5" cy="780" rx="308.5" ry="54.5" fill="#3f3d56"/><circle cx="496" cy="301.5" r="301.5" fill="#3f3d56"/><circle cx="496" cy="301.5" r="248.89787" opacity="0.05"/><circle cx="496" cy="301.5" r="203.99362" opacity="0.05"/><circle cx="496" cy="301.5" r="146.25957" opacity="0.05"/><path d="M398.42029,361.23224s-23.70394,66.72221-13.16886,90.42615,27.21564,46.52995,27.21564,46.52995S406.3216,365.62186,398.42029,361.23224Z" transform="translate(-201.25 -32.75)" fill="#d0cde1"/><path d="M398.42029,361.23224s-23.70394,66.72221-13.16886,90.42615,27.21564,46.52995,27.21564,46.52995S406.3216,365.62186,398.42029,361.23224Z" transform="translate(-201.25 -32.75)" opacity="0.1"/><path d="M415.10084,515.74682s-1.75585,16.68055-2.63377,17.55847.87792,2.63377,0,5.26754-1.75585,6.14547,0,7.02339-9.65716,78.13521-9.65716,78.13521-28.09356,36.8728-16.68055,94.81576l3.51169,58.82089s27.21564,1.75585,27.21564-7.90132c0,0-1.75585-11.413-1.75585-16.68055s4.38962-5.26754,1.75585-7.90131-2.63377-4.38962-2.63377-4.38962,4.38961-3.51169,3.51169-4.38962,7.90131-63.2105,7.90131-63.2105,9.65716-9.65716,9.65716-14.92471v-5.26754s4.38962-11.413,4.38962-12.29093,23.70394-54.43127,23.70394-54.43127l9.65716,38.62864,10.53509,55.3092s5.26754,50.04165,15.80262,69.356c0,0,18.4364,63.21051,18.4364,61.45466s30.72733-6.14547,29.84941-14.04678-18.4364-118.5197-18.4364-118.5197L533.62054,513.991Z" transform="translate(-201.25 -32.75)" fill="#2f2e41"/><path d="M391.3969,772.97846s-23.70394,46.53-7.90131,48.2858,21.94809,1.75585,28.97148-5.26754c3.83968-3.83968,11.61528-8.99134,17.87566-12.87285a23.117,23.117,0,0,0,10.96893-21.98175c-.463-4.29531-2.06792-7.83444-6.01858-8.16366-10.53508-.87792-22.826-10.53508-22.826-10.53508Z" transform="translate(-201.25 -32.75)" fill="#2f2e41"/><path d="M522.20753,807.21748s-23.70394,46.53-7.90131,48.28581,21.94809,1.75584,28.97148-5.26754c3.83968-3.83969,11.61528-8.99134,17.87566-12.87285a23.117,23.117,0,0,0,10.96893-21.98175c-.463-4.29531-2.06792-7.83444-6.01857-8.16367-10.53509-.87792-22.826-10.53508-22.826-10.53508Z" transform="translate(-201.25 -32.75)" fill="#2f2e41"/><circle cx="295.90488" cy="215.43252" r="36.90462" fill="#ffb8b8"/><path d="M473.43048,260.30832S447.07,308.81154,444.9612,308.81154,492.41,324.62781,492.41,324.62781s13.70743-46.39439,15.81626-50.61206Z" transform="translate(-201.25 -32.75)" fill="#ffb8b8"/><path d="M513.86726,313.3854s-52.67543-28.97148-57.943-28.09356-61.45466,50.04166-60.57673,70.2339,7.90131,53.55335,7.90131,53.55335,2.63377,93.05991,7.90131,93.93783-.87792,16.68055.87793,16.68055,122.90931,0,123.78724-2.63377S513.86726,313.3854,513.86726,313.3854Z" transform="translate(-201.25 -32.75)" fill="#d0cde1"/><path d="M543.2777,521.89228s16.68055,50.91958,2.63377,49.16373-20.19224-43.89619-20.19224-43.89619Z" transform="translate(-201.25 -32.75)" fill="#ffb8b8"/><path d="M498.50359,310.31267s-32.48318,7.02339-27.21563,50.91957,14.9247,87.79237,14.9247,87.79237l32.48318,71.11182,3.51169,13.16886,23.70394-6.14547L528.353,425.32067s-6.14547-108.86253-14.04678-112.37423A33.99966,33.99966,0,0,0,498.50359,310.31267Z" transform="translate(-201.25 -32.75)" fill="#d0cde1"/><polygon points="277.5 414.958 317.885 486.947 283.86 411.09 277.5 414.958" opacity="0.1"/><path d="M533.896,237.31585l.122-2.82012,5.6101,1.39632a6.26971,6.26971,0,0,0-2.5138-4.61513l5.97581-.33413a64.47667,64.47667,0,0,0-43.1245-26.65136c-12.92583-1.87346-27.31837.83756-36.182,10.43045-4.29926,4.653-7.00067,10.57018-8.92232,16.60685-3.53926,11.11821-4.26038,24.3719,3.11964,33.40938,7.5006,9.18513,20.602,10.98439,32.40592,12.12114,4.15328.4,8.50581.77216,12.35457-.83928a29.721,29.721,0,0,0-1.6539-13.03688,8.68665,8.68665,0,0,1-.87879-4.15246c.5247-3.51164,5.20884-4.39635,8.72762-3.9219s7.74984,1.20031,10.062-1.49432c1.59261-1.85609,1.49867-4.559,1.70967-6.99575C521.28248,239.785,533.83587,238.70653,533.896,237.31585Z" transform="translate(-201.25 -32.75)" fill="#2f2e41"/><circle cx="559" cy="744.5" r="43" fill="#16006F"/><circle cx="54" cy="729.5" r="43" fill="#16006F"/><circle cx="54" cy="672.5" r="31" fill="#16006F"/><circle cx="54" cy="624.5" r="22" fill="#16006F"/></svg>`;
3432
-
3433
- const svg$1 = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 790 512.20805" xmlns:xlink="http://www.w3.org/1999/xlink" role="img" artist="Katerina Limpitsouni" source="https://undraw.co/" style="width: 100%; height: 100%;"><path d="M925.56335,704.58909,903,636.49819s24.81818,24.81818,24.81818,45.18181l-4.45454-47.09091s12.72727,17.18182,11.45454,43.27273S925.56335,704.58909,925.56335,704.58909Z" transform="translate(-205 -193.89598)" fill="#e6e6e6"/><path d="M441.02093,642.58909,419,576.13509s24.22155,24.22155,24.22155,44.09565l-4.34745-45.95885s12.42131,16.76877,11.17917,42.23245S441.02093,642.58909,441.02093,642.58909Z" transform="translate(-205 -193.89598)" fill="#e6e6e6"/><path d="M784.72555,673.25478c.03773,43.71478-86.66489,30.26818-192.8092,30.35979s-191.53562,13.68671-191.57335-30.028,86.63317-53.29714,192.77748-53.38876S784.68782,629.54,784.72555,673.25478Z" transform="translate(-205 -193.89598)" fill="#e6e6e6"/><rect y="509.69312" width="790" height="2" fill="#3f3d56"/><polygon points="505.336 420.322 491.459 420.322 484.855 366.797 505.336 366.797 505.336 420.322" fill="#a0616a"/><path d="M480.00587,416.35743H508.3101a0,0,0,0,1,0,0V433.208a0,0,0,0,1,0,0H464.69674a0,0,0,0,1,0,0v-1.54149A15.30912,15.30912,0,0,1,480.00587,416.35743Z" fill="#2f2e41"/><polygon points="607.336 499.322 593.459 499.322 586.855 445.797 607.336 445.797 607.336 499.322" fill="#a0616a"/><path d="M582.00587,495.35743H610.3101a0,0,0,0,1,0,0V512.208a0,0,0,0,1,0,0H566.69674a0,0,0,0,1,0,0v-1.54149A15.30912,15.30912,0,0,1,582.00587,495.35743Z" fill="#2f2e41"/><path d="M876.34486,534.205A10.31591,10.31591,0,0,0,873.449,518.654l-32.23009-131.2928L820.6113,396.2276l38.33533,126.949a10.37185,10.37185,0,0,0,17.39823,11.0284Z" transform="translate(-205 -193.89598)" fill="#a0616a"/><path d="M851.20767,268.85955a11.38227,11.38227,0,0,0-17.41522,1.15247l-49.88538,5.72709,7.58861,19.24141,45.36779-8.49083a11.44393,11.44393,0,0,0,14.3442-17.63014Z" transform="translate(-205 -193.89598)" fill="#a0616a"/><path d="M769,520.58909l21.76811,163.37417,27.09338-5.578s-3.98437-118.98157,9.56238-133.32513S810,505.58909,810,505.58909Z" transform="translate(-205 -193.89598)" fill="#2f2e41"/><path d="M778,475.58909l-10,15s-77-31.99929-77,19-4.40631,85.60944-6,88,18.43762,8.59375,28,7c0,0,11.79687-82.21884,11-87,0,0,75.53355,37.03335,89.87712,33.84591S831.60944,536.964,834,530.58909s-1-57-1-57l-47.81-14.59036Z" transform="translate(-205 -193.89598)" fill="#2f2e41"/><path d="M779.34915,385.52862l-2.85032-3.42039s-31.92361-71.82815-19.3822-91.21035,67.26762-22.23252,68.97783-21.0924-4.08488,15.9428-.09446,22.78361c0,0-42.394,9.19121-45.24435,10.33134s21.96615,43.2737,21.96615,43.2737l-2.85031,25.6529Z" transform="translate(-205 -193.89598)" fill="#ccc"/><path d="M835.21549,350.18459S805.57217,353.605,804.432,353.605s-1.71017-7.41084-1.71017-7.41084l-26.223,35.91406S763.57961,486.29929,767,484.58909s66.50531,8.11165,67.07539,3.55114-.57008-27.3631,1.14014-28.50324,29.64328-71.82811,29.64328-71.82811-2.85032-14.82168-12.54142-19.95227S835.21549,350.18459,835.21549,350.18459Z" transform="translate(-205 -193.89598)" fill="#ccc"/><path d="M855.73783,378.11779l9.121,9.69109S878.41081,499.1687,871,502.58909s-22,3-22,3l-14.35458-52.79286Z" transform="translate(-205 -193.89598)" fill="#ccc"/><circle cx="601.72966" cy="122.9976" r="26.2388" fill="#a0616a"/><path d="M800.57267,320.98789c-.35442-5.44445-7.22306-5.631-12.67878-5.68255s-11.97836.14321-15.0654-4.35543c-2.0401-2.973-1.65042-7.10032.035-10.28779s4.45772-5.639,7.18508-7.99742c7.04139-6.08884,14.29842-12.12936,22.7522-16.02662s18.36045-5.472,27.12788-2.3435c10.77008,3.84307,25.32927,23.62588,26.5865,34.99176s-3.28507,22.95252-10.9419,31.44586-25.18188,5.0665-36.21069,8.088c6.7049-9.48964,2.28541-26.73258-8.45572-31.164Z" transform="translate(-205 -193.89598)" fill="#2f2e41"/><circle cx="361.7217" cy="403.5046" r="62.98931" fill="#ECA501"/><path d="M524.65625,529.9355a45.15919,45.15919,0,0,1-41.25537-26.78614L383.44873,278.05757a59.83039,59.83039,0,1,1,111.87012-41.86426l72.37744,235.41211a45.07978,45.07978,0,0,1-43.04,58.33008Z" transform="translate(-205 -193.89598)" fill="#ECA501"/></svg>`;
3434
-
3435
- const svg = `<?xml version="1.0" encoding="UTF-8" standalone="no"?>
3436
- <svg
3437
-
3438
-
3439
- viewBox="0 0 902.41854 826.20679"
3440
- role="img"
3441
- artist="Katerina Limpitsouni"
3442
- source="https://undraw.co/"
3443
- version="1.1"
3444
- id="svg33"
3445
- sodipodi:docname="undraw_outer-space_qey5.svg"
3446
- inkscape:version="1.4 (86a8ad7, 2024-10-11)"
3447
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
3448
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
3449
- xmlns="http://www.w3.org/2000/svg"
3450
- xmlns:svg="http://www.w3.org/2000/svg" style="width: 100%; height: 100%;">
3451
- <defs
3452
- id="defs33" />
3453
- <sodipodi:namedview
3454
- id="namedview33"
3455
- pagecolor="#ffffff"
3456
- bordercolor="#000000"
3457
- borderopacity="0.25"
3458
- inkscape:showpageshadow="2"
3459
- inkscape:pageopacity="0.0"
3460
- inkscape:pagecheckerboard="0"
3461
- inkscape:deskcolor="#d1d1d1"
3462
- inkscape:zoom="0.71531729"
3463
- inkscape:cx="450.84888"
3464
- inkscape:cy="413.10339"
3465
- inkscape:window-width="1920"
3466
- inkscape:window-height="1009"
3467
- inkscape:window-x="1912"
3468
- inkscape:window-y="-8"
3469
- inkscape:window-maximized="1"
3470
- inkscape:current-layer="svg33" />
3471
- <path
3472
- d="M726.94952,696.70767l8.67165,19.44392c-7.04887-1.12221-13.60391,4.89778-13.75121,12.62878s6.13979,15.77421,13.18911,16.8731c-1.34708,6.00231-7.16088,8.64855-12.20732,11.07451s-10.48544,6.44956-10.11,12.84517c.30146,5.13535,4.548,9.66922,9.05769,11.49215s9.24135,1.54272,13.80858,1.23684c-6.921,7.23984-7.59561,20.84776-1.51747,30.61081s18.21665,14.56912,27.30539,10.8112c-6.42186,7.98853-5.02668,22.61792,2.94328,30.86218,8.03432,8.31083,19.678,9.11525,29.85706,8.23972a132.23791,132.23791,0,0,0,71.00684-28.14c7.78173-6.1834,15.05042-13.45556,19.48953-22.94127s5.747-21.49572,1.61222-32.29045c1.1152,13.52239,14.64995,24.20276,26.82589,24.80038s22.80664-6.26052,31.84054-14.08111c12.014-10.40049,23.13736-24.9791,21.48841-42.967-.81631-8.90487-4.70578-17.46936-8.52054-25.765l-7.39565-16.08273c-2.98571-6.49278-6.03914-13.09517-10.53293-18.54375s-10.73125-9.66651-16.97307-9.62643c1.42718-6.5202,2.86077-13.28339,1.66478-20.211s-5.77577-14.10054-12.00424-15.72285c-7.92682-2.06468-14.6448,5.25038-22.6158,4.56081-7.67069-.6636-14.01-8.362-21.45871-11.4124a17.17785,17.17785,0,0,0-18.53718,3.20639c-4.722,4.6097-6.69032,12.39794-4.99586,19.76719,1.48435,6.45545,5.43465,12.14909,7.83232,18.37489s2.76983,14.231-1.8351,17.63129c-5.55664,4.103-14.01442-1.48021-18.35566-8.23484s-6.83379-14.93336-12.32361-20.614c-6.47924-6.70451-16.62148-8.27573-23.29257-3.60845s-9.22234,15.11922-5.85919,24.00383c2.74987,7.26449,9.04909,14.6135,6.86437,21.45428-2.309,7.2298-12.41262,6.31432-18.50707,1.20471s-10.14111-12.8059-16.16143-18.03027c-6.114-5.30562-14.09812-7.63035-21.10721-6.14573a21.73057,21.73057,0,0,0-15.57311,13.9151"
3473
- transform="translate(-148.79073 -36.89661)"
3474
- fill="#e6e6e6"
3475
- id="path1" />
3476
- <path
3477
- d="M867.34667,642.06633l-17.99256,8.35958a13.81228,13.81228,0,0,1-8.73392,1.17747c-2.61209-.61776-4.37716-2.21477-4.84109-4.3833l-4.18659-19.55422c-.7905-3.68869,2.26453-8.05314,7.26376-10.37585l9.93652-4.61663c4.99924-2.32271,10.305-1.8428,12.61429,1.14024l12.24431,15.81049c1.35812,1.75309,1.4403,4.132.22783,6.52669A13.81219,13.81219,0,0,1,867.34667,642.06633Z"
3478
- transform="translate(-148.79073 -36.89661)"
3479
- fill="#3f3d56"
3480
- id="path2" />
3481
- <path
3482
- d="M309.43024,280.65881A353.9984,353.9984,0,0,1,386.93192,156.602c29.00636-30.1117,74.15027-28.86051,74.15027-28.86051l.25785-.32A87.58018,87.58018,0,0,1,553.89276,98.509c4.30426,1.23514,7.615,1.78263,9.18943,1.23249,28.70712-10.04708,27.35834-32.72422,52.12616-50.99278,43.367-31.98718,187.21094,4.6535,207.4942,63.51371,16.43915,47.70488,89.82021,70.827,117.23582,107.31737q6.43059,8.55861,12.618,17.31558,2.90129,4.06824,5.73748,8.19783a730.4283,730.4283,0,0,1,52.14714,88.15542,514.11313,514.11313,0,0,1,26.10088,61.68445c28.591,83.58209,18.8138,145.8549-60.021,130.47014q-13.99815-2.739-27.32378-4.90113-19.2962-3.14892-37.24641-5.17566-24.17227-2.74893-45.99366-3.60217-7.33723-.29524-14.40509-.39579c-69.67037-.966-121.34893,12.1465-160.719,32.50168q-10.01082,5.16279-18.97332,10.92332a236.05444,236.05444,0,0,0-26.08005,19.31927,254.89837,254.89837,0,0,0-31.42249,32.19714l-.52216.6393c-46.04826,56.326-61.203,118.68168-93.23451,129.6607C383.67414,783.51013,297.07405,613.35008,288.193,446.896q-.67263-12.58159-.74315-25.09128-.04163-5.59155.055-11.15359c.14052-9.67346.567-19.28471,1.28114-28.7797q.40006-5.44542.92807-10.83322c.3879-3.87342.80989-7.72368,1.2976-11.54982C294.49493,331.442,300.58862,304.75806,309.43024,280.65881Z"
3483
- transform="translate(-148.79073 -36.89661)"
3484
- fill="#16006F"
3485
- id="path3" />
3486
- <path
3487
- d="M733.83354,372.24025c-10.93522,5.09113-11.11539,27.895-7.68649,35.28386l6.21383,13.37421,39.60938-18.403-6.21383-13.37421C762.32083,381.73531,744.77678,367.16636,733.83354,372.24025Z"
3488
- transform="translate(-148.79073 -36.89661)"
3489
- fill="#3f3d56"
3490
- id="path4" />
3491
- <path
3492
- d="M627.39274,564.25616a4.33285,4.33285,0,0,1-4.06983-5.81934,4.29966,4.29966,0,0,1,2.24317-2.44043L830.11979,460.9583a4.33007,4.33007,0,0,1,5.752,2.10157,4.33573,4.33573,0,0,1-2.10254,5.752h-.00049L629.215,563.84991A4.30619,4.30619,0,0,1,627.39274,564.25616Z"
3493
- transform="translate(-148.79073 -36.89661)"
3494
- fill="#3f3d56"
3495
- id="path5" />
3496
- <rect
3497
- x="771.78772"
3498
- y="414.47433"
3499
- width="64.47381"
3500
- height="217.68038"
3501
- transform="translate(-294.43392 350.60655) rotate(-24.9202)"
3502
- fill="#e6e6e6"
3503
- id="rect5" />
3504
- <path
3505
- d="M567.90452,162.51413c-10.93522,5.09113-11.11539,27.895-7.68649,35.28386l6.21383,13.37421,39.60938-18.403L599.82741,179.395C596.39181,172.00919,578.84776,157.44024,567.90452,162.51413Z"
3506
- transform="translate(-148.79073 -36.89661)"
3507
- fill="#3f3d56"
3508
- id="path6" />
3509
- <path
3510
- d="M812.91932,664.76078l-17.99256,8.35958a13.81216,13.81216,0,0,1-8.73392,1.17747c-2.6121-.61775-4.37717-2.21476-4.84109-4.3833l-4.1866-19.55421c-.79049-3.68869,2.26453-8.05314,7.26377-10.37585l9.93651-4.61664c4.99924-2.32271,10.305-1.8428,12.6143,1.14025L819.224,652.31857c1.35811,1.75309,1.4403,4.132.22783,6.52668A13.81219,13.81219,0,0,1,812.91932,664.76078Z"
3511
- transform="translate(-148.79073 -36.89661)"
3512
- fill="#3f3d56"
3513
- id="path7" />
3514
- <path
3515
- d="M757.60057,692.20652,739.608,700.5661a13.81222,13.81222,0,0,1-8.73392,1.17747c-2.6121-.61776-4.37716-2.21476-4.84109-4.3833l-4.18659-19.55422c-.7905-3.68869,2.26452-8.05313,7.26376-10.37584l9.93652-4.61664c4.99923-2.32271,10.305-1.8428,12.61429,1.14024l12.24431,15.8105c1.35811,1.75308,1.4403,4.132.22783,6.52668A13.81219,13.81219,0,0,1,757.60057,692.20652Z"
3516
- transform="translate(-148.79073 -36.89661)"
3517
- fill="#3f3d56"
3518
- id="path8" />
3519
- <rect
3520
- x="668.30169"
3521
- y="227.97831"
3522
- width="64.47381"
3523
- height="440.01582"
3524
- transform="translate(-272.32893 299.98873) rotate(-24.9202)"
3525
- fill="#e6e6e6"
3526
- id="rect8" />
3527
- <polyline
3528
- points="548.951 403.691 542.39 389.254 546.167 387.512 552.708 401.903 647.423 611.909 643.65 613.662"
3529
- fill="#3f3d56"
3530
- id="polyline8" />
3531
- <polyline
3532
- points="622.951 391.691 616.39 377.254 620.167 375.512 626.708 389.903 721.423 599.909 717.65 601.662"
3533
- fill="#3f3d56"
3534
- id="polyline9" />
3535
- <path
3536
- d="M664.67094,266.81383l-79.22567,36.80928c-5.044-7.84723-20.24939-48.06017-16.83519-59.99122l-2.56272-11.37766,54.70348-25.416,7.32219,9.00725C638.94215,219.18044,660.10154,256.95133,664.67094,266.81383Z"
3537
- transform="translate(-148.79073 -36.89661)"
3538
- fill="#e6e6e6"
3539
- id="path9" />
3540
- <path
3541
- d="M623.03676,207.325l-56.45093,26.22784c-2.08362.968-4.30262.61217-4.95626-.79495a1.95213,1.95213,0,0,1-.17209-.6429l-2.92164-31.16788c-.1251-1.33466,1.01667-2.84708,2.76109-3.65756L598.73374,179.896c1.74442-.81048,3.63664-.70769,4.576.24866l21.93586,22.33363c1.12192,1.14229.51268,3.09757-1.36081,4.36726A6.08075,6.08075,0,0,1,623.03676,207.325Z"
3542
- transform="translate(-148.79073 -36.89661)"
3543
- fill="#e6e6e6"
3544
- id="path10" />
3545
- <path
3546
- d="M667.31315,451.514a7.62608,7.62608,0,0,1-1.814-.21387,5.60386,5.60386,0,0,1-3.89648-3.02539L627.09,373.992c-1.42822-3.0752.48926-7.00782,4.27442-8.76661l50.53613-23.48c3.78564-1.75976,8.02734-.6875,9.45654,2.38721l34.5127,74.2832a5.60256,5.60256,0,0,1-.20069,4.92872,8.50632,8.50632,0,0,1-4.07422,3.83789l-50.53564,23.479A8.9197,8.9197,0,0,1,667.31315,451.514Z"
3547
- transform="translate(-148.79073 -36.89661)"
3548
- fill="#3f3d56"
3549
- id="path11" />
3550
- <rect
3551
- x="658.61223"
3552
- y="466.20786"
3553
- width="64.47381"
3554
- height="217.68038"
3555
- transform="translate(-326.76927 307.73605) rotate(-24.9202)"
3556
- fill="#e6e6e6"
3557
- id="rect11" />
3558
- <path
3559
- d="M602.18887,210.58118l-17.14693,7.9667c-3.30882,1.53733-7.77287-1.02438-9.94972-5.70968s-1.25568-9.74905,2.05314-11.28637l17.14693-7.9667c3.30882-1.53733,7.77287,1.02438,9.94972,5.70968S605.4977,209.04386,602.18887,210.58118Z"
3560
- transform="translate(-148.79073 -36.89661)"
3561
- fill="#3f3d56"
3562
- id="path12" />
3563
- <path
3564
- d="M621.79921,423.44358c-10.93522,5.09113-11.11539,27.895-7.68649,35.28386l6.21383,13.37421,39.60938-18.403L653.7221,440.3244C650.2865,432.93864,632.74245,418.36969,621.79921,423.44358Z"
3565
- transform="translate(-148.79073 -36.89661)"
3566
- fill="#3f3d56"
3567
- id="path13" />
3568
- <path
3569
- d="M440.1517,377.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C440.135,369.34165,444.08773,375.46609,440.1517,377.92488Z"
3570
- transform="translate(-148.79073 -36.89661)"
3571
- fill="#e6e6e6"
3572
- id="path14" />
3573
- <path
3574
- d="M842.1517,289.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C842.135,281.34165,846.08773,287.46609,842.1517,289.92488Z"
3575
- transform="translate(-148.79073 -36.89661)"
3576
- fill="#e6e6e6"
3577
- id="path15" />
3578
- <path
3579
- d="M568.1517,359.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C568.135,351.34165,572.08773,357.46609,568.1517,359.92488Z"
3580
- transform="translate(-148.79073 -36.89661)"
3581
- fill="#e6e6e6"
3582
- id="path16" />
3583
- <path
3584
- d="M440.1517,599.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C440.135,591.34165,444.08773,597.46609,440.1517,599.92488Z"
3585
- transform="translate(-148.79073 -36.89661)"
3586
- fill="#e6e6e6"
3587
- id="path17" />
3588
- <path
3589
- d="M637.1517,98.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C637.135,90.34165,641.08773,96.46609,637.1517,98.92488Z"
3590
- transform="translate(-148.79073 -36.89661)"
3591
- fill="#e6e6e6"
3592
- id="path18" />
3593
- <path
3594
- d="M447.1517,216.92488c-3.862,2.57319-7.8147-3.55124-3.87848-6.01018C447.135,208.34165,451.08773,214.46609,447.1517,216.92488Z"
3595
- transform="translate(-148.79073 -36.89661)"
3596
- fill="#e6e6e6"
3597
- id="path19" />
3598
- <polygon
3599
- points="571.639 146.2 569.182 145.661 569.72 143.203 568.082 142.844 567.543 145.302 565.086 144.764 564.727 146.402 567.184 146.941 566.646 149.398 568.284 149.757 568.823 147.299 571.28 147.838 571.639 146.2"
3600
- fill="#e6e6e6"
3601
- id="polygon19" />
3602
- <polygon
3603
- points="171.542 350.978 169.085 350.439 169.623 347.982 167.985 347.623 167.446 350.08 164.988 349.542 164.629 351.18 167.087 351.719 166.549 354.177 168.187 354.535 168.726 352.078 171.183 352.616 171.542 350.978"
3604
- fill="#e6e6e6"
3605
- id="polygon20" />
3606
- <path
3607
- d="M824.22,492.33287a8.50983,8.50983,0,0,1-11.29014-4.12709l-10.11253-21.7655a8.5,8.5,0,0,1,15.41723-7.163l10.11253,21.76549A8.50983,8.50983,0,0,1,824.22,492.33287Z"
3608
- transform="translate(-148.79073 -36.89661)"
3609
- fill="#3f3d56"
3610
- id="path20" />
3611
- <path
3612
- d="M652.22,572.33287a8.50983,8.50983,0,0,1-11.29014-4.12709l-10.11253-21.7655a8.5,8.5,0,0,1,15.41723-7.163l10.11253,21.76549A8.50983,8.50983,0,0,1,652.22,572.33287Z"
3613
- transform="translate(-148.79073 -36.89661)"
3614
- fill="#3f3d56"
3615
- id="path21" />
3616
- <path
3617
- d="M808.64176,444.7781l-67.80585,31.50349c-4.317-6.71611-17.33058-41.13265-14.40852-51.34393l1.43426-11.42307,40.48614-19.86306,8.9714,7.505C789.95914,396.88314,808.53922,428.20455,808.64176,444.7781Z"
3618
- transform="translate(-148.79073 -36.89661)"
3619
- fill="#e6e6e6"
3620
- id="path22" />
3621
- <path
3622
- d="M777.16178,442.59376l-17.14693,7.96671c-3.30882,1.53733-8.34353-2.25264-11.22164-8.44728s-2.52761-12.48665.78121-14.024l17.14693-7.96671c3.30882-1.53732,8.34353,2.25264,11.22164,8.44728S780.4706,441.05644,777.16178,442.59376Z"
3623
- transform="translate(-148.79073 -36.89661)"
3624
- fill="#3f3d56"
3625
- id="path23" />
3626
- <polyline
3627
- points="482.951 446.691 476.39 432.254 480.167 430.512 486.708 444.903 581.423 654.909 577.65 656.662"
3628
- fill="#3f3d56"
3629
- id="polyline23" />
3630
- <path
3631
- d="M696.60745,495.98143l-67.8059,31.50349c-10.00311-5.16492-25.29108-38.961-14.40851-51.34394l1.43428-11.42306,40.48614-19.86306,8.9714,7.505C674.58727,455.214,692.6967,487.54053,696.60745,495.98143Z"
3632
- transform="translate(-148.79073 -36.89661)"
3633
- fill="#e6e6e6"
3634
- id="path24" />
3635
- <path
3636
- d="M663.73193,490.79348l-17.14693,7.9667c-3.30882,1.53733-8.03047-1.57883-10.52388-6.94547s-1.82985-10.98484,1.479-12.52216l17.14693-7.96671c3.30882-1.53732,8.03047,1.57884,10.52388,6.94547S667.04075,489.25615,663.73193,490.79348Z"
3637
- transform="translate(-148.79073 -36.89661)"
3638
- fill="#3f3d56"
3639
- id="path25" />
3640
- <circle
3641
- cx="171.29146"
3642
- cy="204.8449"
3643
- r="103"
3644
- fill="#ff6584"
3645
- id="circle25"
3646
- style="fill:#6ad0bc;fill-opacity:1" />
3647
- <path
3648
- d="M742.39622,349.02053l62.59321-182.809L736.2582,346.83222a3.44161,3.44161,0,1,0,6.138,2.18831Z"
3649
- transform="translate(-148.79073 -36.89661)"
3650
- fill="#f0f0f0"
3651
- opacity="0.3"
3652
- id="path26" />
3653
- <path
3654
- d="M901.95012,240.05454q-18.37971,6.10836-40.75145,12.00083c-77.14515,20.311-180.54976,36.15428-291.16558,44.61271-110.61535,8.45828-215.22739,8.51948-294.5635.17426-38.6472-4.06578-69.21495-9.91317-90.85368-17.381-22.90943-7.9053-34.94724-17.43191-35.77952-28.31364-1.62074-21.19968,40.21258-39.85854,75.59194-51.77816l.95819,2.84289C176.80129,218.58114,150.6779,235.879,151.8281,250.9191c1.4643,19.15595,46.64436,34.80631,123.95529,42.93958,79.16179,8.327,183.58052,8.26316,294.02138-.18138,110.44009-8.44531,213.6549-24.25739,290.63031-44.52332,75.17352-19.79057,117.45048-42.12921,115.98557-61.28547-1.21629-15.90466-32.56722-29.51036-88.2777-38.3124l.46834-2.963c40.48,6.39573,89.09256,18.70823,90.80107,41.04675.83181,10.88188-9.61776,22.12737-31.05892,33.424C936.13107,227.5031,920.60136,233.856,901.95012,240.05454Z"
3655
- transform="translate(-148.79073 -36.89661)"
3656
- fill="#3f3d56"
3657
- id="path27" />
3658
- <circle
3659
- cx="783.42532"
3660
- cy="375.13624"
3661
- r="10.70234"
3662
- fill="#ff6584"
3663
- id="circle27"
3664
- style="fill:#6ad0bc;fill-opacity:1" />
3665
- <circle
3666
- cx="851.42532"
3667
- cy="665.13624"
3668
- r="10.70234"
3669
- fill="#f2f2f2"
3670
- id="circle28" />
3671
- <circle
3672
- cx="486.42532"
3673
- cy="720.13624"
3674
- r="20.86614"
3675
- fill="#f2f2f2"
3676
- id="circle29" />
3677
- <circle
3678
- cx="327.42532"
3679
- cy="454.13624"
3680
- r="10.70234"
3681
- fill="#3f3d56"
3682
- id="circle30" />
3683
- <polygon
3684
- points="687.226 478.768 733.402 490.721 761.723 546.349 713.843 548.227 687.226 478.768"
3685
- fill="#e6e6e6"
3686
- id="polygon30" />
3687
- <polygon
3688
- points="580.645 398.574 606.059 424.002 670.606 563.557 658.722 573.824 580.645 398.574"
3689
- fill="#ccc"
3690
- id="polygon31" />
3691
- <polygon
3692
- points="525.386 421.624 527.38 457.52 588.304 598.694 603.88 596.688 525.386 421.624"
3693
- fill="#ccc"
3694
- id="polygon32" />
3695
- <polygon
3696
- points="523.723 566.637 498.854 607.339 517.187 667.008 552.9 635.061 523.723 566.637"
3697
- fill="#e6e6e6"
3698
- id="polygon33" />
3699
- <path
3700
- d="M892.19547,628.54368q-19.36816,0-42.45654-1.46387c-79.61377-5.05566-182.7378-22.63281-290.376-49.49219-107.63769-26.85937-206.93017-59.79394-279.58545-92.73437-35.39258-16.04688-62.55615-31.23633-80.73535-45.14746-19.24707-14.727-27.666-27.564-25.02393-38.15283,5.14795-20.62891,50.731-25.14209,88.064-25.29541l.01269,3c-51.26806.21044-81.51367,8.38671-85.16552,23.022-4.65186,18.64013,33.28662,47.74072,104.08691,79.84131,72.49561,32.86816,171.60547,65.73925,279.07324,92.55664,107.46729,26.8164,210.40137,44.36328,289.83985,49.4082,77.57861,4.92773,124.74316-2.9375,129.39453-21.57812,3.86181-15.47657-21.59815-38.2754-71.68945-64.19825l1.3789-2.66406c36.397,18.83594,78.64551,45.85156,73.22168,67.58887C979.59244,613.823,966.12955,621.199,942.21988,625.157,928.59049,627.41282,911.84977,628.54368,892.19547,628.54368Z"
3701
- transform="translate(-148.79073 -36.89661)"
3702
- fill="#3f3d56"
3703
- id="path33" />
3704
- </svg>`;
3705
-
3706
- // AUTO-GENERATED FILE. DO NOT EDIT MANUALLY.
3707
- // Run tools/svg-to-ts.js to update.
3708
- const ILLUSTRATIONS = {
3709
- 'tk-catalogs': { svg: svg$s, tags: ["kiosks"] },
3710
- 'tk-categories': { svg: svg$r, tags: ["kiosks"] },
3711
- 'tk-download-AKF': { svg: svg$q, tags: ["kiosks"] },
3712
- 'tk-kiosk': { svg: svg$p, tags: ["kiosks"] },
3713
- 'tk-without-catalogs': { svg: svg$o, tags: ["kiosks"] },
3714
- 'tk-custom-design': { svg: svg$n, tags: ["screens"] },
3715
- 'tk-list': { svg: svg$m, tags: ["screens"] },
3716
- 'tk-playlist': { svg: svg$l, tags: ["screens"] },
3717
- 'tk-screens': { svg: svg$k, tags: ["screens"] },
3718
- 'tk-confirmation-action': { svg: svg$j, tags: [] },
3719
- 'tk-create-an-account': { svg: svg$i, tags: [] },
3720
- 'tk-delete': { svg: svg$h, tags: [] },
3721
- 'tk-error': { svg: svg$g, tags: [] },
3722
- 'tk-graphics': { svg: svg$f, tags: [] },
3723
- 'tk-items': { svg: svg$e, tags: [] },
3724
- 'tk-locations': { svg: svg$d, tags: [] },
3725
- 'tk-login': { svg: svg$c, tags: [] },
3726
- 'tk-multimedia': { svg: svg$b, tags: [] },
3727
- 'tk-no-connection': { svg: svg$a, tags: [] },
3728
- 'tk-no-found': { svg: svg$9, tags: [] },
3729
- 'tk-order': { svg: svg$8, tags: [] },
3730
- 'tk-success': { svg: svg$7, tags: [] },
3731
- 'tk-support': { svg: svg$6, tags: [] },
3732
- 'tk-technical-failure': { svg: svg$5, tags: [] },
3733
- 'tk-tip': { svg: svg$4, tags: [] },
3734
- 'tk-upload': { svg: svg$3, tags: [] },
3735
- 'tk-void': { svg: svg$2, tags: [] },
3736
- 'tk-warning': { svg: svg$1, tags: [] },
3737
- 'tk-welcome': { svg: svg, tags: [] },
3738
- };
3739
-
3740
- class IllustrationComponent {
3741
- /**
3742
- * Constructor that injects the DomSanitizer service for SVG content sanitization.
3743
- */
3744
- constructor(sanitizer) {
3745
- this.sanitizer = sanitizer;
3746
- /**
3747
- * Size of the illustration. Can be a CSS value (e.g., '100px', '200px', '50%')
3748
- * or a number that will be converted to pixels. This property is used as a fallback
3749
- * when width and height are not provided.
3750
- *
3751
- * The illustration maintains its original aspect ratio when adjusting its size.
3752
- *
3753
- * Example:
3754
- * ```html
3755
- * <tk-illustration name="success" size="300px"></tk-illustration>
3756
- * ```
3757
- */
3758
- this.size = '200px';
3759
- /**
3760
- * Stores the calculated size values that will be applied to the illustration.
3761
- */
3762
- this.calculatedSize = { width: '200px', height: '200px' };
3763
- }
3764
- /**
3765
- * Lifecycle hook that triggers when input properties change.
3766
- * Updates the size and loads the illustration when changes occur.
3767
- */
3768
- ngOnChanges() {
3769
- this.updateSize();
3770
- this.loadIllustration();
3771
- }
3772
- /**
3773
- * Updates the calculated size based on the provided width, height, or size properties.
3774
- * The order of precedence is: width+height > width > height > size
3775
- */
3776
- updateSize() {
3777
- // If both width and height are specified, use them
3778
- if (this.width && this.height) {
3779
- // If both are numbers, convert to pixels
3780
- this.validateIfWidth();
3781
- this.validateIfHeight();
3782
- return;
3783
- }
3784
- // If only width is specified
3785
- if (this.width) {
3786
- this.validateIfWidth();
3787
- return;
3788
- }
3789
- // If only height is specified
3790
- if (this.height) {
3791
- this.validateIfHeight();
3792
- return;
3793
- }
3794
- // If neither width nor height are specified, use size
3795
- this.validateSizeString();
3796
- }
3797
- /**
3798
- * Validates and sets the width of the illustration.
3799
- * Converts numeric values to pixel strings and updates the calculated size.
3800
- */
3801
- validateIfWidth() {
3802
- const value = typeof this.width === 'number' ? `${this.width}px` : `${this.width}`;
3803
- this.calculatedSize = { width: value, height: this.calculatedSize.height };
3804
- }
3805
- /**
3806
- * Validates and sets the height of the illustration.
3807
- * Converts numeric values to pixel strings and updates the calculated size.
3808
- */
3809
- validateIfHeight() {
3810
- const value = typeof this.height === 'number' ? `${this.height}px` : `${this.height}`;
3811
- this.calculatedSize = { width: this.calculatedSize.width, height: value };
3812
- }
3813
- /**
3814
- * Validates and sets the size property of the illustration.
3815
- * Supports predefined sizes (small, medium, large) and custom CSS values.
3816
- *
3817
- * Predefined sizes:
3818
- * - small: 100px x 100px
3819
- * - medium: 200px x 200px
3820
- * - large: 300px x 300px
3821
- *
3822
- * Custom values:
3823
- * - Percentage values (e.g., '50%') are maintained as is
3824
- * - Pixel values (e.g., '150px') are maintained as is
3825
- */
3826
- validateSizeString() {
3827
- if (typeof this.size === 'string') {
3828
- switch (this.size) {
3829
- case 'small':
3830
- this.calculatedSize = { width: '100px', height: '100px' };
3831
- break;
3832
- case 'medium':
3833
- this.calculatedSize = { width: '200px', height: '200px' };
3834
- break;
3835
- case 'large':
3836
- this.calculatedSize = { width: '300px', height: '300px' };
3837
- break;
3838
- default:
3839
- // If size is a percentage string (e.g., '50%'), keep it as is
3840
- if (this.size.endsWith('%')) {
3841
- this.calculatedSize = { width: this.size, height: this.size };
3842
- }
3843
- else if (RegExp(/^\d+(px|rem|em)$/).exec(this.size)) {
3844
- // If size has valid CSS unit (px, rem, em)
3845
- this.calculatedSize = { width: this.size, height: this.size };
3846
- }
3847
- else {
3848
- // Invalid size value
3849
- this.calculatedSize = { width: '200px', height: '200px' };
3850
- }
3851
- break;
3852
- }
3853
- }
3854
- else {
3855
- this.calculatedSize = { width: `${this.size}px`, height: `${this.size}px` };
3856
- }
3857
- }
3858
- /**
3859
- * Loads the illustration from the illustrations registry based on the provided name.
3860
- * If the illustration is found, it sanitizes the SVG content and stores it in the svgContent property.
3861
- */
3862
- loadIllustration() {
3863
- if (this.name && ILLUSTRATIONS[this.name]) {
3864
- this.svgContent = this.sanitizer.bypassSecurityTrustHtml(ILLUSTRATIONS[this.name].svg);
3865
- }
3866
- else {
3867
- this.svgContent = undefined;
3868
- }
3869
- }
3870
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: IllustrationComponent, deps: [{ token: i1.DomSanitizer }], target: i0.ɵɵFactoryTarget.Component }); }
3871
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.2.15", type: IllustrationComponent, isStandalone: true, selector: "tk-illustration", inputs: { name: "name", size: "size", width: "width", height: "height", altText: "altText" }, usesOnChanges: true, ngImport: i0, template: "@if (name) { @if (svgContent) {\n<div\n class=\"tk-illustration__container\"\n [innerHTML]=\"svgContent\"\n [ngStyle]=\"{ width: calculatedSize.width, height: calculatedSize.height }\"\n [attr.role]=\"altText ? 'img' : null\"\n [attr.aria-label]=\"altText || null\"\n [attr.aria-hidden]=\"!altText ? 'true' : null\"\n role=\"img\"></div>\n} @else {\n<div class=\"tk-illustration__error tk-illustration__error--warning\">\n Illustration \"{{ name }}\" not found\n</div>\n} } @else {\n<div class=\"tk-illustration__error\">Illustration not specified</div>\n}\n", styles: [".tk-illustration__container{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}.tk-illustration__container svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;fill:currentColor;transition:fill .2s;pointer-events:none;-webkit-user-select:none;user-select:none}.tk-illustration__error{display:inline-block;padding:var(--tk-spacing-1) var(--tk-spacing-2);border-radius:var(--tk-rounded-scale-02);font-size:var(--tk-font-size-2, 12px);line-height:var(--tk-line-height-2, 1.2);font-weight:500;color:var(--tk-color-danger-900);background-color:var(--tk-color-danger-100);transition:all .2s ease}.tk-illustration__error:hover{background-color:var(--tk-color-danger-200)}.tk-illustration__error--warning{background-color:var(--tk-color-warning-100);color:var(--tk-color-danger-500)}.tk-illustration__error--warning:hover{background-color:var(--tk-color-warning-200)}\n"], dependencies: [{ kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
3872
- }
3873
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.15", ngImport: i0, type: IllustrationComponent, decorators: [{
3874
- type: Component,
3875
- args: [{ selector: 'tk-illustration', standalone: true, imports: [NgStyle], template: "@if (name) { @if (svgContent) {\n<div\n class=\"tk-illustration__container\"\n [innerHTML]=\"svgContent\"\n [ngStyle]=\"{ width: calculatedSize.width, height: calculatedSize.height }\"\n [attr.role]=\"altText ? 'img' : null\"\n [attr.aria-label]=\"altText || null\"\n [attr.aria-hidden]=\"!altText ? 'true' : null\"\n role=\"img\"></div>\n} @else {\n<div class=\"tk-illustration__error tk-illustration__error--warning\">\n Illustration \"{{ name }}\" not found\n</div>\n} } @else {\n<div class=\"tk-illustration__error\">Illustration not specified</div>\n}\n", styles: [".tk-illustration__container{display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}.tk-illustration__container svg{display:block;width:100%;height:100%;max-width:100%;max-height:100%;fill:currentColor;transition:fill .2s;pointer-events:none;-webkit-user-select:none;user-select:none}.tk-illustration__error{display:inline-block;padding:var(--tk-spacing-1) var(--tk-spacing-2);border-radius:var(--tk-rounded-scale-02);font-size:var(--tk-font-size-2, 12px);line-height:var(--tk-line-height-2, 1.2);font-weight:500;color:var(--tk-color-danger-900);background-color:var(--tk-color-danger-100);transition:all .2s ease}.tk-illustration__error:hover{background-color:var(--tk-color-danger-200)}.tk-illustration__error--warning{background-color:var(--tk-color-warning-100);color:var(--tk-color-danger-500)}.tk-illustration__error--warning:hover{background-color:var(--tk-color-warning-200)}\n"] }]
3876
- }], ctorParameters: () => [{ type: i1.DomSanitizer }], propDecorators: { name: [{
3877
- type: Input
3878
- }], size: [{
3879
- type: Input
3880
- }], width: [{
3881
- type: Input
3882
- }], height: [{
3883
- type: Input
3884
- }], altText: [{
3885
- type: Input
3886
- }] } });
3887
-
3888
- /**
3889
- * Generated bundle index. Do not edit.
3890
- */
3891
-
3892
- export { IllustrationComponent };
3893
- //# sourceMappingURL=tekus-design-system-components-illustration.mjs.map