@bytebrand/fe-ui-core 4.1.172 → 4.1.173

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 (1006) hide show
  1. package/.editorconfig +10 -10
  2. package/.storybook/addons.js +4 -4
  3. package/.storybook/config.js +64 -64
  4. package/.storybook/postcss.config.js +6 -6
  5. package/.storybook/preview-head.html +9 -9
  6. package/.storybook/webpack.config.js +130 -130
  7. package/common.ts +159 -154
  8. package/feWpComponents.ts +25 -25
  9. package/index.ts +4 -4
  10. package/landing.ts +38 -38
  11. package/media/images/advantages/advantage_cart.svg +4 -4
  12. package/media/images/advantages/advantage_check.svg +4 -4
  13. package/media/images/advantages/advantage_like.svg +10 -10
  14. package/media/images/advantages/advantage_secure.svg +6 -6
  15. package/media/images/check-blue.svg +40 -40
  16. package/media/images/raiting-star.svg +3 -3
  17. package/media/images/raiting-stars-min.svg +7 -7
  18. package/media/images/refresh-button.svg +49 -49
  19. package/media/images/slider-arrow-big.svg +11 -11
  20. package/media/images/user-icon.svg +16 -16
  21. package/media/locales/de/promoSlider.json +25 -25
  22. package/media/locales/en/promoSlider.json +25 -25
  23. package/media/svg/common/arrow_breadcrumps.svg +3 -3
  24. package/media/svg/common/home.svg +8 -10
  25. package/media/svg/common/whyAutodeIconSet-F.svg +9 -13
  26. package/media/svg/common/whyAutodeIconSet-G.svg +8 -10
  27. package/media/svg/common/whyAutodeIconSet-Q.svg +6 -16
  28. package/media/svg/common/whyAutodeIconSet-R.svg +9 -14
  29. package/media/svg/infoBlocks/whyAutodeIconSet-F.svg +9 -9
  30. package/media/svg/infoBlocks/whyAutodeIconSet-G.svg +8 -7
  31. package/media/svg/infoBlocks/whyAutodeIconSet-Q.svg +6 -12
  32. package/media/svg/infoBlocks/whyAutodeIconSet-R.svg +9 -10
  33. package/media/svg/usp/icon1.svg +16 -16
  34. package/media/svg/usp/icon2.svg +13 -13
  35. package/media/svg/usp/icon3.svg +10 -10
  36. package/media/svg/usp/icon4.svg +14 -14
  37. package/package.json +106 -106
  38. package/profile.ts +1 -1
  39. package/source/components/AccardionSection/AccardionSection.styl +45 -45
  40. package/source/components/AccardionSection/AccardionSection.tsx +47 -47
  41. package/source/components/AccordionWidget/AccordionWidget.styl +203 -206
  42. package/source/components/AccordionWidget/AccordionWidget.tsx +227 -227
  43. package/source/components/AdvantageItem/AdvantageItem.story.js +23 -23
  44. package/source/components/AdvantageItem/AdvantageItem.styl +47 -47
  45. package/source/components/AdvantageItem/AdvantageItem.tsx +26 -26
  46. package/source/components/Alternative/Dealer.story.js +31 -31
  47. package/source/components/Alternative/Dealer.story.styl +2 -2
  48. package/source/components/Alternative/DealerInfo.styl +116 -110
  49. package/source/components/Alternative/DealerInfo.tsx +171 -145
  50. package/source/components/Breadcrumbs/Breadcrumbs.story.js +40 -40
  51. package/source/components/Breadcrumbs/Breadcrumbs.styl +135 -123
  52. package/source/components/Breadcrumbs/Breadcrumbs.tsx +87 -87
  53. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.story.js +45 -45
  54. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.styl +54 -61
  55. package/source/components/Breadcrumbs/FirstInfoBlock/FirstInfoBlock.tsx +17 -17
  56. package/source/components/Checkout/CheckoutStepper/CheckoutStepper.styl +221 -221
  57. package/source/components/Checkout/CheckoutStepper/CheckoutStepper.tsx +70 -70
  58. package/source/components/Checkout/CheckoutStepper/CheckoutStepperClasses.js +173 -173
  59. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.js +243 -243
  60. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.story.styl +20 -20
  61. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.styl +36 -36
  62. package/source/components/Checkout/OrderOverviewItem/OrderOverviewItem.tsx +53 -53
  63. package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.styl +200 -200
  64. package/source/components/Checkout/RadioCards/AdditionalServiceCard/ServiceCardWrapper.tsx +212 -212
  65. package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.styl +30 -30
  66. package/source/components/Checkout/RadioCards/ContentCard/AdditionalServiceContent.tsx +62 -62
  67. package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.styl +73 -73
  68. package/source/components/Checkout/RadioCards/ContentCard/VehicleDeliveryContent.tsx +61 -61
  69. package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.styl +199 -199
  70. package/source/components/Checkout/RadioCards/PaymentTypeCard/PaymentTypeCard.tsx +195 -195
  71. package/source/components/Checkout/RadioCards/RadioCheckout.styl +158 -158
  72. package/source/components/Checkout/RadioCards/RadioCheckout.tsx +178 -178
  73. package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.js +105 -105
  74. package/source/components/Checkout/RadioCards/RadioGroupCheckout.story.styl +37 -37
  75. package/source/components/Checkout/Switcher/Switcher.story.js +51 -51
  76. package/source/components/Checkout/Switcher/Switcher.story.styl +1 -1
  77. package/source/components/Checkout/Switcher/Switcher.styl +93 -93
  78. package/source/components/Checkout/Switcher/Switcher.tsx +104 -104
  79. package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.styl +176 -176
  80. package/source/components/CompactSearchWidget/CompactSearchFields/CompactSearchFields.tsx +477 -477
  81. package/source/components/CompactSearchWidget/CompactSearchWidget.story.js +187 -187
  82. package/source/components/CompactSearchWidget/CompactSearchWidget.styl +43 -43
  83. package/source/components/CompactSearchWidget/CompactSearchWidget.tsx +165 -165
  84. package/source/components/ContactForm/ContactForm.story.js +93 -93
  85. package/source/components/ContactForm/ContactForm.styl +260 -260
  86. package/source/components/ContactForm/ContactForm.tsx +588 -588
  87. package/source/components/ContactForm/WpContactForm.tsx +287 -287
  88. package/source/components/ContactInfo/ContactInfo.story.js +58 -58
  89. package/source/components/ContactInfo/ContactInfo.styl +22 -22
  90. package/source/components/ContactInfo/ContactInfo.tsx +161 -161
  91. package/source/components/ContactInfo/TemporaryTranslation.ts +11 -11
  92. package/source/components/CustomerQuote/CustomerQuote.story.js +41 -41
  93. package/source/components/CustomerQuote/CustomerQuote.styl +79 -79
  94. package/source/components/CustomerQuote/CustomerQuote.tsx +68 -68
  95. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.js +73 -73
  96. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.story.styl +4 -4
  97. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.styl +46 -46
  98. package/source/components/CustomerQuotesSlider/CustomerQuotesSlider.tsx +79 -79
  99. package/source/components/CustomerQuotesSlider/SliderArrow.tsx +20 -20
  100. package/source/components/FormattedNumber/FormattedNumber.story.js +114 -114
  101. package/source/components/FormattedNumber/FormattedNumber.styl +1 -1
  102. package/source/components/FormattedNumber/FormattedNumber.tsx +91 -91
  103. package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.styl +7 -7
  104. package/source/components/ImageSettings/EditableOptionsTable/CustomCheckbox/CustomCheckbox.tsx +30 -30
  105. package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.styl +122 -122
  106. package/source/components/ImageSettings/EditableOptionsTable/EditableOptionsTable.tsx +199 -199
  107. package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.styl +3 -3
  108. package/source/components/ImageSettings/EditableOptionsTable/ImageIcon/ImageIcon.tsx +15 -15
  109. package/source/components/ImageSettings/OptionsTable/OptionsTable.styl +47 -47
  110. package/source/components/ImageSettings/OptionsTable/OptionsTable.tsx +122 -122
  111. package/source/components/ImageSettings/PricePlan/PricePlan.styl +63 -63
  112. package/source/components/ImageSettings/PricePlan/PricePlan.tsx +32 -32
  113. package/source/components/ImageSettings/index.ts +42 -42
  114. package/source/components/ImageSettings/story.js +1212 -1212
  115. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.styl +33 -33
  116. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlock.tsx +48 -48
  117. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.styl +68 -68
  118. package/source/components/InfoBlocks/FirstInfoBlock/FirstInfoBlockItem/FirstInfoBlockItem.tsx +21 -21
  119. package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.styl +41 -41
  120. package/source/components/InfoBlocks/InfoBlockWrapper/InfoBlockWrapper.tsx +45 -45
  121. package/source/components/InfoBlocks/InfoBlockWrapper.story.js +101 -101
  122. package/source/components/InfoBlocks/InfoBlockWrapper.story.styl +45 -45
  123. package/source/components/InfoBlocks/PricingToolBlock/PricingTool.styl +6 -6
  124. package/source/components/InfoBlocks/PricingToolBlock/PricingTool.tsx +29 -29
  125. package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.styl +45 -45
  126. package/source/components/InfoBlocks/PricingToolBlock/PricingToolBlock.tsx +81 -81
  127. package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.styl +47 -47
  128. package/source/components/InfoBlocks/ServicesBlock/ServiceBlockItem.tsx +25 -25
  129. package/source/components/OfferDetailedSection/OfferDetailedSection.styl +31 -31
  130. package/source/components/OfferDetailedSection/OfferDetailedSection.tsx +100 -100
  131. package/source/components/OfferDetailedSection/partials/PanelConfig.styl +127 -127
  132. package/source/components/OfferDetailedSection/partials/PanelConfig.tsx +124 -124
  133. package/source/components/OfferPanel/AboAccordion/AboAccordion.styl +24 -24
  134. package/source/components/OfferPanel/AboAccordion/AboAccordion.tsx +128 -128
  135. package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.styl +11 -11
  136. package/source/components/OfferPanel/AboAccordion/AboColorOptions/AboColorOptions.tsx +35 -35
  137. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.story.js +97 -97
  138. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.styl +20 -20
  139. package/source/components/OfferPanel/AboAccordion/AboFaq/AboFaq.tsx +25 -25
  140. package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.styl +13 -13
  141. package/source/components/OfferPanel/AboAccordion/AboIncludedServices/AboIncludedServices.tsx +39 -39
  142. package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.theme.js +29 -29
  143. package/source/components/OfferPanel/MuiOfferPeriod/MuiOfferPeriod.tsx +49 -49
  144. package/source/components/OfferPanel/OfferCheckboxGroup/CheckboxContainer.tsx +145 -145
  145. package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.styl +118 -118
  146. package/source/components/OfferPanel/OfferCheckboxGroup/OfferCheckboxGroup.tsx +24 -24
  147. package/source/components/OfferPanel/OfferPanel.story.js +139 -139
  148. package/source/components/OfferPanel/OfferPanel.styl +189 -189
  149. package/source/components/OfferPanel/OfferPanel.tsx +81 -81
  150. package/source/components/OfferPanel/OfferPeriod/OfferPeriod.styl +24 -24
  151. package/source/components/OfferPanel/OfferPeriod/OfferPeriod.tsx +49 -49
  152. package/source/components/OfferPanel/RangeGroup/RangeGroup.story.js +35 -35
  153. package/source/components/OfferPanel/RangeGroup/RangeGroup.story.styl +2 -2
  154. package/source/components/OfferPanel/RangeGroup/RangeGroup.tsx +37 -37
  155. package/source/components/PriceRating/PriceRating.story.js +39 -39
  156. package/source/components/PriceRating/PriceRating.story.styl +1 -1
  157. package/source/components/PriceRating/PriceRating.styl +47 -46
  158. package/source/components/PriceRating/PriceRating.tsx +64 -64
  159. package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.js +78 -78
  160. package/source/components/PriceRatingDetailed/PriceRatingDetailed.story.styl +11 -11
  161. package/source/components/PriceRatingDetailed/PriceRatingDetailed.styl +120 -120
  162. package/source/components/PriceRatingDetailed/PriceRatingDetailed.tsx +187 -187
  163. package/source/components/RateSearchValue/RateSearchValue.story.js +78 -78
  164. package/source/components/RateSearchValue/RateSearchValue.story.styl +1 -1
  165. package/source/components/RateSearchValue/RateSearchValue.styl +22 -22
  166. package/source/components/RateSearchValue/RateSearchValue.tsx +55 -55
  167. package/source/components/RateSearchWidget/RateSearchWidget.story.js +57 -57
  168. package/source/components/RateSearchWidget/RateSearchWidget.story.styl +12 -12
  169. package/source/components/RateSearchWidget/RateSearchWidget.styl +106 -106
  170. package/source/components/RateSearchWidget/RateSearchWidget.tsx +163 -163
  171. package/source/components/SearchFilters/FiltersFactory.story.js +273 -273
  172. package/source/components/SearchFilters/FiltersFactory.tsx +85 -85
  173. package/source/components/SearchFilters/Slider.styl +66 -66
  174. package/source/components/SearchFilters/common/Color/Color.styl +29 -29
  175. package/source/components/SearchFilters/common/Color/Color.tsx +60 -60
  176. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styl +39 -39
  177. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.styled.tsx +28 -28
  178. package/source/components/SearchFilters/common/FilterBlock/FilterBlock.tsx +54 -54
  179. package/source/components/SearchFilters/common/FilterBlock/FilterBlockFactory.tsx +151 -151
  180. package/source/components/SearchFilters/common/RangeControlled/RangeControlled.tsx +149 -148
  181. package/source/components/SearchFilters/filters/AlternativeID.styl +98 -98
  182. package/source/components/SearchFilters/filters/AlternativeID.tsx +77 -77
  183. package/source/components/SearchFilters/filters/Consumption.styl +41 -41
  184. package/source/components/SearchFilters/filters/Consumption.tsx +52 -52
  185. package/source/components/SearchFilters/filters/Cost.styl +43 -43
  186. package/source/components/SearchFilters/filters/Cost.tsx +112 -112
  187. package/source/components/SearchFilters/filters/CubicCapacity.styl +30 -30
  188. package/source/components/SearchFilters/filters/CubicCapacity.tsx +134 -134
  189. package/source/components/SearchFilters/filters/Damaged.styl +1 -1
  190. package/source/components/SearchFilters/filters/Damaged.tsx +40 -40
  191. package/source/components/SearchFilters/filters/Doors.styl +18 -18
  192. package/source/components/SearchFilters/filters/Doors.tsx +113 -113
  193. package/source/components/SearchFilters/filters/DriveType.styl +22 -22
  194. package/source/components/SearchFilters/filters/DriveType.tsx +72 -72
  195. package/source/components/SearchFilters/filters/EmissionClass.tsx +35 -35
  196. package/source/components/SearchFilters/filters/EmissionSticker.styl +46 -46
  197. package/source/components/SearchFilters/filters/EmissionSticker.tsx +52 -52
  198. package/source/components/SearchFilters/filters/FirstRegistration.tsx +97 -97
  199. package/source/components/SearchFilters/filters/Fuel.styl +27 -27
  200. package/source/components/SearchFilters/filters/Fuel.tsx +73 -73
  201. package/source/components/SearchFilters/filters/Highlights.styl +38 -38
  202. package/source/components/SearchFilters/filters/Highlights.tsx +69 -69
  203. package/source/components/SearchFilters/filters/ImagesCount.tsx +66 -66
  204. package/source/components/SearchFilters/filters/InteriorColor.styl +29 -29
  205. package/source/components/SearchFilters/filters/InteriorColor.tsx +71 -71
  206. package/source/components/SearchFilters/filters/InteriorMaterial.styl +28 -28
  207. package/source/components/SearchFilters/filters/InteriorMaterial.tsx +71 -71
  208. package/source/components/SearchFilters/filters/MakeModel.styl +106 -106
  209. package/source/components/SearchFilters/filters/MakeModel.tsx +164 -164
  210. package/source/components/SearchFilters/filters/Mileage.tsx +105 -105
  211. package/source/components/SearchFilters/filters/OwnerID.styl +14 -14
  212. package/source/components/SearchFilters/filters/OwnerID.tsx +65 -65
  213. package/source/components/SearchFilters/filters/Owners.styl +23 -23
  214. package/source/components/SearchFilters/filters/Owners.tsx +72 -72
  215. package/source/components/SearchFilters/filters/Power.tsx +154 -154
  216. package/source/components/SearchFilters/filters/PriceDifference.tsx +67 -67
  217. package/source/components/SearchFilters/filters/Rate.styl +34 -34
  218. package/source/components/SearchFilters/filters/Rate.tsx +53 -53
  219. package/source/components/SearchFilters/filters/Seats.styl +31 -31
  220. package/source/components/SearchFilters/filters/Seats.tsx +53 -53
  221. package/source/components/SearchFilters/filters/StateOptions.styl +16 -16
  222. package/source/components/SearchFilters/filters/StateOptions.tsx +58 -58
  223. package/source/components/SearchFilters/filters/StateOptionsNew.styl +23 -23
  224. package/source/components/SearchFilters/filters/StateOptionsNew.tsx +72 -72
  225. package/source/components/SearchFilters/filters/Transmission.styl +20 -20
  226. package/source/components/SearchFilters/filters/Transmission.tsx +71 -71
  227. package/source/components/SearchFilters/filters/commonFilters.styl +93 -93
  228. package/source/components/SearchPage/ChipFilter/ChipFilter.styl +45 -45
  229. package/source/components/SearchPage/ChipFilter/ChipFilter.tsx +21 -21
  230. package/source/components/SearchPage/DropDown/DropDown.styl +99 -99
  231. package/source/components/SearchPage/DropDown/DropDown.tsx +52 -52
  232. package/source/components/SearchPage/DropDown/MultiDropDown.tsx +84 -84
  233. package/source/components/SearchPage/DropDown/index.ts +8 -8
  234. package/source/components/SearchPage/Filters/HistogramSlider.styl +77 -77
  235. package/source/components/SearchPage/Filters/MakeModel/MakeModel.story.js +11 -11
  236. package/source/components/SearchPage/Filters/MakeModel/MakeModel.styl +95 -95
  237. package/source/components/SearchPage/Filters/MakeModel/MakeModel.tsx +142 -142
  238. package/source/components/SearchPage/Pagination/Pagination.styl +95 -95
  239. package/source/components/SearchPage/Pagination/Pagination.tsx +89 -89
  240. package/source/components/SearchPage/SearchChips/SearchChips.styl +51 -51
  241. package/source/components/SearchPage/SearchChips/SearchChips.tsx +76 -76
  242. package/source/components/SearchPage/SearchTopBar/SearchTopBar.styl +109 -99
  243. package/source/components/SearchPage/SearchTopBar/SearchTopBar.tsx +116 -116
  244. package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.styl +44 -44
  245. package/source/components/SearchPageMobile/FiltersContainer/FiltersContainer.tsx +162 -162
  246. package/source/components/SearchPageMobile/FiltersDetailed/BodyType.styl +47 -47
  247. package/source/components/SearchPageMobile/FiltersDetailed/BodyType.tsx +84 -84
  248. package/source/components/SearchPageMobile/FiltersDetailed/Consumption.styl +48 -48
  249. package/source/components/SearchPageMobile/FiltersDetailed/Consumption.tsx +76 -76
  250. package/source/components/SearchPageMobile/FiltersDetailed/Doors.styl +52 -52
  251. package/source/components/SearchPageMobile/FiltersDetailed/Doors.tsx +102 -102
  252. package/source/components/SearchPageMobile/FiltersDetailed/FirstRegistration.tsx +69 -69
  253. package/source/components/SearchPageMobile/FiltersDetailed/Fuel.styl +31 -31
  254. package/source/components/SearchPageMobile/FiltersDetailed/Fuel.tsx +81 -81
  255. package/source/components/SearchPageMobile/FiltersDetailed/HistogramSlider.styl +100 -100
  256. package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.styl +95 -95
  257. package/source/components/SearchPageMobile/FiltersDetailed/MakeModel.tsx +171 -171
  258. package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.styl +112 -112
  259. package/source/components/SearchPageMobile/FiltersDetailed/MakeModelExclude.tsx +122 -122
  260. package/source/components/SearchPageMobile/FiltersDetailed/Mileage.tsx +80 -80
  261. package/source/components/SearchPageMobile/FiltersDetailed/Power.tsx +116 -116
  262. package/source/components/SearchPageMobile/FiltersDetailed/Price.tsx +129 -129
  263. package/source/components/SearchPageMobile/FiltersDetailed/Rate.tsx +252 -252
  264. package/source/components/SearchPageMobile/FiltersDetailed/Seats.styl +41 -41
  265. package/source/components/SearchPageMobile/FiltersDetailed/Seats.tsx +85 -85
  266. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.js +834 -834
  267. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.story.styl +40 -40
  268. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.styl +37 -37
  269. package/source/components/SearchWidget/BasicDataWidget/BasicDataWidget.tsx +127 -127
  270. package/source/components/SearchWidget/ColorWidget/BodyColorWidget.styl +54 -54
  271. package/source/components/SearchWidget/ColorWidget/BodyColorWidget.tsx +122 -122
  272. package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.styl +17 -17
  273. package/source/components/SearchWidget/DriveTransmissionWidget/DriveTransmissionWidget.tsx +36 -36
  274. package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.styl +25 -25
  275. package/source/components/SearchWidget/EnvironmentWidget/DetailedEnvironmentWidget.tsx +126 -126
  276. package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.styl +54 -54
  277. package/source/components/SearchWidget/EnvironmentWidget/EnvironmentWidget.tsx +173 -173
  278. package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.styl +39 -39
  279. package/source/components/SearchWidget/HighlightsWidget/HighlightsWidget.tsx +99 -99
  280. package/source/components/SearchWidget/InteriorWidget/DetailedInteriorWidget.tsx +44 -44
  281. package/source/components/SearchWidget/InteriorWidget/InteriorWidget.styl +28 -28
  282. package/source/components/SearchWidget/InteriorWidget/InteriorWidget.tsx +42 -42
  283. package/source/components/SearchWidget/OfferDetalisWidget/OfferDetailsWidgetMobile.tsx +59 -59
  284. package/source/components/SearchWidget/SearchWidget.story.js +191 -191
  285. package/source/components/SearchWidget/SearchWidget.story.styl +5 -5
  286. package/source/components/SearchWidget/SearchWidget.styl +196 -196
  287. package/source/components/SearchWidget/SearchWidget.tsx +208 -208
  288. package/source/components/SearchWidget/StateWidget/StateWidget.styl +57 -57
  289. package/source/components/SearchWidget/StateWidget/StateWidget.tsx +107 -107
  290. package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.styl +10 -10
  291. package/source/components/SearchWidget/SuperAdminWidget/SuperAdminWidget.tsx +64 -64
  292. package/source/components/SearchWidget/partials/BuyCar/BuyCar.styl +19 -19
  293. package/source/components/SearchWidget/partials/BuyCar/BuyCar.tsx +162 -162
  294. package/source/components/SearchWidget/partials/DropDown/DropDown.styl +70 -70
  295. package/source/components/SearchWidget/partials/DropDown/DropDown.tsx +36 -36
  296. package/source/components/SearchWidget/partials/DropDown/MultiDropDown.tsx +76 -76
  297. package/source/components/SearchWidget/partials/DropDown/index.ts +7 -7
  298. package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.styl +48 -48
  299. package/source/components/SearchWidget/partials/DropDownGroup/DropDownGroup.tsx +101 -101
  300. package/source/components/SearchWidget/partials/FastSearch/FastSearch.tsx +55 -55
  301. package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.styl +8 -8
  302. package/source/components/SearchWidget/partials/MakerFilter/MakerFilter.tsx +69 -69
  303. package/source/components/SearchWidget/partials/PanelFilter/Item.tsx +43 -43
  304. package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.styl +32 -32
  305. package/source/components/SearchWidget/partials/PanelFilter/PanelFilter.tsx +53 -53
  306. package/source/components/SearchWidget/partials/TabPanel/TabPanel.tsx +29 -29
  307. package/source/components/SearchWidget/partials/Tabs/Tab.tsx +20 -20
  308. package/source/components/SearchWidget/partials/Tabs/Tabs.styl +27 -27
  309. package/source/components/SearchWidget/partials/Tabs/Tabs.tsx +69 -69
  310. package/source/components/SearchWidget/partials/Tabs/index.ts +7 -7
  311. package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.styl +91 -91
  312. package/source/components/SearchWidgetsMobile/BasicDataWidgetMobile/BasicDataWidgetMobile.tsx +216 -216
  313. package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.styl +47 -47
  314. package/source/components/SearchWidgetsMobile/EngineTransDriveWidget/EngineTransDriveWidget.tsx +125 -125
  315. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styl +62 -62
  316. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.styled.tsx +38 -38
  317. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidget.tsx +293 -293
  318. package/source/components/SearchWidgetsMobile/EquipmentsWidget/EquipmentsWidgetCategory.tsx +50 -50
  319. package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.styl +50 -50
  320. package/source/components/SearchWidgetsMobile/HighlightsWidgetMobile/HighlightsWidgetMobile.tsx +96 -96
  321. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.styl +30 -30
  322. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidget.tsx +33 -33
  323. package/source/components/SearchWidgetsMobile/InteriorWidget/InteriorWidgetMobile.tsx +44 -44
  324. package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.styl +45 -45
  325. package/source/components/SearchWidgetsMobile/SafetyWidget/SafetyWidget.tsx +149 -149
  326. package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.styl +59 -59
  327. package/source/components/SearchWidgetsMobile/StateWidget/StateWidget.tsx +172 -172
  328. package/source/components/SearchWidgetsMobile/index.ts +18 -18
  329. package/source/components/Stepper/Step/Step.styl +46 -46
  330. package/source/components/Stepper/Step/Step.tsx +44 -44
  331. package/source/components/Stepper/Stepper.story.js +119 -119
  332. package/source/components/Stepper/Stepper.story.styl +41 -41
  333. package/source/components/Stepper/Stepper.styl +10 -10
  334. package/source/components/Stepper/Stepper.tsx +67 -67
  335. package/source/components/Stepper/StepsDivider/StepsDivider.styl +15 -15
  336. package/source/components/Stepper/StepsDivider/StepsDivider.tsx +23 -23
  337. package/source/components/Theme.story.js +36 -36
  338. package/source/components/Theme.story.styl +85 -85
  339. package/source/components/TickerText/TickerText.story.js +17 -17
  340. package/source/components/TickerText/TickerText.styl +43 -43
  341. package/source/components/TickerText/TickerText.tsx +24 -24
  342. package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.styl +10 -10
  343. package/source/components/Vehicle/VehicleConsumption/VehicleConsumption.tsx +44 -44
  344. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.story.js +247 -247
  345. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.styl +149 -143
  346. package/source/components/Vehicle/VehicleFormattedPrice/VehicleFormattedPrice.tsx +137 -137
  347. package/source/components/Vehicle/VehicleTitle/VehicleTitle.story.js +27 -27
  348. package/source/components/Vehicle/VehicleTitle/VehicleTitle.styl +48 -48
  349. package/source/components/Vehicle/VehicleTitle/VehicleTitle.tsx +44 -44
  350. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.story.js +30 -30
  351. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.styl +49 -49
  352. package/source/components/VehicleCompared/CompareGeneral/CompareGeneral.tsx +55 -55
  353. package/source/components/VehicleCompared/ComparePrice/ComparePrice.story.js +18 -18
  354. package/source/components/VehicleCompared/ComparePrice/ComparePrice.styl +17 -17
  355. package/source/components/VehicleCompared/ComparePrice/ComparePrice.tsx +33 -33
  356. package/source/components/VehicleCompared/CompareTitle/CompareTitle.story.js +19 -19
  357. package/source/components/VehicleCompared/CompareTitle/CompareTitle.styl +38 -38
  358. package/source/components/VehicleCompared/CompareTitle/CompareTitle.tsx +32 -32
  359. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.story.js +44 -44
  360. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.styl +28 -28
  361. package/source/components/VehicleDetailedSidebar/VehicleDetailedSidebar.tsx +168 -168
  362. package/source/components/VehicleDetailedSidebar/partials/Price.styl +22 -22
  363. package/source/components/VehicleDetailedSidebar/partials/Price.tsx +40 -40
  364. package/source/components/VehicleDetailedSidebar/partials/PriceContent.styl +107 -107
  365. package/source/components/VehicleDetailedSidebar/partials/PriceContent.tsx +124 -124
  366. package/source/components/VehicleDetailedSidebar/partials/Properties.styl +53 -57
  367. package/source/components/VehicleDetailedSidebar/partials/Properties.tsx +117 -117
  368. package/source/components/VehicleDetailedSidebar/partials/Title.styl +35 -35
  369. package/source/components/VehicleDetailedSidebar/partials/Title.tsx +33 -33
  370. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.story.js +120 -120
  371. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.styl +102 -102
  372. package/source/components/VehicleDetailedSlider/VehicleDetailedSlider.tsx +285 -285
  373. package/source/components/VehicleDetailedSlider/partials/MobileStast.tsx +61 -61
  374. package/source/components/VehicleDetailedSlider/partials/MobileStats.styl +71 -71
  375. package/source/components/VehicleDetailedSlider/partials/PriceData.styl +71 -71
  376. package/source/components/VehicleDetailedSlider/partials/PriceData.tsx +39 -39
  377. package/source/components/VehicleDetailedSlider/partials/Stats.styl +80 -80
  378. package/source/components/VehicleDetailedSlider/partials/Stats.tsx +62 -62
  379. package/source/components/VehicleDetailedSlider/partials/Title.styl +37 -37
  380. package/source/components/VehicleDetailedSlider/partials/Title.tsx +36 -36
  381. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.story.js +42 -42
  382. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.styl +298 -298
  383. package/source/components/VehiclePromoSlider/VehiclePromoInfo/VehiclePromoInfo.tsx +201 -201
  384. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.story.js +62 -62
  385. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.styl +263 -263
  386. package/source/components/VehiclePromoSlider/VehiclePromoSlide/VehiclePromoSlide.tsx +141 -141
  387. package/source/components/VehiclePromoSlider/VehiclePromoSlider.story.js +42 -42
  388. package/source/components/VehiclePromoSlider/VehiclePromoSlider.styl +122 -122
  389. package/source/components/VehiclePromoSlider/VehiclePromoSlider.tsx +111 -111
  390. package/source/components/VehiclePromoSlider/cars.js +220 -220
  391. package/source/components/VehicleSmallCard/SeoText/SeoText.styl +8 -8
  392. package/source/components/VehicleSmallCard/SeoText/SeoText.tsx +16 -16
  393. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.styl +163 -149
  394. package/source/components/VehicleSmallCard/VehicleData/VechiclePriceItem/VechiclePriceItem.tsx +186 -164
  395. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.styl +229 -200
  396. package/source/components/VehicleSmallCard/VehicleData/VehicleInfo/VehicleInfo.tsx +155 -148
  397. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.styl +123 -103
  398. package/source/components/VehicleSmallCard/VehicleData/VehiclePrice/VehiclePrice.tsx +296 -262
  399. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.styl +18 -20
  400. package/source/components/VehicleSmallCard/VehicleData/VehicleProperty/VehicleProperty.tsx +32 -32
  401. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.styl +127 -108
  402. package/source/components/VehicleSmallCard/VehicleData/VehicleTitle/VehicleTitle.tsx +90 -85
  403. package/source/components/VehicleSmallCard/VehicleSmallCard.story.js +412 -412
  404. package/source/components/VehicleSmallCard/VehicleSmallCard.story.styl +55 -55
  405. package/source/components/VehicleSmallCard/VehicleSmallCard.styl +212 -180
  406. package/source/components/VehicleSmallCard/VehicleSmallCard.tsx +397 -367
  407. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.js +199 -199
  408. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.story.styl +40 -40
  409. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.styl +150 -150
  410. package/source/components/VehicleSmallCardForDealerships/VehicleSmallCardForDealerships.tsx +184 -184
  411. package/source/components/_common/Accordion/Accordion.story.js +36 -36
  412. package/source/components/_common/Accordion/Accordion.styl +2 -2
  413. package/source/components/_common/Accordion/Accordion.tsx +132 -132
  414. package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.styl +49 -49
  415. package/source/components/_common/Accordion/AccordionTitle/AccordionTitle.tsx +33 -33
  416. package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.styl +34 -34
  417. package/source/components/_common/AccordionWrapper/AccordionItem/AccordionItem.tsx +64 -64
  418. package/source/components/_common/AccordionWrapper/AccordionWrapper.tsx +34 -34
  419. package/source/components/_common/Badge/Badge.story.js +27 -27
  420. package/source/components/_common/Badge/Badge.story.styl +5 -5
  421. package/source/components/_common/Badge/Badge.styl +41 -35
  422. package/source/components/_common/Badge/Badge.tsx +25 -25
  423. package/source/components/_common/BodyTypeIcons/Audi.tsx +9 -9
  424. package/source/components/_common/BodyTypeIcons/Bmw.tsx +860 -860
  425. package/source/components/_common/BodyTypeIcons/Ford.tsx +31 -31
  426. package/source/components/_common/BodyTypeIcons/IconsConfig.tsx +44 -44
  427. package/source/components/_common/BodyTypeIcons/IconsConfigCompact.tsx +30 -30
  428. package/source/components/_common/BodyTypeIcons/Mazda.tsx +44 -44
  429. package/source/components/_common/BodyTypeIcons/MercedesBenz.tsx +38 -38
  430. package/source/components/_common/BodyTypeIcons/Opel.tsx +19 -19
  431. package/source/components/_common/BodyTypeIcons/Search.tsx +19 -19
  432. package/source/components/_common/BodyTypeIcons/SelectorCategoryCombi.tsx +68 -68
  433. package/source/components/_common/BodyTypeIcons/SelectorCategoryCompact.tsx +20 -20
  434. package/source/components/_common/BodyTypeIcons/SelectorCategoryConvertible.tsx +68 -68
  435. package/source/components/_common/BodyTypeIcons/SelectorCategoryCoupe.tsx +60 -60
  436. package/source/components/_common/BodyTypeIcons/SelectorCategoryMinibus.tsx +64 -64
  437. package/source/components/_common/BodyTypeIcons/SelectorCategorySedan.tsx +69 -69
  438. package/source/components/_common/BodyTypeIcons/SelectorCategorySuv.tsx +77 -77
  439. package/source/components/_common/BodyTypeIcons/SelectorCategoryTransporter.tsx +68 -68
  440. package/source/components/_common/BodyTypeIcons/SelectorCategoryVan.tsx +72 -72
  441. package/source/components/_common/BodyTypeIcons/Volkswagen.tsx +330 -330
  442. package/source/components/_common/BodyTypeIcons/index.ts +17 -17
  443. package/source/components/_common/Bubble/Bubble.story.js +52 -52
  444. package/source/components/_common/Bubble/Bubble.styl +53 -53
  445. package/source/components/_common/Bubble/Bubble.tsx +37 -37
  446. package/source/components/_common/Button/Button.story.js +52 -52
  447. package/source/components/_common/Button/Button.story.styl +5 -5
  448. package/source/components/_common/Button/Button.styl +12 -12
  449. package/source/components/_common/Button/Button.styled.tsx +51 -46
  450. package/source/components/_common/Button/Button.tsx +78 -78
  451. package/source/components/_common/ButtonOld/Button.story.js +54 -54
  452. package/source/components/_common/ButtonOld/Button.story.styl +5 -5
  453. package/source/components/_common/ButtonOld/Button.styl +65 -65
  454. package/source/components/_common/ButtonOld/Button.tsx +84 -84
  455. package/source/components/_common/Checkbox/Checkbox.story.js +85 -85
  456. package/source/components/_common/Checkbox/Checkbox.story.styl +14 -14
  457. package/source/components/_common/Checkbox/Checkbox.styl +119 -119
  458. package/source/components/_common/Checkbox/Checkbox.tsx +151 -151
  459. package/source/components/_common/Checkbox/FormCheckbox.styl +22 -22
  460. package/source/components/_common/Checkbox/FormCheckbox.tsx +54 -54
  461. package/source/components/_common/Checkbox/index.js +4 -4
  462. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.js +136 -136
  463. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.story.styl +14 -14
  464. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.styl +155 -155
  465. package/source/components/_common/CheckboxMaterial/CheckboxMaterial.tsx +210 -210
  466. package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.styl +22 -22
  467. package/source/components/_common/CheckboxMaterial/FormCheckboxMaterial.tsx +50 -50
  468. package/source/components/_common/Chip/Chip.story.js +43 -43
  469. package/source/components/_common/Chip/Chip.styl +69 -69
  470. package/source/components/_common/Chip/Chip.tsx +40 -40
  471. package/source/components/_common/ChipList/ChipList.story.js +36 -36
  472. package/source/components/_common/ChipList/ChipList.styl +80 -80
  473. package/source/components/_common/ChipList/ChipList.tsx +58 -58
  474. package/source/components/_common/Co2Widget/CO2Efficiency.styl +114 -114
  475. package/source/components/_common/Co2Widget/CO2Efficiency.tsx +49 -49
  476. package/source/components/_common/Divider/Divider.styl +8 -8
  477. package/source/components/_common/Divider/Divider.tsx +16 -16
  478. package/source/components/_common/DoorSelector/DoorSelector.styl +35 -35
  479. package/source/components/_common/DoorSelector/DoorSelector.tsx +39 -39
  480. package/source/components/_common/DropDown/DropDown.story.js +35 -35
  481. package/source/components/_common/DropDown/DropDown.styl +129 -129
  482. package/source/components/_common/DropDown/DropDown.tsx +111 -111
  483. package/source/components/_common/DropDown/DropDownComponents.tsx +53 -53
  484. package/source/components/_common/DropDown/DropDownGroup.styl +20 -20
  485. package/source/components/_common/DropDown/DropDownGroup.tsx +136 -136
  486. package/source/components/_common/DropDown/FormDropDown.styl +35 -35
  487. package/source/components/_common/DropDown/FormDropDown.tsx +52 -52
  488. package/source/components/_common/DropDown/MultiDropDown.tsx +84 -84
  489. package/source/components/_common/DropDown/index.ts +7 -7
  490. package/source/components/_common/ExpandablePanel/ExpandablePanel.story.js +41 -41
  491. package/source/components/_common/ExpandablePanel/ExpandablePanel.styl +19 -19
  492. package/source/components/_common/ExpandablePanel/ExpandablePanel.tsx +88 -88
  493. package/source/components/_common/ExpansionPanel/ExpansionPanel.styl +36 -36
  494. package/source/components/_common/ExpansionPanel/ExpansionPanel.styled.tsx +28 -28
  495. package/source/components/_common/ExpansionPanel/ExpansionPanel.tsx +99 -89
  496. package/source/components/_common/FilterLabel/FilterLabel.styl +24 -24
  497. package/source/components/_common/FilterLabel/FilterLabel.tsx +23 -23
  498. package/source/components/_common/Histogram/Histogram.story.js +51 -51
  499. package/source/components/_common/IconContainer/IconContainer.styl +23 -23
  500. package/source/components/_common/IconContainer/IconContainer.tsx +34 -34
  501. package/source/components/_common/IconSVG/IconSVG.story.js +21 -21
  502. package/source/components/_common/IconSVG/IconSVG.story.styl +25 -25
  503. package/source/components/_common/IconSVG/IconSVG.tsx +30 -30
  504. package/source/components/_common/IconSVG/IconSVGConfig.tsx +764 -675
  505. package/source/components/_common/IconSVG/SVG/AboPartner.tsx +16 -16
  506. package/source/components/_common/IconSVG/SVG/ArrowQuotes.tsx +22 -22
  507. package/source/components/_common/IconSVG/SVG/CloseIcon.tsx +17 -17
  508. package/source/components/_common/IconSVG/SVG/CloseIconSelect.tsx +18 -18
  509. package/source/components/_common/IconSVG/SVG/ClosedLockIcon.tsx +18 -18
  510. package/source/components/_common/IconSVG/SVG/DealerCheckIcon.tsx +18 -18
  511. package/source/components/_common/IconSVG/SVG/DealerPopoverMail.tsx +21 -21
  512. package/source/components/_common/IconSVG/SVG/DealerPopoverPhone.tsx +21 -21
  513. package/source/components/_common/IconSVG/SVG/GrayPhoneIcon.tsx +22 -22
  514. package/source/components/_common/IconSVG/SVG/InternetIcon.tsx +18 -18
  515. package/source/components/_common/IconSVG/SVG/WhiteEnvelopeIcon.tsx +21 -21
  516. package/source/components/_common/IconSVG/SVG/bodyType/Cabrio.tsx +23 -23
  517. package/source/components/_common/IconSVG/SVG/bodyType/Coupe.tsx +22 -22
  518. package/source/components/_common/IconSVG/SVG/bodyType/Minibus.tsx +22 -22
  519. package/source/components/_common/IconSVG/SVG/bodyType/Other.tsx +25 -25
  520. package/source/components/_common/IconSVG/SVG/bodyType/Sedan.tsx +22 -22
  521. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCombi.tsx +68 -68
  522. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCompact.tsx +20 -20
  523. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryConvertible.tsx +68 -68
  524. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryCoupe.tsx +60 -60
  525. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryMinibus.tsx +64 -64
  526. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryOther.tsx +60 -60
  527. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySedan.tsx +69 -69
  528. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategorySuv.tsx +77 -77
  529. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryTransporter.tsx +68 -68
  530. package/source/components/_common/IconSVG/SVG/bodyType/SelectorCategoryVan.tsx +72 -72
  531. package/source/components/_common/IconSVG/SVG/bodyType/Small.tsx +23 -23
  532. package/source/components/_common/IconSVG/SVG/bodyType/Suv.tsx +23 -23
  533. package/source/components/_common/IconSVG/SVG/bodyType/Van.tsx +23 -23
  534. package/source/components/_common/IconSVG/SVG/bodyType/Wagon.tsx +23 -23
  535. package/source/components/_common/IconSVG/SVG/common/AddIcon.tsx +16 -16
  536. package/source/components/_common/IconSVG/SVG/common/AddPlus.tsx +16 -16
  537. package/source/components/_common/IconSVG/SVG/common/AddressDashboard.tsx +29 -0
  538. package/source/components/_common/IconSVG/SVG/common/AddressIcon.tsx +20 -20
  539. package/source/components/_common/IconSVG/SVG/common/ArrowDetailedAccordionBlue.tsx +26 -26
  540. package/source/components/_common/IconSVG/SVG/common/ArrowDownBlue.tsx +21 -21
  541. package/source/components/_common/IconSVG/SVG/common/ArrowSelect.tsx +23 -23
  542. package/source/components/_common/IconSVG/SVG/common/ArrowStepDown.tsx +18 -18
  543. package/source/components/_common/IconSVG/SVG/common/Autocheck.tsx +19 -19
  544. package/source/components/_common/IconSVG/SVG/common/AutodeLogo.tsx +36 -36
  545. package/source/components/_common/IconSVG/SVG/common/Avatar.tsx +17 -17
  546. package/source/components/_common/IconSVG/SVG/common/BellGray.tsx +19 -19
  547. package/source/components/_common/IconSVG/SVG/common/BigInfoTransparent.tsx +13 -13
  548. package/source/components/_common/IconSVG/SVG/common/Browse.tsx +20 -20
  549. package/source/components/_common/IconSVG/SVG/common/Calendar.tsx +24 -24
  550. package/source/components/_common/IconSVG/SVG/common/CallbackDashboard.tsx +30 -0
  551. package/source/components/_common/IconSVG/SVG/common/Camera.tsx +17 -17
  552. package/source/components/_common/IconSVG/SVG/common/Car.tsx +16 -16
  553. package/source/components/_common/IconSVG/SVG/common/CarBody.tsx +19 -19
  554. package/source/components/_common/IconSVG/SVG/common/CarFront.tsx +43 -43
  555. package/source/components/_common/IconSVG/SVG/common/CarInspectionCheck.tsx +21 -21
  556. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme0.tsx +32 -32
  557. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme1.tsx +53 -53
  558. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme2.tsx +52 -52
  559. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme3.tsx +32 -32
  560. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme4.tsx +32 -32
  561. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme5.tsx +32 -32
  562. package/source/components/_common/IconSVG/SVG/common/CarInspectionScheme6.tsx +32 -32
  563. package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral copy.tsx +24 -24
  564. package/source/components/_common/IconSVG/SVG/common/CarInspectionSchemeGeneral.tsx +24 -24
  565. package/source/components/_common/IconSVG/SVG/common/CheckBlue.tsx +18 -18
  566. package/source/components/_common/IconSVG/SVG/common/CheckGreen.tsx +22 -22
  567. package/source/components/_common/IconSVG/SVG/common/CheckMark.tsx +16 -16
  568. package/source/components/_common/IconSVG/SVG/common/CheckWhite.tsx +19 -19
  569. package/source/components/_common/IconSVG/SVG/common/Chevron.tsx +17 -17
  570. package/source/components/_common/IconSVG/SVG/common/CircledCheckmark.tsx +25 -25
  571. package/source/components/_common/IconSVG/SVG/common/Clock.tsx +18 -18
  572. package/source/components/_common/IconSVG/SVG/common/Close.tsx +19 -19
  573. package/source/components/_common/IconSVG/SVG/common/CloseGrey.tsx +22 -0
  574. package/source/components/_common/IconSVG/SVG/common/ContactEmail.tsx +21 -21
  575. package/source/components/_common/IconSVG/SVG/common/ContactPhone.tsx +28 -28
  576. package/source/components/_common/IconSVG/SVG/common/CopyIcon copy.tsx +22 -22
  577. package/source/components/_common/IconSVG/SVG/common/CopyIcon.tsx +22 -22
  578. package/source/components/_common/IconSVG/SVG/common/CopyIconForDealer.tsx +21 -21
  579. package/source/components/_common/IconSVG/SVG/common/DashboardIcon.tsx +20 -20
  580. package/source/components/_common/IconSVG/SVG/common/DashboardQuestionMark.tsx +20 -0
  581. package/source/components/_common/IconSVG/SVG/common/DealersIcon.tsx +20 -20
  582. package/source/components/_common/IconSVG/SVG/common/DeleteCircle.tsx +31 -31
  583. package/source/components/_common/IconSVG/SVG/common/DeleteV1Icon.tsx +18 -18
  584. package/source/components/_common/IconSVG/SVG/common/DeliveryDashboard.tsx +25 -0
  585. package/source/components/_common/IconSVG/SVG/common/DeliveryMail.tsx +24 -24
  586. package/source/components/_common/IconSVG/SVG/common/Discount100De.tsx +18 -18
  587. package/source/components/_common/IconSVG/SVG/common/Discount100En.tsx +19 -19
  588. package/source/components/_common/IconSVG/SVG/common/Discount66De.tsx +28 -28
  589. package/source/components/_common/IconSVG/SVG/common/Discount66En.tsx +20 -20
  590. package/source/components/_common/IconSVG/SVG/common/DoneIcon.tsx +18 -18
  591. package/source/components/_common/IconSVG/SVG/common/EditCircle.tsx +32 -32
  592. package/source/components/_common/IconSVG/SVG/common/EditPriceIcon.tsx +20 -0
  593. package/source/components/_common/IconSVG/SVG/common/EuroCurrency.tsx +18 -18
  594. package/source/components/_common/IconSVG/SVG/common/Export.tsx +20 -20
  595. package/source/components/_common/IconSVG/SVG/common/Eye.tsx +17 -17
  596. package/source/components/_common/IconSVG/SVG/common/EyeCatch.tsx +19 -19
  597. package/source/components/_common/IconSVG/SVG/common/FavoritesIcon.tsx +20 -20
  598. package/source/components/_common/IconSVG/SVG/common/FilterRange.tsx +16 -16
  599. package/source/components/_common/IconSVG/SVG/common/FilterToolBlack.tsx +23 -23
  600. package/source/components/_common/IconSVG/SVG/common/FlagDe.tsx +21 -21
  601. package/source/components/_common/IconSVG/SVG/common/FlagEn.tsx +43 -43
  602. package/source/components/_common/IconSVG/SVG/common/GrayEnvelopeIcon.tsx +19 -19
  603. package/source/components/_common/IconSVG/SVG/common/HamburgerMenuIcon.tsx +18 -18
  604. package/source/components/_common/IconSVG/SVG/common/HandingOverDashboard.tsx +32 -0
  605. package/source/components/_common/IconSVG/SVG/common/ImageSettingsIcon.tsx +20 -20
  606. package/source/components/_common/IconSVG/SVG/common/Info.tsx +16 -16
  607. package/source/components/_common/IconSVG/SVG/common/InfoIcon.tsx +18 -18
  608. package/source/components/_common/IconSVG/SVG/common/InfoTransparent.tsx +18 -18
  609. package/source/components/_common/IconSVG/SVG/common/LogoutIcon.tsx +20 -20
  610. package/source/components/_common/IconSVG/SVG/common/MagnifyingGlass.tsx +31 -31
  611. package/source/components/_common/IconSVG/SVG/common/MenuArrow.tsx +16 -16
  612. package/source/components/_common/IconSVG/SVG/common/MenuGrey.tsx +22 -0
  613. package/source/components/_common/IconSVG/SVG/common/MobileDeLogo.tsx +108 -108
  614. package/source/components/_common/IconSVG/SVG/common/MyOrderIcon.tsx +20 -0
  615. package/source/components/_common/IconSVG/SVG/common/MyVehiclesIcon.tsx +20 -20
  616. package/source/components/_common/IconSVG/SVG/common/NewFlagDe.tsx +25 -25
  617. package/source/components/_common/IconSVG/SVG/common/NewFlagEn.tsx +34 -34
  618. package/source/components/_common/IconSVG/SVG/common/OrderReceivedDashboard.tsx +27 -0
  619. package/source/components/_common/IconSVG/SVG/common/Package.tsx +30 -30
  620. package/source/components/_common/IconSVG/SVG/common/Phone.tsx +18 -18
  621. package/source/components/_common/IconSVG/SVG/common/PhoneGrey.tsx +22 -22
  622. package/source/components/_common/IconSVG/SVG/common/PickupDashboard.tsx +30 -0
  623. package/source/components/_common/IconSVG/SVG/common/Picture.tsx +24 -24
  624. package/source/components/_common/IconSVG/SVG/common/Pictures.tsx +32 -32
  625. package/source/components/_common/IconSVG/SVG/common/Plus.tsx +16 -16
  626. package/source/components/_common/IconSVG/SVG/common/PlusNew.tsx +16 -16
  627. package/source/components/_common/IconSVG/SVG/common/PreparationDashboard.tsx +29 -0
  628. package/source/components/_common/IconSVG/SVG/common/ProfileDashboard.tsx +24 -0
  629. package/source/components/_common/IconSVG/SVG/common/ProfileIcon.tsx +17 -17
  630. package/source/components/_common/IconSVG/SVG/common/Question.tsx +19 -19
  631. package/source/components/_common/IconSVG/SVG/common/QuestionBold.tsx +25 -25
  632. package/source/components/_common/IconSVG/SVG/common/RegistrationDashboard.tsx +31 -0
  633. package/source/components/_common/IconSVG/SVG/common/SavedSearchsIcon.tsx +20 -20
  634. package/source/components/_common/IconSVG/SVG/common/Search.tsx +19 -19
  635. package/source/components/_common/IconSVG/SVG/common/SearchGrey.tsx +22 -22
  636. package/source/components/_common/IconSVG/SVG/common/SettingPenIcon.tsx +20 -20
  637. package/source/components/_common/IconSVG/SVG/common/Share.tsx +16 -16
  638. package/source/components/_common/IconSVG/SVG/common/ShoppingCart.tsx +18 -18
  639. package/source/components/_common/IconSVG/SVG/common/SliderArrow.tsx +21 -21
  640. package/source/components/_common/IconSVG/SVG/common/SliderEye.tsx +17 -18
  641. package/source/components/_common/IconSVG/SVG/common/SortUpDownArrows.tsx +18 -18
  642. package/source/components/_common/IconSVG/SVG/common/Speedometer.tsx +23 -23
  643. package/source/components/_common/IconSVG/SVG/common/Star.tsx +20 -20
  644. package/source/components/_common/IconSVG/SVG/common/StarNew.tsx +16 -16
  645. package/source/components/_common/IconSVG/SVG/common/StarOutline.tsx +20 -20
  646. package/source/components/_common/IconSVG/SVG/common/StarRoundedCorners.tsx +18 -18
  647. package/source/components/_common/IconSVG/SVG/common/Stats.tsx +17 -17
  648. package/source/components/_common/IconSVG/SVG/common/Step1.tsx +21 -21
  649. package/source/components/_common/IconSVG/SVG/common/Step2.tsx +20 -20
  650. package/source/components/_common/IconSVG/SVG/common/Step3.tsx +21 -21
  651. package/source/components/_common/IconSVG/SVG/common/SupportCallbackIcon.tsx +20 -20
  652. package/source/components/_common/IconSVG/SVG/common/Telephone.tsx +22 -22
  653. package/source/components/_common/IconSVG/SVG/common/Time.tsx +17 -17
  654. package/source/components/_common/IconSVG/SVG/common/Timetable.tsx +18 -18
  655. package/source/components/_common/IconSVG/SVG/common/Trash.tsx +22 -22
  656. package/source/components/_common/IconSVG/SVG/common/TrashRed.tsx +23 -23
  657. package/source/components/_common/IconSVG/SVG/common/Upload.tsx +17 -17
  658. package/source/components/_common/IconSVG/SVG/common/UserGrey.tsx +22 -22
  659. package/source/components/_common/IconSVG/SVG/common/UserProfileIcon.tsx +20 -20
  660. package/source/components/_common/IconSVG/SVG/common/ValidateFailure.tsx +21 -21
  661. package/source/components/_common/IconSVG/SVG/common/ValidateSuccess.tsx +21 -21
  662. package/source/components/_common/IconSVG/SVG/common/WarningTriangle.tsx +20 -20
  663. package/source/components/_common/IconSVG/SVG/common/WhiteArrowUp.tsx +21 -21
  664. package/source/components/_common/IconSVG/SVG/common/WhiteKey.tsx +21 -21
  665. package/source/components/_common/IconSVG/SVG/common/WhitePeople.tsx +23 -23
  666. package/source/components/_common/IconSVG/SVG/common/WhiteTick.tsx +19 -19
  667. package/source/components/_common/IconSVG/SVG/flags/AT.tsx +19 -0
  668. package/source/components/_common/IconSVG/SVG/flags/BE.tsx +20 -0
  669. package/source/components/_common/IconSVG/SVG/flags/BG.tsx +20 -0
  670. package/source/components/_common/IconSVG/SVG/flags/CH.tsx +22 -0
  671. package/source/components/_common/IconSVG/SVG/flags/CZ.tsx +18 -0
  672. package/source/components/_common/IconSVG/SVG/flags/DE.tsx +18 -0
  673. package/source/components/_common/IconSVG/SVG/flags/DK.tsx +18 -0
  674. package/source/components/_common/IconSVG/SVG/flags/ES.tsx +2585 -0
  675. package/source/components/_common/IconSVG/SVG/flags/FI.tsx +18 -0
  676. package/source/components/_common/IconSVG/SVG/flags/FR.tsx +20 -0
  677. package/source/components/_common/IconSVG/SVG/flags/GB.tsx +26 -0
  678. package/source/components/_common/IconSVG/SVG/flags/HR.tsx +135 -0
  679. package/source/components/_common/IconSVG/SVG/flags/HU.tsx +20 -0
  680. package/source/components/_common/IconSVG/SVG/flags/IT.tsx +20 -0
  681. package/source/components/_common/IconSVG/SVG/flags/LI.tsx +106 -0
  682. package/source/components/_common/IconSVG/SVG/flags/LU.tsx +18 -0
  683. package/source/components/_common/IconSVG/SVG/flags/NL.tsx +18 -0
  684. package/source/components/_common/IconSVG/SVG/flags/NO.tsx +20 -0
  685. package/source/components/_common/IconSVG/SVG/flags/PL.tsx +19 -0
  686. package/source/components/_common/IconSVG/SVG/flags/RO.tsx +20 -0
  687. package/source/components/_common/IconSVG/SVG/flags/RU.tsx +20 -0
  688. package/source/components/_common/IconSVG/SVG/flags/SE.tsx +20 -0
  689. package/source/components/_common/IconSVG/SVG/flags/SI.tsx +54 -0
  690. package/source/components/_common/IconSVG/SVG/flags/SK.tsx +35 -0
  691. package/source/components/_common/IconSVG/SVG/flags/UA.tsx +19 -0
  692. package/source/components/_common/IconSVG/SVG/infoBlocks/14DaysReturnPolicy.tsx +18 -18
  693. package/source/components/_common/IconSVG/SVG/infoBlocks/Autocheck.tsx +19 -19
  694. package/source/components/_common/IconSVG/SVG/infoBlocks/CheckTheStory.tsx +22 -22
  695. package/source/components/_common/IconSVG/SVG/infoBlocks/CustomerServiceWhite.tsx +16 -16
  696. package/source/components/_common/IconSVG/SVG/infoBlocks/Guarantee.tsx +16 -16
  697. package/source/components/_common/IconSVG/SVG/infoBlocks/OrderWhite.tsx +13 -13
  698. package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuarantee.tsx +19 -19
  699. package/source/components/_common/IconSVG/SVG/infoBlocks/PriceGuaranteeWhite.tsx +17 -17
  700. package/source/components/_common/IconSVG/SVG/infoBlocks/TransportAndDelivery.tsx +21 -21
  701. package/source/components/_common/IconSVG/SVG/infoBlocks/Warranty.tsx +23 -23
  702. package/source/components/_common/IconSVG/SVG/popower/Mail.tsx +18 -18
  703. package/source/components/_common/IconSVG/SVG/popower/Phone.tsx +19 -19
  704. package/source/components/_common/IconSVG/SVG/popower/Schedule.tsx +18 -18
  705. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AAllWheelDrive.tsx +26 -26
  706. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/AllWheelDrive.tsx +26 -26
  707. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/FrontWheelDrive.tsx +25 -25
  708. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/OtherWheelDrive.tsx +26 -26
  709. package/source/components/_common/IconSVG/SVG/searchWidgets/drive/RearWheelDrive.tsx +25 -25
  710. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelDiesel.tsx +18 -28
  711. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectrical.tsx +19 -19
  712. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalDiesel.tsx +34 -34
  713. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelElectricalPetrol.tsx +20 -20
  714. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelEthanol.tsx +53 -53
  715. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelHydrogen.tsx +24 -24
  716. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelLpg.tsx +24 -24
  717. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelNaturalGas.tsx +23 -23
  718. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelOther.tsx +28 -28
  719. package/source/components/_common/IconSVG/SVG/searchWidgets/fuel/FuelPetrol.tsx +18 -18
  720. package/source/components/_common/IconSVG/SVG/settings/Account.tsx +17 -17
  721. package/source/components/_common/IconSVG/SVG/settings/DataUsage.tsx +17 -17
  722. package/source/components/_common/IconSVG/SVG/settings/MarketResearch.tsx +17 -17
  723. package/source/components/_common/IconSVG/SVG/settings/Newsletter.tsx +17 -17
  724. package/source/components/_common/IconSVG/SVG/settings/RemoveEye.tsx +17 -17
  725. package/source/components/_common/IconSVG/SVG/settings/RemoveEyeOff.tsx +17 -17
  726. package/source/components/_common/IconSVG/SVG/settings/Security.tsx +17 -17
  727. package/source/components/_common/IconSVG/SVG/settings/Warning.tsx +17 -17
  728. package/source/components/_common/IconSVG/SVG/slider/360.tsx +23 -23
  729. package/source/components/_common/IconSVG/SVG/slider/360New.tsx +20 -0
  730. package/source/components/_common/IconSVG/SVG/slider/Checked.tsx +19 -19
  731. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbon.tsx +51 -51
  732. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonMobile.tsx +47 -47
  733. package/source/components/_common/IconSVG/SVG/slider/DiscountRibbonNew.tsx +29 -29
  734. package/source/components/_common/IconSVG/SVG/slider/Easy.tsx +19 -19
  735. package/source/components/_common/IconSVG/SVG/slider/Fullscreen.tsx +16 -16
  736. package/source/components/_common/IconSVG/SVG/slider/FullscreenWindow.tsx +23 -23
  737. package/source/components/_common/IconSVG/SVG/slider/Safe.tsx +19 -19
  738. package/source/components/_common/IconSVG/SVG/slider/ToBuy.tsx +19 -19
  739. package/source/components/_common/IconSVG/SVG/slider/ZoomIn.tsx +21 -21
  740. package/source/components/_common/IconSVG/SVG/slider/ZoomOut.tsx +21 -21
  741. package/source/components/_common/IconSVG/SVG/social/AndroidLogo.tsx +18 -18
  742. package/source/components/_common/IconSVG/SVG/social/Apple.tsx +19 -19
  743. package/source/components/_common/IconSVG/SVG/social/FacebookF.tsx +19 -19
  744. package/source/components/_common/IconSVG/SVG/social/GooglePlusG.tsx +19 -19
  745. package/source/components/_common/IconSVG/SVG/social/Instagram.tsx +17 -17
  746. package/source/components/_common/IconSVG/SVG/social/Pinterest.tsx +19 -19
  747. package/source/components/_common/IconSVG/SVG/social/SharingInterface.tsx +21 -21
  748. package/source/components/_common/IconSVG/SVG/social/Twitter.tsx +19 -19
  749. package/source/components/_common/IconSVG/SVG/social/Youtube.tsx +19 -19
  750. package/source/components/_common/IconSVG/SVG/vehicle/AboIcon.tsx +11 -11
  751. package/source/components/_common/IconSVG/SVG/vehicle/Abs.tsx +24 -24
  752. package/source/components/_common/IconSVG/SVG/vehicle/AirCond.tsx +34 -34
  753. package/source/components/_common/IconSVG/SVG/vehicle/Airbag.tsx +21 -21
  754. package/source/components/_common/IconSVG/SVG/vehicle/AuxiliaryHeating.tsx +23 -23
  755. package/source/components/_common/IconSVG/SVG/vehicle/Bluetooth.tsx +22 -22
  756. package/source/components/_common/IconSVG/SVG/vehicle/BuyIcon.tsx +15 -15
  757. package/source/components/_common/IconSVG/SVG/vehicle/CarAvailability.tsx +22 -22
  758. package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCheck.tsx +21 -21
  759. package/source/components/_common/IconSVG/SVG/vehicle/CarInspectionCross.tsx +21 -21
  760. package/source/components/_common/IconSVG/SVG/vehicle/CheckoutChecked.tsx +15 -15
  761. package/source/components/_common/IconSVG/SVG/vehicle/Co2.tsx +24 -24
  762. package/source/components/_common/IconSVG/SVG/vehicle/CruiseControl.tsx +25 -25
  763. package/source/components/_common/IconSVG/SVG/vehicle/Date.tsx +21 -21
  764. package/source/components/_common/IconSVG/SVG/vehicle/Delivery.tsx +12 -12
  765. package/source/components/_common/IconSVG/SVG/vehicle/Diesel.tsx +28 -28
  766. package/source/components/_common/IconSVG/SVG/vehicle/Display.tsx +25 -25
  767. package/source/components/_common/IconSVG/SVG/vehicle/Done.tsx +11 -11
  768. package/source/components/_common/IconSVG/SVG/vehicle/Door.tsx +19 -21
  769. package/source/components/_common/IconSVG/SVG/vehicle/DoubleDone.tsx +18 -18
  770. package/source/components/_common/IconSVG/SVG/vehicle/EditIcon.tsx +11 -11
  771. package/source/components/_common/IconSVG/SVG/vehicle/EmergencyBrakeAssistant.tsx +27 -27
  772. package/source/components/_common/IconSVG/SVG/vehicle/Eps.tsx +24 -24
  773. package/source/components/_common/IconSVG/SVG/vehicle/Esp.tsx +24 -24
  774. package/source/components/_common/IconSVG/SVG/vehicle/FinancingIcon.tsx +20 -20
  775. package/source/components/_common/IconSVG/SVG/vehicle/FuelConsumption.tsx +20 -20
  776. package/source/components/_common/IconSVG/SVG/vehicle/Fueling.tsx +22 -22
  777. package/source/components/_common/IconSVG/SVG/vehicle/FullDrive.tsx +24 -24
  778. package/source/components/_common/IconSVG/SVG/vehicle/GasElectric.tsx +28 -28
  779. package/source/components/_common/IconSVG/SVG/vehicle/HandsFreePhoneSystem.tsx +24 -24
  780. package/source/components/_common/IconSVG/SVG/vehicle/Kw.tsx +23 -23
  781. package/source/components/_common/IconSVG/SVG/vehicle/LastCrawledAt.tsx +22 -22
  782. package/source/components/_common/IconSVG/SVG/vehicle/LeasingIcon.tsx +14 -14
  783. package/source/components/_common/IconSVG/SVG/vehicle/Led.tsx +24 -24
  784. package/source/components/_common/IconSVG/SVG/vehicle/LightSensor.tsx +22 -22
  785. package/source/components/_common/IconSVG/SVG/vehicle/LinkAlternative.tsx +15 -15
  786. package/source/components/_common/IconSVG/SVG/vehicle/Location.tsx +17 -17
  787. package/source/components/_common/IconSVG/SVG/vehicle/MinusIcon.tsx +11 -11
  788. package/source/components/_common/IconSVG/SVG/vehicle/Mirror.tsx +19 -19
  789. package/source/components/_common/IconSVG/SVG/vehicle/Navigation.tsx +27 -27
  790. package/source/components/_common/IconSVG/SVG/vehicle/NewCar.tsx +21 -23
  791. package/source/components/_common/IconSVG/SVG/vehicle/NoImage.tsx +17 -17
  792. package/source/components/_common/IconSVG/SVG/vehicle/Owner.tsx +18 -18
  793. package/source/components/_common/IconSVG/SVG/vehicle/PanoramicRoof.tsx +23 -23
  794. package/source/components/_common/IconSVG/SVG/vehicle/ParkingAssistants.tsx +24 -24
  795. package/source/components/_common/IconSVG/SVG/vehicle/PickYourself.tsx +18 -18
  796. package/source/components/_common/IconSVG/SVG/vehicle/PlusIcon.tsx +11 -11
  797. package/source/components/_common/IconSVG/SVG/vehicle/Power.tsx +21 -21
  798. package/source/components/_common/IconSVG/SVG/vehicle/Ps.tsx +19 -19
  799. package/source/components/_common/IconSVG/SVG/vehicle/Question.tsx +24 -24
  800. package/source/components/_common/IconSVG/SVG/vehicle/Seats.tsx +21 -21
  801. package/source/components/_common/IconSVG/SVG/vehicle/SeatsHeating.tsx +26 -26
  802. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxAutomatic.tsx +24 -24
  803. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxManualShift.tsx +19 -19
  804. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxOther.tsx +24 -24
  805. package/source/components/_common/IconSVG/SVG/vehicle/SelectorGearboxSemiAutomatic.tsx +30 -30
  806. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeAlcantara.tsx +225 -225
  807. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFabric.tsx +29 -29
  808. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeFullLeather.tsx +29 -29
  809. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeOther.tsx +26 -26
  810. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypePartLeather.tsx +142 -142
  811. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeSyntheticLeather.tsx +27 -27
  812. package/source/components/_common/IconSVG/SVG/vehicle/SelectorInteriorTypeVelours.tsx +39 -39
  813. package/source/components/_common/IconSVG/SVG/vehicle/Shield.tsx +39 -39
  814. package/source/components/_common/IconSVG/SVG/vehicle/Speedometer.tsx +17 -17
  815. package/source/components/_common/IconSVG/SVG/vehicle/StartStopSystem.tsx +30 -30
  816. package/source/components/_common/IconSVG/SVG/vehicle/Stop.tsx +25 -25
  817. package/source/components/_common/IconSVG/SVG/vehicle/TickMark.tsx +21 -21
  818. package/source/components/_common/IconSVG/SVG/vehicle/TrafficSignRecognition.tsx +29 -29
  819. package/source/components/_common/IconSVG/SVG/vehicle/TrailerCoupling.tsx +24 -24
  820. package/source/components/_common/IconSVG/SVG/vehicle/Transmission.tsx +27 -27
  821. package/source/components/_common/IconSVG/SVG/vehicle/Wheel.tsx +43 -43
  822. package/source/components/_common/IconSVG/SVG/vehicle/Wipers.tsx +22 -22
  823. package/source/components/_common/IconSVG/SVG/vehicle/Wrench.tsx +17 -17
  824. package/source/components/_common/Image/Image.story.js +142 -142
  825. package/source/components/_common/Image/Image.story.styl +18 -18
  826. package/source/components/_common/Image/Image.styl +109 -109
  827. package/source/components/_common/Image/Image.tsx +302 -302
  828. package/source/components/_common/ImagesSet/ImagesSet.story.js +34 -34
  829. package/source/components/_common/ImagesSet/ImagesSet.story.styl +3 -3
  830. package/source/components/_common/ImagesSet/ImagesSet.styl +27 -27
  831. package/source/components/_common/ImagesSet/ImagesSet.tsx +76 -76
  832. package/source/components/_common/Loader/Loader.story.js +21 -21
  833. package/source/components/_common/Loader/Loader.styl +39 -39
  834. package/source/components/_common/Loader/Loader.tsx +32 -32
  835. package/source/components/_common/MagnifyGlass/MagnifyGlass.styl +33 -33
  836. package/source/components/_common/MagnifyGlass/MagnifyGlass.tsx +213 -213
  837. package/source/components/_common/MaterialAccordion/MaterialAccordion.tsx +149 -149
  838. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.story.js +49 -49
  839. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.styled.tsx +71 -55
  840. package/source/components/_common/MaterialAccordionGroup/MaterialAccordionGroup.tsx +40 -41
  841. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.styled.tsx +204 -201
  842. package/source/components/_common/MaterialAutocomplete/MaterialAutocomplete.tsx +250 -225
  843. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.js +45 -45
  844. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.story.styl +5 -5
  845. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.styled.tsx +21 -21
  846. package/source/components/_common/MaterialDatePicker/MaterialDatePicker.tsx +112 -112
  847. package/source/components/_common/MaterialField/MaterialField.story.js +87 -87
  848. package/source/components/_common/MaterialField/MaterialField.story.styl +33 -33
  849. package/source/components/_common/MaterialField/MaterialField.styled.tsx +52 -52
  850. package/source/components/_common/MaterialField/MaterialField.tsx +120 -120
  851. package/source/components/_common/MaterialSelect/MaterialSelect.story.js +52 -52
  852. package/source/components/_common/MaterialSelect/MaterialSelect.story.styl +5 -5
  853. package/source/components/_common/MaterialSelect/MaterialSelect.styled.tsx +126 -133
  854. package/source/components/_common/MaterialSelect/MaterialSelect.tsx +220 -213
  855. package/source/components/_common/MaterialStepButton/MaterialStepButton.story.js +47 -47
  856. package/source/components/_common/MaterialStepButton/MaterialStepButton.story.styl +5 -5
  857. package/source/components/_common/MaterialStepButton/MaterialStepButton.styl +32 -32
  858. package/source/components/_common/MaterialStepButton/MaterialStepButton.tsx +61 -61
  859. package/source/components/_common/MaterialSwitch/MaterialSwitch.story.js +17 -17
  860. package/source/components/_common/MaterialSwitch/MaterialSwitch.styled.tsx +5 -5
  861. package/source/components/_common/MaterialSwitch/MaterialSwitch.tsx +35 -35
  862. package/source/components/_common/MaterialTooltip/MaterialTooltip.story.js +10 -10
  863. package/source/components/_common/MaterialTooltip/MaterialTooltip.tsx +21 -21
  864. package/source/components/_common/Modal/CookieModal.tsx +40 -37
  865. package/source/components/_common/Modal/Modal.story.js +37 -37
  866. package/source/components/_common/Modal/Modal.styled.tsx +13 -12
  867. package/source/components/_common/Modal/Modal.tsx +27 -27
  868. package/source/components/_common/Modal/ModalsConfig.tsx +19 -19
  869. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.styl +68 -56
  870. package/source/components/_common/Modal/modals/ManageCookieModal/ManageCookieModal.tsx +147 -145
  871. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.styl +44 -34
  872. package/source/components/_common/Modal/modals/PreviewCookieModal/PreviewCookieModal.tsx +33 -31
  873. package/source/components/_common/Modal/modals/TestModal.tsx +7 -7
  874. package/source/components/_common/MuiDropDown/MuiDropDown.tsx +93 -93
  875. package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.story.js +21 -21
  876. package/source/components/_common/MuiGroupedSelect/MuiGroupedSelect.tsx +87 -87
  877. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styl +119 -119
  878. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.styled.tsx +23 -23
  879. package/source/components/_common/OfferRequestButtonWrapper/OfferRequestButtonWrapper.tsx +118 -118
  880. package/source/components/_common/PropertySelector/FormPSGroup.story.js +36 -36
  881. package/source/components/_common/PropertySelector/FormPSGroup.story.styl +5 -5
  882. package/source/components/_common/PropertySelector/FormPSGroup.styl +22 -22
  883. package/source/components/_common/PropertySelector/FormPSGroup.tsx +54 -54
  884. package/source/components/_common/PropertySelector/PSGroup.story.js +93 -93
  885. package/source/components/_common/PropertySelector/PSGroup.story.styl +25 -25
  886. package/source/components/_common/PropertySelector/PSGroup.styl +5 -5
  887. package/source/components/_common/PropertySelector/PSGroup.tsx +98 -98
  888. package/source/components/_common/PropertySelector/PropertySelector.styl +139 -139
  889. package/source/components/_common/PropertySelector/PropertySelector.tsx +100 -100
  890. package/source/components/_common/PropertySelector/ProperySelector.story.js +83 -83
  891. package/source/components/_common/Radio/FormRadioGroup.story.js +28 -28
  892. package/source/components/_common/Radio/FormRadioGroup.story.styl +2 -2
  893. package/source/components/_common/Radio/FormRadioGroup.styl +22 -22
  894. package/source/components/_common/Radio/FormRadioGroup.tsx +52 -52
  895. package/source/components/_common/Radio/Radio.story.js +54 -54
  896. package/source/components/_common/Radio/Radio.styl +115 -115
  897. package/source/components/_common/Radio/Radio.tsx +141 -141
  898. package/source/components/_common/Radio/RadioGroup.story.js +90 -90
  899. package/source/components/_common/Radio/RadioGroup.story.styl +39 -39
  900. package/source/components/_common/Radio/RadioGroup.styl +5 -5
  901. package/source/components/_common/Radio/RadioGroup.tsx +65 -65
  902. package/source/components/_common/Range/Range.story.js +46 -46
  903. package/source/components/_common/Range/Range.story.styl +4 -4
  904. package/source/components/_common/Range/Range.styl +71 -71
  905. package/source/components/_common/Range/Range.tsx +69 -69
  906. package/source/components/_common/Skeleton/SkeletonItem.styl +80 -80
  907. package/source/components/_common/Skeleton/SkeletonItem.tsx +80 -80
  908. package/source/components/_common/Skeleton/SkeletonSearchItem.styl +123 -123
  909. package/source/components/_common/Skeleton/SkeletonSearchItem.tsx +92 -92
  910. package/source/components/_common/Slider/Slider.styl +2 -2
  911. package/source/components/_common/Slider/Slider.tsx +130 -130
  912. package/source/components/_common/SliderArrow/SliderArrow.story.js +18 -18
  913. package/source/components/_common/SliderArrow/SliderArrow.styl +32 -32
  914. package/source/components/_common/SliderArrow/SliderArrow.tsx +36 -36
  915. package/source/components/_common/StarButton/StarButton.styl +39 -39
  916. package/source/components/_common/StarButton/StarButton.tsx +31 -31
  917. package/source/components/_common/Tabs/TabPanel.tsx +28 -28
  918. package/source/components/_common/Tabs/Tabs.story.js +55 -55
  919. package/source/components/_common/Tabs/Tabs.styl +40 -40
  920. package/source/components/_common/Tabs/Tabs.tsx +44 -44
  921. package/source/components/_common/TextAreaField/TextAreaField.styl +47 -47
  922. package/source/components/_common/TextAreaField/TextAreaField.tsx +74 -74
  923. package/source/components/_common/TextField/FormTextField.story.js +21 -21
  924. package/source/components/_common/TextField/FormTextField.styl +35 -35
  925. package/source/components/_common/TextField/FormTextField.tsx +54 -54
  926. package/source/components/_common/TextField/TextField.styl +37 -37
  927. package/source/components/_common/TextField/TextField.tsx +77 -77
  928. package/source/components/_common/TimePicker/TimePicker.story.js +37 -37
  929. package/source/components/_common/TimePicker/TimePicker.styl +22 -20
  930. package/source/components/_common/TimePicker/TimePicker.tsx +146 -142
  931. package/source/components/_common/Tooltip/Tooltip.story.js +28 -28
  932. package/source/components/_common/Tooltip/Tooltip.styl +123 -123
  933. package/source/components/_common/Tooltip/Tooltip.tsx +62 -62
  934. package/source/components/_common/UserMenu/MaterialMenu.story.js +56 -56
  935. package/source/components/_common/UserMenu/MaterialMenu.styled.tsx +74 -73
  936. package/source/components/_common/UserMenu/MaterialMenu.tsx +95 -95
  937. package/source/components/_common/UserMenu/MaterialMenuItem.tsx +54 -54
  938. package/source/components/_common/Usp/Usp.styl +78 -78
  939. package/source/components/_common/Usp/Usp.tsx +30 -30
  940. package/source/components/_common/VehicleSlider/VehicleSlider.story.js +99 -99
  941. package/source/components/_common/VehicleSlider/VehicleSlider.styl +62 -62
  942. package/source/components/_common/VehicleSlider/VehicleSlider.tsx +125 -125
  943. package/source/components/_common/VehicleSlider/VehicleSliderForSRL.tsx +170 -170
  944. package/source/components/_common/withLabel/withLabel.story.js +62 -62
  945. package/source/components/_common/withLabel/withLabel.styl +33 -33
  946. package/source/components/_common/withLabel/withLabel.tsx +44 -44
  947. package/source/components/_common/withPopover/withPopover.story.js +48 -48
  948. package/source/components/_common/withPopover/withPopover.story.styl +53 -53
  949. package/source/components/_common/withPopover/withPopover.styl +3 -3
  950. package/source/components/_common/withPopover/withPopover.tsx +88 -88
  951. package/source/components/_common/withStats/withStats.story.js +75 -75
  952. package/source/components/_common/withStats/withStats.styl +150 -194
  953. package/source/components/_common/withStats/withStats.tsx +185 -176
  954. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.styl +55 -51
  955. package/source/components/containers/SearchPage/FiltersContainer/FiltersContainer.tsx +422 -422
  956. package/source/framework/DataTransformers.ts +80 -80
  957. package/source/framework/constants/RateSearchWidget.ts +15 -15
  958. package/source/framework/constants/Search.ts +290 -290
  959. package/source/framework/constants/SearchWidget.ts +108 -108
  960. package/source/framework/constants/app.ts +223 -223
  961. package/source/framework/constants/cars.ts +36 -36
  962. package/source/framework/constants/common.ts +31 -19
  963. package/source/framework/constants/data.ts +52 -52
  964. package/source/framework/constants/filters.ts +11 -11
  965. package/source/framework/constants/highlights.ts +165 -165
  966. package/source/framework/constants/price.ts +9 -9
  967. package/source/framework/constants/queryBuilder.ts +4 -4
  968. package/source/framework/constants/selectors.ts +38 -38
  969. package/source/framework/constants.ts +116 -116
  970. package/source/framework/data.ts +6 -6
  971. package/source/framework/factories/BreadcrumbsFactory.tsx +271 -260
  972. package/source/framework/factories/FactoryTypes.d.ts +30 -29
  973. package/source/framework/factories/FilterFactory.ts +364 -364
  974. package/source/framework/factories/ModalsFactory.tsx +11 -11
  975. package/source/framework/hooks/useModal.ts +13 -13
  976. package/source/framework/schemes/AggregationScheme.ts +73 -73
  977. package/source/framework/types/types.ts +336 -334
  978. package/source/framework/utils/CommonUtils.ts +563 -546
  979. package/source/framework/utils/CookieUtils.ts +61 -61
  980. package/source/framework/utils/DateUtils.ts +93 -93
  981. package/source/framework/utils/FiltersUtils.ts +234 -234
  982. package/source/framework/utils/RequestUtils.ts +20 -20
  983. package/source/framework/utils/StyledComponent.ts +2 -2
  984. package/source/framework/vehiclesProps/cbdSelectors.ts +117 -117
  985. package/source/framework/vehiclesProps/decoratedLightProps.tsx +345 -345
  986. package/source/framework/vehiclesProps/decoratedProps.tsx +1036 -1040
  987. package/source/framework/vehiclesProps/equipment.ts +128 -128
  988. package/source/framework/vehiclesProps/highlights.ts +54 -54
  989. package/source/framework/vehiclesProps/vehicleDetails.ts +329 -329
  990. package/source/globals.d.ts +18 -18
  991. package/source/locales/SearchDetailedPage.ts +205 -205
  992. package/source/locales/SearchPage.ts +224 -224
  993. package/source/locales/cbd.ts +719 -719
  994. package/source/locales/common.ts +109 -109
  995. package/source/locales/data.ts +1076 -1074
  996. package/source/locales/priceRating.ts +10 -10
  997. package/source/locales/sortingOptions.ts +21 -21
  998. package/source/theme/colors.styl +46 -46
  999. package/source/theme/mixins.styl +93 -93
  1000. package/source/theme/priceReviewColors.styl +12 -10
  1001. package/source/theme/selector_colors.styl +61 -61
  1002. package/source/theme/slider.global.styl +3 -3
  1003. package/source/theme/theme.styl +136 -136
  1004. package/tsconfig.json +63 -63
  1005. package/tslint.json +40 -40
  1006. package/utils.ts +33 -17
@@ -1,14 +1,9 @@
1
- <svg width="51" height="48" viewBox="0 0 51 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path d="M19.0948 31.0994C18.2213 30.9471 17.551 30.7033 17.1955 30.3986C17.0229 30.2463 16.637 30.033 16.3424 29.9416C15.9159 29.7994 15.6416 29.5963 15.0323 28.9869C12.7268 26.6408 12.1784 23.401 13.6002 20.4963C14.5651 18.5463 16.3729 17.0736 18.4854 16.515C19.369 16.2814 21.1565 16.2814 22.0198 16.515C22.5479 16.6572 23.137 16.6877 25.219 16.6877C27.6463 16.6877 27.8088 16.6979 28.4385 16.9314C29.312 17.2463 29.4338 17.2971 30.6221 17.8557C31.1807 18.1197 31.983 18.4955 32.3995 18.6885C33.1612 19.0439 34.1057 19.501 36.0049 20.4049C37.0002 20.8822 37.0409 20.8924 38.2901 20.9635C40.687 21.0853 42.3526 21.4611 43.9471 22.233C44.9932 22.7408 45.6432 23.3197 45.8057 23.8783C45.958 24.4268 45.9377 28.0525 45.7752 28.3572C45.7143 28.4893 45.4807 28.7432 45.2674 28.9158C44.912 29.2002 44.7901 29.2307 44.0487 29.2713L43.2159 29.3018L42.6776 29.901C41.8955 30.7642 41.2455 31.0486 40.0674 31.0486C39.3057 31.0486 39.0823 31.008 38.6963 30.815C38.1073 30.5002 37.4573 29.9517 37.2338 29.576L37.0612 29.2814H31.1502H25.2291L24.6807 29.6978C24.0002 30.2158 22.9135 30.7439 22.0909 30.9572C21.319 31.1603 19.8159 31.2314 19.0948 31.0994ZM22.3245 29.9619C23.3604 29.6064 24.0916 29.1393 24.8737 28.3572C25.6557 27.5752 26.1127 26.8541 26.4784 25.808C26.712 25.1682 26.7526 24.8939 26.7526 23.7971C26.7627 22.6596 26.7323 22.4463 26.4784 21.6947C25.7979 19.7143 24.3252 18.2416 22.3245 17.5205C21.6745 17.2869 21.4307 17.2564 20.2627 17.2564C19.0948 17.2564 18.851 17.2869 18.201 17.5205C17.1549 17.8963 16.4338 18.3533 15.6518 19.1353C14.8698 19.9174 14.4127 20.6385 14.037 21.6846C13.8034 22.3346 13.7729 22.5783 13.7729 23.7463C13.7729 24.9143 13.8034 25.158 14.037 25.808C14.4127 26.8541 14.8698 27.5752 15.6518 28.3572C16.6166 29.3221 17.7034 29.9111 19.044 30.1955C19.8057 30.3682 21.512 30.2361 22.3245 29.9619ZM41.2049 29.8197C41.7737 29.5557 42.2104 29.0072 42.4643 28.2658C42.6979 27.5752 42.6979 27.5752 42.5049 26.9557C42.2002 25.9502 41.4791 25.2494 40.626 25.1377C39.8643 25.0361 39.3463 25.0971 38.9401 25.3408C38.0768 25.8486 37.6502 26.5697 37.6401 27.5549C37.6401 28.1135 37.6807 28.3064 37.9448 28.7736C38.3002 29.4033 38.8995 29.8807 39.4784 30.0025C39.976 30.1041 40.7885 30.0228 41.2049 29.8197Z" fill="#757575"/>
4
- <path d="M25.6975 47.937C23.9106 47.795 21.7342 47.3585 20.097 46.8105C19.1486 46.4959 18.6794 45.7854 18.8691 44.9429C18.9789 44.4659 19.2883 44.131 19.8275 43.9179C20.2368 43.7555 20.2767 43.7656 21.285 44.06C23.5212 44.74 25.2383 44.9937 27.4545 44.9937C36.1199 44.9937 43.8169 39.5434 46.8618 31.2513C48.2693 27.4351 48.509 22.9084 47.5206 18.8993C46.0631 12.9822 42.0997 7.93791 36.7388 5.20762C33.5043 3.56341 30.5194 2.89356 26.8057 3.00518C24.2999 3.07623 22.4829 3.42131 20.3166 4.24346C13.3384 6.8925 8.29695 13.0735 7.04909 20.5232C6.95915 21.051 6.90931 21.4976 6.92927 21.5179C6.94922 21.5382 7.2387 21.0612 7.56819 20.4624C8.22706 19.2546 8.48666 18.9501 8.99573 18.808C9.9142 18.534 10.7827 19.2343 10.7827 20.2594C10.7827 20.6349 10.5631 21.1018 9.11555 23.7406C6.63969 28.2572 6.5699 28.3688 6.2005 28.6226C5.62145 29.0184 4.83282 28.8966 4.33368 28.3283C4.02415 27.9832 0.140694 20.8277 0.0608779 20.4827C-0.148786 19.4778 0.869456 18.5238 1.87777 18.7979C2.37691 18.9399 2.65647 19.2647 3.30541 20.4522C3.60482 21.0003 3.87444 21.4468 3.90433 21.4468C3.93431 21.4468 3.99417 21.183 4.03417 20.8683C4.52329 16.5548 6.59978 11.815 9.48494 8.41489C11.6912 5.81661 14.0073 3.97954 17.0221 2.46724C20.3665 0.782459 23.631 0.000976562 27.4046 0.000976562C31.2681 0.000976562 34.5226 0.762172 37.8869 2.46724C42.6588 4.87274 46.2527 8.52651 48.6188 13.378C49.8167 15.8342 50.5654 18.3614 50.9249 21.1931C51.0846 22.4821 51.0647 25.73 50.8849 27.0799C50.1861 32.246 47.9799 36.9148 44.4957 40.599C42.5191 42.6796 40.4726 44.202 37.8869 45.5012C34.1432 47.3992 29.8206 48.2517 25.6975 47.937Z" fill="#757575"/>
5
- <path d="M19.0928 31.0994C18.2193 30.9471 17.549 30.7033 17.1936 30.3986C17.0209 30.2463 16.635 30.033 16.3404 29.9416C15.9139 29.7994 15.6397 29.5963 15.0303 28.9869C12.7248 26.6408 12.1764 23.401 13.5983 20.4963C14.5631 18.5463 16.3709 17.0736 18.4834 16.515C19.367 16.2814 21.1545 16.2814 22.0178 16.515C22.5459 16.6572 23.135 16.6877 25.217 16.6877C27.7053 16.6877 27.7967 16.6979 28.4873 16.9518C28.8834 17.0939 29.2795 17.2361 29.3811 17.2666C29.4725 17.2971 29.5537 17.3682 29.5537 17.4189C29.5537 17.4697 29.5944 17.49 29.6451 17.4494C29.6959 17.4189 29.8076 17.4596 29.8889 17.5408C29.9701 17.6221 30.0615 17.6729 30.0819 17.6525C30.1022 17.6221 30.4779 17.7846 30.9045 18.008C31.3311 18.2213 31.6865 18.3736 31.6865 18.3432C31.6865 18.3127 31.7678 18.3533 31.8694 18.4346C32.042 18.5869 32.3365 18.7291 32.5904 18.7799C32.6717 18.79 32.7631 18.8408 32.7936 18.8916C32.824 18.9322 32.9053 18.983 32.9764 18.9932C33.0881 19.0135 33.9108 19.3994 36.3076 20.5471C37.0795 20.9228 37.1811 20.9432 38.3389 20.9838C40.5733 21.065 42.3404 21.4611 43.9451 22.233C44.9912 22.7408 45.6412 23.3197 45.8037 23.8783C45.9561 24.4268 45.9358 28.0525 45.7733 28.3572C45.7123 28.4893 45.4787 28.7432 45.2654 28.9158C44.91 29.2002 44.7881 29.2307 44.0467 29.2713L43.2139 29.3018L42.6756 29.901C41.8936 30.7642 41.2436 31.0486 40.0654 31.0486C39.3037 31.0486 39.0803 31.008 38.6944 30.815C38.1053 30.5002 37.4553 29.9517 37.2319 29.576L37.0592 29.2814H31.1483H25.2272L24.6787 29.6978C23.9983 30.2158 22.9115 30.7439 22.0889 30.9572C21.317 31.1603 19.8139 31.2314 19.0928 31.0994ZM22.3225 29.9619C23.3584 29.6064 24.0897 29.1393 24.8717 28.3572C25.6537 27.5752 26.1108 26.8541 26.4764 25.808C26.71 25.1682 26.7506 24.8939 26.7506 23.7971C26.7608 22.6596 26.7303 22.4463 26.4764 21.6947C25.7959 19.7143 24.3233 18.2416 22.3225 17.5205C21.6725 17.2869 21.4287 17.2564 20.2608 17.2564C19.0928 17.2564 18.849 17.2869 18.199 17.5205C17.1529 17.8963 16.4318 18.3533 15.6498 19.1353C14.8678 19.9174 14.4108 20.6385 14.035 21.6846C13.8014 22.3346 13.7709 22.5783 13.7709 23.7463C13.7709 24.9143 13.8014 25.158 14.035 25.808C14.4108 26.8541 14.8678 27.5752 15.6498 28.3572C16.6147 29.3221 17.7014 29.9111 19.042 30.1955C19.8037 30.3682 21.51 30.2361 22.3225 29.9619ZM41.2029 29.8197C41.7717 29.5557 42.2084 29.0072 42.4623 28.2658C42.6959 27.5752 42.6959 27.5752 42.5029 26.9557C42.1983 25.9502 41.4772 25.2494 40.624 25.1377C39.8623 25.0361 39.3444 25.0971 38.9381 25.3408C38.0748 25.8486 37.6483 26.5697 37.6381 27.5549C37.6381 28.1135 37.6787 28.3064 37.9428 28.7736C38.2983 29.4033 38.8975 29.8807 39.4764 30.0025C39.974 30.1041 40.7865 30.0228 41.2029 29.8197Z" fill="#757575"/>
6
- <path d="M19.9054 27.26C19.1742 27.0366 18.3414 26.2749 18.0164 25.5335C17.8437 25.1475 17.8031 25.1171 17.4273 25.1171C16.9093 25.1069 16.625 24.9139 16.6757 24.5889C16.696 24.396 16.7773 24.3553 17.1429 24.3249L17.5695 24.2944V23.8374C17.5695 23.5936 17.5796 23.36 17.6 23.3194C17.6101 23.2686 17.5085 23.228 17.3664 23.2077C16.7265 23.1366 16.6453 23.0858 16.6757 22.8014C16.7062 22.5475 16.7468 22.5272 17.2445 22.4968C17.7726 22.4663 17.7828 22.4561 17.996 21.9889C18.3312 21.278 19.1437 20.5163 19.7937 20.2928C21.0531 19.8764 22.9929 20.5468 22.4445 21.2069C22.3023 21.3796 21.9773 21.41 21.8859 21.2678C21.8554 21.2171 21.6015 21.0952 21.3273 21.0038C20.8804 20.8514 20.7484 20.8514 20.3015 20.9632C19.7429 21.1053 19.0726 21.6132 18.839 22.0803C18.7578 22.2327 18.6867 22.385 18.6867 22.4257C18.6867 22.4561 19.2046 22.4764 19.8445 22.4764C20.8906 22.4764 21.0125 22.4968 21.0734 22.6694C21.1039 22.771 21.1039 22.9335 21.0632 23.0249C21.0125 23.1671 20.8093 23.1874 19.6921 23.1874H18.382V23.746V24.3046H19.4484C20.4031 24.3046 20.5148 24.3249 20.6164 24.5077C20.6976 24.66 20.6773 24.7514 20.5148 24.9139C20.3421 25.0866 20.1796 25.1171 19.4992 25.1171H18.6765L18.8289 25.4014C19.357 26.4069 20.6671 26.8233 21.7132 26.3257L22.1601 26.1022L22.3734 26.3257C22.6679 26.6202 22.5257 26.8335 21.825 27.1178C21.2664 27.3514 20.4132 27.4124 19.9054 27.26Z" fill="#757575"/>
7
- <path d="M39.3555 28.2659C39.1219 28.0221 39.0508 27.8596 39.0508 27.5346C39.0508 27.1893 39.1117 27.0776 39.4063 26.8338C40.2594 26.1128 41.3766 26.8542 41.0313 27.9104C40.8789 28.3674 40.5844 28.5706 40.0664 28.5706C39.7313 28.5706 39.5891 28.5096 39.3555 28.2659Z" fill="#757575"/>
8
- </g>
9
- <defs>
10
- <clipPath id="clip0">
11
- <rect width="51" height="48" fill="white"/>
12
- </clipPath>
13
- </defs>
14
- </svg>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.92942 20.331C8.53991 20.3098 8.207 20.6084 8.18582 20.9979C8.05163 23.4663 8.19731 25.7843 8.39189 27.5187C8.53509 28.7951 9.62923 29.7049 10.8755 29.7049H11.3481C12.4872 29.7049 13.4385 28.9008 13.6654 27.8293H20.0871C20.4771 27.8293 20.7934 27.5131 20.7934 27.123C20.7934 26.733 20.4771 26.4167 20.0871 26.4167H13.2236C12.7159 26.4167 12.3042 26.8284 12.3042 27.3362C12.3042 27.8642 11.8762 28.2923 11.3481 28.2923H10.8755C10.3099 28.2923 9.85447 27.8852 9.79568 27.3612C9.60734 25.6824 9.46745 23.4454 9.59634 21.0746C9.61751 20.685 9.31892 20.3521 8.92942 20.331Z" fill="#616376"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3344 8.79187C17.3344 8.40179 17.6507 8.08557 18.0407 8.08557L24.5075 8.08557C25.4796 8.08557 26.2314 8.14283 26.7841 8.42121C27.426 8.74452 27.682 9.29357 27.8622 9.85066L27.8734 9.88533L27.881 9.92096L29.1772 16.0075C30.181 19.6356 29.9847 24.5343 29.666 27.5153C29.5291 28.7955 28.4346 29.7047 27.1886 29.7047H26.716C25.5769 29.7047 24.6256 28.9007 24.3987 27.8292H17.977C17.5869 27.8292 17.2707 27.513 17.2707 27.1229C17.2707 26.7328 17.5869 26.4166 17.977 26.4166H24.8404C25.3482 26.4166 25.7599 26.8282 25.7599 27.336C25.7599 27.8641 26.1879 28.2921 26.716 28.2921H27.1886C27.7544 28.2921 28.2057 27.8865 28.2614 27.3651C28.5771 24.4124 28.7456 19.7244 27.8104 16.365L27.8046 16.344L27.8001 16.3227L26.5072 10.252C26.3673 9.83021 26.2702 9.74405 26.1486 9.68282C25.9347 9.57507 25.5082 9.49817 24.5075 9.49817H18.0407C17.6507 9.49817 17.3344 9.18195 17.3344 8.79187Z" fill="#616376"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3951 17.3851C22.3807 17.3506 25.3623 16.9025 28.249 16.0397L28.6535 17.3931C25.3962 18.3667 22.0236 18.8345 18.6553 18.7978C18.6552 18.5275 19.0701 18.032 19.3951 17.3851Z" fill="#616376"/>
5
+ <path d="M26.8124 21.2589C26.8124 22.0234 26.1927 22.6432 25.4282 22.6432C24.6637 22.6432 24.0439 22.0234 24.0439 21.2589C24.0439 20.4944 24.6637 19.8747 25.4282 19.8747C26.1927 19.8747 26.8124 20.4944 26.8124 21.2589Z" fill="#616376"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.801 15.4174C21.0269 13.6729 20.684 11.902 19.8233 10.3678C18.9626 8.83364 17.63 7.61803 16.0234 6.90154C14.9982 6.44433 13.8963 6.20593 12.7871 6.19325C12.8376 6.13553 12.8852 6.08095 12.93 6.02964C13.0867 5.84983 13.2077 5.71001 13.2897 5.61495L13.383 5.5065L13.4147 5.46946C13.668 5.17282 13.6335 4.72627 13.3369 4.47296C13.0402 4.21965 12.5944 4.25478 12.3411 4.55143L12.3109 4.58665L12.2199 4.69244C12.1395 4.7857 12.0201 4.92362 11.8651 5.10145C11.5551 5.45712 11.1025 5.97239 10.5333 6.60928C10.2762 6.89692 10.2975 7.33761 10.5811 7.59913C11.0785 8.05781 11.6058 8.54456 12.0087 8.91667L12.6893 9.54538L13.1695 9.02739L13.6488 8.50864L12.9671 7.8789C12.8743 7.79322 12.7749 7.70146 12.6708 7.60536C13.6221 7.60214 14.5692 7.7997 15.448 8.19166C16.777 8.78434 17.8794 9.78989 18.5913 11.059C19.3033 12.328 19.587 13.7929 19.4001 15.236C19.2133 16.6791 18.5659 18.0234 17.5542 19.0693C16.5424 20.1152 15.2203 20.8069 13.7842 21.0415C12.3481 21.2762 10.8747 21.0413 9.58265 20.3719C8.29064 19.7024 7.24904 18.6341 6.61257 17.3255C5.97609 16.0169 5.7787 14.538 6.0497 13.1083C6.12235 12.725 5.87055 12.3554 5.4873 12.2828C5.10404 12.2101 4.73446 12.4619 4.66182 12.8452C4.3342 14.5735 4.57283 16.3614 5.34226 17.9434C6.11169 19.5253 7.37087 20.8168 8.93277 21.6261C10.4947 22.4354 12.2759 22.7193 14.012 22.4356C15.7481 22.1519 17.3464 21.3158 18.5695 20.0515C19.7925 18.7871 20.5751 17.162 20.801 15.4174ZM13.1695 9.02739L13.6488 8.50864C13.9353 8.77338 13.9529 9.22025 13.6882 9.50674C13.4235 9.79322 12.9758 9.81011 12.6893 9.54538L13.1695 9.02739Z" fill="#616376"/>
7
+ <path d="M9.87685 17.9721C9.68002 17.9721 9.51833 17.9123 9.3918 17.7928C9.26526 17.6663 9.20199 17.5117 9.20199 17.3289V12.0144L9.34962 12.2464L8.57986 12.8158C8.48145 12.8931 8.35843 12.9318 8.2108 12.9318C8.04209 12.9318 7.89446 12.8685 7.76793 12.742C7.64139 12.6154 7.57812 12.4643 7.57812 12.2886C7.57812 12.0636 7.68709 11.8808 7.90501 11.7402L9.42343 10.728C9.49373 10.6788 9.57105 10.6436 9.65541 10.6225C9.7468 10.6014 9.83115 10.5909 9.90848 10.5909C10.1123 10.5909 10.274 10.6541 10.3935 10.7807C10.513 10.9002 10.5728 11.0513 10.5728 11.2341V17.3289C10.5728 17.5117 10.506 17.6663 10.3724 17.7928C10.2459 17.9123 10.0807 17.9721 9.87685 17.9721Z" fill="#616376"/>
8
+ <path d="M15.5675 17.9721C15.3917 17.9721 15.2441 17.9123 15.1246 17.7928C15.0051 17.6663 14.9453 17.5117 14.9453 17.3289V12.3729L15.1668 12.4256L13.1317 14.9458L13.0789 14.8087H16.8117C16.9804 14.8087 17.121 14.865 17.2335 14.9774C17.346 15.0899 17.4022 15.2305 17.4022 15.3992C17.4022 15.5609 17.346 15.698 17.2335 15.8105C17.121 15.9159 16.9804 15.9686 16.8117 15.9686H12.2037C12.0561 15.9686 11.912 15.9089 11.7714 15.7894C11.6379 15.6699 11.5711 15.5222 11.5711 15.3465C11.5711 15.1918 11.6238 15.0512 11.7292 14.9247L15.0613 10.844C15.1176 10.7666 15.1914 10.7069 15.2828 10.6647C15.3742 10.6155 15.4761 10.5909 15.5886 10.5909C15.7713 10.5909 15.919 10.6541 16.0314 10.7807C16.1509 10.9002 16.2107 11.0513 16.2107 11.2341V17.3289C16.2107 17.5117 16.1474 17.6663 16.0209 17.7928C15.9014 17.9123 15.7502 17.9721 15.5675 17.9721Z" fill="#616376"/>
9
+ </svg>
@@ -1,9 +1,9 @@
1
- <svg width="86" height="86" viewBox="0 0 86 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M82 42C82 64.0914 64.0914 82 42 82C19.9086 82 2 64.0914 2 42C2 19.9086 19.9086 2 42 2C64.0914 2 82 19.9086 82 42Z" fill="#6B6B6B"/>
3
- <path d="M82.04 42.0391C82.04 64.1305 64.1314 82.0391 42.04 82.0391C19.9486 82.0391 2.04004 64.1305 2.04004 42.0391C2.04004 19.9477 19.9486 2.03906 42.04 2.03906C64.1314 2.03906 82.04 19.9477 82.04 42.0391Z" fill="#6B6B6B"/>
4
- <path d="M80.0801 41.9999C80.0801 63.0309 63.0311 80.0799 42.0001 80.0799V83.9199C65.1519 83.9199 83.9201 65.1517 83.9201 41.9999H80.0801ZM42.0001 80.0799C20.9691 80.0799 3.92008 63.0309 3.92008 41.9999H0.0800781C0.0800781 65.1517 18.8483 83.9199 42.0001 83.9199V80.0799ZM3.92008 41.9999C3.92008 20.9689 20.9691 3.91992 42.0001 3.91992V0.0799255C18.8483 0.0799255 0.0800781 18.8481 0.0800781 41.9999H3.92008ZM42.0001 3.91992C63.0311 3.91992 80.0801 20.9689 80.0801 41.9999H83.9201C83.9201 18.8481 65.1519 0.0799255 42.0001 0.0799255V3.91992ZM80.1196 42.039C80.1196 63.07 63.0706 80.119 42.0396 80.119V83.959C65.1914 83.959 83.9596 65.1908 83.9596 42.039H80.1196ZM42.0396 80.119C21.0086 80.119 3.95963 63.07 3.95963 42.039H0.119629C0.119629 65.1908 18.8879 83.959 42.0396 83.959V80.119ZM3.95963 42.039C3.95963 21.008 21.0086 3.95898 42.0396 3.95898V0.118988C18.8879 0.118988 0.119629 18.8872 0.119629 42.039H3.95963ZM42.0396 3.95898C63.0706 3.95898 80.1196 21.008 80.1196 42.039H83.9596C83.9596 18.8872 65.1914 0.118988 42.0396 0.118988V3.95898Z" fill="#A7A7A7"/>
5
- <path d="M26.4614 54.3928C24.7509 54.087 22.6665 53.2713 21.2505 52.3311C18.0446 50.2241 15.881 46.837 15.3825 43.1327C15.2239 41.9545 15.3146 38.7147 15.5185 38.3862C15.5524 38.3409 15.5978 38.1823 15.6317 38.0237C15.847 36.8569 16.9118 34.5459 17.7614 33.3905C18.8942 31.8498 20.8767 30.1733 22.5759 29.3237C25.5665 27.8284 29.2481 27.5338 32.4653 28.5307C35.9431 29.6182 38.7638 32.0084 40.395 35.2483C40.9161 36.3018 41.2899 37.31 41.4146 38.0577C41.4259 38.103 41.5052 38.4088 41.5845 38.726C41.7771 39.4397 41.7997 42.8268 41.6298 43.5858C41.5618 43.869 41.4825 44.2202 41.4599 44.3787C41.2446 45.5002 40.3837 47.4147 39.5001 48.7287C39.0243 49.4424 37.6196 50.9717 36.8493 51.5948C35.6712 52.569 33.4962 53.6678 31.9556 54.0756C31.5817 54.1662 31.1739 54.2795 31.0493 54.3135C30.7661 54.3928 26.8353 54.4608 26.4614 54.3928ZM31.8083 48.4569C32.3067 48.3209 32.9071 48.0944 33.145 47.9471C33.4962 47.7205 33.5642 47.6299 33.5302 47.358C33.5075 47.1768 33.4169 46.8823 33.3149 46.6897C33.2243 46.5084 33.145 46.3045 33.145 46.2366C33.145 46.1686 33.0204 45.976 32.8618 45.7948C32.5333 45.4549 32.2274 45.4436 30.936 45.7834C29.7806 46.0893 28.0927 45.9873 27.2771 45.5569C26.8013 45.3077 25.9856 44.458 25.7704 43.9823L25.5665 43.5291L27.2544 43.4725C28.4212 43.4385 28.9876 43.3705 29.0896 43.2686C29.1689 43.1893 29.2481 42.8155 29.2595 42.419C29.2821 41.4674 29.2368 41.4448 26.9939 41.4334H25.204L25.238 41.0709L25.272 40.6971L27.1638 40.6405C28.1946 40.6065 29.0896 40.5385 29.1462 40.4932C29.1915 40.4366 29.2481 40.0741 29.2595 39.6662C29.2935 38.6127 29.2708 38.6014 27.2997 38.6014H25.6571L25.861 38.2502C26.1896 37.6838 26.8919 37.0381 27.4583 36.7662C28.1606 36.4491 29.7919 36.3924 30.936 36.653C31.3778 36.7436 31.9556 36.8342 32.2274 36.8342C32.7146 36.8455 32.7485 36.8229 33.0657 36.2791C33.3149 35.86 33.4169 35.5655 33.4169 35.1577C33.4282 34.6252 33.4169 34.5912 32.9751 34.3534C31.9216 33.7983 29.9165 33.5377 28.2513 33.753C27.0165 33.9116 25.8044 34.444 24.9888 35.1803C24.8302 35.3162 24.6716 35.4295 24.6376 35.4295C24.6036 35.4295 24.3317 35.7354 24.0372 36.1092C23.5161 36.7662 22.8364 38.0803 22.8364 38.4315C22.8364 38.5674 22.6665 38.6014 21.9642 38.6014C21.4771 38.6014 21.0126 38.6467 20.9333 38.7034C20.7181 38.8393 20.5821 39.553 20.6841 40.0287C20.7974 40.5385 20.82 40.5612 21.2731 40.5838C22.4626 40.6405 22.3833 40.6065 22.3833 41.037V41.4334H21.6583C20.7747 41.4334 20.6728 41.5467 20.6614 42.3963C20.6501 43.2686 20.7974 43.4045 21.8735 43.4498C22.7118 43.4952 22.7118 43.4952 22.7911 43.8577C22.8251 44.0502 22.9044 44.2655 22.9497 44.3221C22.995 44.3901 23.0856 44.594 23.1423 44.7752C23.3349 45.353 24.0259 46.3272 24.6716 46.9389C25.2833 47.528 26.2462 48.083 27.1978 48.4002C28.3759 48.808 30.3356 48.8307 31.8083 48.4569Z" fill="white"/>
6
- <path d="M61.7258 52.6033C60.7742 52.3654 59.8906 51.867 59.1883 51.1533C58.8258 50.7908 58.4973 50.3943 58.4633 50.2697C58.3953 50.0432 58.248 50.0432 48.7437 50.0432H39.1035L39.4547 49.6807C39.6359 49.4768 39.9305 49.1143 40.1117 48.8877L40.4176 48.4572H49.0496H57.6703V47.4377V46.4182H57.0133C56.4695 46.4182 56.3109 46.3728 56.0844 46.135C55.7445 45.8064 55.7219 45.3646 56.0277 45.0588C56.2203 44.8662 56.4016 44.8322 57.2512 44.8322H58.2367L58.7465 44.1865C59.3695 43.3936 60.1852 42.7592 61.0121 42.4307C61.5332 42.2154 61.8617 42.1701 62.9945 42.1701C64.2973 42.1701 64.3879 42.1814 65.1355 42.5439C66.0984 42.9971 66.7441 43.5182 67.2992 44.2658L67.7184 44.8322H69.0098H70.3012V43.8127V42.7932H69.2363C68.0695 42.7932 67.7637 42.6686 67.6391 42.1135C67.5484 41.7283 67.9449 41.2072 68.3301 41.2072C68.8059 41.2072 68.6246 41.026 67.7977 40.6521C66.7895 40.199 65.3848 39.7912 63.7875 39.4854C62.5867 39.2475 62.1676 39.2361 52.55 39.2021L42.5473 39.1568L42.5359 38.9076C42.5359 38.7717 42.4453 38.3072 42.332 37.8768C42.2074 37.3896 42.1734 37.1631 42.2641 37.2764C42.3887 37.4576 42.8984 37.4689 48.4832 37.4463L54.5664 37.4123L50.341 35.4412C44.7789 32.8471 44.9828 32.915 42.1508 32.8471L39.8852 32.8018L39.0469 31.9521L38.1973 31.1025L41.1426 31.1592C44.1445 31.2271 44.7902 31.3064 46.1723 31.7822C46.5121 31.9068 49.4234 33.2322 52.6406 34.7275L58.4859 37.4576L60.6949 37.5709C64.3879 37.7748 66.5516 38.2506 68.8852 39.3947C70.4937 40.1877 71.0715 40.6521 71.5473 41.5924L71.9437 42.374V45.2174C71.9437 47.9135 71.9324 48.0834 71.7059 48.5139C71.5699 48.7631 71.3094 49.1143 71.1395 49.2955C70.5617 49.8619 70.2219 49.9752 68.8625 50.0205C68.1602 50.0432 67.5824 50.1111 67.5824 50.1678C67.5824 50.2131 67.2766 50.5869 66.9027 50.9834C65.532 52.4561 63.6062 53.0564 61.7258 52.6033ZM64.6031 50.7115C65.9965 50.0432 66.7441 48.7631 66.6535 47.2111C66.5402 45.2967 65.1469 43.858 63.2664 43.7221C60.5703 43.5295 58.6219 46.0783 59.4828 48.6725C59.6867 49.2955 60.4457 50.2244 61.0574 50.5982C62.0996 51.2439 63.4363 51.2893 64.6031 50.7115ZM70.0293 48.0721C70.2445 47.8228 70.3012 47.6416 70.3012 47.0865V46.4182H69.293H68.2848V47.449V48.4799L69.0324 48.4346C69.6668 48.3893 69.8027 48.3439 70.0293 48.0721Z" fill="white"/>
7
- <path d="M62.3149 48.9784C61.8391 48.7745 61.3746 48.1967 61.284 47.7096C61.1707 47.1092 61.4992 46.3616 62.043 45.9991C62.4168 45.7499 62.5754 45.7159 63.1192 45.7612C63.6516 45.8065 63.8102 45.8745 64.15 46.2143C65.4641 47.5397 64.0141 49.726 62.3149 48.9784Z" fill="white"/>
8
- <path d="M41.6638 46.282C41.6864 46.2027 41.7997 45.8402 41.913 45.4891L42.1396 44.832H47.7583C53.0712 44.832 53.3997 44.8434 53.5696 45.0359C53.7622 45.2512 53.8189 45.8063 53.6716 46.0328C53.4337 46.3953 53.0825 46.418 47.3618 46.418C42.8306 46.418 41.6298 46.384 41.6638 46.282Z" fill="white"/>
9
- </svg>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.47579 19.92C9.08636 19.8975 8.75243 20.195 8.72994 20.5844C8.58403 23.1107 8.73078 25.664 8.92849 27.5139C9.06522 28.7933 10.1592 29.7051 11.4061 29.7051H11.8787C13.0178 29.7051 13.9691 28.901 14.196 27.8296H20.6177C21.0077 27.8296 21.324 27.5133 21.324 27.1233C21.324 26.7332 21.0077 26.417 20.6177 26.417H13.7542C13.2465 26.417 12.8348 26.8286 12.8348 27.3364C12.8348 27.8644 12.4068 28.2925 11.8787 28.2925H11.4061C10.8411 28.2925 10.3889 27.886 10.3331 27.3638C10.141 25.5666 9.99995 23.0939 10.1402 20.6659C10.1627 20.2764 9.86522 19.9425 9.47579 19.92Z" fill="#616376"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.0981 8.79187C21.0981 8.40179 21.4143 8.08557 21.8044 8.08557L25.0378 8.08557C26.0098 8.08557 26.7616 8.14283 27.3143 8.42121C27.9563 8.74452 28.2122 9.29357 28.3925 9.85066L28.4037 9.88533L28.4113 9.92096L29.7075 16.0075C30.7113 19.6356 30.515 24.5343 30.1963 27.5153C30.0594 28.7955 28.9649 29.7047 27.7189 29.7047H27.2462C26.1072 29.7047 25.1559 28.9007 24.929 27.8292H18.5073C18.1172 27.8292 17.801 27.513 17.801 27.1229C17.801 26.7328 18.1172 26.4166 18.5073 26.4166H25.3707C25.8785 26.4166 26.2901 26.8282 26.2901 27.336C26.2901 27.8641 26.7182 28.2921 27.2462 28.2921H27.7189C28.2847 28.2921 28.736 27.8865 28.7917 27.3651C29.1074 24.4124 29.2758 19.7244 28.3407 16.365L28.3349 16.344L28.3303 16.3227L27.0375 10.252C26.8976 9.83021 26.8005 9.74405 26.6789 9.68282C26.465 9.57507 26.0385 9.49817 25.0378 9.49817H21.8044C21.4143 9.49817 21.0981 9.18195 21.0981 8.79187Z" fill="#616376"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.6406 17.3197C24.0501 17.1636 26.4456 16.7372 28.7791 16.0397L29.1837 17.3931C26.4534 18.2092 23.6422 18.6698 20.8203 18.776C20.8203 18.2227 21.6406 17.7676 21.6406 17.3197Z" fill="#616376"/>
5
+ <path d="M27.3437 21.2589C27.3437 22.0234 26.7239 22.6432 25.9594 22.6432C25.1949 22.6432 24.5752 22.0234 24.5752 21.2589C24.5752 20.4944 25.1949 19.8747 25.9594 19.8747C26.7239 19.8747 27.3437 20.4944 27.3437 21.2589Z" fill="#616376"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.3061 21.2592C18.5922 21.2592 22.0667 17.7846 22.0667 13.4985C22.0667 9.21242 18.5922 5.73785 14.3061 5.73785C10.02 5.73785 6.54541 9.21242 6.54541 13.4985C6.54541 17.7846 10.02 21.2592 14.3061 21.2592ZM14.3061 22.6718C19.3723 22.6718 23.4793 18.5648 23.4793 13.4985C23.4793 8.43227 19.3723 4.32526 14.3061 4.32526C9.23982 4.32526 5.13281 8.43227 5.13281 13.4985C5.13281 18.5648 9.23982 22.6718 14.3061 22.6718Z" fill="#616376"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.4028 8.96457C13.1983 8.5481 14.0934 8.35959 14.9893 8.41987C15.8851 8.48014 16.7469 8.78686 17.4794 9.30614C17.7976 9.53174 17.8727 9.97259 17.6471 10.2908C17.4215 10.609 16.9807 10.6841 16.6625 10.4585C16.1424 10.0898 15.5305 9.87207 14.8944 9.82928C14.2583 9.78648 13.6228 9.92032 13.058 10.216C12.4932 10.5117 12.0212 10.9578 11.6939 11.5049C11.3667 12.052 11.1971 12.679 11.2038 13.3165C11.2105 13.9539 11.3933 14.5772 11.7319 15.1173C12.0706 15.6574 12.5519 16.0935 13.1228 16.3772C13.6937 16.661 14.3319 16.7814 14.9669 16.7253C15.602 16.6691 16.2091 16.4385 16.7213 16.059C17.0348 15.8267 17.4771 15.8926 17.7093 16.206C17.9416 16.5194 17.8758 16.9617 17.5623 17.1939C16.8409 17.7285 15.9858 18.0533 15.0914 18.1324C14.197 18.2115 13.2981 18.0418 12.494 17.6422C11.69 17.2425 11.0121 16.6284 10.5351 15.8677C10.0581 15.1069 9.80072 14.2292 9.79128 13.3313C9.78185 12.4335 10.0207 11.5505 10.4816 10.7799C10.9425 10.0093 11.6073 9.38104 12.4028 8.96457Z" fill="#616376"/>
8
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.26367 12.2328C8.26367 11.8428 8.57989 11.5266 8.96997 11.5266H14.1485C14.5386 11.5266 14.8548 11.8428 14.8548 12.2328C14.8548 12.6229 14.5386 12.9391 14.1485 12.9391H8.96997C8.57989 12.9391 8.26367 12.6229 8.26367 12.2328ZM8.26367 14.3602C8.26367 13.9702 8.57989 13.6539 8.96997 13.6539H14.1485C14.5386 13.6539 14.8548 13.9702 14.8548 14.3602C14.8548 14.7503 14.5386 15.0665 14.1485 15.0665H8.96997C8.57989 15.0665 8.26367 14.7503 8.26367 14.3602Z" fill="#616376"/>
9
+ </svg>
@@ -1,7 +1,8 @@
1
- <svg width="86" height="86" viewBox="0 0 86 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M82 42C82 64.0914 64.0914 82 42 82C19.9086 82 2 64.0914 2 42C2 19.9086 19.9086 2 42 2C64.0914 2 82 19.9086 82 42Z" fill="#6B6B6B"/>
3
- <path d="M82.04 42.0391C82.04 64.1305 64.1314 82.0391 42.04 82.0391C19.9486 82.0391 2.04004 64.1305 2.04004 42.0391C2.04004 19.9477 19.9486 2.03906 42.04 2.03906C64.1314 2.03906 82.04 19.9477 82.04 42.0391Z" fill="#6B6B6B"/>
4
- <path d="M80.0801 41.9999C80.0801 63.0309 63.0311 80.0799 42.0001 80.0799V83.9199C65.1519 83.9199 83.9201 65.1517 83.9201 41.9999H80.0801ZM42.0001 80.0799C20.9691 80.0799 3.92008 63.0309 3.92008 41.9999H0.0800781C0.0800781 65.1517 18.8483 83.9199 42.0001 83.9199V80.0799ZM3.92008 41.9999C3.92008 20.9689 20.9691 3.91992 42.0001 3.91992V0.0799255C18.8483 0.0799255 0.0800781 18.8481 0.0800781 41.9999H3.92008ZM42.0001 3.91992C63.0311 3.91992 80.0801 20.9689 80.0801 41.9999H83.9201C83.9201 18.8481 65.1519 0.0799255 42.0001 0.0799255V3.91992ZM80.1196 42.039C80.1196 63.07 63.0706 80.119 42.0396 80.119V83.959C65.1914 83.959 83.9596 65.1908 83.9596 42.039H80.1196ZM42.0396 80.119C21.0086 80.119 3.95963 63.07 3.95963 42.039H0.119629C0.119629 65.1908 18.8879 83.959 42.0396 83.959V80.119ZM3.95963 42.039C3.95963 21.008 21.0086 3.95898 42.0396 3.95898V0.118988C18.8879 0.118988 0.119629 18.8872 0.119629 42.039H3.95963ZM42.0396 3.95898C63.0706 3.95898 80.1196 21.008 80.1196 42.039H83.9596C83.9596 18.8872 65.1914 0.118988 42.0396 0.118988V3.95898Z" fill="#A7A7A7"/>
5
- <path d="M41.1996 69.9661C40.3986 69.8118 38.7279 69.2975 38.0814 69.0061C37.9269 68.9318 37.618 68.8061 37.3948 68.7261C36.9486 68.5547 35.6956 67.9318 35.0033 67.5433C34.2366 67.109 32.3943 65.8633 31.7021 65.3147C29.1446 63.2861 26.9132 60.709 25.1225 57.7147C24.6991 57.0004 23.9496 55.6118 23.8924 55.429C23.8695 55.349 23.7779 55.1604 23.6921 55.0004C23.6063 54.8461 23.3774 54.3547 23.1886 53.9147C22.3132 51.8804 21.455 49.2461 21.0603 47.3718C20.2707 43.6404 20.059 42.1718 19.7958 38.6004C19.6986 37.3147 19.6585 26.1718 19.7443 25.6518C19.8931 24.7718 20.6026 23.7833 21.4093 23.3261C22.0501 22.9604 22.3991 22.9147 24.4302 22.9147C26.8274 22.9204 28.3322 22.8061 30.0428 22.509C31.8737 22.189 33.0466 21.8175 34.1222 21.2233C35.9988 20.1833 37.0172 19.4004 39.4603 17.1375C40.2098 16.4404 40.8906 16.189 41.8861 16.2461C42.7958 16.2975 43.471 16.6004 44.2033 17.269C44.3292 17.389 44.4493 17.4861 44.4665 17.4861C44.5008 17.4861 45.0558 17.9318 45.6108 18.4061C46.469 19.1433 48.2254 20.3833 49.2095 20.949C49.4784 21.1033 49.7073 21.2404 49.7244 21.2633C49.8503 21.4233 51.3035 21.9947 52.1045 22.1947C54.0727 22.6918 56.2697 22.9147 59.1533 22.9147C61.2187 22.9147 61.4705 22.9433 62.1113 23.2747C62.5976 23.5261 63.2613 24.2061 63.5302 24.7261C63.9192 25.4747 63.9135 25.349 63.9135 31.0004C63.9135 35.8347 63.8734 37.629 63.7419 39.3718C63.2555 45.6118 61.9568 50.749 59.714 55.3433C57.6657 59.5261 54.8222 63.0518 51.4466 65.589C50.6227 66.2118 49.2782 67.1033 48.8548 67.3204C48.6774 67.4118 48.4371 67.549 48.3113 67.629C48.0309 67.8233 46.6006 68.5204 46.1142 68.7033C45.9083 68.7833 45.5993 68.909 45.422 68.989C44.9757 69.1947 43.8772 69.5604 43.0876 69.7718C42.4468 69.9433 41.56 70.0347 41.1996 69.9661ZM42.218 66.5147C42.6585 66.4061 43.4137 66.1547 44.2605 65.8404C45.2389 65.4804 47.1841 64.4347 48.2369 63.6975C48.5973 63.4461 49.0093 63.1604 49.1523 63.069C49.2953 62.9718 49.4498 62.8518 49.4956 62.8004C49.5414 62.749 49.7874 62.5433 50.0391 62.3375C51.0747 61.509 53.2317 59.2633 53.8725 58.3375C53.9926 58.1661 54.2215 57.8518 54.3874 57.629C55.6289 55.9547 57.105 53.1204 57.9518 50.8004C59.4794 46.6004 60.2747 42.1547 60.4807 36.6575C60.5093 35.8118 60.5379 33.1204 60.5379 30.6861V26.2575L58.8043 26.2518C54.9595 26.2461 51.3322 25.709 49.4956 24.8747C49.3239 24.7947 49.0093 24.6575 48.8033 24.5718C48.3856 24.4061 47.207 23.7718 46.8123 23.509C46.6749 23.4175 46.4575 23.2804 46.3259 23.2118C45.5421 22.7661 43.4481 21.1547 42.2409 20.069L41.7088 19.589L41.211 20.069C40.2384 21.0118 38.1215 22.7033 37.3834 23.1204C37.2346 23.2061 37.0573 23.3204 36.9943 23.3718C36.5137 23.7775 34.3396 24.8575 33.3212 25.1947C31.3073 25.869 26.9361 26.3718 24.0526 26.2633L23.0627 26.2233V30.6975C23.0627 37.7147 23.2001 40.0918 23.8123 43.8004C24.0697 45.3775 24.1727 45.8518 24.556 47.3147C25.0938 49.3775 25.6946 51.109 26.5242 52.9718C26.9876 54.0233 27.1764 54.389 28.006 55.829C29.1446 57.8175 30.8896 60.0004 32.5603 61.5318C35.1578 63.909 37.8926 65.5147 40.8563 66.4061C41.2511 66.5261 41.6172 66.6233 41.6744 66.6233C41.7317 66.629 41.9777 66.5775 42.218 66.5147Z" fill="#FDFDFD"/>
6
- <path d="M37.9951 52.3489C37.4172 52.1603 37.3658 52.1089 33.0404 47.8003C28.1829 42.9489 28.469 43.2917 28.469 42.3431C28.469 41.8631 28.4862 41.7603 28.6292 41.4746C28.8066 41.1089 29.2071 40.726 29.6304 40.5089C29.8593 40.3946 29.9794 40.3717 30.4486 40.3717C31.3812 40.3717 31.1638 40.2003 35.0658 44.0974C36.9309 45.966 38.4814 47.486 38.5043 47.4746C38.5329 47.4631 41.5538 44.4746 45.2212 40.8289C50.6966 35.3946 51.9496 34.1717 52.2185 34.0289C52.5217 33.8689 52.5961 33.8574 53.1225 33.8574C53.6603 33.8574 53.7289 33.8689 54.0837 34.046C54.5128 34.2517 54.7874 34.5489 54.9991 35.006C55.1078 35.2346 55.1307 35.3831 55.1307 35.8289C55.1307 36.3031 55.1135 36.4117 54.9762 36.6917C54.8389 36.9603 53.6774 38.1489 47.2924 44.5203C38.8362 52.9603 39.4998 52.3603 38.5959 52.3831C38.3441 52.3889 38.0752 52.3774 37.9951 52.3489Z" fill="#FDFDFD"/>
7
- </svg>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_8848_71372" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="35" height="34">
3
+ <rect x="0.475586" y="0.0488281" width="33.9023" height="33.9023" fill="#616376"/>
4
+ </mask>
5
+ <g mask="url(#mask0_8848_71372)">
6
+ <path d="M15.943 19.0119L13.4357 16.5045C13.2709 16.3397 13.1 16.2573 12.9229 16.2573C12.7468 16.2573 12.5764 16.3397 12.4115 16.5045C12.2703 16.6458 12.1997 16.8162 12.1997 17.0159C12.1997 17.2165 12.2703 17.3756 12.4115 17.4933L15.1308 20.2479C15.3662 20.4598 15.637 20.5657 15.943 20.5657C16.2491 20.5657 16.5199 20.4598 16.7553 20.2479L22.441 14.5269C22.6058 14.3856 22.6882 14.2208 22.6882 14.0325C22.6882 13.8441 22.6058 13.6793 22.441 13.538C22.2997 13.3732 22.1293 13.2965 21.9296 13.3078C21.729 13.32 21.5699 13.3968 21.4522 13.538L15.943 19.0119ZM17.4263 29.5357H17.1084C17.0143 29.5357 16.9319 29.5122 16.8612 29.4651C14.1773 28.5234 11.9525 26.7868 10.1867 24.2554C8.42096 21.725 7.53809 18.8824 7.53809 15.7276V9.68872C7.53809 9.19431 7.67935 8.75264 7.96187 8.3637C8.24439 7.97571 8.59753 7.69931 9.02131 7.53451L16.614 4.70931C16.8965 4.61514 17.1673 4.56805 17.4263 4.56805C17.6852 4.56805 17.956 4.61514 18.2385 4.70931L25.8312 7.53451C26.255 7.69931 26.6082 7.97571 26.8907 8.3637C27.1732 8.75264 27.3145 9.19431 27.3145 9.68872V15.7276C27.3145 18.8824 26.4316 21.725 24.6658 24.2554C22.9001 26.7868 20.6752 28.5234 17.9913 29.4651C17.8971 29.5122 17.7088 29.5357 17.4263 29.5357ZM17.4263 28.1584C19.8748 27.3815 21.8995 25.8277 23.5004 23.4969C25.1014 21.1661 25.9019 18.5763 25.9019 15.7276V9.47683C25.9019 9.33557 25.8665 9.21173 25.7959 9.10532C25.7253 8.99984 25.6193 8.92356 25.4781 8.87648L17.85 6.05128C17.6852 6.0042 17.544 5.98065 17.4263 5.98065C17.3086 5.98065 17.1673 6.0042 17.0025 6.05128L9.37446 8.87648C9.2332 8.92356 9.12726 8.99984 9.05663 9.10532C8.986 9.21173 8.95068 9.33557 8.95068 9.47683V15.7276C8.95068 18.5763 9.75116 21.1661 11.3521 23.4969C12.953 25.8277 14.9778 27.3815 17.4263 28.1584Z" fill="#616376"/>
7
+ </g>
8
+ </svg>
@@ -1,12 +1,6 @@
1
- <svg width="86" height="86" viewBox="0 0 86 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M82 42C82 64.0914 64.0914 82 42 82C19.9086 82 2 64.0914 2 42C2 19.9086 19.9086 2 42 2C64.0914 2 82 19.9086 82 42Z" fill="#6B6B6B"/>
3
- <path d="M82.04 42.0391C82.04 64.1305 64.1314 82.0391 42.04 82.0391C19.9486 82.0391 2.04004 64.1305 2.04004 42.0391C2.04004 19.9477 19.9486 2.03906 42.04 2.03906C64.1314 2.03906 82.04 19.9477 82.04 42.0391Z" fill="#6B6B6B"/>
4
- <path d="M80.0801 41.9999C80.0801 63.0309 63.0311 80.0799 42.0001 80.0799V83.9199C65.1519 83.9199 83.9201 65.1517 83.9201 41.9999H80.0801ZM42.0001 80.0799C20.9691 80.0799 3.92008 63.0309 3.92008 41.9999H0.0800781C0.0800781 65.1517 18.8483 83.9199 42.0001 83.9199V80.0799ZM3.92008 41.9999C3.92008 20.9689 20.9691 3.91992 42.0001 3.91992V0.0799255C18.8483 0.0799255 0.0800781 18.8481 0.0800781 41.9999H3.92008ZM42.0001 3.91992C63.0311 3.91992 80.0801 20.9689 80.0801 41.9999H83.9201C83.9201 18.8481 65.1519 0.0799255 42.0001 0.0799255V3.91992ZM80.1196 42.039C80.1196 63.07 63.0706 80.119 42.0396 80.119V83.959C65.1914 83.959 83.9596 65.1908 83.9596 42.039H80.1196ZM42.0396 80.119C21.0086 80.119 3.95963 63.07 3.95963 42.039H0.119629C0.119629 65.1908 18.8879 83.959 42.0396 83.959V80.119ZM3.95963 42.039C3.95963 21.008 21.0086 3.95898 42.0396 3.95898V0.118988C18.8879 0.118988 0.119629 18.8872 0.119629 42.039H3.95963ZM42.0396 3.95898C63.0706 3.95898 80.1196 21.008 80.1196 42.039H83.9596C83.9596 18.8872 65.1914 0.118988 42.0396 0.118988V3.95898Z" fill="#A7A7A7"/>
5
- <path d="M47.6077 60.8306C46.2732 58.505 44.4275 55.3852 43.5189 53.8537L41.872 51.0459L40.6795 53.1447C40.0264 54.2791 39.1178 55.7823 38.6918 56.4913C38.2659 57.2004 37.0449 59.2707 35.966 61.1426C34.9154 62.9861 33.8364 64.5743 33.6092 64.6594C32.9277 64.9146 32.445 64.3474 30.4574 60.8873L28.4982 57.484L23.7279 57.3422C19.4971 57.2287 18.9576 57.1436 18.8724 56.7182C18.8156 56.4346 20.5761 53.0312 22.7625 49.1457C24.9773 45.2602 26.7661 41.9703 26.7661 41.8001C26.7661 41.6583 26.5106 41.318 26.1982 41.0344C25.5452 40.4388 25.4884 39.588 25.9427 36.4966L26.2834 34.3128L25.1476 33.1499C21.7971 29.6048 21.7403 29.0943 24.4094 26.173L26.2834 24.1027L25.9711 21.4083C25.4884 17.3243 25.6587 17.1258 29.8895 16.36C31.2241 16.1331 32.4166 15.7644 32.5302 15.5659C32.6438 15.3957 33.3537 14.2046 34.0919 12.9567C35.7672 10.0922 36.1647 10.0071 39.6856 11.6804L42.1276 12.8149L44.7399 11.652C48.2608 10.0638 48.5731 10.1773 50.362 13.5239C51.1003 14.9136 51.9521 16.1331 52.2644 16.2466C52.5484 16.36 53.7693 16.6153 54.9619 16.7854C56.836 17.0974 57.2619 17.2676 57.8866 18.005C58.2557 18.4588 58.5396 19.0544 58.4544 19.3096C58.3977 19.5649 58.1705 20.8128 58.0001 22.089L57.6594 24.443L59.5334 26.4283C62.3161 29.3779 62.3161 29.6331 59.2495 32.923L57.6594 34.6531L57.8582 36.298C57.9433 37.1772 58.1137 38.3401 58.1989 38.8789C58.3409 39.8432 57.8298 41.4598 57.4038 41.4598C57.2619 41.4598 57.1483 41.6016 57.1483 41.7718C57.1483 41.942 58.9655 45.2602 61.1803 49.1741C64.3889 54.818 65.1272 56.3495 64.9 56.7466C64.6729 57.1153 63.8778 57.2287 59.9594 57.3422L55.331 57.484L53.4286 60.8873C51.299 64.6594 51.0719 64.9997 50.4756 64.9997C50.2484 64.9997 48.9707 63.1279 47.6077 60.8306ZM52.5768 58.4199L54.2237 55.4987L58.2273 55.4136C60.4421 55.3852 62.2593 55.3001 62.2593 55.2434C62.2593 55.13 58.9088 49.2025 56.8076 45.5722L54.9903 42.4525L53.599 42.5375C52.1509 42.651 51.1854 42.9913 51.1854 43.4167C51.1854 43.9556 48.8287 47.7277 48.346 47.9829C47.4658 48.4367 46.8979 48.3233 44.314 47.0754C42.9226 46.423 41.7584 45.9693 41.6449 46.0543C41.5597 46.1394 42.5251 47.9829 43.7745 50.1384C45.0238 52.3222 47.0682 55.839 48.2608 57.9661C49.4818 60.0932 50.5892 61.7382 50.7311 61.5964C50.8447 61.4829 51.6965 60.0365 52.5768 58.4199ZM37.1585 55.1867L40.6511 49.0606L40.1967 48.1531C39.9696 47.6709 39.714 47.2172 39.6572 47.1604C39.6005 47.1037 38.777 47.359 37.84 47.6993C36.1363 48.3516 36.0795 48.3516 35.3697 47.8127C35.0005 47.5291 34.1203 46.2245 33.4956 44.9766L32.3031 42.6793L30.6562 42.3957C28.7537 42.0838 29.1797 41.6867 26.8513 45.8558C26.0563 47.2739 24.5797 49.9115 23.5291 51.7266C22.5069 53.5417 21.6551 55.1016 21.6551 55.1867C21.6551 55.2718 23.4723 55.3852 25.6871 55.4136L29.7192 55.4987L30.8833 57.484C32.8993 61.0291 33.3253 61.6814 33.4956 61.5113C33.5808 61.3978 35.2277 58.5617 37.1585 55.1867ZM42.5251 44.0123C42.8942 44.1541 44.1152 44.7214 45.2226 45.2886C46.8695 46.1111 47.3522 46.2529 47.5225 45.9409C47.6645 45.7424 48.2892 44.6646 48.8855 43.5585C49.5102 42.4525 50.1916 41.4314 50.3904 41.2613C50.5892 41.0628 51.9805 40.7224 53.457 40.4672C54.9335 40.2119 56.1829 39.985 56.2113 39.9283C56.2397 39.8999 56.0977 38.6804 55.8989 37.2056C55.4446 33.9724 55.5014 33.8306 57.9717 31.4199L59.6754 29.7466L57.6878 27.506C55.5298 25.0386 55.5298 25.0953 56.1261 21.5218C56.3249 20.3023 56.41 19.2812 56.3249 19.2245C56.2397 19.1678 55.0755 18.9125 53.741 18.6289C52.4064 18.3737 51.1287 18.1184 50.8731 18.0333C50.6459 17.9766 49.8225 16.7571 49.0842 15.3674C48.346 13.9493 47.5793 12.8149 47.3806 12.8149C47.1818 12.8149 45.9041 13.3254 44.5411 13.9777L42.0992 15.1121L39.3449 13.8075C37.84 13.0985 36.5906 12.5596 36.5622 12.588C36.5338 12.6447 35.9376 13.6941 35.2845 14.942C34.603 16.1899 33.8364 17.3527 33.6092 17.5512C33.3537 17.7214 31.9055 18.0901 30.3722 18.3737C28.271 18.7424 27.618 18.9693 27.7315 19.2529C27.8167 19.4798 27.9871 20.8411 28.0723 22.3159L28.271 24.9819L26.3686 27.0239C25.3464 28.1583 24.4946 29.2077 24.4946 29.3212C24.4946 29.4346 25.3464 30.4556 26.3686 31.5901L28.2426 33.6321L28.0155 35.6174C27.9019 36.7235 27.7883 38.1415 27.7883 38.7655L27.7599 39.8999L30.3154 40.3537C31.7352 40.609 33.0697 40.8926 33.3253 41.006C33.5808 41.1195 34.2339 42.0554 34.7734 43.1048C35.3129 44.1541 35.9092 45.2886 36.0795 45.6289C36.4203 46.2245 36.4203 46.2245 39.1461 45.005C41.2473 44.0407 42.0424 43.8138 42.5251 44.0123Z" fill="white"/>
6
- <path d="M38.6628 36.7239C36.9308 34.7103 34.7728 32.2712 33.8926 31.2785C33.0123 30.2859 32.1889 29.2649 32.0469 28.9813C31.8765 28.6126 32.2457 27.8185 33.495 25.8332L35.1419 23.1672L42.0134 23.0821L48.8565 23.0254L50.5602 25.7764L52.2638 28.5275L51.7527 29.2649C51.4688 29.6619 50.3614 30.9382 49.2824 32.1294C48.2318 33.3489 46.2158 35.6462 44.7961 37.2911C43.4047 38.9361 42.1554 40.2974 42.0418 40.2974C41.9282 40.3258 40.4233 38.7092 38.6628 36.7239ZM44.4553 33.5191L45.7047 29.1231L48.0331 29.038C49.7367 28.9813 50.333 28.8678 50.333 28.5842C50.333 28.0453 49.6799 27.8468 48.0331 27.8468C47.2664 27.8468 46.6417 27.7617 46.6417 27.6483C46.6417 27.5065 47.096 26.7124 47.6355 25.8615C48.5442 24.4435 48.6009 24.3017 48.175 23.8762C47.8911 23.621 47.6639 23.5643 47.6071 23.7628C47.5219 23.933 47.0108 24.8122 46.443 25.7197L45.4208 27.3647L44.8245 26.6273C44.4837 26.2302 43.8591 25.3794 43.4331 24.7554C42.8368 23.8762 42.4393 23.5926 41.8714 23.5926C41.2468 23.5926 40.9344 23.9046 39.9974 25.4361C39.4011 26.4571 38.8332 27.2796 38.7196 27.2796C38.6061 27.2796 37.9814 26.4571 37.3283 25.4361C36.6752 24.4151 36.0222 23.5926 35.8802 23.5926C35.1987 23.5926 35.3407 24.2733 36.3913 25.9182L37.5271 27.705L35.1987 27.8468C33.3815 27.9603 32.8704 28.0737 32.8704 28.414C32.8704 28.7544 33.4099 28.8678 35.5962 28.9245L38.3505 29.0096L39.5431 33.2922C40.1962 35.6462 40.9912 37.9435 41.3319 38.3972L41.9282 39.1914L42.5529 38.5674C42.9788 38.142 43.6319 36.4119 44.4553 33.5191Z" fill="white"/>
7
- <path d="M41.2463 35.4464C40.3661 32.4969 39.5142 29.1786 39.6562 29.0651C39.713 29.0084 40.8488 28.9801 42.1549 29.0368L44.5685 29.1219L43.3475 33.2059C42.666 35.4464 42.0697 37.3183 42.013 37.4034C41.9278 37.4601 41.587 36.5809 41.2463 35.4464Z" fill="white"/>
8
- <path d="M40.7368 26.3723C41.2763 25.5782 41.8158 24.8692 41.9578 24.8125C42.2133 24.7557 44.0874 27.3082 44.0874 27.7053C44.0874 27.7904 43.122 27.8471 41.9578 27.8471H39.7998L40.7368 26.3723Z" fill="white"/>
9
- <path d="M38.3225 20.2447C37.3287 19.2237 36.9879 18.4863 37.5274 18.4863C37.783 18.4863 40.1113 20.897 40.1113 21.1807C40.1113 21.6344 39.2311 21.1807 38.3225 20.2447Z" fill="white"/>
10
- <path d="M44.0859 21.0958C44.0859 20.6987 46.5279 18.4581 46.7266 18.685C46.8402 18.7985 46.3859 19.4224 45.7328 20.1031C44.5686 21.2659 44.0859 21.5779 44.0859 21.0958Z" fill="white"/>
11
- <path d="M41.8145 18.6286C41.8145 17.5793 41.928 16.7852 42.0984 16.7852C42.2688 16.7852 42.3823 17.5793 42.3823 18.6286C42.3823 19.678 42.2688 20.4721 42.0984 20.4721C41.928 20.4721 41.8145 19.678 41.8145 18.6286Z" fill="white"/>
12
- </svg>
1
+ <svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.9511 22.8583C21.6895 22.8583 25.5307 19.0171 25.5307 14.2788C25.5307 9.54042 21.6895 5.69922 16.9511 5.69922C12.2128 5.69922 8.37158 9.54042 8.37158 14.2788C8.37158 19.0171 12.2128 22.8583 16.9511 22.8583ZM16.9511 24.2709C22.4697 24.2709 26.9433 19.7973 26.9433 14.2788C26.9433 8.76026 22.4697 4.28662 16.9511 4.28662C11.4326 4.28662 6.95898 8.76026 6.95898 14.2788C6.95898 19.7973 11.4326 24.2709 16.9511 24.2709Z" fill="#616376"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.5494 20.0175C23.9266 19.9181 24.3129 20.1434 24.4123 20.5206L26.0886 26.8845C26.1509 27.121 26.0864 27.3728 25.9182 27.5503C25.75 27.7277 25.502 27.8056 25.2625 27.7561L21.6291 27.0046L18.9557 29.4421C18.7775 29.6045 18.5288 29.6649 18.296 29.6021C18.0632 29.5394 17.8784 29.3622 17.8061 29.1322L16.1348 23.822C16.0177 23.45 16.2244 23.0534 16.5965 22.9363C16.9686 22.8192 17.3651 23.0259 17.4822 23.398L18.8214 27.6529L20.9435 25.718C21.1107 25.5656 21.3408 25.5025 21.5624 25.5483L24.4322 26.1418L23.0463 20.8804C22.9469 20.5032 23.1721 20.1169 23.5494 20.0175Z" fill="#616376"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.2852 20.2502C9.91468 20.1282 9.5154 20.3296 9.39337 20.7001L7.40572 26.7348C7.32791 26.9711 7.38011 27.2309 7.54314 27.4187C7.70618 27.6066 7.95602 27.6949 8.20088 27.6511L12.1062 26.9528L15.0341 29.4785C15.2127 29.6325 15.4563 29.6873 15.6836 29.6245C15.9109 29.5617 16.0919 29.3896 16.166 29.1657L17.7221 24.466C17.8447 24.0957 17.6439 23.6961 17.2736 23.5735C16.9033 23.4509 16.5037 23.6517 16.3811 24.022L15.157 27.7189L12.7743 25.6636C12.6132 25.5246 12.398 25.4657 12.1886 25.5031L9.11784 26.0521L10.7351 21.142C10.8571 20.7715 10.6557 20.3722 10.2852 20.2502Z" fill="#616376"/>
5
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M11.5174 8.96471C11.6365 8.72379 11.8819 8.57129 12.1507 8.57129H21.8809C22.157 8.57129 22.4077 8.73213 22.5228 8.98305L24.2322 12.7087C24.3458 12.9562 24.3069 13.247 24.1323 13.456L17.6894 21.1699C17.5575 21.3277 17.3633 21.4203 17.1576 21.4233C16.952 21.4263 16.7552 21.3395 16.6187 21.1856L9.78127 13.4717C9.59075 13.2568 9.54937 12.9479 9.67661 12.6904L11.5174 8.96471ZM12.5895 9.98389L11.4466 12.2969H13.3774L14.5203 9.98389H12.5895ZM16.0959 9.98389L14.953 12.2969H19.0983L17.901 9.98389H16.0959ZM19.4916 9.98389L20.6889 12.2969H22.4891L21.4279 9.98389H19.4916ZM22.0801 13.7095H17.7541L17.8264 18.8022L22.0801 13.7095ZM16.414 18.8251L16.3414 13.7095H11.8797L16.414 18.8251Z" fill="#616376"/>
6
+ </svg>
@@ -1,10 +1,9 @@
1
- <svg width="86" height="86" viewBox="0 0 86 86" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M82 42C82 64.0914 64.0914 82 42 82C19.9086 82 2 64.0914 2 42C2 19.9086 19.9086 2 42 2C64.0914 2 82 19.9086 82 42Z" fill="#6B6B6B"/>
3
- <path d="M82.04 42.0391C82.04 64.1305 64.1314 82.0391 42.04 82.0391C19.9486 82.0391 2.04004 64.1305 2.04004 42.0391C2.04004 19.9477 19.9486 2.03906 42.04 2.03906C64.1314 2.03906 82.04 19.9477 82.04 42.0391Z" fill="#6B6B6B"/>
4
- <path d="M80.0801 41.9999C80.0801 63.0309 63.0311 80.0799 42.0001 80.0799V83.9199C65.1519 83.9199 83.9201 65.1517 83.9201 41.9999H80.0801ZM42.0001 80.0799C20.9691 80.0799 3.92008 63.0309 3.92008 41.9999H0.0800781C0.0800781 65.1517 18.8483 83.9199 42.0001 83.9199V80.0799ZM3.92008 41.9999C3.92008 20.9689 20.9691 3.91992 42.0001 3.91992V0.0799255C18.8483 0.0799255 0.0800781 18.8481 0.0800781 41.9999H3.92008ZM42.0001 3.91992C63.0311 3.91992 80.0801 20.9689 80.0801 41.9999H83.9201C83.9201 18.8481 65.1519 0.0799255 42.0001 0.0799255V3.91992ZM80.1196 42.039C80.1196 63.07 63.0706 80.119 42.0396 80.119V83.959C65.1914 83.959 83.9596 65.1908 83.9596 42.039H80.1196ZM42.0396 80.119C21.0086 80.119 3.95963 63.07 3.95963 42.039H0.119629C0.119629 65.1908 18.8879 83.959 42.0396 83.959V80.119ZM3.95963 42.039C3.95963 21.008 21.0086 3.95898 42.0396 3.95898V0.118988C18.8879 0.118988 0.119629 18.8872 0.119629 42.039H3.95963ZM42.0396 3.95898C63.0706 3.95898 80.1196 21.008 80.1196 42.039H83.9596C83.9596 18.8872 65.1914 0.118988 42.0396 0.118988V3.95898Z" fill="#A7A7A7"/>
5
- <path d="M35.0938 49.0994C34.2203 48.9471 33.55 48.7033 33.1945 48.3986C33.0219 48.2463 32.636 48.033 32.3414 47.9416C31.9149 47.7994 31.6406 47.5963 31.0313 46.9869C28.7258 44.6408 28.1774 41.401 29.5992 38.4963C30.5641 36.5463 32.3719 35.0736 34.4844 34.515C35.368 34.2814 37.1555 34.2814 38.0188 34.515C38.5469 34.6572 39.136 34.6877 41.218 34.6877C43.6453 34.6877 43.8078 34.6979 44.4375 34.9314C45.311 35.2463 45.4328 35.2971 46.6211 35.8557C47.1797 36.1197 47.982 36.4955 48.3985 36.6885C49.1602 37.0439 50.1047 37.501 52.0039 38.4049C52.9992 38.8822 53.0399 38.8924 54.2891 38.9635C56.686 39.0853 58.3516 39.4611 59.9461 40.233C60.9922 40.7408 61.6422 41.3197 61.8047 41.8783C61.957 42.4268 61.9367 46.0525 61.7742 46.3572C61.7133 46.4893 61.4797 46.7432 61.2664 46.9158C60.911 47.2002 60.7891 47.2307 60.0477 47.2713L59.2149 47.3018L58.6766 47.901C57.8945 48.7642 57.2445 49.0486 56.0664 49.0486C55.3047 49.0486 55.0813 49.008 54.6953 48.815C54.1063 48.5002 53.4563 47.9517 53.2328 47.576L53.0602 47.2814H47.1492H41.2281L40.6797 47.6978C39.9992 48.2158 38.9125 48.7439 38.0899 48.9572C37.318 49.1603 35.8149 49.2314 35.0938 49.0994ZM38.3235 47.9619C39.3594 47.6064 40.0906 47.1393 40.8727 46.3572C41.6547 45.5752 42.1117 44.8541 42.4774 43.808C42.711 43.1682 42.7516 42.8939 42.7516 41.7971C42.7617 40.6596 42.7313 40.4463 42.4774 39.6947C41.7969 37.7143 40.3242 36.2416 38.3235 35.5205C37.6735 35.2869 37.4297 35.2564 36.2617 35.2564C35.0938 35.2564 34.85 35.2869 34.2 35.5205C33.1539 35.8963 32.4328 36.3533 31.6508 37.1353C30.8688 37.9174 30.4117 38.6385 30.036 39.6846C29.8024 40.3346 29.7719 40.5783 29.7719 41.7463C29.7719 42.9143 29.8024 43.158 30.036 43.808C30.4117 44.8541 30.8688 45.5752 31.6508 46.3572C32.6156 47.3221 33.7024 47.9111 35.043 48.1955C35.8047 48.3682 37.511 48.2361 38.3235 47.9619ZM57.2039 47.8197C57.7727 47.5557 58.2094 47.0072 58.4633 46.2658C58.6969 45.5752 58.6969 45.5752 58.5039 44.9557C58.1992 43.9502 57.4781 43.2494 56.625 43.1377C55.8633 43.0361 55.3453 43.0971 54.9391 43.3408C54.0758 43.8486 53.6492 44.5697 53.6391 45.5549C53.6391 46.1135 53.6797 46.3064 53.9438 46.7736C54.2992 47.4033 54.8985 47.8807 55.4774 48.0025C55.975 48.1041 56.7875 48.0228 57.2039 47.8197Z" fill="black"/>
6
- <path d="M42.1416 65.9689C40.3237 65.8268 38.1096 65.39 36.444 64.8416C35.4791 64.5268 35.0018 63.8158 35.1948 62.9728C35.3065 62.4955 35.6213 62.1603 36.1698 61.9471C36.5862 61.7846 36.6268 61.7947 37.6526 62.0893C39.9276 62.7697 41.6744 63.0236 43.9291 63.0236C52.7448 63.0236 60.5752 57.5697 63.6729 49.2721C65.1049 45.4533 65.3487 40.9236 64.3432 36.9119C62.8604 30.9908 58.8283 25.9432 53.3744 23.2111C50.0838 21.5658 47.0471 20.8955 43.269 21.0072C40.7198 21.0783 38.8713 21.4236 36.6674 22.2463C29.5682 24.8971 24.4393 31.0822 23.1698 38.5369C23.0783 39.065 23.0276 39.5119 23.0479 39.5322C23.0682 39.5525 23.3627 39.0752 23.6979 38.476C24.3682 37.2674 24.6323 36.9627 25.1502 36.8205C26.0846 36.5463 26.9682 37.2471 26.9682 38.2729C26.9682 38.6486 26.7448 39.1158 25.2721 41.7564C22.7533 46.276 22.6823 46.3877 22.3065 46.6416C21.7174 47.0377 20.9151 46.9158 20.4073 46.3471C20.0924 46.0018 16.1416 38.8416 16.0604 38.4963C15.8471 37.4908 16.883 36.5361 17.9088 36.8104C18.4166 36.9525 18.701 37.2775 19.3612 38.4658C19.6658 39.0143 19.9401 39.4611 19.9705 39.4611C20.001 39.4611 20.0619 39.1971 20.1026 38.8822C20.6002 34.5658 22.7127 29.8229 25.6479 26.4205C27.8924 23.8205 30.2487 21.9822 33.3158 20.4689C36.7182 18.783 40.0393 18.001 43.8783 18.001C47.8088 18.001 51.1198 18.7627 54.5424 20.4689C59.3971 22.876 63.0533 26.5322 65.4604 31.3869C66.6791 33.8447 67.4408 36.3736 67.8065 39.2072C67.969 40.4971 67.9487 43.7471 67.7658 45.0979C67.0549 50.2674 64.8104 54.9393 61.2658 58.626C59.2549 60.708 57.1729 62.2314 54.5424 63.5314C50.7338 65.4307 46.3362 66.2838 42.1416 65.9689Z" fill="white"/>
7
- <path d="M35.0928 49.0994C34.2193 48.9471 33.549 48.7033 33.1936 48.3986C33.0209 48.2463 32.635 48.033 32.3404 47.9416C31.9139 47.7994 31.6397 47.5963 31.0303 46.9869C28.7248 44.6408 28.1764 41.401 29.5983 38.4963C30.5631 36.5463 32.3709 35.0736 34.4834 34.515C35.367 34.2814 37.1545 34.2814 38.0178 34.515C38.5459 34.6572 39.135 34.6877 41.217 34.6877C43.7053 34.6877 43.7967 34.6979 44.4873 34.9518C44.8834 35.0939 45.2795 35.2361 45.3811 35.2666C45.4725 35.2971 45.5537 35.3682 45.5537 35.4189C45.5537 35.4697 45.5944 35.49 45.6451 35.4494C45.6959 35.4189 45.8076 35.4596 45.8889 35.5408C45.9701 35.6221 46.0615 35.6729 46.0819 35.6525C46.1022 35.6221 46.4779 35.7846 46.9045 36.008C47.3311 36.2213 47.6865 36.3736 47.6865 36.3432C47.6865 36.3127 47.7678 36.3533 47.8694 36.4346C48.042 36.5869 48.3365 36.7291 48.5904 36.7799C48.6717 36.79 48.7631 36.8408 48.7936 36.8916C48.824 36.9322 48.9053 36.983 48.9764 36.9932C49.0881 37.0135 49.9108 37.3994 52.3076 38.5471C53.0795 38.9228 53.1811 38.9432 54.3389 38.9838C56.5733 39.065 58.3404 39.4611 59.9451 40.233C60.9912 40.7408 61.6412 41.3197 61.8037 41.8783C61.9561 42.4268 61.9358 46.0525 61.7733 46.3572C61.7123 46.4893 61.4787 46.7432 61.2654 46.9158C60.91 47.2002 60.7881 47.2307 60.0467 47.2713L59.2139 47.3018L58.6756 47.901C57.8936 48.7642 57.2436 49.0486 56.0654 49.0486C55.3037 49.0486 55.0803 49.008 54.6944 48.815C54.1053 48.5002 53.4553 47.9517 53.2319 47.576L53.0592 47.2814H47.1483H41.2272L40.6787 47.6978C39.9983 48.2158 38.9115 48.7439 38.0889 48.9572C37.317 49.1603 35.8139 49.2314 35.0928 49.0994ZM38.3225 47.9619C39.3584 47.6064 40.0897 47.1393 40.8717 46.3572C41.6537 45.5752 42.1108 44.8541 42.4764 43.808C42.71 43.1682 42.7506 42.8939 42.7506 41.7971C42.7608 40.6596 42.7303 40.4463 42.4764 39.6947C41.7959 37.7143 40.3233 36.2416 38.3225 35.5205C37.6725 35.2869 37.4287 35.2564 36.2608 35.2564C35.0928 35.2564 34.849 35.2869 34.199 35.5205C33.1529 35.8963 32.4318 36.3533 31.6498 37.1353C30.8678 37.9174 30.4108 38.6385 30.035 39.6846C29.8014 40.3346 29.7709 40.5783 29.7709 41.7463C29.7709 42.9143 29.8014 43.158 30.035 43.808C30.4108 44.8541 30.8678 45.5752 31.6498 46.3572C32.6147 47.3221 33.7014 47.9111 35.042 48.1955C35.8037 48.3682 37.51 48.2361 38.3225 47.9619ZM57.2029 47.8197C57.7717 47.5557 58.2084 47.0072 58.4623 46.2658C58.6959 45.5752 58.6959 45.5752 58.5029 44.9557C58.1983 43.9502 57.4772 43.2494 56.624 43.1377C55.8623 43.0361 55.3444 43.0971 54.9381 43.3408C54.0748 43.8486 53.6483 44.5697 53.6381 45.5549C53.6381 46.1135 53.6787 46.3064 53.9428 46.7736C54.2983 47.4033 54.8975 47.8807 55.4764 48.0025C55.974 48.1041 56.7865 48.0228 57.2029 47.8197Z" fill="white"/>
8
- <path d="M35.9054 45.26C35.1742 45.0366 34.3414 44.2749 34.0164 43.5335C33.8437 43.1475 33.8031 43.1171 33.4273 43.1171C32.9093 43.1069 32.625 42.9139 32.6757 42.5889C32.696 42.396 32.7773 42.3553 33.1429 42.3249L33.5695 42.2944V41.8374C33.5695 41.5936 33.5796 41.36 33.6 41.3194C33.6101 41.2686 33.5085 41.228 33.3664 41.2077C32.7265 41.1366 32.6453 41.0858 32.6757 40.8014C32.7062 40.5475 32.7468 40.5272 33.2445 40.4968C33.7726 40.4663 33.7828 40.4561 33.996 39.9889C34.3312 39.278 35.1437 38.5163 35.7937 38.2928C37.0531 37.8764 38.9929 38.5468 38.4445 39.2069C38.3023 39.3796 37.9773 39.41 37.8859 39.2678C37.8554 39.2171 37.6015 39.0952 37.3273 39.0038C36.8804 38.8514 36.7484 38.8514 36.3015 38.9632C35.7429 39.1053 35.0726 39.6132 34.839 40.0803C34.7578 40.2327 34.6867 40.385 34.6867 40.4257C34.6867 40.4561 35.2046 40.4764 35.8445 40.4764C36.8906 40.4764 37.0125 40.4968 37.0734 40.6694C37.1039 40.771 37.1039 40.9335 37.0632 41.0249C37.0125 41.1671 36.8093 41.1874 35.6921 41.1874H34.382V41.746V42.3046H35.4484C36.4031 42.3046 36.5148 42.3249 36.6164 42.5077C36.6976 42.66 36.6773 42.7514 36.5148 42.9139C36.3421 43.0866 36.1796 43.1171 35.4992 43.1171H34.6765L34.8289 43.4014C35.357 44.4069 36.6671 44.8233 37.7132 44.3257L38.1601 44.1022L38.3734 44.3257C38.6679 44.6202 38.5257 44.8335 37.825 45.1178C37.2664 45.3514 36.4132 45.4124 35.9054 45.26Z" fill="white"/>
9
- <path d="M55.3555 46.2659C55.1219 46.0221 55.0508 45.8596 55.0508 45.5346C55.0508 45.1893 55.1117 45.0776 55.4063 44.8338C56.2594 44.1128 57.3766 44.8542 57.0313 45.9104C56.8789 46.3674 56.5844 46.5706 56.0664 46.5706C55.7313 46.5706 55.5891 46.5096 55.3555 46.2659Z" fill="white"/>
10
- </svg>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.92942 20.331C8.53991 20.3098 8.207 20.6084 8.18582 20.9979C8.05163 23.4663 8.19731 25.7843 8.39189 27.5187C8.53509 28.7951 9.62923 29.7049 10.8755 29.7049H11.3481C12.4872 29.7049 13.4385 28.9008 13.6654 27.8293H20.0871C20.4771 27.8293 20.7934 27.5131 20.7934 27.123C20.7934 26.733 20.4771 26.4167 20.0871 26.4167H13.2236C12.7159 26.4167 12.3042 26.8284 12.3042 27.3362C12.3042 27.8642 11.8762 28.2923 11.3481 28.2923H10.8755C10.3099 28.2923 9.85447 27.8852 9.79568 27.3612C9.60734 25.6824 9.46745 23.4454 9.59634 21.0746C9.61751 20.685 9.31892 20.3521 8.92942 20.331Z" fill="#616376"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.3344 8.79187C17.3344 8.40179 17.6507 8.08557 18.0407 8.08557L24.5075 8.08557C25.4796 8.08557 26.2314 8.14283 26.7841 8.42121C27.426 8.74452 27.682 9.29357 27.8622 9.85066L27.8734 9.88533L27.881 9.92096L29.1772 16.0075C30.181 19.6356 29.9847 24.5343 29.666 27.5153C29.5291 28.7955 28.4346 29.7047 27.1886 29.7047H26.716C25.5769 29.7047 24.6256 28.9007 24.3987 27.8292H17.977C17.5869 27.8292 17.2707 27.513 17.2707 27.1229C17.2707 26.7328 17.5869 26.4166 17.977 26.4166H24.8404C25.3482 26.4166 25.7599 26.8282 25.7599 27.336C25.7599 27.8641 26.1879 28.2921 26.716 28.2921H27.1886C27.7544 28.2921 28.2057 27.8865 28.2614 27.3651C28.5771 24.4124 28.7456 19.7244 27.8104 16.365L27.8046 16.344L27.8001 16.3227L26.5072 10.252C26.3673 9.83021 26.2702 9.74405 26.1486 9.68282C25.9347 9.57507 25.5082 9.49817 24.5075 9.49817H18.0407C17.6507 9.49817 17.3344 9.18195 17.3344 8.79187Z" fill="#616376"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3951 17.3851C22.3807 17.3506 25.3623 16.9025 28.249 16.0397L28.6535 17.3931C25.3962 18.3667 22.0236 18.8345 18.6553 18.7978C18.6552 18.5275 19.0701 18.032 19.3951 17.3851Z" fill="#616376"/>
5
+ <path d="M26.8124 21.2589C26.8124 22.0234 26.1927 22.6432 25.4282 22.6432C24.6637 22.6432 24.0439 22.0234 24.0439 21.2589C24.0439 20.4944 24.6637 19.8747 25.4282 19.8747C26.1927 19.8747 26.8124 20.4944 26.8124 21.2589Z" fill="#616376"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.801 15.4174C21.0269 13.6729 20.684 11.902 19.8233 10.3678C18.9626 8.83364 17.63 7.61803 16.0234 6.90154C14.9982 6.44433 13.8963 6.20593 12.7871 6.19325C12.8376 6.13553 12.8852 6.08095 12.93 6.02964C13.0867 5.84983 13.2077 5.71001 13.2897 5.61495L13.383 5.5065L13.4147 5.46946C13.668 5.17282 13.6335 4.72627 13.3369 4.47296C13.0402 4.21965 12.5944 4.25478 12.3411 4.55143L12.3109 4.58665L12.2199 4.69244C12.1395 4.7857 12.0201 4.92362 11.8651 5.10145C11.5551 5.45712 11.1025 5.97239 10.5333 6.60928C10.2762 6.89692 10.2975 7.33761 10.5811 7.59913C11.0785 8.05781 11.6058 8.54456 12.0087 8.91667L12.6893 9.54538L13.1695 9.02739L13.6488 8.50864L12.9671 7.8789C12.8743 7.79322 12.7749 7.70146 12.6708 7.60536C13.6221 7.60214 14.5692 7.7997 15.448 8.19166C16.777 8.78434 17.8794 9.78989 18.5913 11.059C19.3033 12.328 19.587 13.7929 19.4001 15.236C19.2133 16.6791 18.5659 18.0234 17.5542 19.0693C16.5424 20.1152 15.2203 20.8069 13.7842 21.0415C12.3481 21.2762 10.8747 21.0413 9.58265 20.3719C8.29064 19.7024 7.24904 18.6341 6.61257 17.3255C5.97609 16.0169 5.7787 14.538 6.0497 13.1083C6.12235 12.725 5.87055 12.3554 5.4873 12.2828C5.10404 12.2101 4.73446 12.4619 4.66182 12.8452C4.3342 14.5735 4.57283 16.3614 5.34226 17.9434C6.11169 19.5253 7.37087 20.8168 8.93277 21.6261C10.4947 22.4354 12.2759 22.7193 14.012 22.4356C15.7481 22.1519 17.3464 21.3158 18.5695 20.0515C19.7925 18.7871 20.5751 17.162 20.801 15.4174ZM13.1695 9.02739L13.6488 8.50864C13.9353 8.77338 13.9529 9.22025 13.6882 9.50674C13.4235 9.79322 12.9758 9.81011 12.6893 9.54538L13.1695 9.02739Z" fill="#616376"/>
7
+ <path d="M9.87685 17.9721C9.68002 17.9721 9.51833 17.9123 9.3918 17.7928C9.26526 17.6663 9.20199 17.5117 9.20199 17.3289V12.0144L9.34962 12.2464L8.57986 12.8158C8.48145 12.8931 8.35843 12.9318 8.2108 12.9318C8.04209 12.9318 7.89446 12.8685 7.76793 12.742C7.64139 12.6154 7.57812 12.4643 7.57812 12.2886C7.57812 12.0636 7.68709 11.8808 7.90501 11.7402L9.42343 10.728C9.49373 10.6788 9.57105 10.6436 9.65541 10.6225C9.7468 10.6014 9.83115 10.5909 9.90848 10.5909C10.1123 10.5909 10.274 10.6541 10.3935 10.7807C10.513 10.9002 10.5728 11.0513 10.5728 11.2341V17.3289C10.5728 17.5117 10.506 17.6663 10.3724 17.7928C10.2459 17.9123 10.0807 17.9721 9.87685 17.9721Z" fill="#616376"/>
8
+ <path d="M15.5675 17.9721C15.3917 17.9721 15.2441 17.9123 15.1246 17.7928C15.0051 17.6663 14.9453 17.5117 14.9453 17.3289V12.3729L15.1668 12.4256L13.1317 14.9458L13.0789 14.8087H16.8117C16.9804 14.8087 17.121 14.865 17.2335 14.9774C17.346 15.0899 17.4022 15.2305 17.4022 15.3992C17.4022 15.5609 17.346 15.698 17.2335 15.8105C17.121 15.9159 16.9804 15.9686 16.8117 15.9686H12.2037C12.0561 15.9686 11.912 15.9089 11.7714 15.7894C11.6379 15.6699 11.5711 15.5222 11.5711 15.3465C11.5711 15.1918 11.6238 15.0512 11.7292 14.9247L15.0613 10.844C15.1176 10.7666 15.1914 10.7069 15.2828 10.6647C15.3742 10.6155 15.4761 10.5909 15.5886 10.5909C15.7713 10.5909 15.919 10.6541 16.0314 10.7807C16.1509 10.9002 16.2107 11.0513 16.2107 11.2341V17.3289C16.2107 17.5117 16.1474 17.6663 16.0209 17.7928C15.9014 17.9123 15.7502 17.9721 15.5675 17.9721Z" fill="#616376"/>
9
+ </svg>
@@ -1,16 +1,16 @@
1
- <svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path d="M9.93617 17.7719C9.47267 16.9747 8.83162 15.9052 8.51604 15.3802L7.94404 14.4177L7.52986 15.1372C7.30302 15.5261 6.98744 16.0414 6.83948 16.2844C6.69156 16.5275 6.26748 17.2372 5.89276 17.8789C5.52786 18.5109 5.1531 19.0553 5.07419 19.0845C4.83749 19.172 4.66984 18.9775 3.9795 17.7914L3.29903 16.6247L1.6422 16.5761C0.172758 16.5372 -0.0146217 16.508 -0.0442134 16.3622C-0.0639413 16.265 0.547518 15.0983 1.3069 13.7663C2.07615 12.4344 2.69744 11.3066 2.69744 11.2482C2.69744 11.1996 2.6087 11.083 2.50019 10.9858C2.27339 10.7816 2.25366 10.4899 2.41145 9.43018L2.52978 8.68157L2.1353 8.28292C0.971597 7.06765 0.951869 6.89265 1.8789 5.89122L2.52978 5.18152L2.42132 4.25787C2.25366 2.85786 2.31281 2.78981 3.78226 2.5273C4.24579 2.44951 4.65998 2.32312 4.69943 2.25508C4.73889 2.19673 4.98545 1.78842 5.24184 1.36063C5.82371 0.378675 5.96177 0.349503 7.18465 0.923115L8.03281 1.31202L8.94012 0.913379C10.163 0.36894 10.2715 0.407848 10.8928 1.55507C11.1492 2.03147 11.4451 2.44951 11.5535 2.48842C11.6522 2.5273 12.0762 2.61481 12.4904 2.67312C13.1413 2.78008 13.2893 2.83842 13.5062 3.09121C13.6344 3.24677 13.733 3.45094 13.7035 3.53843C13.6838 3.62594 13.6048 4.05373 13.5457 4.49121L13.4273 5.29817L14.0782 5.97874C15.0447 6.98987 15.0447 7.07735 13.9796 8.20514L13.4273 8.79822L13.4964 9.3621C13.5259 9.66349 13.5851 10.0621 13.6147 10.2468C13.664 10.5774 13.4865 11.1316 13.3386 11.1316C13.2893 11.1316 13.2498 11.1802 13.2498 11.2385C13.2498 11.2969 13.881 12.4344 14.6502 13.7761C15.7646 15.7108 16.0211 16.2358 15.9421 16.3719C15.8633 16.4983 15.5871 16.5372 14.2262 16.5761L12.6186 16.6247L11.9579 17.7914C11.2182 19.0845 11.1394 19.2011 10.9322 19.2011C10.8533 19.2011 10.4096 18.5595 9.93617 17.7719ZM11.662 16.9456L12.234 15.9442L13.6246 15.915C14.3938 15.9052 15.025 15.8761 15.025 15.8566C15.025 15.8178 13.8613 13.7858 13.1315 12.5413L12.5003 11.4719L12.0171 11.501C11.5141 11.5399 11.1788 11.6566 11.1788 11.8024C11.1788 11.9871 10.3602 13.2802 10.1926 13.3677C9.88688 13.5233 9.68964 13.4844 8.79219 13.0566C8.30893 12.833 7.90458 12.6774 7.86516 12.7066C7.83557 12.7358 8.17087 13.3677 8.60481 14.1066C9.03872 14.8552 9.74879 16.0608 10.163 16.79C10.5871 17.5192 10.9717 18.0831 11.021 18.0345C11.0604 17.9956 11.3563 17.4997 11.662 16.9456ZM6.30694 15.8372L7.51999 13.7372L7.36217 13.4261C7.28329 13.2608 7.19452 13.1052 7.17479 13.0858C7.1551 13.0663 6.86908 13.1538 6.54364 13.2705C5.95191 13.4941 5.93218 13.4941 5.68565 13.3094C5.55742 13.2122 5.25171 12.7649 5.03473 12.3371L4.62055 11.5496L4.04855 11.4524C3.38777 11.3455 3.53573 11.2094 2.72703 12.6385C2.45091 13.1247 1.93805 14.0288 1.57316 14.6511C1.21813 15.2733 0.922277 15.808 0.922277 15.8372C0.922277 15.8664 1.55343 15.9052 2.32268 15.915L3.72311 15.9442L4.12743 16.6247C4.82763 17.84 4.97559 18.0636 5.03473 18.0053C5.06433 17.9664 5.63633 16.9942 6.30694 15.8372ZM8.17087 12.0066C8.29907 12.0552 8.72315 12.2497 9.10777 12.4441C9.67977 12.7261 9.84742 12.7747 9.90657 12.6677C9.95589 12.5997 10.1729 12.2302 10.38 11.851C10.5969 11.4719 10.8336 11.1218 10.9027 11.0635C10.9717 10.9955 11.4549 10.8788 11.9678 10.7913C12.4806 10.7038 12.9145 10.626 12.9244 10.6066C12.9342 10.5968 12.8849 10.1788 12.8159 9.67323C12.6581 8.56488 12.6778 8.51627 13.5358 7.68987L14.1275 7.11626L13.4372 6.34818C12.6877 5.50234 12.6877 5.52178 12.8948 4.29678C12.9638 3.87873 12.9934 3.52869 12.9638 3.50925C12.9342 3.48982 12.5299 3.4023 12.0664 3.30508C11.6029 3.2176 11.1591 3.13008 11.0703 3.10091C10.9914 3.08147 10.7054 2.66342 10.449 2.18703C10.1926 1.7009 9.9263 1.31202 9.85729 1.31202C9.78824 1.31202 9.34447 1.48703 8.87107 1.71064L8.02295 2.09951L7.06632 1.65229C6.54364 1.40924 6.10969 1.22451 6.09983 1.23424C6.08996 1.25368 5.88289 1.61342 5.65606 2.0412C5.41936 2.46898 5.1531 2.8676 5.07419 2.93564C4.98545 2.99399 4.48246 3.12038 3.94991 3.2176C3.22012 3.34399 2.99332 3.42177 3.03274 3.51899C3.06233 3.59677 3.12152 4.06343 3.15111 4.569L3.22012 5.48291L2.55938 6.18291C2.20434 6.57179 1.9085 6.93152 1.9085 6.97043C1.9085 7.00931 2.20434 7.35931 2.55938 7.74822L3.21026 8.44822L3.13138 9.12879C3.09192 9.50796 3.05247 9.99406 3.05247 10.208L3.0426 10.5968L3.93018 10.7524C4.42331 10.8399 4.88681 10.9371 4.97558 10.976C5.06433 11.0149 5.29116 11.3358 5.47854 11.6955C5.66592 12.0552 5.87303 12.4441 5.93218 12.5608C6.05054 12.7649 6.05054 12.7649 6.99727 12.3469C7.72706 12.0163 8.00322 11.9385 8.17087 12.0066Z" fill="#757575"/>
4
- <path d="M6.83895 9.57816C6.23652 8.8825 5.48591 8.03984 5.17976 7.69689C4.87356 7.35396 4.58716 7.00123 4.53777 6.90325C4.4785 6.77587 4.60692 6.50153 5.04146 5.81565L5.61429 4.8946L8.00438 4.8652L10.3846 4.84561L10.9772 5.79602L11.5697 6.74647L11.392 7.00123C11.2932 7.13838 10.908 7.57932 10.5327 7.99085C10.1673 8.41216 9.46608 9.20583 8.97228 9.77411C8.48831 10.3424 8.05377 10.8127 8.01426 10.8127C7.97475 10.8225 7.4513 10.264 6.83895 9.57816ZM8.85374 8.47097L9.28831 6.95224L10.0982 6.92284C10.6907 6.90325 10.8982 6.86404 10.8982 6.76606C10.8982 6.57988 10.671 6.5113 10.0982 6.5113C9.83151 6.5113 9.61422 6.4819 9.61422 6.44273C9.61422 6.39374 9.77224 6.11939 9.95989 5.82542C10.276 5.33554 10.2957 5.28655 10.1475 5.13955C10.0488 5.05138 9.96977 5.03179 9.95002 5.10037C9.92038 5.15917 9.74261 5.46291 9.54511 5.77644L9.18956 6.34475L8.98215 6.08999C8.86362 5.9528 8.64636 5.65887 8.49819 5.44329C8.29078 5.13955 8.15252 5.04157 7.95499 5.04157C7.73774 5.04157 7.62908 5.14936 7.30316 5.67846C7.09575 6.03119 6.89822 6.31535 6.85871 6.31535C6.81923 6.31535 6.60195 6.03119 6.37478 5.67846C6.14762 5.32572 5.92049 5.04157 5.87109 5.04157C5.63405 5.04157 5.68344 5.27673 6.04887 5.84501L6.44393 6.46232L5.63405 6.5113C5.00198 6.55052 4.82421 6.58969 4.82421 6.70726C4.82421 6.82486 5.01186 6.86404 5.77231 6.88363L6.73033 6.91303L7.14515 8.39258C7.37231 9.20583 7.64883 9.9995 7.76734 10.1562L7.97475 10.4306L8.19203 10.215C8.34017 10.0681 8.56734 9.47037 8.85374 8.47097Z" fill="#757575"/>
5
- <path d="M7.73794 9.13669C7.43179 8.1177 7.13547 6.97129 7.18487 6.93208C7.20462 6.91249 7.59968 6.90272 8.05398 6.9223L8.89349 6.9517L8.46879 8.36264C8.23175 9.13669 8.02434 9.78339 8.00462 9.81279C7.97499 9.83238 7.85645 9.52863 7.73794 9.13669Z" fill="#757575"/>
6
- <path d="M7.56053 6.00172C7.74818 5.72738 7.93584 5.48244 7.98523 5.46285C8.0741 5.44322 8.72596 6.32506 8.72596 6.46225C8.72596 6.49165 8.39017 6.51124 7.98523 6.51124H7.23462L7.56053 6.00172Z" fill="#757575"/>
7
- <path d="M6.72119 3.88496C6.37552 3.53222 6.25698 3.27747 6.44463 3.27747C6.53354 3.27747 7.34338 4.11031 7.34338 4.20832C7.34338 4.36507 7.03722 4.20832 6.72119 3.88496Z" fill="#757575"/>
8
- <path d="M8.72559 4.17868C8.72559 4.04149 9.57498 3.26741 9.64409 3.3458C9.68361 3.38501 9.52559 3.60056 9.29842 3.83573C8.89348 4.23745 8.72559 4.34524 8.72559 4.17868Z" fill="#757575"/>
9
- <path d="M7.9353 3.32637C7.9353 2.96386 7.97478 2.68951 8.03405 2.68951C8.09332 2.68951 8.1328 2.96386 8.1328 3.32637C8.1328 3.68892 8.09332 3.96326 8.03405 3.96326C7.97478 3.96326 7.9353 3.68892 7.9353 3.32637Z" fill="#757575"/>
10
- </g>
11
- <defs>
12
- <clipPath id="clip0">
13
- <rect width="16" height="19.6923" fill="white"/>
14
- </clipPath>
15
- </defs>
16
- </svg>
1
+ <svg width="16" height="20" viewBox="0 0 16 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M9.93617 17.7719C9.47267 16.9747 8.83162 15.9052 8.51604 15.3802L7.94404 14.4177L7.52986 15.1372C7.30302 15.5261 6.98744 16.0414 6.83948 16.2844C6.69156 16.5275 6.26748 17.2372 5.89276 17.8789C5.52786 18.5109 5.1531 19.0553 5.07419 19.0845C4.83749 19.172 4.66984 18.9775 3.9795 17.7914L3.29903 16.6247L1.6422 16.5761C0.172758 16.5372 -0.0146217 16.508 -0.0442134 16.3622C-0.0639413 16.265 0.547518 15.0983 1.3069 13.7663C2.07615 12.4344 2.69744 11.3066 2.69744 11.2482C2.69744 11.1996 2.6087 11.083 2.50019 10.9858C2.27339 10.7816 2.25366 10.4899 2.41145 9.43018L2.52978 8.68157L2.1353 8.28292C0.971597 7.06765 0.951869 6.89265 1.8789 5.89122L2.52978 5.18152L2.42132 4.25787C2.25366 2.85786 2.31281 2.78981 3.78226 2.5273C4.24579 2.44951 4.65998 2.32312 4.69943 2.25508C4.73889 2.19673 4.98545 1.78842 5.24184 1.36063C5.82371 0.378675 5.96177 0.349503 7.18465 0.923115L8.03281 1.31202L8.94012 0.913379C10.163 0.36894 10.2715 0.407848 10.8928 1.55507C11.1492 2.03147 11.4451 2.44951 11.5535 2.48842C11.6522 2.5273 12.0762 2.61481 12.4904 2.67312C13.1413 2.78008 13.2893 2.83842 13.5062 3.09121C13.6344 3.24677 13.733 3.45094 13.7035 3.53843C13.6838 3.62594 13.6048 4.05373 13.5457 4.49121L13.4273 5.29817L14.0782 5.97874C15.0447 6.98987 15.0447 7.07735 13.9796 8.20514L13.4273 8.79822L13.4964 9.3621C13.5259 9.66349 13.5851 10.0621 13.6147 10.2468C13.664 10.5774 13.4865 11.1316 13.3386 11.1316C13.2893 11.1316 13.2498 11.1802 13.2498 11.2385C13.2498 11.2969 13.881 12.4344 14.6502 13.7761C15.7646 15.7108 16.0211 16.2358 15.9421 16.3719C15.8633 16.4983 15.5871 16.5372 14.2262 16.5761L12.6186 16.6247L11.9579 17.7914C11.2182 19.0845 11.1394 19.2011 10.9322 19.2011C10.8533 19.2011 10.4096 18.5595 9.93617 17.7719ZM11.662 16.9456L12.234 15.9442L13.6246 15.915C14.3938 15.9052 15.025 15.8761 15.025 15.8566C15.025 15.8178 13.8613 13.7858 13.1315 12.5413L12.5003 11.4719L12.0171 11.501C11.5141 11.5399 11.1788 11.6566 11.1788 11.8024C11.1788 11.9871 10.3602 13.2802 10.1926 13.3677C9.88688 13.5233 9.68964 13.4844 8.79219 13.0566C8.30893 12.833 7.90458 12.6774 7.86516 12.7066C7.83557 12.7358 8.17087 13.3677 8.60481 14.1066C9.03872 14.8552 9.74879 16.0608 10.163 16.79C10.5871 17.5192 10.9717 18.0831 11.021 18.0345C11.0604 17.9956 11.3563 17.4997 11.662 16.9456ZM6.30694 15.8372L7.51999 13.7372L7.36217 13.4261C7.28329 13.2608 7.19452 13.1052 7.17479 13.0858C7.1551 13.0663 6.86908 13.1538 6.54364 13.2705C5.95191 13.4941 5.93218 13.4941 5.68565 13.3094C5.55742 13.2122 5.25171 12.7649 5.03473 12.3371L4.62055 11.5496L4.04855 11.4524C3.38777 11.3455 3.53573 11.2094 2.72703 12.6385C2.45091 13.1247 1.93805 14.0288 1.57316 14.6511C1.21813 15.2733 0.922277 15.808 0.922277 15.8372C0.922277 15.8664 1.55343 15.9052 2.32268 15.915L3.72311 15.9442L4.12743 16.6247C4.82763 17.84 4.97559 18.0636 5.03473 18.0053C5.06433 17.9664 5.63633 16.9942 6.30694 15.8372ZM8.17087 12.0066C8.29907 12.0552 8.72315 12.2497 9.10777 12.4441C9.67977 12.7261 9.84742 12.7747 9.90657 12.6677C9.95589 12.5997 10.1729 12.2302 10.38 11.851C10.5969 11.4719 10.8336 11.1218 10.9027 11.0635C10.9717 10.9955 11.4549 10.8788 11.9678 10.7913C12.4806 10.7038 12.9145 10.626 12.9244 10.6066C12.9342 10.5968 12.8849 10.1788 12.8159 9.67323C12.6581 8.56488 12.6778 8.51627 13.5358 7.68987L14.1275 7.11626L13.4372 6.34818C12.6877 5.50234 12.6877 5.52178 12.8948 4.29678C12.9638 3.87873 12.9934 3.52869 12.9638 3.50925C12.9342 3.48982 12.5299 3.4023 12.0664 3.30508C11.6029 3.2176 11.1591 3.13008 11.0703 3.10091C10.9914 3.08147 10.7054 2.66342 10.449 2.18703C10.1926 1.7009 9.9263 1.31202 9.85729 1.31202C9.78824 1.31202 9.34447 1.48703 8.87107 1.71064L8.02295 2.09951L7.06632 1.65229C6.54364 1.40924 6.10969 1.22451 6.09983 1.23424C6.08996 1.25368 5.88289 1.61342 5.65606 2.0412C5.41936 2.46898 5.1531 2.8676 5.07419 2.93564C4.98545 2.99399 4.48246 3.12038 3.94991 3.2176C3.22012 3.34399 2.99332 3.42177 3.03274 3.51899C3.06233 3.59677 3.12152 4.06343 3.15111 4.569L3.22012 5.48291L2.55938 6.18291C2.20434 6.57179 1.9085 6.93152 1.9085 6.97043C1.9085 7.00931 2.20434 7.35931 2.55938 7.74822L3.21026 8.44822L3.13138 9.12879C3.09192 9.50796 3.05247 9.99406 3.05247 10.208L3.0426 10.5968L3.93018 10.7524C4.42331 10.8399 4.88681 10.9371 4.97558 10.976C5.06433 11.0149 5.29116 11.3358 5.47854 11.6955C5.66592 12.0552 5.87303 12.4441 5.93218 12.5608C6.05054 12.7649 6.05054 12.7649 6.99727 12.3469C7.72706 12.0163 8.00322 11.9385 8.17087 12.0066Z" fill="#757575"/>
4
+ <path d="M6.83895 9.57816C6.23652 8.8825 5.48591 8.03984 5.17976 7.69689C4.87356 7.35396 4.58716 7.00123 4.53777 6.90325C4.4785 6.77587 4.60692 6.50153 5.04146 5.81565L5.61429 4.8946L8.00438 4.8652L10.3846 4.84561L10.9772 5.79602L11.5697 6.74647L11.392 7.00123C11.2932 7.13838 10.908 7.57932 10.5327 7.99085C10.1673 8.41216 9.46608 9.20583 8.97228 9.77411C8.48831 10.3424 8.05377 10.8127 8.01426 10.8127C7.97475 10.8225 7.4513 10.264 6.83895 9.57816ZM8.85374 8.47097L9.28831 6.95224L10.0982 6.92284C10.6907 6.90325 10.8982 6.86404 10.8982 6.76606C10.8982 6.57988 10.671 6.5113 10.0982 6.5113C9.83151 6.5113 9.61422 6.4819 9.61422 6.44273C9.61422 6.39374 9.77224 6.11939 9.95989 5.82542C10.276 5.33554 10.2957 5.28655 10.1475 5.13955C10.0488 5.05138 9.96977 5.03179 9.95002 5.10037C9.92038 5.15917 9.74261 5.46291 9.54511 5.77644L9.18956 6.34475L8.98215 6.08999C8.86362 5.9528 8.64636 5.65887 8.49819 5.44329C8.29078 5.13955 8.15252 5.04157 7.95499 5.04157C7.73774 5.04157 7.62908 5.14936 7.30316 5.67846C7.09575 6.03119 6.89822 6.31535 6.85871 6.31535C6.81923 6.31535 6.60195 6.03119 6.37478 5.67846C6.14762 5.32572 5.92049 5.04157 5.87109 5.04157C5.63405 5.04157 5.68344 5.27673 6.04887 5.84501L6.44393 6.46232L5.63405 6.5113C5.00198 6.55052 4.82421 6.58969 4.82421 6.70726C4.82421 6.82486 5.01186 6.86404 5.77231 6.88363L6.73033 6.91303L7.14515 8.39258C7.37231 9.20583 7.64883 9.9995 7.76734 10.1562L7.97475 10.4306L8.19203 10.215C8.34017 10.0681 8.56734 9.47037 8.85374 8.47097Z" fill="#757575"/>
5
+ <path d="M7.73794 9.13669C7.43179 8.1177 7.13547 6.97129 7.18487 6.93208C7.20462 6.91249 7.59968 6.90272 8.05398 6.9223L8.89349 6.9517L8.46879 8.36264C8.23175 9.13669 8.02434 9.78339 8.00462 9.81279C7.97499 9.83238 7.85645 9.52863 7.73794 9.13669Z" fill="#757575"/>
6
+ <path d="M7.56053 6.00172C7.74818 5.72738 7.93584 5.48244 7.98523 5.46285C8.0741 5.44322 8.72596 6.32506 8.72596 6.46225C8.72596 6.49165 8.39017 6.51124 7.98523 6.51124H7.23462L7.56053 6.00172Z" fill="#757575"/>
7
+ <path d="M6.72119 3.88496C6.37552 3.53222 6.25698 3.27747 6.44463 3.27747C6.53354 3.27747 7.34338 4.11031 7.34338 4.20832C7.34338 4.36507 7.03722 4.20832 6.72119 3.88496Z" fill="#757575"/>
8
+ <path d="M8.72559 4.17868C8.72559 4.04149 9.57498 3.26741 9.64409 3.3458C9.68361 3.38501 9.52559 3.60056 9.29842 3.83573C8.89348 4.23745 8.72559 4.34524 8.72559 4.17868Z" fill="#757575"/>
9
+ <path d="M7.9353 3.32637C7.9353 2.96386 7.97478 2.68951 8.03405 2.68951C8.09332 2.68951 8.1328 2.96386 8.1328 3.32637C8.1328 3.68892 8.09332 3.96326 8.03405 3.96326C7.97478 3.96326 7.9353 3.68892 7.9353 3.32637Z" fill="#757575"/>
10
+ </g>
11
+ <defs>
12
+ <clipPath id="clip0">
13
+ <rect width="16" height="19.6923" fill="white"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
@@ -1,13 +1,13 @@
1
- <svg width="30" height="14" viewBox="0 0 30 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path d="M6.03073 13.8905C5.13046 13.7296 4.03341 13.3003 3.28815 12.8054C1.60083 11.6965 0.462095 9.9138 0.199726 7.96417C0.116253 7.34407 0.16399 5.63891 0.271306 5.46601C0.289148 5.44217 0.313042 5.3587 0.330884 5.27522C0.4442 4.66112 1.00462 3.4448 1.45178 2.8367C2.04799 2.0258 3.09141 1.14343 3.98573 0.696274C5.55973 -0.0907258 7.49741 -0.245778 9.19068 0.278906C11.0211 0.851275 12.5057 2.10927 13.3642 3.81448C13.6385 4.36896 13.8352 4.89959 13.9008 5.29312C13.9068 5.31696 13.9485 5.47791 13.9903 5.64486C14.0916 6.02049 14.1035 7.80317 14.0141 8.20264C13.9783 8.3517 13.9366 8.53654 13.9247 8.61996C13.8114 9.21022 13.3583 10.2179 12.8932 10.9094C12.6428 11.2851 11.9035 12.09 11.498 12.4179C10.878 12.9306 9.73326 13.509 8.92241 13.7236C8.72562 13.7713 8.51099 13.8309 8.44541 13.8488C8.29636 13.8905 6.22752 13.9263 6.03073 13.8905ZM8.84489 10.7664C9.1072 10.6948 9.4232 10.5756 9.54841 10.4981C9.73326 10.3788 9.76904 10.3311 9.75115 10.188C9.7392 10.0926 9.69152 9.93764 9.63783 9.83628C9.59015 9.74086 9.54841 9.63354 9.54841 9.5978C9.54841 9.56201 9.48283 9.46064 9.39936 9.36528C9.22647 9.18638 9.06547 9.18043 8.38578 9.35928C7.77768 9.52028 6.88931 9.46659 6.46004 9.24007C6.20962 9.10891 5.78031 8.6617 5.66704 8.41133L5.55973 8.1728L6.4481 8.14301C7.0622 8.12512 7.36031 8.08933 7.41399 8.0357C7.45573 7.99396 7.49741 7.79722 7.50341 7.58854C7.51531 7.0877 7.49147 7.0758 6.31099 7.0698H5.36894L5.38683 6.87901L5.40473 6.68228L6.40041 6.65249C6.94294 6.63459 7.41399 6.5988 7.44378 6.57496C7.46762 6.54517 7.49741 6.35438 7.50341 6.1397C7.52131 5.58522 7.50936 5.57927 6.47194 5.57927H5.60741L5.71473 5.39443C5.88768 5.09633 6.25731 4.75649 6.55541 4.61338C6.92504 4.44649 7.78362 4.41664 8.38578 4.5538C8.61831 4.60149 8.92241 4.64917 9.06547 4.64917C9.32189 4.65512 9.33973 4.64322 9.50668 4.35701C9.63783 4.13643 9.69152 3.98143 9.69152 3.7668C9.69747 3.48654 9.69152 3.46864 9.45899 3.34349C8.90452 3.05133 7.8492 2.91417 6.97278 3.02748C6.32289 3.11096 5.68494 3.39117 5.25568 3.7787C5.1722 3.85022 5.08873 3.90985 5.07083 3.90985C5.05294 3.90985 4.90983 4.07085 4.75483 4.26759C4.48057 4.61338 4.12283 5.30501 4.12283 5.48985C4.12283 5.56138 4.03341 5.57927 3.66378 5.57927C3.40741 5.57927 3.16294 5.60312 3.1212 5.63296C3.00794 5.70449 2.93636 6.08012 2.99004 6.33049C3.04967 6.5988 3.06157 6.61075 3.30004 6.62264C3.9261 6.65249 3.88436 6.63459 3.88436 6.86117V7.0698H3.50278C3.03773 7.0698 2.9841 7.12943 2.9781 7.57659C2.97215 8.0357 3.04967 8.10722 3.61604 8.13106C4.05725 8.15496 4.05725 8.15496 4.09899 8.34575C4.11689 8.44707 4.15862 8.56038 4.18246 8.59017C4.20631 8.62596 4.25399 8.73328 4.28383 8.82864C4.3852 9.13275 4.74889 9.64549 5.08873 9.96743C5.41068 10.2775 5.91746 10.5696 6.41831 10.7365C7.03836 10.9512 8.06978 10.9631 8.84489 10.7664Z" fill="#757575"/>
4
- <path d="M24.5927 12.9493C24.0918 12.8241 23.6268 12.5618 23.2571 12.1862C23.0663 11.9954 22.8934 11.7867 22.8755 11.7211C22.8398 11.6019 22.7622 11.6019 17.76 11.6019H12.6862L12.871 11.4111C12.9664 11.3038 13.1214 11.113 13.2168 10.9937L13.3778 10.7672H17.921H22.4582V10.2306V9.69401H22.1124C21.8262 9.69401 21.7427 9.67012 21.6235 9.54496C21.4446 9.37201 21.4327 9.13949 21.5937 8.97854C21.695 8.87717 21.7904 8.85928 22.2376 8.85928H22.7563L23.0246 8.51943C23.3525 8.10212 23.7818 7.76822 24.217 7.59533C24.4913 7.48201 24.6642 7.45817 25.2604 7.45817C25.9461 7.45817 25.9938 7.46412 26.3872 7.65491C26.894 7.89343 27.2339 8.1677 27.526 8.56117L27.7467 8.85928H28.4263H29.106V8.3227V7.78612H28.5456C27.9314 7.78612 27.7705 7.72054 27.7049 7.42838C27.6572 7.22564 27.8659 6.95138 28.0686 6.95138C28.319 6.95138 28.2236 6.85601 27.7884 6.65922C27.2578 6.42075 26.5184 6.20612 25.6778 6.04517C25.0458 5.91996 24.8252 5.91396 19.7633 5.89606L14.4987 5.87222L14.4927 5.74107C14.4927 5.66954 14.445 5.42507 14.3854 5.19854C14.3198 4.94212 14.3019 4.82291 14.3497 4.88254C14.4152 4.97791 14.6835 4.98385 17.6229 4.97196L20.8245 4.95407L18.6007 3.91664C15.6732 2.55133 15.7805 2.58706 14.29 2.55133L13.0976 2.52749L12.6564 2.08028L12.2092 1.63312L13.7594 1.66296C15.3393 1.6987 15.6792 1.74043 16.4066 1.99085C16.5854 2.05643 18.1177 2.75401 19.811 3.54101L22.8874 4.97791L24.0501 5.03754C25.9938 5.14485 27.1326 5.39528 28.3608 5.99743C29.2073 6.4148 29.5114 6.65922 29.7619 7.15412L29.9705 7.56549V9.06201C29.9705 10.481 29.9646 10.5704 29.8453 10.797C29.7738 10.9282 29.6367 11.113 29.5472 11.2084C29.2431 11.5065 29.0643 11.5661 28.3488 11.59C27.9792 11.6019 27.6751 11.6376 27.6751 11.6675C27.6751 11.6913 27.5141 11.8881 27.3173 12.0967C26.5959 12.8719 25.5823 13.1878 24.5927 12.9493ZM26.107 11.9536C26.8404 11.6019 27.2339 10.9282 27.1862 10.1113C27.1266 9.10375 26.3932 8.34654 25.4035 8.27501C23.9845 8.17364 22.959 9.51512 23.4121 10.8805C23.5194 11.2084 23.9189 11.6973 24.2409 11.894C24.7894 12.2339 25.4929 12.2577 26.107 11.9536ZM28.9629 10.5645C29.0762 10.4333 29.106 10.3379 29.106 10.0457V9.69401H28.5754H28.0448V10.2365V10.7791L28.4382 10.7553C28.7721 10.7314 28.8437 10.7075 28.9629 10.5645Z" fill="#757575"/>
5
- <path d="M24.9017 11.0407C24.6513 10.9334 24.4068 10.6293 24.3591 10.3729C24.2995 10.0569 24.4724 9.66344 24.7586 9.47265C24.9554 9.34149 25.0388 9.3236 25.325 9.34744C25.6053 9.37128 25.6887 9.40707 25.8676 9.58591C26.5592 10.2835 25.796 11.4342 24.9017 11.0407Z" fill="#757575"/>
6
- <path d="M14.0336 9.62186C14.0455 9.58012 14.1051 9.38934 14.1647 9.20455L14.284 8.8587H17.2412C20.0375 8.8587 20.2104 8.8647 20.2998 8.96602C20.4011 9.07933 20.431 9.37149 20.3535 9.4907C20.2283 9.68149 20.0434 9.69344 17.0325 9.69344C14.6477 9.69344 14.0157 9.67555 14.0336 9.62186Z" fill="#757575"/>
7
- </g>
8
- <defs>
9
- <clipPath id="clip0">
10
- <rect width="30" height="13.6842" fill="white"/>
11
- </clipPath>
12
- </defs>
13
- </svg>
1
+ <svg width="30" height="14" viewBox="0 0 30 14" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path d="M6.03073 13.8905C5.13046 13.7296 4.03341 13.3003 3.28815 12.8054C1.60083 11.6965 0.462095 9.9138 0.199726 7.96417C0.116253 7.34407 0.16399 5.63891 0.271306 5.46601C0.289148 5.44217 0.313042 5.3587 0.330884 5.27522C0.4442 4.66112 1.00462 3.4448 1.45178 2.8367C2.04799 2.0258 3.09141 1.14343 3.98573 0.696274C5.55973 -0.0907258 7.49741 -0.245778 9.19068 0.278906C11.0211 0.851275 12.5057 2.10927 13.3642 3.81448C13.6385 4.36896 13.8352 4.89959 13.9008 5.29312C13.9068 5.31696 13.9485 5.47791 13.9903 5.64486C14.0916 6.02049 14.1035 7.80317 14.0141 8.20264C13.9783 8.3517 13.9366 8.53654 13.9247 8.61996C13.8114 9.21022 13.3583 10.2179 12.8932 10.9094C12.6428 11.2851 11.9035 12.09 11.498 12.4179C10.878 12.9306 9.73326 13.509 8.92241 13.7236C8.72562 13.7713 8.51099 13.8309 8.44541 13.8488C8.29636 13.8905 6.22752 13.9263 6.03073 13.8905ZM8.84489 10.7664C9.1072 10.6948 9.4232 10.5756 9.54841 10.4981C9.73326 10.3788 9.76904 10.3311 9.75115 10.188C9.7392 10.0926 9.69152 9.93764 9.63783 9.83628C9.59015 9.74086 9.54841 9.63354 9.54841 9.5978C9.54841 9.56201 9.48283 9.46064 9.39936 9.36528C9.22647 9.18638 9.06547 9.18043 8.38578 9.35928C7.77768 9.52028 6.88931 9.46659 6.46004 9.24007C6.20962 9.10891 5.78031 8.6617 5.66704 8.41133L5.55973 8.1728L6.4481 8.14301C7.0622 8.12512 7.36031 8.08933 7.41399 8.0357C7.45573 7.99396 7.49741 7.79722 7.50341 7.58854C7.51531 7.0877 7.49147 7.0758 6.31099 7.0698H5.36894L5.38683 6.87901L5.40473 6.68228L6.40041 6.65249C6.94294 6.63459 7.41399 6.5988 7.44378 6.57496C7.46762 6.54517 7.49741 6.35438 7.50341 6.1397C7.52131 5.58522 7.50936 5.57927 6.47194 5.57927H5.60741L5.71473 5.39443C5.88768 5.09633 6.25731 4.75649 6.55541 4.61338C6.92504 4.44649 7.78362 4.41664 8.38578 4.5538C8.61831 4.60149 8.92241 4.64917 9.06547 4.64917C9.32189 4.65512 9.33973 4.64322 9.50668 4.35701C9.63783 4.13643 9.69152 3.98143 9.69152 3.7668C9.69747 3.48654 9.69152 3.46864 9.45899 3.34349C8.90452 3.05133 7.8492 2.91417 6.97278 3.02748C6.32289 3.11096 5.68494 3.39117 5.25568 3.7787C5.1722 3.85022 5.08873 3.90985 5.07083 3.90985C5.05294 3.90985 4.90983 4.07085 4.75483 4.26759C4.48057 4.61338 4.12283 5.30501 4.12283 5.48985C4.12283 5.56138 4.03341 5.57927 3.66378 5.57927C3.40741 5.57927 3.16294 5.60312 3.1212 5.63296C3.00794 5.70449 2.93636 6.08012 2.99004 6.33049C3.04967 6.5988 3.06157 6.61075 3.30004 6.62264C3.9261 6.65249 3.88436 6.63459 3.88436 6.86117V7.0698H3.50278C3.03773 7.0698 2.9841 7.12943 2.9781 7.57659C2.97215 8.0357 3.04967 8.10722 3.61604 8.13106C4.05725 8.15496 4.05725 8.15496 4.09899 8.34575C4.11689 8.44707 4.15862 8.56038 4.18246 8.59017C4.20631 8.62596 4.25399 8.73328 4.28383 8.82864C4.3852 9.13275 4.74889 9.64549 5.08873 9.96743C5.41068 10.2775 5.91746 10.5696 6.41831 10.7365C7.03836 10.9512 8.06978 10.9631 8.84489 10.7664Z" fill="#757575"/>
4
+ <path d="M24.5927 12.9493C24.0918 12.8241 23.6268 12.5618 23.2571 12.1862C23.0663 11.9954 22.8934 11.7867 22.8755 11.7211C22.8398 11.6019 22.7622 11.6019 17.76 11.6019H12.6862L12.871 11.4111C12.9664 11.3038 13.1214 11.113 13.2168 10.9937L13.3778 10.7672H17.921H22.4582V10.2306V9.69401H22.1124C21.8262 9.69401 21.7427 9.67012 21.6235 9.54496C21.4446 9.37201 21.4327 9.13949 21.5937 8.97854C21.695 8.87717 21.7904 8.85928 22.2376 8.85928H22.7563L23.0246 8.51943C23.3525 8.10212 23.7818 7.76822 24.217 7.59533C24.4913 7.48201 24.6642 7.45817 25.2604 7.45817C25.9461 7.45817 25.9938 7.46412 26.3872 7.65491C26.894 7.89343 27.2339 8.1677 27.526 8.56117L27.7467 8.85928H28.4263H29.106V8.3227V7.78612H28.5456C27.9314 7.78612 27.7705 7.72054 27.7049 7.42838C27.6572 7.22564 27.8659 6.95138 28.0686 6.95138C28.319 6.95138 28.2236 6.85601 27.7884 6.65922C27.2578 6.42075 26.5184 6.20612 25.6778 6.04517C25.0458 5.91996 24.8252 5.91396 19.7633 5.89606L14.4987 5.87222L14.4927 5.74107C14.4927 5.66954 14.445 5.42507 14.3854 5.19854C14.3198 4.94212 14.3019 4.82291 14.3497 4.88254C14.4152 4.97791 14.6835 4.98385 17.6229 4.97196L20.8245 4.95407L18.6007 3.91664C15.6732 2.55133 15.7805 2.58706 14.29 2.55133L13.0976 2.52749L12.6564 2.08028L12.2092 1.63312L13.7594 1.66296C15.3393 1.6987 15.6792 1.74043 16.4066 1.99085C16.5854 2.05643 18.1177 2.75401 19.811 3.54101L22.8874 4.97791L24.0501 5.03754C25.9938 5.14485 27.1326 5.39528 28.3608 5.99743C29.2073 6.4148 29.5114 6.65922 29.7619 7.15412L29.9705 7.56549V9.06201C29.9705 10.481 29.9646 10.5704 29.8453 10.797C29.7738 10.9282 29.6367 11.113 29.5472 11.2084C29.2431 11.5065 29.0643 11.5661 28.3488 11.59C27.9792 11.6019 27.6751 11.6376 27.6751 11.6675C27.6751 11.6913 27.5141 11.8881 27.3173 12.0967C26.5959 12.8719 25.5823 13.1878 24.5927 12.9493ZM26.107 11.9536C26.8404 11.6019 27.2339 10.9282 27.1862 10.1113C27.1266 9.10375 26.3932 8.34654 25.4035 8.27501C23.9845 8.17364 22.959 9.51512 23.4121 10.8805C23.5194 11.2084 23.9189 11.6973 24.2409 11.894C24.7894 12.2339 25.4929 12.2577 26.107 11.9536ZM28.9629 10.5645C29.0762 10.4333 29.106 10.3379 29.106 10.0457V9.69401H28.5754H28.0448V10.2365V10.7791L28.4382 10.7553C28.7721 10.7314 28.8437 10.7075 28.9629 10.5645Z" fill="#757575"/>
5
+ <path d="M24.9017 11.0407C24.6513 10.9334 24.4068 10.6293 24.3591 10.3729C24.2995 10.0569 24.4724 9.66344 24.7586 9.47265C24.9554 9.34149 25.0388 9.3236 25.325 9.34744C25.6053 9.37128 25.6887 9.40707 25.8676 9.58591C26.5592 10.2835 25.796 11.4342 24.9017 11.0407Z" fill="#757575"/>
6
+ <path d="M14.0336 9.62186C14.0455 9.58012 14.1051 9.38934 14.1647 9.20455L14.284 8.8587H17.2412C20.0375 8.8587 20.2104 8.8647 20.2998 8.96602C20.4011 9.07933 20.431 9.37149 20.3535 9.4907C20.2283 9.68149 20.0434 9.69344 17.0325 9.69344C14.6477 9.69344 14.0157 9.67555 14.0336 9.62186Z" fill="#757575"/>
7
+ </g>
8
+ <defs>
9
+ <clipPath id="clip0">
10
+ <rect width="30" height="13.6842" fill="white"/>
11
+ </clipPath>
12
+ </defs>
13
+ </svg>
@@ -1,10 +1,10 @@
1
- <svg width="16" height="19" viewBox="0 0 16 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M7.7326 0.0878587C7.71891 0.0953498 7.66554 0.106021 7.61401 0.11164C7.39216 0.135809 7.23054 0.230224 6.90567 0.52545C6.71528 0.698486 6.53028 0.860109 6.31981 1.03728C5.82819 1.4512 5.25968 1.80285 4.71588 2.02949C4.58801 2.08278 4.32081 2.1667 4.30653 2.15808C4.29855 2.15324 4.29205 2.15642 4.29205 2.16504C4.29205 2.17369 4.23785 2.18988 4.17154 2.20104C4.10528 2.21217 4.03702 2.22818 4.01986 2.23663C3.99839 2.24719 3.98474 2.24585 3.97617 2.23225C3.96656 2.21712 3.96197 2.21748 3.95634 2.23398C3.95233 2.24578 3.93047 2.25624 3.90777 2.25723C3.88508 2.25818 3.8586 2.26376 3.84891 2.26963C3.83916 2.2755 3.79092 2.28422 3.74171 2.28903C3.63342 2.29963 3.49601 2.32323 3.4585 2.33769C3.44347 2.34352 3.42656 2.34108 3.42099 2.33224C3.41464 2.32224 3.39245 2.32521 3.36174 2.34012C3.3255 2.35779 3.30411 2.35963 3.28011 2.34708C3.25749 2.33521 3.24586 2.33521 3.24181 2.34712C3.23863 2.35645 3.19874 2.36765 3.15322 2.372C2.86914 2.39906 2.65357 2.4139 2.48035 2.41836C2.40267 2.4203 2.32787 2.42673 2.31414 2.4326C2.30045 2.43846 1.97695 2.44146 1.59528 2.43931C1.21365 2.43712 0.899511 2.4397 0.897199 2.44496C0.894922 2.45026 0.837182 2.47108 0.768855 2.49118C0.342454 2.61676 0.00981571 2.97004 -0.0767944 3.38947C-0.0929818 3.46778 -0.111337 3.52682 -0.11766 3.52067C-0.123984 3.51452 -0.12915 4.29646 -0.12915 5.25832C-0.12915 6.24986 -0.122864 7.00334 -0.114625 6.99836C-0.0882846 6.9825 -0.0800822 7.5463 -0.106315 7.56708C-0.118889 7.57697 -0.128392 7.6062 -0.127489 7.63199C-0.125863 7.67814 -0.125646 7.67828 -0.114264 7.63835C-0.0976431 7.58015 -0.0835153 7.62362 -0.0693512 7.77658C-0.0612937 7.86361 -0.0640757 7.91089 -0.0788901 7.93799C-0.0964506 7.97004 -0.0954753 7.98245 -0.0729646 8.01386C-0.0396864 8.06029 -0.0349891 8.24803 -0.066822 8.26103C-0.0816725 8.26718 -0.0793236 8.27467 -0.0585112 8.28757C-0.0261002 8.30764 -0.0147906 8.49873 -0.0460454 8.49873C-0.0551869 8.49873 -0.0626662 8.50968 -0.0626662 8.52311C-0.0626662 8.5365 -0.0514296 8.54745 -0.0377353 8.54745C-0.00543265 8.54745 -0.00156598 8.71887 -0.0335795 8.73148C-0.0463705 8.73653 -0.0435887 8.74017 -0.0262812 8.74095C0.00981539 8.74261 0.0364095 8.88494 0.00425141 8.90434C-0.0115386 8.91388 -0.00980404 8.92643 0.011731 8.95855C0.0275933 8.98215 0.0377101 9.0237 0.0350362 9.05416C0.0324347 9.08377 0.034711 9.11519 0.0400948 9.12399C0.0635088 9.16211 0.0740233 9.40783 0.0522353 9.40783C0.0380713 9.40783 0.0402759 9.41476 0.0586674 9.42815C0.0743129 9.43946 0.0907532 9.48069 0.0959201 9.52147C0.101015 9.56165 0.108385 9.62009 0.112324 9.65136C0.116226 9.6826 0.124211 9.73193 0.130029 9.76094C0.137761 9.79963 0.134509 9.81383 0.117888 9.81419C0.102929 9.81451 0.105242 9.82041 0.12479 9.83146C0.143904 9.84235 0.153841 9.86655 0.152974 9.89998C0.152215 9.92842 0.160236 9.98821 0.170751 10.0328C0.188673 10.1087 0.193225 10.1341 0.211725 10.2601C0.225419 10.3536 0.316293 10.7813 0.368686 10.9988C0.397736 11.1193 0.423716 11.2289 0.426426 11.2423C0.429136 11.2557 0.436796 11.279 0.443444 11.2943C0.450093 11.3095 0.450671 11.3295 0.444781 11.3389C0.438855 11.3483 0.440481 11.3559 0.448322 11.3559C0.456199 11.3559 0.47058 11.3906 0.480299 11.433C0.508013 11.5541 0.585663 11.8314 0.60185 11.8673C0.609908 11.8851 0.623891 11.9253 0.632852 11.9566C0.716897 12.2481 0.969753 12.9635 1.04314 13.1173C1.05589 13.1441 1.108 13.261 1.15891 13.3771C1.20978 13.4931 1.26427 13.6172 1.27999 13.6527C1.31435 13.7303 1.59586 14.2756 1.64898 14.3673C1.84539 14.7067 1.91061 14.8151 1.99715 14.9461C2.73169 16.0585 3.36434 16.7338 4.46657 17.5821C4.52792 17.6293 5.02211 17.9548 5.15634 18.0365C5.5504 18.276 6.19035 18.5894 6.52758 18.7081C6.58242 18.7274 6.64226 18.7501 6.66054 18.7584C6.75879 18.8032 7.31454 18.9718 7.43938 18.9947C7.47411 19.0011 7.50677 19.0169 7.5119 19.0299C7.51747 19.0441 7.52531 19.047 7.53163 19.0371C7.53853 19.0261 7.59649 19.0296 7.70337 19.0474L7.8647 19.0742L8.097 19.0296C8.22473 19.005 8.38761 18.9669 8.4589 18.9448C8.53027 18.9226 8.59794 18.908 8.60936 18.9122C8.62081 18.9165 8.63014 18.9129 8.63014 18.9042C8.63014 18.8956 8.63812 18.8885 8.64788 18.8885C8.6576 18.8885 8.76419 18.8548 8.88473 18.8135C9.00523 18.7723 9.11131 18.7374 9.12046 18.7359C9.1296 18.7345 9.14456 18.7289 9.1537 18.7235C9.16284 18.7181 9.23391 18.688 9.3116 18.6566C9.55943 18.5568 10.0574 18.3221 10.259 18.2102C10.4484 18.1051 10.684 17.9623 10.879 17.8346C10.996 17.758 11.1088 17.6844 11.1296 17.671C11.3864 17.506 12.0415 16.9592 12.362 16.6424C12.9299 16.0812 13.5813 15.254 13.9236 14.6596C14.2022 14.176 14.4702 13.6606 14.5638 13.4285C14.5848 13.3764 14.6159 13.3073 14.6328 13.2749C14.6497 13.2425 14.6636 13.2066 14.6636 13.195C14.6636 13.1835 14.6715 13.1741 14.6812 13.1741C14.6909 13.1741 14.6951 13.1684 14.6907 13.1613C14.6862 13.1542 14.6928 13.1269 14.7054 13.1004C14.7954 12.911 14.9478 12.4884 15.1164 11.9609C15.1408 11.8844 15.1626 11.8433 15.1788 11.843C15.1984 11.8425 15.1992 11.8396 15.182 11.829C15.1614 11.8162 15.1675 11.7479 15.1931 11.705C15.1984 11.696 15.2045 11.6814 15.2065 11.6725C15.2404 11.5205 15.2935 11.3484 15.3079 11.3437C15.3182 11.3403 15.3227 11.3277 15.3179 11.3155C15.3131 11.3034 15.3327 11.1997 15.3613 11.0853C15.4168 10.8632 15.5112 10.4165 15.5112 10.3759C15.5112 10.3625 15.5197 10.331 15.5299 10.3058C15.5402 10.2807 15.55 10.2419 15.5518 10.2196C15.5619 10.0925 15.5834 9.95828 15.5948 9.95143C15.602 9.94708 15.604 9.92896 15.5992 9.91111C15.5944 9.89327 15.6021 9.86139 15.6162 9.84026C15.633 9.81539 15.6364 9.79627 15.6259 9.78606C15.6158 9.77624 15.6155 9.75553 15.625 9.73111C15.6333 9.70956 15.6456 9.63716 15.6522 9.5702C15.6594 9.4984 15.675 9.43677 15.6901 9.42002C15.7063 9.40221 15.7087 9.39161 15.6967 9.39161C15.6693 9.39161 15.6729 9.30101 15.7013 9.27324C15.7181 9.25677 15.72 9.24483 15.7076 9.23268C15.6863 9.21197 15.7045 9.09939 15.7291 9.09939C15.7383 9.09939 15.7403 9.09056 15.7335 9.07971C15.7123 9.04632 15.7269 8.94628 15.756 8.92487C15.7715 8.91342 15.7749 8.90459 15.7637 8.90459C15.7511 8.90459 15.7439 8.8754 15.7439 8.82342C15.7439 8.7788 15.7496 8.74226 15.7564 8.74229C15.7633 8.74229 15.7664 8.70325 15.7633 8.65551C15.759 8.58816 15.7646 8.56209 15.7881 8.53908C15.8096 8.51806 15.8125 8.50749 15.7978 8.50276C15.7713 8.4941 15.7704 8.34679 15.7964 8.29919C15.8152 8.26484 15.816 8.26481 15.8285 8.29619C15.8402 8.32545 15.8414 8.32488 15.8425 8.28947C15.8431 8.26813 15.8318 8.24219 15.8173 8.23184C15.7843 8.20831 15.8057 7.98446 15.8402 7.99142C15.8513 7.99365 15.8603 7.98453 15.8603 7.97114C15.8603 7.95775 15.8528 7.94679 15.8437 7.94679C15.8337 7.94679 15.827 7.88457 15.827 7.79255C15.827 7.70775 15.8337 7.63835 15.8417 7.63835C15.8636 7.63835 15.8783 7.56803 15.8588 7.55627C15.8479 7.54966 15.8453 7.46037 15.8514 7.30405C15.8694 6.84522 15.8788 3.557 15.8622 3.52311C15.8535 3.50519 15.8419 3.45414 15.8365 3.40961C15.7804 2.9486 15.2216 2.44348 14.7676 2.44348C14.7297 2.44348 14.6937 2.43546 14.6876 2.42567C14.6803 2.41429 14.6518 2.4121 14.6076 2.41959C14.5153 2.43521 13.5167 2.44737 13.4842 2.43323C13.4701 2.42705 13.3912 2.42076 13.309 2.4192C13.1638 2.41638 13.0152 2.4079 12.811 2.39069C12.7565 2.38613 12.709 2.3739 12.7055 2.36355C12.7006 2.34931 12.6934 2.34928 12.6759 2.36348C12.6612 2.37546 12.6302 2.37797 12.5903 2.37037C12.5559 2.36387 12.4986 2.35624 12.463 2.35344C12.4274 2.35065 12.3922 2.33878 12.3848 2.32705C12.3752 2.31196 12.3661 2.3108 12.3535 2.32306C12.341 2.33535 12.3056 2.33422 12.2323 2.31921C12.1754 2.30754 12.1087 2.2979 12.084 2.29769C12.0591 2.29751 12.0316 2.28472 12.0222 2.26896C12.0128 2.2532 12.005 2.24959 12.0047 2.26083C12.0042 2.28214 11.9513 2.28896 11.9321 2.27016C11.9259 2.26415 11.9041 2.25719 11.8836 2.25461C11.6662 2.22762 11.36 2.14483 11.1565 2.05808C11.0117 1.99624 10.5925 1.79211 10.5255 1.75066C10.3511 1.64296 9.87708 1.32978 9.7853 1.26166C9.4971 1.0477 9.37306 0.952158 9.05397 0.698274C8.862 0.54545 8.67501 0.39902 8.63845 0.372802C8.60188 0.346548 8.56824 0.320788 8.56365 0.315524C8.5105 0.254076 8.13013 0.105773 8.02567 0.105773C7.99355 0.105773 7.96266 0.0984592 7.95698 0.0895194C7.94466 0.0700144 7.76787 0.0686717 7.7326 0.0878587ZM7.99854 1.39127C8.7445 2.08175 9.85261 2.80697 10.6413 3.12071C10.7647 3.16976 10.8731 3.21156 10.8823 3.21361C10.9775 3.23442 11.1523 3.29647 11.1673 3.31477C11.1819 3.33258 11.1881 3.33325 11.1934 3.31764C11.1988 3.30177 11.2168 3.30315 11.274 3.32375C11.3508 3.35138 11.6658 3.4159 11.9793 3.4682C12.2316 3.51028 12.2315 3.51025 12.3574 3.52378C12.4191 3.53042 12.4696 3.54032 12.4696 3.5458C12.4696 3.55124 12.5033 3.55311 12.5446 3.54989C12.5859 3.54668 12.6326 3.54936 12.6485 3.55583C12.6778 3.56777 12.7346 3.57258 12.9821 3.58399C13.0784 3.58841 13.125 3.59742 13.1353 3.6135C13.1469 3.63166 13.1567 3.63265 13.1809 3.61799C13.2159 3.59682 13.4953 3.60777 13.5099 3.63085C13.5201 3.64696 13.639 3.64986 13.6549 3.63435C13.6688 3.62071 14.3951 3.62071 14.4091 3.63435C14.4264 3.65124 14.5306 3.64629 14.5306 3.62855C14.5306 3.61961 14.5568 3.6123 14.5888 3.6123H14.647L14.6469 4.63101C14.6468 5.19128 14.639 5.93707 14.6294 6.28827C14.6159 6.78342 14.6166 6.93218 14.632 6.95041C14.6571 6.97985 14.6401 7.44419 14.6121 7.49521C14.5984 7.52026 14.599 7.53835 14.6145 7.56662C14.6374 7.60856 14.6274 7.76033 14.5947 7.86715C14.5815 7.90997 14.5809 7.93602 14.5926 7.95033C14.6144 7.97693 14.5927 8.14573 14.5664 8.15428C14.5429 8.16191 14.5408 8.20654 14.5638 8.20654C14.5912 8.20654 14.5839 8.37947 14.5554 8.40728C14.5399 8.42244 14.5367 8.43559 14.5471 8.44184C14.5739 8.45799 14.5664 8.56643 14.5363 8.59894C14.5199 8.61668 14.5166 8.62862 14.528 8.62862C14.5561 8.62862 14.5518 8.74494 14.5221 8.78629C14.5044 8.81091 14.5025 8.82459 14.5155 8.83243C14.527 8.8394 14.5295 8.86268 14.5221 8.89441C14.5156 8.92233 14.5075 8.98169 14.5039 9.02635C14.4999 9.0783 14.4874 9.11483 14.4694 9.1278C14.4539 9.13897 14.45 9.14812 14.461 9.14812C14.4932 9.14812 14.4853 9.25755 14.4517 9.27667C14.4355 9.28586 14.4319 9.29345 14.4433 9.29374C14.4682 9.2943 14.4716 9.38515 14.4475 9.39978C14.4383 9.40529 14.4353 9.42766 14.441 9.44942C14.4465 9.47115 14.4453 9.50175 14.4383 9.51737C14.4312 9.53306 14.4235 9.56409 14.4212 9.58642C14.4058 9.73225 14.392 9.78122 14.3664 9.78147C14.3444 9.78168 14.3437 9.78436 14.3627 9.79602C14.3796 9.80655 14.3829 9.8292 14.3749 9.88104C14.3554 10.0089 14.3076 10.2033 14.2959 10.2033C14.2896 10.2033 14.2878 10.2161 14.2918 10.2317C14.3036 10.2767 14.2707 10.4242 14.0659 11.2423C14.0469 11.3182 14.0251 11.3913 14.0175 11.4047C14.0098 11.4182 13.9896 11.4821 13.9725 11.5467C13.9555 11.6114 13.9352 11.6644 13.9276 11.6644C13.92 11.6644 13.9177 11.6707 13.9227 11.6785C13.9353 11.6986 13.6951 12.3705 13.562 12.6871C12.7591 14.5969 11.4143 16.1806 9.82685 17.0856C9.75831 17.1247 9.68351 17.1679 9.66064 17.1816C9.61891 17.2068 9.56131 17.2371 9.36146 17.3393C9.23128 17.4059 8.89904 17.5573 8.88278 17.5574C8.87638 17.5575 8.85246 17.5669 8.82959 17.5783C8.80675 17.5898 8.75064 17.6123 8.70493 17.6285C8.65922 17.6446 8.59939 17.6672 8.57196 17.6787C8.54454 17.6902 8.48098 17.7119 8.43068 17.727C8.38042 17.7421 8.32431 17.7615 8.30603 17.7701C8.26473 17.7896 8.05335 17.8465 7.93494 17.8702C7.84118 17.8889 7.80895 17.8845 7.5644 17.8203C7.18497 17.7205 6.37744 17.382 6.0667 17.1923C6.02768 17.1685 5.89099 17.086 5.76301 17.009C5.63503 16.9321 5.52283 16.8632 5.51369 16.8559C5.50455 16.8486 5.42097 16.7891 5.3279 16.7235C5.14391 16.5938 4.88744 16.3978 4.78331 16.3074C4.5616 16.1149 4.47842 16.0383 4.29165 15.8546C3.84848 15.4187 3.49536 14.9964 3.17016 14.5134C2.99951 14.26 2.98603 14.2388 2.85501 14.0183C2.79402 13.9156 2.73733 13.8207 2.72905 13.8073C2.72078 13.7938 2.63088 13.6185 2.52924 13.4176C2.42763 13.2168 2.33792 13.0401 2.32993 13.0252C2.31577 12.9986 2.26887 12.8906 2.18667 12.6952C2.12177 12.5409 1.93186 12.0366 1.93186 12.0185C1.93186 12.0095 1.92134 11.9791 1.90852 11.9509C1.81414 11.7444 1.56005 10.8179 1.4737 10.3657C1.43453 10.1603 1.40349 10.0109 1.39428 9.9832C1.38271 9.9485 1.29917 9.42052 1.29166 9.33479C1.28931 9.30801 1.28198 9.27324 1.27533 9.25748C1.26871 9.24172 1.26662 9.20702 1.27059 9.18038C1.27464 9.1537 1.27269 9.13186 1.26629 9.13186C1.25993 9.13186 1.24938 9.0643 1.24281 8.98169C1.23627 8.89911 1.22474 8.79883 1.21715 8.75887C1.2096 8.71887 1.20989 8.67431 1.21784 8.65986C1.22676 8.6436 1.22503 8.62654 1.21325 8.61505C1.20284 8.60488 1.19168 8.55078 1.18854 8.49488C1.18532 8.43898 1.17849 8.35392 1.17329 8.30597C1.16671 8.24545 1.17014 8.21485 1.18438 8.20626C1.20024 8.19668 1.19873 8.18513 1.17781 8.15601C1.14568 8.11117 1.14207 7.99237 1.17145 7.94605C1.18857 7.91905 1.18789 7.91068 1.16729 7.89817C1.14789 7.8864 1.14156 7.84241 1.13885 7.69983C1.1369 7.59906 1.12751 7.40334 1.11793 7.26497C1.10839 7.12656 1.10536 7.00239 1.11121 6.989C1.1171 6.9756 1.12021 6.21035 1.11819 5.28846L1.1145 3.6123H1.16483C1.19251 3.6123 1.21983 3.61961 1.22546 3.62855C1.23681 3.64643 1.33831 3.65095 1.35532 3.63431C1.36121 3.62855 1.52717 3.62378 1.7241 3.62378C1.92102 3.62378 2.08698 3.62855 2.0929 3.63431C2.1088 3.64986 2.22189 3.647 2.24018 3.6306C2.26666 3.60685 2.53936 3.59526 2.56151 3.61689C2.57632 3.63134 2.58973 3.63032 2.61791 3.61265C2.63822 3.59989 2.70723 3.58689 2.77122 3.58382C3.03007 3.57134 3.0945 3.56604 3.11155 3.55572C3.12135 3.54982 3.16098 3.54643 3.19965 3.54827C3.23824 3.55011 3.28109 3.54756 3.29478 3.54272C3.30851 3.53784 3.36459 3.5288 3.41944 3.52265C3.85209 3.47399 4.55292 3.32916 4.82002 3.23322C4.859 3.21919 4.8964 3.20654 4.90312 3.20502C4.92133 3.20099 4.93842 3.19513 5.05661 3.15223C5.20523 3.09835 5.47517 2.97082 5.7117 2.8428C5.82057 2.7839 5.91202 2.73567 5.91484 2.73567C5.92579 2.73567 6.29896 2.49938 6.4186 2.41677C6.91235 2.0756 7.23328 1.82222 7.6646 1.43289C7.87287 1.24491 7.84436 1.24848 7.99854 1.39127ZM11.9301 6.2736C11.9249 6.28191 11.8798 6.29699 11.8299 6.3071C11.6066 6.3524 11.7357 6.23456 9.13032 8.77046C7.80234 10.063 6.70809 11.1233 6.69863 11.1266C6.68916 11.13 6.13445 10.5991 5.46596 9.94701C4.34346 8.85201 4.08894 8.6188 4.04273 8.64304C4.03818 8.6454 4.00826 8.64011 3.97625 8.6312C3.79493 8.58092 3.70626 8.58459 3.52748 8.64972C3.24427 8.75293 3.04536 9.02561 3.06035 9.29006C3.06404 9.356 3.0592 9.37748 3.03871 9.38515C3.02415 9.39062 3.01223 9.4014 3.01223 9.40907C3.01223 9.41677 3.02314 9.41896 3.03647 9.41398C3.05309 9.40776 3.064 9.41942 3.07119 9.45101C3.12185 9.67348 3.1186 9.66998 4.75133 11.2618C6.3812 12.8508 6.32256 12.7989 6.53589 12.8407C6.5679 12.847 6.61812 12.8602 6.6475 12.8701C6.68681 12.8833 6.71095 12.8832 6.73892 12.8697C6.75984 12.8595 6.80872 12.8466 6.84767 12.8408C7.05667 12.8098 6.89616 12.9579 9.85348 10.0682C12.7816 7.20702 12.6502 7.34231 12.6812 7.1555C12.6869 7.12129 12.6995 7.10253 12.7169 7.10239C12.734 7.10221 12.7371 7.09776 12.7255 7.0902C12.7155 7.08362 12.7031 7.02345 12.6981 6.95642C12.6747 6.64685 12.4433 6.37943 12.1421 6.31402C12.0754 6.29954 12.0208 6.28109 12.0208 6.27307C12.0208 6.25371 11.9424 6.2542 11.9301 6.2736Z" fill="#757575"/>
4
- </g>
5
- <defs>
6
- <clipPath id="clip0">
7
- <rect width="16" height="19" fill="white"/>
8
- </clipPath>
9
- </defs>
10
- </svg>
1
+ <svg width="16" height="19" viewBox="0 0 16 19" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0)">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.7326 0.0878587C7.71891 0.0953498 7.66554 0.106021 7.61401 0.11164C7.39216 0.135809 7.23054 0.230224 6.90567 0.52545C6.71528 0.698486 6.53028 0.860109 6.31981 1.03728C5.82819 1.4512 5.25968 1.80285 4.71588 2.02949C4.58801 2.08278 4.32081 2.1667 4.30653 2.15808C4.29855 2.15324 4.29205 2.15642 4.29205 2.16504C4.29205 2.17369 4.23785 2.18988 4.17154 2.20104C4.10528 2.21217 4.03702 2.22818 4.01986 2.23663C3.99839 2.24719 3.98474 2.24585 3.97617 2.23225C3.96656 2.21712 3.96197 2.21748 3.95634 2.23398C3.95233 2.24578 3.93047 2.25624 3.90777 2.25723C3.88508 2.25818 3.8586 2.26376 3.84891 2.26963C3.83916 2.2755 3.79092 2.28422 3.74171 2.28903C3.63342 2.29963 3.49601 2.32323 3.4585 2.33769C3.44347 2.34352 3.42656 2.34108 3.42099 2.33224C3.41464 2.32224 3.39245 2.32521 3.36174 2.34012C3.3255 2.35779 3.30411 2.35963 3.28011 2.34708C3.25749 2.33521 3.24586 2.33521 3.24181 2.34712C3.23863 2.35645 3.19874 2.36765 3.15322 2.372C2.86914 2.39906 2.65357 2.4139 2.48035 2.41836C2.40267 2.4203 2.32787 2.42673 2.31414 2.4326C2.30045 2.43846 1.97695 2.44146 1.59528 2.43931C1.21365 2.43712 0.899511 2.4397 0.897199 2.44496C0.894922 2.45026 0.837182 2.47108 0.768855 2.49118C0.342454 2.61676 0.00981571 2.97004 -0.0767944 3.38947C-0.0929818 3.46778 -0.111337 3.52682 -0.11766 3.52067C-0.123984 3.51452 -0.12915 4.29646 -0.12915 5.25832C-0.12915 6.24986 -0.122864 7.00334 -0.114625 6.99836C-0.0882846 6.9825 -0.0800822 7.5463 -0.106315 7.56708C-0.118889 7.57697 -0.128392 7.6062 -0.127489 7.63199C-0.125863 7.67814 -0.125646 7.67828 -0.114264 7.63835C-0.0976431 7.58015 -0.0835153 7.62362 -0.0693512 7.77658C-0.0612937 7.86361 -0.0640757 7.91089 -0.0788901 7.93799C-0.0964506 7.97004 -0.0954753 7.98245 -0.0729646 8.01386C-0.0396864 8.06029 -0.0349891 8.24803 -0.066822 8.26103C-0.0816725 8.26718 -0.0793236 8.27467 -0.0585112 8.28757C-0.0261002 8.30764 -0.0147906 8.49873 -0.0460454 8.49873C-0.0551869 8.49873 -0.0626662 8.50968 -0.0626662 8.52311C-0.0626662 8.5365 -0.0514296 8.54745 -0.0377353 8.54745C-0.00543265 8.54745 -0.00156598 8.71887 -0.0335795 8.73148C-0.0463705 8.73653 -0.0435887 8.74017 -0.0262812 8.74095C0.00981539 8.74261 0.0364095 8.88494 0.00425141 8.90434C-0.0115386 8.91388 -0.00980404 8.92643 0.011731 8.95855C0.0275933 8.98215 0.0377101 9.0237 0.0350362 9.05416C0.0324347 9.08377 0.034711 9.11519 0.0400948 9.12399C0.0635088 9.16211 0.0740233 9.40783 0.0522353 9.40783C0.0380713 9.40783 0.0402759 9.41476 0.0586674 9.42815C0.0743129 9.43946 0.0907532 9.48069 0.0959201 9.52147C0.101015 9.56165 0.108385 9.62009 0.112324 9.65136C0.116226 9.6826 0.124211 9.73193 0.130029 9.76094C0.137761 9.79963 0.134509 9.81383 0.117888 9.81419C0.102929 9.81451 0.105242 9.82041 0.12479 9.83146C0.143904 9.84235 0.153841 9.86655 0.152974 9.89998C0.152215 9.92842 0.160236 9.98821 0.170751 10.0328C0.188673 10.1087 0.193225 10.1341 0.211725 10.2601C0.225419 10.3536 0.316293 10.7813 0.368686 10.9988C0.397736 11.1193 0.423716 11.2289 0.426426 11.2423C0.429136 11.2557 0.436796 11.279 0.443444 11.2943C0.450093 11.3095 0.450671 11.3295 0.444781 11.3389C0.438855 11.3483 0.440481 11.3559 0.448322 11.3559C0.456199 11.3559 0.47058 11.3906 0.480299 11.433C0.508013 11.5541 0.585663 11.8314 0.60185 11.8673C0.609908 11.8851 0.623891 11.9253 0.632852 11.9566C0.716897 12.2481 0.969753 12.9635 1.04314 13.1173C1.05589 13.1441 1.108 13.261 1.15891 13.3771C1.20978 13.4931 1.26427 13.6172 1.27999 13.6527C1.31435 13.7303 1.59586 14.2756 1.64898 14.3673C1.84539 14.7067 1.91061 14.8151 1.99715 14.9461C2.73169 16.0585 3.36434 16.7338 4.46657 17.5821C4.52792 17.6293 5.02211 17.9548 5.15634 18.0365C5.5504 18.276 6.19035 18.5894 6.52758 18.7081C6.58242 18.7274 6.64226 18.7501 6.66054 18.7584C6.75879 18.8032 7.31454 18.9718 7.43938 18.9947C7.47411 19.0011 7.50677 19.0169 7.5119 19.0299C7.51747 19.0441 7.52531 19.047 7.53163 19.0371C7.53853 19.0261 7.59649 19.0296 7.70337 19.0474L7.8647 19.0742L8.097 19.0296C8.22473 19.005 8.38761 18.9669 8.4589 18.9448C8.53027 18.9226 8.59794 18.908 8.60936 18.9122C8.62081 18.9165 8.63014 18.9129 8.63014 18.9042C8.63014 18.8956 8.63812 18.8885 8.64788 18.8885C8.6576 18.8885 8.76419 18.8548 8.88473 18.8135C9.00523 18.7723 9.11131 18.7374 9.12046 18.7359C9.1296 18.7345 9.14456 18.7289 9.1537 18.7235C9.16284 18.7181 9.23391 18.688 9.3116 18.6566C9.55943 18.5568 10.0574 18.3221 10.259 18.2102C10.4484 18.1051 10.684 17.9623 10.879 17.8346C10.996 17.758 11.1088 17.6844 11.1296 17.671C11.3864 17.506 12.0415 16.9592 12.362 16.6424C12.9299 16.0812 13.5813 15.254 13.9236 14.6596C14.2022 14.176 14.4702 13.6606 14.5638 13.4285C14.5848 13.3764 14.6159 13.3073 14.6328 13.2749C14.6497 13.2425 14.6636 13.2066 14.6636 13.195C14.6636 13.1835 14.6715 13.1741 14.6812 13.1741C14.6909 13.1741 14.6951 13.1684 14.6907 13.1613C14.6862 13.1542 14.6928 13.1269 14.7054 13.1004C14.7954 12.911 14.9478 12.4884 15.1164 11.9609C15.1408 11.8844 15.1626 11.8433 15.1788 11.843C15.1984 11.8425 15.1992 11.8396 15.182 11.829C15.1614 11.8162 15.1675 11.7479 15.1931 11.705C15.1984 11.696 15.2045 11.6814 15.2065 11.6725C15.2404 11.5205 15.2935 11.3484 15.3079 11.3437C15.3182 11.3403 15.3227 11.3277 15.3179 11.3155C15.3131 11.3034 15.3327 11.1997 15.3613 11.0853C15.4168 10.8632 15.5112 10.4165 15.5112 10.3759C15.5112 10.3625 15.5197 10.331 15.5299 10.3058C15.5402 10.2807 15.55 10.2419 15.5518 10.2196C15.5619 10.0925 15.5834 9.95828 15.5948 9.95143C15.602 9.94708 15.604 9.92896 15.5992 9.91111C15.5944 9.89327 15.6021 9.86139 15.6162 9.84026C15.633 9.81539 15.6364 9.79627 15.6259 9.78606C15.6158 9.77624 15.6155 9.75553 15.625 9.73111C15.6333 9.70956 15.6456 9.63716 15.6522 9.5702C15.6594 9.4984 15.675 9.43677 15.6901 9.42002C15.7063 9.40221 15.7087 9.39161 15.6967 9.39161C15.6693 9.39161 15.6729 9.30101 15.7013 9.27324C15.7181 9.25677 15.72 9.24483 15.7076 9.23268C15.6863 9.21197 15.7045 9.09939 15.7291 9.09939C15.7383 9.09939 15.7403 9.09056 15.7335 9.07971C15.7123 9.04632 15.7269 8.94628 15.756 8.92487C15.7715 8.91342 15.7749 8.90459 15.7637 8.90459C15.7511 8.90459 15.7439 8.8754 15.7439 8.82342C15.7439 8.7788 15.7496 8.74226 15.7564 8.74229C15.7633 8.74229 15.7664 8.70325 15.7633 8.65551C15.759 8.58816 15.7646 8.56209 15.7881 8.53908C15.8096 8.51806 15.8125 8.50749 15.7978 8.50276C15.7713 8.4941 15.7704 8.34679 15.7964 8.29919C15.8152 8.26484 15.816 8.26481 15.8285 8.29619C15.8402 8.32545 15.8414 8.32488 15.8425 8.28947C15.8431 8.26813 15.8318 8.24219 15.8173 8.23184C15.7843 8.20831 15.8057 7.98446 15.8402 7.99142C15.8513 7.99365 15.8603 7.98453 15.8603 7.97114C15.8603 7.95775 15.8528 7.94679 15.8437 7.94679C15.8337 7.94679 15.827 7.88457 15.827 7.79255C15.827 7.70775 15.8337 7.63835 15.8417 7.63835C15.8636 7.63835 15.8783 7.56803 15.8588 7.55627C15.8479 7.54966 15.8453 7.46037 15.8514 7.30405C15.8694 6.84522 15.8788 3.557 15.8622 3.52311C15.8535 3.50519 15.8419 3.45414 15.8365 3.40961C15.7804 2.9486 15.2216 2.44348 14.7676 2.44348C14.7297 2.44348 14.6937 2.43546 14.6876 2.42567C14.6803 2.41429 14.6518 2.4121 14.6076 2.41959C14.5153 2.43521 13.5167 2.44737 13.4842 2.43323C13.4701 2.42705 13.3912 2.42076 13.309 2.4192C13.1638 2.41638 13.0152 2.4079 12.811 2.39069C12.7565 2.38613 12.709 2.3739 12.7055 2.36355C12.7006 2.34931 12.6934 2.34928 12.6759 2.36348C12.6612 2.37546 12.6302 2.37797 12.5903 2.37037C12.5559 2.36387 12.4986 2.35624 12.463 2.35344C12.4274 2.35065 12.3922 2.33878 12.3848 2.32705C12.3752 2.31196 12.3661 2.3108 12.3535 2.32306C12.341 2.33535 12.3056 2.33422 12.2323 2.31921C12.1754 2.30754 12.1087 2.2979 12.084 2.29769C12.0591 2.29751 12.0316 2.28472 12.0222 2.26896C12.0128 2.2532 12.005 2.24959 12.0047 2.26083C12.0042 2.28214 11.9513 2.28896 11.9321 2.27016C11.9259 2.26415 11.9041 2.25719 11.8836 2.25461C11.6662 2.22762 11.36 2.14483 11.1565 2.05808C11.0117 1.99624 10.5925 1.79211 10.5255 1.75066C10.3511 1.64296 9.87708 1.32978 9.7853 1.26166C9.4971 1.0477 9.37306 0.952158 9.05397 0.698274C8.862 0.54545 8.67501 0.39902 8.63845 0.372802C8.60188 0.346548 8.56824 0.320788 8.56365 0.315524C8.5105 0.254076 8.13013 0.105773 8.02567 0.105773C7.99355 0.105773 7.96266 0.0984592 7.95698 0.0895194C7.94466 0.0700144 7.76787 0.0686717 7.7326 0.0878587ZM7.99854 1.39127C8.7445 2.08175 9.85261 2.80697 10.6413 3.12071C10.7647 3.16976 10.8731 3.21156 10.8823 3.21361C10.9775 3.23442 11.1523 3.29647 11.1673 3.31477C11.1819 3.33258 11.1881 3.33325 11.1934 3.31764C11.1988 3.30177 11.2168 3.30315 11.274 3.32375C11.3508 3.35138 11.6658 3.4159 11.9793 3.4682C12.2316 3.51028 12.2315 3.51025 12.3574 3.52378C12.4191 3.53042 12.4696 3.54032 12.4696 3.5458C12.4696 3.55124 12.5033 3.55311 12.5446 3.54989C12.5859 3.54668 12.6326 3.54936 12.6485 3.55583C12.6778 3.56777 12.7346 3.57258 12.9821 3.58399C13.0784 3.58841 13.125 3.59742 13.1353 3.6135C13.1469 3.63166 13.1567 3.63265 13.1809 3.61799C13.2159 3.59682 13.4953 3.60777 13.5099 3.63085C13.5201 3.64696 13.639 3.64986 13.6549 3.63435C13.6688 3.62071 14.3951 3.62071 14.4091 3.63435C14.4264 3.65124 14.5306 3.64629 14.5306 3.62855C14.5306 3.61961 14.5568 3.6123 14.5888 3.6123H14.647L14.6469 4.63101C14.6468 5.19128 14.639 5.93707 14.6294 6.28827C14.6159 6.78342 14.6166 6.93218 14.632 6.95041C14.6571 6.97985 14.6401 7.44419 14.6121 7.49521C14.5984 7.52026 14.599 7.53835 14.6145 7.56662C14.6374 7.60856 14.6274 7.76033 14.5947 7.86715C14.5815 7.90997 14.5809 7.93602 14.5926 7.95033C14.6144 7.97693 14.5927 8.14573 14.5664 8.15428C14.5429 8.16191 14.5408 8.20654 14.5638 8.20654C14.5912 8.20654 14.5839 8.37947 14.5554 8.40728C14.5399 8.42244 14.5367 8.43559 14.5471 8.44184C14.5739 8.45799 14.5664 8.56643 14.5363 8.59894C14.5199 8.61668 14.5166 8.62862 14.528 8.62862C14.5561 8.62862 14.5518 8.74494 14.5221 8.78629C14.5044 8.81091 14.5025 8.82459 14.5155 8.83243C14.527 8.8394 14.5295 8.86268 14.5221 8.89441C14.5156 8.92233 14.5075 8.98169 14.5039 9.02635C14.4999 9.0783 14.4874 9.11483 14.4694 9.1278C14.4539 9.13897 14.45 9.14812 14.461 9.14812C14.4932 9.14812 14.4853 9.25755 14.4517 9.27667C14.4355 9.28586 14.4319 9.29345 14.4433 9.29374C14.4682 9.2943 14.4716 9.38515 14.4475 9.39978C14.4383 9.40529 14.4353 9.42766 14.441 9.44942C14.4465 9.47115 14.4453 9.50175 14.4383 9.51737C14.4312 9.53306 14.4235 9.56409 14.4212 9.58642C14.4058 9.73225 14.392 9.78122 14.3664 9.78147C14.3444 9.78168 14.3437 9.78436 14.3627 9.79602C14.3796 9.80655 14.3829 9.8292 14.3749 9.88104C14.3554 10.0089 14.3076 10.2033 14.2959 10.2033C14.2896 10.2033 14.2878 10.2161 14.2918 10.2317C14.3036 10.2767 14.2707 10.4242 14.0659 11.2423C14.0469 11.3182 14.0251 11.3913 14.0175 11.4047C14.0098 11.4182 13.9896 11.4821 13.9725 11.5467C13.9555 11.6114 13.9352 11.6644 13.9276 11.6644C13.92 11.6644 13.9177 11.6707 13.9227 11.6785C13.9353 11.6986 13.6951 12.3705 13.562 12.6871C12.7591 14.5969 11.4143 16.1806 9.82685 17.0856C9.75831 17.1247 9.68351 17.1679 9.66064 17.1816C9.61891 17.2068 9.56131 17.2371 9.36146 17.3393C9.23128 17.4059 8.89904 17.5573 8.88278 17.5574C8.87638 17.5575 8.85246 17.5669 8.82959 17.5783C8.80675 17.5898 8.75064 17.6123 8.70493 17.6285C8.65922 17.6446 8.59939 17.6672 8.57196 17.6787C8.54454 17.6902 8.48098 17.7119 8.43068 17.727C8.38042 17.7421 8.32431 17.7615 8.30603 17.7701C8.26473 17.7896 8.05335 17.8465 7.93494 17.8702C7.84118 17.8889 7.80895 17.8845 7.5644 17.8203C7.18497 17.7205 6.37744 17.382 6.0667 17.1923C6.02768 17.1685 5.89099 17.086 5.76301 17.009C5.63503 16.9321 5.52283 16.8632 5.51369 16.8559C5.50455 16.8486 5.42097 16.7891 5.3279 16.7235C5.14391 16.5938 4.88744 16.3978 4.78331 16.3074C4.5616 16.1149 4.47842 16.0383 4.29165 15.8546C3.84848 15.4187 3.49536 14.9964 3.17016 14.5134C2.99951 14.26 2.98603 14.2388 2.85501 14.0183C2.79402 13.9156 2.73733 13.8207 2.72905 13.8073C2.72078 13.7938 2.63088 13.6185 2.52924 13.4176C2.42763 13.2168 2.33792 13.0401 2.32993 13.0252C2.31577 12.9986 2.26887 12.8906 2.18667 12.6952C2.12177 12.5409 1.93186 12.0366 1.93186 12.0185C1.93186 12.0095 1.92134 11.9791 1.90852 11.9509C1.81414 11.7444 1.56005 10.8179 1.4737 10.3657C1.43453 10.1603 1.40349 10.0109 1.39428 9.9832C1.38271 9.9485 1.29917 9.42052 1.29166 9.33479C1.28931 9.30801 1.28198 9.27324 1.27533 9.25748C1.26871 9.24172 1.26662 9.20702 1.27059 9.18038C1.27464 9.1537 1.27269 9.13186 1.26629 9.13186C1.25993 9.13186 1.24938 9.0643 1.24281 8.98169C1.23627 8.89911 1.22474 8.79883 1.21715 8.75887C1.2096 8.71887 1.20989 8.67431 1.21784 8.65986C1.22676 8.6436 1.22503 8.62654 1.21325 8.61505C1.20284 8.60488 1.19168 8.55078 1.18854 8.49488C1.18532 8.43898 1.17849 8.35392 1.17329 8.30597C1.16671 8.24545 1.17014 8.21485 1.18438 8.20626C1.20024 8.19668 1.19873 8.18513 1.17781 8.15601C1.14568 8.11117 1.14207 7.99237 1.17145 7.94605C1.18857 7.91905 1.18789 7.91068 1.16729 7.89817C1.14789 7.8864 1.14156 7.84241 1.13885 7.69983C1.1369 7.59906 1.12751 7.40334 1.11793 7.26497C1.10839 7.12656 1.10536 7.00239 1.11121 6.989C1.1171 6.9756 1.12021 6.21035 1.11819 5.28846L1.1145 3.6123H1.16483C1.19251 3.6123 1.21983 3.61961 1.22546 3.62855C1.23681 3.64643 1.33831 3.65095 1.35532 3.63431C1.36121 3.62855 1.52717 3.62378 1.7241 3.62378C1.92102 3.62378 2.08698 3.62855 2.0929 3.63431C2.1088 3.64986 2.22189 3.647 2.24018 3.6306C2.26666 3.60685 2.53936 3.59526 2.56151 3.61689C2.57632 3.63134 2.58973 3.63032 2.61791 3.61265C2.63822 3.59989 2.70723 3.58689 2.77122 3.58382C3.03007 3.57134 3.0945 3.56604 3.11155 3.55572C3.12135 3.54982 3.16098 3.54643 3.19965 3.54827C3.23824 3.55011 3.28109 3.54756 3.29478 3.54272C3.30851 3.53784 3.36459 3.5288 3.41944 3.52265C3.85209 3.47399 4.55292 3.32916 4.82002 3.23322C4.859 3.21919 4.8964 3.20654 4.90312 3.20502C4.92133 3.20099 4.93842 3.19513 5.05661 3.15223C5.20523 3.09835 5.47517 2.97082 5.7117 2.8428C5.82057 2.7839 5.91202 2.73567 5.91484 2.73567C5.92579 2.73567 6.29896 2.49938 6.4186 2.41677C6.91235 2.0756 7.23328 1.82222 7.6646 1.43289C7.87287 1.24491 7.84436 1.24848 7.99854 1.39127ZM11.9301 6.2736C11.9249 6.28191 11.8798 6.29699 11.8299 6.3071C11.6066 6.3524 11.7357 6.23456 9.13032 8.77046C7.80234 10.063 6.70809 11.1233 6.69863 11.1266C6.68916 11.13 6.13445 10.5991 5.46596 9.94701C4.34346 8.85201 4.08894 8.6188 4.04273 8.64304C4.03818 8.6454 4.00826 8.64011 3.97625 8.6312C3.79493 8.58092 3.70626 8.58459 3.52748 8.64972C3.24427 8.75293 3.04536 9.02561 3.06035 9.29006C3.06404 9.356 3.0592 9.37748 3.03871 9.38515C3.02415 9.39062 3.01223 9.4014 3.01223 9.40907C3.01223 9.41677 3.02314 9.41896 3.03647 9.41398C3.05309 9.40776 3.064 9.41942 3.07119 9.45101C3.12185 9.67348 3.1186 9.66998 4.75133 11.2618C6.3812 12.8508 6.32256 12.7989 6.53589 12.8407C6.5679 12.847 6.61812 12.8602 6.6475 12.8701C6.68681 12.8833 6.71095 12.8832 6.73892 12.8697C6.75984 12.8595 6.80872 12.8466 6.84767 12.8408C7.05667 12.8098 6.89616 12.9579 9.85348 10.0682C12.7816 7.20702 12.6502 7.34231 12.6812 7.1555C12.6869 7.12129 12.6995 7.10253 12.7169 7.10239C12.734 7.10221 12.7371 7.09776 12.7255 7.0902C12.7155 7.08362 12.7031 7.02345 12.6981 6.95642C12.6747 6.64685 12.4433 6.37943 12.1421 6.31402C12.0754 6.29954 12.0208 6.28109 12.0208 6.27307C12.0208 6.25371 11.9424 6.2542 11.9301 6.2736Z" fill="#757575"/>
4
+ </g>
5
+ <defs>
6
+ <clipPath id="clip0">
7
+ <rect width="16" height="19" fill="white"/>
8
+ </clipPath>
9
+ </defs>
10
+ </svg>