@kando-env/kando-ui 1.2.269 → 1.2.270

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 (122) hide show
  1. package/lib/Widgets/Map/areas/AreaUtils.js +4 -4
  2. package/lib/Widgets/Map/points/PointUtils.js +4 -2
  3. package/lib/Widgets/MostPolluting/Areas/AreaBox/AreaBox.js +3 -3
  4. package/lib/Widgets/MostPolluting/components/PollutionScorePercent.js +6 -6
  5. package/lib/Widgets/UtilityInformation/UtilityInformation.js +3 -3
  6. package/lib/assets/icons/copy.svg +8 -0
  7. package/lib/assets/icons/index.js +43 -1
  8. package/lib/assets/icons/info-dot.svg +4 -0
  9. package/lib/assets/icons/map.svg +24 -0
  10. package/lib/assets/icons/question-info.svg +3 -0
  11. package/lib/assets/icons/sampling.svg +9 -0
  12. package/lib/assets/icons/score-info.svg +9 -0
  13. package/lib/components/Sector/svgs/AreaMissing.svg +10 -0
  14. package/lib/components/Sector/svgs/Brewing.svg +99 -92
  15. package/lib/components/Sector/svgs/Cowshed.svg +27 -22
  16. package/lib/components/Sector/svgs/Garage.svg +26 -23
  17. package/lib/components/Sector/svgs/Missing.svg +36 -35
  18. package/lib/components/Sector/svgs/Motor Vehicle.svg +21 -0
  19. package/lib/components/Sector/svgs/Polymer.svg +42 -0
  20. package/lib/components/Sector/svgs/Pulp and Paper.svg +26 -0
  21. package/lib/components/Sector/svgs/Seafood.svg +26 -0
  22. package/lib/components/Sector/svgs/barrel.svg +99 -92
  23. package/lib/components/Sector/svgs/beer.svg +16 -12
  24. package/lib/components/Sector/svgs/beverage.svg +17 -12
  25. package/lib/components/Sector/svgs/car-repair.svg +26 -23
  26. package/lib/components/Sector/svgs/car-wash.svg +35 -35
  27. package/lib/components/Sector/svgs/chemistry.svg +17 -29
  28. package/lib/components/Sector/svgs/conductor-manufacturer.svg +20 -16
  29. package/lib/components/Sector/svgs/cosmetic-manufacturer.svg +25 -22
  30. package/lib/components/Sector/svgs/cow.svg +27 -22
  31. package/lib/components/Sector/svgs/cpu.svg +20 -16
  32. package/lib/components/Sector/svgs/dairy.svg +16 -17
  33. package/lib/components/Sector/svgs/dippel-oil.svg +21 -16
  34. package/lib/components/Sector/svgs/food-donation.svg +33 -28
  35. package/lib/components/Sector/svgs/food-factory.svg +20 -16
  36. package/lib/components/Sector/svgs/garbage-truck-1.svg +31 -33
  37. package/lib/components/Sector/svgs/gas-station.svg +22 -25
  38. package/lib/components/Sector/svgs/glass-manufacturer.svg +22 -20
  39. package/lib/components/Sector/svgs/glass.svg +22 -20
  40. package/lib/components/Sector/svgs/hand-washing.svg +19 -16
  41. package/lib/components/Sector/svgs/hospital.svg +31 -27
  42. package/lib/components/Sector/svgs/hotel.svg +24 -23
  43. package/lib/components/Sector/svgs/laundromat.svg +26 -25
  44. package/lib/components/Sector/svgs/leather-factory.svg +15 -22
  45. package/lib/components/Sector/svgs/leather.svg +15 -22
  46. package/lib/components/Sector/svgs/lipstick.svg +25 -22
  47. package/lib/components/Sector/svgs/meat.svg +27 -23
  48. package/lib/components/Sector/svgs/metal-coating-plant.svg +21 -20
  49. package/lib/components/Sector/svgs/metal-facbrication.svg +30 -19
  50. package/lib/components/Sector/svgs/milk.svg +16 -17
  51. package/lib/components/Sector/svgs/oil-rig.svg +15 -16
  52. package/lib/components/Sector/svgs/petrochemical.svg +21 -12
  53. package/lib/components/Sector/svgs/pie.svg +20 -16
  54. package/lib/components/Sector/svgs/pills.svg +21 -21
  55. package/lib/components/Sector/svgs/plant-unkown-3.svg +36 -35
  56. package/lib/components/Sector/svgs/plastic-rubber.svg +34 -42
  57. package/lib/components/Sector/svgs/printer.svg +16 -16
  58. package/lib/components/Sector/svgs/recycling.svg +15 -16
  59. package/lib/components/Sector/svgs/refinery.svg +16 -17
  60. package/lib/components/Sector/svgs/repair.svg +14 -12
  61. package/lib/components/Sector/svgs/sewing-machine.svg +22 -21
  62. package/lib/components/Sector/svgs/shop.svg +26 -23
  63. package/lib/components/Sector/svgs/soda.svg +15 -12
  64. package/lib/components/Sector/svgs/spray-gun.svg +21 -20
  65. package/lib/components/Sector/svgs/washing-machine.svg +26 -25
  66. package/lib/components/Sector/svgs/waste.svg +34 -42
  67. package/lib/components/Sector/svgs/welder-a.svg +30 -19
  68. package/lib/components/Sector/svgs/wine-glass.svg +10 -14
  69. package/lib/components/SevereEvent/SevereEvent.js +18 -9
  70. package/lib/hooks/useUserTimeZone.js +36 -2
  71. package/lib/hooks/useUserTimeZone.test.js +15 -1
  72. package/lib/i18n/en.json +24 -0
  73. package/lib/i18n/he.json +25 -2
  74. package/lib/macros/getVersion.js +1 -1
  75. package/lib/pages/EventsPage/events/event_info/EarlyWarnings.js +4 -2
  76. package/lib/pages/EventsPage/events/event_info/EventDetails.js +2 -2
  77. package/lib/pages/EventsPage/events/event_info/EventInfo.js +49 -19
  78. package/lib/pages/EventsPage/events/event_info/EventInfoStyle.scss +16 -4
  79. package/lib/pages/EventsPage/events/event_info/EventSection.js +47 -0
  80. package/lib/pages/EventsPage/events/event_info/EventSection.test.js +59 -0
  81. package/lib/pages/EventsPage/events/event_info/Header/Header.js +31 -0
  82. package/lib/pages/EventsPage/events/event_info/Header/HeaderContainer.js +86 -0
  83. package/lib/pages/EventsPage/events/event_info/Header/index.js +11 -0
  84. package/lib/pages/EventsPage/events/event_info/SamplingList/SamplingDetails.js +35 -0
  85. package/lib/pages/EventsPage/events/event_info/SamplingList/Samplings.js +54 -0
  86. package/lib/pages/EventsPage/events/event_info/SamplingList/index.js +11 -0
  87. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreExplanation.js +37 -0
  88. package/lib/pages/EventsPage/events/event_info/SeverityScore/ScoreGauge.js +155 -0
  89. package/lib/pages/EventsPage/events/event_info/SeverityScore/SeverityScore.js +63 -0
  90. package/lib/pages/EventsPage/events/event_info/SeverityScore/index.js +11 -0
  91. package/lib/pages/EventsPage/events/event_info/SourceDetails/Confidence.js +38 -0
  92. package/lib/pages/EventsPage/events/event_info/SourceDetails/Discharging.js +26 -0
  93. package/lib/pages/EventsPage/events/event_info/SourceDetails/IconAndTitles.js +58 -0
  94. package/lib/pages/EventsPage/events/event_info/SourceDetails/MoreInfoButton.js +42 -0
  95. package/lib/pages/EventsPage/events/event_info/SourceDetails/OtherSources.js +36 -0
  96. package/lib/pages/EventsPage/events/event_info/SourceDetails/PotentialSources.js +41 -0
  97. package/lib/pages/EventsPage/events/event_info/SourceDetails/SingleSource.js +44 -0
  98. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceCardBody.js +20 -0
  99. package/lib/pages/EventsPage/events/event_info/SourceDetails/SourceDetails.js +70 -0
  100. package/lib/pages/EventsPage/events/event_info/SourceDetails/WaterConsumptionPerDay.js +28 -0
  101. package/lib/pages/EventsPage/events/event_info/Timelines/DischargeBox.js +33 -0
  102. package/lib/pages/EventsPage/events/event_info/Timelines/EarlyWarning.js +56 -0
  103. package/lib/pages/EventsPage/events/event_info/Timelines/LiveStatusBadge.js +29 -0
  104. package/lib/pages/EventsPage/events/event_info/Timelines/SeenBox.js +30 -0
  105. package/lib/pages/EventsPage/events/event_info/Timelines/Timelines.js +70 -0
  106. package/lib/pages/EventsPage/events/event_info/Timelines/Titles.js +40 -0
  107. package/lib/pages/EventsPage/events/event_info/Timelines/index.js +11 -0
  108. package/lib/pages/EventsPage/events/event_info/Timelines/style.js +20 -0
  109. package/lib/pages/EventsPage/events/event_info/samplingsOld/Sampling.js +46 -0
  110. package/lib/pages/EventsPage/events/event_info/samplingsOld/Samplings.js +38 -0
  111. package/lib/pages/EventsPage/events/event_info/styles.js +32 -0
  112. package/lib/store/events/models/IEvent.js +1 -1
  113. package/lib/store/events/models/ISource.js +1 -1
  114. package/lib/styles/theme/theme.js +12 -1
  115. package/lib/styles.scss +8 -0
  116. package/lib/ui-kit/siteName/SiteName.js +31 -0
  117. package/lib/utilities/scoreToData.js +44 -0
  118. package/lib/utilities/scoreToData.test.js +16 -0
  119. package/package.json +2 -2
  120. package/lib/pages/EventsPage/events/event_info/samplings/Sampling.js +0 -46
  121. package/lib/pages/EventsPage/events/event_info/samplings/Samplings.js +0 -38
  122. package/lib/utilities/scoreToColor.js +0 -24
@@ -1,20 +1,31 @@
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
- .st1{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="190.25" x2="190.25" y1="398" y2="90.9" 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="M72 90.9L310.2 90.9 310.2 300.8 232.4 348.9 223.9 398 158.4 398 149.9 345.8 70.3 290.7z"/>
10
- <path d="M104.1 158.1v86h174.1v-86H104.1zm148 60.1h-122v-34h122.1v34h-.1z" class="st1"/>
11
- <path d="M511 420.7c0-15.7-11.1-29.5-26.4-32.8l-1.6-.3v-53.3h-29.7V201.5l-39.4-39.4-18.4 18.4 31.8 31.8v122h-29.7v57.3l-1.2.5c-5 2.2-9.8 5-14.1 8.5l-3 2.4-.2-3.9c-2-39.5-33.1-72.1-72.5-75.8l-4.3-.4 3.1-3c19.9-19.4 30.8-45.3 30.8-73v-182h-33.1l-.6-.9c-24-38.8-65.6-62-111.4-62-45.7 0-87.4 23.2-111.4 61.9l-.6.9H46v182c0 27.7 10.9 53.6 30.8 73l3.1 3-4.3.4c-41.4 4-72.6 38.4-72.6 80V510h376.2v-16l3.2 2.6c11 8.8 24.2 13.4 38.2 13.4h56.7c18.5 0 33.6-15.1 33.6-33.6l.1-55.7zM70.3 484H29v-80.8c0-23.8 15.9-45.2 38.7-52l2.6-.8V484zm43.8-422.5c19.8-21.3 47.8-33.5 77-33.5s57.2 12.2 77 33.5l3.1 3.4H111l3.1-3.4zM285.9 484H96.3V348.9h27.2l13 75.2h109.2l13-75.2h27.2V484zm-136-135.1h82.5l-8.5 49.1h-65.5l-8.5-49.1zm84.3-26H148c-41.9 0-76-34.1-76-76v-156h238.2v156c0 41.9-34.1 76-76 76zm119 161.1h-41.3V350.4l2.6.8c22.8 6.8 38.7 28.2 38.7 52V484zm70.5-123.7H457v26.8h-33.3v-26.8zM485 476.4c0 4.2-3.4 7.6-7.6 7.6h-56.7c-19.6 0-35.5-15.9-35.5-35.5 0-19.5 15.9-35.5 35.5-35.5h56.7c4.2 0 7.6 3.4 7.6 7.6v55.8z" class="st1"/>
12
- <path d="M362.4 129.2H388.4V154.7H362.4z" class="st1" transform="rotate(-45.001 375.44 141.952)"/>
13
- <path d="M359.3 188H384.8V214H359.3z" class="st1" transform="rotate(-44.911 372.036 201.038)"/>
14
- <path d="M421.7 125.7H447.2V151.7H421.7z" class="st1" transform="rotate(-44.911 434.448 138.695)"/>
15
- <linearGradient id="SVGID_2_" x1="191.1" x2="191.1" y1="484" y2="348.9" gradientUnits="userSpaceOnUse">
16
- <stop offset="0" stop-color="#EFC530"/>
17
- <stop offset="1" stop-color="#FCEDB6"/>
18
- </linearGradient>
19
- <path fill="url(#SVGID_2_)" stroke="#000000" stroke-miterlimit="10" d="M96.3 348.9L123.5 348.9 136.5 424.1 245.7 424.1 258.7 348.9 285.9 348.9 285.9 484 96.3 484z"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M31.1424 23.0156H27.6499V26.0498H31.1424V23.0156Z" fill="white"/>
3
+ <path d="M31.1738 26.0818H27.6172V22.9835H31.1738V26.0818ZM27.6814 26.0177H31.1097V23.0477H27.6814V26.0177Z" fill="black"/>
4
+ <path d="M28.6717 26.0497H31.33C31.6181 26.0497 31.8943 26.1642 32.0981 26.3679C32.3018 26.5716 32.4162 26.8479 32.4162 27.136V31.0593C32.4162 31.3948 32.2829 31.7165 32.0457 31.9538C31.8085 32.191 31.4867 32.3243 31.1512 32.3243H28.0896C27.3335 32.3243 26.6084 32.0239 26.0738 31.4893C25.5391 30.9547 25.2388 30.2295 25.2388 29.4735C25.2412 28.5646 25.6039 27.6938 26.2475 27.052C26.891 26.4102 27.7628 26.0497 28.6717 26.0497Z" fill="white"/>
5
+ <path d="M31.1511 32.3701H28.0894C27.3252 32.3689 26.5926 32.0647 26.0523 31.5244C25.5119 30.984 25.2078 30.2514 25.2065 29.4872C25.2078 28.5682 25.5731 27.6871 26.2225 27.0368C26.8719 26.3865 27.7525 26.0201 28.6715 26.0176H31.3298C31.6264 26.0176 31.9109 26.1355 32.1206 26.3452C32.3303 26.5549 32.4481 26.8394 32.4481 27.136V31.073C32.4481 31.417 32.3115 31.7469 32.0682 31.9902C31.825 32.2334 31.4951 32.3701 31.1511 32.3701ZM28.6715 26.0818C27.7699 26.083 26.9056 26.4417 26.2681 27.0792C25.6306 27.7167 25.2719 28.581 25.2707 29.4826C25.2707 30.2306 25.5675 30.948 26.096 31.4774C26.6245 32.0067 27.3414 32.3047 28.0894 32.3059H31.1511C31.4777 32.3047 31.7906 32.1744 32.0215 31.9435C32.2525 31.7125 32.3828 31.3996 32.384 31.073V27.136C32.384 26.8564 32.2729 26.5882 32.0752 26.3906C31.8775 26.1929 31.6094 26.0818 31.3298 26.0818H28.6715Z" fill="black"/>
6
+ <path d="M6.15395 22.2181V32.4342H1.88232V26.476C1.88596 25.3454 2.33761 24.2625 3.13831 23.4643C3.939 22.6662 5.02342 22.2181 6.15395 22.2181Z" fill="white"/>
7
+ <path d="M6.19078 32.4525H1.85498V26.4943C1.85619 25.3532 2.31001 24.2593 3.11685 23.4524C3.92369 22.6456 5.01765 22.1918 6.15869 22.1906H6.19078V32.4525ZM1.91915 32.3884H6.12661V22.2501C5.00853 22.261 3.9398 22.7122 3.15217 23.5058C2.36454 24.2994 1.92151 25.3716 1.91915 26.4897V32.3884Z" fill="black"/>
8
+ <path d="M24.4502 32.4205H20.1786V22.2226C21.3115 22.2226 22.398 22.6727 23.1991 23.4738C24.0001 24.2749 24.4502 25.3614 24.4502 26.4943V32.4205Z" fill="white"/>
9
+ <path d="M24.4823 32.4525H20.1465V22.1906H20.1786C21.3196 22.1918 22.4136 22.6456 23.2204 23.4524C24.0273 24.2593 24.4811 25.3532 24.4823 26.4943V32.4525ZM20.2107 32.3884H24.4181V26.4897C24.4158 25.3716 23.9727 24.2994 23.1851 23.5058C22.3975 22.7122 21.3287 22.261 20.2107 22.2501V32.3884Z" fill="black"/>
10
+ <path d="M20.2751 6.1491C19.8078 4.72743 18.9035 3.48964 17.6912 2.61228C16.4789 1.73493 15.0204 1.26282 13.5239 1.26331C12.0282 1.26378 10.5708 1.73634 9.35942 2.61363C8.14801 3.49091 7.24439 4.72817 6.77734 6.1491H20.2751Z" fill="white"/>
11
+ <path d="M20.3166 6.19025H6.73633V6.14901C7.2 4.71538 8.10749 3.4663 9.32765 2.58228C10.5478 1.69826 12.0174 1.22509 13.5242 1.23114C15.029 1.22845 16.4959 1.70308 17.714 2.58676C18.932 3.47044 19.8384 4.71764 20.3029 6.14901L20.3166 6.19025ZM6.82341 6.12609H20.2295C19.7626 4.71759 18.863 3.49238 17.659 2.62499C16.4551 1.75759 15.0081 1.29227 13.5242 1.2953C12.0382 1.29483 10.5902 1.76393 9.38676 2.63562C8.18336 3.5073 7.2862 4.73697 6.82341 6.14901V6.12609Z" fill="black"/>
12
+ <path d="M5.73226 6.47455H20.9121V19.8578L15.953 22.924L15.4122 26.0498H11.2322L10.6914 22.7223L5.61768 19.2115L5.73226 6.47455Z" fill="url(#paint0_linear_4088_33994)"/>
13
+ <path d="M15.4169 26.0818H11.1865L10.6457 22.7405L5.56738 19.2297L5.67738 6.46069H20.9214V19.8897L15.976 22.9514L15.4169 26.0818ZM11.2415 26.0176H15.3665L15.9073 22.901L20.8618 19.8393V6.50653H5.73696L5.62697 19.1931L10.6961 22.7039L11.2415 26.0176Z" fill="black"/>
14
+ <path d="M7.75342 10.7599V16.2598H18.8496V10.7599H7.75342ZM17.1858 14.5915H9.39423V12.4236H17.1858V14.5915Z" fill="#1D1D1D"/>
15
+ <path d="M33.6904 27.498C33.6915 27.0088 33.5253 26.5338 33.2193 26.152C32.9134 25.7702 32.4861 25.5045 32.0084 25.3989H31.9075V21.9981H30.0238V13.5282L27.5122 11.0165L26.3388 12.1852L28.3647 14.2157V22.0072H26.4718V25.6739L26.3938 25.706C26.0654 25.8463 25.7572 26.0297 25.4772 26.2514L25.2847 26.4026V26.1551C25.2281 24.9219 24.7298 23.7502 23.8807 22.854C23.0317 21.9578 21.8885 21.397 20.6601 21.2739H20.3989L20.596 21.0814C21.2186 20.4775 21.7132 19.7543 22.0503 18.955C22.3873 18.1558 22.5598 17.2968 22.5576 16.4294V4.8199H20.4493L20.3989 4.77407C19.654 3.56167 18.6096 2.56138 17.3662 1.86945C16.1229 1.17752 14.7223 0.817242 13.2994 0.823274C11.8751 0.816551 10.473 1.17645 9.22801 1.86838C7.98303 2.5603 6.93706 3.56095 6.19069 4.77407L6.14945 4.82907H4.04113V16.4156C4.03891 17.283 4.21147 18.142 4.5485 18.9413C4.88554 19.7406 5.38013 20.4637 6.00278 21.0677L6.19986 21.2602L5.92944 21.2831C4.66033 21.4021 3.48163 21.9915 2.62503 22.9354C1.76843 23.8794 1.2959 25.1096 1.30032 26.3843V33.1905H25.2801V32.1684L25.4864 32.338C26.1779 32.8955 27.041 33.1966 27.9292 33.1905H31.5409C31.8226 33.1911 32.1016 33.1362 32.3621 33.0289C32.6225 32.9217 32.8593 32.7642 33.059 32.5655C33.2586 32.3667 33.4171 32.1306 33.5254 31.8706C33.6338 31.6106 33.6898 31.3318 33.6904 31.0501V27.498ZM5.59945 31.5313H2.98239V26.3843C2.98519 25.6404 3.22608 24.9169 3.66979 24.3198C4.1135 23.7227 4.73672 23.2833 5.4482 23.066L5.6132 23.0156L5.59945 31.5313ZM8.39068 4.5999C9.02027 3.92963 9.78082 3.39582 10.6252 3.03158C11.4696 2.66733 12.3798 2.48042 13.2994 2.48242C14.22 2.48218 15.1308 2.67125 15.9752 3.03789C16.8197 3.40452 17.5797 3.94088 18.2081 4.61365L18.4052 4.83365H8.19359L8.39068 4.5999ZM19.3402 31.5313H7.2586V22.9239H8.99109L9.82066 27.7134H16.7781L17.6077 22.9239H19.3402V31.5313ZM10.6732 22.9239H15.9302L15.3894 26.0497H11.2323L10.6732 22.9239ZM16.0448 21.2739H10.5448C9.26432 21.2642 8.03964 20.7484 7.13804 19.8391C6.23644 18.9298 5.73112 17.7007 5.73237 16.4202V6.47447H20.9122V16.4202C20.9128 17.0589 20.7872 17.6915 20.5427 18.2815C20.2981 18.8716 19.9394 19.4075 19.4871 19.8585C19.0348 20.3095 18.4979 20.6667 17.9071 20.9096C17.3164 21.1525 16.6835 21.2763 16.0448 21.2739ZM23.6301 31.5405H20.9993V23.0156L21.1643 23.066C21.8758 23.2833 22.499 23.7227 22.9427 24.3198C23.3864 24.9169 23.6273 25.6404 23.6301 26.3843V31.5313V31.5405ZM28.1263 23.6572H30.2484V25.3668H28.1263V23.6572ZM32.0313 31.0592C32.0344 31.1213 32.0248 31.1834 32.0032 31.2417C31.9816 31.3 31.9483 31.3532 31.9054 31.3982C31.8626 31.4433 31.811 31.4791 31.7538 31.5035C31.6967 31.528 31.6351 31.5406 31.573 31.5405H27.9567C27.357 31.5405 26.7818 31.3026 26.3574 30.879C25.9329 30.4553 25.6938 29.8806 25.6926 29.2809C25.6997 28.6827 25.9406 28.1109 26.3636 27.6878C26.7867 27.2648 27.3585 27.0239 27.9567 27.0168H31.573C31.6974 27.0227 31.8147 27.0766 31.9001 27.1672C31.9856 27.2578 32.0326 27.3781 32.0313 27.5026V31.0592Z" fill="#1D1D1D"/>
16
+ <path d="M23.8867 9.74241L25.06 8.57367L26.2104 9.71949L25.0371 10.8928L23.8867 9.74241Z" fill="#1D1D1D"/>
17
+ <path d="M23.6714 13.4823L24.8218 12.3319L25.9905 13.5052L24.8401 14.6556L23.6714 13.4823Z" fill="#1D1D1D"/>
18
+ <path d="M27.6499 9.50855L28.8003 8.36273L29.9736 9.53605L28.8186 10.6819L27.6499 9.50855Z" fill="#1D1D1D"/>
19
+ <path d="M7.25879 22.9239H8.99127L9.82085 27.7134H16.7783L17.6079 22.9239H19.3403V31.5313H7.25879V22.9239Z" fill="url(#paint1_linear_4088_33994)"/>
20
+ <path d="M19.3718 31.5634H7.22607V22.8918H9.01814L9.85689 27.6905H16.7318L17.5614 22.901H19.3535L19.3718 31.5634ZM7.29024 31.4992H19.3076V22.9514H17.6485L16.8189 27.7455H9.80647L8.97689 22.9514H7.30399L7.29024 31.4992Z" fill="black"/>
21
+ <defs>
22
+ <linearGradient id="paint0_linear_4088_33994" x1="13.2443" y1="26.0498" x2="13.2443" y2="6.47455" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#F37C1C"/>
24
+ <stop offset="1" stop-color="#FCC191"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint1_linear_4088_33994" x1="13.2996" y1="31.5313" x2="13.2996" y2="22.9239" gradientUnits="userSpaceOnUse">
27
+ <stop stop-color="#EFC530"/>
28
+ <stop offset="1" stop-color="#FCEDB6"/>
29
+ </linearGradient>
30
+ </defs>
20
31
  </svg>
@@ -1,18 +1,17 @@
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
- .st2{fill:#1d1d1d}
4
- </style>
5
- <linearGradient id="SVGID_1_" x1="281.5" x2="281.5" y1="472" y2="112" 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="M124 173L357 173 404 112 447 165 447 472 116 472z"/>
10
- <linearGradient id="SVGID_2_" x1="264" x2="264" y1="164" y2="38.305" 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="M124 160L164 88 180 41 404 38.3 404 93 360 164z"/>
15
- <path d="M419.8 102.3c.1-.8.1-1.5 0-2.3V72c0-24.2-19.6-43.8-43.8-44H192c-24.3 0-44 19.7-44 44v19.1c-.8.7-1.5 1.5-2.1 2.4l-43.8 67.8c-.4.7-.8 1.5-1 2.3v.7c-.2.7-.3 1.5-.4 2.2V476c0 6.4 5 11.7 11.4 12h336c6.6 0 12-5.4 12-12V168c0-2.3-.7-4.6-1.9-6.5l-38.4-59.2zM172 72c0-11 9-20 20-20h184c11 0 20 9 20 20v16H172V72zm-9.4 40H382l-17.8 27.5-10.8 16.5H134.1l28.5-44zM124 180h224v284H124V180zm312 284h-64V171.5l8-12.3 24-37.1 32 49.4V464z" class="st2"/>
16
- <path fill="#FFFFFF" d="M204 320c0 15.5 12.5 28 28 28s28-12.5 28-28c0-9.1-13.3-32-28-52.2-14.7 20.2-28 43.1-28 52.2z"/>
17
- <path d="M222.6 240.5C215.5 249.4 180 295 180 320c0 28.7 23.3 52 52 52s52-23.3 52-52c0-25-35.5-70.6-42.6-79.5-4.5-5.2-12.3-5.7-17.5-1.2-.5.3-.9.7-1.3 1.2zM232 348c-15.5 0-28-12.5-28-28 0-9.1 13.3-32 28-52.2 14.7 20.2 28 43.1 28 52.2 0 15.5-12.5 28-28 28z" class="st2"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M6.17504 10.9982H22.5726L25.8818 6.70276L28.9098 10.436V32.0463H5.60791L6.17504 10.9982Z" fill="url(#paint0_linear_4088_33976)"/>
3
+ <path d="M6.17529 10.1007L8.99124 5.03099L10.1156 1.72682L25.8968 1.53448V5.38607L22.7997 10.3818L6.17529 10.1007Z" fill="url(#paint1_linear_4088_33976)"/>
4
+ <path d="M27.0113 6.06666C27.0163 6.01252 27.0163 5.95806 27.0113 5.90392V3.93128C27.0088 3.11324 26.6837 2.32921 26.1066 1.74938C25.5296 1.16955 24.7471 0.840717 23.9291 0.834229H10.9737C10.1523 0.834229 9.3646 1.16052 8.78379 1.74133C8.20298 2.32214 7.87669 3.10989 7.87669 3.93128V5.2776C7.82118 5.3277 7.77153 5.38395 7.72873 5.44527L4.64648 10.2191C4.61557 10.2696 4.59232 10.3245 4.57744 10.3818V10.4311C4.56286 10.4811 4.55295 10.5322 4.54785 10.584V32.3719C4.54761 32.5889 4.63102 32.7976 4.78074 32.9546C4.93045 33.1117 5.13494 33.205 5.35169 33.2152H29.0234C29.2467 33.2139 29.4604 33.1246 29.6183 32.9667C29.7762 32.8089 29.8654 32.5951 29.8667 32.3719V10.6728C29.8652 10.5121 29.8191 10.3551 29.7336 10.2191L27.0113 6.06666ZM9.56823 3.93128C9.56953 3.55891 9.71802 3.20216 9.98132 2.93886C10.2446 2.67556 10.6014 2.52707 10.9737 2.52577H23.9291C24.3014 2.52707 24.6582 2.67556 24.9215 2.93886C25.1848 3.20216 25.3333 3.55891 25.3346 3.93128V5.05569H9.55343L9.56823 3.93128ZM8.90739 6.74722H24.3483L23.0956 8.68534L22.3362 9.84427H6.90022L8.90739 6.74722ZM6.17528 11.4914H21.9564V31.4792H6.17528V11.4914ZM28.1357 31.4792H23.6283V10.9095L24.1954 10.0465L25.882 7.43271L28.1357 10.9095V31.4792Z" fill="#1D1D1D"/>
5
+ <path d="M11.8169 21.3546C11.8169 21.8778 12.0247 22.3795 12.3947 22.7495C12.7646 23.1194 13.2664 23.3272 13.7895 23.3272C14.3127 23.3272 14.8145 23.1194 15.1844 22.7495C15.5544 22.3795 15.7622 21.8778 15.7622 21.3546C15.7622 20.7135 14.8252 19.1008 13.7895 17.6805C12.7539 19.1107 11.8169 20.7234 11.8169 21.3546Z" fill="white"/>
6
+ <path d="M13.1288 15.7671C12.6356 16.3934 10.1304 19.6039 10.1304 21.3644C10.1304 22.3349 10.5159 23.2657 11.2021 23.9519C11.8884 24.6382 12.8191 25.0237 13.7896 25.0237C14.7601 25.0237 15.6909 24.6382 16.3771 23.9519C17.0634 23.2657 17.4489 22.3349 17.4489 21.3644C17.4489 19.6039 14.9535 16.3934 14.4505 15.7671C14.3755 15.6807 14.2842 15.6099 14.1819 15.5589C14.0795 15.5079 13.968 15.4776 13.8539 15.4699C13.7398 15.4621 13.6253 15.4769 13.5169 15.5135C13.4085 15.5501 13.3085 15.6078 13.2225 15.6832C13.1857 15.7043 13.1538 15.7328 13.1288 15.7671ZM13.7896 23.3371C13.2665 23.3371 12.7647 23.1293 12.3948 22.7593C12.0248 22.3894 11.817 21.8876 11.817 21.3644C11.817 20.7233 12.754 19.1107 13.7896 17.6904C14.8253 19.1107 15.7623 20.7233 15.7623 21.3644C15.7597 21.8859 15.5507 22.3851 15.181 22.7529C14.8114 23.1208 14.3111 23.3272 13.7896 23.3272V23.3371Z" fill="#1D1D1D"/>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_4088_33976" x1="17.2761" y1="32.066" x2="17.2761" y2="6.72248" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#F37C1C"/>
10
+ <stop offset="1" stop-color="#FCC191"/>
11
+ </linearGradient>
12
+ <linearGradient id="paint1_linear_4088_33976" x1="16.0434" y1="10.3818" x2="16.0434" y2="1.53448" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#EFC530"/>
14
+ <stop offset="1" stop-color="#FCEDB6"/>
15
+ </linearGradient>
16
+ </defs>
18
17
  </svg>
@@ -1,17 +1,16 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
- <linearGradient id="f3fu7do7ka" x1="394.88" x2="394.88" y1="227.232" y2="67.536" gradientUnits="userSpaceOnUse">
3
- <stop offset="0" stop-color="#F37C1C"/>
4
- <stop offset="1" stop-color="#FCC191"/>
5
- </linearGradient>
6
- <path fill="url(#f3fu7do7ka)" d="M343.5 83.4l21.3 43.5 28 57.5 20.8 42.7 32.6-15.9c-9.3-54.6-32.9-102.8-70.1-143.8l-32.6 16z"/>
7
- <linearGradient id="nltrt57hwb" x1="474.993" x2="474.993" y1="191.537" y2="191.507" gradientUnits="userSpaceOnUse">
8
- <stop offset="0" stop-color="#F37C1C"/>
9
- <stop offset="1" stop-color="#FCC191"/>
10
- </linearGradient>
11
- <linearGradient id="s6ga99wyzc" x1="218.523" x2="218.523" y1="309.646" y2="155.376" gradientUnits="userSpaceOnUse">
12
- <stop offset="0" stop-color="#EFC530"/>
13
- <stop offset="1" stop-color="#FCEDB6"/>
14
- </linearGradient>
15
- <path fill="url(#s6ga99wyzc)" d="M81.6 300.7c1.9 3.8 5.1 6.7 9.2 8.1 4 1.4 8.4 1.1 12.2-.8 279.4-136.3 236.2-115.2 254-123.9l-14-28.8-254 124c-7.9 3.8-11.3 13.4-7.4 21.4z"/>
16
- <path fill="#1D1D1D" d="M480 448h-32V246.1l22.8-11.1c6.2-3 9.7-9.7 8.8-16.5-9.3-70.1-39.1-131.2-88.6-181.6-4.8-4.9-12.2-6.2-18.4-3.2l-57.5 28c-7.9 3.9-11.2 13.5-7.4 21.4l21.2 43.5L75 250.5c-23.8 11.6-33.7 40.3-22.1 64.2 2.8 5.7 6.6 10.6 11.1 14.7V400c0 8.8 7.2 16 16 16s16-7.2 16-16v-58.3c7.2 0 14.3-1.6 21-4.9l81.8-39.9L148.5 448H32v32h448v-32zM103 308c-3.8 1.9-8.2 2.1-12.2.8s-7.3-4.3-9.2-8.1c-3.9-8-.5-17.6 7.4-21.4l254-123.9 14 28.8c-17.8 8.6 25.4-12.4-254 123.8zm162.8 44l10.7 32h-72.9l10.7-32h51.5zm-40.9-32l14.3-42.8 1.5-.7 14.5 43.5h-30.3zm-42.7 128l10.7-32h94.3l10.7 32H182.2zm233.8 0h-84.5l-61.9-185.6L371 212.9l20.8 42.7c2.8 5.7 8.5 9 14.4 9 4.1 0 6.2-1.2 9.7-2.9L416 448zm-2.3-220.8l-20.8-42.7-28-57.5-21.3-43.5 32.6-15.9c37.3 41 60.8 89.2 70.1 143.8l-32.6 15.8z"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M17.447 16.9974H15.6253L10.5649 31.6875H21.9861L17.447 16.9974Z" fill="white"/>
3
+ <path d="M23.8281 4.53394L25.3462 7.68146L27.3703 11.836L28.8884 14.9228L31.2465 13.7741C30.6032 9.89209 28.8451 6.28089 26.1862 3.38019L23.8281 4.53394Z" fill="url(#paint0_linear_4088_33974)"/>
4
+ <path d="M4.89756 20.2209C4.96402 20.357 5.05685 20.4785 5.17065 20.5784C5.28444 20.6783 5.41694 20.7545 5.56046 20.8028C5.70349 20.8529 5.85511 20.8737 6.00634 20.8642C6.15758 20.8546 6.30536 20.8148 6.44095 20.7472L24.8048 11.7904L23.7928 9.70557L5.42889 18.7028C5.1568 18.8414 4.95076 19.0822 4.85591 19.3725C4.76105 19.6627 4.78513 19.9787 4.92286 20.2513L4.89756 20.2209Z" fill="url(#paint1_linear_4088_33974)"/>
5
+ <path d="M33.6956 30.8779H31.383V16.2839L33.0327 15.4793C33.2498 15.3715 33.4276 15.1982 33.5411 14.984C33.6545 14.7697 33.698 14.5253 33.6652 14.2851C33.0437 9.32154 30.7922 4.70467 27.2639 1.15865C27.0943 0.985554 26.8747 0.869999 26.6359 0.828243C26.3972 0.786488 26.1514 0.820629 25.9331 0.925873L21.7735 2.95C21.4989 3.08614 21.289 3.32511 21.1896 3.61502C21.0901 3.90494 21.109 4.22239 21.2421 4.49845L22.7602 7.64092L4.40648 16.5977C3.58507 17.0058 2.95822 17.7219 2.6625 18.5901C2.36677 19.4584 2.42614 20.4083 2.82766 21.2329C3.02633 21.6334 3.2974 21.9937 3.6272 22.2956V27.4065C3.62853 27.7134 3.75104 28.0074 3.96807 28.2244C4.1851 28.4415 4.47908 28.564 4.786 28.5653C5.09246 28.564 5.38592 28.4413 5.60214 28.2241C5.81837 28.0069 5.93976 27.713 5.93975 27.4065V23.1913C6.46635 23.192 6.98595 23.0707 7.45785 22.837L13.3734 19.9527L9.73499 30.8779H1.30957V33.1904H33.6956V30.8779ZM6.44073 20.7572C6.16619 20.8917 5.84951 20.9117 5.56023 20.8129C5.41658 20.7649 5.28396 20.6887 5.17014 20.5887C5.05631 20.4888 4.96356 20.3672 4.89733 20.231C4.7596 19.9584 4.73553 19.6424 4.83038 19.3522C4.92523 19.0619 5.13127 18.8211 5.40336 18.6825L23.7672 9.72577L24.7793 11.8055L6.44073 20.7572ZM18.211 23.9351L18.9852 26.2528H13.7124L14.4866 23.9351H18.211ZM15.2558 21.6226L16.2679 18.5307L16.3741 18.4801L17.4267 21.6226H15.2558ZM12.169 30.8779L12.9432 28.5653H19.7595L20.5337 30.8779H12.169ZM29.0705 30.8779H22.9627L18.4843 17.4579L25.8167 13.8803L27.3348 16.9671C27.4293 17.1631 27.5773 17.3284 27.7617 17.444C27.9462 17.5595 28.1596 17.6204 28.3772 17.6198C28.625 17.6139 28.8664 17.5404 29.0755 17.4073L29.0705 30.8779ZM28.9035 14.9176L27.3854 11.8309L25.3612 7.67128L23.8431 4.52882L26.2013 3.38013C28.8626 6.27917 30.6211 9.89114 31.2616 13.774L28.9035 14.9176Z" fill="#1D1D1D"/>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_4088_33974" x1="27.5424" y1="14.9076" x2="27.5424" y2="3.36501" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#F37C1C"/>
9
+ <stop offset="1" stop-color="#FCC191"/>
10
+ </linearGradient>
11
+ <linearGradient id="paint1_linear_4088_33974" x1="14.7905" y1="20.8787" x2="14.7905" y2="9.71569" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#EFC530"/>
13
+ <stop offset="1" stop-color="#FCEDB6"/>
14
+ </linearGradient>
15
+ </defs>
17
16
  </svg>
@@ -1,13 +1,22 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 512 512" viewBox="0 0 512 512">
2
- <linearGradient id="91ae2bgema" x1="156" x2="156" y1="495" y2="216" gradientUnits="userSpaceOnUse">
3
- <stop offset="0" stop-color="#F37C1C"/>
4
- <stop offset="1" stop-color="#FCC191"/>
5
- </linearGradient>
6
- <path fill="url(#91ae2bgema)" stroke="#000000" stroke-miterlimit="10" d="M24 488L24 256 54 222 98 216 105.7 221.1 196.5 225.4 205 219 272 232 268 256 288 264 288 495 24 495z"/>
7
- <linearGradient id="i8xwo8mqcb" x1="415" x2="415" y1="499" y2="103" gradientUnits="userSpaceOnUse">
8
- <stop offset="0" stop-color="#EFC530"/>
9
- <stop offset="1" stop-color="#FCEDB6"/>
10
- </linearGradient>
11
- <path fill="url(#i8xwo8mqcb)" stroke="#000000" stroke-miterlimit="10" d="M343 495L343 125 382 103 456 103 487 123 487 499z"/>
12
- <path fill="#1D1D1D" stroke="#1D1D1D" stroke-miterlimit="10" stroke-width="7" d="M456 96.4V72c0-4.4-3.6-8-8-8h-24V32c0-13.2-10.8-24-24-24H280c-13.2 0-24 10.8-24 24v112c0 4.4-3.6 8-8 8h-80c-13.2 0-24 10.8-24 24v8h-40c-8.8 0-16 7.2-16 16v16H48c-8.8 0-16 7.2-16 16v16c-13.2 0-24 10.8-24 24v224c0 4.4 3.6 8 8 8h472c4.4 0 8-3.6 8-8V136c0-22-15.4-36.9-40-39.6zm24 39.6v32H352v-24c0-17.6 14.4-32 32-32h64c9.6 0 32 2.3 32 24zM352 264h24v64h-24v-64zm40 64v-64h48v64h-48zm-40 16h128v64H352v-64zm104-16v-64h24v64h-24zm-104-80v-64h128v64H352zm88-152h-48V80h48v16zM104 200h96v16h-96v-16zm-56 32h208v16H48v-16zm-16 32h240c4.4 0 8 3.6 8 8v56H24v-56c0-4.4 3.6-8 8-8zm248 80v64H24v-64h256zM24 488v-64h256v64H24zm312 0h-40V272c0-13.2-10.8-24-24-24v-16c0-8.8-7.2-16-16-16h-40v-16c0-8.8-7.2-16-16-16h-40v-8c0-4.4 3.6-8 8-8h80c13.2 0 24-10.8 24-24V32c0-4.4 3.6-8 8-8h120c4.4 0 8 3.6 8 8v32h-24c-4.4 0-8 3.6-8 8v24.7c-22.7 3.8-40 23.6-40 47.3v344zm16 0v-64h128v64H352z"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M29.9866 5.276H25.9297V7.14796H29.9866V5.276Z" fill="white"/>
3
+ <path d="M30.0433 7.18217H25.9238V5.24194H30.0433V7.18217ZM25.9864 7.11389H29.9693V5.30452H25.9864V7.11389Z" fill="black"/>
4
+ <path d="M14.6011 13.0029H7.39209V14.7383H14.6011V13.0029Z" fill="white"/>
5
+ <path d="M14.6352 14.7667H7.35791V12.9858H14.6352V14.7667ZM7.42619 14.7041H14.5726V13.0313H7.42619V14.7041Z" fill="black"/>
6
+ <path d="M2.56689 31.9273V16.9971L4.49575 14.8065L7.34068 14.4196L7.8357 14.7496L13.6792 15.0284L14.2482 14.6131L18.5611 15.4495L18.305 16.9971L19.5909 17.5092V32.3825H2.60103L2.56689 31.9273Z" fill="url(#paint0_linear_4088_33972)"/>
7
+ <path d="M19.591 32.411H2.52148V16.9687L4.46172 14.7724L7.30664 14.3798L7.80735 14.7098L13.6281 14.9886L14.1971 14.5733L18.5555 15.4211L18.2938 16.9687L19.5797 17.4808L19.591 32.411ZM2.59545 32.3484H19.5285V17.5377L18.2369 17.0199L18.4929 15.4837L14.2255 14.6529L13.6565 15.0626L7.80167 14.7895L7.30664 14.4595L4.50155 14.8407L2.58407 17.0142L2.59545 32.3484Z" fill="black"/>
8
+ <path d="M23.0962 32.3826V8.56486L25.6111 7.14807H30.3735L32.3706 8.43398V32.6386L23.0962 32.3826Z" fill="url(#paint1_linear_4088_33972)"/>
9
+ <path d="M32.3987 32.6727H32.3646L23.0674 32.4109V8.54199L25.5994 7.11383H30.3902L32.3987 8.41112V32.6727ZM23.13 32.3483L32.3362 32.6044V8.43388L30.3618 7.16504H25.6164L23.13 8.56475V32.3483Z" fill="black"/>
10
+ <path d="M30.3733 6.72696V5.15656C30.3733 5.08883 30.3599 5.02177 30.3338 4.95927C30.3077 4.89676 30.2695 4.84006 30.2213 4.79243C30.1732 4.74481 30.1161 4.7072 30.0533 4.68181C29.9905 4.65641 29.9233 4.64372 29.8556 4.64447H28.3364V2.58475C28.3364 2.38151 28.2963 2.18027 28.2186 1.9925C28.1408 1.80473 28.0268 1.63411 27.8831 1.4904C27.7394 1.34669 27.5688 1.2327 27.381 1.15492C27.1932 1.07715 26.992 1.03711 26.7887 1.03711H19.0676C18.8644 1.03711 18.6631 1.07715 18.4753 1.15492C18.2876 1.2327 18.117 1.34669 17.9733 1.4904C17.8295 1.63411 17.7155 1.80473 17.6378 1.9925C17.56 2.18027 17.52 2.38151 17.52 2.58475V9.7938C17.52 9.92962 17.466 10.0599 17.37 10.1559C17.2739 10.2519 17.1437 10.3059 17.0079 10.3059H11.887C11.6838 10.3059 11.4825 10.3459 11.2948 10.4237C11.107 10.5015 10.9364 10.6155 10.7927 10.7592C10.649 10.9029 10.5349 11.0735 10.4572 11.2613C10.3794 11.449 10.3394 11.6503 10.3394 11.8535V12.3656H7.76756C7.49488 12.3671 7.2338 12.4761 7.04099 12.6689C6.84817 12.8617 6.73918 13.1228 6.73769 13.3955V14.4253H4.16019C3.88751 14.4268 3.62643 14.5358 3.43361 14.7286C3.2408 14.9214 3.13182 15.1825 3.13032 15.4552V16.4851C2.72085 16.4866 2.32866 16.6503 2.03965 16.9404C1.75064 17.2304 1.58838 17.6232 1.58838 18.0327V32.4451C1.58838 32.5809 1.64233 32.7112 1.73836 32.8072C1.8344 32.9032 1.96465 32.9572 2.10046 32.9572H32.4843C32.6201 32.9572 32.7503 32.9032 32.8464 32.8072C32.9424 32.7112 32.9964 32.5809 32.9964 32.4451V9.27033C32.9452 7.86493 31.9551 6.89766 30.3733 6.72696ZM31.9153 9.27602V11.3357H23.6764V9.7938C23.6779 9.24799 23.8954 8.72495 24.2813 8.33901C24.6673 7.95306 25.1903 7.73556 25.7361 7.73406H29.8556C30.4758 7.72837 31.9153 7.86493 31.9153 9.27033V9.27602ZM23.6764 17.5377H25.224V21.6571H23.6764V17.5377ZM26.2539 21.6571V17.5377H29.3435V21.6571H26.2539ZM23.6764 22.687H31.9153V26.8065H23.6764V22.687ZM30.3733 21.6571V17.5377H31.9153V21.6571H30.3733ZM23.6764 16.5078V12.3599H31.9153V16.4794L23.6764 16.5078ZM29.3662 6.72696H26.2766V5.6971H29.3662V6.72696ZM7.74479 13.4182H13.924V14.4481H7.74479V13.4182ZM4.13743 15.478H17.5257V16.5078H4.13743V15.478ZM3.10757 17.5377H18.5555C18.6235 17.5377 18.6908 17.5511 18.7537 17.5771C18.8165 17.6031 18.8736 17.6413 18.9216 17.6893C18.9697 17.7374 19.0079 17.7945 19.0339 17.8573C19.0599 17.9201 19.0733 17.9875 19.0733 18.0555V21.6571H2.57272V18.0555C2.57197 17.9882 2.58447 17.9215 2.60952 17.8591C2.63456 17.7966 2.67165 17.7398 2.71867 17.6917C2.7657 17.6436 2.82174 17.6053 2.88358 17.5788C2.94543 17.5524 3.01187 17.5384 3.07912 17.5377H3.10757ZM19.0733 22.687V26.8065H2.57272V22.6586L19.0733 22.687ZM2.57272 31.9558V27.8363H19.0733V31.9558H2.57272ZM22.6522 31.9558H20.0804V18.027C20.0804 17.8238 20.0404 17.6225 19.9626 17.4347C19.8848 17.247 19.7708 17.0764 19.6271 16.9327C19.4834 16.789 19.3128 16.675 19.125 16.5972C18.9372 16.5194 18.736 16.4794 18.5328 16.4794V15.4495C18.5313 15.1768 18.4223 14.9157 18.2295 14.7229C18.0367 14.5301 17.7756 14.4211 17.5029 14.4196H14.9311V13.3898C14.9296 13.1171 14.8206 12.856 14.6278 12.6632C14.435 12.4704 14.1739 12.3614 13.9012 12.3599H11.3237V11.8478C11.3237 11.7105 11.3783 11.5788 11.4754 11.4817C11.5725 11.3846 11.7042 11.3301 11.8415 11.3301H16.9624C17.3708 11.3286 17.7622 11.1656 18.051 10.8768C18.3399 10.5879 18.5028 10.1966 18.5043 9.78811V2.57905C18.5043 2.44173 18.5589 2.31004 18.656 2.21293C18.7531 2.11583 18.8848 2.06128 19.0221 2.06128H26.7432C26.8805 2.06128 27.0122 2.11583 27.1093 2.21293C27.2064 2.31004 27.261 2.44173 27.261 2.57905V4.63878H25.7133C25.5775 4.63878 25.4473 4.69273 25.3512 4.78877C25.2552 4.8848 25.2013 5.01507 25.2013 5.15088V6.72696C24.4817 6.84905 23.8284 7.22147 23.3568 7.77846C22.8852 8.33545 22.6255 9.0412 22.6238 9.77104L22.6522 31.9558ZM23.6821 31.9558V27.8363H31.921V31.9558H23.6821Z" fill="#1D1D1D"/>
11
+ <path d="M32.4331 33.1848H2.04925C1.95212 33.1848 1.85593 33.1656 1.76618 33.1285C1.67644 33.0913 1.59491 33.0368 1.52622 32.9681C1.45754 32.8994 1.40305 32.8179 1.36587 32.7281C1.3287 32.6384 1.30957 32.5422 1.30957 32.4451V18.027C1.31136 17.5963 1.46914 17.181 1.75369 16.8577C2.03824 16.5344 2.43027 16.3252 2.85721 16.2688V15.4495C2.85721 15.1175 2.98909 14.7991 3.22384 14.5644C3.4586 14.3296 3.77699 14.1977 4.10898 14.1977H6.45889V13.3898C6.46039 13.0573 6.59354 12.7389 6.82919 12.5043C7.06485 12.2697 7.38383 12.138 7.71634 12.138H10.0663V11.8478C10.0663 11.3785 10.2527 10.9284 10.5845 10.5966C10.9164 10.2647 11.3665 10.0783 11.8358 10.0783H16.9567C17.0336 10.0783 17.1074 10.0477 17.1619 9.99329C17.2163 9.93887 17.2468 9.86506 17.2468 9.7881V2.57905C17.2468 2.10973 17.4333 1.65965 17.7651 1.32779C18.097 0.995938 18.5471 0.809509 19.0164 0.809509H26.7375C27.2068 0.809509 27.6569 0.995938 27.9888 1.32779C28.3206 1.65965 28.5071 2.10973 28.5071 2.57905V4.41118H29.8271C30.0233 4.41118 30.2114 4.48911 30.3501 4.62783C30.4889 4.76655 30.5668 4.95469 30.5668 5.15087V6.52213C32.1656 6.77248 33.1443 7.80803 33.1443 9.27032V32.4451C33.1444 32.6364 33.0704 32.8204 32.9378 32.9583C32.8052 33.0962 32.6243 33.1774 32.4331 33.1848ZM3.07911 16.6842C2.72902 16.6842 2.39326 16.8233 2.1457 17.0708C1.89814 17.3184 1.75906 17.6541 1.75906 18.0042V32.4451C1.75906 32.5221 1.78964 32.5959 1.84406 32.6503C1.89848 32.7047 1.97229 32.7353 2.04925 32.7353H32.4331C32.51 32.7353 32.5838 32.7047 32.6383 32.6503C32.6927 32.5959 32.7232 32.5221 32.7232 32.4451V9.27032C32.7232 7.97872 31.8356 7.10818 30.3506 6.94887H30.1457V5.17362C30.1457 5.09666 30.1152 5.02285 30.0608 4.96843C30.0063 4.91401 29.9325 4.88345 29.8556 4.88345H28.086V2.6075C28.086 2.25741 27.9469 1.92164 27.6994 1.67408C27.4518 1.42653 27.1161 1.28745 26.766 1.28745H19.0448C18.6947 1.28745 18.359 1.42653 18.1114 1.67408C17.8639 1.92164 17.7248 2.25741 17.7248 2.6075V9.81654C17.7233 10.0123 17.6449 10.1995 17.5065 10.3379C17.3681 10.4763 17.1808 10.5547 16.9851 10.5562H11.8642C11.5142 10.5562 11.1784 10.6953 10.9308 10.9429C10.6833 11.1904 10.5442 11.5262 10.5442 11.8763V12.616H7.74479C7.53149 12.6159 7.32685 12.7003 7.17549 12.8506C7.02413 13.0009 6.93834 13.2049 6.93683 13.4182V14.6757H4.13743C3.92465 14.6757 3.72059 14.7602 3.57014 14.9106C3.41968 15.0611 3.33516 15.2652 3.33516 15.4779V16.7354L3.07911 16.6842ZM32.1429 32.1321H23.4545V27.5803H32.1429V32.1321ZM23.904 31.6826H31.6934V28.0127H23.904V31.6826ZM22.8741 32.1321H19.8471V18.027C19.8471 17.6769 19.708 17.3411 19.4605 17.0936C19.2129 16.846 18.8772 16.707 18.5271 16.707H18.3052V15.4495C18.3037 15.2362 18.2179 15.0322 18.0665 14.8819C17.9152 14.7316 17.7105 14.6472 17.4972 14.6472H14.6807V13.3898C14.6807 13.2844 14.66 13.1801 14.6197 13.0828C14.5793 12.9854 14.5202 12.897 14.4457 12.8225C14.3712 12.748 14.2828 12.6889 14.1855 12.6486C14.0881 12.6082 13.9838 12.5875 13.8785 12.5875H11.079V11.8478C11.079 11.6516 11.157 11.4635 11.2957 11.3248C11.4344 11.1861 11.6226 11.1081 11.8187 11.1081H16.9396C17.2897 11.1081 17.6255 10.9691 17.873 10.7215C18.1206 10.4739 18.2596 10.1382 18.2596 9.7881V2.57905C18.2596 2.38287 18.3376 2.19474 18.4763 2.05602C18.615 1.91731 18.8031 1.83937 18.9993 1.83937H26.7205C26.9166 1.83937 27.1048 1.91731 27.2435 2.05602C27.3822 2.19474 27.4601 2.38287 27.4601 2.57905V4.85499H25.6906C25.6136 4.85499 25.5398 4.88556 25.4854 4.93998C25.431 4.9944 25.4004 5.06821 25.4004 5.14517V6.9261L25.2126 6.96024C24.5405 7.07052 23.9302 7.4183 23.4928 7.94035C23.0553 8.46241 22.8196 9.1241 22.8286 9.80517L22.8741 32.1321ZM20.2966 31.6826H22.4246V9.7881C22.4216 9.03718 22.6748 8.30769 23.1424 7.72011C23.61 7.13252 24.264 6.72198 24.9964 6.55626V5.15087C24.9964 4.95469 25.0744 4.76655 25.2131 4.62783C25.3518 4.48911 25.5399 4.41118 25.7361 4.41118H27.0562V2.57905C27.0562 2.54094 27.0487 2.50321 27.0341 2.468C27.0195 2.4328 26.9981 2.4008 26.9712 2.37385C26.9442 2.34691 26.9122 2.32554 26.877 2.31096C26.8418 2.29638 26.8041 2.28887 26.766 2.28887H19.0448C18.9679 2.28887 18.8941 2.31943 18.8396 2.37385C18.7852 2.42827 18.7547 2.50208 18.7547 2.57905V9.7881C18.7532 10.2569 18.5662 10.7062 18.2347 11.0377C17.9032 11.3692 17.454 11.5561 16.9851 11.5576H11.8642C11.7873 11.5576 11.7135 11.5882 11.6591 11.6426C11.6046 11.697 11.5741 11.7709 11.5741 11.8478V12.138H13.924C14.2555 12.1395 14.573 12.2719 14.8075 12.5063C15.0419 12.7407 15.1742 13.0582 15.1757 13.3898V14.1977H17.5257C17.8582 14.1977 18.1771 14.3294 18.4128 14.564C18.6485 14.7986 18.7816 15.117 18.7831 15.4495V16.2688C19.2095 16.3254 19.6009 16.5348 19.8845 16.8581C20.1681 17.1815 20.3247 17.5969 20.3251 18.027L20.2966 31.6826ZM19.2667 32.1321H2.33943V27.5803H19.2667V32.1321ZM2.76617 31.6826H18.7945V28.0127H2.78894L2.76617 31.6826ZM32.1201 26.9828H23.4317V22.431H32.1201V26.9828ZM23.8812 26.5333H31.6934V22.8861H23.904L23.8812 26.5333ZM19.244 26.9828H2.31668V22.431H19.244V26.9828ZM2.74342 26.5333H18.7717V22.8861H2.78894L2.74342 26.5333ZM32.0974 21.8335H30.1002V17.2816H32.0974V21.8335ZM30.6123 21.4068H31.7105V17.7368H30.6123V21.4068ZM29.5825 21.8563H26.0434V17.3044H29.5825V21.8563ZM26.4929 21.4068H29.133V17.7368H26.4929V21.4068ZM25.463 21.8563H23.4715V17.3044H25.463V21.8563ZM23.921 21.4068H25.0135V17.7368H23.921V21.4068ZM19.2838 21.8563H2.3565V18.027C2.3565 17.9299 2.37563 17.8337 2.4128 17.7439C2.44998 17.6542 2.50447 17.5727 2.57315 17.504C2.64184 17.4353 2.72338 17.3808 2.81312 17.3436C2.90287 17.3065 2.99905 17.2873 3.09618 17.2873H18.5441C18.7403 17.2873 18.9284 17.3653 19.0672 17.504C19.2059 17.6427 19.2838 17.8308 19.2838 18.027V21.8563ZM2.78324 21.4068H18.8116V18.027C18.8116 17.95 18.781 17.8762 18.7266 17.8218C18.6721 17.7674 18.5983 17.7368 18.5214 17.7368H3.07343C2.99647 17.7368 2.92266 17.7674 2.86824 17.8218C2.81382 17.8762 2.78324 17.95 2.78324 18.027V21.4068ZM32.1372 16.707H23.4488V12.1551H32.1372V16.707ZM23.8983 16.2575H31.6934V12.5875H23.904L23.8983 16.2575ZM17.7191 16.707H3.87V15.2276H17.7077L17.7191 16.707ZM4.33088 16.2575H17.2696V15.6885H4.33088V16.2575ZM14.1117 14.6472H7.48306V13.1679H14.1117V14.6472ZM7.93256 14.1977H13.6622V13.6287H7.93256V14.1977ZM32.1372 11.5576H23.4488V9.7881C23.4488 9.18448 23.6886 8.60558 24.1154 8.17876C24.5422 7.75194 25.1211 7.51216 25.7247 7.51216H29.8442C31.278 7.51216 32.1201 8.17217 32.1201 9.28169L32.1372 11.5576ZM23.8983 11.1081H31.6934V9.27032C31.6934 8.78099 31.4544 7.95027 29.8556 7.95027H25.7361C25.2497 7.95177 24.7837 8.14607 24.4402 8.49057C24.0968 8.83506 23.904 9.30166 23.904 9.7881L23.8983 11.1081ZM29.5881 6.92041H26.0491V5.44104H29.5881V6.92041ZM26.4985 6.4709H29.1386V5.90192H26.4985V6.4709Z" fill="#1D1D1D"/>
12
+ <defs>
13
+ <linearGradient id="paint0_linear_4088_33972" x1="11.0618" y1="32.3825" x2="11.0618" y2="14.4196" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#F37C1C"/>
15
+ <stop offset="1" stop-color="#FCC191"/>
16
+ </linearGradient>
17
+ <linearGradient id="paint1_linear_4088_33972" x1="27.7334" y1="32.6386" x2="27.7334" y2="7.14807" gradientUnits="userSpaceOnUse">
18
+ <stop stop-color="#EFC530"/>
19
+ <stop offset="1" stop-color="#FCEDB6"/>
20
+ </linearGradient>
21
+ </defs>
13
22
  </svg>
@@ -1,17 +1,21 @@
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="256" x2="256" y1="481.967" y2="393.474" 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="M99.7 482h312.6c7.2 0 13.4-5.1 14.8-12.1l15.1-76.3c-11 16.5-30.4 27.4-51.2 27.4-16.4 0-32-6.7-43.3-18.5h-3.4C333 414.3 317.4 421 301 421c-17.3 0-33.6-7.4-45-20.3-11.4 12.9-27.7 20.3-45 20.3s-33.6-7.4-45-20.3c-11.4 12.9-27.7 20.3-45 20.3-20.8 0-40.2-10.9-51.2-27.5l15.1 76.4c1.4 7 7.6 12.1 14.8 12.1z"/>
10
- <linearGradient id="SVGID_2_" x1="256" x2="256" y1="390.967" y2="210.967" 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="M421 368.9c1.1-4.1 3.9-7.6 7.8-9.5 3.8-1.9 8.3-2.1 12.2-.5 19.6 7.8 41-6.7 41-27.9 0-17.1-14.5-31-32-29.9-4.9.3-9.6-1.8-12.7-5.6-42.2-53-110.1-84.5-181.3-84.5s-139.1 31.6-181.4 84.5C69.4 302 62.4 301 60 301c-16.5 0-30 13.5-30 30s13.5 30 30 30c3.8 0 7.5-.7 11-2.1 4-1.6 8.4-1.4 12.2.5 3.8 1.9 6.6 5.4 7.8 9.5 3.5 12.8 16.1 22.1 30 22.1 8.9 0 17.2-3.9 22.9-10.7 5.4-6.4 13.4-10.1 22.1-10.1 8.6 0 16.7 3.7 22.1 10.1 5.7 6.8 14.1 10.7 22.9 10.7 8.9 0 17.2-3.9 22.9-10.7 5.4-6.4 13.4-10.1 22.1-10.1s16.7 3.7 22.1 10.1c5.7 6.8 14.1 10.7 22.9 10.7 8.9 0 17.2-3.9 23-10.7 5.4-6.4 13.4-10.1 22-10.1s16.7 3.7 22.1 10.1c5.7 6.8 14.1 10.7 22.9 10.7 13.9 0 26.5-9.3 30-22.1z"/>
15
- <path d="M456.2 271.1C408 214.5 334.3 181 256 181c-78.3 0-152 33.6-200.2 90.1C24.7 273.3 0 299.3 0 331c0 25.3 15.7 46.9 37.8 55.7l17.6 89c4.2 21 22.8 36.3 44.2 36.3h312.6c21.4 0 40-15.2 44.2-36.3l17.6-89c22.1-8.8 37.8-30.5 37.8-55.7.2-31.7-24.5-57.7-55.6-59.9zm-29.1 198.7c-1.4 7-7.6 12.1-14.8 12.1H99.7c-7.2 0-13.4-5.1-14.8-12.1l-15.1-76.4c11 16.7 30.4 27.6 51.2 27.6 17.3 0 33.6-7.4 45-20.3 11.4 12.9 27.7 20.3 45 20.3s33.6-7.4 45-20.3c11.4 12.9 27.7 20.3 45 20.3s33.6-7.4 45-20.3c11.4 12.9 27.7 20.3 45 20.3 20.8 0 40.2-10.9 51.2-27.5l-15.1 76.3zM441 358.9c-4-1.6-8.4-1.4-12.2.5-3.8 1.9-6.6 5.4-7.8 9.5-3.5 12.8-16.1 22.1-30 22.1-8.9 0-17.2-3.9-22.9-10.7-5.4-6.4-13.4-10.1-22.1-10.1s-16.7 3.7-22 10.1c-5.7 6.8-14.1 10.7-23 10.7s-17.2-3.9-22.9-10.7c-5.4-6.4-13.4-10.1-22.1-10.1s-16.7 3.7-22.1 10.1c-5.7 6.8-14.1 10.7-22.9 10.7-8.9 0-17.2-3.9-22.9-10.7-5.4-6.4-13.4-10.1-22.1-10.1-8.6 0-16.7 3.7-22.1 10.1-5.7 6.8-14.1 10.7-22.9 10.7-13.9 0-26.5-9.3-29.9-22.1-1.1-4.1-3.9-7.6-7.8-9.5-3.8-1.9-8.3-2.1-12.2-.5-3.5 1.4-7.2 2.1-11 2.1-16.5 0-30-13.5-30-30s13.5-30 30-30c2.4 0 9.4 1 14.6-5.5 42.2-53 110.1-84.5 181.3-84.5s139.1 31.6 181.4 84.5c3.1 3.8 7.8 5.9 12.7 5.6 17.5-1.1 32 12.8 32 29.9-.1 21.2-21.6 35.6-41.1 27.9zM190.1 89.5c14.2-9.5 22.7-25.7 22.7-43.5s-8.5-34-22.7-43.5c-6.9-4.6-16.2-2.7-20.8 4.2-4.6 6.9-2.7 16.2 4.2 20.8 5.9 3.9 9.4 10.8 9.4 18.5s-3.5 14.6-9.4 18.5c-14.2 9.5-22.7 25.4-22.7 42.5s8.5 33 22.7 42.5c6.9 4.6 16.2 2.7 20.8-4.2 4.6-6.9 2.7-16.2-4.2-20.8-6-4-9.4-10.4-9.4-17.5s3.4-13.5 9.4-17.5zM265.1 89.5c14.2-9.5 22.7-25.7 22.7-43.5s-8.5-34-22.7-43.5c-6.9-4.6-16.2-2.7-20.8 4.2-4.6 6.9-2.7 16.2 4.2 20.8 5.9 3.9 9.4 10.8 9.4 18.5s-3.5 14.6-9.4 18.5c-14.2 9.5-22.7 25.4-22.7 42.5s8.5 33 22.7 42.5c6.9 4.6 16.2 2.7 20.8-4.2 4.6-6.9 2.7-16.2-4.2-20.8-6-4-9.4-10.4-9.4-17.5s3.4-13.5 9.4-17.5zM340.1 89.5c14.2-9.5 22.7-25.7 22.7-43.5s-8.5-34-22.7-43.5c-6.9-4.6-16.2-2.7-20.8 4.2-4.6 6.9-2.7 16.2 4.2 20.8 5.9 3.9 9.4 10.8 9.4 18.5s-3.5 14.6-9.4 18.5c-14.2 9.5-22.7 25.4-22.7 42.5s8.5 33 22.7 42.5c6.9 4.6 16.2 2.7 20.8-4.2 4.6-6.9 2.7-16.2-4.2-20.8-6-4-9.4-10.4-9.4-17.5s3.4-13.5 9.4-17.5z" class="st2"/>
16
- <path d="M256 241c-8.3 0-15 6.7-15 15v30c0 8.3 6.7 15 15 15s15-6.7 15-15v-30c0-8.3-6.7-15-15-15zM356.6 275.4l-30-30c-5.9-5.9-15.4-5.9-21.2 0-5.9 5.9-5.9 15.4 0 21.2l30 30c5.9 5.9 15.4 5.9 21.2 0s5.9-15.4 0-21.2zM206.6 245.4c-5.9-5.9-15.4-5.9-21.2 0l-30 30c-5.9 5.9-5.9 15.4 0 21.2s15.4 5.9 21.2 0l30-30c5.9-5.9 5.9-15.4 0-21.2z" class="st2"/>
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_33973)">
3
+ <path d="M7.11846 32.0073H27.8617C28.0927 32.0062 28.3162 31.9256 28.4948 31.7791C28.6733 31.6326 28.7961 31.429 28.8423 31.2027L29.848 26.1363C29.472 26.6937 28.9658 27.151 28.3732 27.4686C27.7807 27.7863 27.1197 27.9546 26.4474 27.9592C25.9073 27.956 25.3735 27.8429 24.8785 27.6268C24.3836 27.4107 23.9379 27.096 23.5684 26.7021H23.3422C22.9618 27.1008 22.5026 27.4161 21.9938 27.6278C21.485 27.8395 20.9376 27.943 20.3867 27.9318C19.8357 27.9206 19.2931 27.7948 18.7933 27.5625C18.2935 27.3303 17.8476 26.9966 17.4838 26.5826C17.1103 27.0076 16.6506 27.348 16.1352 27.5812C15.6198 27.8145 15.0606 27.9351 14.4949 27.9351C13.9291 27.9351 13.3699 27.8145 12.8545 27.5812C12.3391 27.348 11.8794 27.0076 11.5059 26.5826C11.1321 27.0078 10.6718 27.3483 10.1558 27.5813C9.63981 27.8144 9.08006 27.9347 8.51389 27.9341C7.84093 27.9293 7.17932 27.7602 6.58664 27.4414C5.99395 27.1226 5.48817 26.6638 5.11328 26.1049L6.119 31.1776C6.1606 31.4117 6.28381 31.6235 6.46678 31.7754C6.64975 31.9273 6.88066 32.0095 7.11846 32.0073Z" fill="url(#paint0_linear_4088_33973)"/>
4
+ <path d="M28.4589 24.4958C28.4945 24.3601 28.559 24.2337 28.6479 24.1252C28.7369 24.0167 28.8482 23.9287 28.9743 23.8672C29.0996 23.8048 29.2366 23.7697 29.3764 23.7643C29.5162 23.7589 29.6556 23.7833 29.7852 23.8358C30.0633 23.9459 30.3626 23.992 30.6609 23.9706C30.9592 23.9493 31.2489 23.8611 31.5084 23.7125C31.768 23.564 31.9908 23.3589 32.1603 23.1125C32.3298 22.8661 32.4417 22.5848 32.4876 22.2892C32.5336 21.9937 32.5124 21.6917 32.4257 21.4054C32.339 21.1192 32.189 20.8562 31.9868 20.6358C31.7846 20.4155 31.5354 20.2435 31.2576 20.1326C30.9799 20.0217 30.6807 19.9747 30.3824 19.9952C30.2227 20.0043 30.0631 19.9755 29.9166 19.911C29.7702 19.8466 29.6412 19.7483 29.5401 19.6243C28.0651 17.8645 26.2224 16.4493 24.1416 15.4784C22.0609 14.5074 19.7926 14.0042 17.4964 14.0042C15.2003 14.0042 12.932 14.5074 10.8512 15.4784C8.77048 16.4493 6.92779 17.8645 5.45282 19.6243C5.3359 19.7625 5.1856 19.8686 5.01618 19.9324C4.84677 19.9962 4.66387 20.0156 4.48482 19.9889C3.95635 19.9889 3.44949 20.1988 3.07581 20.5725C2.70212 20.9462 2.49219 21.453 2.49219 21.9815C2.49219 22.5099 2.70212 23.0168 3.07581 23.3905C3.44949 23.7642 3.95635 23.9741 4.48482 23.9741C4.73425 23.9726 4.98131 23.9258 5.21396 23.8358C5.34362 23.7833 5.48298 23.7589 5.62278 23.7643C5.76258 23.7697 5.89961 23.8048 6.02482 23.8672C6.14951 23.9307 6.25971 24.0193 6.34843 24.1275C6.43715 24.2357 6.50246 24.3611 6.54026 24.4958C6.66915 24.9232 6.93288 25.2974 7.29203 25.5625C7.65118 25.8276 8.0865 25.9694 8.53289 25.9667C8.82307 25.9674 9.10982 25.9041 9.37275 25.7813C9.63568 25.6586 9.8683 25.4793 10.054 25.2564C10.2358 25.0451 10.461 24.8755 10.7143 24.7593C10.9676 24.6431 11.2431 24.5829 11.5218 24.5829C11.8005 24.5829 12.0759 24.6431 12.3292 24.7593C12.5826 24.8755 12.8078 25.0451 12.9895 25.2564C13.176 25.4784 13.4087 25.657 13.6715 25.7795C13.9343 25.9019 14.2207 25.9654 14.5107 25.9654C14.8006 25.9654 15.0871 25.9019 15.3498 25.7795C15.6126 25.657 15.8454 25.4784 16.0319 25.2564C16.2136 25.0451 16.4388 24.8755 16.6921 24.7593C16.9455 24.6431 17.2209 24.5829 17.4996 24.5829C17.7783 24.5829 18.0537 24.6431 18.307 24.7593C18.5603 24.8755 18.7856 25.0451 18.9673 25.2564C19.1544 25.4786 19.3877 25.6572 19.651 25.7797C19.9143 25.9022 20.2012 25.9657 20.4916 25.9657C20.7821 25.9657 21.069 25.9022 21.3323 25.7797C21.5956 25.6572 21.8289 25.4786 22.0159 25.2564C22.1945 25.0439 22.4178 24.8734 22.6699 24.7571C22.922 24.6408 23.1967 24.5817 23.4743 24.5838C23.754 24.5798 24.0311 24.6381 24.2855 24.7544C24.5399 24.8707 24.7652 25.0422 24.9452 25.2564C25.1312 25.479 25.3639 25.658 25.6267 25.7807C25.8896 25.9035 26.1762 25.967 26.4663 25.9667C26.9127 25.9694 27.348 25.8276 27.7071 25.5625C28.0663 25.2974 28.33 24.9232 28.4589 24.4958Z" fill="url(#paint1_linear_4088_33973)"/>
5
+ <path d="M30.7974 18.0026C29.1306 16.1208 27.0834 14.6141 24.7911 13.5823C22.4988 12.5504 20.0136 12.0169 17.4997 12.0169C14.9859 12.0169 12.5007 12.5504 10.2084 13.5823C7.91606 14.6141 5.86886 16.1208 4.20208 18.0026C3.30283 18.0673 2.45208 18.435 1.78881 19.0457C1.12554 19.6564 0.688958 20.4739 0.550331 21.3647C0.411705 22.2556 0.579218 23.1671 1.02557 23.9505C1.47191 24.7338 2.17069 25.3427 3.00776 25.6776L4.17692 31.5925C4.31546 32.2698 4.68288 32.8788 5.21743 33.3172C5.75198 33.7556 6.42111 33.9967 7.11242 34H27.8556C28.5476 33.9991 29.2179 33.7588 29.7529 33.32C30.2879 32.8812 30.6547 32.2709 30.7911 31.5925L31.9602 25.6776C32.7968 25.3434 33.4955 24.7356 33.9423 23.9534C34.3891 23.1712 34.5577 22.2606 34.4206 21.3703C34.2835 20.4799 33.8488 19.6623 33.1874 19.0507C32.526 18.4391 31.6769 18.0696 30.7785 18.0026H30.7974ZM28.8613 31.2028C28.8151 31.4291 28.6924 31.6326 28.5139 31.7792C28.3353 31.9257 28.1117 32.0063 27.8808 32.0074H7.13755C6.90656 32.0063 6.68301 31.9257 6.50444 31.7792C6.32587 31.6326 6.20316 31.4291 6.15696 31.2028L5.15125 26.1301C5.52463 26.691 6.02993 27.1516 6.62284 27.4716C7.21574 27.7916 7.87812 27.9613 8.55186 27.9656C9.11803 27.9662 9.67778 27.8459 10.1938 27.6129C10.7097 27.3798 11.1701 27.0393 11.5439 26.6142C11.9173 27.0391 12.3771 27.3796 12.8925 27.6128C13.4079 27.846 13.9671 27.9666 14.5328 27.9666C15.0985 27.9666 15.6577 27.846 16.1731 27.6128C16.6886 27.3796 17.1483 27.0391 17.5217 26.6142C17.8946 27.039 18.3538 27.3793 18.8687 27.6125C19.3836 27.8457 19.9423 27.9663 20.5075 27.9663C21.0727 27.9663 21.6314 27.8457 22.1463 27.6125C22.6612 27.3793 23.1204 27.039 23.4933 26.6142C23.8671 27.0393 24.3274 27.3798 24.8434 27.6129C25.3594 27.8459 25.9192 27.9662 26.4853 27.9656C27.1583 27.9609 27.8199 27.7917 28.4126 27.4729C29.0053 27.1541 29.511 26.6953 29.8859 26.1364L28.8613 31.2028ZM29.7854 23.8421C29.6557 23.7896 29.5164 23.7652 29.3766 23.7706C29.2368 23.776 29.0997 23.8111 28.9745 23.8735C28.8498 23.937 28.7396 24.0256 28.6509 24.1338C28.5622 24.242 28.4968 24.3674 28.459 24.5021C28.3301 24.9295 28.0664 25.3037 27.7073 25.5688C27.3481 25.8339 26.9128 25.9757 26.4664 25.973C26.1763 25.9737 25.8895 25.9104 25.6266 25.7877C25.3637 25.6649 25.131 25.4856 24.9453 25.2627C24.7654 25.0485 24.54 24.877 24.2856 24.7607C24.0312 24.6444 23.7541 24.5861 23.4744 24.5901C23.1968 24.588 22.9221 24.6471 22.6701 24.7634C22.418 24.8797 22.1947 25.0502 22.0161 25.2627C21.829 25.4849 21.5957 25.6635 21.3324 25.786C21.0691 25.9085 20.7822 25.972 20.4918 25.972C20.2014 25.972 19.9144 25.9085 19.6511 25.786C19.3878 25.6635 19.1545 25.4849 18.9675 25.2627C18.7857 25.0514 18.5605 24.8818 18.3072 24.7656C18.0538 24.6494 17.7784 24.5892 17.4997 24.5892C17.221 24.5892 16.9456 24.6494 16.6923 24.7656C16.439 24.8818 16.2138 25.0514 16.032 25.2627C15.8456 25.4847 15.6128 25.6633 15.35 25.7858C15.0872 25.9082 14.8007 25.9717 14.5108 25.9717C14.2209 25.9717 13.9345 25.9082 13.6717 25.7858C13.4089 25.6633 13.1761 25.4847 12.9896 25.2627C12.8104 25.0493 12.5861 24.8784 12.3328 24.7621C12.0796 24.6458 11.8037 24.5871 11.525 24.5901C11.2453 24.5861 10.9682 24.6444 10.7138 24.7607C10.4594 24.877 10.2341 25.0485 10.0542 25.2627C9.86814 25.4853 9.63544 25.6643 9.37258 25.7871C9.10972 25.9098 8.82313 25.9733 8.53302 25.973C8.08721 25.9764 7.65237 25.8348 7.29408 25.5695C6.9358 25.3042 6.67346 24.9295 6.54668 24.5021C6.51109 24.3664 6.44661 24.24 6.35766 24.1315C6.2687 24.023 6.15735 23.935 6.03124 23.8735C5.90603 23.8111 5.76901 23.776 5.62921 23.7706C5.48941 23.7652 5.35005 23.7896 5.22038 23.8421C4.98774 23.9321 4.74064 23.9789 4.49121 23.9804C3.96274 23.9804 3.45592 23.7705 3.08223 23.3968C2.70854 23.0231 2.49861 22.5163 2.49861 21.9878C2.49861 21.4593 2.70854 20.9525 3.08223 20.5788C3.45592 20.2051 3.96274 19.9952 4.49121 19.9952C4.67026 20.0219 4.85319 20.0025 5.02261 19.9387C5.19203 19.8749 5.34233 19.7688 5.45925 19.6306C6.93422 17.8708 8.77691 16.4557 10.8577 15.4847C12.9384 14.5137 15.2067 14.0105 17.5029 14.0105C19.799 14.0105 22.0673 14.5137 24.1481 15.4847C26.2288 16.4557 28.0715 17.8708 29.5465 19.6306C29.6476 19.7546 29.7767 19.8529 29.9231 19.9173C30.0695 19.9818 30.2291 20.0106 30.3888 20.0015C30.6865 19.9851 30.984 20.0358 31.2595 20.1497C31.5349 20.2637 31.7813 20.438 31.9805 20.6598C32.1797 20.8816 32.3266 21.1453 32.4103 21.4314C32.4941 21.7175 32.5125 22.0187 32.4644 22.3129C32.4162 22.6071 32.3027 22.8868 32.1321 23.1313C31.9615 23.3757 31.7383 23.5788 31.4788 23.7256C31.2193 23.8723 30.9301 23.959 30.6327 23.9791C30.3353 23.9993 30.0371 23.9525 29.7602 23.8421H29.7854ZM13.1217 5.95265C13.5872 5.62837 13.9674 5.19638 14.23 4.69348C14.4925 4.19057 14.6297 3.63166 14.6297 3.06434C14.6297 2.49701 14.4925 1.93809 14.23 1.43518C13.9674 0.932273 13.5872 0.500283 13.1217 0.176002C13.0127 0.103774 12.8906 0.0537107 12.7623 0.0286783C12.6339 0.00364584 12.502 0.00412351 12.3738 0.0300978C12.2457 0.0560721 12.124 0.107023 12.0155 0.18005C11.9071 0.253076 11.8142 0.346745 11.7419 0.455707C11.6697 0.564668 11.6196 0.686789 11.5946 0.815096C11.5696 0.943404 11.57 1.07539 11.596 1.20351C11.622 1.33163 11.673 1.45338 11.746 1.56181C11.819 1.67023 11.9127 1.76322 12.0216 1.83545C12.2197 1.97175 12.3808 2.1551 12.4905 2.36904C12.6002 2.58298 12.6551 2.82081 12.6502 3.06119C12.6587 3.30655 12.6056 3.55012 12.4958 3.76971C12.386 3.98929 12.223 4.17791 12.0216 4.31836C11.5535 4.62699 11.1693 5.04697 10.9035 5.54065C10.6376 6.03433 10.4985 6.58627 10.4985 7.14697C10.4985 7.70768 10.6376 8.2596 10.9035 8.75328C11.1693 9.24696 11.5535 9.66696 12.0216 9.97559C12.1306 10.0478 12.2527 10.0979 12.381 10.1229C12.5093 10.1479 12.6413 10.1475 12.7694 10.1215C12.8976 10.0955 13.0193 10.0446 13.1277 9.97153C13.2362 9.8985 13.3292 9.80483 13.4014 9.69587C13.4736 9.58691 13.5237 9.46479 13.5487 9.33648C13.5737 9.20817 13.5732 9.07619 13.5473 8.94807C13.5213 8.81995 13.4703 8.6982 13.3973 8.58977C13.3243 8.48134 13.2306 8.38836 13.1217 8.31613C12.9297 8.18958 12.7722 8.01738 12.6632 7.81498C12.5543 7.61257 12.4972 7.38628 12.4972 7.15639C12.4972 6.92651 12.5543 6.70022 12.6632 6.49781C12.7722 6.2954 12.9297 6.12321 13.1217 5.99666V5.95265ZM18.1063 5.95265C18.5706 5.62748 18.9496 5.19519 19.2113 4.6924C19.473 4.18961 19.6096 3.63115 19.6096 3.06434C19.6096 2.49752 19.473 1.93904 19.2113 1.43625C18.9496 0.933465 18.5706 0.501178 18.1063 0.176002C17.8865 0.0498007 17.6269 0.0118422 17.3801 0.0698446C17.1333 0.127847 16.9178 0.277467 16.7772 0.488394C16.6366 0.699321 16.5813 0.955804 16.6227 1.20591C16.6641 1.45601 16.799 1.68104 17 1.83545C17.1989 1.97093 17.3606 2.15412 17.4704 2.36825C17.5803 2.58238 17.6346 2.82062 17.6286 3.06119C17.6382 3.30673 17.5856 3.55071 17.4757 3.77049C17.3658 3.99028 17.2022 4.17873 17 4.31836C16.5319 4.62699 16.1477 5.04697 15.8818 5.54065C15.616 6.03433 15.4769 6.58627 15.4769 7.14697C15.4769 7.70768 15.616 8.2596 15.8818 8.75328C16.1477 9.24696 16.5319 9.66696 17 9.97559C17.1139 10.0478 17.241 10.0969 17.3738 10.12C17.5067 10.1432 17.6429 10.1399 17.7745 10.1104C17.9061 10.081 18.0306 10.0258 18.141 9.94824C18.2513 9.87064 18.3452 9.77207 18.4175 9.65816C18.4897 9.54424 18.5388 9.41721 18.5619 9.28432C18.585 9.15144 18.5818 9.01531 18.5523 8.88369C18.5228 8.75207 18.4677 8.62753 18.3901 8.5172C18.3125 8.40688 18.2139 8.31293 18.1 8.2407C17.9067 8.11517 17.7479 7.94332 17.6379 7.74078C17.528 7.53824 17.4704 7.31143 17.4704 7.08097C17.4704 6.8505 17.528 6.62369 17.6379 6.42115C17.7479 6.21862 17.9067 6.04676 18.1 5.92123L18.1063 5.95265ZM23.0847 5.95265C23.5502 5.62837 23.9304 5.19638 24.193 4.69348C24.4555 4.19057 24.5927 3.63166 24.5927 3.06434C24.5927 2.49701 24.4555 1.93809 24.193 1.43518C23.9304 0.932273 23.5502 0.500283 23.0847 0.176002C22.9757 0.103774 22.8536 0.0537107 22.7253 0.0286783C22.597 0.00364584 22.465 0.00412351 22.3369 0.0300978C22.2088 0.0560721 22.087 0.107023 21.9786 0.18005C21.8702 0.253076 21.7772 0.346745 21.7049 0.455707C21.6327 0.564668 21.5826 0.686789 21.5576 0.815096C21.5326 0.943404 21.5331 1.07539 21.5591 1.20351C21.585 1.33163 21.636 1.45338 21.709 1.56181C21.782 1.67023 21.8757 1.76322 21.9847 1.83545C22.1827 1.97175 22.3438 2.1551 22.4536 2.36904C22.5633 2.58298 22.6181 2.82081 22.6132 3.06119C22.6217 3.30655 22.5686 3.55012 22.4588 3.76971C22.349 3.98929 22.186 4.17791 21.9847 4.31836C21.5165 4.62699 21.1323 5.04697 20.8665 5.54065C20.6007 6.03433 20.4615 6.58627 20.4615 7.14697C20.4615 7.70768 20.6007 8.2596 20.8665 8.75328C21.1323 9.24696 21.5165 9.66696 21.9847 9.97559C22.2047 10.1215 22.4737 10.1739 22.7325 10.1215C22.9912 10.069 23.2185 9.91593 23.3644 9.69587C23.5103 9.47581 23.5628 9.20682 23.5103 8.94807C23.4578 8.68932 23.3047 8.462 23.0847 8.31613C22.8928 8.18958 22.7353 8.01738 22.6263 7.81498C22.5173 7.61257 22.4602 7.38628 22.4602 7.15639C22.4602 6.92651 22.5173 6.70022 22.6263 6.49781C22.7353 6.2954 22.8928 6.12321 23.0847 5.99666V5.95265Z" fill="#1D1D1D"/>
6
+ <path d="M17.5028 16.0037C17.2377 16.0037 16.9835 16.109 16.7961 16.2964C16.6086 16.4838 16.5033 16.738 16.5033 17.0031V18.9957C16.5233 19.2463 16.6369 19.4801 16.8215 19.6507C17.0062 19.8212 17.2483 19.916 17.4996 19.916C17.751 19.916 17.9931 19.8212 18.1778 19.6507C18.3624 19.4801 18.476 19.2463 18.4959 18.9957V17.0031C18.4959 16.7391 18.3915 16.4859 18.2054 16.2986C18.0194 16.1113 17.7667 16.0053 17.5028 16.0037ZM24.1783 18.298L22.1857 16.3054C22.0943 16.2111 21.9849 16.1361 21.8639 16.0849C21.743 16.0337 21.613 16.0074 21.4817 16.0074C21.3504 16.0074 21.2204 16.0337 21.0995 16.0849C20.9785 16.1361 20.8691 16.2111 20.7777 16.3054C20.6849 16.3977 20.6113 16.5074 20.5611 16.6282C20.5109 16.749 20.485 16.8786 20.485 17.0094C20.485 17.1402 20.5109 17.2698 20.5611 17.3906C20.6113 17.5114 20.6849 17.6211 20.7777 17.7134L22.7703 19.706C22.957 19.8927 23.2102 19.9976 23.4743 19.9976C23.7383 19.9976 23.9916 19.8927 24.1783 19.706C24.365 19.5193 24.4699 19.266 24.4699 19.002C24.4699 18.7379 24.365 18.4847 24.1783 18.298ZM14.2216 16.3054C14.1302 16.2111 14.0207 16.1361 13.8998 16.0849C13.7789 16.0337 13.6489 16.0074 13.5176 16.0074C13.3863 16.0074 13.2562 16.0337 13.1353 16.0849C13.0144 16.1361 12.905 16.2111 12.8136 16.3054L10.8209 18.298C10.7267 18.3894 10.6517 18.4988 10.6005 18.6198C10.5493 18.7407 10.5229 18.8707 10.5229 19.002C10.5229 19.1333 10.5493 19.2633 10.6005 19.3842C10.6517 19.5052 10.7267 19.6146 10.8209 19.706C11.0081 19.8918 11.2612 19.996 11.5249 19.996C11.7887 19.996 12.0417 19.8918 12.229 19.706L14.2216 17.7134C14.3143 17.6211 14.3879 17.5114 14.4381 17.3906C14.4883 17.2698 14.5142 17.1402 14.5142 17.0094C14.5142 16.8786 14.4883 16.749 14.4381 16.6282C14.3879 16.5074 14.3143 16.3977 14.2216 16.3054Z" fill="#1D1D1D"/>
7
+ </g>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_4088_33973" x1="17.5026" y1="32.0073" x2="17.5026" y2="26.1301" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#F37C1C"/>
11
+ <stop offset="1" stop-color="#FCC191"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_4088_33973" x1="17.5027" y1="25.9667" x2="17.5027" y2="14.0111" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#EFC530"/>
15
+ <stop offset="1" stop-color="#FCEDB6"/>
16
+ </linearGradient>
17
+ <clipPath id="clip0_4088_33973">
18
+ <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
19
+ </clipPath>
20
+ </defs>
17
21
  </svg>
@@ -1,22 +1,22 @@
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="175.778" x2="175.778" y1="95.482" y2="13.327" gradientUnits="userSpaceOnUse">
6
- <stop offset="0" stop-color="#EFC530"/>
7
- <stop offset="1" stop-color="#FCEDB6"/>
8
- </linearGradient>
9
- <path fill="url(#SVGID_1_)" d="M44 19s262.3-8 263.1-5c.9 3 .1 66.1 0 75C307 98 49 95 49 95l-5-76z"/>
10
- <linearGradient id="SVGID_2_" x1="175.516" x2="175.516" y1="482" y2="183" 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="M47.4 482h244.3c-20.8-26-19.2-64.1 4.9-88.2l24.5-24.5v-174c0-5.2-7.6-12.3-15.4-12.3H47.4c-8.6 0-17.4 7.9-17.4 12.3V468c0 4.9 9.2 14 17.4 14zm63.5-164.5H161v-50.1c0-8.3 6.7-15 15-15s15 6.7 15 15v50.1h50.1c8.3 0 15 6.7 15 15s-6.7 15-15 15H191v50.1c0 8.3-6.7 15-15 15s-15-6.7-15-15v-50.1h-50.1c-8.3 0-15-6.7-15-15s6.7-15 15-15z"/>
15
- <linearGradient id="SVGID_3_" x1="387.498" x2="387.498" y1="496" y2="290" gradientUnits="userSpaceOnUse">
16
- <stop offset="0" stop-color="#EFC530"/>
17
- <stop offset="1" stop-color="#FCEDB6"/>
18
- </linearGradient>
19
- <path fill="url(#SVGID_3_)" d="M293 428.9L421 290 482 320 482 387 370 496 313 496z"/>
20
- <path d="M241.1 317.5H191v-50.1c0-8.3-6.7-15-15-15s-15 6.7-15 15v50.1h-50.1c-8.3 0-15 6.7-15 15s6.7 15 15 15H161v50.1c0 8.3 6.7 15 15 15s15-6.7 15-15v-50.1h50.1c8.3 0 15-6.7 15-15s-6.7-15-15-15z" class="st3"/>
21
- <path d="M492.6 301.7l-5.2-5.2c-25-25-65.6-26-91.8-1.8-1.8 1.7 2.8-2.9-44.7 44.6v-144c0-22.5-21.2-42.3-45.4-42.3H287v-34h9.9c16 0 30.1-13.8 30.1-29.5V31.4C327 16.6 314.1 0 296.9 0H55.1C37.9 0 25 16.6 25 31.4v58.1c0 15.7 14.1 29.5 30.1 29.5H63v34H47.4C24 153 0 172.3 0 195.3V468c0 22.2 23.5 44 47.4 44h258.2c6.4 0 13-1.6 19-4.5 24.1 9.3 51.9 3.8 70.6-14.9l97.3-97.3c25.9-25.8 25.9-67.8.1-93.6zm-77.6 16c14-14 37-14.2 51.2 0l5.2 5.2c13.6 13.6 14.2 35.4 1.4 49.7-1.1 1.2 2.8-2.7-38.3 38.4l-56.4-56.4 36.9-36.9zM191 89V30h36.8v59H191zm-69.2 0V30H161v59h-39.2zM297 31.7v57c-.5.5 2.4.3-39.2.3V30h38c.5.4 1 1.2 1.2 1.7zm-242 57v-57c.2-.5.7-1.3 1.2-1.7h35.5v59c-38.8 0-36.2.2-36.7-.3zM93 119h164v34H93v-34zM30 468V195.3c0-4.4 8.8-12.3 17.4-12.3h258.2c7.8 0 15.4 7 15.4 12.3v174.1l-24.5 24.5c-24.1 24.1-25.7 62.2-4.9 88.2H47.4C39.2 482 30 472.9 30 468zm344.1 3.4c-14.2 14.2-37.1 14.1-51.2 0l-5.2-5.2c-14.1-14.1-14.1-37 0-51.2 33.8-33.8 3.9-3.9 39.1-39.2l56.4 56.4-39.1 39.2z" class="st3"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M18.3205 7.72607H6.2417V11.0166H18.3205V7.72607Z" fill="white"/>
3
+ <path d="M4.09375 2.01038C4.09375 2.01038 20.6816 1.50415 20.7287 1.69252C20.7757 1.88088 20.7287 5.87773 20.7287 6.43693C20.7287 6.99614 4.40575 6.81955 4.40575 6.81955L4.09375 2.01038Z" fill="url(#paint0_linear_4088_33969)"/>
4
+ <path d="M4.30538 31.2892H19.7571C19.114 30.4845 18.7902 29.4709 18.8477 28.4424C18.9053 27.4138 19.3402 26.4427 20.0691 25.7148L21.6172 24.1667V13.1591C21.5636 12.9396 21.4386 12.744 21.2617 12.6033C21.0847 12.4627 20.8661 12.3849 20.6401 12.3821H4.30538C3.76383 12.3821 3.20459 12.8825 3.20459 13.1591V30.4062C3.27967 30.6461 3.42445 30.8581 3.62049 31.0154C3.81652 31.1726 4.05497 31.2679 4.30538 31.2892ZM8.31987 20.888H11.4926V17.7211C11.4926 17.4697 11.5925 17.2287 11.7702 17.0509C11.9479 16.8732 12.189 16.7734 12.4403 16.7734C12.6917 16.7734 12.9327 16.8732 13.1105 17.0509C13.2882 17.2287 13.388 17.4697 13.388 17.7211V20.888H16.5549C16.8063 20.888 17.0473 20.9878 17.225 21.1655C17.4028 21.3433 17.5026 21.5843 17.5026 21.8357C17.5026 22.087 17.4028 22.3281 17.225 22.5058C17.0473 22.6835 16.8063 22.7834 16.5549 22.7834H13.388V25.9561C13.388 26.2075 13.2882 26.4485 13.1105 26.6263C12.9327 26.804 12.6917 26.9038 12.4403 26.9038C12.189 26.9038 11.9479 26.804 11.7702 26.6263C11.5925 26.4485 11.4926 26.2075 11.4926 25.9561V22.7834H8.31987C8.06852 22.7834 7.82746 22.6835 7.64973 22.5058C7.472 22.3281 7.37215 22.087 7.37215 21.8357C7.37215 21.5843 7.472 21.3433 7.64973 21.1655C7.82746 20.9878 8.06852 20.888 8.31987 20.888Z" fill="url(#paint1_linear_4088_33969)"/>
5
+ <path d="M19.8398 27.934L27.9336 19.1515L31.7892 21.0469V25.2851L24.7255 32.178H21.1231L19.8398 27.934Z" fill="url(#paint2_linear_4088_33969)"/>
6
+ <path d="M16.5553 20.888H13.3884V17.7211C13.3884 17.4698 13.2886 17.2287 13.1109 17.051C12.9331 16.8733 12.6921 16.7734 12.4407 16.7734C12.3163 16.7734 12.193 16.798 12.0781 16.8456C11.9631 16.8932 11.8586 16.963 11.7706 17.051C11.6826 17.139 11.6128 17.2435 11.5652 17.3585C11.5175 17.4735 11.493 17.5967 11.493 17.7211V20.888H8.32027C8.06893 20.888 7.82786 20.9879 7.65014 21.1656C7.47241 21.3433 7.37256 21.5844 7.37256 21.8357C7.37256 22.0871 7.47241 22.3281 7.65014 22.5059C7.82786 22.6836 8.06893 22.7834 8.32027 22.7834H11.493V25.9562C11.493 26.0806 11.5175 26.2039 11.5652 26.3189C11.6128 26.4338 11.6826 26.5383 11.7706 26.6263C11.8586 26.7143 11.9631 26.7841 12.0781 26.8318C12.193 26.8794 12.3163 26.9039 12.4407 26.9039C12.6921 26.9039 12.9331 26.804 13.1109 26.6263C13.2886 26.4486 13.3884 26.2075 13.3884 25.9562V22.7834H16.5553C16.8067 22.7834 17.0477 22.6836 17.2254 22.5059C17.4032 22.3281 17.503 22.0871 17.503 21.8357C17.503 21.5844 17.4032 21.3433 17.2254 21.1656C17.0477 20.9879 16.8067 20.888 16.5553 20.888Z" fill="#1D1D1D"/>
7
+ <path d="M32.4599 19.9108L32.1302 19.5812C31.3636 18.8183 30.332 18.3808 29.2507 18.36C28.1694 18.3392 27.1217 18.7366 26.3263 19.4693C26.2144 19.5753 26.5029 19.2869 23.5008 22.2889V13.1827C23.4556 12.454 23.1324 11.7705 22.5979 11.2732C22.0633 10.7759 21.3583 10.5028 20.6283 10.5103H19.451V8.35586H20.0808C20.5758 8.34864 21.0491 8.1516 21.4029 7.80544C21.7567 7.45927 21.9641 6.99044 21.9821 6.49577V2.81678C21.9727 2.30764 21.7718 1.82073 21.4194 1.45309C21.0671 1.08545 20.5891 0.864069 20.0808 0.833069H4.77626C4.26797 0.864069 3.79 1.08545 3.43764 1.45309C3.08527 1.82073 2.88436 2.30764 2.87494 2.81678V6.49577C2.893 6.99044 3.10037 7.45927 3.4542 7.80544C3.80803 8.1516 4.28132 8.34864 4.77626 8.35586H5.27659V10.4926H4.28769C2.8102 10.4926 1.2915 11.7111 1.2915 13.165V30.4121C1.2915 31.8131 2.77489 33.1964 4.28769 33.1964H20.6165C21.0253 33.1877 21.4272 33.0892 21.7938 32.9079C22.5498 33.1997 23.3742 33.266 24.1672 33.0988C24.9601 32.9317 25.6876 32.5382 26.2615 31.9661L32.454 25.7972C33.2383 25.0114 33.6788 23.9466 33.6788 22.8363C33.6788 21.7261 33.2383 20.6613 32.454 19.8755L32.4599 19.9108ZM27.5565 20.9233C27.9874 20.4969 28.5691 20.2578 29.1753 20.2578C29.7814 20.2578 30.3631 20.4969 30.794 20.9233L31.1178 21.2529C31.5332 21.665 31.7745 22.2209 31.792 22.8058C31.8096 23.3907 31.6019 23.96 31.212 24.3962C31.1413 24.4728 31.3886 24.2255 28.7868 26.8273L25.2196 23.2602L27.5742 20.9056L27.5565 20.9233ZM13.388 6.46044V2.72848H15.7426V6.46044H13.388ZM9.01444 6.46044V2.72848H11.4926V6.46044H9.01444ZM20.0926 2.84033V6.44278C20.0573 6.44278 20.2457 6.44278 17.6144 6.44278V2.71082H20.0161C20.0507 2.74788 20.0769 2.79209 20.0926 2.84033ZM4.78801 6.44278V2.84033C4.80363 2.79716 4.82996 2.75867 4.86454 2.72848H7.10725V6.46044C4.65263 6.4369 4.84099 6.44867 4.78801 6.41924V6.44278ZM7.18966 8.35586H17.5615V10.4926H7.19556L7.18966 8.35586ZM3.20458 30.4298V13.1827C3.20458 12.906 3.76381 12.4057 4.30536 12.4057H20.6341C20.8604 12.4074 21.0796 12.4848 21.2567 12.6257C21.4338 12.7665 21.5587 12.9626 21.6113 13.1827V24.1961L20.0573 25.7442C19.3304 26.4735 18.8975 27.4449 18.841 28.473C18.7845 29.5012 19.1085 30.5141 19.7512 31.3186H4.30536C4.05182 31.2936 3.81152 31.1934 3.61537 31.0309C3.41922 30.8683 3.27614 30.6507 3.20458 30.4062V30.4298ZM24.9842 30.6417C24.772 30.8549 24.5197 31.0241 24.2419 31.1395C23.9641 31.255 23.6663 31.3144 23.3654 31.3144C23.0646 31.3144 22.7667 31.255 22.4889 31.1395C22.2111 31.0241 21.9589 30.8549 21.7467 30.6417L21.417 30.3179C20.9907 29.887 20.7516 29.3053 20.7516 28.6992C20.7516 28.093 20.9907 27.5113 21.417 27.0804L23.8893 24.5964L27.4565 28.1635L24.9842 30.6417Z" fill="#1D1D1D"/>
8
+ <defs>
9
+ <linearGradient id="paint0_linear_4088_33969" x1="12.423" y1="6.84898" x2="12.423" y2="1.65131" gradientUnits="userSpaceOnUse">
10
+ <stop stop-color="#EFC530"/>
11
+ <stop offset="1" stop-color="#FCEDB6"/>
12
+ </linearGradient>
13
+ <linearGradient id="paint1_linear_4088_33969" x1="12.4109" y1="31.2892" x2="12.4109" y2="12.3821" gradientUnits="userSpaceOnUse">
14
+ <stop stop-color="#F37C1C"/>
15
+ <stop offset="1" stop-color="#FCC191"/>
16
+ </linearGradient>
17
+ <linearGradient id="paint2_linear_4088_33969" x1="25.8145" y1="32.178" x2="25.8145" y2="19.1515" gradientUnits="userSpaceOnUse">
18
+ <stop stop-color="#EFC530"/>
19
+ <stop offset="1" stop-color="#FCEDB6"/>
20
+ </linearGradient>
21
+ </defs>
22
22
  </svg>
@@ -1,36 +1,37 @@
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
- <g id="Layer_2_1_">
6
- <g id="Capa_1">
7
- <linearGradient id="SVGID_1_" x1="45" x2="79.3" y1="2036.25" y2="2036.25" gradientTransform="translate(0 -1698)" gradientUnits="userSpaceOnUse">
8
- <stop offset="0" stop-color="#F37C1C"/>
9
- <stop offset="1" stop-color="#FCC191"/>
10
- </linearGradient>
11
- <path fill="url(#SVGID_1_)" d="M45 267.1H79.3V409.40000000000003H45z"/>
12
- <linearGradient id="SVGID_2_" x1="45" x2="79.3" y1="1942.95" y2="1942.95" gradientTransform="translate(0 -1698)" gradientUnits="userSpaceOnUse">
13
- <stop offset="0" stop-color="#F37C1C"/>
14
- <stop offset="1" stop-color="#FCC191"/>
15
- </linearGradient>
16
- <path fill="url(#SVGID_2_)" d="M45 237.6H79.3V252.29999999999998H45z"/>
17
- <linearGradient id="SVGID_3_" x1="94.2" x2="246.3" y1="2057.8" y2="2057.8" gradientTransform="translate(0 -1698)" gradientUnits="userSpaceOnUse">
18
- <stop offset="0" stop-color="#F37C1C"/>
19
- <stop offset="1" stop-color="#FCC191"/>
20
- </linearGradient>
21
- <path fill="url(#SVGID_3_)" d="M200.9 330.2c-3.7 1.6-8.1-.1-9.7-3.8-.4-1-.6-2-.6-2.9v-13.3l-45.3 20c-3.7 1.6-8.1-.1-9.7-3.8-.4-1-.6-2-.6-2.9v-13.3l-40.8 18.1v81.1h152.1v-99.1l-45.4 19.9zm28.1 57.1c0 4.1-3.3 6.3-7.3 6.3H118.6c-4.1 0-7.3-2.3-7.3-6.3V353c0-4.1 3.3-7.3 7.3-7.3h103c4.1 0 7.3 3.3 7.3 7.3l.1 34.3z"/>
22
- <path d="M221.6 345.5h-103c-4.1 0-7.3 3.3-7.3 7.3v34.3c0 4.1 3.3 7.3 7.3 7.3h103c4.1 0 7.3-3.3 7.3-7.3v-34.3c.1-3.9-3.2-7.3-7.3-7.3zm-95.7 14.8h19.6v19.6h-19.6v-19.6zm34.4 0H180v19.6h-19.6l-.1-19.6zm54 19.6h-19.6v-19.6h19.6v19.6z" class="st3"/>
23
- <path d="M263.8 409.3h-2.9V299c0-4.1-3.3-7.3-7.3-7.3-1 0-2 .2-3 .6l-45.2 20V299c0-4.1-3.3-7.3-7.3-7.3-1 0-2 .2-3 .6l-45.3 20V299c0-4.1-3.3-7.3-7.3-7.3-1 0-2 .2-2.9.6l-45.3 20v-82c0-4.1-3.3-7.3-7.3-7.3H37.7c-4.1 0-7.3 3.3-7.3 7.3v179h-3c-4.1 0-7.3 3.3-7.3 7.3 0 4.1 3.3 7.3 7.3 7.3h236.5c4.1 0 7.3-3.3 7.3-7.3s-3.3-7.3-7.4-7.3zM79.4 237.6v14.7H45v-14.7h34.4zM45 267.1h34.3v142.3H45V267.1zm49.1 142.2v-81.1l40.9-18.1v13.3c0 4.1 3.3 7.3 7.3 7.3 1 0 2-.2 3-.6l45.3-20v13.3c0 4.1 3.3 7.3 7.3 7.3 1 0 2-.2 2.9-.6l45.3-20v99.1h-152v.1zM40.1 207.2c4.1 0 7.3-3.3 7.3-7.3 0-1.4 1.1-2.4 2.4-2.4h4.9c9.5 0 17.2-7.7 17.2-17.2 0-4.1-3.3-7.3-7.3-7.3s-7.3 3.3-7.3 7.3c0 1.4-1.1 2.4-2.4 2.4H50c-9.5 0-17.2 7.7-17.2 17.2 0 4 3.2 7.3 7.3 7.3zM74.5 217c4.1 0 7.3-3.3 7.3-7.3 0-1.4 1.1-2.4 2.4-2.4h4.9c9.5 0 17.2-7.7 17.2-17.2 0-4.1-3.3-7.3-7.3-7.3s-7.3 3.3-7.3 7.3c0 1.4-1.1 2.4-2.4 2.4h-4.9c-9.5 0-17.2 7.7-17.2 17.2-.1 4 3.2 7.3 7.3 7.3z" class="st3"/>
24
- </g>
25
- </g>
26
- <linearGradient id="SVGID_4_" x1="171.4" x2="448.4" y1="1406.4" y2="1406.4" gradientTransform="translate(0 -1132)" gradientUnits="userSpaceOnUse">
27
- <stop offset="0" stop-color="#EFC530"/>
28
- <stop offset="1" stop-color="#FCEDB6"/>
29
- </linearGradient>
30
- <circle cx="309.9" cy="274.4" r="138.5" fill="url(#SVGID_4_)"/>
31
- <path fill="#1D1D1D" stroke="#1D1D1D" stroke-miterlimit="10" stroke-width="7" d="M309.9 121.7c-84.2 0-152.7 68.5-152.7 152.7s68.5 152.7 152.7 152.7 152.7-68.5 152.7-152.7-68.5-152.7-152.7-152.7zm0 291.2c-76.4 0-138.5-62.1-138.5-138.5s62.1-138.5 138.5-138.5S448.4 198 448.4 274.4c0 76.3-62.1 138.5-138.5 138.5z"/>
32
- <g>
33
- <circle cx="309.9" cy="349.9" r="15.4" class="st3"/>
34
- <path d="M309.9 325.4c6.8 0 12.3-5.5 12.3-12.3v-20.3l1.1-.3c21.2-6 35.9-25.5 35.9-47.5 0-27.1-22.1-49.2-49.3-49.2-27.2 0-49.3 22.1-49.3 49.3 0 6.8 5.5 12.3 12.3 12.3s12.3-5.5 12.3-12.3c0-13.7 11.1-24.8 24.8-24.8s24.8 11.1 24.8 24.8-11.2 24.8-24.9 24.8c-6.8 0-12.3 5.5-12.3 12.3V313c0 6.9 5.5 12.4 12.3 12.4z" class="st3"/>
35
- </g>
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_34000)">
3
+ <path d="M14.026 23.2101H8.03271V25.5822H14.026V23.2101Z" fill="white"/>
4
+ <path d="M14.0623 25.6189H7.99414V23.1707H14.0623V25.6189ZM8.06894 25.5401H13.9849V23.2522H8.06894V25.5401Z" fill="black"/>
5
+ <path d="M2.39795 16.4333H5.01292V27.494H2.39795V16.4333Z" fill="url(#paint0_linear_4088_34000)"/>
6
+ <path d="M2.39795 14.1401H5.01292V15.2814H2.39795V14.1401Z" fill="url(#paint1_linear_4088_34000)"/>
7
+ <path d="M14.2843 21.3378C14.1477 21.3972 13.9937 21.3997 13.8553 21.3446C13.7169 21.2896 13.6052 21.1813 13.5442 21.0432C13.5148 20.9715 13.499 20.8948 13.4978 20.8171V19.7836L10.0446 21.3378C9.90802 21.3972 9.75397 21.3997 9.61557 21.3446C9.47718 21.2896 9.36549 21.1813 9.3045 21.0432C9.27704 20.971 9.26221 20.8945 9.26066 20.8171V19.7836L6.14795 21.1905V27.5019H17.7529V19.7915L14.2921 21.3378H14.2843ZM16.4248 25.7768C16.4235 25.8473 16.4077 25.9167 16.3784 25.9806C16.3491 26.0445 16.3069 26.1013 16.2546 26.1475C16.2023 26.1936 16.141 26.228 16.0748 26.2484C16.0086 26.2688 15.939 26.2748 15.8703 26.2659H8.0099C7.94116 26.2747 7.87138 26.2688 7.80504 26.2484C7.7387 26.228 7.67728 26.1937 7.62478 26.1476C7.57228 26.1015 7.52986 26.0446 7.50024 25.9808C7.47063 25.9169 7.45448 25.8474 7.45286 25.7768V23.1102C7.45286 22.9595 7.51155 22.8151 7.61601 22.7085C7.72048 22.602 7.86216 22.5422 8.0099 22.5422H15.8626C15.9356 22.5422 16.0079 22.5569 16.0754 22.5855C16.1428 22.614 16.2041 22.6559 16.2556 22.7087C16.3071 22.7615 16.3479 22.8241 16.3756 22.893C16.4033 22.9619 16.4174 23.0357 16.4171 23.1102V25.7768H16.4248Z" fill="url(#paint2_linear_4088_34000)"/>
8
+ <path d="M15.8624 22.5264H8.00967C7.86193 22.5264 7.72025 22.5863 7.61578 22.6928C7.51132 22.7993 7.45264 22.9438 7.45264 23.0945V25.761C7.45264 25.9117 7.51132 26.0561 7.61578 26.1627C7.72025 26.2692 7.86193 26.329 8.00967 26.329H15.8624C15.9354 26.329 16.0077 26.3143 16.0752 26.2858C16.1426 26.2572 16.2038 26.2153 16.2554 26.1625C16.3069 26.1097 16.3477 26.0471 16.3754 25.9782C16.4031 25.9093 16.4172 25.8355 16.4168 25.761V23.0945C16.4172 23.02 16.4031 22.9462 16.3754 22.8773C16.3477 22.8084 16.3069 22.7457 16.2554 22.693C16.2038 22.6402 16.1426 22.5983 16.0752 22.5697C16.0077 22.5411 15.9354 22.5264 15.8624 22.5264ZM8.56672 23.6783H10.0599V25.2009H8.56672V23.6783ZM11.1894 23.6783H12.6903V25.2009H11.1946V23.6783H11.1894ZM15.3156 25.2009H13.8199V23.6783H15.3156V25.2009Z" fill="#1D1D1D"/>
9
+ <path d="M19.0783 27.4861H18.8565V18.9131C18.8568 18.8387 18.8428 18.7649 18.815 18.696C18.7873 18.6271 18.7465 18.5644 18.695 18.5116C18.6435 18.4589 18.5823 18.417 18.5148 18.3884C18.4474 18.3598 18.3751 18.3451 18.302 18.3451C18.2232 18.3453 18.1452 18.3614 18.0725 18.3924L14.6271 19.9466V18.9131C14.6271 18.7625 14.5684 18.618 14.464 18.5115C14.3595 18.405 14.2178 18.3451 14.0701 18.3451C13.9913 18.3456 13.9133 18.3617 13.8406 18.3924L10.3874 19.9466V18.9131C10.3878 18.8384 10.3736 18.7644 10.3457 18.6954C10.3179 18.6263 10.2768 18.5635 10.2251 18.5107C10.1733 18.4579 10.1117 18.4161 10.044 18.3876C9.97624 18.3592 9.90366 18.3448 9.83042 18.3451C9.75488 18.3448 9.68014 18.361 9.6112 18.3924L6.14776 19.9466V13.5721C6.14913 13.4977 6.13605 13.4236 6.10928 13.3543C6.08251 13.285 6.04258 13.2218 5.99178 13.1683C5.94097 13.1148 5.8803 13.072 5.81325 13.0425C5.74619 13.013 5.67408 12.9972 5.60104 12.9962H1.84102C1.69329 12.9962 1.5516 13.0561 1.44714 13.1626C1.34267 13.2691 1.28399 13.4136 1.28399 13.5642V27.4861H1.05705C0.909312 27.4861 0.767629 27.546 0.663164 27.6525C0.558698 27.759 0.5 27.9035 0.5 28.0541C0.5 28.2048 0.558698 28.3493 0.663164 28.4558C0.767629 28.5623 0.909312 28.6222 1.05705 28.6222H19.086C19.2338 28.6222 19.3754 28.5623 19.4799 28.4558C19.5844 28.3493 19.6431 28.2048 19.6431 28.0541C19.6417 27.9026 19.5815 27.7577 19.4757 27.6512C19.3698 27.5448 19.2269 27.4854 19.0783 27.4861ZM5.02079 14.1401V15.2815H2.39807V14.1401H5.02079ZM2.39807 16.4333H5.01305V27.494H2.39807V16.4333ZM6.1426 27.4782V21.1668L9.26048 19.7599V20.7934C9.26014 20.8679 9.27422 20.9417 9.30194 21.0106C9.32965 21.0795 9.37044 21.1421 9.42196 21.1949C9.47348 21.2477 9.53471 21.2896 9.60215 21.3181C9.66959 21.3467 9.7419 21.3614 9.81493 21.3614C9.89374 21.3612 9.97175 21.3451 10.0445 21.3141L13.4976 19.7599V20.7934C13.4976 20.9441 13.5563 21.0885 13.6607 21.1951C13.7652 21.3016 13.9069 21.3614 14.0546 21.3614C14.131 21.3617 14.2065 21.3456 14.2764 21.3141L17.7295 19.7599V27.4624H6.14776L6.1426 27.4782ZM2.01638 11.7681C2.16412 11.7681 2.3058 11.7083 2.41027 11.6017C2.51473 11.4952 2.57343 11.3507 2.57343 11.2001C2.57343 11.1756 2.57816 11.1513 2.58736 11.1286C2.59656 11.106 2.61006 11.0854 2.62706 11.0681C2.64406 11.0507 2.66425 11.037 2.68646 11.0276C2.70868 11.0182 2.73248 11.0134 2.75652 11.0134H3.13046C3.3026 11.0137 3.47312 10.9794 3.63222 10.9124C3.79132 10.8454 3.93586 10.747 4.05758 10.6229C4.1793 10.4988 4.27579 10.3513 4.3415 10.1891C4.40722 10.0269 4.44088 9.853 4.44054 9.67747C4.44088 9.60278 4.4267 9.52875 4.39883 9.45968C4.37096 9.39061 4.32994 9.32785 4.27815 9.27504C4.22636 9.22222 4.16481 9.18039 4.09707 9.15197C4.02934 9.12355 3.95674 9.10909 3.88349 9.10944C3.73642 9.11082 3.5958 9.17119 3.49203 9.2775C3.38827 9.3838 3.32972 9.52748 3.32904 9.67747C3.32904 9.70199 3.3243 9.72627 3.3151 9.74892C3.3059 9.77157 3.29242 9.79215 3.27542 9.80949C3.25841 9.82683 3.23823 9.84058 3.21601 9.84997C3.1938 9.85935 3.16998 9.86418 3.14594 9.86418H2.772C2.59974 9.86383 2.42911 9.89813 2.26987 9.96511C2.11062 10.0321 1.96589 10.1304 1.84397 10.2545C1.72204 10.3786 1.62532 10.526 1.55932 10.6883C1.49332 10.8505 1.45935 11.0244 1.45935 11.2001C1.45832 11.2758 1.47214 11.3509 1.49999 11.4211C1.52785 11.4913 1.56918 11.5551 1.62156 11.6087C1.67393 11.6624 1.7363 11.7048 1.80499 11.7336C1.87369 11.7623 1.94731 11.7767 2.02155 11.776L2.01638 11.7681ZM4.63912 12.5307C4.78686 12.5307 4.92854 12.4709 5.03301 12.3644C5.13747 12.2578 5.19615 12.1134 5.19615 11.9627C5.19544 11.938 5.19969 11.9134 5.20863 11.8904C5.21758 11.8674 5.23104 11.8466 5.24819 11.8291C5.26534 11.8116 5.28581 11.7979 5.30835 11.7887C5.33089 11.7796 5.35502 11.7753 5.37926 11.776H5.75318C5.92544 11.776 6.09601 11.7414 6.25513 11.6741C6.41424 11.6068 6.55877 11.5081 6.68046 11.3838C6.80214 11.2595 6.8986 11.1119 6.96429 10.9495C7.02997 10.7871 7.0636 10.6131 7.06326 10.4375C7.06361 10.3629 7.04942 10.289 7.02152 10.2201C6.99362 10.1511 6.95256 10.0886 6.90073 10.036C6.8489 9.98335 6.78733 9.94177 6.71961 9.91363C6.65188 9.8855 6.57935 9.87137 6.50623 9.87207C6.35939 9.87276 6.21875 9.93255 6.11491 10.0384C6.01108 10.1443 5.95244 10.2877 5.95176 10.4375C5.95211 10.4621 5.94762 10.4865 5.93854 10.5093C5.92946 10.5321 5.91598 10.5529 5.89891 10.5703C5.88184 10.5877 5.86151 10.6014 5.83914 10.6107C5.81677 10.6199 5.79281 10.6245 5.76867 10.6242H5.39473C5.22192 10.6245 5.05086 10.6597 4.89139 10.7276C4.73192 10.7955 4.58718 10.8948 4.46546 11.0199C4.34374 11.145 4.24745 11.2934 4.1821 11.4566C4.11675 11.6197 4.08364 11.7944 4.08465 11.9706C4.08395 12.0458 4.09805 12.1205 4.12611 12.19C4.15418 12.2596 4.19566 12.3228 4.24807 12.3757C4.30048 12.4287 4.36279 12.4704 4.43129 12.4984C4.49978 12.5264 4.57308 12.54 4.64685 12.5386L4.63912 12.5307Z" fill="#1D1D1D"/>
10
+ <path d="M22.5931 27.7648C28.4241 27.7648 33.1511 22.9446 33.1511 16.9986C33.1511 11.0526 28.4241 6.23242 22.5931 6.23242C16.7621 6.23242 12.0352 11.0526 12.0352 16.9986C12.0352 22.9446 16.7621 27.7648 22.5931 27.7648Z" fill="url(#paint3_linear_4088_34000)"/>
11
+ <path d="M22.5932 5.12799C19.5064 5.13147 16.5471 6.38361 14.3646 8.60961C12.1821 10.8356 10.9549 13.8536 10.9521 17.0013C10.9556 20.1485 12.1831 23.1659 14.3655 25.3913C16.5479 27.6167 19.5069 28.8685 22.5932 28.872C25.6796 28.8685 28.6386 27.6167 30.8209 25.3913C33.0033 23.1659 34.2309 20.1485 34.2343 17.0013C34.2316 13.8536 33.0043 10.8356 30.8218 8.60961C28.6394 6.38361 25.68 5.13147 22.5932 5.12799ZM22.5932 27.7675C19.7943 27.7633 17.1113 26.6277 15.1322 24.6095C13.153 22.5914 12.0394 19.8554 12.0353 17.0013C12.0387 14.1468 13.1521 11.4101 15.1312 9.39137C17.1104 7.37265 19.7939 6.23666 22.5932 6.23248C25.3948 6.23667 28.0802 7.37446 30.0598 9.39602C32.0393 11.4176 33.1512 14.1576 33.1512 17.0144C33.1471 19.8685 32.0334 22.6045 30.0543 24.6227C28.0752 26.6408 25.3921 27.7765 22.5932 27.7806V27.7675Z" fill="#1D1D1D"/>
12
+ <path d="M22.5934 29.1428C19.4359 29.1394 16.4087 27.8588 14.176 25.582C11.9433 23.3053 10.6875 20.2184 10.6841 16.9987C10.6882 13.7793 11.9443 10.6931 14.1769 8.41698C16.4095 6.14082 19.4363 4.8606 22.5934 4.85712C25.7502 4.8606 28.7767 6.14091 31.0089 8.41714C33.2411 10.6934 34.4967 13.7796 34.5001 16.9987C34.4973 20.2182 33.2421 23.3051 31.0098 25.5819C28.7775 27.8587 25.7506 29.1394 22.5934 29.1428ZM22.5934 5.40147C19.5779 5.40495 16.6869 6.62783 14.5544 8.80189C12.4219 10.976 11.222 13.9237 11.2179 16.9987C11.2213 20.0741 12.4209 23.0225 14.5535 25.1971C16.686 27.3718 19.5775 28.595 22.5934 28.5985C25.609 28.595 28.5002 27.3717 30.6323 25.197C32.7645 23.0223 33.9635 20.0738 33.9662 16.9987C33.9628 13.924 32.7635 10.9762 30.6314 8.80206C28.4993 6.62792 25.6086 5.40495 22.5934 5.40147ZM22.5934 28.0383C19.7207 28.0383 16.9657 26.8747 14.9345 24.8033C12.9032 22.732 11.7621 19.9227 11.7621 16.9934C11.7621 14.0641 12.9032 11.2548 14.9345 9.18345C16.9657 7.11212 19.7207 5.94846 22.5934 5.94846C25.466 5.94846 28.221 7.11212 30.2523 9.18345C32.2835 11.2548 33.4247 14.0641 33.4247 16.9934C33.4247 19.9227 32.2835 22.732 30.2523 24.8033C28.221 26.8747 25.466 28.0383 22.5934 28.0383ZM22.5934 6.50597C19.866 6.51222 17.2521 7.61962 15.3233 9.58595C13.3945 11.5523 12.3079 14.2175 12.301 16.9987C12.3072 19.7803 13.3935 22.4462 15.3224 24.4131C17.2512 26.38 19.8656 27.4877 22.5934 27.494C25.3212 27.4877 27.9355 26.38 29.8644 24.4131C31.7932 22.4462 32.8796 19.7803 32.8857 16.9987C32.8789 14.2175 31.7922 11.5523 29.8635 9.58595C27.9347 7.61962 25.3207 6.51222 22.5934 6.50597Z" fill="#1D1D1D"/>
13
+ <path d="M22.5933 24.0648C23.2414 24.0648 23.7667 23.5291 23.7667 22.8682C23.7667 22.2074 23.2414 21.6717 22.5933 21.6717C21.9453 21.6717 21.4199 22.2074 21.4199 22.8682C21.4199 23.5291 21.9453 24.0648 22.5933 24.0648Z" fill="#1D1D1D"/>
14
+ <path d="M22.5934 20.9643C22.7165 20.9647 22.8385 20.9402 22.9524 20.8924C23.0663 20.8446 23.1698 20.7743 23.257 20.6857C23.3442 20.597 23.4134 20.4916 23.4606 20.3756C23.5078 20.2597 23.5321 20.1353 23.5321 20.0097V18.4319L23.6146 18.4108C24.4001 18.182 25.0915 17.6993 25.5849 17.0354C26.0783 16.3715 26.3471 15.5622 26.3508 14.7292C26.3515 14.2256 26.2548 13.7268 26.0663 13.2613C25.8777 12.7958 25.6011 12.3728 25.2521 12.0165C24.9031 11.6601 24.4887 11.3774 24.0325 11.1846C23.5763 10.9917 23.0872 10.8924 22.5934 10.8924C21.5975 10.8931 20.6426 11.2966 19.9381 12.0145C19.2337 12.7323 18.8373 13.7058 18.8359 14.7213C18.8356 14.8469 18.8596 14.9713 18.9065 15.0874C18.9534 15.2035 19.0223 15.3091 19.1092 15.398C19.1962 15.4869 19.2995 15.5575 19.4132 15.6056C19.527 15.6538 19.6489 15.6785 19.7721 15.6785C20.021 15.6785 20.2598 15.5777 20.4358 15.3982C20.6119 15.2187 20.7108 14.9752 20.7108 14.7213C20.7108 14.2101 20.9099 13.7198 21.2644 13.3583C21.619 12.9968 22.0998 12.7937 22.6011 12.7937C23.1024 12.7937 23.5833 12.9968 23.9378 13.3583C24.2923 13.7198 24.4914 14.2101 24.4914 14.7213C24.4901 15.2335 24.2894 15.7242 23.9335 16.0856C23.5776 16.447 23.0956 16.6496 22.5934 16.6489C22.3444 16.6489 22.1056 16.7498 21.9296 16.9293C21.7536 17.1088 21.6547 17.3523 21.6547 17.6061V20.0018C21.654 20.128 21.6778 20.253 21.7246 20.3698C21.7715 20.4865 21.8405 20.5927 21.9278 20.6821C22.015 20.7715 22.1187 20.8425 22.2329 20.891C22.3472 20.9394 22.4697 20.9643 22.5934 20.9643Z" fill="#1D1D1D"/>
15
+ </g>
16
+ <defs>
17
+ <linearGradient id="paint0_linear_4088_34000" x1="2.39795" y1="21.9636" x2="5.01292" y2="21.9636" gradientUnits="userSpaceOnUse">
18
+ <stop stop-color="#F37C1C"/>
19
+ <stop offset="1" stop-color="#FCC191"/>
20
+ </linearGradient>
21
+ <linearGradient id="paint1_linear_4088_34000" x1="2.39795" y1="14.7108" x2="5.01292" y2="14.7108" gradientUnits="userSpaceOnUse">
22
+ <stop stop-color="#F37C1C"/>
23
+ <stop offset="1" stop-color="#FCC191"/>
24
+ </linearGradient>
25
+ <linearGradient id="paint2_linear_4088_34000" x1="6.15053" y1="23.6388" x2="17.7452" y2="23.6388" gradientUnits="userSpaceOnUse">
26
+ <stop stop-color="#F37C1C"/>
27
+ <stop offset="1" stop-color="#FCC191"/>
28
+ </linearGradient>
29
+ <linearGradient id="paint3_linear_4088_34000" x1="12.0352" y1="17.0012" x2="33.1511" y2="17.0012" gradientUnits="userSpaceOnUse">
30
+ <stop stop-color="#EFC530"/>
31
+ <stop offset="1" stop-color="#FCEDB6"/>
32
+ </linearGradient>
33
+ <clipPath id="clip0_4088_34000">
34
+ <rect width="34" height="34" fill="white" transform="translate(0.5)"/>
35
+ </clipPath>
36
+ </defs>
36
37
  </svg>