@cuemath/leap 3.5.30-link.4 → 3.5.31-as1

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 (270) hide show
  1. package/dist/assets/illustrations/illustrations.js +43 -0
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/images/images.js +0 -12
  4. package/dist/assets/images/images.js.map +1 -1
  5. package/dist/assets/line-icons/icons/carat-right.js +26 -0
  6. package/dist/assets/line-icons/icons/carat-right.js.map +1 -0
  7. package/dist/assets/line-icons/icons/dots-icon.js +21 -0
  8. package/dist/assets/line-icons/icons/dots-icon.js.map +1 -0
  9. package/dist/assets/line-icons/icons/pause-icon.js +24 -0
  10. package/dist/assets/line-icons/icons/pause-icon.js.map +1 -0
  11. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js +82 -0
  12. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.js.map +1 -0
  13. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.styled.js +77 -0
  14. package/dist/features/chapters/chapters-list/chapter-item/chapter-circular-progress/chapter-circular-progress.styled.js.map +1 -0
  15. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js +18 -91
  16. package/dist/features/chapters/chapters-list/chapter-item/chapter-item-styled.js.map +1 -1
  17. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js +42 -58
  18. package/dist/features/chapters/chapters-list/chapter-item/chapter-item.js.map +1 -1
  19. package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js +16 -32
  20. package/dist/features/circle-games/game-launcher/comps/carousel/carousel-styled.js.map +1 -1
  21. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js +85 -87
  22. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js.map +1 -1
  23. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +35 -35
  24. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
  25. package/dist/features/homework/card-title.js +8 -8
  26. package/dist/features/homework/card-title.js.map +1 -1
  27. package/dist/features/milestone/constants.js +15 -28
  28. package/dist/features/milestone/constants.js.map +1 -1
  29. package/dist/features/milestone/create/milestone-create-helpers.js +42 -43
  30. package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
  31. package/dist/features/parent-dashboard/comps/compact-header/compact-header.js +5 -5
  32. package/dist/features/parent-dashboard/comps/compact-header/compact-header.js.map +1 -1
  33. package/dist/features/timeline/comps/constants.js +18 -18
  34. package/dist/features/timeline/comps/constants.js.map +1 -1
  35. package/dist/features/timeline/comps/daily-timeline-items/daily-timeline-items.js +14 -14
  36. package/dist/features/timeline/comps/daily-timeline-items/daily-timeline-items.js.map +1 -1
  37. package/dist/features/timeline/daily-timeline-styled.js +13 -9
  38. package/dist/features/timeline/daily-timeline-styled.js.map +1 -1
  39. package/dist/features/timeline/daily-timeline-types.js +4 -4
  40. package/dist/features/timeline/daily-timeline-types.js.map +1 -1
  41. package/dist/features/timeline/daily-timeline-view.js +9 -10
  42. package/dist/features/timeline/daily-timeline-view.js.map +1 -1
  43. package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js +13 -0
  44. package/dist/features/timeline/monthly-report/api/use-monthly-report-get.js.map +1 -0
  45. package/dist/features/timeline/monthly-report/comps/achievements/achievements.js +59 -0
  46. package/dist/features/timeline/monthly-report/comps/achievements/achievements.js.map +1 -0
  47. package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js +15 -0
  48. package/dist/features/timeline/monthly-report/comps/achievements/achievements.styled.js.map +1 -0
  49. package/dist/features/timeline/monthly-report/comps/achievements/constant.js +16 -0
  50. package/dist/features/timeline/monthly-report/comps/achievements/constant.js.map +1 -0
  51. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js +128 -0
  52. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.js.map +1 -0
  53. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js +53 -0
  54. package/dist/features/timeline/monthly-report/comps/activities/activities-card/activities-card.styled.js.map +1 -0
  55. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js +121 -0
  56. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.js.map +1 -0
  57. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js +58 -0
  58. package/dist/features/timeline/monthly-report/comps/activities/activities-card-puzzles/activities-card-puzzles.styled.js.map +1 -0
  59. package/dist/features/timeline/monthly-report/comps/activities/activities.js +27 -0
  60. package/dist/features/timeline/monthly-report/comps/activities/activities.js.map +1 -0
  61. package/dist/features/timeline/monthly-report/comps/activities/constants.js +96 -0
  62. package/dist/features/timeline/monthly-report/comps/activities/constants.js.map +1 -0
  63. package/dist/features/timeline/monthly-report/comps/activities/utils.js +15 -0
  64. package/dist/features/timeline/monthly-report/comps/activities/utils.js.map +1 -0
  65. package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js +29 -0
  66. package/dist/features/timeline/monthly-report/comps/attendance/attendance-constants.js.map +1 -0
  67. package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js +107 -0
  68. package/dist/features/timeline/monthly-report/comps/attendance/attendance-utils.js.map +1 -0
  69. package/dist/features/timeline/monthly-report/comps/attendance/attendance.js +44 -0
  70. package/dist/features/timeline/monthly-report/comps/attendance/attendance.js.map +1 -0
  71. package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js +39 -0
  72. package/dist/features/timeline/monthly-report/comps/attendance/attendance.styled.js.map +1 -0
  73. package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js +52 -0
  74. package/dist/features/timeline/monthly-report/comps/attendance/attendence-view.js.map +1 -0
  75. package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js +9 -0
  76. package/dist/features/timeline/monthly-report/comps/feedback/feedback-styled.js.map +1 -0
  77. package/dist/features/timeline/monthly-report/comps/feedback/feedback.js +94 -0
  78. package/dist/features/timeline/monthly-report/comps/feedback/feedback.js.map +1 -0
  79. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js +48 -0
  80. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goal-chapter-card.js.map +1 -0
  81. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js +28 -0
  82. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card-styled.js.map +1 -0
  83. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js +113 -0
  84. package/dist/features/timeline/monthly-report/comps/goals/goals-card/goals-card.js.map +1 -0
  85. package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js +30 -0
  86. package/dist/features/timeline/monthly-report/comps/goals/goals-constants.js.map +1 -0
  87. package/dist/features/timeline/monthly-report/comps/goals/goals.js +22 -0
  88. package/dist/features/timeline/monthly-report/comps/goals/goals.js.map +1 -0
  89. package/dist/features/timeline/monthly-report/monthly-report-styled.js +14 -0
  90. package/dist/features/timeline/monthly-report/monthly-report-styled.js.map +1 -0
  91. package/dist/features/timeline/monthly-report/monthly-report-types.js +5 -0
  92. package/dist/features/timeline/monthly-report/monthly-report-types.js.map +1 -0
  93. package/dist/features/timeline/monthly-report/monthly-report.js +69 -0
  94. package/dist/features/timeline/monthly-report/monthly-report.js.map +1 -0
  95. package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js +10 -0
  96. package/dist/features/timeline/monthly-timeline/api/use-monthly-timeline-get.js.map +1 -0
  97. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js +87 -0
  98. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.js.map +1 -0
  99. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js +9 -0
  100. package/dist/features/timeline/monthly-timeline/comps/monthly-card/monthly-card.styled.js.map +1 -0
  101. package/dist/features/timeline/monthly-timeline/constants.js +40 -0
  102. package/dist/features/timeline/monthly-timeline/constants.js.map +1 -0
  103. package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js +13 -0
  104. package/dist/features/timeline/monthly-timeline/monthly-timeline-styled.js.map +1 -0
  105. package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js +6 -0
  106. package/dist/features/timeline/monthly-timeline/monthly-timeline-types.js.map +1 -0
  107. package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js +28 -0
  108. package/dist/features/timeline/monthly-timeline/monthly-timeline-view.js.map +1 -0
  109. package/dist/features/timeline/monthly-timeline/monthly-timeline.js +62 -0
  110. package/dist/features/timeline/monthly-timeline/monthly-timeline.js.map +1 -0
  111. package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js +9 -0
  112. package/dist/features/timeline/ptm-report/api/use-ptm-report-get.js.map +1 -0
  113. package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js +9 -0
  114. package/dist/features/timeline/ptm-report/comps/key-need/key-need-styled.js.map +1 -0
  115. package/dist/features/timeline/ptm-report/comps/key-need/key-need.js +35 -0
  116. package/dist/features/timeline/ptm-report/comps/key-need/key-need.js.map +1 -0
  117. package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js +53 -0
  118. package/dist/features/timeline/ptm-report/comps/parent-support/parent-support.js.map +1 -0
  119. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js +19 -0
  120. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects-styled.js.map +1 -0
  121. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js +50 -0
  122. package/dist/features/timeline/ptm-report/comps/real-world-projects/real-world-projects.js.map +1 -0
  123. package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js +9 -0
  124. package/dist/features/timeline/ptm-report/comps/report-card/report-card-styled.js.map +1 -0
  125. package/dist/features/timeline/ptm-report/comps/report-card/report-card.js +22 -0
  126. package/dist/features/timeline/ptm-report/comps/report-card/report-card.js.map +1 -0
  127. package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js +9 -0
  128. package/dist/features/timeline/ptm-report/comps/school-support/school-support-styled.js.map +1 -0
  129. package/dist/features/timeline/ptm-report/comps/school-support/school-support.js +84 -0
  130. package/dist/features/timeline/ptm-report/comps/school-support/school-support.js.map +1 -0
  131. package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js +11 -0
  132. package/dist/features/timeline/ptm-report/comps/strategies/strategies-constant.js.map +1 -0
  133. package/dist/features/timeline/ptm-report/comps/strategies/strategies.js +36 -0
  134. package/dist/features/timeline/ptm-report/comps/strategies/strategies.js.map +1 -0
  135. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js +55 -0
  136. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card-styled.js.map +1 -0
  137. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js +35 -0
  138. package/dist/features/timeline/ptm-report/comps/strategy-card/strategy-card.js.map +1 -0
  139. package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js +21 -0
  140. package/dist/features/timeline/ptm-report/comps/student-info/student-info-styled.js.map +1 -0
  141. package/dist/features/timeline/ptm-report/comps/student-info/student-info.js +21 -0
  142. package/dist/features/timeline/ptm-report/comps/student-info/student-info.js.map +1 -0
  143. package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js +9 -0
  144. package/dist/features/timeline/ptm-report/comps/support-card/support-card-styled.js.map +1 -0
  145. package/dist/features/timeline/ptm-report/comps/support-card/support-card.js +30 -0
  146. package/dist/features/timeline/ptm-report/comps/support-card/support-card.js.map +1 -0
  147. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js +9 -0
  148. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations-constant.js.map +1 -0
  149. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js +56 -0
  150. package/dist/features/timeline/ptm-report/comps/teacher-observations/teacher-observations.js.map +1 -0
  151. package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js +15 -0
  152. package/dist/features/timeline/ptm-report/comps/upcoming-chapters/upcoming-chapters.js.map +1 -0
  153. package/dist/features/timeline/ptm-report/ptm-report-constants.js +16 -0
  154. package/dist/features/timeline/ptm-report/ptm-report-constants.js.map +1 -0
  155. package/dist/features/timeline/ptm-report/ptm-report-helpers.js +8 -0
  156. package/dist/features/timeline/ptm-report/ptm-report-helpers.js.map +1 -0
  157. package/dist/features/timeline/ptm-report/ptm-report-styled.js +11 -0
  158. package/dist/features/timeline/ptm-report/ptm-report-styled.js.map +1 -0
  159. package/dist/features/timeline/ptm-report/ptm-report-types.js +5 -0
  160. package/dist/features/timeline/ptm-report/ptm-report-types.js.map +1 -0
  161. package/dist/features/timeline/ptm-report/ptm-report.js +113 -0
  162. package/dist/features/timeline/ptm-report/ptm-report.js.map +1 -0
  163. package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js +5 -0
  164. package/dist/features/timeline/timeline-tabs/timeline-tabs-types.js.map +1 -0
  165. package/dist/features/timeline/timeline-tabs/timeline-tabs.js +42 -0
  166. package/dist/features/timeline/timeline-tabs/timeline-tabs.js.map +1 -0
  167. package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js +37 -0
  168. package/dist/features/timeline/timeline-tabs/timeline-tabs.styled.js.map +1 -0
  169. package/dist/features/trial-session/comps/school-goals/school-goals.js +71 -82
  170. package/dist/features/trial-session/comps/school-goals/school-goals.js.map +1 -1
  171. package/dist/features/trial-session/comps/worksheet/worksheet.js +33 -42
  172. package/dist/features/trial-session/comps/worksheet/worksheet.js.map +1 -1
  173. package/dist/features/trial-session/helper.js +66 -69
  174. package/dist/features/trial-session/helper.js.map +1 -1
  175. package/dist/features/trial-session/hooks/use-slide-config-update.js +17 -22
  176. package/dist/features/trial-session/hooks/use-slide-config-update.js.map +1 -1
  177. package/dist/features/trial-session/hooks/use-trial-session-navigation.js +128 -139
  178. package/dist/features/trial-session/hooks/use-trial-session-navigation.js.map +1 -1
  179. package/dist/features/trial-session/left-panel/index.js.map +1 -1
  180. package/dist/features/trial-session/trial-session-constants.js +9 -16
  181. package/dist/features/trial-session/trial-session-constants.js.map +1 -1
  182. package/dist/features/trial-session/trial-session-types.js.map +1 -1
  183. package/dist/features/trial-session/trial-session.js +66 -68
  184. package/dist/features/trial-session/trial-session.js.map +1 -1
  185. package/dist/features/ui/animated-arc/animated-arc-styled.js +7 -7
  186. package/dist/features/ui/animated-arc/animated-arc-styled.js.map +1 -1
  187. package/dist/features/ui/animated-arc/animated-arc.js +37 -26
  188. package/dist/features/ui/animated-arc/animated-arc.js.map +1 -1
  189. package/dist/features/ui/linear-progress-bar/linear-progress-bar.js +39 -0
  190. package/dist/features/ui/linear-progress-bar/linear-progress-bar.js.map +1 -0
  191. package/dist/features/ui/linear-progress-bar/linear-progress-bar.styled.js +23 -0
  192. package/dist/features/ui/linear-progress-bar/linear-progress-bar.styled.js.map +1 -0
  193. package/dist/features/ui/swipeable-carousel/constants.js +16 -0
  194. package/dist/features/ui/swipeable-carousel/constants.js.map +1 -0
  195. package/dist/features/ui/swipeable-carousel/swipeable-carousel-styled.js +57 -0
  196. package/dist/features/ui/swipeable-carousel/swipeable-carousel-styled.js.map +1 -0
  197. package/dist/features/ui/swipeable-carousel/swipeable-carousel.js +150 -0
  198. package/dist/features/ui/swipeable-carousel/swipeable-carousel.js.map +1 -0
  199. package/dist/features/ui/swipeable-component/swipeable-component-styled.js.map +1 -0
  200. package/dist/features/ui/swipeable-component/swipeable-component.js +27 -0
  201. package/dist/features/ui/swipeable-component/swipeable-component.js.map +1 -0
  202. package/dist/features/ui/theme/text.js +14 -0
  203. package/dist/features/ui/theme/text.js.map +1 -1
  204. package/dist/index.d.ts +246 -41
  205. package/dist/index.js +588 -568
  206. package/dist/index.js.map +1 -1
  207. package/dist/static/2021.2a1a2ec9.svg +1 -0
  208. package/dist/static/2022.2091553a.svg +1 -0
  209. package/dist/static/2023.ed718b4e.svg +1 -0
  210. package/dist/static/2024.aa60edc5.svg +1 -0
  211. package/dist/static/2025.014a8ad3.svg +1 -0
  212. package/dist/static/2026.95d70f27.svg +1 -0
  213. package/dist/static/2027.fe83a41c.svg +1 -0
  214. package/dist/static/2028.b1c253ef.svg +1 -0
  215. package/dist/static/apr.cd56f13d.svg +1 -0
  216. package/dist/static/aug.3ceade02.svg +1 -0
  217. package/dist/static/coding-report-icon.91a1e900.svg +1 -0
  218. package/dist/static/dec.90729a5e.svg +1 -0
  219. package/dist/static/elp-icon.d45b457d.svg +1 -0
  220. package/dist/static/empty-reports.fe92faad.svg +1 -0
  221. package/dist/static/english-icon.50c2e005.svg +1 -0
  222. package/dist/static/feb.a9ecd320.svg +1 -0
  223. package/dist/static/focus-blue.664be268.svg +1 -0
  224. package/dist/static/full-report.00112c74.svg +1 -0
  225. package/dist/static/jan.f8fb9c39.svg +1 -0
  226. package/dist/static/jul.04a98cf0.svg +1 -0
  227. package/dist/static/jun.9b6ab6bf.svg +1 -0
  228. package/dist/static/key.fa0b4c98.svg +1 -0
  229. package/dist/static/live-session-blue.ec7fa85f.svg +1 -0
  230. package/dist/static/mar.f8b372ef.svg +1 -0
  231. package/dist/static/math-fit-grey.c32f37b3.svg +1 -0
  232. package/dist/static/may.23adae48.svg +1 -0
  233. package/dist/static/no-report.4158fad3.svg +1 -0
  234. package/dist/static/nov.c44e4739.svg +1 -0
  235. package/dist/static/oct.856b3b3f.svg +1 -0
  236. package/dist/static/opened-book-green.faacda34.svg +1 -0
  237. package/dist/static/percentage-pattern-yellow.6a25e820.svg +1 -0
  238. package/dist/static/pi-orange.132b108d.svg +1 -0
  239. package/dist/static/ptm-report-icon.5089218f.svg +1 -0
  240. package/dist/static/puzzle-purple.60ff4884.svg +1 -0
  241. package/dist/static/question-mark-yellow.1925aa04.svg +1 -0
  242. package/dist/static/renewal-blue.1ab3b2d4.svg +1 -0
  243. package/dist/static/sat-report-icon.4331be86.svg +1 -0
  244. package/dist/static/science-report-icon.a0014c40.svg +1 -0
  245. package/dist/static/sep.2d547b31.svg +1 -0
  246. package/dist/static/thumbs-up-green.6a03b9d2.svg +1 -0
  247. package/dist/static/thumps-down.a1192a62.svg +1 -0
  248. package/dist/static/thumps-up.caa35a98.svg +1 -0
  249. package/dist/static/time-purple.ab1a458d.svg +1 -0
  250. package/package.json +3 -2
  251. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +0 -12
  252. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +0 -1
  253. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +0 -34
  254. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +0 -1
  255. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component-styled.js.map +0 -1
  256. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js +0 -26
  257. package/dist/features/circle-games/game-launcher/comps/swipable-component/swipeable-component.js.map +0 -1
  258. package/dist/static/apr.09a50ff7.png +0 -0
  259. package/dist/static/aug.7179d37e.png +0 -0
  260. package/dist/static/dec.09f7e315.png +0 -0
  261. package/dist/static/feb.9e72504d.png +0 -0
  262. package/dist/static/jan.da91944a.png +0 -0
  263. package/dist/static/jul.5a1c4932.png +0 -0
  264. package/dist/static/jun.62639c2f.png +0 -0
  265. package/dist/static/mar.f51bcfa6.png +0 -0
  266. package/dist/static/may.7c542020.png +0 -0
  267. package/dist/static/nov.058343e7.png +0 -0
  268. package/dist/static/oct.573ee19d.png +0 -0
  269. package/dist/static/sep.3ccb6468.png +0 -0
  270. /package/dist/features/{circle-games/game-launcher/comps/swipable-component → ui/swipeable-component}/swipeable-component-styled.js +0 -0
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M123.32 61.864C123.128 60.776 123 59.688 123 58.536C123 51.176 127.544 43.24 140.024 43.24C149.56 43.24 155.832 49.128 155.832 57.832C155.832 72.808 139.896 73.448 134.968 80.424H155.96V89H123.448V84.84C123.448 66.344 146.68 68.904 146.68 58.216C146.68 54.184 143.992 51.816 139.96 51.816C134.328 51.816 132.664 55.656 132.664 59.368C132.664 60.456 132.792 61.544 133.048 62.504L123.32 61.864Z" fill="#FFC2A3"/><path d="M160.442 66.6C160.442 54.056 165.754 43.24 178.362 43.24C190.778 43.24 196.154 54.056 196.154 66.6C196.154 79.144 191.034 89.96 178.362 89.96C165.626 89.96 160.442 79.144 160.442 66.6ZM169.402 66.6C169.402 76.456 172.794 81.384 178.362 81.384C183.93 81.384 187.194 76.456 187.194 66.6C187.194 56.744 183.738 51.816 178.362 51.816C172.858 51.816 169.402 56.744 169.402 66.6Z" fill="#FFC2A3"/><path d="M200.757 61.864C200.565 60.776 200.438 59.688 200.438 58.536C200.438 51.176 204.982 43.24 217.462 43.24C226.998 43.24 233.27 49.128 233.27 57.832C233.27 72.808 217.334 73.448 212.406 80.424H233.398V89H200.885V84.84C200.885 66.344 224.118 68.904 224.118 58.216C224.118 54.184 221.429 51.816 217.397 51.816C211.765 51.816 210.102 55.656 210.102 59.368C210.102 60.456 210.23 61.544 210.486 62.504L200.757 61.864Z" fill="#FFC2A3"/><path d="M252.223 44.2V77H243.264V60.008V52V44.2H252.223Z" fill="#FFC2A3"/><path d="M252.223 80.7V89H243.264V80.7H252.223Z" fill="#FFC2A3"/><path d="M375 248V89H266H186H145H100H0V248H375Z" fill="url(#paint0_linear_10824_7654)"/><defs><linearGradient id="paint0_linear_10824_7654" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 248V105H266H186L145 89H100H0V248H375Z" fill="url(#paint0_linear_8717_1994)"/><path d="M107.332 57.1342C107.133 56.0164 107 54.8986 107 53.7151C107 46.1534 111.709 38 124.641 38C134.523 38 141.022 44.0493 141.022 52.9918C141.022 68.3781 124.509 69.0356 119.402 76.2027H141.155V85.0137H107.464V80.7397C107.464 61.737 131.538 64.3671 131.538 53.3863C131.538 49.2438 128.753 46.811 124.575 46.811C118.739 46.811 117.014 50.7562 117.014 54.5699C117.014 55.6877 117.147 56.8055 117.412 57.7918L107.332 57.1342Z" fill="#FFC2FA"/><path d="M146.799 68C146.799 55.1123 152.304 44 165.369 44C178.235 44 183.806 55.1123 183.806 68C183.806 80.8877 178.5 92 165.369 92C152.171 92 146.799 80.8877 146.799 68ZM156.084 68C156.084 78.126 159.599 83.189 165.369 83.189C171.139 83.189 174.521 78.126 174.521 68C174.521 57.874 170.94 52.811 165.369 52.811C159.665 52.811 156.084 57.874 156.084 68Z" fill="#FFC2FA"/><path d="M187.576 73.1342C187.377 72.0164 187.245 70.8986 187.245 69.7151C187.245 62.1534 191.953 54 204.886 54C214.768 54 221.267 60.0493 221.267 68.9918C221.267 84.3781 204.753 85.0356 199.647 92.2027H221.4V101.014H187.709V96.7397C187.709 77.737 211.783 80.3671 211.783 69.3863C211.783 65.2438 208.998 62.811 204.82 62.811C198.983 62.811 197.259 66.7562 197.259 70.5699C197.259 71.6877 197.392 72.8055 197.657 73.7918L187.576 73.1342Z" fill="#FFC2FA"/><path d="M226.177 73.1342C225.978 72.0164 225.845 70.8986 225.845 69.7151C225.845 62.1534 230.554 54 243.486 54C253.368 54 259.867 60.0493 259.867 68.9918C259.867 84.3781 243.354 85.0356 238.247 92.2027H260V101.014H226.309V96.7397C226.309 77.737 250.384 80.3671 250.384 69.3863C250.384 65.2438 247.598 62.811 243.42 62.811C237.584 62.811 235.859 66.7562 235.859 70.5699C235.859 71.6877 235.992 72.8055 236.257 73.7918L226.177 73.1342Z" fill="#FFC2FA"/><path d="M145 89L165 96.75M185 104.5L165 96.75M165 96.75V86.5" stroke="#FFC2FA"/><rect x="185" y="104" width="78" height="3" fill="#FFC2FA"/><rect x="100" y="88" width="45" height="3" fill="#FFC2FA"/><path d="M171.795 65.5439C172.034 65.4365 172.315 65.5321 172.439 65.7627C172.564 65.9933 172.489 66.2809 172.269 66.4219L166.143 70.3301C165.651 70.6439 164.966 70.5134 164.649 70.001C164.317 69.4627 164.563 68.7974 165.111 68.5508L171.795 65.5439Z" fill="#FFC2FA" stroke="#FFC2FA" stroke-linejoin="round"/><defs><linearGradient id="paint0_linear_8717_1994" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE0FD"/><stop offset="1" stop-color="#FFE0FD" stop-opacity="0"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 248V54H265L250 70L252 94L112.5 93L0 54V248H375Z" fill="url(#paint0_linear_8696_5172)"/><path d="M112.327 65.1342C112.131 64.0164 112 62.8986 112 61.7151C112 54.1534 116.642 46 129.39 46C139.131 46 145.538 52.0493 145.538 60.9918C145.538 76.3781 129.259 77.0356 124.225 84.2027H145.669V93.0137H112.458V88.7397C112.458 69.737 136.189 72.3671 136.189 61.3863C136.189 57.2438 133.444 54.811 129.325 54.811C123.572 54.811 121.872 58.7562 121.872 62.5699C121.872 63.6877 122.003 64.8055 122.264 65.7918L112.327 65.1342Z" fill="#FFDB80"/><path d="M150.247 70C150.247 57.1123 155.674 46 168.553 46C181.236 46 186.727 57.1123 186.727 70C186.727 82.8877 181.497 94 168.553 94C155.543 94 150.247 82.8877 150.247 70ZM159.4 70C159.4 80.126 162.865 85.189 168.553 85.189C174.241 85.189 177.575 80.126 177.575 70C177.575 59.874 174.044 54.811 168.553 54.811C162.93 54.811 159.4 59.874 159.4 70Z" fill="#FFDB80"/><path d="M191.43 65.1342C191.234 64.0164 191.103 62.8986 191.103 61.7151C191.103 54.1534 195.745 46 208.493 46C218.234 46 224.641 52.0493 224.641 60.9918C224.641 76.3781 208.363 77.0356 203.329 84.2027H224.772V93.0137H191.561V88.7397C191.561 69.737 215.292 72.3671 215.292 61.3863C215.292 57.2438 212.547 54.811 208.428 54.811C202.675 54.811 200.975 58.7562 200.975 62.5699C200.975 63.6877 201.106 64.8055 201.367 65.7918L191.43 65.1342Z" fill="#FFDB80"/><path d="M265 94V85.9771L250.312 70L265 54.0229V46H231V55.6H250.448L236.78 70L250.448 84.4H231V94H265Z" fill="#FFDB80"/><defs><linearGradient id="paint0_linear_8696_5172" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE9B0"/><stop offset="1" stop-color="#FFE9B0" stop-opacity="0"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 248V69H262H253V75.5H246.5V94H107.5L75.5 56H0V248H375Z" fill="url(#paint0_linear_8662_1648)"/><path d="M107.329 65.1342C107.131 64.0164 107 62.8986 107 61.7151C107 54.1534 111.665 46 124.478 46C134.269 46 140.708 52.0493 140.708 60.9918C140.708 76.3781 124.347 77.0356 119.287 84.2027H140.839V93.0137H107.46V88.7397C107.46 69.737 131.312 72.3671 131.312 61.3863C131.312 57.2438 128.552 54.811 124.413 54.811C118.63 54.811 116.922 58.7562 116.922 62.5699C116.922 63.6877 117.053 64.8055 117.316 65.7918L107.329 65.1342Z" fill="#FFC2A3"/><path d="M148.179 70C148.179 57.1123 153.633 46 166.577 46C179.324 46 184.844 57.1123 184.844 70C184.844 78.1499 182.742 85.5898 177.906 89.9585C175.095 92.4982 171.36 94 166.577 94C161.77 94 158.011 92.4982 155.179 89.9585C150.307 85.5898 148.179 78.1499 148.179 70ZM157.378 70C157.378 80.126 160.86 85.189 166.577 85.189C172.293 85.189 175.645 80.126 175.645 70C175.645 59.874 172.096 54.811 166.577 54.811C160.926 54.811 157.378 59.874 157.378 70Z" fill="#FFC2A3"/><path d="M192.308 65.1342C192.111 64.0164 191.979 62.8986 191.979 61.7151C191.979 54.1534 196.644 46 209.457 46C219.248 46 225.687 52.0493 225.687 60.9918C225.687 76.3781 209.326 77.0356 204.267 84.2027H225.819V93.0137H192.439V88.7397C192.439 69.737 216.291 72.3671 216.291 61.3863C216.291 57.2438 213.531 54.811 209.392 54.811C203.609 54.811 201.901 58.7562 201.901 62.5699C201.901 63.6877 202.033 64.8055 202.295 65.7918L192.308 65.1342Z" fill="#FFC2A3"/><path fill-rule="evenodd" clip-rule="evenodd" d="M231.927 77.1671V84.5315L246.992 84.6329V75.9836H243.228L252.756 63.1616V69.5726H261.955V46.9863H254.399L231.927 77.1671Z" fill="#FFC2A3"/><path d="M268 76.0493H261.955V69.5726H252.756V75.9836H246.992V84.6329L252.756 84.663V93.0137H261.955V84.663L268 84.7288V76.0493Z" fill="#FFC2A3"/><path d="M177.906 89.9585C175.095 92.4982 171.36 94 166.577 94H184.906L177.906 89.9585Z" fill="#FFC2A3"/><path d="M148.179 94H166.577C161.77 94 158.011 92.4982 155.179 89.9585L148.179 94Z" fill="#FFC2A3"/><path d="M268 76.0492H261.955V69.5725H252.756V75.9835H246.992V84.6328L252.756 84.6629V93.0136H261.955V84.6629L268 84.7287V76.0492Z" fill="#FFAA80"/><path d="M155 90C157.866 92.5136 161.67 94 166.535 94C171.375 94 175.155 92.5136 178 90" stroke="white"/><path d="M180.001 65L165.583 71.9368C164.951 72.2408 164.712 73.0178 165.062 73.625C165.413 74.2322 166.206 74.413 166.785 74.0178L180.001 65Z" fill="#FFC2A3"/><path d="M159 65.4553L164.371 73.7983C164.745 74.3799 165.543 74.5049 166.077 74.0657C166.612 73.6265 166.644 72.8195 166.145 72.3395L159 65.4553Z" fill="#FFC2A3"/><path d="M246.992 84.6328V75.9835H252.756V69.5725H261.955" stroke="white"/><defs><linearGradient id="paint0_linear_8662_1648" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M113.743 77.864C113.551 76.776 113.423 75.688 113.423 74.536C113.423 67.176 117.967 59.24 130.447 59.24C139.983 59.24 146.255 65.128 146.255 73.832C146.255 88.808 130.319 89.448 125.391 96.424H146.383V105H113.871V100.84C113.871 82.344 137.103 84.904 137.103 74.216C137.103 70.184 134.415 67.816 130.383 67.816C124.751 67.816 123.087 71.656 123.087 75.368C123.087 76.456 123.215 77.544 123.471 78.504L113.743 77.864ZM150.865 82.6C150.865 70.056 156.177 59.24 168.785 59.24C181.201 59.24 186.577 70.056 186.577 82.6C186.577 95.144 181.457 105.96 168.785 105.96C156.049 105.96 150.865 95.144 150.865 82.6ZM159.825 82.6C159.825 92.456 163.217 97.384 168.785 97.384C174.353 97.384 177.617 92.456 177.617 82.6C177.617 72.744 174.161 67.816 168.785 67.816C163.281 67.816 159.825 72.744 159.825 82.6ZM191.181 77.864C190.989 76.776 190.861 75.688 190.861 74.536C190.861 67.176 195.405 59.24 207.885 59.24C217.421 59.24 223.693 65.128 223.693 73.832C223.693 88.808 207.757 89.448 202.829 96.424H223.821V105H191.309V100.84C191.309 82.344 214.541 84.904 214.541 74.216C214.541 70.184 211.853 67.816 207.821 67.816C202.189 67.816 200.525 71.656 200.525 75.368C200.525 76.456 200.653 77.544 200.909 78.504L191.181 77.864ZM227.791 89.896L236.879 88.552C236.751 94.056 239.439 97.384 244.943 97.384C249.935 97.384 252.431 94.312 252.431 90.216C252.431 86.12 249.487 83.368 244.878 83.368C240.719 83.368 239.055 85.224 238.223 86.184L229.967 84.008L232.783 60.2H259.343V68.776H240.783L239.759 76.584C240.911 76.008 242.639 75.432 245.839 75.432C255.119 75.432 261.391 81.384 261.391 90.216C261.391 99.624 254.927 105.96 244.943 105.96C233.487 105.96 227.343 98.6 227.791 89.896Z" fill="#89F5BF"/><path d="M375 248V89L258 105H114L0 89V248H375Z" fill="url(#paint0_linear_10741_46380)"/><path d="M120.414 43.752V41.896C121.982 41.896 122.702 41.016 122.702 39.8H124.974V51H122.734V43.752H120.414ZM126.34 43.448L127.892 43.208C127.844 43.912 128.18 44.472 129.092 44.472C129.892 44.472 130.324 44.088 130.324 43.48C130.324 42.92 129.892 42.584 129.092 42.584H128.452V41.224H129.076C129.796 41.208 130.084 40.904 130.084 40.504C130.084 40.056 129.732 39.784 129.092 39.784C128.244 39.784 128.052 40.376 128.052 40.728L126.596 40.488C126.612 39.32 127.476 38.376 129.06 38.376C130.756 38.376 131.572 39.272 131.572 40.296C131.572 40.888 131.364 41.384 130.932 41.768C131.604 42.184 131.924 42.776 131.924 43.48C131.924 44.728 130.98 45.912 129.06 45.912C127.268 45.912 126.276 44.776 126.34 43.448ZM137.019 46.52V44.28H139.899V41.4H142.139V44.28H145.019V46.52H142.139V49.4H139.899V46.52H137.019ZM150.139 44.216C150.091 43.944 150.059 43.672 150.059 43.384C150.059 41.544 151.195 39.56 154.315 39.56C156.699 39.56 158.267 41.032 158.267 43.208C158.267 46.952 154.283 47.112 153.051 48.856H158.299V51H150.171V49.96C150.171 45.336 155.979 45.976 155.979 43.304C155.979 42.296 155.307 41.704 154.299 41.704C152.891 41.704 152.475 42.664 152.475 43.592C152.475 43.864 152.507 44.136 152.571 44.376L150.139 44.216ZM159.371 43.448L160.923 43.208C160.875 43.912 161.211 44.472 162.123 44.472C162.923 44.472 163.355 44.088 163.355 43.48C163.355 42.92 162.923 42.584 162.123 42.584H161.483V41.224H162.107C162.827 41.208 163.115 40.904 163.115 40.504C163.115 40.056 162.763 39.784 162.123 39.784C161.275 39.784 161.083 40.376 161.083 40.728L159.627 40.488C159.643 39.32 160.507 38.376 162.091 38.376C163.787 38.376 164.603 39.272 164.603 40.296C164.603 40.888 164.395 41.384 163.963 41.768C164.635 42.184 164.955 42.776 164.955 43.48C164.955 44.728 164.011 45.912 162.091 45.912C160.299 45.912 159.307 44.776 159.371 43.448ZM170.05 46.52V44.28H172.93V41.4H175.17V44.28H178.05V46.52H175.17V49.4H172.93V46.52H170.05ZM183.09 47.464L185.442 47.08C185.378 48.2 185.922 49.096 187.346 49.096C188.61 49.096 189.314 48.456 189.314 47.496C189.314 46.616 188.61 46.088 187.362 46.088H186.338V44.04L187.33 44.024C188.434 44.008 188.914 43.512 188.914 42.888C188.914 42.168 188.37 41.72 187.362 41.72C186.018 41.72 185.714 42.632 185.73 43.224L183.474 42.84C183.506 41.016 184.85 39.56 187.314 39.56C189.906 39.56 191.17 40.968 191.17 42.568C191.17 43.48 190.834 44.28 190.162 44.872C191.154 45.496 191.618 46.424 191.618 47.496C191.618 49.448 190.226 51.24 187.314 51.24C184.514 51.24 182.978 49.512 183.09 47.464ZM192.684 43.448L194.236 43.208C194.188 43.912 194.524 44.472 195.436 44.472C196.236 44.472 196.668 44.088 196.668 43.48C196.668 42.92 196.236 42.584 195.436 42.584H194.796V41.224H195.42C196.14 41.208 196.428 40.904 196.428 40.504C196.428 40.056 196.076 39.784 195.436 39.784C194.588 39.784 194.396 40.376 194.396 40.728L192.94 40.488C192.956 39.32 193.82 38.376 195.404 38.376C197.1 38.376 197.916 39.272 197.916 40.296C197.916 40.888 197.708 41.384 197.276 41.768C197.948 42.184 198.268 42.776 198.268 43.48C198.268 44.728 197.324 45.912 195.404 45.912C193.612 45.912 192.62 44.776 192.684 43.448ZM203.363 46.52V44.28H206.243V41.4H208.483V44.28H211.363V46.52H208.483V49.4H206.243V46.52H203.363ZM216.323 49.736C216.323 49 216.915 48.392 217.715 48.392C218.435 48.392 219.043 49 219.043 49.736C219.043 50.52 218.435 51.128 217.715 51.128C216.915 51.128 216.323 50.52 216.323 49.736ZM219.901 49.736C219.901 49 220.493 48.392 221.293 48.392C222.013 48.392 222.621 49 222.621 49.736C222.621 50.52 222.013 51.128 221.293 51.128C220.493 51.128 219.901 50.52 219.901 49.736ZM223.479 49.736C223.479 49 224.071 48.392 224.871 48.392C225.591 48.392 226.199 49 226.199 49.736C226.199 50.52 225.591 51.128 224.871 51.128C224.071 51.128 223.479 50.52 223.479 49.736ZM231.159 46.52V44.28H234.039V41.4H236.279V44.28H239.159V46.52H236.279V49.4H234.039V46.52H231.159ZM252.84 44.904C252.84 49.096 251.08 51.24 248.376 51.24C246.28 51.24 244.6 50.216 244.424 47.8L246.664 47.384C246.728 48.616 247.352 49.096 248.312 49.096C249.288 49.096 250.216 48.44 250.472 46.344C249.848 46.904 249.016 47.208 248.008 47.208C245.944 47.208 244.248 45.736 244.248 43.496C244.248 41.112 246.168 39.56 248.44 39.56C250.952 39.56 252.84 41.192 252.84 44.904ZM250.296 43.496C250.296 42.552 249.56 41.704 248.376 41.704C247.352 41.704 246.488 42.456 246.488 43.544C246.488 44.472 247.208 45.304 248.456 45.304C249.288 45.304 250.296 44.744 250.296 43.496ZM253.778 43.448L255.33 43.208C255.282 43.912 255.618 44.472 256.53 44.472C257.33 44.472 257.762 44.088 257.762 43.48C257.762 42.92 257.33 42.584 256.53 42.584H255.89V41.224H256.514C257.234 41.208 257.522 40.904 257.522 40.504C257.522 40.056 257.17 39.784 256.53 39.784C255.682 39.784 255.49 40.376 255.49 40.728L254.034 40.488C254.05 39.32 254.914 38.376 256.498 38.376C258.194 38.376 259.01 39.272 259.01 40.296C259.01 40.888 258.802 41.384 258.37 41.768C259.042 42.184 259.362 42.776 259.362 43.48C259.362 44.728 258.418 45.912 256.498 45.912C254.706 45.912 253.714 44.776 253.778 43.448Z" fill="#89F5BF"/><defs><linearGradient id="paint0_linear_10741_46380" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#D0FBE5"/><stop offset="1" stop-color="#D0FBE5" stop-opacity="0"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M114.368 77.864C114.176 76.776 114.048 75.688 114.048 74.536C114.048 67.176 118.592 59.24 131.072 59.24C140.608 59.24 146.88 65.128 146.88 73.832C146.88 88.808 130.944 89.448 126.016 96.424H147.008V105H114.496V100.84C114.496 82.344 137.728 84.904 137.728 74.216C137.728 70.184 135.04 67.816 131.008 67.816C125.376 67.816 123.712 71.656 123.712 75.368C123.712 76.456 123.84 77.544 124.096 78.504L114.368 77.864Z" fill="#99E5FF"/><path d="M151.49 82.6C151.49 70.056 156.802 59.24 169.41 59.24C181.826 59.24 187.202 70.056 187.202 82.6C187.202 95.144 182.082 105.96 169.41 105.96C156.674 105.96 151.49 95.144 151.49 82.6ZM160.45 82.6C160.45 92.456 163.842 97.384 169.41 97.384C174.978 97.384 178.242 92.456 178.242 82.6C178.242 72.744 174.786 67.816 169.41 67.816C163.906 67.816 160.45 72.744 160.45 82.6Z" fill="#99E5FF"/><path d="M191.805 77.864C191.613 76.776 191.485 75.688 191.485 74.536C191.485 67.176 196.029 59.24 208.509 59.24C218.045 59.24 224.317 65.128 224.317 73.832C224.317 88.808 208.381 89.448 203.453 96.424H224.445V105H191.933V100.84C191.933 82.344 215.165 84.904 215.165 74.216C215.165 70.184 212.477 67.816 208.445 67.816C202.813 67.816 201.149 71.656 201.149 75.368C201.149 76.456 201.277 77.544 201.533 78.504L191.805 77.864Z" fill="#99E5FF"/><path d="M228.415 84.584C228.415 67.816 235.455 59.24 246.271 59.24C254.655 59.24 261.375 63.336 262.079 73L253.119 74.664C252.863 69.736 250.367 67.816 246.527 67.816C242.623 67.816 238.911 70.44 237.887 78.824C240.383 76.584 243.711 75.368 247.743 75.368C255.999 75.368 262.783 81.256 262.783 90.216C262.783 99.752 255.103 105.96 246.015 105.96C235.967 105.96 228.415 99.432 228.415 84.584ZM238.591 90.216C238.591 93.992 241.535 97.384 246.271 97.384C250.367 97.384 253.823 94.376 253.823 90.024C253.823 86.312 250.943 82.984 245.951 82.984C242.623 82.984 238.591 85.224 238.591 90.216Z" fill="#99E5FF"/><path d="M375 248V89L258 105H114L0 89V248H375Z" fill="url(#paint0_linear_10741_46384)"/><path d="M375 248V89L258 105H114L0 89V248H375Z" fill="url(#paint1_linear_10741_46384)"/><path d="M166.069 44.216C166.021 43.944 165.989 43.672 165.989 43.384C165.989 41.544 167.125 39.56 170.245 39.56C172.629 39.56 174.197 41.032 174.197 43.208C174.197 46.952 170.213 47.112 168.981 48.856H174.229V51H166.101V49.96C166.101 45.336 171.909 45.976 171.909 43.304C171.909 42.296 171.237 41.704 170.229 41.704C168.821 41.704 168.405 42.664 168.405 43.592C168.405 43.864 168.437 44.136 168.501 44.376L166.069 44.216ZM175.733 47.656L177.989 45.4L175.733 43.144L177.349 41.528L179.605 43.784L181.861 41.528L183.461 43.144L181.205 45.4L183.461 47.656L181.861 49.256L179.605 47L177.349 49.256L175.733 47.656ZM184.719 43.752V41.896C186.287 41.896 187.007 41.016 187.007 39.8H189.279V51H187.039V43.752H184.719ZM190.693 45.4C190.693 42.264 192.021 39.56 195.173 39.56C198.277 39.56 199.621 42.264 199.621 45.4C199.621 48.536 198.341 51.24 195.173 51.24C191.989 51.24 190.693 48.536 190.693 45.4ZM192.933 45.4C192.933 47.864 193.781 49.096 195.173 49.096C196.565 49.096 197.381 47.864 197.381 45.4C197.381 42.936 196.517 41.704 195.173 41.704C193.797 41.704 192.933 42.936 192.933 45.4ZM200.516 43.752V41.896C202.084 41.896 202.804 41.016 202.804 39.8H205.076V51H202.836V43.752H200.516ZM206.442 47.464L208.794 47.08C208.73 48.2 209.274 49.096 210.698 49.096C211.962 49.096 212.666 48.456 212.666 47.496C212.666 46.616 211.962 46.088 210.714 46.088H209.69V44.04L210.682 44.024C211.786 44.008 212.266 43.512 212.266 42.888C212.266 42.168 211.722 41.72 210.714 41.72C209.37 41.72 209.066 42.632 209.082 43.224L206.826 42.84C206.858 41.016 208.202 39.56 210.666 39.56C213.258 39.56 214.522 40.968 214.522 42.568C214.522 43.48 214.186 44.28 213.514 44.872C214.506 45.496 214.97 46.424 214.97 47.496C214.97 49.448 213.578 51.24 210.666 51.24C207.866 51.24 206.33 49.512 206.442 47.464Z" fill="#99E5FF"/><path d="M151.5 82.6C151.5 70.056 156.812 59.24 169.42 59.24C181.836 59.24 187.212 70.056 187.212 82.6C187.212 95.144 182.092 105.96 169.42 105.96C156.684 105.96 151.5 95.144 151.5 82.6ZM160.46 82.6C160.46 83.7035 160.503 84.7453 160.586 85.7252C161.247 93.4977 164.475 97.384 169.42 97.384C174.365 97.384 177.492 93.4977 178.131 85.7252C178.211 84.7453 178.252 83.7035 178.252 82.6C178.252 81.5059 178.21 80.4726 178.126 79.5C177.461 71.7107 174.199 67.816 169.42 67.816C164.527 67.816 161.253 71.7107 160.586 79.5C160.503 80.4726 160.46 81.5059 160.46 82.6Z" fill="#99E5FF"/><path d="M160.586 79.5C160.503 80.4726 160.46 81.5059 160.46 82.6C160.46 83.7035 160.503 84.7453 160.586 85.7252H178.131C178.211 84.7453 178.252 83.7035 178.252 82.6C178.252 81.5059 178.21 80.4726 178.126 79.5H160.586Z" fill="#99E5FF"/><defs><linearGradient id="paint0_linear_10741_46384" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#D0FBE5"/><stop offset="1" stop-color="#D0FBE5" stop-opacity="0"/></linearGradient><linearGradient id="paint1_linear_10741_46384" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#D6F5FF"/><stop offset="1" stop-color="#D6F5FF" stop-opacity="0"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_10741_46388)"><rect width="375" height="248" fill="white"/><path d="M115.587 61.864C115.395 60.776 115.267 59.688 115.267 58.536C115.267 51.176 119.811 43.24 132.291 43.24C141.827 43.24 148.099 49.128 148.099 57.832C148.099 72.808 132.163 73.448 127.235 80.424H148.227V89H115.715V84.84C115.715 66.344 138.947 68.904 138.947 58.216C138.947 54.184 136.259 51.816 132.227 51.816C126.595 51.816 124.931 55.656 124.931 59.368C124.931 60.456 125.059 61.544 125.315 62.504L115.587 61.864ZM152.709 66.6C152.709 54.056 158.021 43.24 170.629 43.24C183.045 43.24 188.421 54.056 188.421 66.6C188.421 79.144 183.301 89.96 170.629 89.96C157.893 89.96 152.709 79.144 152.709 66.6ZM161.669 66.6C161.669 76.456 165.061 81.384 170.629 81.384C176.197 81.384 179.461 76.456 179.461 66.6C179.461 56.744 176.005 51.816 170.629 51.816C165.125 51.816 161.669 56.744 161.669 66.6ZM193.024 61.864C192.832 60.776 192.704 59.688 192.704 58.536C192.704 51.176 197.248 43.24 209.728 43.24C219.264 43.24 225.536 49.128 225.536 57.832C225.536 72.808 209.6 73.448 204.672 80.424H225.664V89H193.152V84.84C193.152 66.344 216.384 68.904 216.384 58.216C216.384 54.184 213.696 51.816 209.664 51.816C204.032 51.816 202.368 55.656 202.368 59.368C202.368 60.456 202.496 61.544 202.752 62.504L193.024 61.864ZM229.572 52.776V44.2H261.06V52.776C253.956 61.416 247.876 75.752 246.596 89H237.444C238.532 76.584 243.524 62.76 249.924 52.776H229.572Z" fill="#FFDB80"/><path d="M375 248V89H266H186H145H100H0V248H375Z" fill="url(#paint0_linear_10741_46388)"/><circle cx="332" cy="102" r="87" transform="rotate(-2.41959 332 102)" fill="white"/><path d="M419 102C419 150.049 380.049 189 332 189C283.951 189 245 150.049 245 102C245 83.2627 250.923 65.9087 261 51.7087" stroke="#FFDB80"/></g><defs><linearGradient id="paint0_linear_10741_46388" x1="187.5" y1="90.6392" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE9B0"/><stop offset="1" stop-color="#FFE9B0" stop-opacity="0"/></linearGradient><clipPath id="clip0_10741_46388"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M113.68 61.864C113.488 60.776 113.36 59.688 113.36 58.536C113.36 51.176 117.904 43.24 130.384 43.24C139.92 43.24 146.192 49.128 146.192 57.832C146.192 72.808 130.256 73.448 125.328 80.424H146.32V89H113.808V84.84C113.808 66.344 137.04 68.904 137.04 58.216C137.04 54.184 134.352 51.816 130.32 51.816C124.688 51.816 123.024 55.656 123.024 59.368C123.024 60.456 123.152 61.544 123.408 62.504L113.68 61.864Z" fill="#FFC2FA"/><path d="M150.802 66.6C150.802 54.056 156.114 43.24 168.722 43.24C181.138 43.24 186.514 54.056 186.514 66.6C186.514 79.144 181.394 89.96 168.722 89.96C155.986 89.96 150.802 79.144 150.802 66.6ZM159.762 66.6C159.762 67.7035 159.805 68.7453 159.888 69.7252C160.549 77.4977 163.778 81.384 168.722 81.384C173.667 81.384 176.794 77.4977 177.433 69.7252C177.513 68.7453 177.554 67.7035 177.554 66.6C177.554 65.5059 177.512 64.4726 177.429 63.5C176.764 55.7107 173.502 51.816 168.722 51.816C163.829 51.816 160.555 55.7107 159.888 63.5C159.805 64.4726 159.762 65.5059 159.762 66.6Z" fill="#FFC2FA"/><path d="M191.118 61.864C190.926 60.776 190.798 59.688 190.798 58.536C190.798 51.176 195.342 43.24 207.822 43.24C217.358 43.24 223.63 49.128 223.63 57.832C223.63 72.808 207.694 73.448 202.766 80.424H223.758V89H191.246V84.84C191.246 66.344 214.478 68.904 214.478 58.216C214.478 54.184 211.79 51.816 207.758 51.816C202.126 51.816 200.462 55.656 200.462 59.368C200.462 60.456 200.59 61.544 200.846 62.504L191.118 61.864Z" fill="#FFC2FA"/><path d="M375 248V89H266H186H145H100H0V248H375Z" fill="url(#paint0_linear_10741_46392)"/><path d="M256.588 74.2453C256.588 72.2456 256.076 70.3681 255.179 68.7394C252.612 71.0829 249.22 72.5094 245.5 72.5094C241.78 72.5094 238.387 71.0831 235.82 68.7394C234.924 70.3681 234.412 72.2457 234.412 74.2453C234.412 80.4767 239.376 85.5283 245.5 85.5283C251.624 85.5283 256.588 80.4767 256.588 74.2453ZM245.5 62.9623C242.575 62.9623 239.916 64.1167 237.934 66C239.916 67.8833 242.575 69.0377 245.5 69.0377C248.425 69.0377 251.084 67.8833 253.066 66C251.084 64.1167 248.425 62.9623 245.5 62.9623ZM256.588 57.7547C256.588 51.5233 251.624 46.4717 245.5 46.4717C239.376 46.4717 234.412 51.5233 234.412 57.7547C234.412 59.754 234.924 61.6312 235.82 63.2598C238.387 60.9163 241.78 59.4906 245.5 59.4906C249.22 59.4906 252.612 60.9165 255.179 63.2598C256.075 61.6312 256.588 59.7542 256.588 57.7547ZM260 57.7547C260 60.8088 259.088 63.6459 257.526 66C259.088 68.3541 260 71.1912 260 74.2453C260 82.3941 253.508 89 245.5 89C237.492 89 231 82.3941 231 74.2453C231 71.1914 231.911 68.354 233.473 66C231.911 63.646 231 60.8086 231 57.7547C231 49.6059 237.492 43 245.5 43C253.508 43 260 49.6059 260 57.7547Z" fill="#FFC2FA"/><path d="M245.5 62.9623C242.575 62.9623 239.916 64.1167 237.934 66C239.916 67.8833 242.575 69.0377 245.5 69.0377C248.425 69.0377 251.084 67.8833 253.066 66C251.084 64.1167 248.425 62.9623 245.5 62.9623Z" fill="#FFE0FD"/><path d="M256.588 74.2453C256.588 72.2456 256.076 70.3681 255.179 68.7394C252.612 71.0829 249.22 72.5094 245.5 72.5094C241.78 72.5094 238.387 71.0831 235.82 68.7394C234.924 70.3681 234.412 72.2457 234.412 74.2453C234.412 80.4767 239.376 85.5283 245.5 85.5283C251.624 85.5283 256.588 80.4767 256.588 74.2453ZM245.5 62.9623C242.575 62.9623 239.916 64.1167 237.934 66C239.916 67.8833 242.575 69.0377 245.5 69.0377C248.425 69.0377 251.084 67.8833 253.066 66C251.084 64.1167 248.425 62.9623 245.5 62.9623ZM256.588 57.7547C256.588 51.5233 251.624 46.4717 245.5 46.4717C239.376 46.4717 234.412 51.5233 234.412 57.7547C234.412 59.754 234.924 61.6312 235.82 63.2598C238.387 60.9163 241.78 59.4906 245.5 59.4906C249.22 59.4906 252.612 60.9165 255.179 63.2598C256.075 61.6312 256.588 59.7542 256.588 57.7547ZM260 57.7547C260 60.8088 259.088 63.6459 257.526 66C259.088 68.3541 260 71.1912 260 74.2453C260 82.3941 253.508 89 245.5 89C237.492 89 231 82.3941 231 74.2453C231 71.1914 231.911 68.354 233.473 66C231.911 63.646 231 60.8086 231 57.7547C231 49.6059 237.492 43 245.5 43C253.508 43 260 49.6059 260 57.7547Z" stroke="#FFC2FA" stroke-width="2"/><path d="M245.5 62.9623C242.575 62.9623 239.916 64.1167 237.934 66C239.916 67.8833 242.575 69.0377 245.5 69.0377C248.425 69.0377 251.084 67.8833 253.066 66C251.084 64.1167 248.425 62.9623 245.5 62.9623Z" stroke="#FFC2FA" stroke-width="2"/><defs><linearGradient id="paint0_linear_10741_46392" x1="187.5" y1="89" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE0FD"/><stop offset="1" stop-color="#FFE0FD" stop-opacity="0"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6058)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8257_6058)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M148.645 66.1343C139.121 42.1276 124.239 47.5663 118.606 49.6248L118.537 49.6501C112.958 51.6885 103.714 62 104.634 78.0985C105.5 93.2534 112.958 100.077 118.537 102.027C124.116 103.977 138.727 105.661 147.405 91.4809C148.379 93.7851 150.948 98.9253 153.427 101.052C156.526 103.711 166.71 106.99 169.189 89.3539H162.637C162.696 90.9491 162.3 94.1396 160.246 94.1396C157.678 94.1396 154.135 84.834 153.427 81.6435L163.183 48.069H153.973L148.645 66.1343ZM122.345 56.2969C129.163 52.6633 138.284 53.3723 144.217 80.7573C140.886 91.4809 132.058 100.217 121.194 93.2534C109.917 86.0262 115.526 59.9305 122.345 56.2969Z" fill="#99E5FF"/><path d="M176.85 103.493H188.037V82.7974H202.02C213.367 82.7974 220.079 75.5261 220.079 65.1384C220.079 54.8307 213.287 47.5593 202.02 47.5593H176.85V103.493ZM188.037 72.0902V58.2666H201.221C206.175 58.2666 208.892 60.7436 208.892 65.1384C208.892 69.6131 206.175 72.0902 201.221 72.0902H188.037Z" fill="#99E5FF"/><path d="M226.479 103.493H237.665V82.7974H248.772L258.441 103.573H270.586L259.959 81.2792C266.271 78.5625 269.947 72.6495 269.947 65.1384C269.947 54.8307 262.835 47.5593 251.888 47.5593H226.479V103.493ZM237.665 72.0902V58.2666H251.089C255.804 58.2666 258.76 60.7436 258.76 65.1384C258.76 69.6131 255.804 72.0902 251.089 72.0902H237.665Z" fill="#99E5FF"/></g><defs><linearGradient id="paint0_linear_8257_6058" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#D6F5FF"/><stop offset="1" stop-color="#D6F5FF" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6058"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 247V56C309.696 202.331 67.4262 201.24 0 56V247H375Z" fill="url(#paint0_linear_8257_6041)"/><path d="M185.959 7V103.273M185.959 103.273V129.638M185.959 103.273H345M185.959 103.273H32M185.959 103.273V145.875M185.959 103.273V152M184.538 95.168H187.566M184.538 46.4548H187.566M184.538 70.8114H187.566M184.538 22.0982H187.566M184.538 87.0491H187.566M184.538 38.336H187.566M184.538 62.6925H187.566M184.538 13.9794H187.566M184.538 78.9302H187.566M184.538 30.2171H187.566M184.538 54.5737H187.566M184.538 119.525H187.566M184.538 111.406H187.566M184.538 127.643H187.566M184.538 103.287H187.566M281.853 103.714V102.717M185.836 103.714V102.717M233.845 103.714V102.717M137.827 103.714V102.717M265.85 103.714V102.717M169.833 103.714V102.717M217.842 103.714V102.717M121.824 103.714V102.717M249.848 103.714V102.717M153.83 103.714V102.717M201.839 103.714V102.717M105.821 103.714V102.717M329.862 103.714V102.717M313.859 103.714V102.717M297.856 103.714L297.856 102.717M184.538 135.762H187.566M184.538 143.881H187.566M184.538 152H187.566" stroke="#FFDDCC" stroke-width="0.291225" stroke-linecap="round" stroke-linejoin="round"/><path d="M248.149 46.8096C260.757 46.8096 269.754 53.9322 272.019 64.5781L262.477 67.9287C261.787 64.6334 260.197 61.8472 257.84 59.8545C255.345 57.7457 252.02 56.5508 248.069 56.5508C236.927 56.5508 230.015 65.1575 230.015 75.4863C230.015 81.0877 231.857 85.8684 235.146 89.251C238.438 92.635 243.141 94.5829 248.79 94.583C254.471 94.583 259.526 92.0273 262.434 87.625C262.535 87.4716 262.544 87.2743 262.457 87.1123C262.37 86.9504 262.2 86.8497 262.017 86.8496H250.092V77.6699H273.139V103.121H264.279V97.3691C264.279 97.1569 264.146 96.9678 263.945 96.8975C263.745 96.8272 263.522 96.891 263.39 97.0566C259.967 101.335 254.424 104.323 246.466 104.323C230.986 104.323 219.793 92.2383 219.793 75.6465C219.793 67.4658 222.598 60.2593 227.529 55.1016C232.459 49.9465 239.54 46.8096 248.149 46.8096ZM161.623 47.9697C162.949 60.542 164.997 71.8694 168.55 80.1436C172.145 88.5157 177.347 93.9017 185.01 94.1104C191.758 94.294 196.367 89.1029 199.657 80.7979C202.921 72.5607 204.979 61.048 206.544 47.9697H216.396C216.522 57.4797 215.12 71.4591 210.516 83.1201C205.828 94.9915 197.899 104.305 185.023 104.305C172.14 104.305 163.852 94.9817 158.716 83.1055C153.675 71.4494 151.746 57.4789 151.512 47.9697H161.623ZM136.654 48.0117L159.091 103.121H147.828L142.584 90.1279C142.517 89.9625 142.368 89.8475 142.195 89.8213L142.12 89.8154H118.554C118.375 89.8156 118.212 89.9112 118.123 90.0625L118.09 90.1309L112.924 103.121H101.742L124.021 48.0117H136.654ZM130.336 60.3984C130.157 60.3989 129.995 60.4938 129.906 60.6445L129.873 60.7129L122.418 79.3887C122.357 79.5425 122.376 79.7174 122.469 79.8545C122.562 79.9916 122.717 80.0742 122.883 80.0742H137.872C138.038 80.0741 138.193 79.9917 138.286 79.8545C138.379 79.717 138.398 79.5416 138.336 79.3877L130.801 60.7109C130.724 60.5215 130.54 60.3981 130.336 60.3984Z" fill="#FFC2A3"/><defs><linearGradient id="paint0_linear_8257_6041" x1="187.5" y1="56" x2="187.5" y2="215" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.23584 20.0001L15.8181 13.8904V26.1097L5.23584 20.0001Z" fill="#DADADA"/><path d="M34.7646 20.0001L24.1824 13.8904V26.1097L34.7646 20.0001Z" fill="#DADADA"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" fill="#DADADA"/><path d="M5.23584 20.0001L15.8181 13.8904V26.1097L5.23584 20.0001Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M34.7646 20.0001L24.1824 13.8904V26.1097L34.7646 20.0001Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M21.6206 11.4452L21.7808 11.4539C22.1513 11.4937 22.4964 11.6698 22.7456 11.952C22.9646 12.2001 23.0912 12.512 23.1147 12.8368C23.2079 12.7424 23.3143 12.6597 23.4321 12.5916C23.8962 12.3237 24.468 12.3237 24.9321 12.5916L35.5151 18.701C35.979 18.969 36.2641 19.4642 36.2642 19.9998C36.2642 20.5357 35.9783 21.0307 35.5142 21.2987L24.9321 27.409C24.4681 27.6768 23.8961 27.6769 23.4321 27.409C22.9682 27.1411 22.6823 26.6459 22.6821 26.1102V16.5457L21.3452 27.2411C21.2513 27.9916 20.6134 28.5545 19.8569 28.5545H18.3794C17.9492 28.5545 17.5391 28.3702 17.2544 28.0477C17.0355 27.7997 16.908 27.4885 16.8843 27.1639C16.7913 27.2579 16.6854 27.3411 16.5679 27.409C16.1038 27.6768 15.5319 27.6769 15.0679 27.409L4.48584 21.2987C4.02184 21.0307 3.73584 20.5357 3.73584 19.9998C3.73591 19.464 4.0218 18.9689 4.48584 18.701L15.0679 12.5916C15.532 12.3237 16.1038 12.3237 16.5679 12.5916C17.032 12.8596 17.3179 13.3546 17.3179 13.8905V23.4461L18.6538 12.7586L18.6782 12.6209C18.8283 11.9404 19.4338 11.4452 20.1431 11.4452H21.6206ZM8.23486 19.9998L14.3179 23.5106V16.4881L8.23486 19.9998ZM25.6821 23.5106L31.7642 19.9998L25.6821 16.4881V23.5106Z" fill="#DADADA" stroke="#0D0D0D" stroke-linejoin="round"/><path d="M15.1519 15.0451L15.1519 24.9553L6.56787 20.0002L15.1519 15.0451Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M24.8486 15.0451L24.8486 24.9553L33.4326 20.0002L24.8486 15.0451Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M20.1426 12.9452H21.6209L19.8572 27.0549H18.3789L20.1426 12.9452Z" fill="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6050)"><rect width="375" height="248" fill="white"/><path d="M375 248V56H0V248H375Z" fill="url(#paint0_linear_8257_6050)"/><path d="M389.973 113.283L233.075 77.4305M378.415 20L233.075 73.4363M233.075 77.4305L226.432 75.8789L233.075 73.4363M233.075 77.4305C233.803 75.7524 233.379 74.0684 233.075 73.4363" stroke="#FFC2A3" stroke-width="0.291225"/><path d="M232.645 46.9004C244.972 46.9005 253.865 53.9982 256.119 64.6172L247.085 67.9414C245.65 61.1498 240.254 56.6075 232.564 56.6074C222.108 56.6074 215.045 64.8562 215.045 74.7666C215.045 80.5815 216.835 85.523 220.02 89.0166C223.208 92.5144 227.76 94.5233 233.203 94.5234C241.389 94.5234 248.221 89.3282 249.371 81.21L259.179 83.4629C257.57 95.6451 246.889 104.231 233.523 104.231C224.855 104.231 217.695 101.199 212.704 96.1396C207.712 91.0787 204.857 83.9578 204.857 75.7256C204.858 59.4306 215.851 46.9004 232.645 46.9004ZM125.997 48.0986C129.925 48.0986 133.534 48.8675 136.735 50.2578L133.376 54.5566C133.206 54.7741 133.245 55.0878 133.462 55.2578C133.652 55.4066 133.917 55.3959 134.094 55.2451L134.164 55.1719L137.667 50.6895C139.473 51.5644 141.142 52.6431 142.655 53.8994L139.819 58.0225C139.663 58.2499 139.721 58.5612 139.948 58.7178C140.147 58.8547 140.411 58.8283 140.578 58.667L140.644 58.5898L143.417 54.5547C145.159 56.1248 146.678 57.9413 147.941 59.958L144.008 63.2158L144.327 63.6006L144.646 63.9863L148.462 60.8242C149.627 62.8507 150.546 65.063 151.188 67.418L147.083 68.7686C146.821 68.8547 146.678 69.1373 146.764 69.3994C146.85 69.6617 147.133 69.805 147.396 69.7188L151.434 68.3896C151.943 70.5414 152.226 72.8039 152.262 75.1455H147.604C147.328 75.1455 147.104 75.3696 147.104 75.6455C147.104 75.9216 147.327 76.1455 147.604 76.1455H152.262C152.226 78.4975 151.941 80.7661 151.428 82.9199L147.729 81.9561C147.462 81.8865 147.189 82.0465 147.119 82.3135C147.05 82.5805 147.21 82.854 147.477 82.9238L151.179 83.8887C150.531 86.2456 149.605 88.4552 148.43 90.4756L144.596 88.0244L144.327 88.4463L144.058 88.8672L147.91 91.3311C146.647 93.3238 145.132 95.1166 143.394 96.665L140.625 93.1426L140.555 93.0693C140.377 92.9191 140.113 92.9096 139.923 93.0586C139.733 93.2078 139.68 93.4669 139.784 93.6748L139.838 93.7607L142.63 97.3125C141.12 98.5514 139.456 99.6146 137.655 100.477L134.152 96.3145C133.975 96.1038 133.659 96.0767 133.448 96.2539C133.263 96.4094 133.219 96.6707 133.33 96.875L133.388 96.959L136.711 100.908C133.515 102.277 129.915 103.032 125.997 103.032H115.158V48.0986H125.997ZM199.748 48.0986V57.8066H171.402C171.126 57.8068 170.903 58.0308 170.902 58.3066V69.5732C170.903 69.8491 171.126 70.0731 171.402 70.0732H196.473V79.7803H171.402C171.126 79.7804 170.903 80.0044 170.902 80.2803V92.8252C170.902 93.1012 171.126 93.325 171.402 93.3252H199.748V103.032H160.716V48.0986H199.748ZM125.838 58.3652C125.562 58.3652 125.338 58.5894 125.338 58.8652C125.338 58.889 125.342 58.9127 125.345 58.9355V92.1943C125.341 92.2176 125.338 92.2414 125.338 92.2656C125.338 92.5418 125.562 92.7656 125.838 92.7656H125.845V92.7646C135.104 92.7609 141.68 85.5486 141.68 75.6455C141.679 65.7496 135.11 58.3696 125.846 58.3652H125.838ZM144.596 88.0244C144.363 87.8763 144.054 87.9446 143.905 88.1768C143.757 88.4093 143.825 88.7184 144.058 88.8672L144.596 88.0244ZM144.008 63.2158C143.795 63.3919 143.766 63.7073 143.941 63.9199C144.117 64.1325 144.433 64.1622 144.646 63.9863L144.008 63.2158Z" fill="#FFC2A3"/></g><defs><linearGradient id="paint0_linear_8257_6050" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6050"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.1093 19.4809C27.1093 24.3888 23.9263 28.3675 20 28.3675C16.0736 28.3675 12.8906 24.3888 12.8906 19.4809C12.8906 14.5729 16.0736 10.5942 20 10.5942C23.9263 10.5942 27.1093 14.5729 27.1093 19.4809Z" fill="#DADADA"/><path d="M19.9998 21.7867L17.282 23.8139L15.7937 21.7867L13.0273 23.358C13.6759 26.616 16.5511 29.0715 19.9997 29.0715C23.4484 29.0715 26.3235 26.616 26.9721 23.358L24.1414 21.9621L22.6751 23.8139L19.9998 21.7867Z" fill="#DADADA"/><path d="M15.5555 9.38733L24.2964 9.38725L25.2701 9.38724C26.2859 9.38723 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0658L24.2964 13.0658L15.5555 13.0659L12.8907 11.2265L15.5555 9.38733Z" fill="#DADADA"/><path d="M24.2964 9.38725L15.5555 9.38733L12.8907 11.2265L15.5555 13.0659L24.2964 13.0658M24.2964 9.38725L25.2701 9.38724C26.2859 9.38723 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0658L24.2964 13.0658M24.2964 9.38725V13.0658M27.1093 19.4809C27.1093 24.3888 23.9263 28.3675 20 28.3675C16.0736 28.3675 12.8906 24.3888 12.8906 19.4809C12.8906 14.5729 16.0736 10.5942 20 10.5942C23.9263 10.5942 27.1093 14.5729 27.1093 19.4809ZM17.282 23.8139L19.9998 21.7867L22.6751 23.8139L24.1414 21.9621L26.9721 23.358C26.3235 26.616 23.4484 29.0715 19.9997 29.0715C16.5511 29.0715 13.6759 26.616 13.0273 23.358L15.7937 21.7867L17.282 23.8139Z" stroke="#0D0D0D" stroke-linecap="square"/><path d="M17.7012 21.0044L20.0088 19.2847L22.3213 21.0367L22.5732 20.7202L23.5762 19.4536L25.0264 20.1685L25.0811 20.1958C25.0982 19.9629 25.1094 19.7247 25.1094 19.481C25.1094 17.7025 24.6372 16.2056 23.9111 15.0659H16.0889C15.3628 16.2056 14.8906 17.7025 14.8906 19.481C14.8906 19.6536 14.8966 19.8235 14.9053 19.9908L16.3525 19.1685L17.7012 21.0044ZM18.4775 25.4175L17.9883 25.7818C18.6368 26.1646 19.328 26.3677 20 26.3677C20.6619 26.3677 21.3414 26.1691 21.9814 25.7974L19.9902 24.2886L18.4775 25.4175ZM29.1094 19.481C29.1094 20.3509 29.0188 21.2143 28.8467 22.0523L29.2334 22.2427L28.9336 23.7486C28.1023 27.9239 24.4209 31.0717 20 31.0718C15.5789 31.0718 11.8967 27.924 11.0654 23.7486L10.7842 22.3326L11.167 22.1148C10.9863 21.2572 10.8906 20.3726 10.8906 19.481C10.8906 17.3011 11.4566 15.1619 12.4678 13.3638L9.37012 11.2261L14.9326 7.38724H25.2705C27.3906 7.38745 29.1092 9.10606 29.1094 11.2261C29.1094 12.336 28.6368 13.3347 27.8838 14.0357C28.6742 15.6837 29.1094 17.567 29.1094 19.481Z" fill="#DADADA" stroke="#0D0D0D" stroke-linecap="square" stroke-linejoin="round"/><path d="M20 11.2612C23.427 11.2612 26.4424 14.7946 26.4424 19.4809C26.4424 24.1672 23.427 27.7006 20 27.7006C16.573 27.7006 13.5576 24.1672 13.5576 19.4809C13.5576 14.7946 16.5729 11.2612 20 11.2612Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><circle cx="17.3291" cy="15.9055" r="0.888668" fill="#0D0D0D"/><circle cx="22.6699" cy="15.9055" r="0.888668" fill="#0D0D0D"/><path d="M19.2886 16.3135L19.9997 17.2746L20.7104 16.3135L19.2886 16.3135Z" fill="#0D0D0D"/><path d="M19.9998 21.7867L17.282 23.8139L15.7937 21.7867L13.0273 23.358C13.6759 26.616 16.5511 29.0715 19.9997 29.0715C23.4484 29.0715 26.3235 26.616 26.9721 23.358L24.1414 21.9622L22.6751 23.8139L19.9998 21.7867Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M15.5555 9.38732L24.2964 9.38723L25.2701 9.38722C26.2859 9.38721 27.1094 10.2107 27.1094 11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0657L24.2964 13.0657L15.5555 13.0658L15.2389 12.8473L12.8907 11.2265L15.2389 9.60581L15.5555 9.38732Z" fill="#DADADA"/><path d="M24.2964 9.38723L24.2964 13.0657M12.8907 11.2265L15.2389 9.60581L15.5555 9.38732L25.2701 9.38722C26.2859 9.38721 27.1094 10.2107 27.1094 11.2265V11.2265C27.1094 12.2423 26.2859 13.0657 25.2701 13.0657L15.5555 13.0658L15.2389 12.8473L12.8907 11.2265Z" stroke="#0D0D0D" stroke-width="1.33333" stroke-linecap="square"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="80" height="91" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M10.5 80H69V17H52.5V23H27V17H10.5V80Z" fill="#DADADA"/><path d="M52.5 11H27V17H52.5V11Z" fill="#DADADA"/><path d="M37.1176 56.2514V37H42.8824V56.2514H37.1176ZM36.5 62.4364C36.5 60.5523 38.0235 58.9958 40.0824 58.9958C41.9353 58.9958 43.5 60.5523 43.5 62.4364C43.5 64.4435 41.9353 66 40.0824 66C38.0235 66 36.5 64.4435 36.5 62.4364Z" fill="#DADADA"/><path d="M61.665 7C60.1217 3.46875 56.6002 1 52.5 1H27C22.8998 1 19.3783 3.46875 17.835 7H10.5C4.97715 7 0.5 11.4772 0.5 17V80C0.5 85.5229 4.97715 90 10.5 90H69C74.5229 90 79 85.5229 79 80V17C79 11.4772 74.5229 7 69 7H61.665Z" fill="#DADADA"/><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M27 23H52.5V17H27V23Z" fill="#DADADA"/><path d="M10.5 80H69V17H52.5V23H27V17H10.5V80Z" fill="#DADADA"/><path d="M52.5 11H27V17H52.5V11Z" fill="#DADADA"/><path d="M37.1176 56.2514V37H42.8824V56.2514H37.1176ZM36.5 62.4364C36.5 60.5523 38.0235 58.9958 40.0824 58.9958C41.9353 58.9958 43.5 60.5523 43.5 62.4364C43.5 64.4435 41.9353 66 40.0824 66C38.0235 66 36.5 64.4435 36.5 62.4364Z" fill="#DADADA"/><path d="M10.5 17V16.5H10V17H10.5ZM69 17H69.5V16.5H69V17ZM69 80V80.5H69.5V80H69ZM10.5 80H10V80.5H10.5V80ZM27 11V10.5H26.5V11H27ZM52.5 11H53V10.5H52.5V11ZM52.5 23V23.5H53V23H52.5ZM27 23H26.5V23.5H27V23ZM37.1176 56.2514H36.6176C36.6176 56.5276 36.8415 56.7514 37.1176 56.7514V56.2514ZM37.1176 37V36.5C36.8415 36.5 36.6176 36.7239 36.6176 37H37.1176ZM42.8824 37H43.3824C43.3824 36.7239 43.1585 36.5 42.8824 36.5V37ZM42.8824 56.2514V56.7514C43.1585 56.7514 43.3824 56.5276 43.3824 56.2514H42.8824ZM61.665 7L61.2069 7.20024C61.2865 7.38232 61.4663 7.5 61.665 7.5V7ZM17.835 7V7.5C18.0337 7.5 18.2135 7.38232 18.2931 7.20024L17.835 7ZM69 80V79.5H10.5V80V80.5H69V80ZM10.5 80H11V17H10.5H10V80H10.5ZM27 11V11.5H52.5V11V10.5H27V11ZM52.5 23V22.5H27V23V23.5H52.5V23ZM27 17V16.5H10.5V17V17.5H27V17ZM69 17V16.5H52.5V17V17.5H69V17ZM52.5 17H52V23H52.5H53V17H52.5ZM27 23H27.5V17H27H26.5V23H27ZM52.5 11H52V17H52.5H53V11H52.5ZM27 17H27.5V11H27H26.5V17H27ZM27 17V17.5H52.5V17V16.5H27V17ZM37.1176 56.2514H37.6176V37H37.1176H36.6176V56.2514H37.1176ZM37.1176 37V37.5H42.8824V37V36.5H37.1176V37ZM42.8824 37H42.3824V56.2514H42.8824H43.3824V37H42.8824ZM42.8824 56.2514V55.7514H37.1176V56.2514V56.7514H42.8824V56.2514ZM36.5 62.4364H37C37 60.8385 38.2895 59.4958 40.0824 59.4958V58.9958V58.4958C37.7576 58.4958 36 60.266 36 62.4364H36.5ZM40.0824 58.9958V59.4958C41.6578 59.4958 43 60.827 43 62.4364H43.5H44C44 60.2775 42.2128 58.4958 40.0824 58.4958V58.9958ZM43.5 62.4364H43C43 64.1803 41.6464 65.5 40.0824 65.5V66V66.5C42.2242 66.5 44 64.7067 44 62.4364H43.5ZM40.0824 66V65.5C38.301 65.5 37 64.1687 37 62.4364H36.5H36C36 64.7183 37.7461 66.5 40.0824 66.5V66ZM69 17H68.5V80H69H69.5V17H69ZM52.5 1V1.5C56.3942 1.5 59.7401 3.84429 61.2069 7.20024L61.665 7L62.1232 6.79976C60.5032 3.09321 56.8062 0.5 52.5 0.5V1ZM61.665 7V7.5H69V7V6.5H61.665V7ZM69 7V7.5C74.2467 7.5 78.5 11.7533 78.5 17H79H79.5C79.5 11.201 74.799 6.5 69 6.5V7ZM79 17H78.5V80H79H79.5V17H79ZM79 80H78.5C78.5 85.2467 74.2467 89.5 69 89.5V90V90.5C74.799 90.5 79.5 85.799 79.5 80H79ZM69 90V89.5H10.5V90V90.5H69V90ZM10.5 90V89.5C5.25329 89.5 1 85.2467 1 80H0.5H0C0 85.799 4.70101 90.5 10.5 90.5V90ZM0.5 80H1V17H0.5H0V80H0.5ZM0.5 17H1C1 11.7533 5.25329 7.5 10.5 7.5V7V6.5C4.70101 6.5 0 11.201 0 17H0.5ZM10.5 7V7.5H17.835V7V6.5H10.5V7ZM17.835 7L18.2931 7.20024C19.7599 3.84429 23.1058 1.5 27 1.5V1V0.5C22.6938 0.5 18.9968 3.09321 17.3768 6.79976L17.835 7ZM27 1V1.5H52.5V1V0.5H27V1Z" fill="#0D0D0D"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.20557 12.8039H20.7195V24.3178H9.20557V12.8039Z" fill="#DADADA"/><path d="M19.2808 15.6824H30.7947V27.1963H19.2808V15.6824Z" fill="#DADADA"/><path d="M9.20557 12.8039H20.7195V24.3178H9.20557V12.8039Z" stroke="#0D0D0D"/><path d="M19.2808 15.6824H30.7947V27.1963H19.2808V15.6824Z" stroke="#0D0D0D"/><path d="M22.7192 10.8039V13.6828H32.7944V29.1965H17.2808V26.3176H7.20557V10.8039H22.7192ZM22.7192 25.1965H28.7944V17.6828H22.7192V25.1965ZM11.2056 22.3176H17.2808V14.8039H11.2056V22.3176Z" fill="#DADADA" stroke="#0D0D0D"/><rect x="9.20557" y="12.8039" width="11.5139" height="11.5139" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M15.5381 15.3125L15.5586 15.3633L18.0283 21.4082L18.0752 21.5215H16.8525L16.832 21.4697L16.2051 19.9062H13.6475L13.0117 21.4697L12.9912 21.5215H11.7773L11.8232 21.4082L14.293 15.3633L14.3145 15.3125H15.5381Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="0.16394"/><rect x="19.2808" y="15.6824" width="11.5139" height="11.5139" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M25.6626 18.4528C26.2245 18.4528 26.6712 18.6341 26.978 18.9352C27.2846 19.2361 27.4457 19.6506 27.4458 20.1061C27.4458 20.6492 27.2248 21.1065 26.8374 21.3922C27.3639 21.698 27.6782 22.2395 27.6782 22.8873C27.6782 23.3905 27.5011 23.8358 27.1763 24.1549C26.8513 24.4741 26.3847 24.6617 25.8179 24.6617H22.9292V18.4528H25.6626Z" fill="#DADADA" stroke="#DADADA" stroke-width="0.16394"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6062)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8257_6062)"/><path d="M119 103.362H130.118V81.9194H155.452V71.2775H130.118V58.4121H158.708V47.7703H119V103.362Z" fill="#FFC2FA"/><path d="M212.299 103.362H239.618C249.545 103.362 255.978 96.6114 255.978 87.5579C255.978 81.6017 252.96 76.7573 248.036 74.0571C251.61 71.754 253.754 67.545 253.754 62.3035C253.754 54.203 247.957 47.7703 238.189 47.7703H212.299V103.362ZM223.417 69.7686V58.1738H236.521C240.968 58.1738 243.112 60.6357 243.112 63.733C243.112 67.3067 240.968 69.7686 236.6 69.7686H223.417ZM223.417 92.9583V79.7751H237.236C241.921 79.7751 244.383 82.7929 244.383 86.3667C244.383 90.0198 241.921 92.9583 237.236 92.9583H223.417Z" fill="#FFC2FA"/><path d="M165.378 103.362H205.166V92.72H176.496L189.203 80.2516L194.787 74.6033L189.203 69.6098L176.496 58.4121H205.166V47.7703H165.378V61.6681L180.59 75.566L165.378 89.4639V103.362Z" fill="#FFC2FA"/><path d="M186.457 43H181.722V42.4995C181.722 39.8165 185.806 40.237 185.806 38.0346C185.806 37.0736 185.156 36.4629 184.144 36.4629C182.783 36.4629 182.413 37.3839 182.413 38.1547C182.413 38.3449 182.433 38.5251 182.473 38.6853L181.742 38.6353C181.722 38.4951 181.702 38.3449 181.702 38.1848C181.702 37.1236 182.282 35.8422 184.144 35.8422C185.536 35.8422 186.457 36.7332 186.457 38.0246C186.457 40.6675 182.593 40.3471 182.423 42.3793H186.457V43ZM187.461 41.0178C187.461 40.1869 187.971 39.5162 188.782 39.1859C188.192 38.8855 187.831 38.355 187.831 37.7042C187.831 36.6031 188.752 35.8422 190.054 35.8422C191.365 35.8422 192.296 36.6031 192.296 37.7042C192.296 38.365 191.926 38.8855 191.325 39.1859C192.126 39.5262 192.637 40.1869 192.637 41.0178C192.637 42.2992 191.575 43.1502 190.054 43.1502C188.512 43.1502 187.461 42.3092 187.461 41.0178ZM188.482 37.7042C188.482 38.425 189.103 38.9056 190.054 38.9056C191.015 38.9056 191.645 38.425 191.645 37.7042C191.645 36.9534 191.005 36.4429 190.054 36.4429C189.113 36.4429 188.482 36.9434 188.482 37.7042ZM188.122 41.0178C188.122 41.9388 188.872 42.5395 190.054 42.5395C191.215 42.5395 191.966 41.9388 191.966 41.0178C191.966 40.1269 191.195 39.4962 190.054 39.4962C188.902 39.4962 188.122 40.1269 188.122 41.0178Z" fill="#FFC2FA"/><path d="M179.501 108.012C179.501 107.741 179.721 107.511 180.011 107.511C180.281 107.511 180.502 107.741 180.502 108.012C180.502 108.292 180.281 108.512 180.011 108.512C179.721 108.512 179.501 108.292 179.501 108.012ZM180.331 114.168H179.681V109.393H180.331V114.168ZM189.081 109.914H184.076V109.263H189.081V109.914ZM189.081 112.066H184.076V111.415H189.081V112.066ZM193.891 109.033H192.44V108.472C193.421 108.472 193.871 107.921 193.871 107.161H194.542V114.168H193.891V109.033Z" fill="#FFC2FA"/></g><defs><linearGradient id="paint0_linear_8257_6062" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#FFE0FD"/><stop offset="1" stop-color="#FFE0FD" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6062"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="28" height="28" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="path-1-outside-1_916_27396" maskUnits="userSpaceOnUse" x="4" y="4.4646" width="20" height="20" fill="black"><rect fill="white" x="4" y="4.4646" width="20" height="20"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7812 7.79272C13.7812 7.61151 13.9282 7.4646 14.1094 7.4646C14.2906 7.4646 14.4375 7.61151 14.4375 7.79272V9.67698C16.5042 9.88221 18.1478 11.5259 18.3533 13.5929H20.6719C20.8531 13.5929 21 13.7398 21 13.921C21 14.1022 20.8531 14.2491 20.6719 14.2491H18.3697C18.2633 16.4186 16.5771 18.1729 14.4375 18.3854L14.4375 20.6719C14.4375 20.8531 14.2906 21.0001 14.1094 21.0001C13.9282 21.0001 13.7812 20.8531 13.7812 20.6719L13.7812 18.4016C11.5389 18.2912 9.74049 16.4922 9.63035 14.2494H7.32813C7.14691 14.2494 7 14.1025 7 13.9213C7 13.7401 7.14691 13.5932 7.32812 13.5932H9.64664C9.85924 11.4536 11.6127 9.76755 13.7812 9.66075V7.79272Z"/></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M13.7812 7.79272C13.7812 7.61151 13.9282 7.4646 14.1094 7.4646C14.2906 7.4646 14.4375 7.61151 14.4375 7.79272V9.67698C16.5042 9.88221 18.1478 11.5259 18.3533 13.5929H20.6719C20.8531 13.5929 21 13.7398 21 13.921C21 14.1022 20.8531 14.2491 20.6719 14.2491H18.3697C18.2633 16.4186 16.5771 18.1729 14.4375 18.3854L14.4375 20.6719C14.4375 20.8531 14.2906 21.0001 14.1094 21.0001C13.9282 21.0001 13.7812 20.8531 13.7812 20.6719L13.7812 18.4016C11.5389 18.2912 9.74049 16.4922 9.63035 14.2494H7.32813C7.14691 14.2494 7 14.1025 7 13.9213C7 13.7401 7.14691 13.5932 7.32812 13.5932H9.64664C9.85924 11.4536 11.6127 9.76755 13.7812 9.66075V7.79272Z" fill="white"/><path d="M14.4375 9.67698H11.8125V12.0542L14.1781 12.2891L14.4375 9.67698ZM18.3533 13.5929L15.7412 13.8526L15.9764 16.2179H18.3533V13.5929ZM18.3697 14.2491V11.6241H15.8703L15.7478 14.1205L18.3697 14.2491ZM14.4375 18.3854L14.1781 15.7732L11.8125 16.0081L11.8125 18.3854H14.4375ZM14.4375 20.6719H17.0625V20.6719L14.4375 20.6719ZM13.7812 20.6719H16.4062V20.6719L13.7812 20.6719ZM13.7812 18.4016L16.4062 18.4016V15.9027L13.9104 15.7798L13.7812 18.4016ZM9.63035 14.2494L12.2522 14.1207L12.1296 11.6244H9.63035V14.2494ZM9.64664 13.5932V16.2182H12.0237L12.2588 13.8527L9.64664 13.5932ZM13.7812 9.66075L13.9104 12.2826L16.4062 12.1596V9.66075H13.7812ZM14.1094 4.8396C12.4784 4.8396 11.1562 6.16176 11.1562 7.79272H16.4062C16.4062 9.06125 15.3779 10.0896 14.1094 10.0896V4.8396ZM17.0625 7.79272C17.0625 6.16176 15.7403 4.8396 14.1094 4.8396V10.0896C12.8408 10.0896 11.8125 9.06125 11.8125 7.79272H17.0625ZM17.0625 9.67698V7.79272H11.8125V9.67698H17.0625ZM20.9654 13.3331C20.6362 10.0221 18.0084 7.39368 14.6969 7.06483L14.1781 12.2891C15 12.3707 15.6594 13.0298 15.7412 13.8526L20.9654 13.3331ZM18.3533 16.2179H20.6719V10.9679H18.3533V16.2179ZM20.6719 16.2179C19.4033 16.2179 18.375 15.1895 18.375 13.921H23.625C23.625 12.29 22.3028 10.9679 20.6719 10.9679V16.2179ZM18.375 13.921C18.375 12.6525 19.4033 11.6241 20.6719 11.6241V16.8741C22.3028 16.8741 23.625 15.552 23.625 13.921H18.375ZM20.6719 11.6241H18.3697V16.8741H20.6719V11.6241ZM14.6969 20.9975C18.1242 20.6572 20.8211 17.8521 20.9915 14.3777L15.7478 14.1205C15.7054 14.9852 15.03 15.6886 14.1781 15.7732L14.6969 20.9975ZM17.0625 20.6719L17.0625 18.3854L11.8125 18.3854L11.8125 20.6719L17.0625 20.6719ZM14.1094 23.6251C15.7403 23.6251 17.0625 22.3029 17.0625 20.6719H11.8125C11.8125 19.4034 12.8408 18.3751 14.1094 18.3751V23.6251ZM11.1562 20.6719C11.1562 22.3029 12.4784 23.6251 14.1094 23.6251V18.3751C15.3779 18.3751 16.4062 19.4034 16.4062 20.6719H11.1562ZM11.1562 18.4016L11.1562 20.6719L16.4062 20.6719L16.4062 18.4016L11.1562 18.4016ZM7.00851 14.3782C7.18485 17.969 10.0611 20.8465 13.6521 21.0234L13.9104 15.7798C13.0168 15.7358 12.2961 15.0155 12.2522 14.1207L7.00851 14.3782ZM7.32813 16.8744H9.63035V11.6244H7.32813V16.8744ZM4.375 13.9213C4.375 15.5523 5.69716 16.8744 7.32813 16.8744V11.6244C8.59665 11.6244 9.625 12.6528 9.625 13.9213H4.375ZM7.32812 10.9682C5.69716 10.9682 4.375 12.2903 4.375 13.9213H9.625C9.625 15.1898 8.59665 16.2182 7.32812 16.2182V10.9682ZM9.64664 10.9682H7.32812V16.2182H9.64664V10.9682ZM13.6521 7.03893C10.1782 7.21002 7.37497 9.90733 7.03451 13.3336L12.2588 13.8527C12.3435 12.9999 13.0471 12.3251 13.9104 12.2826L13.6521 7.03893ZM11.1562 7.79272V9.66075H16.4062V7.79272H11.1562Z" fill="#1EB5F0" mask="url(#path-1-outside-1_916_27396)"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.9953 7.00005C13.8199 7.00271 13.6797 7.147 13.6822 7.32255V9.09449C11.2229 9.25198 9.25098 11.2241 9.09344 13.6824H7.32346V13.6822C7.23819 13.6808 7.15591 13.7136 7.09503 13.7734C7.03427 13.8332 7 13.9149 7 14.0002C7 14.0855 7.03426 14.1672 7.09503 14.227C7.15591 14.2868 7.23819 14.3196 7.32346 14.3182H9.09344C9.251 16.7779 11.2229 18.7502 13.6822 18.9077V20.678C13.6812 20.7631 13.7142 20.845 13.7739 20.9055C13.8336 20.966 13.9151 21 14.0001 21C14.0851 21 14.1666 20.966 14.2263 20.9055C14.2861 20.845 14.3191 20.7631 14.318 20.678V18.9077C16.7759 18.7501 18.7478 16.7778 18.905 14.3182H20.6765C20.7618 14.3196 20.8441 14.2868 20.905 14.227C20.9657 14.1672 21 14.0855 21 14.0002C21 13.9149 20.9657 13.8332 20.905 13.7734C20.8441 13.7136 20.7618 13.6808 20.6765 13.6822H18.905C18.7475 11.2239 16.7758 9.25196 14.318 9.09438V7.32244C14.3192 7.23649 14.2856 7.15375 14.2249 7.09298C14.1641 7.03231 14.0813 6.99871 13.9953 7.00004L13.9953 7.00005ZM14.0001 9.72014C16.3669 9.72014 18.2794 11.6331 18.2794 14.0002C18.2794 16.3692 16.3668 18.282 14.0001 18.282C11.6315 18.282 9.71905 16.3692 9.71905 14.0002C9.71905 11.6329 11.6315 9.72014 14.0001 9.72014Z" fill="#0A47C2" stroke="#0A47C2" stroke-width="0.343438"/><circle cx="14" cy="14" r="1.42188" fill="#0A47C2"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.75 8.56561H28.7907V28.0119H7.75V8.56561Z" fill="#DADADA"/><path d="M7.75 8.56561H28.7907V11.4347H7.75V8.56561Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2708 16.9713V16.9399H13.0105V16.9713H18.2708Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2708 16.9399H13.0105V16.9713H18.2708V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.531 16.9399H18.2708V16.9713H23.531V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.531 16.9713V16.9399H18.2708V16.9713H23.531Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0105 16.9399H7.75033V16.9713H13.0105V16.9399Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7911 16.9713V16.9399H23.531V16.9713H28.7911Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7911 16.9399H23.531V16.9713H28.7911V16.9399Z" fill="#DADADA"/><path d="M13.0105 22.4761H7.75033L7.75 28.0119L13.0105 28.0123V22.4761Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#DADADA"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#DADADA"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path d="M7.75 8.56561V8.31561C7.61193 8.31561 7.5 8.42754 7.5 8.56561H7.75ZM28.7907 8.56561H29.0407C29.0407 8.42754 28.9288 8.31561 28.7907 8.31561V8.56561ZM28.7907 28.0119L28.7908 28.2619C28.9288 28.2619 29.0407 28.15 29.0407 28.012L28.7907 28.0119ZM7.75 28.0119H7.5C7.5 28.15 7.61192 28.2619 7.74998 28.2619L7.75 28.0119ZM7.75 11.4347H7.5V11.4348L7.75 11.4347ZM7.75033 16.9713H7.50033C7.50033 17.1094 7.61225 17.2213 7.75033 17.2213V16.9713ZM28.7911 16.9399H29.0411C29.0411 16.8018 28.9291 16.6899 28.7911 16.6899V16.9399ZM28.7911 22.4761L29.0411 22.4761V22.4761H28.7911ZM13.0105 28.0123L13.0105 28.2623H13.0105V28.0123ZM23.531 28.0123V28.2623H23.531L23.531 28.0123ZM9.70166 9.50932V9.75932H10.2017V9.50932H9.95166H9.70166ZM12.1147 9.50932V9.75932H12.6147V9.50932H12.3647H12.1147ZM14.5274 9.50932V9.75932H15.0274V9.50932H14.7774H14.5274ZM16.941 9.50932V9.75932H17.441V9.50932H17.191H16.941ZM19.354 9.50932V9.75932H19.854V9.50932H19.604H19.354ZM21.7671 9.50932V9.75932H22.2671V9.50932H22.0171H21.7671ZM24.1803 9.50932V9.75932H24.6803V9.50932H24.4303H24.1803ZM26.5932 9.50932V9.75932H27.0932V9.50932H26.8432H26.5932ZM24.4503 29.3807L24.2028 29.4163C24.2154 29.5038 24.2733 29.5781 24.355 29.6118C24.4367 29.6455 24.5302 29.6336 24.6008 29.5803L24.4503 29.3807ZM23.3174 21.5L23.1406 21.3232C23.0849 21.3789 23.0587 21.4576 23.0699 21.5356L23.3174 21.5ZM30.9364 24.4909L31.0869 24.6906C31.1001 24.6806 31.1123 24.6694 31.1233 24.657L30.9364 24.4909ZM28.8922 26.0321L28.7417 25.8324C28.6765 25.8816 28.6394 25.9594 28.6424 26.041C28.6453 26.1225 28.6878 26.1975 28.7563 26.2419L28.8922 26.0321ZM31.433 29.1882L31.5835 29.3878C31.5947 29.3794 31.6052 29.37 31.6149 29.3597L31.433 29.1882ZM29.0353 30.9958L28.8406 31.1525C28.9252 31.2577 29.078 31.2766 29.1858 31.1954L29.0353 30.9958ZM26.4945 27.8396L26.6893 27.6828C26.6046 27.5777 26.4518 27.5587 26.344 27.64L26.4945 27.8396ZM24.3174 20.5L24.4087 20.2673C24.3162 20.231 24.2109 20.2529 24.1406 20.3232L24.3174 20.5ZM32.3174 28.25L32.4993 28.4215C32.5502 28.3675 32.5745 28.2937 32.5656 28.22C32.5567 28.1464 32.5155 28.0805 32.4533 28.0402L32.3174 28.25ZM31.8174 23.5L32.0042 23.6661C32.0583 23.6052 32.0794 23.5218 32.0607 23.4426C32.042 23.3633 31.9858 23.2981 31.9102 23.2679L31.8174 23.5ZM25.4503 28.3807L25.2028 28.4163C25.2154 28.5038 25.2733 28.5781 25.355 28.6118C25.4367 28.6455 25.5302 28.6336 25.6008 28.5803L25.4503 28.3807ZM31.9364 23.4909L32.0869 23.6906C32.1592 23.6361 32.1964 23.5467 32.1841 23.457C32.1719 23.3673 32.1121 23.2913 32.0278 23.2582L31.9364 23.4909ZM29.8922 25.0321L29.7417 24.8324C29.6877 24.8732 29.6524 24.9341 29.6441 25.0013C29.6358 25.0684 29.655 25.1361 29.6975 25.1888L29.8922 25.0321ZM32.433 28.1882L32.5835 28.3878C32.6375 28.3471 32.6727 28.2862 32.6811 28.219C32.6894 28.1519 32.6702 28.0842 32.6277 28.0315L32.433 28.1882ZM30.0353 29.9958L29.8406 30.1525C29.9252 30.2577 30.078 30.2766 30.1858 30.1954L30.0353 29.9958ZM27.4945 26.8396L27.6893 26.6828C27.6046 26.5777 27.4518 26.5587 27.344 26.64L27.4945 26.8396ZM7.75 8.56561V8.81561H28.7907V8.56561V8.31561H7.75V8.56561ZM28.7907 8.56561H28.5407V28.0119H28.7907H29.0407V8.56561H28.7907ZM28.7907 28.0119V27.7619H7.75V28.0119V28.2619H28.7907V28.0119ZM7.75 28.0119H8V8.56561H7.75H7.5V28.0119H7.75ZM28.7907 8.56561H28.5407V11.4347H28.7907H29.0407V8.56561H28.7907ZM28.7907 11.4347V11.1847H7.75V11.4347V11.6847H28.7907V11.4347ZM7.75 11.4347H8V8.56561H7.75H7.5V11.4347H7.75ZM13.0105 11.4351H12.7605V16.9713H13.0105H13.2605V11.4351H13.0105ZM13.0105 16.9713V16.7213H7.75033V16.9713V17.2213H13.0105V16.9713ZM13.0105 11.4351V11.6851H18.2708V11.4351V11.1851H13.0105V11.4351ZM18.2708 11.4351H18.0208V16.9713H18.2708H18.5208V11.4351H18.2708ZM18.2708 16.9713V16.7213H13.0105V16.9713V17.2213H18.2708V16.9713ZM18.2708 11.4351V11.6851H23.531V11.4351V11.1851H18.2708V11.4351ZM23.531 11.4351H23.281V16.9713H23.531H23.781V11.4351H23.531ZM23.531 16.9713V16.7213H18.2708V16.9713V17.2213H23.531V16.9713ZM23.531 11.4351L23.531 11.6851L28.7908 11.6847L28.7907 11.4347L28.7907 11.1847L23.531 11.1851L23.531 11.4351ZM28.7907 11.4347L28.5407 11.4348L28.5411 16.9713L28.7911 16.9713L29.0411 16.9713L29.0407 11.4347L28.7907 11.4347ZM28.7911 16.9713V16.7213H23.531V16.9713V17.2213H28.7911V16.9713ZM7.75033 16.9399V17.1899H13.0105V16.9399V16.6899H7.75033V16.9399ZM13.0105 16.9399H12.7605V22.4761H13.0105H13.2605V16.9399H13.0105ZM13.0105 22.4761V22.2261H7.75033V22.4761V22.7261H13.0105V22.4761ZM7.75033 22.4761H8.00033V16.9399H7.75033H7.50033V22.4761H7.75033ZM13.0105 16.9399V17.1899H18.2708V16.9399V16.6899H13.0105V16.9399ZM18.2708 16.9399H18.0208V22.4761H18.2708H18.5208V16.9399H18.2708ZM18.2708 22.4761V22.2261H13.0105V22.4761V22.7261H18.2708V22.4761ZM18.2708 16.9399V17.1899H23.531V16.9399V16.6899H18.2708V16.9399ZM23.531 16.9399H23.281V22.4761H23.531H23.781V16.9399H23.531ZM23.531 22.4761V22.2261H18.2708V22.4761V22.7261H23.531V22.4761ZM23.531 16.9399V17.1899H28.7911V16.9399V16.6899H23.531V16.9399ZM28.7911 16.9399H28.5411V22.4761H28.7911H29.0411V16.9399H28.7911ZM28.7911 22.4761V22.2261H23.531V22.4761V22.7261H28.7911V22.4761ZM13.0105 22.4761H12.7605V28.0123H13.0105H13.2605V22.4761H13.0105ZM13.0105 28.0123L13.0105 27.7623L7.75002 27.7619L7.75 28.0119L7.74998 28.2619L13.0105 28.2623L13.0105 28.0123ZM7.75 28.0119L8 28.012L8.00033 22.4761L7.75033 22.4761L7.50033 22.4761L7.5 28.0119L7.75 28.0119ZM18.2708 22.4761H18.0208V28.0123H18.2708H18.5208V22.4761H18.2708ZM18.2708 28.0123V27.7623H13.0105V28.0123V28.2623H18.2708V28.0123ZM23.531 22.4761H23.281V28.0123H23.531H23.781V22.4761H23.531ZM23.531 28.0123V27.7623H18.2708V28.0123V28.2623H23.531V28.0123ZM28.7911 22.4761L28.5411 22.4761L28.5407 28.0119L28.7907 28.0119L29.0407 28.012L29.0411 22.4761L28.7911 22.4761ZM28.7907 28.0119L28.7907 27.7619L23.531 27.7623L23.531 28.0123L23.531 28.2623L28.7908 28.2619L28.7907 28.0119ZM13.0105 11.4351L13.0105 11.1851L7.75002 11.1847L7.75 11.4347L7.74998 11.6847L13.0105 11.6851L13.0105 11.4351ZM7.75 11.4347L7.5 11.4348L7.50033 16.9399L7.75033 16.9399L8.00033 16.9398L8 11.4347L7.75 11.4347ZM18.2708 16.9713H18.5208V16.9399H18.2708H18.0208V16.9713H18.2708ZM13.0105 16.9399H12.7605V16.9713H13.0105H13.2605V16.9399H13.0105ZM13.0105 11.4351H12.7605V16.9399H13.0105H13.2605V11.4351H13.0105ZM18.2708 16.9399H18.5208V11.4351H18.2708H18.0208V16.9399H18.2708ZM23.531 16.9713H23.781V16.9399H23.531H23.281V16.9713H23.531ZM28.7911 16.9399H28.5411V16.9713H28.7911H29.0411V16.9399H28.7911ZM7.75033 16.9399H7.50033V16.9713H7.75033H8.00033V16.9399H7.75033ZM13.0105 16.9713H12.7605V22.4761H13.0105H13.2605V16.9713H13.0105ZM18.2708 22.4761H18.5208V16.9713H18.2708H18.0208V22.4761H18.2708ZM28.7911 16.9713H28.5411V22.4761H28.7911H29.0411V16.9713H28.7911ZM23.531 22.4761H23.781V16.9713H23.531H23.281V22.4761H23.531ZM9.95166 7.60901H9.70166V9.50932H9.95166H10.2017V7.60901H9.95166ZM12.3647 7.60901H12.1147V9.50932H12.3647H12.6147V7.60901H12.3647ZM14.7774 7.60901H14.5274V9.50932H14.7774H15.0274V7.60901H14.7774ZM17.191 7.60901H16.941V9.50932H17.191H17.441V7.60901H17.191ZM19.604 7.60901H19.354V9.50932H19.604H19.854V7.60901H19.604ZM22.0171 7.60901H21.7671V9.50932H22.0171H22.2671V7.60901H22.0171ZM24.4303 7.60901H24.1803V9.50932H24.4303H24.6803V7.60901H24.4303ZM26.8432 7.60901H26.5932V9.50932H26.8432H27.0932V7.60901H26.8432ZM30.9364 24.4909L30.7859 24.2913L28.7417 25.8324L28.8922 26.0321L29.0427 26.2317L31.0869 24.6906L30.9364 24.4909ZM31.433 29.1882L31.2825 28.9886L28.8848 30.7961L29.0353 30.9958L29.1858 31.1954L31.5835 29.3878L31.433 29.1882ZM26.4945 27.8396L26.344 27.64L24.2998 29.1811L24.4503 29.3807L24.6008 29.5803L26.645 28.0392L26.4945 27.8396ZM23.3174 21.5L23.0699 21.5356L24.2028 29.4163L24.4503 29.3807L24.6977 29.3451L23.5648 21.4644L23.3174 21.5ZM29.0353 30.9958L29.23 30.839L26.6893 27.6828L26.4945 27.8396L26.2998 27.9964L28.8406 31.1525L29.0353 30.9958ZM23.3174 21.5L23.4942 21.6768L24.4942 20.6768L24.3174 20.5L24.1406 20.3232L23.1406 21.3232L23.3174 21.5ZM28.8922 26.0321L28.7563 26.2419L32.1815 28.4598L32.3174 28.25L32.4533 28.0402L29.0281 25.8222L28.8922 26.0321ZM32.3174 28.25L32.1355 28.0785L31.2511 29.0167L31.433 29.1882L31.6149 29.3597L32.4993 28.4215L32.3174 28.25ZM24.3174 20.5L24.2245 20.7321L31.7245 23.7321L31.8174 23.5L31.9102 23.2679L24.4102 20.2679L24.3174 20.5ZM31.8174 23.5L31.6305 23.3339L30.7496 24.3248L30.9364 24.4909L31.1233 24.657L32.0042 23.6661L31.8174 23.5ZM31.9364 23.4909L31.7859 23.2913L29.7417 24.8324L29.8922 25.0321L30.0427 25.2317L32.0869 23.6906L31.9364 23.4909ZM29.8922 25.0321L29.6975 25.1888L32.2382 28.345L32.433 28.1882L32.6277 28.0315L30.0869 24.8753L29.8922 25.0321ZM32.433 28.1882L32.2825 27.9886L29.8848 29.7961L30.0353 29.9958L30.1858 30.1954L32.5835 28.3878L32.433 28.1882ZM27.4945 26.8396L27.344 26.64L25.2998 28.1811L25.4503 28.3807L25.6008 28.5803L27.645 27.0392L27.4945 26.8396ZM24.3174 20.5L24.0699 20.5356L25.2028 28.4163L25.4503 28.3807L25.6977 28.3451L24.5648 20.4644L24.3174 20.5ZM24.3174 20.5L24.226 20.7327L31.8451 23.7236L31.9364 23.4909L32.0278 23.2582L24.4087 20.2673L24.3174 20.5ZM30.0353 29.9958L30.23 29.839L27.6893 26.6828L27.4945 26.8396L27.2998 26.9964L29.8406 30.1525L30.0353 29.9958Z" fill="#0D0D0D"/><path d="M28.7905 5.81555C30.3093 5.81555 31.5405 7.0468 31.5405 8.56555L31.541 20.3815L32.9414 20.9313C33.8683 21.2952 34.5262 22.1317 34.6611 23.1183C34.7834 24.0122 34.4576 24.9012 33.8042 25.5065L34.5752 26.464C35.042 27.0439 35.2538 27.7882 35.1621 28.527C35.0704 29.2658 34.6828 29.9357 34.0884 30.3839L34.0762 30.3927L33.4341 31.0743C33.3278 31.1871 33.2121 31.2906 33.0884 31.3839L30.6909 33.1915C29.5054 34.0853 27.8241 33.8768 26.8931 32.7203L26.0205 31.6364C25.2549 32.1694 24.2692 32.2803 23.4023 31.923C22.8347 31.689 22.3718 31.2767 22.0728 30.7623L7.75 30.7618C6.23129 30.7617 5 29.5306 5 28.0118V8.56555C5.00003 7.0468 6.23124 5.81555 7.75 5.81555H28.7905Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><rect x="7.75049" y="8.56561" width="21.0407" height="19.4463" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><rect x="7.75049" y="8.56561" width="21.0407" height="2.86913" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.266667"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2709 16.9713V16.9398H13.0107V16.9713H18.2709Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M18.2709 16.9398H13.0107V16.9713H18.2709V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.5311 16.9398H18.2709V16.9713H23.5311V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M23.5311 16.9713V16.9398H18.2709V16.9713H23.5311Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.0107 16.9398H7.75049V16.9713H13.0107V16.9398Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7912 16.9713V16.9398H23.5311V16.9713H28.7912Z" fill="black" fill-opacity="0.38"/><path fill-rule="evenodd" clip-rule="evenodd" d="M28.7912 16.9398H23.5311V16.9713H28.7912V16.9398Z" fill="black" fill-opacity="0.38"/><path d="M13.0107 22.476H7.75049V28.0123H13.0107V22.476Z" fill="#DADADA"/><path d="M13.0107 11.4351V16.9713M13.0107 11.4351H18.2709M13.0107 11.4351H7.75049V16.9398M13.0107 11.4351V16.9398M13.0107 16.9713H7.75049V16.9398M13.0107 16.9713H18.2709M13.0107 16.9713V16.9398M13.0107 16.9713V22.476M18.2709 11.4351V16.9713M18.2709 11.4351H23.5311M18.2709 11.4351V16.9398M18.2709 16.9713H23.5311M18.2709 16.9713V16.9398M18.2709 16.9713V22.476M23.5311 11.4351V16.9713M23.5311 11.4351H28.7912V16.9713M23.5311 16.9713H28.7912M23.5311 16.9713V16.9398M23.5311 16.9713V22.476M28.7912 16.9713V16.9398M28.7912 16.9713V22.476M7.75049 16.9398H13.0107M7.75049 16.9398V22.476M13.0107 16.9398V22.476M13.0107 16.9398H18.2709M13.0107 22.476H7.75049M13.0107 22.476H18.2709M13.0107 22.476V28.0123M7.75049 22.476V28.0123H13.0107M18.2709 16.9398V22.476M18.2709 16.9398H23.5311M18.2709 22.476H23.5311M18.2709 22.476V28.0123M23.5311 16.9398V22.476M23.5311 16.9398H28.7912M23.5311 22.476H28.7912M23.5311 22.476V28.0123M28.7912 16.9398V22.476M28.7912 22.476V28.0123H23.5311M13.0107 28.0123H18.2709M18.2709 28.0123H23.5311" stroke="#0D0D0D" stroke-width="0.266667"/><path d="M9.95166 7.60901V9.50932M12.3647 7.60901V9.50932M14.7774 7.60901V9.50932M17.191 7.60901V9.50932M19.604 7.60901V9.50932M22.0171 7.60901V9.50932M24.4303 7.60901V9.50932M26.8432 7.60901V9.50932" stroke="#0D0D0D" stroke-width="0.266667" stroke-linecap="square"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807Z" fill="#0D0D0D"/><path d="M30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807Z" fill="#0D0D0D"/><path d="M30.9364 24.4909L28.8922 26.0321L32.3174 28.25L31.433 29.1882L29.0353 30.9958L26.4945 27.8396L24.4503 29.3807L23.3174 21.5L24.3174 20.5L31.8174 23.5L30.9364 24.4909Z" fill="#0D0D0D"/><path d="M24.4503 29.3807L24.2523 29.4092C24.2624 29.4792 24.3087 29.5387 24.374 29.5656C24.4394 29.5926 24.5142 29.583 24.5707 29.5404L24.4503 29.3807ZM23.3174 21.5L23.176 21.3586C23.1314 21.4031 23.1105 21.4661 23.1194 21.5285L23.3174 21.5ZM30.9364 24.4909L31.0568 24.6506C31.0674 24.6427 31.0771 24.6337 31.0859 24.6238L30.9364 24.4909ZM28.8922 26.0321L28.7718 25.8724C28.7197 25.9117 28.69 25.9739 28.6923 26.0392C28.6947 26.1044 28.7287 26.1644 28.7835 26.1999L28.8922 26.0321ZM31.433 29.1882L31.5534 29.3479C31.5624 29.3411 31.5708 29.3336 31.5785 29.3254L31.433 29.1882ZM29.0353 30.9958L28.8795 31.1212C28.9472 31.2053 29.0695 31.2205 29.1557 31.1555L29.0353 30.9958ZM26.4945 27.8396L26.6503 27.7142C26.5826 27.6301 26.4604 27.6149 26.3741 27.6799L26.4945 27.8396ZM24.3174 20.5L24.3917 20.3143L24.2692 20.2653L24.176 20.3586L24.3174 20.5ZM32.3174 28.25L32.4629 28.3872L32.6275 28.2126L32.4261 28.0821L32.3174 28.25ZM31.8174 23.5L31.9669 23.6329L32.1561 23.4201L31.8917 23.3143L31.8174 23.5ZM30.9364 24.4909L30.816 24.3312L28.7718 25.8724L28.8922 26.0321L29.0126 26.1918L31.0568 24.6506L30.9364 24.4909ZM31.433 29.1882L31.3126 29.0285L28.9149 30.8361L29.0353 30.9958L29.1557 31.1555L31.5534 29.3479L31.433 29.1882ZM26.4945 27.8396L26.3741 27.6799L24.3299 29.221L24.4503 29.3807L24.5707 29.5404L26.6149 27.9993L26.4945 27.8396ZM23.3174 21.5L23.1194 21.5285L24.2523 29.4092L24.4503 29.3807L24.6482 29.3522L23.5153 21.4715L23.3174 21.5ZM29.0353 30.9958L29.1911 30.8703L26.6503 27.7142L26.4945 27.8396L26.3387 27.965L28.8795 31.1212L29.0353 30.9958ZM23.3174 21.5L23.4588 21.6414L24.4588 20.6414L24.3174 20.5L24.176 20.3586L23.176 21.3586L23.3174 21.5ZM28.8922 26.0321L28.7835 26.1999L32.2087 28.4179L32.3174 28.25L32.4261 28.0821L29.0009 25.8642L28.8922 26.0321ZM32.3174 28.25L32.1718 28.1128L31.2875 29.051L31.433 29.1882L31.5785 29.3254L32.4629 28.3872L32.3174 28.25ZM24.3174 20.5L24.2431 20.6857L31.7431 23.6857L31.8174 23.5L31.8917 23.3143L24.3917 20.3143L24.3174 20.5ZM31.8174 23.5L31.6679 23.3671L30.787 24.358L30.9364 24.4909L31.0859 24.6238L31.9669 23.6329L31.8174 23.5Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#0D0D0D"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#0D0D0D"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" fill="#0D0D0D"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" fill="#DADADA"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path fill-rule="evenodd" clip-rule="evenodd" d="M25.4503 28.3807L24.3174 20.5L31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/><path d="M31.9364 23.4909L29.8922 25.0321L32.433 28.1882L30.0353 29.9958L27.4945 26.8396L25.4503 28.3807L24.3174 20.5L31.9364 23.4909Z" stroke="#0D0D0D" stroke-width="0.4" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6048)"><rect width="375" height="248" fill="white"/><path d="M375 249.5V57.5L187.5 43.5L0 57.5V249.5H375Z" fill="url(#paint0_linear_8257_6048)"/><path d="M156.828 57.5996V93.3926C156.828 99.3894 154.766 104.378 151.22 107.867C147.672 111.357 142.602 113.383 136.521 113.383C131.284 113.383 126.184 111.955 122.404 108.859C118.639 105.776 116.135 101 116.135 94.1875C116.135 92.8217 116.27 91.3815 116.478 89.8613L126.127 88.4316C125.915 89.6476 125.856 90.8001 125.856 91.8838C125.856 96.2375 127.182 99.2227 129.223 101.115C131.255 103 133.931 103.74 136.521 103.74C139.452 103.74 142.007 102.769 143.831 100.977C145.656 99.1828 146.71 96.6056 146.71 93.4727V57.5996H156.828ZM194.794 57.2881L217.147 112.191H160.341L162.675 106.417L165.007 107.502C165.257 107.618 165.554 107.51 165.671 107.26C165.773 107.041 165.702 106.786 165.516 106.647L165.429 106.596L163.05 105.489L165.483 99.4697L167.664 100.494L167.76 100.527C167.986 100.582 168.226 100.472 168.329 100.254C168.432 100.035 168.362 99.7797 168.176 99.6406L168.089 99.5889L165.858 98.541L168.316 92.4639L170.682 93.2363L170.78 93.2578C171.011 93.284 171.238 93.1447 171.312 92.915C171.387 92.6856 171.286 92.4411 171.084 92.3262L170.991 92.2852L168.691 91.5352L171.111 85.5479L172.966 86.3066C173.221 86.4109 173.514 86.2886 173.618 86.0332C173.71 85.8097 173.627 85.5581 173.434 85.4287L173.345 85.3809L171.486 84.6201L173.92 78.6006L176.265 79.5713C176.519 79.6762 176.811 79.5554 176.917 79.3008C177.022 79.0458 176.901 78.7532 176.646 78.6475L174.295 77.6738L176.731 71.6465L178.793 72.4746C179.049 72.5771 179.34 72.4531 179.443 72.1973C179.533 71.9733 179.449 71.722 179.256 71.5938L179.166 71.5469L177.106 70.7197L179.53 64.7246L181.861 65.8193C182.111 65.9363 182.409 65.8289 182.526 65.5791C182.643 65.3293 182.536 65.0315 182.286 64.9141L179.905 63.7969L182.345 57.7646L184.33 58.6357L184.427 58.667C184.654 58.7154 184.892 58.599 184.989 58.3779C185.086 58.157 185.01 57.9037 184.82 57.7695L184.732 57.7197L182.725 56.8379L185.639 49.8311L187.521 50.6289L187.618 50.6592C187.846 50.7048 188.082 50.5863 188.177 50.3643C188.284 50.1102 188.165 49.8159 187.911 49.708L186.022 48.9082L188.665 42.5518L194.794 57.2881ZM236.906 57.5996L261.219 95.0156C261.339 95.201 261.568 95.2855 261.78 95.2227C261.992 95.1596 262.139 94.9644 262.139 94.7432V57.5996H272.257V112.191H260.321L234.579 72.71C234.458 72.5249 234.23 72.4415 234.019 72.5039C233.833 72.5588 233.698 72.7142 233.667 72.9004L233.66 72.9824L233.582 112.191H223.463V57.5996H236.906ZM188.666 69.8623C188.487 69.8623 188.324 69.9577 188.235 70.1084L188.201 70.1768L176.527 99.3223C176.466 99.4762 176.484 99.6507 176.577 99.7881C176.67 99.9253 176.825 100.008 176.991 100.008H200.34C200.506 100.008 200.661 99.9254 200.754 99.7881C200.847 99.6508 200.865 99.4762 200.804 99.3223L189.13 70.1768C189.054 69.9873 188.87 69.8626 188.666 69.8623Z" fill="#FFDB80"/><path d="M279.956 113.092C279.956 113.533 280.314 113.892 280.756 113.892C281.198 113.892 281.556 113.533 281.556 113.092C281.556 112.65 281.198 112.292 280.756 112.292C280.314 112.292 279.956 112.65 279.956 113.092ZM279.956 57.5C279.956 57.9418 280.314 58.3 280.756 58.3C281.198 58.3 281.556 57.9418 281.556 57.5C281.556 57.0582 281.198 56.7 280.756 56.7C280.314 56.7 279.956 57.0582 279.956 57.5ZM280.756 113.092H280.906V57.5H280.756H280.606V113.092H280.756Z" fill="#FFDB80"/><path d="M151 135.058L195.776 25.3024" stroke="#FFDB80" stroke-width="0.291225"/></g><defs><linearGradient id="paint0_linear_8257_6048" x1="187.5" y1="57.5" x2="187.5" y2="249.5" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF1CC"/><stop offset="1" stop-color="#FFF1CC" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6048"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8212_81052)"><rect width="375" height="248" fill="white"/><path d="M0 248H375V96.9583H230V48H0V248Z" fill="url(#paint0_linear_8212_81052)"/><path d="M155.95 48C156.226 48 156.45 48.2239 156.45 48.5V85.0166C156.45 91.2872 154.29 96.5746 150.508 100.295C146.727 104.015 141.36 106.132 135.015 106.132C129.578 106.132 124.202 104.652 120.176 101.354C116.134 98.0448 113.5 92.943 113.5 85.8154C113.5 84.264 113.663 82.6395 113.904 80.9502L113.923 80.8711C113.98 80.6908 114.135 80.5548 114.326 80.5264L125.113 78.9287C125.276 78.9046 125.441 78.9625 125.553 79.083C125.665 79.2034 125.71 79.3708 125.675 79.5312C125.366 80.9212 125.287 82.2405 125.287 83.498C125.287 87.6679 126.55 90.3785 128.354 92.0508C130.165 93.7307 132.587 94.4247 135.015 94.4248C137.739 94.4248 140.045 93.5248 141.666 91.9316C143.286 90.34 144.264 88.0174 144.264 85.0967V48.5C144.264 48.2239 144.488 48 144.764 48H155.95ZM174.976 48.0098C175.071 48.0291 175.16 48.0763 175.23 48.1465C175.324 48.2405 175.377 48.3682 175.377 48.501L175.297 81.8213C175.297 85.8031 176.428 88.9422 178.483 91.083C180.536 93.2211 183.571 94.4248 187.502 94.4248C191.394 94.4248 194.386 93.2402 196.408 91.1143C198.434 88.9848 199.547 85.8464 199.547 81.8213L199.467 48.501C199.467 48.3682 199.52 48.2405 199.613 48.1465C199.707 48.0527 199.834 48.0001 199.967 48H211.154L211.255 48.0098C211.482 48.0564 211.654 48.2579 211.654 48.499L211.733 81.9785V81.9805C211.733 89.0855 209.356 95.1314 205.116 99.4023C200.875 103.674 194.808 106.132 187.502 106.132C180.117 106.132 174.011 103.675 169.749 99.4033C165.488 95.1321 163.11 89.0856 163.11 81.9805V81.9785L163.19 48.499L163.2 48.3984C163.247 48.1709 163.449 48 163.69 48H174.877L174.976 48.0098ZM230.021 49V94.2725C230.022 94.5485 230.245 94.7725 230.521 94.7725H258.787V104.479H249.799V102.158C249.799 101.882 249.575 101.658 249.299 101.658C249.023 101.658 248.799 101.882 248.799 102.158V104.479H239.811V102.158C239.811 101.882 239.587 101.658 239.311 101.658C239.035 101.658 238.811 101.882 238.811 102.158V104.479H229.823V102.158C229.823 101.882 229.599 101.658 229.323 101.658C229.047 101.658 228.823 101.882 228.823 102.158V104.479H219.835V98.4883H222.659C222.935 98.4882 223.159 98.2642 223.159 97.9883C223.159 97.7122 222.935 97.4884 222.659 97.4883H219.835V90.9502H222.659L222.76 90.9404C222.988 90.8939 223.159 90.6918 223.159 90.4502C223.159 90.2085 222.988 90.0066 222.76 89.96L222.659 89.9502H219.835V83.958H222.659L222.76 83.9482C222.988 83.9016 223.159 83.6996 223.159 83.458C223.159 83.2166 222.987 83.0154 222.76 82.9688L222.659 82.958H219.835V76.9668H222.659L222.76 76.957C222.988 76.9105 223.159 76.7084 223.159 76.4668C223.159 76.2251 222.988 76.0232 222.76 75.9766L222.659 75.9668H219.835V69.9746H222.659C222.935 69.9745 223.159 69.7507 223.159 69.4746C223.159 69.1987 222.935 68.9747 222.659 68.9746H219.835V62.9834H222.659C222.935 62.9833 223.159 62.7595 223.159 62.4834C223.159 62.2073 222.935 61.9835 222.659 61.9834H219.835V55.9912H222.659C222.935 55.9911 223.159 55.7673 223.159 55.4912C223.159 55.2153 222.935 54.9913 222.659 54.9912H219.835V49H230.021ZM234.5 90V93.7725H231.021V90H234.5Z" fill="#89F5BF"/><path d="M376 95.3H258.5" stroke="#89F5BF" stroke-linecap="round" stroke-linejoin="round"/></g><defs><linearGradient id="paint0_linear_8212_81052" x1="187.5" y1="48" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#D0FBE5"/><stop offset="1" stop-color="#D0FBE5" stop-opacity="0"/></linearGradient><clipPath id="clip0_8212_81052"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8212_81046)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8212_81046)"/><path d="M230.183 93.8372C227.516 95.4381 224.383 96.2833 221.183 96.265M225.28 94.0108L225.761 95.6414L226.121 96.8372" stroke="#FFC2A3" stroke-linecap="round" stroke-linejoin="round"/><path d="M240.183 86.8372C242.553 85.2362 245.339 84.391 248.183 84.4094M244.541 86.6635L244.114 85.0329L243.794 83.8372" stroke="#FFC2A3" stroke-linecap="round" stroke-linejoin="round"/><path d="M266.963 57.9473H150.282V98.2969C150.282 110.429 141.947 118.622 129.681 118.622C119.144 118.622 109 112.871 109 99.085C109 97.5883 109.158 96.0126 109.394 94.3584L120.009 92.7822C119.694 94.2001 119.615 95.5394 119.615 96.7998C119.615 105.229 124.727 108.065 129.681 108.065C135.263 108.065 139.273 104.363 139.273 98.376V48H266.963V57.9473ZM248.462 100.801V63.4219H259.468V118.622H246.89L221.262 79.1934L221.183 118.622H210.177V63.4219H224.249L248.462 100.801ZM168.082 95.6152C168.082 103.49 172.556 108.277 180.348 108.277C188.062 108.277 192.459 103.567 192.459 95.6152L192.382 63.4219H203.182L203.219 79.0957H198.838V80.0957H203.22V79.5957L203.258 95.2695H198.838V96.2695H203.254C203.142 103.007 200.764 108.675 196.648 112.618L197.002 112.265L193.465 108.731L193.112 109.085L192.759 109.438L196.282 112.959C192.436 116.462 187.158 118.514 180.848 118.617V113.985H179.848V118.617C173.465 118.515 168.148 116.462 164.28 112.957L167.804 109.438L167.097 108.731L163.561 112.265L163.913 112.618C159.777 108.675 157.399 103.007 157.287 96.2695H162.366V95.2695H157.283L157.32 79.5957V80.0957H162.366V79.0957H157.321L157.359 63.4219H168.159L168.082 95.6152Z" fill="#FFC2A3"/></g><defs><linearGradient id="paint0_linear_8212_81046" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#FFDDCC"/><stop offset="1" stop-color="#FFDDCC" stop-opacity="0"/></linearGradient><clipPath id="clip0_8212_81046"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="43" height="45" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.4089 21.5618C26.1183 21.5619 26.4096 22.1223 26.4099 22.4504M25.4089 21.5618V22.4504M25.4089 21.5618C24.6991 21.5618 24.4082 22.1224 24.4079 22.4504C24.4079 22.7785 24.6989 23.3401 25.4089 23.3401C26.03 23.3399 26.3308 22.9103 26.3962 22.5833L26.4099 22.4514V22.4504M25.4089 21.5618V22.4504M26.4099 22.4504H25.4089M26.4099 22.4504H25.4089M25.4089 13.9446C22.5038 13.9446 20.0428 15.5031 18.6081 17.7532H11.4206C9.68525 17.7533 8.27899 19.1604 8.27899 20.8958V24.0061C8.27899 25.2577 9.01202 26.3347 10.071 26.8401V27.8147C10.071 29.55 11.4773 30.9571 13.2126 30.9573H16.0993C17.7691 30.9571 19.1344 29.6546 19.235 28.01C20.7069 29.7867 22.8912 30.9573 25.4089 30.9573C30.0792 30.9571 33.5776 26.988 33.5778 22.4514C33.5778 17.9147 30.0793 13.9448 25.4089 13.9446Z" fill="white" stroke="#ED6CEF" stroke-width="5.58641"/><path d="M25.4089 15.8645C22.875 15.8645 20.7343 17.4474 19.7497 19.6731H11.4206C10.7458 19.6732 10.1989 20.2209 10.1989 20.8958V24.0061C10.1989 24.6809 10.7458 25.2286 11.4206 25.2288H11.9909V27.8147C11.9909 28.4895 12.5379 29.0371 13.2126 29.0374H16.0993C16.774 29.0371 17.321 28.4895 17.321 27.8147V25.2288H19.7497C20.7343 27.4544 22.875 29.0374 25.4089 29.0374C28.9103 29.0372 31.6577 26.039 31.6579 22.4514C31.6579 18.8636 28.9104 15.8647 25.4089 15.8645ZM25.4089 21.4192C25.8675 21.4194 26.3276 21.8299 26.3278 22.4504C26.3278 23.0712 25.8676 23.4825 25.4089 23.4827C24.9502 23.4827 24.4892 23.072 24.489 22.4514C24.489 21.8305 24.9501 21.4192 25.4089 21.4192Z" fill="white" stroke="#850F85" stroke-width="1.74575"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="48" height="48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M33.7097 11.8037C35.3985 11.8039 36.7671 13.1725 36.7673 14.8613V34.8164C36.7673 36.5054 35.3987 37.8748 33.7097 37.875H14.075C12.386 37.8748 11.0173 36.5054 11.0173 34.8164V14.8613C11.0175 13.1725 12.3861 11.8039 14.075 11.8037H33.7097Z" fill="#1EB5F0" stroke="#1EB5F0" stroke-width="4.89347"/><rect x="14.1916" y="14.9416" width="19.4693" height="16.8627" rx="1.278" fill="white" stroke="#0A47C2" stroke-width="1.875"/><rect x="13.5" y="33.4734" width="20.8525" height="1.6291" rx="0.814549" fill="#0A47C2"/><circle cx="23.9262" cy="23.3729" r="2.3207" fill="white" stroke="#0A47C2" stroke-width="1.875"/><path d="M28.1619 30.8668C28.1619 30.3105 28.0524 29.7597 27.8395 29.2458C27.6266 28.732 27.3146 28.265 26.9213 27.8717C26.528 27.4784 26.0611 27.1664 25.5472 26.9535C25.0333 26.7407 24.4825 26.6311 23.9263 26.6311C23.37 26.6311 22.8192 26.7407 22.3054 26.9535C21.7915 27.1664 21.3245 27.4784 20.9312 27.8717C20.5379 28.265 20.2259 28.732 20.013 29.2458C19.8002 29.7597 19.6906 30.3105 19.6906 30.8668" stroke="#0A47C2" stroke-width="1.875"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6060)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8257_6060)"/><path d="M165.5 120.5L164.5 123" stroke="#89F5BF"/><path d="M228.215 119.514L228.156 120.31L227.998 119.514H228.215ZM224.384 103.632L228.112 118.514H224.78L217.13 103.632H224.384ZM172.095 112.621L169.998 117.958L165 115.995L167.096 110.657L172.095 112.621ZM175.379 106.838L173.31 112.023L172.93 111.874C172.929 111.874 172.928 111.873 172.927 111.873L166.997 109.544L166.616 109.394L168.733 104.054L175.379 106.838ZM203.146 48.04L225.374 102.632H214.224L209.03 89.7617C208.964 89.5963 208.814 89.4814 208.642 89.4551L208.566 89.4492H185.218C185.036 89.4492 184.871 89.5469 184.783 89.7012L184.751 89.7705L178.188 106.93L168.474 102.861L190.638 48.04H203.146ZM256.443 48.04C261.77 48.0401 266.124 49.8075 269.146 52.79C272.167 55.7728 273.892 60.0074 273.892 65.0117C273.892 72.2995 270.337 77.982 264.267 80.5947C264.142 80.6484 264.044 80.7508 263.996 80.8779C263.948 81.0052 263.954 81.1468 264.013 81.2695L274.234 102.712H263.273L253.799 82.3525C253.727 82.1983 253.583 82.0924 253.418 82.0684L253.346 82.0635H242.307C242.031 82.0637 241.807 82.2875 241.807 82.5635V102.632H231.688V48.04H256.443ZM112.59 48.04L130.647 90.542C130.726 90.7263 130.907 90.8456 131.107 90.8457C131.308 90.8457 131.49 90.7265 131.568 90.542L149.625 48.04H162.216V102.632H152.098V68.5859C152.098 68.3483 151.93 68.1432 151.697 68.0957C151.464 68.0482 151.23 68.1719 151.137 68.3906L136.575 102.632H125.641L111.158 68.6279C111.065 68.4097 110.831 68.287 110.599 68.334C110.395 68.3753 110.241 68.5367 110.205 68.7354L110.197 68.8232L110.119 102.632H100V48.04H112.59ZM196.891 60.3027C196.712 60.3032 196.55 60.399 196.461 60.5498L196.428 60.6182L189.042 79.1221C188.981 79.276 188.999 79.4507 189.092 79.5879C189.185 79.7251 189.34 79.8065 189.506 79.8066H204.357C204.523 79.8065 204.679 79.7245 204.771 79.5869C204.864 79.4492 204.882 79.2742 204.82 79.1201L197.355 60.6162C197.279 60.4268 197.095 60.3024 196.891 60.3027ZM242.307 57.6826C242.031 57.6828 241.807 57.9066 241.807 58.1826V71.9209C241.807 72.1969 242.031 72.4207 242.307 72.4209H255.649C258.075 72.4208 260.112 71.784 261.55 70.5088C262.996 69.2258 263.772 67.3511 263.772 65.0117C263.772 62.7095 262.994 60.8558 261.548 59.584C260.111 58.32 258.075 57.6827 255.649 57.6826H242.307ZM200.787 23.6006L201.21 43.541L193.872 43.4365L194.812 23.5166L200.787 23.6006Z" fill="#89F5BF"/><circle cx="197.762" cy="45.206" r="11.135" stroke="#89F5BF" stroke-width="0.3"/></g><defs><linearGradient id="paint0_linear_8257_6060" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#D0FBE5"/><stop offset="1" stop-color="#D0FBE5" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6060"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" fill="#DADADA"/><path d="M32.1878 21.8623C32.1878 26.0043 28.8301 29.3621 24.6881 29.3621C20.5461 29.3621 17.1883 26.0043 17.1883 21.8623C17.1883 17.7203 20.5461 14.3626 24.6881 14.3626C28.8301 14.3626 32.1878 17.7203 32.1878 21.8623Z" fill="#DADADA"/><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M32.1878 21.8623C32.1878 26.0043 28.8301 29.3621 24.6881 29.3621C20.5461 29.3621 17.1883 26.0043 17.1883 21.8623C17.1883 17.7203 20.5461 14.3626 24.6881 14.3626C28.8301 14.3626 32.1878 17.7203 32.1878 21.8623Z" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M29.375 21.8624C29.375 19.2736 27.2761 17.1752 24.6873 17.1752C24.3662 17.1752 24.0526 17.2071 23.7497 17.2686V23.7624C23.7497 24.7038 23.2866 25.5365 22.5764 26.0469C23.2109 26.3677 23.9277 26.5495 24.6873 26.5495C27.2761 26.5495 29.375 24.4511 29.375 21.8624ZM10.6253 20.95H14.416C14.6641 18.1197 16.0547 15.6173 18.1249 13.9075V13.4504H10.6253V20.95ZM34.9998 21.8624C34.9998 27.5576 30.3826 32.1744 24.6873 32.1744C20.6901 32.1743 17.2244 29.9 15.513 26.5748H7.81289C6.25965 26.5748 5.00049 25.3157 5.00049 23.7624V10.638C5.00049 9.08478 6.25965 7.82562 7.81289 7.82562H20.9373C22.4905 7.82562 23.7497 9.08478 23.7497 10.638V11.5927C24.0585 11.5649 24.3712 11.5504 24.6873 11.5504C30.3826 11.5504 34.9998 16.1671 34.9998 21.8624Z" fill="#DADADA" stroke="#0D0D0D" stroke-width="0.5" stroke-linejoin="round"/><path d="M7.81348 10.638H20.938V23.7626H7.81348V10.638Z" fill="#0D0D0D" stroke="#0D0D0D" stroke-width="1.33333"/><circle cx="24.6872" cy="21.8623" r="7.49975" fill="#DADADA" stroke="#0D0D0D" stroke-width="1.33333"/><path d="M20.9121 20.2309L20.9321 18.6749L28.5255 18.7727L28.5055 20.3286L27.1351 20.311L27.0983 22.8876C27.0946 23.1753 27.2293 23.4517 27.531 23.4555C27.6316 23.4568 27.7578 23.4192 27.897 23.3556L28.4187 24.827C27.9767 24.9783 27.5861 25.0386 27.2341 25.0341C26.0775 25.0192 25.4463 24.2395 25.4607 23.115L25.5008 20.2899L23.8665 20.2689L23.804 24.833L22.1697 24.812L22.2321 20.2479L20.9121 20.2309Z" fill="#0D0D0D"/><path d="M10.4404 18.0046V15.9047H13.1403V13.2048H15.2403V15.9047H17.9402V18.0046H15.2403V20.7046H13.1403V18.0046H10.4404Z" fill="#DADADA"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_8257_6056)"><rect width="375" height="248" fill="white"/><path d="M375 250V58H0V250H375Z" fill="url(#paint0_linear_8257_6056)"/><path d="M223.297 50.7126L217.563 60.9965L242.864 75.5578V104.68H254.513V75.5578L279.904 60.9965L273.897 50.7126L248.597 65.3649L223.297 50.7126Z" fill="#FFDB80"/><path d="M96 104.043H107.118L107.198 69.7353L121.81 104.043H133.405L148.097 69.497V104.043H159.216V48.4517H145.794L127.608 91.2572L109.421 48.4517H96V104.043Z" fill="#FFDB80"/><path d="M164.325 104.043H176.476L181.718 90.8601H205.066L210.387 104.043H222.617L199.984 48.4517H186.8L164.325 104.043ZM186.006 80.2183L193.392 61.7142L200.857 80.2183H186.006Z" fill="#FFDB80"/><path d="M248.642 55.8106V51.6243M233.08 78.0166L235.628 76.7425M264.66 78.0166L262.021 76.7425M242.892 84.78C244.677 85.4668 246.616 85.8433 248.642 85.8433C250.71 85.8433 252.686 85.4516 254.5 84.7384M242.892 84.78C240.334 83.7958 238.093 82.1742 236.362 80.1098C234.029 77.3274 232.625 73.7406 232.625 69.8259C232.625 60.9797 239.796 53.8085 248.642 53.8085C257.489 53.8085 264.66 60.9797 264.66 69.8259C264.66 73.7406 263.255 77.3274 260.923 80.1098C259.216 82.1453 257.013 83.7504 254.5 84.7384M242.892 84.78L234.892 104.5H262.5L254.5 84.7384" stroke="#FFDB80" stroke-width="0.291225"/><path d="M266.03 74.4742H265.238V74.1684C265.773 74.1684 266.019 73.8681 266.019 73.4531H266.385V77.2754H266.03V74.4742ZM269.647 77.2754H267.064V77.0024C267.064 75.539 269.292 75.7683 269.292 74.567C269.292 74.0428 268.937 73.7097 268.386 73.7097C267.643 73.7097 267.441 74.2121 267.441 74.6325C267.441 74.7363 267.452 74.8346 267.474 74.9219L267.075 74.8946C267.064 74.8182 267.053 74.7363 267.053 74.6489C267.053 74.0701 267.37 73.3711 268.386 73.3711C269.145 73.3711 269.647 73.8571 269.647 74.5615C269.647 76.0031 267.539 75.8284 267.447 76.9368H269.647V77.2754ZM270.195 75.3478C270.195 74.283 270.626 73.3711 271.642 73.3711C272.636 73.3711 273.072 74.283 273.072 75.3478C273.072 76.4454 272.657 77.3573 271.642 77.3573C270.615 77.3573 270.195 76.4399 270.195 75.3478ZM270.55 75.3478C270.55 76.4236 270.948 77.0187 271.642 77.0187C272.33 77.0187 272.717 76.4345 272.717 75.3478C272.717 74.3049 272.313 73.7097 271.642 73.7097C270.954 73.7097 270.55 74.3049 270.55 75.3478Z" fill="#FFDB80"/></g><defs><linearGradient id="paint0_linear_8257_6056" x1="187.5" y1="58" x2="187.5" y2="250" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF1CC"/><stop offset="1" stop-color="#FFF1CC" stop-opacity="0"/></linearGradient><clipPath id="clip0_8257_6056"><rect width="375" height="248" fill="white"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg width="40" height="40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M10.3333 31.3333H29.8333V10.3333H24.3333V12.3333H15.8333V10.3333H10.3333V31.3333Z" fill="#DADADA"/><path d="M24.3333 8.33333H15.8333V10.3333H24.3333V8.33333Z" fill="#DADADA"/><path d="M19.2059 23.4171V17H21.1274V23.4171H19.2059ZM19 25.4788C19 24.8508 19.5078 24.3319 20.1941 24.3319C20.8118 24.3319 21.3333 24.8508 21.3333 25.4788C21.3333 26.1478 20.8118 26.6667 20.1941 26.6667C19.5078 26.6667 19 26.1478 19 25.4788Z" fill="#DADADA"/><path d="M27.3883 7C26.8739 5.82292 25.7001 5 24.3333 5H15.8333C14.4666 5 13.2928 5.82292 12.7783 7H10.3333C8.49238 7 7 8.49238 7 10.3333V31.3333C7 33.1743 8.49238 34.6667 10.3333 34.6667H29.8333C31.6743 34.6667 33.1667 33.1743 33.1667 31.3333V10.3333C33.1667 8.49238 31.6743 7 29.8333 7H27.3883Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M15.8333 12.3333H24.3333V10.3333H15.8333V12.3333Z" fill="#DADADA"/><path d="M10.3333 31.3333H29.8333V10.3333H24.3333V12.3333H15.8333V10.3333H10.3333V31.3333Z" fill="#DADADA"/><path d="M24.3333 8.33333H15.8333V10.3333H24.3333V8.33333Z" fill="#DADADA"/><path d="M19.2059 23.4171V17H21.1274V23.4171H19.2059ZM19 25.4788C19 24.8508 19.5078 24.3319 20.1941 24.3319C20.8118 24.3319 21.3333 24.8508 21.3333 25.4788C21.3333 26.1478 20.8118 26.6667 20.1941 26.6667C19.5078 26.6667 19 26.1478 19 25.4788Z" fill="#DADADA"/><path d="M10.3333 10.3333V10.1667H10.1667V10.3333H10.3333ZM29.8333 10.3333H30V10.1667H29.8333V10.3333ZM29.8333 31.3333V31.5H30V31.3333H29.8333ZM10.3333 31.3333H10.1667V31.5H10.3333V31.3333ZM15.8333 8.33333V8.16667H15.6667V8.33333H15.8333ZM24.3333 8.33333H24.5V8.16667H24.3333V8.33333ZM24.3333 12.3333V12.5H24.5V12.3333H24.3333ZM15.8333 12.3333H15.6667V12.5H15.8333V12.3333ZM19.2059 23.4171H19.0392C19.0392 23.5092 19.1138 23.5838 19.2059 23.5838V23.4171ZM19.2059 17V16.8333C19.1138 16.8333 19.0392 16.908 19.0392 17H19.2059ZM21.1274 17H21.2941C21.2941 16.908 21.2195 16.8333 21.1274 16.8333V17ZM21.1274 23.4171V23.5838C21.2195 23.5838 21.2941 23.5092 21.2941 23.4171H21.1274ZM27.3883 7L27.2356 7.06675C27.2622 7.12744 27.3221 7.16667 27.3883 7.16667V7ZM12.7783 7V7.16667C12.8446 7.16667 12.9045 7.12744 12.931 7.06675L12.7783 7ZM29.8333 31.3333V31.1667H10.3333V31.3333V31.5H29.8333V31.3333ZM10.3333 31.3333H10.5V10.3333H10.3333H10.1667V31.3333H10.3333ZM15.8333 8.33333V8.5H24.3333V8.33333V8.16667H15.8333V8.33333ZM24.3333 12.3333V12.1667H15.8333V12.3333V12.5H24.3333V12.3333ZM15.8333 10.3333V10.1667H10.3333V10.3333V10.5H15.8333V10.3333ZM29.8333 10.3333V10.1667H24.3333V10.3333V10.5H29.8333V10.3333ZM24.3333 10.3333H24.1667V12.3333H24.3333H24.5V10.3333H24.3333ZM15.8333 12.3333H16V10.3333H15.8333H15.6667V12.3333H15.8333ZM24.3333 8.33333H24.1667V10.3333H24.3333H24.5V8.33333H24.3333ZM15.8333 10.3333H16V8.33333H15.8333H15.6667V10.3333H15.8333ZM15.8333 10.3333V10.5H24.3333V10.3333V10.1667H15.8333V10.3333ZM19.2059 23.4171H19.3725V17H19.2059H19.0392V23.4171H19.2059ZM19.2059 17V17.1667H21.1274V17V16.8333H19.2059V17ZM21.1274 17H20.9608V23.4171H21.1274H21.2941V17H21.1274ZM21.1274 23.4171V23.2505H19.2059V23.4171V23.5838H21.1274V23.4171ZM19 25.4788H19.1667C19.1667 24.9462 19.5965 24.4986 20.1941 24.4986V24.3319V24.1653C19.4192 24.1653 18.8333 24.7553 18.8333 25.4788H19ZM20.1941 24.3319V24.4986C20.7192 24.4986 21.1667 24.9423 21.1667 25.4788H21.3333H21.5C21.5 24.7592 20.9043 24.1653 20.1941 24.1653V24.3319ZM21.3333 25.4788H21.1667C21.1667 26.0601 20.7155 26.5 20.1941 26.5V26.6667V26.8333C20.9081 26.8333 21.5 26.2356 21.5 25.4788H21.3333ZM20.1941 26.6667V26.5C19.6003 26.5 19.1667 26.0562 19.1667 25.4788H19H18.8333C18.8333 26.2394 19.4154 26.8333 20.1941 26.8333V26.6667ZM29.8333 10.3333H29.6667V31.3333H29.8333H30V10.3333H29.8333ZM24.3333 5V5.16667C25.6314 5.16667 26.7467 5.9481 27.2356 7.06675L27.3883 7L27.5411 6.93325C27.0011 5.69774 25.7687 4.83333 24.3333 4.83333V5ZM27.3883 7V7.16667H29.8333V7V6.83333H27.3883V7ZM29.8333 7V7.16667C31.5822 7.16667 33 8.58443 33 10.3333H33.1667H33.3333C33.3333 8.40034 31.7663 6.83333 29.8333 6.83333V7ZM33.1667 10.3333H33V31.3333H33.1667H33.3333V10.3333H33.1667ZM33.1667 31.3333H33C33 33.0822 31.5822 34.5 29.8333 34.5V34.6667V34.8333C31.7663 34.8333 33.3333 33.2663 33.3333 31.3333H33.1667ZM29.8333 34.6667V34.5H10.3333V34.6667V34.8333H29.8333V34.6667ZM10.3333 34.6667V34.5C8.58443 34.5 7.16667 33.0822 7.16667 31.3333H7H6.83333C6.83333 33.2663 8.40034 34.8333 10.3333 34.8333V34.6667ZM7 31.3333H7.16667V10.3333H7H6.83333V31.3333H7ZM7 10.3333H7.16667C7.16667 8.58443 8.58443 7.16667 10.3333 7.16667V7V6.83333C8.40034 6.83333 6.83333 8.40034 6.83333 10.3333H7ZM10.3333 7V7.16667H12.7783V7V6.83333H10.3333V7ZM12.7783 7L12.931 7.06675C13.42 5.9481 14.5353 5.16667 15.8333 5.16667V5V4.83333C14.3979 4.83333 13.1656 5.69774 12.6256 6.93325L12.7783 7ZM15.8333 5V5.16667H24.3333V5V4.83333H15.8333V5Z" fill="#0D0D0D"/><circle cx="20.0003" cy="21.6666" r="5.33333" fill="#0D0D0D"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" fill="#DADADA"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" fill="#DADADA"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" stroke="#0D0D0D" stroke-width="0.333333" stroke-linejoin="round"/><path d="M19.1765 23.0895V18H20.8235V23.0895H19.1765ZM19 24.7246C19 24.2265 19.4353 23.815 20.0235 23.815C20.5529 23.815 21 24.2265 21 24.7246C21 25.2552 20.5529 25.6667 20.0235 25.6667C19.4353 25.6667 19 25.2552 19 24.7246Z" stroke="#0D0D0D" stroke-width="0.333333" stroke-linejoin="round"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="375" height="248" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="375" height="248" fill="white"/><path d="M375 248V56L187.5 75L0 56V248H375Z" fill="url(#paint0_linear_8257_6052)"/><path d="M201.14 103.868C201.425 104.161 201.671 104.412 201.889 104.644C202.325 105.107 202.624 105.466 202.849 105.859C203.26 106.578 203.463 107.469 203.647 109.418H171.081C171.3 107.524 171.632 106.625 172.096 105.913C172.227 105.712 172.371 105.522 172.532 105.325L173.612 104.063C173.804 103.833 174.009 103.578 174.227 103.292C174.377 103.361 174.527 103.431 174.679 103.498C174.802 103.552 174.926 103.603 175.049 103.655C175.186 103.713 175.323 103.771 175.461 103.827C175.571 103.872 175.681 103.915 175.792 103.958C175.94 104.016 176.09 104.074 176.24 104.13C176.383 104.183 176.526 104.234 176.67 104.285C176.792 104.328 176.913 104.372 177.035 104.413C177.179 104.462 177.324 104.509 177.469 104.556C177.604 104.599 177.738 104.642 177.874 104.684C178.002 104.723 178.131 104.761 178.26 104.799C178.426 104.847 178.591 104.894 178.758 104.939C178.858 104.967 178.958 104.993 179.058 105.02C179.242 105.068 179.426 105.113 179.612 105.158C179.726 105.186 179.841 105.213 179.956 105.239C180.103 105.273 180.252 105.306 180.401 105.338C180.545 105.369 180.689 105.399 180.834 105.428C181.001 105.461 181.169 105.492 181.337 105.522C181.454 105.544 181.57 105.565 181.687 105.585C181.868 105.616 182.051 105.644 182.234 105.672C182.35 105.689 182.465 105.707 182.582 105.724C182.755 105.748 182.929 105.769 183.103 105.791C183.239 105.808 183.376 105.826 183.513 105.841C183.648 105.856 183.782 105.868 183.917 105.881C184.09 105.898 184.263 105.916 184.437 105.931C184.608 105.945 184.779 105.954 184.951 105.966C185.075 105.974 185.199 105.984 185.324 105.991C185.516 106.002 185.71 106.008 185.904 106.016C186.031 106.02 186.159 106.028 186.288 106.031C186.596 106.04 186.907 106.045 187.219 106.045C187.534 106.045 187.847 106.039 188.158 106.03C188.316 106.026 188.473 106.017 188.63 106.011C188.802 106.004 188.973 105.998 189.144 105.988C189.27 105.981 189.396 105.971 189.522 105.962C189.706 105.949 189.889 105.938 190.072 105.922C190.22 105.909 190.367 105.894 190.514 105.879C190.68 105.862 190.845 105.846 191.009 105.827C191.15 105.811 191.29 105.792 191.429 105.774C191.596 105.753 191.762 105.731 191.927 105.707C192.074 105.686 192.221 105.662 192.367 105.639C192.521 105.614 192.676 105.589 192.83 105.562C192.967 105.538 193.103 105.512 193.24 105.486C193.412 105.454 193.584 105.42 193.754 105.385C193.884 105.358 194.013 105.329 194.141 105.301C194.29 105.268 194.438 105.234 194.585 105.199C194.745 105.161 194.903 105.123 195.061 105.083C195.188 105.051 195.313 105.017 195.439 104.983C195.592 104.942 195.744 104.901 195.895 104.857C196.054 104.812 196.213 104.764 196.371 104.716C196.48 104.682 196.591 104.65 196.7 104.615C196.881 104.558 197.061 104.497 197.24 104.437C197.342 104.402 197.445 104.368 197.547 104.332C197.697 104.279 197.846 104.223 197.995 104.168C198.133 104.117 198.272 104.066 198.41 104.013C198.549 103.958 198.687 103.902 198.826 103.846C198.946 103.797 199.067 103.749 199.187 103.698C199.353 103.628 199.517 103.555 199.681 103.481C199.785 103.435 199.89 103.39 199.993 103.343C200.141 103.275 200.287 103.202 200.433 103.132C200.69 103.402 200.925 103.647 201.14 103.868ZM187.219 47.7139C203.86 47.7139 215.325 60.4116 215.325 76.5391C215.325 87.609 209.867 96.9607 201.046 101.701C200.776 101.846 200.502 101.986 200.226 102.122C200.01 102.229 199.793 102.333 199.573 102.435C199.474 102.48 199.375 102.523 199.276 102.567C199.115 102.639 198.954 102.711 198.792 102.779C198.703 102.817 198.613 102.852 198.524 102.889C198.35 102.96 198.176 103.032 198 103.1C197.9 103.138 197.8 103.174 197.7 103.211C197.547 103.268 197.395 103.325 197.241 103.379C197.118 103.422 196.995 103.464 196.872 103.506C196.722 103.556 196.572 103.606 196.42 103.654C196.296 103.694 196.171 103.732 196.045 103.771C195.899 103.815 195.751 103.858 195.603 103.9C195.489 103.933 195.376 103.965 195.261 103.996C195.082 104.045 194.902 104.092 194.72 104.138C194.626 104.161 194.531 104.184 194.436 104.207C194.256 104.25 194.075 104.292 193.893 104.332C193.78 104.357 193.668 104.382 193.554 104.405C193.375 104.442 193.196 104.478 193.015 104.512C192.911 104.531 192.806 104.551 192.701 104.569C192.516 104.602 192.33 104.633 192.144 104.662C192.03 104.68 191.915 104.698 191.8 104.715C191.613 104.742 191.424 104.767 191.235 104.791C191.133 104.804 191.031 104.818 190.928 104.83C190.728 104.853 190.527 104.873 190.325 104.893C190.218 104.903 190.111 104.915 190.003 104.924C189.802 104.941 189.599 104.955 189.395 104.969C189.295 104.975 189.195 104.983 189.094 104.989C188.85 105.003 188.605 105.014 188.358 105.022C187.981 105.035 187.602 105.045 187.219 105.045C186.916 105.045 186.615 105.039 186.315 105.031C186.149 105.027 185.983 105.019 185.818 105.012C185.68 105.006 185.543 105.002 185.407 104.994C185.287 104.988 185.167 104.979 185.047 104.971C184.854 104.958 184.66 104.946 184.468 104.93C184.363 104.921 184.259 104.909 184.155 104.899C183.979 104.883 183.804 104.867 183.63 104.848C183.471 104.83 183.312 104.809 183.153 104.789C183.022 104.773 182.891 104.757 182.76 104.739C182.603 104.717 182.447 104.693 182.292 104.669C182.152 104.647 182.014 104.626 181.875 104.603C181.75 104.581 181.625 104.558 181.5 104.535C181.337 104.505 181.174 104.476 181.012 104.443C180.892 104.419 180.772 104.394 180.653 104.369C180.496 104.336 180.34 104.302 180.184 104.267C180.059 104.238 179.934 104.208 179.81 104.178C179.655 104.14 179.5 104.102 179.346 104.062C179.223 104.03 179.101 103.996 178.979 103.963C178.847 103.927 178.715 103.89 178.583 103.852C178.433 103.808 178.284 103.764 178.135 103.718C178.018 103.682 177.902 103.645 177.786 103.607C177.649 103.564 177.514 103.519 177.378 103.474C177.234 103.425 177.091 103.374 176.948 103.323C176.834 103.283 176.721 103.242 176.608 103.2C176.469 103.149 176.331 103.095 176.193 103.041C176.072 102.994 175.952 102.948 175.833 102.899C175.686 102.84 175.54 102.778 175.395 102.716C175.29 102.671 175.185 102.628 175.082 102.582C174.943 102.521 174.805 102.457 174.667 102.394C174.328 102.237 173.993 102.077 173.663 101.908C164.531 97.2356 158.874 87.7708 158.874 76.5391C158.874 60.4154 170.415 47.7139 187.219 47.7139ZM114.841 48.9121L139.304 86.5596C139.425 86.7452 139.653 86.8295 139.866 86.7666C140.078 86.7037 140.224 86.5085 140.224 86.2871V48.9121H150.411V103.846H138.396L112.496 64.1201C112.375 63.9351 112.147 63.8515 111.935 63.9141C111.75 63.969 111.615 64.1245 111.583 64.3105L111.577 64.3926L111.498 103.846H101.31V48.9121H114.841ZM228.647 48.9121L244.586 90.8594C244.66 91.0534 244.846 91.1825 245.053 91.1826C245.261 91.1826 245.447 91.0535 245.521 90.8594L261.459 48.9121H272.851L251.663 103.846H238.525L217.415 48.9121H228.647ZM187.139 57.4209C176.606 57.421 169.06 65.5854 169.06 76.5391C169.06 87.3386 176.452 95.3369 187.139 95.3369C197.665 95.3369 205.138 87.42 205.138 76.5391C205.138 65.5885 197.675 57.4209 187.139 57.4209Z" fill="#FFDB80"/><path d="M202.001 69L187.583 75.9368C186.951 76.2408 186.711 77.0178 187.062 77.625C187.412 78.2322 188.205 78.413 188.784 78.0178L202.001 69Z" fill="#FFDB80"/><path d="M181 69.4553L186.371 77.7983C186.745 78.3799 187.543 78.5049 188.077 78.0657C188.612 77.6265 188.644 76.8195 188.145 76.3395L181 69.4553Z" fill="#FFDB80"/><defs><linearGradient id="paint0_linear_8257_6052" x1="187.5" y1="56" x2="187.5" y2="248" gradientUnits="userSpaceOnUse"><stop stop-color="#FFF1CC"/><stop offset="1" stop-color="#FFF1CC" stop-opacity="0"/></linearGradient></defs></svg>