epfl-elements 4.5.0 → 4.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (638) hide show
  1. package/dist/components/atoms/alert/alert-types.twig +16 -0
  2. package/dist/components/atoms/alert/alert.twig +7 -0
  3. package/dist/components/atoms/alert/alert.yml +13 -0
  4. package/dist/components/atoms/button/button-secondary-states.twig +4 -0
  5. package/dist/components/atoms/button/button-secondary.twig +1 -0
  6. package/dist/components/atoms/button/button-sizes.twig +12 -0
  7. package/dist/components/atoms/button/button-states.twig +4 -0
  8. package/dist/components/atoms/button/button.twig +1 -0
  9. package/dist/components/atoms/button/button.yml +29 -0
  10. package/dist/components/atoms/checkbox/checkbox-inline.twig +5 -0
  11. package/dist/components/atoms/checkbox/checkbox-states.twig +4 -0
  12. package/dist/components/atoms/checkbox/checkbox.twig +4 -0
  13. package/dist/components/atoms/checkbox/checkbox.yml +11 -0
  14. package/dist/components/atoms/collapse/collapse-header.twig +22 -0
  15. package/dist/components/atoms/collapse/collapse-partial.twig +19 -0
  16. package/dist/components/atoms/collapse/collapse-title.twig +14 -0
  17. package/dist/components/atoms/collapse/collapse.twig +14 -0
  18. package/dist/components/atoms/collapse/collapse.yml +20 -0
  19. package/dist/components/atoms/definition-list/definition-list-grid.twig +17 -0
  20. package/dist/components/atoms/definition-list/definition-list.twig +9 -0
  21. package/dist/components/atoms/definition-list/definition-list.yml +13 -0
  22. package/dist/components/atoms/drawer/drawer.twig +10 -0
  23. package/dist/components/atoms/drawer/drawer.yml +4 -0
  24. package/dist/components/atoms/dropdown/dropdown.twig +11 -0
  25. package/dist/components/atoms/dropdown/dropdown.yml +10 -0
  26. package/dist/components/atoms/favicon/favicon.twig +16 -0
  27. package/dist/components/atoms/favicon/favicon.yml +2 -0
  28. package/dist/components/atoms/figure/figure.twig +4 -0
  29. package/dist/components/atoms/figure/figure.yml +4 -0
  30. package/dist/components/atoms/icon/icon-list-feather.twig +10 -0
  31. package/dist/components/atoms/icon/icon-list.twig +10 -0
  32. package/dist/components/atoms/icon/icon.twig +2 -0
  33. package/dist/components/atoms/icon/icon.yml +18 -0
  34. package/dist/components/atoms/input/input-disabled.twig +1 -0
  35. package/dist/components/atoms/input/input-error.twig +1 -0
  36. package/dist/components/atoms/input/input-focus.twig +1 -0
  37. package/dist/components/atoms/input/input-hover.twig +1 -0
  38. package/dist/components/atoms/input/input-value.twig +1 -0
  39. package/dist/components/atoms/input/input.twig +1 -0
  40. package/dist/components/atoms/input/input.yml +30 -0
  41. package/dist/components/atoms/link/link-bg-variants.twig +5 -0
  42. package/dist/components/atoms/link/link-icon.twig +4 -0
  43. package/dist/components/atoms/link/link-login.twig +4 -0
  44. package/dist/components/atoms/link/link.twig +3 -0
  45. package/dist/components/atoms/link/link.yml +27 -0
  46. package/dist/components/atoms/list/list-inline.twig +11 -0
  47. package/dist/components/atoms/list/list-ordered.twig +28 -0
  48. package/dist/components/atoms/list/list-unordered.twig +24 -0
  49. package/dist/components/atoms/list/list-unstyled.twig +5 -0
  50. package/dist/components/atoms/list/list.twig +13 -0
  51. package/dist/components/atoms/list/list.yml +13 -0
  52. package/dist/components/atoms/loader/loader.twig +3 -0
  53. package/dist/components/atoms/loader/loader.yml +2 -0
  54. package/dist/components/atoms/nav-lang/nav-lang-short.twig +30 -0
  55. package/dist/components/atoms/nav-lang/nav-lang.twig +29 -0
  56. package/dist/components/atoms/nav-lang/nav-lang.yml +7 -0
  57. package/dist/components/atoms/nav-toggle/nav-toggle-async.twig +6 -0
  58. package/dist/components/atoms/nav-toggle/nav-toggle.twig +6 -0
  59. package/dist/components/atoms/nav-toggle/nav-toggle.yml +10 -0
  60. package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.twig +8 -0
  61. package/dist/components/atoms/nav-toggle-mobile/nav-toggle-mobile.yml +4 -0
  62. package/dist/components/atoms/nav-user/nav-user-login.twig +6 -0
  63. package/dist/components/atoms/nav-user/nav-user.twig +16 -0
  64. package/dist/components/atoms/nav-user/nav-user.yml +10 -0
  65. package/dist/components/atoms/picture/picture-avatar.twig +18 -0
  66. package/dist/components/atoms/picture/picture-cover.twig +19 -0
  67. package/dist/components/atoms/picture/picture-fullwidth-teaser.twig +21 -0
  68. package/dist/components/atoms/picture/picture-news-thumb.twig +8 -0
  69. package/dist/components/atoms/picture/picture-one-third-square.twig +18 -0
  70. package/dist/components/atoms/picture/picture-one-third.twig +18 -0
  71. package/dist/components/atoms/picture/picture-portrait.twig +18 -0
  72. package/dist/components/atoms/picture/picture-question.twig +18 -0
  73. package/dist/components/atoms/picture/picture-thumb-square.twig +8 -0
  74. package/dist/components/atoms/picture/picture.twig +18 -0
  75. package/dist/components/atoms/picture/picture.yml +43 -0
  76. package/dist/components/atoms/popover/popover.twig +11 -0
  77. package/dist/components/atoms/popover/popover.yml +6 -0
  78. package/dist/components/atoms/radio/radio-inline.twig +4 -0
  79. package/dist/components/atoms/radio/radio-list.twig +4 -0
  80. package/dist/components/atoms/radio/radio.twig +4 -0
  81. package/dist/components/atoms/radio/radio.yml +8 -0
  82. package/dist/components/atoms/range/range.twig +8 -0
  83. package/dist/components/atoms/range/range.yml +4 -0
  84. package/dist/components/atoms/select/select-multiple.twig +13 -0
  85. package/dist/components/atoms/select/select.twig +11 -0
  86. package/dist/components/atoms/select/select.yml +11 -0
  87. package/dist/components/atoms/separator/separator.twig +7 -0
  88. package/dist/components/atoms/separator/separator.yml +5 -0
  89. package/dist/components/atoms/social-icon/social-icon-discrete-link.twig +3 -0
  90. package/dist/components/atoms/social-icon/social-icon-group.twig +33 -0
  91. package/dist/components/atoms/social-icon/social-icon-link-group.twig +31 -0
  92. package/dist/components/atoms/social-icon/social-icon-link.twig +9 -0
  93. package/dist/components/atoms/social-icon/social-icon-negative-link.twig +3 -0
  94. package/dist/components/atoms/social-icon/social-icon-negative.twig +3 -0
  95. package/dist/components/atoms/social-icon/social-icon-round-discrete-link.twig +4 -0
  96. package/dist/components/atoms/social-icon/social-icon-round-link.twig +3 -0
  97. package/dist/components/atoms/social-icon/social-icon-round.twig +3 -0
  98. package/dist/components/atoms/social-icon/social-icon-single-link-with-details.twig +11 -0
  99. package/dist/components/atoms/social-icon/social-icon-single-link.twig +10 -0
  100. package/dist/components/atoms/social-icon/social-icon-single.twig +9 -0
  101. package/dist/components/atoms/social-icon/social-icon.twig +9 -0
  102. package/dist/components/atoms/social-icon/social-icon.yml +33 -0
  103. package/dist/components/atoms/tag/tag-input.twig +5 -0
  104. package/dist/components/atoms/tag/tag.twig +25 -0
  105. package/dist/components/atoms/tag/tag.yml +19 -0
  106. package/dist/components/atoms/trapeze/trapeze-horizontal.twig +9 -0
  107. package/dist/components/atoms/trapeze/trapeze-pseudo.twig +11 -0
  108. package/dist/components/atoms/trapeze/trapeze.twig +9 -0
  109. package/dist/components/atoms/trapeze/trapeze.yml +17 -0
  110. package/dist/components/atoms/upload/upload.twig +8 -0
  111. package/dist/components/atoms/upload/upload.yml +6 -0
  112. package/dist/components/atoms/video/video.twig +8 -0
  113. package/dist/components/atoms/video/video.yml +9 -0
  114. package/dist/components/content-types/association/association.twig +10 -0
  115. package/dist/components/content-types/association/association.yml +3 -0
  116. package/dist/components/content-types/bachelor-project/bachelor-project.twig +13 -0
  117. package/dist/components/content-types/bachelor-project/bachelor-project.yml +3 -0
  118. package/dist/components/content-types/basic-page/basic-page-highlighted.twig +1 -0
  119. package/dist/components/content-types/basic-page/basic-page.twig +12 -0
  120. package/dist/components/content-types/basic-page/basic-page.yml +10 -0
  121. package/dist/components/content-types/coursebook/coursebook-legend.twig +47 -0
  122. package/dist/components/content-types/coursebook/coursebook-program.twig +65 -0
  123. package/dist/components/content-types/coursebook/coursebook.twig +142 -0
  124. package/dist/components/content-types/coursebook/coursebook.yml +13 -0
  125. package/dist/components/content-types/cursus/cursus.twig +6 -0
  126. package/dist/components/content-types/cursus/cursus.yml +3 -0
  127. package/dist/components/content-types/event/event-highlight-listing.twig +10 -0
  128. package/dist/components/content-types/event/event-highlight.twig +13 -0
  129. package/dist/components/content-types/event/event-invitation.twig +20 -0
  130. package/dist/components/content-types/event/event-just-finished.twig +8 -0
  131. package/dist/components/content-types/event/event-listing-featured.twig +5 -0
  132. package/dist/components/content-types/event/event-listing.twig +16 -0
  133. package/dist/components/content-types/event/event-wrapper.twig +1 -0
  134. package/dist/components/content-types/event/event.twig +64 -0
  135. package/dist/components/content-types/event/event.yml +26 -0
  136. package/dist/components/content-types/graph-search/graph-search.twig +37 -0
  137. package/dist/components/content-types/graph-search/graph-search.yml +2 -0
  138. package/dist/components/content-types/institute/institute.twig +12 -0
  139. package/dist/components/content-types/institute/institute.yml +3 -0
  140. package/dist/components/content-types/laboratory/laboratory.twig +16 -0
  141. package/dist/components/content-types/laboratory/laboratory.yml +3 -0
  142. package/dist/components/content-types/news/news-basic-teaser.twig +16 -0
  143. package/dist/components/content-types/news/news-distinction.twig +11 -0
  144. package/dist/components/content-types/news/news-highlighted-carousel.twig +11 -0
  145. package/dist/components/content-types/news/news-highlighted.twig +1 -0
  146. package/dist/components/content-types/news/news-latest-two.twig +11 -0
  147. package/dist/components/content-types/news/news-press-release.twig +19 -0
  148. package/dist/components/content-types/news/news.twig +25 -0
  149. package/dist/components/content-types/news/news.yml +21 -0
  150. package/dist/components/content-types/press-review/press-review.twig +25 -0
  151. package/dist/components/content-types/press-review/press-review.yml +3 -0
  152. package/dist/components/content-types/program/program.twig +10 -0
  153. package/dist/components/content-types/program/program.yml +3 -0
  154. package/dist/components/content-types/project/project.twig +11 -0
  155. package/dist/components/content-types/project/project.yml +2 -0
  156. package/dist/components/content-types/project-list/project-list.twig +82 -0
  157. package/dist/components/content-types/project-list/project-list.yml +2 -0
  158. package/dist/components/content-types/publication/publication.twig +68 -0
  159. package/dist/components/content-types/publication/publication.yml +2 -0
  160. package/dist/components/content-types/research-field/research-field.twig +11 -0
  161. package/dist/components/content-types/research-field/research-field.yml +3 -0
  162. package/dist/components/content-types/research-project/research-project.twig +21 -0
  163. package/dist/components/content-types/research-project/research-project.yml +3 -0
  164. package/dist/components/content-types/school/school.twig +13 -0
  165. package/dist/components/content-types/school/school.yml +3 -0
  166. package/dist/components/content-types/science-question/science-question.twig +9 -0
  167. package/dist/components/content-types/science-question/science-question.yml +2 -0
  168. package/dist/components/content-types/section/section.twig +21 -0
  169. package/dist/components/content-types/section/section.yml +3 -0
  170. package/dist/components/content-types/study-plan/study-plan-bachelor.twig +1042 -0
  171. package/dist/components/content-types/study-plan/study-plan-master.twig +483 -0
  172. package/dist/components/content-types/study-plan/study-plan-mineur.twig +135 -0
  173. package/dist/components/content-types/study-plan/study-plan.twig +5 -0
  174. package/dist/components/content-types/study-plan/study-plan.yml +10 -0
  175. package/dist/components/content-types/training/training.twig +17 -0
  176. package/dist/components/content-types/training/training.yml +3 -0
  177. package/dist/components/molecules/access-nav/access-nav.twig +22 -0
  178. package/dist/components/molecules/access-nav/access-nav.yml +8 -0
  179. package/dist/components/molecules/avatar-teaser/avatar-teaser-multiple.twig +19 -0
  180. package/dist/components/molecules/avatar-teaser/avatar-teaser.twig +10 -0
  181. package/dist/components/molecules/avatar-teaser/avatar-teaser.yml +13 -0
  182. package/dist/components/molecules/breadcrumb/breadcrumb-tagged.twig +18 -0
  183. package/dist/components/molecules/breadcrumb/breadcrumb.twig +11 -0
  184. package/dist/components/molecules/breadcrumb/breadcrumb.yml +7 -0
  185. package/dist/components/molecules/card/card-inside-links.twig +27 -0
  186. package/dist/components/molecules/card/card-link.twig +16 -0
  187. package/dist/components/molecules/card/card.twig +19 -0
  188. package/dist/components/molecules/card/card.yml +24 -0
  189. package/dist/components/molecules/card-deck/card-deck-duo-gray.twig +4 -0
  190. package/dist/components/molecules/card-deck/card-deck-duo.twig +4 -0
  191. package/dist/components/molecules/card-deck/card-deck-link-duo-gray.twig +4 -0
  192. package/dist/components/molecules/card-deck/card-deck-link-duo.twig +4 -0
  193. package/dist/components/molecules/card-deck/card-deck-link-single-gray.twig +3 -0
  194. package/dist/components/molecules/card-deck/card-deck-link-single.twig +3 -0
  195. package/dist/components/molecules/card-deck/card-deck-mini-cards.twig +38 -0
  196. package/dist/components/molecules/card-deck/card-deck-single-gray.twig +3 -0
  197. package/dist/components/molecules/card-deck/card-deck-single.twig +3 -0
  198. package/dist/components/molecules/card-deck/card-deck.twig +8 -0
  199. package/dist/components/molecules/card-deck/card-deck.yml +36 -0
  200. package/dist/components/molecules/carousel/carousel-base.twig +24 -0
  201. package/dist/components/molecules/carousel/carousel.twig +9 -0
  202. package/dist/components/molecules/carousel/carousel.yml +8 -0
  203. package/dist/components/molecules/collapse-group/collapse-group-people-contacts.twig +124 -0
  204. package/dist/components/molecules/collapse-group/collapse-group-rich-content.twig +102 -0
  205. package/dist/components/molecules/collapse-group/collapse-group.twig +49 -0
  206. package/dist/components/molecules/collapse-group/collapse-group.yml +11 -0
  207. package/dist/components/molecules/cover/cover.twig +6 -0
  208. package/dist/components/molecules/cover/cover.yml +2 -0
  209. package/dist/components/molecules/datepicker/datepicker-fancy.twig +5 -0
  210. package/dist/components/molecules/datepicker/datepicker.twig +3 -0
  211. package/dist/components/molecules/datepicker/datepicker.yml +7 -0
  212. package/dist/components/molecules/filters/filters-blog.twig +48 -0
  213. package/dist/components/molecules/filters/filters.twig +23 -0
  214. package/dist/components/molecules/filters/filters.yml +8 -0
  215. package/dist/components/molecules/footnotes/footnotes.twig +14 -0
  216. package/dist/components/molecules/footnotes/footnotes.yml +4 -0
  217. package/dist/components/molecules/form-group/form-group-checkboxes.twig +10 -0
  218. package/dist/components/molecules/form-group/form-group-error.twig +13 -0
  219. package/dist/components/molecules/form-group/form-group-radio.twig +10 -0
  220. package/dist/components/molecules/form-group/form-group-search.twig +13 -0
  221. package/dist/components/molecules/form-group/form-group-select.twig +3 -0
  222. package/dist/components/molecules/form-group/form-group-textarea.twig +4 -0
  223. package/dist/components/molecules/form-group/form-group-upload.twig +4 -0
  224. package/dist/components/molecules/form-group/form-group.twig +13 -0
  225. package/dist/components/molecules/form-group/form-group.yml +21 -0
  226. package/dist/components/molecules/gallery/gallery.twig +27 -0
  227. package/dist/components/molecules/gallery/gallery.yml +5 -0
  228. package/dist/components/molecules/key-number/key-number-large.twig +29 -0
  229. package/dist/components/molecules/key-number/key-number.twig +23 -0
  230. package/dist/components/molecules/key-number/key-number.yml +7 -0
  231. package/dist/components/molecules/links-group/links-group-teaser.twig +9 -0
  232. package/dist/components/molecules/links-group/links-group.twig +11 -0
  233. package/dist/components/molecules/links-group/links-group.yml +9 -0
  234. package/dist/components/molecules/list-group/list-group-borderless.twig +25 -0
  235. package/dist/components/molecules/list-group/list-group-event.twig +74 -0
  236. package/dist/components/molecules/list-group/list-group-infoscience.twig +32 -0
  237. package/dist/components/molecules/list-group/list-group-teasers.twig +55 -0
  238. package/dist/components/molecules/list-group/list-group.twig +4 -0
  239. package/dist/components/molecules/list-group/list-group.yml +21 -0
  240. package/dist/components/molecules/map/map.twig +7 -0
  241. package/dist/components/molecules/map/map.yml +2 -0
  242. package/dist/components/molecules/metabox/metabox.twig +56 -0
  243. package/dist/components/molecules/metabox/metabox.yml +6 -0
  244. package/dist/components/molecules/pagination/pagination-center.twig +39 -0
  245. package/dist/components/molecules/pagination/pagination-load-more.twig +1 -0
  246. package/dist/components/molecules/pagination/pagination.twig +39 -0
  247. package/dist/components/molecules/pagination/pagination.yml +13 -0
  248. package/dist/components/molecules/question/question.twig +26 -0
  249. package/dist/components/molecules/question/question.yml +2 -0
  250. package/dist/components/molecules/quote/quote.twig +10 -0
  251. package/dist/components/molecules/quote/quote.yml +6 -0
  252. package/dist/components/molecules/search/search-mobile.twig +39 -0
  253. package/dist/components/molecules/search/search.twig +25 -0
  254. package/dist/components/molecules/search/search.yml +9 -0
  255. package/dist/components/molecules/sidenotes/sidenotes.twig +20 -0
  256. package/dist/components/molecules/sidenotes/sidenotes.yml +6 -0
  257. package/dist/components/molecules/social/social-follow.twig +14 -0
  258. package/dist/components/molecules/social/social.twig +58 -0
  259. package/dist/components/molecules/social/social.yml +7 -0
  260. package/dist/components/molecules/social-feed/social-feed-facebook.twig +17 -0
  261. package/dist/components/molecules/social-feed/social-feed-instagram.twig +17 -0
  262. package/dist/components/molecules/social-feed/social-feed.twig +17 -0
  263. package/dist/components/molecules/social-feed/social-feed.yml +12 -0
  264. package/dist/components/molecules/sponsor/sponsor.twig +6 -0
  265. package/dist/components/molecules/sponsor/sponsor.yml +2 -0
  266. package/dist/components/molecules/tables/tables-boxed-sortable.twig +22 -0
  267. package/dist/components/molecules/tables/tables-boxed.twig +22 -0
  268. package/dist/components/molecules/tables/tables-sortable.twig +22 -0
  269. package/dist/components/molecules/tables/tables.twig +28 -0
  270. package/dist/components/molecules/tables/tables.yml +15 -0
  271. package/dist/components/molecules/tabs/tabs-light.twig +13 -0
  272. package/dist/components/molecules/tabs/tabs-vertical.twig +40 -0
  273. package/dist/components/molecules/tabs/tabs.twig +38 -0
  274. package/dist/components/molecules/tabs/tabs.yml +11 -0
  275. package/dist/components/organisms/card-slider/card-slider.twig +42 -0
  276. package/dist/components/organisms/card-slider/card-slider.yml +5 -0
  277. package/dist/components/organisms/contact/contact-banner.twig +30 -0
  278. package/dist/components/organisms/contact/contact-columns.twig +9 -0
  279. package/dist/components/organisms/contact/contact-compact-for-columns.twig +24 -0
  280. package/dist/components/organisms/contact/contact-compact.twig +18 -0
  281. package/dist/components/organisms/contact/contact-list.twig +14 -0
  282. package/dist/components/organisms/contact/contact.twig +20 -0
  283. package/dist/components/organisms/contact/contact.yml +22 -0
  284. package/dist/components/organisms/cookie-consent/cookie-consent.twig +1 -0
  285. package/dist/components/organisms/cookie-consent/cookie-consent.yml +4 -0
  286. package/dist/components/organisms/faq/faq.twig +15 -0
  287. package/dist/components/organisms/faq/faq.yml +2 -0
  288. package/dist/components/organisms/footer/footer-buttons.twig +25 -0
  289. package/dist/components/organisms/footer/footer-col.twig +34 -0
  290. package/dist/components/organisms/footer/footer-dark.twig +1 -0
  291. package/dist/components/organisms/footer/footer-de.twig +26 -0
  292. package/dist/components/organisms/footer/footer-en.twig +26 -0
  293. package/dist/components/organisms/footer/footer-faculties.twig +32 -0
  294. package/dist/components/organisms/footer/footer-legal.twig +38 -0
  295. package/dist/components/organisms/footer/footer-light-dark.twig +46 -0
  296. package/dist/components/organisms/footer/footer-light-de.twig +1 -0
  297. package/dist/components/organisms/footer/footer-light-en.twig +1 -0
  298. package/dist/components/organisms/footer/footer-light.twig +42 -0
  299. package/dist/components/organisms/footer/footer-socials.twig +13 -0
  300. package/dist/components/organisms/footer/footer.twig +26 -0
  301. package/dist/components/organisms/footer/footer.yml +26 -0
  302. package/dist/components/organisms/form/form.twig +7 -0
  303. package/dist/components/organisms/form/form.yml +2 -0
  304. package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-horizontal.twig +49 -0
  305. package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-left.twig +38 -0
  306. package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser-legend.twig +38 -0
  307. package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.twig +33 -0
  308. package/dist/components/organisms/fullwidth-teaser/fullwidth-teaser.yml +13 -0
  309. package/dist/components/organisms/header/header-de.twig +1 -0
  310. package/dist/components/organisms/header/header-en.twig +1 -0
  311. package/dist/components/organisms/header/header-fr.twig +1 -0
  312. package/dist/components/organisms/header/header-light-drawer.twig +37 -0
  313. package/dist/components/organisms/header/header-light.twig +47 -0
  314. package/dist/components/organisms/header/header.twig +36 -0
  315. package/dist/components/organisms/header/header.yml +23 -0
  316. package/dist/components/organisms/headlines/headlines-legend.twig +44 -0
  317. package/dist/components/organisms/headlines/headlines.twig +44 -0
  318. package/dist/components/organisms/headlines/headlines.yml +5 -0
  319. package/dist/components/organisms/hero/hero-legend.twig +15 -0
  320. package/dist/components/organisms/hero/hero.twig +15 -0
  321. package/dist/components/organisms/hero/hero.yml +8 -0
  322. package/dist/components/organisms/introduction/introduction-gray.twig +10 -0
  323. package/dist/components/organisms/introduction/introduction.twig +13 -0
  324. package/dist/components/organisms/introduction/introduction.yml +5 -0
  325. package/dist/components/organisms/key-number-group/key-number-group.twig +10 -0
  326. package/dist/components/organisms/key-number-group/key-number-group.yml +3 -0
  327. package/dist/components/organisms/modal/modal.twig +25 -0
  328. package/dist/components/organisms/modal/modal.yml +6 -0
  329. package/dist/components/organisms/nav-aside/nav-aside.twig +45 -0
  330. package/dist/components/organisms/nav-aside/nav-aside.yml +2 -0
  331. package/dist/components/organisms/nav-main/nav-main.twig +65 -0
  332. package/dist/components/organisms/nav-main/nav-main.yml +13 -0
  333. package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.twig +19 -0
  334. package/dist/components/organisms/newsletter-sign-up/newsletter-sign-up.yml +2 -0
  335. package/dist/components/organisms/restauration/restauration.twig +114 -0
  336. package/dist/components/organisms/restauration/restauration.yml +4 -0
  337. package/dist/components/organisms/social-feed-group/social-feed-group.twig +11 -0
  338. package/dist/components/organisms/social-feed-group/social-feed-group.yml +3 -0
  339. package/dist/components/pages/about/about.twig +91 -0
  340. package/dist/components/pages/about/about.yml +2 -0
  341. package/dist/components/pages/association-homepage/association-homepage.twig +65 -0
  342. package/dist/components/pages/association-homepage/association-homepage.yml +2 -0
  343. package/dist/components/pages/association-list/association-list.twig +34 -0
  344. package/dist/components/pages/association-list/association-list.yml +2 -0
  345. package/dist/components/pages/basic-page/basic-page.twig +84 -0
  346. package/dist/components/pages/basic-page/basic-page.yml +2 -0
  347. package/dist/components/pages/blog-homepage/blog-homepage.twig +41 -0
  348. package/dist/components/pages/blog-homepage/blog-homepage.yml +2 -0
  349. package/dist/components/pages/blog-single/blog-single.twig +84 -0
  350. package/dist/components/pages/blog-single/blog-single.yml +2 -0
  351. package/dist/components/pages/campus/campus.twig +83 -0
  352. package/dist/components/pages/campus/campus.yml +2 -0
  353. package/dist/components/pages/education/education.twig +76 -0
  354. package/dist/components/pages/education/education.yml +2 -0
  355. package/dist/components/pages/error-404/error-404.twig +50 -0
  356. package/dist/components/pages/error-404/error-404.yml +2 -0
  357. package/dist/components/pages/event-detail/event-detail.twig +115 -0
  358. package/dist/components/pages/event-detail/event-detail.yml +2 -0
  359. package/dist/components/pages/event-homepage/event-homepage.twig +66 -0
  360. package/dist/components/pages/event-homepage/event-homepage.yml +2 -0
  361. package/dist/components/pages/event-list/event-list.twig +173 -0
  362. package/dist/components/pages/event-list/event-list.yml +2 -0
  363. package/dist/components/pages/facultes/facultes.twig +29 -0
  364. package/dist/components/pages/facultes/facultes.yml +2 -0
  365. package/dist/components/pages/homepage/homepage.twig +199 -0
  366. package/dist/components/pages/homepage/homepage.yml +2 -0
  367. package/dist/components/pages/innovation/innovation.twig +72 -0
  368. package/dist/components/pages/innovation/innovation.yml +2 -0
  369. package/dist/components/pages/lab-homepage/lab-homepage.twig +97 -0
  370. package/dist/components/pages/lab-homepage/lab-homepage.yml +2 -0
  371. package/dist/components/pages/layout-demo/layout-demo.twig +24 -0
  372. package/dist/components/pages/layout-demo/layout-demo.yml +2 -0
  373. package/dist/components/pages/maintenance/maintenance.twig +52 -0
  374. package/dist/components/pages/maintenance/maintenance.yml +2 -0
  375. package/dist/components/pages/news-detail/news-detail.twig +159 -0
  376. package/dist/components/pages/news-detail/news-detail.yml +2 -0
  377. package/dist/components/pages/news-homepage/news-homepage.twig +42 -0
  378. package/dist/components/pages/news-homepage/news-homepage.yml +2 -0
  379. package/dist/components/pages/people-detail/people-detail.twig +302 -0
  380. package/dist/components/pages/people-detail/people-detail.yml +2 -0
  381. package/dist/components/pages/people-list/people-list.twig +41 -0
  382. package/dist/components/pages/people-list/people-list.yml +2 -0
  383. package/dist/components/pages/programs/programs.twig +30 -0
  384. package/dist/components/pages/programs/programs.yml +2 -0
  385. package/dist/components/pages/research/research.twig +83 -0
  386. package/dist/components/pages/research/research.yml +2 -0
  387. package/dist/components/pages/study-plan/study-plan.twig +97 -0
  388. package/dist/components/pages/study-plan/study-plan.yml +2 -0
  389. package/dist/components/pages/study-plan-course/study-plan-course.twig +166 -0
  390. package/dist/components/pages/study-plan-course/study-plan-course.yml +2 -0
  391. package/dist/components/templates/base/base.twig +56 -0
  392. package/dist/components/templates/base/base.yml +2 -0
  393. package/dist/css/elements.css +20277 -0
  394. package/dist/css/elements.min.css +8 -0
  395. package/dist/css/elements.min.css.map +1 -0
  396. package/dist/css/reader.css +789 -0
  397. package/dist/css/reader.min.css +2 -0
  398. package/dist/css/reader.min.css.map +1 -0
  399. package/dist/css/vendors.css +1762 -0
  400. package/dist/css/vendors.min.css +9 -0
  401. package/dist/docs/accessibility.html +70 -0
  402. package/dist/docs/contribute/index.md +35 -0
  403. package/dist/docs/contribute/support-and-request.html +125 -0
  404. package/dist/docs/design/helpers.html +47 -0
  405. package/dist/docs/design/iconography.md +3 -0
  406. package/dist/docs/design/index.html +61 -0
  407. package/dist/docs/design/typography.html +225 -0
  408. package/dist/docs/index.html +162 -0
  409. package/dist/docs/summary.yml +15 -0
  410. package/dist/docs/user documentation/create a page.md +41 -0
  411. package/dist/docs/user documentation/index.md +51 -0
  412. package/dist/docs/user documentation/reports.md +40 -0
  413. package/dist/docs/user documentation/wordpress.md +3 -0
  414. package/dist/favicons/android-chrome-192x192.png +0 -0
  415. package/dist/favicons/android-chrome-512x512.png +0 -0
  416. package/dist/favicons/apple-touch-icon.png +0 -0
  417. package/dist/favicons/browserconfig.xml +9 -0
  418. package/dist/favicons/favicon-120.png +0 -0
  419. package/dist/favicons/favicon-128.png +0 -0
  420. package/dist/favicons/favicon-144.png +0 -0
  421. package/dist/favicons/favicon-152.png +0 -0
  422. package/dist/favicons/favicon-16.png +0 -0
  423. package/dist/favicons/favicon-180.png +0 -0
  424. package/dist/favicons/favicon-228.png +0 -0
  425. package/dist/favicons/favicon-32.png +0 -0
  426. package/dist/favicons/favicon-57.png +0 -0
  427. package/dist/favicons/favicon-76.png +0 -0
  428. package/dist/favicons/favicon-96.png +0 -0
  429. package/dist/favicons/favicon.ico +0 -0
  430. package/dist/favicons/mstile-144x144.png +0 -0
  431. package/dist/favicons/mstile-150x150.png +0 -0
  432. package/dist/favicons/mstile-310x150.png +0 -0
  433. package/dist/favicons/mstile-310x310.png +0 -0
  434. package/dist/favicons/mstile-70x70.png +0 -0
  435. package/dist/favicons/site.webmanifest +19 -0
  436. package/dist/icons/feather-sprite.svg +1 -0
  437. package/dist/icons/icons.svg +1 -0
  438. package/dist/images/defaults/person-avatar-default-small.png +0 -0
  439. package/dist/images/email/epfl-logo.png +0 -0
  440. package/dist/images/email/square.png +0 -0
  441. package/dist/images/icons/icon-course-exercise.svg +3 -0
  442. package/dist/images/icons/icon-course-project.svg +3 -0
  443. package/dist/images/shortcode-icons/article_highlight.png +0 -0
  444. package/dist/images/shortcode-icons/article_list.png +0 -0
  445. package/dist/images/shortcode-icons/contact.png +0 -0
  446. package/dist/images/shortcode-icons/custom_teasers.png +0 -0
  447. package/dist/images/shortcode-icons/default.png +0 -0
  448. package/dist/images/shortcode-icons/definition_list.png +0 -0
  449. package/dist/images/shortcode-icons/definiton_list.png +0 -0
  450. package/dist/images/shortcode-icons/hero.png +0 -0
  451. package/dist/images/shortcode-icons/introduction.png +0 -0
  452. package/dist/images/shortcode-icons/links_block.png +0 -0
  453. package/dist/images/shortcode-icons/links_teaser.png +0 -0
  454. package/dist/images/shortcode-icons/map.png +0 -0
  455. package/dist/images/shortcode-icons/page_highlight.png +0 -0
  456. package/dist/images/shortcode-icons/page_teaser.png +0 -0
  457. package/dist/images/shortcode-icons/school.png +0 -0
  458. package/dist/images/shortcode-icons/teaser_news.png +0 -0
  459. package/dist/images/shortcode-icons/toggle.png +0 -0
  460. package/dist/images/styleguide/accessibility.svg +1 -0
  461. package/dist/images/styleguide/basic_page_teaser.jpg +0 -0
  462. package/dist/images/styleguide/cover/cover01_1080x608.jpg +0 -0
  463. package/dist/images/styleguide/cover/cover01_1140x641.jpg +0 -0
  464. package/dist/images/styleguide/cover/cover01_1440x810.jpg +0 -0
  465. package/dist/images/styleguide/cover/cover01_1920x1080.jpg +0 -0
  466. package/dist/images/styleguide/cover/cover01_2280x1283.jpg +0 -0
  467. package/dist/images/styleguide/cover/cover01_2880x1620.jpg +0 -0
  468. package/dist/images/styleguide/cover/cover01_540x304.jpg +0 -0
  469. package/dist/images/styleguide/cover/cover01_720x405.jpg +0 -0
  470. package/dist/images/styleguide/cover/cover01_960x540.jpg +0 -0
  471. package/dist/images/styleguide/event_teaser.png +0 -0
  472. package/dist/images/styleguide/event_teaser_highlight.jpg +0 -0
  473. package/dist/images/styleguide/event_teaser_large.jpg +0 -0
  474. package/dist/images/styleguide/gallery/gallery_01.jpg +0 -0
  475. package/dist/images/styleguide/gallery/gallery_02.jpg +0 -0
  476. package/dist/images/styleguide/gallery/gallery_03.jpg +0 -0
  477. package/dist/images/styleguide/gallery/gallery_04.jpg +0 -0
  478. package/dist/images/styleguide/gallery/gallery_05.jpg +0 -0
  479. package/dist/images/styleguide/gallery/gallery_06.jpg +0 -0
  480. package/dist/images/styleguide/gallery/gallery_07.jpg +0 -0
  481. package/dist/images/styleguide/gallery/gallery_08.jpg +0 -0
  482. package/dist/images/styleguide/gallery/thumb_01.jpg +0 -0
  483. package/dist/images/styleguide/gallery/thumb_02.jpg +0 -0
  484. package/dist/images/styleguide/gallery/thumb_03.jpg +0 -0
  485. package/dist/images/styleguide/gallery/thumb_04.jpg +0 -0
  486. package/dist/images/styleguide/gallery/thumb_05.jpg +0 -0
  487. package/dist/images/styleguide/gallery/thumb_06.jpg +0 -0
  488. package/dist/images/styleguide/gallery/thumb_07.jpg +0 -0
  489. package/dist/images/styleguide/gallery/thumb_08.jpg +0 -0
  490. package/dist/images/styleguide/homepage/1-teaser-news-highlight.jpg +0 -0
  491. package/dist/images/styleguide/homepage/2-teaser-basic-page-column1.jpg +0 -0
  492. package/dist/images/styleguide/homepage/2-teaser-basic-page-column2.jpg +0 -0
  493. package/dist/images/styleguide/homepage/2-teaser-basic-page-column3.jpg +0 -0
  494. package/dist/images/styleguide/homepage/3-teaser-basic-page-highlight.jpg +0 -0
  495. package/dist/images/styleguide/homepage/4-teaser-news-highlight.jpg +0 -0
  496. package/dist/images/styleguide/homepage/5-teaser-mission-research-fribourg.jpg +0 -0
  497. package/dist/images/styleguide/homepage/5-teaser-mission-research-geneva.jpg +0 -0
  498. package/dist/images/styleguide/homepage/5-teaser-mission-research-lausanne.jpg +0 -0
  499. package/dist/images/styleguide/homepage/5-teaser-mission-research-middle-east.jpg +0 -0
  500. package/dist/images/styleguide/homepage/5-teaser-mission-research-neuchatel.jpg +0 -0
  501. package/dist/images/styleguide/homepage/5-teaser-mission-research-valais.jpg +0 -0
  502. package/dist/images/styleguide/homepage/6-teaser-basic-page-highlight.jpg +0 -0
  503. package/dist/images/styleguide/homepage/7-science-question-SF.jpg +0 -0
  504. package/dist/images/styleguide/homepage/8-teaser-news-highlight.jpg +0 -0
  505. package/dist/images/styleguide/homepage/9-social-facebook.jpg +0 -0
  506. package/dist/images/styleguide/homepage/9-social-instagram.jpg +0 -0
  507. package/dist/images/styleguide/homepage/9-social-twitter.jpg +0 -0
  508. package/dist/images/styleguide/icon-accessibility.png +0 -0
  509. package/dist/images/styleguide/illustrations/accessibility-teaser.png +0 -0
  510. package/dist/images/styleguide/illustrations/animation-balance.gif +0 -0
  511. package/dist/images/styleguide/illustrations/animation-clarity.gif +0 -0
  512. package/dist/images/styleguide/illustrations/animation-modularity.gif +0 -0
  513. package/dist/images/styleguide/illustrations/atomic-design-teaser.png +0 -0
  514. package/dist/images/styleguide/illustrations/brand-identity-teaser.png +0 -0
  515. package/dist/images/styleguide/illustrations/color-palette-teaser.png +0 -0
  516. package/dist/images/styleguide/illustrations/design-principles-teaser.png +0 -0
  517. package/dist/images/styleguide/illustrations/how-it-works-teaser.png +0 -0
  518. package/dist/images/styleguide/illustrations/how-to-start-teaser.png +0 -0
  519. package/dist/images/styleguide/illustrations/iconography-teaser.png +0 -0
  520. package/dist/images/styleguide/illustrations/three.png +0 -0
  521. package/dist/images/styleguide/illustrations/typography-teaser.png +0 -0
  522. package/dist/images/styleguide/key-numbers/collaborations.png +0 -0
  523. package/dist/images/styleguide/key-numbers/earth.png +0 -0
  524. package/dist/images/styleguide/key-numbers/flag.png +0 -0
  525. package/dist/images/styleguide/key-numbers/ranking.png +0 -0
  526. package/dist/images/styleguide/key-numbers/students.png +0 -0
  527. package/dist/images/styleguide/minicard_teaser.jpg +0 -0
  528. package/dist/images/styleguide/news-thumbs/news_thumb-1080x608.jpg +0 -0
  529. package/dist/images/styleguide/news-thumbs/news_thumb-120x58.jpg +0 -0
  530. package/dist/images/styleguide/news-thumbs/news_thumb-160x90.jpg +0 -0
  531. package/dist/images/styleguide/news-thumbs/news_thumb-190x107.jpg +0 -0
  532. package/dist/images/styleguide/news-thumbs/news_thumb-240x135.jpg +0 -0
  533. package/dist/images/styleguide/news-thumbs/news_thumb-540x304.jpg +0 -0
  534. package/dist/images/styleguide/news-thumbs/news_thumb-80x45.jpg +0 -0
  535. package/dist/images/styleguide/news-thumbs/news_thumb-95x53.jpg +0 -0
  536. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-A.svg +160 -0
  537. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Am.svg +166 -0
  538. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Ap.svg +172 -0
  539. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-B.svg +160 -0
  540. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bm.svg +166 -0
  541. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Bp.svg +169 -0
  542. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-C.svg +166 -0
  543. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cm.svg +172 -0
  544. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Cp.svg +175 -0
  545. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-D.svg +166 -0
  546. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dm.svg +172 -0
  547. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-Dp.svg +175 -0
  548. package/dist/images/styleguide/nutrimenu-score/nutrimenu-score-E.svg +166 -0
  549. package/dist/images/styleguide/restauration_illustration.png +0 -0
  550. package/dist/images/styleguide/teaser/home-teaser-1-1140x641.jpg +0 -0
  551. package/dist/images/styleguide/teaser/home-teaser-1-1294x728.jpg +0 -0
  552. package/dist/images/styleguide/teaser/home-teaser-1-1376x774.jpg +0 -0
  553. package/dist/images/styleguide/teaser/home-teaser-1-1440x810.jpg +0 -0
  554. package/dist/images/styleguide/teaser/home-teaser-1-1600x900.jpg +0 -0
  555. package/dist/images/styleguide/teaser/home-teaser-1-1920x1080.jpg +0 -0
  556. package/dist/images/styleguide/teaser/home-teaser-1-2216x1244.jpg +0 -0
  557. package/dist/images/styleguide/teaser/home-teaser-1-2240x1260.jpg +0 -0
  558. package/dist/images/styleguide/teaser/home-teaser-1-508x286.jpg +0 -0
  559. package/dist/images/styleguide/teaser/home-teaser-1-576x324.jpg +0 -0
  560. package/dist/images/styleguide/teaser/home-teaser-1-688x387.jpg +0 -0
  561. package/dist/images/styleguide/teaser/home-teaser-1-768x432.jpg +0 -0
  562. package/dist/images/styleguide/teaser/home-teaser-1-928x520.jpg +0 -0
  563. package/dist/images/styleguide/teaser/home-teaser-2-1140x641.jpg +0 -0
  564. package/dist/images/styleguide/teaser/home-teaser-2-1294x728.jpg +0 -0
  565. package/dist/images/styleguide/teaser/home-teaser-2-1376x774.jpg +0 -0
  566. package/dist/images/styleguide/teaser/home-teaser-2-1440x810.jpg +0 -0
  567. package/dist/images/styleguide/teaser/home-teaser-2-1600x900.jpg +0 -0
  568. package/dist/images/styleguide/teaser/home-teaser-2-1920x1080.jpg +0 -0
  569. package/dist/images/styleguide/teaser/home-teaser-2-2216x1244.jpg +0 -0
  570. package/dist/images/styleguide/teaser/home-teaser-2-2240x1260.jpg +0 -0
  571. package/dist/images/styleguide/teaser/home-teaser-2-508x286.jpg +0 -0
  572. package/dist/images/styleguide/teaser/home-teaser-2-576x324.jpg +0 -0
  573. package/dist/images/styleguide/teaser/home-teaser-2-688x387.jpg +0 -0
  574. package/dist/images/styleguide/teaser/home-teaser-2-768x432.jpg +0 -0
  575. package/dist/images/styleguide/teaser/home-teaser-2-928x520.jpg +0 -0
  576. package/dist/images/styleguide/teaser/home-teaser-3-1140x641.jpg +0 -0
  577. package/dist/images/styleguide/teaser/home-teaser-3-1294x728.jpg +0 -0
  578. package/dist/images/styleguide/teaser/home-teaser-3-1376x774.jpg +0 -0
  579. package/dist/images/styleguide/teaser/home-teaser-3-1440x810.jpg +0 -0
  580. package/dist/images/styleguide/teaser/home-teaser-3-1600x900.jpg +0 -0
  581. package/dist/images/styleguide/teaser/home-teaser-3-1920x1080.jpg +0 -0
  582. package/dist/images/styleguide/teaser/home-teaser-3-2216x1244.jpg +0 -0
  583. package/dist/images/styleguide/teaser/home-teaser-3-2240x1260.jpg +0 -0
  584. package/dist/images/styleguide/teaser/home-teaser-3-508x286.jpg +0 -0
  585. package/dist/images/styleguide/teaser/home-teaser-3-576x324.jpg +0 -0
  586. package/dist/images/styleguide/teaser/home-teaser-3-688x387.jpg +0 -0
  587. package/dist/images/styleguide/teaser/home-teaser-3-768x432.jpg +0 -0
  588. package/dist/images/styleguide/teaser/home-teaser-3-928x520.jpg +0 -0
  589. package/dist/images/styleguide/teaser/home-teaser-4-1140x641.jpg +0 -0
  590. package/dist/images/styleguide/teaser/home-teaser-4-1294x728.jpg +0 -0
  591. package/dist/images/styleguide/teaser/home-teaser-4-1376x774.jpg +0 -0
  592. package/dist/images/styleguide/teaser/home-teaser-4-1440x810.jpg +0 -0
  593. package/dist/images/styleguide/teaser/home-teaser-4-1600x900.jpg +0 -0
  594. package/dist/images/styleguide/teaser/home-teaser-4-1920x1080.jpg +0 -0
  595. package/dist/images/styleguide/teaser/home-teaser-4-2216x1244.jpg +0 -0
  596. package/dist/images/styleguide/teaser/home-teaser-4-2240x1260.jpg +0 -0
  597. package/dist/images/styleguide/teaser/home-teaser-4-508x286.jpg +0 -0
  598. package/dist/images/styleguide/teaser/home-teaser-4-576x324.jpg +0 -0
  599. package/dist/images/styleguide/teaser/home-teaser-4-688x387.jpg +0 -0
  600. package/dist/images/styleguide/teaser/home-teaser-4-768x432.jpg +0 -0
  601. package/dist/images/styleguide/teaser/home-teaser-4-928x520.jpg +0 -0
  602. package/dist/images/styleguide/teaser/news-teaser-1140x641.jpg +0 -0
  603. package/dist/images/styleguide/teaser/news-teaser-1294x728.jpg +0 -0
  604. package/dist/images/styleguide/teaser/news-teaser-1376x774.jpg +0 -0
  605. package/dist/images/styleguide/teaser/news-teaser-1440x810.jpg +0 -0
  606. package/dist/images/styleguide/teaser/news-teaser-1600x900.jpg +0 -0
  607. package/dist/images/styleguide/teaser/news-teaser-1920x1080.jpg +0 -0
  608. package/dist/images/styleguide/teaser/news-teaser-2216x1244.jpg +0 -0
  609. package/dist/images/styleguide/teaser/news-teaser-2240x1260.jpg +0 -0
  610. package/dist/images/styleguide/teaser/news-teaser-508x286.jpg +0 -0
  611. package/dist/images/styleguide/teaser/news-teaser-576x324.jpg +0 -0
  612. package/dist/images/styleguide/teaser/news-teaser-688x387.jpg +0 -0
  613. package/dist/images/styleguide/teaser/news-teaser-768x432.jpg +0 -0
  614. package/dist/images/styleguide/teaser/news-teaser-928x520.jpg +0 -0
  615. package/dist/index.html +43 -0
  616. package/dist/js/elements.js +8819 -0
  617. package/dist/js/elements.min.js +3 -0
  618. package/dist/js/elements.min.js.LICENSE.txt +46 -0
  619. package/dist/js/elements.min.js.map +1 -0
  620. package/dist/js/reader.js +68021 -0
  621. package/dist/js/reader.min.js +3 -0
  622. package/dist/js/reader.min.js.LICENSE.txt +72 -0
  623. package/dist/js/reader.min.js.map +1 -0
  624. package/dist/js/spritemap.js +17 -0
  625. package/dist/js/vendors.js +23930 -0
  626. package/dist/js/vendors.min.js +2 -0
  627. package/dist/js/vendors.min.js.LICENSE.txt +61 -0
  628. package/dist/package.json +3 -3
  629. package/dist/svg/avatar-placeholder.svg +1 -0
  630. package/dist/svg/element.svg +6 -0
  631. package/dist/svg/epfl-logo-negative-old.svg +11 -0
  632. package/dist/svg/epfl-logo-negative.svg +1 -0
  633. package/dist/svg/epfl-logo-old.svg +1 -0
  634. package/dist/svg/epfl-logo.svg +1 -0
  635. package/dist/svg/flag.svg +3 -0
  636. package/dist/svg/portrait-placeholder.svg +1 -0
  637. package/package.json +3 -3
  638. package/CHANGELOG.md +0 -479
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-activity" id="activity" viewBox="0 0 24 24"><path d="M22 12h-4l-3 9L9 3l-3 9H2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-airplay" id="airplay" viewBox="0 0 24 24"><path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"/><path d="m12 15 5 6H7l5-6z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle" id="alert-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M12 8v4m0 4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon" id="alert-octagon" viewBox="0 0 24 24"><path d="M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2zM12 8v4m0 4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-triangle" id="alert-triangle" viewBox="0 0 24 24"><path d="M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0zM12 9v4m0 4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-center" id="align-center" viewBox="0 0 24 24"><path d="M18 10H6m15-4H3m18 8H3m15 4H6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-justify" id="align-justify" viewBox="0 0 24 24"><path d="M21 10H3m18-4H3m18 8H3m18 4H3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-left" id="align-left" viewBox="0 0 24 24"><path d="M17 10H3m18-4H3m18 8H3m14 4H3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-right" id="align-right" viewBox="0 0 24 24"><path d="M21 10H7m14-4H3m18 8H3m18 4H7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-anchor" id="anchor" viewBox="0 0 24 24"><circle cx="12" cy="5" r="3"/><path d="M12 22V8m-7 4H2a10 10 0 0 0 20 0h-3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-aperture" id="aperture" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m14.31 8 5.74 9.94M9.69 8h11.48M7.38 12l5.74-9.94M9.69 16 3.95 6.06M14.31 16H2.83m13.79-4-5.74 9.94"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-archive" id="archive" viewBox="0 0 24 24"><path d="M21 8v13H3V8M1 3h22v5H1zm9 9h4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-circle" id="arrow-down-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m8 12 4 4 4-4m-4-4v8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-left" id="arrow-down-left" viewBox="0 0 24 24"><path d="M17 7 7 17m10 0H7V7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-right" id="arrow-down-right" viewBox="0 0 24 24"><path d="m7 7 10 10m0-10v10H7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down" id="arrow-down" viewBox="0 0 24 24"><path d="M12 5v14m7-7-7 7-7-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left-circle" id="arrow-left-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m12 8-4 4 4 4m4-4H8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left" id="arrow-left" viewBox="0 0 24 24"><path d="M19 12H5m7 7-7-7 7-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right-circle" id="arrow-right-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m12 16 4-4-4-4m-4 4h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right" id="arrow-right" viewBox="0 0 24 24"><path d="M5 12h14m-7-7 7 7-7 7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-circle" id="arrow-up-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m16 12-4-4-4 4m4 4V8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-left" id="arrow-up-left" viewBox="0 0 24 24"><path d="M17 17 7 7m0 10V7h10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-right" id="arrow-up-right" viewBox="0 0 24 24"><path d="M7 17 17 7M7 7h10v10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up" id="arrow-up" viewBox="0 0 24 24"><path d="M12 19V5m-7 7 7-7 7 7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-at-sign" id="at-sign" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-award" id="award" viewBox="0 0 24 24"><circle cx="12" cy="8" r="7"/><path d="M8.21 13.89 7 23l5-3 5 3-1.21-9.12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bar-chart-2" id="bar-chart-2" viewBox="0 0 24 24"><path d="M18 20V10m-6 10V4M6 20v-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bar-chart" id="bar-chart" viewBox="0 0 24 24"><path d="M12 20V10m6 10V4M6 20v-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-battery-charging" id="battery-charging" viewBox="0 0 24 24"><path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19M23 13v-2M11 6l-4 6h6l-4 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-battery" id="battery" viewBox="0 0 24 24"><rect x="1" y="6" width="18" height="12" rx="2" ry="2"/><path d="M23 13v-2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bell-off" id="bell-off" viewBox="0 0 24 24"><path d="M13.73 21a2 2 0 0 1-3.46 0m8.36-8A17.89 17.89 0 0 1 18 8M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14m1-9a6 6 0 0 0-9.33-5M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bell" id="bell" viewBox="0 0 24 24"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9m-4.27 13a2 2 0 0 1-3.46 0"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bluetooth" id="bluetooth" viewBox="0 0 24 24"><path d="m6.5 6.5 11 11L12 23V1l5.5 5.5-11 11"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bold" id="bold" viewBox="0 0 24 24"><path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6zm0 8h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-book-open" id="book-open" viewBox="0 0 24 24"><path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2zm20 0h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-book" id="book" viewBox="0 0 24 24"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"/><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bookmark" id="bookmark" viewBox="0 0 24 24"><path d="m19 21-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-box" id="box" viewBox="0 0 24 24"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><path d="M3.27 6.96 12 12.01l8.73-5.05M12 22.08V12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-briefcase" id="briefcase" viewBox="0 0 24 24"><rect x="2" y="7" width="20" height="14" rx="2" ry="2"/><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar" id="calendar" viewBox="0 0 24 24"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"/><path d="M16 2v4M8 2v4m-5 4h18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-camera-off" id="camera-off" viewBox="0 0 24 24"><path d="m1 1 22 22m-2-2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-camera" id="camera" viewBox="0 0 24 24"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"/><circle cx="12" cy="13" r="4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cast" id="cast" viewBox="0 0 24 24"><path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6M2 20h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle" id="check-circle" viewBox="0 0 24 24"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><path d="M22 4 12 14.01l-3-3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-square" id="check-square" viewBox="0 0 24 24"><path d="m9 11 3 3L22 4"/><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check" id="check" viewBox="0 0 24 24"><path d="M20 6 9 17l-5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down" id="chevron-down" viewBox="0 0 24 24"><path d="m6 9 6 6 6-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left" id="chevron-left" viewBox="0 0 24 24"><path d="m15 18-6-6 6-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right" id="chevron-right" viewBox="0 0 24 24"><path d="m9 18 6-6-6-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up" id="chevron-up" viewBox="0 0 24 24"><path d="m18 15-6-6-6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-down" id="chevrons-down" viewBox="0 0 24 24"><path d="m7 13 5 5 5-5M7 6l5 5 5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-left" id="chevrons-left" viewBox="0 0 24 24"><path d="m11 17-5-5 5-5m7 10-5-5 5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-right" id="chevrons-right" viewBox="0 0 24 24"><path d="m13 17 5-5-5-5M6 17l5-5-5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-up" id="chevrons-up" viewBox="0 0 24 24"><path d="m17 11-5-5-5 5m10 7-5-5-5 5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chrome" id="chrome" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="4"/><path d="M21.17 8H12M3.95 6.06 8.54 14m2.34 7.94L15.46 14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-circle" id="circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clipboard" id="clipboard" viewBox="0 0 24 24"><path d="M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"/><rect x="8" y="2" width="8" height="4" rx="1" ry="1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-clock" id="clock" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M12 6v6l4 2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-drizzle" id="cloud-drizzle" viewBox="0 0 24 24"><path d="M8 19v2m0-8v2m8 4v2m0-8v2m-4 6v2m0-8v2m8-.42A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-lightning" id="cloud-lightning" viewBox="0 0 24 24"><path d="M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"/><path d="m13 11-4 6h6l-4 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-off" id="cloud-off" viewBox="0 0 24 24"><path d="M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-rain" id="cloud-rain" viewBox="0 0 24 24"><path d="M16 13v8m-8-8v8m4-6v8m8-6.42A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud-snow" id="cloud-snow" viewBox="0 0 24 24"><path d="M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25M8 16h.01M8 20h.01M12 18h.01M12 22h.01M16 16h.01M16 20h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cloud" id="cloud" viewBox="0 0 24 24"><path d="M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-code" id="code" viewBox="0 0 24 24"><path d="m16 18 6-6-6-6M8 6l-6 6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-codepen" id="codepen" viewBox="0 0 24 24"><path d="m12 2 10 6.5v7L12 22 2 15.5v-7L12 2zm0 20v-6.5"/><path d="m22 8.5-10 7-10-7"/><path d="m2 15.5 10-7 10 7M12 2v6.5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-codesandbox" id="codesandbox" viewBox="0 0 24 24"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><path d="m7.5 4.21 4.5 2.6 4.5-2.6m-9 15.58V14.6L3 12m18 0-4.5 2.6v5.19M3.27 6.96 12 12.01l8.73-5.05M12 22.08V12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-coffee" id="coffee" viewBox="0 0 24 24"><path d="M18 8h1a4 4 0 0 1 0 8h-1M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8zm4-7v3m4-3v3m4-3v3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-columns" id="columns" viewBox="0 0 24 24"><path d="M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-command" id="command" viewBox="0 0 24 24"><path d="M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-compass" id="compass" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m16.24 7.76-2.12 6.36-6.36 2.12 2.12-6.36 6.36-2.12z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-copy" id="copy" viewBox="0 0 24 24"><rect x="9" y="9" width="13" height="13" rx="2" ry="2"/><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-down-left" id="corner-down-left" viewBox="0 0 24 24"><path d="m9 10-5 5 5 5"/><path d="M20 4v7a4 4 0 0 1-4 4H4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-down-right" id="corner-down-right" viewBox="0 0 24 24"><path d="m15 10 5 5-5 5"/><path d="M4 4v7a4 4 0 0 0 4 4h12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-left-down" id="corner-left-down" viewBox="0 0 24 24"><path d="m14 15-5 5-5-5"/><path d="M20 4h-7a4 4 0 0 0-4 4v12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-left-up" id="corner-left-up" viewBox="0 0 24 24"><path d="M14 9 9 4 4 9"/><path d="M20 20h-7a4 4 0 0 1-4-4V4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-right-down" id="corner-right-down" viewBox="0 0 24 24"><path d="m10 15 5 5 5-5"/><path d="M4 4h7a4 4 0 0 1 4 4v12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-right-up" id="corner-right-up" viewBox="0 0 24 24"><path d="m10 9 5-5 5 5"/><path d="M4 20h7a4 4 0 0 0 4-4V4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-up-left" id="corner-up-left" viewBox="0 0 24 24"><path d="M9 14 4 9l5-5"/><path d="M20 20v-7a4 4 0 0 0-4-4H4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-corner-up-right" id="corner-up-right" viewBox="0 0 24 24"><path d="m15 14 5-5-5-5"/><path d="M4 20v-7a4 4 0 0 1 4-4h12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cpu" id="cpu" viewBox="0 0 24 24"><rect x="4" y="4" width="16" height="16" rx="2" ry="2"/><path d="M9 9h6v6H9zm0-8v3m6-3v3M9 20v3m6-3v3m5-14h3m-3 5h3M1 9h3m-3 5h3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-credit-card" id="credit-card" viewBox="0 0 24 24"><rect x="1" y="4" width="22" height="16" rx="2" ry="2"/><path d="M1 10h22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-crop" id="crop" viewBox="0 0 24 24"><path d="M6.13 1 6 16a2 2 0 0 0 2 2h15"/><path d="M1 6.13 16 6a2 2 0 0 1 2 2v15"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-crosshair" id="crosshair" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M22 12h-4M6 12H2m10-6V2m0 20v-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-database" id="database" viewBox="0 0 24 24"><ellipse cx="12" cy="5" rx="9" ry="3"/><path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"/><path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-delete" id="delete" viewBox="0 0 24 24"><path d="M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2zm-3 5-6 6m0-6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-disc" id="disc" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-divide-circle" id="divide-circle" viewBox="0 0 24 24"><path d="M8 12h8m-4 4h0m0-8h0"/><circle cx="12" cy="12" r="10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-divide-square" id="divide-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M8 12h8m-4 4h0m0-8h0"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-divide" id="divide" viewBox="0 0 24 24"><circle cx="12" cy="6" r="2"/><path d="M5 12h14"/><circle cx="12" cy="18" r="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-dollar-sign" id="dollar-sign" viewBox="0 0 24 24"><path d="M12 1v22m5-18H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download-cloud" id="download-cloud" viewBox="0 0 24 24"><path d="m8 17 4 4 4-4m-4-5v9"/><path d="M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-download" id="download" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4m4-5 5 5 5-5m-5 5V3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-dribbble" id="dribbble" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-droplet" id="droplet" viewBox="0 0 24 24"><path d="m12 2.69 5.66 5.66a8 8 0 1 1-11.31 0z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit-2" id="edit-2" viewBox="0 0 24 24"><path d="M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit-3" id="edit-3" viewBox="0 0 24 24"><path d="M12 20h9M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-edit" id="edit" viewBox="0 0 24 24"><path d="M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"/><path d="M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link" id="external-link" viewBox="0 0 24 24"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6m4-3h6v6m-11 5L21 3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye-off" id="eye-off" viewBox="0 0 24 24"><path d="M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-eye" id="eye" viewBox="0 0 24 24"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/><circle cx="12" cy="12" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-facebook" id="facebook" viewBox="0 0 24 24"><path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-fast-forward" id="fast-forward" viewBox="0 0 24 24"><path d="m13 19 9-7-9-7v14zM2 19l9-7-9-7v14z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-feather" id="feather" viewBox="0 0 24 24"><path d="M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5zM16 8 2 22m15.5-7H9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-figma" id="figma" viewBox="0 0 24 24"><path d="M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5zM12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"/><path d="M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0zm-7 7A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0zm0-7A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-minus" id="file-minus" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6M9 15h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-plus" id="file-plus" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6m-8 10v-6m-3 3h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file-text" id="file-text" viewBox="0 0 24 24"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><path d="M14 2v6h6m-4 5H8m8 4H8m2-8H8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-file" id="file" viewBox="0 0 24 24"><path d="M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"/><path d="M13 2v7h7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-film" id="film" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="2.18" ry="2.18"/><path d="M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5m10 0h5M17 7h5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-filter" id="filter" viewBox="0 0 24 24"><path d="M22 3H2l8 9.46V19l4 2v-8.54L22 3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-flag" id="flag" viewBox="0 0 24 24"><path d="M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1zm0 7v-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-minus" id="folder-minus" viewBox="0 0 24 24"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2zM9 14h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder-plus" id="folder-plus" viewBox="0 0 24 24"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2zm-10-8v6m-3-3h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-folder" id="folder" viewBox="0 0 24 24"><path d="M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-framer" id="framer" viewBox="0 0 24 24"><path d="M5 16V9h14V2H5l14 14h-7m-7 0 7 7v-7m-7 0h7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-frown" id="frown" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M16 16s-1.5-2-4-2-4 2-4 2m1-7h.01M15 9h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-gift" id="gift" viewBox="0 0 24 24"><path d="M20 12v10H4V12M2 7h20v5H2zm10 15V7m0 0H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7zm0 0h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-branch" id="git-branch" viewBox="0 0 24 24"><path d="M6 3v12"/><circle cx="18" cy="6" r="3"/><circle cx="6" cy="18" r="3"/><path d="M18 9a9 9 0 0 1-9 9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-commit" id="git-commit" viewBox="0 0 24 24"><circle cx="12" cy="12" r="4"/><path d="M1.05 12H7m10.01 0h5.95"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-merge" id="git-merge" viewBox="0 0 24 24"><circle cx="18" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><path d="M6 21V9a9 9 0 0 0 9 9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-git-pull-request" id="git-pull-request" viewBox="0 0 24 24"><circle cx="18" cy="18" r="3"/><circle cx="6" cy="6" r="3"/><path d="M13 6h3a2 2 0 0 1 2 2v7M6 9v12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-github" id="github" viewBox="0 0 24 24"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-gitlab" id="gitlab" viewBox="0 0 24 24"><path d="M22.65 14.39 12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-globe" id="globe" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M2 12h20M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-grid" id="grid" viewBox="0 0 24 24"><path d="M3 3h7v7H3zm11 0h7v7h-7zm0 11h7v7h-7zM3 14h7v7H3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-hard-drive" id="hard-drive" viewBox="0 0 24 24"><path d="M22 12H2m3.45-6.89L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11zM6 16h.01M10 16h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-hash" id="hash" viewBox="0 0 24 24"><path d="M4 9h16M4 15h16M10 3 8 21m8-18-2 18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-headphones" id="headphones" viewBox="0 0 24 24"><path d="M3 18v-6a9 9 0 0 1 18 0v6"/><path d="M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-heart" id="heart" viewBox="0 0 24 24"><path d="M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-help-circle" id="help-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-hexagon" id="hexagon" viewBox="0 0 24 24"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-home" id="home" viewBox="0 0 24 24"><path d="m3 9 9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"/><path d="M9 22V12h6v10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-image" id="image" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><circle cx="8.5" cy="8.5" r="1.5"/><path d="m21 15-5-5L5 21"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-inbox" id="inbox" viewBox="0 0 24 24"><path d="M22 12h-6l-2 3h-4l-2-3H2"/><path d="M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-info" id="info" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M12 16v-4m0-4h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-instagram" id="instagram" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="20" rx="5" ry="5"/><path d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37zm1.5-4.87h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-italic" id="italic" viewBox="0 0 24 24"><path d="M19 4h-9m4 16H5M15 4 9 20"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-key" id="key" viewBox="0 0 24 24"><path d="m21 2-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0 3 3L22 7l-3-3m-3.5 3.5L19 4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-layers" id="layers" viewBox="0 0 24 24"><path d="M12 2 2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-layout" id="layout" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M3 9h18M9 21V9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-life-buoy" id="life-buoy" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="4"/><path d="m4.93 4.93 4.24 4.24m5.66 5.66 4.24 4.24m-4.24-9.9 4.24-4.24m-4.24 4.24 3.53-3.53M4.93 19.07l4.24-4.24"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link-2" id="link-2" viewBox="0 0 24 24"><path d="M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3m-1 5h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-link" id="link" viewBox="0 0 24 24"><path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"/><path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-linkedin" id="linkedin" viewBox="0 0 24 24"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6zM2 9h4v12H2z"/><circle cx="4" cy="4" r="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-list" id="list" viewBox="0 0 24 24"><path d="M8 6h13M8 12h13M8 18h13M3 6h.01M3 12h.01M3 18h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-loader" id="loader" viewBox="0 0 24 24"><path d="M12 2v4m0 12v4M4.93 4.93l2.83 2.83m8.48 8.48 2.83 2.83M2 12h4m12 0h4M4.93 19.07l2.83-2.83m8.48-8.48 2.83-2.83"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-lock" id="lock" viewBox="0 0 24 24"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 10 0v4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-in" id="log-in" viewBox="0 0 24 24"><path d="M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4m-5-4 5-5-5-5m5 5H3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-log-out" id="log-out" viewBox="0 0 24 24"><path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4m7 14 5-5-5-5m5 5H9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mail" id="mail" viewBox="0 0 24 24"><path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"/><path d="m22 6-10 7L2 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map-pin" id="map-pin" viewBox="0 0 24 24"><path d="M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"/><circle cx="12" cy="10" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-map" id="map" viewBox="0 0 24 24"><path d="M1 6v16l7-4 8 4 7-4V2l-7 4-8-4-7 4zm7-4v16m8-12v16"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-maximize-2" id="maximize-2" viewBox="0 0 24 24"><path d="M15 3h6v6M9 21H3v-6M21 3l-7 7M3 21l7-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-maximize" id="maximize" viewBox="0 0 24 24"><path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-meh" id="meh" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M8 15h8M9 9h.01M15 9h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu" id="menu" viewBox="0 0 24 24"><path d="M3 12h18M3 6h18M3 18h18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-message-circle" id="message-circle" viewBox="0 0 24 24"><path d="M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-message-square" id="message-square" viewBox="0 0 24 24"><path d="M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mic-off" id="mic-off" viewBox="0 0 24 24"><path d="m1 1 22 22M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"/><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23M12 19v4m-4 0h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mic" id="mic" viewBox="0 0 24 24"><path d="M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"/><path d="M19 10v2a7 7 0 0 1-14 0v-2m7 9v4m-4 0h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minimize-2" id="minimize-2" viewBox="0 0 24 24"><path d="M4 14h6v6m10-10h-6V4m0 6 7-7M3 21l7-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minimize" id="minimize" viewBox="0 0 24 24"><path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus-circle" id="minus-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M8 12h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus-square" id="minus-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M8 12h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-minus" id="minus" viewBox="0 0 24 24"><path d="M5 12h14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-monitor" id="monitor" viewBox="0 0 24 24"><rect x="2" y="3" width="20" height="14" rx="2" ry="2"/><path d="M8 21h8m-4-4v4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-moon" id="moon" viewBox="0 0 24 24"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-horizontal" id="more-horizontal" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1"/><circle cx="19" cy="12" r="1"/><circle cx="5" cy="12" r="1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-more-vertical" id="more-vertical" viewBox="0 0 24 24"><circle cx="12" cy="12" r="1"/><circle cx="12" cy="5" r="1"/><circle cx="12" cy="19" r="1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-mouse-pointer" id="mouse-pointer" viewBox="0 0 24 24"><path d="m3 3 7.07 16.97 2.51-7.39 7.39-2.51L3 3zm10 10 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-move" id="move" viewBox="0 0 24 24"><path d="m5 9-3 3 3 3M9 5l3-3 3 3m0 14-3 3-3-3M19 9l3 3-3 3M2 12h20M12 2v20"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-music" id="music" viewBox="0 0 24 24"><path d="M9 18V5l12-2v13"/><circle cx="6" cy="18" r="3"/><circle cx="18" cy="16" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation-2" id="navigation-2" viewBox="0 0 24 24"><path d="m12 2 7 19-7-4-7 4 7-19z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-navigation" id="navigation" viewBox="0 0 24 24"><path d="m3 11 19-9-9 19-2-8-8-2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-octagon" id="octagon" viewBox="0 0 24 24"><path d="M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-package" id="package" viewBox="0 0 24 24"><path d="m16.5 9.4-9-5.19M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"/><path d="M3.27 6.96 12 12.01l8.73-5.05M12 22.08V12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-paperclip" id="paperclip" viewBox="0 0 24 24"><path d="m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pause-circle" id="pause-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M10 15V9m4 6V9"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pause" id="pause" viewBox="0 0 24 24"><path d="M6 4h4v16H6zm8 0h4v16h-4z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pen-tool" id="pen-tool" viewBox="0 0 24 24"><path d="m12 19 7-7 3 3-7 7-3-3z"/><path d="m18 13-1.5-7.5L2 2l3.5 14.5L13 18l5-5zM2 2l7.586 7.586"/><circle cx="11" cy="11" r="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-percent" id="percent" viewBox="0 0 24 24"><path d="M19 5 5 19"/><circle cx="6.5" cy="6.5" r="2.5"/><circle cx="17.5" cy="17.5" r="2.5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-call" id="phone-call" viewBox="0 0 24 24"><path d="M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-forwarded" id="phone-forwarded" viewBox="0 0 24 24"><path d="m19 1 4 4-4 4m-4-4h8m-1 11.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-incoming" id="phone-incoming" viewBox="0 0 24 24"><path d="M16 2v6h6m1-7-7 7m6 8.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-missed" id="phone-missed" viewBox="0 0 24 24"><path d="m23 1-6 6m0-6 6 6m-1 9.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-off" id="phone-off" viewBox="0 0 24 24"><path d="M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91M23 1 1 23"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone-outgoing" id="phone-outgoing" viewBox="0 0 24 24"><path d="M23 7V1h-6m-1 7 7-7m-1 15.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-phone" id="phone" viewBox="0 0 24 24"><path d="M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pie-chart" id="pie-chart" viewBox="0 0 24 24"><path d="M21.21 15.89A10 10 0 1 1 8 2.83"/><path d="M22 12A10 10 0 0 0 12 2v10z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play-circle" id="play-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m10 8 6 4-6 4V8z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-play" id="play" viewBox="0 0 24 24"><path d="m5 3 14 9-14 9V3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-circle" id="plus-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M12 8v8m-4-4h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus-square" id="plus-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M12 8v8m-4-4h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-plus" id="plus" viewBox="0 0 24 24"><path d="M12 5v14m-7-7h14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-pocket" id="pocket" viewBox="0 0 24 24"><path d="M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"/><path d="m8 10 4 4 4-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-power" id="power" viewBox="0 0 24 24"><path d="M18.36 6.64a9 9 0 1 1-12.73 0M12 2v10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-printer" id="printer" viewBox="0 0 24 24"><path d="M6 9V2h12v7M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"/><path d="M6 14h12v8H6z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-radio" id="radio" viewBox="0 0 24 24"><circle cx="12" cy="12" r="2"/><path d="M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-ccw" id="refresh-ccw" viewBox="0 0 24 24"><path d="M1 4v6h6m16 10v-6h-6"/><path d="M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4-4.64 4.36A9 9 0 0 1 3.51 15"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-refresh-cw" id="refresh-cw" viewBox="0 0 24 24"><path d="M23 4v6h-6M1 20v-6h6"/><path d="M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-repeat" id="repeat" viewBox="0 0 24 24"><path d="m17 1 4 4-4 4"/><path d="M3 11V9a4 4 0 0 1 4-4h14M7 23l-4-4 4-4"/><path d="M21 13v2a4 4 0 0 1-4 4H3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rewind" id="rewind" viewBox="0 0 24 24"><path d="m11 19-9-7 9-7v14zm11 0-9-7 9-7v14z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rotate-ccw" id="rotate-ccw" viewBox="0 0 24 24"><path d="M1 4v6h6"/><path d="M3.51 15a9 9 0 1 0 2.13-9.36L1 10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rotate-cw" id="rotate-cw" viewBox="0 0 24 24"><path d="M23 4v6h-6"/><path d="M20.49 15a9 9 0 1 1-2.12-9.36L23 10"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-rss" id="rss" viewBox="0 0 24 24"><path d="M4 11a9 9 0 0 1 9 9M4 4a16 16 0 0 1 16 16"/><circle cx="5" cy="19" r="1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-save" id="save" viewBox="0 0 24 24"><path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"/><path d="M17 21v-8H7v8M7 3v5h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-scissors" id="scissors" viewBox="0 0 24 24"><circle cx="6" cy="6" r="3"/><circle cx="6" cy="18" r="3"/><path d="M20 4 8.12 15.88m6.35-1.4L20 20M8.12 8.12 12 12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search" id="search" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-send" id="send" viewBox="0 0 24 24"><path d="M22 2 11 13M22 2l-7 20-4-9-9-4 20-7z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-server" id="server" viewBox="0 0 24 24"><rect x="2" y="2" width="20" height="8" rx="2" ry="2"/><rect x="2" y="14" width="20" height="8" rx="2" ry="2"/><path d="M6 6h.01M6 18h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-settings" id="settings" viewBox="0 0 24 24"><circle cx="12" cy="12" r="3"/><path d="M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-share-2" id="share-2" viewBox="0 0 24 24"><circle cx="18" cy="5" r="3"/><circle cx="6" cy="12" r="3"/><circle cx="18" cy="19" r="3"/><path d="m8.59 13.51 6.83 3.98m-.01-10.98-6.82 3.98"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-share" id="share" viewBox="0 0 24 24"><path d="M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8m-4-6-4-4-4 4m4-4v13"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shield-off" id="shield-off" viewBox="0 0 24 24"><path d="M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18M4.73 4.73 4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shield" id="shield" viewBox="0 0 24 24"><path d="M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shopping-bag" id="shopping-bag" viewBox="0 0 24 24"><path d="M6 2 3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4zM3 6h18"/><path d="M16 10a4 4 0 0 1-8 0"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shopping-cart" id="shopping-cart" viewBox="0 0 24 24"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-shuffle" id="shuffle" viewBox="0 0 24 24"><path d="M16 3h5v5M4 20 21 3m0 13v5h-5m-1-6 6 6M4 4l5 5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sidebar" id="sidebar" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M9 3v18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-skip-back" id="skip-back" viewBox="0 0 24 24"><path d="M19 20 9 12l10-8v16zM5 19V5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-skip-forward" id="skip-forward" viewBox="0 0 24 24"><path d="m5 4 10 8-10 8V4zm14 1v14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-slack" id="slack" viewBox="0 0 24 24"><path d="M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5zm6 0H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm-11 4c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5zm-6 0H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14zm10.5.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5zm1.5 4.5H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5zM10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5zM8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-slash" id="slash" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m4.93 4.93 14.14 14.14"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sliders" id="sliders" viewBox="0 0 24 24"><path d="M4 21v-7m0-4V3m8 18v-9m0-4V3m8 18v-5m0-4V3M1 14h6m2-6h6m2 8h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-smartphone" id="smartphone" viewBox="0 0 24 24"><rect x="5" y="2" width="14" height="20" rx="2" ry="2"/><path d="M12 18h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-smile" id="smile" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M8 14s1.5 2 4 2 4-2 4-2M9 9h.01M15 9h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-speaker" id="speaker" viewBox="0 0 24 24"><rect x="4" y="2" width="16" height="20" rx="2" ry="2"/><circle cx="12" cy="14" r="4"/><path d="M12 6h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-square" id="square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-star" id="star" viewBox="0 0 24 24"><path d="m12 2 3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-stop-circle" id="stop-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="M9 9h6v6H9z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sun" id="sun" viewBox="0 0 24 24"><circle cx="12" cy="12" r="5"/><path d="M12 1v2m0 18v2M4.22 4.22l1.42 1.42m12.72 12.72 1.42 1.42M1 12h2m18 0h2M4.22 19.78l1.42-1.42M18.36 5.64l1.42-1.42"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sunrise" id="sunrise" viewBox="0 0 24 24"><path d="M17 18a5 5 0 0 0-10 0m5-16v7m-7.78 1.22 1.42 1.42M1 18h2m18 0h2m-4.64-6.36 1.42-1.42M23 22H1M8 6l4-4 4 4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-sunset" id="sunset" viewBox="0 0 24 24"><path d="M17 18a5 5 0 0 0-10 0m5-9V2m-7.78 8.22 1.42 1.42M1 18h2m18 0h2m-4.64-6.36 1.42-1.42M23 22H1M16 5l-4 4-4-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-table" id="table" viewBox="0 0 24 24"><path d="M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tablet" id="tablet" viewBox="0 0 24 24"><rect x="4" y="2" width="16" height="20" rx="2" ry="2"/><path d="M12 18h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tag" id="tag" viewBox="0 0 24 24"><path d="m20.59 13.41-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82zM7 7h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-target" id="target" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><circle cx="12" cy="12" r="6"/><circle cx="12" cy="12" r="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-terminal" id="terminal" viewBox="0 0 24 24"><path d="m4 17 6-6-6-6m8 14h8"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-thermometer" id="thermometer" viewBox="0 0 24 24"><path d="M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-thumbs-down" id="thumbs-down" viewBox="0 0 24 24"><path d="M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-thumbs-up" id="thumbs-up" viewBox="0 0 24 24"><path d="M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-toggle-left" id="toggle-left" viewBox="0 0 24 24"><rect x="1" y="5" width="22" height="14" rx="7" ry="7"/><circle cx="8" cy="12" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-toggle-right" id="toggle-right" viewBox="0 0 24 24"><rect x="1" y="5" width="22" height="14" rx="7" ry="7"/><circle cx="16" cy="12" r="3"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tool" id="tool" viewBox="0 0 24 24"><path d="M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.77-3.77a6 6 0 0 1-7.94 7.94l-6.91 6.91a2.12 2.12 0 0 1-3-3l6.91-6.91a6 6 0 0 1 7.94-7.94l-3.76 3.76z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trash-2" id="trash-2" viewBox="0 0 24 24"><path d="M3 6h18m-2 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m-6 5v6m4-6v6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trash" id="trash" viewBox="0 0 24 24"><path d="M3 6h18m-2 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trello" id="trello" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="M7 7h3v9H7zm7 0h3v5h-3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trending-down" id="trending-down" viewBox="0 0 24 24"><path d="m23 18-9.5-9.5-5 5L1 6"/><path d="M17 18h6v-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-trending-up" id="trending-up" viewBox="0 0 24 24"><path d="m23 6-9.5 9.5-5-5L1 18"/><path d="M17 6h6v6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-triangle" id="triangle" viewBox="0 0 24 24"><path d="M10.29 3.86 1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-truck" id="truck" viewBox="0 0 24 24"><path d="M1 3h15v13H1zm15 5h4l3 3v5h-7V8z"/><circle cx="5.5" cy="18.5" r="2.5"/><circle cx="18.5" cy="18.5" r="2.5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-tv" id="tv" viewBox="0 0 24 24"><rect x="2" y="7" width="20" height="15" rx="2" ry="2"/><path d="m17 2-5 5-5-5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-twitch" id="twitch" viewBox="0 0 24 24"><path d="M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-twitter" id="twitter" viewBox="0 0 24 24"><path d="M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-type" id="type" viewBox="0 0 24 24"><path d="M4 7V4h16v3M9 20h6M12 4v16"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-umbrella" id="umbrella" viewBox="0 0 24 24"><path d="M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-underline" id="underline" viewBox="0 0 24 24"><path d="M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3M4 21h16"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-unlock" id="unlock" viewBox="0 0 24 24"><rect x="3" y="11" width="18" height="11" rx="2" ry="2"/><path d="M7 11V7a5 5 0 0 1 9.9-1"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-upload-cloud" id="upload-cloud" viewBox="0 0 24 24"><path d="m16 16-4-4-4 4m4-4v9"/><path d="M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"/><path d="m16 16-4-4-4 4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-upload" id="upload" viewBox="0 0 24 24"><path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4m14-7-5-5-5 5m5-5v12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-check" id="user-check" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="8.5" cy="7" r="4"/><path d="m17 11 2 2 4-4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-minus" id="user-minus" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="8.5" cy="7" r="4"/><path d="M23 11h-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-plus" id="user-plus" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="8.5" cy="7" r="4"/><path d="M20 8v6m3-3h-6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user-x" id="user-x" viewBox="0 0 24 24"><path d="M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="8.5" cy="7" r="4"/><path d="m18 8 5 5m0-5-5 5"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-user" id="user" viewBox="0 0 24 24"><path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-users" id="users" viewBox="0 0 24 24"><path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"/><circle cx="9" cy="7" r="4"/><path d="M23 21v-2a4 4 0 0 0-3-3.87m-4-12a4 4 0 0 1 0 7.75"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-video-off" id="video-off" viewBox="0 0 24 24"><path d="M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-video" id="video" viewBox="0 0 24 24"><path d="m23 7-7 5 7 5V7z"/><rect x="1" y="5" width="15" height="14" rx="2" ry="2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-voicemail" id="voicemail" viewBox="0 0 24 24"><circle cx="5.5" cy="11.5" r="4.5"/><circle cx="18.5" cy="11.5" r="4.5"/><path d="M5.5 16h13"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-volume-1" id="volume-1" viewBox="0 0 24 24"><path d="M11 5 6 9H2v6h4l5 4V5zm4.54 3.46a5 5 0 0 1 0 7.07"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-volume-2" id="volume-2" viewBox="0 0 24 24"><path d="M11 5 6 9H2v6h4l5 4V5zm8.07-.07a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-volume-x" id="volume-x" viewBox="0 0 24 24"><path d="M11 5 6 9H2v6h4l5 4V5zm12 4-6 6m0-6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-volume" id="volume" viewBox="0 0 24 24"><path d="M11 5 6 9H2v6h4l5 4V5z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-watch" id="watch" viewBox="0 0 24 24"><circle cx="12" cy="12" r="7"/><path d="M12 9v3l1.5 1.5m3.01 3.85-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-wifi-off" id="wifi-off" viewBox="0 0 24 24"><path d="m1 1 22 22m-6.28-11.94A10.94 10.94 0 0 1 19 12.55m-14 0a10.94 10.94 0 0 1 5.17-2.39m.54-5.11A16 16 0 0 1 22.58 9M1.42 9a15.91 15.91 0 0 1 4.7-2.88m2.41 9.99a6 6 0 0 1 6.95 0M12 20h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-wifi" id="wifi" viewBox="0 0 24 24"><path d="M5 12.55a11 11 0 0 1 14.08 0M1.42 9a16 16 0 0 1 21.16 0M8.53 16.11a6 6 0 0 1 6.95 0M12 20h.01"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-wind" id="wind" viewBox="0 0 24 24"><path d="M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-circle" id="x-circle" viewBox="0 0 24 24"><circle cx="12" cy="12" r="10"/><path d="m15 9-6 6m0-6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-octagon" id="x-octagon" viewBox="0 0 24 24"><path d="M7.86 2h8.28L22 7.86v8.28L16.14 22H7.86L2 16.14V7.86L7.86 2zM15 9l-6 6m0-6 6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x-square" id="x-square" viewBox="0 0 24 24"><rect x="3" y="3" width="18" height="18" rx="2" ry="2"/><path d="m9 9 6 6m0-6-6 6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x" id="x" viewBox="0 0 24 24"><path d="M18 6 6 18M6 6l12 12"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-youtube" id="youtube" viewBox="0 0 24 24"><path d="M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"/><path d="m9.75 15.02 5.75-3.27-5.75-3.27v6.54z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zap-off" id="zap-off" viewBox="0 0 24 24"><path d="M12.41 6.75 13 2l-2.43 2.92m8 7.99L21 10h-5.34M8 8l-5 6h9l-1 8 5-6M1 1l22 22"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zap" id="zap" viewBox="0 0 24 24"><path d="M13 2 3 14h9l-1 8 10-12h-9l1-8z"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zoom-in" id="zoom-in" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35M11 8v6m-3-3h6"/></symbol><symbol fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-zoom-out" id="zoom-out" viewBox="0 0 24 24"><circle cx="11" cy="11" r="8"/><path d="m21 21-4.35-4.35M8 11h6"/></symbol></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg"><symbol id="icon-accessibility" viewBox="0 0 24 24"><path d="M12 0a12 12 0 1 0 12 12A12 12 0 0 0 12 0Zm0 4.6a1.32 1.32 0 0 1 1.3 1.3A1.42 1.42 0 0 1 12 7.3 1.32 1.32 0 0 1 10.7 6 1.35 1.35 0 0 1 12 4.6Zm5.1 5.6-3.9.5v2.5l2.1 5.1a.76.76 0 1 1-1.4.6L12 14.2l-1.9 4.7a.76.76 0 0 1-1.4-.6l2.1-5.1v-2.5l-3.9-.5a.64.64 0 0 1-.5-.8c.1-.4.4-.7.7-.6l3.8.5h2.2l3.8-.5a.73.73 0 0 1 .7.6c0 .4-.2.8-.5.8Z"/></symbol><symbol id="icon-arrow-left" viewBox="0 0 16 16"><path d="m4.414 9 5.293 5.293-1.414 1.414L.586 8 8.293.293l1.414 1.414L4.414 7H16v2z"/></symbol><symbol id="icon-arrow-right" viewBox="0 0 16 16"><path d="M11.586 7 6.293 1.707 7.707.293 15.414 8l-7.707 7.707-1.414-1.414L11.586 9H0V7h11.586z"/></symbol><symbol id="icon-browse" viewBox="0 0 14 14"><path d="M0 5h3v3H0zm0 5h3v3H0zM0 0h3v3H0zm5 0h8v3H5zm0 5h8v3H5zm0 5h8v3H5z"/></symbol><symbol id="icon-chevron-bottom" viewBox="0 0 24 24"><path fill="currentColor" d="M6.1 7.1 4.1 9l7.9 7.9L19.9 9l-2-1.9L12 13Z"/></symbol><symbol id="icon-chevron-last-left" viewBox="0 0 24 24"><path fill="currentColor" d="m18 6.1-2-2-7.2 7.3V5.1H6v13.8h2.8v-6.3l7.2 7.3 2-2-5.9-5.9z"/></symbol><symbol id="icon-chevron-last-right" viewBox="0 0 24 24"><path fill="currentColor" d="m6 17.9 2 2 7.2-7.3v6.3H18V5.1h-2.8v6.3L8 4.1l-2 2 5.9 5.9z"/></symbol><symbol id="icon-chevron-left" viewBox="0 0 24 24"><path fill="currentColor" d="m16.9 6.1-1.9-2L7.1 12l7.9 7.9 1.9-2L11 12z"/></symbol><symbol id="icon-chevron-right" viewBox="0 0 24 24"><path fill="currentColor" d="m7.1 17.9 1.9 2 7.9-7.9L9 4.1l-1.9 2L13 12z"/></symbol><symbol id="icon-chevron-top" viewBox="0 0 24 24"><path fill="currentColor" d="m17.9 16.9 2-1.9L12 7.1 4.1 15l2 1.9L12 11Z"/></symbol><symbol id="icon-close" viewBox="0 0 14 14"><path d="M13 1.4 11.6 0 6.5 5.1 1.4 0 0 1.4l5.1 5.1L0 11.6 1.4 13l5.1-5.1 5.1 5.1 1.4-1.4-5.1-5.1z"/></symbol><symbol id="icon-elements" viewBox="0 0 80 91.18"><path d="M39.99 31.18a20 20 0 0 0 0 40 19.39 19.39 0 0 0 3.34-.3v-6.84a13.14 13.14 0 0 1-3.34.48 13.32 13.32 0 0 1-12.85-10H59.7a20.43 20.43 0 0 0 .29-3.34 20 20 0 0 0-20-20zm0 6.67a13.31 13.31 0 0 1 12.88 10H27.14a13.31 13.31 0 0 1 12.85-10z"/><path d="m46.59 11.77 7.06-7L48.94 0l-11.3 11.27a40 40 0 1 0 8.95.47zm-6.6 72.75a33.34 33.34 0 1 1 33.34-33.34 33.34 33.34 0 0 1-33.34 33.34z"/></symbol><symbol id="icon-epfl-alumni" viewBox="0 0 700 600"><path d="M132.06 443.54V286.11L53.8 251.53v-43.68L340.45 79.54H360l286.2 128.31v43.68l-77.8 34.58v157.43c-71.89 53.69-152 85.54-217.94 85.54-67.34 0-152.46-35.08-218.4-85.54Zm446.35-214.31L350.46 127.31 122.05 229.23l228.41 102.38Zm-57.33 189.28V308L360 379.84h-19.55L179.83 308v110.51c29.58 20.93 103.29 63.25 170.63 63.25 66.43 0 140.14-41.86 170.62-63.25Z"/></symbol><symbol id="icon-epfl-anti-gaspillage" viewBox="0 0 700 600"><path d="M148 80h404l-73.23 444.07H221.24Zm290.73 396.3 56.87-348.53H204l57.73 348.53ZM258.55 353.45l57.78-58.24-57.78-57.79 33.67-33.67L350 261.54l58.24-57.79 33.67 33.67-58.24 57.79 58.24 58.24-33.67 33.67L350 328.88l-57.78 58.24Z"/></symbol><symbol id="icon-epfl-apprendre" viewBox="0 0 700 600"><path d="M138.88 454.46v-72.35c-33.67-10.46-58.24-41.86-58.24-78.71a81.76 81.76 0 0 1 58.24-78.26V117.3l86.91 30.49A141.58 141.58 0 0 1 350 75c52.33 0 98.29 27.3 124.22 72.8l86.45-30.49v107.83a81.63 81.63 0 0 1 58.7 78.26c0 36.85-24.58 68.25-58.7 78.71v72.35L350 529.08Zm58.7-151.06c0-18.66-15.47-34.13-34.58-34.13s-34.58 15.47-34.58 34.13c0 19.11 15.47 34.12 34.58 34.12s34.58-15.01 34.58-34.12Zm128.76-69.62-139.68-49.14v40.5a81.76 81.76 0 0 1 58.24 78.26c0 36.85-24.57 68.25-58.24 78.71v38.68l139.68 49.14Zm101.47-69.61a93.24 93.24 0 0 0-155.61 0l77.8 27.75Zm85.54 256.62v-38.68c-33.67-10.46-58.24-41.86-58.24-78.71a81.76 81.76 0 0 1 58.24-78.26v-40.5l-139.69 49.14v236.15Zm58.24-117.39a34.38 34.38 0 0 0-34.13-34.13c-19.1 0-34.58 15.47-34.58 34.13 0 19.11 15.48 34.12 34.58 34.12a34.08 34.08 0 0 0 34.13-34.12Z"/></symbol><symbol id="icon-epfl-artlab" viewBox="0 0 700 600"><path d="M582.05 529.08 451 439v85.08H242.17v-63.7L22.86 75 654.4 196.47ZM242.17 364.37v-50.05h99.64l202.48-90.09L115.68 141Zm161.07 42.31-64.16-44.59h-49.14V476.3h113.3Zm147.42 43.68 41.4-194.74L396 342.53Z"/></symbol><symbol id="icon-epfl-bancomat" viewBox="0 0 700 600"><path d="M630.05 140v193.37l-90.09.45v249.34H289.71V486.7H182.79V329.27H70V140Zm-447.26 47.77h-65.07V282h65.07Zm202.93 251.16V187.77H230.56v251.16Zm-34.13-100.56c0 21.84-13.65 35.49-30.94 40v26.43h-29.12v-26.39c-11.37-2.27-21.84-8.19-31.39-16.38l13.65-22.75c9.1 8.19 20.47 14.11 31.85 14.11 9.1 0 16.83-5 16.83-12.74 0-20.48-56-14.56-56-56.42 0-18.66 10.92-31.4 26.39-36.4v-27.76h29.57V246c9.56 1.36 18.66 5.91 28.21 13.19l-15 21.84c-6.83-5.91-15-10.46-24.12-10.46-8.64 0-14.56 5-14.56 11.37.04 19.12 54.63 13.66 54.63 56.43ZM492.19 277h-58.7v209.7h-96v48.69h154.7Zm90.09-89.18H433.49v41.4H540v56.88l42.32-.46Z"/></symbol><symbol id="icon-epfl-cafe" viewBox="0 0 700 600"><path d="M135.92 378.93v-186.1h71.44a28.46 28.46 0 0 1-2.73-12.28 57.84 57.84 0 0 1 17.29-41.41 9.66 9.66 0 0 0 3.18-6.82c0-2.73-1.36-5-3.18-7.28l-15.47-15.47 33.67-33.67L256 91.37a58.76 58.76 0 0 1 0 82.35c-2.73 1.82-3.18 4.55-3.18 6.83a8.81 8.81 0 0 0 3.18 7.28l4.56 5h72.8a30 30 0 0 1-2.73-12.28c0-15.47 5.46-30 16.83-41.41a9.67 9.67 0 0 0 3.19-6.82c0-2.73-1.37-5-3.19-7.28l-15-15.47 33.7-33.67 15.46 15.47a56.8 56.8 0 0 1 17.3 40.95c0 15-5.92 29.57-17.3 41.4a8.8 8.8 0 0 0-3.18 6.83 10.45 10.45 0 0 0 3.18 7.28l5 5h81.9a95.55 95.55 0 1 1 0 191.1h-7.28L459.89 398c-7.28 56-34.13 96.46-86.45 126H224.19c-58.69-32.69-88.27-85.47-88.27-145.07Zm224.32 96.91C393 455.82 413 418.51 413 378.93V241.06H184.15v137.87a114.75 114.75 0 0 0 52.79 96.91Zm108.29-139.68c25.94 0 47.78-21.84 47.78-47.78 0-26.39-21.84-47.32-47.78-47.32h-7.28v95.1Z"/></symbol><symbol id="icon-epfl-cdh" viewBox="0 0 700 600"><path d="M463.53 381.6v108.74h53.69A65.24 65.24 0 0 1 580 443.48a66 66 0 0 1 0 131.95c-29.58 0-54.6-20-62.79-46.41h-91.9V381.6h-60.06a165.39 165.39 0 0 1 20.93 80.08v122.39H54V461.68c0-56.88 29.58-107.84 73.71-137.87a115.75 115.75 0 0 1-25-71.89C102.71 186.86 155 135 220.1 135A116.61 116.61 0 0 1 337 251.92c0 27.3-9.1 52.33-25 71.89a189.49 189.49 0 0 1 23.66 19.11h89.64V194.14h91.91A65.23 65.23 0 0 1 580 147.27a66 66 0 0 1 0 132c-29.58 0-54.6-20-62.79-46.41h-53.68v110.06h53.69A65.1 65.1 0 0 1 580 295.6a66 66 0 1 1-62.79 86ZM337 461.68c0-44.14-26.85-86.45-66.43-105.11-15 8.19-32.31 12.29-50.51 12.29s-35.94-4.1-51-12.29c-40.49 20-66 60.52-66 105.11v73.25H337ZM151.85 251.92c0 39.13 32.31 68.25 68.25 68.25a68.15 68.15 0 0 0 68.25-68.25c0-39.13-31.85-68.25-68.25-68.25a68.16 68.16 0 0 0-68.25 68.25ZM278.34 66.74c0-31.85 23.66-55.06 53.24-55.06C348 11.68 363 19 373.89 30.34l-12.74 12.74c-9.55-9.1-20-12.29-29.12-12.29-19.56 0-34.12 13.65-34.12 35.95 0 21.84 14.1 35.94 33.67 35.94 11.37 0 22.75-5 30.94-11.83l10.92 12.74c-10.92 10.92-26.39 18.2-42.32 18.2-29.12 0-52.78-23.2-52.78-55.05Zm145.6 52.32h-31.85V12.59h31.85c33.67 0 58.24 22.3 58.24 53.24s-24.57 53.23-58.24 53.23Zm0-87.81H411.2V100h12.74c24.12 0 38.68-13.19 38.68-35 0-20.1-15.02-33.75-38.68-33.75Zm98.28 87.81h-19.11V12.59h19.11v44.59h49.6V12.59h19.56v106.47h-19.56V74.93h-49.6Zm30 94.19A27.58 27.58 0 0 0 580 241c15.47 0 27.3-12.74 27.3-27.75 0-15.47-11.83-27.76-27.3-27.76a27.58 27.58 0 0 0-27.75 27.76Zm0 148.33A27.58 27.58 0 0 0 580 389.33c15.47 0 27.3-12.28 27.3-27.75 0-15-12.29-27.76-27.3-27.76a27.87 27.87 0 0 0-27.75 27.76Zm0 147.87A27.87 27.87 0 0 0 580 537.21c15.47 0 27.3-12.74 27.3-27.76 0-15.47-11.83-27.75-27.3-27.75a27.57 27.57 0 0 0-27.75 27.75Z"/></symbol><symbol id="icon-epfl-cdm" viewBox="0 0 700 600"><path d="M627.55 406.17a56 56 0 0 1-50 15.47c-24.11-1.37-44.13-17.29-52.32-40.5H463.3a108 108 0 0 1-21.39 58.24l25.94 28.67c15-3.64 25.48-2.73 37.31 1.36 32.76 11.38 50.05 48.23 36.85 81.45-12.74 30.48-44.59 45-77.8 34.58-34.13-10-50-49.14-36.86-81.45a58.81 58.81 0 0 1 8.65-14.56l-21.84-23.2a113.2 113.2 0 0 1-150.61-19.11l-86 26.84a62.21 62.21 0 0 1-5.92 26.85c-10.46 21.84-32.76 33.67-55.51 33.67-45.95 0-76-48.69-55-90.09a62.1 62.1 0 0 1 55.51-33.67 60.81 60.81 0 0 1 50 26.39l76.89-23.66c-15.47-36.86-7.73-81.45 17.29-112.84l-49.14-48.69a66.66 66.66 0 0 1-27.3 5.92c-34.12 0-61.88-27.76-61.88-61.43a61.88 61.88 0 1 1 123.76 0 60.93 60.93 0 0 1-7.25 28.67l49.6 49.59c23.2-15 57.78-20.47 90.09-12.74l8.19-18.2a56.68 56.68 0 0 1-17.75-23.2C352.28 180 381.4 135 426 135a61.49 61.49 0 0 1 57.33 38.22c13.19 31.39-1.82 67.79-33.22 80.53-8.64 3.64-20.47 5-27.75 4.55l-9.1 19.57a110.06 110.06 0 0 1 46.41 64.61h66a41.73 41.73 0 0 1 20.48-25.94c23.2-21.38 59.15-20 81.44 2.28a61.78 61.78 0 0 1-.04 87.35Zm-511 42.77c-14.11 0-23.66 11.83-22.3 25 0 11.38 9.56 19.11 18.2 20.93 8.65 2.28 19.57-1.82 24.57-11.37 7.78-15.91-2.69-34.56-20.43-34.56ZM208 196.41a23.66 23.66 0 1 0-47.32 0c0 12.74 10.92 23.21 23.66 23.21S208 209.15 208 196.41ZM416 372.5a66.32 66.32 0 0 0-66.43-66.89c-36.86 0-66.43 29.58-66.43 66.89 0 37.76 31.39 66.43 66.43 66.43A66.22 66.22 0 0 0 416 372.5ZM302.23 66.74c0-31.85 23.66-55.06 53.23-55.06 16.38 0 31.4 7.28 42.32 18.66L385 43.08c-9.56-9.1-20-12.29-29.12-12.29-19.57 0-34.13 13.65-34.13 35.95 0 21.84 14.11 35.94 33.67 35.94 11.38 0 22.75-5 30.94-11.83l10.92 12.74c-10.92 10.92-26.39 18.2-42.31 18.2-29.08 0-52.74-23.2-52.74-55.05Zm101.92 133.31c1.36 9.56 8.64 17.29 17.74 18.66 15.47 2.73 28.67-10.47 25.94-25.48a22.2 22.2 0 0 0-21.84-20c-15.47-.02-24.57 14.99-21.84 26.82Zm43.68-81h-31.4V12.59h31.4c34.12 0 58.69 22.3 58.69 53.24s-24.52 53.23-58.69 53.23Zm0-87.81h-12.29V100h12.29c24.11 0 38.67-13.19 38.67-35 0-20.1-14.56-33.75-38.67-33.75Zm30.48 518.24a22.08 22.08 0 0 0 27.76-19.11c4.09-14.56-9.1-26.84-21.39-26.84A21.6 21.6 0 0 0 462.84 524c-1.84 11.39 4.55 22.31 15.47 25.49ZM535.64 120h-19.11V11.68L568 66.74l51-55.06V120h-19.2V59.91L568 92.22l-32.36-32.31Zm48.23 219.31a23.21 23.21 0 1 0 0 46.41c6.37 0 14.11-3.64 18.66-11.83 9.55-13.68 0-34.61-18.66-34.61Z"/></symbol><symbol id="icon-epfl-centre-medical" viewBox="0 0 700 600"><path d="M445.78 75c82.81 0 151.06 67.34 151.06 150.6a151 151 0 0 1-44.59 106.93L360.24 525c-6.82 6.37-16.83 5-21.38 0-190.2-190.21-196.57-196.58-194.29-194.76a151.77 151.77 0 0 1-41.41-103.74c0-84.63 69.16-151.5 151.07-151.5a151.83 151.83 0 0 1 95.55 34.12 151.2 151.2 0 0 1 96-34.12Zm-192 47.77A103.42 103.42 0 0 0 150.48 227c.46 30.94 9.1 50.5 43.23 86 23.66 25 69.16 68.71 150.61 150.61 1.82 1.82 7.73 1.82 9.55 0 70.53-71 118.3-116.48 151.52-151.06 34.58-35.95 43.68-56 43.68-86.91 0-58.24-47.78-103.28-103.74-103.28-38.68 0-56.42 16.38-95.55 48.68-40.04-32.81-58.24-48.28-96.01-48.28Zm19.11 151.06h57.79v-58.7h38.22v58.69h58.69V312h-58.7v57.79h-38.22V312h-57.79Z"/></symbol><symbol id="icon-epfl-chercheur" viewBox="0 0 700 600"><path d="M62.44 402.59a156.69 156.69 0 0 1 64.16-126C107 254.26 96.11 227 96.11 196.47 96.11 129.13 151.17 75 219 75c67.34 0 122.4 54.14 122.4 121.48 0 30-10.47 58.24-30 80.08 7.28 5.46 14.1 10.92 20 17.75l40.49-95.55V80h171.49v118.75l139.69 325.32H62.44Zm190.65 73.71L310 343.44a104.91 104.91 0 0 0-38.67-35.95A119.21 119.21 0 0 1 219 319.32a120.61 120.61 0 0 1-52.32-11.83c-34.13 18.2-56.42 56-56.42 95.1v73.71Zm41-279.83c0-41.4-33.67-74.16-75.08-74.16-41.86 0-75.07 33.21-75.07 74.16a75.08 75.08 0 1 0 150.15 0ZM610.26 476.3 495.6 208.76v-80.08h-76v80.08L305 476.3Zm-237.51-66.89a27.3 27.3 0 1 1 27.3 27.3 27.39 27.39 0 0 1-27.3-27.3Zm57.79-98.73a27.3 27.3 0 0 1 54.6 0 27.3 27.3 0 0 1-54.6 0Zm57.78 98.73a27.39 27.39 0 0 1 27.3-27.3c14.56 0 27.3 12.29 27.3 27.3s-12.74 27.3-27.3 27.3a27.38 27.38 0 0 1-27.3-27.3Z"/></symbol><symbol id="icon-epfl-coiffeur" viewBox="0 0 700 600"><path d="M101.34 479.88c0-61.43 50-109.66 108.75-109.66 17.74 0 34.58 3.64 50 12.29l58.69-71.44L198.71 165l36.4-30.49 114.66 138.8 114.66-138.78L501.29 165 380.71 311l59.15 71.44c15-8.65 32.31-12.29 49.6-12.29 60.51 0 110.11 50.51 109.2 111-.45 61-50.51 107.84-109.66 107.84-60.06 0-109.65-48.23-109.65-109.2 0-25 9.55-49.6 23.66-67.34l-53.24-64.16-52.32 64.16a112.56 112.56 0 0 1 22.75 67.79c0 60.52-49.14 108.75-109.66 108.75a109.23 109.23 0 0 1-109.2-109.11Zm171.08 0a61.65 61.65 0 1 0-123.3 0c0 35.94 30.48 64.61 66.43 61.42a61.23 61.23 0 0 0 56.87-61.42Zm278.46 0a61.88 61.88 0 1 0-123.76.45c0 34.13 27.76 61.43 62.79 61.43 33.67 0 60.97-28.21 60.97-61.88Z"/></symbol><symbol id="icon-epfl-collaboration" viewBox="0 0 700 600"><path d="M358 228.54a68.32 68.32 0 0 1-44.59 64.16v88.72l-126 .46v-24.12c0-10.92-9.56-20.47-20.48-20.47A20.78 20.78 0 0 0 146 357.76v24.12l-135.59-.46V71.57h303v93.27c25.9 9.56 44.59 35.04 44.59 63.7Zm-47.78 0a20.68 20.68 0 0 0-20.47-20.47H265.6v-88.73H58.12v214.31l44.59.45a68.3 68.3 0 0 1 64.15-44.59c28.67 0 54.15 18.66 63.25 44.59h35.49v-84.63h24.12c11.37 0 20.47-9.1 20.47-20.93Zm285.71 252.08a67.79 67.79 0 0 1-127.4 0h-88.72l-.91-126H403a21.17 21.17 0 0 0 20.93-20.93c0-11.38-9.55-20.48-20.93-20.48h-24.1l.91-135.59h309.85v303Zm46-255.26H427.58l-.45 44.13c25.93 10 44.59 35 44.59 64.16s-19.11 54.14-44.59 63.7v35.49h84.17V457a21.17 21.17 0 0 0 20.93 20.92c11.38 0 20.48-9.55 20.48-20.92v-24.16h89.18Z"/></symbol><symbol id="icon-epfl-community" viewBox="0 0 772 600.6"><path d="M161.69 263h-47.78a89.29 89.29 0 0 1 49.14-79.63c-17.29-12.28-29.12-32.3-29.12-55.51 0-38.22 31.4-69.16 69.62-69.16s69.61 30.94 69.61 69.16c0 23.21-11.83 43.23-29.57 55.51A88.89 88.89 0 0 1 293.18 263h-47.77a41.86 41.86 0 1 0-83.72 0Zm99.19 189.73c-52.78-39.13-83.27-101.46-83.27-167.44h47.78c0 51.42 23.2 99.65 64.15 129.22Zm-79.17-324.88a21.84 21.84 0 0 0 21.84 21.84 21.84 21.84 0 0 0 0-43.68 21.84 21.84 0 0 0-21.84 21.84Zm104.65-25.48a206.8 206.8 0 0 1 199.29 0l-22.75 41.41c-48.69-25.94-105.11-25.48-153.79 0Zm189.28 405.41h-47.78a41.86 41.86 0 1 0-83.72 0h-47.77c0-35 20-65.52 49.14-79.62-17.75-12.29-28.67-32.77-28.67-56 0-38.22 30.49-69.62 69.16-69.62 38.22 0 69.16 31.4 69.16 69.62a68.52 68.52 0 0 1-28.66 56c29.12 14.1 49.14 44.59 49.14 79.62ZM364.16 372.19A21.85 21.85 0 0 0 386 394c11.83 0 21.39-10 21.39-21.84A21.46 21.46 0 0 0 386 350.35a21.84 21.84 0 0 0-21.84 21.84ZM658.09 263h-47.77a41.86 41.86 0 0 0-83.72 0h-47.78a88.88 88.88 0 0 1 49.6-79.63c-17.75-12.28-29.58-32.3-29.58-55.51 0-38.22 31.4-69.16 69.62-69.16s69.61 30.94 69.61 69.16c0 23.21-11.83 43.23-29.12 55.51A89.29 89.29 0 0 1 658.09 263Zm-63.24 22.29c0 65.52-31.4 128.77-83.72 167.44l-28.21-38.23c40.49-30.94 64.15-77.8 64.15-129.22Zm-48.23-157.44A21.84 21.84 0 1 0 568.46 106a22.14 22.14 0 0 0-21.84 21.85Z"/></symbol><symbol id="icon-epfl-corona-distance" viewBox="0 0 700 600"><path d="M-60.18 461.68c0-56.88 29.58-107.84 73.71-137.87a115.75 115.75 0 0 1-25-71.89C-11.49 186.86 40.83 135 105.9 135a116.6 116.6 0 0 1 116.93 116.92c0 27.3-9.1 52.33-25 71.89 44.59 30 74.16 81 74.16 137.87v122.39H-60.18Zm283 73.25v-73.25c0-44.14-26.84-86.45-66.43-105.11-15 8.19-32.3 12.29-50.5 12.29s-35.95-4.1-51-12.29c-40.5 20-66 60.52-66 105.11v73.25Zm-48.68-283c0-39.13-31.85-68.25-68.25-68.25a67.87 67.87 0 0 0-68.25 68.25c0 39.13 32.3 68.25 68.25 68.25a68.15 68.15 0 0 0 68.26-68.26Zm104.66-69.17 13.65 10.47-29.12 40h168.35l-29.12-40 13.65-10.47 42.31 60.06-41.86 60.06-13.19-10L432.13 251H262.87l28.67 41.86-13.2 10-41.86-60.06Zm149.69 278.92c0-56.88 29.12-107.84 73.71-137.87-15.92-19.56-25-44.59-25-71.89C477.18 186.86 529.5 135 594.57 135a116.64 116.64 0 0 1 91.91 188.82c44.59 30 73.71 81 73.71 137.87v122.38h-331.7Zm283 73.25v-73.25c0-44.14-26.84-86.45-66.43-105.11-15 8.19-32.76 12.29-50.5 12.29-18.66 0-36-4.1-51.42-12.29-40 20-66 60.52-66 105.11v73.25Zm-49.14-283a67.76 67.76 0 0 0-67.79-68.25c-38.68 0-68.25 30.49-68.25 68.25 0 39.13 31.85 68.25 68.25 68.25a67.77 67.77 0 0 0 67.8-68.26Z"/></symbol><symbol id="icon-epfl-corona-lavermain" viewBox="0 0 700 600"><path d="M69.72 269.21A27.08 27.08 0 1 1 97 296.06a27 27 0 0 1-27.28-26.85Zm96.46 297.57L117 536.3H72.91v-47.78h57.33l61 37.31a69 69 0 0 0 36.4 10.47H391a69.75 69.75 0 0 0 34.13-9.1l152.37-75.53a19 19 0 0 0 7.74-20.93 17.62 17.62 0 0 0-21.39-12.29L415.52 454.4a65.12 65.12 0 0 1-62.33 46H244V453h109.2c9.55 0 18.2-8.19 18.2-17.74a18.25 18.25 0 0 0-18.2-18.2h-95.1a59.75 59.75 0 0 1-22.75-4.55l-41.86-13.2a20.25 20.25 0 0 0-4.55-.91h-116v-47.29h116a57.24 57.24 0 0 1 21.39 3.64l42.3 13.25a16.63 16.63 0 0 0 6.83 1.36h93.73a65.41 65.41 0 0 1 58.69 36.86L552 372a66.65 66.65 0 0 1 79.17 44.59c8.65 29.12-4.09 61-30.48 76.44l-152.88 76a118 118 0 0 1-56.88 15H227.61c-21.84.04-42.77-6.33-61.43-17.25Zm9.56-282.55A27.07 27.07 0 1 1 203 311.07a27 27 0 0 1-27.26-26.84Zm11.83-119.67a27.18 27.18 0 0 1 26.84-26.84c14.56 0 27.3 12.28 27.3 26.84s-12.74 27.3-27.3 27.3-26.84-12.74-26.84-27.3Zm80.53 99.65c0-35 45-91 82.81-129.22 40 40.49 81.9 94.64 81.9 129.22a82.14 82.14 0 0 1-81.9 81.9c-45.5 0-82.81-36.86-82.81-81.9Zm116.94 0c0-15-17.29-38.22-34.13-58.24-16.83 19.11-35 46.41-35 58.24 0 18.65 15.47 34.58 35 34.58 18.66 0 34.09-15.93 34.09-34.58ZM464.21 196a27.07 27.07 0 1 1 27.3 26.84 27 27 0 0 1-27.3-26.84Zm8.19 127.4a27.07 27.07 0 1 1 27.3 26.84 27 27 0 0 1-27.3-26.88Zm97.82-70.07c0-14.56 12.29-26.85 27.3-26.85a27.2 27.2 0 0 1 26.85 26.85 27.08 27.08 0 0 1-54.15 0Z"/></symbol><symbol id="icon-epfl-corona-maison" viewBox="0 0 700 600"><path d="m350 75 186.1 104.64v344.43H375.48V389.85h-51v134.22H163.91V179.64Zm138.32 132.4L350 129.59l-138.32 77.8V476.3h65.07V342.07h146.51V476.3h65.06Z"/></symbol><symbol id="icon-epfl-corona-masque" viewBox="0 0 700 600"><path d="m294 514.06-96-56.42c-48.65-40.49-75.5-99.64-75.5-159.7v-74.17l95.55-16.83a144.61 144.61 0 0 0 43.23-16.38c54.6-32.31 122.85-32.31 177 0a143 143 0 0 0 44.14 16.38l95.09 16.83v74.17c0 61.42-28.21 121-75.53 159.7l-96 56.42c-17.29 10.47-36.86 15-56 15s-38.65-4.53-55.98-15Zm87.81-40.95 91-53.69a159.23 159.23 0 0 0 56.88-121.48v-34.58l-56-9.56c-21.38-3.64-40-10.92-59.6-22.29-39.59-23.66-89.18-23.21-128.77 0-19.11 11.37-38.22 18.65-59.15 22.29l-56 9.56v34.58c0 45.95 21.38 92.36 56.87 121.48l91.46 53.69c19.22 11.38 43.79 11.38 63.35 0ZM217.6 101.83a26.85 26.85 0 1 1 26.84 26.85 26.6 26.6 0 0 1-26.84-26.85Zm110.56 238.42-105.1-21.84 7.73-37.31 105.11 21.84a73.55 73.55 0 0 0 28.21 0l105.1-21.84 7.79 37.31-105.16 21.84a105.74 105.74 0 0 1-43.68 0Zm5 83.72-77.34-15.47 7.73-37.76 76.9 15.92a44.94 44.94 0 0 0 19.11 0l76.89-15.92 7.74 37.76-77.35 15.5a78.77 78.77 0 0 1-33.67 0Zm95.09-322.14a27.08 27.08 0 1 1 27.3 26.85 27 27 0 0 1-27.29-26.85Z"/></symbol><symbol id="icon-epfl-corona-poignee" viewBox="0 0 700 600"><path d="m378.44 566.78-79.17-79.62H43.1v-47.78h276.19l92.82 93.73a30.94 30.94 0 0 0 21.89 8.65 29.91 29.91 0 0 0 21.39-8.65l10.92-11.83-41.91-41.86 27.3-26.84 41.86 41.86 26.84-27.3-41.86-41.41 27.3-27.3 41.86 41.86 32.3-31.85-86.91-91-23.65 23.66c-13.19 14.11-31.85 21.39-51.41 21.39-40.95-.91-72.8-32.31-72.8-72.8 0-15.93 4.55-30.94 13.65-43.23 3.18-3.64 6.37-7.28 10-10.92H255.14l79.17 128.31-16.38 28.67H43.1l-16.38-28.67L164.14 140h32.76l28.66 47.78h190.65L464 140h207.92v38.22h-192l-86.45 86.45a35.44 35.44 0 0 0-10 25c0 20.47 16.83 34.58 34.58 34.58a36.4 36.4 0 0 0 24.57-10l86.9-86.91 26.85 26.85-36 36.4 97.83 101.92h53.69v38.22h-46.84l-136 136a79.68 79.68 0 0 1-110.57 0ZM283.8 354.3 180.52 187.77 77.68 354.3ZM161.41 237.82h38.67v56.42h-38.67Zm0 74.16h38.67v27.3h-38.67Z"/></symbol><symbol id="icon-epfl-corona-tousser" viewBox="0 0 700 600"><path d="M170.51 451.27c4.09-37.76 13.65-63.7 30.94-75.53 16.38-11.83 34.12-17.74 49.55-22.29 10.47-3.19 19.57-6.37 25.48-10.47 14.56-9.1 21.39-22.75 33.67-59.15 5.92-18.65 9.1-43.22 9.1-65.52 0-15-1.36-29.57-4.55-40.49-9.1-30.94-60.06-55.51-104.65-55.51-56.42 0-82.81 31.39-82.81 91 0 21.38 6.83 36.85 13.65 53.23 8.19 18.2 12.74 30.94 12.74 48.69 0 39.13-23.2 83.26-35.94 103.74-21.39 35.49-46.87 46.41-76 66.43l-21.33-43.23c9.1-4.09 41.86-23.2 56.87-47.77 17.29-28.67 29.12-59.61 29.12-79.63 0-10-5-18.65-9.1-29.12-7.73-18.2-18.2-40.95-18.2-71.89 0-84.63 46.41-139.23 131-139.23 78.26 0 137.41 45.05 150.15 90.09 5 17.29 7.28 40.5 6.37 65.52-.91 24.12-5 48.69-11.37 68.71-11.83 35.94-22.75 64.61-52.33 83.72-11.37 7.73-24.57 12.28-37.31 16.38-13.19 4.09-26.84 7.73-36.4 15.47-3.64 2.73-8.19 13.19-11.37 36.85a246.7 246.7 0 0 0-1.82 25h392.25L480.36 171 524 152.34l155.65 371.73H167.78c0-36.85-.46-50.96 2.73-72.8ZM373.44 326.6c0-14.56 11.83-27.3 26.84-27.3 15.93 0 26.85 13.65 26.85 27.3a26.61 26.61 0 0 1-26.85 26.85c-16.38 0-26.84-13.65-26.84-26.85Zm30.48 90.09a27.08 27.08 0 0 1 54.15 0c0 15-11.83 26.85-27.3 26.85a26.61 26.61 0 0 1-26.85-26.85Zm59.15-59.6c0-15.47 13.65-26.85 27.3-26.85 14.11 0 26.85 11.83 26.85 26.85a27 27 0 0 1-26.85 27.3 27.39 27.39 0 0 1-27.3-27.3Z"/></symbol><symbol id="icon-epfl-corona" viewBox="0 0 700 600"><path d="M323.16 562.23a26.49 26.49 0 0 1 7.28-18.65v-24.12c-28.67-3.18-55.51-14.56-78.72-32.76L234.89 504c.45 14.11-11.83 26.85-26.85 26.85-15.92 0-26.84-13.2-26.84-27.3s12.28-27.3 26.84-26.85l16.84-16.83c-18.66-24.12-28.21-47.78-32.76-78.72H168a25 25 0 0 1-18.65 7.74 27.08 27.08 0 0 1 0-54.15 25.42 25.42 0 0 1 18.65 8.18h24.12c3.18-29.12 14.56-56 32.76-79.17L208 246.92c-16.38-.46-26.84-13.2-26.84-26.85 0-15.92 13.65-27.3 26.84-27.3 15.47 0 27.3 14.11 26.85 26.85l16.83 16.83c22.3-17.29 51-29.57 78.72-32.3v-23.66a28.49 28.49 0 0 1-7.28-19.11 26.85 26.85 0 1 1 53.69 0 28.9 28.9 0 0 1-7.74 19.11v23.66c27.76 2.73 56.42 15 78.72 32.3l16.83-16.83c.46-15.93 13.65-26.85 26.85-26.85 14.56 0 27.3 12.74 27.3 27.3s-12.25 26.39-26.77 26.85l-16.83 16.83c17.29 22.3 29.57 51 32.3 79.17h24.12a26.46 26.46 0 0 1 19.11-8.19 27.08 27.08 0 0 1 0 54.15c-7.28 0-14.56-2.73-19.11-7.74h-24.16c-3.18 27.76-15 56.42-32.3 78.72L492 476.69c14.56-.45 26.85 12.74 26.85 26.85s-11.83 27.3-27.3 27.3c-15 0-26.39-11.83-26.85-26.85l-16.87-17.29a150.07 150.07 0 0 1-78.72 32.76v24.12a26.79 26.79 0 1 1-45.95 18.65ZM461 361.58c0-62.34-51-111.48-111-111.48-61.42 0-111.47 50.51-111.47 111.48a111.25 111.25 0 1 0 222.49 0Zm-195.63-17.75c0-15.92 13.65-27.3 27.76-27.3 15.47 0 26.84 13.65 26.84 27.3 0 15.93-13.65 27.3-26.84 27.3a27.77 27.77 0 0 1-27.76-27.3ZM305 418.91c0-15.93 13.65-27.3 27.3-27.3 15.92 0 27.3 13.65 27.3 27.3 0 15.92-14.11 27.3-27.3 27.3-15.97 0-27.3-13.65-27.3-27.3Zm35.45-114.21c0-15.92 14.1-27.3 27.3-27.3 15.47 0 26.84 13.65 26.84 27.3 0 15.93-14.1 26.85-27.3 26.85a26.89 26.89 0 0 1-26.84-26.85ZM380 379.32a26.89 26.89 0 0 1 26.85-26.84c14.56 0 27.3 11.83 27.3 26.84 0 15.93-13.65 27.3-27.3 27.3-15.44 0-26.85-13.62-26.85-27.3Z"/></symbol><symbol id="icon-epfl-culture1" viewBox="0 0 700 600"><path d="M649.85 80v354.44h-59.61c-7.73 54.6-53.69 94.64-109.2 94.64-53.69 0-98.73-37.77-108.29-88.27-6.82-5.46-15-7.74-23.66-7.74a35.49 35.49 0 0 0-21.84 6.83A109.9 109.9 0 0 1 219 529.08c-56 0-101.46-40.5-109.65-94.64H50.16V80h47.77v307.12h15a110.13 110.13 0 0 1 106-79.63c50.51 0 93.28 34.58 106 81 8.19-1.82 15.92-3.18 24.57-3.18a94.86 94.86 0 0 1 25 3.64c12.29-46.87 55.51-81.45 106.47-81.45a110 110 0 0 1 105.63 79.62h15.47V80ZM219 355.27a63.11 63.11 0 0 0-63.24 63.24c0 35 27.3 63.25 63.24 63.25 36.4 0 62.79-29.58 62.79-63.25A63.3 63.3 0 0 0 219 355.27Zm262.08 0a63.11 63.11 0 0 0-63.24 63.24c0 35 27.3 63.25 63.24 63.25 36.4 0 62.79-29.58 62.79-63.25A63.3 63.3 0 0 0 481 355.27Z"/></symbol><symbol id="icon-epfl-culture2" viewBox="0 0 700 600"><path d="M325.66 494.5a159.17 159.17 0 0 1-80.53 21.38c-91 0-161.53-74.62-161.53-162.43V115c115.12 20 129.68 23.66 166.08 23.2V75c135.13 23.2 145.6 26.39 183.36 26.39 38.22 0 51.87-3.64 183.37-26.39v271.17c0 100.1-81.9 182.91-182.46 182.91H433c-39.09 0-74.58-11.83-107.34-34.58Zm-36.4-35.5c-15-19.57-27.3-42.77-33.21-66-22.3-1.82-38.68.91-54.15 16.84l-27.3-27.3a101.45 101.45 0 0 1 75.53-28.67 52.79 52.79 0 0 1-.45-8.64V186c-34.13.45-56-3.19-118.3-14.11v181.56c0 62.79 51.41 114.66 113.75 114.66a109.48 109.48 0 0 0 44.13-9.11Zm-66-244.79v38.67c-16.84 0-30.49 14.11-30.49 30.94h-38.19c0-38.21 30.94-69.6 68.71-69.6Zm345.34 132V131.86C483.55 146 470.35 148.7 433 148.7c-38.67 0-52.32-3.19-135.59-16.84v213.4c0 75.07 61.88 137.86 136.5 136.5 76.03 0 134.72-62.76 134.72-135.59ZM369.8 194.65c30 0 54.6 24.57 54.6 55.06h-38.22c0-9.1-7.28-16.84-16.38-16.84s-16.38 7.74-16.38 16.84h-38.68a55 55 0 0 1 55.06-55.06Zm-16.38 184.73 27.3-27.3c13.65 14.11 32.3 21.39 51.87 21.39s38.22-7.28 51.87-21.39l27.3 27.3c-21.39 20.93-49.14 32.76-79.17 32.76s-57.79-11.83-79.17-32.76Zm142.87-184.73c30 0 54.6 24.57 54.6 55.06h-38.22c0-9.1-7.28-16.84-16.38-16.84a16.8 16.8 0 0 0-16.84 16.84h-38.22a55 55 0 0 1 55.06-55.06Z"/></symbol><symbol id="icon-epfl-desaison" viewBox="0 0 700 600"><path d="M95.88 151.43 120 110l44.13 25.48L140 177.36Zm0 60.06L140 186l24.11 41.4L120 252.89ZM172.32 464 120 494l-24.12-41.4 52.33-30-52.33-30L120 351.17l52.32 30v-60.03h47.32v60.06l52.33-30 23.66 41.41-52.33 30 52.33 30L272 494l-52.33-30v60.06h-47.35Zm0-384h47.32v51.42l-47.77-.42Zm0 152h47.32v51h-47.32Zm55.06-96.46L272 110l23.66 41.41-44.14 25.93Zm0 91.91L251.49 186l44.14 25.48L272 252.89Zm308.94 32.31c-23.66 9.55-46.41 14.56-67.79 14.56-25.48 0-48.69-7.28-67.8-20.93-18.65-13.2-32.76-32.76-41-57.79-7.73-23.2-10-51-6.82-81.9l1.36-13.19 12.29-5.92C394.82 81.81 421.66 75 446.69 75h.45c25.48 0 48.69 6.82 67.34 20.47 18.66 13.2 33.22 33.22 41.41 57.79 6.37 20 9.1 42.31 7.73 67.34l46 30.48-26.39 40ZM359.78 420.33a26.85 26.85 0 1 1 26.85 26.85 26.61 26.61 0 0 1-26.85-26.85ZM391.63 343a27 27 0 1 1 0 38.22 27.2 27.2 0 0 1 0-38.22Zm0 116.48a27 27 0 1 1 0 38.22 27.2 27.2 0 0 1 0-38.24Zm124.22-243c.91-18.65-.91-34.58-5.46-48.23-5-15-13.2-26.39-23.66-34.12s-24.12-11.83-39.59-11.83h-.45c-14.56 0-30.49 3.64-47.32 10.46-.91 18.2.91 34.13 5.46 48.23 5 14.56 13.19 26.39 23.66 33.67 10.92 7.74 24.11 11.83 40 11.83 14.6.01 30.51-3.63 47.36-10Zm-73.71 121c0-14.56 12.28-26.84 27.3-26.84a27.18 27.18 0 0 1 26.84 26.84c0 15-12.28 27.3-26.84 27.3a27.37 27.37 0 0 1-27.3-27.26Zm0 82.81a27.07 27.07 0 1 1 27.3 26.85 27 27 0 0 1-27.3-26.81Zm0 82.36c0-14.56 12.28-27.3 27.3-27.3 14.56 0 26.84 12.74 26.84 27.3a27.07 27.07 0 0 1-54.14 0ZM508.57 343c10.46-10.46 27.3-10.46 38.22 0a27.2 27.2 0 0 1 0 38.22c-10.92 10.47-27.76 10.47-38.22 0a26.39 26.39 0 0 1 0-38.22Zm0 116.48c10.46-10.46 27.3-10.46 38.22 0a27.2 27.2 0 0 1 0 38.22c-10.92 10.47-27.76 10.47-38.22 0a26.39 26.39 0 0 1 0-38.24ZM525 420.33a26.6 26.6 0 0 1 26.84-26.84 26.85 26.85 0 1 1 0 53.69A26.61 26.61 0 0 1 525 420.33Z"/></symbol><symbol id="icon-epfl-digital-trust" viewBox="0 0 700 600"><path d="M276.06 477.21h50.51v-72.8H93.15V80h513.7v324.41H373.44v72.8H423v46.86H276ZM560 357.54V126.86H140v230.68ZM281.07 245.16l26.39-27.3 27.75 27.3 56.42-54.6 26.85 27.3-83.72 81Z"/></symbol><symbol id="icon-epfl-durabilite" viewBox="0 0 700 600"><path d="M326.12 482.21c-107.38-10.46-190.65-103.28-190.65-212.94v-23.66h24.11c32.77 0 68.71 8.65 97.38 23.66 17.74-45.95 41-85.08 76.44-119.21l16.83-16.83 16.84 16.83c35 34.13 58.69 73.26 76.44 119.21 28.66-15 64.15-23.66 96.91-23.66h24.12v23.66c0 109.2-82.81 202.48-190.65 212.94v41.86h-47.77ZM170.5 171l-8.19-76.44 31.86-3.18 3.64 35.49a249.22 249.22 0 0 1 304.39 0l3.64-35.49 31.85 3.18L530 171l-73.3 24.11-10-30.49 36.4-11.83c-36.85-30-87.36-45.95-132.86-45.95-46.86 0-97.37 16.83-133.31 45.95l36.4 11.83-10 30.49Zm106.93 171.07a166.41 166.41 0 0 0-91.91-46.41c5 34.58 21.84 66.89 46.41 91.91 25 25.48 57.79 40.95 91.91 46.41-5-34.58-21.38-66.43-46.41-91.91Zm125.13-45.95c-13.2-37.31-30.94-69.16-52.33-94.19-24.11 27.76-40.49 61-52.78 94.19C325.21 321.6 338 338 350.23 364.37c12.29-26.85 25.03-43.23 52.33-68.25Zm65.06 91.45a161.37 161.37 0 0 0 46.87-91.91 166.41 166.41 0 0 0-91.91 46.41c-25 25.48-41.41 57.33-46 91.91 34.17-5.46 66.47-21.38 91.04-46.41Z"/></symbol><symbol id="icon-epfl-egalitechance-rouge" viewBox="0 0 700 600"><path d="M60.17 298.39c0-80.53 64.61-142.87 142.87-142.87a143.07 143.07 0 0 1 41.86 5.92l52.32-51.87h-46L253.54 80H360v106.46h-30.47v-45l-40 42.77a194.73 194.73 0 0 1 15 13.19l-33.67 33.67c-58.69-59.6-162.89-17.74-162.89 67.34a95.56 95.56 0 0 0 162.89 67.8l33.67 33.67c-27.3 27.3-62.79 41.86-101.46 41.86-80.57-.04-142.9-65.11-142.9-143.37Zm232.05-56.87h115.57v38.67H292.22Zm0 71.43h115.57v38.22H292.22Zm180.63 189.28h-29.12V464h29.12v-24.1c-29.12-5-56.87-19.11-77.35-40l33.67-33.67a96.24 96.24 0 0 0 67.34 27.75c53.24 0 95.55-41.86 95.55-95.55 0-54.14-43.68-95.09-95.55-95.09a94.33 94.33 0 0 0-67.34 27.75l-33.67-33.71c26.39-27.3 62.79-41.86 101-41.86 80.54 0 143.33 65.52 143.33 142.87 0 69.62-51 129.68-119.21 141.51V464h29.12v38.22h-29.11v21.84h-47.78Z"/></symbol><symbol id="icon-epfl-einstein" viewBox="0 0 700 600"><path d="m29.45 310.62 46-24.57 2.27-68.71 55.51-35.94 25.94 40-34.58 22.75-2.73 71-69.66 37.33Zm33.67 66.43 70.07-32.31 15.47-46.41 45.51 15-21.85 66-89.18 40.94Zm105.11-207.48A118.34 118.34 0 0 1 252.41 135 120.19 120.19 0 0 1 337 169.57l-33.67 33.67a72 72 0 0 0-101.47 0Zm96 339v-27.78h-43.67c-23.66 0-40.5-16.84-40.5-42.32 0-46.41 74.17-96.91 119.21-96.91 13.65 0 35.49 18.65 46 18.65s34.12-19.11 52.32-19.11c43.23 0 112.84 56.42 112.84 97.83 0 25.93-18.2 41.86-40.49 41.86h-43.72v27.75c0 44.59-36.4 80.54-81 80.54s-80.98-35.95-80.98-80.54ZM455.79 433c2.28 0 2.73-1.36 2.73-3.18 0-8.19-39.58-40.95-60.06-40.95-10.92 0-21.84 19.11-53.23 19.11-29.58.02-43.23-19.1-53.23-19.1-22.75 0-60.06 28.21-60.06 41.4 0 1.82 1.36 2.73 5 2.73ZM236 280.59a27.08 27.08 0 1 1 27.31 26.84A27 27 0 0 1 236 280.59Zm142.42 228v-27.8H312v27.75a33.22 33.22 0 1 0 66.43 0Zm-24.57-339a118.36 118.36 0 0 1 84.2-34.59 120.19 120.19 0 0 1 84.63 34.58L489 203.24c-14.11-13.65-31.85-20.93-51-20.93a70.54 70.54 0 0 0-50.51 20.93Zm46.41 111a27.08 27.08 0 1 1 27.3 26.84 27 27 0 0 1-27.28-26.84Zm127.4 98.73-21.84-66 45.5-15 15.47 46.41 70.53 32.31-20 43.22Zm51-64.15-2.73-71-35-22.75 25.93-40 56 35.94 2.27 68.71 45.5 24.57-22.83 41.84Z"/></symbol><symbol id="icon-epfl-enac" viewBox="0 0 700 600"><path d="M81.55 119.06H11.48V12.59h68.71v18.66h-49.6v24.57h40v17.29h-40V100h51Zm572.39 74.62v390.39h-47.77v-359.9l-81-36.86-81 36.86v109.2c23.66-5 39.58-5.92 78.26-5.92 0 152-93.73 261.63-238.42 261.63-140.6 0-238-106.47-238-261.63 65.52 0 106.47 6.83 156.07 40.5 9.1-50.05 32.76-90.55 81.9-142 45 47.32 71.43 85.54 81.9 142a224 224 0 0 1 30.48-18.2V193.68L525.18 135Zm-395.39 345.8c-13.2-86.9-79.17-151.48-162.89-162.43C107 462.13 173 526.29 258.55 539.48ZM126.14 120H107V11.68l71 66.43V13.5h19.11v108.29l-71-65.52Zm111.93 0h-21.38L269 11.68 321.34 120H300l-9.1-19.56h-43.73Zm46 344a210.11 210.11 0 0 1 38.67-59.6c-1.82-38.22-15.47-76-38.67-105.56-23.21 31.39-36.86 66.88-38.68 105.56A216.64 216.64 0 0 1 284 464Zm-1.41-381.34L269 53.54l-13.64 29.12ZM310 539.48c87.82-13.19 150.15-77.8 162.89-162.43C388.22 388 320.88 455.76 310 539.48Zm20-472.74c0-31.85 23.66-55.06 53.24-55.06 16.38 0 31.39 7.28 42.31 18.66l-12.76 12.74c-9.55-9.1-20-12.29-29.12-12.29-19.56 0-34.12 13.65-34.12 35.95 0 21.84 14.1 35.94 33.67 35.94 11.37 0 22.75-5 31.39-11.83l10.92 12.74c-11.37 10.92-26.84 18.2-42.77 18.2-29.12 0-52.76-23.2-52.76-55.05Z"/></symbol><symbol id="icon-epfl-finance" viewBox="0 0 700 600"><path d="M101.35 379.38a150.84 150.84 0 0 1 98.73-141.5 120.63 120.63 0 0 1-.45-12.74C199.63 141.87 267 75 350.23 75a150 150 0 0 1 150.15 150.14 120.63 120.63 0 0 1-.45 12.74 150.27 150.27 0 1 1-149.7 255.25 152.71 152.71 0 0 1-98.73 36 149.62 149.62 0 0 1-150.15-149.75Zm253.89-3.18c0-56-47.78-100.56-103.74-100.56-58.7 0-103.29 48.23-103.29 103.74 0 56.42 46 102.83 103.29 102.83 58.69 0 103.74-45.95 103.74-106.01Zm-97.83-4.1c-11.83-6.37-20-12.28-20-19.56 0-8.19 6.37-12.74 14.56-12.74 8.65 0 13.65 4.09 20.48 10.46l10.9-12.26c-8.19-7.74-15.93-11.83-25.48-14.11v-13.67h-13.65v14.11c-13.65 2.73-24.57 14.1-24.57 28.21 0 10.92 8.19 19.56 16.38 24.57 9.55 6.82 31.85 16.83 31.85 26.84 0 9.56-8.19 14.56-15.93 14.56-11.83 0-17.29-7.28-27.75-15.92L212.37 414c8.64 9.56 20.47 18.2 31.85 20v14.11h13.65V434c15.92-3.18 27.3-13.65 27.3-30 0-14.61-12.29-23.25-27.76-31.9Zm195.65-142.41c.91-61.88-45.5-107.84-102.83-107.84C292 121.85 246 167.81 247 229.69c36.85-1.82 74.62 11.37 103.28 35.94 27.72-24.57 66.84-37.76 102.78-35.94Zm98.74 149.69c0-56.87-46-103.74-103.29-103.74a103.7 103.7 0 0 0-68.7 26.36 140.31 140.31 0 0 1 22.29 76.44 148.4 148.4 0 0 1-22.29 77.81 103.48 103.48 0 0 0 172-76.9Z"/></symbol><symbol id="icon-epfl-grants" viewBox="0 0 700 600"><path d="M92.47 397.8c0-56.87 29.58-107.83 73.71-137.86a115.77 115.77 0 0 1-25-71.89c0-65.07 52.32-116.94 117.39-116.94a116.61 116.61 0 0 1 116.91 116.94c0 27.3-9.1 52.32-25 71.89 20.47 14.1 39.13 32.76 52.32 54.14v-63.24h121.47v87.81l83.27 181.1-515.07.45Zm249.34 73.26L374.12 401v-14.12c-2.73-39.58-29.12-77.35-65.07-94.18-15 8.19-32.3 12.28-50.5 12.28s-36-4.09-51-12.28c-40.5 20-66 60.51-66 105.1v73.26Zm-15-283c0-39.13-31.85-68.25-68.25-68.25a67.87 67.87 0 0 0-68.25 68.25c0 39.13 32.3 68.25 68.25 68.25a68.16 68.16 0 0 0 68.24-68.26Zm221.12 293.47-61.88-134.69v-57.78h-44.59v57.78l-62.34 134.69Zm-73.71-308.95c0-15.93-47.78-10.92-47.78-47.78 0-16.8 9.56-28.21 22.76-32.8V75.21h28.21v15.47a51.57 51.57 0 0 1 23.66 11.37L487 122.53c-5.46-4.55-12.28-8.19-20-8.19-6.83 0-11.38 3.18-11.38 7.73 0 15.93 46.87 10.47 46.87 48.23 0 19.11-11.37 30.94-26.84 35.49v15.93h-27.82v-15.93c-9.56-2.27-18.66-7.28-26.85-14.1l13.2-21.84c8.19 6.82 17.75 11.83 26.85 11.83 7.73 0 13.19-4.1 13.19-9.1Z"/></symbol><symbol id="icon-epfl-hotel" viewBox="0 0 700 600"><path d="M653.94 242.82 638 287.41 350.46 185.49 62 287.41l-15.94-44.59L350.46 135ZM618 445.75v138.32h-47.78v-48.23H131.6v48.23H83.83v-250.7h47.77v154.7h438.62v-42.32a44.66 44.66 0 0 0-44.59-44.59H374.12v-47.77h151.51A92.43 92.43 0 0 1 618 445.75Zm-364.91 11.83c-49.6 0-91-40.49-91-91 0-50.05 41.4-90.54 91-90.54 50 0 91 40.49 91 90.54a91 91 0 0 1-91 91Zm0-47.77a43 43 0 1 0 0-86c-23.66 0-43.23 19.11-43.23 42.77a43.21 43.21 0 0 0 43.23 43.23Z"/></symbol><symbol id="icon-epfl-ic" viewBox="0 0 700 600"><path d="M78.14 12.59h19.11v106.47H78.14ZM123.19 362c0-125.58 101.92-227 227-227s227 101.46 227 227a227 227 0 1 1-454.09 0Zm2.27-295.29c0-31.85 23.66-55.06 53.24-55.06 16.38 0 31.39 7.28 42.31 18.66l-12.74 12.77c-9.55-9.1-20-12.29-29.12-12.29-19.56 0-34.15 13.65-34.15 35.95 0 21.84 14.1 35.94 33.67 35.94 11.37 0 22.75-5 30.94-11.83l10.92 12.74c-10.92 10.92-26.39 18.2-42.32 18.2-29.09 0-52.75-23.2-52.75-55.05Zm131 275.73c2.28-61.43 16.38-115.57 37.31-149.24-66.43 22.29-114.2 81-120.57 149.24Zm0 38.67h-83.22c5.46 66 62.33 139.23 120.57 149.24-20.93-33.64-35.03-87.35-37.31-149.21Zm148.79-38.67c-2.25-51.84-20.89-142.39-55.02-155.58-35.94 14.1-53.23 106-55.51 155.61Zm0 38.67H294.72c2.28 49.14 20 142 55.51 156.07 35.49-13.62 52.77-106.9 55.06-156.04Zm121.94-38.67c-8.19-75.5-52.29-120.55-120.54-149.21 20.48 34.12 35 87.81 36.86 149.24Zm0 38.67h-83.68c-1.82 61.88-16.38 116-36.86 149.24 60.97-12.71 112.84-81.41 120.58-149.21Z"/></symbol><symbol id="icon-epfl-innovation-1" viewBox="0 0 700 600"><path d="m135.7 113.21 16.83-34.58 63.25 30.94-16.84 34.12Zm0 188.82 63.24-30.94 16.84 34.58-63.25 30.49Zm126.49 52.33c0-69.16-44.59-77.81-44.59-147a132.41 132.41 0 0 1 264.81 0c0 70.07-44.59 76.44-44.59 147v25.48H262.19Zm.91 50.5h174.26v47.78H263.1Zm0 71.44h174.26v47.77H263.1Zm129.22-144.24v-17.74c0-45.5 42.31-60.06 42.31-106.93A84.56 84.56 0 0 0 350 122.31h-.45a85.34 85.34 0 0 0-84.18 85.08c0 47.32 42.32 65.52 42.32 109.66v15Zm91.91-222.49 63.24-30.94 16.84 34.58-63.25 30.48Zm0 196.1 16.83-34.58L564.31 302l-16.84 34.13Z"/></symbol><symbol id="icon-epfl-innovation-2" viewBox="0 0 700 600"><path d="m390.72 422.15-34.12 34.13L196 296.12 230.56 262 128.19 159.62l232.05-25.48 4.55-4.1c52.78-47.32 132-54.6 207.48-47.77 5 103.74-4.55 162.89-48.23 207l-4.55 4.55L493.1 525ZM129.1 368.92l34.58-35L322 492.22l-34.58 34.13Zm187.46-192.47L211 188.74l46.86 46.86ZM487.64 257c27.3-27.3 39.58-82.36 36.85-129.68C474.44 126 428 135.05 397.09 166l-131 130.58 90.55 91Zm-10.92 80.08L418 395.31l46.41 46.86Z"/></symbol><symbol id="icon-epfl-innovation-park" viewBox="0 0 700 600"><path d="M643.48 76.12v318.5H595.7V305H419.16v48.69h125.58v38.22H419.16V520.2h-47.77v-30.94H154.81V451h216.58V336.83H154.81v-38.67h216.58v-48.69H104.3V374.6h202v38.67h-202V520.2H56.53V201.7h224.31V76.12Zm-47.78 47.77H328.62v77.81h90.54v64.61H595.7v-48.69H444.19V179.4H595.7Z"/></symbol><symbol id="icon-epfl-laboratoire-1" viewBox="0 0 700 600"><path d="M52.21 133.68 350.23 75l297.57 58.68v390.39H600v-354L350.2 122.3 100 170.08v354H52.21Zm273 368.1a95 95 0 0 1-45.5-160.16l16.38-16.84-89.18-55.51 93.27-122.85L511.76 294.3l-85.54 111.93-96.92-60.52-22.75 22.75A58.32 58.32 0 0 0 290.17 409a56.74 56.74 0 0 0 16.38 40.49 56.16 56.16 0 0 0 40 16.84 57.46 57.46 0 0 0 41-16.84l5-5.46h110.11v38.22H408a91.23 91.23 0 0 1-44.59 20.48v21.38h-38.2Zm118.3-197-132.86-92.84L276.52 257l138.32 85.54Z"/></symbol><symbol id="icon-epfl-laboratoire-2" viewBox="0 0 700 600"><path d="m52.21 136.41 298-59.15 297.59 59.15v387.66H600V172.36L350.23 125 100 172.36v351.71H52.21Zm115.11 293.93c0-27.3 10.92-62.79 23.21-86.45-16.84-34.58-25-67.79-21.84-101 6.37-50.5 43.68-79.62 93.27-79.62 29.58 0 60.06 10 86.45 22.75 27.76-13.2 56.42-22.3 84.63-22.3 54.15 0 89.64 30.49 95.1 81.45 3.18 34.12-6.83 68.25-21.84 99.19 13.65 28.21 22.75 60.06 22.75 86.45 0 56.42-37.77 94.18-94.64 94.18-29.58 0-59.61-9.55-86.45-22.75C320.66 515.88 289.72 525 262 525c-56.91 0-94.68-37.33-94.68-94.66Zm130.59 40c-27.3-19.11-56.88-48.68-76-76-4.09 12.74-6.82 25-6.82 35.94 0 31.4 16.38 46.87 46.86 46.87 10.93.06 23.67-2.67 35.96-6.77Zm0-252.52c-12.29-4.1-25-6.83-36-6.83-29.57 0-45.95 15.93-46.41 45.5-.45 11.38 1.82 23.66 6.37 36.86 21.44-29.08 47.83-54.56 76.04-75.49Zm153.33 126.53c-25.48-42.35-62.79-78.26-102.83-103.29C307 267 270.15 302.94 244.67 343.89c25.48 38.68 72.35 84.63 103.74 103.74C387.09 424 428 383 451.24 344.35Zm-130.13 0a27 27 0 0 1 27.3-26.85 26.61 26.61 0 0 1 26.85 26.85c0 14.56-11.83 27.3-26.85 27.3s-27.3-12.74-27.3-27.3Zm160.16-86.45c0-30.94-16.83-46.41-46.86-46.41-10.92 0-23.21 2.73-35.49 6.37 25.93 18.65 57.33 50.05 75.53 76 5-13.21 6.82-23.22 6.82-35.96Zm0 172.9c0-11.38-2.73-23.66-6.82-35.95-21.84 29.12-47.32 55.06-75.53 76 12.28 4.09 24.57 6.37 35.49 6.37 32.3-.01 46.86-17.76 46.86-46.42Z"/></symbol><symbol id="icon-epfl-local" viewBox="0 0 700 600"><path d="M179.6 306.07c0-94.64 76-171.08 170.63-171.08 94.19-.46 170.63 76.44 170.63 171.08 0 159.7-161.53 276.64-170.63 283-9.1-6.36-170.63-123.3-170.63-283Zm293.48 0c0-69.62-56-122.85-122.85-123.76-68.25-.46-122.85 55.05-122.85 123.76 0 81.9 56.42 165.16 122.85 221.58 68.71-60.06 122.85-140.14 122.85-221.58Zm-197.47 10c0-40.95 33.67-74.17 74.62-74.17a74.4 74.4 0 1 1-74.62 74.17Zm110.57 0a35.95 35.95 0 1 0-35.95 36.4 36 36 0 0 0 35.95-36.39Z"/></symbol><symbol id="icon-epfl-metro" viewBox="0 0 700 600"><path d="M69 204.66a122.83 122.83 0 0 1 36.4-87.81c23.2-23.66 54.14-36.4 87.36-36.4h314.45a122.83 122.83 0 0 1 87.79 36.4 124.28 124.28 0 0 1 36 87.81v319.41h-47.81V204.66c0-42.31-34.12-76.44-76-76.44H192.8c-41.86 0-76 34.13-76 76.44v319.41H69Zm94.18 319.41 92.37-83.26A69 69 0 0 1 206 374.38V242a69.61 69.61 0 0 1 69.62-69.61h148.77c38.23 0 69.16 31.39 69.16 69.61v132.38c0 31.39-20 57.78-48.68 66.43l92.37 83.26H465.8L377.53 444h-54.6l-88.73 80.07Zm283-225.68V242a21.85 21.85 0 0 0-21.84-21.84H275.61A21.85 21.85 0 0 0 253.77 242v56.42Zm-21.84 97.83a22.14 22.14 0 0 0 21.84-21.84v-28.21H253.77v28.21a22.14 22.14 0 0 0 21.84 21.84Z"/></symbol><symbol id="icon-epfl-offre-vegetarienne" viewBox="0 0 700 600"><path d="M282.89 485.85C262 491.77 243.3 494 220.1 494 120 489.49 61.3 402.13 70 302.49l.91-15 13.6-5.49q50.49-21.14 96.91-19.1c40 1.82 76 18.2 101.47 47.78v-53.24c-45.5-10.46-78.26-51.87-78.26-99.19V80h47.77v78.26a54.47 54.47 0 0 0 54.6 54.6c30 0 54.15-24.57 54.15-54.6V80h47.77v78.26c0 48.23-34.12 89.18-78.26 99.19v266.62h-47.77Zm-24.57-43.22-71.44-50.05 22.3-31.4 71.43 50.05c-15.92-89.18-79.17-118.3-162.89-91 .46 70.07 36.4 123.31 103.74 126a149.19 149.19 0 0 0 36.86-3.6ZM287.44 80h38.22v85.09h-38.22Zm178.81 0h81.91c46 0 82.81 34.13 82.81 79.63v147.86c0 45.5-37.31 82.81-82.81 82.81H514v133.77h-47.75Zm81.91 262.54a34.76 34.76 0 0 0 35-35V159.62c0-20.93-17.29-31.85-35-31.85H514v214.76Z"/></symbol><symbol id="icon-epfl-parking" viewBox="0 0 700 600"><path d="M571.59 80v444.07H128.42V80Zm-48.23 49.14H177.1v345.8h346.26ZM325.43 418.51h-46.86V186h79.17c50.5 0 82.35 30.94 82.35 76 0 45.5-32.76 75.08-82.35 75.08h-32.31Zm30.49-192.46h-30.49v71.43h30.49c23.66 0 37.76-14.1 37.76-35.49 0-22.29-14.56-35.94-37.76-35.94Z"/></symbol><symbol id="icon-epfl-pharmacie" viewBox="0 0 700 600"><path d="M577.5 301.58c0 125.58-101.92 227.5-227.5 227.5s-227.5-101.92-227.5-227.5S224.42 74.08 350 74.08 577.5 176 577.5 301.58ZM350 121.85c-99.64 0-179.72 82.36-179.72 179.73 0 100.55 82.35 180.18 179.72 180.18a179.63 179.63 0 0 0 179.73-180.18c0-98.74-80.54-179.73-179.73-179.73Zm24.12 156.07v-81h-47.78v81H244.9v47.77h81.44v81.45h47.78v-81.45h81.44v-47.77Z"/></symbol><symbol id="icon-epfl-recherche" viewBox="0 0 700 600"><path d="M122.5 426.7c0-37.31 13.2-81 37.31-125.12-24.11-44.14-37.31-87.82-37.31-125.13 0-63.24 38.68-102.37 102.38-102.37 37.31 0 81 13.19 125.12 37.76 44.59-24.57 88.27-37.31 125.13-37.31 63.7 0 102.37 38.22 102.37 102.38 0 36.85-13.19 80.53-37.31 125.12 24.12 44.14 37.31 87.82 37.31 124.67 0 63.7-39.13 102.38-102.37 102.38-37.31 0-81-12.74-125.58-37.31-44.14 24.11-87.82 37.31-124.67 37.31-65.07 0-102.38-40.08-102.38-102.38Zm180.64 35a505.12 505.12 0 0 1-113.3-113.3c-10.92 24.12-19.56 54.15-19.56 78.26 0 37.31 16.83 54.6 54.6 54.6 26.39.04 52.32-8.15 78.26-19.52Zm.45-319.87c-25-11.37-54.14-20-78.71-20-32.31 0-51 13.2-53.69 45.5-3.19 24.57 6.37 59.15 19.11 87.36 31.85-44.11 70.98-83.24 113.29-112.82ZM484.68 302c-32.3-50.5-84.17-101.92-134.68-134.68-52.32 33.22-99.64 81-134.68 134.23C248.08 352.08 298.59 403.5 350 436.26c52.78-33.67 100.1-82.81 134.68-134.26Zm-161.52-.45A26.85 26.85 0 1 1 350 328.88a26.9 26.9 0 0 1-26.84-27.3Zm206.11 125.61c0-25-9.1-56-19.56-78.26-30.49 42.77-72.35 83.72-113.3 112.84 25 11.83 55.06 20 78.72 20 39.13.02 54.14-19.55 54.14-54.58Zm.46-250.25c0-37.31-17.75-55.06-54.6-55.06-24.12 0-52.78 8.65-78.26 20C437.82 171 482 214.67 509.71 255.17c11.83-25.94 20.02-52.78 20.02-78.26Z"/></symbol><symbol id="icon-epfl-responsable-nutrition" viewBox="0 0 700 600"><path d="M328.62 522.25c-13.2 4.1-26.85 6.83-40 6.83-63.7 0-114.66-53.69-139.69-113.75l-34.12 40-34.17-30.45 65.52-81.44 108.29 20.93-1.82 44.13-58.69-10c19.56 44.14 53.69 83.27 94.64 83.27 13.19 0 21.84-3.19 40-10.92 20 8.19 27.75 10.92 40 10.92 42.31 0 76-41.41 95.55-83.27l43.22 20c-29.12 63.25-77.8 110.57-138.77 110.57a125.48 125.48 0 0 1-39.96-6.82Zm81.44-208.84 27.3-37.31 50.05 32.76c3.64-70.53-26.84-109.2-96-109.2-18.66 0-37.77 3.18-62.79 9.1-26.39-6.37-45.5-9.1-62.79-9.1-63.25 0-97.37 33.21-97.37 96.46h-47.78c0-90.55 56.88-144.24 145.15-144.24a241.22 241.22 0 0 1 46.86 5C323.16 120 345 93.64 378.21 75l18.66 32.76c-23.21 13.19-36.86 30.94-42.32 47.32 12.29-1.82 24.12-3.19 35.49-3.19 91.46 0 146.06 55.06 145.15 147l46.41-24.12 24.11 40.5-100.55 61.84Z"/></symbol><symbol id="icon-epfl-restaurant" viewBox="0 0 700 600"><path d="M206.9 336.55c-50.5-11.37-87.36-56.87-87.36-108.74V140h47.78v87.82a63.7 63.7 0 0 0 127.4 0V140h47.77v87.82c0 53.23-38.22 97.82-87.81 108.74v247.51H206.9ZM211.45 140h38.68v95.1h-38.68Zm208.85 0h79.62a80.4 80.4 0 0 1 80.54 80.54v157A80.4 80.4 0 0 1 499.92 458h-31.85v126H420.3Zm79.62 270.27a32.91 32.91 0 0 0 32.76-32.76v-157a32.91 32.91 0 0 0-32.76-32.76h-31.85v222.51Z"/></symbol><symbol id="icon-epfl-rlc" viewBox="0 0 700 600"><path d="M55.39 80h589.23v444.07H55.39Zm541.45 396.3V127.77H103.16V476.3ZM130 242.88c0-46.86 48.23-78.71 100.1-78.71 52.78 0 100.56 32.76 100.56 78.71 0 46.87-48.69 79.17-100.56 79.17-52.77 0-100.1-32.76-100.1-79.17Zm21.84 136.5c0-14.56 12.74-26.84 27.3-26.84a27.07 27.07 0 0 1 0 54.14c-14.55 0-27.29-12.28-27.29-27.3ZM292 242.88c0-23.2-30.94-40.49-61.88-40.49-31.85 0-61.88 17.29-61.88 40.49 0 24.12 30.94 40.95 61.88 40.95 32.29 0 61.88-17.74 61.88-40.95Zm-37.78 174.27a27 27 0 0 1 26.85-27.3 27.38 27.38 0 0 1 27.3 27.3 27 27 0 0 1-27.3 26.85 26.61 26.61 0 0 1-26.85-26.85Zm93.78-67.8c0-57.33 49.59-100.1 108.74-100.1 60.06 0 108.75 44.59 108.75 100.1 0 56.42-50.51 100.56-108.75 100.56C398 449.91 348 407.14 348 349.35Zm32.3-166.53a27.08 27.08 0 0 1 54.15 0c0 15-12.29 27.3-26.85 27.3a27.37 27.37 0 0 1-27.34-27.3Zm147 166.53c0-34.12-31.85-61.88-70.53-61.88s-70.53 27.76-70.53 61.88 31.76 62.34 70.46 62.34 70.53-28.21 70.53-62.34Z"/></symbol><symbol id="icon-epfl-sain" viewBox="0 0 700 600"><path d="M70 229.69C70 144.15 139.11 75 224.19 75c38.22 0 75.53 16.83 105.11 41 30.48-24.63 69.16-41 105.56-41 85.08 0 154.24 69.16 154.24 154.7a156.48 156.48 0 0 1-4.55 38.22c19.57 14.1 39.13 41.4 39.13 87.36 0 78.71-52.32 173.81-126.49 173.81a103.88 103.88 0 0 1-28.66-4.1 104.73 104.73 0 0 1-29.12 4.1c-26.39 0-49.6-12.29-68.25-29.58l-41.86 29.57C207.36 450.36 70 328 70 229.69Zm272.49 231.59c-17.74-31.39-29.12-71.43-29.12-106 0-68.71 44.59-109.66 110.11-109.66 9.56 0 20 1.37 30.49 2.73 5.46-17.74 19.11-40 46.86-55.51l19.11 33.22c-9.55 5.46-16.83 12.28-20.93 20.93 14.11-.91 21.39-2.28 40.5 1.36 10-69.16-39.13-126-104.65-126-37.77 0-66 18.65-105.56 60.51-33.67-36.4-63.7-60.51-105.11-60.51-58.69 0-106.47 48.23-106.47 107.38 0 80.53 124.22 177.45 211.58 241.6Zm126 12.29c15 6.37 21.84 8.19 29.12 8.19 43.68 0 78.26-74.17 78.26-126.49 0-42.77-23.21-61.88-62.79-61.88-15 0-26.39 2.27-44.59 6.82-20-5-32.76-6.82-45-6.82-42.31 0-62.33 22.29-62.33 61.88 0 53.69 35.49 126.49 78.26 126.49 8.63 0 15-2.28 29.11-8.19Z"/></symbol><symbol id="icon-epfl-saison-automne" viewBox="0 0 700 600"><path d="M29.91 250.1c34.58-61.42 91.46-102.83 160.16-115.1l9.1 46.41c-54.6 10.46-99.64 42.77-126.94 91.91Zm91.91 182.46C220.1 322 282.44 276.49 353 276.49c75.08 0 142.42 57.79 207 129.22 20.93-5.46 40.49-13.19 60.51-22.75l20.93 42.77a424.47 424.47 0 0 1-76 28.21C499 528.11 428.49 589.08 353 589.08c-81 0-152.46-67.34-231.18-156.52Zm32.76-155.16c45-56.42 111-88.27 182.91-88.27l1.37 47.78c-58.7.45-110.57 24.57-146.51 70.07ZM488.1 464.86c-64.16 2.28-120.58-8.19-175.63-31.85L332 389.33c55.51 24.57 111 32.31 172.45 26.85-59.61-61-106.93-91.91-151.52-91.91-47.77 0-99.64 35.94-167 108.29 67.34 73.25 119.21 109.2 167 109.2 40.98 0 83.75-26.85 135.17-76.9Zm-79.63-277.09 15-45.05c27.3 9.1 58.24 13.2 90.54 12.29 34.13-.91 69.16-7.74 104.2-20l15.92 44.59c-40 14.1-80.53 21.84-120.12 23.2-42.75-.02-74.6-4.57-105.54-15.03Z"/></symbol><symbol id="icon-epfl-saison-ete" viewBox="0 0 700 600"><path d="m117.27 374.32 105.11-18.66 8.62 46.87-105.54 18.65Zm19.56-112.39L161 221l97.37 56-23.66 41.4Zm45.5 258 66.89-79.17 36.4 30.48-66.43 79.63Zm66-372.19 45.05-16.38 39.58 108.29-45 15.92Zm7.74 216.58a94 94 0 1 1 93.73 94.18c-51.44-.01-93.75-42.32-93.75-94.19Zm140.14 0a46.19 46.19 0 0 0-92.37 0c0 25.48 20.48 46.41 46 46.41a46.32 46.32 0 0 0 46.35-46.42Zm-70.07 123.3h47.77v101.46h-47.79Zm41.4-248 39.59-108.29 45 16.38-39.56 107.85Zm46.87 231.59 36.85-30.48 66 79.17-36.4 30.94ZM441.69 277l97.37-56 23.66 41-96.92 56.35Zm26.84 125.58 8.19-46.87 106 18.66-8.19 46.86Z"/></symbol><symbol id="icon-epfl-saison-hiver" viewBox="0 0 700 600"><path d="M580.92 418 489 442.11 513.58 534l-46 12.29-28.17-105.09-66-37.76V479l77.36 76.89L417.12 590l-67.35-67.34L282.89 590l-33.67-34.13L325.66 479v-75.56l-65.07 37.76-28.21 105.11L186.43 534 211 442.11 119.09 418l12.28-46.41 105.11 28.21 66-37.77-66-37.76-105.11 28.21-12.28-46.41L210.54 282l-24.11-92 45.95-12.74 27.76 105.56 65.52 37.77V245.1l-76.44-77.35 33.67-33.67 66.88 67.34 67.35-67.34 33.67 33.67-77.36 77.35v75.53l66-37.77 28.19-105.56 46 12.74L489.46 282l91.46 24.12-12.74 46.41-104.65-28.26-66 37.76 65.52 37.77 105.11-28.21Z"/></symbol><symbol id="icon-epfl-saison-printemps" viewBox="0 0 700 600"><path d="M255.36 525.38a66.1 66.1 0 0 1-13.65 1.36c-56 0-102.37-46.41-102.37-102.37 0-21.84 8.19-45.05 21.84-62.34-13.65-16.83-21.84-41.4-21.84-62.33 0-56.42 46.41-102.38 102.83-102.38 4.55 0 9.1 0 13.19.91C270.83 160.47 308.6 135 350 135c41.86 0 79.17 25 94.19 63.24a68.87 68.87 0 0 1 13.65-.91c57.78 0 102.83 47.32 102.83 102.38 0 21.38-8.65 45-21.84 62.33 13.65 17.75 21.84 40.5 21.84 62.34 0 57.33-48.23 102.37-101.92 102.37a78.76 78.76 0 0 1-14.56-1.36C428.72 565 390 589.08 350 589.08c-41.4 0-79.17-25.94-94.64-63.7Zm152.88-62.79c32.31 14.1 36.86 16.38 49.6 16.38a54.66 54.66 0 0 0 55.05-55.06c0-25.93-10.46-34.58-46.41-61.88 37.31-28.66 46.41-36.85 46.41-61.88a55 55 0 0 0-55.05-55c-13.2 0-19.11 3.18-49.6 15.92-7.28-56.42-20-78.26-58.24-78.26-39.13 0-51.41 22.75-58.24 78.26-32.3-13.65-37.31-15.92-49.59-15.92-30 0-54.6 23.2-54.6 54.14 0 26.39 10.46 35 45.5 62.79-36.4 28.21-45.5 36.86-45.5 62.34 0 31.85 25.48 54.6 54.6 54.6 13.19 0 18.65-3.19 49.59-16.38 7.28 57.33 20 79.17 58.24 79.17 38.68-.05 51-23.26 58.24-79.22ZM259.46 362c0-49.59 40.49-90.54 90.54-90.54 49.6 0 90.55 40.95 90.55 90.54 0 50.05-40.95 90.55-90.55 90.55A90.49 90.49 0 0 1 259.46 362Zm133.31 0A42.77 42.77 0 1 0 350 404.8a42.72 42.72 0 0 0 42.77-42.8Z"/></symbol><symbol id="icon-epfl-satellite-1" viewBox="0 0 700 600"><path d="M571.36 140v444.07H128.65V140Zm-47.77 47.78H176.42v173.8c106.93 20.47 218.86 90.09 297.12 174.72h50.05ZM405.74 536.3c-85.08-77.81-174.26-113.75-229.32-125.58V536.3Zm-93.27-227a82.33 82.33 0 0 1 82.35-82.35c45.05 0 81.9 36.85 81.9 82.35s-36.85 82.36-81.9 82.36a82.33 82.33 0 0 1-82.35-82.41Zm47.77 0a34.56 34.56 0 0 0 34.58 34.58A34.18 34.18 0 0 0 429 309.25c0-18.65-15-34.58-34.13-34.58a34.86 34.86 0 0 0-34.63 34.58Z"/></symbol><symbol id="icon-epfl-satellite-2" viewBox="0 0 700 600"><path d="M567.49 280.65V353c0 43.23-35.49 79.17-79.17 79.17h-43.68v22.3a69.32 69.32 0 0 1-69.64 69.6H231.7a69.72 69.72 0 0 1-70.07-69.61V273.82a96 96 0 0 1-29.12-69.16c0-55.51 46-98.73 99.19-97.82A97.89 97.89 0 0 1 304.05 75c30.48 0 59.15 14.56 76 35.94 50.05 2.73 89.64 41.86 92.82 91h15.47c43.66-.01 79.15 35.06 79.15 78.71Zm-337.15-25.94c10.92 0 14.1-1.82 32.76-9.1 19.56 22.75 29.12 30 48.68 30 17.29 0 25-5.91 41.86-20.47 14.11 2.73 18.66 3.64 21.84 3.64 27.76 0 50-22.75 50-50.51a50.19 50.19 0 0 0-50-50.05c-.45 0-10 .91-20 2.28-16.83-28.21-28.21-38.22-51.41-38.22-22.75 0-32.76 10-49.6 35.49-20-3.64-22.29-3.64-24.11-3.64-27.3 0-50.05 22.75-50.05 50.5-.02 27.37 22.69 50.08 50.03 50.08Zm166.53 199.75V302.94a68 68 0 0 1-21.39 3.64c-3.18 0-5.46-.45-8.19-.45A100.72 100.72 0 0 1 311.78 323 96 96 0 0 1 249 300.21c-5.91 1.82-12.28 2.28-18.65 2.28A69.55 69.55 0 0 1 209 299.3v155.16c0 11.83 10.47 21.84 22.75 21.84H375a21.85 21.85 0 0 0 21.87-21.84Zm122.85-173.81a31.08 31.08 0 0 0-31.4-30.94h-24.11a88.15 88.15 0 0 1-19.57 27.75v106.93h43.68a31.47 31.47 0 0 0 31.4-31.4Z"/></symbol><symbol id="icon-epfl-sb" viewBox="0 0 700 600"><path d="M540.19 362c24.12 44.14 37.31 87.82 37.31 124.67 0 63.7-39.13 102.38-102.37 102.38-37.31 0-81-12.74-125.58-37.31-44.14 24.11-87.82 37.31-124.67 37.31-65.07 0-102.38-40-102.38-102.38 0-37.31 13.2-81 37.31-125.12-24.11-44.14-37.31-87.82-37.31-125.13 0-63.24 38.68-102.37 102.38-102.37 37.31 0 81 13.19 125.12 37.76 44.59-24.57 88.27-37.31 125.13-37.31 63.7 0 102.37 38.22 102.37 102.38 0 36.88-13.19 80.56-37.31 125.12ZM303.14 521.74a505.12 505.12 0 0 1-113.3-113.3c-10.92 24.12-19.56 54.15-19.56 78.26 0 37.31 16.83 54.6 54.6 54.6 26.39 0 52.32-8.19 78.26-19.56Zm-112.84-207c31.85-44.13 71-83.26 113.29-112.84-25-11.37-54.14-20-78.71-20-32.31 0-51 13.2-53.69 45.5-3.19 24.52 6.37 59.1 19.11 87.31ZM350 496.26c52.78-33.67 100.1-82.81 134.68-134.26-32.3-50.5-84.17-101.92-134.68-134.68-52.32 33.22-99.64 81-134.68 134.23C248.08 412.08 298.59 463.5 350 496.26ZM315.42 91.31c0-23.21-47.77-17.29-47.77-49.14 0-17.75 14.56-30.49 33.21-30.49 11.83 0 25.94 5.92 34.58 14.11l-13.19 12.74a29.3 29.3 0 0 0-20.48-8.19c-9.1 0-14.56 3.18-14.56 9.1 0 18.65 47.78 13.65 47.78 48.68 0 20-15.93 33.67-34.58 33.67-15 0-29.58-8.64-39.59-21.84l12.74-12.74c8.65 10.92 16.38 15.93 26.85 15.93 9.1 0 15.01-4.14 15.01-11.83Zm61.43 270.27A26.85 26.85 0 1 1 350 334.73a27 27 0 0 1 26.85 26.85Zm15.47-242.52h-35.49V12.59h33.67c19.56 0 33.67 12.74 33.67 27.76a23.72 23.72 0 0 1-10.47 20c10.47 3.18 18.2 15 18.2 27.3 0 18.67-17.29 31.41-39.58 31.41Zm-3.19-87.81h-13.19V54h13.19c9.1 0 15.93-4.55 15.93-11.83 0-6.37-6.37-10.92-15.93-10.92Zm4.55 40h-17.74v29.12h17.74c10.92 0 18.66-5.46 18.66-14.56 0-8.61-7.74-14.52-18.66-14.52Zm135.59 415.91c0-25-9.1-56-19.56-78.26-30.49 42.77-72.35 83.72-113.3 112.84 25 11.83 55.06 20 78.72 20 39.13.02 54.14-19.55 54.14-54.58Zm.46-250.25c0-37.31-17.75-55.06-54.6-55.06-24.12 0-52.78 8.65-78.26 20C437.82 231 482 274.67 509.71 315.17c11.83-25.94 20.02-52.78 20.02-78.26Z"/></symbol><symbol id="icon-epfl-securite-sante" viewBox="0 0 700 600"><path d="M93.84 319.32A143.17 143.17 0 0 1 194.85 75a140.91 140.91 0 0 1 101 41.86l8.19 7.73 7.73-7.73C339.54 89.55 374.57 75 413.25 75c80.08 0 142.87 66 142.87 142.87a105 105 0 0 1-1.37 16.83c36 21.39 61.43 47.78 93.28 95.1-56 83.26-116.48 122.85-190.65 122.85a177.14 177.14 0 0 1-65.06-11.83l-88.27 88.27Zm254.34 98.28c-32.3-21.84-53.23-45-81.9-87.81 56-82.81 116-122.85 191.1-122.85a170.66 170.66 0 0 1 50.05 7.28 16.93 16.93 0 0 0 .46-5c-4.1-49.59-46.87-86.9-94.64-86.9a95.4 95.4 0 0 0-67.34 28.21l-41.86 42.77-41.86-42.77a95.42 95.42 0 0 0-67.34-28.21c-52.78 0-95.1 42.77-95.1 95.55 0 25.93 9.56 49.59 27.76 67.79l176.54 176.08Zm241.61-87.81c-35-44.59-80.54-75.08-132.41-75.08-53.69 0-99.64 31.4-132.86 75.08 34.13 45 80.54 75.53 132.86 75.53 53.24 0 98.28-31.85 132.41-75.53Zm-159.71 0a27 27 0 0 1 27.3-26.85 26.85 26.85 0 1 1 0 53.69 27 27 0 0 1-27.3-26.84Z"/></symbol><symbol id="icon-epfl-self-service" viewBox="0 0 700 600"><path d="m63.58 482.67 26.84-27.3 30.49 30.48h457.73l30.48-30.48 27.3 27.3-41.42 41.4H105Zm269.36-82.36c-26.85 38.68-68.25 58.24-112.39 45.05-86.9 25.93-152.88-64.16-152.88-155.61 0-67.8 44.14-108.29 108.29-108.29a175.29 175.29 0 0 1 30 2.73c3.19-17.29 27.3-46.87 49.6-59.15l18.65 32.76c-12.74 7.73-19.56 16.83-25 24.57a170.3 170.3 0 0 1 30.48 0c41.41 2.73 73.71 27.75 86.91 63.7h260.27v73.25c0 61-31.4 100.1-87.36 132H391.18c-25.94-14.61-41.86-27.8-58.24-51.01Zm-112.39-6.37c16.38 6.37 19.11 7.74 28.67 7.74 44.13 0 76.44-62.79 76.44-111.93 0-40.5-20.48-60.06-60.52-60.06-13.19 0-26.39 1.82-44.59 6.37-17.74-4.55-30.94-6.37-44.13-6.37-40.5 0-61 19.56-61 60.06 0 50.5 33.21 111.93 76.89 111.93 9.59 0 14.59-1.82 28.24-7.74Zm305.76 9.56c32.77-20 52.78-45.5 52.78-84.18v-25.48H373.43C373 315.23 368 340.25 359.78 363c8.65 21.39 24.12 28.21 44.14 40.5ZM417.57 226.05a58.86 58.86 0 0 1-17.29-41.86c0-15.93 5.91-31.4 17.29-42.32a12.09 12.09 0 0 0 0-17.29l-16.38-15.47L434.86 75l16.38 15.92C462.61 102.74 469 117.3 469 133.23a59.59 59.59 0 0 1-17.74 42.31 12.22 12.22 0 0 0-3.64 8.19 12.42 12.42 0 0 0 3.64 8.65l12.28 12.28-33.67 34.13Zm115.57 0a58.78 58.78 0 0 1 0-84.18 12.09 12.09 0 0 0 0-17.29l-16.38-15.47L550.43 75l16.38 15.92a61.11 61.11 0 0 1 17.29 42.32 59.16 59.16 0 0 1-17.29 42.31 12.27 12.27 0 0 0-3.64 8.19 12.46 12.46 0 0 0 3.64 8.65l12.28 12.28-33.67 34.13Z"/></symbol><symbol id="icon-epfl-services" viewBox="0 0 700 600"><path d="M460.34 441.94v83.27L337.49 446h-61C174.6 446 91.33 362.77 91.33 261.3c0-101.92 83.27-185.18 185.19-185.18h147c101.92 0 185.19 83.26 185.19 185.18-.04 89.18-63.71 163.8-148.37 180.64Zm-36.86-318h-147c-74.62 0-137.41 61.88-137.41 137.41 0 54.6 34.12 105.11 84.17 126 29.12 11.83 40 10.92 128.31 10.92l61 39.58v-34.59l38.68-7.73c65.06-13.2 109.65-71 109.65-134.23.01-76.89-63.23-137.41-137.4-137.41Zm-22.75 175.58-53.23-13.19-76.44 77.8-27.3-26.84 76-76.9-13.65-55 47.78-47.78 40.47 5.39-5 37.77-21.84-3.19-19.11 19.11L356.6 249l32.3 8.19 19.1-18.64-3.18-21.84 37.76-5.46 5.92 40.5Z"/></symbol><symbol id="icon-epfl-shopping" viewBox="0 0 700 600"><path d="M583 584.07H117l36-345.34h101.45v-8.65c0-53.69 44.14-95.09 95.55-95.09 52.33 0 96 42.77 96 95.09v8.65h101ZM169.82 536.3h360.36l-26.39-249.8H446v76h-47.77v-76h-96v76h-47.78v-76h-58.24Zm132.41-297.57h96v-8.65c0-25.93-21.84-47.77-48.23-47.77a48.06 48.06 0 0 0-47.77 47.77Z"/></symbol><symbol id="icon-epfl-startup" viewBox="0 0 700 600"><path d="m163.22 286.57-30 30.49-27.3-27.3 30.49-30ZM288.35 217l-20 20.47-15.47 66.89-26.39-26.39-21.84 22.29-80.54-80.53 22.3-21.84-25.48-25.94 67.79-15 20-20c26.39-22.75 64.16-26.85 103.74-24.12 1.82 54.08-2.73 82.29-24.11 104.17Zm80.08 336.25c-116.48 0-213.85-87.82-225.68-203.39l47.32-5.46a179.24 179.24 0 0 0 178.36 161.48c98.74 0 179.27-80.53 179.27-179.72 0-100.56-81.9-179.73-179.27-179.73V99.11C493.1 99.11 595 200.12 595 326.16c0 126.94-103.26 227.05-226.57 227.05ZM234.66 165.09l-56 55 25.94 25.94 56.87-56.42c10-10 11.38-23.21 12.29-37.77-14.99 1.42-28.18 4.6-39.1 13.25Zm133.77 78.71a82.36 82.36 0 1 1 0 164.71c-45.5 0-82.81-36.85-82.81-82.35s37.31-82.36 82.81-82.36Zm-44.59 82.36A44.36 44.36 0 1 0 368.43 282a44.27 44.27 0 0 0-44.59 44.16Z"/></symbol><symbol id="icon-epfl-stcc" viewBox="0 0 700 600"><path d="M621 297.42v286.65H234.66V373.41L56.3 303.79V259.2L390.27 135Zm-237.55-109.2-214.31 79.63 354 19.11ZM200.08 307.89l373.1 146.51V327.91Zm373.1 197.47-290.74-113.3V536.3h290.74Z"/></symbol><symbol id="icon-epfl-sti" viewBox="0 0 700 600"><path d="m614.81 331.55 30.94 21.84-28.21 40-30.94-21.8a109.32 109.32 0 0 1-63.7 29.57l-3.64 37.77-48.68-4.55 3.18-37.77c-23.2-6.37-43.22-21.38-57.33-40.49l-44.59 21.38a97.7 97.7 0 0 1 2.73 24.12l49.6 7.73-7.28 47.78-50.05-7.74A134 134 0 0 1 307.23 524l18.2 47.32-45 17.75-18.66-47.32a139.62 139.62 0 0 1-27.3 3.18 136.08 136.08 0 0 1-66.88-17.74l-31.89 39.59-38.22-30.48 31.85-39.59C107.49 473.05 95.2 440.29 94.75 408l-50-7.74L52.43 352l49.6 7.74a138 138 0 0 1 59.6-74.62l-18.2-47.32 45.5-17.29 18.2 46.86a143.79 143.79 0 0 1 27.3-3.18A136.11 136.11 0 0 1 301.32 282l31.85-39.58 38.22 30.48-31.85 39.59a114.34 114.34 0 0 1 14.1 19.11l42.32-20a80.92 80.92 0 0 1-2.73-25.94 111.71 111.71 0 0 1 9.1-43.68l-30.94-21.84 28.21-40 30.94 21.84a112 112 0 0 1 63.7-29.57l3.64-37.77 48.23 4.1-3.19 38.22c23.21 6.82 43.23 21.38 57.79 40l34.12-15.47 20.48 44.13-34.58 15.93a102.44 102.44 0 0 1 3.18 26.39c-.45 15.4-4.09 32.69-9.1 43.61Zm-289.38 73.71c0-51.87-41.86-91.91-91-91.91-52.32 0-91 43.68-91 91.45 0 51 43.23 91 91 91 50.05 0 91-42.31 91-90.54ZM230.34 91.31C230.34 68.1 183 74 183 42.17c0-17.75 14.56-30.49 33.21-30.49 11.83 0 25.48 5.92 34.13 14.11l-12.72 12.74c-6.37-5.46-12.74-8.19-20.48-8.19-9.1 0-14.56 3.18-14.56 9.1 0 18.65 47.78 13.65 47.78 48.68 0 20-15.93 33.67-34.58 33.67-15 0-30-8.64-39.59-21.84l12.29-12.74c8.64 10.92 16.83 15.93 26.84 15.93 9.56 0 15.02-4.14 15.02-11.83Zm31.39 313.49a27 27 0 0 1-27.3 26.85 26.85 26.85 0 0 1 0-53.69 27 27 0 0 1 27.3 26.84Zm33.67-374h-35V12.59h88.72v18.2h-34.61v88.27H295.4Zm93.28 88.27h-19.11V12.59h19.11Zm120.57 101c-37.31 0-68.7 29.58-69.16 62.79-.45 38.22 29.58 70.53 68.25 70.53 35.49 0 66-28.67 66.43-62.34.46-37.31-27.77-70.98-65.52-70.98Zm25.94 66c0 14.56-12.29 26.84-27.3 26.84A27.19 27.19 0 0 1 481 286.05c0-15 12.29-27.3 26.85-27.3a27.38 27.38 0 0 1 27.34 27.3Z"/></symbol><symbol id="icon-epfl-supermarche" viewBox="0 0 700 600"><path d="m193.48 383.42-28.66-195.65H75.18V140h526.89l-37.31 243.42ZM349.55 499.9a89 89 0 0 1-89.18 89.18c-49.6 0-89.64-40-89.64-89.18a89.41 89.41 0 1 1 178.82 0Zm-136.5-312.13 21.84 147.87h288.92l22.75-147.87Zm89.18 310.76a41.86 41.86 0 1 0-41.86 41.86 42 42 0 0 0 41.86-41.86Zm278.46 1.37c0 49.14-40.5 89.18-89.64 89.18s-89.63-40-89.63-89.18a89.64 89.64 0 1 1 179.27 0Zm-47.78-1.37a41.86 41.86 0 1 0-41.86 41.86 41.75 41.75 0 0 0 41.86-41.86Z"/></symbol><symbol id="icon-epfl-sv" viewBox="0 0 700 600"><path d="M578.87 584.07h-47.78a101.15 101.15 0 0 0-2.27-20.47H170.73a101.2 101.2 0 0 0-1.82 20.47h-47.77c0-107.83 101-191.1 218.85-243.88 45.05-19.56 70.07-35.94 106-61.88H253.54a437.86 437.86 0 0 0 62.79 40L269 343.83C204.4 309.71 121.14 228.26 121.14 140h47.77a124.94 124.94 0 0 0 1.82 22.75h358.09a124.8 124.8 0 0 0 2.27-22.75h47.78c0 109.66-105.11 192.47-219.31 243.88-37.31 16.84-81.45 41.86-108.29 64.16h197c-14.1-11.83-30.48-23.21-58.24-41.41l46-26.39c75.5 45.04 142.84 116.47 142.84 203.83Zm-63.25-59.15c-5-10.92-17.74-30-25.93-38.67H209.86c-10.92 12.74-20 25.93-25.93 38.67Zm-27.3-285.28a180.29 180.29 0 0 0 26.39-38.22H184.84c5.91 11.83 18.65 29.57 26.39 38.22ZM319.06 91.31c0-23.21-47.77-17.29-47.77-49.14 0-17.75 15-30.49 33.67-30.49 11.83 0 25.48 5.92 34.12 14.11l-12.74 12.74c-6.37-5.46-12.74-8.19-20.93-8.19-8.64 0-14.1 3.18-14.1 9.1 0 18.65 47.77 13.65 47.77 48.68 0 20-15.92 33.67-35 33.67-14.56 0-29.58-8.64-39.13-21.84l12.25-12.74c8.65 10.92 16.84 15.93 26.85 15.93 9.55 0 15.01-4.14 15.01-11.83Zm79.17 30-50.5-108.72h20.93l29.57 62.79 29.58-62.79h21.38Z"/></symbol><symbol id="icon-epfl-teletravail" viewBox="0 0 700 600"><path d="m242.62 135 186.1 104.65v344.42H268.1V449.85h-51v134.22H56.53V239.64Zm138.32 132.4-138.32-77.8-138.32 77.79V536.3h65.07V402.07h146.51V536.3h65.06ZM491.51 186a214.47 214.47 0 0 1 16.38 86c-.46 28.67-5.92 56.42-17.29 82.81l-35-14.56a183.46 183.46 0 0 0 .4-140.2Zm95.55 86.9a295.33 295.33 0 0 1-22.3 108.29l-35.49-14.56a258.33 258.33 0 0 0 19.57-94.18 251.13 251.13 0 0 0-18.66-97.83l35.49-14.1a288.8 288.8 0 0 1 21.39 112.33Zm79.17.46c-.91 46.41-10 91.45-28.21 133.77l-35.49-14.56a310.83 310.83 0 0 0 1.36-243.43L639.38 135a355 355 0 0 1 26.85 138.31Z"/></symbol><symbol id="icon-epfl-train" viewBox="0 0 700 600"><path d="M248.08 379.84c-32.3-5-57.78-33.67-57.78-67.8V149.15c0-38.22 31.39-69.16 69.61-69.16h180.64a69.13 69.13 0 0 1 69.16 69.16V312c0 34.13-25 62.79-57.79 67.8L568 524.07h-61.48l-45-56H238.53l-45.05 56h-61.42Zm213.85-174.27v-56.42a21.35 21.35 0 0 0-21.38-21.38H259.91a21.46 21.46 0 0 0-21.84 21.38v56.42Zm-21.38 127.86A21.36 21.36 0 0 0 461.93 312v-67.75H238.07V312a21.47 21.47 0 0 0 21.84 21.39Zm-17.29 86.9-31.85-39.13H308.6l-31.85 39.13Z"/></symbol><symbol id="icon-epfl-venture-capital-1" viewBox="0 0 700 600"><path d="m596.16 493.53-151.52 76a120.52 120.52 0 0 1-57.33 14.56H224a119.36 119.36 0 0 1-61-16.83l-49.6-30.49H69.72V489h57.33l60.52 37.31a68.63 68.63 0 0 0 36.4 10h163.34c11.83 0 24.12-2.73 34.13-8.65l152.42-76c7.28-4.1 10.47-12.74 8.19-20.93-2.73-9.1-12.74-14.56-21.84-12.29l-147.87 36.4c-8.65 26.39-33.67 46-62.79 46h-109.2V453h109.2a17.86 17.86 0 0 0 18.2-17.74 18.25 18.25 0 0 0-18.2-18.2h-94.64c-19.11 0-63.25-18.66-70.07-18.66H69.72v-47.74h115.12c15.92 0 62.79 18.65 70.07 18.65h94.64a65.31 65.31 0 0 1 58.69 37.31l141-34.58c33.22-8.19 67.8 11.38 78.26 44.59 9.15 30.03-3.13 61.43-31.34 76.9Zm-403.59-240.7c0-50.05 41-91 91-91a76.2 76.2 0 0 1 22.75 3.17c16.84-18.2 40.5-30 66.89-30 37.31 0 70.07 23.2 83.26 55.51 51-.46 91.91 40 91.91 90.54 0 50-41.4 91-91.45 91A90.76 90.76 0 0 1 373.66 317a79.18 79.18 0 0 1-23.2-3.19 89.5 89.5 0 0 1-66.89 30c-50.05.02-91-40.93-91-90.98Zm59.61-25.48c-7.28 11.83-7.28 25.48-1.82 35.49 3.64 18.2 20.47 30 38.67 28.67 2.73-1.82 6.83-6.37 12.74-13.65-7.73-10-12.74-22.75-15-35.49-5-11.83-7.28-23.66-6.83-32.76-11.84.91-22.76 8.19-27.76 17.74ZM330 226a43.23 43.23 0 1 0 43.23-43.23A43.5 43.5 0 0 0 330 226Zm121.94 42.77C446 283.32 434.63 295.6 421 303.34c6.37 13.65 19.57 21.38 34.13 21.38 22.75 0 45.5-17.74 45.5-43.68a42.34 42.34 0 0 0-37.31-41.86 97.42 97.42 0 0 1-11.4 29.58Z"/></symbol><symbol id="icon-epfl-venture-capital-2" viewBox="0 0 700 600"><path d="M294.72 563.14 99.07 367.49A77.34 77.34 0 0 1 76.32 312c0-20.93 8.19-40 23.2-55.05l95.55-94.64c15-14.11 34.13-22.3 54.6-22.3h202a78.22 78.22 0 0 1 55.06 22.75l94.18 94.64a76 76 0 0 1 22.77 54.6c0 20-7.73 39.59-22.75 55.06l-196.1 196.1a77.87 77.87 0 0 1-55.06 22.75c-20.02-.02-39.58-7.75-55.05-22.77Zm76.44-33.67 11.37-11.37-41.86-41.86L368 449.39l41.86 41.86 26.85-27.75-41.86-41.86 26.84-26.85L464 436.65l32.3-32.3-86.9-86.45-51.4 51.87a73.25 73.25 0 0 1-125.16-51.87 73.77 73.77 0 0 1 21.38-51.9l78.26-78.26h-82.81a30 30 0 0 0-20.93 8.64l-96 94.64a29.51 29.51 0 0 0-8.65 21.39 31.94 31.94 0 0 0 8.65 21.38l195.65 195.68c6.37 5.46 13.65 8.65 21.38 8.65a30.3 30.3 0 0 0 21.39-8.65Zm196.1-196.1a29.6 29.6 0 0 0 9.1-21.39 28.6 28.6 0 0 0-9.1-20.93l-94.18-94.64a31.11 31.11 0 0 0-21.39-8.64h-65.06L281.52 293.33c-6.82 6.37-10 15.47-10 24.57a34.18 34.18 0 0 0 34.58 34.58c9.1 0 18.2-3.19 24.57-10l115.11-115.13 26.84 27.3-35.94 36 86.45 86.9Z"/></symbol><symbol id="icon-facebook" viewBox="0 0 24 24"><path d="M9 8H6v4h3v12h5V12h3.642L18 8h-4V6.333C14 5.378 14.192 5 15.115 5H18V0h-3.808C10.596 0 9 1.583 9 4.615V8z"/></symbol><symbol id="icon-google" viewBox="0 0 488 512"><path d="M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"/></symbol><symbol id="icon-googleplus" viewBox="0 0 24 24"><path d="M7 11v2.4h3.97c-.16 1.029-1.2 3.02-3.97 3.02-2.39 0-4.34-1.979-4.34-4.42 0-2.44 1.95-4.42 4.34-4.42 1.36 0 2.27.58 2.79 1.08l1.9-1.83C10.47 5.69 8.89 5 7 5c-3.87 0-7 3.13-7 7s3.13 7 7 7c4.04 0 6.721-2.84 6.721-6.84 0-.46-.051-.81-.111-1.16H7zm0 0 17 2h-3v3h-2v-3h-3v-2h3V8h2v3h3v2z" fill-rule="evenodd" clip-rule="evenodd"/></symbol><symbol id="icon-home" viewBox="0 0 11 12"><path d="m0 5 5.25-5 5.25 5v7H0z" fill-rule="evenodd"/></symbol><symbol id="icon-info" viewBox="0 0 54 54"><path d="M30.4 43.8h-6.7V23.6h6.7v20.2zm0-26.9h-6.7v-6.7h6.7v6.7z"/></symbol><symbol id="icon-instagram" viewBox="0 0 24 24"><path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 1 0 0 12.324 6.162 6.162 0 0 0 0-12.324zM12 16a4 4 0 1 1 0-8 4 4 0 0 1 0 8zm6.406-11.845a1.44 1.44 0 1 0 0 2.881 1.44 1.44 0 0 0 0-2.881z"/></symbol><symbol id="icon-linkedin" viewBox="0 0 24 24"><path d="M4.98 3.5C4.98 4.881 3.87 6 2.5 6S.02 4.881.02 3.5C.02 2.12 1.13 1 2.5 1s2.48 1.12 2.48 2.5zM5 8H0v16h5V8zm7.982 0H8.014v16h4.969v-8.399c0-4.67 6.029-5.052 6.029 0V24H24V13.869c0-7.88-8.922-7.593-11.018-3.714V8z"/></symbol><symbol id="icon-lock" viewBox="0 0 10 15"><path d="M7 7V4a2 2 0 0 0-4 0v3h4zM1 7V4a4 4 0 1 1 8 0v3a1 1 0 0 1 1 1v7H0V8a1 1 0 0 1 1-1z"/></symbol><symbol id="icon-mail-plane" viewBox="0 0 24 24"><path d="m0 12 11 3.1L18 7l-8.156 5.672-4.312-1.202 15.362-7.68-3.974 14.57-3.75-3.339L11 17.946v-.769l-2-.56V24l4.473-6.031L18 22l6-22z"/></symbol><symbol id="icon-mastodon" viewBox="0 0 16 16"><path d="M11.19 12.195c2.016-.24 3.77-1.475 3.99-2.603.348-1.778.32-4.339.32-4.339 0-3.47-2.286-4.488-2.286-4.488C12.062.238 10.083.017 8.027 0h-.05C5.92.017 3.942.238 2.79.765c0 0-2.285 1.017-2.285 4.488l-.002.662c-.004.64-.007 1.35.011 2.091.083 3.394.626 6.74 3.78 7.57 1.454.383 2.703.463 3.709.408 1.823-.1 2.847-.647 2.847-.647l-.06-1.317s-1.303.41-2.767.36c-1.45-.05-2.98-.156-3.215-1.928a3.614 3.614 0 0 1-.033-.496s1.424.346 3.228.428c1.103.05 2.137-.064 3.188-.189zm1.613-2.47H11.13v-4.08c0-.859-.364-1.295-1.091-1.295-.804 0-1.207.517-1.207 1.541v2.233H7.168V5.89c0-1.024-.403-1.541-1.207-1.541-.727 0-1.091.436-1.091 1.296v4.079H3.197V5.522c0-.859.22-1.541.66-2.046.456-.505 1.052-.764 1.793-.764.856 0 1.504.328 1.933.983L8 4.39l.417-.695c.429-.655 1.077-.983 1.934-.983.74 0 1.336.259 1.791.764.442.505.661 1.187.661 2.046v4.203z"/></symbol><symbol id="icon-planet" viewBox="0 0 24 24"><path d="M12 .3C5.5.3.3 5.5.3 12S5.5 23.7 12 23.7 23.7 18.5 23.7 12 18.5.3 12 .3zM2.6 7.9c1.1-2.5 3.1-4.4 5.6-5.4l.8-.4-.5.8C7.7 4.4 7 6.1 6.6 8.1v.2H2.4l.2-.4zm-.7 6.2c-.1-.7-.2-1.4-.2-2.1 0-.7.1-1.4.2-2.1v-.2h4.4v.3c-.1 1.3-.1 2.6 0 3.9v.3H2l-.1-.1zm6.3 7.5c-2.5-1-4.5-3-5.6-5.4l-.2-.4h4.2v.2c.4 1.9 1 3.7 1.9 5.2l.5.7-.8-.3zm3.1.9-.5-.6c-1.2-1.5-2.2-3.5-2.7-5.8l-.1-.4h3.3v6.8zm0-8.2H7.8V14c-.1-1.4-.1-2.6 0-4.1v-.3h3.5v4.7zm0-6H8l.1-.4c.5-2.3 1.4-4.3 2.7-5.8l.5-.6v6.8zm4.5-5.9c2.5 1 4.5 3 5.6 5.4l.2.4h-4.2V8c-.4-1.9-1-3.7-1.9-5.2l-.5-.7.8.3zm-3.1-.9.5.6c1.2 1.5 2.2 3.5 2.7 5.8l.1.4h-3.3V1.5zm0 8.2h3.5v.3c.1 1.4.1 2.6 0 4.1v.3h-3.5V9.7zm0 12.8v-6.8H16l-.1.4c-.5 2.3-1.4 4.3-2.7 5.8l-.5.6zm8.7-6.4c-1.1 2.5-3.1 4.4-5.6 5.4l-.8.4.4-.8c.9-1.5 1.5-3.3 1.9-5.2v-.2h4.2l-.1.4zm.6-1.8h-4.4V14c.1-1.3.1-2.6 0-3.9v-.3H22v.2c.1.7.2 1.4.2 2.1 0 .7-.1 1.4-.2 2.1v.1z"/></symbol><symbol id="icon-search-bold" viewBox="0 0 17 17"><g stroke="currentColor" fill="none" fill-rule="evenodd"><path d="m11 11 4.243 4.243" stroke-width="3"/><circle stroke-width="2" cx="7" cy="7" r="6"/></g></symbol><symbol id="icon-search" viewBox="0 0 24 24"><path d="m23.809 21.646-6.205-6.205a9.68 9.68 0 0 0 1.857-5.711C19.461 4.365 15.096 0 9.73 0 4.365 0 0 4.365 0 9.73c0 5.366 4.365 9.73 9.73 9.73a9.678 9.678 0 0 0 5.487-1.698L21.455 24l2.354-2.354zM2.854 9.73c0-3.792 3.085-6.877 6.877-6.877s6.877 3.085 6.877 6.877-3.085 6.877-6.877 6.877A6.884 6.884 0 0 1 2.854 9.73z"/></symbol><symbol id="icon-tiktok" viewBox="0 0 400 400"><path d="M286.17 115.26c-15.01-9.79-25.85-25.45-29.23-43.71-.73-3.95-1.13-8.01-1.13-12.16h-47.92l-.08 192.04c-.81 21.51-18.5 38.77-40.2 38.77-6.74 0-13.09-1.69-18.68-4.63-12.82-6.75-21.6-20.19-21.6-35.65 0-22.21 18.07-40.28 40.28-40.28 4.15 0 8.12.68 11.89 1.86v-48.92c-3.89-.53-7.85-.86-11.89-.86-48.63 0-88.2 39.57-88.2 88.2 0 29.84 14.91 56.25 37.65 72.21 14.33 10.06 31.75 15.98 50.55 15.98 48.63 0 88.2-39.56 88.2-88.2v-97.38c18.79 13.49 41.82 21.44 66.67 21.44v-47.92c-13.38 0-25.85-3.98-36.3-10.8Z"/></symbol><symbol id="icon-toolbox" viewBox="0 0 80 91.18"><path d="M39.99 31.18a20 20 0 0 0 0 40 19.39 19.39 0 0 0 3.34-.3v-6.84a13.14 13.14 0 0 1-3.34.48 13.32 13.32 0 0 1-12.85-10H59.7a20.43 20.43 0 0 0 .29-3.34 20 20 0 0 0-20-20Zm0 6.67a13.31 13.31 0 0 1 12.88 10H27.14a13.31 13.31 0 0 1 12.85-10Z"/><path d="m46.59 11.77 7.06-7L48.94 0l-11.3 11.27a40 40 0 1 0 8.95.47Zm-6.6 72.75a33.34 33.34 0 1 1 33.34-33.34 33.34 33.34 0 0 1-33.34 33.34Z"/></symbol><symbol id="icon-triangle" viewBox="0 0 10 5"><path d="M.235.162h9.757l-4.879 4.77z" fill-rule="evenodd"/></symbol><symbol id="icon-twitter" viewBox="0 0 24 24"><path d="M24 4.557a9.83 9.83 0 0 1-2.828.775 4.932 4.932 0 0 0 2.165-2.724 9.864 9.864 0 0 1-3.127 1.195 4.916 4.916 0 0 0-3.594-1.555c-3.179 0-5.515 2.966-4.797 6.045A13.978 13.978 0 0 1 1.671 3.149a4.93 4.93 0 0 0 1.523 6.574 4.903 4.903 0 0 1-2.229-.616c-.054 2.281 1.581 4.415 3.949 4.89a4.935 4.935 0 0 1-2.224.084 4.928 4.928 0 0 0 4.6 3.419A9.9 9.9 0 0 1 0 19.54a13.94 13.94 0 0 0 7.548 2.212c9.142 0 14.307-7.721 13.995-14.646A10.025 10.025 0 0 0 24 4.557z"/></symbol><symbol id="icon-upload" viewBox="0 0 14.2 14.2"><path d="M12.2 14.2H2c-1.1 0-2-.9-2-2V9.3c0-.3.3-.6.6-.6s.6.3.6.6v2.9c0 .4.4.8.8.8h10.1c.5 0 .8-.4.8-.8V9.3c0-.3.3-.6.6-.6s.6.3.6.6v2.9c.1 1.1-.8 2-1.9 2zM7.1 9.9c-.3 0-.6-.3-.6-.6V2L3.9 4.6c-.2.2-.6.2-.8 0s-.3-.6 0-.8L6.7.2c.1-.1.2-.2.4-.2s.3.1.4.2l3.6 3.6c.2.2.2.6 0 .8s-.6.2-.8 0L7.7 2v7.2c0 .4-.3.7-.6.7z"/></symbol><symbol id="icon-whatsapp" viewBox="0 0 24 24"><path d="m.057 24 1.687-6.163a11.867 11.867 0 0 1-1.587-5.946C.16 5.335 5.495 0 12.05 0a11.817 11.817 0 0 1 8.413 3.488 11.824 11.824 0 0 1 3.48 8.414c-.003 6.557-5.338 11.892-11.893 11.892a11.9 11.9 0 0 1-5.688-1.448L.057 24zm6.597-3.807c1.676.995 3.276 1.591 5.392 1.592 5.448 0 9.886-4.434 9.889-9.885.002-5.462-4.415-9.89-9.881-9.892-5.452 0-9.887 4.434-9.889 9.884-.001 2.225.651 3.891 1.746 5.634l-.999 3.648 3.742-.981zm11.387-5.464c-.074-.124-.272-.198-.57-.347-.297-.149-1.758-.868-2.031-.967-.272-.099-.47-.149-.669.149-.198.297-.768.967-.941 1.165-.173.198-.347.223-.644.074-.297-.149-1.255-.462-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.297-.347.446-.521.151-.172.2-.296.3-.495.099-.198.05-.372-.025-.521-.075-.148-.669-1.611-.916-2.206-.242-.579-.487-.501-.669-.51l-.57-.01c-.198 0-.52.074-.792.372s-1.04 1.016-1.04 2.479 1.065 2.876 1.213 3.074c.149.198 2.095 3.2 5.076 4.487.709.306 1.263.489 1.694.626.712.226 1.36.194 1.872.118.571-.085 1.758-.719 2.006-1.413.248-.695.248-1.29.173-1.414z"/></symbol><symbol id="icon-x" viewBox="0 0 1200 1227"><path d="M714.163 519.284 1160.89 0h-105.86L667.137 450.887 357.328 0H0l468.492 681.821L0 1226.37h105.866l409.625-476.152 327.181 476.152H1200L714.137 519.284h.026ZM569.165 687.828l-47.468-67.894-377.686-540.24h162.604l304.797 435.991 47.468 67.894 396.2 566.721H892.476L569.165 687.854v-.026Z"/></symbol><symbol id="icon-youtube" viewBox="0 0 24 24"><path d="M12 4s-6.254 0-7.814.418a2.503 2.503 0 0 0-1.768 1.768C2 7.746 2 12 2 12s0 4.254.418 5.814c.23.861.908 1.538 1.768 1.768C5.746 20 12 20 12 20s6.254 0 7.814-.418a2.505 2.505 0 0 0 1.768-1.768C22 16.254 22 12 22 12s0-4.254-.418-5.814a2.505 2.505 0 0 0-1.768-1.768C18.254 4 12 4 12 4zm0 2c2.882 0 6.49.134 7.297.35a.508.508 0 0 1 .353.353c.241.898.35 3.639.35 5.297s-.109 4.398-.35 5.297a.508.508 0 0 1-.353.353c-.805.216-4.415.35-7.297.35-2.881 0-6.49-.134-7.297-.35a.508.508 0 0 1-.353-.353C4.109 16.399 4 13.658 4 12s.109-4.399.35-5.299a.505.505 0 0 1 .353-.351C5.508 6.134 9.118 6 12 6zm-2 2.535v6.93L16 12l-6-3.465z"/></symbol></svg>
Binary file
Binary file
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <path id="Tracé_7" data-name="Tracé 7" d="M0,0H16L0,16Z" fill="#fff"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
2
+ <rect id="Rectangle_47" data-name="Rectangle 47" width="16" height="16" fill="#fff"/>
3
+ </svg>
@@ -0,0 +1 @@
1
+ <svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,0A12,12,0,1,0,24,12,12,12,0,0,0,12,0Zm0,4.6a1.32,1.32,0,0,1,1.3,1.3A1.42,1.42,0,0,1,12,7.3,1.32,1.32,0,0,1,10.7,6,1.35,1.35,0,0,1,12,4.6Zm5.1,5.6-3.9.5v2.5l2.1,5.1a.76.76,0,1,1-1.4.6L12,14.2l-1.9,4.7a.76.76,0,0,1-1.4-.6l2.1-5.1V10.7l-3.9-.5a.64.64,0,0,1-.5-.8c.1-.4.4-.7.7-.6l3.8.5h2.2l3.8-.5a.73.73,0,0,1,.7.6c0,.4-.2.8-.5.8Z"/></svg>