@scania/tegel 1.18.0 → 1.19.0-1.19.0-stencil-upgrade-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/tds-badge.cjs.entry.js +1 -1
- package/dist/cjs/tds-dropdown_2.cjs.entry.js +1 -1
- package/dist/cjs/tds-icon.cjs.entry.js +1 -1
- package/dist/cjs/tds-popover-canvas.cjs.entry.js +4 -3
- package/dist/cjs/tds-popover-core.cjs.entry.js +20 -10
- package/dist/cjs/tds-popover-menu.cjs.entry.js +4 -3
- package/dist/cjs/tds-slider.cjs.entry.js +7 -10
- package/dist/cjs/tds-table-footer.cjs.entry.js +1 -1
- package/dist/cjs/tds-text-field.cjs.entry.js +13 -7
- package/dist/cjs/tds-textarea.cjs.entry.js +1 -1
- package/dist/cjs/tds-tooltip.cjs.entry.js +4 -3
- package/dist/cjs/tegel.cjs.js +1 -1
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCY-Bold.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCY-Italic.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCY-Regular.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYCondensed-Bold.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYCondensed-Italic.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYCondensed-Regular.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYHeadline-Bold.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYHeadline-Regular.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Bold.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Italic.woff +0 -0
- package/dist/collection/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Regular.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSans-Bold.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSans-Italic.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSans-Regular.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSansCondensed-Bold.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSansCondensed-Italic.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSansCondensed-Regular.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSansHeadline-Bold.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSansHeadline-Regular.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSansSemiCondensed-Bold.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSansSemiCondensed-Italic.woff +0 -0
- package/dist/collection/assets/fonts/latin/ScaniaSansSemiCondensed-Regular.woff +0 -0
- package/dist/collection/assets/logos/scania-symbol.png +0 -0
- package/dist/collection/assets/logos/scania-symbol.svg +1 -0
- package/dist/collection/assets/logos/scania-wordmark-white.svg +1 -0
- package/dist/collection/components/badge/badge.css +0 -1
- package/dist/collection/components/banner/banner.js +1 -1
- package/dist/collection/components/dropdown/dropdown.css +5 -2
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/icon/iconsArray.js +4 -1
- package/dist/collection/components/popover-canvas/popover-canvas.js +24 -6
- package/dist/collection/components/popover-core/popover-core.js +42 -14
- package/dist/collection/components/popover-menu/popover-menu.js +24 -6
- package/dist/collection/components/slider/slider.js +7 -10
- package/dist/collection/components/table/table-footer/table-footer.css +1 -1
- package/dist/collection/components/text-field/text-field.css +17 -16
- package/dist/collection/components/text-field/text-field.js +12 -6
- package/dist/collection/components/textarea/textarea.css +1 -4
- package/dist/collection/components/tooltip/tooltip.js +24 -6
- package/dist/components/{p-dc461e7b.js → p-1e1cf7f4.js} +22 -10
- package/dist/components/{p-8e74bb22.js → p-410c202c.js} +1 -1
- package/dist/components/{p-a9609e88.js → p-cc6e8a0d.js} +6 -4
- package/dist/components/{p-1c256b8d.js → p-dba781c9.js} +1 -1
- package/dist/components/{p-f5531179.js → p-fac03847.js} +2 -2
- package/dist/components/p-fbc57b28.js +65 -0
- package/dist/components/tds-accordion-item.js +1 -1
- package/dist/components/tds-badge.js +1 -1
- package/dist/components/tds-banner.js +1 -1
- package/dist/components/tds-datetime.js +1 -1
- package/dist/components/tds-dropdown-option.js +1 -1
- package/dist/components/tds-dropdown.js +1 -1
- package/dist/components/tds-folder-tabs.js +1 -1
- package/dist/components/tds-footer-group.js +1 -1
- package/dist/components/tds-header-cell.js +1 -1
- package/dist/components/tds-header-dropdown.js +3 -3
- package/dist/components/tds-header-hamburger.js +1 -1
- package/dist/components/tds-header-launcher-button.js +1 -1
- package/dist/components/tds-header-launcher.js +4 -4
- package/dist/components/tds-icon.js +1 -1
- package/dist/components/tds-inline-tabs.js +1 -1
- package/dist/components/tds-message.js +1 -1
- package/dist/components/tds-modal.js +1 -1
- package/dist/components/tds-navigation-tabs.js +1 -1
- package/dist/components/tds-popover-canvas.js +1 -1
- package/dist/components/tds-popover-core.js +1 -1
- package/dist/components/tds-popover-menu.js +6 -4
- package/dist/components/tds-side-menu-close-button.js +1 -1
- package/dist/components/tds-side-menu-dropdown.js +1 -1
- package/dist/components/tds-slider.js +8 -11
- package/dist/components/tds-step.js +1 -1
- package/dist/components/tds-table-body-input-wrapper.js +1 -1
- package/dist/components/tds-table-footer.js +4 -4
- package/dist/components/tds-table-header-input-wrapper.js +1 -1
- package/dist/components/tds-table-toolbar.js +1 -1
- package/dist/components/tds-text-field.js +14 -8
- package/dist/components/tds-textarea.js +2 -2
- package/dist/components/tds-toast.js +1 -1
- package/dist/components/tds-tooltip.js +6 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tds-badge.entry.js +1 -1
- package/dist/esm/tds-dropdown_2.entry.js +1 -1
- package/dist/esm/tds-icon.entry.js +1 -1
- package/dist/esm/tds-popover-canvas.entry.js +4 -3
- package/dist/esm/tds-popover-core.entry.js +20 -10
- package/dist/esm/tds-popover-menu.entry.js +4 -3
- package/dist/esm/tds-slider.entry.js +7 -10
- package/dist/esm/tds-table-footer.entry.js +1 -1
- package/dist/esm/tds-text-field.entry.js +13 -7
- package/dist/esm/tds-textarea.entry.js +1 -1
- package/dist/esm/tds-tooltip.entry.js +4 -3
- package/dist/esm/tegel.js +1 -1
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCY-Bold.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCY-Italic.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCY-Regular.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYCondensed-Bold.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYCondensed-Italic.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYCondensed-Regular.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYHeadline-Bold.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYHeadline-Regular.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Bold.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Italic.woff +0 -0
- package/dist/tegel/assets/fonts/cyrillic/ScaniaSansCYSemiCondensed-Regular.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSans-Bold.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSans-Italic.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSans-Regular.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSansCondensed-Bold.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSansCondensed-Italic.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSansCondensed-Regular.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSansHeadline-Bold.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSansHeadline-Regular.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSansSemiCondensed-Bold.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSansSemiCondensed-Italic.woff +0 -0
- package/dist/tegel/assets/fonts/latin/ScaniaSansSemiCondensed-Regular.woff +0 -0
- package/dist/tegel/assets/logos/scania-symbol.png +0 -0
- package/dist/tegel/assets/logos/scania-symbol.svg +1 -0
- package/dist/tegel/assets/logos/scania-wordmark-white.svg +1 -0
- package/dist/tegel/{p-137929b7.entry.js → p-26ae4a93.entry.js} +1 -1
- package/dist/tegel/p-340cadba.entry.js +1 -0
- package/dist/tegel/p-443d8501.entry.js +1 -0
- package/dist/tegel/{p-52be41ce.entry.js → p-9d90d6b0.entry.js} +1 -1
- package/dist/tegel/{p-285d7485.entry.js → p-abfe76a9.entry.js} +1 -1
- package/dist/tegel/p-b810cf07.entry.js +1 -0
- package/dist/tegel/p-b8f8a973.entry.js +1 -0
- package/dist/tegel/p-bb86ab14.entry.js +1 -0
- package/dist/tegel/p-e77d409f.entry.js +1 -0
- package/dist/tegel/p-f04a31b1.entry.js +1 -0
- package/dist/tegel/{p-0f486a7c.entry.js → p-f1c172a4.entry.js} +1 -1
- package/dist/tegel/tegel.css +7 -3
- package/dist/tegel/tegel.esm.js +1 -1
- package/dist/types/components/popover-canvas/popover-canvas.d.ts +4 -1
- package/dist/types/components/popover-core/popover-core.d.ts +9 -3
- package/dist/types/components/popover-menu/popover-menu.d.ts +3 -1
- package/dist/types/components/tooltip/tooltip.d.ts +3 -1
- package/dist/types/components.d.ts +40 -8
- package/dist/types/types/Icons.d.ts +1 -1
- package/package.json +9 -4
- package/scripts/copy-assets.mjs +118 -0
- package/dist/components/p-3e74be57.js +0 -65
- package/dist/tegel/p-1ce239bf.entry.js +0 -1
- package/dist/tegel/p-2b030cef.entry.js +0 -1
- package/dist/tegel/p-4bab99d5.entry.js +0 -1
- package/dist/tegel/p-73dd2dbb.entry.js +0 -1
- package/dist/tegel/p-831111e9.entry.js +0 -1
- package/dist/tegel/p-cd289e17.entry.js +0 -1
- 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>
|
|
@@ -66,7 +66,7 @@ export class TdsBanner {
|
|
|
66
66
|
"mutable": false,
|
|
67
67
|
"complexType": {
|
|
68
68
|
"original": "IconNames",
|
|
69
|
-
"resolved": "\"profile\" | \"info\" | \"error\" | \"global\" | \"copy\" | \"document\" | \"link\" | \"image\" | \"download\" | \"print\" | \"arrow_diagonal\" | \"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"back\" | \"bento\" | \"burger\" | \"calendar_inactive\" | \"calendar\" | \"card\" | \"cart\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"clock_inactive\" | \"clock\" | \"contact_inactive\" | \"contact\" | \"cross\" | \"dashboard\" | \"document_check\" | \"document_doc\" | \"document_eye\" | \"document_pdf\" | \"document_ppt\" | \"document_tool\" | \"document_wrong\" | \"document_xls\" | \"dollar\" | \"doner\" | \"double_kebab\" | \"edit_inactive\" | \"edit\" | \"email\" | \"export_inactive\" | \"export\" | \"eye_inactive\" | \"eye\" | \"face_dissatisfied\" | \"face_neutral\" | \"face_satisfied\" | \"filters_inactive\" | \"filters\" | \"folder\" | \"fuel_gauge_inactive\" | \"fuel_gauge\" | \"heart_inactive\" | \"heart\" | \"home_inactive\" | \"home\" | \"image_add\" | \"image_inactive\" | \"image_set\" | \"insights\" | \"kebab\" | \"link_broken\" | \"lock_inactive\" | \"lock\" | \"meatballs\" | \"message_inactive\" | \"message\" | \"mileage_inactive\" | \"mileage\" | \"minus\" | \"notification_inactive\" | \"notification\" | \"phone_inactive\" | \"phone\" | \"pin_inactive\" | \"pin\" | \"plus\" | \"print_inactive\" | \"profile_inactive\" | \"proportions_inactive\" | \"proportions\" | \"redirect\" | \"refresh\" | \"report_inactive\" | \"report\" | \"save_inactive\" | \"save\" | \"search\" | \"send_inactive\" | \"send\" | \"settings\" | \"share\" | \"skip_backwards\" | \"skip_forward\" | \"smartphone_inactive\" | \"smartphone\" | \"sorting\" | \"speedometer_inactive\" | \"speedometer\" | \"star\" | \"support\" | \"tick\" | \"timer\" | \"tool_inactive\" | \"tool\" | \"trash_inactive\" | \"trash\" | \"truck\" | \"upload\" | \"wallet\" | \"warning\" | \"wifi_inactive\" | \"wifi\"",
|
|
69
|
+
"resolved": "\"profile\" | \"info\" | \"error\" | \"global\" | \"copy\" | \"document\" | \"link\" | \"image\" | \"download\" | \"history\" | \"print\" | \"arrow_diagonal\" | \"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"back\" | \"bento\" | \"burger\" | \"calendar_inactive\" | \"calendar\" | \"card\" | \"cart\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"clock_inactive\" | \"clock\" | \"contact_inactive\" | \"contact\" | \"cross\" | \"dashboard\" | \"document_check\" | \"document_doc\" | \"document_eye\" | \"document_pdf\" | \"document_ppt\" | \"document_tool\" | \"document_wrong\" | \"document_xls\" | \"dollar\" | \"doner\" | \"double_kebab\" | \"edit_inactive\" | \"edit\" | \"email\" | \"export_inactive\" | \"export\" | \"eye_inactive\" | \"eye\" | \"face_dissatisfied\" | \"face_neutral\" | \"face_satisfied\" | \"filters_inactive\" | \"filters\" | \"flash\" | \"folder\" | \"fuel_gauge_inactive\" | \"fuel_gauge\" | \"heart_inactive\" | \"heart\" | \"home_inactive\" | \"home\" | \"image_add\" | \"image_inactive\" | \"image_set\" | \"insights\" | \"kebab\" | \"link_broken\" | \"lock_inactive\" | \"lock\" | \"meatballs\" | \"message_inactive\" | \"message\" | \"mileage_inactive\" | \"mileage\" | \"minus\" | \"notification_inactive\" | \"notification\" | \"phone_inactive\" | \"phone\" | \"pin_inactive\" | \"pin\" | \"plus\" | \"print_inactive\" | \"profile_inactive\" | \"proportions_inactive\" | \"proportions\" | \"redirect\" | \"refresh\" | \"report_inactive\" | \"report\" | \"save_inactive\" | \"save\" | \"search\" | \"send_inactive\" | \"send\" | \"settings\" | \"share\" | \"skip_backwards\" | \"skip_forward\" | \"smartphone_inactive\" | \"smartphone\" | \"sorting\" | \"speedometer_inactive\" | \"speedometer\" | \"star\" | \"support\" | \"tick\" | \"timer\" | \"tool_inactive\" | \"tool\" | \"trailer\" | \"trash_inactive\" | \"trash\" | \"truck\" | \"upload\" | \"wallet\" | \"warning\" | \"wifi_inactive\" | \"wifi\"",
|
|
70
70
|
"references": {
|
|
71
71
|
"IconNames": {
|
|
72
72
|
"location": "import",
|
|
@@ -85,6 +85,9 @@
|
|
|
85
85
|
width: 100%;
|
|
86
86
|
height: 100%;
|
|
87
87
|
}
|
|
88
|
+
:host .filter .value-wrapper input {
|
|
89
|
+
color: var(--tds-dropdown-filter-input-color);
|
|
90
|
+
}
|
|
88
91
|
:host .filter .label-inside-as-placeholder {
|
|
89
92
|
position: absolute;
|
|
90
93
|
font: var(--tds-detail-02);
|
|
@@ -317,7 +320,7 @@ body {
|
|
|
317
320
|
transform-origin: top;
|
|
318
321
|
transition: transform 0.2s ease-in-out;
|
|
319
322
|
box-shadow: rgba(0, 0, 0, 0.1) 0 2px 3px 0;
|
|
320
|
-
border-radius:
|
|
323
|
+
border-radius: var(--tds-dropdown-list-border-radius-down);
|
|
321
324
|
overflow-y: auto;
|
|
322
325
|
}
|
|
323
326
|
:host .dropdown-list:hover::-webkit-scrollbar-thumb {
|
|
@@ -367,7 +370,7 @@ body {
|
|
|
367
370
|
display: flex;
|
|
368
371
|
flex-direction: column-reverse;
|
|
369
372
|
box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 3px 0;
|
|
370
|
-
border-radius:
|
|
373
|
+
border-radius: var(--tds-dropdown-list-border-radius-up);
|
|
371
374
|
}
|
|
372
375
|
:host .dropdown-list.up.label-outside {
|
|
373
376
|
bottom: calc(100% - 24px);
|
|
@@ -49,7 +49,7 @@ export class Icon {
|
|
|
49
49
|
"mutable": false,
|
|
50
50
|
"complexType": {
|
|
51
51
|
"original": "IconNames",
|
|
52
|
-
"resolved": "\"profile\" | \"info\" | \"error\" | \"global\" | \"copy\" | \"document\" | \"link\" | \"image\" | \"download\" | \"print\" | \"arrow_diagonal\" | \"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"back\" | \"bento\" | \"burger\" | \"calendar_inactive\" | \"calendar\" | \"card\" | \"cart\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"clock_inactive\" | \"clock\" | \"contact_inactive\" | \"contact\" | \"cross\" | \"dashboard\" | \"document_check\" | \"document_doc\" | \"document_eye\" | \"document_pdf\" | \"document_ppt\" | \"document_tool\" | \"document_wrong\" | \"document_xls\" | \"dollar\" | \"doner\" | \"double_kebab\" | \"edit_inactive\" | \"edit\" | \"email\" | \"export_inactive\" | \"export\" | \"eye_inactive\" | \"eye\" | \"face_dissatisfied\" | \"face_neutral\" | \"face_satisfied\" | \"filters_inactive\" | \"filters\" | \"folder\" | \"fuel_gauge_inactive\" | \"fuel_gauge\" | \"heart_inactive\" | \"heart\" | \"home_inactive\" | \"home\" | \"image_add\" | \"image_inactive\" | \"image_set\" | \"insights\" | \"kebab\" | \"link_broken\" | \"lock_inactive\" | \"lock\" | \"meatballs\" | \"message_inactive\" | \"message\" | \"mileage_inactive\" | \"mileage\" | \"minus\" | \"notification_inactive\" | \"notification\" | \"phone_inactive\" | \"phone\" | \"pin_inactive\" | \"pin\" | \"plus\" | \"print_inactive\" | \"profile_inactive\" | \"proportions_inactive\" | \"proportions\" | \"redirect\" | \"refresh\" | \"report_inactive\" | \"report\" | \"save_inactive\" | \"save\" | \"search\" | \"send_inactive\" | \"send\" | \"settings\" | \"share\" | \"skip_backwards\" | \"skip_forward\" | \"smartphone_inactive\" | \"smartphone\" | \"sorting\" | \"speedometer_inactive\" | \"speedometer\" | \"star\" | \"support\" | \"tick\" | \"timer\" | \"tool_inactive\" | \"tool\" | \"trash_inactive\" | \"trash\" | \"truck\" | \"upload\" | \"wallet\" | \"warning\" | \"wifi_inactive\" | \"wifi\"",
|
|
52
|
+
"resolved": "\"profile\" | \"info\" | \"error\" | \"global\" | \"copy\" | \"document\" | \"link\" | \"image\" | \"download\" | \"history\" | \"print\" | \"arrow_diagonal\" | \"arrow_down\" | \"arrow_left\" | \"arrow_right\" | \"arrow_up\" | \"back\" | \"bento\" | \"burger\" | \"calendar_inactive\" | \"calendar\" | \"card\" | \"cart\" | \"chevron_down\" | \"chevron_left\" | \"chevron_right\" | \"chevron_up\" | \"clock_inactive\" | \"clock\" | \"contact_inactive\" | \"contact\" | \"cross\" | \"dashboard\" | \"document_check\" | \"document_doc\" | \"document_eye\" | \"document_pdf\" | \"document_ppt\" | \"document_tool\" | \"document_wrong\" | \"document_xls\" | \"dollar\" | \"doner\" | \"double_kebab\" | \"edit_inactive\" | \"edit\" | \"email\" | \"export_inactive\" | \"export\" | \"eye_inactive\" | \"eye\" | \"face_dissatisfied\" | \"face_neutral\" | \"face_satisfied\" | \"filters_inactive\" | \"filters\" | \"flash\" | \"folder\" | \"fuel_gauge_inactive\" | \"fuel_gauge\" | \"heart_inactive\" | \"heart\" | \"home_inactive\" | \"home\" | \"image_add\" | \"image_inactive\" | \"image_set\" | \"insights\" | \"kebab\" | \"link_broken\" | \"lock_inactive\" | \"lock\" | \"meatballs\" | \"message_inactive\" | \"message\" | \"mileage_inactive\" | \"mileage\" | \"minus\" | \"notification_inactive\" | \"notification\" | \"phone_inactive\" | \"phone\" | \"pin_inactive\" | \"pin\" | \"plus\" | \"print_inactive\" | \"profile_inactive\" | \"proportions_inactive\" | \"proportions\" | \"redirect\" | \"refresh\" | \"report_inactive\" | \"report\" | \"save_inactive\" | \"save\" | \"search\" | \"send_inactive\" | \"send\" | \"settings\" | \"share\" | \"skip_backwards\" | \"skip_forward\" | \"smartphone_inactive\" | \"smartphone\" | \"sorting\" | \"speedometer_inactive\" | \"speedometer\" | \"star\" | \"support\" | \"tick\" | \"timer\" | \"tool_inactive\" | \"tool\" | \"trailer\" | \"trash_inactive\" | \"trash\" | \"truck\" | \"upload\" | \"wallet\" | \"warning\" | \"wifi_inactive\" | \"wifi\"",
|
|
53
53
|
"references": {
|
|
54
54
|
"IconNames": {
|
|
55
55
|
"location": "import",
|