@scania/tegel 1.18.0 → 1.19.0-disable-button-beta.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 (165) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/tds-badge.cjs.entry.js +1 -1
  3. package/dist/cjs/tds-button.cjs.entry.js +3 -3
  4. package/dist/cjs/tds-dropdown_2.cjs.entry.js +1 -1
  5. package/dist/cjs/tds-icon.cjs.entry.js +1 -1
  6. package/dist/cjs/tds-popover-canvas.cjs.entry.js +4 -3
  7. package/dist/cjs/tds-popover-core.cjs.entry.js +20 -10
  8. package/dist/cjs/tds-popover-menu.cjs.entry.js +4 -3
  9. package/dist/cjs/tds-slider.cjs.entry.js +7 -10
  10. package/dist/cjs/tds-table-footer.cjs.entry.js +1 -1
  11. package/dist/cjs/tds-text-field.cjs.entry.js +13 -7
  12. package/dist/cjs/tds-textarea.cjs.entry.js +1 -1
  13. package/dist/cjs/tds-tooltip.cjs.entry.js +4 -3
  14. package/dist/cjs/tegel.cjs.js +1 -1
  15. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCY-Bold.woff +0 -0
  16. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCY-Italic.woff +0 -0
  17. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCY-Regular.woff +0 -0
  18. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYCondensed-Bold.woff +0 -0
  19. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYCondensed-Italic.woff +0 -0
  20. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYCondensed-Regular.woff +0 -0
  21. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYHeadline-Bold.woff +0 -0
  22. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYHeadline-Regular.woff +0 -0
  23. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Bold.woff +0 -0
  24. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Italic.woff +0 -0
  25. package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Regular.woff +0 -0
  26. package/dist/collection/assets/fonts/latin/ScaniaSans-Bold.woff +0 -0
  27. package/dist/collection/assets/fonts/latin/ScaniaSans-Italic.woff +0 -0
  28. package/dist/collection/assets/fonts/latin/ScaniaSans-Regular.woff +0 -0
  29. package/dist/collection/assets/fonts/latin/ScaniaSansCondensed-Bold.woff +0 -0
  30. package/dist/collection/assets/fonts/latin/ScaniaSansCondensed-Italic.woff +0 -0
  31. package/dist/collection/assets/fonts/latin/ScaniaSansCondensed-Regular.woff +0 -0
  32. package/dist/collection/assets/fonts/latin/ScaniaSansHeadline-Bold.woff +0 -0
  33. package/dist/collection/assets/fonts/latin/ScaniaSansHeadline-Regular.woff +0 -0
  34. package/dist/collection/assets/fonts/latin/ScaniaSansSemiCondensed-Bold.woff +0 -0
  35. package/dist/collection/assets/fonts/latin/ScaniaSansSemiCondensed-Italic.woff +0 -0
  36. package/dist/collection/assets/fonts/latin/ScaniaSansSemiCondensed-Regular.woff +0 -0
  37. package/dist/collection/assets/logos/scania-symbol.png +0 -0
  38. package/dist/collection/assets/logos/scania-symbol.svg +1 -0
  39. package/dist/collection/assets/logos/scania-wordmark-white.svg +1 -0
  40. package/dist/collection/components/badge/badge.css +0 -1
  41. package/dist/collection/components/banner/banner.js +1 -1
  42. package/dist/collection/components/button/button.css +4 -38
  43. package/dist/collection/components/button/button.js +2 -2
  44. package/dist/collection/components/dropdown/dropdown.css +5 -2
  45. package/dist/collection/components/icon/icon.js +1 -1
  46. package/dist/collection/components/icon/iconsArray.js +4 -1
  47. package/dist/collection/components/popover-canvas/popover-canvas.js +24 -6
  48. package/dist/collection/components/popover-core/popover-core.js +42 -14
  49. package/dist/collection/components/popover-menu/popover-menu.js +24 -6
  50. package/dist/collection/components/slider/slider.js +7 -10
  51. package/dist/collection/components/table/table-footer/table-footer.css +1 -1
  52. package/dist/collection/components/text-field/text-field.css +17 -16
  53. package/dist/collection/components/text-field/text-field.js +12 -6
  54. package/dist/collection/components/textarea/textarea.css +1 -4
  55. package/dist/collection/components/tooltip/tooltip.js +24 -6
  56. package/dist/components/{p-dc461e7b.js → p-1e1cf7f4.js} +22 -10
  57. package/dist/components/{p-8e74bb22.js → p-410c202c.js} +1 -1
  58. package/dist/components/{p-a9609e88.js → p-cc6e8a0d.js} +6 -4
  59. package/dist/components/{p-1c256b8d.js → p-dba781c9.js} +1 -1
  60. package/dist/components/{p-f5531179.js → p-fac03847.js} +2 -2
  61. package/dist/components/p-fbc57b28.js +65 -0
  62. package/dist/components/tds-accordion-item.js +1 -1
  63. package/dist/components/tds-badge.js +1 -1
  64. package/dist/components/tds-banner.js +1 -1
  65. package/dist/components/tds-button.js +3 -3
  66. package/dist/components/tds-datetime.js +1 -1
  67. package/dist/components/tds-dropdown-option.js +1 -1
  68. package/dist/components/tds-dropdown.js +1 -1
  69. package/dist/components/tds-folder-tabs.js +1 -1
  70. package/dist/components/tds-footer-group.js +1 -1
  71. package/dist/components/tds-header-cell.js +1 -1
  72. package/dist/components/tds-header-dropdown.js +3 -3
  73. package/dist/components/tds-header-hamburger.js +1 -1
  74. package/dist/components/tds-header-launcher-button.js +1 -1
  75. package/dist/components/tds-header-launcher.js +4 -4
  76. package/dist/components/tds-icon.js +1 -1
  77. package/dist/components/tds-inline-tabs.js +1 -1
  78. package/dist/components/tds-message.js +1 -1
  79. package/dist/components/tds-modal.js +1 -1
  80. package/dist/components/tds-navigation-tabs.js +1 -1
  81. package/dist/components/tds-popover-canvas.js +1 -1
  82. package/dist/components/tds-popover-core.js +1 -1
  83. package/dist/components/tds-popover-menu.js +6 -4
  84. package/dist/components/tds-side-menu-close-button.js +1 -1
  85. package/dist/components/tds-side-menu-dropdown.js +1 -1
  86. package/dist/components/tds-slider.js +8 -11
  87. package/dist/components/tds-step.js +1 -1
  88. package/dist/components/tds-table-body-input-wrapper.js +1 -1
  89. package/dist/components/tds-table-footer.js +4 -4
  90. package/dist/components/tds-table-header-input-wrapper.js +1 -1
  91. package/dist/components/tds-table-toolbar.js +1 -1
  92. package/dist/components/tds-text-field.js +14 -8
  93. package/dist/components/tds-textarea.js +2 -2
  94. package/dist/components/tds-toast.js +1 -1
  95. package/dist/components/tds-tooltip.js +6 -4
  96. package/dist/esm/loader.js +1 -1
  97. package/dist/esm/tds-badge.entry.js +1 -1
  98. package/dist/esm/tds-button.entry.js +3 -3
  99. package/dist/esm/tds-dropdown_2.entry.js +1 -1
  100. package/dist/esm/tds-icon.entry.js +1 -1
  101. package/dist/esm/tds-popover-canvas.entry.js +4 -3
  102. package/dist/esm/tds-popover-core.entry.js +20 -10
  103. package/dist/esm/tds-popover-menu.entry.js +4 -3
  104. package/dist/esm/tds-slider.entry.js +7 -10
  105. package/dist/esm/tds-table-footer.entry.js +1 -1
  106. package/dist/esm/tds-text-field.entry.js +13 -7
  107. package/dist/esm/tds-textarea.entry.js +1 -1
  108. package/dist/esm/tds-tooltip.entry.js +4 -3
  109. package/dist/esm/tegel.js +1 -1
  110. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCY-Bold.woff +0 -0
  111. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCY-Italic.woff +0 -0
  112. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCY-Regular.woff +0 -0
  113. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYCondensed-Bold.woff +0 -0
  114. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYCondensed-Italic.woff +0 -0
  115. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYCondensed-Regular.woff +0 -0
  116. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYHeadline-Bold.woff +0 -0
  117. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYHeadline-Regular.woff +0 -0
  118. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Bold.woff +0 -0
  119. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Italic.woff +0 -0
  120. package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Regular.woff +0 -0
  121. package/dist/tegel/assets/fonts/latin/ScaniaSans-Bold.woff +0 -0
  122. package/dist/tegel/assets/fonts/latin/ScaniaSans-Italic.woff +0 -0
  123. package/dist/tegel/assets/fonts/latin/ScaniaSans-Regular.woff +0 -0
  124. package/dist/tegel/assets/fonts/latin/ScaniaSansCondensed-Bold.woff +0 -0
  125. package/dist/tegel/assets/fonts/latin/ScaniaSansCondensed-Italic.woff +0 -0
  126. package/dist/tegel/assets/fonts/latin/ScaniaSansCondensed-Regular.woff +0 -0
  127. package/dist/tegel/assets/fonts/latin/ScaniaSansHeadline-Bold.woff +0 -0
  128. package/dist/tegel/assets/fonts/latin/ScaniaSansHeadline-Regular.woff +0 -0
  129. package/dist/tegel/assets/fonts/latin/ScaniaSansSemiCondensed-Bold.woff +0 -0
  130. package/dist/tegel/assets/fonts/latin/ScaniaSansSemiCondensed-Italic.woff +0 -0
  131. package/dist/tegel/assets/fonts/latin/ScaniaSansSemiCondensed-Regular.woff +0 -0
  132. package/dist/tegel/assets/logos/scania-symbol.png +0 -0
  133. package/dist/tegel/assets/logos/scania-symbol.svg +1 -0
  134. package/dist/tegel/assets/logos/scania-wordmark-white.svg +1 -0
  135. package/dist/tegel/{p-137929b7.entry.js → p-26ae4a93.entry.js} +1 -1
  136. package/dist/tegel/p-340cadba.entry.js +1 -0
  137. package/dist/tegel/p-443d8501.entry.js +1 -0
  138. package/dist/tegel/p-945439c9.entry.js +1 -0
  139. package/dist/tegel/{p-52be41ce.entry.js → p-9d90d6b0.entry.js} +1 -1
  140. package/dist/tegel/{p-285d7485.entry.js → p-abfe76a9.entry.js} +1 -1
  141. package/dist/tegel/p-b810cf07.entry.js +1 -0
  142. package/dist/tegel/p-b8f8a973.entry.js +1 -0
  143. package/dist/tegel/p-bb86ab14.entry.js +1 -0
  144. package/dist/tegel/p-e77d409f.entry.js +1 -0
  145. package/dist/tegel/p-f04a31b1.entry.js +1 -0
  146. package/dist/tegel/{p-0f486a7c.entry.js → p-f1c172a4.entry.js} +1 -1
  147. package/dist/tegel/tegel.css +7 -3
  148. package/dist/tegel/tegel.esm.js +1 -1
  149. package/dist/types/components/popover-canvas/popover-canvas.d.ts +4 -1
  150. package/dist/types/components/popover-core/popover-core.d.ts +9 -3
  151. package/dist/types/components/popover-menu/popover-menu.d.ts +3 -1
  152. package/dist/types/components/tooltip/tooltip.d.ts +3 -1
  153. package/dist/types/components.d.ts +40 -8
  154. package/dist/types/types/Icons.d.ts +1 -1
  155. package/package.json +9 -4
  156. package/scripts/copy-assets.mjs +118 -0
  157. package/dist/components/p-3e74be57.js +0 -65
  158. package/dist/tegel/p-1ce239bf.entry.js +0 -1
  159. package/dist/tegel/p-2b030cef.entry.js +0 -1
  160. package/dist/tegel/p-4bab99d5.entry.js +0 -1
  161. package/dist/tegel/p-73dd2dbb.entry.js +0 -1
  162. package/dist/tegel/p-831111e9.entry.js +0 -1
  163. package/dist/tegel/p-8ae952b6.entry.js +0 -1
  164. package/dist/tegel/p-cd289e17.entry.js +0 -1
  165. package/dist/tegel/p-f0d46e61.entry.js +0 -1
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 95" xml:space="preserve"><path fill="none" d="M0 0h100v95H0z"/><radialGradient id="a" cx="24.92" cy="24.38" r="80.55" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#212a7a"/><stop offset=".04" stop-color="#202978"/><stop offset=".08" stop-color="#202977"/><stop offset=".13" stop-color="#1e2770"/><stop offset=".2" stop-color="#1c246a"/><stop offset=".27" stop-color="#16215d"/><stop offset=".33" stop-color="#141c52"/><stop offset=".41" stop-color="#12194b"/><stop offset=".5" stop-color="#101745"/><stop offset=".6" stop-color="#0f1540"/><stop offset=".72" stop-color="#0e143c"/><stop offset=".85" stop-color="#0e143e"/><stop offset="1" stop-color="#0f123c"/></radialGradient><path fill="url(#a)" d="M98.38 32.94a49.63 49.63 0 0 0-14.73-25.5c-2.96.75-5.95 1.4-8.97 1.94a42.47 42.47 0 0 0-49.49 0c-3.01-.55-6-1.2-8.97-1.94A49.61 49.61 0 0 0 1.5 32.94a138 138 0 0 1 6.16 6.8A42.47 42.47 0 0 0 32.41 82.6c1.03 2.89 1.97 5.8 2.8 8.74a49.61 49.61 0 0 0 29.45 0c.84-2.94 1.77-5.85 2.8-8.74a42.47 42.47 0 0 0 24.75-42.86c1.98-2.34 4.04-4.6 6.17-6.8z"/><radialGradient id="b" cx="32.54" cy="24.28" r="55.43" gradientUnits="userSpaceOnUse"><stop offset=".19" stop-color="#e10016"/><stop offset=".28" stop-color="#e3001a"/><stop offset=".4" stop-color="#e00015"/><stop offset=".56" stop-color="#df0014"/><stop offset=".67" stop-color="#dd0015"/><stop offset=".82" stop-color="#d30216"/><stop offset="1" stop-color="#a91115"/></radialGradient><path fill="url(#b)" d="M68.52 61.03c-1.27-4.88-5.34-4.88-5.34-4.88 7.14 11.12-3.7 16.55-3.7 16.55.99-6.6-3.8-8.23-3.8-8.23 3.43 14.47-8.61 14.74-8.61 14.74.88-1.55 1-4.52 1-4.52.55-3.44-1.07-9.65-1.07-9.65-2.88 2.4-2.88 10.21-2.88 10.21-10.15-8.53-2.49-17.23-2.49-17.23-2.69.66-5.13 3.6-5.13 3.6-2.66-7.32 4.4-10.3 4.4-10.3-1.14.13-2.13.05-2.13.05-5.9.08-5.72-4.3-5.72-4.3 3 .94 4.85 1.93 8.1-.13 3.24-2.06 3.75-3.27 3.75-3.27-.17-.8.25-1.55-3.51-2.53-2.76-.73-4.29-2.85-4.29-2.85-2.98-2.44-8.18 1.3-8.18 1.3 2.7-12.7 11.3-6.87 11.3-6.87.23-.97 1.52-2.34 2.3-2.94H61.6a9.86 9.86 0 0 1 5.12-.82s-.8 3.58-3.48 6.18c.08.15.2.29.4.39 6.42 3.35 6.7 10.13 6.7 10.13-2-2.99-5.61-2.08-5.61-2.08 9.58 8.5 3.8 17.45 3.8 17.45z"/><linearGradient id="c" gradientUnits="userSpaceOnUse" x1="24.18" y1="33.91" x2="42.94" y2="42.26"><stop offset="0" stop-color="#e50026"/><stop offset=".62" stop-color="#e4001e"/><stop offset="1" stop-color="#e4001a"/></linearGradient><path fill="url(#c)" d="M39.9 43.92c.64.1.47-.36.4-.67-.1-.38-1.02-.99-1.4-1.1-.7-.21-1.97-.56-2.73-.56-.43 0-1.8.26-2.12.34-1.61.41-3.22.62-4.79.62-2.16 0-5.82-.78-7.27-1.9-.16-.12-.65-.09-.91.24-.22.28.13.63.33.92.4.57 1.54 1.72 1.87 2 5.14 4.35 9.4-.95 16.63.1zm.47-10.23.9-.48c1.88.64 3.27-.56 5.42.06.2.06-.15.79-.34 1.32-1.19 3.3-5.42 3.09-5.98-.9z"/><linearGradient id="d" gradientUnits="userSpaceOnUse" x1="24.85" y1="4.17" x2="75.09" y2="4.26"><stop offset="0" stop-color="#696d67"/><stop offset=".03" stop-color="#70746e"/><stop offset=".11" stop-color="#797e77"/><stop offset=".21" stop-color="#7c817a"/><stop offset=".48" stop-color="#7a7f78"/><stop offset=".59" stop-color="#737872"/><stop offset=".68" stop-color="#686b67"/><stop offset=".75" stop-color="#585a57"/><stop offset=".81" stop-color="#424343"/><stop offset=".82" stop-color="#3d3d3e"/><stop offset="1" stop-color="#36373b"/></linearGradient><path fill="url(#d)" d="M75.07 8.35a.38.38 0 0 1-.15-.06 43.48 43.48 0 0 0-49.84 0 .4.4 0 0 1-.14.06l-.1-.2.09-.24a43.87 43.87 0 0 1 50.14 0l.02.24-.02.2z"/><linearGradient id="e" gradientUnits="userSpaceOnUse" x1="75.04" y1="7.13" x2="84.18" y2="7.13"><stop offset="0" stop-color="#414243"/><stop offset=".07" stop-color="#444647"/><stop offset=".24" stop-color="#484b4b"/><stop offset=".33" stop-color="#4c4f4e"/><stop offset=".56" stop-color="#4f5250"/><stop offset=".77" stop-color="#4b4d4c"/><stop offset="1" stop-color="#3f4041"/></linearGradient><path fill="url(#e)" d="M84.08 6.39c-2.93.75-5.88 1.4-8.87 1.96-.04.01-.1.01-.14 0l-.03-.23.02-.16.01-.05c3.04-.56 6.05-1.23 9.03-2l.08.29-.1.19z"/><linearGradient id="f" gradientUnits="userSpaceOnUse" x1="85.22" y1="5.29" x2="100.6" y2="33.03"><stop offset="0" stop-color="#3f4040"/><stop offset=".38" stop-color="#393a3a"/><stop offset=".76" stop-color="#333534"/><stop offset="1" stop-color="#292d2d"/></linearGradient><path fill="url(#f)" d="M99.53 33.16A50.7 50.7 0 0 0 84.08 6.4l.06-.23-.06-.2.02-.05a51.06 51.06 0 0 1 15.86 27.48l-.33-.04-.1-.19z"/><linearGradient id="g" gradientUnits="userSpaceOnUse" x1="93.25" y1="39.94" x2="99.99" y2="33.43"><stop offset="0" stop-color="#313231"/><stop offset=".08" stop-color="#333537"/><stop offset=".24" stop-color="#34363a"/><stop offset=".68" stop-color="#2f3132"/><stop offset=".81" stop-color="#2f302f"/><stop offset=".92" stop-color="#2e2c25"/><stop offset="1" stop-color="#2c2617"/></linearGradient><path fill="url(#g)" d="M93.32 40c.02-.05.04-.1.08-.14a137.2 137.2 0 0 1 6.14-6.7l.22.07.15.15h.05c-2.16 2.2-4.24 4.48-6.25 6.83l-.2.01-.19-.23z"/><linearGradient id="h" gradientUnits="userSpaceOnUse" x1="71.65" y1="85.58" x2="96.96" y2="42.09"><stop offset="0" stop-color="#181607"/><stop offset=".03" stop-color="#19180f"/><stop offset=".15" stop-color="#1e2029"/><stop offset=".19" stop-color="#1b1a1d"/><stop offset=".26" stop-color="#17110d"/><stop offset=".34" stop-color="#150d03"/><stop offset=".44" stop-color="#140b00"/><stop offset=".55" stop-color="#181107"/><stop offset=".72" stop-color="#22201c"/><stop offset=".82" stop-color="#2b2c2c"/><stop offset=".93" stop-color="#323333"/><stop offset="1" stop-color="#3b3c3c"/></linearGradient><path fill="url(#h)" d="M68.25 83.4a.38.38 0 0 1 .14-.1 43.46 43.46 0 0 0 24.92-43.15l.01-.16.19.14.15.06.05.01a43.84 43.84 0 0 1-25.07 43.42l-.29.04-.1-.25z"/><linearGradient id="i" gradientUnits="userSpaceOnUse" x1="65.5" y1="92.37" x2="68.57" y2="83.51"><stop offset="0" stop-color="#262928"/><stop offset=".21" stop-color="#262a2b"/><stop offset=".62" stop-color="#262827"/><stop offset="1" stop-color="#1e2029"/></linearGradient><path fill="url(#i)" d="M65.46 92.18a136.94 136.94 0 0 1 2.8-8.78l.12.18h.23l.03.04a136.27 136.27 0 0 0-2.78 8.82l-.35-.06-.05-.2z"/><linearGradient id="j" gradientUnits="userSpaceOnUse" x1="34.14" y1="93.57" x2="65.86" y2="93.57"><stop offset="0" stop-color="#434546"/><stop offset=".15" stop-color="#3f3f40"/><stop offset=".4" stop-color="#38393b"/><stop offset=".56" stop-color="#303235"/><stop offset=".68" stop-color="#292b2e"/><stop offset=".76" stop-color="#212226"/><stop offset=".84" stop-color="#1c1c1f"/><stop offset=".95" stop-color="#100a0a"/><stop offset="1" stop-color="#090100"/></linearGradient><path fill="url(#j)" d="M34.54 92.18a50.61 50.61 0 0 0 30.92 0l.16.16.2.06.04.03a51.06 51.06 0 0 1-31.72 0l.2-.22.2-.03z"/><linearGradient id="k" gradientUnits="userSpaceOnUse" x1="34.33" y1="92.38" x2="31.6" y2="83.38"><stop offset="0" stop-color="#4c4e4e"/><stop offset=".02" stop-color="#555957"/><stop offset=".05" stop-color="#5c615e"/><stop offset=".11" stop-color="#5e6360"/><stop offset=".53" stop-color="#616461"/><stop offset=".65" stop-color="#6c716c"/><stop offset=".84" stop-color="#787e78"/><stop offset="1" stop-color="#7c837c"/></linearGradient><path fill="url(#k)" d="M31.72 83.38c.04.04.07.08.1.14 1 2.86 1.91 5.75 2.72 8.66l-.16.16-.2.06-.04.03c-.83-2.96-1.75-5.9-2.78-8.81l.07-.19.3-.06z"/><linearGradient id="l" gradientUnits="userSpaceOnUse" x1="28.14" y1="85.47" x2="3.06" y2="42.03"><stop offset="0" stop-color="#646661"/><stop offset=".04" stop-color="#4d4f4e"/><stop offset=".06" stop-color="#434546"/><stop offset=".24" stop-color="#434546"/><stop offset=".53" stop-color="#434546"/><stop offset=".79" stop-color="#444647"/><stop offset=".81" stop-color="#464849"/><stop offset=".97" stop-color="#4f5250"/><stop offset=".98" stop-color="#565956"/><stop offset="1" stop-color="#636661"/></linearGradient><path fill="url(#l)" d="M6.67 39.98c.02.05.03.1.02.17a43.46 43.46 0 0 0 25.03 43.23l-.2.1-.13.1-.03.04A43.87 43.87 0 0 1 6.3 40.2l.2-.15.18-.07z"/><linearGradient id="m" gradientUnits="userSpaceOnUse" x1=".25" y1="33.15" x2="6.47" y2="40.16"><stop offset="0" stop-color="#404142"/><stop offset=".01" stop-color="#414243"/><stop offset=".11" stop-color="#4b4c4b"/><stop offset=".24" stop-color="#4e4f4e"/><stop offset=".45" stop-color="#5c5f5b"/><stop offset=".62" stop-color="#636661"/><stop offset=".77" stop-color="#696d68"/><stop offset=".99" stop-color="#7b827b"/><stop offset="1" stop-color="#7c837c"/></linearGradient><path fill="url(#m)" d="M.46 33.16c2.12 2.16 4.17 4.4 6.14 6.7a.4.4 0 0 1 .07.12l-.18.15-.15.06-.05.01c-2-2.34-4.09-4.62-6.25-6.81l.22-.25.2.02z"/><linearGradient id="n" gradientUnits="userSpaceOnUse" x1="-.91" y1="32.84" x2="14.9" y2="5.34"><stop offset="0" stop-color="#404142"/><stop offset=".24" stop-color="#464949"/><stop offset=".46" stop-color="#5a5d5a"/><stop offset=".62" stop-color="#616461"/><stop offset=".78" stop-color="#696d68"/><stop offset="1" stop-color="#70746e"/></linearGradient><path fill="url(#n)" d="M.46 33.16A50.68 50.68 0 0 1 15.92 6.4l.1-.19-.12-.29A51.05 51.05 0 0 0 .04 33.39l.05-.02.15-.14.22-.07z"/><linearGradient id="o" gradientUnits="userSpaceOnUse" x1="15.84" y1="6.18" x2="24.98" y2="8.16"><stop offset="0" stop-color="#7c817a"/><stop offset=".02" stop-color="#7f857f"/><stop offset=".07" stop-color="#858b86"/><stop offset=".18" stop-color="#868d88"/><stop offset=".31" stop-color="#828983"/><stop offset=".62" stop-color="#7c837c"/><stop offset=".94" stop-color="#7b827a"/><stop offset="1" stop-color="#7a8178"/></linearGradient><path fill="url(#o)" d="M15.92 6.39c2.93.75 5.88 1.4 8.86 1.96h.16l-.02-.2.02-.2-.01-.04c-3.04-.57-6.05-1.23-9.03-2l.01.04-.05.21.06.23z"/><linearGradient id="p" gradientUnits="userSpaceOnUse" x1="25.15" y1="11.41" x2="74.71" y2="11.41"><stop offset="0" stop-color="#a9b0b2"/><stop offset=".03" stop-color="#b1b7b8"/><stop offset=".09" stop-color="#bec3c2"/><stop offset=".15" stop-color="#c3c7c5"/><stop offset=".26" stop-color="#bcc0be"/><stop offset=".42" stop-color="#a7abac"/><stop offset=".44" stop-color="#a4a8a9"/><stop offset=".55" stop-color="#9da2a4"/><stop offset=".68" stop-color="#8d9599"/><stop offset=".8" stop-color="#888f92"/><stop offset=".98" stop-color="#7b7d7d"/><stop offset="1" stop-color="#797b7b"/></linearGradient><path fill="url(#p)" d="M25.3 10.01a.65.65 0 0 1 .23 0 138.2 138.2 0 0 0 48.94 0 .64.64 0 0 1 .24 0l-.03.2-.22.45a138.94 138.94 0 0 1-48.92 0l-.39-.38.15-.27z"/><linearGradient id="q" gradientUnits="userSpaceOnUse" x1="93.15" y1="38.5" x2="75.63" y2="9.45"><stop offset="0" stop-color="#969fa3"/><stop offset=".02" stop-color="#a1a9ab"/><stop offset=".08" stop-color="#b6baba"/><stop offset=".11" stop-color="#bdc0bf"/><stop offset=".32" stop-color="#c3c7c5"/><stop offset=".65" stop-color="#d6dad8"/><stop offset=".88" stop-color="#dde1df"/><stop offset=".94" stop-color="#dbdfdd"/><stop offset=".96" stop-color="#d4d8d7"/><stop offset=".98" stop-color="#c7cccc"/><stop offset=".99" stop-color="#b6bbbc"/><stop offset="1" stop-color="#abb0b2"/></linearGradient><path fill="url(#q)" d="M91.73 39.35v-.17a41.98 41.98 0 0 0-16.77-29.06.64.64 0 0 0-.25-.11l-.14.18-.1.42-.01.05a41.31 41.31 0 0 1 16.56 28.7l.43.16.28-.17z"/><linearGradient id="r" gradientUnits="userSpaceOnUse" x1="65.83" y1="81.6" x2="90.53" y2="38.66"><stop offset="0" stop-color="#dde0dd"/><stop offset=".08" stop-color="#d6d9d6"/><stop offset=".19" stop-color="#c1c4c2"/><stop offset=".21" stop-color="#bec1bf"/><stop offset=".25" stop-color="#c0c4c2"/><stop offset=".38" stop-color="#c3c7c5"/><stop offset=".46" stop-color="#d2d5d4"/><stop offset=".57" stop-color="#e2e5e4"/><stop offset=".71" stop-color="#eceeed"/><stop offset=".88" stop-color="#eff1f0"/><stop offset=".94" stop-color="#edefee"/><stop offset=".97" stop-color="#e6e8e7"/><stop offset=".99" stop-color="#daddda"/><stop offset="1" stop-color="#d0d3d0"/></linearGradient><path fill="url(#r)" d="M67 82.25c.06-.06.1-.13.13-.2a138.43 138.43 0 0 1 24.46-42.38c.08-.09.13-.2.14-.32l-.2.02h-.46l-.05-.02a138.92 138.92 0 0 0-24.45 42.36l.24.46.2.08z"/><linearGradient id="s" gradientUnits="userSpaceOnUse" x1="33.01" y1="83.81" x2="67.01" y2="83.81"><stop offset="0" stop-color="#a8abac"/><stop offset=".33" stop-color="#aeb2b3"/><stop offset=".38" stop-color="#afb4b5"/><stop offset=".74" stop-color="#b6baba"/><stop offset=".76" stop-color="#b7baba"/><stop offset=".85" stop-color="#c9cac8"/><stop offset=".91" stop-color="#d0d1ce"/><stop offset=".97" stop-color="#d6d8d5"/><stop offset="1" stop-color="#dde0dd"/></linearGradient><path fill="url(#s)" d="M33 82.27c.07.06.14.11.22.15a42 42 0 0 0 33.56 0c.09-.04.16-.1.23-.17l-.13-.17-.28-.33-.03-.04a41.26 41.26 0 0 1-33.14 0l-.37.27-.05.29z"/><linearGradient id="t" gradientUnits="userSpaceOnUse" x1="34.17" y1="81.6" x2="9.47" y2="38.66"><stop offset="0" stop-color="#4d5354"/><stop offset=".15" stop-color="#545a5b"/><stop offset=".24" stop-color="#5b6061"/><stop offset=".27" stop-color="#5d6263"/><stop offset=".6" stop-color="#727676"/><stop offset=".82" stop-color="#797d7d"/><stop offset=".9" stop-color="#767a7a"/><stop offset=".96" stop-color="#6d7170"/><stop offset="1" stop-color="#636765"/></linearGradient><path fill="url(#t)" d="M8.27 39.35c.01.12.06.23.14.32a138.2 138.2 0 0 1 24.46 42.38c.03.08.08.15.14.22l.14-.14.25-.38.03-.04A138.93 138.93 0 0 0 8.97 39.35l-.52-.08-.18.08z"/><linearGradient id="u" gradientUnits="userSpaceOnUse" x1="7.01" y1="38.63" x2="23.93" y2="9.22"><stop offset="0" stop-color="#6d706e"/><stop offset=".01" stop-color="#6d706f"/><stop offset=".24" stop-color="#717576"/><stop offset=".53" stop-color="#80838a"/><stop offset=".82" stop-color="#828791"/><stop offset="1" stop-color="#858c99"/></linearGradient><path fill="url(#u)" d="M8.27 39.35a41.99 41.99 0 0 1 16.78-29.23c.07-.06.15-.1.25-.11v.2l.23.4v.05a41.31 41.31 0 0 0-16.55 28.7h-.71z"/><linearGradient id="v" gradientUnits="userSpaceOnUse" x1="27.53" y1="82.3" x2="5.64" y2="44.09"><stop offset="0" stop-color="#9fa3a6"/><stop offset=".06" stop-color="#989c9f"/><stop offset=".16" stop-color="#868a8a"/><stop offset=".24" stop-color="#717574"/><stop offset=".32" stop-color="#727676"/><stop offset=".82" stop-color="#797d7d"/><stop offset=".94" stop-color="#767a7a"/><stop offset="1" stop-color="#717576"/></linearGradient><path fill="url(#v)" d="M30.39 80.65a.54.54 0 0 1-.62.07A42 42 0 0 1 8 43.04c0-.19.1-.36.26-.45l.38.12.1.42-.02.78a41.28 41.28 0 0 0 21.33 36.13l.3.3.04.31z"/><linearGradient id="w" gradientUnits="userSpaceOnUse" x1="31.16" y1="80.21" x2="9.28" y2="42"><stop offset="0" stop-color="#f3f5f4"/><stop offset=".11" stop-color="#f9fbfb"/><stop offset=".32" stop-color="#f6f7f6"/><stop offset=".88" stop-color="#f4f6f5"/><stop offset=".98" stop-color="#f2f4f4"/><stop offset="1" stop-color="#f0f3f3"/></linearGradient><path fill="url(#w)" d="M8.26 42.59a.55.55 0 0 1 .72.12 136.42 136.42 0 0 1 21.56 37.34c.08.21.02.45-.15.6l-.14-.15-.12-.36-.08-.1A136.36 136.36 0 0 0 8.73 43.13L8.68 43l-.25-.28-.17-.13z"/><linearGradient id="x" gradientUnits="userSpaceOnUse" x1="36.01" y1="90.88" x2="34.18" y2="84.61"><stop offset="0" stop-color="#5b6061"/><stop offset=".18" stop-color="#6d7273"/><stop offset=".44" stop-color="#818588"/><stop offset=".62" stop-color="#888c8f"/><stop offset=".91" stop-color="#85898c"/><stop offset="1" stop-color="#838789"/></linearGradient><path fill="url(#x)" d="M35.81 90.92a.63.63 0 0 1-.14-.26 145.3 145.3 0 0 0-1.72-5.52.48.48 0 0 1 .12-.5l.32.08.17.24c.6 1.8 1.17 3.6 1.69 5.42l-.2.49-.24.05z"/><linearGradient id="y" gradientUnits="userSpaceOnUse" x1="34.07" y1="86.14" x2="65.92" y2="86.14"><stop offset="0" stop-color="#f0f3f3"/><stop offset=".01" stop-color="#eff2f1"/><stop offset=".08" stop-color="#e1e5e4"/><stop offset=".15" stop-color="#dde1df"/><stop offset=".24" stop-color="#d6dad8"/><stop offset=".37" stop-color="#c1c5c5"/><stop offset=".44" stop-color="#b4b8b9"/><stop offset=".49" stop-color="#adb1b2"/><stop offset=".56" stop-color="#9a9d9d"/><stop offset=".65" stop-color="#7a7e7c"/><stop offset=".68" stop-color="#6d706e"/><stop offset="1" stop-color="#6c6f6d"/></linearGradient><path fill="url(#y)" d="M65.92 84.64a.48.48 0 0 0-.5-.1 43.44 43.44 0 0 1-30.85 0 .48.48 0 0 0-.5.1l.14.15.28.1.07.07a43.84 43.84 0 0 0 30.88 0l.4-.1.08-.22z"/><linearGradient id="z" gradientUnits="userSpaceOnUse" x1="63.87" y1="90.81" x2="65.96" y2="84.65"><stop offset="0" stop-color="#dde0dd"/><stop offset=".1" stop-color="#d6d9d6"/><stop offset=".24" stop-color="#c3c7c5"/><stop offset=".34" stop-color="#d2d5d4"/><stop offset=".49" stop-color="#e2e5e4"/><stop offset=".66" stop-color="#eceeed"/><stop offset=".88" stop-color="#eff1f0"/><stop offset=".94" stop-color="#edefee"/><stop offset=".97" stop-color="#e6e8e7"/><stop offset=".99" stop-color="#daddda"/><stop offset="1" stop-color="#d0d3d0"/></linearGradient><path fill="url(#z)" d="M64.19 90.92a.63.63 0 0 0 .14-.26c.61-2.12 1.14-3.78 1.72-5.51a.48.48 0 0 0-.12-.5l-.01-.01-.13.15-.28.1-.07.08c-.6 1.79-1.17 3.6-1.7 5.41l.23.47.22.07z"/><linearGradient id="A" gradientUnits="userSpaceOnUse" x1="35.81" y1="91.74" x2="64.19" y2="91.74"><stop offset="0" stop-color="#a7abac"/><stop offset=".31" stop-color="#aeb2b3"/><stop offset=".38" stop-color="#b0b5b6"/><stop offset=".76" stop-color="#b4b8b9"/><stop offset=".76" stop-color="#b4b8b9"/><stop offset=".85" stop-color="#c9cbca"/><stop offset=".91" stop-color="#d0d2d0"/><stop offset=".97" stop-color="#d7d9d7"/><stop offset="1" stop-color="#dde0dd"/></linearGradient><path fill="url(#A)" d="M64.19 90.92a.64.64 0 0 1-.3.18 49.18 49.18 0 0 1-27.79 0 .64.64 0 0 1-.29-.18l.13-.15.28-.35.03-.04a48.46 48.46 0 0 0 27.5 0l.04.04.27.35.13.15z"/><linearGradient id="B" gradientUnits="userSpaceOnUse" x1="68.7" y1="80.12" x2="90.85" y2="42.07"><stop offset="0" stop-color="#848a8b"/><stop offset=".24" stop-color="#80838a"/><stop offset=".53" stop-color="#6d706e"/><stop offset="1" stop-color="#686b6b"/></linearGradient><path fill="url(#B)" d="M91.65 42.53h-.02a.54.54 0 0 0-.6.17 136.6 136.6 0 0 0-21.57 37.36c-.08.2-.02.43.14.58l.2-.09.15-.51a136.36 136.36 0 0 1 21.32-36.91l.4-.35-.02-.25z"/><linearGradient id="C" gradientUnits="userSpaceOnUse" x1="72.49" y1="82.32" x2="94.45" y2="44.13"><stop offset="0" stop-color="#c3c7c5"/><stop offset=".03" stop-color="#c7cbc9"/><stop offset=".24" stop-color="#e6eae8"/><stop offset=".41" stop-color="#dfe3e1"/><stop offset=".62" stop-color="#d0d3d0"/><stop offset=".76" stop-color="#c9ccca"/><stop offset=".82" stop-color="#c3c7c5"/><stop offset=".87" stop-color="#bcc0bf"/><stop offset=".95" stop-color="#a7adae"/><stop offset="1" stop-color="#999fa2"/></linearGradient><path fill="url(#C)" d="m69.6 80.64.01.02c.17.14.42.17.62.06A42.01 42.01 0 0 0 92 43.02a.54.54 0 0 0-.35-.49l-.08.18-.25.3-.05.12v.78a41.28 41.28 0 0 1-21.32 36.13l-.08.1-.13.37-.15.13z"/><linearGradient id="D" gradientUnits="userSpaceOnUse" x1="77.34" y1="9.76" x2="83.72" y2="8.4"><stop offset="0" stop-color="#686b6b"/><stop offset=".09" stop-color="#717477"/><stop offset=".26" stop-color="#7f838c"/><stop offset=".38" stop-color="#848993"/><stop offset=".52" stop-color="#888e95"/><stop offset=".62" stop-color="#8d9599"/><stop offset=".75" stop-color="#949c9f"/><stop offset=".94" stop-color="#a9aeb0"/><stop offset="1" stop-color="#b0b5b6"/></linearGradient><path fill="url(#D)" d="M77.33 9.71a.48.48 0 0 1 .36-.32c1.8-.37 3.49-.74 5.63-1.27a.64.64 0 0 1 .34 0l-.03.2-.25.44c-1.84.46-3.68.87-5.54 1.25l-.31-.04-.2-.26z"/><linearGradient id="E" gradientUnits="userSpaceOnUse" x1="98.28" y1="32.38" x2="84.43" y2="7.69"><stop offset="0" stop-color="#919499"/><stop offset=".02" stop-color="#999ca0"/><stop offset=".07" stop-color="#adb1b2"/><stop offset=".11" stop-color="#b4b8b9"/><stop offset=".32" stop-color="#c3c7c5"/><stop offset=".55" stop-color="#cacecc"/><stop offset=".88" stop-color="#dde1df"/><stop offset=".91" stop-color="#d6dad8"/><stop offset=".96" stop-color="#c1c6c6"/><stop offset="1" stop-color="#a8aeb0"/></linearGradient><path fill="url(#E)" d="M83.66 8.13c.1.03.18.08.26.14a49.15 49.15 0 0 1 13.9 24.09c.02.1.02.19 0 .28l-.26.11-.44-.17A48.46 48.46 0 0 0 83.38 8.76l.01-.05.16-.4.11-.18z"/><linearGradient id="F" gradientUnits="userSpaceOnUse" x1="93.23" y1="37.32" x2="97.61" y2="32.46"><stop offset="0" stop-color="#d0d3d0"/><stop offset=".01" stop-color="#d3d6d3"/><stop offset=".12" stop-color="#e3e5e3"/><stop offset=".23" stop-color="#eceeed"/><stop offset=".38" stop-color="#eff1f0"/><stop offset=".43" stop-color="#e5e8e6"/><stop offset=".52" stop-color="#dfe2df"/><stop offset=".76" stop-color="#dde0dd"/><stop offset=".86" stop-color="#daddda"/><stop offset=".94" stop-color="#d0d4d1"/><stop offset="1" stop-color="#c3c7c5"/></linearGradient><path fill="url(#F)" d="M97.82 32.64a.63.63 0 0 1-.16.3c-1.15 1.2-2.56 2.71-3.92 4.25a.48.48 0 0 1-.5.15l-.1-.34.14-.25c1.25-1.42 2.53-2.8 3.84-4.17l.05.01.45.02.2.03z"/><linearGradient id="G" gradientUnits="userSpaceOnUse" x1="94.48" y1="36.63" x2="78.63" y2="8.97"><stop offset="0" stop-color="#4d5354"/><stop offset=".11" stop-color="#545a5a"/><stop offset=".24" stop-color="#636765"/><stop offset=".39" stop-color="#707473"/><stop offset=".65" stop-color="#828688"/><stop offset=".82" stop-color="#888c8f"/><stop offset=".87" stop-color="#868a8c"/><stop offset=".9" stop-color="#818382"/><stop offset=".94" stop-color="#787772"/><stop offset=".97" stop-color="#6b665b"/><stop offset=".99" stop-color="#5b513e"/><stop offset="1" stop-color="#574c37"/></linearGradient><path fill="url(#G)" d="M77.33 9.71v.03c-.05.18.01.37.15.49a43.46 43.46 0 0 1 15.43 26.72c.03.18.16.33.34.38l.06-.2-.06-.28.03-.1A43.87 43.87 0 0 0 77.84 10l-.1-.03-.22-.19-.19-.08z"/><linearGradient id="H" gradientUnits="userSpaceOnUse" x1="27.98" y1="9.55" x2="72" y2="9.55"><stop offset="0" stop-color="#9fa5a9"/><stop offset=".12" stop-color="#a6acaf"/><stop offset=".24" stop-color="#b4b9b9"/><stop offset=".36" stop-color="#bbc0bf"/><stop offset=".53" stop-color="#d0d3d1"/><stop offset=".62" stop-color="#dde0dd"/><stop offset=".72" stop-color="#e3e6e4"/><stop offset=".91" stop-color="#e9eceb"/><stop offset=".97" stop-color="#e3e6e4"/><stop offset="1" stop-color="#dde0dd"/></linearGradient><path fill="url(#H)" d="M27.98 8.5v.05c.05.22.23.4.46.43a136.58 136.58 0 0 0 43.12 0c.2-.03.38-.18.44-.37l-.18-.09-.5.04a136.38 136.38 0 0 1-42.64 0l-.5-.15-.2.09z"/><linearGradient id="I" gradientUnits="userSpaceOnUse" x1="27.98" y1="5.25" x2="72.02" y2="5.25"><stop offset="0" stop-color="#8c9195"/><stop offset=".05" stop-color="#989c9f"/><stop offset=".11" stop-color="#9fa3a6"/><stop offset=".18" stop-color="#a3a9ab"/><stop offset=".32" stop-color="#a9b0b2"/><stop offset=".47" stop-color="#b0b7b8"/><stop offset=".68" stop-color="#c5cac9"/><stop offset=".88" stop-color="#dde0de"/><stop offset="1" stop-color="#dde0dd"/></linearGradient><path fill="url(#I)" d="M27.98 8.5a.55.55 0 0 1 .26-.52 41.93 41.93 0 0 1 43.52 0c.2.12.3.34.25.57l-.01.06h-.22l-.33-.03-.13-.02a41.27 41.27 0 0 0-42.64 0l-.13.02-.37-.07-.2-.01z"/><linearGradient id="J" gradientUnits="userSpaceOnUse" x1="16.28" y1="8.28" x2="22.65" y2="9.87"><stop offset="0" stop-color="#a9b0b2"/><stop offset=".17" stop-color="#bcc0c0"/><stop offset=".29" stop-color="#c3c7c5"/><stop offset=".45" stop-color="#b7baba"/><stop offset=".68" stop-color="#a8abac"/><stop offset=".81" stop-color="#a5a8aa"/><stop offset=".91" stop-color="#9b9fa2"/><stop offset="1" stop-color="#8c9195"/></linearGradient><path fill="url(#J)" d="M22.68 9.74a.47.47 0 0 0-.36-.35c-1.8-.37-3.5-.74-5.65-1.27a.64.64 0 0 0-.32 0l-.1.27.37.37c1.84.46 3.68.87 5.54 1.25l.3-.01.22-.26z"/><linearGradient id="K" gradientUnits="userSpaceOnUse" x1="5.43" y1="36.57" x2="21.46" y2="9.03"><stop offset="0" stop-color="#9da3a7"/><stop offset=".01" stop-color="#a3a9ac"/><stop offset=".1" stop-color="#c4c9c8"/><stop offset=".16" stop-color="#d9dcda"/><stop offset=".21" stop-color="#e0e3e0"/><stop offset=".23" stop-color="#e5e8e5"/><stop offset=".3" stop-color="#edf0ef"/><stop offset=".38" stop-color="#f0f3f2"/><stop offset=".88" stop-color="#f0f2f1"/><stop offset="1" stop-color="#eff1ef"/></linearGradient><path fill="url(#K)" d="M6.75 37.33c.18-.05.31-.2.34-.38a43.46 43.46 0 0 1 15.43-26.73c.14-.12.2-.3.16-.48l-.2.05-.23.2-.1.02A43.86 43.86 0 0 0 6.73 36.75l-.1.4.13.18z"/><linearGradient id="L" gradientUnits="userSpaceOnUse" x1="6.73" y1="37.35" x2="2.42" y2="32.44"><stop offset="0" stop-color="#5e6169"/><stop offset=".09" stop-color="#72777d"/><stop offset=".2" stop-color="#81878c"/><stop offset=".32" stop-color="#8a9194"/><stop offset=".47" stop-color="#8d9497"/><stop offset=".5" stop-color="#8d9396"/><stop offset="1" stop-color="#888c8f"/></linearGradient><path fill="url(#L)" d="M6.75 37.33a.48.48 0 0 1-.49-.14 145.74 145.74 0 0 0-3.92-4.24.63.63 0 0 1-.16-.3l.18-.16.52.09c1.3 1.36 2.59 2.75 3.84 4.17l.03.1v.48z"/><linearGradient id="M" gradientUnits="userSpaceOnUse" x1="1.53" y1="32.27" x2="15.64" y2="7.72"><stop offset="0" stop-color="#686b6b"/><stop offset=".09" stop-color="#6f7273"/><stop offset=".24" stop-color="#75797a"/><stop offset=".53" stop-color="#848993"/><stop offset=".77" stop-color="#8b9098"/><stop offset="1" stop-color="#969ca1"/></linearGradient><path fill="url(#M)" d="M2.18 32.64a.64.64 0 0 1 0-.29 49.16 49.16 0 0 1 13.9-24.08.63.63 0 0 1 .27-.14l.05.18.2.4.02.05-.9.88A48.46 48.46 0 0 0 2.89 32.58l-.05.01-.45.05h-.2z"/><linearGradient id="N" gradientUnits="userSpaceOnUse" x1="40.79" y1="32.43" x2="43.1" y2="29.62"><stop offset="0" stop-color="#918f92"/><stop offset=".17" stop-color="#95918c"/><stop offset=".47" stop-color="#979289"/><stop offset=".67" stop-color="#9b9890"/><stop offset=".95" stop-color="#a7a7a5"/><stop offset="1" stop-color="#aaaaa9"/></linearGradient><path fill="url(#N)" d="M40.69 32.35a.36.36 0 0 1 .04-.28 7.1 7.1 0 0 1 2.41-2.4l.12.22-.02.1a7.3 7.3 0 0 0-2.22 2.25l-.08.08-.25.03z"/><linearGradient id="O" gradientUnits="userSpaceOnUse" x1="48.04" y1="33.93" x2="54.79" y2="25.71"><stop offset="0" stop-color="#928e8e"/><stop offset=".53" stop-color="#979289"/><stop offset=".72" stop-color="#918a80"/><stop offset="1" stop-color="#8b8379"/></linearGradient><path fill="url(#O)" d="M59.79 29.86c-.12-.24-.37-.2-.64-.21-.08 0-15.92-.01-16 .01l.07.24.02.06V30h15.91l.31.01c.01 0 .02 0 .03.02h.1l.2-.16z"/><linearGradient id="P" gradientUnits="userSpaceOnUse" x1="56.43" y1="32.8" x2="59.81" y2="29.89"><stop offset="0" stop-color="#aaaaa9"/><stop offset=".24" stop-color="#aeb0ae"/><stop offset=".26" stop-color="#afb1af"/><stop offset=".53" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#P)" d="M56.87 32.7c.42-.47 1.39-1.47 2.79-2.37.16-.1.21-.3.13-.47l-.21.13-.07.02h-.02l-.01.03a13.84 13.84 0 0 0-3.1 2.71h.17l.32-.05z"/><linearGradient id="Q" gradientUnits="userSpaceOnUse" x1="56.5" y1="32.61" x2="57.34" y2="33.31"><stop offset="0" stop-color="#918f92"/><stop offset=".17" stop-color="#95918c"/><stop offset=".47" stop-color="#979289"/><stop offset=".67" stop-color="#9b9890"/><stop offset=".95" stop-color="#a7a7a5"/><stop offset="1" stop-color="#aaaaa9"/></linearGradient><path fill="url(#Q)" d="m57.19 32.96-.32-.26-.35.04h-.1l-.03.01.86.68.01-.17z"/><linearGradient id="R" gradientUnits="userSpaceOnUse" x1="56.95" y1="32.82" x2="66.26" y2="28.4"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".21" stop-color="#b5b7b5"/><stop offset=".44" stop-color="#b5b7b4"/><stop offset=".57" stop-color="#b0b1ad"/><stop offset=".76" stop-color="#a29f98"/><stop offset=".88" stop-color="#979289"/><stop offset=".88" stop-color="#98938a"/><stop offset="1" stop-color="#aaaaa9"/></linearGradient><path fill="url(#R)" d="M66.57 29.04a.37.37 0 0 0-.3-.15h-.6c-3.12 0-6.33 1.55-8.48 4.07l.04.33v.1l.02.04c2.06-2.58 5.29-4.2 8.41-4.2l.63.01.1-.02.18-.18z"/><linearGradient id="S" gradientUnits="userSpaceOnUse" x1="59.15" y1="37.82" x2="67.24" y2="29.71"><stop offset="0" stop-color="#aaaaa9"/><stop offset=".24" stop-color="#aeb0ae"/><stop offset=".26" stop-color="#afb1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#S)" d="M59 37.52c4.81-1.26 6.79-5.69 7.42-7.57l.2-.58a.36.36 0 0 0-.05-.33l-.28.2c.02.02-.2.62-.19.6-.63 1.87-2.62 6.32-7.5 7.43l.13.14.27.11z"/><linearGradient id="T" gradientUnits="userSpaceOnUse" x1="58.77" y1="37.24" x2="58.99" y2="38.32"><stop offset="0" stop-color="#b4b6b3"/><stop offset=".38" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#T)" d="m59.1 37.95-.1-.43-.28-.18-.09-.05-.02-.02.01.07.2 1 .13-.12.14-.27z"/><linearGradient id="U" gradientUnits="userSpaceOnUse" x1="58.79" y1="38.27" x2="63.5" y2="36.05"><stop offset="0" stop-color="#8b8379"/><stop offset=".05" stop-color="#8d867d"/><stop offset=".47" stop-color="#9b9c9c"/><stop offset=".62" stop-color="#a2a3a3"/><stop offset=".85" stop-color="#b6b8b5"/><stop offset=".85" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#U)" d="M63.34 35.7a.36.36 0 0 0-.16.09c-1 .88-2.2 1.74-4.09 2.16l-.19.29-.05.08-.02.03a9.16 9.16 0 0 0 4.57-2.3l.02-.01.02-.1-.1-.23z"/><linearGradient id="V" gradientUnits="userSpaceOnUse" x1="70.39" y1="43.77" x2="63.55" y2="35.53"><stop offset="0" stop-color="#8f9096"/><stop offset=".21" stop-color="#a7a9a9"/><stop offset=".38" stop-color="#b6b8b5"/><stop offset=".89" stop-color="#b4b5b3"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#V)" d="M69.63 44.38a.36.36 0 0 0 .2-.4c-.75-3.67-2.57-6.45-6.25-8.25a.36.36 0 0 0-.24-.02l.08.3.01.03a10.54 10.54 0 0 1 5.93 7.35l.02.1a24.66 24.66 0 0 1 .1.59l.01.1.14.2z"/><linearGradient id="W" gradientUnits="userSpaceOnUse" x1="69.68" y1="43.76" x2="63.54" y2="43.33"><stop offset="0" stop-color="#8b8379"/><stop offset=".08" stop-color="#96918a"/><stop offset=".24" stop-color="#aaaaa9"/><stop offset=".38" stop-color="#b0b1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#W)" d="M64.24 43.41c2.36-.57 4.33.11 4.95.87.11.13.29.17.44.1l-.1-.22-.03-.06-.01-.03h-.03a2.74 2.74 0 0 0-.47-.42 5.58 5.58 0 0 0-2.98-.8 8.1 8.1 0 0 0-2.47.41l.24.08.46.07z"/><linearGradient id="X" gradientUnits="userSpaceOnUse" x1="70.41" y1="59.44" x2="64.88" y2="42.82"><stop offset="0" stop-color="#8f9096"/><stop offset=".21" stop-color="#a7a9a9"/><stop offset=".38" stop-color="#b6b8b5"/><stop offset=".89" stop-color="#b4b5b3"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#X)" d="M64.24 43.41c3.54 3.11 5.82 6.28 5.82 11.15a11.8 11.8 0 0 1-1.12 5.22.36.36 0 0 1-.35.25l-.04-.25.04-.1.03-.01c.04-.13.15-.38.21-.53.6-1.36.89-2.9.89-4.58 0-1.58-.25-3.01-.75-4.38a14.22 14.22 0 0 0-3.49-5.15 33.25 33.25 0 0 0-1.93-1.77h.04l.15.04.5.11z"/><linearGradient id="Y" gradientUnits="userSpaceOnUse" x1="69.06" y1="59.14" x2="62.18" y2="55.51"><stop offset="0" stop-color="#8b8379"/><stop offset=".08" stop-color="#96918a"/><stop offset=".24" stop-color="#aaaaa9"/><stop offset=".38" stop-color="#b0b1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#Y)" d="M62.75 55.87c2.33-.04 4.21 1.07 5.33 3.43.07.16.13.33.16.45.04.16.18.28.35.28v-.34l-.02-.02a5.8 5.8 0 0 0-5.7-4.14l-.72.03.2.14.4.17z"/><linearGradient id="Z" gradientUnits="userSpaceOnUse" x1="62.25" y1="72.23" x2="63.73" y2="55.7"><stop offset="0" stop-color="#8f9096"/><stop offset=".21" stop-color="#a7a9a9"/><stop offset=".38" stop-color="#b6b8b5"/><stop offset=".89" stop-color="#b4b5b3"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#Z)" d="M59.87 71.97c.13.1.3.1.44 0 .05-.05.32-.23.4-.29a11.24 11.24 0 0 0 4.08-5.01c1.48-3.83.14-7.4-2.04-10.8l-.43-.22-.13-.07-.04-.02c1.16 1.8 2.92 4.5 2.92 7.82 0 1.08-.2 2.15-.6 3.16a10.03 10.03 0 0 1-2.3 3.47 10.4 10.4 0 0 1-2.1 1.69l-.08.05-.12.22z"/><linearGradient id="aa" gradientUnits="userSpaceOnUse" x1="60.83" y1="71.27" x2="55.2" y2="63.38"><stop offset="0" stop-color="#8b8379"/><stop offset=".08" stop-color="#96918a"/><stop offset=".24" stop-color="#aaaaa9"/><stop offset=".38" stop-color="#b0b1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#aa)" d="M55.38 64.1c2.8 1.05 4.51 3.75 4.43 7.06 0 .12-.04.32-.06.38a.36.36 0 0 0 .12.42l.14-.19.05-.06.01-.01v-.03c.04-.11.07-.36.08-.5.1-3.69-1.96-6.66-5.25-7.57l.16.22.32.29z"/><linearGradient id="ab" gradientUnits="userSpaceOnUse" x1="49.89" y1="79.8" x2="56.51" y2="64.28"><stop offset="0" stop-color="#8f9096"/><stop offset=".21" stop-color="#a7a9a9"/><stop offset=".38" stop-color="#b6b8b5"/><stop offset=".89" stop-color="#b4b5b3"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#ab)" d="M47.58 78.73c.07.13.22.2.37.18 1-.16 1.83-.3 3.27-1.02 5.19-2.58 5.54-8.13 4.16-13.78l-.34-.37-.1-.11-.04-.03.07.27c.37 1.48.78 3.14.78 5.4 0 2.43-.6 4.44-1.8 6a8.16 8.16 0 0 1-2.88 2.31 9.3 9.3 0 0 1-2.72.92l-.46.07H47.77l-.2.16z"/><linearGradient id="ac" gradientUnits="userSpaceOnUse" x1="48.34" y1="78.69" x2="47.57" y2="64.02"><stop offset="0" stop-color="#8b8379"/><stop offset=".08" stop-color="#96918a"/><stop offset=".24" stop-color="#aaaaa9"/><stop offset=".38" stop-color="#b0b1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#ac)" d="M47.12 64.62a32.23 32.23 0 0 1 1.35 8.44c0 1.26-.24 4.28-.87 5.27a.36.36 0 0 0-.02.4l.2-.12.07-.04h.02v-.04c.05-.05.13-.23.18-.33.1-.23.18-.49.23-.7.52-1.89.53-4.18.53-4.44 0-3.51-.87-6.74-1.4-8.66l-.1-.37-.11.2-.08.4z"/><linearGradient id="ad" gradientUnits="userSpaceOnUse" x1="43.08" y1="74.17" x2="47.14" y2="63.96"><stop offset="0" stop-color="#8b8379"/><stop offset=".08" stop-color="#96918a"/><stop offset=".24" stop-color="#aaaaa9"/><stop offset=".38" stop-color="#b0b1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#ad)" d="M43.76 74.44a.36.36 0 0 0 .24-.33c.07-3.18.74-7.38 3.12-9.49l.14-.43.04-.12.01-.04c-.4.3-.66.57-.84.75l-.09.09c-1.09 1.09-1.88 3-2.36 5.68-.15.82-.22 1.5-.3 2.23l-.05.82-.01.5c0 .01 0 .02-.02.02l-.05.1.17.22z"/><linearGradient id="ae" gradientUnits="userSpaceOnUse" x1="41.35" y1="74.43" x2="41.59" y2="56.98"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".24" stop-color="#b5b7b5"/><stop offset=".47" stop-color="#b5b7b4"/><stop offset=".63" stop-color="#b0b1ad"/><stop offset=".86" stop-color="#a29f98"/><stop offset="1" stop-color="#979289"/></linearGradient><path fill="url(#ae)" d="M43.19 57c-2.5 2.59-3.78 5.46-3.78 8.54a9.6 9.6 0 0 0 1.03 4.35c.5 1.02 1.15 1.99 2.02 2.97a20.12 20.12 0 0 0 1.17 1.26h.01v.03l.03.06.09.23a.37.37 0 0 1-.4-.1s-.77-.82-1.16-1.26c-4.45-5.05-3.91-10.94.03-15.53l.54-.37.42-.18z"/><linearGradient id="af" gradientUnits="userSpaceOnUse" x1="36.43" y1="60.49" x2="43.18" y2="56.99"><stop offset="0" stop-color="#8b8379"/><stop offset=".08" stop-color="#96918a"/><stop offset=".24" stop-color="#aaaaa9"/><stop offset=".38" stop-color="#b0b1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#af)" d="m36.73 60.58.03-.01.3-.33c.74-.74 1.48-1.35 2.2-1.8.72-.47 1.47-.8 2.27-1.05A13.82 13.82 0 0 1 43.2 57l-.07.04-.2.1-.7.4a9.87 9.87 0 0 0-4.92 2.94c-.22.22-.37.5-.66.42l.01-.26.08-.06z"/><linearGradient id="ag" gradientUnits="userSpaceOnUse" x1="35.18" y1="59.61" x2="44.14" y2="49.93"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".21" stop-color="#b5b7b5"/><stop offset=".38" stop-color="#b5b7b4"/><stop offset=".56" stop-color="#b0b1ad"/><stop offset=".84" stop-color="#a29f98"/><stop offset="1" stop-color="#979289"/></linearGradient><path fill="url(#ag)" d="M42.06 51.02c-1.82.79-2.68 1.28-3.76 2.35-2.1 2.1-2.51 4.47-1.92 7.26.03.13.13.24.26.27l.06-.23.02-.07.01-.02-.02-.02-.09-.45c-.09-.57-.16-1.1-.16-1.63 0-1.85.7-3.48 2.08-4.87 1.3-1.3 2.31-1.72 5.28-2.97l.75-.3-1.27.27-1.24.4z"/><linearGradient id="ah" gradientUnits="userSpaceOnUse" x1="33.08" y1="48.98" x2="44.52" y2="50.64"><stop offset="0" stop-color="#8f9096"/><stop offset=".24" stop-color="#aaaaa9"/><stop offset=".38" stop-color="#b0b1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#ah)" d="M33.37 47.54c-.1.1-.14.25-.1.38.93 2.63 3.13 3.28 5.96 3.28 1.1 0 1.85-.06 2.83-.18l1.78-.5.54-.14.18-.05-1.12.16c-1.83.25-2.66.37-4.2.37-2.2 0-3.72-.45-4.64-1.37a3.17 3.17 0 0 1-.51-.66 7.87 7.87 0 0 1-.49-1.05l-.04-.08-.2-.16z"/><linearGradient id="ai" gradientUnits="userSpaceOnUse" x1="33.85" y1="48.87" x2="45.74" y2="44.56"><stop offset="0" stop-color="#8b8379"/><stop offset=".05" stop-color="#8d867d"/><stop offset=".47" stop-color="#9b9c9c"/><stop offset=".62" stop-color="#a2a3a3"/><stop offset=".85" stop-color="#b6b8b5"/><stop offset=".85" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#ai)" d="M45.13 43.74c-.36.8-1.96 2.05-2.67 2.57-2.97 2.12-4.84 2.73-8.7 1.15a.36.36 0 0 0-.4.08l.18.17.05.06.01.01h.03l1.13.41c.23.08.49.15.7.21.77.2 1.42.3 2.04.3 1.85 0 3.34-.82 5.15-2.12.76-.54 1.4-1.07 1.9-1.58.69-.68.89-1.1.92-1.2l-.1-.11-.24.05z"/><linearGradient id="aj" gradientUnits="userSpaceOnUse" x1="45.85" y1="42.8" x2="30.22" y2="36.9"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".24" stop-color="#aaaaa9"/><stop offset=".38" stop-color="#b0b1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#aj)" d="M29.57 38.61c.11.1.27.12.4.06 1.65-.76 5.43-2.61 7.49-.3.57.64 1.76 1.99 3.98 2.57 3.6.94 3.66 1.82 3.7 2.8l.23.03.08.01.02.02v-.02c-.03-1.1-.07-2.15-3.94-3.17a7.44 7.44 0 0 1-3.82-2.47l-.26-.28a4.33 4.33 0 0 0-2.83-.95c-.8 0-1.7.18-2.7.55-.56.2-1 .4-1.65.7l-.44.2h-.03l-.1.04-.13.21z"/><linearGradient id="ak" gradientUnits="userSpaceOnUse" x1="29.19" y1="38.12" x2="38.52" y2="31.04"><stop offset="0" stop-color="#bec1bf"/><stop offset="0" stop-color="#c2c5c3"/><stop offset=".02" stop-color="#d6dad8"/><stop offset=".03" stop-color="#dde1df"/><stop offset=".29" stop-color="#e4e8e6"/><stop offset=".62" stop-color="#f4f7f7"/><stop offset=".71" stop-color="#eef0f0"/><stop offset=".84" stop-color="#dcdddb"/><stop offset=".91" stop-color="#d0d1ce"/><stop offset=".94" stop-color="#bec1c0"/><stop offset=".97" stop-color="#b7baba"/><stop offset=".99" stop-color="#b0b3b5"/><stop offset="1" stop-color="#adb1b3"/></linearGradient><path fill="url(#ak)" d="M39.85 32.8a.36.36 0 0 0-.13-.13c-4.19-2.32-8.17-1.13-10.1 5.09l-.15.47c-.04.14 0 .29.1.38l.17-.18.04-.05.02-.02v-.03l.14-.47c.17-.54.36-1.05.6-1.63.2-.5.42-.92.65-1.3a6 6 0 0 1 2.83-2.64c.58-.23 1.21-.35 1.87-.35 1.63 0 3.1.72 3.66 1.03l.1-.03.2-.14z"/><linearGradient id="al" gradientUnits="userSpaceOnUse" x1="39.27" y1="34.86" x2="47.11" y2="36.03"><stop offset="0" stop-color="#b5b7b4"/><stop offset=".11" stop-color="#b5b7b5"/><stop offset=".32" stop-color="#aeb0ae"/><stop offset=".62" stop-color="#9b9c9c"/><stop offset=".82" stop-color="#979289"/><stop offset=".88" stop-color="#9c9890"/><stop offset=".96" stop-color="#aaa9a5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#al)" d="M47.2 33.85a.36.36 0 0 0-.16.28c0 .13-.12.4-.26.7-1.76 3.95-6.8 3.04-6.88-1.85a.37.37 0 0 0-.05-.18l-.22.11-.06.04-.02.02c.01 0 .02 0 .02.02.04 2.74 1.62 4.64 3.85 4.64 1.04 0 1.88-.36 2.66-1.14.4-.4.74-.9 1-1.51a2.92 2.92 0 0 0 .31-.85l-.03-.1-.16-.18z"/><linearGradient id="am" gradientUnits="userSpaceOnUse" x1="47.21" y1="33.83" x2="48.41" y2="34.49"><stop offset="0" stop-color="#8b8379"/><stop offset=".17" stop-color="#908980"/><stop offset=".42" stop-color="#9d9995"/><stop offset=".62" stop-color="#aaaaa9"/><stop offset="1" stop-color="#acadad"/></linearGradient><path fill="url(#am)" d="M48.3 34.22c-.1-.08-.2-.15-.32-.21-.25-.13-.56-.32-.78-.16l.13.2.05.06.01.02h.02a2.1 2.1 0 0 1 .9.55l.04-.18-.05-.28z"/><linearGradient id="an" gradientUnits="userSpaceOnUse" x1="48.2" y1="34.56" x2="49.13" y2="33.7"><stop offset="0" stop-color="#918f92"/><stop offset=".17" stop-color="#95918c"/><stop offset=".47" stop-color="#979289"/><stop offset=".67" stop-color="#9b9890"/><stop offset=".95" stop-color="#a7a7a5"/><stop offset="1" stop-color="#aaaaa9"/></linearGradient><path fill="url(#an)" d="m48.75 33.82-.45.4.01.32-.01.1.01.03.94-.84-.21-.07z"/><linearGradient id="ao" gradientUnits="userSpaceOnUse" x1="40.73" y1="32.12" x2="49.3" y2="33.54"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".24" stop-color="#b5b7b5"/><stop offset=".47" stop-color="#b5b7b4"/><stop offset=".83" stop-color="#afb0ae"/><stop offset="1" stop-color="#aaaaa9"/></linearGradient><path fill="url(#ao)" d="M40.69 32.35c.02.09.08.17.17.22 2.06 1.2 3.78-.62 6.62.5.5.2.93.45 1.27.75H49.25l-.09-.08a4.6 4.6 0 0 0-1.56-.99 5.81 5.81 0 0 0-2.2-.4c-.49 0-.87.05-1.22.1l-.35.07c-.36.07-.74.14-1.3.14a2.9 2.9 0 0 1-1.5-.39v-.03l-.04.02-.07.02-.23.07z"/><linearGradient id="ap" gradientUnits="userSpaceOnUse" x1="39.84" y1="31.99" x2="41.25" y2="30.16"><stop offset="0" stop-color="#bec1bf"/><stop offset="0" stop-color="#c2c5c3"/><stop offset=".02" stop-color="#d6dad8"/><stop offset=".03" stop-color="#dde1df"/><stop offset=".22" stop-color="#e5e9e8"/><stop offset=".62" stop-color="#f4f7f7"/><stop offset=".82" stop-color="#f2f4f4"/><stop offset=".91" stop-color="#eef0ef"/><stop offset=".94" stop-color="#e7e9e8"/><stop offset=".97" stop-color="#dde0de"/><stop offset="1" stop-color="#dddfdc"/></linearGradient><path fill="url(#ap)" d="M41.38 30.26c0 .11-.05.21-.12.3-.25.26-.7.75-1 1.28a.48.48 0 0 1-.32.23l-.17-.25.07-.18c.01 0 .03 0 .04-.02.32-.57.8-1.08 1.06-1.36a.04.04 0 0 0 0-.04l.18-.08.26.12z"/><linearGradient id="aq" gradientUnits="userSpaceOnUse" x1="41.2" y1="30.34" x2="35.3" y2="15.74"><stop offset="0" stop-color="#edf1f3"/><stop offset=".08" stop-color="#f4f7f8"/><stop offset=".11" stop-color="#f9fbfb"/><stop offset=".32" stop-color="#f6f7f6"/><stop offset=".88" stop-color="#f4f6f5"/><stop offset=".98" stop-color="#f2f4f4"/><stop offset="1" stop-color="#f0f3f3"/></linearGradient><path fill="url(#aq)" d="M35.72 16.22c.06.16 5.67 13.87 5.66 14.04l-.24-.03h-.15l-.05-.01-5.87-14.43.36.17.29.26z"/><linearGradient id="ar" gradientUnits="userSpaceOnUse" x1="38.63" y1="20.42" x2="36.02" y2="15.31"><stop offset=".04" stop-color="#cfd1ce"/><stop offset=".06" stop-color="#969ca0"/><stop offset=".07" stop-color="#858a8f"/><stop offset=".1" stop-color="#6e7176"/><stop offset=".12" stop-color="#5c5e63"/><stop offset=".15" stop-color="#4f5056"/><stop offset=".18" stop-color="#47484e"/><stop offset=".24" stop-color="#45464c"/><stop offset=".3" stop-color="#57595c"/><stop offset=".38" stop-color="#6a6e6e"/><stop offset=".44" stop-color="#717574"/><stop offset=".5" stop-color="#787c7b"/><stop offset=".6" stop-color="#8d8f8e"/><stop offset=".7" stop-color="#aaaaa9"/><stop offset=".74" stop-color="#b1b1b0"/><stop offset=".79" stop-color="#c4c6c4"/><stop offset=".85" stop-color="#dde0de"/><stop offset=".88" stop-color="#e2e5e3"/><stop offset=".92" stop-color="#eff1f0"/><stop offset="1" stop-color="#f4f7f6"/></linearGradient><path fill="url(#ar)" d="M38.1 20.7a.48.48 0 0 1-.13-.62c1-1.8-.57-3.63-2.25-3.86l-.37-.26-.22-.14-.06-.03c.1-.02.22-.02.33-.02 1.4 0 2.84 1.07 3.21 2.39.2.69.1 1.48-.26 2.13v.05l-.08.17-.17.18z"/><linearGradient id="as" gradientUnits="userSpaceOnUse" x1="40.14" y1="25.23" x2="43.18" y2="21.93"><stop offset="0" stop-color="#babdbd"/><stop offset=".05" stop-color="#949da2"/><stop offset=".09" stop-color="#7c8388"/><stop offset=".15" stop-color="#5e6267"/><stop offset=".21" stop-color="#4c4d53"/><stop offset=".24" stop-color="#45464c"/><stop offset=".5" stop-color="#5b5d60"/><stop offset=".79" stop-color="#6e7271"/><stop offset=".99" stop-color="#757977"/></linearGradient><path fill="url(#as)" d="M42.89 21.44c.27 1.66-.37 2.95-1.66 3.38-.34.1-.53.15-.76.15-.14 0-.3-.02-.55-.06l-.04.01-.18-.07-.18-.17c.1-.13.24-.2.4-.2.04 0 .36.05.55.05.17 0 .33-.04.62-.12 1.09-.36 1.6-1.43 1.37-2.87l.17-.16.26.06z"/><linearGradient id="at" gradientUnits="userSpaceOnUse" x1="42.68" y1="20.67" x2="38.37" y2="20.1"><stop offset=".01" stop-color="#757977"/><stop offset=".07" stop-color="#7c807e"/><stop offset=".16" stop-color="#919391"/><stop offset=".24" stop-color="#aaaaa9"/><stop offset=".33" stop-color="#c0c1c0"/><stop offset=".47" stop-color="#dde0de"/><stop offset=".51" stop-color="#e0e3e1"/><stop offset=".55" stop-color="#eaeceb"/><stop offset=".56" stop-color="#eff1f0"/><stop offset=".64" stop-color="#f2f5f4"/><stop offset=".94" stop-color="#f4f7f6"/><stop offset=".97" stop-color="#f2f5f4"/><stop offset=".98" stop-color="#ebeeed"/><stop offset=".99" stop-color="#e0e2e0"/><stop offset="1" stop-color="#d0d2cf"/><stop offset="1" stop-color="#cfd1ce"/></linearGradient><path fill="url(#at)" d="M42.46 21.54a2.2 2.2 0 0 0-3.73-.91.48.48 0 0 1-.63.06l.15-.2.08-.12.03-.03h.05a2.62 2.62 0 0 1 1.93-.85c1.18 0 2.22.8 2.55 1.95l-.43.1z"/><linearGradient id="au" gradientUnits="userSpaceOnUse" x1="39.78" y1="26.7" x2="49.81" y2="25.24"><stop offset=".01" stop-color="#babdbd"/><stop offset=".03" stop-color="#b3b6b7"/><stop offset=".05" stop-color="#9ea3a5"/><stop offset=".06" stop-color="#93999b"/><stop offset=".1" stop-color="#8a8e90"/><stop offset=".15" stop-color="#838789"/><stop offset=".15" stop-color="#84888a"/><stop offset=".21" stop-color="#a8abac"/><stop offset=".28" stop-color="#c5c8c9"/><stop offset=".35" stop-color="#dcdfdf"/><stop offset=".43" stop-color="#ecefef"/><stop offset=".51" stop-color="#f6f8f8"/><stop offset=".62" stop-color="#f9fbfb"/><stop offset=".9" stop-color="#f2f4f4"/><stop offset=".99" stop-color="#eff1f0"/></linearGradient><path fill="url(#au)" d="M49.33 23.3c.17.15.2.4.09.6-1.23 2.06-2.8 4.16-5.12 4.16-2.56 0-3.77-1.15-4.8-2.87a.47.47 0 0 1 .02-.51l.2.14.13.08.03.03v.04c.98 1.64 2.06 2.66 4.42 2.66 2.1 0 3.58-2 4.74-3.96a.04.04 0 0 0 0-.05l.1-.16.19-.16z"/><linearGradient id="av" gradientUnits="userSpaceOnUse" x1="44.48" y1="20.76" x2="48.86" y2="18.93"><stop offset=".01" stop-color="#f4f7f6"/><stop offset=".24" stop-color="#f9fbfb"/><stop offset=".59" stop-color="#f2f4f4"/><stop offset=".7" stop-color="#eff1f0"/><stop offset=".91" stop-color="#dde0de"/><stop offset=".95" stop-color="#e8eae8"/><stop offset=".99" stop-color="#eff1ef"/></linearGradient><path fill="url(#av)" d="M44.76 21.42a2.68 2.68 0 0 1 4-2.35l.03-.01.17.09.18.17a.48.48 0 0 1-.62.12 2.23 2.23 0 0 0-3.33 1.98l-.21.17-.22-.17z"/><linearGradient id="aw" gradientUnits="userSpaceOnUse" x1="48.94" y1="24.03" x2="44.52" y2="22.12"><stop offset=".01" stop-color="#eff1f0"/><stop offset=".09" stop-color="#d8dad9"/><stop offset=".18" stop-color="#c4c5c4"/><stop offset=".24" stop-color="#bdbebd"/><stop offset=".36" stop-color="#c4c5c4"/><stop offset=".54" stop-color="#d8d9d9"/><stop offset=".75" stop-color="#f8fafa"/><stop offset=".76" stop-color="#f9fbfb"/><stop offset=".99" stop-color="#f4f7f6"/></linearGradient><path fill="url(#aw)" d="M45.2 21.42c0 1.9 2.1 2.89 3.53 1.85a.48.48 0 0 1 .6.03l-.16.18-.1.11-.03.03-.03-.01h-.02a2.68 2.68 0 0 1-4.23-2.2h.43z"/><linearGradient id="ax" gradientUnits="userSpaceOnUse" x1="52.77" y1="19.06" x2="51.57" y2="14.43"><stop offset=".01" stop-color="#cfd1ce"/><stop offset=".02" stop-color="#c8cac8"/><stop offset=".03" stop-color="#b3b7b6"/><stop offset=".05" stop-color="#93999b"/><stop offset=".09" stop-color="#7b8085"/><stop offset=".15" stop-color="#5b5f69"/><stop offset=".21" stop-color="#484a57"/><stop offset=".24" stop-color="#414351"/><stop offset=".29" stop-color="#494b56"/><stop offset=".43" stop-color="#5d6061"/><stop offset=".53" stop-color="#646765"/><stop offset=".58" stop-color="#6b6e6c"/><stop offset=".65" stop-color="#808280"/><stop offset=".74" stop-color="#a1a1a0"/><stop offset=".76" stop-color="#aaaaa9"/><stop offset=".82" stop-color="#c0c1c0"/><stop offset=".91" stop-color="#dde0de"/><stop offset=".93" stop-color="#e2e5e3"/><stop offset="1" stop-color="#eff1f0"/></linearGradient><path fill="url(#ax)" d="M50.63 14.36a2.68 2.68 0 0 1 2.65 2.7c0 .72-.31 1.46-.83 1.97a.04.04 0 0 0 0 .06l-.14.14-.21.13a.48.48 0 0 1 .04-.63c1.48-1.47.46-3.94-1.51-3.94l-.13-.22.13-.21z"/><linearGradient id="ay" gradientUnits="userSpaceOnUse" x1="48.4" y1="19.07" x2="49.57" y2="14.75"><stop offset=".01" stop-color="#f0f2f1"/><stop offset=".09" stop-color="#dde0de"/><stop offset=".3" stop-color="#eff1f0"/><stop offset=".41" stop-color="#f2f4f4"/><stop offset=".76" stop-color="#f9fbfb"/><stop offset=".9" stop-color="#f6f8f8"/><stop offset=".99" stop-color="#eff1f0"/></linearGradient><path fill="url(#ay)" d="M50.63 14.8c-2 0-2.97 2.49-1.54 3.9.17.16.2.43.05.62l-.2-.15-.11-.09-.04-.02a.04.04 0 0 0 0-.05 2.7 2.7 0 0 1-.81-1.95c0-1.49 1.19-2.7 2.65-2.7v.43z"/><linearGradient id="az" gradientUnits="userSpaceOnUse" x1="52.34" y1="24.09" x2="56.34" y2="22.22"><stop offset=".02" stop-color="#babdbd"/><stop offset=".03" stop-color="#c2c5c5"/><stop offset=".07" stop-color="#d6dad8"/><stop offset=".09" stop-color="#dde1df"/><stop offset=".14" stop-color="#d6dad8"/><stop offset=".2" stop-color="#c2c5c6"/><stop offset=".29" stop-color="#a1a4a8"/><stop offset=".38" stop-color="#73767f"/><stop offset=".47" stop-color="#414351"/><stop offset=".74" stop-color="#55585d"/><stop offset=".99" stop-color="#636765"/></linearGradient><path fill="url(#az)" d="M56.5 21.42c0 1.49-1.19 2.7-2.65 2.7a5.09 5.09 0 0 1-1.6-.5h-.04l-.16-.1-.16-.2c.14-.14.37-.19.56-.1.36.18 1.06.46 1.4.46a2.24 2.24 0 0 0 2.21-2.26l.21-.16.23.16z"/><linearGradient id="aA" gradientUnits="userSpaceOnUse" x1="56.59" y1="20.7" x2="52.57" y2="18.82"><stop offset=".01" stop-color="#636765"/><stop offset=".1" stop-color="#6a6e6c"/><stop offset=".23" stop-color="#7f8180"/><stop offset=".4" stop-color="#a0a09f"/><stop offset=".44" stop-color="#aaaaa9"/><stop offset=".5" stop-color="#c0c1c0"/><stop offset=".59" stop-color="#dde0de"/><stop offset=".63" stop-color="#e0e3e1"/><stop offset=".67" stop-color="#eaeceb"/><stop offset=".68" stop-color="#eff1f0"/><stop offset=".9" stop-color="#f2f4f3"/><stop offset=".97" stop-color="#f4f7f6"/><stop offset=".98" stop-color="#f1f4f3"/><stop offset=".99" stop-color="#e8ebe9"/><stop offset="1" stop-color="#d9dcd9"/><stop offset="1" stop-color="#cfd1ce"/></linearGradient><path fill="url(#aA)" d="M56.06 21.42a2.22 2.22 0 0 0-3.34-1.95.47.47 0 0 1-.62-.11l.2-.15.11-.1.03-.02.04.01h.02c.4-.25.87-.38 1.35-.38a2.68 2.68 0 0 1 2.65 2.7h-.44z"/><linearGradient id="aB" gradientUnits="userSpaceOnUse" x1="51.75" y1="25.23" x2="61.64" y2="26.73"><stop offset=".02" stop-color="#babdbd"/><stop offset=".03" stop-color="#b3b6b7"/><stop offset=".05" stop-color="#9ea4a6"/><stop offset=".06" stop-color="#8d9497"/><stop offset=".18" stop-color="#838889"/><stop offset=".29" stop-color="#7d8182"/><stop offset=".34" stop-color="#989c9d"/><stop offset=".42" stop-color="#b9bcbd"/><stop offset=".5" stop-color="#d2d5d6"/><stop offset=".58" stop-color="#e5e7e8"/><stop offset=".66" stop-color="#eff2f3"/><stop offset=".76" stop-color="#f3f5f6"/><stop offset=".99" stop-color="#eef0ef"/></linearGradient><path fill="url(#aB)" d="M61.7 24.68c.1.15.1.35.01.51-1.05 1.76-2.2 2.85-4.74 2.85-2.36 0-3.98-2.21-5.14-4.15a.48.48 0 0 1 .06-.56l.18.16.11.1.03.03a.04.04 0 0 0 0 .05c1.1 1.83 2.62 3.94 4.76 3.94 2.34 0 3.37-.97 4.37-2.64v-.05l.13-.13.23-.11z"/><linearGradient id="aC" gradientUnits="userSpaceOnUse" x1="58.46" y1="20.66" x2="62.93" y2="20.39"><stop offset=".01" stop-color="#f0f2f1"/><stop offset=".24" stop-color="#f3f5f6"/><stop offset=".7" stop-color="#eef0ef"/><stop offset=".91" stop-color="#d0d3d0"/><stop offset=".94" stop-color="#d6d9d7"/><stop offset=".99" stop-color="#dde0de"/></linearGradient><path fill="url(#aC)" d="M58.33 21.44a2.6 2.6 0 0 1 3.28-1.85c.46.14.87.4 1.2.74l.03.02.02-.01.14.14.12.21a.47.47 0 0 1-.63-.06c-1.22-1.32-3.37-.67-3.73.9l-.29.16-.14-.25z"/><linearGradient id="aD" gradientUnits="userSpaceOnUse" x1="61.04" y1="25.2" x2="58.13" y2="22.04"><stop offset=".01" stop-color="#eef0ef"/><stop offset=".06" stop-color="#d3d6d7"/><stop offset=".14" stop-color="#b2b6ba"/><stop offset=".2" stop-color="#9da3a8"/><stop offset=".24" stop-color="#969ca1"/><stop offset=".35" stop-color="#9da3a7"/><stop offset=".51" stop-color="#b2b7b9"/><stop offset=".71" stop-color="#d3d6d5"/><stop offset=".76" stop-color="#dde0de"/><stop offset=".9" stop-color="#e6e8e7"/><stop offset="1" stop-color="#f0f2f1"/></linearGradient><path fill="url(#aD)" d="M58.76 21.54c-.44 1.93.86 3.2 2.47 2.94h.07c.16 0 .3.07.4.2l-.2.14-.13.08-.03.02a.04.04 0 0 0-.04-.01 2.6 2.6 0 0 1-1.3-.09c-1.3-.43-2.03-1.74-1.66-3.38l.42.1z"/><linearGradient id="aE" gradientUnits="userSpaceOnUse" x1="62.92" y1="20.51" x2="64.98" y2="15.47"><stop offset=".02" stop-color="#dde0de"/><stop offset=".09" stop-color="#999d9e"/><stop offset=".38" stop-color="#edf1f3"/><stop offset=".85" stop-color="#f3f5f6"/><stop offset=".9" stop-color="#f0f2f3"/><stop offset=".93" stop-color="#e7e9e9"/><stop offset=".96" stop-color="#d7dad9"/><stop offset=".99" stop-color="#c3c7c5"/></linearGradient><path fill="url(#aE)" d="M65.5 16.22c-1.68.23-3.25 2.07-2.25 3.85.12.21.06.48-.13.62l-.14-.2-.1-.12-.02-.03a.04.04 0 0 0 .01-.05 2.86 2.86 0 0 1-.26-2.14 3.5 3.5 0 0 1 3.54-2.36l-.06.03-.21.21-.38.2z"/><linearGradient id="aF" gradientUnits="userSpaceOnUse" x1="60.29" y1="29.6" x2="65.98" y2="15.72"><stop offset="0" stop-color="#848a8b"/><stop offset=".24" stop-color="#80838a"/><stop offset=".53" stop-color="#6d706e"/><stop offset="1" stop-color="#686b6b"/></linearGradient><path fill="url(#aF)" d="M60.35 29.62a.48.48 0 0 1-.08-.5l5.23-12.9.36-.26.29-.17-5.48 13.5v.05l-.11.15-.21.13z"/><linearGradient id="aG" gradientUnits="userSpaceOnUse" x1="60.33" y1="29.53" x2="67.57" y2="28.02"><stop offset="0" stop-color="#bec1bf"/><stop offset=".01" stop-color="#c0c3c1"/><stop offset=".11" stop-color="#d5d8d4"/><stop offset=".18" stop-color="#dcdfdb"/><stop offset=".47" stop-color="#dde0dd"/><stop offset=".59" stop-color="#d6d9d6"/><stop offset=".76" stop-color="#c3c7c5"/><stop offset=".8" stop-color="#bec1c0"/><stop offset=".88" stop-color="#b7baba"/><stop offset=".98" stop-color="#b0b3b5"/><stop offset="1" stop-color="#adb1b3"/></linearGradient><path fill="url(#aG)" d="M67.1 28.63c-2.09-.38-4.27.21-6.2 1.11a.47.47 0 0 1-.55-.12l.18-.16.11-.09.04-.03.02.01h.02c1.81-.85 3.5-1.27 5.04-1.27.65 0 1.26.07 1.87.22l-.24.18-.3.15z"/><linearGradient id="aH" gradientUnits="userSpaceOnUse" x1="64.29" y1="35.31" x2="67.62" y2="28.29"><stop offset="0" stop-color="#414351"/><stop offset=".06" stop-color="#40414a"/><stop offset=".15" stop-color="#3c3b35"/><stop offset=".21" stop-color="#393624"/><stop offset=".26" stop-color="#3d3b2b"/><stop offset=".34" stop-color="#494940"/><stop offset=".41" stop-color="#585a58"/><stop offset=".56" stop-color="#787d7e"/><stop offset=".68" stop-color="#8f9599"/><stop offset=".76" stop-color="#989ea3"/><stop offset="1" stop-color="#9fa5a9"/></linearGradient><path fill="url(#aH)" d="M63.95 35.15a.48.48 0 0 1 .1-.4 14.45 14.45 0 0 0 3.05-6.12l.3-.19.18-.1.05-.04a15.29 15.29 0 0 1-3.25 6.77l-.19.06-.24.02z"/><linearGradient id="aI" gradientUnits="userSpaceOnUse" x1="71.94" y1="47.79" x2="65.2" y2="34.51"><stop offset="0" stop-color="#393624"/><stop offset=".09" stop-color="#3c392b"/><stop offset=".23" stop-color="#444340"/><stop offset=".38" stop-color="#51515e"/><stop offset=".42" stop-color="#585864"/><stop offset=".49" stop-color="#6c6d76"/><stop offset=".56" stop-color="#8b8e93"/><stop offset=".62" stop-color="#a7abad"/><stop offset=".85" stop-color="#abb0b2"/><stop offset="1" stop-color="#b0b5b6"/></linearGradient><path fill="url(#aI)" d="M70.71 46.47c-.29-5.46-2.26-8.77-6.47-10.97l-.04-.02a.47.47 0 0 1-.25-.33l.24-.05.15-.02.04-.01c0 .01 0 .02.02.03l.03.01c4.64 2.42 6.66 6.12 6.75 12.38v.2c0 .17-.01.3-.03.5l-.24-.9-.2-.82z"/><linearGradient id="aJ" gradientUnits="userSpaceOnUse" x1="71.6" y1="47.63" x2="66.51" y2="43.58"><stop offset="0" stop-color="#918f92"/><stop offset="0" stop-color="#949295"/><stop offset=".04" stop-color="#a5a5a7"/><stop offset=".07" stop-color="#b1b3b3"/><stop offset=".12" stop-color="#b8bbbb"/><stop offset=".21" stop-color="#babdbd"/><stop offset=".5" stop-color="#d9dcda"/><stop offset=".53" stop-color="#dde0de"/><stop offset=".76" stop-color="#dcdfdb"/><stop offset=".84" stop-color="#d9dcd8"/><stop offset=".9" stop-color="#cfd3d0"/><stop offset=".95" stop-color="#bfc3c1"/><stop offset="1" stop-color="#a8acad"/><stop offset="1" stop-color="#a7abac"/></linearGradient><path fill="url(#aJ)" d="M66.12 44.1a.48.48 0 0 1 .48-.3c1.52.13 3.03.97 4.11 2.67l.28.96.13.6.03.16-.33-.67a7.52 7.52 0 0 0-1.32-1.89 4.91 4.91 0 0 0-2.94-1.4.04.04 0 0 0-.04.03l-.19-.04-.21-.12z"/><linearGradient id="aK" gradientUnits="userSpaceOnUse" x1="70.13" y1="62.66" x2="67.92" y2="43.89"><stop offset="0" stop-color="#414351"/><stop offset=".08" stop-color="#41424f"/><stop offset=".11" stop-color="#3f4048"/><stop offset=".13" stop-color="#3d3d3d"/><stop offset=".14" stop-color="#3a382c"/><stop offset=".15" stop-color="#393624"/><stop offset=".23" stop-color="#48473c"/><stop offset=".32" stop-color="#545551"/><stop offset=".38" stop-color="#585a58"/><stop offset=".54" stop-color="#737777"/><stop offset=".76" stop-color="#9fa5a9"/><stop offset="1" stop-color="#a4a8a9"/></linearGradient><path fill="url(#aK)" d="M68.45 61.84c.14-.22.29-.45.43-.7 2.96-5.13 1.92-12.93-2.61-16.5a.48.48 0 0 1-.15-.54l.22.09.14.05.04.02.01.05a11.89 11.89 0 0 1 3.53 5c.62 1.6.92 3.3.92 5.2 0 2.56-.58 4.87-1.72 6.84-.35.62-.7 1.12-1.03 1.54l.09-.55.13-.5z"/><linearGradient id="aL" gradientUnits="userSpaceOnUse" x1="68.65" y1="62.63" x2="65.03" y2="56.63"><stop offset="0" stop-color="#918f92"/><stop offset="0" stop-color="#949295"/><stop offset=".04" stop-color="#a5a5a7"/><stop offset=".07" stop-color="#b1b3b3"/><stop offset=".12" stop-color="#b8bbbb"/><stop offset=".21" stop-color="#babdbd"/><stop offset=".5" stop-color="#d9dcd9"/><stop offset=".53" stop-color="#dde0dd"/><stop offset=".76" stop-color="#dcdfdb"/><stop offset=".84" stop-color="#d9dcd8"/><stop offset=".9" stop-color="#cfd3d0"/><stop offset=".95" stop-color="#bfc3c3"/><stop offset="1" stop-color="#abb0b2"/></linearGradient><path fill="url(#aL)" d="M64.42 57.02c.14-.14.35-.2.54-.11 1.95.83 2.98 2.87 3.5 4.93l-.12.59-.09.36-.02.1a11.6 11.6 0 0 0-.6-2.24 5.85 5.85 0 0 0-2.22-3 4.23 4.23 0 0 0-.64-.35c-.01 0-.02 0-.03.02l-.16-.11-.16-.19z"/><linearGradient id="aM" gradientUnits="userSpaceOnUse" x1="60.56" y1="74.75" x2="66.51" y2="57.75"><stop offset="0" stop-color="#414351"/><stop offset=".11" stop-color="#41424f"/><stop offset=".15" stop-color="#3f4048"/><stop offset=".18" stop-color="#3d3d3d"/><stop offset=".2" stop-color="#3a382c"/><stop offset=".21" stop-color="#393624"/><stop offset=".28" stop-color="#48473c"/><stop offset=".36" stop-color="#545551"/><stop offset=".41" stop-color="#585a58"/><stop offset=".45" stop-color="#6e7271"/><stop offset=".5" stop-color="#828788"/><stop offset=".56" stop-color="#909698"/><stop offset=".62" stop-color="#989fa2"/><stop offset=".7" stop-color="#9ba2a5"/><stop offset=".98" stop-color="#a2a8ab"/><stop offset="1" stop-color="#a3a8ab"/></linearGradient><path fill="url(#aM)" d="M59.1 73.3c6.04-3.04 8.7-9.32 5.41-15.42-.18-.33-.35-.58-.09-.86l.18.17.1.1.04.03a.04.04 0 0 0 0 .05l.15.3.16.3c.97 1.91 1.35 3.48 1.33 5.4a11.04 11.04 0 0 1-3.4 7.66 14.07 14.07 0 0 1-4.46 3l.28-.4.3-.33z"/><linearGradient id="aN" gradientUnits="userSpaceOnUse" x1="59.35" y1="73.83" x2="57.33" y2="65.46"><stop offset="0" stop-color="#918f92"/><stop offset="0" stop-color="#949295"/><stop offset=".04" stop-color="#a5a5a7"/><stop offset=".07" stop-color="#b1b3b3"/><stop offset=".12" stop-color="#b8bbbb"/><stop offset=".21" stop-color="#babdbd"/><stop offset=".49" stop-color="#d8dcda"/><stop offset=".53" stop-color="#dde1df"/><stop offset=".76" stop-color="#dcdfdb"/><stop offset=".84" stop-color="#d9dcd8"/><stop offset=".9" stop-color="#cfd3d0"/><stop offset=".95" stop-color="#bfc3c3"/><stop offset="1" stop-color="#abb0b2"/></linearGradient><path fill="url(#aN)" d="M56.56 65.67c.18-.1.39-.08.54.04 2.19 1.77 2.47 4.8 2 7.6l-.32.41-.2.25-.06.06c.22-.94.34-1.94.34-3.05a6.4 6.4 0 0 0-1.45-4.35 4.44 4.44 0 0 0-.61-.6l-.02.01-.14-.13-.08-.24z"/><linearGradient id="aO" gradientUnits="userSpaceOnUse" x1="47.71" y1="81.48" x2="58.54" y2="67.16"><stop offset="0" stop-color="#414351"/><stop offset=".06" stop-color="#40414a"/><stop offset=".15" stop-color="#3c3b35"/><stop offset=".21" stop-color="#393624"/><stop offset=".26" stop-color="#3d3b2b"/><stop offset=".34" stop-color="#494940"/><stop offset=".41" stop-color="#585a58"/><stop offset=".56" stop-color="#787d7e"/><stop offset=".68" stop-color="#8f9599"/><stop offset=".76" stop-color="#989ea3"/><stop offset="1" stop-color="#9fa5a9"/></linearGradient><path fill="url(#aO)" d="M46.51 79.56c6.9-.2 11.16-5.03 9.87-13.1-.06-.34-.13-.62.19-.8l.11.22.08.13.02.03a.04.04 0 0 0-.02.05l.05.3.05.37c.13.93.2 1.75.2 2.5 0 1.43-.2 2.74-.57 3.9a9.5 9.5 0 0 1-7.14 6.46 14.06 14.06 0 0 1-3.6.38l.4-.27.36-.17z"/><linearGradient id="aP" gradientUnits="userSpaceOnUse" x1="46.53" y1="80.05" x2="47.48" y2="66.4"><stop offset="0" stop-color="#918f92"/><stop offset="0" stop-color="#949295"/><stop offset=".03" stop-color="#a5a5a7"/><stop offset=".06" stop-color="#b1b3b3"/><stop offset=".1" stop-color="#b8bbbb"/><stop offset=".18" stop-color="#babdbd"/><stop offset=".28" stop-color="#c1c4c4"/><stop offset=".42" stop-color="#d5d9d7"/><stop offset=".47" stop-color="#dde1df"/><stop offset=".65" stop-color="#d7dad8"/><stop offset=".76" stop-color="#d0d3d0"/><stop offset=".85" stop-color="#cdd0ce"/><stop offset=".92" stop-color="#c3c7c6"/><stop offset=".98" stop-color="#b3b8b9"/><stop offset="1" stop-color="#abb0b2"/></linearGradient><path fill="url(#aP)" d="M46.66 66.34c.2.03.35.17.4.35.89 3.42 1.44 9.2-.55 12.87l-.42.25-.27.15-.06.04.09-.15c.27-.46.58-.98.94-2.08.43-1.36.65-2.94.65-4.71a27.03 27.03 0 0 0-.83-6.29l-.04-.19.1-.24z"/><linearGradient id="aQ" gradientUnits="userSpaceOnUse" x1="44.31" y1="76.77" x2="46.24" y2="66.26"><stop offset="0" stop-color="#414351"/><stop offset=".1" stop-color="#484a53"/><stop offset=".21" stop-color="#585a58"/><stop offset=".26" stop-color="#5e615f"/><stop offset=".34" stop-color="#707374"/><stop offset=".41" stop-color="#838789"/><stop offset=".45" stop-color="#8a8e90"/><stop offset=".6" stop-color="#9ca2a5"/><stop offset=".7" stop-color="#a3a9ac"/><stop offset="1" stop-color="#bdbebd"/></linearGradient><path fill="url(#aQ)" d="M44.43 75.94c.03-2.94.32-6.8 1.76-9.36.1-.17.28-.26.47-.24l-.06.24v.19l-.03.02c-1.25 2.22-1.7 5.95-1.7 8.46v1.62l-.27-.48-.17-.45z"/><linearGradient id="aR" gradientUnits="userSpaceOnUse" x1="43.13" y1="77.39" x2="37.99" y2="60.16"><stop offset="0" stop-color="#515858"/><stop offset=".02" stop-color="#585f5f"/><stop offset=".06" stop-color="#6b7274"/><stop offset=".1" stop-color="#8b9295"/><stop offset=".11" stop-color="#91989b"/><stop offset=".19" stop-color="#a2a8a9"/><stop offset=".3" stop-color="#b7bab9"/><stop offset=".38" stop-color="#bec1bf"/><stop offset=".47" stop-color="#c5c8c6"/><stop offset=".62" stop-color="#d9dcdb"/><stop offset=".76" stop-color="#f4f7f6"/><stop offset=".81" stop-color="#edefee"/><stop offset="1" stop-color="#d0d2cf"/></linearGradient><path fill="url(#aR)" d="M39.73 59.64c.17.14.22.38.12.57a11.87 11.87 0 0 0-1.3 5.31c0 4.5 2.6 7.62 5.88 10.42l.24.52.16.32.04.09c-.52-.41-1.22-1.04-1.23-1.04-3.67-3.09-5.53-6.55-5.53-10.3 0-1.85.45-3.7 1.35-5.5l-.01-.06.1-.16.18-.17z"/><linearGradient id="aS" gradientUnits="userSpaceOnUse" x1="36.02" y1="62.89" x2="39.55" y2="59.46"><stop offset="0" stop-color="#585a58"/><stop offset=".14" stop-color="#5e615f"/><stop offset=".21" stop-color="#636765"/><stop offset=".28" stop-color="#6a6e6c"/><stop offset=".38" stop-color="#7c8081"/><stop offset=".41" stop-color="#838789"/><stop offset=".56" stop-color="#8c9498"/><stop offset=".7" stop-color="#919a9f"/><stop offset=".83" stop-color="#b0b6b8"/><stop offset="1" stop-color="#dddfdc"/></linearGradient><path fill="url(#aS)" d="M36.38 62.26c.8-.96 1.64-1.82 2.76-2.64a.47.47 0 0 1 .59.02l-.25.3-.03.03h-.05a14.9 14.9 0 0 0-2.32 2.13l-.84 1.01.04-.44.1-.41z"/><linearGradient id="aT" gradientUnits="userSpaceOnUse" x1="35.29" y1="62.92" x2="37.56" y2="51.75"><stop offset="0" stop-color="#918f92"/><stop offset=".01" stop-color="#989699"/><stop offset=".03" stop-color="#a9a9aa"/><stop offset=".05" stop-color="#b5b7b6"/><stop offset=".09" stop-color="#bcbfbd"/><stop offset=".15" stop-color="#bec1bf"/><stop offset=".2" stop-color="#cdd0ce"/><stop offset=".31" stop-color="#e7e9e9"/><stop offset=".38" stop-color="#f1f3f3"/><stop offset=".76" stop-color="#f4f7f6"/><stop offset=".86" stop-color="#f2f5f4"/><stop offset=".91" stop-color="#ebeeed"/><stop offset=".94" stop-color="#dee2e2"/><stop offset=".97" stop-color="#cdd1d1"/><stop offset=".99" stop-color="#b6bbbc"/><stop offset="1" stop-color="#abb0b2"/></linearGradient><path fill="url(#aT)" d="M38.66 51.97c.07.19.03.37-.17.55-.42.4-.82.76-1.2 1.23a7.32 7.32 0 0 0-1.7 4.7c0 1.37.31 2.48.8 3.8l-.09.49-.05.3-.01.07c-.24-.6-.43-1.13-.63-1.79a9.32 9.32 0 0 1-.46-2.86c0-1.84.6-3.51 1.8-4.99.42-.51.81-.86 1.29-1.3a.04.04 0 0 0 .01-.05l.17-.1.24-.05z"/><linearGradient id="aU" gradientUnits="userSpaceOnUse" x1="38.03" y1="52.69" x2="31.54" y2="46.94"><stop offset="0" stop-color="#939a9c"/><stop offset=".05" stop-color="#a4a9ab"/><stop offset=".09" stop-color="#abb0b2"/><stop offset=".13" stop-color="#b6b8b9"/><stop offset=".18" stop-color="#bdbebd"/><stop offset=".25" stop-color="#c4c5c4"/><stop offset=".35" stop-color="#d6dad8"/><stop offset=".38" stop-color="#dde1df"/><stop offset=".76" stop-color="#f9fbfb"/><stop offset=".87" stop-color="#f2f5f6"/><stop offset=".91" stop-color="#edf1f3"/><stop offset=".93" stop-color="#e6eaec"/><stop offset=".96" stop-color="#d2d6d7"/><stop offset=".99" stop-color="#b1b5b6"/><stop offset="1" stop-color="#a7abac"/></linearGradient><path fill="url(#aU)" d="M32.74 46.67c0 1.24.15 2.32 1.23 3.43 1.12 1.15 2.67 1.47 4.27 1.56.19 0 .35.13.42.31l-.41.15a.04.04 0 0 0-.04-.03 8.92 8.92 0 0 1-2.67-.49 5.13 5.13 0 0 1-1.88-1.2 4.7 4.7 0 0 1-1.35-3.5 24.47 24.47 0 0 1 .02-.85l.03.05.24.21.14.36z"/><linearGradient id="aV" gradientUnits="userSpaceOnUse" x1="32.37" y1="47.01" x2="42.17" y2="46.61"><stop offset="0" stop-color="#dde1df"/><stop offset=".03" stop-color="#ecefee"/><stop offset=".07" stop-color="#f6f8f8"/><stop offset=".12" stop-color="#f9fbfb"/><stop offset=".26" stop-color="#f2f4f4"/><stop offset=".47" stop-color="#dde1df"/><stop offset=".47" stop-color="#dde1df"/><stop offset=".54" stop-color="#e9edec"/><stop offset=".62" stop-color="#f1f5f4"/><stop offset=".76" stop-color="#f4f7f7"/><stop offset=".84" stop-color="#edf0f0"/><stop offset=".94" stop-color="#dde0dd"/><stop offset=".96" stop-color="#d6d9d6"/><stop offset="1" stop-color="#c1c4c2"/><stop offset="1" stop-color="#bec1bf"/></linearGradient><path fill="url(#aV)" d="M42.13 45.63c.01.16-.07.32-.2.4-2.91 2.04-4.3 2.46-9.19.65l-.23-.35-.18-.28c2.07.82 4.1 1.35 5.17 1.35a5.9 5.9 0 0 0 3.24-1.1 24.6 24.6 0 0 0 .96-.65l.19-.05.24.03z"/><linearGradient id="aW" gradientUnits="userSpaceOnUse" x1="18.09" y1="39.99" x2="41.25" y2="48.14"><stop offset="0" stop-color="#a7abac"/><stop offset=".01" stop-color="#b1b5b6"/><stop offset=".02" stop-color="#d2d6d7"/><stop offset=".04" stop-color="#e6eaec"/><stop offset=".05" stop-color="#edf1f3"/><stop offset=".1" stop-color="#f2f5f6"/><stop offset=".24" stop-color="#f9fbfb"/><stop offset=".31" stop-color="#dbdddc"/><stop offset=".38" stop-color="#bdbebd"/><stop offset=".49" stop-color="#b2b6b6"/><stop offset=".62" stop-color="#abb0b2"/><stop offset=".69" stop-color="#b2b7b9"/><stop offset=".79" stop-color="#c7cbcb"/><stop offset=".88" stop-color="#dde1df"/><stop offset=".91" stop-color="#d1d5d4"/><stop offset=".96" stop-color="#b0b6b6"/><stop offset="1" stop-color="#939a9c"/></linearGradient><path fill="url(#aW)" d="m20.02 39.26.05.1c.47 1 1.5 3.4 3 4.7 6.33 5.34 11.87-3.11 18.84 1.18.14.09.22.23.22.4h-.43s0-.02-.02-.03c-.89-.55-2-1.23-4.04-1.23-1.57 0-3.13.46-4.77.95-1.63.48-3.32.98-5.01.98a7.6 7.6 0 0 1-5.08-1.92c-1.4-1.23-2.48-3.5-2.69-3.94l-.41-.9c-.26-.56-.53-1.14-.8-1.8l.68.83.46.68z"/><linearGradient id="aX" gradientUnits="userSpaceOnUse" x1="18.91" y1="37.63" x2="42.6" y2="44.96"><stop offset="0" stop-color="#d0d3d0"/><stop offset=".03" stop-color="#d6d9d6"/><stop offset=".09" stop-color="#dde0dd"/><stop offset=".21" stop-color="#e4e7e4"/><stop offset=".38" stop-color="#f4f7f7"/><stop offset=".4" stop-color="#eff2f1"/><stop offset=".46" stop-color="#e5e8e6"/><stop offset=".54" stop-color="#dfe2df"/><stop offset=".76" stop-color="#dde0dd"/><stop offset=".8" stop-color="#d6d9d6"/><stop offset=".85" stop-color="#c1c5c4"/><stop offset=".91" stop-color="#a7abac"/><stop offset=".95" stop-color="#a1a4a5"/><stop offset="1" stop-color="#918f92"/><stop offset="1" stop-color="#918f92"/></linearGradient><path fill="url(#aX)" d="M42.44 45.47a.47.47 0 0 1-.3-.21c-.55-.82-.87-1.24-1.4-1.79a7.32 7.32 0 0 0-5.04-2.05c-.66 0-1.27.13-1.98.29-4.86 1.04-9.74.58-13.7-2.46l-.65-.83-.4-.53-.1-.14.42.35c.7.58 1.48 1.24 2.48 1.79a14.54 14.54 0 0 0 7.56 1.89c1.99 0 3.27-.28 4.3-.5.73-.16 1.36-.3 2.06-.3h.06a7.8 7.8 0 0 1 6.75 4.04l.02.02v.2l-.08.23z"/><linearGradient id="aY" gradientUnits="userSpaceOnUse" x1="42.47" y1="45.5" x2="44.38" y2="43.55"><stop offset="0" stop-color="#bec1bf"/><stop offset="0" stop-color="#c2c5c3"/><stop offset=".02" stop-color="#d6dad8"/><stop offset=".03" stop-color="#dde1df"/><stop offset=".36" stop-color="#edf0f0"/><stop offset=".62" stop-color="#f4f7f7"/><stop offset=".74" stop-color="#edf0f0"/><stop offset=".92" stop-color="#dadddb"/><stop offset="1" stop-color="#d0d3d0"/></linearGradient><path fill="url(#aY)" d="M44.54 43.42c.01.1-.01.21-.07.3-.02.04-.55.9-1.67 1.67a.47.47 0 0 1-.36.08l.05-.24.02-.15.01-.04h.03a5.87 5.87 0 0 0 1.55-1.54l.2-.08h.24z"/><linearGradient id="aZ" gradientUnits="userSpaceOnUse" x1="28.07" y1="39.1" x2="44.7" y2="41.32"><stop offset="0" stop-color="#918f92"/><stop offset="0" stop-color="#918f92"/><stop offset=".03" stop-color="#a1a4a5"/><stop offset=".05" stop-color="#a7abac"/><stop offset=".11" stop-color="#c1c5c4"/><stop offset=".17" stop-color="#d6d9d6"/><stop offset=".21" stop-color="#dde0dd"/><stop offset=".45" stop-color="#edf0f0"/><stop offset=".62" stop-color="#f4f7f7"/><stop offset=".74" stop-color="#f1f4f4"/><stop offset=".84" stop-color="#e9ecea"/><stop offset=".91" stop-color="#dde0dd"/><stop offset=".97" stop-color="#d6d9d6"/><stop offset="1" stop-color="#d0d3d0"/></linearGradient><path fill="url(#aZ)" d="M28.4 40.34c2.5-1.82 6.73-3.82 8.64-1.63.46.52 1.84 2.1 4.26 2.73 2.62.7 3.14 1.2 3.24 1.98l-.24.03-.16.05h-.04c-.04-.42-.1-.9-2.9-1.63a8.89 8.89 0 0 1-4.48-2.88l-.15-.15c-.48-.4-1.2-.63-2-.63-1.28 0-2.72.6-3.7 1.1-.57.3-.98.53-1.4.82-.49.32-1 .69-1.7 1.21l.3-.58.34-.42z"/><linearGradient id="ba" gradientUnits="userSpaceOnUse" x1="26.29" y1="39.39" x2="38.62" y2="30.03"><stop offset="0" stop-color="#bec1bf"/><stop offset="0" stop-color="#c2c5c3"/><stop offset=".02" stop-color="#d6dad8"/><stop offset=".03" stop-color="#dde1df"/><stop offset=".29" stop-color="#e4e8e6"/><stop offset=".62" stop-color="#f4f7f7"/><stop offset=".71" stop-color="#eef0f0"/><stop offset=".84" stop-color="#dcdddb"/><stop offset=".91" stop-color="#d0d1ce"/><stop offset=".94" stop-color="#bec1c0"/><stop offset=".97" stop-color="#b7baba"/><stop offset=".99" stop-color="#b0b3b5"/><stop offset="1" stop-color="#adb1b3"/></linearGradient><path fill="url(#ba)" d="M28.4 40.34c.7-3.45 2.04-7.54 5.3-8.86 1.94-.77 4.09-.38 5.93.55.1.05.2.06.31.04l-.07-.24-.02-.15-.01-.04h-.02c-.9-.46-2.32-1-3.92-1a6.27 6.27 0 0 0-4.51 1.88c-1.46 1.46-2.57 3.88-3.3 7.2-.15.7-.26 1.28-.31 1.62l.05-.09.22-.35.36-.56z"/><linearGradient id="bb" gradientUnits="userSpaceOnUse" x1="48.2" y1="50.63" x2="49.56" y2="49.87"><stop offset="0" stop-color="#b4b6b3"/><stop offset=".53" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#bb)" d="m48.52 50.64.8-.43.14-.29.03-.18-1.37.73.13.11z"/><linearGradient id="bc" gradientUnits="userSpaceOnUse" x1="49.4" y1="54.11" x2="49.2" y2="49.75"><stop offset="0" stop-color="#8b8379"/><stop offset=".16" stop-color="#96918a"/><stop offset=".47" stop-color="#aaaaa9"/><stop offset=".52" stop-color="#afb0ae"/><stop offset=".62" stop-color="#b5b7b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#bc)" d="M48.91 54.13c-.22-.2-.1-.41.06-.67a3.7 3.7 0 0 0 .35-3.25l.12-.34.04-.1v-.03a4.13 4.13 0 0 1 .4 1.74 3.97 3.97 0 0 1-.62 2.15 4.73 4.73 0 0 0-.12.25l-.05.09-.18.16z"/><linearGradient id="bd" gradientUnits="userSpaceOnUse" x1="49.73" y1="54.47" x2="52.27" y2="47.76"><stop offset="0" stop-color="#979289"/><stop offset=".16" stop-color="#9f9c95"/><stop offset=".62" stop-color="#b5b7b4"/><stop offset=".76" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b4b6b3"/></linearGradient><path fill="url(#bd)" d="m52.37 48.46-.02.35c-.14 2.1-.6 3.46-2.18 4.76-.17.14-.79.66-1.01.66a.36.36 0 0 1-.25-.1l.17-.18.05-.05.01-.02h.03c.33-.2.57-.4.79-.57.25-.2.46-.42.6-.56 1.12-1.12 1.36-2.63 1.45-3.96l.06-1.1.15.27.15.5z"/><linearGradient id="be" gradientUnits="userSpaceOnUse" x1="54.07" y1="55.33" x2="52.1" y2="47.68"><stop offset="0" stop-color="#8b8379"/><stop offset=".16" stop-color="#96918a"/><stop offset=".47" stop-color="#aaaaa9"/><stop offset=".57" stop-color="#b0b1af"/><stop offset=".76" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#be)" d="M52.98 55.6a.36.36 0 0 1-.05-.44c.42-.71.6-1.26.74-1.75a4.8 4.8 0 0 0-1.3-4.95l-.21-.56-.07-.16-.02-.05.4.37c1.02 1.03 2.3 2.71 1.53 5.44-.08.28-.2.67-.37 1.03l-.03.07a8.5 8.5 0 0 1-.38.76l-.05.08-.19.16z"/><linearGradient id="bf" gradientUnits="userSpaceOnUse" x1="54.37" y1="55.94" x2="56.48" y2="45.41"><stop offset="0" stop-color="#979289"/><stop offset=".16" stop-color="#9f9c95"/><stop offset=".62" stop-color="#b5b7b4"/><stop offset=".85" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#bf)" d="M56.44 45.86c.63 2.57.91 5.12-.5 7.39a8.37 8.37 0 0 1-2.5 2.4.36.36 0 0 1-.45-.05l.17-.17.05-.05.01-.02h.03a8.4 8.4 0 0 0 1.58-1.28l.04-.04c.3-.3.56-.62.78-.97.65-1.05.97-2.24.97-3.65 0-.88-.13-1.83-.4-2.98-.1-.43-.18-.8-.27-1.13l.2.17.29.38z"/><linearGradient id="bg" gradientUnits="userSpaceOnUse" x1="61.02" y1="51.19" x2="55.82" y2="45.42"><stop offset="0" stop-color="#8b8379"/><stop offset=".16" stop-color="#96918a"/><stop offset=".47" stop-color="#aaaaa9"/><stop offset=".57" stop-color="#b0b1af"/><stop offset=".76" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#bg)" d="M60.29 51.86a.36.36 0 0 1-.31-.35c-.12-2.61-1.06-4.6-3.54-5.65l-.35-.4-.1-.11-.04-.04c.4.13.76.28 1.13.48.55.28 1.04.63 1.46 1.05a5.96 5.96 0 0 1 1.46 2.5c.09.28.14.61.2.93l.02.17a11.77 11.77 0 0 1 .12 1.08l.01.1-.06.24z"/><linearGradient id="bh" gradientUnits="userSpaceOnUse" x1="61.43" y1="51.65" x2="59.39" y2="41.38"><stop offset="0" stop-color="#979289"/><stop offset=".31" stop-color="#ababa6"/><stop offset=".53" stop-color="#b6b8b5"/><stop offset=".92" stop-color="#b4b5b3"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#bh)" d="M59.33 41.44a8.5 8.5 0 0 1 2.23 6.12c0 1.44-.37 2.69-.88 4.06a.36.36 0 0 1-.4.24l.04-.24.01-.08v-.02h.01l.02-.01.34-.95c.1-.31.23-.78.33-1.22a9.55 9.55 0 0 0-.05-4.16 7.97 7.97 0 0 0-1.2-2.56c-.23-.32-.49-.7-.84-1.1l.13-.08h.26z"/><linearGradient id="bi" gradientUnits="userSpaceOnUse" x1="59.12" y1="41.57" x2="59.63" y2="39.88"><stop offset="0" stop-color="#b4b6b3"/><stop offset=".47" stop-color="#b5b7b4"/><stop offset=".76" stop-color="#b5b7b5"/><stop offset="1" stop-color="#b4b6b3"/></linearGradient><path fill="url(#bi)" d="m59.63 40.48-.3.96-.28.05-.08.02h-.03l.54-1.68.08.22z"/><linearGradient id="bj" gradientUnits="userSpaceOnUse" x1="60.87" y1="55.7" x2="60.84" y2="39.83"><stop offset="0" stop-color="#8b8379"/><stop offset=".16" stop-color="#96918a"/><stop offset=".47" stop-color="#aaaaa9"/><stop offset=".57" stop-color="#b0b1af"/><stop offset=".76" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#bj)" d="M59.34 54.75c1.93-2.17 3.1-4.55 3.1-7.48 0-2.37-.75-4.56-2.8-6.8l-.12-.46-.03-.13v-.05l.04.05c.54.55 1 1.1 1.45 1.74a9.6 9.6 0 0 1 1.8 5.65c0 2.04-.57 3.96-1.69 5.73-.61.98-1.22 1.68-1.77 2.29l-.38.41.12-.35.28-.6z"/><linearGradient id="bk" gradientUnits="userSpaceOnUse" x1="59.58" y1="55.56" x2="57.99" y2="48.57"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".24" stop-color="#b5b7b5"/><stop offset=".47" stop-color="#b5b7b4"/><stop offset=".63" stop-color="#b0b1ad"/><stop offset=".86" stop-color="#a29f98"/><stop offset="1" stop-color="#979289"/></linearGradient><path fill="url(#bk)" d="M58.03 48.56c.16-.04.33.03.42.17.97 1.7.99 3.96.9 6.02l-.3.68-.08.2-.03.07.04-.56c.05-.65.05-1.22.05-1.82v-.13c0-.62-.03-1.13-.08-1.6a7.25 7.25 0 0 0-.8-2.69l-.02-.01-.08-.07-.02-.26z"/><linearGradient id="bl" gradientUnits="userSpaceOnUse" x1="51.19" y1="58.6" x2="58.77" y2="49.17"><stop offset="0" stop-color="#8b8379"/><stop offset=".05" stop-color="#8d867d"/><stop offset=".47" stop-color="#9b9c9c"/><stop offset=".62" stop-color="#a2a3a3"/><stop offset=".85" stop-color="#b6b8b5"/><stop offset=".85" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#bl)" d="M50.77 57.15c2.56-.43 4.47-1.22 5.87-3.43a8.06 8.06 0 0 0 1.12-4.79c0-.16.1-.32.27-.36l.06.23.02.07.01.02a16.7 16.7 0 0 1-7.67 8.65l-.5.07.28-.19.54-.27z"/><linearGradient id="bm" gradientUnits="userSpaceOnUse" x1="50.49" y1="57.82" x2="52.69" y2="52.32"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".24" stop-color="#b5b7b5"/><stop offset=".47" stop-color="#b5b7b4"/><stop offset=".63" stop-color="#b0b1ad"/><stop offset=".86" stop-color="#a29f98"/><stop offset="1" stop-color="#979289"/></linearGradient><path fill="url(#bm)" d="M50.77 57.15c1-1.29 2.01-2.86 2.16-4.45a.36.36 0 0 0-.25-.38l-.11.22v.1a5.07 5.07 0 0 1-.34 1.45 9.53 9.53 0 0 1-.99 1.82c-.27.4-.57.83-.97 1.31l-.31.39.05-.03.18-.1.58-.33z"/><linearGradient id="bn" gradientUnits="userSpaceOnUse" x1="45.8" y1="56.41" x2="52.78" y2="52.51"><stop offset="0" stop-color="#8b8379"/><stop offset=".05" stop-color="#8d867d"/><stop offset=".47" stop-color="#9b9c9c"/><stop offset=".62" stop-color="#a2a3a3"/><stop offset=".85" stop-color="#b6b8b5"/><stop offset=".85" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#bn)" d="M46.3 55.34c2.5-.06 4.68-.65 5.95-2.86a.36.36 0 0 1 .43-.16l-.08.23-.02.07v.02h-.01l-.02.01a5.8 5.8 0 0 1-.91 1.2 6.11 6.11 0 0 1-3.38 1.65c-.88.16-1.71.19-2.34.2h-.51l.33-.17.56-.19z"/><linearGradient id="bo" gradientUnits="userSpaceOnUse" x1="46.15" y1="56.02" x2="48.48" y2="50.63"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".24" stop-color="#b5b7b5"/><stop offset=".47" stop-color="#b5b7b4"/><stop offset=".83" stop-color="#afb0ae"/><stop offset="1" stop-color="#aaaaa9"/></linearGradient><path fill="url(#bo)" d="M48.52 50.64c.58 2.14-.76 3.4-2.22 4.7l-.64.26-.2.07-.06.03.6-.55c.31-.27.66-.58.99-.9.37-.38.64-.71.85-1.05a2.98 2.98 0 0 0 .27-2.73l.03.02.1.03.28.12z"/><linearGradient id="bp" gradientUnits="userSpaceOnUse" x1="21.24" y1="41.54" x2="40.3" y2="42.78"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".21" stop-color="#b5b7b5"/><stop offset=".44" stop-color="#b5b7b4"/><stop offset=".57" stop-color="#b0b1ad"/><stop offset=".76" stop-color="#a29f98"/><stop offset=".88" stop-color="#979289"/><stop offset=".88" stop-color="#98938a"/><stop offset="1" stop-color="#aaaaa9"/></linearGradient><path fill="url(#bp)" d="M21.3 40.62c.12-.1.3-.12.43-.03.5.32.87.55 1.46.8 3.63 1.5 7.07 1.37 10.83.51a8.66 8.66 0 0 1 1.8-.27c2.06 0 2.92.61 4.29 1.73.13.1.17.3.1.45l-.24-.09-.07-.07v-.03c-.57-.46-1.01-.82-1.66-1.16a5.27 5.27 0 0 0-2.42-.49c-.5 0-1.12.13-1.72.26a22.3 22.3 0 0 1-4.83.64 14.57 14.57 0 0 1-6.2-1.17c-.64-.26-1.11-.56-1.4-.75l-.12-.08h-.03l-.1-.03-.13-.22z"/><linearGradient id="bq" gradientUnits="userSpaceOnUse" x1="21.05" y1="42.89" x2="40.19" y2="44.03"><stop offset="0" stop-color="#aaaaa9"/><stop offset=".24" stop-color="#aeb0ae"/><stop offset=".26" stop-color="#afb1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#bq)" d="M40.2 43.8a.36.36 0 0 1-.4.2c-4.68-1.18-7.92 1.57-11.92 1.57-1.86 0-3.54-.7-4.85-2a7.6 7.6 0 0 1-1.83-2.53.36.36 0 0 1 .1-.42l.15.18.05.06.02.01v.03c.14.34.44.89.74 1.3.3.4.74.85 1.01 1.13a6.38 6.38 0 0 0 4.6 1.9c1.53 0 3.06-.45 4.7-.94l.12-.03c1.08-.32 2.1-.63 3.26-.8a11.2 11.2 0 0 1 1.93-.09c.73.05 1.42.15 2 .3.01 0 .02 0 .02-.02l.03.01.06.04.21.1z"/><linearGradient id="br" gradientUnits="userSpaceOnUse" x1="40.41" y1="33.35" x2="42.47" y2="33.78"><stop offset="0" stop-color="#8b8379"/><stop offset=".2" stop-color="#918b82"/><stop offset=".47" stop-color="#979289"/><stop offset="1" stop-color="#928e8e"/></linearGradient><path fill="url(#br)" d="M42.5 33.66a.37.37 0 0 0-.2-.08c-.31-.05-.64-.1-.96-.2-.08-.02-.6-.17-.67-.17a.36.36 0 0 0-.25.1l.13.22.1.03h.02l.58.16c.23.06.55.12.86.17l.15.02.01.01.1-.04.12-.22z"/><linearGradient id="bs" gradientUnits="userSpaceOnUse" x1="42.27" y1="34.21" x2="44.73" y2="34.21"><stop offset="0" stop-color="#b5b7b4"/><stop offset=".11" stop-color="#b5b7b5"/><stop offset=".32" stop-color="#aeb0ae"/><stop offset=".62" stop-color="#9b9c9c"/><stop offset=".82" stop-color="#979289"/><stop offset=".88" stop-color="#9c9890"/><stop offset=".96" stop-color="#aaa9a5"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#bs)" d="M44.51 33.4c-.14.11-.12.26-.13.45a.88.88 0 0 1-.27.58.9.9 0 0 1-1.27 0c-.08-.09-.14-.19-.2-.43l-.03-.14a.36.36 0 0 0-.12-.2l-.15.19-.05.06-.02.01.01.01c.07.37.15.57.32.74a1.23 1.23 0 0 0 1.75 0c.23-.23.35-.5.37-.8v-.2l.01-.02-.04-.09-.18-.17z"/><linearGradient id="bt" gradientUnits="userSpaceOnUse" x1="46.63" y1="33.46" x2="44.51" y2="33.5"><stop offset="0" stop-color="#8b8379"/><stop offset=".2" stop-color="#918b82"/><stop offset=".47" stop-color="#979289"/><stop offset="1" stop-color="#928e8e"/></linearGradient><path fill="url(#bt)" d="M46.63 33.46a.36.36 0 0 0-.26-.14c-.56-.03-.86-.06-1.44-.03-.16.01-.3 0-.42.1l.16.19.04.05.02.02h.02a9.2 9.2 0 0 1 1.11-.02l.5.03v.01l.1-.03.17-.18z"/><linearGradient id="bu" gradientUnits="userSpaceOnUse" x1="46.72" y1="35.08" x2="40.31" y2="35.13"><stop offset="0" stop-color="#b4b6b3"/><stop offset=".24" stop-color="#b6b8b5"/><stop offset=".62" stop-color="#b4b6b3"/><stop offset="1" stop-color="#b2b3b1"/></linearGradient><path fill="url(#bu)" d="M46.63 33.46c.07.09.1.2.07.32-.23.9-.44 1.55-1.12 2.23-1.76 1.76-4.66.9-5.19-1.91l-.08-.46a.36.36 0 0 1 .1-.33l.17.18.05.05.02.02v.02l.07.46c.17.9.6 1.48.93 1.8.47.48 1.08.74 1.72.74.57 0 1.26-.1 1.97-.81.31-.31.7-.8.96-1.78l.07-.3v-.01l.02-.02.06-.04.18-.16z"/><linearGradient id="bv" gradientUnits="userSpaceOnUse" x1="59" y1="33.89" x2="59.53" y2="34.98"><stop offset="0" stop-color="#979289"/><stop offset=".01" stop-color="#98938a"/><stop offset=".47" stop-color="#aaaaa9"/><stop offset="1" stop-color="#aeb0ae"/></linearGradient><path fill="url(#bv)" d="m59.57 34.66-.3-.61-.25-.1-.16.02.52 1.09.12-.13z"/><linearGradient id="bw" gradientUnits="userSpaceOnUse" x1="58.83" y1="33.91" x2="63.69" y2="31.28"><stop offset="0" stop-color="#aaaaa9"/><stop offset=".24" stop-color="#aeb0ae"/><stop offset=".26" stop-color="#afb1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#bw)" d="M63.13 31.8a10.34 10.34 0 0 0-3.86 2.25l-.3-.06-.08-.02h-.03c.27-.27 2.49-2.31 4.87-2.63l-.18.2-.42.27z"/><linearGradient id="bx" gradientUnits="userSpaceOnUse" x1="59.63" y1="35.32" x2="63.66" y2="31.28"><stop offset="0" stop-color="#aaaaa9"/><stop offset=".24" stop-color="#aeb0ae"/><stop offset=".26" stop-color="#afb1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#bx)" d="M63.13 31.8c-.7 1.13-2 2.43-3.56 2.87l-.14.28-.04.08-.01.03c1.04-.22 2-.77 2.84-1.61a5.84 5.84 0 0 0 1.5-2.1l-.03.02-.1.1-.46.34z"/><linearGradient id="by" gradientUnits="userSpaceOnUse" x1="44.86" y1="41.09" x2="51.04" y2="43.38"><stop offset="0" stop-color="#b2b3b1"/><stop offset=".21" stop-color="#b5b7b5"/><stop offset=".44" stop-color="#b5b7b4"/><stop offset=".57" stop-color="#b0b1ad"/><stop offset=".76" stop-color="#a29f98"/><stop offset=".88" stop-color="#979289"/><stop offset=".88" stop-color="#98938a"/><stop offset="1" stop-color="#aaaaa9"/></linearGradient><path fill="url(#by)" d="M49.45 43.06c-1.05-.02-1.51-.88-2.61-1.94l-1.3-.52-.52.06c1 .12 1.32.44 1.78.9l.1.1a15.1 15.1 0 0 1 .8.84c.51.51.97.9 1.8.9.2 0 .42-.02.65-.08.4-.11.76-.27 1.09-.47l-.6.18-1.19.03z"/><linearGradient id="bz" gradientUnits="userSpaceOnUse" x1="45" y1="40.72" x2="51.17" y2="43.02"><stop offset="0" stop-color="#aaaaa9"/><stop offset=".24" stop-color="#aeb0ae"/><stop offset=".26" stop-color="#afb1af"/><stop offset=".62" stop-color="#b6b8b5"/><stop offset="1" stop-color="#b5b7b4"/></linearGradient><path fill="url(#bz)" d="M49.45 43.06c-1.18-.49-1.61-1.37-2.61-1.94l-1.4-.49-.33.02-.1.01c.26-.1.53-.16.82-.16.96 0 1.6.57 2.27 1.18.68.63 1.39 1.27 2.48 1.27.22 0 .44-.04.66-.1l-.17.06-.43.13-1.19.02z"/><radialGradient id="bA" cx="24.77" cy="24.04" r="80.35" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#404142"/><stop offset=".24" stop-color="#3d3e3e"/><stop offset=".27" stop-color="#3a3c3b"/><stop offset=".38" stop-color="#333534"/><stop offset=".62" stop-color="#2c2e2e"/><stop offset=".7" stop-color="#25272c"/><stop offset=".85" stop-color="#1e2029"/><stop offset=".9" stop-color="#1a1a22"/><stop offset=".96" stop-color="#100b0d"/><stop offset="1" stop-color="#090100"/></radialGradient><path fill="url(#bA)" d="M77.94 10.04A43.9 43.9 0 0 1 93.3 36.65c1.23-1.38 2.49-2.75 3.77-4.08A48.42 48.42 0 0 0 83.36 8.82c-1.8.44-3.6.84-5.42 1.22zm1.21 4.71a41.18 41.18 0 0 0-4.7-4.04 138.97 138.97 0 0 1-48.9 0A41.26 41.26 0 0 0 9.02 39.34a139.07 139.07 0 0 1 24.45 42.33 41.23 41.23 0 0 0 33.06 0 139.01 139.01 0 0 1 24.44-42.33 41.21 41.21 0 0 0-11.82-24.59zM28.81 8.54a136.23 136.23 0 0 0 42.38 0 41.22 41.22 0 0 0-42.38 0zM6.7 36.65a43.9 43.9 0 0 1 15.36-26.61c-1.81-.38-3.62-.78-5.42-1.22l-.88.85a48.4 48.4 0 0 0-12.83 22.9c1.28 1.33 2.54 2.7 3.77 4.08zm23.26 43.29A136.4 136.4 0 0 0 8.78 43.25l-.01.66a41.23 41.23 0 0 0 21.2 36.03zm35.4 5.1a43.9 43.9 0 0 1-30.73 0c.59 1.75 1.14 3.52 1.66 5.3a48.38 48.38 0 0 0 27.42 0c.52-1.78 1.07-3.55 1.66-5.3zm25.86-41.79a136.1 136.1 0 0 0-21.18 36.69A41.22 41.22 0 0 0 91.23 43.9v-.66zM83.4 8.71l.92.9a48.51 48.51 0 0 1 12.86 22.98c-1.33 1.4-2.64 2.81-3.92 4.26a43.82 43.82 0 0 0-15.5-26.87c1.89-.38 3.77-.8 5.64-1.27zm7.68 30.66A138.91 138.91 0 0 0 66.6 81.75a41.31 41.31 0 0 1-33.2 0A138.88 138.88 0 0 0 8.93 39.37a41.33 41.33 0 0 1 16.6-28.76 138.92 138.92 0 0 0 48.94 0 41.36 41.36 0 0 1 16.6 28.76zM50 2.58c7.63 0 15.03 2.11 21.45 6a136.3 136.3 0 0 1-42.9 0c6.42-3.89 13.82-6 21.45-6zM2.83 32.59A48.51 48.51 0 0 1 16.6 8.71c1.87.47 3.75.89 5.64 1.27a43.85 43.85 0 0 0-15.5 26.86 138.64 138.64 0 0 0-3.92-4.25zm17.95 40.54A41.33 41.33 0 0 1 8.68 43a136.23 136.23 0 0 1 21.45 37.14 41.34 41.34 0 0 1-9.35-7.01zm43 17.29a48.5 48.5 0 0 1-27.57 0c-.53-1.85-1.1-3.7-1.72-5.53a43.8 43.8 0 0 0 31.02 0 140 140 0 0 0-1.72 5.53zm27.55-46.51a41.33 41.33 0 0 1-21.46 36.23A136.44 136.44 0 0 1 91.32 43v.9zM66.08 29.84l.2-.58h-.62a11.1 11.1 0 0 0-8.41 4.2l-.9-.7c.09-.12 1.2-1.5 3.11-2.74H43.23a7.21 7.21 0 0 0-2.19 2.23c.5.3 1.01.38 1.5.38.71 0 1.13-.12 1.64-.2a7 7 0 0 1 2.22-.03c.43.07.84.18 1.21.33a4.65 4.65 0 0 1 1.67 1.1l-.98.88a1.8 1.8 0 0 0-.49-.38c-.17-.1-.27-.14-.39-.17h-.02c-.01.2-.13.46-.3.83-.2.44-.5 1.01-1.01 1.52a3.57 3.57 0 0 1-2.68 1.14c-2.05 0-3.83-1.7-3.87-4.66a7.95 7.95 0 0 0-3.65-1.03c-.66 0-1.29.12-1.86.35a5.97 5.97 0 0 0-2.82 2.62c-.23.39-.44.82-.65 1.3a17.3 17.3 0 0 0-.6 1.64l-.15.47.45-.2c.64-.3 1.09-.5 1.65-.7a7.95 7.95 0 0 1 2.71-.55c1.11 0 2.07.32 2.84.96.06.04.15.15.27.28.54.61 1.69 1.9 3.8 2.45 3.9 1.03 3.93 2.09 3.96 3.2 0 .07-.17.49-.92 1.24-.5.5-1.15 1.03-1.9 1.58-1.82 1.3-3.32 2.12-5.17 2.12a7.92 7.92 0 0 1-2.75-.5 59.6 59.6 0 0 1-1.13-.42 6.45 6.45 0 0 0 .48 1.02c.14.23.3.44.51.65.92.92 2.43 1.36 4.62 1.36 1.54 0 2.37-.11 4.2-.37l1.3-.18-.9.38c-2.97 1.24-3.97 1.66-5.28 2.97a6.67 6.67 0 0 0-2.07 4.84 10.48 10.48 0 0 0 .25 2.08l.3-.33a13.2 13.2 0 0 1 2.21-1.81c.72-.46 1.47-.8 2.28-1.05a13.79 13.79 0 0 1 1.73-.4c-1.15 1.18-3.82 4.15-3.82 8.58a9.6 9.6 0 0 0 1.02 4.34c.5 1 1.16 1.98 2.02 2.96a19.4 19.4 0 0 0 1.16 1.26v-.5l.06-.82c.08-.73.15-1.41.3-2.24.47-2.68 1.27-4.6 2.37-5.7l.08-.08c.19-.19.46-.47.88-.77l.11.4c.52 1.93 1.4 5.15 1.4 8.67 0 .28-.02 2.56-.53 4.45-.06.23-.14.47-.23.67l-.18.37.45-.08a9.3 9.3 0 0 0 2.72-.91 8.14 8.14 0 0 0 2.87-2.32c1.18-1.54 1.79-3.55 1.79-5.98 0-2.25-.41-3.92-.78-5.38l-.07-.32c3.32.9 5.4 3.87 5.3 7.61 0 .14-.04.39-.09.5l.42-.3c.73-.49 1.16-.9 1.65-1.38a10 10 0 0 0 2.3-3.46c.39-1.01.59-2.08.59-3.16 0-3.31-1.75-6.01-2.91-7.8l-.03-.03c.23-.02.48-.04.77-.04a5.83 5.83 0 0 1 5.72 4.16l.21-.53c.6-1.36.89-2.9.89-4.57 0-1.58-.25-3.01-.75-4.37a14.2 14.2 0 0 0-3.48-5.15 33.13 33.13 0 0 0-1.97-1.8 8.1 8.1 0 0 1 2.51-.42 5.6 5.6 0 0 1 3 .8c.08.06.35.28.47.43l-.14-.66a10.5 10.5 0 0 0-5.92-7.33 9.17 9.17 0 0 1-4.6 2.31l-.22-1.03-.02-.09c4.89-1.1 6.88-5.55 7.5-7.41zM27.88 45.2a6.36 6.36 0 0 1-4.6-1.9c-.26-.27-.7-.71-1-1.13a8.3 8.3 0 0 1-.75-1.29c.25.16.78.53 1.52.84a14.51 14.51 0 0 0 6.22 1.16c1.35 0 2.98-.21 4.84-.63.59-.14 1.2-.26 1.71-.26.9 0 1.77.14 2.41.48.64.34 1.1.7 1.65 1.16a10.6 10.6 0 0 0-3.94-.2c-1.17.17-2.18.47-3.26.8l-.13.03c-1.62.48-3.16.94-4.67.94zM45.4 33.64c.17 0 .32 0 .45.02l.49.03-.08.3a3.55 3.55 0 0 1-.95 1.76c-.7.7-1.38.8-1.95.8a2.4 2.4 0 0 1-1.7-.73c-.33-.32-.75-.9-.92-1.8l-.08-.44.57.16c.23.06.55.13.86.17l.15.02.04.15c.06.28.14.45.3.6a1.26 1.26 0 0 0 1.78 0c.23-.23.35-.5.37-.82l.01-.2h.2l.46-.02zm14.06 6.15-.55 1.73c.35.4.61.79.83 1.11.6.9.99 1.7 1.2 2.56a9.53 9.53 0 0 1 .05 4.15c-.1.42-.22.87-.33 1.21-.1.34-.33.95-.33.95s-.03-.7-.1-1.06c-.06-.38-.11-.78-.21-1.1a5.88 5.88 0 0 0-2.93-3.57 7.58 7.58 0 0 0-1.19-.5l.3 1.17c.26 1.15.38 2.1.38 2.98 0 1.4-.31 2.6-.96 3.63-.22.35-.49.68-.78.98-.28.28-.53.53-.81.74-.35.28-.51.4-.8.57.15-.24.27-.5.41-.8.18-.36.29-.75.37-1.03.77-2.74-.51-4.43-1.54-5.47a9.94 9.94 0 0 0-.43-.4l-.06 1.15c-.1 1.32-.34 2.83-1.46 3.95a8.1 8.1 0 0 1-.58.54c-.21.17-.46.38-.8.58.15-.27.26-.4.47-.9a4.04 4.04 0 0 0-.12-3.26l-1.42.76a4.74 4.74 0 0 1 .21 1.14c0 .55-.15 1.07-.47 1.59-.2.33-.48.66-.85 1.04-.33.32-.67.63-.98.9l-.65.6.58-.01c.63-.01 1.46-.04 2.35-.2a6.14 6.14 0 0 0 3.38-1.66c.35-.35.66-.75.92-1.2-.05.46-.16.92-.36 1.42a9.44 9.44 0 0 1-1 1.81c-.26.4-.57.84-.96 1.32l-.36.43.56-.08c.68-.1 1.35-.23 2-.4a7.26 7.26 0 0 0 4.5-3.24c.41-.66.7-1.35.9-2.1a9.8 9.8 0 0 0 .28-2.9 7.2 7.2 0 0 1 .8 2.67c.04.47.07.98.07 1.6v.13c0 .6 0 1.17-.05 1.82l-.05.63.43-.47c.56-.61 1.16-1.31 1.78-2.29a10.59 10.59 0 0 0 1.39-8.24A9.63 9.63 0 0 0 61 41.6a13.12 13.12 0 0 0-1.53-1.82zm-13.64.69c-.3 0-.61.06-.9.2 1.14.12 1.42.47 1.94.99l.81.85c.5.5.97.91 1.82.91a4.08 4.08 0 0 0 1.92-.68c-.29.12-.57.17-.84.17-2.13 0-2.76-2.45-4.75-2.45zm17.93-9.17c-2.6.33-4.93 2.65-4.93 2.65l.53 1.13a5.76 5.76 0 0 0 2.88-1.63 5.57 5.57 0 0 0 1.52-2.15zm-20.53-1.34h16.23c.02 0 .04.02.05.04 0 .02 0 .04-.02.06a13.85 13.85 0 0 0-3.07 2.68l.82.65a11.15 11.15 0 0 1 8.42-4.2h.62a.05.05 0 0 1 .04.07l-.2.58c-.62 1.87-2.61 6.32-7.48 7.44l.2 1.03a9.1 9.1 0 0 0 4.58-2.3h.02a10.57 10.57 0 0 1 5.94 7.37l.02.1.12.55c0 .03 0 .05-.02.06h-.02c-.02 0-.03 0-.04-.02a2.72 2.72 0 0 0-.46-.4 5.56 5.56 0 0 0-2.97-.8c-1.03 0-1.93.23-2.42.39.75.64 1.36 1.2 1.9 1.74a14.24 14.24 0 0 1 3.5 5.17c.5 1.36.75 2.8.75 4.38a11.5 11.5 0 0 1-1.15 5.15.05.05 0 0 1-.05-.03 5.79 5.79 0 0 0-5.67-4.12c-.22 0-.43 0-.68.03 1.16 1.79 2.9 4.48 2.9 7.79 0 1.09-.2 2.15-.6 3.17a10.06 10.06 0 0 1-2.3 3.48 10.43 10.43 0 0 1-2.13 1.69.05.05 0 0 1-.02-.06c.04-.1.08-.35.08-.48.1-3.67-1.93-6.62-5.18-7.55l.06.24c.36 1.48.77 3.14.77 5.4 0 2.43-.6 4.46-1.8 6a8.18 8.18 0 0 1-2.89 2.34c-.97.48-1.82.77-2.73.92l-.46.07c-.01 0-.03 0-.04-.02a.05.05 0 0 1 0-.06 4.53 4.53 0 0 0 .4-1.02c.52-1.89.54-4.18.54-4.43 0-3.52-.88-6.74-1.4-8.66l-.1-.34c-.38.3-.63.56-.8.73l-.1.09c-1.08 1.09-1.88 3-2.35 5.67-.15.82-.22 1.5-.3 2.23l-.05.81-.01.5c0 .02-.01.04-.03.05h-.02c-.01 0-.03 0-.04-.02l-.37-.4c-.29-.29-.55-.6-.78-.85a13.33 13.33 0 0 1-2.02-2.97 9.6 9.6 0 0 1-1.03-4.36c0-3.07 1.25-5.93 3.73-8.51l-.23.04c-.46.09-.9.2-1.36.33-.8.25-1.54.59-2.26 1.05-.72.45-1.46 1.06-2.2 1.8l-.3.33-.04.01a.05.05 0 0 1-.04-.04l-.1-.44c-.08-.58-.16-1.1-.16-1.64 0-1.85.7-3.5 2.1-4.88 1.3-1.31 2.3-1.73 5.28-2.98l.57-.24-.94.13c-1.83.26-2.66.38-4.21.38-2.2 0-3.72-.45-4.65-1.38a3.24 3.24 0 0 1-.52-.67 8.3 8.3 0 0 1-.49-1.02l.01-.05a.05.05 0 0 1 .05-.01l1.13.41c.23.07.49.15.71.2.76.2 1.4.3 2.03.3 1.84 0 3.33-.8 5.14-2.1.75-.55 1.4-1.08 1.9-1.58.73-.73.9-1.14.9-1.2-.03-1.1-.07-2.14-3.93-3.16-2.12-.55-3.27-1.85-3.82-2.47-.11-.12-.2-.23-.26-.27a4.31 4.31 0 0 0-2.81-.95c-.81 0-1.7.18-2.7.55-.56.2-1 .4-1.64.69l-.45.2-.02.01-.03-.01c-.02-.02-.02-.04-.02-.05l.15-.48c.17-.54.36-1.05.6-1.63.21-.5.42-.92.65-1.31a6.01 6.01 0 0 1 2.85-2.64 4.97 4.97 0 0 1 1.88-.36 8.05 8.05 0 0 1 3.7 1.08c.03 2.72 1.6 4.62 3.82 4.62 1.03 0 1.87-.36 2.64-1.13.41-.41.74-.9 1.01-1.51a2.93 2.93 0 0 0 .31-.86h.04a2.12 2.12 0 0 1 .89.53l.91-.81-.07-.08c-.4-.4-.93-.73-1.55-.97a5.83 5.83 0 0 0-2.19-.41c-.5 0-.87.05-1.22.1l-.35.07c-.37.07-.75.14-1.3.14a2.92 2.92 0 0 1-1.54-.42v-.03a7.23 7.23 0 0 1 2.23-2.26zM32.56 44.32l.12-.04c1.08-.32 2.1-.62 3.26-.8a11.15 11.15 0 0 1 1.93-.08 11.3 11.3 0 0 1 2 .3c.02 0 .03-.02.04-.04a.05.05 0 0 0-.01-.05c-.56-.46-1-.83-1.65-1.17-.77-.4-1.75-.5-2.44-.5a8.4 8.4 0 0 0-1.73.27c-1.85.42-3.47.64-4.83.64a14.52 14.52 0 0 1-6.2-1.17c-.62-.26-1.1-.56-1.37-.74l-.13-.09h-.03a.05.05 0 0 0-.04.06c.15.34.45.9.75 1.3.3.42.74.86 1.01 1.14a6.4 6.4 0 0 0 4.62 1.9c1.53 0 3.07-.45 4.7-.93zm12.79-8.54c.32-.31.71-.8.96-1.78l.08-.3-.01-.04a.05.05 0 0 0-.04-.02l-.48-.03a7.56 7.56 0 0 0-.92 0h-.2a.05.05 0 0 0-.05.05v.2c-.02.3-.14.57-.36.79a1.2 1.2 0 0 1-.86.35 1.2 1.2 0 0 1-.86-.35c-.14-.15-.22-.3-.28-.58l-.04-.15a.05.05 0 0 0-.04-.03l-.15-.03c-.3-.04-.63-.1-.85-.17l-.58-.16h-.01l-.04.01a.05.05 0 0 0-.01.05l.08.45c.17.9.6 1.49.93 1.82.48.48 1.1.74 1.74.74.58 0 1.27-.1 1.99-.82zm4.93 21.46c.4-.49.7-.92.97-1.32.45-.66.77-1.25 1-1.82.2-.5.31-.97.35-1.43a.05.05 0 0 0-.03-.05h-.01c-.02 0-.04 0-.05.02-.25.44-.56.84-.9 1.19a6.1 6.1 0 0 1-3.36 1.64c-.88.16-1.71.19-2.34.2h-.45l.56-.5.98-.91c.37-.38.64-.71.85-1.05a3 3 0 0 0 .28-2.73l1.34-.71a4.13 4.13 0 0 1 .38 1.71c0 .34-.05.87-.29 1.45-.14.35-.24.52-.33.69l-.12.22a.05.05 0 0 0 .04.07h.02a8.39 8.39 0 0 0 1.38-1.13c1.14-1.14 1.38-2.66 1.48-4l.05-1.04.35.33c1.03 1.03 2.3 2.7 1.53 5.42-.08.28-.19.66-.36 1.03l-.04.07c-.12.27-.24.5-.37.73a.05.05 0 0 0 0 .06l.04.01h.03c.3-.2.45-.3.8-.58.27-.2.5-.44.78-.72l.03-.03c.3-.3.57-.63.79-.98.65-1.05.97-2.25.97-3.66 0-.89-.12-1.84-.39-2.99l-.27-1.09c.39.13.74.28 1.1.46.54.29 1.03.64 1.44 1.05a5.94 5.94 0 0 1 1.65 3.42l.03.17c.06.37.1 1.05.1 1.06 0 .02.01.04.03.04h.01c.02 0 .04 0 .05-.03 0 0 .23-.61.33-.94.1-.32.23-.78.33-1.23a9.6 9.6 0 0 0-.04-4.17 8 8 0 0 0-1.22-2.57c-.21-.32-.47-.69-.82-1.1l.53-1.63.02.03c.53.54 1 1.09 1.45 1.73a9.6 9.6 0 0 1 1.79 5.64c0 2.03-.57 3.95-1.68 5.72-.62.97-1.22 1.67-1.78 2.28l-.33.36.03-.49c.05-.65.05-1.22.05-1.82v-.13c0-.63-.02-1.14-.07-1.61a7.26 7.26 0 0 0-.8-2.7.05.05 0 0 0-.05-.02h-.01a.05.05 0 0 0-.04.05l.01.43c0 .92-.09 1.72-.28 2.46a7.21 7.21 0 0 1-5.37 5.3c-.65.18-1.32.32-2 .41l-.43.06.28-.33zm-.8-13.86c-.81 0-1.25-.37-1.77-.9-.14-.13-.27-.27-.4-.42l-.41-.43-.09-.09c-.45-.45-.76-.76-1.7-.9.22-.08.46-.12.7-.12.97 0 1.6.57 2.26 1.18.69.63 1.4 1.27 2.5 1.27.16 0 .33-.02.49-.06-.29.17-.6.3-.93.38-.22.06-.44.1-.64.1zm9.4-9.4c.25-.25 2.43-2.27 4.8-2.6-.1.33-.51 1.07-1.49 2.05a5.68 5.68 0 0 1-2.81 1.6l-.5-1.06zm10.4 27.4a13.44 13.44 0 0 0 1.73-6.87c0-1.56-.2-3.36-.92-5.23a12.01 12.01 0 0 0-3.54-5c.14 0 .27.03.4.05 1.01.2 1.9.71 2.51 1.33a7.6 7.6 0 0 1 1.31 1.88l.4.8c.04-.4.03-.52.04-.85-.08-5.63-1.65-9.75-6.77-12.41l-.03-.02c1.79-2.03 2.65-4.33 3.26-6.79-1.23-.31-3.51-.58-6.97 1.04l5.5-13.56a3.52 3.52 0 0 0-3.64 2.4 2.9 2.9 0 0 0 .27 2.16 2.68 2.68 0 0 0-1.22-.76c-1.42-.42-3 .4-3.32 1.88-.37 1.67.36 3 1.68 3.43.56.16.74.18 1.33.09-1.01 1.68-2.06 2.61-4.34 2.61-2.19 0-3.72-2.23-4.73-3.91 0 0 1.03.5 1.6.5 1.5 0 2.7-1.22 2.7-2.73 0-1.52-1.2-2.74-2.7-2.74-.5 0-.96.14-1.36.38.5-.5.84-1.23.84-2 0-1.52-1.2-2.74-2.7-2.74a2.76 2.76 0 0 0-1.87 4.71 2.72 2.72 0 0 0-4.05 2.39 2.71 2.71 0 0 0 4.3 2.23c-1 1.69-2.51 3.93-4.7 3.93-2.28 0-3.38-.95-4.38-2.63.59.1.76.07 1.32-.1 1.32-.43 2.06-1.75 1.69-3.42a2.63 2.63 0 0 0-3.33-1.88c-.48.14-.9.4-1.22.76a2.9 2.9 0 0 0 .27-2.17 3.52 3.52 0 0 0-3.64-2.39l5.9 14.48c-.3.33-.75.82-1.07 1.37-1.26-.64-3.78-1.58-6.3-.56-.86.34-1.57.84-2.18 1.45-1.87 1.88-2.82 5-3.3 7.22-.16.68-.27 1.3-.34 1.72.78-.58 1.3-.95 1.77-1.27.42-.28.83-.52 1.4-.8a8.72 8.72 0 0 1 3.7-1.11c.67 0 1.43.18 1.96.62.18.15 1.68 2.26 4.64 3.03 2.77.73 2.83 1.2 2.88 1.58 0 0-.49.79-1.54 1.52a11.2 11.2 0 0 0-1.44-1.86 7.79 7.79 0 0 0-5.4-2.2c-1.72.02-2.99.8-6.36.8a14.4 14.4 0 0 1-7.54-1.89c-1.25-.69-2.16-1.54-3.01-2.23.45 1.1.88 1.96 1.28 2.85.29.63 1.36 2.78 2.7 3.95a7.6 7.6 0 0 0 5.1 1.93c1.7 0 3.38-.5 5.03-.98 1.62-.48 3.19-.95 4.75-.95 2.03 0 3.13.68 4.02 1.22-.28.2-.59.41-.94.63a5.85 5.85 0 0 1-3.21 1.1c-1.2 0-3.34-.63-5.21-1.38-.02.13-.02.27-.02.42v.48a4.7 4.7 0 0 0 1.35 3.54c.52.53 1.15.93 1.9 1.21.77.3 1.69.44 2.68.5-.45.4-.87.8-1.29 1.3a7.8 7.8 0 0 0-1.8 5.02c0 1.09.18 2 .46 2.88.19.62.38 1.18.65 1.85l.88-1.06c.02-.02.99-1.16 2.32-2.13a12.41 12.41 0 0 0-1.36 5.52c0 4.22 2.34 7.65 5.55 10.34 0 0 .76.68 1.3 1.1-.02-.68 0-1.12 0-1.7 0-2.07.33-6.04 1.68-8.45a27.1 27.1 0 0 1 .8 6.24c0 2.08-.3 3.6-.65 4.7-.4 1.27-.75 1.75-1.06 2.28 1.3.05 2.52-.1 3.67-.37a9.58 9.58 0 0 0 7.17-6.48c.37-1.18.57-2.49.57-3.92 0-.83-.08-1.68-.2-2.51l-.1-.67c.23.18.4.36.59.58a6.25 6.25 0 0 1 1.43 4.31c0 .73-.04 1.86-.36 3.12a14.03 14.03 0 0 0 4.55-3.04c2-2 3.39-4.65 3.42-7.69a11 11 0 0 0-1.34-5.4l-.32-.62c.22.1.42.21.62.34a5.88 5.88 0 0 1 2.2 2.99c.28.74.48 1.46.61 2.3.31-.36.68-.88 1.1-1.6zM46.15 79.95h-.31l.05-.1c.28-.45.59-.97.94-2.08.44-1.36.66-2.95.66-4.72a27.1 27.1 0 0 0-.8-6.27.08.08 0 0 0-.07-.06h-.01a.08.08 0 0 0-.07.04c-1.25 2.23-1.7 5.96-1.7 8.48V76.78c-.51-.4-1.16-.98-1.16-.98-3.67-3.08-5.52-6.54-5.52-10.28 0-1.84.45-3.68 1.35-5.48a.08.08 0 0 0-.02-.1.08.08 0 0 0-.1 0c-1.23.9-2.15 1.93-2.33 2.13l-.8.96c-.22-.57-.4-1.09-.6-1.72a9.28 9.28 0 0 1-.46-2.85c0-1.83.6-3.5 1.8-4.96.4-.49.8-.87 1.24-1.27l.04-.04a.08.08 0 0 0-.05-.14 8.87 8.87 0 0 1-2.67-.48 5.09 5.09 0 0 1-1.86-1.2 4.6 4.6 0 0 1-1.34-3.48v-.48l.02-.3c2.05.81 4.06 1.33 5.13 1.33 1.06 0 2.06-.34 3.26-1.1l.95-.63a.08.08 0 0 0 .03-.07.08.08 0 0 0-.04-.06c-.9-.55-2-1.24-4.06-1.24-1.58 0-3.13.46-4.78.95-1.63.48-3.31.98-5 .98a7.57 7.57 0 0 1-5.05-1.92c-1.4-1.21-2.48-3.48-2.68-3.92l-.42-.9c-.24-.52-.48-1.05-.73-1.64l.29.24c.7.58 1.48 1.24 2.48 1.8a14.58 14.58 0 0 0 7.58 1.89c2 0 3.28-.28 4.3-.5.74-.16 1.36-.3 2.06-.3h.06a7.75 7.75 0 0 1 6.71 4.02.08.08 0 0 0 .07.04c.02 0 .03 0 .05-.02a5.84 5.84 0 0 0 1.57-1.6c-.05-.4-.11-.89-2.95-1.63a8.84 8.84 0 0 1-4.6-3.03 3.2 3.2 0 0 0-2.02-.63c-1.3 0-2.75.6-3.73 1.1-.57.3-.98.54-1.4.82-.47.31-.96.66-1.62 1.16.06-.35.16-.9.3-1.53.73-3.3 1.83-5.72 3.29-7.17a6.22 6.22 0 0 1 4.48-1.88 8.87 8.87 0 0 1 3.94 1.01c.03 0 .05-.01.07-.04.33-.57.8-1.08 1.06-1.35a.08.08 0 0 0 .01-.09l-5.85-14.38.27-.01c1.38 0 2.8 1.05 3.17 2.35.2.68.1 1.47-.26 2.1a.08.08 0 0 0 .02.11.08.08 0 0 0 .11-.01 2.58 2.58 0 0 1 1.9-.84c1.16 0 2.25.78 2.5 1.93.36 1.61-.35 2.91-1.62 3.33-.34.1-.53.14-.75.14-.14 0-.3-.01-.54-.05h-.01a.08.08 0 0 0-.07.12c.98 1.65 2.07 2.67 4.45 2.67 2.12 0 3.6-2 4.78-3.97a.08.08 0 0 0-.07-.12l-.05.01a2.64 2.64 0 0 1-4.16-2.16 2.64 2.64 0 0 1 3.96-2.3c.03 0 .05-.02.07-.04a.08.08 0 0 0-.01-.1c-.52-.51-.8-1.2-.8-1.92a2.64 2.64 0 0 1 2.6-2.66c1.45 0 2.62 1.2 2.62 2.66 0 .7-.3 1.43-.82 1.94a.08.08 0 0 0-.01.11l.06.03.05-.01c.4-.24.86-.37 1.33-.37 1.44 0 2.6 1.2 2.6 2.66a2.64 2.64 0 0 1-2.6 2.66 5.05 5.05 0 0 1-1.6-.51c-.03 0-.05 0-.07.02a.08.08 0 0 0 0 .1c1.1 1.84 2.63 3.96 4.79 3.96 2.35 0 3.42-1.02 4.4-2.66a.08.08 0 0 0-.07-.13h-.01c-.24.05-.4.06-.54.06-.22 0-.41-.04-.75-.14-1.27-.42-1.99-1.72-1.63-3.34a2.55 2.55 0 0 1 3.23-1.81c.45.13.86.38 1.18.73l.06.03c.02 0 .03 0 .05-.02a.08.08 0 0 0 .02-.1 2.82 2.82 0 0 1-.26-2.1 3.51 3.51 0 0 1 3.44-2.35l-5.46 13.46c-.02.03-.01.06.01.1l.06.02a7.6 7.6 0 0 1 6.88-1.06A15.2 15.2 0 0 1 64.35 35a.08.08 0 0 0 .03.12l.03.02c4.62 2.4 6.64 6.1 6.73 12.34v.2l-.02.35-.27-.53a7.56 7.56 0 0 0-1.32-1.9 4.95 4.95 0 0 0-2.97-1.42.08.08 0 0 0-.05.14 11.84 11.84 0 0 1 3.52 4.97c.61 1.62.9 3.32.9 5.21a13.47 13.47 0 0 1-2.68 8.28c-.13-.75-.31-1.42-.59-2.15a5.87 5.87 0 0 0-2.24-3.03 4.16 4.16 0 0 0-.65-.35c-.03 0-.05.01-.06.03a.08.08 0 0 0-.02.1l.17.3.16.3c.95 1.9 1.34 3.46 1.32 5.37A11 11 0 0 1 62.96 71a14.02 14.02 0 0 1-4.39 2.97c.22-.93.32-1.9.32-3 0-1.8-.48-3.26-1.45-4.36a4.47 4.47 0 0 0-.64-.61h-.04a.08.08 0 0 0-.04.09c0 .09.02.2.04.31l.06.36c.13.94.2 1.76.2 2.5-.01 1.42-.2 2.73-.58 3.9a9.46 9.46 0 0 1-7.1 6.42c-1.11.25-2.16.38-3.2.38z"/><radialGradient id="bB" cx="24.77" cy="24.04" r="80.35" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#414243"/><stop offset=".38" stop-color="#3f3f40"/><stop offset=".76" stop-color="#3c3d3d"/><stop offset=".81" stop-color="#393a3a"/><stop offset=".85" stop-color="#2f3032"/><stop offset=".88" stop-color="#212226"/><stop offset=".9" stop-color="#1f1f1f"/><stop offset=".94" stop-color="#19170a"/><stop offset=".94" stop-color="#181607"/><stop offset=".97" stop-color="#0e0802"/><stop offset="1" stop-color="#090100"/></radialGradient><path fill="url(#bB)" d="M100 33.4A51.09 51.09 0 0 0 84.1 5.87c-2.97.77-5.99 1.43-9.02 2a43.9 43.9 0 0 0-50.16 0 136.5 136.5 0 0 1-9.03-2A51.1 51.1 0 0 0 0 33.4a136.4 136.4 0 0 1 6.26 6.8 43.9 43.9 0 0 0 25.08 43.43c1.02 2.92 1.95 5.86 2.78 8.83a51.1 51.1 0 0 0 31.78 0c.83-2.97 1.76-5.91 2.78-8.83a43.9 43.9 0 0 0 25.08-43.42c2-2.35 4.1-4.62 6.25-6.82zm-6.33 6.8A43.75 43.75 0 0 1 68.6 83.58a137.02 137.02 0 0 0-2.78 8.81 51 51 0 0 1-31.66 0c-.82-2.96-1.75-5.9-2.78-8.81a43.83 43.83 0 0 1-25.05-43.4c-2.01-2.34-4.1-4.62-6.25-6.81A51.01 51.01 0 0 1 15.92 5.96c2.98.76 5.99 1.43 9.02 2a43.8 43.8 0 0 1 50.12 0c3.04-.57 6.05-1.24 9.03-2a51.01 51.01 0 0 1 15.83 27.42 137.7 137.7 0 0 0-6.25 6.81z"/><linearGradient id="bC" gradientUnits="userSpaceOnUse" x1="92.8" y1="66.34" x2="3.97" y2="21.08"><stop offset="0" stop-color="#55564f"/><stop offset=".09" stop-color="#60625f"/><stop offset=".18" stop-color="#717576"/><stop offset=".25" stop-color="#81898c"/><stop offset=".32" stop-color="#93999b"/><stop offset=".36" stop-color="#9ba3a6"/><stop offset=".41" stop-color="#a8aeb0"/><stop offset=".47" stop-color="#bdc0be"/><stop offset=".53" stop-color="#d0d1ce"/><stop offset=".59" stop-color="#dddfdc"/><stop offset=".67" stop-color="#e1e4e1"/><stop offset=".73" stop-color="#e8ebea"/><stop offset=".82" stop-color="#f1f3f2"/><stop offset=".91" stop-color="#f4f6f5"/><stop offset="1" stop-color="#f6f7f7"/></linearGradient><path fill="url(#bC)" d="M93.55 40a.19.19 0 0 0-.04.13 43.55 43.55 0 0 1-12.63 34.66 43.66 43.66 0 0 1-12.4 8.69.19.19 0 0 0-.1.1 136.6 136.6 0 0 0-2.76 8.76 50.89 50.89 0 0 1-31.24 0 136.4 136.4 0 0 0-2.76-8.75.18.18 0 0 0-.1-.11A43.65 43.65 0 0 1 6.5 40.13c0-.05 0-.1-.04-.14-2-2.32-4.07-4.58-6.2-6.76A50.9 50.9 0 0 1 15.85 6.16c2.96.76 5.95 1.43 8.96 2 .05 0 .1-.01.14-.04a43.68 43.68 0 0 1 50.08 0c.04.03.09.04.14.03 3.01-.56 6-1.22 8.96-1.99a50.89 50.89 0 0 1 15.62 27.06c-2.14 2.19-4.21 4.45-6.2 6.77zM77.73 9.58a.28.28 0 0 0-.12.48 43.68 43.68 0 0 1 15.5 26.85c.02.1.1.19.2.22s.2 0 .28-.08c1.28-1.45 2.59-2.87 3.92-4.26.1-.1.15-.26.12-.4A49 49 0 0 0 83.79 8.42a.44.44 0 0 0-.41-.1c-1.88.46-3.76.88-5.65 1.27zm1.84 4.75a41.77 41.77 0 0 0-4.72-4.06.44.44 0 0 0-.34-.08 138.54 138.54 0 0 1-49.02 0 .44.44 0 0 0-.34.08A41.77 41.77 0 0 0 8.45 39.2c0 .12.03.25.1.34a138.5 138.5 0 0 1 24.51 42.44c.04.12.13.21.24.26a41.8 41.8 0 0 0 33.4 0c.1-.05.2-.14.24-.26a138.61 138.61 0 0 1 24.5-42.44c.08-.1.12-.22.1-.34a41.82 41.82 0 0 0-11.97-24.86zm-51.23-6.2a.35.35 0 0 0 .13.64 136.53 136.53 0 0 0 43.06 0 .35.35 0 0 0 .13-.64 41.8 41.8 0 0 0-43.32 0zM6.41 37.06c.07.08.18.1.29.08.1-.03.17-.12.19-.22a43.68 43.68 0 0 1 15.5-26.85.27.27 0 0 0-.11-.48c-1.9-.4-3.78-.81-5.66-1.28a.44.44 0 0 0-.4.1l-.87.85A49 49 0 0 0 2.37 32.4c-.03.14.01.3.12.4 1.33 1.4 2.64 2.81 3.92 4.26zm23.45 43.49a.34.34 0 0 0 .49-.43A136.72 136.72 0 0 0 8.82 42.83a.35.35 0 0 0-.62.21l-.01.87a41.81 41.81 0 0 0 21.67 36.64zm36 4.53c.04-.1 0-.21-.07-.29s-.19-.1-.29-.06a43.66 43.66 0 0 1-31 0 .28.28 0 0 0-.36.35c.61 1.83 1.18 3.68 1.72 5.53.04.14.15.26.3.3a49 49 0 0 0 27.68 0 .44.44 0 0 0 .3-.3c.53-1.85 1.1-3.7 1.72-5.53zM91.8 43.03a.34.34 0 0 0-.61-.2 136.42 136.42 0 0 0-21.54 37.3.34.34 0 0 0 .48.42A41.8 41.8 0 0 0 91.8 43.03zM43.2 29.91a.12.12 0 0 1 .06-.02c17.39 0 15.77 0 16.22.01.05 0 .1.04.1.1.02.04 0 .1-.04.13a13.94 13.94 0 0 0-3 2.6l.7.56a11.21 11.21 0 0 1 8.43-4.16h.62c.03 0 .07.02.1.05.02.04.02.08.01.11l-.2.58c-.62 1.87-2.61 6.32-7.47 7.47l.18.9a9.04 9.04 0 0 0 4.44-2.27.12.12 0 0 1 .13-.02 10.63 10.63 0 0 1 5.98 7.42l.15.66a.12.12 0 0 1-.21.1 2.69 2.69 0 0 0-.45-.4 5.5 5.5 0 0 0-2.93-.78c-.94 0-1.77.2-2.27.35.7.6 1.29 1.14 1.81 1.66a14.3 14.3 0 0 1 3.51 5.19c.51 1.37.76 2.82.76 4.4 0 1.7-.3 3.26-.9 4.63l-.21.52a.12.12 0 0 1-.11.08h-.01a.12.12 0 0 1-.11-.09 5.72 5.72 0 0 0-6.15-4.04c1.16 1.8 2.84 4.45 2.84 7.72a9.4 9.4 0 0 1-2.93 6.7c-1.1 1.11-1.56 1.31-2.08 1.7a.12.12 0 0 1-.19-.14c.05-.1.08-.33.08-.46.1-3.59-1.86-6.48-5-7.44.37 1.52.8 3.22.8 5.53 0 2.46-.61 4.5-1.82 6.06a9.32 9.32 0 0 1-5.66 3.27l-.45.08h-.02a.12.12 0 0 1-.1-.06.12.12 0 0 1 0-.14 4.5 4.5 0 0 0 .39-.99c.51-1.88.53-4.16.53-4.42 0-3.2-.68-5.96-1.46-8.87-.34.27-.53.46-.8.75-1.08 1.07-1.87 2.97-2.35 5.63-.16.89-.32 2.25-.35 3.53 0 .05-.03.1-.08.11-.05.02-.1 0-.13-.03l-.38-.4c-1.63-1.65-2.99-3.6-3.56-5.87a9.7 9.7 0 0 1-.3-2.37c0-3.02 1.22-5.84 3.6-8.4v.01c-2.16.42-3.8 1.18-5.78 3.16l-.3.32a.12.12 0 0 1-.12.04.12.12 0 0 1-.09-.1c-.13-.63-.25-1.45-.25-2.1a6.8 6.8 0 0 1 2.1-4.93c1.3-1.3 2.3-1.73 5.37-3.01-1.94.26-2.83.43-4.6.43-2.23 0-3.76-.46-4.7-1.4-.27-.26-.54-.6-.85-1.29a6.8 6.8 0 0 1-.18-.43c-.02-.04 0-.1.03-.13a.12.12 0 0 1 .13-.02l1.13.4a7.82 7.82 0 0 0 2.71.5c1.82 0 3.3-.8 5.1-2.09.75-.54 1.38-1.07 1.88-1.56.8-.8.89-1.16.9-1.17-.04-1.05-.07-2.07-3.88-3.07a7.54 7.54 0 0 1-3.86-2.5c-.1-.1-.2-.22-.26-.26a4.24 4.24 0 0 0-2.76-.93c-.8 0-1.68.18-2.67.54-.56.2-1 .4-1.64.7l-.45.2a.12.12 0 0 1-.13-.02c-.03-.03-.05-.08-.03-.13l.14-.47a17.35 17.35 0 0 1 1.26-2.96A6.09 6.09 0 0 1 34 32.2a5.06 5.06 0 0 1 1.9-.36c1.66 0 3.15.73 3.71 1.04.04.02.07.06.07.1.03 2.68 1.58 4.55 3.75 4.55 1.02 0 1.82-.34 2.59-1.1.4-.4.73-.9 1-1.5.15-.35.27-.6.28-.79 0-.03.02-.07.05-.09a.13.13 0 0 1 .07-.02h.03c.28.09.6.26.87.5l.8-.7a5.3 5.3 0 0 0-3.7-1.39c-.5 0-.87.05-1.21.11-1 .16-2.13.44-3.22-.2a.12.12 0 0 1-.05-.07c-.01-.03 0-.06.01-.09a7.16 7.16 0 0 1 2.25-2.28zM27.88 45.33c-1.8 0-3.41-.67-4.68-1.93a7.44 7.44 0 0 1-1.78-2.46.12.12 0 0 1 .18-.15c.35.23.82.54 1.5.82a14.7 14.7 0 0 0 6.16 1.16c3 0 5.27-.9 6.56-.9 1.92 0 2.7.5 4.13 1.68.05.03.06.1.04.15a.12.12 0 0 1-.14.06c-1.17-.3-2.6-.4-3.89-.2-1.16.17-2.17.47-3.25.79-1.65.49-3.25.98-4.83.98zm15.5-8.66c-1.44 0-2.48-1.2-2.75-2.62l-.08-.45c-.01-.04 0-.08.03-.11a.12.12 0 0 1 .09-.03l.6.16c.34.1.67.15 1 .2.05 0 .1.04.1.09.06.27.1.49.3.69a1.14 1.14 0 0 0 1.95-.74l.01-.2c0-.06.05-.11.11-.11.8-.05.95-.02 1.62.02.03 0 .07.02.09.05.02.03.03.06.02.1-.18.68-.36 1.42-1.06 2.12-.74.73-1.44.83-2.04.83zm6.8 20.8.26-.03c.66-.1 1.33-.23 1.98-.4a7.14 7.14 0 0 0 5.32-5.25 9.65 9.65 0 0 0 .27-2.87.12.12 0 0 1 .12-.13c.04 0 .08.03.1.06a7.36 7.36 0 0 1 .82 2.72c.05.48.07 1 .07 1.62v.13c0 .6 0 1.18-.05 1.83l-.02.28.2-.21c.55-.6 1.15-1.3 1.76-2.27a10.48 10.48 0 0 0 1.37-8.15 9.5 9.5 0 0 0-1.48-3.12c-.43-.62-.87-1.15-1.38-1.67l-.47 1.48c.34.4.59.76.8 1.07.61.9 1 1.73 1.22 2.6a9.66 9.66 0 0 1 .05 4.2 15.93 15.93 0 0 1-.67 2.18.12.12 0 0 1-.1.08h-.03a.12.12 0 0 1-.1-.11c0-.01-.03-.7-.1-1.05l-.02-.17c-.06-.32-.1-.65-.2-.92-.3-.97-.78-1.8-1.43-2.46-.41-.4-.9-.76-1.43-1.04-.32-.16-.62-.3-.95-.4l.23.95c.27 1.16.4 2.11.4 3 0 1.43-.33 2.64-1 3.7-.22.36-.49.7-.79 1l-.03.03a8.3 8.3 0 0 1-1.6 1.3.12.12 0 0 1-.16-.17c.15-.25.28-.53.4-.8.18-.35.28-.73.36-1 .76-2.68-.5-4.34-1.5-5.35a9.83 9.83 0 0 0-.24-.23l-.05.9c-.1 1.34-.34 2.87-1.5 4.02-.13.14-.34.35-.6.56-.21.18-.46.38-.79.59a.12.12 0 0 1-.14-.02.12.12 0 0 1-.03-.14l.12-.23a4.45 4.45 0 0 0 .61-2.1 4.03 4.03 0 0 0-.34-1.61l-1.2.65.06.23a3.07 3.07 0 0 1-.37 2.5c-.22.34-.5.68-.87 1.06-.33.33-.68.64-.99.91l-.41.38h.26c.62-.01 1.45-.04 2.33-.2a6.02 6.02 0 0 0 3.32-1.63c.34-.33.64-.73.9-1.17a.12.12 0 0 1 .13-.05c.06.01.1.07.09.12-.05.47-.16.95-.36 1.45a9.5 9.5 0 0 1-1.01 1.84c-.27.4-.58.84-.97 1.32l-.16.2zm-.06-14.25c.18-.05.35-.1.52-.17h-.06c-1.13 0-1.85-.66-2.55-1.3-.65-.59-1.27-1.15-2.2-1.15-.14 0-.26 0-.39.03.73.16 1.04.47 1.43.87l.09.08.41.44.4.41c.51.51.94.88 1.73.88.2 0 .4-.03.62-.09zm9.31-8.27c1-.23 1.9-.76 2.72-1.57a6.46 6.46 0 0 0 1.43-1.92c-2.21.37-4.23 2.18-4.6 2.53l.45.96zM49.31 79.43a9.34 9.34 0 0 0 6.99-6.32c1.01-3.15.36-6.28.27-7a.23.23 0 0 1 .37-.21c.24.19.4.37.62.6a6.58 6.58 0 0 1 1.49 4.48c0 .99-.09 1.89-.27 2.74.89-.37 2.66-1.42 4.07-2.83a10.85 10.85 0 0 0 3.34-7.53c.03-2.8-.87-4.4-1.63-5.9a.23.23 0 0 1 .3-.32c1.46.62 2.38 1.94 2.95 3.45.23.63.4 1.21.53 1.84a12.78 12.78 0 0 0 2.45-7.92c0-3.78-1.33-7.38-4.1-9.82a5.15 5.15 0 0 0-.28-.23.23.23 0 0 1 .15-.42 5.1 5.1 0 0 1 3.08 1.46c.48.48.9 1.08 1.35 1.93-.1-5.64-1.73-9.6-6.68-12.16a.23.23 0 0 1-.12-.17.24.24 0 0 1 .05-.2 14.9 14.9 0 0 0 3.16-6.45 7.44 7.44 0 0 0-1.64-.18c-1.5 0-3.17.42-4.95 1.25-.1.05-.21.02-.28-.06a.23.23 0 0 1-.04-.24l5.38-13.26a3.34 3.34 0 0 0-3.08 2.25c-.18.64-.08 1.38.25 1.98a.23.23 0 0 1-.37.28 2.44 2.44 0 0 0-1.8-.79 2.4 2.4 0 0 0-2.35 1.8c-.34 1.53.33 2.76 1.52 3.16.53.15.68.17 1.23.08.09-.02.18.03.23.1.05.07.05.17 0 .25-1 1.69-2.11 2.73-4.53 2.73-2.24 0-3.8-2.15-4.93-4.03a.23.23 0 0 1 .3-.33c.28.14 1.08.49 1.5.49a2.49 2.49 0 0 0 2.47-2.5c0-1.4-1.1-2.52-2.46-2.52-.44 0-.88.12-1.25.35a.23.23 0 0 1-.3-.36c.5-.48.78-1.17.78-1.84 0-1.38-1.1-2.5-2.45-2.5a2.49 2.49 0 0 0-2.46 2.5c0 .69.27 1.33.75 1.8a.23.23 0 0 1-.28.38 2.49 2.49 0 0 0-3.7 2.18 2.49 2.49 0 0 0 3.93 2.04.23.23 0 0 1 .34.3c-1.2 2.01-2.71 4.06-4.91 4.06-2.45 0-3.6-1.1-4.59-2.75a.23.23 0 0 1 .24-.35c.55.09.7.07 1.22-.08 1.2-.4 1.87-1.63 1.53-3.15a2.4 2.4 0 0 0-3.04-1.71c-.42.12-.8.36-1.1.68a.23.23 0 0 1-.38-.27c.33-.6.43-1.34.25-1.98a3.35 3.35 0 0 0-3.08-2.25l5.77 14.18c.04.09.02.18-.04.25-.25.27-.72.77-1.04 1.33a.23.23 0 0 1-.3.09 8.73 8.73 0 0 0-3.84-.99 6.07 6.07 0 0 0-4.38 1.84c-1.43 1.43-2.52 3.82-3.24 7.1-.1.43-.17.82-.23 1.14.5-.38.92-.67 1.3-.93.44-.3.86-.53 1.43-.83 1-.51 2.47-1.12 3.8-1.12.83 0 1.6.24 2.11.67.03.02.09.08.17.18.47.53 1.89 2.15 4.38 2.8 2.72.72 2.99 1.21 3.06 1.78 0 .05 0 .1-.04.15a6 6 0 0 1-1.6 1.59.23.23 0 0 1-.33-.06 7.59 7.59 0 0 0-6.59-3.95c-1.74 0-3 .8-6.41.8a14.72 14.72 0 0 1-9.96-3.56c.85 1.9 1.97 4.45 3.54 5.82a7.42 7.42 0 0 0 4.95 1.88c3.3 0 6.56-1.93 9.78-1.93 2.1 0 3.23.7 4.14 1.26a.23.23 0 0 1 .01.39c-1.35.94-2.65 1.75-4.29 1.75-1.26 0-3.4-.65-5-1.27-.02 1.19-.04 2.57 1.3 3.95.48.5 1.09.88 1.8 1.15.7.27 1.56.42 2.62.48.1 0 .18.07.21.15.03.1 0 .2-.06.25-.46.43-.87.8-1.27 1.3a7.55 7.55 0 0 0-1.76 4.86c0 1 .14 2.1.96 4.28l.64-.77c.17-.2 1.1-1.25 2.35-2.16.08-.06.2-.05.28.01.09.07.1.19.06.28a12.1 12.1 0 0 0-1.33 5.42c0 3.7 1.84 7.11 5.47 10.16l.9.78.01-1.2c0-2.55.45-6.3 1.72-8.56.1-.18.37-.15.43.05.15.6.32 1.46.46 2.35.54 3.5.61 7.67-1.2 10.7 1.03 0 2.04-.1 3.22-.37z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 566.93 93.75" xml:space="preserve"><path fill="#FFF" d="M264.59 54.66H240.8l11.89-31 11.89 31zm111.16 35.17h37.5V3.8H381v45.34L347.07 3.8h-40.81v70.15L279.18 3.8h-52.34l-19.62 50.86h-31.97c-1.6 10.17-7.48 15.56-17.77 15.56-11.9 0-18.51-9.19-18.51-23.4 0-14.22 6.75-23.29 18.5-23.29 9.7 0 15.94 5.15 17.29 13.49h35.42v-2.34c0-19-16.43-34.68-52.33-34.68-38.73 0-53.44 19.36-53.44 46.82 0 .63.02 1.25.03 1.87-4.85-5.9-14.18-9.35-29.56-11.56l-22.43-3.19c-8.45-1.22-13.72-2.2-13.72-6.36 0-3.56 3.3-7.36 12.5-7.36 10.17 0 15.81 3.93 15.81 10.3h36.03v-1.84C103.07 11.52 85.9.24 52.2.24 17.53.24 2.33 12.87 2.33 30.64c0 13.85 9.06 21.94 30.39 24.88l25.37 3.55c9.06 1.23 12 3.06 12 6.86 0 4.9-4.65 7.6-15.07 7.6-11.76 0-17.15-5.02-17.15-12H0v1.96c0 19.1 18.01 30.14 53.43 30.14 32.73 0 51.7-7.23 54.82-25.5 6.54 15.68 21.94 25.62 49.6 25.62 20.97 0 32.74-5.71 39.8-14.32l-4.01 10.4h33.7l4.77-12.38h41.18l4.78 12.38h60.42V40.32l37.26 49.5zm143.38-35.17h-23.77l11.88-31 11.89 31zm47.8 35.17L533.72 3.8h-52.34L454.3 73.95V3.79h-32.97v86.04h60.54l4.77-12.37h41.19l4.78 12.37h34.32z"/></svg>
@@ -1 +1 @@
1
- import{r as t,h as s}from"./p-2049fab2.js";const e=class{constructor(s){t(this,s),this.value="",this.hidden=!1,this.size="lg",this.shape="",this.text=""}watchProps(){this.checkProps()}componentWillLoad(){this.checkProps()}checkProps(){const t=parseInt(this.value);Number.isNaN(t)||"sm"===this.size?""!==this.value&&"sm"!==this.size&&console.warn("The provided value is either empty or string, please provide value as number."):(this.shape=this.value.toString().length>=2?"pill":"",this.size="lg",this.text=t.toString().length>=3?"99+":t.toString())}render(){return s("host",{key:"edf6347da9742ae8353a33fa1613c0dd9170357b",class:`tds-badge tds-badge-${this.size} ${"pill"===this.shape?"tds-badge-pill":""} ${this.hidden?"tds-badge-hidden":""}`},s("div",{key:"223c0b81e4de5e790daa011481bc45d7565e5cfc",class:"tds-badge-text"},this.text))}static get watchers(){return{value:["watchProps"],size:["watchProps"]}}};e.style=":host{--tds-badge-background-color:var(--tds-negative);--tds-badge-color-text:var(--tds-white);box-sizing:border-box;display:block}:host *{box-sizing:border-box}.tds-badge{display:block;border-radius:12px;background-color:var(--tds-badge-background-color);text-align:center}.tds-badge.tds-badge-sm{height:8px;width:8px;line-height:8px}.tds-badge.tds-badge-lg{height:20px;line-height:20px;width:20px}.tds-badge.tds-badge-pill{display:inline-block;width:unset;padding-left:8px;padding-right:8px}.tds-badge.tds-badge-hidden{display:none}.tds-badge-text{font-family:var(--tds-font-family-semi-condensed-bold);font-size:12px;color:var(--tds-badge-color-text);font-weight:bold}";export{e as tds_badge}
1
+ import{r as t,h as s}from"./p-2049fab2.js";const e=class{constructor(s){t(this,s),this.value="",this.hidden=!1,this.size="lg",this.shape="",this.text=""}watchProps(){this.checkProps()}componentWillLoad(){this.checkProps()}checkProps(){const t=parseInt(this.value);Number.isNaN(t)||"sm"===this.size?""!==this.value&&"sm"!==this.size&&console.warn("The provided value is either empty or string, please provide value as number."):(this.shape=this.value.toString().length>=2?"pill":"",this.size="lg",this.text=t.toString().length>=3?"99+":t.toString())}render(){return s("host",{key:"edf6347da9742ae8353a33fa1613c0dd9170357b",class:`tds-badge tds-badge-${this.size} ${"pill"===this.shape?"tds-badge-pill":""} ${this.hidden?"tds-badge-hidden":""}`},s("div",{key:"223c0b81e4de5e790daa011481bc45d7565e5cfc",class:"tds-badge-text"},this.text))}static get watchers(){return{value:["watchProps"],size:["watchProps"]}}};e.style=":host{--tds-badge-background-color:var(--tds-negative);--tds-badge-color-text:var(--tds-white);box-sizing:border-box;display:block}:host *{box-sizing:border-box}.tds-badge{display:block;border-radius:12px;background-color:var(--tds-badge-background-color);text-align:center}.tds-badge.tds-badge-sm{height:8px;width:8px;line-height:8px}.tds-badge.tds-badge-lg{height:20px;line-height:20px;width:20px}.tds-badge.tds-badge-pill{display:inline-block;width:unset;padding-left:8px;padding-right:8px}.tds-badge.tds-badge-hidden{display:none}.tds-badge-text{font-size:12px;color:var(--tds-badge-color-text);font-weight:bold}";export{e as tds_badge}
@@ -0,0 +1 @@
1
+ import{r as a,h as i,H as c}from"./p-2049fab2.js";const e=class{constructor(c){a(this,c),this.setIcons=()=>this.arrayOfIcons.map((a=>{if(a.name===this.name)return i("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32","aria-labelledby":this.svgTitle?`title-${this.name}`:void 0,"aria-describedby":this.svgDescription?`desc-${this.name}`:void 0,role:"img",style:{fontSize:this.size},height:this.size,width:this.size},this.svgTitle&&i("title",{id:`title-${this.name}`},this.svgTitle),this.svgDescription&&i("desc",{id:`desc-${this.name}`},this.svgDescription),i("path",{fill:"currentColor",d:a.definition}))})),this.name="truck",this.size="16px",this.svgTitle=void 0,this.svgDescription=void 0,this.icons_object='[{"name":"arrow_diagonal","definition":"M24.444 22.143a1 1 0 1 0 2 0V8.156a2.6 2.6 0 0 0-2.6-2.6H9.857a1 1 0 1 0 0 2H23.03L5.85 24.736a1 1 0 0 0 1.413 1.415l17.18-17.18v13.172Z","viewbox":"0 0 32 32"},{"name":"arrow_down","definition":"M17 2.974a1 1 0 0 0-2 0v24.3l-9.312-9.312a1 1 0 0 0-1.414 1.414l9.887 9.888a2.6 2.6 0 0 0 3.677 0l9.888-9.888a1 1 0 0 0-1.414-1.414L17 27.274v-24.3Z","viewbox":"0 0 32 32"},{"name":"arrow_left","definition":"M14.046 5.685a1 1 0 0 0-1.414-1.415l-9.9 9.9a2.6 2.6 0 0 0 0 3.678l9.9 9.9a1 1 0 1 0 1.415-1.415L4.722 17.01h24.306a1 1 0 0 0 0-2H4.722l9.325-9.324Z","viewbox":"0 0 32 32"},{"name":"arrow_right","definition":"M17.958 26.314a1 1 0 1 0 1.415 1.414l9.89-9.89a2.6 2.6 0 0 0 0-3.676l-9.89-9.89a1 1 0 1 0-1.415 1.414L27.273 15H2.976a1 1 0 1 0 0 2h24.296l-9.314 9.314Z","viewbox":"0 0 32 32"},{"name":"arrow_up","definition":"M16 30.03a1 1 0 0 1-1-1V3.64a1 1 0 1 1 2 0v25.39a1 1 0 0 1-1 1ZM27.732 14.042a1 1 0 0 1-1.414 0l-9.894-9.893a.6.6 0 0 0-.848 0l-9.894 9.893a1 1 0 1 1-1.414-1.414l9.894-9.894a2.6 2.6 0 0 1 3.676 0l9.894 9.894a1 1 0 0 1 0 1.414Z","viewbox":"0 0 32 32"},{"name":"back","definition":"M13.046 3.682a1 1 0 0 0-1.414-1.414l-8.885 8.884a2.6 2.6 0 0 0 0 3.677l8.885 8.885a1 1 0 0 0 1.414-1.414l-8.35-8.35H27.95v15.093a1 1 0 1 0 2 0V12.95a1 1 0 0 0-1-1H4.778l8.268-8.268Z","viewbox":"0 0 32 32"},{"name":"bento","definition":"M3.98 5.978a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM3.98 16a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm0 10.02a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM14 5.978a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM14 16a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm0 10.02a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM24.019 5.978a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm0 10.022a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm0 10.02a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z","viewbox":"0 0 32 32"},{"name":"burger","definition":"M3.97 6.998a1 1 0 0 1 1-1h22.05a1 1 0 0 1 0 2H4.97a1 1 0 0 1-1-1Zm0 8.984a1 1 0 0 1 1-1h22.05a1 1 0 0 1 0 2H4.97a1 1 0 0 1-1-1Zm0 8.984a1 1 0 0 1 1-1h22.05a1 1 0 0 1 0 2H4.97a1 1 0 0 1-1-1Z","viewbox":"0 0 32 32"},{"name":"calendar_inactive","definition":"M30 25.5V10c0-2.2-1.8-4-4-4h-2V3c0-.6-.4-1-1-1s-1 .4-1 1v3H10.5l2 2H26c1.1 0 2 .9 2 2v2H16.5l2 2H28v9.5l2 2zM10 14H4v12c0 1.1.9 2 2 2h18l2 2H6c-2.2 0-4-1.8-4-4V10c0-1.1.5-2.1 1.2-2.8l1.4 1.4c-.4.3-.6.8-.6 1.4v2h4l2 2zM8 3.5l2 2V3c0-.6-.4-1-1-1s-1 .4-1 1v.5zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"calendar","definition":"M26 6h-2V3c0-.5-.5-1-1-1s-1 .5-1 1v3H10V3c0-.5-.5-1-1-1s-1 .4-1 1v3H6c-2.2 0-4 1.8-4 4v16c0 2.2 1.8 4 4 4h20c2.2 0 4-1.8 4-4V10c0-2.2-1.8-4-4-4zM4 10c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v2H4v-2zm24 16c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V14h24v12z","viewbox":"0 0 32 32"},{"name":"card","definition":"M2.5 8c0-1.1.9-2 2-2h24a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2h-24a2 2 0 0 1-2-2V8Zm26 0h-24v3h24V8Zm0 5h-24v11h24V13Zm-22 8c0-.6.4-1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1Z","viewbox":"0 0 33 32"},{"name":"cart","definition":"M10.6 20.3c.2 1 1 1.7 2 1.7h11.6c1 0 1.8-.7 2-1.6l1.8-8.5c.3-1.2-.7-2.4-2-2.4H12.1c-.6 0-1-.4-1-1s.5-1 1-1h13.8c2.6 0 4.5 2.3 4 4.8l-1.8 8.5c-.4 1.9-2 3.2-4 3.2H12.6c-2 0-3.6-1.4-4-3.3l-2.7-15c-.2-1-1-1.7-2-1.7H3c-.5 0-1-.4-1-1s.5-1 1-1h.9c2 0 3.6 1.4 4 3.3l2.7 15zm2 7.7c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2zm8.1 0c0 1.1.9 2 2 2s2-.9 2-2-.9-2-2-2-2 .9-2 2z","viewbox":"0 0 32 32"},{"name":"chevron_down","definition":"M4.273 9.783a1 1 0 0 1 1.415 0l9.888 9.888a.6.6 0 0 0 .848 0l9.888-9.888a1 1 0 1 1 1.415 1.414l-9.889 9.889a2.6 2.6 0 0 1-3.677 0l-9.888-9.889a1 1 0 0 1 0-1.414Z","viewbox":"0 0 32 32"},{"name":"chevron_left","definition":"M22.217 4.273a1 1 0 0 1 0 1.415l-9.888 9.888a.6.6 0 0 0 0 .848l9.888 9.888a1 1 0 0 1-1.414 1.415l-9.889-9.889a2.6 2.6 0 0 1 0-3.677l9.889-9.888a1 1 0 0 1 1.414 0Z","viewbox":"0 0 32 32"},{"name":"chevron_right","definition":"M9.783 27.727a1 1 0 0 1 0-1.415l9.888-9.888a.6.6 0 0 0 0-.848L9.783 5.688a1 1 0 0 1 1.414-1.415l9.889 9.889a2.6 2.6 0 0 1 0 3.676l-9.889 9.889a1 1 0 0 1-1.414 0Z","viewbox":"0 0 32 32"},{"name":"chevron_up","definition":"M27.727 22.217a1 1 0 0 1-1.415 0l-9.888-9.888a.6.6 0 0 0-.848 0l-9.888 9.888a1 1 0 1 1-1.415-1.414l9.889-9.889a2.6 2.6 0 0 1 3.676 0l9.889 9.889a1 1 0 0 1 0 1.414Z","viewbox":"0 0 32 32"},{"name":"clock_inactive","definition":"M27.8 23.5c1.4-2.2 2.2-4.8 2.2-7.5 0-7.7-6.3-14-14-14-2.8 0-5.4.8-7.5 2.2L10 5.7C11.7 4.6 13.8 4 16 4c6.6 0 12 5.4 12 12 0 2.2-.6 4.3-1.7 6.1l1.5 1.4zM5.7 9.9C4.6 11.7 4 13.8 4 16c0 6.6 5.4 12 12 12 2.2 0 4.3-.6 6.1-1.7l1.5 1.5C21.4 29.2 18.8 30 16 30 8.3 30 2 23.7 2 16c0-2.8.8-5.4 2.2-7.5l1.5 1.4zM21.2 17H23c.6 0 1-.4 1-1s-.4-1-1-1h-3.8l2 2zM17 12.8V7c0-.6-.4-1-1-1s-1 .4-1 1v3.8l2 2zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"clock","definition":"M17 7c0-.6-.4-1-1-1s-1 .4-1 1v8c0 1.1.9 2 2 2h6c.6 0 1-.4 1-1s-.4-1-1-1h-6V7zm-1-5C8.3 2 2 8.3 2 16s6.3 14 14 14 14-6.3 14-14S23.7 2 16 2zM4 16C4 9.4 9.4 4 16 4s12 5.4 12 12-5.4 12-12 12S4 22.6 4 16z","viewbox":"0 0 32 32"},{"name":"contact_inactive","definition":"M28 23.8V4c0-1.1-.9-2-2-2H6.2l2 2H26v17.8l2 2zM6 10.2V28h17.8l2 2H6c-1.1 0-2-.9-2-2V8.2l2 2zm12.9 4.5C19.6 14 20 13 20 12c0-2.2-1.8-4-4-4-1 0-2 .4-2.7 1.1l1.4 1.4c.3-.3.8-.5 1.3-.5 1.1 0 2 .9 2 2 0 .5-.2.9-.5 1.3l1.4 1.4zM13.8 18H13c-2.2 0-4 1.8-4 4v1c0 .6.4 1 1 1s1-.4 1-1v-1c0-1.1.9-2 2-2h2.8l-2-2zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4s-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"contact","definition":"M4 4a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4Zm22 0H6v24h20V4ZM16 10a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-4 2a4 4 0 1 1 8 0 4 4 0 0 1-8 0Zm1 8a2 2 0 0 0-2 2v1a1 1 0 1 1-2 0v-1a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v1a1 1 0 1 1-2 0v-1a2 2 0 0 0-2-2h-6Z","viewbox":"0 0 32 32"},{"name":"copy","definition":"M18.72 6.194a2.2 2.2 0 0 0-2.2-2.2H6.203a2.2 2.2 0 0 0-2.2 2.2v12.88a2.2 2.2 0 0 0 2.2 2.2H16.52a2.2 2.2 0 0 0 2.2-2.2V6.195Zm-2.2-4.2a4.2 4.2 0 0 1 4.2 4.2v2.53h5.076a4.2 4.2 0 0 1 4.2 4.2v12.884a4.2 4.2 0 0 1-4.2 4.2H14.487a4.2 4.2 0 0 1-4.2-4.2v-2.533H6.203a4.2 4.2 0 0 1-4.2-4.2V6.194a4.2 4.2 0 0 1 4.2-4.2H16.52Zm-4.233 21.28v2.534a2.2 2.2 0 0 0 2.2 2.2h11.31a2.2 2.2 0 0 0 2.2-2.2V12.925a2.2 2.2 0 0 0-2.2-2.2H20.72v8.35a4.2 4.2 0 0 1-4.2 4.2h-4.233Z","viewbox":"0 0 32 32"},{"name":"cross","definition":"M4.793 4.293a1 1 0 0 1 1.414 0L16.5 14.586 26.793 4.293a1 1 0 1 1 1.414 1.414L17.914 16l10.293 10.293a1 1 0 0 1-1.414 1.414L16.5 17.414 6.207 27.707a1 1 0 0 1-1.414-1.414L15.086 16 4.793 5.707a1 1 0 0 1 0-1.414Z","viewbox":"0 0 33 32"},{"name":"dashboard","definition":"M4.5 6c0-1.1.9-2 2-2h7a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2V6Zm9 0h-7v11h7V6Zm4 0c0-1.1.9-2 2-2h7a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2V6Zm9 0h-7v6h7V6Zm-9 12c0-1.1.9-2 2-2h7a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2v-8Zm9 0h-7v8h7v-8Zm-22 5c0-1.1.9-2 2-2h7a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2h-7a2 2 0 0 1-2-2v-3Zm9 0h-7v3h7v-3Z","viewbox":"0 0 33 32"},{"name":"document_check","definition":"M6 4a2 2 0 0 1 2-2h7.586A2 2 0 0 1 17 2.586L25.415 11A2 2 0 0 1 26 12.414V28a2 2 0 0 1-2 2h-7a1 1 0 1 1 0-2h7V13h-7a2 2 0 0 1-2-2V4H8v13a1 1 0 1 1-2 0V4Zm11 1.414V11h5.586l-5.585-5.586ZM16.434 17.808a1 1 0 0 1 0 1.414L7.95 27.707a1 1 0 0 1-1.414 0l-4.242-4.243a1 1 0 0 1 1.414-1.414l3.535 3.536 7.778-7.778a1 1 0 0 1 1.414 0Z","viewbox":"0 0 32 32"},{"name":"document_doc","definition":"M10 4c0-1.1.9-2 2-2h7.59c.53 0 1.04.21 1.41.59L29.41 11c.38.38.59.88.59 1.41V28c0 1.1-.9 2-2 2h-1c-.55 0-1-.45-1-1s.45-1 1-1h1V13h-7c-1.1 0-2-.9-2-2V4h-7v14c0 .55-.45 1-1 1s-1-.45-1-1V4Zm11 1.41V11h5.59L21 5.41ZM5.22 21.48c.8 0 1.48.18 2.04.53.57.35.99.85 1.27 1.49.29.64.43 1.39.43 2.24s-.14 1.59-.43 2.23c-.28.64-.7 1.14-1.27 1.5-.56.35-1.24.53-2.04.53H2v-8.52h3.22Zm1.97 3.9c0-.8-.17-1.43-.5-1.88-.34-.46-.82-.7-1.46-.7H3.71v5.88h1.52c.64 0 1.13-.23 1.46-.68.34-.46.5-1.1.5-1.9v-.72Zm6.25 4.8c-1.22 0-2.17-.4-2.83-1.19-.66-.79-.98-1.88-.98-3.25s.33-2.46.98-3.25c.66-.79 1.61-1.19 2.83-1.19s2.18.4 2.83 1.19c.66.79 1 1.88 1 3.25s-.33 2.46-1 3.25c-.66.79-1.6 1.19-2.83 1.19Zm0-1.32c.68 0 1.19-.25 1.54-.74.34-.5.52-1.18.52-2.02v-.72c0-.85-.17-1.52-.52-2.02s-.86-.74-1.54-.74-1.18.25-1.52.76c-.34.5-.52 1.16-.52 2v.72c0 .84.17 1.51.52 2.02.34.5.85.74 1.52.74Zm8.29 1.32c-1.23 0-2.18-.4-2.83-1.19-.66-.8-.98-1.88-.98-3.25 0-.9.14-1.68.43-2.34.3-.67.73-1.19 1.3-1.55.57-.37 1.26-.55 2.09-.55 1.08 0 1.94.29 2.59.88.66.58 1.03 1.36 1.13 2.36h-1.74c-.1-.61-.32-1.08-.65-1.4-.33-.34-.77-.5-1.33-.5-.66 0-1.17.25-1.52.74-.34.5-.52 1.17-.52 2.02v.7c0 .85.17 1.52.52 2.02s.86.74 1.52.74c.58 0 1.03-.18 1.37-.54.34-.36.55-.86.64-1.51h1.73c-.07 1.05-.44 1.88-1.09 2.48-.66.6-1.54.9-2.64.9Z","viewbox":"0 0 32 32"},{"name":"document_eye","definition":"M6 4c0-1.1.9-2 2-2h7.6c.5 0 1 .2 1.4.6l8.4 8.4c.4.4.6.9.6 1.4V28c0 1.1-.9 2-2 2h-6c-.6 0-1-.4-1-1s.4-1 1-1h6V13h-7c-1.1 0-2-.9-2-2V4H8v9c0 .6-.4 1-1 1s-1-.4-1-1V4zm11 1.4V11h5.6L17 5.4zm.8 17.6c.3-.5.3-1.2.1-1.8-1.4-3-4.3-5.2-7.8-5.2s-6.4 2.1-7.8 5c-.3.5-.3 1.2-.1 1.8 1.4 3 4.3 5.2 7.8 5.2s6.4-2.1 7.8-5zm-12.7.7c-.5-.5-.8-1.1-1.1-1.7 1.1-2.4 3.4-4 6-4 2 0 3.7.9 4.9 2.3.4.5.8 1.1 1.1 1.7-1.1 2.4-3.4 4-6 4-2 0-3.7-.9-4.9-2.3zM12 22c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2z","viewbox":"0 0 32 32"},{"name":"document_pdf","definition":"M10 4c0-1.1.9-2 2-2h7.59c.53 0 1.04.21 1.41.59L29.41 11c.38.38.59.88.59 1.41V28a2 2 0 0 1-2 2h-3c-.55 0-1-.45-1-1s.45-1 1-1h3V13h-7a2 2 0 0 1-2-2V4h-7v14c0 .55-.45 1-1 1s-1-.45-1-1V4Zm11 1.41V11h5.59L21 5.41ZM5.98 21.48c.51 0 .97.12 1.38.35.41.23.72.56.95.97.23.42.35.89.35 1.42s-.12 1-.35 1.42c-.22.42-.54.74-.95.97s-.87.35-1.38.35H3.69v3.05H2v-8.52h3.98Zm.97 2.62c0-.42-.12-.74-.37-.96a1.41 1.41 0 0 0-.97-.34H3.69v2.83h1.92c.39 0 .71-.11.96-.34.26-.22.38-.54.38-.96v-.24Zm5.93-2.62c.8 0 1.48.18 2.04.53.57.35.99.85 1.27 1.49.29.64.43 1.39.43 2.24s-.14 1.59-.43 2.23c-.28.64-.7 1.14-1.27 1.5-.56.35-1.24.53-2.04.53H9.66v-8.52h3.22Zm1.97 3.9c0-.8-.17-1.43-.5-1.88a1.7 1.7 0 0 0-1.46-.7h-1.52v5.88h1.52a1.7 1.7 0 0 0 1.46-.68c.34-.46.5-1.1.5-1.9v-.72Zm4.56-2.58v2.27h3.89v1.33h-3.89V30h-1.69v-8.52h5.81v1.32h-4.12Z","viewbox":"0 0 32 32"},{"name":"document_ppt","definition":"M10 4c0-1.1.9-2 2-2h7.59c.53 0 1.04.21 1.41.59L29.41 11c.38.38.59.88.59 1.41V28a2 2 0 0 1-2 2h-3c-.55 0-1-.45-1-1s.45-1 1-1h3V13h-7a2 2 0 0 1-2-2V4h-7v14c0 .55-.45 1-1 1s-1-.45-1-1V4Zm11 1.41V11h5.59L21 5.41ZM5.98 21.48c.51 0 .97.12 1.38.35.41.23.72.56.95.97.23.42.35.89.35 1.42s-.12 1-.35 1.42c-.22.42-.54.74-.95.97s-.87.35-1.38.35H3.69v3.05H2v-8.52h3.98Zm.97 2.62c0-.42-.12-.74-.37-.96a1.41 1.41 0 0 0-.97-.34H3.69v2.83h1.92c.39 0 .71-.11.96-.34.26-.22.38-.54.38-.96v-.24Zm6.7-2.62c.51 0 .97.12 1.38.35.41.23.72.56.95.97.23.42.35.89.35 1.42s-.12 1-.35 1.42c-.22.42-.54.74-.95.97s-.87.35-1.38.35h-2.29v3.05H9.67v-8.52h3.98Zm.97 2.62c0-.42-.12-.74-.37-.96a1.41 1.41 0 0 0-.97-.34h-1.92v2.83h1.92c.39 0 .71-.11.96-.34.26-.22.38-.54.38-.96v-.24Zm4.48-1.3h-2.4v-1.32h6.52v1.32H20.8V30h-1.69v-7.2Z","viewbox":"0 0 32 32"},{"name":"document_tool","definition":"M6 4a2 2 0 0 1 2-2h7.586A2 2 0 0 1 17 2.586L25.414 11A2 2 0 0 1 26 12.414V28a2 2 0 0 1-2 2h-6a1 1 0 1 1 0-2h6V13h-7a2 2 0 0 1-2-2V4H8v8a1 1 0 1 1-2 0V4Zm11 1.414V11h5.586L17 5.414ZM7.416 16.098a6.004 6.004 0 0 1 6.434-1.343 1 1 0 0 1 .342 1.638l-2.533 2.534a1 1 0 0 0 1.414 1.414l2.534-2.533a1 1 0 0 1 1.638.342 6.003 6.003 0 0 1-1.343 6.434 5.998 5.998 0 0 1-5.797 1.553l-2.984 2.984A3 3 0 0 1 2.88 24.88l2.983-2.984a5.997 5.997 0 0 1 1.554-5.797Zm3.992.252a4.001 4.001 0 0 0-3.473 5.454 1 1 0 0 1-.225 1.071l-3.417 3.418a1 1 0 0 0 1.414 1.414l3.417-3.417a1 1 0 0 1 1.072-.224 4.001 4.001 0 0 0 5.454-3.473l-1.163 1.162a3 3 0 0 1-4.242-4.242l1.163-1.163Z","viewbox":"0 0 32 32"},{"name":"document_wrong","definition":"M14.192 17.808a1 1 0 0 1 0 1.414l-3.535 3.535 3.535 3.536a1 1 0 0 1-1.414 1.414l-3.535-3.535-3.536 3.535a1 1 0 1 1-1.414-1.414l3.535-3.536-3.535-3.535a1 1 0 1 1 1.414-1.414l3.536 3.535 3.535-3.535a1 1 0 0 1 1.414 0ZM6 4a2 2 0 0 1 2-2h7.586A2 2 0 0 1 17 2.586L25.414 11A2 2 0 0 1 26 12.414V28a2 2 0 0 1-2 2h-7a1 1 0 1 1 0-2h7V13h-7a2 2 0 0 1-2-2V4H8v11.043a1 1 0 0 1-2 0V4Zm11 1.414V11h5.586L17 5.414Z","viewbox":"0 0 32 32"},{"name":"document_xls","definition":"M10 4c0-1.1.9-2 2-2h7.59c.53 0 1.04.21 1.41.59L29.41 11c.38.38.59.88.59 1.41V28c0 1.1-.9 2-2 2h-3c-.55 0-1-.45-1-1s.45-1 1-1h3V13h-7c-1.1 0-2-.9-2-2V4h-7v14c0 .55-.45 1-1 1s-1-.45-1-1V4Zm11 1.41V11h5.59L21 5.41ZM7.32 30l-1.79-3.22L3.74 30H2l2.52-4.44-2.41-4.08h1.78l1.67 2.9 1.64-2.9h1.78l-2.42 4.08L9.08 30H7.33Zm2.64-8.52h1.69v7.2h3.71V30h-5.4v-8.52Zm9.44 8.7c-1.18 0-2.06-.26-2.64-.78-.58-.53-.86-1.23-.86-2.11h1.74c.02.48.18.87.48 1.16.3.3.75.44 1.33.44.48 0 .85-.1 1.12-.3.27-.2.41-.48.41-.84v-.12c0-.29-.09-.51-.28-.67-.18-.17-.46-.31-.85-.42l-1.57-.44c-.79-.23-1.36-.52-1.7-.86-.34-.34-.52-.83-.52-1.46 0-.49.12-.92.37-1.28.25-.38.6-.67 1.07-.88.47-.21 1.03-.31 1.67-.31.75 0 1.37.12 1.86.35.5.22.86.53 1.09.92.24.38.36.81.37 1.28h-1.74c-.03-.37-.19-.67-.47-.91-.27-.24-.66-.36-1.18-.36-.42 0-.74.1-.98.3-.24.19-.36.43-.36.72v.12c0 .26.09.46.26.61.18.15.45.28.82.38l1.49.42c.83.24 1.43.54 1.8.9.37.36.55.88.55 1.56 0 .8-.29 1.43-.86 1.9-.57.46-1.37.68-2.41.68Z","viewbox":"0 0 32 32"},{"name":"document","definition":"M6 4a2 2 0 0 1 2-2h7.586A2 2 0 0 1 17 2.586L25.414 11A2 2 0 0 1 26 12.414V28a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4Zm9 0H8v24h16V13h-7a2 2 0 0 1-2-2V4Zm2 1.414V11h5.586L17 5.414Z","viewbox":"0 0 32 32"},{"name":"dollar","definition":"M16.5 2a1 1 0 0 1 1 1v2.075a8.727 8.727 0 0 1 3.712 1.36c1.283.851 2.254 2.039 2.575 3.322a1 1 0 1 1-1.94.486c-.167-.668-.744-1.48-1.74-2.141C19.127 7.452 17.814 7 16.31 7c-2.77 0-4.335.691-5.195 1.455-.856.76-1.128 1.692-1.128 2.423 0 .636.165 1.09.42 1.444.264.368.67.69 1.24.978 1.154.58 2.725.9 4.497 1.26l.115.024c1.732.352 3.662.752 5.147 1.572.762.42 1.454.974 1.954 1.732.505.766.773 1.68.773 2.746 0 2.305-1.196 3.937-2.763 4.95-1.169.757-2.556 1.183-3.871 1.343V29a1 1 0 1 1-2 0v-2.032c-1.411-.111-3.033-.508-4.445-1.238-1.685-.872-3.237-2.314-3.545-4.467a1 1 0 1 1 1.98-.283c.18 1.262 1.103 2.26 2.484 2.973C13.35 24.665 15.02 25 16.304 25c1.329 0 2.837-.355 3.981-1.095 1.11-.718 1.85-1.768 1.85-3.27 0-.717-.175-1.24-.443-1.646-.274-.416-.687-.77-1.251-1.082-1.167-.644-2.774-.996-4.58-1.363l-.254-.052c-1.65-.334-3.458-.7-4.858-1.406-.756-.38-1.456-.888-1.965-1.597-.52-.722-.796-1.592-.796-2.611 0-1.22.459-2.727 1.8-3.918 1.216-1.08 3.062-1.817 5.712-1.941V3a1 1 0 0 1 1-1Z","viewbox":"0 0 33 32"},{"name":"doner","definition":"M3.981 7.007a1 1 0 0 1 1-1H27.02a1 1 0 1 1 0 2H4.98a1 1 0 0 1-1-1Zm5.026 9.01a1 1 0 0 1 1-1h11.986a1 1 0 0 1 0 2H10.007a1 1 0 0 1-1-1Zm2.969 8.982a1 1 0 0 1 1-1h6.048a1 1 0 1 1 0 2h-6.048a1 1 0 0 1-1-1Z","viewbox":"0 0 32 32"},{"name":"double_kebab","definition":"M8.84 5.975a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm0 20.039a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM19.236 5.975a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM8.84 15.995a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm10.396 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm0 10.019a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z","viewbox":"0 0 32 32"},{"name":"download","definition":"M16 1.975a1 1 0 0 1 1 1v20.3l9.311-9.312a1 1 0 0 1 1.415 1.414l-9.887 9.887a2.6 2.6 0 0 1-3.677 0l-9.887-9.887a1 1 0 1 1 1.414-1.414L15 23.274V2.975a1 1 0 0 1 1-1ZM5.188 28.001a1 1 0 0 0 0 2h21.62a1 1 0 1 0 0-2H5.188Z","viewbox":"0 0 32 32"},{"name":"edit_inactive","definition":"m21.8 17.3 5.6-5.6c.8-.8.8-2 0-2.8l-4.2-4.2c-.8-.8-2-.8-2.8 0l-5.6 5.6 1.4 1.4 2.1-2.1 4.2 4.2-2.1 2.1 1.4 1.4zm0-11.3 4.2 4.2-2.1 2.1-4.2-4.2L21.8 6zm-9.9 9.9L8 19.7l-1.6 5.8 5.8-1.6 3.9-3.9 1.4 1.4-3.9 3.9c-.2.2-.6.4-.9.5L5.3 28c-.3.1-.7 0-1-.3-.3-.3-.4-.6-.3-1l2.1-7.5c.1-.3.3-.6.5-.9l3.9-3.9 1.4 1.5zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"edit","definition":"M20.348 4.58a2 2 0 0 1 2.828 0l4.242 4.243a2 2 0 0 1 0 2.829L13.672 25.398a2 2 0 0 1-.888.515l-7.521 2.05a1 1 0 0 1-1.228-1.227l2.051-7.521a2 2 0 0 1 .515-.888L20.347 4.58Zm5.656 5.657-4.242-4.242-2.122 2.121 4.243 4.243 2.121-2.122Zm-3.535 3.536L18.226 9.53 8.016 19.74l-1.591 5.834 5.833-1.59 10.21-10.211Z","viewbox":"0 0 32 32"},{"name":"email","definition":"M2 8a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8Zm25 0H5l11 6.354L27 8ZM4 9.732V24h24V9.732l-11 6.354a2 2 0 0 1-2 0L4 9.732Z","viewbox":"0 0 32 32"},{"name":"error","definition":"M16 4C9.4 4 4 9.4 4 16s5.4 12 12 12 12-5.4 12-12S22.6 4 16 4zM2 16C2 8.3 8.3 2 16 2s14 6.3 14 14-6.3 14-14 14S2 23.7 2 16zm12.8-1.5V10h2.4v4.5l-.4 4.3h-1.7l-.3-4.3zm0 5.6h2.5v2.4h-2.5v-2.4z","viewbox":"0 0 32 32"},{"name":"export_inactive","definition":"M28 23.8V21c0-.6-.4-1-1-1s-1 .4-1 1v.8l2 2zm-11-11V5l9.3 9.3c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4L17.4 2.6c-.8-.8-2-.8-2.8 0l-3.9 3.9 1.4 1.4L15 5v5.8l2 2zm-2 6.4 2 2V23c0 .6-.4 1-1 1s-1-.4-1-1v-3.8zm-7.1-7.1-1.4-1.4-2.2 2.2c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0l2.2-2.2zM23.8 28l2 2H6c-1.1 0-2-.9-2-2v-7c0-.6.4-1 1-1s1 .4 1 1v7h17.8zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"export","definition":"M27.734 14.058a1 1 0 0 1-1.414 0L17.003 4.74v18.306a1 1 0 1 1-2 0V4.74l-9.317 9.317a1 1 0 0 1-1.414-1.414l9.893-9.893a2.6 2.6 0 0 1 3.677 0l9.892 9.893a1 1 0 0 1 0 1.414Zm-2.311 15.934a2.6 2.6 0 0 0 2.6-2.6v-6.451a1 1 0 1 0-2 0v6.451a.6.6 0 0 1-.6.6H6.59a.6.6 0 0 1-.6-.6v-6.451a1 1 0 1 0-2 0v6.451a2.6 2.6 0 0 0 2.6 2.6h18.833Z","viewbox":"0 0 32 32"},{"name":"eye_inactive","definition":"M26.2 22c2-1.9 3.2-4.1 3.7-5.7.1-.2.1-.4 0-.6C28.9 12.4 24.6 6 16 6c-1.8 0-3.5.3-5 .8l1.6 1.6c1.1-.3 2.2-.4 3.4-.4 7.1 0 10.9 5.2 11.9 8-.5 1.3-1.5 3-3.1 4.6l1.4 1.4zM21 16.7V16c0-2.8-2.2-5-5-5h-.7l5.7 5.7zm-10-1.4 5.7 5.7H16c-2.8 0-5-2.2-5-5v-.7zm-3.8-3.9C5.6 13 4.5 14.7 4.1 16c1.1 2.8 4.8 8 11.9 8 1.2 0 2.3-.1 3.3-.4l1.6 1.6c-1.5.5-3.1.8-5 .8C7.3 26 3 19.6 2 16.3c-.1-.2-.1-.4 0-.6.6-1.5 1.8-3.7 3.8-5.7l1.4 1.4zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"eye","definition":"M4.062 16C5.146 18.842 8.855 24 16 24c7.145 0 10.854-5.158 11.938-8C26.854 13.158 23.145 8 16 8 8.855 8 5.146 13.158 4.062 16Zm-2.01-.316C3.131 12.439 7.418 6 16 6c8.58 0 12.867 6.44 13.949 9.684a1 1 0 0 1 0 .632C28.867 19.561 24.58 26 16 26S3.133 19.56 2.051 16.316a1 1 0 0 1 0-.632ZM16 13a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-5 3a5 5 0 1 1 10 0 5 5 0 0 1-10 0Z","viewbox":"0 0 32 32"},{"name":"face_dissatisfied","definition":"M16.5 4c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12Zm-14 12c0-7.732 6.268-14 14-14s14 6.268 14 14-6.268 14-14 14-14-6.268-14-14Zm8-2a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm8 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-2 7c-1.918 0-3.805.918-5.23 2.638a1 1 0 0 1-1.54-1.276C11.488 20.24 13.917 19 16.5 19c2.583 0 5.012 1.24 6.77 3.362a1 1 0 0 1-1.54 1.276C20.305 21.918 18.418 21 16.5 21Z","viewbox":"0 0 33 32"},{"name":"face_neutral","definition":"M16.5 4a12 12 0 1 0 0 24 12 12 0 0 0 0-24Zm-14 12a14 14 0 1 1 28 0 14 14 0 0 1-28 0Zm8-2a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm8 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-9 7a1 1 0 0 1 1-1h12a1 1 0 1 1 0 2h-12a1 1 0 0 1-1-1Z","viewbox":"0 0 33 32"},{"name":"face_satisfied","definition":"M16 4C9.373 4 4 9.373 4 16s5.373 12 12 12 12-5.373 12-12S22.627 4 16 4ZM2 16C2 8.268 8.268 2 16 2s14 6.268 14 14-6.268 14-14 14S2 23.732 2 16Zm8-2a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm8 0a2 2 0 1 1 4 0 2 2 0 0 1-4 0Zm-8.638 5.23a1 1 0 0 1 1.408.132C12.195 21.082 14.082 22 16 22c1.918 0 3.805-.918 5.23-2.638a1 1 0 0 1 1.54 1.276C21.012 22.76 18.583 24 16 24c-2.583 0-5.012-1.24-6.77-3.362a1 1 0 0 1 .132-1.408Z","viewbox":"0 0 32 32"},{"name":"filters_inactive","definition":"M29.6 25.3c.3-.2.4-.5.4-.8 0-.6-.4-1-1-1h-1.3l1.9 1.8zM23.3 19c.8-.4 1.3-1.2 1.6-2H29c.6 0 1-.4 1-1s-.4-1-1-1h-4.1c-.4-1.4-1.8-2.5-3.4-2.5-1.3 0-2.4.7-3 1.7l1.5 1.5c.1-.7.7-1.3 1.5-1.3s1.5.7 1.5 1.5c0 .7-.6 1.4-1.3 1.5l1.6 1.6zm-12.5-4 2 2H3c-.6 0-1-.4-1-1s.4-1 1-1h7.8zm2-6.4s0-.1 0 0L29 8.5c.6 0 1-.4 1-1s-.4-1-1-1H12.9C12.4 5.1 11.1 4 9.5 4c-.4 0-.7.1-1.1.2l4.4 4.4zM2.4 6.7l1.8 1.8H3c-.6 0-1-.4-1-1 0-.3.2-.6.4-.8zm16.9 16.8 2 2h-6.4c-.4 1.4-1.8 2.5-3.4 2.5-1.6 0-2.9-1.1-3.4-2.5H3c-.6 0-1-.4-1-1s.4-1 1-1h5.1c.4-1.4 1.8-2.5 3.4-2.5 1.6 0 2.9 1.1 3.4 2.5h4.4zm-7.8-.5c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"filters","definition":"M11.5 23c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5 1.5-.7 1.5-1.5-.7-1.5-1.5-1.5zm-3.4.5c.4-1.4 1.8-2.5 3.4-2.5 1.6 0 2.9 1.1 3.4 2.5H29c.6 0 1 .4 1 1s-.4 1-1 1H14.9c-.4 1.4-1.8 2.5-3.4 2.5-1.6 0-2.9-1.1-3.4-2.5H3c-.6 0-1-.4-1-1s.4-1 1-1h5.1zm13.4-9c-.8 0-1.5.7-1.5 1.5s.7 1.5 1.5 1.5S23 16.8 23 16s-.7-1.5-1.5-1.5zm-3.4.5c.4-1.4 1.8-2.5 3.4-2.5s2.9 1.1 3.4 2.5H29c.6 0 1 .4 1 1s-.4 1-1 1h-4.1c-.4 1.4-1.8 2.5-3.4 2.5-1.6 0-2.9-1.1-3.4-2.5H3c-.6 0-1-.4-1-1s.4-1 1-1h15.1zM9.5 6C8.7 6 8 6.7 8 7.5S8.7 9 9.5 9 11 8.3 11 7.5 10.3 6 9.5 6zm-3.4.5C6.6 5.1 7.9 4 9.5 4c1.6 0 2.9 1.1 3.4 2.5H29c.6 0 1 .4 1 1s-.4 1-1 1H12.9C12.4 10 11.1 11 9.5 11c-1.6 0-2.9-1-3.4-2.5H3c-.6 0-1-.4-1-1s.4-1 1-1h3.1z","viewbox":"0 0 32 32"},{"name":"flash","definition":"M18.435 2.392c.72-.874 2.127-.164 1.85.934l-2.442 9.666h7.043c.94 0 1.456 1.093.859 1.818L13.566 29.608c-.72.875-2.127.164-1.849-.935l2.448-9.676h-7.05c-.94 0-1.457-1.093-.86-1.819l12.18-14.786Zm-1.16 4.588-8.233 9.995h6.161c.791 0 1.37.744 1.177 1.51l-1.651 6.529 8.23-10h-6.155c-.79 0-1.37-.744-1.176-1.51l1.648-6.524Z","viewbox":"0 0 32 32"},{"name":"folder","definition":"M28 25V11H14.073a3 3 0 0 1-2.588-1.483L10.009 7H4v18h24Zm2-14v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h6.009a2 2 0 0 1 1.725.988l1.476 2.518a1 1 0 0 0 .863.494H28a2 2 0 0 1 2 2ZM11 6h17a2 2 0 0 1 2 2v3h-2V8H11V6Z","viewbox":"0 0 32 32"},{"name":"fuel_gauge_inactive","definition":"M24 17v2.757l-2-2V17a1 1 0 0 0-1-1h-.757L18 13.757V12h-1.757l-2-2H18V4H8.243l-2-2H18a2 2 0 0 1 2 2v10h1a3 3 0 0 1 3 3Zm4-7.6v14.357l-2-2V13a2 2 0 0 1-2-1.997V7.408l-1.706-1.7a1 1 0 0 1 1.412-1.416l3.706 3.691A2 2 0 0 1 28 9.4Zm-8 14.843-2-2V28H6V12h1.757L4 8.243V28a2.053 2.053 0 0 0 .031.354A2 2 0 0 0 6 30h12a2 2 0 0 0 2-2v-3.757Zm5.68 5.68L22 26.243V27a3 3 0 0 0 3.68 2.923ZM3.707 2.293a1 1 0 0 0-1.414 1.414l26 26a1 1 0 0 0 1.414-1.414l-26-26Z","viewbox":"0 0 32 32"},{"name":"fuel_gauge","definition":"M6 2a1.994 1.994 0 0 0-1.732 1A1.99 1.99 0 0 0 4 4v24a2.053 2.053 0 0 0 .031.354A2 2 0 0 0 6 30h12a2 2 0 0 0 2-2V16h1a1 1 0 0 1 1 1v10a3 3 0 0 0 6 .003V9.4a2 2 0 0 0-.588-1.417l-3.706-3.691a1 1 0 0 0-1.412 1.416L24 7.408v3.595A2 2 0 0 0 26 13v14a1 1 0 1 1-2 0V17a3 3 0 0 0-3-3h-1V4a2 2 0 0 0-2-2H6Zm12 8H6V4h12v6ZM6 28V12h12v16H6Z","viewbox":"0 0 32 32"},{"name":"global","definition":"M16 2C8.3 2 2 8.3 2 16c0 7.6 6.1 13.8 13.6 14h.8c7.5-.2 13.6-6.4 13.6-14 0-7.7-6.3-14-14-14zm-1 2.2V10h-4.2c.3-1 .7-1.9 1.1-2.7.9-1.7 2-2.7 3.1-3.1zM15 20h-4.6c-.2-1.2-.4-2.6-.4-4s.1-2.8.4-4H15v8zM10.9 5.1c-.3.4-.5.8-.7 1.2-.6 1.1-1.1 2.3-1.4 3.7H5.6c1.2-2.1 3.1-3.8 5.3-4.9zM4 16c0-1.4.2-2.8.7-4h3.6c-.2 1.3-.3 2.6-.3 4s.1 2.7.3 4H4.7c-.5-1.3-.7-2.6-.7-4zm1.6 6h3.2c.3 1.4.8 2.6 1.4 3.7.2.4.5.8.7 1.2-2.2-1.1-4.1-2.8-5.3-4.9zm6.3 2.7c-.4-.8-.8-1.7-1.1-2.7H15v5.8c-1.1-.4-2.2-1.4-3.1-3.1zM26.4 10h-3.2c-.3-1.4-.8-2.6-1.4-3.7-.2-.4-.5-.8-.7-1.2 2.2 1.1 4.1 2.8 5.3 4.9zM17 4.2c1.1.4 2.2 1.4 3.1 3.1.4.8.8 1.7 1.1 2.7H17V4.2zm0 7.8h4.6c.2 1.2.4 2.6.4 4s-.1 2.8-.4 4H17v-8zm0 15.8V22h4.2c-.3 1-.7 1.9-1.1 2.7-.9 1.7-2 2.7-3.1 3.1zm4.1-.9c.3-.4.5-.8.7-1.2.6-1.1 1.1-2.3 1.4-3.7h3.2c-1.2 2.1-3.1 3.8-5.3 4.9zm2.6-6.9c.2-1.3.3-2.6.3-4s-.1-2.7-.3-4h3.6c.5 1.2.7 2.6.7 4s-.2 2.8-.7 4h-3.6z","viewbox":"0 0 32 32"},{"name":"heart_inactive","definition":"m24.8 20.5 2.5-2.5c1.7-1.6 2.8-3.9 2.8-6.4C30 6.9 26.2 3 21.4 3c-2.1 0-4.1 1.2-5.4 3.3C14.7 4.2 12.7 3 10.6 3c-1 0-2 .2-2.9.5l1.6 1.6c.5-.1.9-.1 1.3-.1C12.2 5 14 6.2 15 8.9c.1.4.5.6.9.6s.8-.3.9-.6C18 6.1 19.8 5 21.4 5 25 5 28 8 28 11.7c0 1.9-.8 3.7-2.1 4.9l-2.5 2.5 1.4 1.4zM4.6 8.9c-.4.8-.6 1.8-.6 2.8 0 2 .8 3.7 2.1 4.9l9.8 9.9 3.1-3.2 1.4 1.4-3.8 3.9c-.1.3-.3.4-.6.4s-.5-.1-.7-.3L4.8 18.1C3.1 16.5 2 14.2 2 11.7c0-1.6.4-3 1.1-4.3l1.5 1.5zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"heart","definition":"M2 11.7C2 6.9 5.8 3 10.6 3c2.1 0 4 1.2 5.4 3.3C17.3 4.2 19.3 3 21.4 3c4.8 0 8.6 3.9 8.6 8.7 0 2.5-1.1 4.8-2.8 6.4L16.7 28.7c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3L4.8 18.1C3.1 16.5 2 14.2 2 11.7zM10.6 5C7 5 4 8 4 11.7c0 2 .8 3.7 2.1 4.9l9.8 9.9 9.8-9.9c1.3-1.2 2.1-3 2.1-4.9C28 8 25 5 21.4 5c-1.6 0-3.4 1.1-4.5 3.9-.1.4-.5.6-.9.6s-.8-.3-.9-.6C14 6.2 12.2 5 10.6 5z","viewbox":"0 0 32 32"},{"name":"history","definition":"M18.199 3.187A13 13 0 0 0 5 9.071V5a1 1 0 0 0-2 0v7a1 1 0 0 0 1 1h6.8a1 1 0 1 0 0-2H6.202a11 11 0 1 1-.574 8.666 1 1 0 1 0-1.886.667A13 13 0 1 0 18.2 3.187ZM16.808 10a1 1 0 1 0-2 0v6a2 2 0 0 0 2 2h4a1 1 0 1 0 0-2h-4v-6Z","viewbox":"0 0 32 32"},{"name":"home_inactive","definition":"M28 23.8v-12c0-.7-.4-1.4-1-1.7L17 4.3c-.6-.4-1.4-.4-2 0l-4.1 2.4 1.5 1.5L16 6l10 5.8v10l2 2zm-8 .4V26h1.8l2 2H20c-1.1 0-2-.9-2-2v-3.8l2 2zm-13-13-1 .6V26h6v-7.5c0-.6.4-1.1.9-1.4l1.9 1.9H14v7c0 1.1-.9 2-2 2H6c-1.1 0-2-.9-2-2V11.8c0-.7.4-1.4 1-1.7l.5-.3L7 11.2zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"home","definition":"M15 4.267a2 2 0 0 1 2 0l10 5.774a2 2 0 0 1 1 1.732V26a2 2 0 0 1-2 2h-6a2 2 0 0 1-2-2v-7h-4v7a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V11.773a2 2 0 0 1 1-1.732l10-5.774ZM12 26v-7.5a1.5 1.5 0 0 1 1.5-1.5h5a1.5 1.5 0 0 1 1.5 1.5V26h6V11.773L16 6 6 11.773V26h6Z","viewbox":"0 0 32 32"},{"name":"image_add","definition":"M26 5a1 1 0 0 1 1 1v2h2a1 1 0 1 1 0 2h-2v2a1 1 0 1 1-2 0v-2h-2a1 1 0 1 1 0-2h2V6a1 1 0 0 1 1-1ZM2 10a2 2 0 0 1 2-2h15a1 1 0 1 1 0 2H4v12.586l5.293-5.293a1 1 0 0 1 1.414 0L13 19.586l5.293-5.293a1 1 0 0 1 1.414 0L25 19.586V16a1 1 0 1 1 2 0v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10Zm23 12.414-6-6-5.293 5.293a1 1 0 0 1-1.414 0L10 19.414 5.414 24H25v-1.586Z","viewbox":"0 0 32 32"},{"name":"image_inactive","definition":"M29.53 25.288c.293-.348.47-.797.47-1.288V8a2 2 0 0 0-2-2H10.243l2 2H28v10.586l-6.293-6.293a1 1 0 0 0-1.414 0l-1.879 1.879 1.414 1.414L21 14.414l7 7v2.343l1.53 1.53Zm-13.944-5.46-.879.88a1 1 0 0 1-1.414 0L11 18.413 5.414 24h14.343l2 2H4a2 2 0 0 1-2-2V8c0-.49.177-.94.47-1.288L4 8.242v14.344l6.293-6.293a1 1 0 0 1 1.414 0L14 18.586l.172-.172 1.414 1.414Z","viewbox":"0 0 32 32"},{"name":"image_set","definition":"M2 12a2 2 0 0 1 2-2h3v2H4v12h20v-2.5h2V24a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V12ZM6 8a2 2 0 0 1 2-2h20a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V8Zm22 6.586V8H8v10.586l5.293-5.293a1 1 0 0 1 1.434.02l2.283 2.416 5.273-5.426a1 1 0 0 1 1.424-.01L28 14.586ZM9.414 20H28v-2.586l-4.99-4.99-5.293 5.447a1 1 0 0 1-1.444-.01l-2.293-2.427L9.414 20Z","viewbox":"0 0 32 32"},{"name":"image","definition":"M2 8a2 2 0 0 1 2-2h24a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8Zm26 10.586V8H4v14.586l6.293-6.293a1 1 0 0 1 1.414 0L14 18.586l6.293-6.293a1 1 0 0 1 1.414 0L28 18.586ZM5.414 24H28v-2.586l-7-7-6.293 6.293a1 1 0 0 1-1.414 0L11 18.414 5.414 24Z","viewbox":"0 0 32 32"},{"name":"info","definition":"M16.013 4.004c-6.642 0-12.026 5.384-12.026 12.025 0 6.642 5.384 12.026 12.026 12.026 6.641 0 12.025-5.384 12.025-12.026 0-6.641-5.384-12.025-12.025-12.025ZM1.987 16.029c0-7.746 6.28-14.025 14.026-14.025 7.746 0 14.025 6.28 14.025 14.025 0 7.746-6.28 14.026-14.025 14.026-7.746 0-14.026-6.28-14.026-14.026ZM16.025 14.126a1 1 0 0 1 1 1v5.616a1 1 0 0 1-2 0v-5.616a1 1 0 0 1 1-1Zm0-3.809a1 1 0 0 1 1 1v.217a1 1 0 1 1-2 0v-.217a1 1 0 0 1 1-1Z","viewbox":"0 0 32 32"},{"name":"insights","definition":"M19 5a1 1 0 0 1 1-1h6a2 2 0 0 1 2 2v6a1 1 0 1 1-2 0V7.414L18.914 14.5a2 2 0 0 1-2.828 0L12.5 10.914l-6.793 6.793a1 1 0 0 1-1.414-1.414L11.086 9.5a2 2 0 0 1 2.828 0l3.586 3.586L24.586 6H20a1 1 0 0 1-1-1Zm3 13a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-8Zm4 0h-2v8h2v-8Zm-13 3a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-5Zm4 0h-2v5h2v-5ZM4 24a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v2a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-2Zm4 0H6v2h2v-2Z","viewbox":"0 0 32 32"},{"name":"kebab","definition":"M14 7.977a2 2 0 1 0 4 0 2 2 0 0 0-4 0ZM14 16a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm0 8.03a2 2 0 1 0 4 0 2 2 0 0 0-4 0Z","viewbox":"0 0 32 32"},{"name":"link_broken","definition":"M6.1 6.1a1 1 0 0 1 1.415 0l1.414 1.415a1 1 0 1 1-1.414 1.414L6.101 7.515a1 1 0 0 1 0-1.415Zm-3.622 6.276a1 1 0 0 1 1.224-.707l1.932.517a1 1 0 1 1-.517 1.932L3.185 13.6a1 1 0 0 1-.707-1.224Zm9.898-9.899a1 1 0 0 0-.707 1.225l.518 1.932a1 1 0 0 0 1.931-.518l-.517-1.932a1 1 0 0 0-1.225-.707ZM25.9 25.9a1 1 0 0 1-1.415 0l-1.414-1.415a1 1 0 0 1 1.414-1.414l1.415 1.414a1 1 0 0 1 0 1.414Zm3.623-6.276a1 1 0 0 1-1.225.707l-1.932-.518a1 1 0 1 1 .518-1.931l1.931.517a1 1 0 0 1 .707 1.225Zm-9.899 9.898a1 1 0 0 0 .707-1.224l-.517-1.932a1 1 0 0 0-1.932.518l.517 1.931a1 1 0 0 0 1.225.707Zm-5.038-19.179a1 1 0 0 1 0-1.414L17.415 6.1a6 6 0 1 1 8.485 8.486l-2.829 2.828A1 1 0 0 1 21.657 16l2.829-2.829a4 4 0 0 0-5.657-5.656L16 10.343a1 1 0 0 1-1.414 0Zm2.828 11.314a1 1 0 0 1 0 1.414l-2.828 2.828A6 6 0 0 1 6.1 17.414l2.829-2.829A1 1 0 1 1 10.343 16l-2.828 2.828a4 4 0 0 0 5.657 5.657L16 21.657a1 1 0 0 1 1.414 0Z","viewbox":"0 0 32 32"},{"name":"link","definition":"M14.586 10.343a1 1 0 0 1 0-1.414l2.828-2.828a6 6 0 0 1 8.485 8.485l-2.828 2.828A1 1 0 0 1 21.657 16l2.828-2.828a4 4 0 0 0-5.657-5.657L16 10.343a1 1 0 0 1-1.414 0Zm2.828 11.314a1 1 0 0 1 0 1.414l-2.829 2.828A6 6 0 0 1 6.1 17.414l2.829-2.828A1 1 0 0 1 10.343 16l-2.829 2.828a4 4 0 0 0 5.657 5.657L16 21.657a1 1 0 0 1 1.414 0Zm-7.777-.707a1 1 0 1 0 1.413 1.414L22.364 11.05a1 1 0 0 0-1.414-1.414L9.637 20.95Z","viewbox":"0 0 32 32"},{"name":"lock_inactive","definition":"M16 4a4 4 0 0 0-4 4v7a1 1 0 1 1-2 0V8a6 6 0 0 1 12 0 1 1 0 1 1-2 0 4 4 0 0 0-4-4ZM6 16a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V16Zm18 0H8v12h16V16Z","viewbox":"0 0 32 32"},{"name":"lock","definition":"M6 16a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V16Zm18 0H8v12h16V16ZM16 4a4 4 0 0 0-4 4v7h-2V8a6 6 0 0 1 12 0v7h-2V8a4 4 0 0 0-4-4Z","viewbox":"0 0 32 32"},{"name":"meatballs","definition":"M24.015 13.995a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8.02 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm-8.003 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z","viewbox":"0 0 32 32"},{"name":"message_inactive","definition":"M27.1 22.8c1.7-.5 2.9-2 2.9-3.8V8c0-2.2-1.8-4-4-4H8.2l2 2H26c1.1 0 2 .9 2 2v11c0 1.1-.9 2-2 2h-.8l1.9 1.8zM4.1 8.3 4 22v3.2l6.5-4c.2-.1.3-.2.5-.2h5.8l2 2h-7.5l-7.8 4.8c-.3.2-.7.2-1 0-.3-.1-.5-.4-.5-.8v-5l.1-14c0-.5.1-1 .3-1.4l1.7 1.7zm-1.8-6c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"message","definition":"M6.154 5.998h19.527a2.2 2.2 0 0 1 2.2 2.201v10.965a2.201 2.201 0 0 1-2.2 2.201l-3.951.001H9.954v.047a1.005 1.005 0 0 0-.24.114l-5.742 3.72-.018-4.945V8.198a2.2 2.2 0 0 1 2.2-2.2Zm-4.2 14.307v1.197h.005l.019 5.584a1 1 0 0 0 1.544.836l7.031-4.556H21.73l3.953-.001a4.201 4.201 0 0 0 4.198-4.201V8.199a4.201 4.201 0 0 0-4.2-4.201H6.154a4.2 4.2 0 0 0-4.2 4.2V19.81a1.01 1.01 0 0 0-.001.06l.001.435Z","viewbox":"0 0 32 32"},{"name":"mileage_inactive","definition":"M28.6 24.1c.9-1.9 1.4-4 1.4-6.1 0-3.5-1.3-7.1-4-9.8 0 0 0-.1-.1-.1l-.1-.1c-2.7-2.7-6.3-4-9.8-4-2.1 0-4.2.5-6.1 1.4l1.5 1.5c1.2-.5 2.4-.8 3.6-.9v2c0 .6.4 1 1 1s1-.4 1-1V6c2.4.2 4.8 1.1 6.8 2.8l-1.4 1.4c-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0l1.4-1.4c1.7 2 2.6 4.3 2.8 6.7h-2c-.6 0-1 .4-1 1s.4 1 1 1h2c-.1 1.2-.4 2.4-.9 3.6l1.5 1.6zM23 18.5V18c0-.6-.4-1-1-1h-.5l1.5 1.5zM13 17h-3c-.6 0-1 .4-1 1v4c0 .6.4 1 1 1h9l-2-2h-6v-2h4l-2-2zm-6.4-6.5c-1.5 2-2.4 4.2-2.6 6.5h2c.6 0 1 .4 1 1s-.4 1-1 1H4c.2 2.5 1.2 5 3 7h15l2 2H7c-.5 0-1.1-.2-1.5-.6-4.6-5.2-4.7-13-.3-18.3l1.4 1.4zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"mileage","definition":"M16 4h.012a13.955 13.955 0 0 1 9.81 4.024 1.002 1.002 0 0 1 .16.16A13.955 13.955 0 0 1 30 17.994v.012a13.956 13.956 0 0 1-3.585 9.35 1.962 1.962 0 0 1-1.46.644H7.045a1.963 1.963 0 0 1-1.46-.644C.643 21.864.81 13.405 6.087 8.114L6.1 8.1l.016-.015A13.956 13.956 0 0 1 15.988 4H16Zm-1 4V6.042a11.947 11.947 0 0 0-6.748 2.794l1.386 1.386a1 1 0 0 1-1.414 1.414L6.838 10.25A11.948 11.948 0 0 0 4.04 17H6a1 1 0 1 1 0 2H4.041a11.946 11.946 0 0 0 3.014 7h17.89a11.945 11.945 0 0 0 3.014-7H26a1 1 0 1 1 0-2h1.959a11.948 11.948 0 0 0-2.793-6.746l-1.382 1.382a1 1 0 0 1-1.415-1.414l1.383-1.383A11.947 11.947 0 0 0 17 6.042V8a1 1 0 1 1-2 0ZM9 18a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H10a1 1 0 0 1-1-1v-4Zm2 1v2h10v-2H11Z","viewbox":"0 0 32 32"},{"name":"minus","definition":"M3.98 16a1 1 0 0 1 1-1h22.04a1 1 0 0 1 0 2H4.98a1 1 0 0 1-1-1Z","viewbox":"0 0 32 32"},{"name":"notification_inactive","definition":"M26 21.8V14c0-5.2-3.9-9.4-9-10V3c0-.6-.4-1-1-1s-1 .4-1 1v1c-1.8.2-3.5.8-4.9 1.8l1.4 1.4C12.8 6.5 14.4 6 16 6c4.4 0 8 3.6 8 8v5.8l2 2zM8.2 12.4c-.1.5-.2 1.1-.2 1.6v10h11.8l2 2H5c-.6 0-1-.4-1-1s.4-1 1-1h1V14c0-1.1.2-2.2.5-3.2l1.7 1.6zM14 28c-.6 0-1 .4-1 1s.4 1 1 1h4c.6 0 1-.4 1-1s-.4-1-1-1h-4zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"notification","definition":"M16.977 2.964a1 1 0 1 0-2 0v1.06c-5.043.511-8.978 4.77-8.978 9.947v.112a.995.995 0 0 0-.02.199v9.727h-.996a1 1 0 1 0 0 2h22.035a1 1 0 0 0 0-2h-1.003V13.838a1.01 1.01 0 0 0-.023-.214c-.171-5.035-4.065-9.125-9.015-9.605V2.964Zm7.038 21.045H7.98v-7.657H8v-2.381a8 8 0 1 1 15.998 0v2.312h.017v7.726Zm-10.09 3.952a1 1 0 1 0 0 2h4.132a1 1 0 1 0 0-2h-4.132Z","viewbox":"0 0 32 32"},{"name":"phone_inactive","definition":"M28 23.8v-3.4c0-.9-.6-1.7-1.5-1.9l-3.9-1.1c-.3-.1-.7-.1-1 0l2.5 2.5 1.9.5v1.4l2 2zM6.5 10.7c.8 3.5 2.5 6.8 5.3 9.6 2.7 2.7 6.1 4.5 9.6 5.3l2.4 2.4c-4.9-.4-9.6-2.5-13.4-6.2C6.6 18 4.5 13.2 4.1 8.3l2.4 2.4zm5.6-2.8L11.6 6h-1.4l-2-2h3.4c.9 0 1.7.6 1.9 1.5l1.1 3.9c.1.3.1.7 0 1l-2.5-2.5zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"phone","definition":"M11.62 4c.908 0 1.703.61 1.938 1.487L14.61 9.42a2.005 2.005 0 0 1-.52 1.937l-.594.595v.001l-.92.92a14.402 14.402 0 0 0 2.74 3.813 14.403 14.403 0 0 0 3.813 2.739l.672-.672-.005-.005.845-.844a2.005 2.005 0 0 1 1.936-.52l3.934 1.054a2.005 2.005 0 0 1 1.486 1.938l-.001 2.404H28v3.232c0 1.042-.813 1.955-1.912 1.982a21.505 21.505 0 0 1-15.772-6.31 21.504 21.504 0 0 1-6.31-15.771C4.033 4.813 4.946 4 5.987 4H9.22v.002L11.62 4ZM8.124 6h-2.12a19.504 19.504 0 0 0 5.726 14.27A19.505 19.505 0 0 0 26 25.995v-2.124h-.004l.002-3.496a.005.005 0 0 0-.004-.005l-3.933-1.053-.005.001-.597.596.005.005-.93.93a1.965 1.965 0 0 1-2.253.387 16.402 16.402 0 0 1-4.379-3.136 16.401 16.401 0 0 1-3.135-4.378 1.965 1.965 0 0 1 .387-2.254l.68-.68v-.001l.844-.845a.005.005 0 0 0 0-.005l-1.052-3.933A.005.005 0 0 0 11.62 6l-3.497.002V6Z","viewbox":"0 0 32 32"},{"name":"pin_inactive","definition":"M27.539 13.538c0 2.618-.983 5.131-2.379 7.38l-1.457-1.457c1.115-1.899 1.836-3.912 1.836-5.923a9.539 9.539 0 0 0-15.335-7.576L8.78 4.537a11.54 11.54 0 0 1 18.759 9.001ZM21.478 13.466c0 1.075-.31 2.078-.845 2.924l-1.472-1.472a3.478 3.478 0 0 0-4.613-4.613l-1.472-1.472a5.478 5.478 0 0 1 8.401 4.633Zm-6.987 5.268-3.758-3.759a5.49 5.49 0 0 0 3.758 3.759ZM6.46 13.538c0-.852.115-1.693.335-2.5L5.209 9.45a11.536 11.536 0 0 0-.748 4.087c0 4.486 2.886 8.664 5.79 11.73a39.23 39.23 0 0 0 5.159 4.54 1 1 0 0 0 1.18 0 39.566 39.566 0 0 0 4.803-4.172l-1.413-1.414a37.558 37.558 0 0 1-3.98 3.53 37.225 37.225 0 0 1-4.297-3.86C8.88 20.91 6.461 17.22 6.461 13.538ZM3.708 2.292a1 1 0 1 0-1.415 1.414l26 26a1 1 0 0 0 1.415-1.414l-26-26Z","viewbox":"0 0 32 32"},{"name":"pin","definition":"M16.5 2A11.54 11.54 0 0 0 4.96 13.54c0 4.48 2.89 8.66 5.79 11.73a39.24 39.24 0 0 0 5.16 4.54 1 1 0 0 0 1.18 0l1.17-.9a39.23 39.23 0 0 0 3.99-3.64c2.9-3.07 5.79-7.25 5.79-11.73A11.54 11.54 0 0 0 16.5 2ZM9.75 6.8a9.54 9.54 0 0 1 16.29 6.74c0 3.68-2.42 7.37-5.24 10.35a37.24 37.24 0 0 1-4.3 3.86 36.09 36.09 0 0 1-4.3-3.86c-2.82-2.98-5.24-6.67-5.24-10.35 0-2.53 1-4.96 2.8-6.75ZM16.5 8a5.48 5.48 0 1 0 0 10.96A5.48 5.48 0 0 0 16.5 8Zm3.48 5.48a3.48 3.48 0 1 1-6.96 0 3.48 3.48 0 0 1 6.96 0Z","viewbox":"0 0 33 32"},{"name":"plus","definition":"M17 4.98a1 1 0 1 0-2 0V15H4.98a1 1 0 0 0 0 2H15v10.02a1 1 0 0 0 2 0V17h10.02a1 1 0 1 0 0-2H17V4.98Z","viewbox":"0 0 32 32"},{"name":"print_inactive","definition":"M2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4zM28.2 24c1-.1 1.8-1 1.8-2V12c0-1.1-.9-2-2-2h-2V6c0-1.1-.9-2-2-2H8.2l2 2H24v4h-9.8l2 2H28v10h-1.8l2 2zM26 21.8v-4.3c0-.8-.7-1.5-1.5-1.5h-4.3l2 2H24v1.8l2 2zM19.8 24l1.8 1.8c-.2.1-.4.2-.6.2H11c-.6 0-1-.4-1-1s.4-1 1-1h8.8zm-4-4 2 2H11c-.6 0-1-.4-1-1s.4-1 1-1h4.8zm-2-2H8v10h15.8l1.5 1.5c-.4.3-.8.5-1.3.5H8c-1.1 0-2-.9-2-2v-4H4c-1.1 0-2-.9-2-2V12c0-1.1.9-2 2-2h1.8l2 2H4v10h2v-4.5c0-.8.7-1.5 1.5-1.5h4.3l2 2z","viewbox":"0 0 32 32"},{"name":"print","definition":"M28 10h-2V6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v4H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h2v4c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2v-4h2c1.1 0 2-.9 2-2V12c0-1.1-.9-2-2-2zM8 6h16v4H8V6zm16 22H8V18h16v10zm4-6h-2v-4.8c0-.7-.6-1.2-1.2-1.2H7.2c-.6 0-1.2.6-1.2 1.2V22H4V12h24v10zm-18-1c0-.6.4-1 1-1h10c.6 0 1 .4 1 1s-.4 1-1 1H11c-.6 0-1-.4-1-1zm0 4c0-.6.4-1 1-1h10c.6 0 1 .4 1 1s-.4 1-1 1H11c-.6 0-1-.4-1-1z","viewbox":"0 0 32 32"},{"name":"profile_inactive","definition":"M24.6 10.6c0 2.7-1.2 5.1-3.1 6.6l-1.4-1.4c1.5-1.2 2.5-3.1 2.5-5.2C22.6 7 19.7 4 16 4c-2.1 0-4 1-5.2 2.5L9.4 5.1C10.9 3.2 13.3 2 16 2c4.8 0 8.6 3.9 8.6 8.6zM7.4 11.7c.5 4 3.6 7.1 7.6 7.6l-7.6-7.6zm2 9.3h7.3l2 2H9.4c-3 0-5.4 2.4-5.4 5.4v.6c0 .6-.4 1-1 1s-1-.4-1-1v-.6C2 24.3 5.3 21 9.4 21zM3.7 2.3c-.4-.4-1-.4-1.4 0-.4.4-.4 1 0 1.4l26 26c.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4l-26-26z","viewbox":"0 0 32 32"},{"name":"profile","definition":"M16 3.98a6.642 6.642 0 1 0 0 13.283 6.642 6.642 0 0 0 0-13.284Zm-8.642 6.64a8.642 8.642 0 1 1 17.284 0 8.642 8.642 0 0 1-17.284 0ZM1.994 28.387a7.4 7.4 0 0 1 7.4-7.4h13.212a7.4 7.4 0 0 1 7.4 7.4v.625a1 1 0 1 1-2 0v-.625a5.4 5.4 0 0 0-5.4-5.4H9.394a5.4 5.4 0 0 0-5.4 5.4v.625a1 1 0 1 1-2 0v-.625Z","viewbox":"0 0 32 32"},{"name":"proportions_inactive","definition":"M19 11a1 1 0 0 1 1-1h4a6 6 0 0 1 0 12h-4a1 1 0 1 1 0-2h4a4 4 0 1 0 0-8h-4a1 1 0 0 1-1-1Zm-6 10a1 1 0 0 1-1 1H8a6 6 0 0 1 0-12h4a1 1 0 1 1 0 2H8a4 4 0 1 0 0 8h4a1 1 0 0 1 1 1Z","viewbox":"0 0 32 32"},{"name":"proportions","definition":"M13 21a1 1 0 0 1-1 1H8a6 6 0 0 1 0-12h4a1 1 0 1 1 0 2H8a4 4 0 0 0 0 8h4a1 1 0 0 1 1 1Zm6-10a1 1 0 0 1 1-1h4a6 6 0 0 1 0 12h-4a1 1 0 1 1 0-2h4a4 4 0 0 0 0-8h-4a1 1 0 0 1-1-1ZM8 15a1 1 0 1 0 0 2h16a1 1 0 0 0 0-2H8Z","viewbox":"0 0 32 32"},{"name":"redirect","definition":"M16 5a1 1 0 0 1 1-1h9a2 2 0 0 1 2 2v9a1 1 0 1 1-2 0V7.414L14.707 18.707a1 1 0 0 1-1.414-1.414L24.586 6H17a1 1 0 0 1-1-1ZM4 8a2 2 0 0 1 2-2h3a1 1 0 1 1 0 2H6v18h18v-3a1 1 0 1 1 2 0v3a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V8Z","viewbox":"0 0 32 32"},{"name":"refresh","definition":"M7.574 8.134c1.751-2.07 4.64-4.15 9.085-4.15 4.454 0 7.21 2.09 8.822 4.186a12.435 12.435 0 0 1 1.97 3.785 7.83 7.83 0 0 1 .1.358l.007.024.001.009.001.003c0 .001 0 .002-.974.227l.975-.225a1 1 0 0 1-1.949.452V12.8l-.002-.006a9.169 9.169 0 0 0-.35-1.026 10.439 10.439 0 0 0-1.364-2.38c-1.307-1.699-3.515-3.405-7.237-3.405-3.73 0-6.097 1.715-7.558 3.442a11.66 11.66 0 0 0-1.561 2.402 9.99 9.99 0 0 0-.418.987 3.126 3.126 0 0 0-.016.048l-.003.008v.001a1.012 1.012 0 0 1-.052.134l2.919-.782a1 1 0 1 1 .517 1.932l-4.476 1.2a1.84 1.84 0 0 1-2.255-1.302l-1.2-4.477A1 1 0 1 1 4.49 9.06l.793 2.961.049-.13c.089-.23.223-.554.41-.938a13.66 13.66 0 0 1 1.833-2.818Zm-2.208 4.201.782.24-.782-.24Zm22.19 10.606a1 1 0 0 0 1.932-.518l-1.2-4.476a1.84 1.84 0 0 0-2.254-1.302l-4.477 1.2a1 1 0 0 0 .518 1.931l2.92-.782a.91.91 0 0 0-.053.134v.001l-.003.008-.016.048a9.946 9.946 0 0 1-.418.988c-.32.656-.824 1.53-1.561 2.401-1.461 1.727-3.828 3.442-7.558 3.442-3.722 0-5.93-1.706-7.237-3.406a10.44 10.44 0 0 1-1.643-3.154 5.664 5.664 0 0 1-.072-.25l-.001-.007v-.001a1 1 0 0 0-1.949.451l.975-.225-.975.226v.001l.001.003.002.009.006.024.021.08a11.158 11.158 0 0 0 .42 1.223c.318.772.833 1.804 1.63 2.84 1.612 2.096 4.368 4.186 8.822 4.186 4.445 0 7.334-2.08 9.085-4.15a13.658 13.658 0 0 0 1.832-2.818 11.98 11.98 0 0 0 .46-1.068l.793 2.96Zm-.878-3.276-.781-.24.782.24Z","viewbox":"0 0 32 32"},{"name":"report_inactive","definition":"M28 23.8V6c0-1.1-.9-2-2-2h-2c-1.1 0-2 .9-2 2v11.8l2 2V6h2v15.8l2 2zm-9-9V11c0-1.1-.9-2-2-2h-2c-.5 0-.9.2-1.3.5l1.5 1.5H17v1.8l2 2zm-2 6.4 2 2V26c0 1.1-.9 2-2 2h-2c-1.1 0-2-.9-2-2v-8.8l2 2V26h2v-4.8zM6 14c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2V16c0-1.1-.9-2-2-2H6zm0 2h2v10H6V16zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"report","definition":"M22 6a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v20a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V6Zm4 0h-2v20h2V6Zm-13 5a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2V11Zm4 0h-2v15h2V11ZM4 16a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V16Zm4 0H6v10h2V16Z","viewbox":"0 0 32 32"},{"name":"save_inactive","definition":"M28 23.757V10.414A2 2 0 0 0 27.414 9L23 4.586A2 2 0 0 0 21.586 4H8.243L12 7.757V6h8v3h-6.757l2 2H20.5A1.5 1.5 0 0 0 22 9.5V6.414l4 4v11.343l2 2ZM6 10.243V26h4v-6.5a1.5 1.5 0 0 1 1.5-1.5h2.257l2 2H12v6h8v-1.757L23.757 28H6a2 2 0 0 1-2-2V8.243l2 2Zm-3.707-7.95a1 1 0 0 1 1.414 0l26 26a1 1 0 0 1-1.414 1.414l-26-26a1 1 0 0 1 0-1.414Z","viewbox":"0 0 32 32"},{"name":"save","definition":"M4 6a2 2 0 0 1 2-2h15.586A2 2 0 0 1 23 4.586L27.414 9A2 2 0 0 1 28 10.414V26a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6Zm17.586 0H6v20h20V10.414L21.586 6ZM10 9.5V5h2v4h8V5h2v4.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 10 9.5Zm12 10V27h-2v-7h-8v7h-2v-7.5a1.5 1.5 0 0 1 1.5-1.5h9a1.5 1.5 0 0 1 1.5 1.5Z","viewbox":"0 0 32 32"},{"name":"search","definition":"M12.942 1.985c-6.051 0-10.957 4.905-10.957 10.957 0 6.051 4.906 10.957 10.957 10.957 2.666 0 5.109-.952 7.008-2.534l8.332 8.331a1 1 0 1 0 1.414-1.414l-8.331-8.331a10.912 10.912 0 0 0 2.534-7.01c0-6.05-4.905-10.956-10.957-10.956ZM3.985 12.942a8.957 8.957 0 1 1 17.914 0 8.957 8.957 0 0 1-17.914 0Z","viewbox":"0 0 32 32"},{"name":"send_inactive","definition":"m23.654 19.411 3.243-1.62c1.474-.738 1.474-2.842 0-3.579L10.019 5.777l4.47 4.47L26.003 16l-3.84 1.92 1.49 1.49Zm-10.896-2.41H8.846l-2.842 8.995 10.501-5.248 1.49 1.49-11.097 5.547c-1.58.79-3.333-.707-2.8-2.391L7.064 16 4.897 9.14l3.066 3.066L8.846 15h1.912l2 2ZM2.008 2.293a1 1 0 0 1 1.414 0l26 26a1 1 0 0 1-1.414 1.414l-26-26a1 1 0 0 1 0-1.414Z","viewbox":"0 0 32 32"},{"name":"send","definition":"M4.097 6.608c-.532-1.684 1.221-3.18 2.801-2.391l19.999 9.995c1.474.737 1.474 2.841 0 3.578L6.898 27.785c-1.58.79-3.333-.707-2.8-2.392l2.967-9.392-2.968-9.393Zm4.749 10.393-2.842 8.995 19.999-9.995L6.004 6.006 8.846 15h6.874a1 1 0 1 1 0 2H8.846Z","viewbox":"0 0 32 32"},{"name":"settings","definition":"m13.787 6.803.935-2.823h2.444l.934 2.818.493.152c.567.174 1.115.391 1.63.649l.456.228 2.753-1.428 1.71 1.71-1.37 2.652.282.476a9.08 9.08 0 0 1 .866 2.02l.15.498 2.822.935v2.476l-2.82.934-.15.496a9.691 9.691 0 0 1-.8 1.885l-.264.47 1.284 2.48-1.71 1.711-2.475-1.281-.467.256c-.608.333-1.24.605-1.894.804l-.495.15-.935 2.82h-2.445l-.935-2.804-.494-.15a9.596 9.596 0 0 1-1.885-.8l-.47-.263-2.48 1.284-1.711-1.71 1.281-2.476-.256-.467a10.015 10.015 0 0 1-.804-1.893l-.15-.496-2.82-.934v-2.461l2.806-.936.15-.497a9.903 9.903 0 0 1 .874-2.034l.267-.47-1.36-2.648 1.722-1.722 2.766 1.435.463-.244a8.826 8.826 0 0 1 1.603-.653l.499-.15Zm.682-4.823c-.724 0-1.328.456-1.559 1.11l-.003.009-.696 2.1c-.336.119-.662.251-.983.4L9.165 4.53a1.623 1.623 0 0 0-1.937.285L5.145 6.897a1.65 1.65 0 0 0-.313 1.912l.996 1.94c-.239.467-.45.957-.628 1.463l-2.086.695-.009.003a1.644 1.644 0 0 0-1.109 1.558v2.967c0 .724.456 1.328 1.11 1.559l.009.003 2.104.697c.158.444.342.875.548 1.293l-.907 1.752a1.623 1.623 0 0 0 .285 1.936l2.098 2.097.014.014a1.672 1.672 0 0 0 1.883.27l1.774-.918c.418.208.854.391 1.297.548l.696 2.088.003.009c.23.653.835 1.109 1.559 1.109h2.95c.724 0 1.328-.456 1.559-1.11l.003-.009.697-2.104c.444-.158.875-.342 1.293-.548l1.752.907a1.623 1.623 0 0 0 1.937-.285l2.097-2.098.013-.014a1.672 1.672 0 0 0 .27-1.883l-.918-1.774c.208-.418.392-.853.548-1.296l2.104-.697.009-.003a1.644 1.644 0 0 0 1.109-1.559v-2.982c0-.724-.456-1.328-1.11-1.559l-.008-.003-2.1-.696c-.174-.5-.38-.992-.625-1.466l.98-1.896a1.623 1.623 0 0 0-.286-1.936l-2.097-2.097-.015-.014a1.672 1.672 0 0 0-1.883-.27l-.007.004-2.091 1.085a12.932 12.932 0 0 0-.972-.387L18.981 3.1l-.003-.01a1.644 1.644 0 0 0-1.558-1.11h-2.951Zm-2.632 13.956a4.108 4.108 0 1 1 8.215 0 4.108 4.108 0 0 1-8.215 0Zm4.107-6.108a6.107 6.107 0 1 0 0 12.215 6.107 6.107 0 0 0 0-12.215Z","viewbox":"0 0 32 32"},{"name":"share","definition":"M23 20c-1.6 0-3 .7-3.9 1.8l-7.4-4.3c.2-.5.2-1 .2-1.6 0-.5-.1-1.1-.2-1.6l7.4-4.3c.9 1.3 2.3 2 3.9 2 2.8 0 5-2.2 5-5s-2.2-5-5-5-5 2.2-5 5c0 .5.1 1 .2 1.4l-7.5 4.3C9.8 11.7 8.5 11 7 11c-2.8 0-5 2.2-5 5s2.2 5 5 5c1.5 0 2.8-.7 3.8-1.7l7.5 4.3c-.2.4-.3.9-.3 1.4 0 2.8 2.2 5 5 5s5-2.2 5-5-2.2-5-5-5zm0-16c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3zM7 19c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3zm16 9c-1.7 0-3-1.3-3-3s1.3-3 3-3 3 1.3 3 3-1.3 3-3 3z","viewbox":"0 0 32 32"},{"name":"skip_backwards","definition":"M25.708 4.292a.998.998 0 0 1 0 1.412l-9.872 9.872a.6.6 0 0 0 0 .848l9.872 9.872a.998.998 0 1 1-1.412 1.412l-9.872-9.872a2.596 2.596 0 0 1 0-3.671l9.872-9.873a.998.998 0 0 1 1.412 0ZM7 4.02a1 1 0 0 1 1 1v22a1 1 0 1 1-2 0v-22a1 1 0 0 1 1-1Z","viewbox":"0 0 32 32"},{"name":"skip_forward","definition":"M6.292 27.708a.998.998 0 0 1 0-1.412l9.873-9.872a.6.6 0 0 0 0-.848L6.292 5.704a.998.998 0 0 1 1.412-1.412l9.872 9.873a2.596 2.596 0 0 1 0 3.67l-9.872 9.873a.998.998 0 0 1-1.412 0ZM25 4a1 1 0 0 1 1 1v22a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Z","viewbox":"0 0 32 32"},{"name":"smartphone_inactive","definition":"M26 21.757V4a2 2 0 0 0-2-2H8c-.49 0-.94.177-1.288.47L8.242 4H24v15.757l2 2ZM8 12.243V28h15.757l1.53 1.53c-.347.293-.796.47-1.287.47H8a2 2 0 0 1-2-2V10.243l2 2ZM15 6a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2h-2ZM2.293 2.293a1 1 0 0 1 1.414 0l26 26a1 1 0 0 1-1.414 1.414l-26-26a1 1 0 0 1 0-1.414Z","viewbox":"0 0 32 32"},{"name":"smartphone","definition":"M6 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v24a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V4Zm18 0H8v24h16V4ZM14 7a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Z","viewbox":"0 0 32 32"},{"name":"sorting","definition":"M11.488 2.565V22a1 1 0 1 1-2 0V2.565h2ZM16.618 9.786a1 1 0 0 1-1.404-.168l-4.242-5.399a.6.6 0 0 0-.944 0L5.786 9.618a1 1 0 0 1-1.572-1.236l4.242-5.399a2.6 2.6 0 0 1 4.088 0l4.242 5.4a1 1 0 0 1-.168 1.403Zm3.894 19.648V10a1 1 0 0 1 2 0v19.434h-2ZM15.382 22.214a1 1 0 0 1 1.404.168l4.242 5.399a.6.6 0 0 0 .944 0l4.242-5.399a1 1 0 0 1 1.572 1.236l-4.242 5.399a2.6 2.6 0 0 1-4.088 0l-4.242-5.4a1 1 0 0 1 .168-1.403Z","viewbox":"0 0 32 32"},{"name":"speedometer_inactive","definition":"M3.707 2.293a1 1 0 0 0-1.414 1.414l26 26a1 1 0 0 0 1.414-1.414l-26-26ZM25.9 8.102c4.322 4.324 5.227 10.772 2.714 15.985L27.1 22.573c.471-1.147.757-2.351.858-3.569H26a1 1 0 0 1 0-2h1.959a11.952 11.952 0 0 0-2.796-6.751l-5.19 5.192-1.415-1.414 5.191-5.193A11.946 11.946 0 0 0 17 6.042v1.96a1 1 0 1 1-2 0v-1.96a11.997 11.997 0 0 0-3.57.86L9.914 5.388c5.213-2.516 11.66-1.611 15.985 2.714Zm-12.76 8.995 3.767 3.768a3 3 0 0 1-3.768-3.768Zm-9.099-.093a11.954 11.954 0 0 1 2.551-6.454L5.17 9.128c-4.517 5.5-4.207 13.64.93 18.778h.002l.002.001a1 1 0 0 0 1.414 0l2.123-2.123a1 1 0 0 0-1.415-1.415l-1.388 1.389a11.952 11.952 0 0 1-2.797-6.754H6a1 1 0 0 0 0-2H4.041Z","viewbox":"0 0 32 32"},{"name":"speedometer","definition":"M8.252 8.737A11.946 11.946 0 0 1 15 5.942v1.96a1 1 0 1 0 2 0v-1.96a11.945 11.945 0 0 1 6.75 2.796l-6.456 6.458a3 3 0 1 0 1.414 1.415l6.456-6.458a11.953 11.953 0 0 1 2.795 6.75H26a1 1 0 0 0 0 2.001h1.959a11.953 11.953 0 0 1-2.795 6.751l-1.386-1.386a1 1 0 1 0-1.415 1.415l2.123 2.123a1 1 0 0 0 1.445-.032c5.436-5.471 5.426-14.315-.031-19.773-5.462-5.464-14.313-5.47-19.782-.017L6.102 8l-.016.016c-5.453 5.47-5.448 14.325.015 19.79l.001-.002.002.002a1 1 0 0 0 1.414 0l2.123-2.123a1 1 0 0 0-1.414-1.415l-1.388 1.389a11.953 11.953 0 0 1-2.797-6.754H6a1 1 0 0 0 0-2H4.042a11.952 11.952 0 0 1 2.796-6.752l1.386 1.386a1 1 0 1 0 1.415-1.414L8.252 8.737ZM15 17.904a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z","viewbox":"0 0 32 32"},{"name":"star","definition":"m16 5.095-2.875 6.782a1.8 1.8 0 0 1-1.505 1.091l-7.35.624 5.584 4.838a1.8 1.8 0 0 1 .574 1.77L8.75 27.386l6.319-3.814a1.8 1.8 0 0 1 1.86 0l6.32 3.814-1.678-7.188a1.8 1.8 0 0 1 .575-1.77l5.584-4.837-7.351-.624a1.8 1.8 0 0 1-1.505-1.09L16 5.094ZM14.343 3.88c.62-1.464 2.694-1.464 3.314 0l3.012 7.106 7.703.653c1.587.135 2.23 2.112 1.027 3.154l-5.852 5.07 1.758 7.532c.361 1.55-1.32 2.772-2.684 1.95L16 25.348l-6.621 3.997c-1.364.822-3.045-.4-2.683-1.95l1.757-7.533L2.6 14.793c-1.203-1.042-.56-3.02 1.027-3.154l7.703-.653 3.012-7.106Z","viewbox":"0 0 32 32"},{"name":"support","definition":"M16 4C9.4 4 4 9.4 4 16s5.4 12 12 12 12-5.4 12-12S22.7 4 16 4zM2 16C2 8.3 8.3 2 16 2s14 6.3 14 14-6.3 14-14 14c-7.7.1-14-6.2-14-14zm12.5 2.5c0-.5.1-.9.3-1.2.2-.4.5-.7 1-1.1l.8-.7c.4-.4.7-.7.9-1 .2-.3.2-.7.2-1v-.2c0-.5-.1-.8-.4-1.1-.3-.3-.6-.4-1.1-.4-1 0-1.6.6-1.7 1.8H12c.1-1.1.4-2 1.1-2.6.7-.7 1.7-1 3-1s2.3.3 2.9 1c.7.6 1 1.5 1 2.5 0 .7-.2 1.3-.5 1.8s-.8 1.1-1.6 1.8l-.5.5c-.2.2-.3.4-.4.7-.1.2-.1.5-.1.8h-2.5v-.6zm-.1 1.7h2.5v2.4h-2.5v-2.4z","viewbox":"0 0 32 32"},{"name":"tick","definition":"M27.7 8.5c.4.4.4 1 0 1.4L19 18.6l-1.2 1.2-4.8 4.8c-.2.2-.4.3-.7.3-.3 0-.5-.1-.7-.3l-7.4-7.4c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l6.6 6.7 4.1-4.1 1.2-1.2c2.4-2.4 5.2-5.1 8.6-8.7.6-.4 1.3-.4 1.6 0z","viewbox":"0 0 32 32"},{"name":"timer","definition":"M21.707 12.293a1 1 0 0 1 0 1.414l-3 3a3 3 0 1 1-1.414-1.414l3-3a1 1 0 0 1 1.414 0ZM16 17a1 1 0 1 0 0 2 1 1 0 0 0 0-2ZM13 2a1 1 0 1 0 0 2h2v2.041C8.84 6.55 4 11.71 4 18c0 6.627 5.373 12 12 12s12-5.373 12-12c0-6.29-4.84-11.45-11-11.959V4h2a1 1 0 1 0 0-2h-6ZM6 18c0-5.522 4.475-9.998 9.997-10h.006C21.524 8.002 26 12.478 26 18c0 5.523-4.477 10-10 10S6 23.523 6 18Z","viewbox":"0 0 32 32"},{"name":"tool_inactive","definition":"M24.6 20.1c.3-.2.5-.4.8-.7 2.7-2.7 3.3-6.6 1.9-9.9-.1-.3-.4-.5-.7-.6-.3-.1-.7 0-.9.3l-4.9 4.9c-.4.4-1 .6-1.5.6l1.7 1.7c.4-.2.9-.5 1.2-.8l3.8-3.8c.4 2.2-.3 4.5-1.9 6.2-.3.3-.5.5-.8.7l1.3 1.4zm-12-3.6c0 .1-.1.2-.2.3l-5.8 5.8c-.8.8-.8 2 0 2.8s2 .8 2.8 0l5.8-5.8c.1-.1.2-.2.3-.2l2.5 2.5c-.6-.1-1.2-.2-1.8-.4l-5.3 5.3c-1.6 1.6-4.1 1.6-5.7 0-1.6-1.6-1.6-4.1 0-5.7l5.3-5.3c-.2-.6-.3-1.2-.4-1.8l2.5 2.5zm3-5.4c.2-.4.5-.9.8-1.2l3.8-3.8C18 5.7 15.7 6.4 14 8c-.3.3-.5.5-.7.8l-1.4-1.4c.2-.3.4-.5.7-.8 2.7-2.7 6.6-3.3 9.9-1.9.3.1.5.4.6.7.1.3 0 .7-.3.9l-4.9 4.9c-.4.4-.6 1-.6 1.5l-1.7-1.6zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"tool","definition":"M23.107 5.44a1 1 0 0 1-.274.897l-4.945 4.946a2 2 0 0 0 2.83 2.83l4.945-4.946a1 1 0 0 1 1.626.317 8.995 8.995 0 0 1-11.15 12.033l-5.312 5.312a3.999 3.999 0 0 1-5.656-5.656l5.312-5.312a8.995 8.995 0 0 1 12.033-11.15 1 1 0 0 1 .591.729Zm-2.87.667a6.996 6.996 0 0 0-7.672 9.615 1 1 0 0 1-.213 1.096l-5.768 5.768a2 2 0 0 0 2.83 2.83l5.768-5.768a1 1 0 0 1 1.096-.214 6.996 6.996 0 0 0 9.615-7.672l-3.763 3.763a3.999 3.999 0 0 1-5.655-5.655l3.763-3.763Z","viewbox":"0 0 32 32"},{"name":"trailer","definition":"M26 0H6a2 2 0 0 0-2 2v7H1c-.6 0-1 .5-1 1s.5 1 1 1h25a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2Zm0 9H6V2h20v7ZM7.5 13a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Zm17-5a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7Zm0 5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3Z","viewbox":"0 0 28 20"},{"name":"trash_inactive","definition":"M25.4 21.2 27.8 8H29c.6 0 1-.4 1-1s-.4-1-1-1h-8V4c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v2h-.8l2 2h13.6l-2.1 11.5 1.7 1.7zM19 6h-6V4h6v2zM6.7 11l3.1 17h12.3l.2-1.3 1.7 1.7c-.2.9-1 1.6-2 1.6H9.8c-1 0-1.8-.7-2-1.6L4.3 8.5 6.7 11zM3.8 8 2.2 6.4c-.1.2-.2.4-.2.6 0 .6.4 1 1 1h.8zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"trash","definition":"M29 6h-8V4c0-1.1-.9-2-2-2h-6c-1.1 0-2 .9-2 2v2H3c-.5 0-1 .4-1 1s.5 1 1 1h1.2l3.7 20.4c.2 1 1 1.6 2 1.6h12.3c1 0 1.8-.7 2-1.6L27.8 8H29c.5 0 1-.5 1-1s-.5-1-1-1zM13 4h6v2h-6V4zm9.2 24H9.8L6.2 8h19.6l-3.6 20z","viewbox":"0 0 32 32"},{"name":"truck","definition":"M8 5.635V28h1.382l.724-1.447A1 1 0 0 1 11 26h10a1 1 0 0 1 .894.553L22.618 28H24V5.634C21.272 4.425 17.944 4 16 4c-1.785 0-5.255.427-8 1.635Zm-1.447-1.53C9.738 2.514 13.907 2 16 2c2.27 0 6.264.514 9.447 2.106A1 1 0 0 1 26 5v24a1 1 0 0 1-1 1h-3a1 1 0 0 1-.894-.553L20.382 28h-8.764l-.724 1.447A1 1 0 0 1 10 30H7a1 1 0 0 1-1-1V5a1 1 0 0 1 .553-.894ZM3 9a1 1 0 0 1 1-1h24a1 1 0 0 1 1 1v5.5a1 1 0 0 1-.737.965l-4.923 1.342-1.366 5.918a1 1 0 0 1-.778.756c-.873.174-3.11.519-5.196.519-2.087 0-4.323-.345-5.196-.52a1 1 0 0 1-.778-.755L8.66 16.807l-4.923-1.342A1 1 0 0 1 3 14.5V9Zm2 1v3.736l4.763 1.3a1 1 0 0 1 .711.74l1.352 5.856C12.83 21.795 14.474 22 16 22c1.526 0 3.169-.205 4.174-.368l1.352-5.857a1 1 0 0 1 .71-.74L27 13.736V10H5Z","viewbox":"0 0 32 32"},{"name":"upload","definition":"M26.809 4.01a1 1 0 0 0 0-2H5.188a1 1 0 1 0 0 2h21.62Zm.911 14.03a1 1 0 0 1-1.414 0l-9.31-9.31v20.303a1 1 0 1 1-2 0V8.73l-9.31 9.31a1 1 0 0 1-1.414-1.415l9.886-9.885a2.6 2.6 0 0 1 3.677 0l9.885 9.886a1 1 0 0 1 0 1.414Z","viewbox":"0 0 32 32"},{"name":"wallet","definition":"M2.5 6c0-1.1.9-2 2-2h19a1 1 0 1 1 0 2h-19v2h22a2 2 0 0 1 2 2v3a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2v3a2 2 0 0 1-2 2h-22a2 2 0 0 1-2-2V6Zm24 15h-4a2 2 0 0 1-2-2v-4c0-1.1.9-2 2-2h4v-3h-22v14h22v-3Zm2-6h-6v4h6v-4Z","viewbox":"0 0 33 32"},{"name":"warning","definition":"M14.8 16.5V13h2.4v3.5l-.4 4.3h-1.7l-.3-4.3zm0 5.6h2.5v2.4h-2.5v-2.4zM16 2c.4 0 .7.2.9.5l13 25c.2.3.1.7 0 1-.2.3-.6.5-.9.5H3c-.3 0-.7-.2-.9-.5-.2-.3-.2-.7 0-1l13-25c.2-.3.5-.5.9-.5zM4.6 27h22.7L16 5.2 4.6 27z","viewbox":"0 0 32 32"},{"name":"wifi_inactive","definition":"M17.7 13.5c2.5.4 4.9 1.5 6.8 3.4.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4-2.8-2.8-6.6-4.2-10.3-4.1l2.1 2.1zm-5.1-5.2c5.5-1.1 11.4.5 15.7 4.8.4.4 1 .4 1.4 0 .4-.4.4-1 0-1.4-5.1-5.1-12.3-6.8-18.8-5l1.7 1.6zm-7.5 1 1.4 1.4c-1 .7-2 1.4-2.8 2.3-.4.4-1 .4-1.4 0s-.4-1 0-1.4c.9-.8 1.8-1.6 2.8-2.3zM9 13.2l1.5 1.5c-1.1.6-2.1 1.3-3 2.2-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4.9-.9 1.8-1.7 2.9-2.3zm4 4c-1.1.4-2.2 1.1-3.1 2-.4.4-.4 1 0 1.4.4.4 1 .4 1.4 0 .9-.9 2.1-1.6 3.3-1.8L13 17.2zm3 8.8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zM2.3 2.3c.4-.4 1-.4 1.4 0l26 26c.4.4.4 1 0 1.4-.4.4-1 .4-1.4 0l-26-26c-.4-.4-.4-1 0-1.4z","viewbox":"0 0 32 32"},{"name":"wifi","definition":"M18 24c0 1.1-.9 2-2 2s-2-.9-2-2 .9-2 2-2 2 .9 2 2zm10.3-10.9c-6.8-6.8-17.8-6.8-24.6 0-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4 7.6-7.6 19.8-7.6 27.4 0 .4.4.4 1 0 1.4-.4.4-1 .4-1.4 0zm-7.6 7.5c-2.6-2.6-6.9-2.6-9.5 0-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4 3.4-3.4 8.9-3.4 12.3 0 .4.4.4 1 0 1.4-.3.4-1 .4-1.4 0zm3.8-3.7c-4.7-4.7-12.3-4.7-17 0-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4 5.5-5.5 14.4-5.5 19.9 0 .4.4.4 1 0 1.4-.5.4-1.1.4-1.5 0z","viewbox":"0 0 32 32"}]',this.arrayOfIcons=[]}componentWillLoad(){this.arrayDataWatcher(this.icons_object)}arrayDataWatcher(a){this.arrayOfIcons="string"==typeof a?JSON.parse(a):a,this.arrayOfIcons=[...this.arrayOfIcons]}render(){return i(c,{key:"905914904d2afac05280f9daf9834b89aa3ec14f"},this.setIcons())}};e.style=":host{display:inline-block;vertical-align:middle;line-height:0}:host,:host *,:host *::before,:host *::after{box-sizing:border-box}:host svg{fill:currentcolor}";export{e as tds_icon}
@@ -0,0 +1 @@
1
+ import{r as t,h as o,H as s,g as i}from"./p-2049fab2.js";import{i as e}from"./p-3fe9cbbf.js";const d=class{constructor(o){t(this,o),this.popperjsExtraModifiers=[{name:"positionCalc",enabled:!0,phase:"main",fn:({state:t})=>{"bottom-start"===t.placement||"right-start"===t.placement?this.border="top-left":"bottom-end"===t.placement||"left-start"===t.placement?this.border="top-right":"top-end"===t.placement||"left-end"===t.placement?this.border="bottom-right":"top-start"===t.placement||"right-end"===t.placement?this.border="bottom-left":"bottom"!==t.placement&&"top"!==t.placement||(this.border="default")}}],this.inheritedAttributes=[],this.text="",this.selector=void 0,this.referenceEl=void 0,this.defaultShow=!1,this.mouseOverTooltip=!1,this.trigger="hover",this.show=null,this.placement="bottom",this.offsetSkidding=0,this.offsetDistance=8}componentWillLoad(){this.inheritedAttributes=e(this.host,["style","class"])}determineTrigger(){return"hover"===this.trigger?this.mouseOverTooltip?"hover-popover":"hover":this.trigger}render(){var t;return o(s,{key:"9e3e3840a62647a01b23e7044dd60477febc13a3"},o("tds-popover-core",Object.assign({key:"dfacc8db0d6f8895d7c62f46bffb83c24e6ad368"},this.inheritedAttributes,{class:{"tds-tooltip":!0,[`tds-tooltip-${this.border}`]:!0,[null!==(t=this.inheritedAttributes.class)&&void 0!==t?t:""]:!0,"tds-tooltip-show":this.show},selector:this.selector,referenceEl:this.referenceEl,trigger:this.determineTrigger(),modifiers:this.popperjsExtraModifiers,offsetSkidding:this.offsetSkidding,offsetDistance:this.offsetDistance,show:this.show,placement:this.placement,autoHide:!1,onInternalTdsShow:()=>{this.show=!0},onInternalTdsClose:()=>{this.show=!1},defaultShow:this.defaultShow}),this.text,o("slot",{key:"8a4bda8a105e6cc253cb3c3f1e4363077e6ec8a9"})))}get host(){return i(this)}};d.style=".tds-tooltip.sc-tds-tooltip{box-sizing:border-box;font:var(--tds-detail-05);letter-spacing:var(--tds-detail-05-ls);color:var(--tds-tooltip-color);background-color:var(--tds-tooltip-background);border-radius:4px;padding:8px;word-wrap:break-word;max-width:192px;z-index:900;opacity:0;visibility:hidden;transition:opacity 200ms ease-in, visibility 200ms ease-in}.tds-tooltip.sc-tds-tooltip *.sc-tds-tooltip{box-sizing:border-box}.tds-tooltip.tds-tooltip-top-left.sc-tds-tooltip{border-radius:0 4px 4px}.tds-tooltip.tds-tooltip-top-right.sc-tds-tooltip{border-radius:4px 0 4px 4px}.tds-tooltip.tds-tooltip-bottom-right.sc-tds-tooltip{border-radius:4px 4px 0}.tds-tooltip.tds-tooltip-bottom-left.sc-tds-tooltip{border-radius:4px 4px 4px 0}.tds-tooltip-show.sc-tds-tooltip{opacity:1;visibility:visible}";export{d as tds_tooltip}