@kando-env/kando-ui 1.2.256-alpha.58 → 1.2.256-alpha.6

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 (150) hide show
  1. package/lib/Widgets/Map/Map.js +4 -4
  2. package/lib/Widgets/Map/Map.scss +2 -2
  3. package/lib/Widgets/Map/MapUtils.js +3 -3
  4. package/lib/Widgets/Map/areas/AreaPolygon.js +41 -10
  5. package/lib/Widgets/Map/edges/Edge.js +16 -15
  6. package/lib/Widgets/Map/edges/Edges.js +3 -38
  7. package/lib/Widgets/Map/edges/arrows/Arrows.js +2 -13
  8. package/lib/Widgets/Map/events/EventPath.js +2 -4
  9. package/lib/Widgets/Map/events/EventUtils.js +40 -57
  10. package/lib/Widgets/Map/points/PointIcon.scss +1 -1
  11. package/lib/Widgets/Map/points/PointMarker.js +19 -4
  12. package/lib/Widgets/Map/points/PointMarkers.js +2 -62
  13. package/lib/Widgets/Map/points/PointUtils.js +12 -20
  14. package/lib/Widgets/MostPolluting/Areas/AreaBox/AreaBox.js +3 -3
  15. package/lib/Widgets/MostPolluting/components/PollutionScorePercent.js +6 -6
  16. package/lib/Widgets/UtilityInformation/UtilityInformation.js +3 -3
  17. package/lib/assets/icons/index.js +1 -43
  18. package/lib/components/Header/Toolbar/Toolbar.js +2 -2
  19. package/lib/components/Sector/svgs/Brewing.svg +92 -99
  20. package/lib/components/Sector/svgs/Cowshed.svg +22 -27
  21. package/lib/components/Sector/svgs/Garage.svg +23 -26
  22. package/lib/components/Sector/svgs/Missing.svg +35 -36
  23. package/lib/components/Sector/svgs/barrel.svg +92 -99
  24. package/lib/components/Sector/svgs/beer.svg +12 -16
  25. package/lib/components/Sector/svgs/beverage.svg +12 -17
  26. package/lib/components/Sector/svgs/car-repair.svg +23 -26
  27. package/lib/components/Sector/svgs/car-wash.svg +35 -35
  28. package/lib/components/Sector/svgs/chemistry.svg +29 -17
  29. package/lib/components/Sector/svgs/conductor-manufacturer.svg +16 -20
  30. package/lib/components/Sector/svgs/cosmetic-manufacturer.svg +22 -25
  31. package/lib/components/Sector/svgs/cow.svg +22 -27
  32. package/lib/components/Sector/svgs/cpu.svg +16 -20
  33. package/lib/components/Sector/svgs/dairy.svg +17 -16
  34. package/lib/components/Sector/svgs/dippel-oil.svg +16 -21
  35. package/lib/components/Sector/svgs/food-donation.svg +28 -33
  36. package/lib/components/Sector/svgs/food-factory.svg +16 -20
  37. package/lib/components/Sector/svgs/garbage-truck-1.svg +33 -31
  38. package/lib/components/Sector/svgs/gas-station.svg +25 -22
  39. package/lib/components/Sector/svgs/glass-manufacturer.svg +20 -22
  40. package/lib/components/Sector/svgs/glass.svg +20 -22
  41. package/lib/components/Sector/svgs/hand-washing.svg +16 -19
  42. package/lib/components/Sector/svgs/hospital.svg +27 -31
  43. package/lib/components/Sector/svgs/hotel.svg +23 -24
  44. package/lib/components/Sector/svgs/laundromat.svg +25 -26
  45. package/lib/components/Sector/svgs/leather-factory.svg +22 -15
  46. package/lib/components/Sector/svgs/leather.svg +22 -15
  47. package/lib/components/Sector/svgs/lipstick.svg +22 -25
  48. package/lib/components/Sector/svgs/meat.svg +23 -27
  49. package/lib/components/Sector/svgs/metal-coating-plant.svg +20 -21
  50. package/lib/components/Sector/svgs/metal-facbrication.svg +19 -30
  51. package/lib/components/Sector/svgs/milk.svg +17 -16
  52. package/lib/components/Sector/svgs/oil-rig.svg +16 -15
  53. package/lib/components/Sector/svgs/petrochemical.svg +12 -21
  54. package/lib/components/Sector/svgs/pie.svg +16 -20
  55. package/lib/components/Sector/svgs/pills.svg +21 -21
  56. package/lib/components/Sector/svgs/plant-unkown-3.svg +35 -36
  57. package/lib/components/Sector/svgs/plastic-rubber.svg +42 -34
  58. package/lib/components/Sector/svgs/printer.svg +16 -16
  59. package/lib/components/Sector/svgs/recycling.svg +16 -15
  60. package/lib/components/Sector/svgs/refinery.svg +17 -16
  61. package/lib/components/Sector/svgs/repair.svg +12 -14
  62. package/lib/components/Sector/svgs/sewing-machine.svg +21 -22
  63. package/lib/components/Sector/svgs/shop.svg +23 -26
  64. package/lib/components/Sector/svgs/soda.svg +12 -15
  65. package/lib/components/Sector/svgs/spray-gun.svg +20 -21
  66. package/lib/components/Sector/svgs/washing-machine.svg +25 -26
  67. package/lib/components/Sector/svgs/waste.svg +42 -34
  68. package/lib/components/Sector/svgs/welder-a.svg +19 -30
  69. package/lib/components/Sector/svgs/wine-glass.svg +14 -10
  70. package/lib/components/SevereEvent/SevereEvent.js +9 -18
  71. package/lib/hooks/useUserTimeZone.js +2 -36
  72. package/lib/hooks/useUserTimeZone.test.js +1 -15
  73. package/lib/i18n/en.json +4 -63
  74. package/lib/i18n/en_uk.json +1 -1
  75. package/lib/i18n/fr.json +2 -1
  76. package/lib/i18n/he.json +3 -30
  77. package/lib/i18n/it.json +2 -1
  78. package/lib/macros/getVersion.js +2 -2
  79. package/lib/pages/EventsPage/DragAndDropArea/DragAndDrop.module.scss +1 -1
  80. package/lib/pages/EventsPage/FloatingGraph/floatingGraphStyle.scss +2 -6
  81. package/lib/pages/EventsPage/events/EventsStyle.scss +1 -2
  82. package/lib/pages/EventsPage/events/event_info/EarlyWarnings.js +2 -4
  83. package/lib/pages/EventsPage/events/event_info/EventDetails.js +2 -2
  84. package/lib/pages/EventsPage/events/event_info/EventInfo.js +20 -49
  85. package/lib/pages/EventsPage/events/event_info/EventInfoStyle.scss +4 -16
  86. package/lib/pages/EventsPage/events/event_info/samplings/Sampling.js +46 -0
  87. package/lib/pages/EventsPage/events/event_info/samplings/Samplings.js +38 -0
  88. package/lib/pages/EventsPage/events/events_list/EventsList.js +3 -3
  89. package/lib/pages/EventsPage/events/events_list/Filter/FilterContainer.js +2 -1
  90. package/lib/pages/EventsPage/events/events_list/Filter/FilterStyle.scss +1 -1
  91. package/lib/pages/ProfilePage/ProfilePage.js +44 -76
  92. package/lib/pages/SitePage/SiteInformation/SiteInformation.js +2 -2
  93. package/lib/store/areas/models/IArea.js +1 -1
  94. package/lib/store/events/models/IEvent.js +1 -1
  95. package/lib/store/events/models/ISource.js +1 -1
  96. package/lib/store/global/actions.js +5 -3
  97. package/lib/store/permissions/permissionsSlice.js +2 -7
  98. package/lib/styles/theme/theme.js +1 -12
  99. package/lib/styles.scss +0 -8
  100. package/lib/utilities/scoreToColor.js +24 -0
  101. package/package.json +2 -2
  102. package/lib/Widgets/Map/areas/AreaUtils.js +0 -155
  103. package/lib/assets/icons/copy.svg +0 -8
  104. package/lib/assets/icons/info-dot.svg +0 -4
  105. package/lib/assets/icons/map.svg +0 -24
  106. package/lib/assets/icons/question-info.svg +0 -3
  107. package/lib/assets/icons/sampling.svg +0 -9
  108. package/lib/assets/icons/score-info.svg +0 -9
  109. package/lib/components/Sector/svgs/AreaMissing.svg +0 -10
  110. package/lib/components/Sector/svgs/Motor Vehicle.svg +0 -21
  111. package/lib/components/Sector/svgs/Polymer.svg +0 -42
  112. package/lib/components/Sector/svgs/Pulp and Paper.svg +0 -26
  113. package/lib/components/Sector/svgs/Seafood.svg +0 -26
  114. package/lib/pages/EventsPage/events/event_info/EventSection.js +0 -47
  115. package/lib/pages/EventsPage/events/event_info/EventSection.test.js +0 -59
  116. package/lib/pages/EventsPage/events/event_info/Header/Header.js +0 -31
  117. package/lib/pages/EventsPage/events/event_info/Header/HeaderContainer.js +0 -86
  118. package/lib/pages/EventsPage/events/event_info/Header/index.js +0 -11
  119. package/lib/pages/EventsPage/events/event_info/SamplingList/SamplingDetails.js +0 -35
  120. package/lib/pages/EventsPage/events/event_info/SamplingList/Samplings.js +0 -54
  121. package/lib/pages/EventsPage/events/event_info/SamplingList/index.js +0 -11
  122. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreExplanation.js +0 -37
  123. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreGauge.js +0 -155
  124. package/lib/pages/EventsPage/events/event_info/SeverityScore/SeverityScore.js +0 -63
  125. package/lib/pages/EventsPage/events/event_info/SeverityScore/index.js +0 -11
  126. package/lib/pages/EventsPage/events/event_info/SourceDetails/Confidence.js +0 -38
  127. package/lib/pages/EventsPage/events/event_info/SourceDetails/Discharging.js +0 -26
  128. package/lib/pages/EventsPage/events/event_info/SourceDetails/IconAndTitles.js +0 -58
  129. package/lib/pages/EventsPage/events/event_info/SourceDetails/MoreInfoButton.js +0 -42
  130. package/lib/pages/EventsPage/events/event_info/SourceDetails/OtherSources.js +0 -36
  131. package/lib/pages/EventsPage/events/event_info/SourceDetails/PotentialSources.js +0 -41
  132. package/lib/pages/EventsPage/events/event_info/SourceDetails/SingleSource.js +0 -44
  133. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceCardBody.js +0 -20
  134. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceDetails.js +0 -70
  135. package/lib/pages/EventsPage/events/event_info/SourceDetails/WaterConsumptionPerDay.js +0 -28
  136. package/lib/pages/EventsPage/events/event_info/Timelines/DischargeBox.js +0 -33
  137. package/lib/pages/EventsPage/events/event_info/Timelines/EarlyWarning.js +0 -56
  138. package/lib/pages/EventsPage/events/event_info/Timelines/LiveStatusBadge.js +0 -29
  139. package/lib/pages/EventsPage/events/event_info/Timelines/SeenBox.js +0 -30
  140. package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.js +0 -70
  141. package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.test.js +0 -27
  142. package/lib/pages/EventsPage/events/event_info/Timelines/Titles.js +0 -40
  143. package/lib/pages/EventsPage/events/event_info/Timelines/index.js +0 -11
  144. package/lib/pages/EventsPage/events/event_info/Timelines/style.js +0 -20
  145. package/lib/pages/EventsPage/events/event_info/samplingsOld/Sampling.js +0 -46
  146. package/lib/pages/EventsPage/events/event_info/samplingsOld/Samplings.js +0 -38
  147. package/lib/pages/EventsPage/events/event_info/styles.js +0 -32
  148. package/lib/ui-kit/siteName/SiteName.js +0 -31
  149. package/lib/utilities/scoreToData.js +0 -44
  150. package/lib/utilities/scoreToData.test.js +0 -16
@@ -1,32 +1,28 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_4088_33984)">
3
- <path d="M28.5645 13.7592H32.881V31.0322H28.5645V13.7592Z" fill="url(#paint0_linear_4088_33984)"/>
4
- <path d="M11.2915 31.0322V19.1617C11.2915 18.8755 11.4052 18.601 11.6076 18.3986C11.81 18.1962 12.0845 18.0825 12.3707 18.0825H23.1826C23.4689 18.0825 23.7433 18.1962 23.9457 18.3986C24.1481 18.601 24.2618 18.8755 24.2618 19.1617V31.0322H26.4201V12.7487H18.8592V13.7591C18.8592 13.9008 18.8313 14.0412 18.7771 14.1721C18.7229 14.303 18.6434 14.422 18.5432 14.5222C18.443 14.6224 18.324 14.7019 18.193 14.7561C18.0621 14.8103 17.9218 14.8382 17.7801 14.8382C17.4939 14.8382 17.2194 14.7245 17.017 14.5222C16.8147 14.3198 16.701 14.0453 16.701 13.7591V12.7487H9.14014V31.0322H11.2915Z" fill="url(#paint1_linear_4088_33984)"/>
5
- <path d="M2.6582 13.7592H6.97473V31.0322H2.6582V13.7592Z" fill="url(#paint2_linear_4088_33984)"/>
6
- <path d="M8.26025 2.02618H27.2173V31.5821H8.26025V2.02618Z" fill="url(#paint3_linear_4088_33984)"/>
7
- <path d="M22.7633 19.4435H12.3706V31.0459L23.1688 31.5202L22.7633 19.4435Z" fill="white"/>
8
- <path d="M32.8809 11.6009H28.5644V2.94716C28.5626 2.37531 28.3346 1.82739 27.9303 1.42303C27.5259 1.01867 26.978 0.790692 26.4061 0.788879H9.13309C8.56123 0.790692 8.01332 1.01867 7.60896 1.42303C7.20459 1.82739 6.97662 2.37531 6.9748 2.94716V11.5802H2.65828C2.08643 11.5821 1.53851 11.81 1.13415 12.2144C0.72979 12.6188 0.501813 13.1667 0.5 13.7385V32.0907C0.501802 32.3763 0.616095 32.6498 0.818083 32.8518C1.02007 33.0538 1.29349 33.168 1.57914 33.1698H33.9601C34.2457 33.168 34.5191 33.0538 34.7211 32.8518C34.9231 32.6498 35.0374 32.3763 35.0392 32.0907V13.7385C35.032 13.1703 34.8016 12.6276 34.3979 12.2277C33.9941 11.8278 33.4492 11.6026 32.8809 11.6009ZM26.4061 2.94716V31.0116H24.2479V19.1617C24.2497 19.02 24.2236 18.8793 24.171 18.7477C24.1184 18.616 24.0405 18.4961 23.9415 18.3946C23.8426 18.2931 23.7246 18.2121 23.5944 18.1562C23.4642 18.1003 23.3242 18.0706 23.1825 18.0688H12.3842C12.2425 18.0688 12.1022 18.0967 11.9713 18.151C11.8404 18.2052 11.7214 18.2847 11.6212 18.3849C11.521 18.4851 11.4415 18.604 11.3873 18.735C11.333 18.8659 11.3051 19.0062 11.3051 19.148V31.0184H9.14685V2.94716H26.4061ZM18.8453 20.2202H22.0827V31.0116H18.8453V20.2202ZM16.687 31.0116H13.4428V20.2202H16.687V31.0116ZM2.6514 13.7385H6.96792V31.0116H2.6514V13.7385ZM32.8947 31.0116H28.5781V13.7591H32.8947V31.0116ZM13.4496 10.508C13.4515 10.2223 13.5657 9.94889 13.7677 9.74691C13.9697 9.54492 14.2431 9.43065 14.5287 9.42885H16.6939V7.27058C16.6939 6.98438 16.8076 6.70989 17.01 6.50751C17.2124 6.30514 17.4868 6.19144 17.7731 6.19144C18.0587 6.19325 18.3321 6.30752 18.5341 6.50951C18.7361 6.71149 18.8504 6.98494 18.8522 7.27058V9.42885H21.0105C21.2961 9.43065 21.5695 9.54492 21.7715 9.74691C21.9735 9.94889 22.0878 10.2223 22.0896 10.508C22.0896 10.7942 21.9759 11.0687 21.7735 11.2711C21.5711 11.4734 21.2967 11.5871 21.0105 11.5871H18.8522V13.7454C18.8522 14.0316 18.7385 14.3061 18.5361 14.5085C18.3337 14.7108 18.0593 14.8245 17.7731 14.8245C17.4868 14.8245 17.2124 14.7108 17.01 14.5085C16.8076 14.3061 16.6939 14.0316 16.6939 13.7454V11.5871H14.5287C14.2425 11.5871 13.9681 11.4734 13.7657 11.2711C13.5633 11.0687 13.4496 10.7942 13.4496 10.508Z" fill="#1D1D1D"/>
9
- <path d="M32.8809 11.6009H28.5644V2.94716C28.5626 2.37531 28.3346 1.82739 27.9303 1.42303C27.5259 1.01867 26.978 0.790692 26.4061 0.788879H9.13309C8.56123 0.790692 8.01332 1.01867 7.60896 1.42303C7.20459 1.82739 6.97662 2.37531 6.9748 2.94716V11.5802H2.65828C2.08643 11.5821 1.53851 11.81 1.13415 12.2144C0.72979 12.6188 0.501813 13.1667 0.5 13.7385V32.0907C0.501802 32.3763 0.616095 32.6498 0.818083 32.8518C1.02007 33.0538 1.29349 33.168 1.57914 33.1698H33.9601C34.2457 33.168 34.5191 33.0538 34.7211 32.8518C34.9231 32.6498 35.0374 32.3763 35.0392 32.0907V13.7385C35.032 13.1703 34.8016 12.6276 34.3979 12.2277C33.9941 11.8278 33.4492 11.6026 32.8809 11.6009ZM26.4061 2.94716V31.0116H24.2479V19.1617C24.2497 19.02 24.2236 18.8793 24.171 18.7477C24.1184 18.616 24.0405 18.4961 23.9415 18.3946C23.8426 18.2931 23.7246 18.2121 23.5944 18.1562C23.4642 18.1003 23.3242 18.0706 23.1825 18.0688H12.3842C12.2425 18.0688 12.1022 18.0967 11.9713 18.151C11.8404 18.2052 11.7214 18.2847 11.6212 18.3849C11.521 18.4851 11.4415 18.604 11.3873 18.735C11.333 18.8659 11.3051 19.0062 11.3051 19.148V31.0184H9.14685V2.94716H26.4061ZM18.8453 20.2202H22.0827V31.0116H18.8453V20.2202ZM16.687 31.0116H13.4428V20.2202H16.687V31.0116ZM2.6514 13.7385H6.96792V31.0116H2.6514V13.7385ZM32.8947 31.0116H28.5781V13.7591H32.8947V31.0116ZM13.4496 10.508C13.4515 10.2223 13.5657 9.94889 13.7677 9.74691C13.9697 9.54492 14.2431 9.43065 14.5287 9.42885H16.6939V7.27058C16.6939 6.98438 16.8076 6.70989 17.01 6.50751C17.2124 6.30514 17.4868 6.19144 17.7731 6.19144C18.0587 6.19325 18.3321 6.30752 18.5341 6.50951C18.7361 6.71149 18.8504 6.98494 18.8522 7.27058V9.42885H21.0105C21.2961 9.43065 21.5695 9.54492 21.7715 9.74691C21.9735 9.94889 22.0878 10.2223 22.0896 10.508C22.0896 10.7942 21.9759 11.0687 21.7735 11.2711C21.5711 11.4734 21.2967 11.5871 21.0105 11.5871H18.8522V13.7454C18.8522 14.0316 18.7385 14.3061 18.5361 14.5085C18.3337 14.7108 18.0593 14.8245 17.7731 14.8245C17.4868 14.8245 17.2124 14.7108 17.01 14.5085C16.8076 14.3061 16.6939 14.0316 16.6939 13.7454V11.5871H14.5287C14.2425 11.5871 13.9681 11.4734 13.7657 11.2711C13.5633 11.0687 13.4496 10.7942 13.4496 10.508Z" fill="#1D1D1D"/>
10
- </g>
11
- <defs>
12
- <linearGradient id="paint0_linear_4088_33984" x1="30.7227" y1="31.0322" x2="30.7227" y2="13.7592" gradientUnits="userSpaceOnUse">
13
- <stop stop-color="#F37C1C"/>
14
- <stop offset="1" stop-color="#FCC191"/>
15
- </linearGradient>
16
- <linearGradient id="paint1_linear_4088_33984" x1="17.7732" y1="31.0322" x2="17.7732" y2="12.7487" gradientUnits="userSpaceOnUse">
17
- <stop stop-color="#F37C1C"/>
18
- <stop offset="1" stop-color="#FCC191"/>
19
- </linearGradient>
20
- <linearGradient id="paint2_linear_4088_33984" x1="4.81646" y1="31.0322" x2="4.81646" y2="13.7592" gradientUnits="userSpaceOnUse">
21
- <stop stop-color="#F37C1C"/>
22
- <stop offset="1" stop-color="#FCC191"/>
23
- </linearGradient>
24
- <linearGradient id="paint3_linear_4088_33984" x1="17.7388" y1="31.5684" x2="17.7388" y2="2.02618" gradientUnits="userSpaceOnUse">
25
- <stop stop-color="#EFC530"/>
26
- <stop offset="1" stop-color="#FCEDB6"/>
27
- </linearGradient>
28
- <clipPath id="clip0_4088_33984">
29
- <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
30
- </clipPath>
31
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" x="0" y="0" enable-background="new 0 0 512 512" version="1.1" viewBox="0 0 512 512" xml:space="preserve">
2
+ <style>
3
+ .st5{fill:#1d1d1d}
4
+ </style>
5
+ <linearGradient id="SVGID_1_" x1="448" x2="448" y1="480" y2="224" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0" stop-color="#F37C1C"/>
7
+ <stop offset="1" stop-color="#FCC191"/>
8
+ </linearGradient>
9
+ <path fill="url(#SVGID_1_)" d="M416 224H480V480H416z"/>
10
+ <linearGradient id="SVGID_2_" x1="256" x2="256" y1="480" y2="209" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0" stop-color="#F37C1C"/>
12
+ <stop offset="1" stop-color="#FCC191"/>
13
+ </linearGradient>
14
+ <path fill="url(#SVGID_2_)" d="M160 480V304c0-8.8 7.2-16 16-16h160c8.8 0 16 7.2 16 16v176h32V209H272v15c0 8.8-7.2 16-16 16s-16-7.2-16-16v-15H128v271h32z"/>
15
+ <linearGradient id="SVGID_3_" x1="64" x2="64" y1="480" y2="224" gradientUnits="userSpaceOnUse">
16
+ <stop offset="0" stop-color="#F37C1C"/>
17
+ <stop offset="1" stop-color="#FCC191"/>
18
+ </linearGradient>
19
+ <path fill="url(#SVGID_3_)" d="M32 224H96V480H32z"/>
20
+ <linearGradient id="SVGID_4_" x1="255.5" x2="255.5" y1="488" y2="50" gradientUnits="userSpaceOnUse">
21
+ <stop offset="0" stop-color="#EFC530"/>
22
+ <stop offset="1" stop-color="#FCEDB6"/>
23
+ </linearGradient>
24
+ <path fill="url(#SVGID_4_)" d="M115 50H396V488H115z"/>
25
+ <path fill="#FFFFFF" d="M330 308L176 308 176 480 336 487z"/>
26
+ <path id="Hospital_1_" d="M480 192h-64V64c0-17.6-14.4-32-32-32H128c-17.6 0-32 14.4-32 32v128H32c-17.6 0-32 14.4-32 32v272c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V224c0-17.6-14.4-32-32-32zM384 64v416h-32V304c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v176h-32V64h256zM272 320h48v160h-48V320zm-32 160h-48V320h48v160zM32 224h64v256H32V224zm448 256h-64V224h64v256zM192 176c0-8.8 7.2-16 16-16h32v-32c0-8.8 7.2-16 16-16s16 7.2 16 16v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32h-32c-8.8 0-16-7.2-16-16z" class="st5"/>
27
+ <path id="Hospital_2_" d="M480 192h-64V64c0-17.6-14.4-32-32-32H128c-17.6 0-32 14.4-32 32v128H32c-17.6 0-32 14.4-32 32v272c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V224c0-17.6-14.4-32-32-32zM384 64v416h-32V304c0-8.8-7.2-16-16-16H176c-8.8 0-16 7.2-16 16v176h-32V64h256zM272 320h48v160h-48V320zm-32 160h-48V320h48v160zM32 224h64v256H32V224zm448 256h-64V224h64v256zM192 176c0-8.8 7.2-16 16-16h32v-32c0-8.8 7.2-16 16-16s16 7.2 16 16v32h32c8.8 0 16 7.2 16 16s-7.2 16-16 16h-32v32c0 8.8-7.2 16-16 16s-16-7.2-16-16v-32h-32c-8.8 0-16-7.2-16-16z" class="st5"/>
32
28
  </svg>
@@ -1,25 +1,24 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23.0675 2.44653H12.0625V5.29336H23.0675V2.44653Z" fill="white" stroke="black" stroke-miterlimit="10"/>
3
- <path d="M21.0574 25.6035H14.127V32.1741H21.0574V25.6035Z" fill="white" stroke="black" stroke-miterlimit="10"/>
4
- <path d="M22.0512 26.1071V31.1666H24.5832V6.88092H10.4165V31.1666H12.9485V26.1071C12.6797 26.1071 12.4219 26.0007 12.2314 25.811C12.0409 25.6214 11.9333 25.364 11.9321 25.0952C11.9333 24.8264 12.0409 24.569 12.2314 24.3794C12.4219 24.1898 12.6797 24.0833 12.9485 24.0833H22.0512C22.3199 24.0833 22.5778 24.1898 22.7683 24.3794C22.9588 24.569 23.0664 24.8264 23.0676 25.0952C23.0664 25.364 22.9588 25.6214 22.7683 25.811C22.5778 26.0007 22.3199 26.1071 22.0512 26.1071Z" fill="url(#paint0_linear_4088_33968)" stroke="black" stroke-miterlimit="10"/>
5
- <path d="M3.3335 14.468H8.39302V31.1666H3.3335V14.468Z" fill="url(#paint1_linear_4088_33968)" stroke="black" stroke-miterlimit="10"/>
6
- <path d="M26.6074 14.468H31.6669V31.1666H26.6074V14.468Z" fill="url(#paint2_linear_4088_33968)" stroke="black" stroke-miterlimit="10"/>
7
- <path d="M14.1272 20.6923C14.2409 20.6929 14.3537 20.671 14.459 20.6279C14.5643 20.5847 14.66 20.5212 14.7407 20.441C14.8213 20.3607 14.8853 20.2653 14.929 20.1603C14.9727 20.0552 14.9952 19.9426 14.9952 19.8288V10.8341C14.9952 10.7203 14.9727 10.6077 14.929 10.5026C14.8853 10.3975 14.8213 10.3022 14.7407 10.2219C14.66 10.1417 14.5643 10.0782 14.459 10.035C14.3537 9.9919 14.2409 9.97 14.1272 9.97059C14.0136 9.97 13.901 9.99193 13.796 10.0351C13.691 10.0783 13.5956 10.1419 13.5153 10.2222C13.435 10.3025 13.3714 10.3979 13.3282 10.5029C13.285 10.608 13.2631 10.7205 13.2637 10.8341V19.8288C13.2637 20.0578 13.3546 20.2774 13.5166 20.4394C13.6785 20.6013 13.8982 20.6923 14.1272 20.6923ZM21.0621 20.6923C21.1756 20.6929 21.2882 20.671 21.3932 20.6278C21.4983 20.5846 21.5937 20.521 21.674 20.4407C21.7543 20.3604 21.8179 20.265 21.8611 20.1599C21.9042 20.0549 21.9262 19.9424 21.9256 19.8288V10.8341C21.9262 10.7205 21.9042 10.608 21.8611 10.5029C21.8179 10.3979 21.7543 10.3025 21.674 10.2222C21.5937 10.1419 21.4983 10.0783 21.3932 10.0351C21.2882 9.99193 21.1756 9.97 21.0621 9.97059C20.9483 9.97059 20.8357 9.99307 20.7306 10.0367C20.6255 10.0804 20.5301 10.1444 20.4499 10.2251C20.3697 10.3058 20.3061 10.4015 20.263 10.5068C20.2199 10.612 20.198 10.7248 20.1986 10.8386V19.8333C20.1986 19.9471 20.2211 20.0597 20.2648 20.1648C20.3084 20.2698 20.3724 20.3652 20.4531 20.4455C20.5337 20.5257 20.6295 20.5892 20.7348 20.6323C20.8401 20.6755 20.9528 20.6974 21.0666 20.6968L21.0621 20.6923Z" fill="#1D1D1D"/>
8
- <path d="M13.5875 15.6014C13.5869 15.7151 13.6088 15.8279 13.6519 15.9332C13.6951 16.0385 13.7586 16.1342 13.8388 16.2149C13.9191 16.2955 14.0144 16.3595 14.1195 16.4032C14.2245 16.4469 14.3372 16.4694 14.451 16.4694H20.9541C21.0679 16.4694 21.1806 16.4469 21.2856 16.4032C21.3907 16.3595 21.4861 16.2955 21.5663 16.2149C21.6466 16.1342 21.7101 16.0385 21.7532 15.9332C21.7963 15.8279 21.8182 15.7151 21.8176 15.6014C21.8182 15.4878 21.7963 15.3752 21.7531 15.2702C21.7099 15.1652 21.6464 15.0697 21.5661 14.9894C21.4858 14.9091 21.3903 14.8456 21.2853 14.8024C21.1803 14.7592 21.0677 14.7373 20.9541 14.7379H14.451C14.2227 14.7402 14.0044 14.8319 13.843 14.9934C13.6816 15.1548 13.5898 15.3731 13.5875 15.6014ZM14.1272 21.2365C14.2409 21.2371 14.3537 21.2152 14.459 21.1721C14.5643 21.129 14.66 21.0655 14.7407 20.9852C14.8213 20.905 14.8853 20.8096 14.929 20.7045C14.9727 20.5995 14.9952 20.4868 14.9952 20.3731V19.5051C14.9958 19.3909 14.9737 19.2778 14.9303 19.1722C14.8869 19.0666 14.823 18.9707 14.7423 18.89C14.6615 18.8093 14.5656 18.7453 14.4601 18.7019C14.3545 18.6585 14.2413 18.6365 14.1272 18.6371C14.0134 18.6371 13.9007 18.6596 13.7957 18.7032C13.6906 18.7469 13.5952 18.8109 13.515 18.8916C13.4347 18.9722 13.3712 19.068 13.3281 19.1732C13.285 19.2785 13.2631 19.3913 13.2637 19.5051V20.3731C13.2637 20.6021 13.3546 20.8217 13.5166 20.9836C13.6785 21.1456 13.8982 21.2365 14.1272 21.2365ZM21.0621 21.2365C21.1756 21.2371 21.2882 21.2152 21.3932 21.172C21.4983 21.1288 21.5937 21.0653 21.674 20.985C21.7543 20.9047 21.8179 20.8092 21.8611 20.7042C21.9042 20.5992 21.9262 20.4866 21.9256 20.3731V19.5051C21.9262 19.3913 21.9043 19.2785 21.8611 19.1732C21.818 19.068 21.7545 18.9722 21.6743 18.8916C21.594 18.8109 21.4986 18.7469 21.3936 18.7032C21.2885 18.6596 21.1759 18.6371 21.0621 18.6371C20.9479 18.6365 20.8348 18.6585 20.7292 18.7019C20.6236 18.7453 20.5277 18.8093 20.447 18.89C20.3663 18.9707 20.3024 19.0666 20.259 19.1722C20.2155 19.2778 20.1935 19.3909 20.1941 19.5051V20.3731C20.1941 20.4868 20.2166 20.5995 20.2602 20.7045C20.3039 20.8096 20.3679 20.905 20.4486 20.9852C20.5293 21.0655 20.625 21.129 20.7303 21.1721C20.8356 21.2152 20.9483 21.2371 21.0621 21.2365Z" fill="#1D1D1D"/>
9
- <path d="M32.6786 12.4442H26.6072V5.86903C26.6072 5.60066 26.5006 5.34327 26.3108 5.1535C26.121 4.96373 25.8637 4.85713 25.5953 4.85713H24.0752V1.82141C24.0752 1.55382 23.9692 1.29712 23.7804 1.10748C23.5916 0.917835 23.3354 0.810699 23.0678 0.809509H11.9323C11.6647 0.810699 11.4085 0.917835 11.2197 1.10748C11.0309 1.29712 10.9249 1.55382 10.9249 1.82141V4.85713H9.40481C9.13643 4.85713 8.87905 4.96373 8.68928 5.1535C8.49951 5.34327 8.3929 5.60066 8.3929 5.86903V12.4442H2.32148C2.05347 12.4453 1.79678 12.5523 1.60726 12.7419C1.41775 12.9314 1.31075 13.1881 1.30957 13.4561V32.1786C1.30957 32.4469 1.41618 32.7043 1.60594 32.8941C1.79571 33.0839 2.0531 33.1905 2.32148 33.1905H32.6786C32.947 33.1905 33.2044 33.0839 33.3941 32.8941C33.5839 32.7043 33.6905 32.4469 33.6905 32.1786V13.4561C33.6893 13.1881 33.5823 12.9314 33.3928 12.7419C33.2033 12.5523 32.9466 12.4453 32.6786 12.4442ZM12.9487 2.83332H22.0514V4.85713H12.9487V2.83332ZM3.33338 14.468H8.3929V31.1667H3.33338V14.468ZM10.4167 6.88094H24.5834V31.1667H22.0514V26.1071C22.3202 26.1071 22.578 26.0007 22.7685 25.811C22.959 25.6214 23.0666 25.364 23.0678 25.0952C23.0666 24.8264 22.959 24.5691 22.7685 24.3794C22.578 24.1898 22.3202 24.0833 22.0514 24.0833H12.9487C12.6799 24.0833 12.4221 24.1898 12.2316 24.3794C12.0411 24.5691 11.9335 24.8264 11.9323 25.0952C11.9335 25.364 12.0411 25.6214 12.2316 25.811C12.4221 26.0007 12.6799 26.1071 12.9487 26.1071V31.1667H10.4167V6.88094ZM14.9725 31.1667V26.1071H20.0276V31.1667H14.9725ZM31.6667 31.1667H26.6072V14.468H31.6667V31.1667Z" fill="#1D1D1D"/>
10
- <path d="M29.1392 19.5275C29.4068 19.5263 29.6631 19.4191 29.8519 19.2295C30.0406 19.0399 30.1466 18.7832 30.1466 18.5156V17.5037C30.1455 17.2364 30.0391 16.9804 29.8505 16.791C29.662 16.6016 29.4065 16.4941 29.1392 16.4918C28.8708 16.4929 28.6136 16.5998 28.4234 16.7892C28.2332 16.9786 28.1252 17.2352 28.1228 17.5037V18.5156C28.124 18.7844 28.2316 19.0417 28.4221 19.2314C28.6126 19.421 28.8704 19.5275 29.1392 19.5275ZM29.1392 24.0833C29.4068 24.0821 29.6631 23.975 29.8519 23.7853C30.0406 23.5957 30.1466 23.339 30.1466 23.0714V22.0595C30.1466 21.7919 30.0406 21.5352 29.8519 21.3455C29.6631 21.1559 29.4068 21.0488 29.1392 21.0476C28.8704 21.0476 28.6126 21.154 28.4221 21.3437C28.2316 21.5333 28.124 21.7907 28.1228 22.0595V23.0714C28.124 23.3402 28.2316 23.5976 28.4221 23.7872C28.6126 23.9768 28.8704 24.0833 29.1392 24.0833ZM29.1392 28.6346C29.4068 28.6334 29.6631 28.5263 29.8519 28.3367C30.0406 28.147 30.1466 27.8903 30.1466 27.6227V26.6108C30.1455 26.3436 30.0391 26.0875 29.8505 25.8982C29.662 25.7088 29.4065 25.6013 29.1392 25.5989C28.8708 25.6001 28.6136 25.7069 28.4234 25.8963C28.2332 26.0857 28.1252 26.3424 28.1228 26.6108V27.6227C28.124 27.8915 28.2316 28.1489 28.4221 28.3385C28.6126 28.5282 28.8704 28.6346 29.1392 28.6346ZM5.86092 16.4918C5.59369 16.4941 5.33816 16.6016 5.14962 16.791C4.96107 16.9804 4.85469 17.2364 4.85352 17.5037V18.5156C4.85351 18.7832 4.9595 19.0399 5.1483 19.2295C5.3371 19.4191 5.59332 19.5263 5.86092 19.5275C6.12971 19.5275 6.38756 19.421 6.57804 19.2314C6.76853 19.0417 6.87614 18.7844 6.87733 18.5156V17.5037C6.87496 17.2352 6.76698 16.9786 6.57675 16.7892C6.38652 16.5998 6.12935 16.4929 5.86092 16.4918ZM5.86092 21.0476C5.59332 21.0488 5.3371 21.1559 5.1483 21.3455C4.9595 21.5352 4.85351 21.7919 4.85352 22.0595V23.0714C4.85351 23.339 4.9595 23.5957 5.1483 23.7853C5.3371 23.975 5.59332 24.0821 5.86092 24.0833C6.12971 24.0833 6.38756 23.9768 6.57804 23.7872C6.76853 23.5976 6.87614 23.3402 6.87733 23.0714V22.0595C6.87614 21.7907 6.76853 21.5333 6.57804 21.3437C6.38756 21.154 6.12971 21.0476 5.86092 21.0476ZM5.86092 25.5989C5.59369 25.6013 5.33816 25.7088 5.14962 25.8982C4.96107 26.0875 4.85469 26.3436 4.85352 26.6108V27.6227C4.85351 27.8903 4.9595 28.147 5.1483 28.3367C5.3371 28.5263 5.59332 28.6334 5.86092 28.6346C6.12971 28.6346 6.38756 28.5282 6.57804 28.3385C6.76853 28.1489 6.87614 27.8915 6.87733 27.6227V26.6108C6.87496 26.3424 6.76698 26.0857 6.57675 25.8963C6.38652 25.7069 6.12935 25.6001 5.86092 25.5989Z" fill="#1D1D1D"/>
11
- <defs>
12
- <linearGradient id="paint0_linear_4088_33968" x1="17.4998" y1="31.1666" x2="17.4998" y2="6.88092" gradientUnits="userSpaceOnUse">
13
- <stop stop-color="#F37C1C"/>
14
- <stop offset="1" stop-color="#FCC191"/>
15
- </linearGradient>
16
- <linearGradient id="paint1_linear_4088_33968" x1="5.86101" y1="31.1666" x2="5.86101" y2="14.468" gradientUnits="userSpaceOnUse">
17
- <stop stop-color="#EFC530"/>
18
- <stop offset="1" stop-color="#FCEDB6"/>
19
- </linearGradient>
20
- <linearGradient id="paint2_linear_4088_33968" x1="29.1349" y1="31.1666" x2="29.1349" y2="14.468" gradientUnits="userSpaceOnUse">
21
- <stop stop-color="#EFC530"/>
22
- <stop offset="1" stop-color="#FCEDB6"/>
23
- </linearGradient>
24
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" x="0" y="0" enable-background="new 0 0 512 512" version="1.1" viewBox="0 0 512 512" xml:space="preserve">
2
+ <style>
3
+ .st3{fill:#1d1d1d}
4
+ </style>
5
+ <linearGradient id="SVGID_1_" x1="256" x2="256" y1="34" y2="418" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0" stop-color="#F37C1C"/>
7
+ <stop offset="1" stop-color="#FCC191"/>
8
+ </linearGradient>
9
+ <path fill="url(#SVGID_1_)" stroke="#000000" stroke-miterlimit="10" d="M328 400v80h40V96H144v384h40v-80c-8.8 0-16-7.2-16-16s7.2-16 16-16h144c8.8 0 16 7.2 16 16s-7.2 16-16 16z"/>
10
+ <linearGradient id="SVGID_2_" x1="72" x2="72" y1="34" y2="298" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0" stop-color="#EFC530"/>
12
+ <stop offset="1" stop-color="#FCEDB6"/>
13
+ </linearGradient>
14
+ <path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M32 216H112V480H32z"/>
15
+ <linearGradient id="SVGID_3_" x1="440" x2="440" y1="34" y2="298" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
16
+ <stop offset="0" stop-color="#EFC530"/>
17
+ <stop offset="1" stop-color="#FCEDB6"/>
18
+ </linearGradient>
19
+ <path fill="url(#SVGID_3_)" stroke="#000000" stroke-miterlimit="10" d="M400 216H480V480H400z"/>
20
+ <path d="M202.7 314.4c7.6 0 13.7-6.1 13.7-13.7V158.6c0-7.6-6.1-13.7-13.7-13.7S189 151 189 158.6v142.1c0 7.6 6.1 13.7 13.7 13.7zM312.3 314.4c7.6 0 13.7-6.1 13.7-13.7V158.6c0-7.6-6.1-13.7-13.7-13.7s-13.7 6.1-13.7 13.7v142.1c0 7.6 6.1 13.7 13.7 13.7z" class="st3"/>
21
+ <path d="M194.1 233.9c0 7.6 6.1 13.7 13.7 13.7h102.8c7.6 0 13.7-6.1 13.7-13.7s-6.1-13.7-13.7-13.7H207.8c-7.5.1-13.7 6.2-13.7 13.7zM202.7 323c7.6 0 13.7-6.1 13.7-13.7v-13.7c0-7.6-6.1-13.7-13.7-13.7S189 288 189 295.6v13.7c0 7.6 6.1 13.7 13.7 13.7zM312.3 323c7.6 0 13.7-6.1 13.7-13.7v-13.7c0-7.6-6.1-13.7-13.7-13.7s-13.7 6.1-13.7 13.7v13.7c0 7.6 6.1 13.7 13.7 13.7z" class="st3"/>
22
+ <path d="M496 184h-96V80c0-8.8-7.2-16-16-16h-24V16c0-8.8-7.2-16-16-16H168c-8.8 0-16 7.2-16 16v48h-24c-8.8 0-16 7.2-16 16v104H16c-8.8 0-16 7.2-16 16v296c0 8.8 7.2 16 16 16h480c8.8 0 16-7.2 16-16V200c0-8.8-7.2-16-16-16zM184 32h144v32H184V32zM32 216h80v264H32V216zM144 96h224v384h-40v-80c8.8 0 16-7.2 16-16s-7.2-16-16-16H184c-8.8 0-16 7.2-16 16s7.2 16 16 16v80h-40V96zm72 384v-80h80v80h-80zm264 0h-80V216h80v264z" class="st3"/>
23
+ <path d="M440 296c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16c0 8.8 7.2 16 16 16zM440 368c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16c0 8.8 7.2 16 16 16zM440 440c8.8 0 16-7.2 16-16v-16c0-8.8-7.2-16-16-16s-16 7.2-16 16v16c0 8.8 7.2 16 16 16zM72 248c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM72 320c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-8.8-7.2-16-16-16zM72 392c-8.8 0-16 7.2-16 16v16c0 8.8 7.2 16 16 16s16-7.2 16-16v-16c0-8.8-7.2-16-16-16z" class="st3"/>
25
24
  </svg>
@@ -1,27 +1,26 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M17.3361 29.8243C22.5831 29.8243 26.8367 25.5707 26.8367 20.3236C26.8367 15.0766 22.5831 10.823 17.3361 10.823C12.089 10.823 7.83545 15.0766 7.83545 20.3236C7.83545 25.5707 12.089 29.8243 17.3361 29.8243Z" fill="white"/>
3
- <path d="M29.0351 30.356V9.84961H5.63721V30.356C5.63721 30.6078 5.73725 30.8493 5.91533 31.0274C6.09342 31.2055 6.33495 31.3056 6.5868 31.3056H28.0902C28.3412 31.3043 28.5816 31.2037 28.7586 31.0257C28.9357 30.8478 29.0351 30.607 29.0351 30.356ZM17.3361 29.093C15.0695 29.093 12.8957 28.1926 11.293 26.5899C9.69025 24.9871 8.78984 22.8133 8.78984 20.5467C8.78984 18.2801 9.69025 16.1063 11.293 14.5036C12.8957 12.9008 15.0695 12.0004 17.3361 12.0004C19.6027 12.0004 21.7765 12.9008 23.3793 14.5036C24.982 16.1063 25.8824 18.2801 25.8824 20.5467C25.8787 22.8109 24.9766 24.981 23.3742 26.5807C21.7719 28.1803 19.6003 29.0788 17.3361 29.0788V29.093Z" fill="url(#paint0_linear_4088_34002)"/>
4
- <path d="M28.0855 31.3056H6.58208C6.32224 31.3043 6.07347 31.2002 5.89018 31.0161C5.70689 30.8319 5.604 30.5826 5.604 30.3228V9.82117H29.0683V30.356C29.0597 30.6109 28.9524 30.8524 28.769 31.0296C28.5856 31.2068 28.3405 31.3057 28.0855 31.3056ZM5.66572 9.8639V30.356C5.66572 30.599 5.76227 30.8321 5.93412 31.004C6.10597 31.1758 6.33905 31.2724 6.58208 31.2724H28.0855C28.206 31.273 28.3255 31.2497 28.4369 31.2039C28.5484 31.1581 28.6496 31.0906 28.7349 31.0054C28.8201 30.9202 28.8876 30.8189 28.9334 30.7074C28.9792 30.596 29.0025 30.4765 29.0019 30.356V9.88289L5.66572 9.8639ZM17.3362 29.0883C15.0665 29.0871 12.8898 28.1865 11.2826 26.5838C9.67551 24.9811 8.76892 22.8069 8.76138 20.5373C8.77017 18.2692 9.67665 16.097 11.2826 14.4954C12.8886 12.8939 15.0634 11.9935 17.3314 11.991C19.5995 11.9935 21.7742 12.8939 23.3802 14.4954C24.9862 16.097 25.8927 18.2692 25.9014 20.5373C25.8989 22.8086 24.9959 24.9862 23.3902 26.5928C21.7846 28.1993 19.6075 29.1035 17.3362 29.1073V29.0883ZM17.3362 11.9957C15.0812 11.9982 12.9193 12.8948 11.3243 14.4888C9.72939 16.0829 8.83162 18.2443 8.82785 20.4993C8.83037 22.7551 9.72759 24.9177 11.3227 26.5128C12.9177 28.1079 15.0804 29.0051 17.3362 29.0076C19.5874 29.0089 21.7475 28.1184 23.3438 26.531C24.9401 24.9436 25.8427 22.7885 25.854 20.5373C25.8514 18.2803 24.9528 16.1167 23.3555 14.5221C21.7583 12.9275 19.5931 12.0324 17.3362 12.0337V11.9957Z" fill="black"/>
5
- <path d="M5.63721 3.65357V7.9552H10.822V2.70398H6.58205C6.33103 2.70523 6.09071 2.80583 5.91365 2.98377C5.7366 3.16172 5.6372 3.40254 5.63721 3.65357Z" fill="url(#paint1_linear_4088_34002)"/>
6
- <path d="M10.8505 7.98361H5.604V3.65349C5.604 3.39409 5.70705 3.14531 5.89047 2.96189C6.07389 2.77846 6.32268 2.67542 6.58208 2.67542H10.8552L10.8505 7.98361ZM5.66572 7.92188H10.7888V2.73713H6.58208C6.33943 2.73837 6.10708 2.83533 5.9355 3.00691C5.76392 3.17849 5.66697 3.41084 5.66572 3.65349V7.92188Z" fill="black"/>
7
- <path d="M28.0854 2.70398H12.7163V7.9552H29.035V3.65357C29.035 3.40172 28.9349 3.16019 28.7569 2.98211C28.5788 2.80402 28.3372 2.70398 28.0854 2.70398ZM15.8167 6.3124C15.5649 6.3124 15.3233 6.21236 15.1453 6.03428C14.9672 5.85619 14.8671 5.61466 14.8671 5.36281C14.8671 5.11097 14.9672 4.86945 15.1453 4.69137C15.3233 4.51329 15.5649 4.41323 15.8167 4.41323C16.0686 4.41323 16.3101 4.51329 16.4882 4.69137C16.6663 4.86945 16.7663 5.11097 16.7663 5.36281C16.7663 5.61466 16.6663 5.85619 16.4882 6.03428C16.3101 6.21236 16.0686 6.3124 15.8167 6.3124ZM20.878 6.3124H19.8667C19.6149 6.3124 19.3733 6.21236 19.1952 6.03428C19.0172 5.85619 18.9171 5.61466 18.9171 5.36281C18.9171 5.11097 19.0172 4.86945 19.1952 4.69137C19.3733 4.51329 19.6149 4.41323 19.8667 4.41323H20.878C21.1299 4.41323 21.3714 4.51329 21.5495 4.69137C21.7276 4.86945 21.8276 5.11097 21.8276 5.36281C21.8276 5.61466 21.7276 5.85619 21.5495 6.03428C21.3714 6.21236 21.1299 6.3124 20.878 6.3124ZM25.9346 6.3124H24.9043C24.6524 6.3124 24.4109 6.21236 24.2328 6.03428C24.0547 5.85619 23.9547 5.61466 23.9547 5.36281C23.9547 5.11097 24.0547 4.86945 24.2328 4.69137C24.4109 4.51329 24.6524 4.41323 24.9043 4.41323H25.9156C26.1674 4.41323 26.409 4.51329 26.587 4.69137C26.7651 4.86945 26.8652 5.11097 26.8652 5.36281C26.8652 5.6114 26.7678 5.85011 26.5938 6.02765C26.4198 6.2052 26.1831 6.30743 25.9346 6.3124Z" fill="url(#paint2_linear_4088_34002)"/>
8
- <path d="M29.0684 7.98361H12.688V2.67542H28.0856C28.3454 2.67541 28.5947 2.77829 28.7788 2.96158C28.963 3.14487 29.0671 3.39365 29.0684 3.65349V7.98361ZM12.7497 7.92188H29.0019V3.64874C29.0019 3.40571 28.9054 3.17263 28.7335 3.00078C28.5617 2.82893 28.3286 2.73239 28.0856 2.73239H12.7497V7.92188ZM25.9347 6.34083H24.9044C24.645 6.34083 24.3963 6.23778 24.2128 6.05435C24.0294 5.87093 23.9264 5.62214 23.9264 5.36274C23.9264 5.1029 24.0293 4.85363 24.2125 4.66945C24.3958 4.48528 24.6446 4.38118 24.9044 4.37992H25.9158C26.1764 4.37992 26.4264 4.48347 26.6107 4.66779C26.795 4.8521 26.8986 5.10208 26.8986 5.36274C26.8974 5.61932 26.7959 5.86526 26.6158 6.04802C26.4357 6.23078 26.1913 6.33587 25.9347 6.34083ZM24.9234 4.44165C24.6804 4.44165 24.4473 4.53819 24.2755 4.71004C24.1036 4.88189 24.0071 5.11497 24.0071 5.358C24.0083 5.60065 24.1053 5.833 24.2769 6.00458C24.4484 6.17616 24.6808 6.2731 24.9234 6.27435H25.9347C26.1778 6.27435 26.4108 6.17781 26.5827 6.00596C26.7545 5.83411 26.8511 5.60103 26.8511 5.358C26.8517 5.23749 26.8284 5.11804 26.7826 5.00658C26.7368 4.89512 26.6693 4.79385 26.5841 4.70863C26.4989 4.62342 26.3976 4.55594 26.2862 4.51011C26.1747 4.46428 26.0553 4.44102 25.9347 4.44165H24.9234ZM20.8782 6.34083H19.8669C19.607 6.34083 19.3578 6.23793 19.1736 6.05464C18.9894 5.87135 18.8853 5.62257 18.8841 5.36274C18.8841 5.10208 18.9876 4.8521 19.1719 4.66779C19.3562 4.48347 19.6062 4.37992 19.8669 4.37992H20.8782C21.138 4.38118 21.3868 4.48528 21.5701 4.66945C21.7534 4.85363 21.8563 5.1029 21.8563 5.36274C21.8563 5.62214 21.7532 5.87093 21.5698 6.05435C21.3864 6.23778 21.1376 6.34083 20.8782 6.34083ZM19.8669 4.44165C19.7461 4.44102 19.6265 4.46425 19.5147 4.51003C19.403 4.5558 19.3014 4.62321 19.2158 4.70836C19.1302 4.79351 19.0623 4.89473 19.016 5.00622C18.9696 5.11771 18.9458 5.23726 18.9458 5.358C18.947 5.60147 19.0446 5.83453 19.2172 6.00625C19.3898 6.17796 19.6234 6.27435 19.8669 6.27435H20.8782C21.1208 6.2731 21.3532 6.17616 21.5248 6.00458C21.6963 5.833 21.7933 5.60065 21.7945 5.358C21.7945 5.11497 21.698 4.88189 21.5261 4.71004C21.3543 4.53819 21.1212 4.44165 20.8782 4.44165H19.8669ZM15.8169 6.34083C15.5575 6.34083 15.3087 6.23778 15.1253 6.05435C14.9419 5.87093 14.8388 5.62214 14.8388 5.36274C14.8388 5.1029 14.9417 4.85363 15.125 4.66945C15.3083 4.48528 15.557 4.38118 15.8169 4.37992C16.0775 4.37992 16.3275 4.48347 16.5118 4.66779C16.6962 4.8521 16.7997 5.10208 16.7997 5.36274C16.7984 5.62257 16.6943 5.87135 16.5102 6.05464C16.326 6.23793 16.0767 6.34083 15.8169 6.34083ZM15.8169 4.44165C15.5738 4.44165 15.3408 4.53819 15.1689 4.71004C14.9971 4.88189 14.9005 5.11497 14.9005 5.358C14.9018 5.60065 14.9987 5.833 15.1703 6.00458C15.3419 6.17616 15.5742 6.2731 15.8169 6.27435C16.0599 6.27435 16.293 6.17781 16.4648 6.00596C16.6367 5.83411 16.7332 5.60103 16.7332 5.358C16.7332 5.23788 16.7095 5.11896 16.6634 5.00805C16.6173 4.89714 16.5497 4.79642 16.4646 4.71171C16.3794 4.62699 16.2783 4.55995 16.1672 4.51442C16.056 4.46888 15.937 4.44576 15.8169 4.44639V4.44165Z" fill="black"/>
9
- <path d="M28.0856 33.2048H6.58216C5.82662 33.2048 5.10203 32.9046 4.56778 32.3704C4.03353 31.8361 3.7334 31.1115 3.7334 30.356V3.65357C3.7334 2.89803 4.03353 2.17344 4.56778 1.63919C5.10203 1.10494 5.82662 0.80481 6.58216 0.80481H28.0856C28.8411 0.80481 29.5657 1.10494 30.1 1.63919C30.6342 2.17344 30.9343 2.89803 30.9343 3.65357V30.356C30.9343 31.1115 30.6342 31.8361 30.1 32.3704C29.5657 32.9046 28.8411 33.2048 28.0856 33.2048ZM6.58216 2.72297C6.33032 2.72297 6.08878 2.82301 5.9107 3.00109C5.73262 3.17918 5.63257 3.42071 5.63257 3.67255V30.356C5.63257 30.6078 5.73262 30.8494 5.9107 31.0274C6.08878 31.2055 6.33032 31.3056 6.58216 31.3056H28.0856C28.3374 31.3056 28.579 31.2055 28.757 31.0274C28.9351 30.8494 29.0352 30.6078 29.0352 30.356V3.65357C29.0352 3.40173 28.9351 3.1602 28.757 2.98211C28.579 2.80403 28.3374 2.70399 28.0856 2.70399L6.58216 2.72297Z" fill="#1D1D1D"/>
10
- <path d="M29.9849 9.84962H4.68787C4.43602 9.84962 4.19449 9.74957 4.01641 9.57149C3.83833 9.39341 3.73828 9.15187 3.73828 8.90003C3.73828 8.64818 3.83833 8.40665 4.01641 8.22857C4.19449 8.05048 4.43602 7.95044 4.68787 7.95044H29.9849C30.2367 7.95044 30.4783 8.05048 30.6564 8.22857C30.8344 8.40665 30.9345 8.64818 30.9345 8.90003C30.9345 9.15187 30.8344 9.39341 30.6564 9.57149C30.4783 9.74957 30.2367 9.84962 29.9849 9.84962Z" fill="#1D1D1D"/>
11
- <path d="M11.7713 9.84963C11.5194 9.84963 11.2779 9.74959 11.0998 9.5715C10.9217 9.39342 10.8217 9.15189 10.8217 8.90004V1.7544C10.8217 1.50255 10.9217 1.26102 11.0998 1.08294C11.2779 0.904854 11.5194 0.80481 11.7713 0.80481C12.0231 0.80481 12.2646 0.904854 12.4427 1.08294C12.6208 1.26102 12.7208 1.50255 12.7208 1.7544V8.90479C12.7196 9.15582 12.619 9.39613 12.441 9.57318C12.2631 9.75024 12.0223 9.84963 11.7713 9.84963ZM25.9344 6.31241H24.9041C24.6522 6.31241 24.4107 6.21236 24.2326 6.03428C24.0545 5.8562 23.9545 5.61467 23.9545 5.36282C23.9545 5.11097 24.0545 4.86946 24.2326 4.69137C24.4107 4.51329 24.6522 4.41323 24.9041 4.41323H25.9154C26.1672 4.41323 26.4088 4.51329 26.5868 4.69137C26.7649 4.86946 26.865 5.11097 26.865 5.36282C26.865 5.61141 26.7676 5.85011 26.5936 6.02766C26.4196 6.20521 26.1829 6.30744 25.9344 6.31241ZM20.8778 6.31241H19.8665C19.6146 6.31241 19.3731 6.21236 19.195 6.03428C19.017 5.8562 18.9169 5.61467 18.9169 5.36282C18.9169 5.11097 19.017 4.86946 19.195 4.69137C19.3731 4.51329 19.6146 4.41323 19.8665 4.41323H20.8778C21.1297 4.41323 21.3712 4.51329 21.5493 4.69137C21.7274 4.86946 21.8274 5.11097 21.8274 5.36282C21.8274 5.61467 21.7274 5.8562 21.5493 6.03428C21.3712 6.21236 21.1297 6.31241 20.8778 6.31241ZM17.3358 29.0788C15.0692 29.0788 12.8954 28.1784 11.2927 26.5756C9.68996 24.9729 8.78955 22.7991 8.78955 20.5325C8.78955 18.2659 9.68996 16.0921 11.2927 14.4894C12.8954 12.8866 15.0692 11.9862 17.3358 11.9862C19.6025 11.9862 21.7762 12.8866 23.379 14.4894C24.9817 16.0921 25.8821 18.2659 25.8821 20.5325C25.8821 22.7991 24.9817 24.9729 23.379 26.5756C21.7762 28.1784 19.6025 29.0788 17.3358 29.0788ZM17.3358 13.8854C15.5729 13.8854 13.8822 14.5857 12.6356 15.8323C11.389 17.0788 10.6887 18.7696 10.6887 20.5325C10.6887 22.2954 11.389 23.9861 12.6356 25.2327C13.8822 26.4793 15.5729 27.1796 17.3358 27.1796C19.0988 27.1796 20.7895 26.4793 22.0361 25.2327C23.2826 23.9861 23.983 22.2954 23.983 20.5325C23.9792 18.772 23.2772 17.085 22.031 15.8415C20.7849 14.598 19.0963 13.8996 17.3358 13.8996V13.8854Z" fill="#1D1D1D"/>
12
- <path d="M15.8168 6.31251C16.3412 6.31251 16.7664 5.88736 16.7664 5.36292C16.7664 4.83848 16.3412 4.41333 15.8168 4.41333C15.2923 4.41333 14.8672 4.83848 14.8672 5.36292C14.8672 5.88736 15.2923 6.31251 15.8168 6.31251Z" fill="#1D1D1D"/>
13
- <defs>
14
- <linearGradient id="paint0_linear_4088_34002" x1="17.3361" y1="31.2913" x2="17.3361" y2="9.84961" gradientUnits="userSpaceOnUse">
15
- <stop stop-color="#F37C1C"/>
16
- <stop offset="1" stop-color="#FCC191"/>
17
- </linearGradient>
18
- <linearGradient id="paint1_linear_4088_34002" x1="8.22958" y1="7.9552" x2="8.22958" y2="2.70398" gradientUnits="userSpaceOnUse">
19
- <stop stop-color="#EFC530"/>
20
- <stop offset="1" stop-color="#FCEDB6"/>
21
- </linearGradient>
22
- <linearGradient id="paint2_linear_4088_34002" x1="20.878" y1="7.9552" x2="20.878" y2="2.70398" gradientUnits="userSpaceOnUse">
23
- <stop stop-color="#EFC530"/>
24
- <stop offset="1" stop-color="#FCEDB6"/>
25
- </linearGradient>
26
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" x="0" y="0" enable-background="new 0 0 512 512" version="1.1" viewBox="0 0 512 512" xml:space="preserve">
2
+ <style>
3
+ .st3{fill:#1d1d1d}
4
+ </style>
5
+ <linearGradient id="SVGID_1_" x1="256" x2="256" y1="482" y2="143" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0" stop-color="#F37C1C"/>
7
+ <stop offset="1" stop-color="#FCC191"/>
8
+ </linearGradient>
9
+ <path fill="url(#SVGID_1_)" stroke="#000000" stroke-miterlimit="10" d="M441 467V143H71v324c0 8.3 6.7 15 15 15h340c8.3 0 15-6.7 15-15zm-185-20c-74.4 0-135-60.6-135-135s60.6-135 135-135 135 60.6 135 135-60.6 135-135 135z"/>
10
+ <linearGradient id="SVGID_2_" x1="112" x2="112" y1="113" y2="30" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0" stop-color="#EFC530"/>
12
+ <stop offset="1" stop-color="#FCEDB6"/>
13
+ </linearGradient>
14
+ <path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M71 45v68h82V30H86c-8.3 0-15 6.7-15 15z"/>
15
+ <linearGradient id="SVGID_3_" x1="312" x2="312" y1="113" y2="30" gradientUnits="userSpaceOnUse">
16
+ <stop offset="0" stop-color="#EFC530"/>
17
+ <stop offset="1" stop-color="#FCEDB6"/>
18
+ </linearGradient>
19
+ <path fill="url(#SVGID_3_)" stroke="#000000" stroke-miterlimit="10" d="M426 30H183v83h258V45c0-8.3-6.7-15-15-15zM232 87c-8.3 0-15-6.7-15-15s6.7-15 15-15 15 6.7 15 15-6.7 15-15 15zm80 0h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15zm80 0h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15z"/>
20
+ <g>
21
+ <path d="M426 512H86c-24.8 0-45-20.2-45-45V45C41 20.2 61.2 0 86 0h340c24.8 0 45 20.2 45 45v422c0 24.8-20.2 45-45 45zM86 30c-8.3 0-15 6.7-15 15v422c0 8.3 6.7 15 15 15h340c8.3 0 15-6.7 15-15V45c0-8.3-6.7-15-15-15H86z" class="st3"/>
22
+ <path d="M456 143H56c-8.3 0-15-6.7-15-15s6.7-15 15-15h400c8.3 0 15 6.7 15 15s-6.7 15-15 15z" class="st3"/>
23
+ <path d="M168 143c-8.3 0-15-6.7-15-15V15c0-8.3 6.7-15 15-15s15 6.7 15 15v113c0 8.3-6.7 15-15 15zM392 87h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15zM312 87h-16c-8.3 0-15-6.7-15-15s6.7-15 15-15h16c8.3 0 15 6.7 15 15s-6.7 15-15 15zM256 447c-74.4 0-135-60.6-135-135s60.6-135 135-135 135 60.6 135 135-60.6 135-135 135zm0-240c-57.9 0-105 47.1-105 105s47.1 105 105 105 105-47.1 105-105-47.1-105-105-105z" class="st3"/>
24
+ <circle cx="232" cy="72" r="15" class="st3"/>
25
+ </g>
27
26
  </svg>
@@ -1,16 +1,23 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M30.8484 9.45245V3.7426L24.5251 3.65111L21.1132 1.58997H13.8749L11.238 3.31207L4.33342 3.98477L3.62305 9.05421L7.75072 14.1506L7.93907 21.4372L3.6338 25.1774L4.85005 30.263L12.2659 31.8775L17.825 32.6417L21.7105 31.2855L30.6278 30.1446V24.7469L26.9307 20.5762L27.415 12.5038L30.87 9.4363L30.8484 9.45245ZM26.005 27.5776L24.9933 27.4915H9.65579L8.63329 27.5884V24.1495C8.92684 24.0213 9.18849 23.8299 9.39964 23.5889C9.61078 23.348 9.76623 23.0635 9.85491 22.7557C10.533 21.5771 10.8344 19.3223 10.8344 17.9661C11.0765 16.3516 10.4092 12.9881 10.4092 12.9881C10.4092 12.9881 10.0379 10.7925 8.63329 10.109V6.57869H26.005V10.1144C25.4407 10.4227 25.0054 10.9228 24.778 11.5244C24.064 13.0041 23.738 14.6412 23.8309 16.2817C23.709 17.9456 23.8618 19.6183 24.2829 21.2327C24.2829 21.2327 24.622 23.3584 26.0104 24.1442C26.0104 25.8017 26.0104 27.583 26.0104 27.583L26.005 27.5776Z" fill="url(#paint0_linear_4088_33980)"/>
3
- <path d="M24.2722 21.2326C23.8996 19.6101 23.7476 17.9448 23.8201 16.2816C23.9708 14.0429 24.256 12.3638 24.7673 11.5243C24.9947 10.9228 25.43 10.4226 25.9943 10.1143V6.57861H8.62256V10.1143C9.55357 10.4157 10.237 12.1647 10.3931 12.9935C10.754 14.6268 10.8988 16.3004 10.8236 17.9714C10.7106 19.3921 10.4846 21.5932 9.84417 22.761C9.76083 23.0714 9.60735 23.3584 9.39555 23.6001C9.18375 23.8417 8.9193 24.0315 8.62256 24.1548V27.5937L9.63967 27.4968H24.9826L25.9943 27.5883V24.1495C24.6112 23.3584 24.2722 21.2326 24.2722 21.2326ZM12.7341 18.0468C12.7825 14.4841 12.5403 13.9675 12.2497 12.5145L12.7341 18.0468Z" fill="url(#paint1_linear_4088_33980)"/>
4
- <path d="M30.8645 10.5018L31.4511 10.2597V2.72544L30.4663 2.76312C30.181 2.76312 29.885 2.76312 29.5891 2.76312C26.204 2.76312 23.2818 2.76311 21.6674 1.08406L21.3821 0.793457H13.0784L12.7985 1.07868C11.1356 2.76311 8.21343 2.76312 4.82304 2.76312C4.52705 2.76312 4.22029 2.76312 3.91892 2.76312L2.92871 2.72544V10.2597L3.53683 10.4911C5.49034 11.2606 6.76578 13.833 6.76578 17.0566C6.76578 20.2801 5.44191 23.0355 3.53683 23.7782L2.92871 24.0096V31.3877L3.92969 31.3339C4.38175 31.3339 4.83917 31.2962 5.2966 31.2962C8.68161 31.2962 11.846 31.9636 13.7564 33.0668L13.9771 33.1959H20.4673L20.6879 33.0668C22.5984 31.9582 25.7574 31.2962 29.137 31.2962C29.5729 31.2962 30.0196 31.2962 30.4555 31.3285L31.4511 31.3823V24.0096L30.8645 23.7728C28.9863 22.9978 27.6678 20.2748 27.6678 17.1265C27.6678 13.8976 28.9217 11.3037 30.8645 10.5072V10.5018ZM26.9628 11.7988C26.1434 13.4493 25.7354 15.2735 25.7735 17.1158C25.7735 20.7645 27.2696 23.9235 29.5406 25.2258V29.3965C25.7735 29.3373 22.2593 30.0316 19.9506 31.2909H14.4668C12.2388 30.0854 8.91302 29.3912 5.28046 29.3912H4.81765V25.2473C7.12635 23.9611 8.63857 20.7699 8.63857 17.0404C8.67556 15.2016 8.26168 13.3816 7.43309 11.7396C6.84693 10.5865 5.93579 9.6305 4.81226 8.9896V4.68434C8.30491 4.68434 11.6038 4.68434 13.8264 2.72006H20.5695C22.7222 4.67896 26.0426 4.68434 29.5245 4.68434V9.03804C28.4177 9.69612 27.523 10.658 26.9467 11.8095L26.9628 11.7988Z" fill="#1D1D1D"/>
5
- <path d="M24.7942 22.7233L23.0721 23.5252C23.3206 24.0994 23.6727 24.623 24.1108 25.0697V25.5756H23.1582V27.4807H24.9987L26.0105 27.5668V24.1333L25.6069 23.8481C25.2435 23.5485 24.9652 23.1588 24.7996 22.718L24.7942 22.7233ZM18.1534 27.4807H21.4846V25.5756H18.1534V27.4807ZM13.1485 25.581V27.486H16.4797V25.581H13.1485ZM11.5717 23.5629L9.8496 22.761C9.68311 23.1954 9.40683 23.5792 9.04774 23.875L8.63336 24.1548V27.5937L9.65049 27.4968H11.491V25.5917H10.5384V25.1128C10.9748 24.6647 11.3267 24.1414 11.5771 23.5683L11.5717 23.5629ZM10.3716 21.2596L12.2121 21.7331C12.5181 20.528 12.6984 19.2944 12.7503 18.0521L10.856 17.9714C10.8095 19.081 10.649 20.1828 10.377 21.2596H10.3716ZM10.4039 12.9881C10.6668 14.0653 10.8129 15.1677 10.8398 16.2762L12.7341 16.2063C12.6978 14.9562 12.5301 13.7133 12.2336 12.4983L10.3931 12.9719L10.4039 12.9881ZM9.86575 11.4974L11.5825 10.6794C11.3192 10.1089 10.9545 9.59109 10.5062 9.15101V8.47831H11.4587V6.57861H8.60107V10.1143L9.02084 10.3995C9.39729 10.6856 9.69381 11.0636 9.88189 11.4974H9.86575ZM13.1377 6.57861H16.4689V8.48369H13.1377V6.57861ZM18.1318 6.57861H21.4684V8.48369H18.1534L18.1318 6.57861ZM23.1367 8.47831H24.0893V9.17792C23.6452 9.6237 23.2812 10.1425 23.0129 10.7117L24.7351 11.5243C24.9169 11.0882 25.2011 10.7024 25.5638 10.3995L25.9674 10.1143V6.57861H23.1152L23.1367 8.47831ZM23.8094 17.966L21.9097 18.0414C21.9542 19.2787 22.1237 20.5084 22.4156 21.7116L24.2561 21.2326C23.9995 20.1617 23.8553 19.0669 23.8256 17.966H23.8094ZM24.2399 13.0042L22.3994 12.536C22.1039 13.7383 21.9379 14.9687 21.9043 16.2063L23.804 16.2762C23.8369 15.1735 23.983 14.0771 24.2399 13.0042Z" fill="#1D1D1D"/>
6
- <defs>
7
- <linearGradient id="paint0_linear_4088_33980" x1="17.2277" y1="32.6578" x2="17.2277" y2="1.58997" gradientUnits="userSpaceOnUse">
8
- <stop stop-color="#F37C1C"/>
9
- <stop offset="1" stop-color="#FCC191"/>
10
- </linearGradient>
11
- <linearGradient id="paint1_linear_4088_33980" x1="17.3084" y1="27.5937" x2="17.3084" y2="6.57861" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#EFC530"/>
13
- <stop offset="1" stop-color="#FCEDB6"/>
14
- </linearGradient>
15
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
+ <style>
3
+ .st4{fill:#1d1d1d}
4
+ </style>
5
+ <g id="Layer_2">
6
+ <linearGradient id="SVGID_1_" x1="257.084" x2="257.084" y1="503.4" y2="12.284" gradientUnits="userSpaceOnUse">
7
+ <stop offset="0" stop-color="#F37C1C"/>
8
+ <stop offset="1" stop-color="#FCC191"/>
9
+ </linearGradient>
10
+ <path fill="url(#SVGID_1_)" d="M472.3 136.6V46.4l-99.9-1.5-54-32.6H204l-41.7 27.3L53.2 50.2l-11.4 80.1 65.2 80.6 3 115.2-68.2 59.1L61 465.6l117.2 25.8 87.9 12.1 61.4-21.5 141-18v-85.6l-58.4-65.9 7.6-127.4 54.6-48.5zm-76.6 286.6l-16-1.4H137.2l-16.1 1.5V369s12.4-3.8 19.3-22.1c10.7-18.6 15.5-54.2 15.5-75.7 3.8-25.2-6.8-78.7-6.8-78.7s-5.8-34.7-28-45.5V91.1h274.6V147s-15.4 8.2-19.4 22.3c-7.9 13.9-15.6 39.8-15 75.2-4.4 35.7 7.2 78.3 7.2 78.3s5.3 33.6 27.3 46c-.1 26.2-.1 54.4-.1 54.4z"/>
11
+ </g>
12
+ <g id="Layer_1">
13
+ <g id="Layer_2_copy_3">
14
+ <linearGradient id="SVGID_3_" x1="258.461" x2="258.461" y1="423.309" y2="91.168" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#EFC530"/>
16
+ <stop offset="1" stop-color="#FCEDB6"/>
17
+ </linearGradient>
18
+ <path fill="url(#SVGID_3_)" d="M368.4 322.9s-10-41-7.2-78.3c2.4-35.4 6.9-61.9 15-75.2 4-14.1 19.4-22.3 19.4-22.3V91.2H121v55.9c14.7 4.8 25.3 32.4 28 45.5 4 19.3 9 51.3 6.8 78.7-1.8 22.5-5.4 57.3-15.5 75.7-6.7 18.6-19.3 22.1-19.3 22.1v54.3l16.1-1.5h242.5l16 1.4V369c-21.9-12.5-27.2-46.1-27.2-46.1zM186 272.5c.7-56.3-3.1-64.5-7.7-87.5"/>
19
+ </g>
20
+ <path d="M472.6 153.2l9.3-3.8V30.2l-15.6.6c-4.5.2-9.2.3-13.9.3-53.5 0-99.7 0-125.2-26.5L322.7 0H191.4L187 4.5c-26.3 26.6-72.5 26.6-126.1 26.6-4.7 0-9.5-.1-14.3-.3L31 30.2v119.1l9.6 3.7c30.9 12.1 50.9 52.8 50.9 103.8 0 50.8-20.9 94.5-50.9 106.2l-9.6 3.7v116.6l15.8-.8c7.1-.4 14.4-.6 21.6-.6 53.5 0 103.5 10.5 133.7 28l3.5 2h102.6l3.5-2c30.2-17.6 80.2-28 133.6-28 6.9 0 13.9.2 20.8.5l15.8.8V366.7l-9.3-3.8c-29.7-12.2-50.5-55.3-50.5-105 0-51.1 19.8-92.1 50.5-104.7zm-61.7 20.5c-12.3 23.3-18.8 52.4-18.8 84.1 0 57.7 23.7 107.6 59.8 128.2v65.9c-59.9-.9-115.1 10.1-151.6 30h-86.7c-35.2-19.1-87.8-30.1-145.2-30.1-2.4 0-4.9 0-7.3.1v-65.5c36.5-20.3 60.4-70.8 60.4-129.7 0-31.5-6.6-60.5-19.1-83.8-10.5-19.6-24.7-34.5-41.4-43.5V61.1c55.2 0 107.4 0 142.5-31.1h106.6c34.4 31 86.5 31.1 141.6 31.1v68.8c-16.4 9.3-30.5 24.3-40.8 43.8z" class="st4"/>
21
+ <path d="M376.6 346.5l-27.2 12.7c4.7 10.2 10.2 18.4 16.4 24.4v8h-15l-.1 30.1c22.7.1 27.9.1 29.1.1l16 1.4v-54.3l-6.4-4.5c-2.5-1.7-7.5-6.3-12.8-17.9zM271.7 421.6h52.7v-30.1h-52.7v30.1zM192.6 391.6v30.1h52.7v-30.1c-18.5-.1-36.7-.1-52.7 0zM167.7 359.7L140.5 347c-5.4 11.5-10.3 16-12.7 17.6l-6.6 4.5v54.3l16.1-1.5c1.2 0 6.5-.1 29.1-.2l-.1-30.1c-6.2 0-11.1 0-15 .1v-7.6c6.1-6 11.7-14.2 16.4-24.4zM148.7 323.3l29.1 7.5c4.5-17.5 7.2-37.1 8.2-58.2l-30-1.3c-.8 18.7-3.3 36.7-7.3 52zM149.2 192.5c3.9 15.2 6.2 32.7 6.9 52l30-1.1c-.8-21.5-3.4-41.1-7.8-58.4l-29.1 7.5zM140.9 169l27.1-13c-4.8-10-10.4-18.1-16.8-24.1v-10.7h15V91.1h-45.1V147l6.6 4.5c4.6 3 9.2 9.2 13.2 17.5zM192.6 91.2h52.7v30.1h-52.7V91.2zM271.6 91.2h52.7v30.1h-52.7V91.2zM350.7 121.2h15v11.1c-6.2 6.1-11.8 14.2-16.6 24.2l27.2 12.9c4-8.3 8.6-14.7 13.1-17.8l6.4-4.5V91.2h-45.1v30zM361.3 271.2l-30 1.2c.9 21 3.6 40.6 8 58l29.1-7.5c-3.9-15.1-6.3-33-7.1-51.7zM368.1 192.8l-29.1-7.4c-4.4 17.2-7 36.7-7.8 58l30 1.1c.8-19.1 3.1-36.6 6.9-51.7z" class="st4"/>
22
+ </g>
16
23
  </svg>
@@ -1,16 +1,23 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M30.8484 9.45245V3.7426L24.5251 3.65111L21.1132 1.58997H13.8749L11.238 3.31207L4.33342 3.98477L3.62305 9.05421L7.75072 14.1506L7.93907 21.4372L3.6338 25.1774L4.85005 30.263L12.2659 31.8775L17.825 32.6417L21.7105 31.2855L30.6278 30.1446V24.7469L26.9307 20.5762L27.415 12.5038L30.87 9.4363L30.8484 9.45245ZM26.005 27.5776L24.9933 27.4915H9.65579L8.63329 27.5884V24.1495C8.92684 24.0213 9.18849 23.8299 9.39964 23.5889C9.61078 23.348 9.76623 23.0635 9.85491 22.7557C10.533 21.5771 10.8344 19.3223 10.8344 17.9661C11.0765 16.3516 10.4092 12.9881 10.4092 12.9881C10.4092 12.9881 10.0379 10.7925 8.63329 10.109V6.57869H26.005V10.1144C25.4407 10.4227 25.0054 10.9228 24.778 11.5244C24.064 13.0041 23.738 14.6412 23.8309 16.2817C23.709 17.9456 23.8618 19.6183 24.2829 21.2327C24.2829 21.2327 24.622 23.3584 26.0104 24.1442C26.0104 25.8017 26.0104 27.583 26.0104 27.583L26.005 27.5776Z" fill="url(#paint0_linear_4088_33980)"/>
3
- <path d="M24.2722 21.2326C23.8996 19.6101 23.7476 17.9448 23.8201 16.2816C23.9708 14.0429 24.256 12.3638 24.7673 11.5243C24.9947 10.9228 25.43 10.4226 25.9943 10.1143V6.57861H8.62256V10.1143C9.55357 10.4157 10.237 12.1647 10.3931 12.9935C10.754 14.6268 10.8988 16.3004 10.8236 17.9714C10.7106 19.3921 10.4846 21.5932 9.84417 22.761C9.76083 23.0714 9.60735 23.3584 9.39555 23.6001C9.18375 23.8417 8.9193 24.0315 8.62256 24.1548V27.5937L9.63967 27.4968H24.9826L25.9943 27.5883V24.1495C24.6112 23.3584 24.2722 21.2326 24.2722 21.2326ZM12.7341 18.0468C12.7825 14.4841 12.5403 13.9675 12.2497 12.5145L12.7341 18.0468Z" fill="url(#paint1_linear_4088_33980)"/>
4
- <path d="M30.8645 10.5018L31.4511 10.2597V2.72544L30.4663 2.76312C30.181 2.76312 29.885 2.76312 29.5891 2.76312C26.204 2.76312 23.2818 2.76311 21.6674 1.08406L21.3821 0.793457H13.0784L12.7985 1.07868C11.1356 2.76311 8.21343 2.76312 4.82304 2.76312C4.52705 2.76312 4.22029 2.76312 3.91892 2.76312L2.92871 2.72544V10.2597L3.53683 10.4911C5.49034 11.2606 6.76578 13.833 6.76578 17.0566C6.76578 20.2801 5.44191 23.0355 3.53683 23.7782L2.92871 24.0096V31.3877L3.92969 31.3339C4.38175 31.3339 4.83917 31.2962 5.2966 31.2962C8.68161 31.2962 11.846 31.9636 13.7564 33.0668L13.9771 33.1959H20.4673L20.6879 33.0668C22.5984 31.9582 25.7574 31.2962 29.137 31.2962C29.5729 31.2962 30.0196 31.2962 30.4555 31.3285L31.4511 31.3823V24.0096L30.8645 23.7728C28.9863 22.9978 27.6678 20.2748 27.6678 17.1265C27.6678 13.8976 28.9217 11.3037 30.8645 10.5072V10.5018ZM26.9628 11.7988C26.1434 13.4493 25.7354 15.2735 25.7735 17.1158C25.7735 20.7645 27.2696 23.9235 29.5406 25.2258V29.3965C25.7735 29.3373 22.2593 30.0316 19.9506 31.2909H14.4668C12.2388 30.0854 8.91302 29.3912 5.28046 29.3912H4.81765V25.2473C7.12635 23.9611 8.63857 20.7699 8.63857 17.0404C8.67556 15.2016 8.26168 13.3816 7.43309 11.7396C6.84693 10.5865 5.93579 9.6305 4.81226 8.9896V4.68434C8.30491 4.68434 11.6038 4.68434 13.8264 2.72006H20.5695C22.7222 4.67896 26.0426 4.68434 29.5245 4.68434V9.03804C28.4177 9.69612 27.523 10.658 26.9467 11.8095L26.9628 11.7988Z" fill="#1D1D1D"/>
5
- <path d="M24.7942 22.7233L23.0721 23.5252C23.3206 24.0994 23.6727 24.623 24.1108 25.0697V25.5756H23.1582V27.4807H24.9987L26.0105 27.5668V24.1333L25.6069 23.8481C25.2435 23.5485 24.9652 23.1588 24.7996 22.718L24.7942 22.7233ZM18.1534 27.4807H21.4846V25.5756H18.1534V27.4807ZM13.1485 25.581V27.486H16.4797V25.581H13.1485ZM11.5717 23.5629L9.8496 22.761C9.68311 23.1954 9.40683 23.5792 9.04774 23.875L8.63336 24.1548V27.5937L9.65049 27.4968H11.491V25.5917H10.5384V25.1128C10.9748 24.6647 11.3267 24.1414 11.5771 23.5683L11.5717 23.5629ZM10.3716 21.2596L12.2121 21.7331C12.5181 20.528 12.6984 19.2944 12.7503 18.0521L10.856 17.9714C10.8095 19.081 10.649 20.1828 10.377 21.2596H10.3716ZM10.4039 12.9881C10.6668 14.0653 10.8129 15.1677 10.8398 16.2762L12.7341 16.2063C12.6978 14.9562 12.5301 13.7133 12.2336 12.4983L10.3931 12.9719L10.4039 12.9881ZM9.86575 11.4974L11.5825 10.6794C11.3192 10.1089 10.9545 9.59109 10.5062 9.15101V8.47831H11.4587V6.57861H8.60107V10.1143L9.02084 10.3995C9.39729 10.6856 9.69381 11.0636 9.88189 11.4974H9.86575ZM13.1377 6.57861H16.4689V8.48369H13.1377V6.57861ZM18.1318 6.57861H21.4684V8.48369H18.1534L18.1318 6.57861ZM23.1367 8.47831H24.0893V9.17792C23.6452 9.6237 23.2812 10.1425 23.0129 10.7117L24.7351 11.5243C24.9169 11.0882 25.2011 10.7024 25.5638 10.3995L25.9674 10.1143V6.57861H23.1152L23.1367 8.47831ZM23.8094 17.966L21.9097 18.0414C21.9542 19.2787 22.1237 20.5084 22.4156 21.7116L24.2561 21.2326C23.9995 20.1617 23.8553 19.0669 23.8256 17.966H23.8094ZM24.2399 13.0042L22.3994 12.536C22.1039 13.7383 21.9379 14.9687 21.9043 16.2063L23.804 16.2762C23.8369 15.1735 23.983 14.0771 24.2399 13.0042Z" fill="#1D1D1D"/>
6
- <defs>
7
- <linearGradient id="paint0_linear_4088_33980" x1="17.2277" y1="32.6578" x2="17.2277" y2="1.58997" gradientUnits="userSpaceOnUse">
8
- <stop stop-color="#F37C1C"/>
9
- <stop offset="1" stop-color="#FCC191"/>
10
- </linearGradient>
11
- <linearGradient id="paint1_linear_4088_33980" x1="17.3084" y1="27.5937" x2="17.3084" y2="6.57861" gradientUnits="userSpaceOnUse">
12
- <stop stop-color="#EFC530"/>
13
- <stop offset="1" stop-color="#FCEDB6"/>
14
- </linearGradient>
15
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
+ <style>
3
+ .st4{fill:#1d1d1d}
4
+ </style>
5
+ <g id="Layer_2">
6
+ <linearGradient id="SVGID_1_" x1="257.084" x2="257.084" y1="503.4" y2="12.284" gradientUnits="userSpaceOnUse">
7
+ <stop offset="0" stop-color="#F37C1C"/>
8
+ <stop offset="1" stop-color="#FCC191"/>
9
+ </linearGradient>
10
+ <path fill="url(#SVGID_1_)" d="M472.3 136.6V46.4l-99.9-1.5-54-32.6H204l-41.7 27.3L53.2 50.2l-11.4 80.1 65.2 80.6 3 115.2-68.2 59.1L61 465.6l117.2 25.8 87.9 12.1 61.4-21.5 141-18v-85.6l-58.4-65.9 7.6-127.4 54.6-48.5zm-76.6 286.6l-16-1.4H137.2l-16.1 1.5V369s12.4-3.8 19.3-22.1c10.7-18.6 15.5-54.2 15.5-75.7 3.8-25.2-6.8-78.7-6.8-78.7s-5.8-34.7-28-45.5V91.1h274.6V147s-15.4 8.2-19.4 22.3c-7.9 13.9-15.6 39.8-15 75.2-4.4 35.7 7.2 78.3 7.2 78.3s5.3 33.6 27.3 46c-.1 26.2-.1 54.4-.1 54.4z"/>
11
+ </g>
12
+ <g id="Layer_1">
13
+ <g id="Layer_2_copy_3">
14
+ <linearGradient id="SVGID_3_" x1="258.461" x2="258.461" y1="423.309" y2="91.168" gradientUnits="userSpaceOnUse">
15
+ <stop offset="0" stop-color="#EFC530"/>
16
+ <stop offset="1" stop-color="#FCEDB6"/>
17
+ </linearGradient>
18
+ <path fill="url(#SVGID_3_)" d="M368.4 322.9s-10-41-7.2-78.3c2.4-35.4 6.9-61.9 15-75.2 4-14.1 19.4-22.3 19.4-22.3V91.2H121v55.9c14.7 4.8 25.3 32.4 28 45.5 4 19.3 9 51.3 6.8 78.7-1.8 22.5-5.4 57.3-15.5 75.7-6.7 18.6-19.3 22.1-19.3 22.1v54.3l16.1-1.5h242.5l16 1.4V369c-21.9-12.5-27.2-46.1-27.2-46.1zM186 272.5c.7-56.3-3.1-64.5-7.7-87.5"/>
19
+ </g>
20
+ <path d="M472.6 153.2l9.3-3.8V30.2l-15.6.6c-4.5.2-9.2.3-13.9.3-53.5 0-99.7 0-125.2-26.5L322.7 0H191.4L187 4.5c-26.3 26.6-72.5 26.6-126.1 26.6-4.7 0-9.5-.1-14.3-.3L31 30.2v119.1l9.6 3.7c30.9 12.1 50.9 52.8 50.9 103.8 0 50.8-20.9 94.5-50.9 106.2l-9.6 3.7v116.6l15.8-.8c7.1-.4 14.4-.6 21.6-.6 53.5 0 103.5 10.5 133.7 28l3.5 2h102.6l3.5-2c30.2-17.6 80.2-28 133.6-28 6.9 0 13.9.2 20.8.5l15.8.8V366.7l-9.3-3.8c-29.7-12.2-50.5-55.3-50.5-105 0-51.1 19.8-92.1 50.5-104.7zm-61.7 20.5c-12.3 23.3-18.8 52.4-18.8 84.1 0 57.7 23.7 107.6 59.8 128.2v65.9c-59.9-.9-115.1 10.1-151.6 30h-86.7c-35.2-19.1-87.8-30.1-145.2-30.1-2.4 0-4.9 0-7.3.1v-65.5c36.5-20.3 60.4-70.8 60.4-129.7 0-31.5-6.6-60.5-19.1-83.8-10.5-19.6-24.7-34.5-41.4-43.5V61.1c55.2 0 107.4 0 142.5-31.1h106.6c34.4 31 86.5 31.1 141.6 31.1v68.8c-16.4 9.3-30.5 24.3-40.8 43.8z" class="st4"/>
21
+ <path d="M376.6 346.5l-27.2 12.7c4.7 10.2 10.2 18.4 16.4 24.4v8h-15l-.1 30.1c22.7.1 27.9.1 29.1.1l16 1.4v-54.3l-6.4-4.5c-2.5-1.7-7.5-6.3-12.8-17.9zM271.7 421.6h52.7v-30.1h-52.7v30.1zM192.6 391.6v30.1h52.7v-30.1c-18.5-.1-36.7-.1-52.7 0zM167.7 359.7L140.5 347c-5.4 11.5-10.3 16-12.7 17.6l-6.6 4.5v54.3l16.1-1.5c1.2 0 6.5-.1 29.1-.2l-.1-30.1c-6.2 0-11.1 0-15 .1v-7.6c6.1-6 11.7-14.2 16.4-24.4zM148.7 323.3l29.1 7.5c4.5-17.5 7.2-37.1 8.2-58.2l-30-1.3c-.8 18.7-3.3 36.7-7.3 52zM149.2 192.5c3.9 15.2 6.2 32.7 6.9 52l30-1.1c-.8-21.5-3.4-41.1-7.8-58.4l-29.1 7.5zM140.9 169l27.1-13c-4.8-10-10.4-18.1-16.8-24.1v-10.7h15V91.1h-45.1V147l6.6 4.5c4.6 3 9.2 9.2 13.2 17.5zM192.6 91.2h52.7v30.1h-52.7V91.2zM271.6 91.2h52.7v30.1h-52.7V91.2zM350.7 121.2h15v11.1c-6.2 6.1-11.8 14.2-16.6 24.2l27.2 12.9c4-8.3 8.6-14.7 13.1-17.8l6.4-4.5V91.2h-45.1v30zM361.3 271.2l-30 1.2c.9 21 3.6 40.6 8 58l29.1-7.5c-3.9-15.1-6.3-33-7.1-51.7zM368.1 192.8l-29.1-7.4c-4.4 17.2-7 36.7-7.8 58l30 1.1c.8-19.1 3.1-36.6 6.9-51.7z" class="st4"/>
22
+ </g>
16
23
  </svg>
@@ -1,26 +1,23 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M4.8335 13.4323H14.5399V31.2956H4.8335V13.4323Z" fill="url(#paint0_linear_4088_33995)"/>
3
- <path d="M14.5743 31.3252H4.79883V13.4027H14.5743V31.3252ZM4.86298 31.2611H14.5101V13.4669H4.86298V31.2611Z" fill="black"/>
4
- <path d="M9.57552 2.7093H9.39294C9.31623 3.28191 9.12024 3.83207 8.81765 4.32421C8.51505 4.81636 8.11258 5.23955 7.63622 5.56644C7.49464 5.66077 7.37832 5.78836 7.29746 5.93804C7.2166 6.08772 7.17365 6.25494 7.17236 6.42506V11.5817H11.8109V4.93974C11.8109 4.64642 11.753 4.35598 11.6406 4.08505C11.5282 3.81411 11.3635 3.56801 11.1559 3.36083C10.9482 3.15365 10.7018 2.98946 10.4306 2.87766C10.1594 2.76586 9.86884 2.70865 9.57552 2.7093Z" fill="url(#paint1_linear_4088_33995)"/>
5
- <path d="M11.8408 11.6114H7.14307V6.42511C7.14526 6.24844 7.19154 6.0751 7.27771 5.92085C7.36389 5.7666 7.48723 5.63631 7.63653 5.54182C8.10148 5.21225 8.49319 4.79003 8.78702 4.30172C9.08086 3.8134 9.27046 3.26956 9.3439 2.70441V2.6748H9.55609C10.1564 2.67611 10.7318 2.91516 11.1562 3.33964C11.5807 3.76413 11.8198 4.33948 11.8211 4.93979L11.8408 11.6114ZM7.20228 11.5472H11.7767V4.93979C11.7767 4.35609 11.5448 3.7963 11.1321 3.38357C10.7193 2.97083 10.1595 2.73895 9.57583 2.73895H9.42286C9.34138 3.31119 9.14182 3.86024 8.83686 4.35125C8.53189 4.84225 8.12818 5.26449 7.65133 5.59116C7.51256 5.68136 7.39869 5.80502 7.32022 5.95075C7.24175 6.09648 7.2012 6.2596 7.20228 6.42511V11.5472Z" fill="black"/>
6
- <path d="M15.004 20.6516V14.3748C15.0023 13.9027 14.8811 13.4388 14.6515 13.0263C14.422 12.6138 14.0917 12.2662 13.6914 12.016C13.6962 11.98 13.6962 11.9435 13.6914 11.9075V4.93978C13.6888 3.84687 13.2541 2.79932 12.4823 2.02559C11.7104 1.25185 10.6639 0.814717 9.57095 0.809509L9.39824 0.809509C9.11301 0.809767 8.8286 0.839533 8.5495 0.898332C8.26172 0.961039 8.00382 1.11977 7.81819 1.34844C7.63256 1.57712 7.53024 1.86213 7.52803 2.15666C7.5258 2.52062 7.43473 2.87854 7.26273 3.19931C7.09074 3.52008 6.84303 3.794 6.54111 3.99727C6.14708 4.26825 5.82456 4.63065 5.60112 5.05345C5.37769 5.47626 5.25999 5.94689 5.2581 6.4251V11.8976C5.25553 11.9337 5.25553 11.97 5.2581 12.0062C4.85717 12.2557 4.52632 12.6031 4.29669 13.0157C4.06706 13.4284 3.9462 13.8927 3.94549 14.3649V20.6368C3.62125 20.8984 3.3595 21.229 3.17937 21.6047C2.99923 21.9803 2.90526 22.3914 2.9043 22.808V30.4172C2.9056 31.1562 3.19975 31.8646 3.72233 32.3872C4.24491 32.9098 4.95331 33.204 5.69235 33.2053H13.2324C13.6005 33.2079 13.9654 33.1377 14.3062 32.9988C14.647 32.8599 14.957 32.6551 15.2184 32.396C15.4798 32.1369 15.6874 31.8287 15.8293 31.4891C15.9712 31.1495 16.0445 30.7852 16.0452 30.4172V22.8179C16.0467 22.4016 15.9538 21.9904 15.7734 21.6151C15.5931 21.2399 15.33 20.9105 15.004 20.6516ZM6.76315 13.4865H12.2208C12.3379 13.4859 12.4539 13.5084 12.5623 13.5527C12.6706 13.5971 12.7691 13.6624 12.8521 13.7449C12.9351 13.8275 13.001 13.9256 13.0459 14.0337C13.0909 14.1418 13.114 14.2577 13.114 14.3748V20.0545H5.88973V14.3748C5.89096 14.1421 5.98292 13.9191 6.14604 13.7533C6.30916 13.5874 6.53056 13.4917 6.76315 13.4865ZM7.63659 5.59115C8.11273 5.26404 8.51506 4.84079 8.81763 4.34868C9.1202 3.85658 9.31631 3.30654 9.39331 2.73401H9.57589C10.164 2.73267 10.7289 2.9637 11.1476 3.37681C11.5662 3.78992 11.8048 4.35166 11.8113 4.93978V11.5867H7.17274V6.4251C7.17402 6.25498 7.21697 6.08776 7.29783 5.93808C7.3787 5.7884 7.49501 5.66081 7.63659 5.56648V5.59115ZM14.1503 30.4172C14.1503 30.6541 14.0562 30.8813 13.8887 31.0488C13.7212 31.2163 13.494 31.3104 13.2571 31.3104H5.7269C5.49002 31.3104 5.26283 31.2163 5.09533 31.0488C4.92783 30.8813 4.83372 30.6541 4.83372 30.4172V22.8179C4.83372 22.7008 4.85686 22.5849 4.9018 22.4768C4.94675 22.3688 5.01263 22.2706 5.09563 22.1881C5.17863 22.1055 5.27712 22.0402 5.38546 21.9959C5.49379 21.9515 5.60984 21.929 5.7269 21.9297H13.2621C13.3791 21.929 13.4951 21.9515 13.6035 21.9959C13.7118 22.0402 13.8103 22.1055 13.8933 22.1881C13.9763 22.2706 14.0422 22.3688 14.0871 22.4768C14.1321 22.5849 14.1552 22.7008 14.1552 22.8179V30.4172H14.1503Z" fill="#1D1D1D"/>
7
- <path d="M20.9303 13.4323L30.4147 13.4865V31.6114H20.1704V13.4865L20.9303 13.4323Z" fill="url(#paint2_linear_4088_33995)"/>
8
- <path d="M30.449 31.6411H20.1406V13.457L20.9302 13.4027L30.449 13.4521V31.6411ZM20.1998 31.5818H30.3849V13.5162L20.9302 13.4669L20.1998 13.5162V31.5818Z" fill="black"/>
9
- <path d="M29.9408 19.4031V23.4545L20.2344 26.2326V21.9297L29.9408 19.4031Z" fill="white"/>
10
- <path d="M20.2002 26.2771V21.905H20.2249L29.9757 19.3735V23.4841H29.951L20.2002 26.2771ZM20.2643 21.9543V26.1932L29.9115 23.4298V19.4476L20.2643 21.9543Z" fill="black"/>
11
- <path d="M29.0479 11.5374H21.5177C21.1509 11.5367 20.7875 11.6083 20.4484 11.7481C20.1093 11.8878 19.8011 12.093 19.5413 12.3519C19.2815 12.6108 19.0752 12.9183 18.9342 13.257C18.7933 13.5956 18.7204 13.9586 18.7197 14.3254V30.4172C18.721 31.1562 19.0152 31.8646 19.5378 32.3872C20.0604 32.9098 20.7687 33.204 21.5078 33.2053H29.0824C29.8172 33.1975 30.5193 32.9005 31.0365 32.3786C31.5538 31.8567 31.8446 31.152 31.8458 30.4172V14.3254C31.8432 13.5851 31.5473 12.8759 31.0228 12.3534C30.4984 11.8308 29.7882 11.5374 29.0479 11.5374ZM20.6245 22.9413L29.941 20.02V22.7636L20.6245 25.6849V22.9413ZM21.5177 13.4323H29.0824C29.1995 13.4322 29.3154 13.4554 29.4235 13.5003C29.5316 13.5453 29.6297 13.6111 29.7122 13.6941C29.7948 13.7772 29.8601 13.8757 29.9045 13.984C29.9488 14.0923 29.9713 14.2084 29.9706 14.3254V18.0313L20.659 20.9526V14.3254C20.6571 14.2084 20.6785 14.0922 20.722 13.9836C20.7656 13.875 20.8304 13.7762 20.9127 13.693C20.995 13.6098 21.0931 13.5438 21.2012 13.4991C21.3093 13.4543 21.4253 13.4316 21.5423 13.4323H21.5177ZM29.0479 31.2956H21.5177C21.2833 31.2956 21.0584 31.2035 20.8913 31.0392C20.7242 30.8749 20.6284 30.6515 20.6245 30.4172V27.6785L29.941 24.7572V30.4172C29.9372 30.6515 29.8413 30.8749 29.6743 31.0392C29.5072 31.2035 29.2822 31.2956 29.0479 31.2956Z" fill="#1D1D1D"/>
12
- <defs>
13
- <linearGradient id="paint0_linear_4088_33995" x1="9.68916" y1="31.2956" x2="9.68916" y2="13.4323" gradientUnits="userSpaceOnUse">
14
- <stop stop-color="#F37C1C"/>
15
- <stop offset="1" stop-color="#FCC191"/>
16
- </linearGradient>
17
- <linearGradient id="paint1_linear_4088_33995" x1="9.49163" y1="11.5817" x2="9.49163" y2="2.70436" gradientUnits="userSpaceOnUse">
18
- <stop stop-color="#EFC530"/>
19
- <stop offset="1" stop-color="#FCEDB6"/>
20
- </linearGradient>
21
- <linearGradient id="paint2_linear_4088_33995" x1="25.2925" y1="31.6114" x2="25.2925" y2="13.4323" gradientUnits="userSpaceOnUse">
22
- <stop stop-color="#EFC530"/>
23
- <stop offset="1" stop-color="#FCEDB6"/>
24
- </linearGradient>
25
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" x="0" y="0" enable-background="new 0 0 512 512" version="1.1" viewBox="0 0 512 512" xml:space="preserve">
2
+ <style>
3
+ .st2{fill:#1d1d1d}
4
+ </style>
5
+ <linearGradient id="SVGID_1_" x1="134.25" x2="134.25" y1="32" y2="314.4" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0" stop-color="#F37C1C"/>
7
+ <stop offset="1" stop-color="#FCC191"/>
8
+ </linearGradient>
9
+ <path fill="url(#SVGID_1_)" stroke="#000000" stroke-miterlimit="10" d="M57.5 199.6H211V482H57.5z"/>
10
+ <linearGradient id="SVGID_2_" x1="131.15" x2="131.15" y1="343.7" y2="484" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0" stop-color="#EFC530"/>
12
+ <stop offset="1" stop-color="#FCEDB6"/>
13
+ </linearGradient>
14
+ <path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M132.5 30H129.6c-2.4 18.2-12.4 34.6-27.8 45.2-4.6 3.1-7.3 8.2-7.3 13.6v81.5h73.3v-105c0-19.5-15.8-35.3-35.3-35.3z"/>
15
+ <path d="M218.3 313.7v-99.2c0-15.7-8.3-29.5-20.7-37.3.1-.6.1-1.2.1-1.7V65.3c0-36-29.3-65.3-65.3-65.3h-2.7c-4.5 0-9 .5-13.4 1.4-9.4 2-16.2 10.4-16.2 19.9 0 11.6-5.7 22.5-15.3 29.1-12.7 8.7-20.3 23.1-20.3 38.4v86.5c0 .6 0 1.2.1 1.7-12.4 7.8-20.7 21.6-20.7 37.3v99.2c-10 8.1-16.5 20.5-16.5 34.3v119.9c0 24.3 19.8 44.1 44.1 44.1h119.2c24.3 0 44.1-19.8 44.1-44.1V348c0-13.9-6.4-26.3-16.5-34.3zM88 200.4h86.3c7.8 0 14.1 6.3 14.1 14.1V304H73.9v-89.5c0-7.8 6.4-14.1 14.1-14.1zm13.8-125.2c15.3-10.5 25.4-27 27.8-45.2H132.5c19.5 0 35.3 15.8 35.3 35.3v105.1H94.5V88.8c0-5.4 2.7-10.5 7.3-13.6zm103 392.7c0 7.8-6.3 14.1-14.1 14.1H71.6c-7.8 0-14.1-6.3-14.1-14.1V348c0-7.8 6.3-14.1 14.1-14.1h119.2c7.8 0 14.1 6.3 14.1 14.1l-.1 119.9z" class="st2"/>
16
+ <linearGradient id="SVGID_3_" x1="381" x2="381" y1="27" y2="314.4" gradientTransform="matrix(1 0 0 -1 0 514)" gradientUnits="userSpaceOnUse">
17
+ <stop offset="0" stop-color="#EFC530"/>
18
+ <stop offset="1" stop-color="#FCEDB6"/>
19
+ </linearGradient>
20
+ <path fill="url(#SVGID_3_)" stroke="#000000" stroke-miterlimit="10" d="M312 199.6L462 200.4 462 487 300 487 300 200.4z"/>
21
+ <path fill="#FFFFFF" stroke="#000000" stroke-miterlimit="10" d="M454.5 294L454.5 358 301 402 301 333.9z"/>
22
+ <path d="M440.4 169.6H321.3c-24.3 0-44.1 19.8-44.1 44.1v254.2c0 24.3 19.8 44.1 44.1 44.1h119.2c24.3 0 44.1-19.8 44.1-44.1V213.7c-.1-24.3-19.8-44.1-44.2-44.1zM307.2 349.9l147.3-46.2v43.4l-147.3 46.2v-43.4zm14.1-150.3h119.2c7.8 0 14.1 6.3 14.1 14.1v58.6l-147.3 46.2V213.7c-.1-7.8 6.2-14.1 14-14.1zM440.4 482H321.3c-7.8 0-14.1-6.3-14.1-14.1v-43.1l147.3-46.2V468c0 7.7-6.3 14-14.1 14z" class="st2"/>
26
23
  </svg>
@@ -1,28 +1,24 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clip-path="url(#clip0_4088_33979)">
3
- <path d="M8.34881 23.7951C9.73022 23.7463 11.1069 23.983 12.3926 24.4904C13.6784 24.9979 14.8456 25.7651 15.8213 26.7443C17.5903 28.5433 19.9941 29.5771 22.5167 29.6237C25.0308 29.6434 27.4585 28.7071 29.3084 27.0043C31.1582 25.3015 32.2919 22.9596 32.4801 20.4524C31.3823 22.0993 29.8904 23.4459 28.14 24.3698C26.3896 25.2938 24.4361 25.7658 22.4569 25.7429C19.4441 25.6717 16.5769 24.432 14.4613 22.2857C13.675 21.497 12.734 20.8797 11.6975 20.4724C10.6609 20.0652 9.55133 19.8769 8.43848 19.9194C7.46989 19.969 6.50205 19.8082 5.60161 19.4478C4.70118 19.0875 3.88956 18.5362 3.22266 17.832V18.8832C3.26209 19.0889 3.28871 19.2969 3.30237 19.5059C3.44596 20.7284 4.04743 21.8511 4.98565 22.6479C5.92387 23.4447 7.12915 23.8564 8.35877 23.8001L8.34881 23.7951Z" fill="url(#paint0_linear_4088_33979)"/>
4
- <path d="M3.29221 13.6673C3.43581 14.8898 4.03727 16.0125 4.97549 16.8093C5.91371 17.6061 7.11899 18.0178 8.34861 17.9615C9.72992 17.9136 11.1063 18.1507 12.3919 18.6581C13.6776 19.1655 14.8449 19.9323 15.8211 20.9107C17.5896 22.7111 19.9933 23.7466 22.5165 23.7951C27.7423 23.9096 32.4151 19.5855 32.5098 14.2601C32.5177 13.0212 32.2432 11.7968 31.7071 10.6798C31.1711 9.56286 30.3876 8.58272 29.4162 7.81381C26.6165 5.62186 22.4119 4.37146 17.8786 4.37146C12.5083 4.37146 7.56151 6.15989 4.97103 9.03432C4.37801 9.64288 3.92153 10.3709 3.63204 11.1698C3.34255 11.9687 3.2267 12.8201 3.29221 13.6673Z" fill="url(#paint1_linear_4088_33979)"/>
5
- <path d="M30.6317 6.27445C27.4983 3.82844 22.8503 2.42859 17.9035 2.42859C12.8521 2.42859 6.94382 3.99782 3.55129 7.73408C2.79952 8.50765 2.21411 9.42696 1.83114 10.4354C1.44816 11.4438 1.27573 12.5199 1.32448 13.5975C1.32448 13.6473 1.32448 18.9927 1.32448 18.9927C1.35644 19.471 1.418 19.9468 1.5088 20.4175C1.86121 21.9763 2.75027 23.3617 4.02058 24.3315C5.29089 25.3013 6.86163 25.7938 8.45825 25.7229C9.56945 25.684 10.6767 25.876 11.7099 26.2867C12.7431 26.6974 13.68 27.318 14.4612 28.1092C16.5866 30.265 19.4699 31.5055 22.4966 31.5665C25.5166 31.5984 28.435 30.4771 30.6566 28.4313C32.8783 26.3855 34.2359 23.5693 34.4527 20.5569C34.4576 20.4956 34.4576 20.434 34.4527 20.3726V14.275C34.4651 12.7358 34.1244 11.2143 33.4569 9.82731C32.7893 8.44034 31.8126 7.22492 30.6018 6.27445H30.6317ZM22.5365 29.6236C20.0148 29.5728 17.6125 28.5397 15.8411 26.7442C14.8654 25.7651 13.6982 24.9978 12.4124 24.4903C11.1266 23.9829 9.75 23.7462 8.36858 23.795C7.13896 23.8513 5.93368 23.4396 4.99546 22.6428C4.05724 21.846 3.45576 20.7233 3.31216 19.5008C3.31216 19.3364 3.26235 19.0325 3.23246 18.8781V17.822C3.89837 18.5253 4.70813 19.0768 5.60652 19.4387C6.50492 19.8007 7.47082 19.9646 8.43832 19.9193C9.55103 19.8743 10.6609 20.061 11.6977 20.4675C12.7345 20.874 13.6755 21.4914 14.4612 22.2806C16.5866 24.4364 19.4699 25.6769 22.4966 25.7379C24.4756 25.7593 26.4286 25.2868 28.1787 24.363C29.9289 23.4392 31.421 22.0933 32.5198 20.4473C32.3294 22.9541 31.1951 25.2953 29.3459 26.9984C27.4967 28.7015 25.0703 29.6397 22.5564 29.6236H22.5365ZM32.5298 14.2601C32.4401 19.5855 27.7722 23.9096 22.5365 23.795C20.0149 23.7437 17.6128 22.7106 15.8411 20.9156C14.8638 19.9387 13.6963 19.1728 12.4109 18.6655C11.1255 18.1582 9.74967 17.9203 8.36858 17.9665C7.13896 18.0227 5.93368 17.611 4.99546 16.8142C4.05724 16.0174 3.45576 14.8948 3.31216 13.6723C3.24917 12.8224 3.3686 11.9689 3.66245 11.169C3.95629 10.3691 4.41775 9.64127 5.0159 9.0343C7.60139 6.15987 12.5532 4.37144 17.9234 4.37144C22.4518 4.37144 26.6613 5.62683 29.461 7.80881C30.4322 8.58432 31.2148 9.57009 31.7498 10.6919C32.2848 11.8137 32.5583 13.0422 32.5497 14.285L32.5298 14.2601Z" fill="#1D1D1D"/>
6
- <path d="M28.2407 9.3432C25.8146 7.44517 21.9439 6.31433 17.8987 6.31433C13.1213 6.31433 8.62783 7.88356 6.44087 10.2997C6.02275 10.7075 5.69767 11.2009 5.48788 11.746C5.27809 12.2911 5.18854 12.8751 5.22535 13.4581C5.315 14.1888 5.67741 14.8586 6.24 15.3335C6.80259 15.8083 7.52381 16.053 8.25919 16.0187C9.91639 15.9517 11.5694 16.2302 13.1132 16.8365C14.6569 17.4429 16.0576 18.3638 17.2262 19.5407C17.9427 20.2678 18.7955 20.8466 19.7357 21.2441C20.676 21.6416 21.6853 21.8499 22.7061 21.8572C24.7264 21.8112 26.6539 20.9995 28.0985 19.5864C29.5432 18.1732 30.397 16.264 30.4875 14.2452V14.2153C30.504 13.2808 30.3071 12.3548 29.9117 11.508C29.5163 10.6611 28.9329 9.91557 28.2059 9.32825L28.2407 9.3432ZM22.7609 19.9143C21.2069 19.907 19.7189 19.2856 18.6211 18.1857C13.9881 13.4929 8.35883 14.1555 7.88557 14.0658C7.70336 14.0144 7.53959 13.9121 7.41342 13.7709C7.28726 13.6298 7.20392 13.4556 7.17318 13.2688C7.17297 12.9565 7.23801 12.6476 7.36411 12.362C7.49022 12.0763 7.67462 11.8201 7.90549 11.6099C9.70388 9.61719 13.7291 8.25719 17.9137 8.25719C21.5404 8.25719 24.9628 9.25353 27.0601 10.8776C27.5496 11.2757 27.9421 11.7799 28.2079 12.3521C28.4737 12.9244 28.6059 13.5496 28.5944 14.1804C28.5155 15.6948 27.8714 17.1245 26.7895 18.1871C25.7076 19.2496 24.2665 19.8677 22.7509 19.9193L22.7609 19.9143Z" fill="#1D1D1D"/>
7
- <path d="M22.7558 12.1379C20.5788 12.1379 18.8701 13.4232 18.8701 15.0572C18.8701 16.6912 20.5738 17.9715 22.7558 17.9715C24.9378 17.9715 26.6415 16.6862 26.6415 15.0572C26.6415 13.4282 24.9229 12.1379 22.7558 12.1379ZM22.7558 16.0286C21.5702 16.0286 20.813 15.4508 20.813 15.0572C20.813 14.6637 21.5702 14.0609 22.7558 14.0609C23.9415 14.0609 24.6987 14.6387 24.6987 15.0572C24.6987 15.4757 23.9265 16.0286 22.7558 16.0286Z" fill="#1D1D1D"/>
8
- <path d="M22.7558 16.0286C23.8289 16.0286 24.6987 15.5936 24.6987 15.0571C24.6987 14.5206 23.8289 14.0857 22.7558 14.0857C21.6828 14.0857 20.813 14.5206 20.813 15.0571C20.813 15.5936 21.6828 16.0286 22.7558 16.0286Z" fill="white"/>
9
- <path d="M27.045 10.8775C24.9477 9.23848 21.5253 8.25708 17.8986 8.25708C13.7788 8.25708 9.81835 9.56229 7.98011 11.5151L7.28765 12.5114C7.18018 12.7449 7.13717 13.003 7.16311 13.2587C7.19385 13.4455 7.27718 13.6197 7.40335 13.7609C7.52951 13.902 7.69329 14.0043 7.87549 14.0558C8.34875 14.1454 13.9781 13.4829 18.611 18.1756C19.7072 19.2778 21.1963 19.8996 22.7508 19.9043C24.2638 19.8503 25.7018 19.2318 26.7815 18.1706C27.8612 17.1093 28.5044 15.6822 28.5844 14.1703C28.5941 13.5407 28.4606 12.9171 28.1939 12.3466C27.9272 11.7762 27.5344 11.2738 27.045 10.8775ZM22.7558 17.9714C20.5788 17.9714 18.8701 16.6861 18.8701 15.0571C18.8701 13.4281 20.5738 12.1378 22.7558 12.1378C24.9378 12.1378 26.6415 13.4231 26.6415 15.0571C26.6415 16.6911 24.9228 17.9714 22.7558 17.9714Z" fill="url(#paint2_linear_4088_33979)"/>
10
- </g>
11
- <defs>
12
- <linearGradient id="paint0_linear_4088_33979" x1="17.8638" y1="29.6287" x2="17.8638" y2="17.827" gradientUnits="userSpaceOnUse">
13
- <stop stop-color="#F37C1C"/>
14
- <stop offset="1" stop-color="#FCC191"/>
15
- </linearGradient>
16
- <linearGradient id="paint1_linear_4088_33979" x1="17.8985" y1="23.7951" x2="17.8985" y2="4.37146" gradientUnits="userSpaceOnUse">
17
- <stop stop-color="#EFC530"/>
18
- <stop offset="1" stop-color="#FCEDB6"/>
19
- </linearGradient>
20
- <linearGradient id="paint2_linear_4088_33979" x1="17.8688" y1="19.9142" x2="17.8688" y2="8.25708" gradientUnits="userSpaceOnUse">
21
- <stop stop-color="#F37C1C"/>
22
- <stop offset="1" stop-color="#FCC191"/>
23
- </linearGradient>
24
- <clipPath id="clip0_4088_33979">
25
- <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
26
- </clipPath>
27
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="Capa_1" x="0" y="0" enable-background="new 0 0 512 512" version="1.1" viewBox="0 0 512 512" xml:space="preserve">
2
+ <style>
3
+ .st2{fill:#1d1d1d}
4
+ </style>
5
+ <linearGradient id="SVGID_1_" x1="255.566" x2="255.566" y1="450.905" y2="268.707" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0" stop-color="#F37C1C"/>
7
+ <stop offset="1" stop-color="#FCC191"/>
8
+ </linearGradient>
9
+ <path fill="url(#SVGID_1_)" d="M108.7 360.9c42.4-1.9 85.7 15.1 115.7 45.5 27.5 27.9 64.2 43.7 103.3 44.5 79.7 1.8 149.8-62.9 154.1-141.6-33.9 50.2-91.7 83.1-154.7 81.7-46.9-1-91-20-124-53.4-24.2-24.5-58.9-38.1-93-36.6-31.3 1.4-59.8-10.5-80.5-32.2l-.2 16.2c.6 2.4 1.1 7.1 1.3 9.6 3.8 36.1 36 68.2 78 66.3z"/>
10
+ <linearGradient id="SVGID_2_" x1="256.126" x2="256.126" y1="360.949" y2="61.094" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0" stop-color="#EFC530"/>
12
+ <stop offset="1" stop-color="#FCEDB6"/>
13
+ </linearGradient>
14
+ <path fill="url(#SVGID_2_)" d="M30.7 204.6c3.8 36 35.9 68.2 78 66.3 42.4-1.9 85.7 15 115.7 45.5 27.5 27.9 64.2 43.7 103.3 44.5 80.7 1.8 152.8-65 154.3-147.2.7-37.9-17.7-76-47.8-99.5C391 80.4 326.1 61.1 256.1 61.1c-82.9 0-159.2 27.6-199.2 72-19.8 22-28.8 46.7-26.2 71.5z"/>
15
+ <path d="M452.7 90.5c-48.4-37.8-120.1-59.4-196.5-59.4-78 0-169.5 24.2-221.5 81.9C10.1 140.3-1.9 171.5.3 203.5c-.2.8 0 83.3 0 83.3-.3 3 2.1 20.7 2.5 22.2 10.6 47.1 53.9 84.3 107.3 81.9 34.1-1.6 68.9 12.1 93 36.6 33 33.4 77.1 52.4 124 53.4 95.5 2.1 179.5-74.8 184.7-170 .2-.9.3-1.9.3-2.8V214c-.1-51.8-23.6-95.5-59.4-123.5zm-125 360.4c-39.1-.9-75.8-16.7-103.3-44.5-30-30.4-73.3-47.4-115.7-45.5-42 1.9-74.2-30.2-78-66.3-.3-2.5-.8-7.2-1.3-9.6l.2-16.3c20.7 21.6 49.3 33.6 80.5 32.2 34.1-1.6 68.9 12.1 93 36.6 33 33.4 77.1 52.4 124 53.4 63 1.4 120.8-31.5 154.7-81.7-4.3 78.7-74.4 143.4-154.1 141.7zM482 213.7c-1.4 82.2-73.5 149-154.3 147.2-39.1-.9-75.8-16.7-103.3-44.5-30.1-30.4-73.3-47.4-115.7-45.5-42.1 1.9-74.2-30.3-78-66.3C28.1 179.8 37.2 155 57 133c39.9-44.4 116.3-72 199.2-72 69.9 0 134.9 19.4 178.1 53.1 30 23.6 48.3 61.7 47.7 99.6z" class="st2"/>
16
+ <path d="M415.8 137.8c-37.5-29.3-97.2-46.7-159.7-46.7-73.7 0-143.1 24.2-176.8 61.7-14.2 15.8-20.6 32.2-18.8 48.8 2.2 21.1 20.9 40.2 46.8 39.5 56.5-1.6 104.5 20 138.5 54.4 37.8 38.3 83.7 35.4 84.9 35.7h.2c63.9 0 117.5-53.5 120.1-117.5v-.4c.5-29.3-13-58.1-35.2-75.5zM331 301c-.7-.1-35.8 1.7-63.9-26.7-71.5-72.4-158.4-62.2-165.7-63.6-5.2-1-10.5-6.9-11-12.3-.8-7.7 3-16.3 11.3-25.6 27.8-30.9 89.9-51.7 154.5-51.7 56 0 108.8 15.1 141.2 40.4 14.9 11.6 24 31.2 23.7 51-2.1 47.9-43.3 88.4-90.1 88.5z" class="st2"/>
17
+ <path d="M331.1 181c-33.6 0-60 19.8-60 45s26.3 45 60 45 60-19.8 60-45-26.4-45-60-45zm0 60c-18.3 0-30-8.9-30-15s11.7-15 30-15 30 8.9 30 15-11.7 15-30 15z" class="st2"/>
18
+ <ellipse cx="331.1" cy="226" fill="#FFFFFF" rx="30" ry="15"/>
19
+ <linearGradient id="SVGID_3_" x1="255.628" x2="255.628" y1="300.979" y2="121.065" gradientUnits="userSpaceOnUse">
20
+ <stop offset="0" stop-color="#F37C1C"/>
21
+ <stop offset="1" stop-color="#FCC191"/>
22
+ </linearGradient>
23
+ <path fill="url(#SVGID_3_)" d="M397.3 161.5c-32.4-25.3-85.2-40.4-141.2-40.4-63.6 0-124.7 20.1-153.1 50.3l-10.7 15.5c-1.7 4-2.3 7.8-1.9 11.5.6 5.4 5.8 11.3 11 12.3 7.3 1.4 94.2-8.8 165.7 63.6 28.1 28.5 63.2 26.6 63.9 26.7 46.8-.1 88-40.6 90.1-88.5.2-19.9-8.8-39.4-23.8-51zM331.1 271c-33.6 0-60-19.8-60-45s26.3-45 60-45c33.6 0 60 19.8 60 45s-26.4 45-60 45z"/>
28
24
  </svg>
@@ -1,22 +1,21 @@
1
- <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M13.4633 20.5435H20.1771V16.2297H10.4422H8.76375H4.19965V19.5667C4.19965 21.3816 4.19965 21.7544 4.19965 21.8006C4.19965 21.8469 4.19965 21.8006 4.19965 21.8253L2.92773 29.9753H10.1188L8.78222 21.474C8.77999 21.466 8.77999 21.4574 8.78222 21.4494C8.78222 21.4278 8.78222 21.3015 8.78222 20.562H13.4849L13.4633 20.5435Z" fill="url(#paint0_linear_4088_33978)"/>
3
- <path d="M10.1402 29.9846H2.88135V29.9507L4.15326 21.7976C4.15061 21.7886 4.15061 21.7789 4.15326 21.7699C4.15326 21.6959 4.15326 21.243 4.15326 19.5452V16.1804H8.77279H10.3896H20.183V20.5589H13.4693H8.76663C8.76663 21.2276 8.76663 21.3909 8.76663 21.4094L10.1402 29.9846ZM2.94911 29.926H10.0724L8.742 21.4617C8.74083 21.4515 8.74083 21.4412 8.742 21.4309C8.742 21.4001 8.742 21.2923 8.742 20.5404V20.5127H13.4478H20.1615V16.2513H10.482H8.74815H4.2395V19.5575C4.2395 21.4063 4.2395 21.7483 4.2395 21.7945L2.94911 29.926Z" fill="black"/>
4
- <path d="M19.8936 4.00313H11.3967C11.3495 4.00266 11.3026 4.01201 11.2591 4.03057C11.2157 4.04914 11.1765 4.07651 11.1442 4.11098C11.1107 4.14528 11.085 4.18649 11.0691 4.23172C11.0531 4.27696 11.0472 4.32514 11.0518 4.37289C11.2581 7.00431 12.5239 11.1055 15.1847 11.6016C15.3391 11.6307 15.4958 11.6462 15.6528 11.6478C15.8089 11.646 15.9645 11.6305 16.1179 11.6016C17.1835 11.3951 18.1505 10.5355 18.9142 9.1119C19.6678 7.63725 20.1152 6.02519 20.2293 4.37289C20.233 4.27699 20.2 4.18328 20.1369 4.11098C20.1037 4.07671 20.064 4.0495 20.0201 4.03097C19.9761 4.01244 19.9289 4.00297 19.8813 4.00313H19.8936Z" fill="url(#paint1_linear_4088_33978)"/>
5
- <path d="M15.653 11.6756C15.4938 11.6746 15.3351 11.6592 15.1787 11.6294C12.5086 11.1333 11.2306 7.00746 11.0211 4.37296C11.0171 4.32167 11.0241 4.27011 11.0416 4.22175C11.0591 4.17338 11.0868 4.12934 11.1228 4.09256C11.1581 4.05537 11.2006 4.0258 11.2477 4.00566C11.2948 3.98553 11.3456 3.97525 11.3969 3.97547H19.8937C19.9454 3.97519 19.9967 3.98543 20.0443 4.00556C20.092 4.02568 20.135 4.05528 20.1709 4.09256C20.2049 4.13053 20.2311 4.17484 20.2481 4.22295C20.265 4.27106 20.2722 4.32203 20.2694 4.37296C20.1558 6.03024 19.7085 7.64743 18.9544 9.12738C18.1845 10.554 17.2113 11.4199 16.1365 11.6294H16.1088C15.9586 11.6587 15.806 11.6742 15.653 11.6756ZM11.3969 4.03094C11.3529 4.03016 11.3092 4.03884 11.2688 4.05638C11.2284 4.07392 11.1923 4.09992 11.1628 4.13262C11.1331 4.16409 11.1103 4.20149 11.0959 4.24237C11.0816 4.28326 11.0761 4.3267 11.0796 4.36987C11.286 6.99513 12.5517 11.0809 15.191 11.5739C15.3433 11.6035 15.4979 11.619 15.653 11.6201C15.8071 11.6191 15.9607 11.6037 16.1119 11.5739H16.1303C17.1805 11.3675 18.1414 10.5109 18.9021 9.10889C19.653 7.63686 20.0982 6.02794 20.2109 4.37912C20.215 4.29224 20.1851 4.20719 20.1278 4.14186C20.0983 4.10916 20.0621 4.08316 20.0218 4.06562C19.9814 4.04808 19.9377 4.03941 19.8937 4.04018L11.3969 4.03094Z" fill="black"/>
6
- <path d="M26.1639 17.5854H21.7661V16.279C21.7661 15.8418 21.5925 15.4225 21.2835 15.1133C20.9745 14.8042 20.5555 14.6305 20.1185 14.6305H17.6732V12.7293L17.7594 12.677C18.6275 12.1604 19.361 11.4456 19.8998 10.5909C20.9592 9.00097 21.6398 6.84099 21.8246 4.50846C21.8445 4.24269 21.8097 3.97567 21.7223 3.72391C21.6349 3.47216 21.4968 3.24104 21.3165 3.04485C21.1343 2.84993 20.9139 2.69462 20.6692 2.5886C20.4244 2.48258 20.1604 2.42811 19.8937 2.42859H11.3968C11.1301 2.4283 10.8662 2.48284 10.6214 2.58885C10.3767 2.69486 10.1563 2.85008 9.97399 3.04485C9.79394 3.24108 9.65618 3.47229 9.56929 3.72409C9.4824 3.97588 9.44823 4.24288 9.46892 4.50846C9.65062 6.84099 10.3312 9.00097 11.3906 10.5909C11.9374 11.4445 12.6755 12.1588 13.5464 12.677L13.6327 12.7293V14.6459H4.2242C3.79784 14.6459 3.38896 14.8154 3.08747 15.117C2.78599 15.4186 2.61661 15.8277 2.61661 16.2543V21.6527L1.36009 29.7103C1.28618 30.1787 1.25231 30.8226 1.5572 31.1801C1.86209 31.5375 2.11463 31.5714 2.58274 31.5714H10.0972C10.3312 31.5732 10.5628 31.5236 10.7756 31.4262C10.9885 31.3288 11.1774 31.1859 11.329 31.0075C11.4794 30.8301 11.5902 30.6226 11.6539 30.3989C11.7177 30.1752 11.7329 29.9404 11.6986 29.7103L10.5099 22.1488H14.883L14.9046 23.8127C14.9058 23.972 14.9564 24.1271 15.0493 24.2564L17.1835 27.3377C17.3064 27.5005 17.4868 27.61 17.6879 27.6438C17.8889 27.6776 18.0952 27.6331 18.2645 27.5195C18.4375 27.3993 18.5559 27.2156 18.594 27.0083C18.6321 26.8011 18.5867 26.5872 18.4678 26.4133L16.469 23.5323L16.4506 22.1334H20.1123C20.5493 22.1334 20.9684 21.9597 21.2774 21.6506C21.5864 21.3414 21.7599 20.9221 21.7599 20.4849V19.1754H26.1577C26.3685 19.1754 26.5706 19.0916 26.7196 18.9425C26.8686 18.7935 26.9523 18.5913 26.9523 18.3804C26.9531 18.2755 26.9332 18.1715 26.8936 18.0743C26.854 17.9771 26.7956 17.8888 26.7218 17.8143C26.6479 17.7398 26.56 17.6807 26.4632 17.6404C26.3664 17.6 26.2626 17.5793 26.1577 17.5793L26.1639 17.5854ZM11.0519 4.37288C11.0473 4.32513 11.0532 4.27696 11.0692 4.23172C11.0851 4.18648 11.1108 4.14527 11.1443 4.11097C11.1766 4.07651 11.2158 4.04913 11.2592 4.03057C11.3027 4.01201 11.3495 4.00266 11.3968 4.00313H19.8937C19.9413 4.00296 19.9885 4.01244 20.0325 4.03097C20.0764 4.0495 20.1161 4.07671 20.1493 4.11097C20.2124 4.18327 20.2454 4.27698 20.2417 4.37288C20.1276 6.02518 19.6803 7.63725 18.9266 9.1119C18.1629 10.5355 17.1959 11.3951 16.1303 11.6016C15.9769 11.6305 15.8213 11.646 15.6652 11.6478C15.5082 11.6462 15.3515 11.6307 15.1971 11.6016C12.524 11.1055 11.2582 7.0043 11.0519 4.37288ZM16.0779 13.2193V14.6243H15.2125V13.2193H15.3973C15.5644 13.2316 15.7322 13.2316 15.8993 13.2193H16.0779ZM20.1708 20.5435H13.4633H8.76059C8.76059 21.283 8.76059 21.4093 8.76059 21.4309C8.75836 21.439 8.75836 21.4475 8.76059 21.4555L10.0972 29.9568H2.9061L4.17802 21.8068C4.17802 21.8068 4.17802 21.7883 4.17802 21.7822C4.17802 21.776 4.17802 21.3631 4.17802 19.5482V16.2112H8.74211H10.4205H20.1554V20.525L20.1708 20.5435Z" fill="#1D1D1D"/>
7
- <path d="M29.3731 17.3544C29.8493 17.3544 30.2354 16.9682 30.2354 16.4917C30.2354 16.0152 29.8493 15.6289 29.3731 15.6289C28.8968 15.6289 28.5107 16.0152 28.5107 16.4917C28.5107 16.9682 28.8968 17.3544 29.3731 17.3544Z" fill="#1D1D1D"/>
8
- <path d="M29.3731 20.8116C29.8493 20.8116 30.2354 20.4253 30.2354 19.9488C30.2354 19.4723 29.8493 19.0861 29.3731 19.0861C28.8968 19.0861 28.5107 19.4723 28.5107 19.9488C28.5107 20.4253 28.8968 20.8116 29.3731 20.8116Z" fill="#1D1D1D"/>
9
- <path d="M32.8281 22.5402C33.3044 22.5402 33.6904 22.1539 33.6904 21.6774C33.6904 21.2009 33.3044 20.8146 32.8281 20.8146C32.3519 20.8146 31.9658 21.2009 31.9658 21.6774C31.9658 22.1539 32.3519 22.5402 32.8281 22.5402Z" fill="#1D1D1D"/>
10
- <path d="M32.8281 19.083C33.3044 19.083 33.6904 18.6967 33.6904 18.2202C33.6904 17.7438 33.3044 17.3575 32.8281 17.3575C32.3519 17.3575 31.9658 17.7438 31.9658 18.2202C31.9658 18.6967 32.3519 19.083 32.8281 19.083Z" fill="#1D1D1D"/>
11
- <path d="M32.8281 15.6259C33.3044 15.6259 33.6904 15.2396 33.6904 14.7631C33.6904 14.2866 33.3044 13.9003 32.8281 13.9003C32.3519 13.9003 31.9658 14.2866 31.9658 14.7631C31.9658 15.2396 32.3519 15.6259 32.8281 15.6259Z" fill="#1D1D1D"/>
12
- <defs>
13
- <linearGradient id="paint0_linear_4088_33978" x1="11.5447" y1="29.9661" x2="11.5447" y2="16.2204" gradientUnits="userSpaceOnUse">
14
- <stop stop-color="#F37C1C"/>
15
- <stop offset="1" stop-color="#FCC191"/>
16
- </linearGradient>
17
- <linearGradient id="paint1_linear_4088_33978" x1="15.6467" y1="11.6478" x2="15.6467" y2="4.00313" gradientUnits="userSpaceOnUse">
18
- <stop stop-color="#EFC530"/>
19
- <stop offset="1" stop-color="#FCEDB6"/>
20
- </linearGradient>
21
- </defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="Layer_1" x="0" y="0" enable-background="new 0 0 683 512" version="1.1" viewBox="0 0 683 512" xml:space="preserve">
2
+ <style>
3
+ .st2{fill:#1d1d1d}
4
+ </style>
5
+ <linearGradient id="SVGID_1_" x1="235.9" x2="235.9" y1="481.4" y2="242.8" gradientUnits="userSpaceOnUse">
6
+ <stop offset="0" stop-color="#F37C1C"/>
7
+ <stop offset="1" stop-color="#FCC191"/>
8
+ </linearGradient>
9
+ <path fill="url(#SVGID_1_)" stroke="#000000" stroke-miterlimit="10" d="M269.2 317.8h116.6v-75H216.7v.1h-29.1v-.1h-79.3v57.9c0 31.5 0 38-.1 38.8-.1.1-.1.2-.1.4L86 481.4h124.9l-23.2-147.6c-.1-.2-.1-.3-.1-.4-.1-.4-.1-2.6-.1-15.4h81.7v-.2z"/>
10
+ <linearGradient id="SVGID_2_" x1="307.099" x2="307.099" y1="163.4" y2="30.7" gradientUnits="userSpaceOnUse">
11
+ <stop offset="0" stop-color="#EFC530"/>
12
+ <stop offset="1" stop-color="#FCEDB6"/>
13
+ </linearGradient>
14
+ <path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M380.9 30.7H233.3c-1.7 0-3.3.7-4.4 1.9-1.2 1.2-1.7 2.8-1.6 4.5 3.6 45.7 25.6 116.9 71.8 125.5 2.7.5 5.4.8 8.1.8s5.4-.3 8.1-.8h.2c18.5-3.6 35.3-18.5 48.6-43.2 12.3-22.8 20.4-52.1 22.8-82.3.1-1.6-.5-3.3-1.6-4.5-1.1-1.2-2.7-1.9-4.4-1.9z"/>
15
+ <path d="M489.8 266.5h-76.4v-22.7c0-15.8-12.8-28.6-28.6-28.6h-42.5v-33.3l1.5-.9c14-7.9 26.5-20.1 37.2-36.2 18.4-27.6 30.2-65.1 33.4-105.6.7-9.3-2.5-18.6-8.8-25.4C399.2 6.9 390.2 3 380.9 3H233.3C224 3 215 6.9 208.6 13.8c-6.3 6.9-9.5 16.1-8.8 25.4 3.2 40.5 15 78 33.4 105.6 10.8 16.1 23.3 28.3 37.2 36.2l1.5.9v33.3H108.5c-15.4 0-27.9 12.5-27.9 27.9v93.7L58.8 476.7c-1.3 8.1 1.1 16.3 6.4 22.5S28.3 509 36.4 509h174.1c8.2 0 15.9-3.6 21.2-9.8 5.3-6.2 7.6-14.4 6.4-22.5l-20.6-131.3H293.4l.4 28.9c0 2.8.9 5.4 2.5 7.7l37.1 53.5c4.3 6.3 13 7.8 19.2 3.5 6.3-4.3 7.8-13 3.5-19.2l-34.7-50-.3-24.3h63.7c15.8 0 28.6-12.8 28.6-28.6v-22.7h76.4c7.6 0 13.8-6.2 13.8-13.8 0-7.7-6.2-13.9-13.8-13.9zM227.3 37.1c-.1-1.7.4-3.3 1.6-4.5 1.1-1.2 2.7-1.9 4.4-1.9h147.6c1.7 0 3.3.7 4.4 1.9 1.1 1.2 1.7 2.9 1.6 4.5-2.4 30.2-10.5 59.5-22.8 82.3-13.3 24.7-30.1 39.6-48.6 43.2h-.2c-2.7.5-5.4.8-8.1.8s-5.4-.3-8.1-.8c-46.2-8.6-68.2-79.8-71.8-125.5zm87.3 153.6v24.4h-15v-24.4l3.2.2c2.8.2 5.9.2 8.7 0l3.1-.2zm71.1 127.1H269.2v.2h-81.7c0 12.8 0 15 .1 15.4 0 .1 0 .2.1.4l23.2 147.6H86l22.1-141.5c0-.2 0-.3.1-.4.1-.8.1-7.3.1-38.8v-57.9h79.3v.1h29.1v-.1h169.1v75h-.1z" class="st2"/>
16
+ <circle cx="545.5" cy="247.5" r="15" class="st2"/>
17
+ <circle cx="545.5" cy="307.5" r="15" class="st2"/>
18
+ <circle cx="605.5" cy="337.5" r="15" class="st2"/>
19
+ <circle cx="605.5" cy="277.5" r="15" class="st2"/>
20
+ <circle cx="605.5" cy="217.5" r="15" class="st2"/>
22
21
  </svg>