@qhealth-design-system/core 1.17.2 → 1.18.1

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 (46) hide show
  1. package/.storybook/globals.js +10 -0
  2. package/.storybook/preview.js +9 -13
  3. package/CHANGELOG.md +4 -0
  4. package/package.json +1 -1
  5. package/src/assets/img/QLD-Health-icons.svg +10 -6
  6. package/src/assets/img/QLD-icons.svg +12 -8
  7. package/src/assets/img/qgov-coa.svg +65 -0
  8. package/src/components/_global/css/forms/general/component.scss +1 -1
  9. package/src/components/_global/css/icons/component.scss +40 -38
  10. package/src/components/_global/css/tags/component.scss +28 -27
  11. package/src/components/_global/html/head.html +1 -1
  12. package/src/components/basic_search/html/component.hbs +2 -1
  13. package/src/components/card_single_action/css/component.scss +15 -0
  14. package/src/components/footer/html/component.hbs +18 -15
  15. package/src/components/header/css/component.scss +25 -85
  16. package/src/components/header/html/component.hbs +4 -176
  17. package/src/components/header/js/global.js +194 -180
  18. package/src/components/left_hand_navigation/css/component.scss +32 -29
  19. package/src/components/left_hand_navigation/html/component.hbs +10 -6
  20. package/src/components/left_hand_navigation/js/global.js +49 -26
  21. package/src/components/main_navigation/css/component.scss +115 -89
  22. package/src/components/main_navigation/html/component.hbs +9 -3
  23. package/src/components/mega_main_navigation/css/component.scss +6 -6
  24. package/src/components/mega_main_navigation/html/component.hbs +9 -3
  25. package/src/components/multi_column/css/component.scss +2 -32
  26. package/src/components/overflow_menu/css/component.scss +19 -41
  27. package/src/components/search_box/css/component.scss +42 -0
  28. package/src/components/tab/css/component.scss +56 -41
  29. package/src/components/tab/html/component.hbs +13 -13
  30. package/src/components/tab/js/global.js +43 -114
  31. package/src/components/tab/js/manifest.json +881 -873
  32. package/src/data/site.json +28 -4
  33. package/src/index.js +11 -2
  34. package/src/stories/BackToTop/BackToTop.js +8 -0
  35. package/src/stories/BackToTop/BackToTop.mdx +42 -0
  36. package/src/stories/BackToTop/BackToTop.stories.js +28 -0
  37. package/src/stories/CTALink/CTALink.js +5 -0
  38. package/src/stories/CTALink/CTALink.mdx +39 -0
  39. package/src/stories/CTALink/CTALink.stories.js +151 -0
  40. package/src/assets/data-tables-csv-test.csv +0 -191
  41. package/src/assets/img/header-logo-agov.png +0 -0
  42. package/src/assets/img/header-search.svg +0 -3
  43. package/src/assets/img/layers-2x.png +0 -0
  44. package/src/assets/img/layers.png +0 -0
  45. package/src/assets/img/marker-icon.png +0 -0
  46. package/src/assets/img/video-play.svg +0 -3
@@ -37,6 +37,11 @@ export const figmaLinks = {
37
37
  masterDoc: {
38
38
  file: "https://www.figma.com/design/qKsxl3ogIlBp7dafgxXuCA/QGDS-UI-kit?node-id=23529-440999&t=y8LMLpCtTxOgtHpT-0",
39
39
  },
40
+ ctaLink: {
41
+ design: "https://www.figma.com/design/qKsxl3ogIlBp7dafgxXuCA/QGDS-UI-kit?node-id=11056-321367&p=f&t=cifVNWBzJL4yUQOx-0",
42
+ file: "https://www.figma.com/design/qKsxl3ogIlBp7dafgxXuCA/QGDS-UI-kit?node-id=23167-395565&t=cifVNWBzJL4yUQOx-0",
43
+ ds: "https://www.designsystem.qld.gov.au/components/call-to-action-cta",
44
+ },
40
45
  inPageAlert: {
41
46
  design: "https://www.figma.com/design/qKsxl3ogIlBp7dafgxXuCA/QGDS-UI-kit?node-id=5990-98125&p=f&t=y8LMLpCtTxOgtHpT-0",
42
47
  file: "https://www.figma.com/design/qKsxl3ogIlBp7dafgxXuCA/QGDS-UI-kit?node-id=23167-395551&t=h9SPYdoJV6KCygCT-0",
@@ -77,4 +82,9 @@ export const figmaLinks = {
77
82
  file: "https://www.figma.com/design/qKsxl3ogIlBp7dafgxXuCA/QGDS-UI-kit?node-id=23167-395570",
78
83
  ds: "https://www.designsystem.qld.gov.au/components/radio-buttons",
79
84
  },
85
+ backToTop: {
86
+ design: "https://www.figma.com/design/qKsxl3ogIlBp7dafgxXuCA/QGDS-UI-kit?node-id=23167-395564&t=0jAqcs3ccQUE8FHh-0",
87
+ file: "https://www.figma.com/design/qKsxl3ogIlBp7dafgxXuCA/QGDS-UI-kit?node-id=23167-395564&t=SuTGfoccLj3mysvx-0",
88
+ ds: "https://www.designsystem.qld.gov.au/components/back-to-top",
89
+ },
80
90
  };
@@ -5,7 +5,6 @@ import { viewports, themes, themeColours } from "./globals.js";
5
5
 
6
6
  /** @type { import('@storybook/html').Preview } */
7
7
  const preview = {
8
- tags: ["autodocs"],
9
8
  parameters: {
10
9
  controls: {
11
10
  matchers: {
@@ -35,26 +34,26 @@ const preview = {
35
34
  },
36
35
  },
37
36
  backgrounds: {
38
- default: "white",
37
+ default: "White",
39
38
  values: [
40
39
  {
41
- name: "white",
40
+ name: "White",
42
41
  value: themeColours["white"],
43
42
  },
44
43
  {
45
- name: "light",
44
+ name: "Light",
46
45
  value: themeColours["light"],
47
46
  },
48
47
  {
49
- name: "light alt",
48
+ name: "Light Alternate",
50
49
  value: themeColours["light alt"],
51
50
  },
52
51
  {
53
- name: "dark",
52
+ name: "Dark",
54
53
  value: themeColours["dark"],
55
54
  },
56
55
  {
57
- name: "dark alt",
56
+ name: "Dark Alternate",
58
57
  value: themeColours["dark alt"],
59
58
  },
60
59
  ],
@@ -69,19 +68,16 @@ const preview = {
69
68
  },
70
69
  decorators: [
71
70
  (storyFn, context) => {
72
- const theme = context.globals.theme || "white";
73
- const themeClass = themes[theme] || "qld__body";
74
-
71
+ // Get the theme key from the background, to use within the decorator
72
+ const themeKey = Object.keys(themeColours).find((key) => themeColours[key] === context.globals.backgrounds?.value);
75
73
  const wrapper = document.createElement("div");
76
- wrapper.className = themeClass;
77
-
74
+ wrapper.className = themes[themeKey] || themes["white"];
78
75
  const story = storyFn();
79
76
  if (typeof story === "string") {
80
77
  wrapper.innerHTML = story;
81
78
  } else if (story instanceof HTMLElement) {
82
79
  wrapper.appendChild(story);
83
80
  }
84
-
85
81
  return wrapper;
86
82
  },
87
83
  ],
package/CHANGELOG.md CHANGED
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## Unreleased
9
9
 
10
+ ## 1.18.1 - 2025-11-12
11
+
12
+ ## 1.18.0 - 2025-11-12
13
+
10
14
  ## 1.17.2 - 2025-10-23
11
15
 
12
16
  ## 1.17.1 - 2025-10-15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qhealth-design-system/core",
3
- "version": "1.17.2",
3
+ "version": "1.18.1",
4
4
  "description": "",
5
5
  "licence": "MIT",
6
6
  "main": "index.js",
@@ -1,7 +1,6 @@
1
- <?xml version="1.0" encoding="utf-8"?>
2
1
  <svg xmlns="http://www.w3.org/2000/svg" role="img">
3
2
  <defs>
4
- <symbol id="facilty" fill="none" viewBox="0 0 32 32">
3
+ <symbol id="facility" fill="none" viewBox="0 0 32 32">
5
4
  <path fill="currentColor" d="M29 7.932v17.136c0 .527-.19.98-.572 1.361-.381.38-.836.571-1.365.571H21.76a.751.751 0 0 1-.554-.224.757.757 0 0 1-.224-.556.758.758 0 0 1 .778-.772h5.304a.372.372 0 0 0 .274-.107.37.37 0 0 0 .107-.273V7.932a.37.37 0 0 0-.107-.273.371.371 0 0 0-.274-.107H15.778a.372.372 0 0 0-.274.107.37.37 0 0 0-.107.273v1.786a.74.74 0 0 1-.229.553.768.768 0 0 1-.557.223.755.755 0 0 1-.77-.776v-1.79c0-.528.19-.98.567-1.36A1.85 1.85 0 0 1 15.765 6h11.298c.529 0 .984.19 1.365.57.381.381.572.835.572 1.362ZM3 16.721c0-.308.07-.605.21-.89.139-.284.338-.513.597-.685l5.981-4.256a1.87 1.87 0 0 1 .547-.268 2.033 2.033 0 0 1 1.148 0c.19.054.375.143.556.268l5.96 4.256c.26.172.459.4.598.685.14.285.21.582.21.89v8.347c0 .527-.19.98-.57 1.361-.379.38-.835.571-1.367.571h-2.422c-.529 0-.984-.19-1.365-.57a1.857 1.857 0 0 1-.572-1.362V21.12H9.308v3.948c0 .527-.19.98-.569 1.361-.38.38-.835.571-1.368.571H4.937c-.529 0-.984-.19-1.365-.57A1.857 1.857 0 0 1 3 25.067V16.72Zm1.556.002v8.345a.37.37 0 0 0 .107.273.372.372 0 0 0 .274.107H7.37a.372.372 0 0 0 .274-.107.37.37 0 0 0 .107-.273v-3.925c0-.438.155-.81.464-1.116.308-.306.68-.46 1.116-.46h3.155c.44 0 .813.154 1.12.46.306.306.46.678.46 1.116v3.925c0 .11.037.202.11.273a.375.375 0 0 0 .27.107h2.423a.372.372 0 0 0 .274-.107.37.37 0 0 0 .107-.273v-8.345a.4.4 0 0 0-.167-.32l-5.96-4.227a.344.344 0 0 0-.21-.072.38.38 0 0 0-.219.072l-5.973 4.227a.402.402 0 0 0-.167.32Z"/>
6
5
  <path fill="currentColor" d="M21.598 14.736V12.89h-1.85a.759.759 0 0 1-.777-.772c0-.221.075-.406.224-.556a.751.751 0 0 1 .554-.224h1.85V9.494a.755.755 0 0 1 .773-.776.76.76 0 0 1 .557.223c.15.148.225.333.225.553v1.845h1.849a.758.758 0 0 1 .778.772c0 .22-.075.406-.224.555a.75.75 0 0 1-.554.225h-1.85v1.845a.757.757 0 0 1-.773.776.76.76 0 0 1-.557-.223.749.749 0 0 1-.225-.553Zm1.406 8.268h-.921a.465.465 0 0 1-.34-.144.46.46 0 0 1-.145-.337v-.914c0-.128.05-.242.147-.34a.465.465 0 0 1 .341-.15h.918c.13 0 .242.05.338.15a.47.47 0 0 1 .145.34v.914a.46.46 0 0 1-.145.337.464.464 0 0 1-.338.144Zm0-3.539h-.921a.466.466 0 0 1-.34-.145.46.46 0 0 1-.145-.337v-.914c0-.128.05-.241.147-.34a.465.465 0 0 1 .341-.15h.918c.13 0 .242.05.338.15a.474.474 0 0 1 .145.34v.915c0 .128-.048.24-.145.336a.465.465 0 0 1-.338.145Z"/>
7
6
  </symbol>
@@ -95,9 +94,14 @@
95
94
  <symbol id="bed" fill="none" viewBox="0 0 32 32">
96
95
  <path fill="currentColor" d="M10.41 28a2.39 2.39 0 0 1-1.702-.67C8.236 26.882 8 26.345 8 25.717V6.282c0-.628.236-1.165.708-1.612A2.387 2.387 0 0 1 10.41 4h11.18c.663 0 1.23.224 1.702.67.472.448.708.985.708 1.613v19.433c0 .628-.236 1.166-.708 1.613A2.389 2.389 0 0 1 21.59 28H10.41ZM10 14.939a3.99 3.99 0 0 1 1.235-.627 4.855 4.855 0 0 1 1.432-.207h6.666c.506 0 .984.07 1.432.207.45.138.86.346 1.235.627V6.283a.368.368 0 0 0-.115-.279.412.412 0 0 0-.295-.11H10.41a.412.412 0 0 0-.295.11.368.368 0 0 0-.115.28v8.655Zm6-2.729c-.648 0-1.199-.214-1.652-.644A2.077 2.077 0 0 1 13.667 10c0-.614.227-1.136.68-1.566.454-.43 1.005-.645 1.653-.645.648 0 1.199.215 1.653.645.453.43.68.952.68 1.566a2.08 2.08 0 0 1-.68 1.566c-.454.43-1.005.644-1.653.644Zm-5.59 13.895h11.18a.41.41 0 0 0 .295-.109.368.368 0 0 0 .115-.28v-7.19c0-.694-.261-1.29-.783-1.784A2.641 2.641 0 0 0 19.333 16h-6.666c-.734 0-1.361.247-1.884.742-.522.495-.783 1.09-.783 1.784v7.19c0 .114.038.207.115.28.077.073.176.11.295.11ZM15 24.526h2V22h2.667v-1.895H17V17.58h-2v2.526h-2.667V22H15v2.526Zm-4.59 1.58H10h12-11.59Z"/>
97
96
  </symbol>
98
- <symbol id="current-location" fill="none" viewBox="0 0 32 32">
99
- <path fill="currentColor" d="M14.95 26.9v-2c-2.083-.233-3.87-1.096-5.362-2.587C8.096 20.82 7.232 19.032 7 16.95H5v-2h2c.233-2.083 1.096-3.87 2.588-5.362C11.079 8.096 12.867 7.232 14.95 7V5h2v2c2.083.233 3.87 1.096 5.363 2.588 1.491 1.491 2.354 3.279 2.587 5.362h2v2h-2c-.233 2.083-1.096 3.87-2.587 5.363-1.492 1.491-3.28 2.354-5.363 2.587v2h-2Zm1-3.95c1.933 0 3.583-.683 4.95-2.05 1.367-1.367 2.05-3.017 2.05-4.95 0-1.933-.683-3.583-2.05-4.95-1.367-1.367-3.017-2.05-4.95-2.05-1.933 0-3.583.683-4.95 2.05-1.367 1.367-2.05 3.017-2.05 4.95 0 1.933.683 3.583 2.05 4.95 1.367 1.367 3.017 2.05 4.95 2.05Zm0-3c-1.1 0-2.042-.392-2.825-1.175-.783-.783-1.175-1.725-1.175-2.825s.392-2.042 1.175-2.825c.783-.783 1.725-1.175 2.825-1.175s2.042.392 2.825 1.175c.783.783 1.175 1.725 1.175 2.825s-.392 2.042-1.175 2.825c-.783.783-1.725 1.175-2.825 1.175Zm0-2c.55 0 1.02-.196 1.413-.587.391-.392.587-.863.587-1.413s-.196-1.02-.587-1.412a1.926 1.926 0 0 0-1.413-.588c-.55 0-1.02.196-1.412.588a1.926 1.926 0 0 0-.588 1.412c0 .55.196 1.02.588 1.413.391.391.862.587 1.412.587Z"/>
97
+ <symbol id="briefcase" fill="none" viewBox="0 0 32 32">
98
+ <path fill="currentColor" d="M5.419 27.333a2.008 2.008 0 0 1-1.473-.613 2.008 2.008 0 0 1-.613-1.472V10.752c0-.573.205-1.064.613-1.472.409-.409.9-.613 1.473-.613h5.914V6.086c0-.573.205-1.064.613-1.473.409-.409.9-.613 1.473-.613h5.162c.573 0 1.064.204 1.473.613.408.409.613.9.613 1.473v2.58h5.914a2.01 2.01 0 0 1 1.473.614c.408.408.613.9.613 1.472v14.496c0 .573-.205 1.064-.613 1.472-.409.409-.9.613-1.473.613H5.419Zm7.59-18.666h5.982V6.086a.393.393 0 0 0-.128-.283.393.393 0 0 0-.282-.128h-5.162a.393.393 0 0 0-.282.128.393.393 0 0 0-.128.283v2.58ZM26.99 19.49h-8.13v.97c0 .292-.1.539-.299.739-.199.2-.447.299-.745.299h-3.61a.999.999 0 0 1-.739-.302c-.2-.202-.3-.449-.3-.74v-.966H5.01v5.757c0 .102.042.196.128.282.085.085.18.128.282.128h21.162a.393.393 0 0 0 .282-.128.393.393 0 0 0 .128-.282V19.49Zm-12.148.333h2.342v-2.342h-2.342v2.342Zm-9.834-2.009h8.159v-.97a1.02 1.02 0 0 1 1.044-1.039h3.61a1.016 1.016 0 0 1 1.037 1.043v.966h8.132v-7.063a.393.393 0 0 0-.128-.282.393.393 0 0 0-.282-.128H5.419a.393.393 0 0 0-.282.128.393.393 0 0 0-.128.282v7.063Z"/>
99
+ </symbol>
100
+ <symbol id="badge" fill="none" viewBox="0 0 32 32">
101
+ <path fill="currentColor" d="M8.079 23.503h7.567v-.332c0-.35-.09-.667-.272-.952a1.556 1.556 0 0 0-.728-.62 9.55 9.55 0 0 0-1.484-.448 6.45 6.45 0 0 0-1.261-.125c-.438 0-.886.047-1.345.143-.459.096-.944.24-1.455.43-.32.128-.57.334-.75.62a1.741 1.741 0 0 0-.272.952v.332Zm11.432-2.14h4.069a.684.684 0 0 0 .508-.203.705.705 0 0 0 .201-.516.685.685 0 0 0-.71-.707h-4.068a.701.701 0 0 0-.718.715c0 .207.069.377.207.511.137.134.308.2.511.2Zm-7.609-1.426c.469 0 .869-.166 1.199-.497.33-.33.496-.731.496-1.2 0-.47-.165-.87-.493-1.204a1.616 1.616 0 0 0-1.196-.5c-.47 0-.87.166-1.203.497-.333.33-.5.732-.5 1.205 0 .466.166.866.497 1.2.33.332.73.499 1.2.499Zm7.609-2.05h4.069a.684.684 0 0 0 .508-.204.705.705 0 0 0 .201-.516.686.686 0 0 0-.71-.707h-4.068a.702.702 0 0 0-.718.715c0 .207.069.377.207.511a.705.705 0 0 0 .511.201ZM5.419 28.667a2.008 2.008 0 0 1-1.473-.613 2.008 2.008 0 0 1-.613-1.473V12.086c0-.574.205-1.064.613-1.473.409-.409.9-.613 1.473-.613h7.735V5.009c0-.45.167-.842.5-1.175a1.62 1.62 0 0 1 1.185-.5h2.324c.456 0 .85.166 1.184.5.333.333.499.725.499 1.175v4.99h7.735a2.01 2.01 0 0 1 1.473.614c.408.409.613.9.613 1.473V26.58c0 .573-.205 1.064-.613 1.473-.409.408-.9.613-1.473.613H5.419Zm0-1.676h21.162a.4.4 0 0 0 .295-.115.4.4 0 0 0 .115-.295V12.086a.4.4 0 0 0-.115-.295.4.4 0 0 0-.295-.116h-7.735v1c0 .494-.166.897-.499 1.208a1.675 1.675 0 0 1-1.185.467h-2.324a1.67 1.67 0 0 1-1.185-.467c-.333-.311-.499-.714-.499-1.208v-1H5.419a.4.4 0 0 0-.295.116.4.4 0 0 0-.115.295V26.58a.4.4 0 0 0 .115.295.4.4 0 0 0 .295.115Zm9.41-14.316h2.342V5.01h-2.342v7.666Z"/>
102
+ </symbol>
103
+ <symbol id="department" fill="none" viewBox="0 0 32 32">
104
+ <path fill="currentColor" d="M6.8 28.667a3.348 3.348 0 0 1-2.453-1.01c-.676-.672-1.014-1.49-1.014-2.45 0-.8.244-1.508.731-2.121a3.44 3.44 0 0 1 1.846-1.218v-3.242c0-.947.34-1.76 1.022-2.442.681-.681 1.495-1.022 2.442-1.022h5.788v-5.007a3.425 3.425 0 0 1-1.877-1.214 3.322 3.322 0 0 1-.749-2.144c0-.962.337-1.78 1.012-2.453a3.335 3.335 0 0 1 2.447-1.01c.965 0 1.785.336 2.458 1.01.674.673 1.011 1.491 1.011 2.453 0 .81-.25 1.524-.749 2.144a3.425 3.425 0 0 1-1.877 1.214v5.007h5.788c.947 0 1.76.341 2.442 1.022.681.681 1.022 1.495 1.022 2.442v3.242a3.44 3.44 0 0 1 1.846 1.22c.487.613.73 1.32.73 2.119a3.33 3.33 0 0 1-1.014 2.449 3.341 3.341 0 0 1-2.447 1.01c-.96 0-1.777-.336-2.453-1.01-.676-.673-1.014-1.491-1.014-2.453 0-.822.256-1.546.767-2.172a3.38 3.38 0 0 1 1.91-1.2v-3.205a1.73 1.73 0 0 0-.52-1.268 1.726 1.726 0 0 0-1.269-.52h-5.788v5.007a3.425 3.425 0 0 1 1.877 1.214c.5.62.749 1.335.749 2.144 0 .962-.338 1.78-1.014 2.453a3.342 3.342 0 0 1-2.448 1.01 3.344 3.344 0 0 1-2.452-1.01c-.676-.673-1.014-1.491-1.014-2.453 0-.81.25-1.524.749-2.144a3.425 3.425 0 0 1 1.877-1.214v-5.007H9.374c-.499 0-.921.173-1.268.52-.347.347-.52.77-.52 1.268v3.206a3.38 3.38 0 0 1 1.909 1.2 3.33 3.33 0 0 1 .767 2.17c0 .963-.339 1.78-1.015 2.454a3.342 3.342 0 0 1-2.447 1.01Zm.006-1.676c.5 0 .922-.172 1.265-.516.344-.344.515-.767.515-1.268 0-.5-.17-.924-.513-1.272a1.715 1.715 0 0 0-1.273-.521c-.496 0-.918.174-1.268.523-.349.35-.523.771-.523 1.266 0 .494.174.916.523 1.265.35.349.774.523 1.274.523Zm9.203 0a1.72 1.72 0 0 0 1.263-.516c.345-.344.517-.767.517-1.268 0-.5-.17-.924-.513-1.272a1.71 1.71 0 0 0-1.27-.521c-.492 0-.914.174-1.267.523-.352.35-.528.771-.528 1.266 0 .494.176.916.53 1.265a1.74 1.74 0 0 0 1.268.523Zm9.202 0a1.72 1.72 0 0 0 1.264-.516c.344-.344.516-.767.516-1.268 0-.5-.17-.924-.512-1.272a1.71 1.71 0 0 0-1.27-.521c-.493 0-.915.174-1.267.523-.352.35-.528.771-.528 1.266 0 .494.176.916.529 1.265a1.74 1.74 0 0 0 1.268.523ZM16.01 8.586c.497 0 .919-.173 1.263-.52a1.73 1.73 0 0 0 .517-1.268c0-.504-.17-.928-.513-1.272a1.718 1.718 0 0 0-1.27-.517c-.492 0-.914.174-1.267.523-.352.35-.528.77-.528 1.265 0 .495.176.917.53 1.266a1.74 1.74 0 0 0 1.268.523Z"/>
100
105
  </symbol>
101
106
  </defs>
102
-
103
- </svg>
107
+ </svg>
@@ -212,7 +212,11 @@
212
212
 
213
213
  <symbol id="alert-cancel" viewBox="0 0 32 32">
214
214
  <path d="M16 17.3035L20.7629 22.0668C20.9405 22.2444 21.1554 22.3355 21.4077 22.3402C21.6599 22.3448 21.8796 22.2537 22.0668 22.0668C22.2537 21.8796 22.3472 21.6623 22.3472 21.4147C22.3472 21.1673 22.2537 20.9501 22.0668 20.7629L17.3035 16L22.0668 11.2371C22.2444 11.0595 22.3355 10.8446 22.3402 10.5923C22.3448 10.3401 22.2537 10.1204 22.0668 9.93321C21.8796 9.7463 21.6623 9.65284 21.4147 9.65284C21.1673 9.65284 20.9501 9.7463 20.7629 9.93321L16 14.6965L11.2371 9.93321C11.0595 9.75563 10.8446 9.66451 10.5923 9.65984C10.3401 9.65517 10.1204 9.7463 9.93321 9.93321C9.7463 10.1204 9.65284 10.3377 9.65284 10.5853C9.65284 10.8327 9.7463 11.0499 9.93321 11.2371L14.6965 16L9.93321 20.7629C9.75563 20.9405 9.66451 21.1554 9.65984 21.4077C9.65518 21.6599 9.7463 21.8796 9.93321 22.0668C10.1204 22.2537 10.3377 22.3472 10.5853 22.3472C10.8326 22.3472 11.0499 22.2537 11.2371 22.0668L16 17.3035ZM16.0026 30C14.0762 30 12.2627 29.6326 10.5621 28.8977C8.86147 28.1628 7.37686 27.1614 6.10826 25.8936C4.83991 24.6255 3.83805 23.1415 3.10268 21.4416C2.36756 19.7417 2 17.9287 2 16.0026C2 14.0662 2.36744 12.246 3.10232 10.5422C3.83719 8.83839 4.83856 7.35635 6.10642 6.0961C7.37453 4.83586 8.85853 3.83805 10.5584 3.10268C12.2583 2.36756 14.0713 2 15.9974 2C17.9338 2 19.754 2.36744 21.4578 3.10232C23.1616 3.83719 24.6436 4.83451 25.9039 6.09426C27.1641 7.35402 28.1619 8.83544 28.8973 10.5385C29.6324 12.2416 30 14.0612 30 15.9974C30 17.9238 29.6326 19.7373 28.8977 21.4379C28.1628 23.1385 27.1655 24.6231 25.9057 25.8917C24.646 27.1601 23.1646 28.1619 21.4615 28.8973C19.7584 29.6324 17.9388 30 16.0026 30ZM16 28.1483C19.3843 28.1483 22.2552 26.9672 24.6126 24.6048C26.9697 22.2425 28.1483 19.3742 28.1483 16C28.1483 12.6157 26.9697 9.74482 24.6126 7.38742C22.2552 5.03026 19.3843 3.85168 16 3.85168C12.6258 3.85168 9.75747 5.03026 7.39516 7.38742C5.03284 9.74482 3.85168 12.6157 3.85168 16C3.85168 19.3742 5.03284 22.2425 7.39516 24.6048C9.75747 26.9672 12.6258 28.1483 16 28.1483Z" fill="currentColor"/>
215
- </symbol>
215
+ </symbol>
216
+
217
+ <symbol id="alert-cancel-filled" viewBox="0 0 32 32">
218
+ <path fill="currentColor" d="m16 17.303 4.763 4.764a.903.903 0 0 0 .645.273.879.879 0 0 0 .659-.273.895.895 0 0 0 0-1.304L17.303 16l4.764-4.763a.903.903 0 0 0 .273-.645.879.879 0 0 0-.273-.659.895.895 0 0 0-1.304 0L16 14.697l-4.763-4.764a.903.903 0 0 0-.645-.273.878.878 0 0 0-.659.273.895.895 0 0 0 0 1.304L14.697 16l-4.764 4.763a.903.903 0 0 0-.273.645.878.878 0 0 0 .273.659.895.895 0 0 0 1.304 0L16 17.303ZM16.003 30c-1.927 0-3.74-.367-5.44-1.102a14.205 14.205 0 0 1-4.455-3.004 14.202 14.202 0 0 1-3.005-4.452C2.368 19.742 2 17.929 2 16.002c0-1.936.367-3.756 1.102-5.46a14.038 14.038 0 0 1 3.004-4.446 14.307 14.307 0 0 1 4.452-2.993C12.258 2.368 14.071 2 15.998 2c1.936 0 3.756.367 5.46 1.102a14.142 14.142 0 0 1 4.446 2.992 14.14 14.14 0 0 1 2.993 4.445C29.632 12.242 30 14.06 30 15.997c0 1.927-.367 3.74-1.102 5.44a14.308 14.308 0 0 1-2.992 4.455 14.036 14.036 0 0 1-4.444 3.005c-1.704.735-3.523 1.103-5.46 1.103Z"/>
219
+ </symbol>
216
220
 
217
221
  <symbol id="alert-danger" viewBox="0 0 32 32">
218
222
  <path d="M29.8 10.2C29.7 9.9 29.5 9.6 29.2 9.4L22.6 2.8C22.4 2.6 22.1 2.4 21.8 2.2C21.5 2.1 21.1 2 20.8 2H11.3C11 2 10.6 2.1 10.3 2.2C9.9 2.3 9.6 2.5 9.4 2.8L2.8 9.4C2.6 9.6 2.4 9.9 2.2 10.2C2.1 10.5 2 10.9 2 11.2V20.7C2 21 2.1 21.4 2.2 21.7C2.3 22 2.5 22.3 2.8 22.5L9.4 29.1C9.6 29.3 9.9 29.5 10.2 29.7C10.5 29.8 10.9 29.9 11.2 29.9H20.7C21 29.9 21.4 29.8 21.7 29.7C22 29.6 22.3 29.4 22.5 29.1L29.1 22.5C29.3 22.3 29.5 22 29.7 21.7C29.8 21.4 29.9 21 29.9 20.7V11.2C30 10.9 29.9 10.6 29.8 10.2ZM27.9 21L20.9 28H11L4 21V11L11 4H21L28 11V21H27.9ZM15.3 17.7C15.1 17.5 15 17.3 15 17V9C15 8.7 15.1 8.5 15.3 8.3C15.5 8.1 15.7 8 16 8C16.3 8 16.5 8.1 16.7 8.3C16.9 8.5 17 8.7 17 9V17C17 17.3 16.9 17.5 16.7 17.7C16.5 17.9 16.3 18 16 18C15.7 18 15.5 17.9 15.3 17.7ZM17 20.9C17.3 21.2 17.4 21.5 17.4 21.9C17.4 22.3 17.3 22.6 17 22.9C16.7 23.2 16.4 23.3 16 23.3C15.6 23.3 15.3 23.2 15 22.9C14.7 22.6 14.6 22.3 14.6 21.9C14.6 21.5 14.7 21.2 15 20.9C15.3 20.6 15.6 20.5 16 20.5C16.4 20.5 16.7 20.6 17 20.9Z" fill="currentColor"/>
@@ -226,7 +230,7 @@
226
230
  <path d="M28.9 10.5C28.2 8.8 27.2 7.3 25.9 6.1C24.6 4.8 23.2 3.8 21.5 3.1C19.8 2.4 17.9 2 16 2C14.1 2 12.2 2.4 10.5 3.1C8.8 3.8 7.3 4.8 6.1 6.1C4.8 7.4 3.8 8.8 3.1 10.5C2.4 12.2 2 14.1 2 16C2 17.9 2.4 19.8 3.1 21.5C3.8 23.2 4.8 24.7 6.1 25.9C7.4 27.2 8.8 28.2 10.5 28.9C12.2 29.6 14 30 16 30C17.9 30 19.7 29.6 21.5 28.9C23.2 28.2 24.7 27.2 25.9 25.9C27.2 24.6 28.2 23.2 28.9 21.5C29.6 19.8 30 18 30 16C30 14.1 29.6 12.2 28.9 10.5ZM24.6 24.6C22.2 27 19.4 28.1 16 28.1C12.6 28.1 9.7 26.9 7.4 24.6C5 22.2 3.9 19.4 3.9 16C3.9 12.6 5.1 9.7 7.4 7.4C9.7 5.1 12.6 3.9 16 3.9C19.4 3.9 22.3 5.1 24.6 7.4C27 9.8 28.1 12.6 28.1 16C28.1 19.4 27 22.2 24.6 24.6ZM16 9C15.6 9 15.3 9.1 15.1 9.4C14.9 9.6 14.7 9.9 14.7 10.3C14.7 10.6 14.8 10.9 15.1 11.2C15.3 11.4 15.6 11.6 16 11.6C16.4 11.6 16.7 11.5 16.9 11.2C17.1 11 17.3 10.7 17.3 10.3C17.3 9.9 17.2 9.6 16.9 9.4C16.7 9.1 16.4 9 16 9ZM16 14C15.7 14 15.5 14.1 15.3 14.3C15.1 14.5 15 14.7 15 15V22C15 22.3 15.1 22.5 15.3 22.7C15.5 22.9 15.7 23 16 23C16.3 23 16.5 22.9 16.7 22.7C16.9 22.5 17 22.3 17 22V15C17 14.7 16.9 14.5 16.7 14.3C16.5 14.1 16.3 14 16 14Z" fill="currentColor"/>
227
231
  </symbol>
228
232
 
229
- <symbol id="alert-maintenance-" viewBox="0 0 32 32">
233
+ <symbol id="alert-maintenance" viewBox="0 0 32 32">
230
234
  <path d="M21.8977 23.5007L23.4016 22.0517C23.5494 21.9046 23.6234 21.7355 23.6234 21.5444C23.6234 21.3535 23.5494 21.1841 23.4016 21.0359L17.8137 15.4312C17.9503 15.1151 18.0553 14.7938 18.1287 14.4674C18.2022 14.1407 18.2389 13.7913 18.2389 13.4192C18.2389 12.0597 17.7556 10.8982 16.7892 9.93468C15.8227 8.97089 14.6577 8.489 13.2943 8.489C13.0448 8.489 12.8109 8.50374 12.5928 8.53321C12.3747 8.56293 12.1553 8.61746 11.9345 8.69679C11.7358 8.78619 11.6026 8.92791 11.5351 9.12195C11.4673 9.31598 11.5018 9.48447 11.6386 9.62742L14.2364 12.2148L12.0995 14.3064L9.51284 11.7492C9.37997 11.6163 9.2181 11.5669 9.02726 11.6011C8.83642 11.6354 8.70453 11.7483 8.63158 11.9396C8.54267 12.1735 8.48016 12.4165 8.44405 12.6687C8.40795 12.921 8.38989 13.1762 8.38989 13.4343C8.38989 14.7874 8.86651 15.9381 9.81974 16.8864C10.773 17.8347 11.9261 18.3089 13.2792 18.3089C13.6422 18.3089 13.9903 18.2723 14.3233 18.1991C14.6564 18.1262 14.9873 18.0229 15.3162 17.8893L20.8963 23.4867C21.0341 23.6245 21.201 23.6957 21.397 23.7004C21.5928 23.7053 21.7596 23.6387 21.8977 23.5007ZM16.0026 30C14.0762 30 12.2627 29.6326 10.5621 28.8977C8.86147 28.1628 7.37686 27.1614 6.10826 25.8936C4.83991 24.6255 3.83805 23.1415 3.10268 21.4416C2.36756 19.7417 2 17.9287 2 16.0026C2 14.0662 2.36744 12.246 3.10232 10.5422C3.83719 8.83839 4.83856 7.35635 6.10642 6.0961C7.37453 4.83586 8.85853 3.83805 10.5584 3.10268C12.2583 2.36756 14.0713 2 15.9974 2C17.9338 2 19.754 2.36744 21.4578 3.10232C23.1616 3.83719 24.6436 4.83451 25.9039 6.09426C27.1641 7.35402 28.1619 8.83544 28.8973 10.5385C29.6324 12.2416 30 14.0612 30 15.9974C30 17.9238 29.6326 19.7373 28.8977 21.4379C28.1628 23.1385 27.1655 24.6231 25.9057 25.8917C24.646 27.1601 23.1646 28.1619 21.4615 28.8973C19.7584 29.6324 17.9388 30 16.0026 30ZM16 28.1483C19.3843 28.1483 22.2552 26.9672 24.6126 24.6048C26.9697 22.2425 28.1483 19.3742 28.1483 16C28.1483 12.6157 26.9697 9.74482 24.6126 7.38742C22.2552 5.03026 19.3843 3.85168 16 3.85168C12.6258 3.85168 9.75747 5.03026 7.39516 7.38742C5.03284 9.74482 3.85168 12.6157 3.85168 16C3.85168 19.3742 5.03284 22.2425 7.39516 24.6048C9.75747 26.9672 12.6258 28.1483 16 28.1483Z" fill="currentColor"/>
231
235
  </symbol>
232
236
 
@@ -382,7 +386,7 @@
382
386
  <path d="M8.086 28a2.007 2.007 0 0 1-1.472-.614c-.41-.41-.614-.9-.614-1.472V12.851c0-.575.205-1.067.614-1.474.41-.407.9-.611 1.472-.611h12.076V7.838c0-1.157-.404-2.14-1.214-2.949C18.14 4.08 17.156 3.675 16 3.675c-1.028 0-1.925.328-2.691.984a4.094 4.094 0 0 0-1.412 2.462.834.834 0 0 1-.31.515.907.907 0 0 1-.584.202.754.754 0 0 1-.596-.266.72.72 0 0 1-.17-.622c.207-1.407.851-2.584 1.934-3.53C13.254 2.473 14.53 2 16 2c1.62 0 2.998.568 4.134 1.704 1.136 1.136 1.704 2.514 1.704 4.134v2.928h2.076c.572 0 1.062.204 1.472.611.41.407.614.899.614 1.474v13.063a2.01 2.01 0 0 1-.614 1.472c-.41.41-.9.614-1.472.614H8.086Zm0-1.675h15.828a.4.4 0 0 0 .295-.116.4.4 0 0 0 .116-.295V12.851a.4.4 0 0 0-.116-.295.4.4 0 0 0-.295-.115H8.086a.4.4 0 0 0-.295.115.4.4 0 0 0-.116.295v13.063a.4.4 0 0 0 .116.295.4.4 0 0 0 .295.116Zm7.918-4.658c.63 0 1.168-.22 1.613-.661.444-.441.667-.973.667-1.596 0-.609-.224-1.146-.671-1.612a2.16 2.16 0 0 0-1.617-.699 2.15 2.15 0 0 0-1.613.699c-.444.466-.667 1.007-.667 1.623 0 .617.224 1.145.671 1.585.447.44.986.66 1.617.66Z" fill="currentColor"/>
383
387
  </symbol>
384
388
 
385
- <symbol id="Email" viewBox="0 0 32 32">
389
+ <symbol id="email" viewBox="0 0 32 32">
386
390
  <path d="M5.14021 25.5263C4.55225 25.5263 4.04855 25.3166 3.62913 24.8972C3.20971 24.4778 3 23.9741 3 23.3861V7.14021C3 6.55225 3.20971 6.04855 3.62913 5.62913C4.04855 5.20971 4.55225 5 5.14021 5H26.8598C27.4478 5 27.9514 5.20971 28.3709 5.62913C28.7903 6.04855 29 6.55225 29 7.14021V23.3861C29 23.9741 28.7903 24.4778 28.3709 24.8972C27.9514 25.3166 27.4478 25.5263 26.8598 25.5263H5.14021ZM27.2806 8.2719L16.5867 15.2744C16.4909 15.3249 16.3963 15.3672 16.3028 15.4014C16.209 15.4356 16.1081 15.4527 16 15.4527C15.8919 15.4527 15.791 15.4356 15.6972 15.4014C15.6037 15.3672 15.5119 15.3249 15.4218 15.2744L4.71942 8.2719V23.3861C4.71942 23.5088 4.75888 23.6096 4.83779 23.6885C4.9167 23.7674 5.01751 23.8069 5.14021 23.8069H26.8598C26.9825 23.8069 27.0833 23.7674 27.1622 23.6885C27.2411 23.6096 27.2806 23.5088 27.2806 23.3861V8.2719ZM16 13.8578L27.0052 6.71942H5.01739L16 13.8578ZM4.71942 8.54558V7.3075V7.34411V6.71942V7.33247V7.28834V8.54558Z" fill="currentColor"/>
387
391
  </symbol>
388
392
 
@@ -452,23 +456,23 @@
452
456
 
453
457
  <!-- Social Media icons -->
454
458
 
455
- <symbol id="Facebook" viewBox="0 0 32 32">
459
+ <symbol id="facebook" viewBox="0 0 32 32">
456
460
  <path d="M12.2734 18.0625H9.17969V13.4688H12.2734V11.5C12.2734 6.39062 14.5703 4 19.5859 4C20.5234 4 22.1641 4.1875 22.8203 4.375V8.54688C22.4922 8.5 21.8828 8.5 21.0859 8.5C18.6484 8.5 17.7109 9.4375 17.7109 11.8281V13.4688H22.5859L21.7422 18.0625H17.7109V28H12.2734V18.0625Z" fill="currentColor"/>
457
461
  </symbol>
458
462
 
459
- <symbol id="Instagram" viewBox="0 0 32 32">
463
+ <symbol id="instagram" viewBox="0 0 32 32">
460
464
  <path d="M16.0234 10.5859C18.9766 10.5859 21.4141 13.0234 21.4141 15.9766C21.4141 18.9766 18.9766 21.3672 16.0234 21.3672C13.0234 21.3672 10.6328 18.9766 10.6328 15.9766C10.6328 13.0234 13.0234 10.5859 16.0234 10.5859ZM16.0234 19.4922C17.9453 19.4922 19.4922 17.9453 19.4922 15.9766C19.4922 14.0547 17.9453 12.5078 16.0234 12.5078C14.0547 12.5078 12.5078 14.0547 12.5078 15.9766C12.5078 17.9453 14.1016 19.4922 16.0234 19.4922ZM22.8672 10.3984C22.8672 9.69531 22.3047 9.13281 21.6016 9.13281C20.8984 9.13281 20.3359 9.69531 20.3359 10.3984C20.3359 11.1016 20.8984 11.6641 21.6016 11.6641C22.3047 11.6641 22.8672 11.1016 22.8672 10.3984ZM26.4297 11.6641C26.5234 13.3984 26.5234 18.6016 26.4297 20.3359C26.3359 22.0234 25.9609 23.4766 24.7422 24.7422C23.5234 25.9609 22.0234 26.3359 20.3359 26.4297C18.6016 26.5234 13.3984 26.5234 11.6641 26.4297C9.97656 26.3359 8.52344 25.9609 7.25781 24.7422C6.03906 23.4766 5.66406 22.0234 5.57031 20.3359C5.47656 18.6016 5.47656 13.3984 5.57031 11.6641C5.66406 9.97656 6.03906 8.47656 7.25781 7.25781C8.52344 6.03906 9.97656 5.66406 11.6641 5.57031C13.3984 5.47656 18.6016 5.47656 20.3359 5.57031C22.0234 5.66406 23.5234 6.03906 24.7422 7.25781C25.9609 8.47656 26.3359 9.97656 26.4297 11.6641ZM24.1797 22.1641C24.7422 20.8047 24.6016 17.5234 24.6016 15.9766C24.6016 14.4766 24.7422 11.1953 24.1797 9.78906C23.8047 8.89844 23.1016 8.14844 22.2109 7.82031C20.8047 7.25781 17.5234 7.39844 16.0234 7.39844C14.4766 7.39844 11.1953 7.25781 9.83594 7.82031C8.89844 8.19531 8.19531 8.89844 7.82031 9.78906C7.25781 11.1953 7.39844 14.4766 7.39844 15.9766C7.39844 17.5234 7.25781 20.8047 7.82031 22.1641C8.19531 23.1016 8.89844 23.8047 9.83594 24.1797C11.1953 24.7422 14.4766 24.6016 16.0234 24.6016C17.5234 24.6016 20.8047 24.7422 22.2109 24.1797C23.1016 23.8047 23.8516 23.1016 24.1797 22.1641Z" fill="currentColor"/>
461
465
  </symbol>
462
466
 
463
- <symbol id="LinkedIn" viewBox="0 0 32 32">
467
+ <symbol id="linkedin" viewBox="0 0 32 32">
464
468
  <path d="M10.1875 26.4883H5.82812V12.4727H10.1875V26.4883ZM7.98438 10.5977C6.625 10.5977 5.5 9.42578 5.5 8.01953C5.5 7.12891 5.96875 6.28516 6.71875 5.86328C7.51562 5.39453 8.5 5.39453 9.25 5.86328C10.0469 6.28516 10.5156 7.12891 10.5156 8.01953C10.5156 9.42578 9.39062 10.5977 7.98438 10.5977ZM26.4531 26.4883H22.1406V19.6914C22.1406 18.0508 22.0938 15.9883 19.8438 15.9883C17.5938 15.9883 17.2656 17.7227 17.2656 19.5508V26.4883H12.9062V12.4727H17.0781V14.3945H17.125C17.7344 13.3164 19.1406 12.1445 21.25 12.1445C25.6562 12.1445 26.5 15.0508 26.5 18.8008V26.4883H26.4531Z" fill="currentColor"/>
465
469
  </symbol>
466
470
 
467
- <symbol id="X" viewBox="0 0 32 32">
471
+ <symbol id="x" viewBox="0 0 32 32">
468
472
  <path d="M22.2109 6.25H25.4922L18.2734 14.5469L26.8047 25.75H20.1484L14.8984 18.9531L8.94531 25.75H5.61719L13.3516 16.9375L5.19531 6.25H12.0391L16.7266 12.4844L22.2109 6.25ZM21.0391 23.7812H22.8672L11.0547 8.125H9.08594L21.0391 23.7812Z" fill="currentColor"/>
469
473
  </symbol>
470
474
 
471
- <symbol id="YouTube" viewBox="0 0 32 32">
475
+ <symbol id="youtube" viewBox="0 0 32 32">
472
476
  <path d="M28.2578 9.85938C28.8203 11.8281 28.8203 16.0469 28.8203 16.0469C28.8203 16.0469 28.8203 20.2188 28.2578 22.2344C27.9766 23.3594 27.0859 24.2031 26.0078 24.4844C23.9922 25 16.0234 25 16.0234 25C16.0234 25 8.00781 25 5.99219 24.4844C4.91406 24.2031 4.02344 23.3594 3.74219 22.2344C3.17969 20.2188 3.17969 16.0469 3.17969 16.0469C3.17969 16.0469 3.17969 11.8281 3.74219 9.85938C4.02344 8.73438 4.91406 7.84375 5.99219 7.5625C8.00781 7 16.0234 7 16.0234 7C16.0234 7 23.9922 7 26.0078 7.5625C27.0859 7.84375 27.9766 8.73438 28.2578 9.85938ZM13.3984 19.8438L20.0547 16.0469L13.3984 12.25V19.8438Z" fill="currentColor"/>
473
477
  </symbol>
474
478
 
@@ -0,0 +1,65 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <svg xmlns="http://www.w3.org/2000/svg" role="img">
3
+ <defs>
4
+ <style>
5
+ .st0 {
6
+ fill: currentColor;
7
+ }
8
+ </style>
9
+ <symbol id="logo" viewBox="0 0 62.33 21.63">
10
+ <path class="st0" d="M29.18,11.81c-.23,0-.45-.1-.64-.22-.12-.07-.32-.21-.46-.26.62-.41,1.02-1.25,1.02-2.37,0-1.62-.85-2.62-2.22-2.62-.39,0-.77.09-1.07.25-.74.4-1.17,1.3-1.17,2.42,0,.76.2,1.41.59,1.92.39.51.9.73,1.67.73.4.13.8.36,1.05.52.19.13.55.36.95.36.31,0,.46-.09.46-.09l.27-.68s-.24.04-.46.04ZM26.88,10.86c-.25,0-.45-.06-.62-.18-.31-.22-.46-.78-.46-1.67,0-.62.08-1.08.26-1.41.15-.27.45-.45.8-.45.55,0,.82.39.91.65.09.29.13.67.13,1.2,0,1.32-.3,1.87-1.03,1.87Z"/>
11
+ <path class="st0" d="M29.96,11.06c-.06-.17-.08-.37-.08-.76v-2.44l.98-.19v2.44c0,.34.03.52.08.62.05.1.2.18.35.18.25,0,.54-.18.62-.36v-2.68l.95-.2v2.91c0,.25.08.51.23.69l-.71.4c-.13-.09-.23-.22-.3-.37-.25.24-.6.36-1,.36-.54,0-1-.25-1.12-.62Z"/>
12
+ <path class="st0" d="M36.94,9.99v-.23c0-.79-.16-1.31-.51-1.66-.25-.25-.66-.4-1.1-.4-.51,0-.88.16-1.2.51-.33.37-.48.82-.48,1.51,0,1.2.71,1.97,1.8,1.97.53,0,1-.17,1.43-.53l-.39-.59c-.3.25-.62.38-.97.38-.51,0-.8-.33-.8-.92v-.03h2.2ZM34.76,9.24c0-.53.22-.82.59-.82.2,0,.34.07.44.22.09.14.12.29.12.57v.04h-1.15v-.02Z"/>
13
+ <path class="st0" d="M40.7,9.99v-.23c0-.79-.16-1.31-.51-1.66-.25-.25-.66-.4-1.1-.4-.51,0-.88.16-1.2.51-.33.37-.48.82-.48,1.51,0,1.2.71,1.97,1.8,1.97.53,0,1-.17,1.43-.53l-.39-.59c-.3.25-.62.38-.97.38-.51,0-.8-.33-.8-.92v-.03h2.2ZM38.52,9.24c0-.53.22-.82.59-.82.2,0,.34.07.44.22.09.14.12.29.12.57v.04h-1.15v-.02Z"/>
14
+ <path class="st0" d="M41.4,8.82c0-.33-.04-.64-.13-.89l.88-.25c.09.16.14.32.14.48.15-.1.27-.19.44-.28.2-.1.46-.16.68-.16.42,0,.79.22.91.55.05.14.07.3.07.54v2.78h-.98v-2.47c0-.43-.07-.56-.33-.56-.2,0-.46.13-.69.34v2.69h-1v-2.76Z"/>
15
+ <path class="st0" d="M46.57,11.7c-.47,0-.98-.15-1.54-.44l.36-.73c.3.19.83.43,1.26.43.28,0,.51-.19.51-.43,0-.26-.19-.39-.59-.47l-.45-.08c-.25-.04-.57-.22-.7-.39-.13-.16-.22-.44-.22-.68,0-.74.59-1.24,1.47-1.24.61,0,1.01.19,1.36.36l-.33.67c-.38-.19-.65-.27-.94-.27s-.48.15-.48.37c0,.19.13.3.48.39l.46.12c.47.12.62.26.76.43.14.18.21.39.21.65,0,.79-.65,1.32-1.63,1.32Z"/>
16
+ <path class="st0" d="M48.9,7.45c0-.5-.01-.8-.05-1.14l1.02-.23c.04.21.05.45.05.99v2.96c0,.65,0,.74.07.85.04.07.12.1.2.1.04,0,.06,0,.11-.01l.17.59c-.17.07-.38.1-.59.1-.42,0-.77-.2-.88-.52-.07-.19-.09-.31-.09-.85v-2.84Z"/>
17
+ <path class="st0" d="M53.7,10.31l.02-1.28c0-.41-.02-.53-.07-.68-.15-.42-.59-.66-1.23-.66-.35,0-.67.07-1.04.22-.27.11-.42.19-.62.31l.42.71c.41-.27.78-.43,1.1-.43.36,0,.45.14.45.56v.16c-.08,0-.15,0-.22,0-1.21,0-1.83.42-1.83,1.31,0,.76.46,1.19,1.31,1.19.31,0,.58-.07.77-.21.07-.05.16-.13.23-.2.1.19.3.36.54.46l.53-.61c-.33-.25-.36-.43-.36-.85ZM52.71,10.73c-.15.16-.33.26-.52.26-.25,0-.44-.2-.44-.5,0-.45.24-.58.93-.58h.04l-.02.82Z"/>
18
+ <path class="st0" d="M56.44,8.55c-.2,0-.46.13-.69.34v2.69h-1v-2.76c0-.33-.04-.64-.13-.89l.88-.25c.09.16.14.32.14.48.15-.1.27-.19.44-.28.2-.1.46-.16.68-.16.42,0,.79.22.91.55.05.14.07.3.07.54v2.78h-.98v-2.47c0-.43-.07-.56-.33-.56Z"/>
19
+ <path class="st0" d="M61.83,10.19v-3.95l-.99-.16v1.31c0,.22.01.48.03.56-.19-.15-.4-.22-.68-.22-.97,0-1.63.82-1.63,2.01s.61,1.93,1.58,1.93c.34,0,.63-.1.88-.32.01.1.03.16.06.22h.89c-.07-.15-.14-.45-.14-1.39ZM60.85,10.59c-.1.12-.3.25-.49.25-.52,0-.69-.27-.69-1.08s.19-1.22.64-1.22c.18,0,.36.08.54.25v1.81Z"/>
20
+ <path class="st0" d="M26.71,16.09h1.72v2.38c-.36.24-.91.39-1.43.39-.64,0-1.18-.22-1.57-.64-.43-.47-.63-1.1-.63-1.98,0-.97.26-1.66.79-2.14.36-.33.8-.48,1.33-.48s1.01.17,1.4.51l-.28.38c-.42-.28-.71-.39-1.11-.39-.59,0-1.06.27-1.27.86-.13.38-.2.81-.2,1.29,0,.67.13,1.21.36,1.55.23.33.75.54,1.23.54.32,0,.59-.07.81-.2v-1.55h-1.03l-.12-.51Z"/>
21
+ <path class="st0" d="M32.27,15.6c-.25-.36-.65-.65-1.27-.65-.97,0-1.58.74-1.58,1.94s.58,1.97,1.6,1.97c.93,0,1.59-.65,1.59-1.89,0-.6-.11-1.04-.34-1.37ZM31.84,17.82c-.13.36-.42.56-.8.56-.32,0-.62-.15-.75-.37-.14-.23-.23-.69-.23-1.21,0-.44.06-.74.18-.97.13-.25.43-.4.76-.4.3,0,.63.15.79.48.12.25.17.59.17,1.11,0,.36-.03.57-.11.8Z"/>
22
+ <path class="st0" d="M35.69,15.07h.62l-1.39,3.74h-.57l-1.33-3.71.59-.13.86,2.55c.1.3.18.63.18.63h.02s.06-.29.18-.62l.85-2.46Z"/>
23
+ <path class="st0" d="M39.76,17.01v-.08c0-.88-.1-1.23-.42-1.56-.25-.26-.6-.4-1-.4-.45,0-.81.16-1.11.51-.31.37-.45.77-.45,1.4,0,1.23.62,1.97,1.64,1.97.48,0,.92-.16,1.25-.46l-.22-.37c-.26.24-.55.35-.91.35s-.71-.13-.92-.45c-.13-.19-.17-.46-.17-.81v-.09h2.31ZM38.31,15.42c.28,0,.54.13.67.33.11.18.16.42.17.82h-1.69c.03-.77.33-1.15.85-1.15Z"/>
24
+ <path class="st0" d="M42.41,14.96c.1,0,.2.04.2.04l-.24.63s-.1-.03-.16-.03c-.22,0-.45.1-.62.27s-.22.28-.22.59v2.32h-.58v-2.85c0-.54-.13-.79-.13-.79l.58-.16s.14.29.12.6c.27-.38.66-.62,1.04-.62Z"/>
25
+ <path class="st0" d="M45.8,15.53c.06.13.09.28.09.43v2.81h-.59v-2.5c0-.39-.03-.49-.13-.62-.08-.1-.24-.16-.41-.16-.3,0-.76.24-1.03.52v2.76h-.56v-2.85c0-.53-.14-.78-.14-.78l.56-.16s.13.28.13.58c.39-.39.77-.57,1.17-.57s.76.22.91.54Z"/>
26
+ <path class="st0" d="M51.66,15.97v2.79h-.59v-2.73c0-.36-.16-.54-.48-.54-.33,0-.59.22-.98.57v2.71h-.59v-2.63c0-.22-.02-.37-.1-.48-.09-.1-.21-.15-.38-.15-.28,0-.56.14-.94.49v2.76h-.56v-2.87c0-.54-.13-.79-.13-.79l.56-.13s.13.29.13.55c.25-.27.7-.56,1.08-.56s.73.22.86.62c.36-.38.81-.62,1.19-.62.55,0,.93.42.93,1Z"/>
27
+ <path class="st0" d="M55.56,17.01v-.08c0-.88-.1-1.23-.42-1.56-.25-.26-.6-.4-1-.4-.45,0-.81.16-1.11.51-.31.37-.45.77-.45,1.4,0,1.23.62,1.97,1.64,1.97.48,0,.92-.16,1.25-.46l-.22-.37c-.26.24-.55.35-.91.35s-.71-.13-.92-.45c-.13-.19-.17-.46-.17-.81v-.09h2.31ZM54.11,15.42c.28,0,.54.13.67.33.11.18.16.42.17.82h-1.69c.03-.77.33-1.15.85-1.15Z"/>
28
+ <path class="st0" d="M59.23,15.53c.06.13.09.28.09.43v2.81h-.59v-2.5c0-.39-.03-.49-.13-.62-.08-.1-.24-.16-.41-.16-.3,0-.76.24-1.03.52v2.76h-.56v-2.85c0-.53-.14-.78-.14-.78l.56-.16s.13.28.13.58c.39-.39.77-.57,1.17-.57s.76.22.91.54Z"/>
29
+ <path class="st0" d="M61.88,18.37l.08.37c-.19.1-.39.15-.65.15-.19,0-.34-.04-.48-.1-.26-.13-.36-.36-.36-.74v-2.54h-.48v-.44h.48c0-.36.06-.94.06-.94l.61-.13s-.07.58-.07,1.07h.93l-.18.44h-.77v2.39c0,.41.11.55.48.55.16,0,.26-.02.36-.07Z"/>
30
+ <g>
31
+ <polyline class="st0" points="41.6 -.6 41.65 -.59 41.69 -.6"/>
32
+ <path class="st0" d="M41.63-.67"/>
33
+ </g>
34
+ <g>
35
+ <path class="st0" d="M41.54-.9"/>
36
+ <path class="st0" d="M41.75-.89"/>
37
+ </g>
38
+ <g>
39
+ <path class="st0" d="M6.3,20.46h.09s.01,0,.01,0c0,0,0,0-.01,0h-.01s-.03,0-.03-.03c0,0,0-.03.01-.05l.02-.05s0,0,0,0h.24s0,0,0,0l.04.1s0,.02,0,.02c0,0-.01,0-.01,0,0,0,.01,0,.03,0h.16s.04,0,.04,0c0,0,0,0,0,0,0,0-.02,0-.04,0-.02,0-.04-.01-.07-.09-.05-.13-.19-.46-.2-.51,0-.02-.01-.03-.02-.03,0,0-.01.01-.02.03l-.21.52s-.03.07-.07.07c0,0-.02,0-.03,0,0,0,0,0,0,0,0,0,0,0,.02,0h.1ZM6.5,19.99s0,0,0,0c0,0,0,0,0,0l.1.28s0,0,0,0h-.21s0,0,0,0l.1-.28Z"/>
40
+ <path class="st0" d="M7,19.85s.04.02.04.05c0,.03,0,.05,0,.17v.12c0,.12.03.18.07.22.06.05.14.06.18.06.05,0,.12,0,.17-.06.07-.06.08-.16.08-.25v-.09c0-.12,0-.15,0-.17,0-.03,0-.04.03-.05.01,0,.02,0,.02,0,0,0,.01,0,.01,0,0,0,0,0-.02,0-.03,0-.08,0-.09,0,0,0-.05,0-.09,0-.01,0-.02,0-.02,0,0,0,0,0,.02,0,0,0,.02,0,.03,0,.03,0,.03.02.03.05,0,.03,0,.05,0,.17v.1c0,.09,0,.16-.05.21-.03.03-.08.04-.11.04-.03,0-.07,0-.1-.03-.04-.03-.07-.09-.07-.2v-.12c0-.12,0-.15,0-.17,0-.03,0-.04.03-.05.01,0,.02,0,.02,0,0,0,.01,0,.01,0,0,0,0,0-.02,0-.03,0-.08,0-.1,0-.02,0-.08,0-.12,0-.01,0-.02,0-.02,0,0,0,0,0,.02,0,.01,0,.03,0,.03,0Z"/>
41
+ <path class="st0" d="M7.86,19.85s.03.02.03.05c0,.03,0,.05,0,.17v.15c0,.08,0,.14,0,.18,0,.02,0,.04-.02.04,0,0-.02,0-.03,0-.01,0-.01,0-.01,0,0,0,0,0,.02,0h.1s.12,0,.18,0c.15,0,.24-.06.28-.1.05-.05.09-.13.09-.23s-.04-.17-.08-.21c-.09-.09-.23-.09-.33-.09-.05,0-.1,0-.13,0-.02,0-.07,0-.12,0-.01,0-.02,0-.02,0,0,0,0,0,.01,0,.01,0,.03,0,.03,0ZM8,20.06c0-.06,0-.14,0-.16,0,0,0-.01,0-.02,0,0,.04,0,.05,0,.07,0,.16,0,.24.08.04.03.08.1.08.21,0,.08-.02.16-.07.21-.05.04-.11.06-.19.06-.07,0-.1-.02-.11-.03,0,0,0-.04,0-.06,0-.02,0-.08,0-.17v-.1Z"/>
42
+ <path class="st0" d="M8.71,20.46h.09s.01,0,.01,0c0,0,0,0-.01,0h-.01s-.03,0-.03-.03c0,0,0-.03.01-.05l.02-.05s0,0,0,0h.24s0,0,0,0l.04.1s0,.02,0,.02c0,0-.01,0-.01,0,0,0,.01,0,.03,0h.16s.04,0,.04,0c0,0,0,0-.01,0,0,0-.02,0-.04,0-.02,0-.04-.01-.07-.09-.05-.13-.19-.46-.21-.51,0-.02-.01-.03-.02-.03,0,0-.01.01-.02.03l-.21.52s-.03.07-.07.07c0,0-.02,0-.03,0,0,0-.01,0-.01,0,0,0,0,0,.02,0h.1ZM8.91,19.99s0,0,0,0c0,0,0,0,0,0l.1.28s0,0,0,0h-.21s0,0,0,0l.1-.28Z"/>
43
+ <path class="st0" d="M9.38,20.46h.16s.02,0,.02,0c0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0-.02,0-.02-.01,0,0,0-.02.01-.03l.12-.2c.04.06.09.14.13.22,0,.01,0,.02,0,.02,0,0-.01,0-.01,0s0,0,.03,0h.17s.02,0,.02,0c0,0,0,0-.01,0,0,0-.02,0-.03,0-.02,0-.03-.02-.05-.04-.02-.03-.15-.25-.18-.29l.14-.19s.04-.06.06-.07c.01,0,.02,0,.03,0,0,0,.01,0,.01,0,0,0,0,0-.01,0-.03,0-.06,0-.08,0-.01,0-.05,0-.08,0-.01,0-.02,0-.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,.01,0,.01.01,0,0,0,.02,0,.03-.01.02-.09.14-.11.17-.03-.05-.07-.12-.1-.18,0,0,0-.02,0-.02s0,0,.01-.01c0,0,.02,0,.02,0,0,0,.01,0,.01,0,0,0,0,0-.02,0-.03,0-.08,0-.09,0-.04,0-.11,0-.13,0-.01,0-.02,0-.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,.03,0,.05.03.07.06l.14.23-.16.23s-.04.06-.07.06c-.01,0-.03,0-.03,0,0,0-.01,0-.01,0,0,0,0,0,.01,0h.02Z"/>
44
+ <path class="st0" d="M10.87,20.46h.09s.01,0,.01,0c0,0,0,0-.01,0h-.01s-.03,0-.03-.03c0,0,0-.03.01-.05l.02-.05s0,0,0,0h.24s0,0,0,0l.04.1s0,.02,0,.02c0,0-.01,0-.01,0,0,0,.01,0,.02,0h.16s.04,0,.04,0c0,0,0,0-.01,0,0,0-.02,0-.03,0-.02,0-.04-.01-.07-.09-.05-.13-.18-.46-.21-.51,0-.02-.01-.03-.02-.03,0,0-.01.01-.02.03l-.21.52s-.03.07-.07.07c0,0-.02,0-.02,0,0,0,0,0,0,0,0,0,0,0,.02,0h.1ZM11.07,19.99s0,0,0,0c0,0,0,0,0,0l.11.28s0,0,0,0h-.21s0,0,0,0l.1-.28Z"/>
45
+ <path class="st0" d="M11.49,19.94s0-.02.01-.03c.01-.02.03-.02.08-.03h.12s0,.34,0,.34c0,.08,0,.14,0,.18,0,.02,0,.04-.02.04,0,0-.02,0-.03,0,0,0-.01,0-.01,0,0,0,0,0,.02,0h.24s.02,0,.02,0c0,0,0,0-.01,0-.01,0-.03,0-.04,0-.02,0-.03-.02-.03-.04,0-.04,0-.1,0-.18v-.34h.1c.07,0,.1.03.1.05h0s0,.02,0,.02c0,0,0,0,0-.01,0-.02,0-.08,0-.1,0-.01,0-.02,0-.02,0,0-.03,0-.08,0h-.33s-.06,0-.08,0c-.02,0-.03-.01-.04-.01,0,0,0,0-.01.02,0,0-.02.08-.02.09,0,.01,0,.01,0,.01,0,0,0,0,0,0Z"/>
46
+ <path class="st0" d="M13,19.85s.03.02.03.05c0,.03,0,.05,0,.17v.15c0,.08,0,.14,0,.18,0,.02,0,.04-.02.04,0,0-.02,0-.03,0-.01,0-.01,0-.01,0,0,0,0,0,.02,0h.23s.02,0,.02,0c0,0,0,0-.01,0-.01,0-.03,0-.04,0-.02,0-.03-.02-.03-.04,0-.03,0-.09,0-.18v-.07s0,0,0,0c.01,0,.1,0,.12,0,.03,0,.04.02.04.03,0,.01,0,.02,0,.03,0,0,0,.01,0,.01,0,0,0-.01,0-.02,0,0,0-.04,0-.06,0-.03,0-.05,0-.05,0,0,0,0,0,0,0,0,0,0-.01,0,0,0-.02.01-.04.01-.01,0-.02,0-.04,0h-.11s0,0,0,0v-.21s0-.01,0-.01h.13s.05.02.06.03c0,.01,0,.02,0,.03,0,0,0,.01,0,.01,0,0,0,0,0-.01,0,0,0-.06,0-.07,0-.02,0-.03,0-.04,0,0,0,0,0,0,0,0,0,0-.01,0,0,0-.02,0-.03,0-.02,0-.19,0-.22,0-.02,0-.08,0-.12,0-.01,0-.02,0-.02,0,0,0,0,0,.01,0,.01,0,.03,0,.03,0Z"/>
47
+ <path class="st0" d="M13.64,19.85s.03.02.03.05c0,.03,0,.05,0,.17v.15c0,.08,0,.15,0,.18,0,.02,0,.04-.02.04,0,0-.02,0-.03,0-.01,0-.01,0-.01,0,0,0,0,0,.02,0h.23s.02,0,.02,0c0,0,0,0-.01,0-.01,0-.03,0-.04,0-.02,0-.03-.02-.03-.04,0-.04,0-.1,0-.18v-.15c0-.12,0-.15,0-.17,0-.03,0-.04.03-.05,0,0,.02,0,.02,0,0,0,.01,0,.01,0,0,0,0,0-.02,0-.03,0-.08,0-.1,0-.02,0-.07,0-.11,0-.01,0-.02,0-.02,0,0,0,0,0,.01,0s.02,0,.03,0Z"/>
48
+ <path class="st0" d="M14.13,19.85s.03.02.04.05c0,.03,0,.05,0,.17v.15c0,.08,0,.14,0,.18,0,.02,0,.04-.02.04,0,0-.02,0-.03,0,0,0-.01,0-.01,0,0,0,0,0,.02,0h.1s.12,0,.18,0c.15,0,.24-.06.28-.1.05-.05.09-.13.09-.23s-.04-.17-.08-.21c-.09-.09-.23-.09-.33-.09-.05,0-.1,0-.13,0-.02,0-.07,0-.12,0-.01,0-.02,0-.02,0,0,0,0,0,.02,0s.02,0,.03,0ZM14.27,20.06v-.16s0-.01.01-.02c0,0,.04,0,.05,0,.07,0,.16,0,.24.08.03.03.08.1.08.21,0,.08-.02.16-.07.21-.05.04-.1.06-.19.06-.07,0-.1-.02-.11-.03,0,0,0-.04,0-.06,0-.02,0-.08,0-.17v-.1Z"/>
49
+ <path class="st0" d="M15.01,19.85s.03.02.04.05c0,.03,0,.05,0,.17v.15c0,.08,0,.14,0,.18,0,.02,0,.04-.02.04,0,0-.02,0-.03,0,0,0-.01,0-.01,0,0,0,0,0,.02,0h.1s.1,0,.23,0c.03,0,.04,0,.04-.02,0-.02.01-.07.01-.09,0,0,0-.02,0-.02,0,0,0,0,0,.01,0,.03-.02.05-.04.06-.02,0-.06,0-.08,0-.08,0-.1-.01-.1-.07v-.19s0,0,0,0c.02,0,.1,0,.12,0,.03,0,.04.01.05.03,0,.01,0,.02,0,.03,0,0,0,0,0,0,0,0,0,0,0-.02s0-.04,0-.05c0-.04,0-.06,0-.06,0,0,0,0,0,0,0,0,0,0-.01.01,0,0-.02.01-.04.01-.02,0-.12,0-.13,0,0,0,0,0,0-.01v-.21s0,0,0,0c.02,0,.1,0,.12,0,.04,0,.05.01.05.03,0,0,0,.02,0,.03,0,0,0,.01,0,.01,0,0,0,0,0,0,0-.01,0-.05,0-.06,0-.04,0-.05,0-.05,0,0,0,0,0,0s-.01,0-.01,0c0,0-.02,0-.04,0-.02,0-.18,0-.21,0-.02,0-.07,0-.12,0-.01,0-.02,0-.02,0,0,0,0,0,.01,0,.01,0,.03,0,.03,0Z"/>
50
+ <path class="st0" d="M15.66,19.85s.03.02.04.05c0,.03,0,.05,0,.17v.15c0,.08,0,.14,0,.18,0,.02,0,.04-.02.04,0,0-.02,0-.03,0,0,0-.01,0-.01,0,0,0,0,0,.02,0h.1c.07,0,.12,0,.24,0,.04,0,.05,0,.05-.02,0-.02.01-.09.01-.1,0,0,0-.01,0-.01,0,0,0,0,0,.01,0,.02-.01.04-.02.05-.02.02-.05.02-.1.02-.06,0-.08,0-.1-.02-.02-.02-.02-.07-.02-.18v-.15c0-.12,0-.15,0-.17,0-.03,0-.04.03-.05.01,0,.02,0,.03,0,0,0,.01,0,.01,0,0,0,0,0-.02,0-.03,0-.09,0-.11,0-.02,0-.07,0-.11,0-.01,0-.02,0-.02,0,0,0,0,0,.01,0,.01,0,.02,0,.03,0Z"/>
51
+ <path class="st0" d="M16.28,19.85s.03.02.03.05c0,.03,0,.05,0,.17v.15c0,.08,0,.15,0,.18,0,.02,0,.04-.02.04,0,0-.02,0-.03,0,0,0-.01,0-.01,0,0,0,0,0,.02,0h.23s.02,0,.02,0c0,0,0,0-.02,0-.01,0-.03,0-.04,0-.03,0-.03-.02-.03-.04,0-.04,0-.1,0-.18v-.15c0-.12,0-.15,0-.17,0-.03,0-.04.03-.05.01,0,.02,0,.03,0s.01,0,.01,0c0,0,0,0-.02,0-.03,0-.08,0-.1,0-.02,0-.08,0-.11,0-.01,0-.02,0-.02,0,0,0,0,0,.01,0,.01,0,.02,0,.03,0Z"/>
52
+ <path class="st0" d="M16.88,20.47s.09,0,.13-.03c.06-.04.08-.1.08-.14,0-.08-.04-.14-.14-.21l-.02-.02c-.07-.05-.09-.08-.09-.12,0-.05.04-.09.1-.09.05,0,.08.03.09.04.02.02.02.05.02.05,0,0,0,.01,0,.01,0,0,0,0,0-.02,0-.07,0-.09,0-.1,0,0,0,0-.01-.01-.02,0-.06-.01-.11-.01-.12,0-.19.07-.19.16,0,.07.03.13.12.2l.04.03c.07.05.08.09.08.13,0,.04-.04.09-.11.09-.05,0-.1-.02-.12-.08,0-.02,0-.03,0-.04,0,0,0-.02,0-.02,0,0,0,0,0,.02,0,.01,0,.06,0,.11,0,.02,0,.02.02.03.04.02.07.02.12.02Z"/>
53
+ <path class="st0" d="M10,11.6c.13.06.28,0,.44.01-.03-.07-.07-.12-.05-.22.04-.2-.12-.24-.19-.24-.18.01-.29.05-.48,0,.13.13.1.36.27.45Z"/>
54
+ <path class="st0" d="M13.19,15.59c-.71,0-.98.2-1.37.49v2.3s1.68-.58,2.59-2.2c-.21-.31-.52-.59-1.22-.59ZM13.76,16.51l-.21-.24-.36.32.15.17s.15-.07.29.08c-.1.09-.28.24-.38.33-.13-.16-.04-.29-.04-.29l-.15-.17-.44.39-.14-.17.45-.38-.16-.19s-.06.05-.15.13c-.13-.15-.23-.34-.14-.59.26-.06.44.07.57.22-.09.08-.15.13-.15.13l.16.19.37-.31-.21-.24c.19-.02.36.04.45.15.09.11.14.28.09.47Z"/>
55
+ <path class="st0" d="M8.85,13.38c.05.17.09.35.1.55,0,.24-.17.52-.35.83-.02.04-.04.07-.06.11.53,2.62,3.07,3.49,3.07,3.49v-4.97s-1.91,0-2.75,0ZM10.75,16.49c-.13.03-.33.04-.46.04s-.33-.01-.46-.04c.01-.05.03-.13.05-.2-.09,0-.19-.04-.27-.07.04-.14.1-.27.15-.46.17.04.34.05.53.05s.36-.01.53-.05c.05.18.11.32.15.46-.08.03-.17.06-.27.07.02.08.04.15.05.2ZM9.71,15.57c0-.05,0-.12,0-.17.09-.03.47-.05.58-.05s.48.02.58.05c.01.05.01.12,0,.17-.14.04-.39.06-.58.06s-.44-.02-.58-.06ZM11.12,14.42c-.14.34-.28.68-.32.79-.07-.01-.15-.02-.24-.02.1-.29.21-.71.31-.98.07-.18.38-.1.25.21ZM10.29,13.93c.02-.16.46-.19.38.16-.08.34-.19.75-.27,1.09-.04,0-.07,0-.11,0s-.08,0-.11,0c-.08-.35-.18-.75-.27-1.09-.08-.34.36-.31.38-.16ZM9.71,14.21c.1.26.21.68.31.98-.08,0-.16,0-.24.02-.04-.1-.18-.45-.32-.79-.13-.31.18-.39.25-.21Z"/>
56
+ <path class="st0" d="M14.39,13.87v-.12s.12,0,.12,0c.17,0,.25-.16.29-.35-.65,0-2.98,0-2.98,0v2.4c.19-.14.38-.26.62-.34v-.53h.24c.01-.58.15-1,.42-1.28l.08-.08.08.08c.27.28.41.7.42,1.28h.25v.56c.27.11.45.28.58.46.22-.45.38-.97.44-1.56-.01,0-.02,0-.04,0-.25,0-.52-.18-.54-.52Z"/>
57
+ <path class="st0" d="M18.97,19.36c-.15.05-.33.07-.6.07h-.34c-1.16-.02-2.36-.37-3.09-1.12,1.01-1.02-.18-1.86-.82-.99-.2.27-.36.46-.5.72-.11.21-.03.42.22.75.14.18.48.46.76.64h-5.81c.28-.18.62-.46.76-.64.25-.33.34-.54.22-.75-.14-.26-.3-.45-.5-.72-.64-.87-1.83-.03-.82.99-.73.75-1.93,1.09-3.09,1.12h-.32c-.27,0-.45-.03-.6-.07-.24-.06-.29.05-.16.46.09.28.16.73.19,1.04h14.47c.03-.31.1-.76.19-1.04.13-.41.08-.52-.17-.46ZM14.45,17.36c.19-.25.47-.18.58.03.12.23-.06.5-.29.72-.33-.36-.37-.64-.29-.75ZM13.96,18.55c-.12-.17-.16-.26-.1-.42.06-.15.18-.29.31-.48.2.79,1.39,1.54,2.27,1.79h-1.4c-.36-.2-.82-.52-1.09-.89ZM8.38,17.39c.11-.21.39-.28.58-.03.08.11.05.39-.28.75-.24-.22-.42-.5-.29-.72ZM9.23,17.65c.13.19.25.33.31.48.06.16.02.26-.1.42-.27.37-.72.69-1.09.89h-1.4c.88-.25,2.07-1,2.27-1.79ZM18.7,20.63H4.73c-.06-.44-.15-.73-.22-.97h14.41c-.08.24-.16.53-.22.97Z"/>
58
+ <path class="st0" d="M12.64,8.4s-.08.02-.11.05c-.05,0-.1-.02-.15-.02v-.28c.05-.02.09-.07.09-.13,0-.08-.06-.14-.14-.14s-.14.06-.14.14c0,.05.03.1.07.12v.27s-.1,0-.15-.01c-.02-.05-.07-.08-.12-.08-.08,0-.14.06-.14.14s.06.14.14.14c.05,0,.09-.02.11-.06.05,0,.11.01.16.02v.4s-.08.07-.08.12c0,.08.06.14.14.14s.14-.06.14-.14c0-.06-.03-.1-.08-.12v-.39c.05,0,.09.01.13.02.02.05.07.09.13.09.08,0,.14-.06.14-.14s-.06-.14-.14-.14Z"/>
59
+ <path class="st0" d="M11.44,8.32c-.06,0-.11.03-.13.08-.05,0-.1,0-.14.01v-.27s.07-.07.07-.12c0-.08-.06-.14-.14-.14s-.14.06-.14.14c0,.06.03.11.08.13v.28s-.1.01-.15.02c-.02-.03-.06-.05-.11-.05-.08,0-.14.06-.14.14s.06.14.14.14c.06,0,.11-.04.13-.09.04,0,.08-.01.13-.02v.39s-.08.07-.08.12c0,.08.06.14.14.14s.14-.06.14-.14c0-.05-.03-.1-.07-.12v-.4s.1-.01.15-.02c.02.04.07.06.12.06.08,0,.14-.06.14-.14s-.06-.14-.14-.14Z"/>
60
+ <path class="st0" d="M14.84,13.01c0-.27-.04-.48-.13-.57-.03-.03-.06-.04-.12-.04,0,0,0,0,0,0l-.24.03.13-.2c.13-.2.31-.32.5-.33v-1.79h-6.5v2s.05.03.07.04l.02.02c.18.15.25.25.19.75,0,.06.03.18.06.3h6.03c0-.07,0-.13.01-.19ZM10.22,12.21c.03.14.06.22.13.34-.24.14-.85.5-1.31.09v-1.21c.35-.2.54-.35.72-.64-.14-.07-.3-.19-.43-.36.67.19,1.01.29,1.8,0-.13.2-.32.33-.48.43.18.29.36.63.42.9-.24-.02-.5.04-.7.21-.3.01-.67.11-.88-.56-.11.05-.21.12-.21.12.12.44.34.74.93.67ZM11.25,12.42c-.06.09-.44.21-.54.15-.16-.1-.24-.3-.2-.39.05-.12.46-.23.6-.19.13.04.19.36.14.43ZM13.98,10.98c-.12-.03-.63-.06-.8.32-.1,0-.2-.04-.26-.1-.07.09-.17.14-.31.18.12.25.38.21.53.09,0,.03,0,.07,0,.11,0,.62.66.78,1.07.54-.07.2-.04.45,0,.63h-1.6c.03-.17.24-.37.42-.49l-.14-.22c-.17.08-.34.14-.52.2-.44.11-.42-.2.04-.33v-.12h-.29c.07-.32.68-.71.95-.81-.01-.34.43-.45.79-.46.44-.01.55.47.55.61,0,.2-.05.63-.3.77-.36.2-.66-.07-.66-.32,0-.27.19-.42.51-.39.32.04.3-.14.05-.21Z"/>
61
+ <path class="st0" d="M22.7,8.63c-.07.02-.23.07-.34.08.21-.2.33-.45.33-.65-.1.03-.28.1-.44.13.32-.27.5-.59.42-1.01-.1.05-.24.13-.38.19.28-.43.28-.81.16-1.04-.13.12-.28.25-.44.35.1-.5.1-.82-.11-1.04-.21.4-.4.7-.7,1.06.02-.33-.01-.74-.23-.96,0,0-.06.46-.22.61-.04-.45-.18-.7-.38-.94,0,0-.01.47-.14.76-.11-.39-.31-.7-.57-.99.02.87-.22,2.5-.92,3.6-.08.65-.15,1.63-1.21,2.21-.15-.11-.42-.25-.8-.22-.1-.49.54-.94,1.1-1.29.56-.36.8-.67.79-1.15-.01-.53-.37-.74-.74-.76-.52-.02-.95.45-1.04.65-.15.07-.6.21-.78.26-.2.05-.43.14-.58.26.09.05.33.07.43.06.18-.03.74-.13,1.28-.2.2.11.51.28.18.52-.46.29-.65.37-1.3.71-1.02.54-.69,1.88-.44,1.98,0,.45.41,1.28.68,1.56.12.57-.04,1.42-.21,1.78-.14-.35-.39-1.15-.55-1.62.17-.89-.1-1.28-.29-1.43-.01,0-.02-.01-.04-.02v-2.22h-1.73c-.02-.18-.09-.31-.21-.35-.06-.4-.18-1.31-.25-1.98.75.67.34,1.78,1.24,2.19.34-.39.35-.53.29-.9.34-.09.59-.37.68-.59-.32.15-.83-.12-.97-.33.56-.02,1.07-.44,1.6-.99.47-.49,1.1-.42,1.05-.03.33-.05.46-.5.35-.78.48-.15.85-.5.91-1.06-.64.32-1.45-.21-2.06.44,0-.86-.03-1.57-.04-1.79.03,0,.07.02.1.03.62.22.76.96,2.04.12-.68.08-.72-.5-1.03-.51.47-.27.5-.88.5-.88-.4.32-1.32.34-1.5.44-.24.14-.54.32-.74.43-.53.29-.16,1.86-.21,2.44-.29-.86-.87-.73-1.17-1.22-.23.41.01,1.1.11,1.29-.33.27-.24.76-.16.9.28-.2.72-.15.85.19-.36.22-.95.26-1.37-.12,0-.12-.04-.25-.18-.35.03-.17,0-.33-.08-.47h0c.45-.63.48-1.85.85-2.2.03.43.26.78.48.83-.18-.29-.18-.88-.17-1.15,0-.12-.22-.22-.28-.22-.1,0-.22.2-.34.32-.11-.59-.05-.85,0-1.11.25.45.59.55.77.53-.6-.48-.5-.92-.68-.94-.1-.01-.18,0-.23,0-.21,0-.24.41-.27.6-.14-.25-.27-.47-.5-.76-.22-.57-.5-.43-.77-.69.21.33.04.53.54.76.13.12.28.32.38.47-.08.11-.14.17-.22.25-.06.09-.09.45-.29.71.29-.12.4-.3.5-.47.9.68.17,2.42-.04,2.8-.2-.13-.45-.21-.68-.25l-.02-.08-.21-.69h.1c.11,0,.14-.08.12-.14l.62.19.28.08-.17-.23-.29-.4.29-.4.17-.23-.28.08-.56.17c-.04-.13-.14-.19-.26-.2l.19-.64.08-.27-.23.17-.4.29-.4-.29-.23-.17.08.27.19.64c-.11.02-.22.08-.26.2l-.56-.17-.27-.08.17.23.29.4-.29.4-.17.23.27-.08.63-.19c-.02.06,0,.14.12.14h.1l-.21.69-.02.08c-.24.04-.5.12-.7.26-.61-1.18-.44-2.37.07-2.77,0,.25.21.59.31.66-.07-.26.05-.72-.08-.83-.09-.08-.24-.12-.39-.12.1-.17.25-.38.48-.7.36-.17.46-.59.55-.8-.39.14-.67.34-.74.67-.14.18-.29.4-.46.65,0-.31-.16-.41-.38-.43-.66.14-.61.61-1.17.94.38.13.99-.71,1.19-.62.03.52-.09.92-.09,1.21-.1-.11-.15-.18-.23-.2-.08-.01-.3,0-.45.17-.04.26-.03.75-.28,1.34.37-.34.54-.99.6-1.18.09.13.2.41.22.65.04.47.33,1.25.58,1.63-.07.13-.09.28-.07.44-.18.13-.2.31-.16.44-.35.18-.78.33-1,.4-.09-.73.6-.7.66-.5.29-.34.09-.83-.12-.88.22-.58,0-.94-.18-1.15-.04.62-.73.72-.81,1.19-.03-.38-.05-1.39-.08-1.89-.05-.92-1.21-1.24-1.39-1.24-.76.04-.83-.06-.81-.42-.38.44-.25.83.07,1.01-.04.26-.46.47-.72.53.62.57,1.33.23,1.67-.09.03-.02.05-.04.07-.07.12.22.21.62.21.84-.58-.03-.68.42-.68.58.73-.3.81,1.1,1,1.33-.19-.01-.52-.45-1-.48-.59-.04-.79.28-1.03.26.04.41.55.65.87.7-.17.42-.02.71.33.82,0-.39.49-.51,1.02-.2.63.37.96.4,1.46.24-.08.18-.31.2-.59.48-.39.39-.4.89-.84,1.08.52.25,1.29-.1,1.4-.29.22.13.49.05.57-.08-.29-.65.08-1.08.34-1.19-.07.62-.16,1.32-.21,1.66-.12.05-.19.17-.21.35h-1.73v2.23c-.09-.04-.18-.07-.27-.14-.15-.1-.19-.25-.37-.45.04-.42.34-.94.56-1.05.03-.02.02-.67.02-.67,0,0,.15,0,.13-.01-.2-.12-.44-.03-.61.17-.17.14-.55.39-.82.48-.36-.3-.92-.57-1.33-.98,0,0,.54,0,.79-.11.07-.04.24-.32.17-.58-.08-.03-.21-.09-.32-.16-.15-.08-.29-.18-.36-.23-.24-.18-.33-.33-.74-.44.03-.19.07-.14.25-.26.23-.15.35-.34.45-.52.07-.14,0-.44-.19-.06-.06.13-.24.31-.44.36.02-.12.02-.18.02-.25.59-.42.54-.79.49-1.14-.02-.2-.23-.29-.22-.08,0,.14.13.53-.28.76,0-.17-.06-.25-.09-.34.36-.48.21-.94.06-1.15-.1-.13-.34-.18-.23.03.09.17.23.65-.04.84-.09-.12-.2-.16-.24-.32.03-.52,0-.83-.07-1.02-.06-.17-.23-.28-.21-.03.01.29.04.65.01.67-.03.02-.41-.33-.57-.44-.16-.11-.34-.07-.16.15.16.19.65.55.59.67-.04.07-.39-.22-.57-.28-.18-.06-.24.03-.09.16.25.21.42.34.83.48.41.14.62.71.49,1.52,0,.04-.08.03-.12.02-.02-.31-.07-.68-.15-.84-.1-.21-.29-.22-.22.07.06.23.09.48.05.79-.34-.06-.47-.15-.61-.23-.02-.16.07-.41.08-.65.01-.23-.12-.37-.2-.08-.07.27-.12.41-.17.6-.1-.03-.2-.08-.25-.13-.02-.03,0-.33-.02-.56-.02-.25-.12-.25-.2-.02-.03.1-.06.24-.07.4-.12-.07-.2-.21-.21-.32.02-.26.06-.54.09-.72.02-.12-.06-.38-.16-.07-.07.22-.09.41-.13.56-.09,0-.2-.51-.26-.83-.03-.15-.15-.31-.17.01-.02.36.05.72.14.88-.17-.02-.34-.33-.46-.51-.11-.16-.16,0-.15.07.1.64.61.87.84.91.36.51,1.04.73,1.62.98-.75,0-.95.29-1.29.1.02.28.16.41.29.48.1.04.19.06.24.07.06.34.39.33.67.34-.07.67,0,1.55.6,2.21-.02.34-.04.79-.04,1.08-.48.45-.91,1.38-1.08,1.9-.13.39-.32.69-.61.83.24.26.6.13.8-.01.01.23.07.39.1.52-.14.21-.23.35-.22.6-.16.04-.26.14-.35.25-.05.07,0,.38.07.5.19.43.04,1.4,0,1.69.08,0,.23,0,.26-.11.05.04.16.13.22.32-.01.08-.06.38.09.42.12.03.66.01.74-.08-.05-.06-.15-.21-.21-.35,0-.15-.01-.33-.05-.4-.06-.11-.22-.36-.32-.46-.02-.18-.04-.97.04-1.27.14-.1,1.09-.8,1.29-1.48.17.06.12.53.12,1.14,0,.16.2.25.32.26.26.03.62.28,1.03.88.08-.09.18-.17.18-.17.05.07.12.25.15.36.04.08.38.13.63.06.08-.03.13-.04.19-.13-.32-.56-.52-.93-.93-1.25-.19-.14-.45-.22-.66-.35.14-.27.54-1.53.3-1.99-.08-.15-.38-.3-.74-.24.3-.37.92-1.09,1-1.31.07.08.44.03.71.13.1.04.38.4.39.52.02.22.04.49-.12,1.1.11-.02.09-.02.2-.07.02.16-.03.29-.17.54.04.22.13.56.24.62.02-.06.06-.13.1-.2.01.05.02.11.04.16.02.09.05.18.08.26.03.09.07.19.1.28.04.1.09.2.13.3.05.1.11.21.16.31.06.11.13.21.2.31.08.11.16.21.24.31.09.11.18.21.28.31.1.11.21.21.33.31.12.1.25.2.38.29.14.1.28.19.43.28.16.09.32.18.49.26.18.09.36.17.54.24,0,0,0,0,0,0,0,0,.03-.01.04-.02.02,0,.03-.01.05-.02.03-.01.06-.02.09-.04.18-.07.35-.16.52-.25.16-.08.31-.17.46-.27.14-.09.28-.18.41-.28.12-.09.24-.19.36-.3.11-.1.21-.2.31-.31.09-.1.18-.2.27-.31.08-.1.16-.21.23-.31.07-.1.13-.2.19-.31.06-.1.11-.2.16-.3.04-.1.09-.19.12-.29.04-.09.07-.18.1-.28.03-.08.05-.17.07-.26.02-.08.04-.15.05-.23.01-.07.03-.13.04-.2,0-.06.02-.11.02-.17,0-.09.01-.18.02-.27.06.18.2.6.34,1,.1.28.19.53.25.67.07.15.57.17.62,0,.08-.23.14-.4.27-.67h0c.1-.2.23-.46.43-.85.13.23.31.6.41.85.05.11.08.21.09.25.04.38.02,1.74-.09,2.55-1.12-.3-1.43.24-1.33.65.16-.18.37-.15.5-.06-.03.3.05.51.35.6.32-.85,1.47-.66,1.58-.59,0-.16.16-.57-.43-.66.02-.73.1-1.63.12-1.82.03-.19.05-.3-.04-.6-.03-.09-.06-.2-.09-.32-.08-.3-.16-.68-.16-1.1.1.1.35.18.52.15.13.55.32.39.42.62.05.12.06.23.08.33.01.1.03.18.08.25.4.01.73-.08.97-.25.07-.05.14-.11.19-.18-.1-.59-.26-.88-.57-1.24-.08-.48-.31-.92-.61-1.31.39-.13.78-.44.99-.66.19-.01.4-.17.42-.47.11-.01.2-.02.29-.04,0-.08-.03-.21-.04-.29.14,0,.28,0,.41-.02-.04-.11-.09-.23-.13-.31.14,0,.32-.01.46-.02-.08-.14-.13-.27-.18-.39.16-.02.42-.06.63-.11-.07-.07-.14-.14-.26-.25.54-.16.78-.54.81-.71-.08,0-.25.04-.34.03.3-.18.51-.42.54-.69ZM12.34,4.01l.33-.1-.16.22-.04.06.04.06.16.22-.42-.13c.04-.09.07-.18.09-.33ZM10.75,4.47l.16-.22.04-.06-.04-.06-.16-.22.33.1c.02.14.05.24.09.33l-.42.13ZM13.03,9.49c-.12.02-.26.08-.4.17-.33.22-.71.23-.92-.16-.21.39-.59.38-.92.16-.13-.09-.27-.15-.4-.17.06-.39.15-1.12.22-1.73.43-.2.96-.24,1.1.26.13-.5.66-.45,1.09-.26.07.62.16,1.35.22,1.73ZM11.71,6.75c.42,0,.77.11,1.02.21,0,.08,0,.16.02.26-.28-.08-.66-.14-1.04-.14s-.76.06-1.04.14c0-.1.01-.18.02-.26.25-.09.6-.21,1.02-.21ZM10.95,6.34c.19-.05.39-.08.58-.09l.14.27c-.18,0-.34.02-.49.05l-.23-.23ZM12.31,6.31c.2.04.4.1.57.17l.08.32c-.13-.05-.3-.12-.51-.18l-.14-.31ZM16.39,3.05c.22,0,.61-.02.84-.13-.24.3-.27.4-.66.45.51.05.72.5.97.57-.85.26-.94-.58-1.71-.53.26-.19.42-.27.56-.35ZM14.21,6.38c.03-.27.19-.46.28-.49-.23-.26-.28-.6-.3-.84.38.16.94.61,1.03,1.37l.25-.17c-.07-1.33-.06-1.33-.07-2.24,0-.13,0-.42.41-.39.02.34.07,1.23.05,2.48h.14c.13-.35.59-.75,1.12-.72.37.02.49.02.7-.08-.17.42-.8.6-.96.63.25.21.17.5.11.57-.22-.38-.94-.25-1.64.54-.05.06-.12.13-.19.2.05-.95-.72-.96-.95-.87ZM13.38,7c.33.33,1,.45,1.52.16,0,.09-.02.19-.06.3-.29.15-.66.24-1.09.09.06.43.55.75,1.03.88-.16.12-.36.17-.5.16.09.25.14.58-.05.85-.24-.16-.36-.31-.45-.92-.08-.56-.46-1.11-.78-1.29,0-.06-.01-.12-.01-.17.16.06.31.03.4-.06ZM12.07,4.36h-.26l.03-.46c.39-.17.36.19.23.46ZM11.71,5.18l.31.23c-.13-.01-.24-.01-.31-.01s-.18,0-.31.01l.31-.23ZM11.43,5.15l.14-.47h.27l.14.47-.22-.16-.06-.04-.06.04-.22.16ZM11.66,3.36l.06.04.06-.04.23-.16-.13.44s0,0-.01,0c-.02-.05-.08-.09-.14-.09s-.12.04-.14.09c0,0,0,0-.01,0l-.13-.44.23.16ZM11.36,4.36c-.13-.28-.16-.64.23-.46l.03.46h-.26ZM10.5,6.05c.22-.26.79-.36,1.21-.36s.99.09,1.21.36c.05.06.08.14.09.22-.38-.17-.86-.27-1.3-.27s-.92.1-1.3.27c0-.08.04-.16.09-.22ZM10.29,6.6s.03-.02.05-.03l.22.18s-.09.04-.13.05l-.07.03c-.09.04-.16,0-.18-.04-.02-.05,0-.13.11-.2ZM6.08,3.98c.43-.21.39-.53.64-.69-.16-.02-.47-.09-.47-.32.43.21.57-.18,1.38.34-.54.17-.95.83-1.55.66ZM7.81,7.27c-.26-.11-.66-.17-.88.14-.12-.21.06-.53.17-.62-.57,0-.89-.16-.97-.33.21-.12.74-.31,1.17,0,.3.22.45.33.8.44.13-.13.08-.07.12-.11-.29-.2-.42-1.75-.99-1.8.08-.2.38-.18.61-.12.02-.35-.13-.92-.34-1.25.33-.17.56.01.67.42.12.44-.02,1.53.26,2.51l.18-.16c-.09-.57.54-.78.68-1.07.05.38-.03.56-.13.7.23.03.33.25.29.41-.55-.08-.87.47-.74.91-.41.09-.68.02-.91-.07ZM9.75,8.94c-.07.03-.28.02-.34-.12-.05.23-.51.49-.85.46.19-.2.31-.66.68-.9.37-.24.53-.41.66-.82-.17.08-1.05.31-1.3.03.53-.08,1.14-.35,1.5-.56.09.06.22.09.36.03-.01.15-.03.34-.05.55-.44.1-.83.67-.65,1.32ZM15.1,14.54c0,.06-.01.11-.02.17,0,.07-.02.13-.03.2-.02.08-.03.15-.05.23-.02.08-.05.17-.07.25-.03.09-.06.18-.1.27-.04.1-.08.19-.12.28-.05.1-.1.2-.15.3-.06.1-.12.2-.19.3-.07.11-.14.21-.22.31-.08.1-.17.21-.26.31-.1.1-.2.21-.31.3-.11.1-.23.2-.35.29-.13.1-.26.19-.4.28-.15.09-.3.18-.46.26-.16.09-.34.17-.51.24l-.09.04-.04.02h0c-.17-.06-.35-.14-.51-.22-.16-.08-.33-.17-.48-.26-.15-.09-.29-.18-.42-.28-.13-.09-.25-.19-.37-.29-.11-.1-.22-.2-.32-.3-.1-.1-.19-.2-.28-.31-.08-.1-.16-.2-.23-.31-.07-.1-.13-.2-.2-.31-.06-.1-.11-.2-.16-.3-.05-.09-.09-.19-.13-.29-.04-.09-.07-.18-.1-.28-.03-.08-.05-.17-.08-.26-.02-.08-.04-.16-.06-.23,0-.01,0-.03,0-.04.2-.35.48-.74.47-.99-.02-.46-.23-.85-.21-1.05.06-.5-.02-.54-.17-.66-.04-.04-.11-.06-.16-.09v-2.18h1.78c.36,0,1.23.02,1.63.02s1.26-.01,1.62-.02h1.78v2.07c-.18-.05-.39.02-.54.26.29-.03.39.35.39.74,0,.47-.13.85-.45.85.02.37.38.48.6.35v.04c0,.09,0,.18-.02.27Z"/>
62
+ </g>
63
+ </symbol>
64
+ </defs>
65
+ </svg>
@@ -99,7 +99,7 @@ label {
99
99
  font-style: normal;
100
100
  color: var(--QLD-color-light__text--lighter);
101
101
  display: block;
102
- @include QLD-fontgrid(sm, default);
102
+ @include QLD-fontgrid(xs, default);
103
103
 
104
104
  * + & {
105
105
  @include QLD-space(margin-top, 0.5unit);
@@ -2,38 +2,38 @@
2
2
  // Icons
3
3
  //--------------------------------------------------------------------------------------------------------------------------------------------------------------
4
4
 
5
- svg.qld__icon{
5
+ svg.qld__icon {
6
6
  height: 1em;
7
7
  width: 1em;
8
8
  display: inline-block;
9
9
  align-self: center;
10
10
  vertical-align: middle;
11
11
 
12
- &--xs{
12
+ &--xs {
13
13
  font-size: $QLD-icon-size__xs;
14
14
  }
15
15
 
16
- &--sm{
16
+ &--sm {
17
17
  font-size: $QLD-icon-size__sm;
18
18
  }
19
19
 
20
- &--md{
20
+ &--md {
21
21
  font-size: $QLD-icon-size__md;
22
22
  }
23
23
 
24
- &--lg{
24
+ &--lg {
25
25
  font-size: $QLD-icon-size__lg;
26
26
  }
27
27
 
28
- &--xl{
28
+ &--xl {
29
29
  font-size: $QLD-icon-size__xl;
30
30
  }
31
31
 
32
- &--xxl{
32
+ &--xxl {
33
33
  font-size: $QLD-icon-size__xxl;
34
34
  }
35
35
 
36
- &--feature-lg{
36
+ &--feature-lg {
37
37
  font-size: $QLD-icon-size__feature;
38
38
  border-radius: 50%;
39
39
  background-color: $QLD-color-neutral--lightest;
@@ -62,26 +62,32 @@ svg.qld__icon{
62
62
  &--trail {
63
63
  @include QLD-space(margin-left, 0.5unit);
64
64
  }
65
+
66
+ // Force new svg icons to revert to default color in high contrast mode
67
+ @media (prefers-contrast: more) {
68
+ color: revert !important;
69
+ fill: revert !important;
70
+ }
65
71
  }
66
72
 
67
- i.qld__icon{
73
+ i.qld__icon {
68
74
  font-size: $QLD-icon-size__xs;
69
75
 
70
- &--sm{
76
+ &--sm {
71
77
  font-size: $QLD-icon-size__sm;
72
78
  }
73
- &--md{
79
+ &--md {
74
80
  font-size: $QLD-icon-size__md;
75
81
  }
76
- &--lg{
82
+ &--lg {
77
83
  font-size: $QLD-icon-size__lg;
78
84
  }
79
85
 
80
- &--xl{
86
+ &--xl {
81
87
  font-size: $QLD-font-size__feature;
82
88
  }
83
89
 
84
- &--feature-lg{
90
+ &--feature-lg {
85
91
  font-size: $QLD-font-size__feature-lg;
86
92
  }
87
93
 
@@ -98,20 +104,19 @@ i.qld__icon{
98
104
  .qld__header__main,
99
105
  .qld__body,
100
106
  .qld__footer,
101
- .qld__banner{
102
-
103
- .qld__icon{
107
+ .qld__banner {
108
+ .qld__icon {
104
109
  color: var(--QLD-color-light__heading);
105
110
  fill: var(--QLD-color-light__heading);
106
111
  }
107
112
 
108
- a .qld__icon{
113
+ a .qld__icon {
109
114
  color: var(--QLD-color-light__action--secondary);
110
115
  fill: var(--QLD-color-light__action--secondary);
111
116
  }
112
117
 
113
- a:hover{
114
- .qld__icon{
118
+ a:hover {
119
+ .qld__icon {
115
120
  color: var(--QLD-color-light__action--secondary-hover);
116
121
  fill: var(--QLD-color-light__action--secondary-hover);
117
122
  }
@@ -120,38 +125,35 @@ i.qld__icon{
120
125
  &.qld__header__pre-header--dark-alt,
121
126
  &.qld__header__pre-header--dark,
122
127
  &.qld__body--dark,
123
- &.qld__body--dark-alt,
124
- &.qld__banner--dark,
125
- &.qld__banner--dark-alt,
126
- &.qld__header__main--dark,
127
- &.qld__header__main--dark-alt,
128
- &.qld__footer--dark,
129
- &.qld__footer--dark-alt{
130
-
131
- .qld__icon{
128
+ &.qld__body--dark-alt,
129
+ &.qld__banner--dark,
130
+ &.qld__banner--dark-alt,
131
+ &.qld__header__main--dark,
132
+ &.qld__header__main--dark-alt,
133
+ &.qld__footer--dark,
134
+ &.qld__footer--dark-alt {
135
+ .qld__icon {
132
136
  color: var(--QLD-color-dark__heading);
133
137
  fill: var(--QLD-color-dark__heading);
134
138
  }
135
139
 
136
- a .qld__icon{
140
+ a .qld__icon {
137
141
  color: var(--QLD-color-dark__action--secondary);
138
142
  fill: var(--QLD-color-dark__action--secondary);
139
143
  }
140
144
 
141
- a:hover{
142
- .qld__icon{
145
+ a:hover {
146
+ .qld__icon {
143
147
  color: var(--QLD-color-dark__action--secondary-hover);
144
148
  fill: var(--QLD-color-dark__action--secondary-hover);
145
149
  }
146
150
  }
147
- }
151
+ }
148
152
  }
149
-
150
-
151
153
 
152
154
  //Font awesome fix to remove underline when link is on hover
153
- .fa-light{
154
- &::before{
155
+ .fa-light {
156
+ &::before {
155
157
  display: inline-block;
156
158
  }
157
- }
159
+ }