jekyll-vitepress-theme 0.9.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 (80) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +93 -0
  4. data/_includes/doc_footer.html +184 -0
  5. data/_includes/head.html +98 -0
  6. data/_includes/home.html +315 -0
  7. data/_includes/local_nav.html +23 -0
  8. data/_includes/nav.html +232 -0
  9. data/_includes/search.html +14 -0
  10. data/_includes/sidebar.html +47 -0
  11. data/_includes/vp_slots/doc_footer.html +0 -0
  12. data/_includes/vp_slots/head.html +1 -0
  13. data/_includes/vp_slots/layout_bottom.html +0 -0
  14. data/_layouts/default.html +127 -0
  15. data/_layouts/home.html +5 -0
  16. data/assets/css/vitepress-components.css +1524 -0
  17. data/assets/css/vitepress-core.css +2149 -0
  18. data/assets/css/vitepress-overrides.css +1408 -0
  19. data/assets/css/vp-icons.css +24 -0
  20. data/assets/images/favicon/apple-touch-icon.png +0 -0
  21. data/assets/images/favicon/favicon-96x96.png +0 -0
  22. data/assets/images/favicon/favicon.ico +0 -0
  23. data/assets/images/favicon/site.webmanifest +21 -0
  24. data/assets/images/favicon/web-app-manifest-192x192.png +0 -0
  25. data/assets/images/favicon/web-app-manifest-512x512.png +0 -0
  26. data/assets/images/file-icons/css.svg +1 -0
  27. data/assets/images/file-icons/default.svg +1 -0
  28. data/assets/images/file-icons/docker.svg +1 -0
  29. data/assets/images/file-icons/env.svg +1 -0
  30. data/assets/images/file-icons/go.svg +1 -0
  31. data/assets/images/file-icons/html.svg +1 -0
  32. data/assets/images/file-icons/java.svg +1 -0
  33. data/assets/images/file-icons/javascript.svg +1 -0
  34. data/assets/images/file-icons/json.svg +1 -0
  35. data/assets/images/file-icons/kotlin.svg +1 -0
  36. data/assets/images/file-icons/make.svg +1 -0
  37. data/assets/images/file-icons/markdown.svg +1 -0
  38. data/assets/images/file-icons/php.svg +1 -0
  39. data/assets/images/file-icons/python.svg +1 -0
  40. data/assets/images/file-icons/ruby.svg +1 -0
  41. data/assets/images/file-icons/rust.svg +1 -0
  42. data/assets/images/file-icons/shell.svg +1 -0
  43. data/assets/images/file-icons/sql.svg +1 -0
  44. data/assets/images/file-icons/text.svg +1 -0
  45. data/assets/images/file-icons/toml.svg +1 -0
  46. data/assets/images/file-icons/typescript.svg +1 -0
  47. data/assets/images/file-icons/vue.svg +1 -0
  48. data/assets/images/file-icons/xml.svg +1 -0
  49. data/assets/images/file-icons/yaml-dark.svg +1 -0
  50. data/assets/images/file-icons/yaml.svg +1 -0
  51. data/assets/images/logo.svg +337 -0
  52. data/assets/images/social-icons/bitbucket.svg +1 -0
  53. data/assets/images/social-icons/bluesky.svg +1 -0
  54. data/assets/images/social-icons/devdotto.svg +1 -0
  55. data/assets/images/social-icons/discord.svg +1 -0
  56. data/assets/images/social-icons/dribbble.svg +1 -0
  57. data/assets/images/social-icons/facebook.svg +1 -0
  58. data/assets/images/social-icons/github.svg +1 -0
  59. data/assets/images/social-icons/gitlab.svg +1 -0
  60. data/assets/images/social-icons/instagram.svg +1 -0
  61. data/assets/images/social-icons/linkedin.svg +1 -0
  62. data/assets/images/social-icons/mastodon.svg +1 -0
  63. data/assets/images/social-icons/medium.svg +1 -0
  64. data/assets/images/social-icons/npm.svg +1 -0
  65. data/assets/images/social-icons/reddit.svg +1 -0
  66. data/assets/images/social-icons/rss.svg +1 -0
  67. data/assets/images/social-icons/slack.svg +1 -0
  68. data/assets/images/social-icons/stackoverflow.svg +1 -0
  69. data/assets/images/social-icons/telegram.svg +1 -0
  70. data/assets/images/social-icons/twitch.svg +1 -0
  71. data/assets/images/social-icons/twitter.svg +1 -0
  72. data/assets/images/social-icons/x.svg +1 -0
  73. data/assets/images/social-icons/youtube.svg +1 -0
  74. data/assets/images/theme/vitepress-logo-large.svg +340 -0
  75. data/assets/images/theme/vitepress-logo-mini.svg +337 -0
  76. data/assets/js/vitepress-theme.js +1301 -0
  77. data/lib/jekyll/vitepress_theme/hooks.rb +111 -0
  78. data/lib/jekyll/vitepress_theme/version.rb +5 -0
  79. data/lib/jekyll-vitepress-theme.rb +3 -0
  80. metadata +143 -0
@@ -0,0 +1,24 @@
1
+ /* Generated from @iconify-json/simple-icons. Do not edit manually. */
2
+ .vpi-social-github { --icon: url("../images/social-icons/github.svg"); }
3
+ .vpi-social-gitlab { --icon: url("../images/social-icons/gitlab.svg"); }
4
+ .vpi-social-bitbucket { --icon: url("../images/social-icons/bitbucket.svg"); }
5
+ .vpi-social-discord { --icon: url("../images/social-icons/discord.svg"); }
6
+ .vpi-social-slack { --icon: url("../images/social-icons/slack.svg"); }
7
+ .vpi-social-x { --icon: url("../images/social-icons/x.svg"); }
8
+ .vpi-social-twitter { --icon: url("../images/social-icons/twitter.svg"); }
9
+ .vpi-social-mastodon { --icon: url("../images/social-icons/mastodon.svg"); }
10
+ .vpi-social-linkedin { --icon: url("../images/social-icons/linkedin.svg"); }
11
+ .vpi-social-youtube { --icon: url("../images/social-icons/youtube.svg"); }
12
+ .vpi-social-facebook { --icon: url("../images/social-icons/facebook.svg"); }
13
+ .vpi-social-instagram { --icon: url("../images/social-icons/instagram.svg"); }
14
+ .vpi-social-reddit { --icon: url("../images/social-icons/reddit.svg"); }
15
+ .vpi-social-bluesky { --icon: url("../images/social-icons/bluesky.svg"); }
16
+ .vpi-social-telegram { --icon: url("../images/social-icons/telegram.svg"); }
17
+ .vpi-social-twitch { --icon: url("../images/social-icons/twitch.svg"); }
18
+ .vpi-social-npm { --icon: url("../images/social-icons/npm.svg"); }
19
+ .vpi-social-medium { --icon: url("../images/social-icons/medium.svg"); }
20
+ .vpi-social-devdotto { --icon: url("../images/social-icons/devdotto.svg"); }
21
+ .vpi-social-dribbble { --icon: url("../images/social-icons/dribbble.svg"); }
22
+ .vpi-social-stackoverflow { --icon: url("../images/social-icons/stackoverflow.svg"); }
23
+ .vpi-social-rss { --icon: url("../images/social-icons/rss.svg"); }
24
+ .vpi-social-blog { --icon: url("../images/social-icons/rss.svg"); }
Binary file
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "Jekyll VitePress Theme",
3
+ "short_name": "JVTheme",
4
+ "icons": [
5
+ {
6
+ "src": "/assets/images/favicon/web-app-manifest-192x192.png",
7
+ "sizes": "192x192",
8
+ "type": "image/png",
9
+ "purpose": "maskable"
10
+ },
11
+ {
12
+ "src": "/assets/images/favicon/web-app-manifest-512x512.png",
13
+ "sizes": "512x512",
14
+ "type": "image/png",
15
+ "purpose": "maskable"
16
+ }
17
+ ],
18
+ "theme_color": "#ffffff",
19
+ "background_color": "#ffffff",
20
+ "display": "standalone"
21
+ }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#639" d="M1.995 1.994h23.52a4.48 4.48 0 0 1 4.48 4.48v19.04a4.48 4.48 0 0 1-4.48 4.48H6.475a4.48 4.48 0 0 1-4.48-4.48Z"/><path fill="#fff" d="M9.079 24.87v-4.704c0-1.876 1.204-2.884 3.024-2.884c1.792-.028 2.912 1.148 2.856 3.136h-2.072c.056-.756-.28-1.316-.84-1.288c-.7 0-.896.476-.896 1.372v4.088c0 .868.28 1.288.896 1.316c.644 0 .896-.644.84-1.372h2.072c.112 2.044-1.176 3.248-2.996 3.22c-1.764 0-2.884-.98-2.884-2.884m6.636-.336h1.932c.028.896.308 1.456.924 1.456s.84-.364.84-1.204c0-.7-.308-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.82-1.372-1.82-2.884c0-1.68 1.064-2.856 2.8-2.856s2.66 1.204 2.688 3.164h-1.876c0-.812-.168-1.372-.784-1.372c-.56 0-.84.28-.84.98s.252.98.924 1.26l.672.308c1.428.672 2.044 1.54 2.044 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22m6.328 0h1.96c0 .896.308 1.456.896 1.456s.84-.364.84-1.204c0-.7-.28-1.092-1.064-1.456l-.728-.336c-1.288-.616-1.792-1.372-1.792-2.884c0-1.68 1.036-2.856 2.8-2.856s2.632 1.204 2.688 3.164h-1.876c-.028-.812-.196-1.372-.812-1.372c-.56 0-.812.28-.812.98s.224.98.896 1.26l.7.308c1.4.672 2.016 1.54 2.016 3.164c0 1.932-1.092 2.996-2.884 2.996s-2.8-1.232-2.828-3.22"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c5c5c5" d="M20.414 2H5v28h22V8.586ZM7 28V4h12v6h6v18Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#3a4e55" d="M18.191 13.071H20.7v2.566h1.27a5.5 5.5 0 0 0 1.744-.292a4.5 4.5 0 0 0 .848-.383a3.15 3.15 0 0 1-.589-1.623a3.43 3.43 0 0 1 .616-2.416l.264-.305l.314.253a4 4 0 0 1 1.575 2.538a3.84 3.84 0 0 1 2.913.271l.345.2l-.181.354a3.63 3.63 0 0 1-3.648 1.74c-2.173 5.413-6.9 7.976-12.642 7.976A7.96 7.96 0 0 1 6.3 20.211l-.025-.043l-.226-.459a7.3 7.3 0 0 1-.579-3.693l.035-.38h2.143v-2.565h2.51v-2.51h5.02v-2.51h3.012v5.02Z"/><path fill="#00aada" d="M26.324 14.021a3.31 3.31 0 0 0-1.418-2.821a3.07 3.07 0 0 0 .289 3.821a5.28 5.28 0 0 1-3.225 1.037H5.883a6.8 6.8 0 0 0 .667 3.737l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a8.4 8.4 0 0 1-1.845.3c.044 0-.046.007-.046.007l-.082.007a22 22 0 0 1-2.008-.006l-.01.007a7.88 7.88 0 0 0 6.063 2.41c5.56 0 10.276-2.465 12.365-8c1.482.152 2.906-.226 3.553-1.49a3.5 3.5 0 0 0-3.122-.022"/><path fill="#27b9ec" d="M26.324 14.021a3.31 3.31 0 0 0-1.418-2.821a3.07 3.07 0 0 0 .289 3.821a5.28 5.28 0 0 1-3.225 1.037H6.836a5.22 5.22 0 0 0 2.106 4.686a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.894.314l-.019-.022c1.892.971 4.636.967 7.782-.241a21.87 21.87 0 0 0 9.1-6.889l-.1.048"/><path fill="#088cb9" d="M5.913 17.732a6.4 6.4 0 0 0 .637 2.061l.183.335a6 6 0 0 0 .379.569q.992.064 1.829.045a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a8.8 8.8 0 0 1-1.891.307h-.1q-.438.025-.922.026c-.351 0-.709-.007-1.1-.026a7.9 7.9 0 0 0 6.076 2.413c4.76 0 8.9-1.807 11.3-5.8Z"/><path fill="#039cc7" d="M6.98 17.732a4.83 4.83 0 0 0 1.961 3.01a9 9 0 0 0 2.669-.389a.193.193 0 1 1 .126.365q-.135.047-.281.088a9 9 0 0 1-1.9.307c1.892.971 4.628.957 7.773-.252a20.6 20.6 0 0 0 5.377-3.13Z"/><path fill="#00acd3" d="M9.889 13.671h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H9.23v-1.813Zm-.33 0h.179v1.813H8.9v-1.813Zm-.33 0h.179v1.813H8.57zm-.323 0h.172v1.813h-.17v-1.813Zm-.181-.181h2.175v2.176H8.066V13.49Zm4.335-2.329h.172v1.813H12.4zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.178v1.813h-.178zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z"/><path fill="#26c2ee" d="M12.4 13.671h.172v1.813H12.4zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.178v1.813h-.178zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z"/><path fill="#00acd3" d="M14.909 13.671h.172v1.813h-.172zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.181v1.813h-.179v-1.813Zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.174V13.49Z"/><path fill="#26c2ee" d="M14.909 11.161h.172v1.813h-.172zm-.33 0h.179v1.813h-.178zm-.33 0h.179v1.813h-.178zm-.33 0h.181v1.813h-.179v-1.813Zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.174v-2.177Zm4.335 2.691h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.177-.181h2.176v2.176H15.6z"/><path fill="#00acd3" d="M17.42 11.161h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176H15.6v-2.177Z"/><path fill="#26c2ee" d="M17.42 8.65h.172v1.813h-.172zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813H16.1zm-.323 0h.172v1.813h-.172zm-.177-.181h2.176v2.176H15.6z"/><path fill="#00acd3" d="M19.93 13.671h.17v1.813h-.17zm-.33 0h.178v1.813H19.6zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.33 0h.179v1.813h-.179zm-.323 0h.172v1.813h-.172zm-.181-.181h2.176v2.176h-2.175z"/><path fill="#d5eef2" d="M12.616 19.193a.6.6 0 1 1-.6.6a.6.6 0 0 1 .6-.6"/><path fill="#3a4e55" d="M12.616 19.363a.4.4 0 0 1 .156.029a.175.175 0 1 0 .241.236a.43.43 0 1 1-.4-.265M2 17.949h27.92c-.608-.154-1.923-.362-1.707-1.159c-1.105 1.279-3.771.9-4.444.267c-.749 1.087-5.111.674-5.415-.173c-.939 1.1-3.85 1.1-4.789 0c-.3.847-4.666 1.26-5.415.173c-.673.631-3.338 1.012-4.444-.267c.217.8-1.1 1.005-1.707 1.159"/><path fill="#c0dbe1" d="M14.211 23.518a5.3 5.3 0 0 1-2.756-2.711a9.2 9.2 0 0 1-1.987.3q-.436.024-.917.025q-.554 0-1.168-.033a7.94 7.94 0 0 0 6.145 2.43q.344 0 .683-.013"/><path fill="#d5eef2" d="M12.007 21.773a5.2 5.2 0 0 1-.552-.966a9.2 9.2 0 0 1-1.987.3a6.3 6.3 0 0 0 2.539.664"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill-rule="evenodd"><path d="M3.167 3.167h25.667v25.667H3.167z"/><path fill="#ecd53f" fill-rule="nonzero" d="M30 2v28H2V2zM14.757 20.539H9.98v6.44h4.898v-1.085h-3.597V24.14h3.232v-1.085H11.28v-1.428h3.475v-1.09zm2.503 0h-1.264v6.44h1.207v-4.2l2.597 4.2h1.305v-6.44h-1.21v4.3zm5.97 0h-1.41l2.303 6.44h1.388l2.306-6.44h-1.38l-1.577 4.766l-1.63-4.767zM8.3 24.96H6.34v1.96H8.3z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1.14em" height="1em" viewBox="0 0 254.5 225"><path fill="#00acd7" d="M-46.926 89c-.621 0-.777-.311-.466-.777l3.262-4.194a2.23 2.23 0 0 1 1.708-.777h55.448c.621 0 .777.466.466.932l-2.64 4.038a2.37 2.37 0 0 1-1.553.932Zm-23.453 14.285c-.621 0-.777-.311-.466-.777l3.262-4.194a2.23 2.23 0 0 1 1.708-.777H4.95a.714.714 0 0 1 .777.932L4.484 102.2a1.36 1.36 0 0 1-1.4.932Zm37.587 14.289c-.621 0-.777-.466-.466-.932l2.174-3.883a2.06 2.06 0 0 1 1.553-.932H1.533c.621 0 .932.466.932 1.087l-.311 3.728a1.17 1.17 0 0 1-1.087 1.087ZM128.426 86.2c-9.785 2.485-16.464 4.349-26.093 6.834c-2.33.621-2.485.777-4.5-1.553c-2.33-2.64-4.038-4.349-7.3-5.9c-9.785-4.815-19.259-3.417-28.112 2.33c-10.561 6.834-16 16.929-15.842 29.51c.155 12.425 8.7 22.676 20.968 24.385c10.561 1.4 19.414-2.33 26.4-10.251c1.4-1.708 2.64-3.572 4.194-5.747H68.163c-3.262 0-4.038-2.019-2.951-4.659c2.019-4.815 5.747-12.891 7.921-16.929a4.19 4.19 0 0 1 3.883-2.485h56.535c-.311 4.194-.311 8.387-.932 12.581a66.24 66.24 0 0 1-12.736 30.442c-11.183 14.752-25.783 23.915-44.265 26.4c-15.221 2.019-29.355-.932-41.78-10.251a48.8 48.8 0 0 1-19.725-34.48c-2.019-16.929 2.951-32.15 13.2-45.508C38.342 66.475 52.942 57.312 70.8 54.05c14.6-2.64 28.578-.932 41.159 7.61a48.7 48.7 0 0 1 18.017 21.9c.935 1.398.313 2.175-1.55 2.64"/><path fill="#00acd7" d="M179.835 172.09c-14.134-.311-27.025-4.349-37.9-13.668a48.7 48.7 0 0 1-16.774-29.976c-2.8-17.551 2.019-33.082 12.581-46.905c11.338-14.91 25.006-22.676 43.488-25.938c15.842-2.8 30.753-1.243 44.265 7.921c12.27 8.387 19.88 19.725 21.9 34.635c2.64 20.968-3.417 38.052-17.861 52.652a71.17 71.17 0 0 1-37.276 19.88c-4.191.778-8.384.933-12.423 1.399m36.965-62.747a45 45 0 0 0-.466-5.125c-2.8-15.376-16.929-24.074-31.684-20.657c-14.444 3.262-23.763 12.425-27.18 27.025a25.58 25.58 0 0 0 14.289 29.355c8.542 3.728 17.085 3.262 25.317-.932c12.269-6.369 18.948-16.309 19.724-29.666"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#e44f26" d="M5.902 27.201L3.655 2h24.69l-2.25 25.197L15.985 30z"/><path fill="#f1662a" d="m16 27.858l8.17-2.265l1.922-21.532H16z"/><path fill="#ebebeb" d="M16 13.407h-4.09l-.282-3.165H16V7.151H8.25l.074.83l.759 8.517H16zm0 8.027l-.014.004l-3.442-.929l-.22-2.465H9.221l.433 4.852l6.332 1.758l.014-.004z"/><path fill="#fff" d="M15.989 13.407v3.091h3.806l-.358 4.009l-3.448.93v3.216l6.337-1.757l.046-.522l.726-8.137l.076-.83zm0-6.256v3.091h7.466l.062-.694l.141-1.567l.074-.83z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#5382a1" d="M12.7 23.56s-1.07.622.761.833a16 16 0 0 0 5.8-.246a10 10 0 0 0 1.539.753c-5.481 2.349-12.405-.136-8.1-1.339m-.674-3.067s-1.2.888.633 1.078a22.6 22.6 0 0 0 7.481-.359a3.3 3.3 0 0 0 1.152.7c-6.627 1.938-14.009.153-9.266-1.421"/><path fill="#e76f00" d="M17.673 15.294a2.05 2.05 0 0 1-.355 2.954s3.429-1.77 1.854-3.987c-1.471-2.067-2.6-3.095 3.508-6.636c0 0-9.586 2.394-5.007 7.669"/><path fill="#5382a1" d="M24.922 25.827s.792.652-.872 1.157c-3.164.958-13.168 1.248-15.948.038c-1-.435.874-1.038 1.464-1.164a3.8 3.8 0 0 1 .966-.108c-1.111-.783-7.181 1.537-3.083 2.2c11.176 1.812 20.372-.816 17.473-2.124m-11.711-8.508s-5.089 1.209-1.8 1.648a38 38 0 0 0 6.731-.072a53 53 0 0 0 4.221-.555a9 9 0 0 0-1.28.685c-5.17 1.358-15.153.726-12.283-.665a9.6 9.6 0 0 1 4.407-1.042m9.133 5.104c5.253-2.73 2.824-5.353 1.129-5a4 4 0 0 0-.6.161a.96.96 0 0 1 .449-.346c3.354-1.179 5.933 3.478-1.083 5.322a.5.5 0 0 0 .106-.138"/><path fill="#e76f00" d="M19.172 1.906s2.909 2.91-2.759 7.386c-4.546 3.59-1.037 5.637 0 7.975c-2.653-2.394-4.6-4.5-3.294-6.463c1.917-2.879 7.229-4.275 6.056-8.9"/><path fill="#5382a1" d="M13.727 29.818c5.042.323 12.786-.179 12.969-2.565c0 0-.353.9-4.167 1.623a41.5 41.5 0 0 1-12.76.2s.645.533 3.959.746"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f5de19" d="M2 2h28v28H2z"/><path d="M20.809 23.875a2.87 2.87 0 0 0 2.6 1.6c1.09 0 1.787-.545 1.787-1.3c0-.9-.716-1.222-1.916-1.747l-.658-.282c-1.9-.809-3.16-1.822-3.16-3.964c0-1.973 1.5-3.476 3.853-3.476a3.89 3.89 0 0 1 3.742 2.107L25 18.128A1.79 1.79 0 0 0 23.311 17a1.145 1.145 0 0 0-1.259 1.128c0 .789.489 1.109 1.618 1.6l.658.282c2.236.959 3.5 1.936 3.5 4.133c0 2.369-1.861 3.667-4.36 3.667a5.06 5.06 0 0 1-4.795-2.691Zm-9.295.228c.413.733.789 1.353 1.693 1.353c.864 0 1.41-.338 1.41-1.653v-8.947h2.631v8.982c0 2.724-1.6 3.964-3.929 3.964a4.085 4.085 0 0 1-3.947-2.4Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f5de19" d="M4.014 14.976a2.5 2.5 0 0 0 1.567-.518a2.38 2.38 0 0 0 .805-1.358a15.3 15.3 0 0 0 .214-2.944q.012-2.085.075-2.747a5.2 5.2 0 0 1 .418-1.686a3 3 0 0 1 .755-1.018A3.05 3.05 0 0 1 9 4.125A6.8 6.8 0 0 1 10.544 4h.7v1.96h-.387a2.34 2.34 0 0 0-1.723.468a3.4 3.4 0 0 0-.425 2.092a36 36 0 0 1-.137 4.133a4.7 4.7 0 0 1-.768 2.06A4.6 4.6 0 0 1 6.1 16a3.8 3.8 0 0 1 1.992 1.754a8.9 8.9 0 0 1 .618 3.865q0 2.435.05 2.9a1.76 1.76 0 0 0 .504 1.181a2.64 2.64 0 0 0 1.592.337h.387V28h-.7a5.7 5.7 0 0 1-1.773-.2a2.97 2.97 0 0 1-1.324-.93a3.35 3.35 0 0 1-.681-1.63a24 24 0 0 1-.165-3.234a16.5 16.5 0 0 0-.214-3.106a2.4 2.4 0 0 0-.805-1.361a2.5 2.5 0 0 0-1.567-.524Zm23.972 2.035a2.5 2.5 0 0 0-1.567.524a2.4 2.4 0 0 0-.805 1.361a16.5 16.5 0 0 0-.212 3.109a24 24 0 0 1-.169 3.234a3.35 3.35 0 0 1-.681 1.63a2.97 2.97 0 0 1-1.324.93a5.7 5.7 0 0 1-1.773.2h-.7V26.04h.387a2.64 2.64 0 0 0 1.592-.337a1.76 1.76 0 0 0 .506-1.186q.05-.462.05-2.9a8.9 8.9 0 0 1 .618-3.865A3.8 3.8 0 0 1 25.9 16a4.6 4.6 0 0 1-1.7-1.286a4.7 4.7 0 0 1-.768-2.06a36 36 0 0 1-.137-4.133a3.4 3.4 0 0 0-.425-2.092a2.34 2.34 0 0 0-1.723-.468h-.387V4h.7a6.8 6.8 0 0 1 1.54.125a3.05 3.05 0 0 1 1.149.581a3 3 0 0 1 .755 1.018a5.2 5.2 0 0 1 .418 1.686q.062.662.075 2.747a15.3 15.3 0 0 0 .212 2.947a2.38 2.38 0 0 0 .805 1.355a2.5 2.5 0 0 0 1.567.518Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="url(#SVG5NiZhbGj)" d="M30 30H2V2h28L15.711 15.794z"/><defs><radialGradient id="SVG5NiZhbGj" cx="0" cy="0" r="1" gradientTransform="matrix(-28 0 0 -28 30 2)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#e44857"/><stop offset=".504" stop-color="#c711e1"/><stop offset="1" stop-color="#7f52ff"/></radialGradient></defs></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fff" d="M7.313 18.654a.55.55 0 0 1-.6.233a.92.92 0 0 0-.869.08c-.306.218-.637.053-.579-.345a1.23 1.23 0 0 1 .583-.971c.833-.479.254-.812.711-1.293s.357-.629.341-1.283a4.65 4.65 0 0 1-3.4-1.9a6 6 0 0 1-1.46-3.764a6.37 6.37 0 0 1 .649-3.8a5.3 5.3 0 0 1 2.565-2.522a7 7 0 0 1 3.489-.77a4.96 4.96 0 0 1 2.443.452a5.2 5.2 0 0 0 1.546.8a1.22 1.22 0 0 0 .782-.226c.047 1.189-1.023 1.292-1.98 1.317s-1.546-.371-2.427-.224a4.2 4.2 0 0 0-3.03 1.774A3.78 3.78 0 0 0 5.408 8.9a1.95 1.95 0 0 0 1.441 1.8c.5.008.61-.136 1.047-.421s2.665-3.043 3.426-3.663a3.52 3.52 0 0 1 2.322-.821a3.24 3.24 0 0 1 1.671.286A12 12 0 0 1 16.9 7.139a9 9 0 0 0 .684-.576a2.87 2.87 0 0 1 2.393-.718a3.64 3.64 0 0 1 1.819.8a14.3 14.3 0 0 1 2.013 2.425a3.6 3.6 0 0 0 1.621 1.489c.771.237 1.352-.762 1.437-1.316a6 6 0 0 0 .112-.935a4.4 4.4 0 0 0-.135-1.125a4 4 0 0 0-.455-1.016a3.6 3.6 0 0 0-1.3-1.25A4.1 4.1 0 0 0 23.7 4.5a14 14 0 0 0-1.4.2c-.584.04-1.628.171-2.086-.28a1.18 1.18 0 0 1-.378-.853a.9.9 0 0 0 .469.19c.366.031.708-.268 1-.441a7 7 0 0 1 .908-.526a5.86 5.86 0 0 1 2.7-.232a6.3 6.3 0 0 1 2.2.725a6 6 0 0 1 1.634 1.48A5 5 0 0 1 29.781 6.9a9 9 0 0 1 .017 3.847a7.6 7.6 0 0 1-1.714 2.819a4.4 4.4 0 0 1-2.317 1.112a5 5 0 0 0 .086.488c.064.206.188.436.441.363a.236.236 0 0 1 .289.063c.133.116.064.567-.311.769a1.45 1.45 0 0 1-.695.131a6.6 6.6 0 0 1-1.11-.051c-.33-.058-.528-.32-.894-.361a3.6 3.6 0 0 1-1.452-.764a3 3 0 0 0-.362-.185c.059.18.138.368.177.541s.023.334.043.472s.059.247.082.359c.09.081.119.2.272.243a1.7 1.7 0 0 0 .546-.043c.156-.021.26-.106.383-.083a.85.85 0 0 1 .34.193c.1.082.191.094.274.3a3.3 3.3 0 0 1 .171.9a1.9 1.9 0 0 1-.1.755a1.26 1.26 0 0 1-.381.541a6 6 0 0 1-.956.769a1.7 1.7 0 0 0 .2.3c.1.109.324.229.421.344a.47.47 0 0 1 .148.324a.7.7 0 0 1-.109.433a1.9 1.9 0 0 1-.937.573a2.5 2.5 0 0 1 .023 1.06c-.037.159-.119.519-.315.612a4 4 0 0 1-.814.086c-.239.038-.373.074-.56.111a3.3 3.3 0 0 0-.34.492a.4.4 0 0 0 .008.35c.049.15.214.368.261.544a1.1 1.1 0 0 1 .012.541a.94.94 0 0 1-.269.46c-.15.157-.446.28-.593.406s-.294.142-.254.352a1.55 1.55 0 0 0 .781.867a.93.93 0 0 0 .65-.048c-.015.246-.228.412-.367.576a2.2 2.2 0 0 0 1-.588a2.5 2.5 0 0 1-.752.955a3 3 0 0 1-.6.4a2.7 2.7 0 0 0 .99 0a2 2 0 0 1-.748.242a2.2 2.2 0 0 1-.85-.064a5.7 5.7 0 0 1-.951-.541a.78.78 0 0 0 .217.442a3 3 0 0 0 .639.334a9 9 0 0 1-.963-.116a2.2 2.2 0 0 1-.555-.189a4 4 0 0 1-.449-.309a1.3 1.3 0 0 0 .215.411a2 2 0 0 0 .48.232a2 2 0 0 1-.5-.011a1.4 1.4 0 0 1-.517-.245a3.7 3.7 0 0 1-.52-.463a2.2 2.2 0 0 1-.4-.538c-.058-.154.035-.262.052-.393a1.2 1.2 0 0 0-.318.21a.4.4 0 0 0-.118.37a2.5 2.5 0 0 0 .315.589c-.344-.281-.536-.389-.618-.729a1.14 1.14 0 0 1 .272-.846c.075-.119.187-.23.257-.345a5 5 0 0 1-.466-.456c-.133-.173-.189-.408-.325-.573a3.4 3.4 0 0 0-.478-.407a6 6 0 0 1 .42.9a.6.6 0 0 1-.139.5c-.083.126-.216.154-.343.231s-.323.017-.4.131a.39.39 0 0 0-.023.4l.3.466a1.4 1.4 0 0 1-.381-.328c-.084-.114-.214-.218-.232-.371a.54.54 0 0 1 .073-.422c.1-.137.371-.182.493-.287s.19-.173.183-.309s-.14-.232-.253-.318a8 8 0 0 1-1.088-.815a1.1 1.1 0 0 1-.28-.443a.46.46 0 0 1 .085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.256s-.376.029-.5-.071s.035-.311-.1-.427s-.445-.051-.6-.176a.84.84 0 0 1-.281-.459a1 1 0 0 1-.024-.509c.038-.131.15-.154.217-.222s.127-.124.036-.225s-.385.006-.555-.124s-.066-.44-.186-.572s-.336-.079-.449-.121s-.159.106-.228-.128s-.072-.93-.166-1.189s-.278-.018-.363-.276a7 7 0 0 1-.043-1.06l-.175-1.061c-.609.409-2.53.935-2.7 1.233"/><path fill="#030303" d="M16.623 8.258a3.7 3.7 0 0 0 .077.942a.9.9 0 0 0 .382.66c.462.343.758.286 1.114.485a1 1 0 0 1 .446.421a.36.36 0 0 1-.17.422a.36.36 0 0 0 .371-.48c-.052-.128-.3-.185-.373-.314a.5.5 0 0 1-.04-.393c.064-.236.531-.451.7-.637a.77.77 0 0 0 .208-.9a2.83 2.83 0 0 0-1.45-1.141a3 3 0 0 0-.5-.15a1.65 1.65 0 0 1 .875.807c.144.374.019.515.024.84c0 .151.2.226.289.322s.07.145.009.259a.3.3 0 0 0-.13-.236c-.13-.093-.271-.073-.341-.263c-.106-.289.1-.563-.132-.888a1.03 1.03 0 0 0-.727-.522a1.3 1.3 0 0 0-.423.066l-.219-.258a4.6 4.6 0 0 0-1.34-.995a3.03 3.03 0 0 0-1.607-.3a3.07 3.07 0 0 0-2.2.771c-.808.7-2.892 3.367-3.4 3.7a1.7 1.7 0 0 1-1.248.453a2.124 2.124 0 0 1-1.657-2.002a4.04 4.04 0 0 1 .722-2.857a4.17 4.17 0 0 1 3.224-1.9a12 12 0 0 1 2.441.23c.771 0 1.534-.132 1.759-.745a1.04 1.04 0 0 1-.672.118A6.7 6.7 0 0 1 11 2.952a5.2 5.2 0 0 0-2.29-.377a6.3 6.3 0 0 0-3.215.669a5.77 5.77 0 0 0-2.582 2.475a5.87 5.87 0 0 0-.654 3.649a6.07 6.07 0 0 0 1.423 3.613a4.46 4.46 0 0 0 3.295 1.785l.329-1.45l-.587.842l.015-.937l-.531.659l-.233-.894l-.43.716l-.214-1l-.623.5l.2-.823l-.825.092l.379-.572l-.752.009l.438-.764l-.667-.106L4 10.35l-.817-.242l.676-.648l-.659-.544l.522-.406l-.492-.65l.521-.607l-.194-.8L4 6.067l.132-.916l.5-.249l.427-.715l.785-.087l.39-.643l.793.04l.749-.407l.778.181l.883-.266l.654.153l.853.125l.824.659L10.5 3.5l-.636.305l-.526-.321l-.362.246l-.64.064l-.574-.037l-.419.511l-.843.013l-.3.688l-.759.266l-.071.791l-.544.426L5 7.2l-.47.773l.361.676l-.355.619l.472.308l-.107.995l.656.166l.148.738l.715-.075l.444.506l.549-.536a6.15 6.15 0 0 0 2.193-1.625a10.3 10.3 0 0 1 2.58-2.506a3.45 3.45 0 0 1 2.493-.477c.895.154 1.194.691 1.853 1.257a.6.6 0 0 1 .2-.253a4 4 0 0 0-.108.492Zm4.665 5.934a.7.7 0 0 1-.2.143a2.4 2.4 0 0 1-.344.083c.173.27.355.543.521.826s.31.594.469.892a5 5 0 0 0-.022-.511a5 5 0 0 0-.168-.537c-.071-.239-.159-.564-.26-.9Zm-.06-1.551a.5.5 0 0 1 .168.092a.65.65 0 0 1 .255.269a1 1 0 0 1 .048.466c-.056-.016-.132-.005-.191-.055s-.092-.162-.167-.21a.44.44 0 0 0-.219-.048a.7.7 0 0 1 .043.35a.43.43 0 0 1-.409.387a1.3 1.3 0 0 1-.342-.036c.04.089.108.167.147.256a1.8 1.8 0 0 0 .439-.073a3 3 0 0 1 .345-.2a2 2 0 0 1 .395-.067c-.113.1-.188.2-.3.295l.25.728c.177.111.344.169.566.306a7 7 0 0 0 .781.515a3 3 0 0 0 .767.263c.3.057.545.3.844.343a6.4 6.4 0 0 0 1.087.025c.261-.025.6-.16.631-.447a.6.6 0 0 1-.723-.407c-.075-.183-.038-.52-.153-.737s-.274-.286-.466-.552a8.4 8.4 0 0 1-.679-1.045c-.175-.357-.217-.762-.365-1.082a5.3 5.3 0 0 0-.546-.826a2.9 2.9 0 0 0-1.308-1.18a6.4 6.4 0 0 0-.963-.249c-.131.059-.31.124-.342.276a.62.62 0 0 0 .14.493a2.1 2.1 0 0 1 .568.7a2.8 2.8 0 0 1 .03 1.029a1.15 1.15 0 0 1-.328.42Zm-1.451.173a2.5 2.5 0 0 1 .854-.242c.126-.008.321.012.448.017a1.7 1.7 0 0 0 .3-.466a2.5 2.5 0 0 0-.043-.826c-.172-.423-.34-.441-.577-.683a1.35 1.35 0 0 1-.231-.743c-.019-.11-.073-.249-.1-.363a4.6 4.6 0 0 0-1-.052a1.1 1.1 0 0 0 .39-.567a1.12 1.12 0 0 0-.132-.78a3 3 0 0 0-.576-.6c-.208-.182-.506-.332-.7-.482a6 6 0 0 1 .768-.275a2.5 2.5 0 0 1 1.842.448a4.6 4.6 0 0 1 1.053.833c.384.4.859 1.137 1.23 1.574a8 8 0 0 0 .997 1.043a5 5 0 0 0 .925.5l.481.51l.389-.481l.625.071l.129-.7l.574-.157l-.093-.947l.413-.293l-.31-.589l.315-.644l-.411-.736l.159-.708l-.476-.405l-.062-.753l-.664-.253l-.266-.655l-.75-.01l-.366-.486l-.5.035l-.56-.061l-.316-.234l-.46.3l-.557-.29l-1.106.42l.721-.627l.747-.119l.569-.138l.773.254l.68-.172l.656.388l.694-.038l.341.612l.691.079l.374.68l.435.237l.115.871l.387.367l-.17.762l.456.577l-.428.619l.457.387l-.585.518l.592.616l-.715.23l.466.661l-.584.1l.383.727l-.658-.009l.331.545l-.722-.087l.173.783l-.546-.48l-.187.949l-.377-.682l-.2.85l-.465-.627l.012.891l-.514-.8a3.6 3.6 0 0 0 .385 1.382a3.52 3.52 0 0 0 2.24-1.041a7.2 7.2 0 0 0 1.627-2.739a9.3 9.3 0 0 0 .011-3.618a5.45 5.45 0 0 0-1.045-2.109A8 8 0 0 0 26.9 3.405a6.2 6.2 0 0 0-3.2-.694a3.8 3.8 0 0 0-1.338.25c-.617.224-1.11.714-1.737.955a.6.6 0 0 1-.53 0a.99.99 0 0 0 .723.572a5.5 5.5 0 0 0 1.431-.013a9 9 0 0 1 1.451-.19a3.1 3.1 0 0 1 1.484.428a3.66 3.66 0 0 1 1.4 1.318a4 4 0 0 1 .448 1.079a5 5 0 0 1 .151 1.174a3.6 3.6 0 0 1-.112 1.035c-.212.781-.68 1.576-1.641 1.454c-.588-.075-1.475-1.18-1.772-1.585a15.7 15.7 0 0 0-1.969-2.4a3.03 3.03 0 0 0-1.705-.757a2.58 2.58 0 0 0-2.384.829a5 5 0 0 1 .532.17a4 4 0 0 1 1.094.718a1.19 1.19 0 0 1 .5.968c.008.3-.239.541-.465.758c-.139.133-.322.254-.434.357c-.149.137-.333.286-.147.5a2 2 0 0 0 .3.22c.163.121.089.572-.127.691a.71.71 0 0 1-.832-.069c.287-.043.469-.081.461-.315c0-.136-.177-.249-.347-.326a5 5 0 0 1-1.125-.452c-.411-.3-.42-.458-.531-.922a2.6 2.6 0 0 0-.646.113c-.265.087-.558.3-.8.348a1.7 1.7 0 0 1-1.058.006a4.24 4.24 0 0 0-2.1.349a6 6 0 0 0-.975.121a6.4 6.4 0 0 0-1.7.995a9.1 9.1 0 0 0-1.98 4.059c-.051.57.112.955-.248 1.233s-.349.992-.471 1.193s-.263.111-.525.392s-.4.234-.389.766a1.84 1.84 0 0 1 .845-.332c.256-.009.259.328.916-.322c.352-.348 1.027-.358 1.5-.512A4.73 4.73 0 0 0 11 16.152a5.6 5.6 0 0 0 1.415-3.381a4 4 0 0 1-.038 1.247a3.47 3.47 0 0 0 .151 2.442l.309.59a5.2 5.2 0 0 1-.652-.953l-.25-.674a5.1 5.1 0 0 1-1.463 1.662a2.9 2.9 0 0 0 .089 1.169c.128.373-.076.8.021 1.049s.321.106.394.355s-.038.741.075.983s.392.1.527.174a.8.8 0 0 1 .251.289c.073.1-.028.346.119.425s.376.012.529.088a.36.36 0 0 1 .139.422c-.036.163-.2.238-.272.4a.43.43 0 0 0 .023.434a.9.9 0 0 0 .466.314c.19.077.457.034.653.14a1.5 1.5 0 0 1 .476.473a.64.64 0 0 1 .127.425a1.2 1.2 0 0 1-.157.505c-.087.157-.278.347.021.647s.287.17.458.364c-.019-.336-.157-.609-.056-.862s.406-.3.566-.411a2.6 2.6 0 0 0 .379-.4a5 5 0 0 1 0 .491c-.041.266-.119.5.277.544a1.3 1.3 0 0 0 .535-.166c-.1.176-.269.318-.3.528a.92.92 0 0 0 .151.651a2.1 2.1 0 0 0 .582.487a2.2 2.2 0 0 0 .425.2c.007.207-.034.427-.01.621a1.13 1.13 0 0 0 .2.529a1.7 1.7 0 0 0 .465.373c-.094-.218-.283-.424-.281-.653a.73.73 0 0 1 .294-.594c.223-.2.746-.38.992-.577a1.2 1.2 0 0 0 .414-.51a2.2 2.2 0 0 0 .08-.673a2 2 0 0 1 .119.569a2 2 0 0 1-.221.794a1.22 1.22 0 0 0 .6-.612c.065.039.032.145.056.349c.109-.108.232-.191.341-.293a.95.95 0 0 0 .284-.334a.77.77 0 0 0-.008-.459a3 3 0 0 0-.324-.538c-.1-.181.017-.358.01-.576a1.7 1.7 0 0 0-.6-.1c-.229.033-.491.29-.725.293s-.365-.216-.557-.277a3.4 3.4 0 0 0-.579-.08a5.4 5.4 0 0 1 1.84-.451a12 12 0 0 1 1.715-.155a4.4 4.4 0 0 0 .769.03c.179-.051.141-.174.194-.307a1.73 1.73 0 0 0-.006-1.079A8.4 8.4 0 0 0 20.46 22c-.511.039-1.117.282-1.644.3a3.2 3.2 0 0 1-1.53-.328a3.6 3.6 0 0 1-.986-1.125c-.215-.329-.486-.975-.651-1.27a1.6 1.6 0 0 0-.339-.5a1.5 1.5 0 0 0-.488-.2c.188.019.392-.04.563.058c.256.147.543.756.7 1.021c.169-.566.129-.788.618-1.107a2.15 2.15 0 0 0-.5 1.295c.327.537.782 1.393 1.378 1.63a4 4 0 0 0 .817.168a5.9 5.9 0 0 0 2.132-.315a5.6 5.6 0 0 1 1.678-.04c.215.012.72-.117.825-.333a.38.38 0 0 0-.033-.386c-.081-.126-.3-.186-.414-.3a3 3 0 0 1-.274-.368a7.5 7.5 0 0 1-1.238.138c.257-.106.5-.167.771-.271a4.6 4.6 0 0 0 .787-.419a2.5 2.5 0 0 0 .51-.391a3 3 0 0 0 .471-.539a1.4 1.4 0 0 0 .139-.681a2 2 0 0 0-.1-.805a.63.63 0 0 0-.433-.311c-.15-.048-.252.073-.408.09s-.3.115-.527.008a2 2 0 0 1-.72-.642c-.228-.32-.39-.844-.623-1.247a21 21 0 0 0-1.376-1.986a4 4 0 0 1-.118-.593a2.9 2.9 0 0 1 .076-1.13a.99.99 0 0 1 .512-.69a.56.56 0 0 1 .371-.026a.25.25 0 0 1 .167.294c-.045.15-.15.155-.221.231a.8.8 0 0 0-.213.384a1.8 1.8 0 0 1 .412.016a.48.48 0 0 1 .339.326a.61.61 0 0 0-.456-.22a2 2 0 0 0-.316.048a2.3 2.3 0 0 1-.118.383c-.056.1-.163.075-.2.191a1.1 1.1 0 0 0-.022.455Zm.546.2c-.208.013-.258-.014-.424.1l.271.422a.65.65 0 0 1 .153-.525Zm-7.072-1.86a.8.8 0 0 1 .036-.194c-.3-.081-.423.115-.6.479c-.066.136 0 .217-.072.306s-.185.077-.3.163s-.23.251-.338.34a3.8 3.8 0 0 1-.777.418a2.5 2.5 0 0 0 .625-.513c.058-.1.05-.287.14-.377s.123-.152.24-.174s.07-.159.108-.266a1.2 1.2 0 0 1 .193-.293a.85.85 0 0 1 .339-.329c.158-.059.405 0 .525-.029s.051-.121.138-.173s.257-.029.373-.085a1.14 1.14 0 0 0 .429-.442A2.26 2.26 0 0 1 14.187 11a1.48 1.48 0 0 1-.749.89a2.4 2.4 0 0 1-.426.16c.073-.1.177-.143.219-.3a4 4 0 0 0 .02-.6Zm1.931 1.493c.157-.014.351.028.5.02a3 3 0 0 0 .377-.07c-.023-.221 0-.627-.205-.774a1.8 1.8 0 0 0-.817.008a8 8 0 0 0-1.017.385a3.2 3.2 0 0 1 .923-.514a2.4 2.4 0 0 1 .948-.09c.1.028.123.07.185.156a1.8 1.8 0 0 1 .268.9a3 3 0 0 1 .157.229a1.1 1.1 0 0 1 .081.338c-.056-.081-.022-.183-.177-.243a1.5 1.5 0 0 0-.6.018a.508.508 0 0 1-.231.934a.54.54 0 0 1-.641-.333a1 1 0 0 1-.021-.4a.8.8 0 0 0-.688.259a1.3 1.3 0 0 0 .523.508a1.7 1.7 0 0 0 .5.186a2.5 2.5 0 0 0 .676.032a.73.73 0 0 0 .444-.216a1.04 1.04 0 0 0 .212-.47a1.4 1.4 0 0 1-.083.431a.79.79 0 0 1-.778.412a2.9 2.9 0 0 1-1.019-.2a1.54 1.54 0 0 1-.73-.624a1.8 1.8 0 0 1-.02-.557c.332-.22.413-.166.806-.231c.164-.027.277-.088.433-.1Zm.9-2.187a1.5 1.5 0 0 0 .524.212c.147 0 .185-.1.272-.154a6.6 6.6 0 0 0 .523 1.333c.1.169.159.09.232.26s.107.514.176.73a6 6 0 0 0 .242.564a8 8 0 0 1-.583-.9c-.114-.241-.041-.262-.133-.492s-.279-.588-.418-.882a.8.8 0 0 1-.3.008c-.076-.023-.061-.1-.129-.156s-.184-.032-.28-.115a.6.6 0 0 1-.127-.405Zm-1.964 7.762c.138-.112.511-.023.789 0l-.6.154c-.019.068-.01.147-.056.2s-.132.079-.2.119c.007-.179-.072-.363.066-.475Zm2.574-3.737a2.6 2.6 0 0 0 .205-.6c-.027.252.024.529-.1.712s-.339.151-.518.2c.139-.106.3-.153.411-.312Zm-.252 2.8a1 1 0 0 1 .5-.9a2.1 2.1 0 0 1 .706-.253a2.75 2.75 0 0 1 1.186.155a7 7 0 0 1 .7.459c.239.141.409.236.637.395c.35.243.554.512.8.673a1.8 1.8 0 0 0 .435.113a.73.73 0 0 1-.407.033a1.8 1.8 0 0 1-.513-.306a3.5 3.5 0 0 0-.579-.42c-.145-.084-.383-.183-.542-.287s-.435-.331-.587-.407a1.9 1.9 0 0 0-.759-.146a1.6 1.6 0 0 0-.959.267a.65.65 0 0 0-.264.66a3 3 0 0 1 .23-.3a.72.72 0 0 1 .607-.131a.53.53 0 0 1 .459.415a1 1 0 0 0-.238-.159a.57.57 0 0 0-.51.05c-.21.112-.153.278-.183.463a2 2 0 0 1-.069.231a.45.45 0 0 1-.211-.113a1.5 1.5 0 0 0 .008.259a3 3 0 0 0 .1.319a1.9 1.9 0 0 1-.39-.47a1.24 1.24 0 0 1-.148-.6Zm1.889.318a1 1 0 0 1 .439.114a1.7 1.7 0 0 1 .314.223a1.86 1.86 0 0 1 .5.877a5 5 0 0 1 .077.745a5 5 0 0 0-.225-.687a1.68 1.68 0 0 0-.783-.8a.42.42 0 0 0-.252-.032c.028.047.075.086.077.155a.27.27 0 0 1-.13.259a.49.49 0 0 1-.541-.1a.48.48 0 0 1-.12-.535c.091-.224.439-.224.644-.216Zm-10.406.644a.73.73 0 0 0-.6.4a.55.55 0 0 1-.6.233a.92.92 0 0 0-.869.08c-.306.218-.637.053-.579-.344a1.23 1.23 0 0 1 .583-.971c.832-.479.254-.812.71-1.293s.356-.629.342-1.283a4.65 4.65 0 0 1-3.4-1.9A6 6 0 0 1 2.036 9.4a6.36 6.36 0 0 1 .649-3.8a5.3 5.3 0 0 1 2.569-2.522a7 7 0 0 1 3.489-.769a4.96 4.96 0 0 1 2.443.452a5.2 5.2 0 0 0 1.545.8a1.22 1.22 0 0 0 .782-.226c.047 1.189-1.023 1.292-1.981 1.317s-1.546-.371-2.427-.223A4.2 4.2 0 0 0 6.078 6.2a3.78 3.78 0 0 0-.669 2.683a1.95 1.95 0 0 0 1.44 1.8c.5.008.61-.136 1.047-.421s2.665-3.041 3.426-3.662a3.52 3.52 0 0 1 2.321-.821a3.24 3.24 0 0 1 1.671.285A12 12 0 0 1 16.9 7.128a9 9 0 0 0 .684-.576a2.87 2.87 0 0 1 2.393-.718a3.64 3.64 0 0 1 1.819.8a14.3 14.3 0 0 1 2.014 2.425a3.6 3.6 0 0 0 1.621 1.489c.771.237 1.351-.762 1.437-1.316a6 6 0 0 0 .112-.932a4.4 4.4 0 0 0-.134-1.125a4 4 0 0 0-.455-1.016a3.6 3.6 0 0 0-1.3-1.25a4.1 4.1 0 0 0-1.391-.424a14 14 0 0 0-1.4.2c-.584.04-1.627.171-2.085-.28a1.18 1.18 0 0 1-.378-.854a.9.9 0 0 0 .469.189c.366.031.708-.268 1-.441a7 7 0 0 1 .907-.526a5.86 5.86 0 0 1 2.7-.233a6.3 6.3 0 0 1 2.2.725a6 6 0 0 1 1.634 1.48a5 5 0 0 1 1.037 2.15a9 9 0 0 1 .017 3.847a7.6 7.6 0 0 1-1.713 2.819a4.4 4.4 0 0 1-2.317 1.112c.034.177.04.342.085.487c.065.206.188.436.442.364a.236.236 0 0 1 .289.062c.133.117.063.567-.312.769a1.44 1.44 0 0 1-.695.131a6.5 6.5 0 0 1-1.11-.051c-.33-.058-.528-.319-.894-.361a3.6 3.6 0 0 1-1.452-.764a3 3 0 0 0-.362-.185c.059.18.137.368.177.541s.022.334.043.473s.059.246.081.359c.091.081.12.2.272.243a1.7 1.7 0 0 0 .546-.043c.156-.021.261-.105.383-.083a.85.85 0 0 1 .341.193c.1.082.19.094.274.3a3.4 3.4 0 0 1 .17.9a1.9 1.9 0 0 1-.1.755a1.25 1.25 0 0 1-.381.541a6 6 0 0 1-.957.769a1.7 1.7 0 0 0 .2.3c.1.108.324.229.421.343a.47.47 0 0 1 .148.324a.7.7 0 0 1-.109.434a1.9 1.9 0 0 1-.937.573a2.5 2.5 0 0 1 .023 1.06c-.037.159-.119.519-.315.612a3.8 3.8 0 0 1-.814.086c-.239.038-.373.074-.56.111a3.3 3.3 0 0 0-.34.491a.4.4 0 0 0 .008.35c.049.15.215.369.261.544a1.1 1.1 0 0 1 .012.541a.95.95 0 0 1-.269.461c-.15.157-.446.279-.593.406s-.294.142-.254.352a1.55 1.55 0 0 0 .781.867a.93.93 0 0 0 .65-.047c-.015.246-.228.412-.367.575a2.2 2.2 0 0 0 1-.587a2.5 2.5 0 0 1-.752.954a3 3 0 0 1-.6.4a2.6 2.6 0 0 0 .991 0a2 2 0 0 1-.748.242a2.2 2.2 0 0 1-.85-.063a5.7 5.7 0 0 1-.951-.541a.8.8 0 0 0 .216.442a3 3 0 0 0 .639.334a10 10 0 0 1-.963-.116a2.3 2.3 0 0 1-.555-.189a4 4 0 0 1-.449-.309a1.3 1.3 0 0 0 .215.411a2 2 0 0 0 .481.233a2 2 0 0 1-.5-.011a1.4 1.4 0 0 1-.517-.245a3.7 3.7 0 0 1-.521-.464a2.2 2.2 0 0 1-.4-.538c-.058-.154.035-.262.052-.393a1.2 1.2 0 0 0-.319.209a.4.4 0 0 0-.118.371a2.5 2.5 0 0 0 .315.589c-.344-.281-.536-.39-.618-.729a1.14 1.14 0 0 1 .272-.846c.075-.119.187-.23.256-.345a5 5 0 0 1-.466-.456c-.133-.174-.189-.408-.325-.574a3.4 3.4 0 0 0-.478-.406a6 6 0 0 1 .42.9a.6.6 0 0 1-.139.5c-.083.126-.216.154-.342.231s-.324.016-.4.131a.39.39 0 0 0-.023.4l.3.466a1.4 1.4 0 0 1-.381-.328c-.085-.113-.214-.218-.232-.371a.54.54 0 0 1 .073-.423c.1-.136.371-.182.493-.287s.19-.173.183-.309s-.139-.233-.253-.318a8.3 8.3 0 0 1-1.088-.815a1.1 1.1 0 0 1-.28-.443a.46.46 0 0 1 .085-.368c.083-.151.367-.352.4-.515s-.109-.2-.238-.257s-.375.029-.5-.071s.035-.311-.1-.427s-.445-.051-.6-.176a.84.84 0 0 1-.281-.46a.97.97 0 0 1-.024-.509c.037-.131.149-.153.217-.221s.127-.124.036-.226s-.386.006-.556-.124s-.066-.44-.186-.571s-.336-.08-.449-.122s-.158.106-.228-.127s-.072-.929-.165-1.189s-.278-.017-.364-.276a7 7 0 0 1-.043-1.061l-.175-1.061a3.74 3.74 0 0 1-1.666.654a10.8 10.8 0 0 0 .338 4.321c.543 1.777 1.643 2.824 3.128 4.328a9.1 9.1 0 0 1-3.478-4.188a9.8 9.8 0 0 1-.414-4.277"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" stroke="#755838" d="M2.5 7.955h27v16.091h-27z"/><path fill="#755838" d="M5.909 20.636v-9.272h2.727l2.728 3.409l2.727-3.409h2.727v9.272h-2.727v-5.318l-2.727 3.409l-2.728-3.409v5.318zm17.046 0l-4.091-4.5h2.727v-4.772h2.727v4.772h2.727z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGQRCVdbYF" cx="-16.114" cy="20.532" r="18.384" gradientTransform="translate(26.52 -9.307)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".5" stop-color="#4c6b96"/><stop offset="1" stop-color="#231f20"/></radialGradient></defs><ellipse cx="16" cy="16" fill="url(#SVGQRCVdbYF)" rx="14" ry="7.365"/><ellipse cx="16" cy="16" fill="#6280b6" rx="13.453" ry="6.818"/><path fill="#fff" d="m18.725 18.2l.667-3.434a1.75 1.75 0 0 0-.372-1.719a2.93 2.93 0 0 0-2-.525h-1.153l.331-1.7a.22.22 0 0 0-.215-.26h-1.6a.22.22 0 0 0-.215.177l-.709 3.646a2.05 2.05 0 0 0-.477-1.054a2.78 2.78 0 0 0-2.2-.807H7.7a.22.22 0 0 0-.215.177l-1.434 7.38a.22.22 0 0 0 .215.26h1.603a.22.22 0 0 0 .215-.177l.347-1.785h1.2a5.2 5.2 0 0 0 1.568-.2a3.1 3.1 0 0 0 1.15-.689a3.5 3.5 0 0 0 .68-.844l-.287 1.475a.22.22 0 0 0 .215.26h1.6a.22.22 0 0 0 .215-.177l.787-4.051h1.094c.466 0 .6.093.64.133s.1.165.025.569l-.635 3.265a.22.22 0 0 0 .215.26h1.62a.22.22 0 0 0 .207-.18m-7.395-2.834a1.75 1.75 0 0 1-.561 1.092a2.17 2.17 0 0 1-1.315.321h-.712l.515-2.651h.921c.677 0 .949.145 1.059.266a1.18 1.18 0 0 1 .093.972m14.216-2.034a2.78 2.78 0 0 0-2.2-.807h-3.091a.22.22 0 0 0-.215.177l-1.434 7.38a.22.22 0 0 0 .215.26h1.608a.22.22 0 0 0 .215-.177l.347-1.785h1.2a5.2 5.2 0 0 0 1.568-.2a3.1 3.1 0 0 0 1.15-.689a3.43 3.43 0 0 0 1.076-1.927a2.51 2.51 0 0 0-.439-2.232m-1.667 2.034a1.75 1.75 0 0 1-.561 1.092a2.17 2.17 0 0 1-1.318.32h-.71l.515-2.651h.921c.677 0 .949.145 1.059.266a1.18 1.18 0 0 1 .094.973"/><path fill="#000004" d="M10.178 13.908a1.65 1.65 0 0 1 1.221.338a1.34 1.34 0 0 1 .145 1.161a1.95 1.95 0 0 1-.642 1.223a2.36 2.36 0 0 1-1.448.37h-.978l.6-3.089Zm-3.917 6.216h1.608l.381-1.962h1.377a5 5 0 0 0 1.5-.191a2.84 2.84 0 0 0 1.07-.642a3.2 3.2 0 0 0 1.01-1.808a2.3 2.3 0 0 0-.385-2.044a2.57 2.57 0 0 0-2.035-.732H7.7Zm8.126-9.342h1.6l-.387 1.962h1.421a2.77 2.77 0 0 1 1.85.468a1.55 1.55 0 0 1 .305 1.516l-.667 3.434H16.89l.635-3.265a.89.89 0 0 0-.08-.76a1.12 1.12 0 0 0-.8-.2H15.37l-.822 4.228h-1.6Zm8.34 3.126a1.65 1.65 0 0 1 1.221.338a1.34 1.34 0 0 1 .145 1.161a1.95 1.95 0 0 1-.642 1.223A2.36 2.36 0 0 1 22 17h-.978l.6-3.089Zm-3.917 6.216h1.608l.381-1.962h1.377a5 5 0 0 0 1.5-.191a2.84 2.84 0 0 0 1.07-.642a3.2 3.2 0 0 0 1.01-1.808a2.3 2.3 0 0 0-.385-2.044a2.57 2.57 0 0 0-2.035-.732h-3.092Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGg4rxgcri" x1="-133.268" x2="-133.198" y1="-202.91" y2="-202.84" gradientTransform="matrix(189.38 0 0 189.81 25243.061 38519.17)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#387eb8"/><stop offset="1" stop-color="#366994"/></linearGradient><linearGradient id="SVG5ouQmWbV" x1="-133.575" x2="-133.495" y1="-203.203" y2="-203.133" gradientTransform="matrix(189.38 0 0 189.81 25309.061 38583.42)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#ffe052"/><stop offset="1" stop-color="#ffc331"/></linearGradient></defs><path fill="url(#SVGg4rxgcri)" d="M15.885 2.1c-7.1 0-6.651 3.07-6.651 3.07v3.19h6.752v1H6.545S2 8.8 2 16.005s4.013 6.912 4.013 6.912H8.33v-3.361s-.13-4.013 3.9-4.013h6.762s3.772.06 3.772-3.652V5.8s.572-3.712-6.842-3.712Zm-3.732 2.137a1.214 1.214 0 1 1-1.183 1.244v-.02a1.214 1.214 0 0 1 1.214-1.214Z"/><path fill="url(#SVG5ouQmWbV)" d="M16.085 29.91c7.1 0 6.651-3.08 6.651-3.08v-3.18h-6.751v-1h9.47S30 23.158 30 15.995s-4.013-6.912-4.013-6.912H23.64V12.4s.13 4.013-3.9 4.013h-6.765S9.2 16.356 9.2 20.068V26.2s-.572 3.712 6.842 3.712h.04Zm3.732-2.147A1.214 1.214 0 1 1 21 26.519v.03a1.214 1.214 0 0 1-1.214 1.214z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><linearGradient id="SVGiqgdicjk" x1="-235.957" x2="-235.986" y1="-308.579" y2="-308.527" gradientTransform="matrix(202.935 0 0 -202.78 47910.461 -62541.16)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fb7655"/><stop offset=".41" stop-color="#e42b1e"/><stop offset=".99" stop-color="#900"/><stop offset="1" stop-color="#900"/></linearGradient><linearGradient id="SVGF9aq9cWt" x1="-235.571" x2="-235.697" y1="-309.087" y2="-309.041" gradientTransform="matrix(60.308 0 0 -111.778 14236.351 -34525.395)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#871101"/><stop offset=".99" stop-color="#911209"/><stop offset="1" stop-color="#911209"/></linearGradient><linearGradient id="SVG0HSePCnb" x1="-235.896" x2="-235.937" y1="-313.362" y2="-313.129" gradientTransform="matrix(188.32 0 0 -21.986 44447.302 -6856.882)" href="#SVGF9aq9cWt"/><linearGradient id="SVGvb2glb6k" x1="-233.515" x2="-233.497" y1="-309.082" y2="-309.161" gradientTransform="matrix(65.222 0 0 -97.1 15237.802 -29991.814)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".23" stop-color="#e57252"/><stop offset=".46" stop-color="#de3b20"/><stop offset=".99" stop-color="#a60003"/><stop offset="1" stop-color="#a60003"/></linearGradient><linearGradient id="SVG6loDUcxZ" x1="-235.314" x2="-235.31" y1="-309.534" y2="-309.607" gradientTransform="matrix(105.32 0 0 -106.825 24798.925 -33053.152)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".23" stop-color="#e4714e"/><stop offset=".56" stop-color="#be1a0d"/><stop offset=".99" stop-color="#a80d00"/><stop offset="1" stop-color="#a80d00"/></linearGradient><linearGradient id="SVG6FPKXbvK" x1="-235.882" x2="-235.869" y1="-311.851" y2="-311.935" gradientTransform="matrix(94.321 0 0 -66.418 22271.499 -20707.004)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".18" stop-color="#e46342"/><stop offset=".4" stop-color="#c82410"/><stop offset=".99" stop-color="#a80d00"/><stop offset="1" stop-color="#a80d00"/></linearGradient><linearGradient id="SVGLCWrsbYP" x1="-235.412" x2="-235.333" y1="-321.074" y2="-320.958" gradientTransform="matrix(70.767 0 0 -24.301 16678.116 -7798.647)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".54" stop-color="#c81f11"/><stop offset=".99" stop-color="#bf0905"/><stop offset="1" stop-color="#bf0905"/></linearGradient><linearGradient id="SVGf5jZBbJL" x1="-223.821" x2="-223.796" y1="-310.116" y2="-310.18" gradientTransform="matrix(18.177 0 0 -72.645 4071.017 -22510.233)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#fff"/><stop offset=".31" stop-color="#de4024"/><stop offset=".99" stop-color="#bf190b"/><stop offset="1" stop-color="#bf190b"/></linearGradient><linearGradient id="SVGQfUwFbKt" x1="-235.561" x2="-235.424" y1="-309.258" y2="-309.116" gradientTransform="matrix(158.162 0 0 -157.937 37256.313 -48819.382)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#bd0012"/><stop offset=".07" stop-color="#fff"/><stop offset=".17" stop-color="#fff"/><stop offset=".27" stop-color="#c82f1c"/><stop offset=".33" stop-color="#820c01"/><stop offset=".46" stop-color="#a31601"/><stop offset=".72" stop-color="#b31301"/><stop offset=".99" stop-color="#e82609"/><stop offset="1" stop-color="#e82609"/></linearGradient><linearGradient id="SVGSsKSoh4f" x1="-235.424" x2="-235.476" y1="-309.143" y2="-309.126" gradientTransform="matrix(127.074 0 0 -97.409 29932.229 -30086.947)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8c0c01"/><stop offset=".54" stop-color="#990c00"/><stop offset=".99" stop-color="#a80d0e"/><stop offset="1" stop-color="#a80d0e"/></linearGradient><linearGradient id="SVG9U0cHUGc" x1="-235.839" x2="-235.901" y1="-309.604" y2="-309.555" gradientTransform="matrix(94.011 0 0 -105.603 22198.743 -32676.856)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7e110b"/><stop offset=".99" stop-color="#9e0c00"/><stop offset="1" stop-color="#9e0c00"/></linearGradient><linearGradient id="SVGdb3on5po" x1="-235.854" x2="-235.891" y1="-311.24" y2="-311.202" gradientTransform="matrix(79.702 0 0 -81.791 18827.397 -25447.905)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#79130d"/><stop offset=".99" stop-color="#9e120b"/><stop offset="1" stop-color="#9e120b"/></linearGradient><linearGradient id="SVGkA2IRbug" x1="-231.241" x2="-231.299" y1="-309.435" y2="-309.337" gradientTransform="matrix(40.137 0 0 -81.143 9286.998 -25078.589)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#8b2114"/><stop offset=".43" stop-color="#9e100a"/><stop offset=".99" stop-color="#b3100c"/><stop offset="1" stop-color="#b3100c"/></linearGradient><linearGradient id="SVGLvLZ24gI" x1="-235.898" x2="-235.831" y1="-317.466" y2="-317.537" gradientTransform="matrix(78.099 0 0 -32.624 18447.361 -10353.553)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b31000"/><stop offset=".44" stop-color="#910f08"/><stop offset=".99" stop-color="#791c12"/><stop offset="1" stop-color="#791c12"/></linearGradient><radialGradient id="SVGfvaUndTF" cx="-235.882" cy="-312.543" r=".076" gradientTransform="matrix(93.113 0 0 -48.655 21986.073 -15193.61)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#a80d00"/><stop offset=".99" stop-color="#7e0e08"/><stop offset="1" stop-color="#7e0e08"/></radialGradient><radialGradient id="SVGv1rGLeXK" cx="-235.282" cy="-309.704" r=".097" gradientTransform="matrix(97.434 0 0 -75.848 22937.057 -23467.84)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#a30c00"/><stop offset=".99" stop-color="#800e08"/><stop offset="1" stop-color="#800e08"/></radialGradient></defs><path fill="url(#SVGiqgdicjk)" d="M23.693 20.469L7.707 29.961l20.7-1.4L30 7.685Z"/><path fill="url(#SVGF9aq9cWt)" d="m28.44 28.542l-1.779-12.279l-4.846 6.4Z"/><path fill="url(#SVG0HSePCnb)" d="M28.464 28.542L15.43 27.519l-7.654 2.415Z"/><path fill="url(#SVGvb2glb6k)" d="M7.794 29.937L11.05 19.27L3.885 20.8Z"/><path fill="url(#SVG6loDUcxZ)" d="m21.813 22.7l-3-11.735L10.243 19Z"/><path fill="url(#SVG6FPKXbvK)" d="m29.32 11.127l-8.1-6.619l-2.257 7.3Z"/><path fill="url(#SVGLCWrsbYP)" d="m25.53 2.148l-4.767 2.634l-3.007-2.67Z"/><path fill="url(#SVGf5jZBbJL)" d="m2 24.38l2-3.642L2.382 16.4Z"/><path fill="#fff" d="m2.274 16.263l1.626 4.61l7.062-1.584l8.062-7.489L21.3 4.569l-3.583-2.53l-6.091 2.28C9.706 6.1 5.982 9.635 5.848 9.7s-2.459 4.464-3.574 6.562Z"/><path fill="url(#SVGQfUwFbKt)" d="M7.981 7.981C12.14 3.858 17.5 1.421 19.559 3.5s-.124 7.121-4.283 11.244s-9.455 6.69-11.511 4.614s.057-7.258 4.216-11.377"/><path fill="url(#SVGSsKSoh4f)" d="m7.794 29.933l3.231-10.7l10.729 3.447c-3.879 3.638-8.194 6.713-13.96 7.254Z"/><path fill="url(#SVG9U0cHUGc)" d="m19.038 11.774l2.754 10.91c3.24-3.407 6.149-7.07 7.573-11.6z"/><path fill="url(#SVGdb3on5po)" d="M29.337 11.139c1.1-3.327 1.357-8.1-3.841-8.985l-4.265 2.355z"/><path fill="#9e1209" d="M2 24.332c.153 5.49 4.114 5.572 5.8 5.62l-3.9-9.1z"/><path fill="url(#SVGfvaUndTF)" d="M19.053 11.791c2.49 1.531 7.509 4.6 7.61 4.661a17.6 17.6 0 0 0 2.619-5.343z"/><path fill="url(#SVGv1rGLeXK)" d="m11.021 19.232l4.319 8.332a28 28 0 0 0 6.385-4.88l-10.7-3.452Z"/><path fill="url(#SVGkA2IRbug)" d="m3.887 20.861l-.612 7.287c1.155 1.577 2.743 1.714 4.409 1.591c-1.205-3-3.614-9-3.8-8.878Z"/><path fill="url(#SVGLvLZ24gI)" d="m21.206 4.528l8.58 1.2c-.458-1.94-1.864-3.192-4.261-3.584l-4.319 2.38Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><defs><radialGradient id="SVGZmFlvcVj" cx="-492.035" cy="-883.37" r="13.998" gradientTransform="matrix(.866 -.5 -.3 -.52 177.106 -689.033)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#7d7d7d"/><stop offset=".267" stop-color="#7e7c7a"/><stop offset=".45" stop-color="#817871"/><stop offset=".608" stop-color="#867162"/><stop offset=".753" stop-color="#8d684c"/><stop offset=".886" stop-color="#965c30"/><stop offset="1" stop-color="#a04f12"/></radialGradient></defs><path fill="url(#SVGZmFlvcVj)" d="M15.124 5.3a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832M5.2 12.834a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m19.856.039a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m-17.451 1.14a.76.76 0 0 0 .386-1l-.369-.835h1.452v6.545h-2.93a10.3 10.3 0 0 1-.332-3.911Zm6.074.161v-1.929h3.458c.179 0 1.261.206 1.261 1.016c0 .672-.83.913-1.513.913ZM8.958 24.561a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m12.331.039a.832.832 0 1 1 .832.832a.83.83 0 0 1-.832-.832m.257-1.887a.76.76 0 0 0-.9.584l-.418 1.949a10.25 10.25 0 0 1-8.545-.041l-.417-1.949a.76.76 0 0 0-.9-.583l-1.721.37a10 10 0 0 1-.89-1.049h8.374c.095 0 .158-.017.158-.1v-2.966c0-.086-.063-.1-.158-.1h-2.45v-1.881h2.649a1.665 1.665 0 0 1 1.629 1.412c.105.413.336 1.757.494 2.187c.157.483.8 1.447 1.482 1.447h4.323a10 10 0 0 1-.949 1.1Zm4.65-7.821a10.3 10.3 0 0 1 .022 1.779h-1.051c-.105 0-.148.069-.148.172v.483c0 1.136-.641 1.384-1.2 1.447c-.535.06-1.128-.224-1.2-.551a3.62 3.62 0 0 0-1.671-2.808c1.03-.654 2.1-1.619 2.1-2.911A3.29 3.29 0 0 0 21.44 9.8a4.56 4.56 0 0 0-2.2-.724H8.367A10.25 10.25 0 0 1 14.1 5.84l1.282 1.344a.76.76 0 0 0 1.072.026l1.434-1.372a10.25 10.25 0 0 1 7.015 5l-.982 2.217a.76.76 0 0 0 .386 1Zm2.448.036l-.033-.343l1.011-.943a.42.42 0 0 0-.013-.595a.4.4 0 0 0-.121-.081l-1.288-.483l-.1-.334l.806-1.12a.42.42 0 0 0-.13-.581a.4.4 0 0 0-.133-.055l-1.363-.222l-.164-.306l.573-1.257a.42.42 0 0 0-.236-.544a.4.4 0 0 0-.146-.029l-1.383.048l-.224-.264l.318-1.347a.42.42 0 0 0-.343-.487a.4.4 0 0 0-.144 0l-1.348.315l-.266-.219l.049-1.381a.42.42 0 0 0-.431-.411a.4.4 0 0 0-.141.028l-1.257.573l-.306-.164l-.222-1.363a.42.42 0 0 0-.5-.318a.4.4 0 0 0-.133.055l-1.121.806l-.333-.1l-.483-1.293a.42.42 0 0 0-.555-.215a.4.4 0 0 0-.12.08l-.946 1.012l-.343-.033l-.728-1.177a.42.42 0 0 0-.688 0l-.728 1.177l-.343.033l-.943-1.012a.42.42 0 0 0-.595.015a.4.4 0 0 0-.08.12L12.483 3.8l-.333.1l-1.12-.8a.42.42 0 0 0-.581.13a.4.4 0 0 0-.055.133l-.222 1.363l-.306.164l-1.258-.573a.42.42 0 0 0-.544.239a.4.4 0 0 0-.028.144l.048 1.383l-.266.217l-1.347-.316a.42.42 0 0 0-.487.343a.4.4 0 0 0 0 .144L6.3 7.819l-.218.265L4.7 8.036a.422.422 0 0 0-.383.573l.573 1.257l-.164.306l-1.363.222a.42.42 0 0 0-.318.5a.4.4 0 0 0 .055.133l.806 1.12l-.1.334l-1.293.483a.42.42 0 0 0-.215.555a.4.4 0 0 0 .081.121l1.011.943l-.033.343l-1.177.728a.42.42 0 0 0 0 .688l1.177.728l.033.343l-1.011.943a.42.42 0 0 0 .015.595a.4.4 0 0 0 .119.08l1.293.483l.1.334l-.806 1.124a.42.42 0 0 0 .131.581a.4.4 0 0 0 .133.055l1.363.222l.164.307l-.573 1.257a.42.42 0 0 0 .24.545a.4.4 0 0 0 .143.028l1.383-.048l.219.266l-.317 1.348a.42.42 0 0 0 .341.486a.4.4 0 0 0 .146 0l1.345-.319l.266.218l-.049 1.382a.42.42 0 0 0 .429.41a.4.4 0 0 0 .143-.028l1.257-.573l.306.164l.222 1.362a.42.42 0 0 0 .5.319a.4.4 0 0 0 .133-.055l1.12-.807l.334.1l.483 1.292a.42.42 0 0 0 .556.214a.4.4 0 0 0 .119-.08l.943-1.011l.343.034l.728 1.177a.42.42 0 0 0 .588.1a.4.4 0 0 0 .1-.1l.728-1.177l.343-.034l.943 1.011a.42.42 0 0 0 .595-.015a.4.4 0 0 0 .08-.119l.483-1.292l.334-.1l1.12.807a.42.42 0 0 0 .581-.131a.4.4 0 0 0 .055-.133l.222-1.362l.306-.164l1.257.573a.42.42 0 0 0 .544-.239a.4.4 0 0 0 .028-.143l-.048-1.384l.265-.218l1.347.317a.42.42 0 0 0 .487-.34a.5.5 0 0 0 0-.146l-.309-1.346l.218-.266l1.383.048a.42.42 0 0 0 .41-.431a.4.4 0 0 0-.028-.142l-.573-1.257l.164-.307l1.363-.222a.42.42 0 0 0 .319-.5a.4.4 0 0 0-.056-.135l-.806-1.12l.1-.334l1.293-.483a.42.42 0 0 0 .215-.554a.4.4 0 0 0-.081-.121l-1.011-.943l.033-.343l1.177-.728a.42.42 0 0 0 0-.688Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#d9b400" d="M29.4 27.6H2.5V4.5h26.9Zm-25.9-1h24.9V5.5H3.5Z"/><path fill="#d9b400" d="m6.077 19.316l-.555-.832l4.844-3.229l-4.887-4.071l.641-.768l5.915 4.928zM12.7 18.2h7.8v1h-7.8zM2.5 5.5h26.9v1.9H2.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffda44" d="M8.562 15.256A21.2 21.2 0 0 0 16 16.449a21.2 21.2 0 0 0 7.438-1.194c1.864-.727 2.525-1.535 2.525-2V9.7a10.4 10.4 0 0 1-2.084 1.076A22.3 22.3 0 0 1 16 12.078a22.4 22.4 0 0 1-7.879-1.3A10.3 10.3 0 0 1 6.037 9.7v3.55c0 .474.663 1.278 2.525 2.006m0 6.705a15.6 15.6 0 0 0 2.6.741a25 25 0 0 0 4.838.453a25 25 0 0 0 4.838-.452a15.6 15.6 0 0 0 2.6-.741c1.864-.727 2.525-1.535 2.525-2v-3.39a10.7 10.7 0 0 1-1.692.825A23.5 23.5 0 0 1 16 18.74a23.5 23.5 0 0 1-8.271-1.348a11 11 0 0 1-1.692-.825v3.393c0 .466.663 1.271 2.525 2.001M16 30c5.5 0 9.963-1.744 9.963-3.894v-2.837a10.5 10.5 0 0 1-1.535.762l-.157.063A23.5 23.5 0 0 1 16 25.445a23.4 23.4 0 0 1-8.271-1.351l-.157-.063a10.5 10.5 0 0 1-1.535-.762v2.837C6.037 28.256 10.5 30 16 30"/><ellipse cx="16" cy="5.894" fill="#ffda44" rx="9.963" ry="3.894"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#c2c2c2" d="M22.038 2H6.375a1.755 1.755 0 0 0-1.75 1.75v24.5A1.755 1.755 0 0 0 6.375 30h19.25a1.755 1.755 0 0 0 1.75-1.75V6.856Zm.525 2.844l1.663 1.531h-1.663ZM6.375 28.25V3.75h14.438v4.375h4.813V28.25Z"/><path fill="#829ec2" d="M8.125 15.097h13.076v1.75H8.125zm0 9.342h9.762v1.75H8.125zm0-4.676h15.75v1.75H8.125zm0-9.533h15.75v1.75H8.125z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#7f7f7f" d="M22.76 6.83v3.25h-5v15.09h-3.5V10.08h-5V6.83Z"/><path fill="#bfbfbf" d="M2 2h6.2v3.09H5.34v21.8H8.2V30H2Zm28 28h-6.2v-3.09h2.86V5.11H23.8V2H30Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><rect width="28" height="28" x="2" y="2" fill="#3178c6" rx="1.312"/><path fill="#fff" fill-rule="evenodd" d="M18.245 23.759v3.068a6.5 6.5 0 0 0 1.764.575a11.6 11.6 0 0 0 2.146.192a10 10 0 0 0 2.088-.211a5.1 5.1 0 0 0 1.735-.7a3.54 3.54 0 0 0 1.181-1.266a4.47 4.47 0 0 0 .186-3.394a3.4 3.4 0 0 0-.717-1.117a5.2 5.2 0 0 0-1.123-.877a12 12 0 0 0-1.477-.734q-.6-.249-1.08-.484a5.5 5.5 0 0 1-.813-.479a2.1 2.1 0 0 1-.516-.518a1.1 1.1 0 0 1-.181-.618a1.04 1.04 0 0 1 .162-.571a1.4 1.4 0 0 1 .459-.436a2.4 2.4 0 0 1 .726-.283a4.2 4.2 0 0 1 .956-.1a6 6 0 0 1 .808.058a6 6 0 0 1 .856.177a6 6 0 0 1 .836.3a4.7 4.7 0 0 1 .751.422V13.9a7.5 7.5 0 0 0-1.525-.4a12.4 12.4 0 0 0-1.9-.129a8.8 8.8 0 0 0-2.064.235a5.2 5.2 0 0 0-1.716.733a3.66 3.66 0 0 0-1.171 1.271a3.73 3.73 0 0 0-.431 1.845a3.6 3.6 0 0 0 .789 2.34a6 6 0 0 0 2.395 1.639q.63.26 1.175.509a6.5 6.5 0 0 1 .942.517a2.5 2.5 0 0 1 .626.585a1.2 1.2 0 0 1 .23.719a1.1 1.1 0 0 1-.144.552a1.3 1.3 0 0 1-.435.441a2.4 2.4 0 0 1-.726.292a4.4 4.4 0 0 1-1.018.105a5.8 5.8 0 0 1-1.969-.35a5.9 5.9 0 0 1-1.805-1.045m-5.154-7.638h4v-2.527H5.938v2.527H9.92v11.254h3.171Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#41b883" d="M24.4 3.925H30l-14 24.15L2 3.925h10.71l3.29 5.6l3.22-5.6Z"/><path fill="#41b883" d="m2 3.925l14 24.15l14-24.15h-5.6L16 18.415L7.53 3.925Z"/><path fill="#35495e" d="M7.53 3.925L16 18.485l8.4-14.56h-5.18L16 9.525l-3.29-5.6Z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#f1662a" d="m20.42 21.157l2.211 2.211L30 16l-7.369-7.369l-2.211 2.212L25.58 16Zm-8.84-10.314L9.369 8.631L2 16l7.369 7.369l2.211-2.211L6.42 16Zm5.831-3.166l1.6.437l-4.42 16.209l-1.6-.437z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#ffe885" d="M2 12.218c.755 0 1.51-.008 2.264 0l.053.038l2.761 2.758c.891-.906 1.8-1.794 2.7-2.7c.053-.052.11-.113.192-.1h1.823a1.4 1.4 0 0 1 .353.019c-.7.67-1.377 1.369-2.069 2.05L5.545 18.8c-.331.324-.648.663-.989.975c-.754.022-1.511.007-2.266.007c1.223-1.209 2.431-2.433 3.658-3.637c-1.321-1.304-2.63-2.62-3.948-3.927m10.7 0h1.839v7.566c-.611 0-1.222.012-1.832-.008v-4.994c-1.6 1.607-3.209 3.2-4.811 4.8c-.089.08-.166.217-.305.194c-.824-.006-1.649 0-2.474 0Q8.916 16 12.7 12.218m2.258.002c.47-.009.939 0 1.409 0c.836.853 1.69 1.689 2.536 2.532q1.268-1.267 2.539-2.532h1.4q-.008 3.784 0 7.567c-.471 0-.943.006-1.414 0q.008-2.387 0-4.773c-.844.843-1.676 1.7-2.526 2.536c-.856-.835-1.687-1.695-2.532-2.541c0 1.594-.006 3.188.006 4.781c-.472 0-.943.005-1.415 0q-.003-3.79-.003-7.57m8.301-.003c.472 0 .944-.007 1.416 0q-.007 3.083 0 6.166h3.782c.063.006.144-.012.191.045c.448.454.907.9 1.353 1.354q-3.371.007-6.741 0q.007-3.782-.001-7.565"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="#fbc02d" d="M2 12.218c.755 0 1.51-.008 2.264 0l.053.038l2.761 2.758c.891-.906 1.8-1.794 2.7-2.7c.053-.052.11-.113.192-.1h1.823a1.4 1.4 0 0 1 .353.019c-.7.67-1.377 1.369-2.069 2.05L5.545 18.8c-.331.324-.648.663-.989.975c-.754.022-1.511.007-2.266.007c1.223-1.209 2.431-2.433 3.658-3.637c-1.321-1.304-2.63-2.62-3.948-3.927m10.7 0h1.839v7.566c-.611 0-1.222.012-1.832-.008v-4.994c-1.6 1.607-3.209 3.2-4.811 4.8c-.089.08-.166.217-.305.194c-.824-.006-1.649 0-2.474 0Q8.916 16 12.7 12.218m2.258.002c.47-.009.939 0 1.409 0c.836.853 1.69 1.689 2.536 2.532q1.268-1.267 2.539-2.532h1.4q-.008 3.784 0 7.567c-.471 0-.943.006-1.414 0q.008-2.387 0-4.773c-.844.843-1.676 1.7-2.526 2.536c-.856-.835-1.687-1.695-2.532-2.541c0 1.594-.006 3.188.006 4.781c-.472 0-.943.005-1.415 0q-.003-3.79-.003-7.57m8.301-.003c.472 0 .944-.007 1.416 0q-.007 3.083 0 6.166h3.782c.063.006.144-.012.191.045c.448.454.907.9 1.353 1.354q-3.371.007-6.741 0q.007-3.782-.001-7.565"/></svg>
@@ -0,0 +1,337 @@
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ width="48"
4
+ height="48"
5
+ viewBox="0 0 48 48"
6
+ fill="none"
7
+ version="1.1"
8
+ id="svg10"
9
+ sodipodi:docname="vitepress-logo-mini.svg"
10
+ inkscape:version="1.4.3 (0d15f75042, 2025-12-25)"
11
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ xmlns:svg="http://www.w3.org/2000/svg">
15
+ <sodipodi:namedview
16
+ id="namedview10"
17
+ pagecolor="#ffffff"
18
+ bordercolor="#000000"
19
+ borderopacity="0.25"
20
+ inkscape:showpageshadow="2"
21
+ inkscape:pageopacity="0.0"
22
+ inkscape:pagecheckerboard="0"
23
+ inkscape:deskcolor="#d1d1d1"
24
+ inkscape:zoom="6.9114583"
25
+ inkscape:cx="22.715901"
26
+ inkscape:cy="9.1876413"
27
+ inkscape:window-width="1421"
28
+ inkscape:window-height="1565"
29
+ inkscape:window-x="0"
30
+ inkscape:window-y="0"
31
+ inkscape:window-maximized="1"
32
+ inkscape:current-layer="svg10" />
33
+ <path
34
+ d="M5.03628 7.87818C4.75336 5.83955 6.15592 3.95466 8.16899 3.66815L33.6838 0.0367403C35.6969 -0.24977 37.5581 1.1706 37.841 3.20923L42.9637 40.1218C43.2466 42.1604 41.8441 44.0453 39.831 44.3319L14.3162 47.9633C12.3031 48.2498 10.4419 46.8294 10.159 44.7908L5.03628 7.87818Z"
35
+ fill="url(#paint0_linear_1287_1214)"
36
+ id="path1" />
37
+ <path
38
+ d="M6.85877 7.6188C6.71731 6.59948 7.41859 5.65703 8.42512 5.51378L33.9399 1.88237C34.9465 1.73911 35.8771 2.4493 36.0186 3.46861L41.1412 40.3812C41.2827 41.4005 40.5814 42.343 39.5749 42.4862L14.0601 46.1176C13.0535 46.2609 12.1229 45.5507 11.9814 44.5314L6.85877 7.6188Z"
39
+ fill="white"
40
+ id="path2" />
41
+ <path
42
+ d="M33.1857 14.9195L25.8505 34.1576C25.6991 34.5547 25.1763 34.63 24.9177 34.2919L12.3343 17.8339C12.0526 17.4655 12.3217 16.9339 12.7806 16.9524L22.9053 17.3607C22.9698 17.3633 23.0344 17.3541 23.0956 17.3337L32.5088 14.1992C32.9431 14.0546 33.3503 14.4878 33.1857 14.9195Z"
43
+ fill="url(#paint1_linear_1287_1214)"
44
+ id="path3" />
45
+ <defs
46
+ id="defs10">
47
+ <linearGradient
48
+ id="paint0_linear_1287_1214"
49
+ x1="6.48163"
50
+ y1="1.9759"
51
+ x2="39.05"
52
+ y2="48.2064"
53
+ gradientUnits="userSpaceOnUse">
54
+ <stop
55
+ stop-color="#49C7FF"
56
+ id="stop4" />
57
+ <stop
58
+ offset="1"
59
+ stop-color="#BD36FF"
60
+ id="stop5" />
61
+ </linearGradient>
62
+ <linearGradient
63
+ id="paint1_linear_1287_1214"
64
+ x1="11.8848"
65
+ y1="16.4266"
66
+ x2="26.7246"
67
+ y2="31.4177"
68
+ gradientUnits="userSpaceOnUse">
69
+ <stop
70
+ stop-color="#41D1FF"
71
+ id="stop6" />
72
+ <stop
73
+ offset="1"
74
+ stop-color="#BD34FE"
75
+ id="stop7" />
76
+ </linearGradient>
77
+ <linearGradient
78
+ id="paint2_linear_1287_1214"
79
+ x1="21.8138"
80
+ y1="13.7046"
81
+ x2="26.2464"
82
+ y2="28.8069"
83
+ gradientUnits="userSpaceOnUse">
84
+ <stop
85
+ stop-color="#FFEA83"
86
+ id="stop8" />
87
+ <stop
88
+ offset="0.0833333"
89
+ stop-color="#FFDD35"
90
+ id="stop9" />
91
+ <stop
92
+ offset="1"
93
+ stop-color="#FFA800"
94
+ id="stop10" />
95
+ </linearGradient>
96
+ <linearGradient
97
+ id="tube_4_"
98
+ gradientUnits="userSpaceOnUse"
99
+ x1="206.4585"
100
+ y1="215.26289"
101
+ x2="283.12949"
102
+ y2="291.9339"
103
+ gradientTransform="matrix(0.9138,-0.4062,0.4062,0.9138,-80.6459,125.703)">
104
+ <stop
105
+ offset="0"
106
+ style="stop-color:#919191"
107
+ id="stop8-3" />
108
+
109
+ <stop
110
+ offset="1"
111
+ style="stop-color:#FFFFFF"
112
+ id="stop9-6" />
113
+
114
+ </linearGradient>
115
+ <linearGradient
116
+ id="liquid_3_"
117
+ gradientUnits="userSpaceOnUse"
118
+ x1="177.62891"
119
+ y1="273.75229"
120
+ x2="224.04559"
121
+ y2="320.16891"
122
+ gradientTransform="matrix(0.9138,-0.4062,0.4062,0.9138,-80.6459,125.703)">
123
+ <stop
124
+ offset="0"
125
+ style="stop-color:#990000"
126
+ id="stop10-7" />
127
+
128
+ <stop
129
+ offset="1"
130
+ style="stop-color:#E80000"
131
+ id="stop11-5" />
132
+
133
+ </linearGradient>
134
+ <linearGradient
135
+ id="paint5_linear_1288_1252"
136
+ x1="73.828499"
137
+ y1="34.597698"
138
+ x2="85.124199"
139
+ y2="75.213402"
140
+ gradientUnits="userSpaceOnUse"
141
+ gradientTransform="translate(-55.886955,-50.686498)">
142
+ <stop
143
+ stop-color="#FFEA83"
144
+ id="stop17" />
145
+ <stop
146
+ offset="0.0833333"
147
+ stop-color="#FFDD35"
148
+ id="stop18" />
149
+ <stop
150
+ offset="1"
151
+ stop-color="#FFA800"
152
+ id="stop19" />
153
+ </linearGradient>
154
+ <linearGradient
155
+ id="tube_4_-6"
156
+ gradientUnits="userSpaceOnUse"
157
+ x1="206.4585"
158
+ y1="215.26289"
159
+ x2="283.12949"
160
+ y2="291.9339"
161
+ gradientTransform="matrix(0.9138,-0.4062,0.4062,0.9138,-80.6459,125.703)">
162
+ <stop
163
+ offset="0"
164
+ style="stop-color:#919191"
165
+ id="stop8-3-2" />
166
+
167
+ <stop
168
+ offset="1"
169
+ style="stop-color:#FFFFFF"
170
+ id="stop9-6-9" />
171
+
172
+ </linearGradient>
173
+ <linearGradient
174
+ id="liquid_3_-1"
175
+ gradientUnits="userSpaceOnUse"
176
+ x1="177.62891"
177
+ y1="273.75229"
178
+ x2="224.04559"
179
+ y2="320.16891"
180
+ gradientTransform="matrix(0.9138,-0.4062,0.4062,0.9138,-80.6459,125.703)">
181
+ <stop
182
+ offset="0"
183
+ style="stop-color:#990000"
184
+ id="stop10-7-2" />
185
+
186
+ <stop
187
+ offset="1"
188
+ style="stop-color:#E80000"
189
+ id="stop11-5-7" />
190
+
191
+ </linearGradient>
192
+ </defs>
193
+ <g
194
+ id="g10"
195
+ transform="matrix(0.36915475,0,0,0.36915475,15.294499,19.834672)"
196
+ style="opacity:1">
197
+ <g
198
+ id="logo-bg-light"
199
+ display="inline"
200
+ transform="matrix(0.14614481,0,0,0.14614481,-0.258549,-34.02629)">
201
+ <g
202
+ id="test-tube_1_"
203
+ display="inline"
204
+ transform="matrix(1.0393214,0.02053355,-0.02053355,1.0393214,13.290033,30.403125)">
205
+ <path
206
+ id="shadow_1_"
207
+ opacity="0.1"
208
+ d="m 269.02,59.151 c -0.184,0.737 -0.188,1.529 -0.033,2.365 0,0 2.507,16.642 -0.339,24.048 l -121.005,314.633 0.009,0.004 c -8.636,23.11 2.937,48.911 26.014,57.787 23.077,8.875 48.955,-2.524 58.03,-25.464 l 0.011,0.005 121.005,-314.634 c 2.366,-6.155 15.86,-18.079 15.86,-18.079 0.677,-0.516 1.202,-1.108 1.56,-1.778 l 0.059,-0.122 c 0.065,-0.132 0.141,-0.258 0.193,-0.395 3.12,-8.113 -17.005,-23.405 -44.952,-34.152 -27.948,-10.748 -53.133,-12.884 -56.253,-4.771 -0.053,0.137 -0.083,0.281 -0.122,0.422 z" />
209
+
210
+
211
+ <linearGradient
212
+ id="linearGradient2"
213
+ gradientUnits="userSpaceOnUse"
214
+ x1="206.4585"
215
+ y1="215.26289"
216
+ x2="283.12949"
217
+ y2="291.9339"
218
+ gradientTransform="matrix(0.9138,-0.4062,0.4062,0.9138,-80.6459,125.703)">
219
+ <stop
220
+ offset="0"
221
+ style="stop-color:#919191"
222
+ id="stop1" />
223
+
224
+ <stop
225
+ offset="1"
226
+ style="stop-color:#FFFFFF"
227
+ id="stop2" />
228
+
229
+ </linearGradient>
230
+
231
+ <path
232
+ id="tube_1_"
233
+ fill="url(#tube_4_)"
234
+ d="m 265.523,56.477 c -0.185,0.737 -0.19,1.529 -0.033,2.365 0,0 2.508,16.642 -0.34,24.048 l -121.006,314.632 0.011,0.004 c -8.635,23.11 2.937,48.911 26.014,57.787 23.075,8.875 48.955,-2.524 58.03,-25.464 l 0.011,0.005 121.005,-314.634 c 2.365,-6.155 15.86,-18.079 15.86,-18.079 0.677,-0.516 1.202,-1.107 1.56,-1.778 l 0.058,-0.122 c 0.065,-0.131 0.141,-0.258 0.193,-0.395 3.12,-8.113 -17.005,-23.404 -44.951,-34.152 -27.948,-10.748 -53.133,-12.884 -56.253,-4.771 -0.053,0.137 -0.083,0.281 -0.122,0.422 z"
235
+ style="fill:url(#tube_4_-6)" />
236
+
237
+
238
+ <linearGradient
239
+ id="linearGradient4"
240
+ gradientUnits="userSpaceOnUse"
241
+ x1="177.62891"
242
+ y1="273.75229"
243
+ x2="224.04559"
244
+ y2="320.16891"
245
+ gradientTransform="matrix(0.9138,-0.4062,0.4062,0.9138,-80.6459,125.703)">
246
+ <stop
247
+ offset="0"
248
+ style="stop-color:#990000"
249
+ id="stop3" />
250
+
251
+ <stop
252
+ offset="1"
253
+ style="stop-color:#E80000"
254
+ id="stop4-0" />
255
+
256
+ </linearGradient>
257
+
258
+ <path
259
+ id="liquid_1_"
260
+ fill="url(#liquid_3_)"
261
+ d="m 303.48,198.814 -87.262,226.896 0.057,0.021 c -6.436,16.262 -25.166,24.723 -41.781,18.333 -16.615,-6.39 -25.608,-25.512 -19.488,-41.897 v 0 l 55.758,-144.982 c 0,0 6.964,-11.233 20.637,-19.225 13.673,-7.991 24.949,-6.305 40.132,-13.053 15.182,-6.748 31.947,-26.093 31.947,-26.093 z"
262
+ style="fill:url(#liquid_3_-1)" />
263
+
264
+
265
+ <ellipse
266
+ id="top_1_"
267
+ transform="matrix(0.9334,0.359,-0.359,0.9334,48.4129,-108.3439)"
268
+ fill="#333333"
269
+ cx="315.97"
270
+ cy="76.200996"
271
+ rx="33.647999"
272
+ ry="8.8500004" />
273
+
274
+ <path
275
+ id="side-reflection_1_"
276
+ opacity="0.3"
277
+ fill="#ffffff"
278
+ d="m 265.489,58.841 c 0,0 2.471,16.737 -0.34,24.048 l -121.005,314.633 0.011,0.004 c -8.635,23.11 2.937,48.911 26.014,57.787 4.005,1.54 8.092,2.455 12.164,2.822 -15.556,-11.702 -22.23,-32.632 -15.093,-51.73 l -0.011,-0.004 118.604,-308.392 c 0,0 -16.144,-15.159 -20.344,-39.168 z" />
279
+
280
+ <g
281
+ id="bubbles_1_">
282
+ <circle
283
+ opacity="0.5"
284
+ fill="#ffffff"
285
+ cx="226.53101"
286
+ cy="261.806"
287
+ r="3.506"
288
+ id="circle11" />
289
+
290
+ <circle
291
+ opacity="0.5"
292
+ fill="#ffffff"
293
+ cx="249.51401"
294
+ cy="287.22699"
295
+ r="5.2849998"
296
+ id="circle12" />
297
+
298
+ <circle
299
+ opacity="0.5"
300
+ fill="#ffffff"
301
+ cx="214.429"
302
+ cy="317.45901"
303
+ r="9.915"
304
+ id="circle13" />
305
+
306
+ <circle
307
+ opacity="0.5"
308
+ fill="#ffffff"
309
+ cx="198.375"
310
+ cy="335.79501"
311
+ r="5.2859998"
312
+ id="circle14" />
313
+
314
+ <circle
315
+ opacity="0.5"
316
+ fill="#ffffff"
317
+ cx="219.42999"
318
+ cy="375.008"
319
+ r="3.506"
320
+ id="circle15" />
321
+
322
+ </g>
323
+
324
+ </g>
325
+
326
+ </g>
327
+ <path
328
+ d="m 32.924745,-19.186898 -20.3995,6.7033 c -0.3353,0.1101 -0.5503,0.4194 -0.5229,0.7521 l 1.7017,20.6721 c 0.0401,0.4869 0.5659,0.7978 1.0508,0.6214 l 5.6514,-2.0577 c 0.5289,-0.1924 1.0884,0.1935 1.0516,0.7256 l -0.5679,8.2261 c -0.0381,0.5536 0.5654,0.941 1.1003,0.7059 l 3.4544,-1.5187 c 0.5356,-0.2354 1.1399,0.1532 1.1003,0.7074 l -0.9239,12.9258 c -0.0578,0.8086 1.1144,1.0866 1.479,0.3507 l 0.2435,-0.4914 12.3995,-34.3962 c 0.2077,-0.576 -0.3748,-1.1217 -0.9847,-0.923 l -5.849,1.9044 c -0.5495,0.1788 -1.1017,-0.251 -1.0183,-0.7924 l 2.0547,-13.3238 c 0.0835,-0.5424 -0.4715,-0.9724 -1.021,-0.7916 z"
329
+ fill="url(#paint5_linear_1288_1252)"
330
+ id="path7"
331
+ style="display:none;fill:url(#paint5_linear_1288_1252)" />
332
+ </g>
333
+ <path
334
+ d="M27.0251 12.5756L19.9352 15.0427C19.8187 15.0832 19.7444 15.1986 19.7546 15.3231L20.3916 23.063C20.4066 23.2453 20.5904 23.3628 20.7588 23.2977L22.7226 22.5392C22.9064 22.4682 23.1021 22.6138 23.0905 22.8128L22.9102 25.8903C22.8982 26.0974 23.1093 26.2436 23.295 26.1567L24.4948 25.5953C24.6808 25.5084 24.892 25.6549 24.8795 25.8624L24.5855 30.6979C24.5671 31.0004 24.9759 31.1067 25.1013 30.8321L25.185 30.6487L29.4298 17.8014C29.5008 17.5863 29.2968 17.3809 29.0847 17.454L27.0519 18.1547C26.8609 18.2205 26.6675 18.0586 26.6954 17.8561L27.3823 12.8739C27.4103 12.6712 27.2163 12.5091 27.0251 12.5756Z"
335
+ fill="url(#paint2_linear_1287_1214)"
336
+ id="path4" />
337
+ </svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M.778 1.213a.768.768 0 0 0-.768.892l3.263 19.81c.084.5.515.868 1.022.873H19.95a.77.77 0 0 0 .77-.646l3.27-20.03a.768.768 0 0 0-.768-.891zM14.52 15.53H9.522L8.17 8.466h7.561z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M5.202 2.857C7.954 4.922 10.913 9.11 12 11.358c1.087-2.247 4.046-6.436 6.798-8.501C20.783 1.366 24 .213 24 3.883c0 .732-.42 6.156-.667 7.037c-.856 3.061-3.978 3.842-6.755 3.37c4.854.826 6.089 3.562 3.422 6.299c-5.065 5.196-7.28-1.304-7.847-2.97c-.104-.305-.152-.448-.153-.327c0-.121-.05.022-.153.327c-.568 1.666-2.782 8.166-7.847 2.97c-2.667-2.737-1.432-5.473 3.422-6.3c-2.777.473-5.899-.308-6.755-3.369C.42 10.04 0 4.615 0 3.883c0-3.67 3.217-2.517 5.202-1.026"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M7.42 10.05c-.18-.16-.46-.23-.84-.23H6l.02 2.44l.04 2.45l.56-.02c.41 0 .63-.07.83-.26c.24-.24.26-.36.26-2.2c0-1.91-.02-1.96-.29-2.18M0 4.94v14.12h24V4.94zM8.56 15.3c-.44.58-1.06.77-2.53.77H4.71V8.53h1.4c1.67 0 2.16.18 2.6.9c.27.43.29.6.32 2.57c.05 2.23-.02 2.73-.47 3.3m5.09-5.47h-2.47v1.77h1.52v1.28l-.72.04l-.75.03v1.77l1.22.03l1.2.04v1.28h-1.6c-1.53 0-1.6-.01-1.87-.3l-.3-.28v-3.16c0-3.02.01-3.18.25-3.48c.23-.31.25-.31 1.88-.31h1.64v1.3zm4.68 5.45c-.17.43-.64.79-1 .79c-.18 0-.45-.15-.67-.39c-.32-.32-.45-.63-.82-2.08l-.9-3.39l-.45-1.67h.76c.4 0 .75.02.75.05c0 .06 1.16 4.54 1.26 4.83c.04.15.32-.7.73-2.3l.66-2.52l.74-.04c.4-.02.73 0 .73.04c0 .14-1.67 6.38-1.8 6.68z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M20.317 4.37a19.8 19.8 0 0 0-4.885-1.515a.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.3 18.3 0 0 0-5.487 0a13 13 0 0 0-.617-1.25a.08.08 0 0 0-.079-.037A19.7 19.7 0 0 0 3.677 4.37a.1.1 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.08.08 0 0 0 .031.057a19.9 19.9 0 0 0 5.993 3.03a.08.08 0 0 0 .084-.028a14 14 0 0 0 1.226-1.994a.076.076 0 0 0-.041-.106a13 13 0 0 1-1.872-.892a.077.077 0 0 1-.008-.128a10 10 0 0 0 .372-.292a.07.07 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.07.07 0 0 1 .078.01q.181.149.373.292a.077.077 0 0 1-.006.127a12.3 12.3 0 0 1-1.873.892a.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.08.08 0 0 0 .084.028a19.8 19.8 0 0 0 6.002-3.03a.08.08 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.06.06 0 0 0-.031-.03M8.02 15.33c-1.182 0-2.157-1.085-2.157-2.419c0-1.333.956-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.956 2.418-2.157 2.418m7.975 0c-1.183 0-2.157-1.085-2.157-2.419c0-1.333.955-2.419 2.157-2.419c1.21 0 2.176 1.096 2.157 2.42c0 1.333-.946 2.418-2.157 2.418"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M12 24C5.385 24 0 18.615 0 12S5.385 0 12 0s12 5.385 12 12s-5.385 12-12 12m10.12-10.358c-.35-.11-3.17-.953-6.384-.438c1.34 3.684 1.887 6.684 1.992 7.308a10.28 10.28 0 0 0 4.395-6.87zm-6.115 7.808c-.153-.9-.75-4.032-2.19-7.77l-.066.02c-5.79 2.015-7.86 6.025-8.04 6.4a10.16 10.16 0 0 0 6.29 2.166c1.42 0 2.77-.29 4-.814zm-11.62-2.58c.232-.4 3.045-5.055 8.332-6.765q.202-.067.405-.12q-.392-.879-.832-1.74C7.17 11.775 2.206 11.71 1.756 11.7l-.004.312c0 2.633.998 5.037 2.634 6.855zm-2.42-8.955c.46.008 4.683.026 9.477-1.248a66 66 0 0 0-3.8-5.928a10.28 10.28 0 0 0-5.676 7.17zM9.6 2.052c.282.38 2.145 2.914 3.822 6c3.645-1.365 5.19-3.44 5.373-3.702A10.2 10.2 0 0 0 12 1.764c-.825 0-1.63.1-2.4.285zm10.335 3.483c-.218.29-1.935 2.493-5.724 4.04c.24.49.47.985.68 1.486c.08.18.15.36.22.53c3.41-.43 6.8.26 7.14.33c-.02-2.42-.88-4.64-2.31-6.38z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978c.401 0 .955.042 1.468.103a9 9 0 0 1 1.141.195v3.325a9 9 0 0 0-.653-.036a27 27 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.7 1.7 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103l-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647"/></svg>