@scania/tegel 1.30.0 → 1.31.1-asset-load-order-local-first.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/dist/cjs/loader.cjs.js +1 -1
  2. package/dist/cjs/tds-accordion-item.cjs.entry.js +25 -3
  3. package/dist/cjs/tds-button.cjs.entry.js +1 -1
  4. package/dist/cjs/tds-folder-tab.cjs.entry.js +2 -2
  5. package/dist/cjs/tds-folder-tabs.cjs.entry.js +2 -2
  6. package/dist/cjs/tds-footer.cjs.entry.js +1 -1
  7. package/dist/cjs/tds-header-brand-symbol.cjs.entry.js +1 -1
  8. package/dist/cjs/tds-inline-tab.cjs.entry.js +2 -2
  9. package/dist/cjs/tds-inline-tabs.cjs.entry.js +2 -2
  10. package/dist/cjs/tds-modal.cjs.entry.js +14 -4
  11. package/dist/cjs/tds-navigation-tab.cjs.entry.js +2 -2
  12. package/dist/cjs/tds-navigation-tabs.cjs.entry.js +4 -4
  13. package/dist/cjs/tds-popover-core.cjs.entry.js +1 -1
  14. package/dist/cjs/tds-table-toolbar.cjs.entry.js +3 -3
  15. package/dist/cjs/tds-text-field.cjs.entry.js +5 -5
  16. package/dist/cjs/tds-textarea.cjs.entry.js +4 -4
  17. package/dist/cjs/tds-toast.cjs.entry.js +3 -3
  18. package/dist/cjs/tds-toggle.cjs.entry.js +2 -2
  19. package/dist/cjs/tds-tooltip.cjs.entry.js +2 -2
  20. package/dist/cjs/tegel.cjs.js +1 -1
  21. package/dist/collection/assets/logos/scania-logotype.png +0 -0
  22. package/dist/collection/assets/logos/scania-logotype.svg +2355 -0
  23. package/dist/collection/assets/logos/scania-wordmark-white.png +0 -0
  24. package/dist/collection/assets/logos/scania-wordmark.png +0 -0
  25. package/dist/collection/assets/logos/scania-wordmark.svg +17 -0
  26. package/dist/collection/components/accordion/accordion-item/accordion-item.js +77 -4
  27. package/dist/collection/components/button/button.css +11 -11
  28. package/dist/collection/components/footer/footer.css +1 -1
  29. package/dist/collection/components/header/header-brand-symbol/header-brand-symbol.css +1 -1
  30. package/dist/collection/components/modal/modal.js +45 -4
  31. package/dist/collection/components/popover-core/tds-popover-core.css +0 -7476
  32. package/dist/collection/components/slider/slider-stories-setup.js +235 -0
  33. package/dist/collection/components/table/table-toolbar/table-toolbar.css +6 -1
  34. package/dist/collection/components/table/table-toolbar/table-toolbar.js +3 -2
  35. package/dist/collection/components/tabs/folder-tabs/folder-tab/folder-tab.js +2 -2
  36. package/dist/collection/components/tabs/folder-tabs/folder-tabs.js +2 -2
  37. package/dist/collection/components/tabs/inline-tabs/inline-tab/inline-tab.js +2 -2
  38. package/dist/collection/components/tabs/inline-tabs/inline-tabs.js +2 -2
  39. package/dist/collection/components/tabs/navigation-tabs/navigation-tab/navigation-tab.js +2 -2
  40. package/dist/collection/components/tabs/navigation-tabs/navigation-tabs.js +4 -4
  41. package/dist/collection/components/text-field/text-field.js +5 -5
  42. package/dist/collection/components/textarea/textarea.js +4 -4
  43. package/dist/collection/components/toast/toast.js +3 -3
  44. package/dist/collection/components/toggle/toggle.js +2 -2
  45. package/dist/collection/components/tooltip/tooltip.js +2 -2
  46. package/dist/collection/stories/formatHtmlPreview.js +10 -0
  47. package/dist/components/{p-a2dafd0e.js → p-9cee9d7f.js} +3 -3
  48. package/dist/components/p-d3866be7.js +2098 -0
  49. package/dist/components/{p-d4fa1832.js → p-df84759a.js} +1 -1
  50. package/dist/components/tds-accordion-item.js +30 -5
  51. package/dist/components/tds-button.js +1 -1
  52. package/dist/components/tds-folder-tab.js +2 -2
  53. package/dist/components/tds-folder-tabs.js +2 -2
  54. package/dist/components/tds-footer.js +1 -1
  55. package/dist/components/tds-header-brand-symbol.js +1 -1
  56. package/dist/components/tds-header-dropdown.js +2 -2
  57. package/dist/components/tds-header-launcher.js +2 -2
  58. package/dist/components/tds-inline-tab.js +2 -2
  59. package/dist/components/tds-inline-tabs.js +2 -2
  60. package/dist/components/tds-modal.js +15 -4
  61. package/dist/components/tds-navigation-tab.js +2 -2
  62. package/dist/components/tds-navigation-tabs.js +4 -4
  63. package/dist/components/tds-popover-canvas.js +1 -1
  64. package/dist/components/tds-popover-core.js +1 -1
  65. package/dist/components/tds-popover-menu.js +1 -1
  66. package/dist/components/tds-table-toolbar.js +3 -3
  67. package/dist/components/tds-text-field.js +5 -5
  68. package/dist/components/tds-textarea.js +6 -6
  69. package/dist/components/tds-toast.js +3 -3
  70. package/dist/components/tds-toggle.js +2 -2
  71. package/dist/components/tds-tooltip.js +1 -1
  72. package/dist/esm/loader.js +1 -1
  73. package/dist/esm/tds-accordion-item.entry.js +25 -3
  74. package/dist/esm/tds-button.entry.js +1 -1
  75. package/dist/esm/tds-folder-tab.entry.js +2 -2
  76. package/dist/esm/tds-folder-tabs.entry.js +2 -2
  77. package/dist/esm/tds-footer.entry.js +1 -1
  78. package/dist/esm/tds-header-brand-symbol.entry.js +1 -1
  79. package/dist/esm/tds-inline-tab.entry.js +2 -2
  80. package/dist/esm/tds-inline-tabs.entry.js +2 -2
  81. package/dist/esm/tds-modal.entry.js +14 -4
  82. package/dist/esm/tds-navigation-tab.entry.js +2 -2
  83. package/dist/esm/tds-navigation-tabs.entry.js +4 -4
  84. package/dist/esm/tds-popover-core.entry.js +1 -1
  85. package/dist/esm/tds-table-toolbar.entry.js +3 -3
  86. package/dist/esm/tds-text-field.entry.js +5 -5
  87. package/dist/esm/tds-textarea.entry.js +4 -4
  88. package/dist/esm/tds-toast.entry.js +3 -3
  89. package/dist/esm/tds-toggle.entry.js +2 -2
  90. package/dist/esm/tds-tooltip.entry.js +2 -2
  91. package/dist/esm/tegel.js +1 -1
  92. package/dist/tegel/assets/logos/scania-logotype.png +0 -0
  93. package/dist/tegel/assets/logos/scania-logotype.svg +2355 -0
  94. package/dist/tegel/assets/logos/scania-wordmark-white.png +0 -0
  95. package/dist/tegel/assets/logos/scania-wordmark.png +0 -0
  96. package/dist/tegel/assets/logos/scania-wordmark.svg +17 -0
  97. package/dist/tegel/p-0cac9ea6.entry.js +1 -0
  98. package/dist/tegel/{p-a1262f8f.entry.js → p-106e048d.entry.js} +1 -1
  99. package/dist/tegel/{p-2286d4c3.entry.js → p-10dfd194.entry.js} +1 -1
  100. package/dist/tegel/p-1297d40e.entry.js +1 -0
  101. package/dist/tegel/{p-0ca95c76.entry.js → p-212e1fff.entry.js} +1 -1
  102. package/dist/tegel/p-2b8e97e1.entry.js +1 -0
  103. package/dist/tegel/p-30c88c69.entry.js +1 -0
  104. package/dist/tegel/p-3a92d554.entry.js +1 -0
  105. package/dist/tegel/p-3e4707fb.entry.js +1 -0
  106. package/dist/tegel/{p-2774f177.entry.js → p-46b66490.entry.js} +1 -1
  107. package/dist/tegel/{p-1116da44.entry.js → p-52adc30c.entry.js} +1 -1
  108. package/dist/tegel/{p-87ba6285.entry.js → p-64be21db.entry.js} +1 -1
  109. package/dist/tegel/{p-d29a777f.entry.js → p-67b4b2cf.entry.js} +1 -1
  110. package/dist/tegel/{p-e7a452a8.entry.js → p-76faaf70.entry.js} +1 -1
  111. package/dist/tegel/{p-9d8bb017.entry.js → p-78823da3.entry.js} +1 -1
  112. package/dist/tegel/{p-6631ea34.entry.js → p-bb1d069f.entry.js} +1 -1
  113. package/dist/tegel/{p-051c9000.entry.js → p-c7b0253c.entry.js} +1 -1
  114. package/dist/tegel/p-cbe217bf.entry.js +1 -0
  115. package/dist/tegel/tegel.css +3 -3
  116. package/dist/tegel/tegel.esm.js +1 -1
  117. package/dist/types/components/accordion/accordion-item/accordion-item.d.ts +6 -0
  118. package/dist/types/components/modal/modal.d.ts +6 -2
  119. package/dist/types/components/slider/slider-stories-setup.d.ts +233 -0
  120. package/dist/types/components/table/table-toolbar/table-toolbar.d.ts +1 -0
  121. package/dist/types/components.d.ts +21 -0
  122. package/dist/types/stories/formatHtmlPreview.d.ts +2 -0
  123. package/package.json +6 -1
  124. package/scripts/copy-assets.mjs +32 -30
  125. package/dist/components/p-2e25c35b.js +0 -2098
  126. package/dist/tegel/p-0955d5fc.entry.js +0 -1
  127. package/dist/tegel/p-26e8f033.entry.js +0 -1
  128. package/dist/tegel/p-5ade1970.entry.js +0 -1
  129. package/dist/tegel/p-b6a4f459.entry.js +0 -1
  130. package/dist/tegel/p-c3d91dfa.entry.js +0 -1
  131. package/dist/tegel/p-d38039b3.entry.js +0 -1
  132. package/dist/tegel/p-d56f426f.entry.js +0 -1
@@ -0,0 +1,2355 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Scania_x005F_Left_x005F_Neg_x005F_PMS"
4
+ xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
5
+ viewBox="234.7 253.3 1412.3 287.7" style="enable-background:new 234.7 253.3 1412.3 287.7;" xml:space="preserve">
6
+ <style type="text/css">
7
+ .st0{fill:none;}
8
+ .st1{fill:url(#SVGID_1_);}
9
+ .st2{fill:url(#Griffin_1_);}
10
+ .st3{fill:url(#tongue_x2C__eye_1_);}
11
+ .st4{fill:url(#SVGID_2_);}
12
+ .st5{fill:url(#SVGID_3_);}
13
+ .st6{fill:url(#SVGID_4_);}
14
+ .st7{fill:url(#SVGID_5_);}
15
+ .st8{fill:url(#SVGID_6_);}
16
+ .st9{fill:url(#SVGID_7_);}
17
+ .st10{fill:url(#SVGID_8_);}
18
+ .st11{fill:url(#SVGID_9_);}
19
+ .st12{fill:url(#SVGID_10_);}
20
+ .st13{fill:url(#SVGID_11_);}
21
+ .st14{fill:url(#SVGID_12_);}
22
+ .st15{fill:url(#SVGID_13_);}
23
+ .st16{fill:url(#SVGID_14_);}
24
+ .st17{fill:url(#SVGID_15_);}
25
+ .st18{fill:url(#SVGID_16_);}
26
+ .st19{fill:url(#SVGID_17_);}
27
+ .st20{fill:url(#SVGID_18_);}
28
+ .st21{fill:url(#SVGID_19_);}
29
+ .st22{fill:url(#SVGID_20_);}
30
+ .st23{fill:url(#SVGID_21_);}
31
+ .st24{fill:url(#SVGID_22_);}
32
+ .st25{fill:url(#SVGID_23_);}
33
+ .st26{fill:url(#SVGID_24_);}
34
+ .st27{fill:url(#SVGID_25_);}
35
+ .st28{fill:url(#SVGID_26_);}
36
+ .st29{fill:url(#SVGID_27_);}
37
+ .st30{fill:url(#SVGID_28_);}
38
+ .st31{fill:url(#SVGID_29_);}
39
+ .st32{fill:url(#SVGID_30_);}
40
+ .st33{fill:url(#SVGID_31_);}
41
+ .st34{fill:url(#SVGID_32_);}
42
+ .st35{fill:url(#SVGID_33_);}
43
+ .st36{fill:url(#SVGID_34_);}
44
+ .st37{fill:url(#SVGID_35_);}
45
+ .st38{fill:url(#SVGID_36_);}
46
+ .st39{fill:url(#SVGID_37_);}
47
+ .st40{fill:url(#SVGID_38_);}
48
+ .st41{fill:url(#SVGID_39_);}
49
+ .st42{fill:url(#SVGID_40_);}
50
+ .st43{fill:url(#SVGID_41_);}
51
+ .st44{fill:url(#SVGID_42_);}
52
+ .st45{fill:url(#SVGID_43_);}
53
+ .st46{fill:url(#SVGID_44_);}
54
+ .st47{fill:url(#SVGID_45_);}
55
+ .st48{fill:url(#SVGID_46_);}
56
+ .st49{fill:url(#SVGID_47_);}
57
+ .st50{fill:url(#SVGID_48_);}
58
+ .st51{fill:url(#SVGID_49_);}
59
+ .st52{fill:url(#SVGID_50_);}
60
+ .st53{fill:url(#SVGID_51_);}
61
+ .st54{fill:url(#SVGID_52_);}
62
+ .st55{fill:url(#SVGID_53_);}
63
+ .st56{fill:url(#SVGID_54_);}
64
+ .st57{fill:url(#SVGID_55_);}
65
+ .st58{fill:url(#SVGID_56_);}
66
+ .st59{fill:url(#SVGID_57_);}
67
+ .st60{fill:url(#SVGID_58_);}
68
+ .st61{fill:url(#SVGID_59_);}
69
+ .st62{fill:url(#SVGID_60_);}
70
+ .st63{fill:url(#SVGID_61_);}
71
+ .st64{fill:url(#SVGID_62_);}
72
+ .st65{fill:url(#SVGID_63_);}
73
+ .st66{fill:url(#SVGID_64_);}
74
+ .st67{fill:url(#SVGID_65_);}
75
+ .st68{fill:url(#_x30__x2C_475692mm_1_);}
76
+ .st69{fill:url(#_x30__x2C_475692mm_2_);}
77
+ .st70{fill:url(#_x30__x2C_475692mm_3_);}
78
+ .st71{fill:url(#SVGID_66_);}
79
+ .st72{fill:url(#_x30__x2C_475692mm_4_);}
80
+ .st73{fill:url(#_x30__x2C_475692mm_5_);}
81
+ .st74{fill:url(#SVGID_67_);}
82
+ .st75{fill:url(#_x30__x2C_475692mm_6_);}
83
+ .st76{fill:url(#SVGID_68_);}
84
+ .st77{fill:url(#_x30__x2C_475692mm_7_);}
85
+ .st78{fill:url(#SVGID_69_);}
86
+ .st79{fill:url(#_x30__x2C_475692mm_8_);}
87
+ .st80{fill:url(#_x30__x2C_475692mm_9_);}
88
+ .st81{fill:url(#SVGID_70_);}
89
+ .st82{fill:url(#_x30__x2C_475692mm_10_);}
90
+ .st83{fill:url(#_x30__x2C_475692mm_11_);}
91
+ .st84{fill:url(#_x30__x2C_475692mm_12_);}
92
+ .st85{fill:url(#_x30__x2C_475692mm_13_);}
93
+ .st86{fill:url(#_x30__x2C_475692mm_14_);}
94
+ .st87{fill:url(#_x30__x2C_475692mm_15_);}
95
+ .st88{fill:url(#_x30__x2C_475692mm_16_);}
96
+ .st89{fill:url(#_x30__x2C_475692mm_17_);}
97
+ .st90{fill:url(#_x30__x2C_475692mm_18_);}
98
+ .st91{fill:url(#_x30__x2C_475692mm_19_);}
99
+ .st92{fill:url(#_x30__x2C_475692mm_20_);}
100
+ .st93{fill:url(#_x30__x2C_475692mm_21_);}
101
+ .st94{fill:url(#_x30__x2C_475692mm_22_);}
102
+ .st95{fill:url(#_x30__x2C_475692mm_23_);}
103
+ .st96{fill:url(#_x30__x2C_475692mm_24_);}
104
+ .st97{fill:url(#_x30__x2C_475692mm_25_);}
105
+ .st98{fill:url(#_x30__x2C_475692mm_26_);}
106
+ .st99{fill:url(#_x30__x2C_475692mm_27_);}
107
+ .st100{fill:url(#_x30__x2C_475692mm_28_);}
108
+ .st101{fill:url(#_x30__x2C_475692mm_29_);}
109
+ .st102{fill:url(#_x30__x2C_475692mm_30_);}
110
+ .st103{fill:url(#_x30__x2C_475692mm_31_);}
111
+ .st104{fill:url(#_x30__x2C_475692mm_32_);}
112
+ .st105{fill:url(#_x30__x2C_475692mm_33_);}
113
+ .st106{fill:url(#SVGID_71_);}
114
+ .st107{fill:url(#SVGID_72_);}
115
+ .st108{fill:url(#SVGID_73_);}
116
+ .st109{fill:url(#SVGID_74_);}
117
+ .st110{fill:url(#SVGID_75_);}
118
+ .st111{fill:url(#SVGID_76_);}
119
+ .st112{fill:url(#SVGID_77_);}
120
+ .st113{fill:url(#SVGID_78_);}
121
+ .st114{fill:url(#SVGID_79_);}
122
+ .st115{fill:url(#SVGID_80_);}
123
+ .st116{fill:url(#SVGID_81_);}
124
+ .st117{fill:url(#SVGID_82_);}
125
+ .st118{fill:url(#SVGID_83_);}
126
+ .st119{fill:url(#SVGID_84_);}
127
+ .st120{fill:url(#SVGID_85_);}
128
+ .st121{fill:url(#SVGID_86_);}
129
+ .st122{fill:url(#SVGID_87_);}
130
+ .st123{fill:url(#SVGID_88_);}
131
+ .st124{fill:url(#SVGID_89_);}
132
+ .st125{fill:url(#SVGID_90_);}
133
+ .st126{fill:url(#SVGID_91_);}
134
+ .st127{fill:url(#SVGID_92_);}
135
+ .st128{fill:url(#SVGID_93_);}
136
+ .st129{fill:url(#SVGID_94_);}
137
+ .st130{fill:url(#SVGID_95_);}
138
+ .st131{fill:url(#inner_contrast_line_1_);}
139
+ .st132{fill:url(#outer_contrast_line_1_);}
140
+ .st133{fill:url(#SVGID_96_);}
141
+ .st134{fill:#041E42;}
142
+ </style>
143
+ <g>
144
+ <g>
145
+ <g id="Boundingbox">
146
+ <rect x="242.8" y="258" class="st0" width="292.3" height="277.7"/>
147
+ </g>
148
+ <g id="blue_Kopie">
149
+
150
+ <radialGradient id="SVGID_1_" cx="527.0932" cy="427.773" r="37.5756" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)" gradientUnits="userSpaceOnUse">
151
+ <stop offset="0" style="stop-color:#212A7A"/>
152
+ <stop offset="4.000000e-002" style="stop-color:#202978"/>
153
+ <stop offset="8.330000e-002" style="stop-color:#202977"/>
154
+ <stop offset="0.1333" style="stop-color:#1E2770"/>
155
+ <stop offset="0.2" style="stop-color:#1C246A"/>
156
+ <stop offset="0.2667" style="stop-color:#16215D"/>
157
+ <stop offset="0.3333" style="stop-color:#141C52"/>
158
+ <stop offset="0.4133" style="stop-color:#12194B"/>
159
+ <stop offset="0.5" style="stop-color:#101745"/>
160
+ <stop offset="0.6" style="stop-color:#0F1540"/>
161
+ <stop offset="0.7167" style="stop-color:#0E143C"/>
162
+ <stop offset="0.85" style="stop-color:#0E143E"/>
163
+ <stop offset="1" style="stop-color:#0F123C"/>
164
+ </radialGradient>
165
+ <path class="st1" d="M530.3,354.3c-6.4-28.4-21.3-54.4-43-74.5c-8.7,2.2-17.4,4.1-26.2,5.7c-43.2-31-101.4-31-144.7,0
166
+ c-8.8-1.6-17.6-3.5-26.2-5.7c-21.7,20-36.6,46-43.1,74.5c6.2,6.4,12.2,13,18,19.9c-5.2,52.6,23.5,103.2,72.3,125.3
167
+ c3,8.4,5.7,17,8.2,25.5c27.2,8.4,57.1,9,86.1,0c2.4-8.6,5.2-17.1,8.2-25.5c48.9-22.1,77.5-72.8,72.3-125.3
168
+ C518.1,367.3,524.1,360.7,530.3,354.3z"/>
169
+ </g>
170
+ <g id="red_Kopie">
171
+
172
+ <radialGradient id="Griffin_1_" cx="530.6479" cy="427.7242" r="25.8602" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)" gradientUnits="userSpaceOnUse">
173
+ <stop offset="0.1882" style="stop-color:#E10016"/>
174
+ <stop offset="0.2837" style="stop-color:#E3001A"/>
175
+ <stop offset="0.404" style="stop-color:#E00015"/>
176
+ <stop offset="0.5557" style="stop-color:#DF0014"/>
177
+ <stop offset="0.6711" style="stop-color:#DD0015"/>
178
+ <stop offset="0.8166" style="stop-color:#D30216"/>
179
+ <stop offset="1" style="stop-color:#A91115"/>
180
+ </radialGradient>
181
+ <path id="Griffin_4_" class="st2" d="M443,436.4c-3.7-14.3-15.6-14.3-15.6-14.3c20.9,32.5-10.8,48.4-10.8,48.4
182
+ c2.9-19.3-11.1-24.1-11.1-24.1c10,42.3-25.1,43.1-25.1,43.1c2.6-4.5,2.9-13.2,2.9-13.2c1.6-10-3.1-28.2-3.1-28.2
183
+ c-8.4,7-8.4,29.9-8.4,29.9c-29.7-24.9-7.3-50.4-7.3-50.4c-7.9,1.9-15,10.5-15,10.5c-7.8-21.4,12.9-30.1,12.9-30.1
184
+ c-3.3,0.4-6.2,0.2-6.2,0.2c-17.2,0.3-16.7-12.6-16.7-12.6c8.8,2.8,14.2,5.6,23.7-0.4c9.5-6,11-9.5,11-9.5
185
+ c-0.5-2.3,0.7-4.5-10.3-7.4c-8.1-2.1-12.5-8.3-12.5-8.3c-8.7-7.1-23.9,3.8-23.9,3.8c7.9-37.2,33-20.1,33-20.1
186
+ c0.7-2.9,4.5-6.8,6.8-8.6l55.7,0c4.2-1.9,9.3-3,15-2.4c0,0-2.3,10.5-10.2,18.1c0.2,0.4,0.6,0.8,1.2,1.1
187
+ c18.8,9.8,19.6,29.6,19.6,29.6c-5.8-8.7-16.4-6.1-16.4-6.1C460,410.2,443,436.4,443,436.4z"/>
188
+
189
+ <linearGradient id="tongue_x2C__eye_1_" gradientUnits="userSpaceOnUse" x1="526.7482" y1="432.2153" x2="535.5031" y2="436.1132" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
190
+ <stop offset="0" style="stop-color:#E50026"/>
191
+ <stop offset="0.62" style="stop-color:#E4001E"/>
192
+ <stop offset="1" style="stop-color:#E4001A"/>
193
+ </linearGradient>
194
+ <path id="tongue_x2C__eye_4_" class="st3" d="M359.4,386.4c1.9,0.3,1.4-1,1.1-2c-0.3-1.1-3-2.9-4.1-3.2c-2-0.6-5.8-1.6-8-1.6
195
+ c-1.3,0-5.3,0.7-6.2,1c-4.7,1.2-9.4,1.8-14,1.8c-6.3,0-17-2.3-21.3-5.5c-0.5-0.4-1.9-0.3-2.7,0.7c-0.6,0.8,0.4,1.8,1,2.7
196
+ c1.2,1.7,4.5,5,5.5,5.9C325.9,398.8,338.3,383.3,359.4,386.4z M360.8,356.5l2.6-1.4c5.5,1.9,9.5-1.6,15.8,0.1
197
+ c0.6,0.2-0.4,2.3-1,3.9C374.8,368.7,362.4,368.1,360.8,356.5z"/>
198
+ </g>
199
+ <g id="sides_hub">
200
+ <g>
201
+
202
+ <linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="527.0628" y1="418.3432" x2="550.5002" y2="418.3842" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
203
+ <stop offset="0" style="stop-color:#696D67"/>
204
+ <stop offset="3.480000e-002" style="stop-color:#70746E"/>
205
+ <stop offset="0.1104" style="stop-color:#797E77"/>
206
+ <stop offset="0.21" style="stop-color:#7C817A"/>
207
+ <stop offset="0.478" style="stop-color:#7A7F78"/>
208
+ <stop offset="0.5918" style="stop-color:#737872"/>
209
+ <stop offset="0.6765" style="stop-color:#686B67"/>
210
+ <stop offset="0.7466" style="stop-color:#585A57"/>
211
+ <stop offset="0.8072" style="stop-color:#424343"/>
212
+ <stop offset="0.82" style="stop-color:#3D3D3E"/>
213
+ <stop offset="1" style="stop-color:#36373B"/>
214
+ </linearGradient>
215
+ <path class="st4" d="M462.2,282.4c-0.2,0-0.3-0.1-0.4-0.2c-43.8-30.6-102-30.6-145.7,0c-0.1,0.1-0.3,0.1-0.4,0.2l-0.3-0.6
216
+ l0.3-0.7c21.4-14.9,46.9-23,73.3-23c26.4,0,51.9,8.1,73.3,23l0,0.7L462.2,282.4z"/>
217
+
218
+ <linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="550.4745" y1="419.7245" x2="554.739" y2="419.7245" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
219
+ <stop offset="0" style="stop-color:#414243"/>
220
+ <stop offset="7.280000e-002" style="stop-color:#444647"/>
221
+ <stop offset="0.24" style="stop-color:#484B4B"/>
222
+ <stop offset="0.3301" style="stop-color:#4C4F4E"/>
223
+ <stop offset="0.56" style="stop-color:#4F5250"/>
224
+ <stop offset="0.7685" style="stop-color:#4B4D4C"/>
225
+ <stop offset="1" style="stop-color:#3F4041"/>
226
+ </linearGradient>
227
+ <path class="st5" d="M488.5,276.7c-8.6,2.2-17.2,4.1-25.9,5.7c-0.1,0-0.3,0-0.4,0l-0.1-0.7l0.1-0.5l0-0.1
228
+ c8.9-1.7,17.7-3.6,26.4-5.9l0.2,0.9L488.5,276.7z"/>
229
+
230
+ <linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="555.2238" y1="418.8633" x2="562.3978" y2="431.8058" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
231
+ <stop offset="0" style="stop-color:#3F4040"/>
232
+ <stop offset="0.38" style="stop-color:#393A3A"/>
233
+ <stop offset="0.76" style="stop-color:#333534"/>
234
+ <stop offset="1" style="stop-color:#292D2D"/>
235
+ </linearGradient>
236
+ <path class="st6" d="M533.7,354.9c-6-27.6-19.8-53.1-40-73.4c-1.7-1.7-3.4-3.3-5.1-4.9l0.2-0.7l-0.2-0.6l0-0.1
237
+ c2,1.8,4,3.6,5.9,5.5c20.6,20.6,34.6,46.7,40.5,74.8l-1-0.1L533.7,354.9z"/>
238
+
239
+ <linearGradient id="SVGID_5_" gradientUnits="userSpaceOnUse" x1="558.9688" y1="435.0301" x2="562.1165" y2="431.9903" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
240
+ <stop offset="0" style="stop-color:#313231"/>
241
+ <stop offset="8.390000e-002" style="stop-color:#333537"/>
242
+ <stop offset="0.24" style="stop-color:#34363A"/>
243
+ <stop offset="0.68" style="stop-color:#2F3132"/>
244
+ <stop offset="0.8148" style="stop-color:#2F302F"/>
245
+ <stop offset="0.9171" style="stop-color:#2E2C25"/>
246
+ <stop offset="1" style="stop-color:#2C2617"/>
247
+ </linearGradient>
248
+ <path class="st7" d="M515.5,374.9c0-0.1,0.1-0.3,0.2-0.4c5.8-6.7,11.8-13.3,17.9-19.6l0.6,0.2l0.5,0.4l0.1,0
249
+ c-6.3,6.4-12.4,13.1-18.3,19.9l-0.6,0L515.5,374.9z"/>
250
+
251
+ <linearGradient id="SVGID_6_" gradientUnits="userSpaceOnUse" x1="548.8923" y1="456.3195" x2="560.6988" y2="436.034" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
252
+ <stop offset="0" style="stop-color:#181607"/>
253
+ <stop offset="3.080000e-002" style="stop-color:#19180F"/>
254
+ <stop offset="0.15" style="stop-color:#1E2029"/>
255
+ <stop offset="0.1875" style="stop-color:#1B1A1D"/>
256
+ <stop offset="0.2578" style="stop-color:#17110D"/>
257
+ <stop offset="0.3365" style="stop-color:#150D03"/>
258
+ <stop offset="0.44" style="stop-color:#140B00"/>
259
+ <stop offset="0.5507" style="stop-color:#181107"/>
260
+ <stop offset="0.7158" style="stop-color:#22201C"/>
261
+ <stop offset="0.8199" style="stop-color:#2B2C2C"/>
262
+ <stop offset="0.9253" style="stop-color:#323333"/>
263
+ <stop offset="1" style="stop-color:#3B3C3C"/>
264
+ </linearGradient>
265
+ <path class="st8" d="M442.3,501.8c0.1-0.1,0.2-0.2,0.4-0.3c48.5-22.7,77.4-73.1,72.8-126.1c0-0.2,0-0.3,0-0.4l0.5,0.4l0.5,0.2
266
+ l0.1,0c0.3,3.6,0.5,7.2,0.5,10.8c0,34-13.5,66.6-37.6,90.7c-10.6,10.6-22.9,19.1-36.2,25.4l-0.8,0.1L442.3,501.8z"/>
267
+
268
+ <linearGradient id="SVGID_7_" gradientUnits="userSpaceOnUse" x1="546.0255" y1="459.4883" x2="547.4565" y2="455.3557" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
269
+ <stop offset="0" style="stop-color:#262928"/>
270
+ <stop offset="0.21" style="stop-color:#262A2B"/>
271
+ <stop offset="0.62" style="stop-color:#262827"/>
272
+ <stop offset="1" style="stop-color:#1E2029"/>
273
+ </linearGradient>
274
+ <path class="st9" d="M434.1,527.4c2.4-8.5,5-17,8-25.3c0-0.1,0.1-0.2,0.2-0.3l0.4,0.5l0.7,0l0.1,0.1c-3,8.5-5.7,17.1-8.1,25.8
275
+ l-1-0.2L434.1,527.4z"/>
276
+
277
+ <linearGradient id="SVGID_8_" gradientUnits="userSpaceOnUse" x1="531.3962" y1="460.0468" x2="546.1935" y2="460.0468" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
278
+ <stop offset="0" style="stop-color:#434546"/>
279
+ <stop offset="0.15" style="stop-color:#3F3F40"/>
280
+ <stop offset="0.4008" style="stop-color:#38393B"/>
281
+ <stop offset="0.56" style="stop-color:#303235"/>
282
+ <stop offset="0.677" style="stop-color:#292B2E"/>
283
+ <stop offset="0.76" style="stop-color:#212226"/>
284
+ <stop offset="0.8374" style="stop-color:#1C1C1F"/>
285
+ <stop offset="0.9528" style="stop-color:#100A0A"/>
286
+ <stop offset="1" style="stop-color:#090100"/>
287
+ </linearGradient>
288
+ <path class="st10" d="M343.7,527.4c29.4,9.4,60.9,9.4,90.4,0l0.5,0.5l0.6,0.2l0.1,0.1c-14.8,4.8-30.5,7.4-46.4,7.4
289
+ c-15.9,0-31.5-2.5-46.4-7.4l0.6-0.7L343.7,527.4z"/>
290
+
291
+ <linearGradient id="SVGID_9_" gradientUnits="userSpaceOnUse" x1="531.4852" y1="459.4896" x2="530.2101" y2="455.2929" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
292
+ <stop offset="0" style="stop-color:#4C4E4E"/>
293
+ <stop offset="2.060000e-002" style="stop-color:#555957"/>
294
+ <stop offset="5.150000e-002" style="stop-color:#5C615E"/>
295
+ <stop offset="0.11" style="stop-color:#5E6360"/>
296
+ <stop offset="0.53" style="stop-color:#616461"/>
297
+ <stop offset="0.6481" style="stop-color:#6C716C"/>
298
+ <stop offset="0.8354" style="stop-color:#787E78"/>
299
+ <stop offset="1" style="stop-color:#7C837C"/>
300
+ </linearGradient>
301
+ <path class="st11" d="M335.5,501.7c0.1,0.1,0.2,0.3,0.3,0.4c2.9,8.4,5.6,16.8,8,25.3l-0.5,0.5l-0.6,0.2l-0.1,0.1
302
+ c-2.4-8.7-5.1-17.3-8.1-25.8l0.2-0.5L335.5,501.7z"/>
303
+
304
+ <linearGradient id="SVGID_10_" gradientUnits="userSpaceOnUse" x1="528.5984" y1="456.2697" x2="516.8975" y2="436.003" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
305
+ <stop offset="0" style="stop-color:#646661"/>
306
+ <stop offset="3.580000e-002" style="stop-color:#4D4F4E"/>
307
+ <stop offset="6.000000e-002" style="stop-color:#434546"/>
308
+ <stop offset="0.24" style="stop-color:#434546"/>
309
+ <stop offset="0.53" style="stop-color:#434546"/>
310
+ <stop offset="0.79" style="stop-color:#444647"/>
311
+ <stop offset="0.8134" style="stop-color:#464849"/>
312
+ <stop offset="0.97" style="stop-color:#4F5250"/>
313
+ <stop offset="0.985" style="stop-color:#565956"/>
314
+ <stop offset="1" style="stop-color:#636661"/>
315
+ </linearGradient>
316
+ <path class="st12" d="M262.3,374.9c0.1,0.2,0.1,0.3,0.1,0.5c-4.6,53.2,24.5,103.5,72.8,126.1c0.1,0.1,0.2,0.1,0.3,0.2l-0.6,0.3
317
+ l-0.4,0.3l-0.1,0.1c-45.1-21.2-73.7-66.5-73.7-116.1c0-3.6,0.2-7.2,0.5-10.8l0.6-0.4L262.3,374.9z"/>
318
+
319
+ <linearGradient id="SVGID_11_" gradientUnits="userSpaceOnUse" x1="515.5878" y1="431.8608" x2="518.4904" y2="435.13" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
320
+ <stop offset="0" style="stop-color:#404142"/>
321
+ <stop offset="9.400000e-003" style="stop-color:#414243"/>
322
+ <stop offset="0.1089" style="stop-color:#4B4C4B"/>
323
+ <stop offset="0.24" style="stop-color:#4E4F4E"/>
324
+ <stop offset="0.4468" style="stop-color:#5C5F5B"/>
325
+ <stop offset="0.62" style="stop-color:#636661"/>
326
+ <stop offset="0.7677" style="stop-color:#696D68"/>
327
+ <stop offset="0.9879" style="stop-color:#7B827B"/>
328
+ <stop offset="1" style="stop-color:#7C837C"/>
329
+ </linearGradient>
330
+ <path class="st13" d="M244.1,354.9c6.2,6.3,12.2,12.9,17.9,19.6c0.1,0.1,0.2,0.2,0.2,0.4l-0.5,0.4l-0.5,0.2l-0.1,0
331
+ c-5.9-6.9-12-13.5-18.3-19.9l0.6-0.7L244.1,354.9z"/>
332
+
333
+ <linearGradient id="SVGID_12_" gradientUnits="userSpaceOnUse" x1="515.0452" y1="431.7157" x2="522.4227" y2="418.8858" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
334
+ <stop offset="0" style="stop-color:#404142"/>
335
+ <stop offset="0.24" style="stop-color:#464949"/>
336
+ <stop offset="0.4649" style="stop-color:#5A5D5A"/>
337
+ <stop offset="0.62" style="stop-color:#616461"/>
338
+ <stop offset="0.7777" style="stop-color:#696D68"/>
339
+ <stop offset="1" style="stop-color:#70746E"/>
340
+ </linearGradient>
341
+ <path class="st14" d="M244.1,354.9c6.5-30.1,22.2-57.4,45.2-78.3l0.3-0.5l-0.3-0.9c-2,1.8-4,3.6-5.9,5.5
342
+ c-20.6,20.6-34.6,46.7-40.5,74.8l0.1,0l0.5-0.4L244.1,354.9z"/>
343
+
344
+ <linearGradient id="SVGID_13_" gradientUnits="userSpaceOnUse" x1="522.8613" y1="419.2818" x2="527.1229" y2="420.2032" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
345
+ <stop offset="0" style="stop-color:#7C817A"/>
346
+ <stop offset="1.680000e-002" style="stop-color:#7F857F"/>
347
+ <stop offset="6.540000e-002" style="stop-color:#858B86"/>
348
+ <stop offset="0.18" style="stop-color:#868D88"/>
349
+ <stop offset="0.3061" style="stop-color:#828983"/>
350
+ <stop offset="0.62" style="stop-color:#7C837C"/>
351
+ <stop offset="0.9444" style="stop-color:#7B827A"/>
352
+ <stop offset="1" style="stop-color:#7A8178"/>
353
+ </linearGradient>
354
+ <path class="st15" d="M289.3,276.7c8.6,2.2,17.2,4.1,25.9,5.7c0.2,0,0.3,0,0.5,0l-0.1-0.6l0.1-0.6l0-0.1
355
+ c-8.9-1.7-17.7-3.6-26.4-5.9l0,0.1l-0.2,0.6L289.3,276.7z"/>
356
+ </g>
357
+ <g>
358
+
359
+ <linearGradient id="SVGID_14_" gradientUnits="userSpaceOnUse" x1="527.2028" y1="421.7216" x2="550.3196" y2="421.7216" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
360
+ <stop offset="0" style="stop-color:#A9B0B2"/>
361
+ <stop offset="2.610000e-002" style="stop-color:#B1B7B8"/>
362
+ <stop offset="9.210000e-002" style="stop-color:#BEC3C2"/>
363
+ <stop offset="0.15" style="stop-color:#C3C7C5"/>
364
+ <stop offset="0.2576" style="stop-color:#BCC0BE"/>
365
+ <stop offset="0.4181" style="stop-color:#A7ABAC"/>
366
+ <stop offset="0.44" style="stop-color:#A4A8A9"/>
367
+ <stop offset="0.5494" style="stop-color:#9DA2A4"/>
368
+ <stop offset="0.68" style="stop-color:#8D9599"/>
369
+ <stop offset="0.8014" style="stop-color:#888F92"/>
370
+ <stop offset="0.9826" style="stop-color:#7B7D7D"/>
371
+ <stop offset="1" style="stop-color:#797B7B"/>
372
+ </linearGradient>
373
+ <path class="st16" d="M316.7,287.3c0.2,0,0.5,0,0.7,0c47.3,8.5,95.6,8.5,143,0c0.2,0,0.5,0,0.7,0l-0.1,0.6l-0.6,1.3
374
+ c-23.4,4.2-47.4,6.4-71.5,6.4c-24.1,0-48.1-2.2-71.5-6.4l-1.1-1.1L316.7,287.3z"/>
375
+
376
+ <linearGradient id="SVGID_15_" gradientUnits="userSpaceOnUse" x1="558.9238" y1="434.3562" x2="550.7502" y2="420.8068" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
377
+ <stop offset="0" style="stop-color:#969FA3"/>
378
+ <stop offset="2.320000e-002" style="stop-color:#A1A9AB"/>
379
+ <stop offset="7.520000e-002" style="stop-color:#B6BABA"/>
380
+ <stop offset="0.11" style="stop-color:#BDC0BF"/>
381
+ <stop offset="0.32" style="stop-color:#C3C7C5"/>
382
+ <stop offset="0.6454" style="stop-color:#D6DAD8"/>
383
+ <stop offset="0.88" style="stop-color:#DDE1DF"/>
384
+ <stop offset="0.9367" style="stop-color:#DBDFDD"/>
385
+ <stop offset="0.9607" style="stop-color:#D4D8D7"/>
386
+ <stop offset="0.9786" style="stop-color:#C7CCCC"/>
387
+ <stop offset="0.9934" style="stop-color:#B6BBBC"/>
388
+ <stop offset="1" style="stop-color:#ABB0B2"/>
389
+ </linearGradient>
390
+ <path class="st17" d="M510.9,373c0-0.2,0-0.3,0-0.5c-3.8-33.7-21.4-64.5-49-84.9c-0.2-0.2-0.5-0.3-0.7-0.3l-0.4,0.5l-0.3,1.2
391
+ l0,0.1c4.9,3.6,9.5,7.5,13.8,11.9c19.5,19.5,31.6,44.9,34.6,72l1.3,0.5L510.9,373z"/>
392
+
393
+ <linearGradient id="SVGID_16_" gradientUnits="userSpaceOnUse" x1="546.1805" y1="454.4629" x2="557.6996" y2="434.4305" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
394
+ <stop offset="0" style="stop-color:#DDE0DD"/>
395
+ <stop offset="7.790000e-002" style="stop-color:#D6D9D6"/>
396
+ <stop offset="0.1941" style="stop-color:#C1C4C2"/>
397
+ <stop offset="0.21" style="stop-color:#BEC1BF"/>
398
+ <stop offset="0.2502" style="stop-color:#C0C4C2"/>
399
+ <stop offset="0.38" style="stop-color:#C3C7C5"/>
400
+ <stop offset="0.4566" style="stop-color:#D2D5D4"/>
401
+ <stop offset="0.5745" style="stop-color:#E2E5E4"/>
402
+ <stop offset="0.7065" style="stop-color:#ECEEED"/>
403
+ <stop offset="0.88" style="stop-color:#EFF1F0"/>
404
+ <stop offset="0.9429" style="stop-color:#EDEFEE"/>
405
+ <stop offset="0.9696" style="stop-color:#E6E8E7"/>
406
+ <stop offset="0.9894" style="stop-color:#DADDDA"/>
407
+ <stop offset="1" style="stop-color:#D0D3D0"/>
408
+ </linearGradient>
409
+ <path class="st18" d="M438.6,498.4c0.1-0.2,0.3-0.4,0.3-0.6c8.1-22.4,18.2-44.2,30.2-65.1c12.1-20.9,25.9-40.5,41.3-58.7
410
+ c0.2-0.3,0.4-0.6,0.4-0.9l-0.6,0H509l-0.1,0c-15.3,18.2-29.2,37.8-41.2,58.7c-12.1,20.9-22.2,42.7-30.2,65.1l0.7,1.3
411
+ L438.6,498.4z"/>
412
+
413
+ <linearGradient id="SVGID_17_" gradientUnits="userSpaceOnUse" x1="530.8685" y1="455.4949" x2="546.7284" y2="455.4949" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
414
+ <stop offset="0" style="stop-color:#A8ABAC"/>
415
+ <stop offset="0.3306" style="stop-color:#AEB2B3"/>
416
+ <stop offset="0.38" style="stop-color:#AFB4B5"/>
417
+ <stop offset="0.7386" style="stop-color:#B6BABA"/>
418
+ <stop offset="0.76" style="stop-color:#B7BABA"/>
419
+ <stop offset="0.8454" style="stop-color:#C9CAC8"/>
420
+ <stop offset="0.91" style="stop-color:#D0D1CE"/>
421
+ <stop offset="0.9651" style="stop-color:#D6D8D5"/>
422
+ <stop offset="1" style="stop-color:#DDE0DD"/>
423
+ </linearGradient>
424
+ <path class="st19" d="M339.3,498.5c0.2,0.2,0.4,0.3,0.6,0.4c30.4,13.3,66,14,98.1,0c0.3-0.1,0.5-0.3,0.7-0.5l-0.4-0.5l-0.8-1
425
+ l-0.1-0.1c-15.1,6.6-31.6,10.1-48.4,10.1c-16.8,0-33.3-3.5-48.4-10.1l-1.1,0.8L339.3,498.5z"/>
426
+
427
+ <linearGradient id="SVGID_18_" gradientUnits="userSpaceOnUse" x1="531.4084" y1="454.463" x2="519.8892" y2="434.4305" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
428
+ <stop offset="0" style="stop-color:#4D5354"/>
429
+ <stop offset="0.154" style="stop-color:#545A5B"/>
430
+ <stop offset="0.24" style="stop-color:#5B6061"/>
431
+ <stop offset="0.2715" style="stop-color:#5D6263"/>
432
+ <stop offset="0.5999" style="stop-color:#727676"/>
433
+ <stop offset="0.82" style="stop-color:#797D7D"/>
434
+ <stop offset="0.8994" style="stop-color:#767A7A"/>
435
+ <stop offset="0.9597" style="stop-color:#6D7170"/>
436
+ <stop offset="1" style="stop-color:#636765"/>
437
+ </linearGradient>
438
+ <path class="st20" d="M266.9,373c0.1,0.3,0.2,0.7,0.4,0.9c31,36.7,55.2,78.6,71.5,123.8c0.1,0.2,0.2,0.5,0.4,0.6l0.4-0.4
439
+ l0.7-1.1l0.1-0.1c-8.1-22.4-18.2-44.2-30.2-65.1c-12.1-20.9-25.9-40.5-41.2-58.7l-1.5-0.2L266.9,373z"/>
440
+
441
+ <linearGradient id="SVGID_19_" gradientUnits="userSpaceOnUse" x1="518.7422" y1="434.419" x2="526.6316" y2="420.6989" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
442
+ <stop offset="0" style="stop-color:#6D706E"/>
443
+ <stop offset="1.350000e-002" style="stop-color:#6D706F"/>
444
+ <stop offset="0.24" style="stop-color:#717576"/>
445
+ <stop offset="0.53" style="stop-color:#80838A"/>
446
+ <stop offset="0.8175" style="stop-color:#828791"/>
447
+ <stop offset="1" style="stop-color:#858C99"/>
448
+ </linearGradient>
449
+ <path class="st21" d="M266.9,373c0-0.2,0-0.3,0-0.5c3.8-33.7,21.4-64.5,49-84.9c0.2-0.2,0.5-0.3,0.7-0.3v0.6l0.7,1.2l0,0.1
450
+ c-4.9,3.6-9.5,7.5-13.8,11.9c-19.5,19.5-31.6,44.9-34.6,72l-0.1,0h-1.3L266.9,373z"/>
451
+ </g>
452
+ <g>
453
+
454
+ <linearGradient id="SVGID_20_" gradientUnits="userSpaceOnUse" x1="528.3114" y1="454.7901" x2="518.1013" y2="436.9622" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
455
+ <stop offset="0" style="stop-color:#9FA3A6"/>
456
+ <stop offset="6.410000e-002" style="stop-color:#989C9F"/>
457
+ <stop offset="0.1595" style="stop-color:#868A8A"/>
458
+ <stop offset="0.24" style="stop-color:#717574"/>
459
+ <stop offset="0.3153" style="stop-color:#727676"/>
460
+ <stop offset="0.82" style="stop-color:#797D7D"/>
461
+ <stop offset="0.9427" style="stop-color:#767A7A"/>
462
+ <stop offset="1" style="stop-color:#717576"/>
463
+ </linearGradient>
464
+ <path class="st22" d="M331.6,493.7c-0.5,0.4-1.2,0.5-1.8,0.2c-40.6-22.3-64.6-65.2-63.6-110.1c0-0.5,0.3-1,0.7-1.3l1.1,0.4
465
+ l0.3,1.2c0,0.8,0,1.5,0,2.3c0,32,12.7,62.7,35.3,85.3c8.1,8.1,17.2,14.9,27,20.3l0.9,0.9L331.6,493.7z"/>
466
+
467
+ <linearGradient id="SVGID_21_" gradientUnits="userSpaceOnUse" x1="530.0067" y1="453.8129" x2="519.7991" y2="435.9893" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
468
+ <stop offset="0" style="stop-color:#F3F5F4"/>
469
+ <stop offset="0.11" style="stop-color:#F9FBFB"/>
470
+ <stop offset="0.32" style="stop-color:#F6F7F6"/>
471
+ <stop offset="0.88" style="stop-color:#F4F6F5"/>
472
+ <stop offset="0.9824" style="stop-color:#F2F4F4"/>
473
+ <stop offset="1" style="stop-color:#F0F3F3"/>
474
+ </linearGradient>
475
+ <path class="st23" d="M266.9,382.5c0.1-0.1,0.2-0.1,0.3-0.2c0.6-0.2,1.3,0,1.8,0.5c25.8,31.8,47.4,68.2,63,109.2
476
+ c0.2,0.6,0.1,1.3-0.4,1.8l-0.4-0.4l-0.4-1.1l-0.2-0.3c-7.4-19.4-16.4-38.2-26.9-56.4c-10.5-18.2-22.4-35.4-35.4-51.5l-0.1-0.4
477
+ l-0.7-0.8L266.9,382.5z"/>
478
+ </g>
479
+ <g>
480
+
481
+ <linearGradient id="SVGID_22_" gradientUnits="userSpaceOnUse" x1="532.2665" y1="458.793" x2="531.4169" y2="455.8686" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
482
+ <stop offset="0" style="stop-color:#5B6061"/>
483
+ <stop offset="0.1835" style="stop-color:#6D7273"/>
484
+ <stop offset="0.4447" style="stop-color:#818588"/>
485
+ <stop offset="0.62" style="stop-color:#888C8F"/>
486
+ <stop offset="0.9102" style="stop-color:#85898C"/>
487
+ <stop offset="1" style="stop-color:#838789"/>
488
+ </linearGradient>
489
+ <path class="st24" d="M347.5,523.8c-0.2-0.2-0.3-0.5-0.4-0.8c-1.3-4.6-3.1-10.4-5-16.1c-0.2-0.5,0-1.1,0.4-1.4l0.9,0.2l0.5,0.7
490
+ c1.8,5.2,3.4,10.5,4.9,15.8l-0.6,1.4L347.5,523.8z"/>
491
+
492
+ <linearGradient id="SVGID_23_" gradientUnits="userSpaceOnUse" x1="531.3633" y1="456.5821" x2="546.2192" y2="456.5821" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
493
+ <stop offset="0" style="stop-color:#F0F3F3"/>
494
+ <stop offset="6.700000e-003" style="stop-color:#EFF2F1"/>
495
+ <stop offset="8.299999e-002" style="stop-color:#E1E5E4"/>
496
+ <stop offset="0.15" style="stop-color:#DDE1DF"/>
497
+ <stop offset="0.2388" style="stop-color:#D6DAD8"/>
498
+ <stop offset="0.3711" style="stop-color:#C1C5C5"/>
499
+ <stop offset="0.44" style="stop-color:#B4B8B9"/>
500
+ <stop offset="0.4884" style="stop-color:#ADB1B2"/>
501
+ <stop offset="0.5608" style="stop-color:#9A9D9D"/>
502
+ <stop offset="0.6479" style="stop-color:#7A7E7C"/>
503
+ <stop offset="0.68" style="stop-color:#6D706E"/>
504
+ <stop offset="1" style="stop-color:#6C6F6D"/>
505
+ </linearGradient>
506
+ <path class="st25" d="M435.4,505.4c-0.4-0.3-0.9-0.5-1.4-0.3c-28.1,10.7-60.2,11.4-90.2,0c-0.5-0.2-1.1-0.1-1.5,0.3l0.4,0.4
507
+ l0.8,0.3l0.2,0.2c14.3,5.4,29.6,8.2,45.1,8.2c15.6,0,30.8-2.8,45.1-8.2l1.2-0.3L435.4,505.4z"/>
508
+
509
+ <linearGradient id="SVGID_24_" gradientUnits="userSpaceOnUse" x1="545.262" y1="458.7589" x2="546.2397" y2="455.8867" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
510
+ <stop offset="0" style="stop-color:#DDE0DD"/>
511
+ <stop offset="0.1005" style="stop-color:#D6D9D6"/>
512
+ <stop offset="0.24" style="stop-color:#C3C7C5"/>
513
+ <stop offset="0.3381" style="stop-color:#D2D5D4"/>
514
+ <stop offset="0.489" style="stop-color:#E2E5E4"/>
515
+ <stop offset="0.6579" style="stop-color:#ECEEED"/>
516
+ <stop offset="0.88" style="stop-color:#EFF1F0"/>
517
+ <stop offset="0.9429" style="stop-color:#EDEFEE"/>
518
+ <stop offset="0.9696" style="stop-color:#E6E8E7"/>
519
+ <stop offset="0.9894" style="stop-color:#DADDDA"/>
520
+ <stop offset="1" style="stop-color:#D0D3D0"/>
521
+ </linearGradient>
522
+ <path class="st26" d="M430.4,523.8c0.2-0.2,0.3-0.5,0.4-0.7c1.8-6.2,3.3-11,5-16.1c0.2-0.5,0-1.1-0.4-1.4c0,0,0,0,0,0l-0.4,0.5
523
+ l-0.8,0.3l-0.2,0.2c-1.8,5.2-3.4,10.5-4.9,15.8l0.7,1.4L430.4,523.8z"/>
524
+
525
+ <linearGradient id="SVGID_25_" gradientUnits="userSpaceOnUse" x1="532.1771" y1="459.1926" x2="545.413" y2="459.1926" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
526
+ <stop offset="0" style="stop-color:#A7ABAC"/>
527
+ <stop offset="0.3075" style="stop-color:#AEB2B3"/>
528
+ <stop offset="0.38" style="stop-color:#B0B5B6"/>
529
+ <stop offset="0.76" style="stop-color:#B4B8B9"/>
530
+ <stop offset="0.7612" style="stop-color:#B4B8B9"/>
531
+ <stop offset="0.8503" style="stop-color:#C9CBCA"/>
532
+ <stop offset="0.91" style="stop-color:#D0D2D0"/>
533
+ <stop offset="0.9677" style="stop-color:#D7D9D7"/>
534
+ <stop offset="1" style="stop-color:#DDE0DD"/>
535
+ </linearGradient>
536
+ <path class="st27" d="M430.4,523.8c-0.2,0.2-0.5,0.4-0.8,0.5c-26.5,7.8-54.7,7.8-81.3,0c-0.3-0.1-0.6-0.3-0.8-0.5l0.4-0.4l0.8-1
537
+ l0.1-0.1c12.9,3.8,26.5,5.8,40.2,5.8c13.7,0,27.3-2,40.2-5.8l0.1,0.1l0.8,1L430.4,523.8z"/>
538
+ </g>
539
+ <g>
540
+
541
+ <linearGradient id="SVGID_26_" gradientUnits="userSpaceOnUse" x1="547.5189" y1="453.7736" x2="557.8512" y2="436.0211" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
542
+ <stop offset="0" style="stop-color:#848A8B"/>
543
+ <stop offset="0.24" style="stop-color:#80838A"/>
544
+ <stop offset="0.53" style="stop-color:#6D706E"/>
545
+ <stop offset="1" style="stop-color:#686B6B"/>
546
+ </linearGradient>
547
+ <path class="st28" d="M510.6,382.3C510.6,382.3,510.6,382.3,510.6,382.3c-0.7-0.2-1.4,0-1.8,0.5c-13.2,16.3-25.2,33.7-35.9,52.1
548
+ c-10.6,18.4-19.7,37.5-27.2,57.1c-0.2,0.6-0.1,1.3,0.4,1.7l0.6-0.3l0.4-1.5c7.4-19.4,16.4-38.2,26.9-56.4
549
+ c10.5-18.2,22.4-35.4,35.4-51.5l1.2-1L510.6,382.3z"/>
550
+
551
+ <linearGradient id="SVGID_27_" gradientUnits="userSpaceOnUse" x1="549.2857" y1="454.8" x2="559.5297" y2="436.9852" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
552
+ <stop offset="0" style="stop-color:#C3C7C5"/>
553
+ <stop offset="2.570000e-002" style="stop-color:#C7CBC9"/>
554
+ <stop offset="0.24" style="stop-color:#E6EAE8"/>
555
+ <stop offset="0.4082" style="stop-color:#DFE3E1"/>
556
+ <stop offset="0.62" style="stop-color:#D0D3D0"/>
557
+ <stop offset="0.755" style="stop-color:#C9CCCA"/>
558
+ <stop offset="0.82" style="stop-color:#C3C7C5"/>
559
+ <stop offset="0.8742" style="stop-color:#BCC0BF"/>
560
+ <stop offset="0.955" style="stop-color:#A7ADAE"/>
561
+ <stop offset="1" style="stop-color:#999FA2"/>
562
+ </linearGradient>
563
+ <path class="st29" d="M446.2,493.7C446.2,493.7,446.2,493.7,446.2,493.7c0.5,0.5,1.3,0.6,1.8,0.2
564
+ c40.7-22.4,64.6-65.3,63.6-110.2c0-0.6-0.4-1.2-1-1.5l-0.2,0.5l-0.7,0.8l-0.1,0.4c0,0.8,0,1.5,0,2.3c0,32-12.7,62.7-35.3,85.3
565
+ c-8.1,8.1-17.2,14.9-27,20.3l-0.2,0.3l-0.4,1.1L446.2,493.7z"/>
566
+ </g>
567
+ <g>
568
+
569
+ <linearGradient id="SVGID_28_" gradientUnits="userSpaceOnUse" x1="551.5484" y1="420.951" x2="554.5234" y2="420.3132" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
570
+ <stop offset="0" style="stop-color:#686B6B"/>
571
+ <stop offset="8.530000e-002" style="stop-color:#717477"/>
572
+ <stop offset="0.2617" style="stop-color:#7F838C"/>
573
+ <stop offset="0.38" style="stop-color:#848993"/>
574
+ <stop offset="0.5225" style="stop-color:#888E95"/>
575
+ <stop offset="0.62" style="stop-color:#8D9599"/>
576
+ <stop offset="0.7497" style="stop-color:#949C9F"/>
577
+ <stop offset="0.9431" style="stop-color:#A9AEB0"/>
578
+ <stop offset="1" style="stop-color:#B0B5B6"/>
579
+ </linearGradient>
580
+ <path class="st30" d="M468.8,286.4c0.2-0.5,0.6-0.8,1.1-1c5.2-1.1,10.2-2.2,16.5-3.7c0.3-0.1,0.7-0.1,1,0l-0.1,0.6l-0.7,1.3
581
+ c-5.4,1.3-10.8,2.5-16.2,3.6l-0.9-0.1L468.8,286.4z"/>
582
+
583
+ <linearGradient id="SVGID_29_" gradientUnits="userSpaceOnUse" x1="561.3189" y1="431.5019" x2="554.8568" y2="419.9866" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
584
+ <stop offset="0" style="stop-color:#919499"/>
585
+ <stop offset="1.830000e-002" style="stop-color:#999CA0"/>
586
+ <stop offset="7.320000e-002" style="stop-color:#ADB1B2"/>
587
+ <stop offset="0.11" style="stop-color:#B4B8B9"/>
588
+ <stop offset="0.32" style="stop-color:#C3C7C5"/>
589
+ <stop offset="0.5546" style="stop-color:#CACECC"/>
590
+ <stop offset="0.88" style="stop-color:#DDE1DF"/>
591
+ <stop offset="0.9108" style="stop-color:#D6DAD8"/>
592
+ <stop offset="0.9566" style="stop-color:#C1C6C6"/>
593
+ <stop offset="1" style="stop-color:#A8AEB0"/>
594
+ </linearGradient>
595
+ <path class="st31" d="M487.3,281.8c0.3,0.1,0.5,0.2,0.7,0.4c19.5,18.5,34,42.9,40.6,70.4c0.1,0.3,0.1,0.6,0,0.8l-0.8,0.3
596
+ l-1.3-0.5c-6.1-25.2-18.9-48.4-37.6-67.1c-0.9-0.9-1.7-1.7-2.6-2.5l0-0.1l0.5-1.2L487.3,281.8z"/>
597
+
598
+ <linearGradient id="SVGID_30_" gradientUnits="userSpaceOnUse" x1="558.9623" y1="433.8079" x2="561.0059" y2="431.5383" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
599
+ <stop offset="0" style="stop-color:#D0D3D0"/>
600
+ <stop offset="1.500000e-002" style="stop-color:#D3D6D3"/>
601
+ <stop offset="0.1166" style="stop-color:#E3E5E3"/>
602
+ <stop offset="0.2304" style="stop-color:#ECEEED"/>
603
+ <stop offset="0.38" style="stop-color:#EFF1F0"/>
604
+ <stop offset="0.4349" style="stop-color:#E5E8E6"/>
605
+ <stop offset="0.5197" style="stop-color:#DFE2DF"/>
606
+ <stop offset="0.7554" style="stop-color:#DDE0DD"/>
607
+ <stop offset="0.86" style="stop-color:#DADDDA"/>
608
+ <stop offset="0.9394" style="stop-color:#D0D4D1"/>
609
+ <stop offset="1" style="stop-color:#C3C7C5"/>
610
+ </linearGradient>
611
+ <path class="st32" d="M528.7,353.4c-0.1,0.3-0.2,0.6-0.5,0.9c-3.3,3.5-7.5,7.9-11.5,12.4c-0.4,0.4-0.9,0.6-1.4,0.4l-0.3-1
612
+ l0.4-0.7c3.7-4.1,7.4-8.2,11.2-12.2l0.2,0l1.3,0L528.7,353.4z"/>
613
+
614
+ <linearGradient id="SVGID_31_" gradientUnits="userSpaceOnUse" x1="559.5421" y1="433.4846" x2="552.1516" y2="420.5801" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
615
+ <stop offset="0" style="stop-color:#4D5354"/>
616
+ <stop offset="0.1128" style="stop-color:#545A5A"/>
617
+ <stop offset="0.24" style="stop-color:#636765"/>
618
+ <stop offset="0.3851" style="stop-color:#707473"/>
619
+ <stop offset="0.6454" style="stop-color:#828688"/>
620
+ <stop offset="0.82" style="stop-color:#888C8F"/>
621
+ <stop offset="0.8675" style="stop-color:#868A8C"/>
622
+ <stop offset="0.9036" style="stop-color:#818382"/>
623
+ <stop offset="0.936" style="stop-color:#787772"/>
624
+ <stop offset="0.9661" style="stop-color:#6B665B"/>
625
+ <stop offset="0.9945" style="stop-color:#5B513E"/>
626
+ <stop offset="1" style="stop-color:#574C37"/>
627
+ </linearGradient>
628
+ <path class="st33" d="M468.8,286.4C468.8,286.4,468.8,286.5,468.8,286.4c-0.1,0.6,0,1.2,0.5,1.5c24.2,19.7,40.1,47.6,45.1,78.1
629
+ c0.1,0.5,0.5,1,1,1.1l0.2-0.6l-0.2-0.9l0.1-0.3c-4.3-26.2-16.8-50.7-35.8-69.7c-3-3-6.1-5.8-9.3-8.4l-0.3-0.1l-0.7-0.6
630
+ L468.8,286.4z"/>
631
+ </g>
632
+ <g>
633
+
634
+ <linearGradient id="SVGID_32_" gradientUnits="userSpaceOnUse" x1="528.5229" y1="420.8538" x2="549.0556" y2="420.8538" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
635
+ <stop offset="0" style="stop-color:#9FA5A9"/>
636
+ <stop offset="0.1165" style="stop-color:#A6ACAF"/>
637
+ <stop offset="0.24" style="stop-color:#B4B9B9"/>
638
+ <stop offset="0.3563" style="stop-color:#BBC0BF"/>
639
+ <stop offset="0.5297" style="stop-color:#D0D3D1"/>
640
+ <stop offset="0.62" style="stop-color:#DDE0DD"/>
641
+ <stop offset="0.724" style="stop-color:#E3E6E4"/>
642
+ <stop offset="0.91" style="stop-color:#E9ECEB"/>
643
+ <stop offset="0.9677" style="stop-color:#E3E6E4"/>
644
+ <stop offset="1" style="stop-color:#DDE0DD"/>
645
+ </linearGradient>
646
+ <path class="st34" d="M324.6,282.8c0,0,0,0.1,0,0.2c0.1,0.7,0.7,1.2,1.3,1.3c40.5,6.5,82.9,6.9,126,0c0.6-0.1,1.1-0.5,1.3-1.1
647
+ l-0.5-0.3l-1.5,0.1c-20.5,3.2-41.3,4.9-62.3,4.9c-21,0-41.8-1.7-62.3-4.9l-1.5-0.4L324.6,282.8z"/>
648
+
649
+ <linearGradient id="SVGID_33_" gradientUnits="userSpaceOnUse" x1="528.5217" y1="418.845" x2="549.0671" y2="418.845" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
650
+ <stop offset="0" style="stop-color:#8C9195"/>
651
+ <stop offset="5.280000e-002" style="stop-color:#989C9F"/>
652
+ <stop offset="0.11" style="stop-color:#9FA3A6"/>
653
+ <stop offset="0.1782" style="stop-color:#A3A9AB"/>
654
+ <stop offset="0.32" style="stop-color:#A9B0B2"/>
655
+ <stop offset="0.4655" style="stop-color:#B0B7B8"/>
656
+ <stop offset="0.6823" style="stop-color:#C5CAC9"/>
657
+ <stop offset="0.88" style="stop-color:#DDE0DE"/>
658
+ <stop offset="0.9997" style="stop-color:#DDE0DD"/>
659
+ </linearGradient>
660
+ <path class="st35" d="M324.6,282.8c-0.1-0.6,0.2-1.2,0.8-1.5c41.1-24.9,90-22.5,127.2,0c0.6,0.3,0.9,1,0.7,1.7
661
+ c0,0.1,0,0.1,0,0.2l-0.6,0l-1-0.1l-0.4-0.1c-18.6-11.3-40.2-17.3-62.3-17.3c-22.1,0-43.7,6.1-62.3,17.3l-0.4,0.1l-1.1-0.2
662
+ L324.6,282.8z"/>
663
+ </g>
664
+ <g>
665
+
666
+ <linearGradient id="SVGID_34_" gradientUnits="userSpaceOnUse" x1="523.0621" y1="420.2596" x2="526.0363" y2="421.0012" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
667
+ <stop offset="0" style="stop-color:#A9B0B2"/>
668
+ <stop offset="0.1685" style="stop-color:#BCC0C0"/>
669
+ <stop offset="0.29" style="stop-color:#C3C7C5"/>
670
+ <stop offset="0.4456" style="stop-color:#B7BABA"/>
671
+ <stop offset="0.68" style="stop-color:#A8ABAC"/>
672
+ <stop offset="0.8128" style="stop-color:#A5A8AA"/>
673
+ <stop offset="0.9137" style="stop-color:#9B9FA2"/>
674
+ <stop offset="1" style="stop-color:#8C9195"/>
675
+ </linearGradient>
676
+ <path class="st36" d="M309.1,286.5c-0.1-0.5-0.5-0.9-1.1-1c-5.3-1.1-10.2-2.2-16.5-3.7c-0.3-0.1-0.7-0.1-1,0l-0.3,0.8l1.1,1.1
677
+ c5.4,1.3,10.8,2.5,16.2,3.6l0.9,0L309.1,286.5z"/>
678
+
679
+ <linearGradient id="SVGID_35_" gradientUnits="userSpaceOnUse" x1="518.0052" y1="433.4546" x2="525.4818" y2="420.6089" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
680
+ <stop offset="0" style="stop-color:#9DA3A7"/>
681
+ <stop offset="1.340000e-002" style="stop-color:#A3A9AC"/>
682
+ <stop offset="9.570000e-002" style="stop-color:#C4C9C8"/>
683
+ <stop offset="0.1642" style="stop-color:#D9DCDA"/>
684
+ <stop offset="0.21" style="stop-color:#E0E3E0"/>
685
+ <stop offset="0.2321" style="stop-color:#E5E8E5"/>
686
+ <stop offset="0.2959" style="stop-color:#EDF0EF"/>
687
+ <stop offset="0.38" style="stop-color:#F0F3F2"/>
688
+ <stop offset="0.88" style="stop-color:#F0F2F1"/>
689
+ <stop offset="1" style="stop-color:#EFF1EF"/>
690
+ </linearGradient>
691
+ <path class="st37" d="M262.5,367.1c0.5-0.1,0.9-0.6,1-1.1c4.9-30.3,20.7-58.2,45.1-78.1c0.4-0.3,0.6-0.9,0.5-1.4l-0.6,0.1
692
+ l-0.7,0.6l-0.3,0.1c-3.2,2.6-6.3,5.4-9.3,8.4c-19.1,19.1-31.5,43.5-35.8,69.7l-0.3,1.2L262.5,367.1z"/>
693
+
694
+ <linearGradient id="SVGID_36_" gradientUnits="userSpaceOnUse" x1="518.6114" y1="433.8208" x2="516.5974" y2="431.5283" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
695
+ <stop offset="0" style="stop-color:#5E6169"/>
696
+ <stop offset="9.460000e-002" style="stop-color:#72777D"/>
697
+ <stop offset="0.1991" style="stop-color:#81878C"/>
698
+ <stop offset="0.3161" style="stop-color:#8A9194"/>
699
+ <stop offset="0.47" style="stop-color:#8D9497"/>
700
+ <stop offset="0.4998" style="stop-color:#8D9396"/>
701
+ <stop offset="1" style="stop-color:#888C8F"/>
702
+ </linearGradient>
703
+ <path class="st38" d="M262.5,367.1c-0.5,0.1-1.1,0-1.4-0.4c-4-4.5-8.1-8.9-11.5-12.4c-0.2-0.2-0.4-0.6-0.5-0.9l0.5-0.4l1.5,0.3
704
+ c3.8,4,7.6,8,11.2,12.2l0.1,0.3l0,0.8L262.5,367.1z"/>
705
+
706
+ <linearGradient id="SVGID_37_" gradientUnits="userSpaceOnUse" x1="516.183" y1="431.4488" x2="522.7672" y2="419.9985" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
707
+ <stop offset="0" style="stop-color:#686B6B"/>
708
+ <stop offset="9.320000e-002" style="stop-color:#6F7273"/>
709
+ <stop offset="0.24" style="stop-color:#75797A"/>
710
+ <stop offset="0.53" style="stop-color:#848993"/>
711
+ <stop offset="0.7742" style="stop-color:#8B9098"/>
712
+ <stop offset="1" style="stop-color:#969CA1"/>
713
+ </linearGradient>
714
+ <path class="st39" d="M249.1,353.4c-0.1-0.3-0.1-0.6,0-0.8c6.6-27.4,21.1-51.8,40.6-70.4c0.2-0.2,0.5-0.4,0.8-0.4l0.2,0.5
715
+ l0.6,1.2l0,0.1c-0.9,0.8-1.8,1.7-2.6,2.5c-18.6,18.6-31.5,41.9-37.6,67.1l-0.2,0l-1.3,0.1L249.1,353.4z"/>
716
+ </g>
717
+ </g>
718
+ <g id="sides_griffin_1_">
719
+ <g>
720
+
721
+ <linearGradient id="SVGID_38_" gradientUnits="userSpaceOnUse" x1="534.498" y1="431.5247" x2="535.5738" y2="430.2151" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
722
+ <stop offset="0" style="stop-color:#918F92"/>
723
+ <stop offset="0.1657" style="stop-color:#95918C"/>
724
+ <stop offset="0.4742" style="stop-color:#979289"/>
725
+ <stop offset="0.6651" style="stop-color:#9B9890"/>
726
+ <stop offset="0.9498" style="stop-color:#A7A7A5"/>
727
+ <stop offset="1" style="stop-color:#AAAAA9"/>
728
+ </linearGradient>
729
+ <path class="st40" d="M361.7,352.5c-0.1-0.3,0-0.6,0.1-0.8c2-3.4,5.9-6.7,7.1-7l0.3,0.7l-0.1,0.3c-1.2,0.7-2.2,1.5-3.1,2.4
730
+ c-1,1-2.7,2.9-3.4,4.2l-0.2,0.2L361.7,352.5z"/>
731
+
732
+ <linearGradient id="SVGID_39_" gradientUnits="userSpaceOnUse" x1="537.8792" y1="432.2263" x2="541.0289" y2="428.3918" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
733
+ <stop offset="0" style="stop-color:#928E8E"/>
734
+ <stop offset="0.53" style="stop-color:#979289"/>
735
+ <stop offset="0.725" style="stop-color:#918A80"/>
736
+ <stop offset="1" style="stop-color:#8B8379"/>
737
+ </linearGradient>
738
+ <path class="st41" d="M417.5,345.3c-0.4-0.7-1.1-0.6-1.8-0.6c-0.2,0-46.6,0-46.8,0l0.2,0.7l0.1,0.2v0.1c0,0,0,0,0,0
739
+ c0.2,0,3.5,0,46.5,0l0.9,0c0,0,0.1,0,0.1,0.1h0.3L417.5,345.3z"/>
740
+
741
+ <linearGradient id="SVGID_40_" gradientUnits="userSpaceOnUse" x1="541.794" y1="431.6982" x2="543.3724" y2="430.3406" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
742
+ <stop offset="0" style="stop-color:#AAAAA9"/>
743
+ <stop offset="0.24" style="stop-color:#AEB0AE"/>
744
+ <stop offset="0.2563" style="stop-color:#AFB1AF"/>
745
+ <stop offset="0.53" style="stop-color:#B6B8B5"/>
746
+ <stop offset="1" style="stop-color:#B2B3B1"/>
747
+ </linearGradient>
748
+ <path class="st42" d="M409,353.6c1.2-1.4,4-4.3,8.1-6.9c0.5-0.3,0.6-0.9,0.4-1.4l-0.6,0.4l-0.2,0.1l-0.1,0c0,0,0,0.1,0,0.1
749
+ c-5.4,3.5-8.6,7.4-9,7.9l0.5,0L409,353.6z"/>
750
+
751
+ <linearGradient id="SVGID_41_" gradientUnits="userSpaceOnUse" x1="541.8275" y1="431.6095" x2="542.2202" y2="431.9379" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
752
+ <stop offset="0" style="stop-color:#918F92"/>
753
+ <stop offset="0.1657" style="stop-color:#95918C"/>
754
+ <stop offset="0.4742" style="stop-color:#979289"/>
755
+ <stop offset="0.6651" style="stop-color:#9B9890"/>
756
+ <stop offset="0.9498" style="stop-color:#A7A7A5"/>
757
+ <stop offset="1" style="stop-color:#AAAAA9"/>
758
+ </linearGradient>
759
+ <polygon class="st43" points="409.9,354.3 409,353.6 408,353.7 407.7,353.7 407.6,353.7 410.1,355.7 410.1,355.2 "/>
760
+
761
+ <linearGradient id="SVGID_42_" gradientUnits="userSpaceOnUse" x1="542.0386" y1="431.705" x2="546.3813" y2="429.6429" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
762
+ <stop offset="0" style="stop-color:#B2B3B1"/>
763
+ <stop offset="0.21" style="stop-color:#B5B7B5"/>
764
+ <stop offset="0.44" style="stop-color:#B5B7B4"/>
765
+ <stop offset="0.5703" style="stop-color:#B0B1AD"/>
766
+ <stop offset="0.7646" style="stop-color:#A29F98"/>
767
+ <stop offset="0.88" style="stop-color:#979289"/>
768
+ <stop offset="0.8837" style="stop-color:#98938A"/>
769
+ <stop offset="1" style="stop-color:#AAAAA9"/>
770
+ </linearGradient>
771
+ <path class="st44" d="M437.4,342.9c-0.2-0.3-0.5-0.4-0.9-0.4h-1.8c-9.1,0-18.5,4.5-24.8,11.9l0.1,1l0,0.3l0,0.1
772
+ c6-7.5,15.5-12.3,24.6-12.3c0.1,0,1.8,0,1.8,0l0.3-0.1L437.4,342.9z"/>
773
+
774
+ <linearGradient id="SVGID_43_" gradientUnits="userSpaceOnUse" x1="543.0613" y1="434.0412" x2="546.8351" y2="430.2542" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
775
+ <stop offset="0" style="stop-color:#AAAAA9"/>
776
+ <stop offset="0.24" style="stop-color:#AEB0AE"/>
777
+ <stop offset="0.2614" style="stop-color:#AFB1AF"/>
778
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
779
+ <stop offset="1" style="stop-color:#B5B7B4"/>
780
+ </linearGradient>
781
+ <path class="st45" d="M415.2,367.7c14.1-3.7,19.8-16.6,21.7-22.1l0.6-1.7c0.1-0.3,0.1-0.7-0.1-1c-0.1,0.1-0.7,0.5-0.8,0.6
782
+ c0,0-0.6,1.8-0.6,1.8c-1.8,5.5-7.7,18.5-21.9,21.7l0.4,0.4L415.2,367.7z"/>
783
+
784
+ <linearGradient id="SVGID_44_" gradientUnits="userSpaceOnUse" x1="542.8873" y1="433.7689" x2="542.9896" y2="434.2715" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
785
+ <stop offset="0" style="stop-color:#B4B6B3"/>
786
+ <stop offset="0.38" style="stop-color:#B6B8B5"/>
787
+ <stop offset="1" style="stop-color:#B2B3B1"/>
788
+ </linearGradient>
789
+ <path class="st46" d="M415.5,368.9l-0.3-1.2l-0.8-0.5l-0.3-0.2l-0.1-0.1c0,0.1,0,0.1,0,0.2c0,0,0.6,2.9,0.6,2.9l0.4-0.4
790
+ L415.5,368.9z"/>
791
+
792
+ <linearGradient id="SVGID_45_" gradientUnits="userSpaceOnUse" x1="542.8958" y1="434.2493" x2="545.0931" y2="433.2153" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
793
+ <stop offset="0" style="stop-color:#8B8379"/>
794
+ <stop offset="5.040000e-002" style="stop-color:#8D867D"/>
795
+ <stop offset="0.47" style="stop-color:#9B9C9C"/>
796
+ <stop offset="0.6213" style="stop-color:#A2A3A3"/>
797
+ <stop offset="0.8469" style="stop-color:#B6B8B5"/>
798
+ <stop offset="0.85" style="stop-color:#B6B8B5"/>
799
+ <stop offset="1" style="stop-color:#B2B3B1"/>
800
+ </linearGradient>
801
+ <path class="st47" d="M427.9,362.4c-0.2,0-0.3,0.1-0.5,0.2c-2.9,2.6-6.4,5.1-12,6.3l-0.5,0.8l-0.2,0.2l-0.1,0.1
802
+ c6.3-1.2,10.1-3.9,13.4-6.7c0,0,0,0,0,0c0,0,0,0,0,0l0-0.3L427.9,362.4z"/>
803
+
804
+ <linearGradient id="SVGID_46_" gradientUnits="userSpaceOnUse" x1="548.306" y1="436.8139" x2="545.1159" y2="432.9713" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
805
+ <stop offset="0" style="stop-color:#8F9096"/>
806
+ <stop offset="0.2103" style="stop-color:#A7A9A9"/>
807
+ <stop offset="0.38" style="stop-color:#B6B8B5"/>
808
+ <stop offset="0.889" style="stop-color:#B4B5B3"/>
809
+ <stop offset="1" style="stop-color:#B2B3B1"/>
810
+ </linearGradient>
811
+ <path class="st48" d="M446.3,387.7c0.4-0.2,0.7-0.7,0.6-1.2c-2.2-10.7-7.5-18.9-18.3-24.1c-0.2-0.1-0.5-0.1-0.7-0.1
812
+ c0.1,0.3,0.1,0.6,0.2,0.9l0,0.1c9.2,4.5,15.2,11.9,17.3,21.5l0.1,0.3c0.1,0.4,0.2,1,0.4,1.6c0,0,0,0.1,0,0.1l0,0.3L446.3,387.7z
813
+ "/>
814
+
815
+ <linearGradient id="SVGID_47_" gradientUnits="userSpaceOnUse" x1="547.9728" y1="436.8115" x2="545.1108" y2="436.6114" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
816
+ <stop offset="0" style="stop-color:#8B8379"/>
817
+ <stop offset="7.960000e-002" style="stop-color:#96918A"/>
818
+ <stop offset="0.24" style="stop-color:#AAAAA9"/>
819
+ <stop offset="0.3762" style="stop-color:#B0B1AF"/>
820
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
821
+ <stop offset="1" style="stop-color:#B5B7B4"/>
822
+ </linearGradient>
823
+ <path class="st49" d="M430.5,384.9c6.9-1.7,12.6,0.3,14.5,2.5c0.3,0.4,0.8,0.5,1.3,0.3l-0.3-0.6l-0.1-0.2l0-0.1c0,0,0,0,0,0
824
+ c0,0,0,0-0.1,0c-0.4-0.4-1.1-1.1-1.4-1.2c-2.5-1.6-5.4-2.3-8.7-2.3c-3.1,0-5.8,0.7-7.2,1.2l0.7,0.2L430.5,384.9z"/>
825
+
826
+ <linearGradient id="SVGID_48_" gradientUnits="userSpaceOnUse" x1="548.3141" y1="444.126" x2="545.7343" y2="436.3708" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
827
+ <stop offset="0" style="stop-color:#8F9096"/>
828
+ <stop offset="0.2103" style="stop-color:#A7A9A9"/>
829
+ <stop offset="0.38" style="stop-color:#B6B8B5"/>
830
+ <stop offset="0.889" style="stop-color:#B4B5B3"/>
831
+ <stop offset="1" style="stop-color:#B2B3B1"/>
832
+ </linearGradient>
833
+ <path class="st50" d="M430.5,384.9c10.4,9.1,17,18.3,17,32.6c0,5.1-0.9,9.7-2.7,13.8c-0.2,0.4-0.5,1.1-0.6,1.5
834
+ c-0.1,0.4-0.6,0.7-1,0.7l-0.1-0.7l0.1-0.3c0,0,0.1,0,0.1,0c0.1-0.4,0.4-1.1,0.6-1.5c1.7-4,2.6-8.5,2.6-13.4
835
+ c0-4.6-0.7-8.8-2.2-12.8c-2-5.3-5.2-10.1-10.2-15.1c-1.6-1.6-3.4-3.3-5.7-5.2l0.1,0l0.4,0.1L430.5,384.9z"/>
836
+
837
+ <linearGradient id="SVGID_49_" gradientUnits="userSpaceOnUse" x1="547.6851" y1="443.9849" x2="544.4759" y2="442.2929" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
838
+ <stop offset="0" style="stop-color:#8B8379"/>
839
+ <stop offset="7.960000e-002" style="stop-color:#96918A"/>
840
+ <stop offset="0.24" style="stop-color:#AAAAA9"/>
841
+ <stop offset="0.3762" style="stop-color:#B0B1AF"/>
842
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
843
+ <stop offset="1" style="stop-color:#B5B7B4"/>
844
+ </linearGradient>
845
+ <path class="st51" d="M426.2,421.3c6.8-0.1,12.3,3.1,15.6,10c0.2,0.5,0.4,1,0.5,1.3c0.1,0.5,0.5,0.8,1,0.8c0-0.3,0-0.8,0-1
846
+ c0,0-0.1,0-0.1-0.1c-0.1-0.5-0.3-1.1-0.5-1.5c-4.1-8.8-11-10.6-16.1-10.6c-0.7,0-1.4,0-2.1,0.1l0.6,0.4L426.2,421.3z"/>
847
+
848
+ <linearGradient id="SVGID_50_" gradientUnits="userSpaceOnUse" x1="544.5094" y1="450.0928" x2="545.1976" y2="442.3821" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
849
+ <stop offset="0" style="stop-color:#8F9096"/>
850
+ <stop offset="0.2103" style="stop-color:#A7A9A9"/>
851
+ <stop offset="0.38" style="stop-color:#B6B8B5"/>
852
+ <stop offset="0.889" style="stop-color:#B4B5B3"/>
853
+ <stop offset="1" style="stop-color:#B2B3B1"/>
854
+ </linearGradient>
855
+ <path class="st52" d="M417.8,468.4c0.4,0.3,0.9,0.3,1.3,0c0.2-0.1,1-0.7,1.2-0.8c4.8-3.2,9.5-8.5,11.9-14.7
856
+ c4.3-11.2,0.4-21.6-5.9-31.6l-1.3-0.7l-0.4-0.2l-0.1-0.1c3.4,5.2,8.5,13.1,8.5,22.8c0,3.2-0.6,6.3-1.7,9.3
857
+ c-1.4,3.7-3.7,7.1-6.7,10.1c-1.4,1.4-2.7,2.6-4.8,4.1c-0.2,0.2-1,0.7-1.2,0.9c0,0,0,0,0,0c0,0,0,0,0,0l-0.2,0.2L417.8,468.4z"/>
858
+
859
+ <linearGradient id="SVGID_51_" gradientUnits="userSpaceOnUse" x1="543.8482" y1="449.6454" x2="541.2224" y2="445.964" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
860
+ <stop offset="0" style="stop-color:#8B8379"/>
861
+ <stop offset="7.960000e-002" style="stop-color:#96918A"/>
862
+ <stop offset="0.24" style="stop-color:#AAAAA9"/>
863
+ <stop offset="0.3762" style="stop-color:#B0B1AF"/>
864
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
865
+ <stop offset="1" style="stop-color:#B5B7B4"/>
866
+ </linearGradient>
867
+ <path class="st53" d="M404.6,445.4c8.2,3,13.2,10.9,12.9,20.6c0,0.4-0.1,0.9-0.2,1.1c-0.2,0.4,0,1,0.3,1.2l0.4-0.6l0.1-0.2
868
+ l0-0.1c0,0,0-0.1,0-0.1c0.1-0.3,0.2-1,0.2-1.4c0.3-10.8-5.7-19.5-15.3-22.1l0.4,0.7L404.6,445.4z"/>
869
+
870
+ <linearGradient id="SVGID_52_" gradientUnits="userSpaceOnUse" x1="538.7448" y1="453.6218" x2="541.8322" y2="446.3834" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
871
+ <stop offset="2.057668e-004" style="stop-color:#8F9096"/>
872
+ <stop offset="0.2103" style="stop-color:#A7A9A9"/>
873
+ <stop offset="0.38" style="stop-color:#B6B8B5"/>
874
+ <stop offset="0.889" style="stop-color:#B4B5B3"/>
875
+ <stop offset="1" style="stop-color:#B2B3B1"/>
876
+ </linearGradient>
877
+ <path class="st54" d="M381.8,488.1c0.2,0.4,0.6,0.6,1.1,0.5c2.9-0.5,5.4-0.9,9.6-3c15.2-7.5,16.2-23.8,12.1-40.3l-1-1.1
878
+ l-0.3-0.3l-0.1-0.1l0.2,0.8c1.1,4.3,2.3,9.2,2.3,15.8c0,7.1-1.8,13-5.2,17.5c-2.2,2.8-5,5.1-8.4,6.8c-2.9,1.4-5.3,2.2-8,2.7
879
+ c0,0-1.3,0.2-1.3,0.2c0,0,0,0-0.1,0l-0.3,0L381.8,488.1z"/>
880
+
881
+ <linearGradient id="SVGID_53_" gradientUnits="userSpaceOnUse" x1="538.019" y1="453.1059" x2="537.6602" y2="446.2596" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
882
+ <stop offset="0" style="stop-color:#8B8379"/>
883
+ <stop offset="7.960000e-002" style="stop-color:#96918A"/>
884
+ <stop offset="0.24" style="stop-color:#AAAAA9"/>
885
+ <stop offset="0.3762" style="stop-color:#B0B1AF"/>
886
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
887
+ <stop offset="1" style="stop-color:#B2B3B1"/>
888
+ </linearGradient>
889
+ <path class="st55" d="M380.5,446.9c1.5,5.6,3.9,14.8,3.9,24.7c0,3.7-0.7,12.5-2.5,15.4c-0.3,0.3-0.3,0.8-0.1,1.2l0.6-0.4
890
+ l0.2-0.1l0.1,0c0,0,0-0.1,0-0.1c0.1-0.1,0.4-0.7,0.5-1c0.3-0.7,0.5-1.4,0.7-2c1.5-5.5,1.6-12.2,1.6-13c0-10.3-2.6-19.7-4.1-25.3
891
+ l-0.3-1.1l-0.3,0.6L380.5,446.9z"/>
892
+
893
+ <linearGradient id="SVGID_54_" gradientUnits="userSpaceOnUse" x1="535.5652" y1="450.9966" x2="537.4607" y2="446.2334" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
894
+ <stop offset="0" style="stop-color:#8B8379"/>
895
+ <stop offset="7.960000e-002" style="stop-color:#96918A"/>
896
+ <stop offset="0.24" style="stop-color:#AAAAA9"/>
897
+ <stop offset="0.3762" style="stop-color:#B0B1AF"/>
898
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
899
+ <stop offset="1" style="stop-color:#B5B7B4"/>
900
+ </linearGradient>
901
+ <path class="st56" d="M370.7,475.6c0.4-0.1,0.7-0.5,0.7-1c0.2-9.3,2.2-21.6,9.1-27.7l0.4-1.3l0.1-0.4l0-0.1
902
+ c-1.2,0.9-2,1.7-2.5,2.2l-0.3,0.3c-3.2,3.2-5.5,8.8-6.9,16.6c-0.4,2.4-0.6,4.4-0.8,6.5c-0.1,0.7-0.1,1.7-0.2,2.4
903
+ c0,0.4,0,1.5,0,1.5c0,0,0,0.1,0,0.1l-0.2,0.3L370.7,475.6z"/>
904
+
905
+ <linearGradient id="SVGID_55_" gradientUnits="userSpaceOnUse" x1="534.7587" y1="451.1183" x2="534.8724" y2="442.9764" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
906
+ <stop offset="0" style="stop-color:#B2B3B1"/>
907
+ <stop offset="0.24" style="stop-color:#B5B7B5"/>
908
+ <stop offset="0.47" style="stop-color:#B5B7B4"/>
909
+ <stop offset="0.627" style="stop-color:#B0B1AD"/>
910
+ <stop offset="0.861" style="stop-color:#A29F98"/>
911
+ <stop offset="1" style="stop-color:#979289"/>
912
+ </linearGradient>
913
+ <path class="st57" d="M369,424.6c-7.3,7.6-11,16-11,25c0,2.3,0.3,4.6,0.9,6.8c0.5,2,1.2,4,2.2,5.9c1.4,3,3.4,5.8,5.9,8.7
914
+ c0.7,0.8,1.5,1.6,2.3,2.5c0.2,0.2,1.1,1.2,1.1,1.2c0,0,0,0,0.1,0c0,0,0,0,0,0v0.1l0.1,0.2l0.2,0.7c-0.4,0.2-0.9,0-1.2-0.3
915
+ c0,0-2.3-2.4-3.4-3.7c-13-14.8-11.4-32,0.1-45.4l1.6-1.1L369,424.6z"/>
916
+
917
+ <linearGradient id="SVGID_56_" gradientUnits="userSpaceOnUse" x1="532.4627" y1="444.6146" x2="535.6146" y2="442.9809" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
918
+ <stop offset="0" style="stop-color:#8B8379"/>
919
+ <stop offset="7.960000e-002" style="stop-color:#96918A"/>
920
+ <stop offset="0.24" style="stop-color:#AAAAA9"/>
921
+ <stop offset="0.3762" style="stop-color:#B0B1AF"/>
922
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
923
+ <stop offset="1" style="stop-color:#B5B7B4"/>
924
+ </linearGradient>
925
+ <path class="st58" d="M350.1,435.1C350.1,435.1,350.1,435.1,350.1,435.1C350.2,435.1,350.2,435.1,350.1,435.1c0.1,0,0.8-0.8,1-1
926
+ c2.2-2.2,4.3-4,6.4-5.3c2.1-1.3,4.3-2.3,6.6-3.1c1.3-0.4,2.6-0.7,4-1c0.3-0.1,0.6-0.1,0.9-0.2l-0.2,0.1l-0.6,0.3l-2,1.2
927
+ c-5,1.2-9.2,3.3-14.4,8.6c-0.6,0.6-1.1,1.5-1.9,1.2l0-0.8L350.1,435.1z"/>
928
+
929
+ <linearGradient id="SVGID_57_" gradientUnits="userSpaceOnUse" x1="531.8809" y1="444.2028" x2="536.0591" y2="439.6907" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
930
+ <stop offset="0" style="stop-color:#B2B3B1"/>
931
+ <stop offset="0.21" style="stop-color:#B5B7B5"/>
932
+ <stop offset="0.38" style="stop-color:#B5B7B4"/>
933
+ <stop offset="0.5636" style="stop-color:#B0B1AD"/>
934
+ <stop offset="0.8374" style="stop-color:#A29F98"/>
935
+ <stop offset="1" style="stop-color:#979289"/>
936
+ </linearGradient>
937
+ <path class="st59" d="M365.7,407.1c-5.3,2.3-7.8,3.7-11,6.9c-6.2,6.2-7.4,13-5.6,21.2c0.1,0.4,0.4,0.7,0.8,0.8l0.2-0.7l0.1-0.2
938
+ l0-0.1c0,0,0,0,0-0.1c0,0-0.2-1-0.3-1.3c-0.3-1.7-0.5-3.2-0.5-4.8c0-5.4,2-10.2,6.1-14.2c3.8-3.8,6.7-5,15.4-8.7l2.2-0.9
939
+ l-3.7,0.8L365.7,407.1z"/>
940
+
941
+ <linearGradient id="SVGID_58_" gradientUnits="userSpaceOnUse" x1="530.902" y1="439.2433" x2="536.2379" y2="440.0218" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
942
+ <stop offset="0" style="stop-color:#8F9096"/>
943
+ <stop offset="0.24" style="stop-color:#AAAAA9"/>
944
+ <stop offset="0.3762" style="stop-color:#B0B1AF"/>
945
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
946
+ <stop offset="1" style="stop-color:#B5B7B4"/>
947
+ </linearGradient>
948
+ <path class="st60" d="M340.3,397c-0.3,0.3-0.4,0.7-0.3,1.1c2.7,7.7,9.1,9.6,17.4,9.6c3.2,0,5.4-0.2,8.3-0.5l5.2-1.4l1.6-0.4
949
+ l0.5-0.1c-1.1,0.1-3.3,0.5-3.3,0.5c-5.3,0.7-7.8,1.1-12.3,1.1c-6.4,0-10.8-1.3-13.5-4c-0.6-0.6-1.1-1.2-1.5-1.9
950
+ c-0.3-0.5-0.7-1.2-0.9-1.8c-0.1-0.3-0.4-0.9-0.5-1.2c0,0,0-0.1,0-0.1l-0.1-0.3L340.3,397z"/>
951
+
952
+ <linearGradient id="SVGID_59_" gradientUnits="userSpaceOnUse" x1="531.2609" y1="439.1926" x2="536.8077" y2="437.1847" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
953
+ <stop offset="0" style="stop-color:#8B8379"/>
954
+ <stop offset="5.040000e-002" style="stop-color:#8D867D"/>
955
+ <stop offset="0.47" style="stop-color:#9B9C9C"/>
956
+ <stop offset="0.6213" style="stop-color:#A2A3A3"/>
957
+ <stop offset="0.8469" style="stop-color:#B6B8B5"/>
958
+ <stop offset="0.85" style="stop-color:#B6B8B5"/>
959
+ <stop offset="1" style="stop-color:#B2B3B1"/>
960
+ </linearGradient>
961
+ <path class="st61" d="M374.7,385.8c-1,2.3-5.7,6-7.8,7.5c-8.7,6.2-14.1,8-25.4,3.4c-0.4-0.2-0.8-0.1-1.1,0.2l0.5,0.5l0.1,0.2
962
+ l0.1,0.1c0,0,0,0,0,0c0,0,0,0,0,0c0.3,0.1,3,1.1,3.3,1.2c0.7,0.2,1.4,0.4,2.1,0.6c2.2,0.6,4.1,0.9,5.9,0.9
963
+ c5.4,0,9.8-2.4,15.1-6.2c2.2-1.6,4.1-3.1,5.5-4.6c2-2,2.6-3.2,2.7-3.5l-0.3-0.3L374.7,385.8z"/>
964
+
965
+ <linearGradient id="SVGID_60_" gradientUnits="userSpaceOnUse" x1="536.858" y1="436.3622" x2="529.5694" y2="433.6081" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
966
+ <stop offset="0" style="stop-color:#B2B3B1"/>
967
+ <stop offset="0.24" style="stop-color:#AAAAA9"/>
968
+ <stop offset="0.3762" style="stop-color:#B0B1AF"/>
969
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
970
+ <stop offset="1" style="stop-color:#B5B7B4"/>
971
+ </linearGradient>
972
+ <path class="st62" d="M329.2,370.9c0.3,0.3,0.8,0.3,1.1,0.2c4.8-2.2,15.9-7.6,21.9-0.9c1.7,1.9,5.2,5.8,11.6,7.5
973
+ c10.5,2.8,10.7,5.3,10.8,8.2l0.7,0.1l0.2,0l0.1,0.1c0,0,0,0,0-0.1c-0.1-3.2-0.2-6.3-11.5-9.3c-6.2-1.6-9.5-5.4-11.1-7.2
974
+ c-0.3-0.4-0.6-0.7-0.8-0.8c-2.3-1.8-5-2.8-8.3-2.8c-2.4,0-5,0.5-7.9,1.6c-1.6,0.6-2.9,1.2-4.8,2l-1.3,0.6c0,0,0,0,0,0
975
+ c0,0,0,0,0,0l-0.3,0.1L329.2,370.9z"/>
976
+
977
+ <linearGradient id="SVGID_61_" gradientUnits="userSpaceOnUse" x1="529.0881" y1="434.1797" x2="533.4392" y2="430.8772" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
978
+ <stop offset="0" style="stop-color:#BEC1BF"/>
979
+ <stop offset="2.900000e-003" style="stop-color:#C2C5C3"/>
980
+ <stop offset="1.910000e-002" style="stop-color:#D6DAD8"/>
981
+ <stop offset="3.000000e-002" style="stop-color:#DDE1DF"/>
982
+ <stop offset="0.2912" style="stop-color:#E4E8E6"/>
983
+ <stop offset="0.62" style="stop-color:#F4F7F7"/>
984
+ <stop offset="0.7088" style="stop-color:#EEF0F0"/>
985
+ <stop offset="0.8411" style="stop-color:#DCDDDB"/>
986
+ <stop offset="0.91" style="stop-color:#D0D1CE"/>
987
+ <stop offset="0.9442" style="stop-color:#BEC1C0"/>
988
+ <stop offset="0.97" style="stop-color:#B7BABA"/>
989
+ <stop offset="0.9943" style="stop-color:#B0B3B5"/>
990
+ <stop offset="1" style="stop-color:#ADB1B3"/>
991
+ </linearGradient>
992
+ <path class="st63" d="M359.3,353.9c-0.1-0.2-0.2-0.3-0.4-0.4c-12.2-6.8-23.9-3.3-29.5,14.9l-0.4,1.4c-0.1,0.4,0,0.8,0.3,1.1
993
+ l0.5-0.5l0.1-0.2l0.1-0.1c0,0,0,0,0-0.1l0.4-1.4c0.5-1.6,1-3.1,1.8-4.8c0.6-1.4,1.2-2.7,1.9-3.8c2.3-3.8,5-6.4,8.3-7.7
994
+ c1.7-0.7,3.5-1,5.5-1c4.8,0,9.1,2.1,10.7,3l0.3-0.1L359.3,353.9z"/>
995
+
996
+ <linearGradient id="SVGID_62_" gradientUnits="userSpaceOnUse" x1="533.7895" y1="432.6591" x2="537.446" y2="433.2056" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
997
+ <stop offset="0" style="stop-color:#B5B7B4"/>
998
+ <stop offset="0.11" style="stop-color:#B5B7B5"/>
999
+ <stop offset="0.3181" style="stop-color:#AEB0AE"/>
1000
+ <stop offset="0.62" style="stop-color:#9B9C9C"/>
1001
+ <stop offset="0.82" style="stop-color:#979289"/>
1002
+ <stop offset="0.876" style="stop-color:#9C9890"/>
1003
+ <stop offset="0.9596" style="stop-color:#AAA9A5"/>
1004
+ <stop offset="1" style="stop-color:#B2B3B1"/>
1005
+ </linearGradient>
1006
+ <path class="st64" d="M380.7,357c-0.3,0.2-0.4,0.5-0.5,0.8c0,0.4-0.4,1.2-0.8,2.1c-5.1,11.5-19.9,8.8-20.1-5.4
1007
+ c0-0.2-0.1-0.4-0.2-0.5l-0.6,0.3l-0.2,0.1l-0.1,0c0,0,0,0,0,0.1c0.1,8,4.8,13.6,11.3,13.6c3,0,5.5-1.1,7.8-3.3
1008
+ c1.2-1.2,2.2-2.6,3-4.4c0.5-1.1,0.8-1.8,0.9-2.4c0,0,0,0,0-0.1l-0.1-0.3L380.7,357z"/>
1009
+
1010
+ <linearGradient id="SVGID_63_" gradientUnits="userSpaceOnUse" x1="537.4924" y1="432.1787" x2="538.0522" y2="432.4839" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1011
+ <stop offset="1.028834e-004" style="stop-color:#8B8379"/>
1012
+ <stop offset="0.1703" style="stop-color:#908980"/>
1013
+ <stop offset="0.4239" style="stop-color:#9D9995"/>
1014
+ <stop offset="0.62" style="stop-color:#AAAAA9"/>
1015
+ <stop offset="1" style="stop-color:#ACADAD"/>
1016
+ </linearGradient>
1017
+ <path class="st65" d="M384,358c-0.3-0.2-0.6-0.4-0.9-0.6c-0.7-0.4-1.6-0.9-2.3-0.4l0.4,0.6l0.1,0.2l0,0.1c0,0,0,0,0,0
1018
+ c0,0,0,0,0,0c0.4,0.1,0.7,0.3,1.2,0.5c0.3,0.2,0.7,0.4,1,0.7c0.2,0.1,0.3,0.3,0.4,0.4l0.1-0.5L384,358z"/>
1019
+
1020
+ <linearGradient id="SVGID_64_" gradientUnits="userSpaceOnUse" x1="537.9543" y1="432.5187" x2="538.3892" y2="432.116" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1021
+ <stop offset="0" style="stop-color:#918F92"/>
1022
+ <stop offset="0.1657" style="stop-color:#95918C"/>
1023
+ <stop offset="0.4742" style="stop-color:#979289"/>
1024
+ <stop offset="0.6651" style="stop-color:#9B9890"/>
1025
+ <stop offset="0.9498" style="stop-color:#A7A7A5"/>
1026
+ <stop offset="1" style="stop-color:#AAAAA9"/>
1027
+ </linearGradient>
1028
+ <polygon class="st66" points="385.3,356.9 384,358 384,359 384,359.3 384,359.4 386.7,356.9 386.1,356.7 "/>
1029
+
1030
+ <linearGradient id="SVGID_65_" gradientUnits="userSpaceOnUse" x1="534.4681" y1="431.3806" x2="538.4688" y2="432.0428" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1031
+ <stop offset="0" style="stop-color:#B2B3B1"/>
1032
+ <stop offset="0.24" style="stop-color:#B5B7B5"/>
1033
+ <stop offset="0.47" style="stop-color:#B5B7B4"/>
1034
+ <stop offset="0.8278" style="stop-color:#AFB0AE"/>
1035
+ <stop offset="1" style="stop-color:#AAAAA9"/>
1036
+ </linearGradient>
1037
+ <path class="st67" d="M361.7,352.5c0.1,0.3,0.2,0.5,0.5,0.7c6,3.5,11.1-1.8,19.4,1.5c1.4,0.6,2.7,1.3,3.7,2.2l1.1,0l0.3,0l0.1,0
1038
+ c-0.1-0.1-0.2-0.2-0.3-0.3c-1.2-1.2-2.7-2.2-4.6-2.9c-1.1-0.4-2.3-0.8-3.5-1c-0.7-0.1-1.4-0.2-2.1-0.2c-0.3,0-0.5,0-0.8,0
1039
+ c-1.5,0-2.6,0.2-3.6,0.3c-0.4,0.1-0.7,0.1-1,0.2c-1.1,0.2-2.2,0.4-3.8,0.4c-1.7,0-3.1-0.4-4.4-1.1c0,0,0-0.1,0-0.1l-0.1,0
1040
+ l-0.2,0.1L361.7,352.5z"/>
1041
+ </g>
1042
+ <g>
1043
+
1044
+ <linearGradient id="_x30__x2C_475692mm_1_" gradientUnits="userSpaceOnUse" x1="534.0564" y1="431.3208" x2="534.7127" y2="430.4685" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1045
+ <stop offset="0" style="stop-color:#BEC1BF"/>
1046
+ <stop offset="2.900000e-003" style="stop-color:#C2C5C3"/>
1047
+ <stop offset="1.910000e-002" style="stop-color:#D6DAD8"/>
1048
+ <stop offset="3.000000e-002" style="stop-color:#DDE1DF"/>
1049
+ <stop offset="0.2165" style="stop-color:#E5E9E8"/>
1050
+ <stop offset="0.62" style="stop-color:#F4F7F7"/>
1051
+ <stop offset="0.8177" style="stop-color:#F2F4F4"/>
1052
+ <stop offset="0.91" style="stop-color:#EEF0EF"/>
1053
+ <stop offset="0.9437" style="stop-color:#E7E9E8"/>
1054
+ <stop offset="0.97" style="stop-color:#DDE0DE"/>
1055
+ <stop offset="1" style="stop-color:#DDDFDC"/>
1056
+ </linearGradient>
1057
+ <path id="_x30__x2C_475692mm_66_" class="st68" d="M363.7,346.5c0,0.3-0.1,0.6-0.4,0.9c-0.7,0.8-2,2.2-2.9,3.7
1058
+ c-0.2,0.4-0.5,0.6-0.9,0.7L359,351l0.2-0.5c0,0,0.1,0,0.1-0.1c1-1.7,2.4-3.2,3.1-4c0,0,0-0.1,0-0.1l0.5-0.2L363.7,346.5z"/>
1059
+
1060
+ <linearGradient id="_x30__x2C_475692mm_2_" gradientUnits="userSpaceOnUse" x1="534.6892" y1="430.549" x2="531.937" y2="423.7371" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1061
+ <stop offset="0" style="stop-color:#EDF1F3"/>
1062
+ <stop offset="7.850000e-002" style="stop-color:#F4F7F8"/>
1063
+ <stop offset="0.11" style="stop-color:#F9FBFB"/>
1064
+ <stop offset="0.32" style="stop-color:#F6F7F6"/>
1065
+ <stop offset="0.88" style="stop-color:#F4F6F5"/>
1066
+ <stop offset="0.9824" style="stop-color:#F2F4F4"/>
1067
+ <stop offset="1" style="stop-color:#F0F3F3"/>
1068
+ </linearGradient>
1069
+ <path id="_x30__x2C_475692mm_65_" class="st69" d="M347.2,305.4c0.2,0.5,16.6,40.5,16.6,41l-0.7-0.1l-0.4,0l-0.1,0l-17.2-42.2
1070
+ l1.1,0.5L347.2,305.4z"/>
1071
+
1072
+ <linearGradient id="_x30__x2C_475692mm_3_" gradientUnits="userSpaceOnUse" x1="533.4899" y1="425.9245" x2="532.2745" y2="423.5391" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1073
+ <stop offset="3.770000e-002" style="stop-color:#CFD1CE"/>
1074
+ <stop offset="6.340000e-002" style="stop-color:#969CA0"/>
1075
+ <stop offset="7.500000e-002" style="stop-color:#858A8F"/>
1076
+ <stop offset="9.560000e-002" style="stop-color:#6E7176"/>
1077
+ <stop offset="0.1186" style="stop-color:#5C5E63"/>
1078
+ <stop offset="0.1452" style="stop-color:#4F5056"/>
1079
+ <stop offset="0.1786" style="stop-color:#47484E"/>
1080
+ <stop offset="0.24" style="stop-color:#45464C"/>
1081
+ <stop offset="0.3013" style="stop-color:#57595C"/>
1082
+ <stop offset="0.3843" style="stop-color:#6A6E6E"/>
1083
+ <stop offset="0.44" style="stop-color:#717574"/>
1084
+ <stop offset="0.5034" style="stop-color:#787C7B"/>
1085
+ <stop offset="0.5982" style="stop-color:#8D8F8E"/>
1086
+ <stop offset="0.7" style="stop-color:#AAAAA9"/>
1087
+ <stop offset="0.738" style="stop-color:#B1B1B0"/>
1088
+ <stop offset="0.7946" style="stop-color:#C4C6C4"/>
1089
+ <stop offset="0.85" style="stop-color:#DDE0DE"/>
1090
+ <stop offset="0.8817" style="stop-color:#E2E5E3"/>
1091
+ <stop offset="0.9165" style="stop-color:#EFF1F0"/>
1092
+ <stop offset="1" style="stop-color:#F4F7F6"/>
1093
+ </linearGradient>
1094
+ <path id="_x30__x2C_475692mm_64_" class="st70" d="M354.1,318.5c-0.6-0.4-0.7-1.2-0.4-1.8c2.9-5.2-1.7-10.6-6.6-11.3l-1.1-0.8
1095
+ l-0.6-0.4l-0.2-0.1c0.3,0,0.6-0.1,1-0.1c4.1,0,8.3,3.1,9.4,7c0.6,2,0.3,4.3-0.8,6.2c0,0.1,0,0.1,0,0.2l-0.3,0.5L354.1,318.5z"/>
1096
+
1097
+ <linearGradient id="SVGID_66_" gradientUnits="userSpaceOnUse" x1="534.1949" y1="428.1682" x2="535.6119" y2="426.6273" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1098
+ <stop offset="0" style="stop-color:#BABDBD"/>
1099
+ <stop offset="5.000000e-002" style="stop-color:#949DA2"/>
1100
+ <stop offset="9.150000e-002" style="stop-color:#7C8388"/>
1101
+ <stop offset="0.1536" style="stop-color:#5E6267"/>
1102
+ <stop offset="0.2054" style="stop-color:#4C4D53"/>
1103
+ <stop offset="0.24" style="stop-color:#45464C"/>
1104
+ <stop offset="0.4982" style="stop-color:#5B5D60"/>
1105
+ <stop offset="0.7925" style="stop-color:#6E7271"/>
1106
+ <stop offset="0.99" style="stop-color:#757977"/>
1107
+ </linearGradient>
1108
+ <path class="st71" d="M368.1,320.7c0.8,4.8-1.1,8.6-4.8,9.9c-1,0.3-1.6,0.4-2.2,0.4c-0.4,0-0.9,0-1.6-0.2c0,0,0,0,0,0
1109
+ c0,0-0.1,0-0.1,0.1l-0.5-0.2l-0.5-0.5c0.3-0.4,0.7-0.6,1.1-0.6c0.1,0,1.1,0.2,1.6,0.2c0.5,0,1-0.1,1.8-0.4c3.2-1,4.7-4.2,4-8.4
1110
+ l0.5-0.4L368.1,320.7z"/>
1111
+
1112
+ <linearGradient id="_x30__x2C_475692mm_4_" gradientUnits="userSpaceOnUse" x1="535.379" y1="426.0391" x2="533.3689" y2="425.7709" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1113
+ <stop offset="1.000000e-002" style="stop-color:#757977"/>
1114
+ <stop offset="6.900000e-002" style="stop-color:#7C807E"/>
1115
+ <stop offset="0.1569" style="stop-color:#919391"/>
1116
+ <stop offset="0.24" style="stop-color:#AAAAA9"/>
1117
+ <stop offset="0.332" style="stop-color:#C0C1C0"/>
1118
+ <stop offset="0.47" style="stop-color:#DDE0DE"/>
1119
+ <stop offset="0.5145" style="stop-color:#E0E3E1"/>
1120
+ <stop offset="0.5483" style="stop-color:#EAECEB"/>
1121
+ <stop offset="0.56" style="stop-color:#EFF1F0"/>
1122
+ <stop offset="0.6392" style="stop-color:#F2F5F4"/>
1123
+ <stop offset="0.94" style="stop-color:#F4F7F6"/>
1124
+ <stop offset="0.9699" style="stop-color:#F2F5F4"/>
1125
+ <stop offset="0.9825" style="stop-color:#EBEEED"/>
1126
+ <stop offset="0.9919" style="stop-color:#E0E2E0"/>
1127
+ <stop offset="0.9997" style="stop-color:#D0D2CF"/>
1128
+ <stop offset="1" style="stop-color:#CFD1CE"/>
1129
+ </linearGradient>
1130
+ <path id="_x30__x2C_475692mm_63_" class="st72" d="M366.9,321c-1.4-4.9-7.5-6.3-10.9-2.7c-0.5,0.5-1.3,0.6-1.8,0.2l0.4-0.6
1131
+ l0.3-0.4l0.1-0.1c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0c0.9-1,2.2-1.8,3.5-2.2c0.7-0.2,1.4-0.3,2.1-0.3c3.4,0,6.5,2.4,7.4,5.7
1132
+ L366.9,321z"/>
1133
+
1134
+ <linearGradient id="_x30__x2C_475692mm_5_" gradientUnits="userSpaceOnUse" x1="534.0282" y1="428.8525" x2="538.7069" y2="428.1699" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1135
+ <stop offset="1.030000e-002" style="stop-color:#BABDBD"/>
1136
+ <stop offset="2.610000e-002" style="stop-color:#B3B6B7"/>
1137
+ <stop offset="4.950000e-002" style="stop-color:#9EA3A5"/>
1138
+ <stop offset="6.000000e-002" style="stop-color:#93999B"/>
1139
+ <stop offset="0.1015" style="stop-color:#8A8E90"/>
1140
+ <stop offset="0.15" style="stop-color:#838789"/>
1141
+ <stop offset="0.1512" style="stop-color:#84888A"/>
1142
+ <stop offset="0.2144" style="stop-color:#A8ABAC"/>
1143
+ <stop offset="0.2803" style="stop-color:#C5C8C9"/>
1144
+ <stop offset="0.3504" style="stop-color:#DCDFDF"/>
1145
+ <stop offset="0.4257" style="stop-color:#ECEFEF"/>
1146
+ <stop offset="0.5096" style="stop-color:#F6F8F8"/>
1147
+ <stop offset="0.62" style="stop-color:#F9FBFB"/>
1148
+ <stop offset="0.9003" style="stop-color:#F2F4F4"/>
1149
+ <stop offset="0.99" style="stop-color:#EFF1F0"/>
1150
+ </linearGradient>
1151
+ <path id="_x30__x2C_475692mm_62_" class="st73" d="M387,326.1c0.5,0.4,0.6,1.2,0.3,1.7c-3.6,6-8.2,12.2-15,12.2
1152
+ c-7.5,0-11-3.4-14-8.4c-0.3-0.5-0.3-1,0-1.5l0.6,0.4l0.4,0.3l0.1,0.1c0,0,0,0.1,0,0.1c2.9,4.8,6,7.8,12.9,7.8
1153
+ c6.1,0,10.5-5.8,13.9-11.6c0,0,0-0.1,0-0.1l0.3-0.5L387,326.1z"/>
1154
+
1155
+ <linearGradient id="SVGID_67_" gradientUnits="userSpaceOnUse" x1="536.2195" y1="426.0818" x2="538.262" y2="425.2274" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1156
+ <stop offset="1.000000e-002" style="stop-color:#F4F7F6"/>
1157
+ <stop offset="0.24" style="stop-color:#F9FBFB"/>
1158
+ <stop offset="0.5885" style="stop-color:#F2F4F4"/>
1159
+ <stop offset="0.7" style="stop-color:#EFF1F0"/>
1160
+ <stop offset="0.91" style="stop-color:#DDE0DE"/>
1161
+ <stop offset="0.9469" style="stop-color:#E8EAE8"/>
1162
+ <stop offset="0.99" style="stop-color:#EFF1EF"/>
1163
+ </linearGradient>
1164
+ <path class="st74" d="M373.6,320.6c0-4.4,3.5-7.9,7.7-7.9c1.4,0,2.8,0.4,3.9,1c0,0,0,0,0.1,0c0,0,0.1,0,0.1,0l0.5,0.3l0.5,0.5
1165
+ c-0.4,0.6-1.2,0.7-1.8,0.4c-4.2-2.5-9.7,0.6-9.7,5.8l-0.6,0.5L373.6,320.6z"/>
1166
+
1167
+ <linearGradient id="_x30__x2C_475692mm_6_" gradientUnits="userSpaceOnUse" x1="538.3023" y1="427.6067" x2="536.2403" y2="426.7144" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1168
+ <stop offset="1.000000e-002" style="stop-color:#EFF1F0"/>
1169
+ <stop offset="8.920000e-002" style="stop-color:#D8DAD9"/>
1170
+ <stop offset="0.1794" style="stop-color:#C4C5C4"/>
1171
+ <stop offset="0.24" style="stop-color:#BDBEBD"/>
1172
+ <stop offset="0.3597" style="stop-color:#C4C5C4"/>
1173
+ <stop offset="0.5385" style="stop-color:#D8D9D9"/>
1174
+ <stop offset="0.7536" style="stop-color:#F8FAFA"/>
1175
+ <stop offset="0.76" style="stop-color:#F9FBFB"/>
1176
+ <stop offset="0.99" style="stop-color:#F4F7F6"/>
1177
+ </linearGradient>
1178
+ <path id="_x30__x2C_475692mm_61_" class="st75" d="M374.9,320.6c0,5.5,6.2,8.4,10.3,5.4c0.5-0.4,1.3-0.4,1.8,0.1l-0.5,0.5
1179
+ l-0.3,0.3l-0.1,0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c-1.3,0.9-2.9,1.5-4.6,1.5c-4.3,0-7.7-3.5-7.7-7.9L374.9,320.6L374.9,320.6
1180
+ L374.9,320.6z"/>
1181
+
1182
+ <linearGradient id="SVGID_68_" gradientUnits="userSpaceOnUse" x1="540.0883" y1="425.2905" x2="539.5291" y2="423.1277" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1183
+ <stop offset="5.000000e-003" style="stop-color:#CFD1CE"/>
1184
+ <stop offset="1.560000e-002" style="stop-color:#C8CAC8"/>
1185
+ <stop offset="3.140000e-002" style="stop-color:#B3B7B6"/>
1186
+ <stop offset="5.000000e-002" style="stop-color:#93999B"/>
1187
+ <stop offset="9.029999e-002" style="stop-color:#7B8085"/>
1188
+ <stop offset="0.1529" style="stop-color:#5B5F69"/>
1189
+ <stop offset="0.2051" style="stop-color:#484A57"/>
1190
+ <stop offset="0.24" style="stop-color:#414351"/>
1191
+ <stop offset="0.2882" style="stop-color:#494B56"/>
1192
+ <stop offset="0.4329" style="stop-color:#5D6061"/>
1193
+ <stop offset="0.53" style="stop-color:#646765"/>
1194
+ <stop offset="0.5787" style="stop-color:#6B6E6C"/>
1195
+ <stop offset="0.6514" style="stop-color:#808280"/>
1196
+ <stop offset="0.7389" style="stop-color:#A1A1A0"/>
1197
+ <stop offset="0.76" style="stop-color:#AAAAA9"/>
1198
+ <stop offset="0.82" style="stop-color:#C0C1C0"/>
1199
+ <stop offset="0.91" style="stop-color:#DDE0DE"/>
1200
+ <stop offset="0.9327" style="stop-color:#E2E5E3"/>
1201
+ <stop offset="1" style="stop-color:#EFF1F0"/>
1202
+ </linearGradient>
1203
+ <path class="st76" d="M390.8,300c4.3,0,7.7,3.5,7.7,7.9c0,2.1-0.9,4.3-2.4,5.8c0,0,0,0.1,0,0.2l-0.4,0.4l-0.6,0.4
1204
+ c-0.4-0.6-0.4-1.3,0.1-1.8c4.3-4.3,1.3-11.5-4.4-11.5l-0.4-0.6L390.8,300z"/>
1205
+
1206
+ <linearGradient id="_x30__x2C_475692mm_7_" gradientUnits="userSpaceOnUse" x1="538.0469" y1="425.2945" x2="538.595" y2="423.2773" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1207
+ <stop offset="1.000000e-002" style="stop-color:#F0F2F1"/>
1208
+ <stop offset="9.000000e-002" style="stop-color:#DDE0DE"/>
1209
+ <stop offset="0.3" style="stop-color:#EFF1F0"/>
1210
+ <stop offset="0.4115" style="stop-color:#F2F4F4"/>
1211
+ <stop offset="0.76" style="stop-color:#F9FBFB"/>
1212
+ <stop offset="0.8982" style="stop-color:#F6F8F8"/>
1213
+ <stop offset="0.99" style="stop-color:#EFF1F0"/>
1214
+ </linearGradient>
1215
+ <path id="_x30__x2C_475692mm_60_" class="st77" d="M390.8,301.2c-5.8,0-8.7,7.3-4.5,11.4c0.5,0.5,0.6,1.3,0.1,1.8l-0.6-0.4
1216
+ l-0.4-0.3l-0.1-0.1c0,0,0-0.1,0-0.2c-1.5-1.5-2.4-3.5-2.4-5.7c0-4.4,3.5-7.9,7.7-7.9L390.8,301.2L390.8,301.2z"/>
1217
+
1218
+ <linearGradient id="SVGID_69_" gradientUnits="userSpaceOnUse" x1="539.8869" y1="427.6338" x2="541.7487" y2="426.7616" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1219
+ <stop offset="2.000000e-002" style="stop-color:#BABDBD"/>
1220
+ <stop offset="3.160000e-002" style="stop-color:#C2C5C5"/>
1221
+ <stop offset="6.660000e-002" style="stop-color:#D6DAD8"/>
1222
+ <stop offset="9.000000e-002" style="stop-color:#DDE1DF"/>
1223
+ <stop offset="0.1359" style="stop-color:#D6DAD8"/>
1224
+ <stop offset="0.2046" style="stop-color:#C2C5C6"/>
1225
+ <stop offset="0.2875" style="stop-color:#A1A4A8"/>
1226
+ <stop offset="0.3807" style="stop-color:#73767F"/>
1227
+ <stop offset="0.47" style="stop-color:#414351"/>
1228
+ <stop offset="0.7363" style="stop-color:#55585D"/>
1229
+ <stop offset="0.99" style="stop-color:#636765"/>
1230
+ </linearGradient>
1231
+ <path class="st78" d="M407.9,320.6c0,4.4-3.5,7.9-7.7,7.9c-1.6,0-4.6-1.5-4.6-1.5c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0l-0.5-0.3
1232
+ l-0.5-0.6c0.4-0.4,1.1-0.6,1.6-0.3c1,0.5,3.1,1.3,4.1,1.3c3.6,0,6.5-3,6.5-6.6l0.6-0.5L407.9,320.6z"/>
1233
+
1234
+ <linearGradient id="_x30__x2C_475692mm_8_" gradientUnits="userSpaceOnUse" x1="541.8712" y1="426.0521" x2="539.9954" y2="425.1773" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1235
+ <stop offset="1.000000e-002" style="stop-color:#636765"/>
1236
+ <stop offset="0.1001" style="stop-color:#6A6E6C"/>
1237
+ <stop offset="0.2348" style="stop-color:#7F8180"/>
1238
+ <stop offset="0.3968" style="stop-color:#A0A09F"/>
1239
+ <stop offset="0.44" style="stop-color:#AAAAA9"/>
1240
+ <stop offset="0.5" style="stop-color:#C0C1C0"/>
1241
+ <stop offset="0.59" style="stop-color:#DDE0DE"/>
1242
+ <stop offset="0.6345" style="stop-color:#E0E3E1"/>
1243
+ <stop offset="0.6683" style="stop-color:#EAECEB"/>
1244
+ <stop offset="0.68" style="stop-color:#EFF1F0"/>
1245
+ <stop offset="0.9015" style="stop-color:#F2F4F3"/>
1246
+ <stop offset="0.97" style="stop-color:#F4F7F6"/>
1247
+ <stop offset="0.9808" style="stop-color:#F1F4F3"/>
1248
+ <stop offset="0.989" style="stop-color:#E8EBE9"/>
1249
+ <stop offset="0.9964" style="stop-color:#D9DCD9"/>
1250
+ <stop offset="1" style="stop-color:#CFD1CE"/>
1251
+ </linearGradient>
1252
+ <path id="_x30__x2C_475692mm_59_" class="st79" d="M406.6,320.6c0-5.1-5.5-8.3-9.8-5.7c-0.6,0.4-1.4,0.2-1.8-0.3l0.6-0.4
1253
+ l0.4-0.3l0.1-0.1c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0c1.2-0.7,2.6-1.1,4-1.1c4.3,0,7.7,3.5,7.7,7.9L406.6,320.6L406.6,320.6
1254
+ L406.6,320.6z"/>
1255
+
1256
+ <linearGradient id="_x30__x2C_475692mm_9_" gradientUnits="userSpaceOnUse" x1="539.6096" y1="428.1686" x2="544.2236" y2="428.8663" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1257
+ <stop offset="2.000000e-002" style="stop-color:#BABDBD"/>
1258
+ <stop offset="3.150000e-002" style="stop-color:#B3B6B7"/>
1259
+ <stop offset="4.860000e-002" style="stop-color:#9EA4A6"/>
1260
+ <stop offset="6.000000e-002" style="stop-color:#8D9497"/>
1261
+ <stop offset="0.1784" style="stop-color:#838889"/>
1262
+ <stop offset="0.29" style="stop-color:#7D8182"/>
1263
+ <stop offset="0.3424" style="stop-color:#989C9D"/>
1264
+ <stop offset="0.4188" style="stop-color:#B9BCBD"/>
1265
+ <stop offset="0.4978" style="stop-color:#D2D5D6"/>
1266
+ <stop offset="0.5792" style="stop-color:#E5E7E8"/>
1267
+ <stop offset="0.6644" style="stop-color:#EFF2F3"/>
1268
+ <stop offset="0.76" style="stop-color:#F3F5F6"/>
1269
+ <stop offset="0.99" style="stop-color:#EEF0EF"/>
1270
+ </linearGradient>
1271
+ <path id="_x30__x2C_475692mm_58_" class="st80" d="M423.1,330.1c0.3,0.4,0.3,1,0,1.5c-3.1,5.1-6.5,8.3-13.9,8.3
1272
+ c-6.9,0-11.6-6.5-15-12.1c-0.3-0.5-0.2-1.2,0.2-1.7l0.5,0.5l0.3,0.3l0.1,0.1c0,0,0,0.1,0,0.1c3.2,5.4,7.7,11.5,13.9,11.5
1273
+ c6.8,0,9.9-2.8,12.8-7.7c0,0,0-0.1,0-0.1l0.4-0.4L423.1,330.1z"/>
1274
+
1275
+ <linearGradient id="SVGID_70_" gradientUnits="userSpaceOnUse" x1="542.7422" y1="426.0345" x2="544.8257" y2="425.9071" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1276
+ <stop offset="1.000000e-002" style="stop-color:#F0F2F1"/>
1277
+ <stop offset="0.24" style="stop-color:#F3F5F6"/>
1278
+ <stop offset="0.7" style="stop-color:#EEF0EF"/>
1279
+ <stop offset="0.91" style="stop-color:#D0D3D0"/>
1280
+ <stop offset="0.9387" style="stop-color:#D6D9D7"/>
1281
+ <stop offset="0.99" style="stop-color:#DDE0DE"/>
1282
+ </linearGradient>
1283
+ <path class="st81" d="M413.3,320.7c0.8-3.4,4-5.7,7.4-5.7c0.7,0,1.4,0.1,2.1,0.3c1.3,0.4,2.6,1.1,3.5,2.2c0,0,0.1,0,0.1,0
1284
+ c0,0,0,0,0.1,0l0.4,0.4l0.3,0.6c-0.2,0.2-0.5,0.3-0.8,0.3c-0.4,0-0.7-0.2-1-0.4c-3.6-3.8-9.9-1.9-10.9,2.6l-0.8,0.5L413.3,320.7
1285
+ z"/>
1286
+
1287
+ <linearGradient id="_x30__x2C_475692mm_10_" gradientUnits="userSpaceOnUse" x1="543.9436" y1="428.1501" x2="542.5884" y2="426.6763" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1288
+ <stop offset="1.000000e-002" style="stop-color:#EEF0EF"/>
1289
+ <stop offset="6.160000e-002" style="stop-color:#D3D6D7"/>
1290
+ <stop offset="0.1363" style="stop-color:#B2B6BA"/>
1291
+ <stop offset="0.1984" style="stop-color:#9DA3A8"/>
1292
+ <stop offset="0.24" style="stop-color:#969CA1"/>
1293
+ <stop offset="0.349" style="stop-color:#9DA3A7"/>
1294
+ <stop offset="0.5119" style="stop-color:#B2B7B9"/>
1295
+ <stop offset="0.7077" style="stop-color:#D3D6D5"/>
1296
+ <stop offset="0.76" style="stop-color:#DDE0DE"/>
1297
+ <stop offset="0.8972" style="stop-color:#E6E8E7"/>
1298
+ <stop offset="1" style="stop-color:#F0F2F1"/>
1299
+ </linearGradient>
1300
+ <path id="_x30__x2C_475692mm_57_" class="st82" d="M414.5,321c-1.3,5.7,2.5,9.4,7.2,8.6c0.1,0,0.2,0,0.2,0
1301
+ c0.5,0,0.9,0.2,1.1,0.6l-0.6,0.4l-0.4,0.3l-0.1,0.1c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0c-0.7,0.1-1.2,0.2-1.6,0.2
1302
+ c-0.7,0-1.2-0.1-2.2-0.4c-3.8-1.3-5.9-5.1-4.8-9.9L414.5,321z"/>
1303
+
1304
+ <linearGradient id="_x30__x2C_475692mm_11_" gradientUnits="userSpaceOnUse" x1="544.8196" y1="425.9667" x2="545.7839" y2="423.6153" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1305
+ <stop offset="2.100000e-002" style="stop-color:#DDE0DE"/>
1306
+ <stop offset="9.000000e-002" style="stop-color:#999D9E"/>
1307
+ <stop offset="0.38" style="stop-color:#EDF1F3"/>
1308
+ <stop offset="0.85" style="stop-color:#F3F5F6"/>
1309
+ <stop offset="0.8966" style="stop-color:#F0F2F3"/>
1310
+ <stop offset="0.932" style="stop-color:#E7E9E9"/>
1311
+ <stop offset="0.9636" style="stop-color:#D7DAD9"/>
1312
+ <stop offset="0.99" style="stop-color:#C3C7C5"/>
1313
+ </linearGradient>
1314
+ <path id="_x30__x2C_475692mm_56_" class="st83" d="M434.2,305.4c-4.9,0.7-9.5,6-6.6,11.3c0.3,0.6,0.2,1.4-0.4,1.8l-0.4-0.6
1315
+ l-0.3-0.4l-0.1-0.1c0.1,0,0.1-0.1,0-0.2c-1.1-1.9-1.3-4.2-0.8-6.2c1.1-3.8,5.3-7,9.4-7c0.3,0,0.6,0,1,0.1l-0.2,0.1l-0.6,0.6
1316
+ L434.2,305.4z"/>
1317
+
1318
+ <linearGradient id="_x30__x2C_475692mm_12_" gradientUnits="userSpaceOnUse" x1="543.5958" y1="430.2046" x2="546.2512" y2="423.7302" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1319
+ <stop offset="0" style="stop-color:#848A8B"/>
1320
+ <stop offset="0.24" style="stop-color:#80838A"/>
1321
+ <stop offset="0.53" style="stop-color:#6D706E"/>
1322
+ <stop offset="1" style="stop-color:#686B6B"/>
1323
+ </linearGradient>
1324
+ <path id="_x30__x2C_475692mm_55_" class="st84" d="M419.2,344.6c-0.4-0.4-0.4-1-0.2-1.5l15.3-37.7l1.1-0.8l0.8-0.5l-16,39.5
1325
+ c0,0,0,0.1,0,0.1l-0.3,0.4L419.2,344.6z"/>
1326
+
1327
+ <linearGradient id="_x30__x2C_475692mm_13_" gradientUnits="userSpaceOnUse" x1="543.6127" y1="430.1721" x2="546.9912" y2="429.4664" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1328
+ <stop offset="0" style="stop-color:#BEC1BF"/>
1329
+ <stop offset="9.800000e-003" style="stop-color:#C0C3C1"/>
1330
+ <stop offset="0.1117" style="stop-color:#D5D8D4"/>
1331
+ <stop offset="0.18" style="stop-color:#DCDFDB"/>
1332
+ <stop offset="0.47" style="stop-color:#DDE0DD"/>
1333
+ <stop offset="0.5915" style="stop-color:#D6D9D6"/>
1334
+ <stop offset="0.76" style="stop-color:#C3C7C5"/>
1335
+ <stop offset="0.799" style="stop-color:#BEC1C0"/>
1336
+ <stop offset="0.88" style="stop-color:#B7BABA"/>
1337
+ <stop offset="0.9771" style="stop-color:#B0B3B5"/>
1338
+ <stop offset="1" style="stop-color:#ADB1B3"/>
1339
+ </linearGradient>
1340
+ <path id="_x30__x2C_475692mm_54_" class="st85" d="M438.9,341.7c-6.1-1.1-12.5,0.6-18.1,3.2c-0.6,0.3-1.2,0.1-1.6-0.4l0.5-0.5
1341
+ l0.3-0.3l0.1-0.1c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0c5.3-2.5,10.2-3.7,14.7-3.7c1.9,0,3.7,0.2,5.5,0.7l-0.7,0.5L438.9,341.7z"/>
1342
+
1343
+ <linearGradient id="_x30__x2C_475692mm_14_" gradientUnits="userSpaceOnUse" x1="545.4586" y1="432.8676" x2="547.012" y2="429.5961" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1344
+ <stop offset="0" style="stop-color:#414351"/>
1345
+ <stop offset="6.030000e-002" style="stop-color:#40414A"/>
1346
+ <stop offset="0.1501" style="stop-color:#3C3B35"/>
1347
+ <stop offset="0.21" style="stop-color:#393624"/>
1348
+ <stop offset="0.262" style="stop-color:#3D3B2B"/>
1349
+ <stop offset="0.3394" style="stop-color:#494940"/>
1350
+ <stop offset="0.41" style="stop-color:#585A58"/>
1351
+ <stop offset="0.5558" style="stop-color:#787D7E"/>
1352
+ <stop offset="0.6844" style="stop-color:#8F9599"/>
1353
+ <stop offset="0.76" style="stop-color:#989EA3"/>
1354
+ <stop offset="1" style="stop-color:#9FA5A9"/>
1355
+ </linearGradient>
1356
+ <path id="_x30__x2C_475692mm_53_" class="st86" d="M429.7,360.7c-0.1-0.4,0-0.9,0.3-1.2c5.1-5.8,7.4-12.2,8.9-17.9l0.9-0.5
1357
+ l0.5-0.3l0.1-0.1c-1.5,6.1-3.8,13.3-9.5,19.7c0,0,0,0.1,0,0.1l-0.5,0.2L429.7,360.7z"/>
1358
+
1359
+ <linearGradient id="_x30__x2C_475692mm_15_" gradientUnits="userSpaceOnUse" x1="549.0291" y1="438.6908" x2="545.8862" y2="432.4961" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1360
+ <stop offset="0" style="stop-color:#393624"/>
1361
+ <stop offset="9.160000e-002" style="stop-color:#3C392B"/>
1362
+ <stop offset="0.2284" style="stop-color:#444340"/>
1363
+ <stop offset="0.38" style="stop-color:#51515E"/>
1364
+ <stop offset="0.4227" style="stop-color:#585864"/>
1365
+ <stop offset="0.4866" style="stop-color:#6C6D76"/>
1366
+ <stop offset="0.5633" style="stop-color:#8B8E93"/>
1367
+ <stop offset="0.62" style="stop-color:#A7ABAD"/>
1368
+ <stop offset="0.85" style="stop-color:#ABB0B2"/>
1369
+ <stop offset="1" style="stop-color:#B0B5B6"/>
1370
+ </linearGradient>
1371
+ <path id="_x30__x2C_475692mm_52_" class="st87" d="M449.5,393.8c-0.9-16-6.6-25.6-18.9-32l-0.1-0.1c-0.4-0.2-0.6-0.6-0.7-1
1372
+ l0.7-0.1l0.4-0.1l0.1,0c0,0,0,0.1,0.1,0.1l0.1,0c13.6,7.1,19.5,17.9,19.7,36.2l0,0.6c0,0.5,0,0.9-0.1,1.4l-0.7-2.7L449.5,393.8z
1373
+ "/>
1374
+
1375
+ <linearGradient id="_x30__x2C_475692mm_16_" gradientUnits="userSpaceOnUse" x1="548.8702" y1="438.6142" x2="546.4946" y2="436.7245" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1376
+ <stop offset="0" style="stop-color:#918F92"/>
1377
+ <stop offset="4.600000e-003" style="stop-color:#949295"/>
1378
+ <stop offset="3.650000e-002" style="stop-color:#A5A5A7"/>
1379
+ <stop offset="7.370000e-002" style="stop-color:#B1B3B3"/>
1380
+ <stop offset="0.1208" style="stop-color:#B8BBBB"/>
1381
+ <stop offset="0.21" style="stop-color:#BABDBD"/>
1382
+ <stop offset="0.4957" style="stop-color:#D9DCDA"/>
1383
+ <stop offset="0.53" style="stop-color:#DDE0DE"/>
1384
+ <stop offset="0.76" style="stop-color:#DCDFDB"/>
1385
+ <stop offset="0.8374" style="stop-color:#D9DCD8"/>
1386
+ <stop offset="0.8962" style="stop-color:#CFD3D0"/>
1387
+ <stop offset="0.9488" style="stop-color:#BFC3C1"/>
1388
+ <stop offset="0.9977" style="stop-color:#A8ACAD"/>
1389
+ <stop offset="1" style="stop-color:#A7ABAC"/>
1390
+ </linearGradient>
1391
+ <path id="_x30__x2C_475692mm_51_" class="st88" d="M436,386.9c0.2-0.5,0.8-0.9,1.4-0.9c4.4,0.4,8.9,2.8,12,7.8l0.8,2.8l0.4,1.8
1392
+ l0.1,0.4c-0.2-0.5-0.7-1.4-1-1.9c-1.3-2.4-2.5-4.2-3.9-5.5c-2-2-4.6-3.4-7.4-3.9c-0.4-0.1-0.8-0.1-1.2-0.2c0,0,0,0,0,0
1393
+ c0,0-0.1,0-0.1,0.1l-0.6-0.1L436,386.9z"/>
1394
+
1395
+ <linearGradient id="_x30__x2C_475692mm_17_" gradientUnits="userSpaceOnUse" x1="548.183" y1="445.6279" x2="547.1542" y2="436.8697" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1396
+ <stop offset="0" style="stop-color:#414351"/>
1397
+ <stop offset="7.920000e-002" style="stop-color:#41424F"/>
1398
+ <stop offset="0.1077" style="stop-color:#3F4048"/>
1399
+ <stop offset="0.1281" style="stop-color:#3D3D3D"/>
1400
+ <stop offset="0.1444" style="stop-color:#3A382C"/>
1401
+ <stop offset="0.15" style="stop-color:#393624"/>
1402
+ <stop offset="0.2312" style="stop-color:#48473C"/>
1403
+ <stop offset="0.3202" style="stop-color:#545551"/>
1404
+ <stop offset="0.38" style="stop-color:#585A58"/>
1405
+ <stop offset="0.5379" style="stop-color:#737777"/>
1406
+ <stop offset="0.76" style="stop-color:#9FA5A9"/>
1407
+ <stop offset="1" style="stop-color:#A4A8A9"/>
1408
+ </linearGradient>
1409
+ <path id="_x30__x2C_475692mm_50_" class="st89" d="M442.9,438.8c0.4-0.6,0.8-1.3,1.3-2.1c8.6-15,5.6-37.8-7.7-48.2
1410
+ c-0.5-0.4-0.7-1-0.4-1.6l0.7,0.3l0.4,0.2l0.1,0c0,0,0,0.1,0,0.1c0.3,0.2,0.6,0.5,0.8,0.7c4.2,3.7,7.4,8.4,9.5,13.9
1411
+ c1.8,4.7,2.7,9.7,2.7,15.2c0,7.5-1.7,14.2-5,20c-1,1.8-2,3.3-3,4.5l0.3-1.6L442.9,438.8z"/>
1412
+
1413
+ <linearGradient id="_x30__x2C_475692mm_18_" gradientUnits="userSpaceOnUse" x1="547.4937" y1="445.6135" x2="545.8057" y2="442.8152" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1414
+ <stop offset="0" style="stop-color:#918F92"/>
1415
+ <stop offset="4.600000e-003" style="stop-color:#949295"/>
1416
+ <stop offset="3.650000e-002" style="stop-color:#A5A5A7"/>
1417
+ <stop offset="7.370000e-002" style="stop-color:#B1B3B3"/>
1418
+ <stop offset="0.1208" style="stop-color:#B8BBBB"/>
1419
+ <stop offset="0.21" style="stop-color:#BABDBD"/>
1420
+ <stop offset="0.4957" style="stop-color:#D9DCD9"/>
1421
+ <stop offset="0.53" style="stop-color:#DDE0DD"/>
1422
+ <stop offset="0.76" style="stop-color:#DCDFDB"/>
1423
+ <stop offset="0.8398" style="stop-color:#D9DCD8"/>
1424
+ <stop offset="0.9005" style="stop-color:#CFD3D0"/>
1425
+ <stop offset="0.9547" style="stop-color:#BFC3C3"/>
1426
+ <stop offset="1" style="stop-color:#ABB0B2"/>
1427
+ </linearGradient>
1428
+ <path id="_x30__x2C_475692mm_49_" class="st90" d="M431.1,424.7c0.4-0.4,1-0.6,1.6-0.3c5.7,2.4,8.7,8.4,10.2,14.4l-0.3,1.7
1429
+ l-0.3,1.1l-0.1,0.3c-0.4-2.3-0.9-4.3-1.8-6.5c-1.5-4.1-3.7-7-6.5-8.8c-0.6-0.4-1.2-0.7-1.8-1c0,0,0,0,0,0c0,0-0.1,0-0.1,0
1430
+ l-0.5-0.3L431.1,424.7z"/>
1431
+
1432
+ <linearGradient id="_x30__x2C_475692mm_19_" gradientUnits="userSpaceOnUse" x1="543.7206" y1="451.2662" x2="546.4972" y2="443.3378" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1433
+ <stop offset="0" style="stop-color:#414351"/>
1434
+ <stop offset="0.1109" style="stop-color:#41424F"/>
1435
+ <stop offset="0.1508" style="stop-color:#3F4048"/>
1436
+ <stop offset="0.1793" style="stop-color:#3D3D3D"/>
1437
+ <stop offset="0.2021" style="stop-color:#3A382C"/>
1438
+ <stop offset="0.21" style="stop-color:#393624"/>
1439
+ <stop offset="0.2806" style="stop-color:#48473C"/>
1440
+ <stop offset="0.358" style="stop-color:#545551"/>
1441
+ <stop offset="0.41" style="stop-color:#585A58"/>
1442
+ <stop offset="0.4521" style="stop-color:#6E7271"/>
1443
+ <stop offset="0.5031" style="stop-color:#828788"/>
1444
+ <stop offset="0.558" style="stop-color:#909698"/>
1445
+ <stop offset="0.6193" style="stop-color:#989FA2"/>
1446
+ <stop offset="0.7" style="stop-color:#9BA2A5"/>
1447
+ <stop offset="0.9831" style="stop-color:#A2A8AB"/>
1448
+ <stop offset="1" style="stop-color:#A3A8AB"/>
1449
+ </linearGradient>
1450
+ <path id="_x30__x2C_475692mm_48_" class="st91" d="M415.5,472.3c17.6-8.9,25.4-27.2,15.8-45.1c-0.5-1-1-1.7-0.3-2.5l0.5,0.5
1451
+ l0.3,0.3l0.1,0.1c0,0,0,0.1,0,0.1c0.1,0.3,0.3,0.6,0.5,0.9c0.2,0.3,0.3,0.6,0.5,0.9c2.8,5.6,3.9,10.1,3.9,15.8
1452
+ c-0.1,8.1-3.6,16.1-9.9,22.4c-2.1,2.1-4.4,4-7,5.6c-1.8,1.2-4,2.5-6.1,3.2l0.8-1.2L415.5,472.3z"/>
1453
+
1454
+ <linearGradient id="_x30__x2C_475692mm_20_" gradientUnits="userSpaceOnUse" x1="543.1582" y1="450.8374" x2="542.2137" y2="446.9338" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1455
+ <stop offset="0" style="stop-color:#918F92"/>
1456
+ <stop offset="4.600000e-003" style="stop-color:#949295"/>
1457
+ <stop offset="3.650000e-002" style="stop-color:#A5A5A7"/>
1458
+ <stop offset="7.370000e-002" style="stop-color:#B1B3B3"/>
1459
+ <stop offset="0.1208" style="stop-color:#B8BBBB"/>
1460
+ <stop offset="0.21" style="stop-color:#BABDBD"/>
1461
+ <stop offset="0.4884" style="stop-color:#D8DCDA"/>
1462
+ <stop offset="0.53" style="stop-color:#DDE1DF"/>
1463
+ <stop offset="0.76" style="stop-color:#DCDFDB"/>
1464
+ <stop offset="0.8398" style="stop-color:#D9DCD8"/>
1465
+ <stop offset="0.9005" style="stop-color:#CFD3D0"/>
1466
+ <stop offset="0.9547" style="stop-color:#BFC3C3"/>
1467
+ <stop offset="1" style="stop-color:#ABB0B2"/>
1468
+ </linearGradient>
1469
+ <path id="_x30__x2C_475692mm_47_" class="st92" d="M408.1,449.9c0.5-0.3,1.1-0.2,1.6,0.1c6.4,5.2,7.2,14,5.9,22.2l-0.9,1.2
1470
+ l-0.6,0.7l-0.2,0.2c0.7-2.8,1-5.7,1-8.9c0-5.2-1.4-9.5-4.2-12.7c-0.6-0.7-1.1-1.2-1.7-1.7c0,0,0,0-0.1,0c0,0,0,0-0.1,0l-0.4-0.4
1471
+ L408.1,449.9z"/>
1472
+
1473
+ <linearGradient id="_x30__x2C_475692mm_21_" gradientUnits="userSpaceOnUse" x1="537.7291" y1="454.4048" x2="542.7797" y2="447.7267" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1474
+ <stop offset="0" style="stop-color:#414351"/>
1475
+ <stop offset="6.030000e-002" style="stop-color:#40414A"/>
1476
+ <stop offset="0.1501" style="stop-color:#3C3B35"/>
1477
+ <stop offset="0.21" style="stop-color:#393624"/>
1478
+ <stop offset="0.262" style="stop-color:#3D3B2B"/>
1479
+ <stop offset="0.3394" style="stop-color:#494940"/>
1480
+ <stop offset="0.41" style="stop-color:#585A58"/>
1481
+ <stop offset="0.5558" style="stop-color:#787D7E"/>
1482
+ <stop offset="0.6844" style="stop-color:#8F9599"/>
1483
+ <stop offset="0.76" style="stop-color:#989EA3"/>
1484
+ <stop offset="1" style="stop-color:#9FA5A9"/>
1485
+ </linearGradient>
1486
+ <path id="_x30__x2C_475692mm_46_" class="st93" d="M378.7,490.6c20.2-0.6,32.6-14.7,28.8-38.3c-0.2-1-0.4-1.8,0.6-2.3l0.3,0.6
1487
+ l0.2,0.4l0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0.2,0.1,0.6,0.1,0.9c0.1,0.4,0.1,0.7,0.2,1c0.4,2.7,0.6,5.1,0.6,7.3
1488
+ c0,4.1-0.6,8-1.7,11.4c-1,3.1-2.5,6-4.4,8.5c-4.2,5.4-9.5,8.8-16.4,10.4c-3.3,0.8-6.3,1.1-9.4,1.1c-0.4,0-0.7,0-1.1,0l1.1-0.8
1489
+ L378.7,490.6z"/>
1490
+
1491
+ <linearGradient id="_x30__x2C_475692mm_22_" gradientUnits="userSpaceOnUse" x1="537.175" y1="453.739" x2="537.6203" y2="447.3715" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1492
+ <stop offset="0" style="stop-color:#918F92"/>
1493
+ <stop offset="3.900000e-003" style="stop-color:#949295"/>
1494
+ <stop offset="3.130000e-002" style="stop-color:#A5A5A7"/>
1495
+ <stop offset="6.310000e-002" style="stop-color:#B1B3B3"/>
1496
+ <stop offset="0.1035" style="stop-color:#B8BBBB"/>
1497
+ <stop offset="0.18" style="stop-color:#BABDBD"/>
1498
+ <stop offset="0.2771" style="stop-color:#C1C4C4"/>
1499
+ <stop offset="0.4218" style="stop-color:#D5D9D7"/>
1500
+ <stop offset="0.47" style="stop-color:#DDE1DF"/>
1501
+ <stop offset="0.6474" style="stop-color:#D7DAD8"/>
1502
+ <stop offset="0.76" style="stop-color:#D0D3D0"/>
1503
+ <stop offset="0.8492" style="stop-color:#CDD0CE"/>
1504
+ <stop offset="0.9171" style="stop-color:#C3C7C6"/>
1505
+ <stop offset="0.9776" style="stop-color:#B3B8B9"/>
1506
+ <stop offset="1" style="stop-color:#ABB0B2"/>
1507
+ </linearGradient>
1508
+ <path id="_x30__x2C_475692mm_45_" class="st94" d="M379.2,451.9c0.6,0.1,1,0.5,1.2,1c2.6,10,4.2,26.9-1.6,37.6l-1.2,0.7
1509
+ l-0.8,0.4l-0.2,0.1l0.3-0.4c0.8-1.3,1.7-2.9,2.8-6.1c1.3-4,1.9-8.6,1.9-13.8c0-3.2-0.4-7.3-1-11.5c-0.4-2.6-0.9-5.1-1.3-6.8
1510
+ c0,0-0.1-0.1-0.1-0.1l-0.1-0.6L379.2,451.9z"/>
1511
+
1512
+ <linearGradient id="_x30__x2C_475692mm_23_" gradientUnits="userSpaceOnUse" x1="536.1413" y1="452.2068" x2="537.0403" y2="447.3085" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1513
+ <stop offset="0" style="stop-color:#414351"/>
1514
+ <stop offset="9.570000e-002" style="stop-color:#484A53"/>
1515
+ <stop offset="0.21" style="stop-color:#585A58"/>
1516
+ <stop offset="0.2641" style="stop-color:#5E615F"/>
1517
+ <stop offset="0.3448" style="stop-color:#707374"/>
1518
+ <stop offset="0.41" style="stop-color:#838789"/>
1519
+ <stop offset="0.4535" style="stop-color:#8A8E90"/>
1520
+ <stop offset="0.601" style="stop-color:#9CA2A5"/>
1521
+ <stop offset="0.7" style="stop-color:#A3A9AC"/>
1522
+ <stop offset="0.9999" style="stop-color:#BDBEBD"/>
1523
+ </linearGradient>
1524
+ <path id="_x30__x2C_475692mm_44_" class="st95" d="M372.6,480c0.1-8.6,0.9-19.9,5.1-27.4c0.3-0.5,0.8-0.8,1.4-0.7l-0.2,0.7v0.4
1525
+ l0,0.1c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1c-3.6,6.5-4.9,17.4-4.9,24.7c0,0.6,0,1.1,0,1.7c0,0.9,0,1.9,0,3.1l-0.8-1.4L372.6,480z"/>
1526
+
1527
+ <linearGradient id="_x30__x2C_475692mm_24_" gradientUnits="userSpaceOnUse" x1="535.5903" y1="452.4971" x2="533.194" y2="444.4589" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1528
+ <stop offset="0" style="stop-color:#515858"/>
1529
+ <stop offset="2.400000e-002" style="stop-color:#585F5F"/>
1530
+ <stop offset="5.990000e-002" style="stop-color:#6B7274"/>
1531
+ <stop offset="0.103" style="stop-color:#8B9295"/>
1532
+ <stop offset="0.11" style="stop-color:#91989B"/>
1533
+ <stop offset="0.187" style="stop-color:#A2A8A9"/>
1534
+ <stop offset="0.3025" style="stop-color:#B7BAB9"/>
1535
+ <stop offset="0.38" style="stop-color:#BEC1BF"/>
1536
+ <stop offset="0.475" style="stop-color:#C5C8C6"/>
1537
+ <stop offset="0.6169" style="stop-color:#D9DCDB"/>
1538
+ <stop offset="0.76" style="stop-color:#F4F7F6"/>
1539
+ <stop offset="0.8059" style="stop-color:#EDEFEE"/>
1540
+ <stop offset="1" style="stop-color:#D0D2CF"/>
1541
+ </linearGradient>
1542
+ <path id="_x30__x2C_475692mm_43_" class="st96" d="M358.9,432.3c0.5,0.4,0.6,1.1,0.3,1.7c-2.5,5.1-3.8,10.3-3.8,15.5
1543
+ c0,13.1,7.6,22.3,17.2,30.5l0.7,1.5l0.5,0.9l0.1,0.2c-1.5-1.2-3.6-3-3.6-3c-10.7-9-16.2-19.2-16.2-30.1c0-5.4,1.3-10.8,4-16.1
1544
+ c0,0,0-0.1,0-0.1l0.3-0.5L358.9,432.3z"/>
1545
+
1546
+ <linearGradient id="_x30__x2C_475692mm_25_" gradientUnits="userSpaceOnUse" x1="532.2745" y1="445.7347" x2="533.9216" y2="444.1331" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1547
+ <stop offset="0" style="stop-color:#585A58"/>
1548
+ <stop offset="0.1418" style="stop-color:#5E615F"/>
1549
+ <stop offset="0.21" style="stop-color:#636765"/>
1550
+ <stop offset="0.2769" style="stop-color:#6A6E6C"/>
1551
+ <stop offset="0.3768" style="stop-color:#7C8081"/>
1552
+ <stop offset="0.41" style="stop-color:#838789"/>
1553
+ <stop offset="0.5637" style="stop-color:#8C9498"/>
1554
+ <stop offset="0.7" style="stop-color:#919A9F"/>
1555
+ <stop offset="0.8321" style="stop-color:#B0B6B8"/>
1556
+ <stop offset="1" style="stop-color:#DDDFDC"/>
1557
+ </linearGradient>
1558
+ <path id="_x30__x2C_475692mm_42_" class="st97" d="M349.1,440c2.3-2.8,4.8-5.3,8.1-7.7c0.5-0.4,1.2-0.4,1.7,0.1
1559
+ c-0.5,0.6-0.4,0.5-0.7,0.9l-0.1,0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c-3.6,2.6-6.3,5.6-6.8,6.2l-2.5,3l0.1-1.3L349.1,440z"/>
1560
+
1561
+ <linearGradient id="_x30__x2C_475692mm_26_" gradientUnits="userSpaceOnUse" x1="531.933" y1="445.7475" x2="532.9929" y2="440.5375" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1562
+ <stop offset="0" style="stop-color:#918F92"/>
1563
+ <stop offset="6.599999e-003" style="stop-color:#989699"/>
1564
+ <stop offset="2.890000e-002" style="stop-color:#A9A9AA"/>
1565
+ <stop offset="5.490000e-002" style="stop-color:#B5B7B6"/>
1566
+ <stop offset="8.780000e-002" style="stop-color:#BCBFBD"/>
1567
+ <stop offset="0.15" style="stop-color:#BEC1BF"/>
1568
+ <stop offset="0.2031" style="stop-color:#CDD0CE"/>
1569
+ <stop offset="0.3144" style="stop-color:#E7E9E9"/>
1570
+ <stop offset="0.38" style="stop-color:#F1F3F3"/>
1571
+ <stop offset="0.76" style="stop-color:#F4F7F6"/>
1572
+ <stop offset="0.8637" style="stop-color:#F2F5F4"/>
1573
+ <stop offset="0.9078" style="stop-color:#EBEEED"/>
1574
+ <stop offset="0.9405" style="stop-color:#DEE2E2"/>
1575
+ <stop offset="0.9677" style="stop-color:#CDD1D1"/>
1576
+ <stop offset="0.9911" style="stop-color:#B6BBBC"/>
1577
+ <stop offset="1" style="stop-color:#ABB0B2"/>
1578
+ </linearGradient>
1579
+ <path id="_x30__x2C_475692mm_41_" class="st98" d="M355.8,409.9c0.2,0.5,0.1,1.1-0.5,1.6c-1.2,1.1-2.4,2.2-3.5,3.6
1580
+ c-3.3,4.1-5,8.7-5,13.8c0,4,0.9,7.2,2.3,11.1l-0.2,1.4l-0.1,0.9l0,0.2c-0.7-1.7-1.2-3.3-1.8-5.2c-0.9-3-1.4-5.6-1.4-8.4
1581
+ c0-5.4,1.8-10.3,5.3-14.6c1.2-1.5,2.4-2.5,3.8-3.8c0,0,0-0.1,0-0.1l0.5-0.3L355.8,409.9z"/>
1582
+
1583
+ <linearGradient id="_x30__x2C_475692mm_27_" gradientUnits="userSpaceOnUse" x1="533.2092" y1="440.9748" x2="530.1805" y2="438.2953" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1584
+ <stop offset="0" style="stop-color:#939A9C"/>
1585
+ <stop offset="5.020000e-002" style="stop-color:#A4A9AB"/>
1586
+ <stop offset="9.000000e-002" style="stop-color:#ABB0B2"/>
1587
+ <stop offset="0.1315" style="stop-color:#B6B8B9"/>
1588
+ <stop offset="0.18" style="stop-color:#BDBEBD"/>
1589
+ <stop offset="0.2483" style="stop-color:#C4C5C4"/>
1590
+ <stop offset="0.35" style="stop-color:#D6DAD8"/>
1591
+ <stop offset="0.38" style="stop-color:#DDE1DF"/>
1592
+ <stop offset="0.76" style="stop-color:#F9FBFB"/>
1593
+ <stop offset="0.867" style="stop-color:#F2F5F6"/>
1594
+ <stop offset="0.91" style="stop-color:#EDF1F3"/>
1595
+ <stop offset="0.9289" style="stop-color:#E6EAEC"/>
1596
+ <stop offset="0.9571" style="stop-color:#D2D6D7"/>
1597
+ <stop offset="0.9909" style="stop-color:#B1B5B6"/>
1598
+ <stop offset="1" style="stop-color:#A7ABAC"/>
1599
+ </linearGradient>
1600
+ <path id="_x30__x2C_475692mm_40_" class="st99" d="M338.5,394.4c0,3.6,0.4,6.8,3.6,10c3.3,3.4,7.8,4.3,12.5,4.6
1601
+ c0.6,0,1,0.4,1.2,0.9c-0.6,0.2-1.2,0.4-1.2,0.4c0,0-0.1-0.1-0.1-0.1c-3.2-0.2-5.7-0.6-7.8-1.4c-2.2-0.8-4-2-5.5-3.5
1602
+ c-3.5-3.6-3.9-7.4-3.9-10.3c0-0.5,0-1,0-1.4c0-0.4,0-0.7,0-1.1l0.1,0.2l0.7,0.6L338.5,394.4z"/>
1603
+
1604
+ <linearGradient id="_x30__x2C_475692mm_28_" gradientUnits="userSpaceOnUse" x1="530.5688" y1="438.3258" x2="535.144" y2="438.1421" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1605
+ <stop offset="0" style="stop-color:#DDE1DF"/>
1606
+ <stop offset="3.340000e-002" style="stop-color:#ECEFEE"/>
1607
+ <stop offset="7.240000e-002" style="stop-color:#F6F8F8"/>
1608
+ <stop offset="0.1238" style="stop-color:#F9FBFB"/>
1609
+ <stop offset="0.2616" style="stop-color:#F2F4F4"/>
1610
+ <stop offset="0.4671" style="stop-color:#DDE1DF"/>
1611
+ <stop offset="0.47" style="stop-color:#DDE1DF"/>
1612
+ <stop offset="0.5356" style="stop-color:#E9EDEC"/>
1613
+ <stop offset="0.6231" style="stop-color:#F1F5F4"/>
1614
+ <stop offset="0.76" style="stop-color:#F4F7F7"/>
1615
+ <stop offset="0.8354" style="stop-color:#EDF0F0"/>
1616
+ <stop offset="0.94" style="stop-color:#DDE0DD"/>
1617
+ <stop offset="0.9623" style="stop-color:#D6D9D6"/>
1618
+ <stop offset="0.9955" style="stop-color:#C1C4C2"/>
1619
+ <stop offset="1" style="stop-color:#BEC1BF"/>
1620
+ </linearGradient>
1621
+ <path id="_x30__x2C_475692mm_39_" class="st100" d="M365.9,391.4c0,0.5-0.2,0.9-0.6,1.2c-8.5,5.9-12.6,7.2-26.9,1.9l-0.7-1
1622
+ l-0.5-0.8c6.1,2.4,12,4,15.1,4c3.1,0,6-1,9.5-3.2c0.9-0.6,1.8-1.1,2.7-1.8c0,0,0.1-0.1,0.1-0.1l0.5-0.1L365.9,391.4z"/>
1623
+
1624
+ <linearGradient id="_x30__x2C_475692mm_29_" gradientUnits="userSpaceOnUse" x1="523.9084" y1="435.0502" x2="534.713" y2="438.855" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1625
+ <stop offset="0" style="stop-color:#A7ABAC"/>
1626
+ <stop offset="5.000000e-003" style="stop-color:#B1B5B6"/>
1627
+ <stop offset="2.390000e-002" style="stop-color:#D2D6D7"/>
1628
+ <stop offset="3.950000e-002" style="stop-color:#E6EAEC"/>
1629
+ <stop offset="5.000000e-002" style="stop-color:#EDF1F3"/>
1630
+ <stop offset="0.1044" style="stop-color:#F2F5F6"/>
1631
+ <stop offset="0.24" style="stop-color:#F9FBFB"/>
1632
+ <stop offset="0.314" style="stop-color:#DBDDDC"/>
1633
+ <stop offset="0.38" style="stop-color:#BDBEBD"/>
1634
+ <stop offset="0.4906" style="stop-color:#B2B6B6"/>
1635
+ <stop offset="0.62" style="stop-color:#ABB0B2"/>
1636
+ <stop offset="0.6894" style="stop-color:#B2B7B9"/>
1637
+ <stop offset="0.7928" style="stop-color:#C7CBCB"/>
1638
+ <stop offset="0.88" style="stop-color:#DDE1DF"/>
1639
+ <stop offset="0.9085" style="stop-color:#D1D5D4"/>
1640
+ <stop offset="0.9602" style="stop-color:#B0B6B6"/>
1641
+ <stop offset="1" style="stop-color:#939A9C"/>
1642
+ </linearGradient>
1643
+ <path id="_x30__x2C_475692mm_38_" class="st101" d="M301.3,372.7c0,0.1,0.1,0.2,0.1,0.3c1.4,2.9,4.4,9.9,8.8,13.7
1644
+ c18.5,15.6,34.7-9.1,55.1,3.5c0.4,0.2,0.6,0.7,0.7,1.1l-0.7,0l-0.4,0l-0.1,0c0,0,0-0.1-0.1-0.1c-2.6-1.6-5.8-3.6-11.8-3.6
1645
+ c-4.6,0-9.1,1.3-13.9,2.8c-4.8,1.4-9.7,2.9-14.7,2.9c-5.5,0-10.3-1.8-14.8-5.6c-4.1-3.6-7.3-10.2-7.9-11.5
1646
+ c-0.4-0.9-0.8-1.8-1.2-2.7c-0.8-1.6-1.5-3.3-2.3-5.2l2,2.4L301.3,372.7z"/>
1647
+
1648
+ <linearGradient id="_x30__x2C_475692mm_30_" gradientUnits="userSpaceOnUse" x1="524.2935" y1="433.9504" x2="535.342" y2="437.3705" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1649
+ <stop offset="0" style="stop-color:#D0D3D0"/>
1650
+ <stop offset="2.920000e-002" style="stop-color:#D6D9D6"/>
1651
+ <stop offset="9.000000e-002" style="stop-color:#DDE0DD"/>
1652
+ <stop offset="0.2115" style="stop-color:#E4E7E4"/>
1653
+ <stop offset="0.38" style="stop-color:#F4F7F7"/>
1654
+ <stop offset="0.3981" style="stop-color:#EFF2F1"/>
1655
+ <stop offset="0.4554" style="stop-color:#E5E8E6"/>
1656
+ <stop offset="0.536" style="stop-color:#DFE2DF"/>
1657
+ <stop offset="0.76" style="stop-color:#DDE0DD"/>
1658
+ <stop offset="0.798" style="stop-color:#D6D9D6"/>
1659
+ <stop offset="0.8546" style="stop-color:#C1C5C4"/>
1660
+ <stop offset="0.91" style="stop-color:#A7ABAC"/>
1661
+ <stop offset="0.9458" style="stop-color:#A1A4A5"/>
1662
+ <stop offset="0.9993" style="stop-color:#918F92"/>
1663
+ <stop offset="1" style="stop-color:#918F92"/>
1664
+ </linearGradient>
1665
+ <path id="_x30__x2C_475692mm_37_" class="st102" d="M366.8,390.9c-0.4-0.1-0.7-0.3-0.9-0.6c-1.6-2.4-2.5-3.6-4.1-5.2
1666
+ c-3.4-3.5-9.2-6-14.8-6c-1.9,0-3.7,0.4-5.8,0.8c-14.2,3.1-28.5,1.7-40-7.2l-1.9-2.4l-1.2-1.6l-0.3-0.4c0.4,0.3,0.8,0.7,1.2,1
1667
+ c2,1.7,4.3,3.6,7.3,5.2c6.4,3.7,13.6,5.5,22.1,5.5c5.8,0,9.6-0.8,12.6-1.5c2.1-0.5,4-0.9,6-0.9h0.2c5.6,0,11.9,2.6,15.5,6.4
1668
+ c1.6,1.6,2.6,3,4.2,5.4c0,0,0,0,0.1,0.1l0,0.6L366.8,390.9z"/>
1669
+
1670
+ <linearGradient id="_x30__x2C_475692mm_31_" gradientUnits="userSpaceOnUse" x1="535.2829" y1="437.6213" x2="536.1716" y2="436.7107" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1671
+ <stop offset="0" style="stop-color:#BEC1BF"/>
1672
+ <stop offset="2.900000e-003" style="stop-color:#C2C5C3"/>
1673
+ <stop offset="1.910000e-002" style="stop-color:#D6DAD8"/>
1674
+ <stop offset="3.000000e-002" style="stop-color:#DDE1DF"/>
1675
+ <stop offset="0.3588" style="stop-color:#EDF0F0"/>
1676
+ <stop offset="0.62" style="stop-color:#F4F7F7"/>
1677
+ <stop offset="0.7404" style="stop-color:#EDF0F0"/>
1678
+ <stop offset="0.9198" style="stop-color:#DADDDB"/>
1679
+ <stop offset="1" style="stop-color:#D0D3D0"/>
1680
+ </linearGradient>
1681
+ <path id="_x30__x2C_475692mm_36_" class="st103" d="M372.9,384.9c0,0.3,0,0.6-0.2,0.9c-0.1,0.1-1.6,2.6-4.9,4.9
1682
+ c-0.2,0.2-0.5,0.2-0.8,0.2c-0.1,0-0.2,0-0.3,0l0.1-0.7l0.1-0.4l0-0.1c0,0,0,0,0,0c0,0,0,0,0.1,0c3.1-2.1,4.5-4.5,4.5-4.5
1683
+ l0.6-0.2L372.9,384.9L372.9,384.9z"/>
1684
+
1685
+ <linearGradient id="_x30__x2C_475692mm_32_" gradientUnits="userSpaceOnUse" x1="528.566" y1="434.6385" x2="536.3227" y2="435.6735" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1686
+ <stop offset="0" style="stop-color:#918F92"/>
1687
+ <stop offset="4.141688e-004" style="stop-color:#918F92"/>
1688
+ <stop offset="3.010000e-002" style="stop-color:#A1A4A5"/>
1689
+ <stop offset="5.000000e-002" style="stop-color:#A7ABAC"/>
1690
+ <stop offset="0.1091" style="stop-color:#C1C5C4"/>
1691
+ <stop offset="0.1695" style="stop-color:#D6D9D6"/>
1692
+ <stop offset="0.21" style="stop-color:#DDE0DD"/>
1693
+ <stop offset="0.4483" style="stop-color:#EDF0F0"/>
1694
+ <stop offset="0.62" style="stop-color:#F4F7F7"/>
1695
+ <stop offset="0.744" style="stop-color:#F1F4F4"/>
1696
+ <stop offset="0.8381" style="stop-color:#E9ECEA"/>
1697
+ <stop offset="0.91" style="stop-color:#DDE0DD"/>
1698
+ <stop offset="0.9708" style="stop-color:#D6D9D6"/>
1699
+ <stop offset="1" style="stop-color:#D0D3D0"/>
1700
+ </linearGradient>
1701
+ <path id="_x30__x2C_475692mm_35_" class="st104" d="M325.8,375.9c7.3-5.3,19.7-11.2,25.2-4.8c1.3,1.5,5.4,6.1,12.5,8
1702
+ c7.6,2,9.2,3.5,9.5,5.8l-0.7,0.1l-0.4,0.1h-0.1c-0.1-1.2-0.3-2.6-8.5-4.8c-7.5-2-11.7-6.8-13.1-8.4c-0.2-0.2-0.4-0.4-0.4-0.5
1703
+ c-1.4-1.2-3.5-1.8-5.8-1.8c-3.8,0-8,1.8-10.9,3.2c-1.7,0.9-2.8,1.5-4.1,2.4c-1.4,0.9-2.9,2-4.9,3.5l0.9-1.7L325.8,375.9z"/>
1704
+
1705
+ <linearGradient id="_x30__x2C_475692mm_33_" gradientUnits="userSpaceOnUse" x1="527.735" y1="434.7713" x2="533.485" y2="430.4069" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1706
+ <stop offset="0" style="stop-color:#BEC1BF"/>
1707
+ <stop offset="2.900000e-003" style="stop-color:#C2C5C3"/>
1708
+ <stop offset="1.910000e-002" style="stop-color:#D6DAD8"/>
1709
+ <stop offset="3.000000e-002" style="stop-color:#DDE1DF"/>
1710
+ <stop offset="0.2912" style="stop-color:#E4E8E6"/>
1711
+ <stop offset="0.62" style="stop-color:#F4F7F7"/>
1712
+ <stop offset="0.7088" style="stop-color:#EEF0F0"/>
1713
+ <stop offset="0.8411" style="stop-color:#DCDDDB"/>
1714
+ <stop offset="0.91" style="stop-color:#D0D1CE"/>
1715
+ <stop offset="0.9442" style="stop-color:#BEC1C0"/>
1716
+ <stop offset="0.97" style="stop-color:#B7BABA"/>
1717
+ <stop offset="0.9943" style="stop-color:#B0B3B5"/>
1718
+ <stop offset="1" style="stop-color:#ADB1B3"/>
1719
+ </linearGradient>
1720
+ <path id="_x30__x2C_475692mm_34_" class="st105" d="M325.8,375.9c2-10.1,5.9-22,15.5-25.9c5.6-2.3,11.9-1.1,17.3,1.6
1721
+ c0.3,0.1,0.6,0.2,0.9,0.1l-0.2-0.7l-0.1-0.4l0-0.1c0,0,0,0-0.1,0c-2.7-1.3-6.8-2.9-11.5-2.9c-2.4,0-4.7,0.4-6.9,1.3
1722
+ c-2.3,0.9-4.5,2.4-6.3,4.2c-4.3,4.3-7.5,11.3-9.6,21c-0.4,2-0.8,3.8-0.9,4.7l0.2-0.3l0.6-1L325.8,375.9z"/>
1723
+ </g>
1724
+ <g>
1725
+
1726
+ <linearGradient id="SVGID_71_" gradientUnits="userSpaceOnUse" x1="537.9551" y1="440.0152" x2="538.5898" y2="439.6619" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1727
+ <stop offset="0" style="stop-color:#B4B6B3"/>
1728
+ <stop offset="0.53" style="stop-color:#B6B8B5"/>
1729
+ <stop offset="1" style="stop-color:#B5B7B4"/>
1730
+ </linearGradient>
1731
+ <polygon class="st106" points="384.6,406 386.9,404.8 387.3,403.9 387.4,403.4 383.4,405.5 383.8,405.8 "/>
1732
+
1733
+ <linearGradient id="SVGID_72_" gradientUnits="userSpaceOnUse" x1="538.5166" y1="441.6401" x2="538.4207" y2="439.6067" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1734
+ <stop offset="0" style="stop-color:#8B8379"/>
1735
+ <stop offset="0.1559" style="stop-color:#96918A"/>
1736
+ <stop offset="0.47" style="stop-color:#AAAAA9"/>
1737
+ <stop offset="0.5187" style="stop-color:#AFB0AE"/>
1738
+ <stop offset="0.62" style="stop-color:#B5B7B5"/>
1739
+ <stop offset="1" style="stop-color:#B5B7B4"/>
1740
+ </linearGradient>
1741
+ <path class="st107" d="M385.7,416.2c-0.7-0.6-0.3-1.2,0.2-2c1.8-3.1,2.2-6.1,1-9.5l0.4-1l0.1-0.3l0-0.1c0.2,0.4,0.4,0.8,0.5,1.3
1742
+ c0.3,0.9,0.6,2.2,0.6,3.8c0,1-0.1,2.6-0.8,4.3c-0.4,1-0.7,1.5-1,2c-0.1,0.2-0.2,0.4-0.4,0.6c0,0,0,0.1,0,0.1l-0.1,0.2
1743
+ L385.7,416.2z"/>
1744
+
1745
+ <linearGradient id="SVGID_73_" gradientUnits="userSpaceOnUse" x1="538.6675" y1="441.8064" x2="539.8557" y2="438.6784" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1746
+ <stop offset="0" style="stop-color:#979289"/>
1747
+ <stop offset="0.1616" style="stop-color:#9F9C95"/>
1748
+ <stop offset="0.62" style="stop-color:#B5B7B4"/>
1749
+ <stop offset="0.76" style="stop-color:#B6B8B5"/>
1750
+ <stop offset="1" style="stop-color:#B4B6B3"/>
1751
+ </linearGradient>
1752
+ <path class="st108" d="M395.9,399.6c0,0.3,0,0.7-0.1,1c-0.4,6.1-1.8,10.1-6.4,13.9c-0.5,0.4-2.3,1.9-3,1.9
1753
+ c-0.3,0-0.5-0.1-0.7-0.3l0.5-0.5l0.1-0.2l0-0.1c0,0,0,0,0.1,0c0,0,0,0,0,0c0.9-0.6,1.7-1.2,2.3-1.7c0.7-0.6,1.3-1.2,1.7-1.6
1754
+ c3.3-3.3,4-7.7,4.3-11.6c0.1-1.1,0.1-2.2,0.2-3.2l0.4,0.8L395.9,399.6z"/>
1755
+
1756
+ <linearGradient id="SVGID_74_" gradientUnits="userSpaceOnUse" x1="540.6914" y1="442.2059" x2="539.7753" y2="438.6379" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1757
+ <stop offset="0" style="stop-color:#8B8379"/>
1758
+ <stop offset="0.1559" style="stop-color:#96918A"/>
1759
+ <stop offset="0.47" style="stop-color:#AAAAA9"/>
1760
+ <stop offset="0.574" style="stop-color:#B0B1AF"/>
1761
+ <stop offset="0.76" style="stop-color:#B6B8B5"/>
1762
+ <stop offset="1" style="stop-color:#B5B7B4"/>
1763
+ </linearGradient>
1764
+ <path class="st109" d="M397.6,420.5c-0.4-0.3-0.4-0.9-0.2-1.3c1.2-2.1,1.8-3.7,2.2-5.1c2-7.1-1-11.6-3.8-14.5l-0.6-1.6l-0.2-0.5
1765
+ l-0.1-0.2c0.4,0.3,0.8,0.7,1.1,1.1c3,3,6.7,7.9,4.5,15.9c-0.2,0.8-0.6,1.9-1.1,3l-0.1,0.2c-0.4,0.8-0.7,1.5-1.1,2.1
1766
+ c0,0,0,0.1,0,0.1l-0.1,0.2L397.6,420.5z"/>
1767
+
1768
+ <linearGradient id="SVGID_75_" gradientUnits="userSpaceOnUse" x1="540.8348" y1="442.4927" x2="541.816" y2="437.5822" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1769
+ <stop offset="0" style="stop-color:#979289"/>
1770
+ <stop offset="0.1616" style="stop-color:#9F9C95"/>
1771
+ <stop offset="0.62" style="stop-color:#B5B7B4"/>
1772
+ <stop offset="0.85" style="stop-color:#B6B8B5"/>
1773
+ <stop offset="1" style="stop-color:#B2B3B1"/>
1774
+ </linearGradient>
1775
+ <path class="st110" d="M407.7,392c1.8,7.5,2.7,15-1.5,21.6c-1.4,2.2-4.1,5-7.3,7c-0.4,0.3-1,0.2-1.3-0.1l0.5-0.5l0.1-0.2
1776
+ l0.1-0.1c0,0,0,0,0.1,0c0,0,0,0,0,0c0.9-0.5,1.3-0.9,2.3-1.7c0.8-0.6,1.5-1.3,2.3-2.1l0.1-0.1c0.9-0.9,1.6-1.8,2.3-2.9
1777
+ c1.9-3,2.8-6.5,2.8-10.6c0-2.6-0.4-5.4-1.1-8.7c-0.3-1.3-0.6-2.3-0.8-3.3l0.6,0.5L407.7,392z"/>
1778
+
1779
+ <linearGradient id="SVGID_76_" gradientUnits="userSpaceOnUse" x1="543.9366" y1="440.2783" x2="541.5115" y2="437.585" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1780
+ <stop offset="0" style="stop-color:#8B8379"/>
1781
+ <stop offset="0.1559" style="stop-color:#96918A"/>
1782
+ <stop offset="0.47" style="stop-color:#AAAAA9"/>
1783
+ <stop offset="0.574" style="stop-color:#B0B1AF"/>
1784
+ <stop offset="0.76" style="stop-color:#B6B8B5"/>
1785
+ <stop offset="1" style="stop-color:#B5B7B4"/>
1786
+ </linearGradient>
1787
+ <path class="st111" d="M419,409.6c-0.5-0.1-0.9-0.5-0.9-1c-0.4-7.6-3.1-13.4-10.3-16.5l-1-1.2l-0.3-0.3l-0.1-0.1
1788
+ c1.2,0.4,2.2,0.8,3.3,1.4c1.6,0.8,3,1.9,4.3,3.1c2,2,3.4,4.4,4.3,7.3c0.2,0.8,0.4,1.8,0.6,2.7l0.1,0.5c0.2,1.1,0.3,3.1,0.3,3.1
1789
+ c0,0,0,0.1,0.1,0.1l0,0.3L419,409.6z"/>
1790
+
1791
+ <linearGradient id="SVGID_77_" gradientUnits="userSpaceOnUse" x1="544.1254" y1="440.4928" x2="543.1761" y2="435.6981" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1792
+ <stop offset="0" style="stop-color:#979289"/>
1793
+ <stop offset="0.3113" style="stop-color:#ABABA6"/>
1794
+ <stop offset="0.53" style="stop-color:#B6B8B5"/>
1795
+ <stop offset="0.9159" style="stop-color:#B4B5B3"/>
1796
+ <stop offset="1" style="stop-color:#B2B3B1"/>
1797
+ </linearGradient>
1798
+ <path class="st112" d="M416.2,379.1c5.5,6.7,6.5,11.6,6.5,17.9c0,4.2-1.1,7.9-2.6,11.9c-0.2,0.5-0.7,0.8-1.2,0.7l0.1-0.7l0-0.2
1799
+ l0-0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0,0,0.7-1.8,1-2.8c0.3-0.9,0.7-2.3,1-3.6c0.4-1.7,0.6-3.5,0.6-5.2c0-2.2-0.1-4.5-0.7-6.9
1800
+ c-0.6-2.5-1.8-4.9-3.5-7.5c-0.6-0.9-1.4-2-2.4-3.2l0.4-0.2L416.2,379.1L416.2,379.1z"/>
1801
+
1802
+ <linearGradient id="SVGID_78_" gradientUnits="userSpaceOnUse" x1="543.0468" y1="435.7877" x2="543.2849" y2="434.9987" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1803
+ <stop offset="0" style="stop-color:#B4B6B3"/>
1804
+ <stop offset="0.47" style="stop-color:#B5B7B4"/>
1805
+ <stop offset="0.76" style="stop-color:#B5B7B5"/>
1806
+ <stop offset="1" style="stop-color:#B4B6B3"/>
1807
+ </linearGradient>
1808
+ <polygon class="st113" points="417.1,376.3 416.2,379.1 415.4,379.3 415.1,379.3 415.1,379.3 416.6,374.4 416.9,375.1 "/>
1809
+
1810
+ <linearGradient id="SVGID_79_" gradientUnits="userSpaceOnUse" x1="543.8632" y1="442.3798" x2="543.8502" y2="434.9763" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1811
+ <stop offset="0" style="stop-color:#8B8379"/>
1812
+ <stop offset="0.1559" style="stop-color:#96918A"/>
1813
+ <stop offset="0.47" style="stop-color:#AAAAA9"/>
1814
+ <stop offset="0.574" style="stop-color:#B0B1AF"/>
1815
+ <stop offset="0.76" style="stop-color:#B6B8B5"/>
1816
+ <stop offset="1" style="stop-color:#B2B3B1"/>
1817
+ </linearGradient>
1818
+ <path class="st114" d="M416.2,418c5.6-6.4,9.1-13.3,9.1-21.9c0-6.9-2.2-13.3-8.2-19.9l-0.3-1.4l-0.1-0.4l0-0.1l0.2,0.2
1819
+ c1.6,1.6,2.9,3.2,4.2,5.1c2.1,3,3.5,6,4.4,9.2c0.6,2.3,0.9,4.7,0.9,7.3c0,5.9-1.7,11.6-4.9,16.7c-1.8,2.9-3.6,4.9-5.2,6.7
1820
+ l-1.1,1.2l0.4-1L416.2,418z"/>
1821
+
1822
+ <linearGradient id="SVGID_80_" gradientUnits="userSpaceOnUse" x1="543.2648" y1="442.313" x2="542.5247" y2="439.0547" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1823
+ <stop offset="0" style="stop-color:#B2B3B1"/>
1824
+ <stop offset="0.24" style="stop-color:#B5B7B5"/>
1825
+ <stop offset="0.47" style="stop-color:#B5B7B4"/>
1826
+ <stop offset="0.627" style="stop-color:#B0B1AD"/>
1827
+ <stop offset="0.861" style="stop-color:#A29F98"/>
1828
+ <stop offset="1" style="stop-color:#979289"/>
1829
+ </linearGradient>
1830
+ <path class="st115" d="M412.4,400c0.5-0.1,1,0.1,1.2,0.5c2.8,5,2.9,11.6,2.6,17.6l-0.8,2l-0.3,0.6l-0.1,0.2l0.1-1.6
1831
+ c0.1-1.9,0.1-3.6,0.1-5.3v-0.4c0-1.8-0.1-3.3-0.2-4.7c-0.2-2.2-0.7-4.1-1.3-5.7c-0.3-0.8-0.6-1.5-1-2.1c0,0,0,0-0.1,0
1832
+ c0,0,0,0,0,0l-0.2-0.2L412.4,400z"/>
1833
+
1834
+ <linearGradient id="SVGID_81_" gradientUnits="userSpaceOnUse" x1="539.3485" y1="443.7333" x2="542.887" y2="439.3323" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1835
+ <stop offset="0" style="stop-color:#8B8379"/>
1836
+ <stop offset="5.040000e-002" style="stop-color:#8D867D"/>
1837
+ <stop offset="0.47" style="stop-color:#9B9C9C"/>
1838
+ <stop offset="0.6213" style="stop-color:#A2A3A3"/>
1839
+ <stop offset="0.8469" style="stop-color:#B6B8B5"/>
1840
+ <stop offset="0.85" style="stop-color:#B6B8B5"/>
1841
+ <stop offset="1" style="stop-color:#B2B3B1"/>
1842
+ </linearGradient>
1843
+ <path class="st116" d="M391.2,425c7.5-1.2,13.1-3.6,17.2-10c2.6-4.1,3.5-9,3.3-14c0-0.5,0.3-0.9,0.8-1.1l0.2,0.7l0.1,0.2l0,0.1
1844
+ c0,0-0.1,0,0,0.1c0,0.4,0,0.8,0,1.2c0,2.7-0.3,5-0.8,7.2c-0.6,2.2-1.4,4.2-2.6,6.1c-4,6.4-9.4,8.4-13.1,9.4
1845
+ c-1.9,0.5-3.9,0.9-5.8,1.2l-1.4,0.2l0.8-0.5L391.2,425z"/>
1846
+
1847
+ <linearGradient id="SVGID_82_" gradientUnits="userSpaceOnUse" x1="539.0222" y1="443.3705" x2="540.0489" y2="440.8036" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1848
+ <stop offset="0" style="stop-color:#B2B3B1"/>
1849
+ <stop offset="0.24" style="stop-color:#B5B7B5"/>
1850
+ <stop offset="0.47" style="stop-color:#B5B7B4"/>
1851
+ <stop offset="0.627" style="stop-color:#B0B1AD"/>
1852
+ <stop offset="0.861" style="stop-color:#A29F98"/>
1853
+ <stop offset="1" style="stop-color:#979289"/>
1854
+ </linearGradient>
1855
+ <path class="st117" d="M391.2,425c2.9-3.8,5.9-8.4,6.3-13c0-0.5-0.3-1-0.7-1.1l-0.3,0.7l0,0.3c0,0,0.1,0,0,0.1
1856
+ c-0.1,1.3-0.5,2.7-1,4.2c-0.7,1.7-1.6,3.4-2.9,5.3c-0.8,1.2-1.7,2.4-2.8,3.8l-0.9,1.1l0.2-0.1l0.5-0.3L391.2,425z"/>
1857
+
1858
+ <linearGradient id="SVGID_83_" gradientUnits="userSpaceOnUse" x1="536.8369" y1="442.7107" x2="540.0932" y2="440.8908" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1859
+ <stop offset="0" style="stop-color:#8B8379"/>
1860
+ <stop offset="5.040000e-002" style="stop-color:#8D867D"/>
1861
+ <stop offset="0.47" style="stop-color:#9B9C9C"/>
1862
+ <stop offset="0.6213" style="stop-color:#A2A3A3"/>
1863
+ <stop offset="0.8469" style="stop-color:#B6B8B5"/>
1864
+ <stop offset="0.85" style="stop-color:#B6B8B5"/>
1865
+ <stop offset="1" style="stop-color:#B2B3B1"/>
1866
+ </linearGradient>
1867
+ <path class="st118" d="M378.1,419.8c7.3-0.2,13.7-1.9,17.4-8.4c0.3-0.4,0.8-0.6,1.2-0.5l-0.2,0.7l-0.1,0.2l0,0.1c0,0,0,0,0,0
1868
+ c0,0-0.1,0-0.1,0c-0.8,1.3-1.6,2.5-2.7,3.5c-2.5,2.5-5.7,4.1-9.9,4.8c-2.6,0.5-5,0.5-6.8,0.6l-1.5,0l1-0.5L378.1,419.8z"/>
1869
+
1870
+ <linearGradient id="SVGID_84_" gradientUnits="userSpaceOnUse" x1="536.9969" y1="442.5329" x2="538.0856" y2="440.0168" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1871
+ <stop offset="0" style="stop-color:#B2B3B1"/>
1872
+ <stop offset="0.24" style="stop-color:#B5B7B5"/>
1873
+ <stop offset="0.47" style="stop-color:#B5B7B4"/>
1874
+ <stop offset="0.8278" style="stop-color:#AFB0AE"/>
1875
+ <stop offset="1" style="stop-color:#AAAAA9"/>
1876
+ </linearGradient>
1877
+ <path class="st119" d="M384.6,406c1.7,6.3-2.2,9.9-6.5,13.7l-1.9,0.7l-0.6,0.2l-0.2,0.1l1.8-1.6c0.9-0.8,1.9-1.7,2.9-2.7
1878
+ c1.1-1.1,1.9-2.1,2.5-3c0.9-1.5,1.4-3.1,1.4-4.7c0-0.7-0.1-1.5-0.3-2.4c-0.1-0.3-0.2-0.6-0.3-0.9l0.1,0l0.3,0.1L384.6,406z"/>
1879
+ </g>
1880
+ <g>
1881
+
1882
+ <linearGradient id="SVGID_85_" gradientUnits="userSpaceOnUse" x1="525.3762" y1="435.7767" x2="534.2696" y2="436.3518" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1883
+ <stop offset="0" style="stop-color:#B2B3B1"/>
1884
+ <stop offset="0.21" style="stop-color:#B5B7B5"/>
1885
+ <stop offset="0.44" style="stop-color:#B5B7B4"/>
1886
+ <stop offset="0.5703" style="stop-color:#B0B1AD"/>
1887
+ <stop offset="0.7646" style="stop-color:#A29F98"/>
1888
+ <stop offset="0.88" style="stop-color:#979289"/>
1889
+ <stop offset="0.8837" style="stop-color:#98938A"/>
1890
+ <stop offset="1" style="stop-color:#AAAAA9"/>
1891
+ </linearGradient>
1892
+ <path class="st120" d="M305,376.7c0.4-0.3,0.9-0.3,1.3-0.1c1.5,0.9,2.5,1.6,4.3,2.4c10.6,4.4,20.7,4,31.7,1.5
1893
+ c1.8-0.4,3.7-0.8,5.3-0.8c6,0,8.5,1.8,12.5,5c0.4,0.3,0.5,0.9,0.3,1.3l-0.7-0.2l-0.2-0.2c0,0,0-0.1,0-0.1
1894
+ c-1.6-1.3-2.9-2.4-4.8-3.4c-1.8-0.9-4.2-1.4-7.1-1.4c-1.5,0-3.3,0.4-5,0.8c-5.4,1.2-10.2,1.9-14.1,1.9c-4.3,0-8.1-0.4-11.4-1.2
1895
+ c-2.7-0.6-4.9-1.5-6.7-2.2c-1.9-0.8-3.2-1.7-4.1-2.2l-0.4-0.2c0,0,0,0,0,0c0,0,0,0,0,0l-0.3-0.1L305,376.7z"/>
1896
+
1897
+ <linearGradient id="SVGID_86_" gradientUnits="userSpaceOnUse" x1="525.2902" y1="436.4053" x2="534.2192" y2="436.9357" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1898
+ <stop offset="0" style="stop-color:#AAAAA9"/>
1899
+ <stop offset="0.24" style="stop-color:#AEB0AE"/>
1900
+ <stop offset="0.2614" style="stop-color:#AFB1AF"/>
1901
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
1902
+ <stop offset="1" style="stop-color:#B5B7B4"/>
1903
+ </linearGradient>
1904
+ <path class="st121" d="M360.3,386c-0.2,0.4-0.7,0.7-1.2,0.6c-13.6-3.4-23.1,4.6-34.8,4.6c-5.4,0-10.3-2-14.2-5.9
1905
+ c-2.3-2.3-3.9-4.1-5.4-7.4c-0.2-0.4-0.1-0.9,0.3-1.2l0.5,0.5l0.1,0.2l0,0.1c0,0,0,0.1,0,0.1c0.4,1,1.3,2.6,2.2,3.8
1906
+ c0.9,1.2,2.2,2.5,3,3.3c3.6,3.6,8.3,5.6,13.5,5.6c4.4,0,8.9-1.3,13.7-2.7l0.4-0.1c3.1-0.9,6.1-1.8,9.5-2.3
1907
+ c1.2-0.2,2.9-0.3,4.4-0.3c0.5,0,0.9,0,1.3,0c2.1,0.1,4.1,0.4,5.8,0.9c0,0,0,0,0,0c0,0,0.1,0,0.1,0l0.1,0l0.2,0.1L360.3,386z"/>
1908
+ </g>
1909
+ <g>
1910
+
1911
+ <linearGradient id="SVGID_87_" gradientUnits="userSpaceOnUse" x1="534.3213" y1="431.9564" x2="535.2813" y2="432.1569" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1912
+ <stop offset="0" style="stop-color:#8B8379"/>
1913
+ <stop offset="0.195" style="stop-color:#918B82"/>
1914
+ <stop offset="0.47" style="stop-color:#979289"/>
1915
+ <stop offset="1" style="stop-color:#928E8E"/>
1916
+ </linearGradient>
1917
+ <path class="st122" d="M367,356.4c-0.2-0.1-0.3-0.2-0.5-0.3c-0.9-0.1-1.9-0.3-2.8-0.5c-0.2-0.1-1.7-0.5-2-0.5
1918
+ c-0.3,0-0.5,0.1-0.7,0.3l0.4,0.6l0.3,0.1c0,0,0,0,0,0c0,0,1.7,0.5,1.7,0.5c0.7,0.2,1.6,0.4,2.5,0.5l0.4,0.1c0,0,0,0,0,0l0.3-0.1
1919
+ L367,356.4z"/>
1920
+
1921
+ <linearGradient id="SVGID_88_" gradientUnits="userSpaceOnUse" x1="535.1906" y1="432.3553" x2="536.3378" y2="432.3553" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1922
+ <stop offset="0" style="stop-color:#B5B7B4"/>
1923
+ <stop offset="0.11" style="stop-color:#B5B7B5"/>
1924
+ <stop offset="0.3181" style="stop-color:#AEB0AE"/>
1925
+ <stop offset="0.62" style="stop-color:#9B9C9C"/>
1926
+ <stop offset="0.82" style="stop-color:#979289"/>
1927
+ <stop offset="0.876" style="stop-color:#9C9890"/>
1928
+ <stop offset="0.9596" style="stop-color:#AAA9A5"/>
1929
+ <stop offset="1" style="stop-color:#B2B3B1"/>
1930
+ </linearGradient>
1931
+ <path class="st123" d="M372.9,355.6c-0.4,0.4-0.4,0.8-0.4,1.3c0,0.6-0.3,1.2-0.8,1.7c-0.5,0.5-1.1,0.8-1.9,0.8
1932
+ c-0.7,0-1.4-0.3-1.9-0.8c-0.2-0.2-0.4-0.5-0.6-1.2l-0.1-0.4c0-0.2-0.2-0.4-0.3-0.6l-0.5,0.5l-0.1,0.2l-0.1,0c0,0,0,0,0,0
1933
+ c0.2,1.1,0.4,1.6,0.9,2.1c0.7,0.7,1.6,1.1,2.6,1.1c1,0,1.9-0.4,2.6-1.1c0.6-0.7,1-1.5,1.1-2.3l0-0.6c0,0,0,0,0,0l-0.1-0.3
1934
+ L372.9,355.6z"/>
1935
+
1936
+ <linearGradient id="SVGID_89_" gradientUnits="userSpaceOnUse" x1="537.2232" y1="432.0052" x2="536.2359" y2="432.0258" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1937
+ <stop offset="0" style="stop-color:#8B8379"/>
1938
+ <stop offset="0.195" style="stop-color:#918B82"/>
1939
+ <stop offset="0.47" style="stop-color:#979289"/>
1940
+ <stop offset="1" style="stop-color:#928E8E"/>
1941
+ </linearGradient>
1942
+ <path class="st124" d="M379.1,355.8c-0.2-0.2-0.5-0.4-0.8-0.4c-1.7-0.1-2.5-0.2-4.2-0.1c-0.5,0-0.9,0-1.2,0.3l0.5,0.5l0.1,0.2
1943
+ l0.1,0.1c0,0,0,0,0,0c0.7-0.1,1.3-0.1,1.9-0.1c0.5,0,0.9,0,1.3,0l1.4,0.1c0,0,0,0,0.1,0l0.3-0.1L379.1,355.8z"/>
1944
+
1945
+ <linearGradient id="SVGID_90_" gradientUnits="userSpaceOnUse" x1="537.2659" y1="432.7634" x2="534.2751" y2="432.7843" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1946
+ <stop offset="0" style="stop-color:#B4B6B3"/>
1947
+ <stop offset="0.2392" style="stop-color:#B6B8B5"/>
1948
+ <stop offset="0.62" style="stop-color:#B4B6B3"/>
1949
+ <stop offset="1" style="stop-color:#B2B3B1"/>
1950
+ </linearGradient>
1951
+ <path class="st125" d="M379.1,355.8c0.2,0.3,0.3,0.6,0.2,0.9c-0.7,2.6-1.3,4.5-3.3,6.5c-5.2,5.2-13.6,2.7-15.2-5.6l-0.2-1.3
1952
+ c-0.1-0.4,0.1-0.7,0.3-1l0.5,0.5l0.1,0.2l0,0.1c0,0,0,0,0,0.1l0.2,1.3c0.5,2.6,1.7,4.3,2.7,5.3c1.4,1.4,3.2,2.1,5,2.1
1953
+ c1.7,0,3.7-0.3,5.8-2.4c0.9-0.9,2.1-2.3,2.8-5.2l0.2-0.9c0,0,0,0,0-0.1l0.1,0l0.2-0.1L379.1,355.8z"/>
1954
+ </g>
1955
+ <g>
1956
+
1957
+ <linearGradient id="SVGID_91_" gradientUnits="userSpaceOnUse" x1="542.9949" y1="432.2096" x2="543.2424" y2="432.7169" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1958
+ <stop offset="0" style="stop-color:#979289"/>
1959
+ <stop offset="1.460000e-002" style="stop-color:#98938A"/>
1960
+ <stop offset="0.4742" style="stop-color:#AAAAA9"/>
1961
+ <stop offset="1" style="stop-color:#AEB0AE"/>
1962
+ </linearGradient>
1963
+ <polygon class="st126" points="416.9,359.3 416,357.5 415.3,357.2 414.8,357.3 416.3,360.5 416.7,360.1 "/>
1964
+
1965
+ <linearGradient id="SVGID_92_" gradientUnits="userSpaceOnUse" x1="542.9133" y1="432.2147" x2="545.1812" y2="430.9884" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1966
+ <stop offset="0" style="stop-color:#AAAAA9"/>
1967
+ <stop offset="0.24" style="stop-color:#AEB0AE"/>
1968
+ <stop offset="0.2614" style="stop-color:#AFB1AF"/>
1969
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
1970
+ <stop offset="1" style="stop-color:#B5B7B4"/>
1971
+ </linearGradient>
1972
+ <path class="st127" d="M427.3,351c-5.2,1.4-9.7,5.2-11.3,6.5l-0.9-0.2l-0.3,0l-0.1,0c0.8-0.8,7.3-6.7,14.2-7.7l-0.5,0.6
1973
+ L427.3,351z"/>
1974
+
1975
+ <linearGradient id="SVGID_93_" gradientUnits="userSpaceOnUse" x1="543.2882" y1="432.8731" x2="545.1666" y2="430.9881" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1976
+ <stop offset="0" style="stop-color:#AAAAA9"/>
1977
+ <stop offset="0.24" style="stop-color:#AEB0AE"/>
1978
+ <stop offset="0.2614" style="stop-color:#AFB1AF"/>
1979
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
1980
+ <stop offset="1" style="stop-color:#B5B7B4"/>
1981
+ </linearGradient>
1982
+ <path class="st128" d="M427.3,351c-2,3.3-5.8,7.1-10.4,8.3l-0.4,0.8l-0.1,0.2l0,0.1c3-0.7,5.8-2.2,8.3-4.7c3-3,4.2-5.4,4.4-6.2
1983
+ l-0.1,0.1l-0.3,0.3L427.3,351z"/>
1984
+ </g>
1985
+ <g>
1986
+
1987
+ <linearGradient id="SVGID_94_" gradientUnits="userSpaceOnUse" x1="536.397" y1="435.5629" x2="539.2784" y2="436.6345" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
1988
+ <stop offset="0" style="stop-color:#B2B3B1"/>
1989
+ <stop offset="0.21" style="stop-color:#B5B7B5"/>
1990
+ <stop offset="0.44" style="stop-color:#B5B7B4"/>
1991
+ <stop offset="0.5703" style="stop-color:#B0B1AD"/>
1992
+ <stop offset="0.7646" style="stop-color:#A29F98"/>
1993
+ <stop offset="0.88" style="stop-color:#979289"/>
1994
+ <stop offset="0.8837" style="stop-color:#98938A"/>
1995
+ <stop offset="1" style="stop-color:#AAAAA9"/>
1996
+ </linearGradient>
1997
+ <path class="st129" d="M387.3,383.9c-3.1-0.1-4.4-2.6-7.6-5.7l-3.8-1.5l-1.5,0.2c3,0.4,3.9,1.3,5.2,2.6l0.3,0.3
1998
+ c0.4,0.4,0.8,0.8,1.2,1.3c0.4,0.4,0.8,0.8,1.2,1.2c1.5,1.5,2.8,2.6,5.3,2.6c0.6,0,1.2-0.1,1.9-0.3c1.1-0.3,2.2-0.8,3.2-1.4
1999
+ l-1.8,0.5L387.3,383.9z"/>
2000
+
2001
+ <linearGradient id="SVGID_95_" gradientUnits="userSpaceOnUse" x1="536.46" y1="435.3931" x2="539.3415" y2="436.4647" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
2002
+ <stop offset="0" style="stop-color:#AAAAA9"/>
2003
+ <stop offset="0.24" style="stop-color:#AEB0AE"/>
2004
+ <stop offset="0.2614" style="stop-color:#AFB1AF"/>
2005
+ <stop offset="0.62" style="stop-color:#B6B8B5"/>
2006
+ <stop offset="1" style="stop-color:#B5B7B4"/>
2007
+ </linearGradient>
2008
+ <path class="st130" d="M387.3,383.9c-3.5-1.4-4.7-4-7.6-5.7l-4.1-1.4l-1,0l-0.3,0c0.7-0.3,1.5-0.5,2.4-0.5
2009
+ c2.8,0,4.7,1.7,6.6,3.5c2,1.8,4.1,3.7,7.2,3.7c0.6,0,1.3-0.1,1.9-0.3l-0.5,0.2l-1.3,0.4L387.3,383.9z"/>
2010
+ </g>
2011
+ </g>
2012
+ <g id="contrast_lines">
2013
+
2014
+ <radialGradient id="inner_contrast_line_1_" cx="527.0244" cy="427.6128" r="37.4821" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)" gradientUnits="userSpaceOnUse">
2015
+ <stop offset="0" style="stop-color:#404142"/>
2016
+ <stop offset="0.24" style="stop-color:#3D3E3E"/>
2017
+ <stop offset="0.2667" style="stop-color:#3A3C3B"/>
2018
+ <stop offset="0.38" style="stop-color:#333534"/>
2019
+ <stop offset="0.62" style="stop-color:#2C2E2E"/>
2020
+ <stop offset="0.7024" style="stop-color:#25272C"/>
2021
+ <stop offset="0.85" style="stop-color:#1E2029"/>
2022
+ <stop offset="0.8959" style="stop-color:#1A1A22"/>
2023
+ <stop offset="0.9643" style="stop-color:#100B0D"/>
2024
+ <stop offset="1" style="stop-color:#090100"/>
2025
+ </radialGradient>
2026
+ <path id="inner_contrast_line_6_" class="st131" d="M470.6,287.3c3.1,2.6,6.2,5.3,9.1,8.3c19,19,31.4,43.4,35.8,69.5
2027
+ c3.6-4.1,7.3-8,11-11.9c-6.1-25.1-18.9-48.3-37.5-66.9c-0.8-0.8-1.7-1.7-2.6-2.5C481.2,285.1,475.9,286.3,470.6,287.3z
2028
+ M474.1,301.1c-4.3-4.3-8.9-8.3-13.8-11.8c-23.4,4.2-47.3,6.3-71.5,6.3c-24.1,0-48-2.2-71.5-6.3c-4.8,3.6-9.5,7.5-13.8,11.8
2029
+ c-19.4,19.4-31.5,44.8-34.5,71.9c15.3,18.2,29.1,37.8,41.2,58.7c12.1,20.9,22.1,42.7,30.2,65c15.1,6.6,31.5,10.1,48.3,10.1
2030
+ c16.8,0,33.2-3.5,48.3-10.1c8.1-22.4,18.2-44.1,30.2-65c12.1-20.9,25.9-40.5,41.2-58.7C505.7,345.9,493.6,320.6,474.1,301.1z
2031
+ M327,283c20.4,3.2,41.1,4.9,61.9,4.9c20.9,0,41.6-1.6,61.9-4.8c-18.6-11.1-39.9-17.1-61.9-17.1C366.9,265.8,345.5,271.8,327,283
2032
+ z M262.4,365.1c4.4-26.2,16.8-50.5,35.8-69.5c2.9-2.9,5.9-5.7,9.1-8.3c-5.3-1.1-10.6-2.3-15.8-3.6c-0.9,0.8-1.7,1.7-2.6,2.5
2033
+ c-18.6,18.6-31.5,41.8-37.5,66.9C255.1,357.1,258.8,361.1,262.4,365.1z M330.3,491.7c-7.4-19.2-16.3-38-26.8-56
2034
+ c-10.4-18.1-22.2-35.2-35.2-51.2c0,0.6,0,1.3,0,1.9c0,32,12.7,62.6,35.3,85.2C311.7,479.5,320.7,486.3,330.3,491.7z M433.8,506.6
2035
+ c-14.2,5.3-29.4,8.1-44.9,8.1c-15.5,0-30.7-2.8-44.9-8.1c1.7,5.1,3.3,10.3,4.8,15.5c12.9,3.8,26.4,5.8,40.1,5.8
2036
+ c13.7,0,27.2-2,40.1-5.8C430.5,516.9,432.1,511.7,433.8,506.6z M509.4,384.4c-13,16-24.7,33.1-35.2,51.2
2037
+ c-10.4,18.1-19.4,36.8-26.8,56c9.7-5.4,18.7-12.1,26.6-20.1c22.6-22.6,35.3-53.3,35.3-85.2C509.4,385.7,509.4,385.1,509.4,384.4z
2038
+ M486.5,283.5c0.9,0.9,1.8,1.7,2.7,2.6c18.7,18.7,31.6,42,37.6,67.2c-3.9,4.1-7.7,8.2-11.5,12.4c-4.3-26.3-16.7-50.8-35.8-69.9
2039
+ c-3-3-6.2-5.9-9.5-8.6C475.5,286.1,481.1,284.8,486.5,283.5z M509,373.1c-15.4,18.2-29.2,37.8-41.3,58.8
2040
+ c-12.1,20.9-22.2,42.7-30.3,65.1c-15.2,6.6-31.7,10.2-48.5,10.2c-16.9,0-33.4-3.5-48.5-10.2c-8.1-22.4-18.2-44.2-30.3-65.1
2041
+ c-12.1-20.9-25.9-40.6-41.3-58.8c3-27.2,15.1-52.6,34.6-72.1c4.3-4.3,9-8.3,13.9-11.9c23.5,4.2,47.4,6.4,71.5,6.4
2042
+ c24.2,0,48.1-2.2,71.5-6.4c4.9,3.6,9.5,7.6,13.9,11.9C493.8,320.4,506,345.9,509,373.1z M388.9,265.5c22.3,0,43.9,6.2,62.7,17.5
2043
+ c-20.6,3.3-41.6,5-62.7,5c-21.1,0-42.1-1.7-62.7-5C345,271.7,366.6,265.5,388.9,265.5z M251,353.3c6.1-25.2,19-48.5,37.6-67.2
2044
+ c0.9-0.9,1.8-1.7,2.7-2.6c5.5,1.4,11,2.6,16.5,3.7c-3.3,2.7-6.5,5.5-9.5,8.6c-19.1,19.1-31.5,43.6-35.8,69.9
2045
+ C258.8,361.5,254.9,357.3,251,353.3z M303.5,471.8c-22.7-22.7-35.4-53.4-35.4-85.4c0-0.9,0-1.8,0-2.6
2046
+ c13.1,16.2,25.1,33.5,35.6,51.8c10.6,18.3,19.6,37.3,27,56.8C320.9,486.8,311.7,479.9,303.5,471.8z M429.2,522.3
2047
+ c-13,3.8-26.5,5.9-40.3,5.9c-13.8,0-27.3-2-40.3-5.9c-1.6-5.4-3.2-10.8-5-16.1c14.3,5.4,29.7,8.3,45.3,8.3
2048
+ c15.6,0,31-2.9,45.3-8.3C432.5,511.5,430.8,516.9,429.2,522.3z M509.7,386.3c0,32-12.7,62.8-35.4,85.4
2049
+ c-8.2,8.2-17.4,15-27.3,20.5c7.5-19.5,16.5-38.5,27-56.8c10.6-18.3,22.5-35.6,35.6-51.8C509.7,384.6,509.7,385.5,509.7,386.3z
2050
+ M435.9,345.2l0.6-1.7h-1.8c-9.1,0-18.5,4.7-24.6,12.3l-2.6-2.1c0.3-0.3,3.5-4.4,9.1-8l-0.9,0l-46.5,0l-0.1,0
2051
+ c-1.2,0.7-2.2,1.5-3,2.3c-1,1-2.5,2.6-3.4,4.2c1.5,0.9,3,1.1,4.4,1.1c2.1,0,3.3-0.3,4.8-0.6c1.3-0.2,2.6-0.4,4.4-0.3
2052
+ c0.7,0,1.4,0.1,2.1,0.2c1.2,0.2,2.4,0.5,3.5,1c1.9,0.7,3.4,1.8,4.6,2.9c0.1,0.1,0.2,0.2,0.3,0.3l-2.9,2.6
2053
+ c-0.1-0.1-0.3-0.3-0.5-0.4c-0.3-0.3-0.6-0.5-1-0.7c-0.5-0.3-0.8-0.4-1.1-0.5l-0.1,0c0,0.6-0.4,1.4-0.9,2.4c-0.6,1.3-1.5,3-3,4.5
2054
+ c-2.6,2.6-5.1,3.3-7.8,3.3c-6,0-11.2-5-11.3-13.6c-1.7-1-6-3-10.7-3c-1.9,0-3.8,0.3-5.4,1c-3.2,1.3-6,3.9-8.2,7.7
2055
+ c-0.7,1.1-1.3,2.4-1.9,3.8c-0.7,1.7-1.3,3.2-1.8,4.8l-0.4,1.4l1.3-0.6c1.9-0.9,3.2-1.4,4.8-2c3-1.1,5.6-1.6,7.9-1.6
2056
+ c3.2,0,6,0.9,8.3,2.8c0.2,0.1,0.4,0.5,0.8,0.8c1.6,1.8,4.9,5.6,11.1,7.2c11.4,3,11.5,6.1,11.6,9.4c0,0.2-0.5,1.4-2.7,3.6
2057
+ c-1.5,1.5-3.3,3-5.6,4.6c-5.3,3.8-9.7,6.2-15.1,6.2c-1.8,0-3.7-0.3-6-0.9c-0.7-0.2-1.4-0.4-2.1-0.6c-0.3-0.1-3-1.1-3.3-1.2
2058
+ c0.1,0.3,0.4,1,0.5,1.2c0.2,0.5,0.6,1.3,0.9,1.7c0.4,0.7,0.9,1.3,1.5,1.9c2.7,2.7,7.1,4,13.5,4c4.5,0,6.9-0.3,12.3-1.1
2059
+ c1.1-0.2,2.4-0.3,3.8-0.5c-0.9,0.4-1.8,0.8-2.7,1.1c-8.7,3.6-11.6,4.9-15.4,8.7c-4,4-6.1,8.8-6.1,14.2c0,1.5,0.2,3,0.5,4.8
2060
+ c0,0.3,0.3,1.3,0.3,1.3s0.7-0.7,0.9-1c2.2-2.2,4.3-4,6.4-5.3c2.1-1.3,4.3-2.4,6.7-3.1c1.3-0.4,2.6-0.7,4-1
2061
+ c0.4-0.1,0.7-0.1,1.1-0.2c-3.4,3.5-11.2,12.1-11.2,25.1c0,2.3,0.3,4.6,0.8,6.8c0.5,2,1.2,3.9,2.2,5.9c1.4,2.9,3.4,5.8,5.9,8.7
2062
+ c0.7,0.8,1.5,1.7,2.3,2.5c0.2,0.2,1.1,1.2,1.1,1.2s0-1.1,0-1.5c0-0.7,0.1-1.7,0.2-2.4c0.2-2.1,0.4-4.1,0.8-6.5
2063
+ c1.4-7.8,3.7-13.4,6.9-16.6l0.3-0.3c0.5-0.6,1.3-1.4,2.6-2.3l0.3,1.2c1.5,5.6,4.1,15.1,4.1,25.3c0,0.8,0,7.5-1.5,13
2064
+ c-0.2,0.7-0.4,1.4-0.7,2c-0.1,0.3-0.4,0.9-0.5,1.1c0,0,1-0.2,1.3-0.2c2.4-0.4,4.9-1.2,7.9-2.7c3.4-1.7,6.2-4,8.4-6.8
2065
+ c3.5-4.5,5.2-10.4,5.2-17.5c0-6.6-1.2-11.4-2.3-15.7l-0.2-0.9c9.7,2.6,15.8,11.3,15.5,22.3c0,0.4-0.1,1.1-0.3,1.5
2066
+ c0.2-0.1,1-0.7,1.2-0.9c2.1-1.4,3.4-2.6,4.8-4.1c3-3,5.3-6.4,6.7-10.1c1.1-3,1.7-6.1,1.7-9.2c0-9.7-5.1-17.6-8.5-22.8l-0.1-0.1
2067
+ c0.6-0.1,1.4-0.1,2.2-0.1c5.1,0,12,1.8,16.2,10.6c0.3,0.5,0.4,1.1,0.5,1.5c0.1-0.4,0.5-1.2,0.6-1.5c1.7-4,2.6-8.5,2.6-13.4
2068
+ c0-4.6-0.7-8.8-2.2-12.8c-1.9-5.3-5.2-10-10.2-15c-1.6-1.6-3.5-3.3-5.7-5.3c1.4-0.5,4.1-1.2,7.3-1.2c3.3,0,6.2,0.8,8.8,2.4
2069
+ c0.2,0.2,1,0.8,1.4,1.2c-0.2-0.8-0.4-1.6-0.4-1.9c-2.2-9.7-8.3-17-17.3-21.4c-3.5,3.1-7.4,5.6-13.5,6.8c0,0-0.4-1.9-0.6-3
2070
+ l-0.1-0.3C428.3,363.7,434.1,350.7,435.9,345.2z M324.2,390.1c-5.1,0-9.8-1.9-13.4-5.5c-0.8-0.8-2.1-2.1-3-3.3
2071
+ c-0.8-1.2-1.7-2.7-2.2-3.8c0.7,0.5,2.3,1.5,4.4,2.4c2,0.8,4.2,1.6,6.7,2.2c3.4,0.8,7.1,1.2,11.4,1.2c4,0,8.7-0.6,14.1-1.9
2072
+ c1.7-0.4,3.5-0.8,5-0.8c2.6,0,5.2,0.4,7,1.4c1.9,1,3.2,2.1,4.8,3.4c-1.9-0.5-3.9-0.7-5.8-0.9c-1.7-0.1-4.1,0-5.7,0.3
2073
+ c-3.4,0.5-6.4,1.4-9.5,2.3l-0.4,0.1C333.2,388.8,328.7,390.1,324.2,390.1z M375.5,356.3c0.5,0,0.9,0,1.3,0l1.4,0.1l-0.2,0.9
2074
+ c-0.7,2.8-1.9,4.3-2.8,5.2c-2.1,2.1-4,2.3-5.7,2.3c-1.8,0-3.6-0.8-5-2.1c-0.9-0.9-2.2-2.6-2.7-5.2l-0.2-1.3l1.7,0.5
2075
+ c0.7,0.2,1.6,0.4,2.5,0.5l0.4,0.1l0.1,0.4c0.2,0.8,0.4,1.3,0.9,1.8c0.7,0.7,1.6,1.1,2.6,1.1c1,0,1.9-0.4,2.6-1.1
2076
+ c0.7-0.7,1-1.5,1.1-2.4l0-0.6l0.6,0C374.6,356.4,375.1,356.3,375.5,356.3z M416.6,374.3l-1.6,5.1c1,1.2,1.8,2.3,2.4,3.3
2077
+ c1.8,2.6,2.9,5,3.5,7.5c0.6,2.4,0.7,4.8,0.7,6.9c0,1.7-0.2,3.5-0.6,5.2c-0.3,1.2-0.7,2.6-1,3.6c-0.3,1-1,2.8-1,2.8
2078
+ s-0.1-2-0.3-3.1c-0.2-1.1-0.4-2.3-0.6-3.2c-0.9-2.9-2.3-5.4-4.3-7.4c-1.2-1.2-2.7-2.3-4.3-3.1c-1.4-0.7-2.5-1.1-3.5-1.4
2079
+ c0.3,1,0.5,2.1,0.9,3.4c0.8,3.4,1.1,6.1,1.1,8.7c0,4.1-0.9,7.6-2.8,10.6c-0.6,1-1.4,2-2.3,2.9c-0.8,0.8-1.5,1.5-2.4,2.2
2080
+ c-1,0.8-1.5,1.1-2.3,1.7c0.4-0.7,0.8-1.5,1.2-2.3c0.5-1.1,0.8-2.2,1.1-3c2.3-8-1.5-13-4.5-16c-0.4-0.4-0.8-0.8-1.3-1.2
2081
+ c0,1.1-0.1,2.2-0.2,3.4c-0.3,3.9-1,8.3-4.3,11.5c-0.5,0.5-1,1-1.7,1.6c-0.6,0.5-1.4,1.1-2.3,1.7c0.4-0.8,0.7-1.2,1.3-2.7
2082
+ c0.6-1.5,0.8-3,0.8-4.3c0-1.6-0.3-2.9-0.6-3.8c-0.2-0.5-0.3-0.9-0.5-1.3l-4.1,2.2c0.1,0.3,0.2,0.6,0.3,0.9
2083
+ c0.2,0.9,0.3,1.7,0.3,2.4c0,1.6-0.5,3.1-1.4,4.6c-0.6,1-1.4,1.9-2.5,3c-0.9,0.9-2,1.9-2.9,2.7l-1.9,1.7l1.7,0
2084
+ c1.8,0,4.3-0.1,6.9-0.6c4.1-0.7,7.4-2.3,9.9-4.9c1-1,1.9-2.2,2.7-3.5c-0.1,1.3-0.5,2.7-1,4.1c-0.7,1.7-1.6,3.4-2.9,5.3
2085
+ c-0.8,1.2-1.7,2.4-2.8,3.8l-1,1.3l1.6-0.2c2-0.3,3.9-0.7,5.8-1.2c3.7-1,9.1-3.1,13.1-9.5c1.2-1.9,2.1-3.9,2.7-6.1
2086
+ c0.6-2.2,0.8-4.5,0.8-7.2c0-0.4,0-0.8,0-1.3c0.4,0.6,0.7,1.3,1,2.1c0.7,1.7,1.1,3.5,1.3,5.7c0.1,1.4,0.2,2.9,0.2,4.7v0.4
2087
+ c0,1.8,0,3.4-0.1,5.3l-0.1,1.8l1.3-1.4c1.6-1.8,3.4-3.8,5.2-6.7c3.3-5.2,4.9-10.8,4.9-16.8c0-2.6-0.3-5-0.9-7.3
2088
+ c-0.8-3.2-2.3-6.2-4.4-9.2c-1.3-1.9-2.7-3.5-4.2-5.1C416.7,374.4,416.7,374.4,416.6,374.3z M376.7,376.3c-0.9,0-1.8,0.2-2.6,0.6
2089
+ c3.3,0.4,4.2,1.4,5.7,2.9c0.8,0.8,1.6,1.7,2.4,2.5c1.5,1.5,2.8,2.7,5.3,2.7c0.6,0,1.2-0.1,1.9-0.3c1.4-0.4,2.6-0.9,3.7-1.7
2090
+ c-0.9,0.4-1.7,0.5-2.5,0.5C384.4,383.5,382.5,376.3,376.7,376.3z M429.1,349.5c-7.6,1-14.4,7.7-14.4,7.7l1.5,3.3
2091
+ c3.6-0.8,6.4-2.7,8.4-4.7C427.7,352.8,428.9,350.5,429.1,349.5z M369.1,345.6C369.1,345.6,369.2,345.6,369.1,345.6l46.6,0l0.9,0
2092
+ c0.1,0,0.1,0,0.1,0.1c0,0.1,0,0.1-0.1,0.2c-5.2,3.3-8.4,7.1-9,7.8l2.4,1.9c6.1-7.6,15.5-12.2,24.6-12.2h1.8c0,0,0.1,0,0.1,0.1
2093
+ c0,0,0,0.1,0,0.1l-0.6,1.7c-1.8,5.5-7.7,18.5-21.9,21.7l0.6,3c6.3-1.2,10.1-3.9,13.3-6.7c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0
2094
+ c9.2,4.5,15.2,12,17.4,21.5l0.1,0.3c0.1,0.4,0.2,1,0.4,1.6c0,0.1,0,0.1-0.1,0.2c0,0,0,0-0.1,0c0,0-0.1,0-0.1-0.1
2095
+ c-0.3-0.4-1.1-1-1.4-1.2c-2.5-1.5-5.4-2.3-8.7-2.3c-3,0-5.6,0.7-7.1,1.1c2.2,1.9,4,3.5,5.6,5.1c5,5,8.3,9.8,10.2,15.1
2096
+ c1.5,4,2.2,8.2,2.2,12.8c0,4.9-0.9,9.4-2.6,13.4c-0.2,0.4-0.5,1.1-0.6,1.5c0,0.1-0.1,0.1-0.1,0.1c0,0,0,0,0,0
2097
+ c-0.1,0-0.1,0-0.1-0.1c-0.1-0.5-0.3-1-0.5-1.5c-4.1-8.7-11-10.5-16-10.5c-0.6,0-1.3,0-2,0.1c3.4,5.2,8.5,13.1,8.5,22.8
2098
+ c0,3.2-0.6,6.3-1.7,9.3c-1.4,3.7-3.7,7.1-6.7,10.1c-1.4,1.4-2.7,2.6-4.8,4.1c-0.2,0.2-1,0.7-1.2,0.9c0,0-0.1,0-0.1,0
2099
+ c0,0-0.1,0-0.1,0c0,0-0.1-0.1,0-0.2c0.1-0.3,0.2-1,0.2-1.4c0.3-10.7-5.7-19.3-15.2-22l0.2,0.7c1.1,4.3,2.3,9.2,2.3,15.8
2100
+ c0,7.1-1.8,13-5.3,17.6c-2.2,2.8-5,5.1-8.4,6.8c-2.9,1.4-5.3,2.2-8,2.7c0,0-1.3,0.2-1.3,0.2c0,0-0.1,0-0.1-0.1c0-0.1,0-0.1,0-0.2
2101
+ c0.1-0.1,0.4-0.7,0.5-1c0.3-0.7,0.5-1.4,0.7-2c1.5-5.5,1.5-12.2,1.5-13c0-10.3-2.6-19.7-4.1-25.3l-0.3-1
2102
+ c-1.1,0.8-1.9,1.6-2.4,2.1l-0.3,0.3c-3.2,3.2-5.5,8.8-6.9,16.6c-0.4,2.4-0.6,4.4-0.8,6.5c-0.1,0.7-0.1,1.7-0.2,2.4
2103
+ c0,0.4,0,1.5,0,1.5c0,0.1,0,0.1-0.1,0.1c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0-0.9-1-1.1-1.2c-0.8-0.8-1.6-1.7-2.3-2.5
2104
+ c-2.5-2.9-4.5-5.7-5.9-8.7c-0.9-1.9-1.7-3.9-2.2-5.9c-0.6-2.2-0.9-4.6-0.9-6.9c0-9,3.7-17.3,10.9-24.9c-0.2,0-0.4,0.1-0.7,0.1
2105
+ c-1.4,0.3-2.7,0.6-4,1c-2.4,0.7-4.5,1.7-6.6,3c-2.1,1.3-4.3,3.1-6.4,5.3c-0.2,0.2-0.9,1-0.9,1c0,0-0.1,0-0.1,0c0,0,0,0,0,0
2106
+ c-0.1,0-0.1-0.1-0.1-0.1c0,0-0.2-1-0.3-1.3c-0.3-1.7-0.5-3.2-0.5-4.8c0-5.4,2.1-10.2,6.1-14.3c3.8-3.8,6.8-5.1,15.5-8.7l1.7-0.7
2107
+ c-0.9,0.1-2.8,0.4-2.8,0.4c-5.3,0.7-7.8,1.1-12.3,1.1c-6.4,0-10.9-1.3-13.6-4c-0.6-0.6-1.1-1.2-1.5-2c-0.3-0.5-0.7-1.2-0.9-1.8
2108
+ c-0.1-0.3-0.4-0.9-0.5-1.2c0-0.1,0-0.1,0-0.1c0,0,0.1,0,0.1,0c0,0,0,0,0.1,0c0.3,0.1,3,1.1,3.3,1.2c0.7,0.2,1.4,0.4,2.1,0.6
2109
+ c2.2,0.6,4.1,0.9,5.9,0.9c5.4,0,9.7-2.4,15-6.2c2.2-1.6,4.1-3.1,5.5-4.6c2.1-2.1,2.7-3.3,2.7-3.5c-0.1-3.2-0.2-6.2-11.5-9.2
2110
+ c-6.2-1.6-9.6-5.4-11.2-7.2c-0.3-0.4-0.6-0.7-0.8-0.8c-2.2-1.8-5-2.8-8.2-2.8c-2.4,0-4.9,0.5-7.9,1.6c-1.6,0.6-2.9,1.2-4.8,2
2111
+ l-1.3,0.6c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1-0.1,0-0.1l0.4-1.4c0.5-1.6,1-3.1,1.8-4.8c0.6-1.4,1.2-2.7,1.9-3.8
2112
+ c2.3-3.8,5.1-6.4,8.3-7.7c1.7-0.7,3.5-1,5.5-1c4.8,0,9.1,2.1,10.7,3c0,0,0.1,0.1,0.1,0.1c0.1,7.9,4.7,13.5,11.2,13.5
2113
+ c3,0,5.5-1,7.7-3.3c1.2-1.2,2.2-2.6,2.9-4.4c0.5-1.1,0.8-1.8,0.9-2.4c0,0,0-0.1,0.1-0.1c0,0,0.1,0,0.1,0c0,0,0,0,0,0
2114
+ c0.4,0.1,0.7,0.3,1.2,0.5c0.3,0.2,0.7,0.4,1,0.7c0.1,0.1,0.3,0.2,0.4,0.3l2.7-2.4c-0.1-0.1-0.1-0.1-0.2-0.2
2115
+ c-1.2-1.2-2.7-2.1-4.5-2.9c-1.1-0.4-2.3-0.8-3.5-1c-0.7-0.1-1.4-0.2-2.1-0.2c-0.3,0-0.5,0-0.8,0c-1.4,0-2.6,0.2-3.6,0.3
2116
+ c-0.4,0.1-0.7,0.1-1,0.2c-1.1,0.2-2.2,0.4-3.8,0.4c-1.7,0-3.1-0.4-4.4-1.1c0,0-0.1-0.1-0.1-0.1c0,0,0-0.1,0-0.1
2117
+ c0.9-1.5,2.4-3.2,3.4-4.2C366.9,347.1,367.9,346.4,369.1,345.6z M338,387.5l0.4-0.1c3.1-0.9,6.1-1.8,9.5-2.3
2118
+ c1.2-0.2,2.9-0.3,4.3-0.3c0.5,0,0.9,0,1.3,0c2.1,0.1,4.1,0.4,5.8,0.9c0,0,0,0,0,0c0.1,0,0.1,0,0.1-0.1c0-0.1,0-0.1,0-0.2
2119
+ c-1.6-1.3-2.9-2.4-4.8-3.4c-2.2-1.2-5.1-1.4-7.1-1.4c-1.5,0-3.3,0.4-5.1,0.8c-5.4,1.2-10.2,1.9-14.1,1.9c-4.3,0-8-0.4-11.4-1.2
2120
+ c-2.7-0.6-4.9-1.5-6.7-2.2c-1.8-0.8-3.2-1.7-4-2.2l-0.4-0.2c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0-0.1,0.1,0,0.2
2121
+ c0.4,1,1.3,2.6,2.2,3.8c0.9,1.2,2.2,2.5,3,3.3c3.7,3.7,8.3,5.6,13.5,5.6C328.7,390.3,333.2,389,338,387.5z M375.4,362.6
2122
+ c0.9-0.9,2.1-2.3,2.8-5.2l0.2-0.9c0,0,0-0.1,0-0.1c0,0-0.1-0.1-0.1-0.1l-1.4-0.1c-0.4,0-0.8,0-1.3,0c-0.4,0-0.9,0-1.4,0l-0.6,0
2123
+ c-0.1,0-0.1,0.1-0.1,0.1l0,0.6c0,0.9-0.4,1.7-1,2.3c-0.7,0.7-1.6,1-2.5,1c-1,0-1.8-0.4-2.5-1c-0.4-0.4-0.6-0.9-0.8-1.7l-0.1-0.4
2124
+ c0-0.1-0.1-0.1-0.1-0.1l-0.4-0.1c-0.9-0.1-1.8-0.3-2.5-0.5l-1.7-0.5c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0-0.1,0.1,0,0.1l0.2,1.3
2125
+ c0.5,2.7,1.7,4.4,2.7,5.3c1.4,1.4,3.2,2.2,5.1,2.2C371.2,365,373.3,364.7,375.4,362.6z M389.8,425.3c1.2-1.4,2-2.7,2.8-3.8
2126
+ c1.3-1.9,2.3-3.7,2.9-5.3c0.6-1.5,0.9-2.8,1-4.2c0-0.1,0-0.1-0.1-0.1c0,0,0,0,0,0c-0.1,0-0.1,0-0.1,0.1c-0.8,1.3-1.6,2.5-2.6,3.5
2127
+ c-2.5,2.5-5.7,4.1-9.8,4.8c-2.6,0.5-5,0.5-6.8,0.6l-1.3,0l1.6-1.5c0.9-0.8,1.9-1.7,2.9-2.7c1.1-1.1,1.9-2.1,2.5-3.1
2128
+ c0.9-1.5,1.4-3.1,1.4-4.7c0-0.7-0.1-1.5-0.3-2.4c-0.1-0.3-0.1-0.6-0.2-0.8l3.9-2.1c0.2,0.4,0.3,0.8,0.5,1.2
2129
+ c0.3,0.9,0.6,2.2,0.6,3.8c0,1-0.1,2.5-0.8,4.3c-0.4,1-0.7,1.5-1,2c-0.1,0.2-0.2,0.4-0.4,0.6c0,0.1,0,0.1,0,0.2c0,0,0.1,0,0.1,0
2130
+ c0,0,0.1,0,0.1,0c0.9-0.6,1.7-1.2,2.3-1.7c0.7-0.6,1.3-1.2,1.8-1.6c3.3-3.3,4-7.7,4.3-11.6c0.1-1,0.1-2.1,0.2-3.1
2131
+ c0.3,0.3,0.7,0.6,1,1c3,3,6.7,7.9,4.5,15.8c-0.2,0.8-0.5,1.9-1.1,3l-0.1,0.2c-0.4,0.8-0.7,1.5-1.1,2.1c0,0.1,0,0.1,0,0.2
2132
+ c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0c0.9-0.5,1.3-0.9,2.4-1.7c0.8-0.6,1.5-1.3,2.3-2.1l0.1-0.1c0.9-0.9,1.6-1.8,2.3-2.9
2133
+ c1.9-3.1,2.9-6.6,2.9-10.7c0-2.6-0.4-5.4-1.1-8.7c-0.3-1.2-0.5-2.2-0.8-3.2c1.1,0.4,2.1,0.8,3.2,1.3c1.6,0.8,3,1.9,4.2,3.1
2134
+ c1.9,1.9,3.4,4.4,4.3,7.3c0.2,0.8,0.4,1.8,0.6,2.7l0.1,0.5c0.2,1.1,0.3,3.1,0.3,3.1c0,0.1,0.1,0.1,0.1,0.1c0,0,0,0,0,0
2135
+ c0.1,0,0.1,0,0.1-0.1c0,0,0.7-1.8,1-2.8c0.3-0.9,0.7-2.3,1-3.6c0.4-1.7,0.6-3.5,0.6-5.2c0-2.2-0.1-4.5-0.7-7
2136
+ c-0.6-2.5-1.8-4.9-3.5-7.5c-0.6-0.9-1.4-2-2.4-3.2l1.5-4.8l0.1,0.1c1.6,1.6,2.9,3.2,4.2,5.1c2.1,3,3.5,6,4.4,9.2
2137
+ c0.6,2.3,0.9,4.7,0.9,7.3c0,5.9-1.7,11.6-4.9,16.7c-1.8,2.8-3.6,4.9-5.2,6.7l-1,1.1l0.1-1.4c0.1-1.9,0.1-3.6,0.1-5.3v-0.4
2138
+ c0-1.8-0.1-3.3-0.2-4.7c-0.2-2.2-0.7-4.1-1.3-5.8c-0.3-0.8-0.7-1.5-1-2.1c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0
2139
+ c-0.1,0-0.1,0.1-0.1,0.1c0,0.4,0,0.8,0,1.2c0,2.7-0.3,5-0.8,7.2c-0.6,2.2-1.4,4.2-2.6,6.1c-4,6.3-9.4,8.4-13,9.4
2140
+ c-1.9,0.5-3.9,0.9-5.8,1.2l-1.3,0.2L389.8,425.3z M387.5,384.8c-2.4,0-3.7-1.1-5.2-2.6c-0.4-0.4-0.8-0.8-1.2-1.2
2141
+ c-0.4-0.4-0.8-0.8-1.2-1.3l-0.3-0.3c-1.3-1.3-2.2-2.2-5-2.6c0.7-0.2,1.4-0.4,2.1-0.4c2.8,0,4.6,1.7,6.6,3.4
2142
+ c2,1.8,4.1,3.7,7.3,3.7c0.5,0,1-0.1,1.4-0.2c-0.8,0.5-1.7,0.8-2.7,1.1C388.7,384.7,388,384.8,387.5,384.8z M414.9,357.3
2143
+ c0.7-0.7,7.1-6.6,14-7.6c-0.3,1-1.5,3.2-4.4,6c-2.4,2.4-5.2,4-8.2,4.7L414.9,357.3z M445.3,437.4c2.4-4.2,5-10.8,5-20.1
2144
+ c0-4.6-0.6-9.8-2.7-15.3c-1.8-4.8-4.9-9.8-9.5-13.9c-0.3-0.2-0.5-0.5-0.8-0.7c0.4,0,0.8,0.1,1.2,0.2c3,0.6,5.5,2.1,7.4,3.9
2145
+ c1.5,1.5,2.7,3.4,3.8,5.5c0.4,0.8,1.2,2.3,1.2,2.3c0.1-1.1,0.1-1.5,0.1-2.5c-0.2-16.5-4.8-28.5-19.8-36.3c0,0-0.1,0-0.1,0
2146
+ c5.2-5.9,7.8-12.6,9.5-19.8c-3.6-0.9-10.3-1.7-20.4,3l0,0l16.1-39.6c-4.4-0.7-9.4,2.7-10.6,7c-0.6,2.2-0.2,4.5,0.8,6.3
2147
+ c-0.9-1-2.1-1.8-3.6-2.2c-4.2-1.2-8.8,1.2-9.7,5.5c-1.1,4.9,1.1,8.7,4.9,10c1.6,0.5,2.2,0.5,3.9,0.3c-2.9,4.9-6,7.7-12.7,7.7
2148
+ c-6.4,0-10.9-6.5-13.8-11.4c0,0,3,1.5,4.7,1.5c4.3,0,7.9-3.6,7.9-8c0-4.4-3.5-8-7.9-8c-1.5,0-2.8,0.4-4,1.1
2149
+ c1.5-1.5,2.5-3.6,2.5-5.9c0-4.4-3.5-8-7.9-8c-4.3,0-7.9,3.6-7.9,8c0,2.3,0.9,4.3,2.4,5.8c-1.1-0.7-2.5-1-4-1
2150
+ c-4.3,0-7.9,3.6-7.9,8c0,4.4,3.5,8,7.9,8c1.7,0,3.4-0.5,4.7-1.5c-2.9,4.9-7.4,11.5-13.8,11.5c-6.7,0-9.9-2.8-12.8-7.7
2151
+ c1.7,0.3,2.2,0.2,3.9-0.3c3.9-1.3,6-5.2,4.9-10c-1-4.3-5.6-6.7-9.7-5.5c-1.4,0.4-2.6,1.2-3.6,2.2c1-1.8,1.4-4.2,0.8-6.3
2152
+ c-1.2-4.3-6.2-7.6-10.6-7l17.2,42.3c-0.9,0.9-2.2,2.4-3.1,4c-3.7-1.9-11.1-4.6-18.4-1.6c-2.5,1-4.6,2.5-6.4,4.2
2153
+ c-5.5,5.5-8.2,14.6-9.7,21.1c-0.4,2-0.8,3.8-1,5c2.3-1.7,3.8-2.8,5.2-3.7c1.2-0.8,2.4-1.5,4.1-2.4c3-1.5,7.1-3.2,10.8-3.2
2154
+ c2,0,4.2,0.5,5.7,1.8c0.5,0.5,4.9,6.6,13.6,8.9c8.1,2.1,8.3,3.5,8.4,4.6c0,0-1.4,2.3-4.5,4.4c-1.7-2.5-2.7-3.8-4.2-5.4
2155
+ c-4-4.2-10.5-6.5-15.8-6.4c-5,0-8.7,2.3-18.6,2.3c-10,0-16.9-2.5-22-5.5c-3.7-2-6.3-4.5-8.8-6.5c1.3,3.2,2.6,5.7,3.7,8.3
2156
+ c0.8,1.8,4,8.1,7.9,11.5c5,4.2,10,5.7,14.9,5.7c5,0,9.9-1.5,14.7-2.9c4.7-1.4,9.3-2.8,13.9-2.8c5.9,0,9.2,2,11.8,3.6
2157
+ c-0.8,0.6-1.7,1.2-2.7,1.8c-3.7,2.3-6.6,3.2-9.4,3.2c-3.5,0-9.8-1.8-15.2-4c0,0.4-0.1,0.8-0.1,1.2c0,0.5,0,0.9,0,1.4
2158
+ c0,3.1,0.5,6.8,4,10.3c1.5,1.5,3.3,2.7,5.5,3.5c2.3,0.9,5,1.3,7.9,1.4c-1.3,1.2-2.6,2.4-3.8,3.8c-2.9,3.6-5.3,8.4-5.3,14.6
2159
+ c0,3.2,0.6,5.9,1.4,8.4c0.6,1.8,1.1,3.5,1.9,5.4l2.6-3.1c0,0,2.9-3.4,6.8-6.2c-2.5,5-4,10.5-4,16.1c0,12.3,6.9,22.4,16.2,30.2
2160
+ c0,0,2.2,2,3.8,3.2c0-2,0-3.3,0-5c0-6,1-17.6,4.9-24.7c0.4,1.6,0.9,4.1,1.3,6.8c0.6,3.6,1,7.8,1,11.5c0,6-0.9,10.5-1.9,13.7
2161
+ c-1.2,3.7-2.2,5.1-3.1,6.7c3.8,0.1,7.4-0.3,10.7-1.1c6.4-1.5,12-4.6,16.5-10.4c1.9-2.5,3.4-5.4,4.4-8.5c1.1-3.4,1.7-7.3,1.7-11.4
2162
+ c0-2.4-0.2-4.9-0.6-7.4c-0.1-0.7-0.2-1.5-0.3-2c0.7,0.5,1.1,1,1.7,1.7c2.2,2.5,4.2,6.4,4.2,12.6c0,2.1-0.1,5.4-1,9.1
2163
+ c2.1-0.7,4.3-2,6.3-3.3c2.5-1.6,4.8-3.5,7-5.6c5.8-5.8,9.9-13.6,10-22.5c0.1-5.8-1.2-10.4-3.9-15.8c-0.3-0.6-0.6-1.2-0.9-1.8
2164
+ c0.6,0.3,1.2,0.6,1.8,1c3.1,2,5.1,5.2,6.4,8.7c0.8,2.2,1.4,4.3,1.8,6.8C443,441,444.1,439.5,445.3,437.4z M377.6,491.7
2165
+ c-0.3,0-0.6,0-0.9,0l0.2-0.3c0.8-1.3,1.7-2.9,2.8-6.1c1.3-4,1.9-8.6,1.9-13.8c0-3.2-0.4-7.3-1-11.5c-0.4-2.6-0.9-5.1-1.3-6.8
2166
+ c0-0.1-0.1-0.2-0.2-0.2c0,0,0,0,0,0c-0.1,0-0.2,0-0.2,0.1c-3.7,6.5-5,17.4-5,24.8c0,0.6,0,1.1,0,1.7c0,0.9,0,1.7,0,2.8
2167
+ c-1.5-1.2-3.4-2.9-3.4-2.9c-10.7-9-16.1-19.1-16.1-30c0-5.4,1.3-10.8,3.9-16c0-0.1,0-0.2-0.1-0.3c0,0-0.1-0.1-0.2-0.1
2168
+ c0,0-0.1,0-0.1,0c-3.6,2.6-6.3,5.7-6.8,6.2l-2.3,2.8c-0.7-1.7-1.2-3.2-1.8-5c-0.9-3-1.3-5.6-1.3-8.3c0-5.3,1.8-10.2,5.2-14.5
2169
+ c1.2-1.4,2.4-2.5,3.6-3.7l0.1-0.1c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1-0.1-0.1-0.2-0.2c-3.1-0.2-5.7-0.6-7.8-1.4c-2.2-0.8-4-2-5.4-3.5
2170
+ c-3.4-3.5-3.9-7.1-3.9-10.2c0-0.5,0-1,0-1.4c0-0.3,0-0.6,0-0.9c6,2.4,11.9,3.9,15,3.9c3.1,0,6-1,9.5-3.2c0.9-0.6,1.8-1.1,2.8-1.8
2171
+ c0.1,0,0.1-0.1,0.1-0.2c0-0.1,0-0.2-0.1-0.2c-2.6-1.6-5.9-3.6-11.9-3.6c-4.6,0-9.2,1.3-14,2.8c-4.8,1.4-9.7,2.9-14.6,2.9
2172
+ c-5.5,0-10.3-1.8-14.8-5.6c-4.1-3.6-7.2-10.2-7.8-11.5c-0.4-0.9-0.8-1.8-1.2-2.7c-0.7-1.5-1.4-3-2.2-4.8c0.3,0.2,0.6,0.5,0.8,0.7
2173
+ c2,1.7,4.3,3.6,7.3,5.2c6.4,3.7,13.6,5.6,22.1,5.6c5.8,0,9.6-0.8,12.6-1.5c2.1-0.5,4-0.9,6-0.9h0.2c5.6,0,11.8,2.6,15.4,6.4
2174
+ c1.6,1.6,2.6,2.9,4.2,5.4c0,0.1,0.1,0.1,0.2,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c3.1-2.1,4.5-4.4,4.6-4.5c0,0,0-0.1,0-0.2
2175
+ c-0.1-1.2-0.3-2.6-8.6-4.8c-7.4-2-11.6-6.8-13-8.4c-0.2-0.2-0.4-0.4-0.4-0.5c-1.4-1.2-3.6-1.9-5.9-1.9c-3.8,0-8,1.8-10.9,3.2
2176
+ c-1.7,0.9-2.8,1.5-4.1,2.4c-1.4,0.9-2.8,1.9-4.7,3.4c0.2-1,0.5-2.6,0.9-4.4c2.1-9.7,5.4-16.7,9.6-21c1.9-1.9,4-3.3,6.3-4.2
2177
+ c2.1-0.9,4.4-1.3,6.8-1.3c4.6,0,8.8,1.6,11.4,2.9c0,0,0.1,0,0.1,0c0.1,0,0.2,0,0.2-0.1c1-1.7,2.3-3.2,3.1-4
2178
+ c0.1-0.1,0.1-0.2,0-0.3l-17.1-42c0.3,0,0.5,0,0.8,0c4,0,8.2,3.1,9.3,6.9c0.6,2,0.3,4.3-0.8,6.1c-0.1,0.1,0,0.2,0.1,0.3
2179
+ c0,0,0.1,0,0.1,0c0.1,0,0.1,0,0.2-0.1c0.9-1,2.1-1.8,3.4-2.1c0.7-0.2,1.4-0.3,2.1-0.3c3.4,0,6.6,2.3,7.3,5.6c1,4.7-1,8.5-4.8,9.7
2180
+ c-1,0.3-1.5,0.4-2.2,0.4c-0.4,0-0.9-0.1-1.6-0.2c0,0,0,0,0,0c-0.1,0-0.2,0-0.2,0.1c-0.1,0.1-0.1,0.2,0,0.3
2181
+ c2.9,4.8,6.1,7.8,13,7.8c6.2,0,10.5-5.9,14-11.6c0.1-0.1,0-0.2,0-0.3c0,0-0.1-0.1-0.2-0.1c0,0-0.1,0-0.1,0
2182
+ c-1.3,0.9-2.9,1.4-4.5,1.4c-4.2,0-7.6-3.5-7.6-7.8c0-4.3,3.4-7.8,7.6-7.8c1.4,0,2.7,0.4,3.8,1c0,0,0.1,0,0.1,0
2183
+ c0.1,0,0.1,0,0.2-0.1c0.1-0.1,0.1-0.2,0-0.3c-1.5-1.5-2.3-3.5-2.3-5.6c0-4.3,3.4-7.8,7.6-7.8c4.2,0,7.6,3.5,7.6,7.8
2184
+ c0,2.1-0.9,4.2-2.4,5.7c-0.1,0.1-0.1,0.2,0,0.3c0,0.1,0.1,0.1,0.2,0.1c0,0,0.1,0,0.1,0c1.2-0.7,2.5-1.1,3.9-1.1
2185
+ c4.2,0,7.6,3.5,7.6,7.8c0,4.3-3.4,7.8-7.6,7.8c-1.6,0-4.6-1.4-4.6-1.5c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0.1
2186
+ c-0.1,0.1-0.1,0.2,0,0.3c3.2,5.4,7.7,11.6,14,11.6c6.9,0,10-3,12.9-7.8c0-0.1,0-0.2,0-0.3c0-0.1-0.1-0.1-0.2-0.1c0,0,0,0,0,0
2187
+ c-0.7,0.1-1.2,0.2-1.6,0.2c-0.7,0-1.2-0.1-2.2-0.4c-3.7-1.2-5.8-5-4.8-9.8c0.7-3.3,3.9-5.6,7.3-5.6c0.7,0,1.4,0.1,2.1,0.3
2188
+ c1.3,0.4,2.5,1.1,3.5,2.1c0,0.1,0.1,0.1,0.2,0.1c0,0,0.1,0,0.1,0c0.1-0.1,0.1-0.2,0.1-0.3c-1-1.9-1.3-4.2-0.8-6.1
2189
+ c1.1-3.7,5.3-6.9,9.3-6.9c0.3,0,0.5,0,0.8,0l-16,39.3c-0.1,0.1,0,0.2,0,0.3c0,0,0.1,0.1,0.2,0.1c0,0,0.1,0,0.1,0
2190
+ c5.3-2.5,10.2-3.7,14.7-3.7c1.8,0,3.6,0.2,5.3,0.6c-1.5,6.1-3.8,13.2-9.4,19.5c0,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.1,0.1,0.2
2191
+ l0.1,0c13.5,7,19.4,17.8,19.7,36.1l0,0.6c0,0.4,0,0.6,0,1c-0.2-0.5-0.5-1.1-0.8-1.6c-1.3-2.5-2.5-4.2-3.9-5.6c-2-2-4.7-3.4-7.5-4
2192
+ c-0.4-0.1-0.8-0.1-1.2-0.2c0,0,0,0,0,0c-0.1,0-0.2,0.1-0.2,0.1c0,0.1,0,0.2,0.1,0.3c0.3,0.2,0.6,0.5,0.8,0.7
2193
+ c4.2,3.7,7.4,8.3,9.5,13.9c1.8,4.7,2.7,9.7,2.7,15.2c0,7.5-1.7,14.2-5,19.9c-1,1.7-1.9,3.1-2.9,4.3c-0.4-2.2-0.9-4.2-1.7-6.3
2194
+ c-1.5-4.1-3.7-7-6.5-8.9c-0.6-0.4-1.2-0.7-1.8-1c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.2,0.1c-0.1,0.1-0.1,0.2,0,0.3
2195
+ c0.2,0.3,0.3,0.6,0.5,0.9c0.2,0.3,0.3,0.6,0.5,0.9c2.8,5.6,3.9,10.1,3.9,15.7c-0.1,8.1-3.6,16-9.9,22.3c-2.1,2.1-4.4,3.9-6.9,5.6
2196
+ c-1.8,1.1-3.8,2.4-5.9,3.1c0.6-2.7,0.9-5.6,0.9-8.7c0-5.3-1.4-9.6-4.2-12.8c-0.6-0.7-1.1-1.2-1.7-1.7c0,0-0.1-0.1-0.1-0.1
2197
+ c0,0-0.1,0-0.1,0c-0.1,0-0.1,0.1-0.1,0.2c0,0.3,0.1,0.6,0.1,0.9c0.1,0.3,0.1,0.7,0.2,1c0.4,2.7,0.6,5.1,0.6,7.3
2198
+ c0,4.1-0.6,8-1.7,11.4c-1,3.1-2.5,6-4.4,8.5c-4.1,5.4-9.5,8.7-16.4,10.3C383.7,491.4,380.7,491.7,377.6,491.7z"/>
2199
+
2200
+ <radialGradient id="outer_contrast_line_1_" cx="527.0234" cy="427.6119" r="37.4829" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)" gradientUnits="userSpaceOnUse">
2201
+ <stop offset="0" style="stop-color:#414243"/>
2202
+ <stop offset="0.38" style="stop-color:#3F3F40"/>
2203
+ <stop offset="0.76" style="stop-color:#3C3D3D"/>
2204
+ <stop offset="0.8105" style="stop-color:#393A3A"/>
2205
+ <stop offset="0.8489" style="stop-color:#2F3032"/>
2206
+ <stop offset="0.88" style="stop-color:#212226"/>
2207
+ <stop offset="0.9023" style="stop-color:#1F1F1F"/>
2208
+ <stop offset="0.9355" style="stop-color:#19170A"/>
2209
+ <stop offset="0.94" style="stop-color:#181607"/>
2210
+ <stop offset="0.9709" style="stop-color:#0E0802"/>
2211
+ <stop offset="1" style="stop-color:#090100"/>
2212
+ </radialGradient>
2213
+ <path id="outer_contrast_line_6_" class="st132" d="M535.1,355.6c-5.9-28.2-19.9-54.2-40.5-74.9c-1.9-1.9-3.9-3.8-5.9-5.6
2214
+ c-8.7,2.3-17.5,4.2-26.4,5.9c-21.4-14.9-46.9-23-73.3-23c-26.4,0-51.9,8.1-73.3,23c-8.9-1.7-17.7-3.6-26.4-5.9
2215
+ c-2,1.8-4,3.7-5.9,5.6c-20.7,20.7-34.6,46.7-40.5,74.9c6.3,6.4,12.4,13.1,18.3,19.9c-0.3,3.6-0.5,7.2-0.5,10.8
2216
+ c0,34,13.5,66.7,37.6,90.7c10.6,10.6,22.9,19.1,36.2,25.4c3,8.5,5.7,17.1,8.1,25.8c14.9,4.9,30.5,7.4,46.5,7.4
2217
+ c15.9,0,31.6-2.5,46.5-7.4c2.4-8.7,5.1-17.3,8.1-25.8c13.3-6.3,25.6-14.8,36.2-25.4c24.1-24.1,37.6-56.7,37.6-90.8
2218
+ c0-3.6-0.2-7.2-0.5-10.8C522.7,368.7,528.8,362.1,535.1,355.6z M516.5,375.5c0.3,3.6,0.5,7.2,0.5,10.9c0,34-13.5,66.6-37.5,90.6
2219
+ c-10.6,10.6-22.9,19.2-36.2,25.4c-3,8.5-5.7,17.1-8.1,25.8c-14.8,4.8-30.4,7.4-46.3,7.4c-15.9,0-31.5-2.5-46.3-7.4
2220
+ c-2.4-8.7-5.1-17.3-8.1-25.8c-13.3-6.2-25.6-14.8-36.2-25.4c-24-24-37.5-56.6-37.5-90.6c0-3.6,0.2-7.3,0.5-10.9
2221
+ c-5.9-6.9-12-13.5-18.3-19.9c5.9-28.1,19.9-54.1,40.5-74.7c1.9-1.9,3.8-3.7,5.8-5.5c8.7,2.2,17.5,4.2,26.4,5.8
2222
+ c21.3-14.9,46.9-23,73.3-23s51.9,8.1,73.3,23c8.9-1.7,17.7-3.6,26.4-5.8c2,1.8,3.9,3.6,5.8,5.5c20.6,20.6,34.5,46.6,40.5,74.7
2223
+ C528.5,362,522.4,368.6,516.5,375.5z"/>
2224
+ </g>
2225
+ <g id="silver__x28_linear_gradient_x29_">
2226
+
2227
+ <linearGradient id="SVGID_96_" gradientUnits="userSpaceOnUse" x1="558.7612" y1="447.3453" x2="517.3203" y2="426.2301" gradientTransform="matrix(6.2659 0 0 6.2659 -2987.1167 -2351.0974)">
2228
+ <stop offset="0" style="stop-color:#55564F"/>
2229
+ <stop offset="9.110000e-002" style="stop-color:#60625F"/>
2230
+ <stop offset="0.1803" style="stop-color:#717576"/>
2231
+ <stop offset="0.2529" style="stop-color:#81898C"/>
2232
+ <stop offset="0.3154" style="stop-color:#93999B"/>
2233
+ <stop offset="0.3611" style="stop-color:#9BA3A6"/>
2234
+ <stop offset="0.4112" style="stop-color:#A8AEB0"/>
2235
+ <stop offset="0.4703" style="stop-color:#BDC0BE"/>
2236
+ <stop offset="0.5335" style="stop-color:#D0D1CE"/>
2237
+ <stop offset="0.5901" style="stop-color:#DDDFDC"/>
2238
+ <stop offset="0.6654" style="stop-color:#E1E4E1"/>
2239
+ <stop offset="0.7306" style="stop-color:#E8EBEA"/>
2240
+ <stop offset="0.8241" style="stop-color:#F1F3F2"/>
2241
+ <stop offset="0.9056" style="stop-color:#F4F6F5"/>
2242
+ <stop offset="1" style="stop-color:#F6F7F7"/>
2243
+ </linearGradient>
2244
+ <path class="st133" d="M516.2,374.9c-0.1,0.1-0.1,0.3-0.1,0.4c0.3,3.7,0.5,7.3,0.5,11c0,33.9-13.4,66.3-37.4,90.3
2245
+ c-10.6,10.6-22.9,19.2-36.3,25.4c-0.1,0.1-0.2,0.2-0.3,0.3c-3,8.5-5.7,17-8.1,25.6c-14.6,4.7-30,7.2-45.7,7.2
2246
+ c-15.6,0-31-2.5-45.7-7.2c-2.4-8.6-5.1-17.1-8.1-25.6c0-0.1-0.1-0.2-0.3-0.3c-13.3-6.2-25.6-14.8-36.3-25.4
2247
+ c-23.9-23.9-37.4-56.4-37.4-90.3c0-3.7,0.2-7.4,0.5-11c0-0.1,0-0.3-0.1-0.4c-5.8-6.8-11.9-13.4-18.1-19.8
2248
+ c6-27.8,19.8-53.5,40.2-74c1.8-1.8,3.6-3.5,5.4-5.1c8.6,2.2,17.4,4.2,26.2,5.8c0.1,0,0.3,0,0.4-0.1
2249
+ c21.3-14.9,46.8-23.1,73.2-23.1c26.4,0,51.9,8.2,73.2,23.1c0.1,0.1,0.3,0.1,0.4,0.1c8.8-1.7,17.5-3.6,26.2-5.8
2250
+ c1.8,1.7,3.6,3.4,5.4,5.1c20.4,20.4,34.3,46.2,40.2,74C528.1,361.5,522,368.1,516.2,374.9z M470,286c-0.3,0.1-0.6,0.3-0.6,0.6
2251
+ c-0.1,0.3,0,0.6,0.3,0.8c3.3,2.7,6.5,5.6,9.6,8.6c19.1,19.1,31.5,43.6,35.7,69.8c0,0.3,0.3,0.6,0.6,0.6s0.6,0,0.8-0.2
2252
+ c3.7-4.2,7.6-8.4,11.5-12.4c0.3-0.3,0.4-0.8,0.3-1.2c-6.1-25.4-19.2-48.9-37.9-67.6c-0.8-0.8-1.7-1.6-2.5-2.5
2253
+ c-0.3-0.3-0.8-0.4-1.2-0.3C481,283.7,475.5,284.9,470,286z M475.3,299.9c-4.3-4.3-8.9-8.3-13.8-11.9c-0.3-0.2-0.6-0.3-1-0.2
2254
+ c-23.5,4.2-47.4,6.4-71.6,6.4c-24.2,0-48.2-2.2-71.6-6.4c-0.3-0.1-0.7,0-1,0.2c-4.9,3.6-9.5,7.5-13.8,11.9
2255
+ c-19.7,19.7-31.9,45.3-35,72.7c0,0.4,0.1,0.7,0.3,1c15.4,18.2,29.3,37.9,41.3,58.8c12.1,20.9,22.2,42.8,30.3,65.2
2256
+ c0.1,0.3,0.4,0.6,0.7,0.8c15.3,6.6,31.8,10.2,48.8,10.2c17,0,33.5-3.5,48.8-10.2c0.3-0.1,0.6-0.4,0.7-0.8
2257
+ c8.1-22.4,18.2-44.3,30.3-65.2c12.1-20.9,26-40.6,41.3-58.8c0.2-0.3,0.3-0.6,0.3-1C507.3,345.2,495,319.6,475.3,299.9z
2258
+ M325.6,281.8c-0.4,0.2-0.6,0.6-0.5,1.1c0.1,0.4,0.4,0.7,0.8,0.8c20.7,3.3,41.7,5,62.9,5c21.2,0,42.3-1.7,62.9-5
2259
+ c0.4-0.1,0.8-0.4,0.8-0.8c0.1-0.4-0.1-0.8-0.5-1.1c-18.9-11.5-40.8-17.7-63.3-17.7C366.4,264.1,344.6,270.3,325.6,281.8z
2260
+ M261.5,366.3c0.2,0.2,0.5,0.3,0.8,0.2c0.3-0.1,0.5-0.3,0.6-0.6c4.3-26.3,16.7-50.8,35.7-69.8c3.1-3.1,6.3-5.9,9.6-8.6
2261
+ c0.2-0.2,0.3-0.5,0.3-0.8c-0.1-0.3-0.3-0.5-0.6-0.6c-5.5-1.1-11-2.4-16.5-3.7c-0.4-0.1-0.9,0-1.2,0.3c-0.8,0.8-1.7,1.6-2.5,2.5
2262
+ c-18.8,18.8-31.8,42.2-37.9,67.6c-0.1,0.4,0,0.9,0.3,1.2C253.9,357.9,257.8,362.1,261.5,366.3z M330.1,493.4
2263
+ c0.4,0.2,0.8,0.2,1.1-0.1c0.3-0.3,0.4-0.7,0.3-1.1c-7.5-19.6-16.5-38.6-27.1-57c-10.6-18.4-22.6-35.7-35.8-52
2264
+ c-0.3-0.3-0.7-0.5-1.1-0.3c-0.4,0.1-0.7,0.5-0.7,0.9c0,0.8,0,1.7,0,2.5c0,32.4,12.9,63.5,35.8,86.4
2265
+ C310.7,481,320,487.9,330.1,493.4z M435.3,506.7c0.1-0.3,0-0.6-0.2-0.8c-0.2-0.2-0.6-0.3-0.8-0.2c-14.3,5.4-29.7,8.3-45.3,8.3
2266
+ c-15.6,0-31-2.9-45.3-8.3c-0.3-0.1-0.6,0-0.8,0.2c-0.2,0.2-0.3,0.5-0.2,0.8c1.8,5.4,3.5,10.7,5,16.2c0.1,0.4,0.5,0.8,0.9,0.9
2267
+ c13,3.8,26.6,5.8,40.5,5.8c13.8,0,27.4-2,40.5-5.8c0.4-0.1,0.8-0.5,0.9-0.9C431.8,517.4,433.5,512,435.3,506.7z M511.1,383.8
2268
+ c0-0.4-0.3-0.8-0.7-0.9c-0.4-0.1-0.8,0-1.1,0.3c-13.2,16.3-25.2,33.6-35.8,52c-10.6,18.4-19.7,37.5-27.1,57
2269
+ c-0.1,0.4,0,0.8,0.3,1.1c0.3,0.3,0.8,0.3,1.1,0.1c10-5.5,19.3-12.4,27.6-20.7c22.9-22.9,35.8-54,35.8-86.4
2270
+ C511.1,385.5,511.1,384.6,511.1,383.8z M369,345.4c0.1,0,0.1-0.1,0.2-0.1c50.8,0,46.1,0,47.4,0c0.2,0,0.3,0.1,0.3,0.3
2271
+ c0,0.1,0,0.3-0.1,0.4c-4.8,3.1-7.9,6.6-8.8,7.6l2.1,1.6c6.1-7.5,15.5-12.2,24.7-12.2h1.8c0.1,0,0.2,0.1,0.3,0.1
2272
+ c0.1,0.1,0.1,0.2,0,0.3l-0.6,1.7c-1.8,5.5-7.6,18.5-21.8,21.8l0.5,2.6c6.1-1.2,9.8-3.9,13-6.6c0.1-0.1,0.1-0.1,0.2-0.1
2273
+ c0.1,0,0.1,0,0.2,0c9.3,4.5,15.3,12,17.5,21.7c0.1,0.6,0.3,1.3,0.4,1.9c0,0.2,0,0.3-0.2,0.4c-0.2,0.1-0.3,0-0.4-0.1
2274
+ c-0.3-0.4-1.1-1-1.3-1.2c-2.5-1.5-5.4-2.3-8.6-2.3c-2.7,0-5.2,0.6-6.6,1c2.1,1.8,3.8,3.3,5.3,4.9c5,5,8.3,9.9,10.3,15.2
2275
+ c1.5,4,2.2,8.2,2.2,12.9c0,5-0.9,9.5-2.6,13.5c-0.2,0.4-0.5,1.1-0.6,1.5c-0.1,0.1-0.2,0.2-0.3,0.2c0,0,0,0,0,0
2276
+ c-0.2,0-0.3-0.1-0.3-0.3c-0.1-0.5-0.3-1-0.5-1.5c-4.1-8.6-10.9-10.4-15.9-10.4c-0.5,0-1.1,0-1.6,0.1c3.4,5.2,8.3,13,8.3,22.6
2277
+ c0,6.9-2.8,13.8-8.5,19.6c-3.2,3.2-4.6,3.8-6.1,5c-0.1,0.1-0.3,0.1-0.4,0c-0.1-0.1-0.2-0.3-0.1-0.4c0.1-0.3,0.2-1,0.2-1.3
2278
+ c0.3-10.5-5.5-18.9-14.7-21.7c1.1,4.4,2.4,9.4,2.4,16.2c0,7.2-1.8,13.1-5.3,17.7c-4,5.3-10.7,8.6-16.6,9.6l-1.3,0.2
2279
+ c0,0,0,0-0.1,0c-0.1,0-0.2-0.1-0.3-0.2c-0.1-0.1-0.1-0.3,0-0.4c0.1-0.1,0.4-0.7,0.5-0.9c0.3-0.7,0.5-1.4,0.7-2
2280
+ c1.5-5.5,1.5-12.2,1.5-12.9c0-9.4-2-17.4-4.3-25.9c-1,0.8-1.5,1.3-2.4,2.2c-3.1,3.1-5.5,8.7-6.8,16.5c-0.5,2.6-1,6.6-1,10.3
2281
+ c0,0.1-0.1,0.3-0.2,0.3c-0.1,0-0.3,0-0.4-0.1c0,0-0.9-1-1.1-1.2c-4.8-4.8-8.7-10.5-10.4-17.2c-0.6-2.3-0.9-4.6-0.9-6.9
2282
+ c0-8.8,3.5-17.1,10.5-24.5c0,0,0,0,0,0c-6.3,1.2-11.1,3.4-16.9,9.2c-0.2,0.2-0.9,0.9-0.9,0.9c-0.1,0.1-0.2,0.1-0.4,0.1
2283
+ c-0.1,0-0.2-0.1-0.3-0.3c-0.4-1.9-0.8-4.3-0.8-6.1c0-5.5,2.1-10.3,6.2-14.4c3.8-3.8,6.7-5.1,15.7-8.8c-5.7,0.8-8.3,1.3-13.5,1.3
2284
+ c-6.5,0-11-1.3-13.7-4.1c-0.8-0.8-1.6-1.8-2.5-3.8c-0.1-0.3-0.4-0.9-0.5-1.3c0-0.1,0-0.3,0.1-0.4c0.1-0.1,0.2-0.1,0.4-0.1
2285
+ c0.3,0.1,3,1.1,3.3,1.2c0.7,0.2,1.4,0.4,2.1,0.6c2.2,0.6,4.1,0.8,5.9,0.8c5.3,0,9.6-2.3,14.9-6.1c2.2-1.6,4.1-3.1,5.5-4.6
2286
+ c2.3-2.3,2.6-3.4,2.6-3.4c-0.1-3.1-0.2-6.1-11.3-9c-6.3-1.6-9.7-5.5-11.3-7.3c-0.3-0.3-0.6-0.7-0.7-0.8c-2.2-1.8-4.9-2.7-8.1-2.7
2287
+ c-2.3,0-4.9,0.5-7.8,1.6c-1.6,0.6-2.9,1.2-4.8,2l-1.3,0.6c-0.1,0.1-0.3,0-0.4-0.1c-0.1-0.1-0.1-0.2-0.1-0.4l0.4-1.4
2288
+ c0.5-1.6,1-3.1,1.8-4.8c0.6-1.5,1.2-2.7,1.9-3.9c2.3-3.9,5.1-6.5,8.4-7.8c1.7-0.7,3.6-1,5.6-1c4.8,0,9.2,2.1,10.8,3
2289
+ c0.1,0.1,0.2,0.2,0.2,0.3c0.1,7.8,4.6,13.3,11,13.3c3,0,5.3-1,7.6-3.2c1.2-1.2,2.1-2.6,2.9-4.3c0.5-1,0.8-1.8,0.8-2.3
2290
+ c0-0.1,0.1-0.2,0.2-0.3c0.1,0,0.1-0.1,0.2-0.1c0,0,0.1,0,0.1,0c0.8,0.2,1.8,0.8,2.5,1.5l2.4-2.1c-2.3-2.3-6.2-4-10.8-4
2291
+ c-1.4,0-2.5,0.2-3.5,0.3c-2.9,0.5-6.2,1.3-9.4-0.6c-0.1,0-0.1-0.1-0.2-0.2c0-0.1,0-0.2,0-0.3C363.8,349.8,366.3,347.1,369,345.4z
2292
+ M324.2,390.5c-5.2,0-10-2-13.7-5.6c-1.9-1.9-3.7-3.8-5.2-7.2c-0.1-0.1,0-0.3,0.1-0.4c0.1-0.1,0.3-0.1,0.4,0
2293
+ c1,0.7,2.4,1.6,4.4,2.4c5.2,2.2,10.1,3.4,18,3.4c8.8,0,15.4-2.6,19.2-2.6c5.6,0,7.9,1.5,12.1,4.9c0.1,0.1,0.2,0.3,0.1,0.4
2294
+ c-0.1,0.1-0.2,0.2-0.4,0.2c-3.4-0.9-7.6-1.2-11.4-0.6c-3.4,0.5-6.4,1.4-9.5,2.3C333.6,389.1,328.9,390.5,324.2,390.5z
2295
+ M369.5,365.2c-4.2,0-7.2-3.5-8-7.7l-0.3-1.3c0-0.1,0-0.2,0.1-0.3c0.1-0.1,0.2-0.1,0.2-0.1c0.1,0,1.7,0.5,1.8,0.5
2296
+ c1,0.3,2,0.4,2.9,0.6c0.1,0,0.3,0.1,0.3,0.3c0.2,0.8,0.3,1.4,0.9,2c0.6,0.6,1.5,1,2.4,1c1.9,0,3.3-1.5,3.3-3.1l0-0.6
2297
+ c0-0.2,0.2-0.3,0.3-0.3c2.3-0.1,2.8-0.1,4.7,0.1c0.1,0,0.2,0.1,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.3c-0.5,2-1,4.2-3.1,6.2
2298
+ C373.3,364.9,371.3,365.2,369.5,365.2z M389.5,426l0.7-0.1c2-0.3,3.9-0.7,5.8-1.2c3.6-1,8.9-3,12.9-9.3c1.2-1.9,2.1-3.9,2.6-6
2299
+ c0.6-2.1,0.8-4.5,0.8-7.1c0-0.4,0-0.8,0-1.2c0-0.2,0.1-0.3,0.3-0.4c0,0,0.1,0,0.1,0c0.1,0,0.2,0.1,0.3,0.2c0.4,0.6,0.7,1.4,1,2.1
2300
+ c0.7,1.7,1.1,3.6,1.4,5.8c0.1,1.4,0.2,2.9,0.2,4.7v0.4c0,1.8,0,3.4-0.1,5.3l-0.1,0.8l0.6-0.6c1.6-1.8,3.4-3.8,5.2-6.6
2301
+ c3.2-5.1,4.9-10.7,4.9-16.6c0-2.6-0.3-4.9-0.9-7.2c-0.8-3.2-2.2-6.2-4.3-9.1c-1.3-1.8-2.6-3.3-4-4.9l-1.4,4.3
2302
+ c1,1.2,1.7,2.2,2.3,3.1c1.8,2.6,2.9,5.1,3.6,7.6c0.6,2.5,0.7,4.8,0.7,7c0,1.8-0.2,3.5-0.6,5.3c-0.3,1.3-0.7,2.7-1,3.6
2303
+ c-0.3,1-0.9,2.7-1,2.8c-0.1,0.1-0.2,0.2-0.3,0.2c0,0,0,0-0.1,0c-0.2,0-0.3-0.2-0.3-0.3c0,0-0.1-2-0.3-3.1l-0.1-0.5
2304
+ c-0.2-0.9-0.3-1.9-0.6-2.7c-0.9-2.9-2.3-5.3-4.2-7.2c-1.2-1.2-2.6-2.2-4.2-3c-0.9-0.5-1.8-0.9-2.8-1.2c0.2,0.8,0.4,1.8,0.7,2.8
2305
+ c0.8,3.4,1.1,6.2,1.1,8.8c0,4.2-0.9,7.7-2.9,10.8c-0.7,1-1.4,2-2.3,2.9l-0.1,0.1c-0.8,0.8-1.5,1.5-2.3,2.1
2306
+ c-1,0.8-1.5,1.1-2.4,1.7c-0.1,0.1-0.3,0.1-0.4,0c-0.1-0.1-0.1-0.3-0.1-0.4c0.4-0.7,0.8-1.5,1.2-2.3c0.5-1.1,0.8-2.2,1.1-3
2307
+ c2.2-7.8-1.5-12.7-4.4-15.6c-0.2-0.2-0.5-0.5-0.7-0.7c0,0.9-0.1,1.7-0.1,2.6c-0.3,3.9-1,8.4-4.4,11.8c-0.4,0.4-1,1-1.8,1.6
2308
+ c-0.6,0.5-1.4,1.1-2.3,1.7c-0.1,0.1-0.3,0.1-0.4,0c-0.1-0.1-0.1-0.3-0.1-0.4c0.1-0.2,0.2-0.4,0.4-0.7c0.3-0.5,0.6-1,1-2
2309
+ c0.7-1.7,0.8-3.2,0.8-4.2c0-1.6-0.3-2.8-0.6-3.7c-0.1-0.3-0.2-0.7-0.4-1l-3.5,1.9c0.1,0.2,0.1,0.5,0.2,0.7
2310
+ c0.2,0.9,0.3,1.7,0.3,2.5c0,1.7-0.5,3.2-1.4,4.8c-0.6,1-1.4,2-2.5,3.1c-1,1-2,1.9-2.9,2.7l-1.2,1.1l0.8,0c1.8,0,4.2-0.1,6.8-0.6
2311
+ c4.1-0.7,7.2-2.3,9.7-4.8c1-1,1.9-2.1,2.6-3.4c0.1-0.1,0.3-0.2,0.4-0.2c0.2,0,0.3,0.2,0.2,0.4c-0.1,1.4-0.5,2.8-1.1,4.2
2312
+ c-0.7,1.7-1.6,3.4-2.9,5.4c-0.8,1.2-1.7,2.4-2.8,3.9L389.5,426z M389.3,384.3c0.5-0.1,1-0.3,1.5-0.5c-0.1,0-0.1,0-0.2,0
2313
+ c-3.3,0-5.4-1.9-7.4-3.8c-1.9-1.7-3.7-3.4-6.5-3.4c-0.4,0-0.8,0-1.1,0.1c2.1,0.5,3,1.4,4.2,2.5l0.3,0.3c0.4,0.4,0.8,0.8,1.2,1.3
2314
+ c0.4,0.4,0.8,0.8,1.2,1.2c1.5,1.5,2.7,2.6,5.1,2.6C388,384.6,388.6,384.5,389.3,384.3z M416.5,360.2c2.9-0.7,5.6-2.2,7.9-4.6
2315
+ c2.5-2.5,3.8-4.5,4.2-5.6c-6.5,1.1-12.4,6.4-13.5,7.4L416.5,360.2z M386.9,490.2c6.8-1.6,12-4.9,16.1-10.2
2316
+ c1.9-2.4,3.3-5.2,4.3-8.3c3-9.2,1.1-18.3,0.8-20.4c0-0.3,0.1-0.5,0.3-0.7c0.2-0.1,0.5-0.1,0.8,0.1c0.7,0.6,1.2,1.1,1.8,1.8
2317
+ c2.9,3.3,4.4,7.7,4.4,13.1c0,2.9-0.3,5.5-0.8,8c2.6-1.1,7.8-4.2,11.9-8.3c6.2-6.2,9.7-14,9.8-22c0.1-8.2-2.5-12.9-4.8-17.3
2318
+ c-0.1-0.3-0.1-0.6,0.1-0.8c0.2-0.2,0.5-0.3,0.8-0.2c4.3,1.8,7,5.7,8.6,10.1c0.7,1.8,1.2,3.5,1.6,5.4c0.7-1,1.5-2.1,2.2-3.4
2319
+ c3.3-5.7,5-12.3,5-19.7c0-11.1-3.9-21.6-12-28.7c-0.2-0.2-0.5-0.5-0.8-0.7c-0.2-0.2-0.3-0.5-0.2-0.8c0.1-0.3,0.4-0.4,0.6-0.4
2320
+ c0.3,0,1,0.1,1.3,0.2c2.9,0.5,5.6,2,7.7,4.1c1.4,1.4,2.6,3.2,3.9,5.7c-0.3-16.5-5.1-28-19.5-35.6c-0.2-0.1-0.3-0.3-0.4-0.5
2321
+ c0-0.2,0-0.4,0.2-0.6c5.4-6.1,7.7-12.9,9.2-18.9c-1.6-0.3-3.1-0.5-4.8-0.5c-4.4,0-9.3,1.2-14.5,3.7c-0.3,0.1-0.6,0.1-0.8-0.2
2322
+ c-0.2-0.2-0.2-0.5-0.1-0.7l15.7-38.8c-3.8-0.1-8,3-9,6.6c-0.5,1.9-0.3,4,0.7,5.8c0.2,0.3,0.1,0.7-0.2,0.9
2323
+ c-0.3,0.2-0.7,0.2-0.9-0.1c-1.4-1.5-3.3-2.3-5.2-2.3c-3.2,0-6.2,2.1-6.9,5.2c-1,4.5,1,8.1,4.4,9.3c1.5,0.5,2,0.5,3.6,0.2
2324
+ c0.3,0,0.5,0.1,0.7,0.3c0.1,0.2,0.2,0.5,0,0.7c-2.9,4.9-6.2,8-13.3,8c-6.5,0-11.1-6.3-14.4-11.8c-0.2-0.3-0.1-0.6,0.1-0.8
2325
+ c0.2-0.2,0.5-0.3,0.8-0.1c0.8,0.4,3.1,1.4,4.4,1.4c4,0,7.2-3.3,7.2-7.3c0-4-3.2-7.3-7.2-7.3c-1.3,0-2.6,0.4-3.7,1
2326
+ c-0.3,0.2-0.7,0.1-0.9-0.2c-0.2-0.3-0.2-0.7,0.1-0.9c1.4-1.4,2.3-3.4,2.3-5.4c0-4-3.2-7.3-7.2-7.3c-4,0-7.2,3.3-7.2,7.3
2327
+ c0,2,0.8,3.9,2.2,5.3c0.2,0.2,0.3,0.6,0.1,0.9c-0.2,0.3-0.6,0.4-0.9,0.2c-1-0.6-2.3-0.9-3.6-0.9c-4,0-7.2,3.3-7.2,7.3
2328
+ c0,4,3.2,7.3,7.2,7.3c1.6,0,3.1-0.5,4.3-1.4c0.3-0.2,0.6-0.2,0.9,0c0.2,0.2,0.3,0.6,0.1,0.9c-3.5,5.9-7.9,11.8-14.3,11.8
2329
+ c-7.1,0-10.5-3.2-13.4-8c-0.1-0.2-0.1-0.5,0-0.7c0.1-0.2,0.4-0.3,0.7-0.3c1.6,0.3,2,0.2,3.5-0.2c3.5-1.2,5.5-4.8,4.5-9.2
2330
+ c-0.7-3.2-3.7-5.3-6.9-5.3c-0.7,0-1.3,0.1-2,0.3c-1.2,0.4-2.4,1.1-3.2,2c-0.2,0.3-0.6,0.3-0.9,0.1c-0.3-0.2-0.4-0.6-0.2-0.9
2331
+ c1-1.8,1.3-3.9,0.7-5.8c-1-3.6-5.2-6.6-9-6.6l16.9,41.5c0.1,0.2,0,0.5-0.1,0.7c-0.7,0.8-2.1,2.3-3,3.9c-0.1,0.2-0.4,0.3-0.6,0.3
2332
+ c-0.1,0-0.2,0-0.3-0.1c-2.6-1.3-6.7-2.9-11.2-2.9c-2.3,0-4.6,0.4-6.7,1.3c-2.3,0.9-4.3,2.3-6.1,4.1c-4.2,4.2-7.4,11.2-9.5,20.8
2333
+ c-0.3,1.3-0.5,2.4-0.7,3.3c1.5-1.1,2.7-2,3.8-2.7c1.3-0.8,2.5-1.5,4.2-2.4c2.9-1.5,7.2-3.3,11.1-3.3c2.4,0,4.7,0.7,6.2,2
2334
+ c0.1,0.1,0.3,0.3,0.5,0.5c1.4,1.6,5.5,6.3,12.8,8.2c7.9,2.1,8.7,3.5,8.9,5.2c0,0.2,0,0.3-0.1,0.4c-0.1,0.1-1.5,2.5-4.7,4.6
2335
+ c-0.1,0.1-0.3,0.1-0.4,0.1c-0.2,0-0.4-0.1-0.6-0.3c-1.6-2.4-2.6-3.7-4.1-5.3c-3.6-3.7-9.7-6.2-15.1-6.2c-5.1,0-8.8,2.3-18.8,2.3
2336
+ c-8.6,0-15.9-1.8-22.4-5.6c-2.7-1.5-4.8-3.2-6.7-4.8c2.5,5.6,5.7,13,10.3,17c4.4,3.7,9.1,5.5,14.5,5.5c9.7,0,19.2-5.7,28.6-5.7
2337
+ c6.1,0,9.4,2,12.1,3.7c0.2,0.1,0.3,0.3,0.3,0.6c0,0.2-0.1,0.4-0.3,0.6c-4,2.8-7.7,5.1-12.5,5.1c-3.7,0-10-1.9-14.6-3.7
2338
+ c-0.1,3.5-0.2,7.5,3.8,11.5c1.4,1.4,3.2,2.6,5.3,3.4c2,0.8,4.6,1.2,7.7,1.4c0.3,0,0.5,0.2,0.6,0.4c0.1,0.3,0,0.5-0.2,0.7
2339
+ c-1.3,1.2-2.6,2.3-3.7,3.8c-3.4,4.2-5.1,9-5.1,14.2c0,2.9,0.4,6.2,2.8,12.5l1.9-2.2c0.5-0.6,3.2-3.7,6.9-6.3
2340
+ c0.3-0.2,0.6-0.2,0.8,0c0.2,0.2,0.3,0.5,0.2,0.8c-2.6,5.2-3.9,10.5-3.9,15.8c0,10.8,5.4,20.8,16,29.7c0,0,1.3,1.2,2.7,2.3
2341
+ c0-1.2,0-2.3,0-3.5c0-7.4,1.3-18.4,5-25c0.3-0.5,1.1-0.4,1.3,0.2c0.5,1.8,0.9,4.3,1.4,6.9c1.6,10.2,1.8,22.4-3.5,31.3
2342
+ C380.5,491.3,383.5,491,386.9,490.2z"/>
2343
+ </g>
2344
+ </g>
2345
+ <path class="st134" d="M1069.7,431.5h-45.2l22.6-59L1069.7,431.5z M1281.1,498.4h71.3V334.8h-61.3V421l-64.5-86.2H1149v133.4
2346
+ l-51.5-133.4H998l-37.3,96.7h-60.8c-3,19.3-14.2,29.6-33.8,29.6c-22.6,0-35.2-17.5-35.2-44.5c0-27,12.8-44.3,35.2-44.3
2347
+ c18.4,0,30.3,9.8,32.9,25.6h67.3v-4.4c0-36.1-31.2-65.9-99.5-65.9c-73.6,0-101.6,36.8-101.6,89c0,1.2,0,2.4,0.1,3.6
2348
+ c-9.2-11.2-27-17.8-56.2-22l-42.6-6.1c-16.1-2.3-26.1-4.2-26.1-12.1c0-6.8,6.3-14,23.8-14c19.3,0,30.1,7.5,30.1,19.6h68.5v-3.5
2349
+ c0-32.6-32.6-54.1-96.7-54.1c-65.9,0-94.8,24-94.8,57.8c0,26.3,17.2,41.7,57.8,47.3l48.2,6.7c17.2,2.3,22.8,5.8,22.8,13.1
2350
+ c0,9.3-8.9,14.5-28.7,14.5c-22.4,0-32.6-9.6-32.6-22.8h-72v3.7c0,36.3,34.3,57.3,101.6,57.3c62.2,0,98.3-13.7,104.2-48.5
2351
+ c12.5,29.8,41.7,48.7,94.3,48.7c39.9,0,62.3-10.9,75.7-27.2l-7.6,19.8h64.1l9.1-23.5h78.3l9.1,23.5h53.6h11.6h49.7v-94.1
2352
+ L1281.1,498.4z M1553.7,431.5h-45.2l22.6-59L1553.7,431.5z M1644.6,498.4l-63.2-163.6H1482l-51.5,133.4V334.8h-62.7v163.6h51h11.7
2353
+ h52.4l9.1-23.5h78.3l9.1,23.5H1644.6z"/>
2354
+ </g>
2355
+ </svg>