@kando-env/kando-ui 1.2.278-alpha.46 → 1.2.278-alpha.5

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 (130) hide show
  1. package/lib/Widgets/Map/Map.js +2 -18
  2. package/lib/Widgets/Map/Map.scss +5 -17
  3. package/lib/Widgets/Map/MapUtils.js +11 -13
  4. package/lib/Widgets/Map/areas/AreaPolygon.js +14 -80
  5. package/lib/Widgets/Map/areas/AreaPolygons.js +3 -6
  6. package/lib/Widgets/Map/areas/AreaUtils.js +48 -24
  7. package/lib/Widgets/Map/edges/Edge.js +6 -1
  8. package/lib/Widgets/Map/edges/arrows/Arrows.js +14 -2
  9. package/lib/Widgets/Map/events/EventUtils.js +7 -11
  10. package/lib/Widgets/Map/events/PointOfEvent.js +3 -2
  11. package/lib/Widgets/Map/points/PointMarker.js +25 -77
  12. package/lib/Widgets/Map/points/PointMarkers.js +12 -2
  13. package/lib/Widgets/Map/points/PointUtils.js +33 -18
  14. package/lib/_style-colors.scss +0 -23
  15. package/lib/assets/icons/index.js +8 -22
  16. package/lib/components/CustomInputs/DoubleTabs/styles.js +3 -15
  17. package/lib/components/Header/DoubleTabs/styles.js +2 -2
  18. package/lib/components/Sector/Sector.test.js +1 -35
  19. package/lib/components/Sector/sectorIcons.js +18 -39
  20. package/lib/components/Sector/svgs/Brewing.svg +100 -0
  21. package/lib/components/Sector/svgs/Cowshed.svg +28 -0
  22. package/lib/components/Sector/svgs/Garage.svg +27 -0
  23. package/lib/components/Sector/svgs/Missing.svg +32 -8
  24. package/lib/components/Sector/svgs/Motor Vehicle.svg +21 -0
  25. package/lib/components/Sector/svgs/Polymer.svg +42 -0
  26. package/lib/components/Sector/svgs/Pulp and Paper.svg +26 -0
  27. package/lib/components/Sector/svgs/Seafood.svg +26 -0
  28. package/lib/components/Sector/svgs/barrel.svg +100 -0
  29. package/lib/components/Sector/svgs/beer.svg +14 -8
  30. package/lib/components/Sector/svgs/beverage.svg +15 -10
  31. package/lib/components/Sector/svgs/car-repair.svg +27 -0
  32. package/lib/components/Sector/svgs/car-wash.svg +36 -0
  33. package/lib/components/Sector/svgs/chemistry.svg +17 -3
  34. package/lib/components/Sector/svgs/conductor-manufacturer.svg +20 -3
  35. package/lib/components/Sector/svgs/cosmetic-manufacturer.svg +25 -6
  36. package/lib/components/Sector/svgs/cow.svg +28 -0
  37. package/lib/components/Sector/svgs/cpu.svg +21 -0
  38. package/lib/components/Sector/svgs/dairy.svg +16 -4
  39. package/lib/components/Sector/svgs/dippel-oil.svg +21 -5
  40. package/lib/components/Sector/svgs/food-donation.svg +34 -0
  41. package/lib/components/Sector/svgs/food-factory.svg +20 -5
  42. package/lib/components/Sector/svgs/garbage-truck-1.svg +31 -3
  43. package/lib/components/Sector/svgs/gas-station.svg +22 -3
  44. package/lib/components/Sector/svgs/glass-manufacturer.svg +20 -8
  45. package/lib/components/Sector/svgs/glass.svg +23 -0
  46. package/lib/components/Sector/svgs/hand-washing.svg +17 -9
  47. package/lib/components/Sector/svgs/hospital.svg +27 -6
  48. package/lib/components/Sector/svgs/hotel.svg +22 -8
  49. package/lib/components/Sector/svgs/laundromat.svg +26 -3
  50. package/lib/components/Sector/svgs/leather-factory.svg +16 -0
  51. package/lib/components/Sector/svgs/leather.svg +16 -0
  52. package/lib/components/Sector/svgs/lipstick.svg +26 -0
  53. package/lib/components/Sector/svgs/meat.svg +23 -6
  54. package/lib/components/Sector/svgs/metal-coating-plant.svg +21 -8
  55. package/lib/components/Sector/svgs/metal-facbrication.svg +31 -0
  56. package/lib/components/Sector/svgs/milk.svg +17 -0
  57. package/lib/components/Sector/svgs/oil-rig.svg +15 -3
  58. package/lib/components/Sector/svgs/petrochemical.svg +21 -3
  59. package/lib/components/Sector/svgs/pie.svg +21 -0
  60. package/lib/components/Sector/svgs/pills.svg +22 -0
  61. package/lib/components/Sector/svgs/plant-unkown-3.svg +37 -0
  62. package/lib/components/Sector/svgs/plastic-rubber.svg +35 -0
  63. package/lib/components/Sector/svgs/printer.svg +16 -4
  64. package/lib/components/Sector/svgs/recycling.svg +16 -0
  65. package/lib/components/Sector/svgs/refinery.svg +17 -0
  66. package/lib/components/Sector/svgs/repair.svg +15 -0
  67. package/lib/components/Sector/svgs/sewing-machine.svg +23 -0
  68. package/lib/components/Sector/svgs/shop.svg +27 -0
  69. package/lib/components/Sector/svgs/soda.svg +16 -0
  70. package/lib/components/Sector/svgs/spray-gun.svg +22 -0
  71. package/lib/components/Sector/svgs/washing-machine.svg +27 -0
  72. package/lib/components/Sector/svgs/waste.svg +35 -0
  73. package/lib/components/Sector/svgs/welder-a.svg +31 -0
  74. package/lib/components/Sector/svgs/wine-glass.svg +10 -4
  75. package/lib/hooks/useUserTimeZone.js +2 -6
  76. package/lib/i18n/en.json +1 -12
  77. package/lib/i18n/he.json +0 -25
  78. package/lib/macros/getVersion.js +2 -2
  79. package/lib/pages/DashboardMap/AreaCard.js +7 -44
  80. package/lib/pages/DashboardMap/FactoryCard.js +11 -50
  81. package/lib/pages/DashboardMap/List.js +5 -34
  82. package/lib/pages/DashboardMap/WWTPMap.js +6 -18
  83. package/lib/pages/DashboardMap/Widget.js +122 -175
  84. package/lib/pages/DashboardMap/utils.js +6 -21
  85. package/lib/pages/SamplingsPage/SamplingsPageContainer.js +7 -2
  86. package/lib/pages/SitePage/SamplingParameters/NoResults/index.js +12 -25
  87. package/lib/pages/SitePage/SamplingParameters/ParametersContainer/ParametersContainer.js +3 -7
  88. package/lib/pages/SitePage/SamplingParameters/SamplingContainer/ExpandableSamplingTable/ExpandableSamplingTable.js +2 -10
  89. package/lib/pages/SitePage/SamplingParameters/SamplingContainer/ExpandableSamplingTable/ExpandableSamplingTable.scss +16 -15
  90. package/lib/pages/SitePage/SamplingParameters/SamplingContainer/SamplingContainer.js +7 -6
  91. package/lib/pages/SitePage/SamplingParameters/SamplingParameters.js +84 -43
  92. package/lib/pages/SitePage/SamplingParameters/dataParser.js +4 -5
  93. package/lib/pages/WbeDashboard/WbeDashboardPage.js +3 -6
  94. package/lib/pages/WwtpPage/WwtpPage.js +8 -31
  95. package/lib/pages/WwtpPage/WwtpPageContainer.js +17 -8
  96. package/lib/scss/custom.scss +1 -47
  97. package/lib/store/areas/models/IArea.js +1 -1
  98. package/lib/store/points/models/IPoint.js +1 -1
  99. package/lib/styles/theme/theme.js +5 -15
  100. package/lib/ui-kit/ContentCard/ContentCard.js +3 -6
  101. package/lib/ui-kit/InletsPie/InletsPie.js +5 -5
  102. package/lib/ui-kit/OrganicLoad/TextInfo.js +2 -2
  103. package/lib/utilities/scoreToData.js +2 -2
  104. package/package.json +1 -1
  105. package/lib/assets/icons/no-result.svg +0 -20
  106. package/lib/assets/icons/noSamplings.svg +0 -15
  107. package/lib/assets/icons/upgrade.svg +0 -18
  108. package/lib/components/Sector/svgs/bakery.svg +0 -4
  109. package/lib/components/Sector/svgs/carwash.svg +0 -4
  110. package/lib/components/Sector/svgs/cowshed.svg +0 -18
  111. package/lib/components/Sector/svgs/garage.svg +0 -5
  112. package/lib/components/Sector/svgs/mechanical.svg +0 -5
  113. package/lib/components/Sector/svgs/metal-fabrication.svg +0 -7
  114. package/lib/components/Sector/svgs/motor-vehicle.svg +0 -4
  115. package/lib/components/Sector/svgs/pharmaceutical.svg +0 -11
  116. package/lib/components/Sector/svgs/plastic-manufacturer.svg +0 -11
  117. package/lib/components/Sector/svgs/plastic-recycling-factory.svg +0 -4
  118. package/lib/components/Sector/svgs/polymer.svg +0 -4
  119. package/lib/components/Sector/svgs/pulp-and-paper.svg +0 -8
  120. package/lib/components/Sector/svgs/refinement.svg +0 -6
  121. package/lib/components/Sector/svgs/seafood.svg +0 -14
  122. package/lib/components/Sector/svgs/shopping-malls-restaurants.svg +0 -11
  123. package/lib/components/Sector/svgs/textile.svg +0 -8
  124. package/lib/pages/DashboardMap/ListContext.js +0 -39
  125. package/lib/pages/SitePage/SamplingParameters/body/Body.js +0 -39
  126. package/lib/pages/SitePage/SamplingParameters/body/BodyContainer.js +0 -71
  127. package/lib/pages/SitePage/SamplingParameters/body/index.js +0 -11
  128. package/lib/pages/WwtpPage/ContaminateCard.js +0 -18
  129. package/lib/pages/WwtpPage/PredictionCard.js +0 -18
  130. package/lib/pages/WwtpPage/UpgradeBox.js +0 -30
@@ -0,0 +1,31 @@
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>
31
+ </svg>
@@ -0,0 +1,17 @@
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>
17
+ </svg>
@@ -1,4 +1,16 @@
1
- <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.5 18C0.5 8.05888 8.55888 0 18.5 0C28.4411 0 36.5 8.05888 36.5 18C36.5 27.9411 28.4411 36 18.5 36C8.55888 36 0.5 27.9411 0.5 18Z" fill="#E7F1FF"/>
3
- <path d="M27.946 25.605H23.9009L20.0776 17.5318C20.3635 17.1847 20.5674 16.7643 20.6614 16.3102L23.2829 15.3672L25.0712 18.306C25.2346 18.5751 25.5654 18.6912 25.8616 18.5855L27.1088 18.139C27.4059 18.0336 27.5869 17.7325 27.5432 17.4201L26.963 13.3286C26.8883 12.8047 26.7087 12.3019 26.4337 11.85L24.2862 8.31934C24.1228 8.04972 23.792 7.93269 23.4949 8.03892L22.2476 8.48543C21.951 8.5912 21.7696 8.89143 21.8142 9.2038L22.2971 12.6102L19.6811 13.5483C19.1873 13.1436 18.554 12.901 17.8631 12.901C16.4669 12.901 15.3056 13.8944 15.0571 15.2065L10.1437 16.9687C9.3839 17.241 8.98871 18.0782 9.26057 18.8384C9.3866 19.1895 9.64182 19.4789 9.9731 19.6482V25.605H9.05712C8.58901 25.605 8.20056 25.9628 8.20056 26.4309V27.1731C8.20056 27.6417 8.58901 28 9.05712 28H27.946C28.4142 28 28.7995 27.6417 28.7995 27.1731V26.4309C28.7995 25.9628 28.4142 25.605 27.946 25.605ZM17.864 14.6803C18.45 14.6803 18.9249 15.1511 18.9249 15.7318C18.9249 16.3124 18.45 16.7837 17.864 16.7837C17.278 16.7837 16.8031 16.3129 16.8031 15.7322C16.8031 15.1516 17.278 14.6803 17.864 14.6803ZM11.3144 25.605V19.6567L15.3384 18.224L11.8438 25.605H11.3144ZM14.5413 25.605L17.8703 18.5747L17.8744 18.5805L21.2029 25.605H14.5413Z" fill="#3B82F6"/>
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>
4
16
  </svg>
@@ -1,4 +1,22 @@
1
- <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.5 18C0.5 8.05888 8.55888 0 18.5 0C28.4411 0 36.5 8.05888 36.5 18C36.5 27.9411 28.4411 36 18.5 36C8.55888 36 0.5 27.9411 0.5 18Z" fill="#E7F1FF"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8.81944 27.6806C9.03241 27.8935 9.2963 28 9.61111 28H27.3889C27.7037 28 27.9676 27.8935 28.1806 27.6806C28.3935 27.4676 28.5 27.2037 28.5 26.8889C28.5 26.5741 28.3935 26.3102 28.1806 26.0972C27.9676 25.8843 27.7037 25.7778 27.3889 25.7778H25.8391V19.1111H27.3889C27.7037 19.1111 27.9676 19.0046 28.1806 18.7917C28.3935 18.5787 28.5 18.3148 28.5 18C28.5 17.6852 28.3935 17.4213 28.1806 17.2083C27.9676 16.9954 27.7037 16.8889 27.3889 16.8889H25.8391V10.2222H27.3889C27.7037 10.2222 27.9676 10.1157 28.1806 9.90278C28.3935 9.68981 28.5 9.42593 28.5 9.11111C28.5 8.7963 28.3935 8.53241 28.1806 8.31944C27.9676 8.10648 27.7037 8 27.3889 8H9.61111C9.2963 8 9.03241 8.10648 8.81944 8.31944C8.60648 8.53241 8.5 8.7963 8.5 9.11111C8.5 9.42593 8.60648 9.68981 8.81944 9.90278C9.03241 10.1157 9.2963 10.2222 9.61111 10.2222H11.4508V16.8889H9.61111C9.2963 16.8889 9.03241 16.9954 8.81944 17.2083C8.60648 17.4213 8.5 17.6852 8.5 18C8.5 18.3148 8.60648 18.5787 8.81944 18.7917C9.03241 19.0046 9.2963 19.1111 9.61111 19.1111H11.4508V25.7778H9.61111C9.2963 25.7778 9.03241 25.8843 8.81944 26.0972C8.60648 26.3102 8.5 26.5741 8.5 26.8889C8.5 27.2037 8.60648 27.4676 8.81944 27.6806ZM16.5962 21.065C16.0913 20.5601 15.8077 19.8753 15.8077 19.1613C15.8077 18.2998 17.0865 16.0989 18.4999 14.147C19.9133 16.0854 21.1921 18.2863 21.1921 19.1613C21.1921 19.8753 20.9085 20.5601 20.4036 21.065C19.8987 21.5699 19.2139 21.8535 18.4999 21.8535C17.7859 21.8535 17.1011 21.5699 16.5962 21.065Z" fill="#3B82F6"/>
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>
4
22
  </svg>
@@ -0,0 +1,21 @@
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>
21
+ </svg>
@@ -0,0 +1,22 @@
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
+ </svg>
@@ -0,0 +1,37 @@
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>
37
+ </svg>
@@ -0,0 +1,35 @@
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M16.3173 8.55833C16.0316 8.35363 15.1701 9.03596 15.1701 9.03596L13.8225 10.3537C13.8225 10.3537 13.2468 12.179 13.4941 12.179C13.7415 12.179 13.8652 14.2473 13.8652 14.2473V14.9509L11.3491 15.5309L10.1934 16.9979V18.8871L10.6198 21.2455C10.6198 21.2455 12.4493 25.7318 12.573 25.6039C12.6967 25.4759 13.7287 27.6253 13.7287 27.6253L13.976 29.1989C13.976 29.1989 13.315 31.0668 13.315 31.2587C13.315 31.4506 14.5262 32.7428 14.5262 32.7428C14.5262 32.7428 16.7693 33.1394 16.7779 33.0114C16.7864 32.8835 17.2726 28.9089 17.2726 28.9089L16.1211 26.0943L14.9739 23.736L13.7287 21.2455C13.7287 21.2455 13.1359 18.6483 12.7734 18.7677C12.4109 18.8871 12.5303 17.7272 12.5303 17.7272L14.0997 17.0022H15.7544C15.7544 17.0022 15.6861 14.8017 15.6648 14.6524C15.6435 14.5032 15.4175 12.3069 15.4175 12.3069L16.3045 10.567L16.6883 9.81638V9.38993L16.3173 8.55833Z" fill="white"/>
3
+ <path d="M9.021 2.30212H12.2407V4.13589H9.021V2.30212Z" fill="white"/>
4
+ <path d="M7.2256 11.6757C7.05255 11.6751 6.88131 11.6405 6.72164 11.5737C6.56198 11.507 6.41702 11.4095 6.29505 11.2867C6.17308 11.1639 6.0765 11.0184 6.01079 10.8583C5.94509 10.6982 5.91156 10.5267 5.91212 10.3537C5.91339 9.07461 6.42088 7.84805 7.32369 6.942L8.97408 5.27881H12.2877L13.9381 6.942C14.6679 7.6697 15.1435 8.61342 15.2942 9.63295V9.70119L15.2473 9.74382C14.7075 10.2092 14.3671 10.8642 14.2963 11.5733V11.6714H14.1982H14.0447L7.2256 11.6757Z" fill="url(#paint0_linear_4088_33991)"/>
5
+ <path d="M12.2407 5.38122L13.8527 7.00603C14.5604 7.71567 15.0222 8.6333 15.1704 9.62447C14.61 10.1144 14.2564 10.7987 14.1811 11.5393C14.1299 11.5393 14.0872 11.5393 14.036 11.5393H7.21272C7.05591 11.5387 6.90076 11.5073 6.7561 11.4467C6.61144 11.3862 6.48012 11.2978 6.36963 11.1865C6.25915 11.0752 6.17166 10.9433 6.11217 10.7982C6.05268 10.6531 6.02235 10.4977 6.02291 10.3409C6.02107 9.72039 6.1418 9.10559 6.37818 8.53183C6.61457 7.95807 6.96193 7.43664 7.40036 6.99749L9.00812 5.37269H12.2279M12.326 5.11682H8.9143L8.84179 5.19358L7.22978 6.81838C6.76762 7.27993 6.40152 7.8285 6.15264 8.43239C5.90377 9.03627 5.77706 9.68351 5.77983 10.3367C5.77927 10.526 5.81599 10.7135 5.88791 10.8886C5.95984 11.0637 6.06555 11.2229 6.199 11.3572C6.33245 11.4914 6.49104 11.598 6.66571 11.671C6.84038 11.744 7.0277 11.7818 7.21699 11.7823H14.0403C14.1 11.7823 14.1555 11.7823 14.2152 11.7823L14.4156 11.7568V11.5563C14.4846 10.8781 14.8113 10.2523 15.3282 9.80786L15.4306 9.71829V9.58184C15.2719 8.53782 14.785 7.57142 14.0403 6.82265L12.4326 5.19784L12.3558 5.12961L12.326 5.11682Z" fill="#1D1D1D"/>
6
+ <path d="M7.02516 18.3882C6.72918 18.386 6.44608 18.2668 6.23759 18.0567C6.02909 17.8466 5.9121 17.5626 5.91211 17.2667V13.791C5.91322 13.4958 6.03071 13.2129 6.23908 13.0037C6.44746 12.7945 6.72991 12.6759 7.02516 12.6737H14.3858L14.8507 15.9788L14.6588 15.9063C14.4446 15.8257 14.221 15.7727 13.9935 15.7485C13.8884 15.742 13.783 15.742 13.6779 15.7485C13.0412 15.747 12.4236 15.9654 11.9294 16.3668C11.6366 16.6019 11.3937 16.8932 11.215 17.2235C11.0364 17.5538 10.9255 17.9164 10.8889 18.2901V18.401L7.02516 18.3882Z" fill="url(#paint1_linear_4088_33991)"/>
7
+ <path d="M14.2279 12.7973H14.2663L14.6928 15.7825C14.4699 15.7005 14.2379 15.6461 14.0019 15.6204C13.8925 15.6141 13.7829 15.6141 13.6735 15.6204C13.0071 15.6186 12.3606 15.8476 11.844 16.2687C11.5384 16.5144 11.2848 16.8186 11.0981 17.1635C10.9113 17.5084 10.7952 17.887 10.7565 18.2773H7.02504C6.76259 18.275 6.5116 18.1695 6.32642 17.9835C6.14123 17.7975 6.03677 17.5461 6.03566 17.2836V13.808C6.03565 13.5448 6.13962 13.2923 6.32492 13.1054C6.51023 12.9185 6.76185 12.8123 7.02504 12.8101H14.2279M14.2279 12.5585H7.01651C6.68808 12.5618 6.37417 12.6944 6.14272 12.9274C5.91127 13.1605 5.78089 13.4753 5.77979 13.8037V17.2794C5.77978 17.6082 5.90981 17.9236 6.1415 18.1569C6.37319 18.3902 6.68773 18.5224 7.01651 18.5246H10.974L10.9996 18.3029C11.0333 17.9459 11.1383 17.5994 11.3082 17.2837C11.4781 16.968 11.7096 16.6895 11.989 16.4648C12.463 16.0806 13.0548 15.8713 13.665 15.8721C13.7663 15.8728 13.8674 15.8799 13.9678 15.8934C14.1865 15.9154 14.4015 15.9656 14.6075 16.0426L14.9955 16.1834L14.9401 15.7569L14.5136 12.7717L14.4838 12.567H14.2748C14.2579 12.5638 14.2406 12.5638 14.2236 12.567L14.2279 12.5585Z" fill="#1D1D1D"/>
8
+ <path d="M7.02516 31.8216C6.72952 31.8183 6.44708 31.6987 6.23882 31.4889C6.03057 31.279 5.91321 30.9957 5.91211 30.7V20.5034C5.91322 20.2082 6.03071 19.9253 6.23908 19.7161C6.44746 19.5069 6.72991 19.3884 7.02516 19.3861H10.987L11.0211 19.4714C11.0431 19.551 11.0731 19.6281 11.1106 19.7017L13.2429 24.5335C13.7334 25.6421 14.4196 26.6533 15.2686 27.5187L15.307 27.557V29.4377L15.2686 29.4761C14.9796 29.7495 14.7641 30.0913 14.6419 30.4699C14.5197 30.8485 14.4947 31.2517 14.5692 31.6425L14.5948 31.7619L14.4754 31.7832C14.3986 31.8018 14.3198 31.8104 14.2408 31.8088H7.01663L7.02516 31.8216Z" fill="url(#paint2_linear_4088_33991)"/>
9
+ <path d="M10.9017 19.5098L10.9955 19.7529L13.1278 24.5846C13.6242 25.7089 14.3191 26.7346 15.179 27.6125V29.3908C14.8756 29.6804 14.6492 30.041 14.5203 30.4402C14.3915 30.8393 14.3643 31.2643 14.4413 31.6766C14.3726 31.6917 14.3026 31.7003 14.2323 31.7022H7.02091C6.75772 31.7 6.50608 31.5938 6.32078 31.4069C6.13548 31.22 6.03151 30.9675 6.03152 30.7043V20.512C6.03151 20.2488 6.13548 19.9962 6.32078 19.8093C6.50608 19.6224 6.75772 19.5163 7.02091 19.5141H10.8974M11.0723 19.2582H7.02091C6.69247 19.2615 6.37856 19.3941 6.14711 19.6271C5.91566 19.8602 5.78528 20.175 5.78418 20.5034V30.7001C5.78417 31.0288 5.91419 31.3443 6.14588 31.5776C6.37757 31.8109 6.69212 31.9431 7.02091 31.9453H14.228C14.3155 31.9438 14.4026 31.9338 14.4882 31.9155L14.7227 31.8643L14.6801 31.6255C14.6097 31.2552 14.6338 30.8732 14.7501 30.5146C14.8663 30.1561 15.0711 29.8327 15.3454 29.5742L15.4221 29.4974V27.5187L15.3496 27.4419C14.5084 26.5876 13.8293 25.5877 13.3453 24.4908L11.213 19.6591C11.1787 19.586 11.1502 19.5105 11.1277 19.433L11.0723 19.2582Z" fill="#1D1D1D"/>
10
+ <path d="M7.02501 33.0668C6.71495 33.0663 6.40806 33.0046 6.12187 32.8853C5.83568 32.766 5.57581 32.5914 5.35716 32.3716C5.13851 32.1517 4.96537 31.8909 4.84762 31.6041C4.72987 31.3173 4.66984 31.01 4.67096 30.7V20.5034C4.67105 19.9029 4.89977 19.325 5.31065 18.8871C4.89613 18.4498 4.6669 17.8691 4.67096 17.2666V13.7909C4.67478 13.1616 4.92421 12.5587 5.36609 12.1107C4.91543 11.6355 4.66629 11.0043 4.67096 10.3494C4.669 9.54945 4.82467 8.75694 5.12907 8.01717C5.43347 7.27739 5.88064 6.60483 6.44503 6.03791L7.7244 4.75854C7.68837 4.65289 7.67106 4.54177 7.67323 4.43017V1.99936C7.6721 1.85919 7.69874 1.7202 7.7516 1.59038C7.80446 1.46056 7.8825 1.34249 7.98122 1.24298C8.07993 1.14347 8.19737 1.06449 8.32677 1.01059C8.45616 0.956698 8.59494 0.928951 8.73511 0.928955H12.5221C12.6624 0.928954 12.8014 0.956671 12.931 1.01052C13.0607 1.06436 13.1784 1.14327 13.2774 1.24272C13.3765 1.34217 13.455 1.46021 13.5083 1.59005C13.5616 1.71989 13.5888 1.85899 13.5882 1.99936V4.43017C13.5861 4.54144 13.5689 4.65191 13.537 4.75854L14.8164 6.03791C15.6198 6.84995 16.1797 7.87079 16.4327 8.98474L16.4583 9.10415L16.3389 9.134C15.9339 9.24293 15.559 9.44274 15.2429 9.71825L15.0765 9.86751L15.0424 9.64576C14.8992 8.67839 14.451 7.78198 13.763 7.08701L12.1851 5.49205H9.07201L7.49838 7.09553C6.63898 7.96019 6.15743 9.13031 6.1593 10.3494C6.15874 10.4898 6.1859 10.6289 6.23923 10.7587C6.29256 10.8886 6.371 11.0066 6.47006 11.106C6.56911 11.2055 6.68683 11.2844 6.81646 11.3383C6.94609 11.3921 7.08507 11.4198 7.22544 11.4198H14.1682H14.3217V11.5733C14.294 11.7971 14.294 12.0234 14.3217 12.2472L14.4198 12.9423H7.02927C6.80307 12.9423 6.58612 13.0321 6.42617 13.1921C6.26622 13.352 6.17636 13.569 6.17636 13.7952V17.2708C6.17636 17.497 6.26622 17.714 6.42617 17.8739C6.58612 18.0339 6.80307 18.1237 7.02927 18.1237H10.8973V18.2602C10.8526 18.6634 10.8992 19.0715 11.0337 19.4543L11.0892 19.6163H7.03781C6.8116 19.6163 6.59466 19.7062 6.43471 19.8662C6.27476 20.0261 6.1849 20.2431 6.1849 20.4693V30.6659C6.1849 30.8921 6.27476 31.109 6.43471 31.269C6.59466 31.4289 6.8116 31.5188 7.03781 31.5188H14.2279C14.2903 31.5249 14.3531 31.5249 14.4155 31.5188L14.5392 31.4932L14.5605 31.6169C14.5858 31.7378 14.6171 31.8573 14.6543 31.9751C14.7513 32.2406 14.8958 32.4863 15.0808 32.7001L15.1917 32.8408L15.0254 32.9005C14.7724 32.9919 14.5054 33.0381 14.2364 33.037H7.02501V33.0668ZM12.1169 4.00798V2.42581H9.13171V4.00798H12.1169Z" fill="#1D1D1D"/>
11
+ <path d="M12.5223 1.05688C12.6464 1.05688 12.7693 1.0814 12.884 1.12903C12.9986 1.17666 13.1027 1.24646 13.1903 1.33443C13.2778 1.4224 13.3472 1.52681 13.3943 1.64165C13.4414 1.75649 13.4653 1.87949 13.4648 2.00362V4.43444C13.4654 4.55799 13.4393 4.68022 13.388 4.79266L14.7143 6.12747C15.5078 6.91703 16.0584 7.91748 16.3007 9.01032C15.8768 9.12562 15.4846 9.33559 15.1536 9.62442C15.0053 8.63325 14.5435 7.71562 13.8358 7.00598L12.2238 5.38117H9.00404L7.40482 7.00598C6.96639 7.44513 6.61901 7.96654 6.38263 8.5403C6.14624 9.11406 6.02551 9.72886 6.02736 10.3494C6.0268 10.506 6.05716 10.6612 6.1167 10.806C6.17624 10.9509 6.26379 11.0825 6.37434 11.1935C6.48488 11.3044 6.61623 11.3925 6.76086 11.4525C6.9055 11.5126 7.06057 11.5435 7.21718 11.5435H14.0405C14.0887 11.5481 14.1373 11.5481 14.1855 11.5435C14.1557 11.7771 14.1557 12.0135 14.1855 12.2471L14.2665 12.8015H7.01674C6.75356 12.8038 6.50192 12.9099 6.31662 13.0968C6.13131 13.2837 6.02735 13.5363 6.02736 13.7994V17.2751C6.02847 17.5375 6.13293 17.789 6.31811 17.975C6.5033 18.161 6.7543 18.2665 7.01674 18.2687H10.7482C10.7079 18.6894 10.7573 19.1138 10.8932 19.514H7.01674C6.75391 19.5173 6.50292 19.6238 6.31785 19.8105C6.13279 19.9971 6.02845 20.249 6.02736 20.5119V30.7042C6.02735 30.9674 6.13131 31.22 6.31662 31.4069C6.50192 31.5938 6.75356 31.6999 7.01674 31.7022H14.2281C14.2987 31.7044 14.3692 31.6958 14.4371 31.6766C14.4612 31.8042 14.4955 31.9297 14.5395 32.0519C14.6346 32.3299 14.779 32.5885 14.9659 32.8152C14.7277 32.9004 14.4769 32.9451 14.2239 32.9474H7.01247C6.71866 32.9468 6.42784 32.8884 6.15666 32.7753C5.88547 32.6622 5.63925 32.4967 5.43209 32.2884C5.22492 32.08 5.06087 31.8329 4.94934 31.561C4.83781 31.2892 4.78098 30.9981 4.78211 30.7042V20.5119C4.78332 20.2097 4.84465 19.9108 4.96253 19.6326C5.0804 19.3544 5.25247 19.1024 5.4687 18.8914C5.25064 18.6826 5.07733 18.4316 4.9593 18.1538C4.84126 17.8759 4.78098 17.577 4.78211 17.2751V13.7867C4.78163 13.4701 4.84827 13.1571 4.97765 12.8682C5.10703 12.5793 5.29619 12.3211 5.53266 12.1107C5.29465 11.8834 5.10538 11.61 4.97635 11.3072C4.84732 11.0044 4.78123 10.6785 4.78211 10.3494C4.7786 8.76774 5.40284 7.24932 6.51779 6.12747L7.8398 4.79266C7.79233 4.67901 7.7663 4.55756 7.76304 4.43444V2.00362C7.76248 1.87949 7.78644 1.75649 7.83356 1.64165C7.88067 1.52681 7.95 1.4224 8.03757 1.33443C8.12514 1.24646 8.22924 1.17666 8.34387 1.12903C8.45849 1.0814 8.58139 1.05688 8.70551 1.05688H12.5436M9.02536 4.13591H12.2451V2.30215H9.02536V4.13591ZM12.5436 0.809542H8.7311C8.57449 0.809541 8.41943 0.840453 8.2748 0.900514C8.13016 0.960574 7.99881 1.0486 7.88827 1.15954C7.77773 1.27048 7.69018 1.40215 7.63063 1.54699C7.57109 1.69184 7.54073 1.84701 7.54129 2.00362V4.43444C7.54185 4.53207 7.55329 4.62933 7.5754 4.72442L6.35999 5.95262C5.1976 7.12188 4.5472 8.70495 4.55182 10.3537C4.54865 10.9992 4.78059 11.6237 5.2043 12.1107C4.78465 12.5697 4.5519 13.169 4.55182 13.7909V17.2666C4.54773 17.8613 4.75991 18.4372 5.14885 18.8871C4.76088 19.3359 4.54876 19.9101 4.55182 20.5034V30.7C4.55069 31.0263 4.61392 31.3496 4.73788 31.6514C4.86185 31.9533 5.04412 32.2277 5.27425 32.459C5.50438 32.6903 5.77787 32.874 6.07906 32.9995C6.38026 33.125 6.70324 33.1899 7.02954 33.1905H14.2281C14.5187 33.1919 14.8073 33.1429 15.0811 33.0455L15.4137 32.9304L15.1834 32.6532C15.012 32.4491 14.8804 32.2148 14.7953 31.9623C14.7576 31.8519 14.7263 31.7394 14.7015 31.6254L14.6503 31.378L14.403 31.4335C14.3528 31.4466 14.3013 31.4537 14.2495 31.4548H7.03807C6.94007 31.4542 6.84313 31.4344 6.7528 31.3964C6.66246 31.3583 6.5805 31.3029 6.5116 31.2332C6.44269 31.1635 6.3882 31.0809 6.35121 30.9902C6.31422 30.8994 6.29547 30.8023 6.29603 30.7042V20.5119C6.29602 20.3147 6.37407 20.1255 6.51311 19.9857C6.65215 19.8458 6.84088 19.7667 7.03807 19.7656H11.26L11.1491 19.433C11.0257 19.0669 10.9821 18.6786 11.0212 18.2943L11.0425 18.0214H7.03807C6.84088 18.0203 6.65215 17.9411 6.51311 17.8013C6.37407 17.6615 6.29602 17.4723 6.29603 17.2751V13.7994C6.29546 13.7016 6.31425 13.6047 6.35129 13.5142C6.38833 13.4237 6.4429 13.3413 6.51186 13.272C6.58082 13.2026 6.6628 13.1476 6.75311 13.11C6.84342 13.0725 6.94027 13.0531 7.03807 13.0531H14.2879H14.5864L14.5437 12.7632L14.4627 12.2088C14.4351 11.9964 14.4351 11.7814 14.4627 11.5691L14.4925 11.2535L14.1855 11.2919C14.1472 11.2957 14.1086 11.2957 14.0704 11.2919H7.24703C6.99668 11.2907 6.75697 11.1905 6.58034 11.0131C6.40371 10.8357 6.30456 10.5955 6.30456 10.3451C6.30182 9.15719 6.76945 8.01647 7.60526 7.17229L9.14903 5.61572H12.1342L13.678 7.17229C14.3508 7.84585 14.7902 8.71715 14.9318 9.65855L15 10.1063L15.3412 9.80781C15.6416 9.54332 15.9992 9.35208 16.386 9.24914L16.6163 9.18517L16.5609 8.95062C16.3009 7.81236 15.7277 6.7695 14.9062 5.93983L13.6908 4.7159C13.7164 4.61991 13.7293 4.52098 13.7292 4.42164V1.9951C13.7303 1.83793 13.7004 1.68208 13.6412 1.5365C13.5819 1.39092 13.4945 1.25846 13.384 1.14673C13.2734 1.035 13.1419 0.946209 12.997 0.885417C12.8521 0.824625 12.6965 0.793038 12.5394 0.79248L12.5436 0.809542ZM9.27698 2.55375H11.9978V3.8843H9.27698V2.55375Z" fill="#1D1D1D"/>
12
+ <path d="M24.8892 24.124C24.8851 24.0594 24.8674 23.9964 24.8373 23.9391C24.8071 23.8818 24.7653 23.8314 24.7144 23.7914C24.6651 23.7503 24.6078 23.72 24.5461 23.7024C24.4844 23.6848 24.4197 23.6802 24.3561 23.6891C24.2921 23.6932 24.2298 23.711 24.1731 23.7411C24.1165 23.7713 24.067 23.8131 24.0278 23.8639C23.9084 24.0046 23.7847 24.1368 23.6568 24.2904C23.6111 24.3356 23.5749 24.3894 23.5502 24.4487C23.5254 24.5079 23.5127 24.5715 23.5127 24.6358C23.5127 24.7 23.5254 24.7636 23.5502 24.8229C23.5749 24.8822 23.6111 24.936 23.6568 24.9812C23.7019 25.027 23.7556 25.0634 23.8149 25.0883C23.8742 25.1132 23.9379 25.1261 24.0022 25.1262C24.1332 25.1252 24.2586 25.0732 24.3519 24.9812C24.5054 24.8277 24.6419 24.6742 24.7783 24.5079C24.8483 24.3983 24.8853 24.271 24.885 24.1411L24.8892 24.124ZM26.1345 20.1111C26.0107 20.0778 25.8788 20.0939 25.7666 20.1559C25.6545 20.218 25.5708 20.3212 25.5332 20.4437L25.2048 21.6207C25.0906 22.0171 24.9378 22.4014 24.7485 22.7679C24.7179 22.8238 24.6987 22.8853 24.692 22.9487C24.6853 23.0121 24.6912 23.0762 24.7095 23.1372C24.7277 23.1983 24.7579 23.2552 24.7983 23.3045C24.8386 23.3538 24.8884 23.3947 24.9447 23.4247C25.0156 23.462 25.0948 23.4811 25.175 23.4801C25.2624 23.4821 25.3487 23.4596 25.4241 23.4151C25.4994 23.3707 25.5609 23.306 25.6014 23.2285C25.8222 22.803 25.998 22.3556 26.1259 21.8937L26.4543 20.7166C26.4725 20.6562 26.4784 20.5927 26.4716 20.5299C26.4649 20.4671 26.4457 20.4063 26.4151 20.3511C26.3845 20.2958 26.3431 20.2473 26.2935 20.2082C26.2438 20.1692 26.1869 20.1405 26.1259 20.1239L26.1345 20.1111Z" fill="#1D1D1D"/>
13
+ <path d="M28.8047 15.3604C28.8687 15.5103 28.8777 15.6779 28.8301 15.8337L26.459 23.2498C26.1448 24.2463 25.5964 25.1529 24.8597 25.8938C24.7692 25.9859 24.7186 26.1101 24.719 26.2393V30.2053H17.2688V27.0581C17.2678 26.9271 17.2158 26.8016 17.1238 26.7084L16.6675 26.2478C15.9487 25.5312 15.3701 24.6865 14.9617 23.7573L12.7611 18.789C12.7023 18.6465 12.6863 18.4899 12.7151 18.3384C12.7439 18.187 12.8162 18.0472 12.9232 17.9361C12.9942 17.864 13.0789 17.8068 13.1722 17.7677C13.2656 17.7287 13.3657 17.7086 13.4669 17.7086C13.5681 17.7086 13.6683 17.7287 13.7616 17.7677C13.855 17.8068 13.9396 17.864 14.0107 17.9361C14.0303 17.9549 14.0488 17.9749 14.0661 17.9958L16.386 20.9171C16.4255 20.9673 16.4746 21.0092 16.5304 21.0403C16.5862 21.0714 16.6476 21.0911 16.7111 21.0983C16.7746 21.1054 16.8389 21.0999 16.9002 21.0819C16.9616 21.064 17.0187 21.034 17.0684 20.9938C17.1278 20.9493 17.1758 20.8912 17.2084 20.8245C17.241 20.7578 17.2573 20.6843 17.256 20.61V19.1046V19.0364L16.2197 11.6715C16.1929 11.4738 16.2449 11.2734 16.3646 11.1138C16.4843 10.9542 16.6621 10.8481 16.8594 10.8185C16.9563 10.8034 17.0552 10.8074 17.1505 10.8305C17.2459 10.8536 17.3357 10.8952 17.4149 10.9531C17.4941 11.0109 17.5612 11.0838 17.6122 11.1675C17.6632 11.2513 17.6972 11.3443 17.7123 11.4412L18.6804 17.4841C18.7104 17.6984 18.8174 17.8946 18.9814 18.0358C19.1454 18.1771 19.3552 18.2538 19.5717 18.2517C19.6919 18.2517 19.8109 18.228 19.9219 18.1818C20.0329 18.1357 20.1337 18.0681 20.2185 17.9829C20.3033 17.8977 20.3704 17.7966 20.416 17.6854C20.4617 17.5742 20.4849 17.455 20.4843 17.3348V10.1106C20.4837 10.0158 20.502 9.92184 20.538 9.83414C20.574 9.74644 20.6271 9.66678 20.6941 9.59974C20.7611 9.5327 20.8408 9.47963 20.9285 9.44362C21.0162 9.4076 21.1102 9.38934 21.205 9.38991C21.2994 9.3899 21.393 9.40857 21.4802 9.44484C21.5674 9.48111 21.6465 9.53427 21.7131 9.60125C21.7797 9.66823 21.8324 9.74771 21.8681 9.83513C21.9039 9.92255 21.922 10.0162 21.9215 10.1106V17.3348C21.9209 17.455 21.9441 17.5742 21.9897 17.6854C22.0353 17.7966 22.1024 17.8977 22.1872 17.9829C22.272 18.0681 22.3728 18.1357 22.4838 18.1818C22.5948 18.228 22.7139 18.2517 22.8341 18.2517C23.0527 18.2509 23.2637 18.1718 23.4289 18.0285C23.594 17.8853 23.7022 17.6876 23.7339 17.4713C23.8832 16.4009 24.4034 13.373 24.702 11.6672C24.7281 11.5174 24.8124 11.384 24.9365 11.2962C24.9978 11.2529 25.067 11.2223 25.1403 11.2062C25.2135 11.1901 25.2892 11.1888 25.363 11.2024C25.5045 11.2303 25.6306 11.31 25.7166 11.4259C25.8026 11.5418 25.8422 11.6857 25.8278 11.8292L25.1327 18.1152C25.1244 18.1788 25.1292 18.2433 25.1468 18.3049C25.1644 18.3666 25.1944 18.4239 25.235 18.4735C25.2712 18.526 25.3188 18.5698 25.3741 18.6015C25.4295 18.6332 25.4912 18.6522 25.5549 18.6568C25.6529 18.6656 25.7512 18.6446 25.8372 18.5967C25.9231 18.5488 25.9927 18.4761 26.0368 18.3882L27.5635 15.3262C27.6022 15.2439 27.6573 15.1704 27.7256 15.1103C27.7938 15.0501 27.8736 15.0046 27.9601 14.9765C28.1319 14.9208 28.3186 14.9346 28.4804 15.0149C28.6259 15.0882 28.7407 15.2106 28.8047 15.3604Z" fill="url(#paint3_linear_4088_33991)"/>
14
+ <path d="M16.7868 31.135C16.7027 31.1362 16.6224 31.1704 16.5634 31.2302C16.5043 31.2901 16.4712 31.3708 16.4712 31.4549C16.4712 31.5386 16.5044 31.6188 16.5636 31.678C16.6228 31.7372 16.7031 31.7705 16.7868 31.7705H24.8084C24.8921 31.7705 24.9724 31.7372 25.0316 31.678C25.0908 31.6188 25.124 31.5386 25.124 31.4549C25.1252 31.4129 25.1178 31.3712 25.1024 31.3321C25.087 31.2931 25.0639 31.2576 25.0344 31.2277C25.0049 31.1978 24.9697 31.1742 24.9309 31.1583C24.8921 31.1424 24.8504 31.1344 24.8084 31.135H16.7868Z" fill="white"/>
15
+ <path d="M16.7865 32.875C16.4933 32.8715 16.2085 32.7768 15.9716 32.6041C15.7347 32.4314 15.5574 32.1892 15.4644 31.9112C15.3462 31.5815 15.3539 31.2197 15.4862 30.8954C15.6184 30.5711 15.8658 30.3071 16.1809 30.1542V27.2585L15.9037 26.977C15.0911 26.164 14.4348 25.2085 13.9676 24.1582L11.7671 19.1857C11.6051 18.81 11.5704 18.3917 11.6681 17.9944C11.7659 17.5972 11.9908 17.2427 12.3087 16.9851C12.6365 16.714 13.0475 16.5634 13.4729 16.5587H13.6861C14.1803 16.6136 14.6326 16.862 14.9442 17.2495L16.134 18.7464L15.1531 11.7696C15.0856 11.2896 15.209 10.8023 15.4969 10.4124C15.7847 10.0224 16.2141 9.76097 16.6926 9.68418C16.7858 9.66932 16.8798 9.66077 16.9741 9.65859C17.3663 9.65859 17.7478 9.78579 18.0616 10.0211C18.2581 10.1628 18.424 10.3427 18.5493 10.5501C18.6746 10.7575 18.7568 10.9881 18.7908 11.228L19.3879 15.0021V10.1064C19.389 9.6241 19.5805 9.16178 19.9207 8.81997C20.2609 8.47815 20.7223 8.2845 21.2046 8.28113C21.6868 8.2845 22.1483 8.47815 22.4885 8.81997C22.8287 9.16178 23.0202 9.6241 23.0213 10.1064V14.9808C23.2302 13.7441 23.4477 12.3495 23.6226 11.471C23.6872 11.0846 23.8868 10.7337 24.1859 10.4807C24.485 10.2277 24.8642 10.089 25.2559 10.0893H25.4436C25.6615 10.1132 25.8725 10.1802 26.0643 10.2864C26.2561 10.3925 26.4249 10.5357 26.5609 10.7077C26.8351 11.0551 26.9636 11.4955 26.9191 11.9359L26.6035 14.7931C26.7514 14.502 26.9772 14.2577 27.2558 14.0875C27.5345 13.9174 27.8549 13.828 28.1814 13.8293C28.4066 13.8289 28.6297 13.8723 28.8382 13.9573C29.2559 14.128 29.5942 14.4493 29.7861 14.8577C29.978 15.266 30.0096 15.7316 29.8745 16.1621L27.5204 23.5654C27.1705 24.6438 26.5882 25.6322 25.8146 26.461V30.4612C26.073 30.7259 26.2183 31.0807 26.2197 31.4506C26.2186 31.8261 26.0692 32.1861 25.8041 32.452C25.5389 32.718 25.1794 32.8684 24.8039 32.8707H16.7865V32.875ZM16.7865 31.2587C16.7352 31.2598 16.6864 31.281 16.6505 31.3176C16.6146 31.3543 16.5945 31.4036 16.5946 31.4549C16.594 31.4802 16.5986 31.5054 16.608 31.529C16.6174 31.5525 16.6315 31.5739 16.6495 31.5918C16.6674 31.6098 16.6888 31.6239 16.7124 31.6333C16.7359 31.6428 16.7611 31.6473 16.7865 31.6468H24.8081C24.859 31.6468 24.9079 31.6265 24.9438 31.5905C24.9798 31.5546 25.0001 31.5057 25.0001 31.4549C25.0012 31.4291 24.9971 31.4035 24.9879 31.3794C24.9788 31.3554 24.9647 31.3334 24.9467 31.3151C24.9287 31.2966 24.9071 31.2822 24.8833 31.2725C24.8595 31.2628 24.8339 31.2581 24.8081 31.2587H16.7865ZM24.5906 30.0348V26.1966C24.5929 26.0367 24.6571 25.8838 24.7698 25.7702C25.4919 25.0465 26.03 24.1603 26.3391 23.1858L28.6932 15.7825C28.7338 15.6568 28.7283 15.5207 28.6774 15.3987C28.6266 15.2767 28.5339 15.1769 28.416 15.1172C28.3391 15.0795 28.2543 15.0605 28.1686 15.0618C28.1078 15.0634 28.0476 15.0735 27.9895 15.0917C27.9198 15.1131 27.8555 15.1494 27.801 15.198C27.7466 15.2465 27.7032 15.3063 27.6739 15.3731L26.1472 18.4351C26.0967 18.5369 26.0189 18.6227 25.9226 18.6829C25.8262 18.7432 25.715 18.7755 25.6014 18.7763H25.5331C25.4502 18.7703 25.3695 18.7472 25.296 18.7083C25.2226 18.6693 25.1581 18.6155 25.1067 18.5502C25.0565 18.4871 25.0194 18.4146 24.9974 18.337C24.9755 18.2594 24.9691 18.1783 24.9787 18.0982L25.6739 11.8122C25.6842 11.7005 25.6522 11.5891 25.5843 11.4999C25.5164 11.4106 25.4175 11.3501 25.3071 11.3303C25.2817 11.3261 25.2557 11.3261 25.2303 11.3303C25.1412 11.329 25.0541 11.3576 24.983 11.4113C24.9353 11.4443 24.8948 11.4866 24.864 11.5357C24.8332 11.5849 24.8127 11.6398 24.8039 11.6971C24.5054 13.4029 23.9851 16.435 23.8358 17.4969C23.8009 17.7448 23.6778 17.9719 23.489 18.1364C23.3002 18.3009 23.0585 18.3918 22.8081 18.3924C22.5317 18.3913 22.267 18.2807 22.072 18.0849C21.877 17.8891 21.7675 17.624 21.7675 17.3476V10.0978C21.7664 9.93984 21.7031 9.78863 21.5914 9.6769C21.4797 9.56518 21.3285 9.50192 21.1705 9.5008C21.0132 9.50303 20.8631 9.56678 20.7523 9.67839C20.6415 9.78999 20.5788 9.94057 20.5777 10.0978V17.322C20.5782 17.4592 20.5518 17.5952 20.4998 17.7222C20.4478 17.8492 20.3713 17.9647 20.2747 18.0621C20.178 18.1595 20.0632 18.2369 19.9366 18.29C19.8101 18.343 19.6743 18.3706 19.5371 18.3711C19.2892 18.3695 19.0498 18.2806 18.8611 18.1199C18.6723 17.9592 18.5462 17.7371 18.5051 17.4926L17.5712 11.4412C17.546 11.2966 17.4706 11.1655 17.3583 11.0711C17.2459 10.9767 17.1038 10.925 16.9571 10.9252C16.9302 10.921 16.9029 10.921 16.876 10.9252C16.7955 10.935 16.7178 10.961 16.6476 11.0017C16.5774 11.0424 16.5162 11.0968 16.4676 11.1617C16.419 11.2267 16.384 11.3008 16.3648 11.3796C16.3456 11.4584 16.3425 11.5403 16.3557 11.6203L17.392 18.981C17.3941 19.0079 17.3941 19.035 17.392 19.062V20.5802C17.3937 20.6729 17.3738 20.7647 17.3338 20.8483C17.2938 20.932 17.2349 21.0051 17.1618 21.0621C17.0536 21.1508 16.9179 21.1991 16.7779 21.1985C16.686 21.1992 16.5952 21.1788 16.5124 21.1389C16.4296 21.099 16.357 21.0406 16.3003 20.9683L13.9761 18.0428C13.9639 18.0229 13.948 18.0055 13.9292 17.9916C13.8705 17.931 13.8002 17.8828 13.7226 17.8499C13.645 17.8169 13.5615 17.7998 13.4772 17.7997C13.3919 17.798 13.3073 17.8142 13.2287 17.8472C13.1501 17.8803 13.0793 17.9295 13.0209 17.9916C12.929 18.0845 12.8669 18.2027 12.8426 18.3311C12.8183 18.4595 12.8329 18.5922 12.8844 18.7123L15.0849 23.6848C15.4895 24.5975 16.0575 25.4285 16.7609 26.1369L17.2215 26.5975C17.3341 26.7111 17.3983 26.864 17.4006 27.024V30.0348H24.5906Z" fill="#1D1D1D"/>
16
+ <path d="M21.2048 8.41335C21.6572 8.41335 22.0911 8.59307 22.411 8.91297C22.7309 9.23288 22.9106 9.66677 22.9106 10.1192V16.5587C23.1324 15.1855 23.5204 12.9125 23.7635 11.518C23.8273 11.1609 24.014 10.8375 24.2913 10.6038C24.5687 10.3701 24.9191 10.2409 25.2817 10.2386H25.4566C25.6589 10.2608 25.8548 10.3232 26.0327 10.4221C26.2106 10.5209 26.3671 10.6543 26.4929 10.8143C26.6198 10.9713 26.7136 11.1523 26.7686 11.3466C26.8236 11.5408 26.8386 11.7442 26.8127 11.9444L26.4161 15.5139L26.7189 14.8912C26.8567 14.6157 27.0685 14.3839 27.3307 14.222C27.5928 14.06 27.8948 13.9743 28.2029 13.9744C28.4134 13.9743 28.6219 14.0149 28.817 14.0938C29.2031 14.2528 29.5155 14.5509 29.6924 14.9292C29.8692 15.3074 29.8978 15.7382 29.7723 16.1365L27.414 23.5398C27.0635 24.6167 26.4812 25.6036 25.7082 26.4312V30.5295C25.8358 30.65 25.9372 30.7955 26.0062 30.9569C26.0751 31.1183 26.1101 31.2921 26.109 31.4677C26.109 31.807 25.9742 32.1324 25.7343 32.3723C25.4944 32.6122 25.169 32.747 24.8297 32.747H16.7867C16.522 32.7472 16.2638 32.6652 16.0476 32.5125C15.8315 32.3597 15.668 32.1437 15.5798 31.8941C15.4662 31.5822 15.4783 31.2383 15.6136 30.9351C15.7489 30.6319 15.9967 30.3931 16.3048 30.2693V27.2201L15.9935 26.9046C15.1921 26.1024 14.5471 25.1581 14.0914 24.1198L11.8909 19.1516C11.7348 18.7982 11.6995 18.4033 11.7905 18.0278C11.8815 17.6524 12.0936 17.3174 12.3942 17.0747C12.7 16.8253 13.0828 16.6897 13.4773 16.6909H13.6778C13.9054 16.7153 14.1258 16.7853 14.3258 16.8966C14.5258 17.008 14.7014 17.1585 14.842 17.3391L16.2962 19.1729V19.0876L15.2642 11.7568C15.2013 11.3098 15.3155 10.8559 15.5823 10.4919C15.8492 10.1278 16.2477 9.88241 16.6928 9.80787C16.7823 9.80165 16.8721 9.80165 16.9615 9.80787C17.3215 9.81074 17.6718 9.92549 17.9637 10.1362C18.1478 10.2688 18.3032 10.4373 18.4205 10.6315C18.5378 10.8257 18.6145 11.0417 18.646 11.2664L19.4989 16.6525V10.1107C19.4989 9.65824 19.6787 9.22435 19.9986 8.90445C20.3185 8.58454 20.7524 8.40482 21.2048 8.40482M19.5629 18.2645C19.346 18.2668 19.1356 18.1902 18.9709 18.049C18.8062 17.9078 18.6983 17.7116 18.6673 17.4969L17.7206 11.4412C17.6923 11.2668 17.6031 11.1081 17.4688 10.9933C17.3345 10.8785 17.1638 10.8151 16.9871 10.8143H16.889C16.6917 10.8439 16.514 10.9499 16.3942 11.1096C16.2745 11.2692 16.2225 11.4695 16.2493 11.6672L17.2856 19.0321C17.2856 19.0577 17.2856 19.0748 17.2856 19.1004V20.6058C17.287 20.68 17.2707 20.7536 17.238 20.8203C17.2054 20.887 17.1574 20.945 17.098 20.9896C17.0123 21.0554 16.9075 21.0913 16.7995 21.0919C16.7265 21.0918 16.6545 21.0753 16.5888 21.0435C16.5231 21.0118 16.4654 20.9657 16.4199 20.9086L14.0829 17.9873C14.0668 17.9641 14.0482 17.9427 14.0275 17.9234C13.9559 17.8519 13.8707 17.7955 13.7769 17.7574C13.6832 17.7193 13.5828 17.7003 13.4816 17.7016C13.3811 17.7006 13.2815 17.7198 13.1885 17.7579C13.0955 17.7959 13.011 17.8522 12.94 17.9234C12.833 18.0344 12.7607 18.1742 12.7319 18.3257C12.7032 18.4772 12.7192 18.6337 12.778 18.7763L14.9785 23.7445C15.3861 24.6742 15.9647 25.519 16.6843 26.235L17.1406 26.6999C17.2324 26.7915 17.2845 26.9156 17.2856 27.0453V30.184H24.7401V26.2436C24.7406 26.1125 24.7927 25.9869 24.8851 25.8939C25.6202 25.1534 26.1684 24.2485 26.4843 23.2541L28.8384 15.8508C28.8866 15.6949 28.8784 15.527 28.8152 15.3765C28.7521 15.226 28.638 15.1025 28.4929 15.0277C28.3979 14.9796 28.2923 14.9561 28.1859 14.9595C28.1117 14.9597 28.0382 14.9727 27.9684 14.9979C27.7963 15.057 27.654 15.1809 27.5718 15.3433L26.0493 18.4095C26.0096 18.489 25.9488 18.5561 25.8736 18.6034C25.7985 18.6508 25.7117 18.6767 25.6229 18.6782H25.5717C25.5085 18.6718 25.4473 18.6522 25.3922 18.6206C25.3371 18.589 25.2893 18.5461 25.2519 18.4948C25.2111 18.4455 25.1812 18.388 25.1643 18.3262C25.1474 18.2645 25.1438 18.1998 25.1538 18.1366L25.8446 11.8506C25.8611 11.7066 25.8222 11.5618 25.7359 11.4454C25.6496 11.3291 25.5223 11.2498 25.3798 11.2237C25.3473 11.2191 25.3142 11.2191 25.2817 11.2237C25.1671 11.2242 25.0555 11.26 24.9619 11.3261C24.8365 11.4134 24.7507 11.5468 24.723 11.6971C24.4288 13.4029 23.9043 16.4308 23.7593 17.5012C23.7268 17.7171 23.6183 17.9143 23.4533 18.0574C23.2884 18.2005 23.0778 18.28 22.8594 18.2816C22.617 18.2805 22.3849 18.1834 22.2138 18.0115C22.0428 17.8397 21.9468 17.6071 21.9468 17.3647V10.1149C21.9468 9.92452 21.8715 9.74184 21.7372 9.6068C21.603 9.47176 21.4208 9.39534 21.2304 9.39421C21.0392 9.39421 20.8559 9.47013 20.7207 9.60529C20.5856 9.74045 20.5097 9.92378 20.5097 10.1149V17.3391C20.5102 17.4593 20.487 17.5785 20.4414 17.6897C20.3958 17.8009 20.3287 17.902 20.2439 17.9872C20.1591 18.0724 20.0583 18.14 19.9473 18.1861C19.8363 18.2323 19.7172 18.256 19.597 18.256H19.5629M16.7867 31.779H24.8083C24.8924 31.7779 24.9727 31.7437 25.0317 31.6838C25.0908 31.6239 25.1239 31.5432 25.1239 31.4591C25.1239 31.3754 25.0907 31.2952 25.0315 31.236C24.9723 31.1768 24.892 31.1436 24.8083 31.1436H16.7867C16.703 31.1436 16.6227 31.1768 16.5635 31.236C16.5043 31.2952 16.4711 31.3754 16.4711 31.4591C16.4711 31.5432 16.5042 31.6239 16.5633 31.6838C16.6223 31.7437 16.7026 31.7779 16.7867 31.779ZM21.1962 8.15747C20.679 8.1586 20.1833 8.36489 19.8179 8.73106C19.4525 9.09723 19.2473 9.59338 19.2473 10.1107V13.3858L18.9062 11.2194C18.8204 10.7084 18.5409 10.2502 18.1258 9.94007C17.7933 9.69149 17.3894 9.55686 16.9743 9.55625C16.8728 9.55629 16.7716 9.56486 16.6715 9.58185C16.1585 9.66489 15.6986 9.946 15.3907 10.3647C15.0828 10.7834 14.9517 11.3063 15.0254 11.8208L15.9465 18.3328L15.0339 17.1984C14.7033 16.7836 14.2218 16.5168 13.6948 16.4564H13.4731C13.0203 16.4526 12.5796 16.603 12.2236 16.8828C11.8806 17.1629 11.6384 17.5472 11.5337 17.9775C11.4291 18.4077 11.4676 18.8604 11.6436 19.2667L13.8441 24.2392C14.3138 25.306 14.9775 26.2763 15.8016 27.1007L16.0446 27.3438V30.1115C15.7233 30.2886 15.4754 30.574 15.3449 30.9169C15.2145 31.2598 15.2101 31.6378 15.3324 31.9837C15.4384 32.2844 15.6345 32.5452 15.8939 32.7307C16.1533 32.9161 16.4635 33.0171 16.7824 33.02H24.8041C25.0074 33.0194 25.2086 32.9788 25.3962 32.9005C25.5838 32.8222 25.7541 32.7077 25.8975 32.5635C26.0408 32.4194 26.1544 32.2484 26.2317 32.0604C26.3089 31.8724 26.3484 31.671 26.3479 31.4677C26.3452 31.0816 26.2011 30.7098 25.9427 30.4228V26.5293C26.707 25.6931 27.2804 24.7007 27.623 23.6208L29.977 16.2175C30.1211 15.7564 30.0871 15.258 29.8819 14.8207C29.6766 14.3834 29.315 14.0388 28.8682 13.855C28.645 13.7683 28.4082 13.7221 28.1688 13.7185C27.9058 13.7165 27.6454 13.7707 27.4049 13.8773C27.1644 13.9839 26.9495 14.1406 26.7743 14.3369L27.0345 11.9743C27.0607 11.7388 27.0403 11.5005 26.9745 11.273C26.9086 11.0454 26.7986 10.833 26.6506 10.648C26.505 10.4622 26.3235 10.3075 26.1169 10.1932C25.9103 10.0789 25.6828 10.0073 25.448 9.98271H25.2476C24.824 9.98386 24.4145 10.1347 24.0914 10.4086C23.7683 10.6826 23.5525 11.0619 23.4821 11.4796C23.3882 12.0127 23.2646 12.7376 23.1281 13.501V10.1192C23.1309 9.86329 23.0831 9.60937 22.9874 9.37205C22.8917 9.13472 22.7499 8.91867 22.5704 8.73634C22.3908 8.55401 22.177 8.409 21.9411 8.30965C21.7053 8.2103 21.4521 8.15858 21.1962 8.15747ZM19.5544 18.5076C19.7078 18.5071 19.8597 18.4763 20.0012 18.417C20.1428 18.3578 20.2713 18.2713 20.3794 18.1624C20.4875 18.0535 20.5731 17.9243 20.6313 17.7823C20.6895 17.6404 20.7192 17.4883 20.7186 17.3349V10.1107C20.7197 9.98772 20.7691 9.87013 20.856 9.7832C20.9429 9.69626 21.0605 9.64693 21.1834 9.64582C21.3067 9.64582 21.425 9.69479 21.5121 9.78196C21.5993 9.86914 21.6483 9.98737 21.6483 10.1107V17.3349C21.6477 17.4883 21.6774 17.6404 21.7356 17.7823C21.7938 17.9243 21.8794 18.0535 21.9875 18.1624C22.0956 18.2713 22.2241 18.3578 22.3657 18.417C22.5072 18.4763 22.6591 18.5071 22.8125 18.5076C23.0935 18.5074 23.3649 18.406 23.5771 18.2219C23.7894 18.0379 23.9282 17.7835 23.9682 17.5054C24.1217 16.4393 24.642 13.42 24.9363 11.7056C24.9416 11.6643 24.9559 11.6246 24.9779 11.5893C25 11.554 25.0294 11.5238 25.0642 11.5009C25.1167 11.4642 25.1793 11.4448 25.2433 11.4455H25.2988C25.378 11.4601 25.4486 11.5044 25.4962 11.5695C25.5438 11.6345 25.5647 11.7152 25.5546 11.7952L24.8894 18.0897C24.8775 18.1863 24.8857 18.2842 24.9136 18.3775C24.9415 18.4707 24.9884 18.5571 25.0514 18.6313C25.1745 18.7832 25.352 18.8811 25.5461 18.9042H25.6271C25.7666 18.9015 25.9026 18.8603 26.02 18.785C26.1375 18.7097 26.2318 18.6034 26.2924 18.4778L27.8149 15.4158C27.8401 15.3657 27.8749 15.3211 27.9173 15.2846C27.9598 15.248 28.009 15.2201 28.0622 15.2026C28.1075 15.1963 28.1534 15.1963 28.1987 15.2026C28.2651 15.2016 28.3308 15.2162 28.3906 15.2452C28.4821 15.2904 28.5543 15.3669 28.5942 15.4608C28.6341 15.5547 28.639 15.6597 28.6081 15.757L26.254 23.1603C25.9495 24.116 25.4201 24.9847 24.7103 25.6934C24.6411 25.7622 24.5864 25.8439 24.549 25.9339C24.5117 26.024 24.4926 26.1205 24.4928 26.218V29.9026H17.55V27.0197C17.5516 26.9227 17.5331 26.8264 17.4957 26.7368C17.4583 26.6473 17.4027 26.5665 17.3325 26.4994L16.8762 26.0389C16.1814 25.3418 15.6218 24.5219 15.2258 23.6208L13.0253 18.6526C12.9835 18.5563 12.9713 18.4497 12.9903 18.3464C13.0093 18.2431 13.0586 18.1478 13.1319 18.0726C13.2291 17.9745 13.3606 17.9179 13.4987 17.9148C13.5669 17.9135 13.6346 17.9268 13.6972 17.9541C13.7597 17.9813 13.8157 18.0217 13.8612 18.0726L13.8996 18.1153L16.2323 21.045C16.3011 21.1327 16.3893 21.2034 16.4899 21.2514C16.5905 21.2995 16.7008 21.3237 16.8123 21.3222C16.9798 21.3227 17.1425 21.2655 17.2728 21.1602C17.3606 21.0905 17.4312 21.0015 17.4793 20.9003C17.5273 20.799 17.5515 20.688 17.55 20.5759V19.062C17.5522 19.0293 17.5522 18.9966 17.55 18.9639L16.5137 11.6161C16.5048 11.5518 16.5088 11.4864 16.5255 11.4237C16.5422 11.3611 16.5713 11.3024 16.611 11.2511C16.6508 11.1998 16.7003 11.157 16.7569 11.1252C16.8134 11.0934 16.8757 11.0733 16.9402 11.0659H17.0042C17.1222 11.0678 17.2356 11.1119 17.3239 11.1901C17.4123 11.2683 17.4698 11.3755 17.4861 11.4924L18.4371 17.5566C18.4863 17.8276 18.6297 18.0725 18.8419 18.2481C19.0542 18.4236 19.3216 18.5186 19.597 18.5161L19.5544 18.5076ZM16.7867 31.5146C16.7708 31.5146 16.7556 31.5083 16.7444 31.4971C16.7333 31.4859 16.727 31.4707 16.727 31.4549C16.7264 31.4467 16.7275 31.4385 16.7302 31.4307C16.733 31.423 16.7373 31.4159 16.7429 31.4099C16.7485 31.4039 16.7552 31.3991 16.7628 31.3958C16.7703 31.3926 16.7785 31.3909 16.7867 31.3909H24.8083C24.8253 31.3909 24.8416 31.3976 24.8536 31.4096C24.8656 31.4216 24.8723 31.4379 24.8723 31.4549C24.8712 31.4711 24.864 31.4863 24.8521 31.4974C24.8403 31.5085 24.8246 31.5146 24.8083 31.5146H16.7867Z" fill="#1D1D1D"/>
17
+ <defs>
18
+ <linearGradient id="paint0_linear_4088_33991" x1="5.91212" y1="8.47298" x2="15.307" y2="8.47298" gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#EFC530"/>
20
+ <stop offset="1" stop-color="#FCEDB6"/>
21
+ </linearGradient>
22
+ <linearGradient id="paint1_linear_4088_33991" x1="5.91211" y1="15.531" x2="14.8507" y2="15.531" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#EFC530"/>
24
+ <stop offset="1" stop-color="#FCEDB6"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint2_linear_4088_33991" x1="5.91211" y1="25.6039" x2="15.3155" y2="25.6039" gradientUnits="userSpaceOnUse">
27
+ <stop stop-color="#EFC530"/>
28
+ <stop offset="1" stop-color="#FCEDB6"/>
29
+ </linearGradient>
30
+ <linearGradient id="paint3_linear_4088_33991" x1="12.7228" y1="19.7869" x2="28.8599" y2="19.7869" gradientUnits="userSpaceOnUse">
31
+ <stop stop-color="#F37C1C"/>
32
+ <stop offset="1" stop-color="#FCC191"/>
33
+ </linearGradient>
34
+ </defs>
35
+ </svg>
@@ -1,5 +1,17 @@
1
- <svg width="37" height="36" viewBox="0 0 37 36" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M0.5 18C0.5 8.05888 8.55888 0 18.5 0C28.4411 0 36.5 8.05888 36.5 18C36.5 27.9411 28.4411 36 18.5 36C8.55888 36 0.5 27.9411 0.5 18Z" fill="#E7F1FF"/>
3
- <path d="M14.1 27.9781C13.495 27.9781 12.9771 27.7627 12.5463 27.3319C12.1154 26.901 11.9 26.3831 11.9 25.7781V23.5781H9.7C9.095 23.5781 8.57708 23.3627 8.14625 22.9319C7.71542 22.501 7.5 21.9831 7.5 21.3781V16.9781C7.5 16.0431 7.82083 15.2594 8.4625 14.6269C9.10417 13.9944 9.88333 13.6781 10.8 13.6781H26.2C27.135 13.6781 27.9188 13.9944 28.5513 14.6269C29.1838 15.2594 29.5 16.0431 29.5 16.9781V21.3781C29.5 21.9831 29.2846 22.501 28.8538 22.9319C28.4229 23.3627 27.905 23.5781 27.3 23.5781H25.1V25.7781C25.1 26.3831 24.8846 26.901 24.4538 27.3319C24.0229 27.7627 23.505 27.9781 22.9 27.9781H14.1ZM25.1 18.6281C25.4117 18.6281 25.6729 18.5227 25.8838 18.3119C26.0946 18.101 26.2 17.8398 26.2 17.5281C26.2 17.2164 26.0946 16.9552 25.8838 16.7444C25.6729 16.5335 25.4117 16.4281 25.1 16.4281C24.7883 16.4281 24.5271 16.5335 24.3162 16.7444C24.1054 16.9552 24 17.2164 24 17.5281C24 17.8398 24.1054 18.101 24.3162 18.3119C24.5271 18.5227 24.7883 18.6281 25.1 18.6281ZM14.1 25.7781H22.9V21.3781H14.1V25.7781Z" fill="#3B82F6"/>
4
- <path d="M11.9004 12.2112H25.1004V10.2219C25.1004 9.61685 24.885 9.09893 24.4541 8.6681C24.0233 8.23727 23.5054 8.02185 22.9004 8.02185H14.1004C13.4954 8.02185 12.9775 8.23727 12.5466 8.6681C12.1158 9.09893 11.9004 9.61685 11.9004 10.2219V12.2112Z" fill="#3B82F6"/>
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M28.4538 1.79626H6.86475V10.8152H28.4538V1.79626Z" fill="white"/>
3
+ <path d="M11.0944 20.5433C11.0494 20.5433 11.0063 20.5612 10.9745 20.593C10.9427 20.6248 10.9248 20.6679 10.9248 20.7129V30.991C10.9248 31.0359 10.9427 31.0791 10.9745 31.1109C11.0063 31.1427 11.0494 31.1605 11.0944 31.1605H23.9008C23.9458 31.1605 23.9889 31.1427 24.0207 31.1109C24.0525 31.0791 24.0704 31.0359 24.0704 30.991V20.7129C24.0704 20.6679 24.0525 20.6248 24.0207 20.593C23.9889 20.5612 23.9458 20.5433 23.9008 20.5433H11.0944Z" fill="url(#paint0_linear_4088_33985)"/>
4
+ <path d="M31.4958 23.5805C31.5185 23.5805 31.541 23.576 31.5619 23.5671C31.5828 23.5583 31.6018 23.5453 31.6176 23.5291C31.6334 23.5128 31.6458 23.4935 31.654 23.4723C31.6622 23.4511 31.6661 23.4285 31.6654 23.4058V11.6015C31.6654 11.5792 31.661 11.5572 31.6525 11.5366C31.6439 11.516 31.6315 11.4973 31.6157 11.4816C31.6 11.4658 31.5813 11.4533 31.5607 11.4448C31.5401 11.4363 31.5181 11.4319 31.4958 11.4319H3.50357C3.48129 11.4319 3.45924 11.4363 3.43867 11.4448C3.41809 11.4533 3.3994 11.4658 3.38365 11.4816C3.3679 11.4973 3.35541 11.516 3.34689 11.5366C3.33837 11.5572 3.33398 11.5792 3.33398 11.6015V23.4212C3.33396 23.4667 3.35166 23.5104 3.38332 23.543C3.41499 23.5756 3.45812 23.5946 3.50357 23.5959H8.89953V20.7284C8.89953 20.1464 9.13073 19.5882 9.54226 19.1767C9.95378 18.7652 10.5119 18.534 11.0939 18.534H23.9003C24.4823 18.534 25.0405 18.7652 25.452 19.1767C25.8635 19.5882 26.0947 20.1464 26.0947 20.7284V23.5959L31.4958 23.5805Z" fill="url(#paint1_linear_4088_33985)"/>
5
+ <path d="M31.4962 9.41229H29.6358C29.6358 9.27354 29.6358 9.79258 29.6358 3.00393C29.6345 2.42678 29.4064 1.87327 29.0008 1.46276C28.5951 1.05226 28.0443 0.81766 27.4672 0.80957H7.56889C6.98733 0.810928 6.42998 1.04255 6.01875 1.45378C5.60752 1.86501 5.37589 2.42237 5.37454 3.00393C5.37454 9.77716 5.37454 9.26326 5.37454 9.41229H3.51421C2.93176 9.41092 2.37253 9.64064 1.95922 10.0511C1.54592 10.4615 1.31229 11.0191 1.30957 11.6015V23.4212C1.30957 24.0037 1.54059 24.5624 1.95196 24.9747C2.36334 25.3871 2.92147 25.6194 3.50393 25.6207H8.89989V31.0167C8.89989 31.5987 9.13109 32.1568 9.54262 32.5684C9.95414 32.9799 10.5123 33.2111 11.0943 33.2111H23.9007C24.4827 33.2111 25.0408 32.9799 25.4523 32.5684C25.8639 32.1568 26.095 31.5987 26.095 31.0167V25.6207H31.491C31.7796 25.6207 32.0654 25.5638 32.332 25.4532C32.5985 25.3426 32.8407 25.1805 33.0445 24.9762C33.2483 24.7719 33.4098 24.5294 33.5198 24.2626C33.6298 23.9957 33.6861 23.7098 33.6854 23.4212V11.6015C33.6854 11.0204 33.4549 10.463 33.0445 10.0517C32.6341 9.6403 32.0772 9.40851 31.4962 9.40714V9.41229ZM7.37875 9.2427V3.00393C7.38009 2.95849 7.39909 2.91536 7.43171 2.88369C7.46433 2.85203 7.50801 2.83432 7.55347 2.83434H27.4672C27.5126 2.83432 27.5563 2.85203 27.5889 2.88369C27.6216 2.91536 27.6406 2.95849 27.6419 3.00393V9.23242C27.6419 9.27876 27.6235 9.3232 27.5907 9.35597C27.558 9.38874 27.5135 9.40714 27.4672 9.40714H7.57916C7.55672 9.40855 7.53423 9.40534 7.51307 9.3977C7.49192 9.39007 7.47255 9.37818 7.45618 9.36277C7.4398 9.34736 7.42676 9.32875 7.41786 9.3081C7.40896 9.28745 7.40439 9.26519 7.40444 9.2427H7.37875ZM24.0806 30.9962C24.0806 31.0189 24.076 31.0413 24.0672 31.0623C24.0583 31.0832 24.0454 31.1021 24.0291 31.1179C24.0128 31.1338 23.9935 31.1461 23.9723 31.1543C23.9511 31.1626 23.9285 31.1664 23.9058 31.1658H11.0943C11.0718 31.1665 11.0494 31.1626 11.0285 31.1543C11.0076 31.146 10.9886 31.1336 10.9728 31.1177C10.9569 31.1018 10.9444 31.0828 10.9361 31.0619C10.9278 31.041 10.924 31.0186 10.9247 30.9962V20.7181C10.9247 20.6732 10.9425 20.63 10.9743 20.5982C11.0061 20.5664 11.0493 20.5485 11.0943 20.5485H23.9007C23.9457 20.5485 23.9888 20.5664 24.0206 20.5982C24.0524 20.63 24.0703 20.6732 24.0703 20.7181V30.9962H24.0806ZM31.6658 23.4212C31.6664 23.4439 31.6626 23.4666 31.6543 23.4877C31.6461 23.5089 31.6338 23.5282 31.6179 23.5445C31.6021 23.5608 31.5832 23.5738 31.5623 23.5826C31.5413 23.5914 31.5189 23.596 31.4962 23.596H26.1002V20.7284C26.1002 20.1464 25.869 19.5883 25.4575 19.1768C25.046 18.7652 24.4878 18.534 23.9058 18.534H11.0943C10.5123 18.534 9.95414 18.7652 9.54262 19.1768C9.13109 19.5883 8.89989 20.1464 8.89989 20.7284V23.596H3.50393C3.47972 23.5981 3.45533 23.5952 3.43232 23.5874C3.40931 23.5796 3.38819 23.567 3.37029 23.5506C3.3524 23.5341 3.33813 23.5141 3.3284 23.4919C3.31867 23.4696 3.31369 23.4456 3.31378 23.4212V11.6015C3.31378 11.5792 3.31817 11.5572 3.32669 11.5366C3.33521 11.516 3.3477 11.4973 3.36345 11.4816C3.3792 11.4658 3.39789 11.4533 3.41847 11.4448C3.43904 11.4363 3.46109 11.4319 3.48337 11.4319H31.4705C31.4927 11.4319 31.5148 11.4363 31.5354 11.4448C31.5559 11.4533 31.5746 11.4658 31.5904 11.4816C31.6061 11.4973 31.6186 11.516 31.6271 11.5366C31.6357 11.5572 31.6401 11.5792 31.6401 11.6015V23.4212H31.6658Z" fill="#1D1D1D"/>
6
+ <path d="M28.6341 14.9778H27.0923C26.8198 14.9778 26.5583 14.8696 26.3656 14.6768C26.1728 14.4841 26.0645 14.2226 26.0645 13.95C26.0645 13.6775 26.1728 13.416 26.3656 13.2233C26.5583 13.0305 26.8198 12.9222 27.0923 12.9222H28.6341C28.9066 12.9222 29.1681 13.0305 29.3608 13.2233C29.5536 13.416 29.6619 13.6775 29.6619 13.95C29.6619 14.2226 29.5536 14.4841 29.3608 14.6768C29.1681 14.8696 28.9066 14.9778 28.6341 14.9778ZM20.535 24.5878H14.4658C14.1932 24.5878 13.9318 24.4795 13.739 24.2868C13.5463 24.094 13.438 23.8326 13.438 23.56C13.438 23.2874 13.5463 23.026 13.739 22.8332C13.9318 22.6405 14.1932 22.5322 14.4658 22.5322H20.535C20.8076 22.5322 21.069 22.6405 21.2617 22.8332C21.4545 23.026 21.5628 23.2874 21.5628 23.56C21.5628 23.8326 21.4545 24.094 21.2617 24.2868C21.069 24.4795 20.8076 24.5878 20.535 24.5878ZM20.535 29.1461H14.4658C14.1932 29.1461 13.9318 29.0378 13.739 28.8451C13.5463 28.6523 13.438 28.3909 13.438 28.1183C13.438 27.8457 13.5463 27.5843 13.739 27.3915C13.9318 27.1988 14.1932 27.0905 14.4658 27.0905H20.535C20.8076 27.0905 21.069 27.1988 21.2617 27.3915C21.4545 27.5843 21.5628 27.8457 21.5628 28.1183C21.5628 28.3909 21.4545 28.6523 21.2617 28.8451C21.069 29.0378 20.8076 29.1461 20.535 29.1461Z" fill="#1D1D1D"/>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_4088_33985" x1="17.4976" y1="31.1605" x2="17.4976" y2="20.5433" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#EFC530"/>
10
+ <stop offset="1" stop-color="#FCEDB6"/>
11
+ </linearGradient>
12
+ <linearGradient id="paint1_linear_4088_33985" x1="17.5023" y1="23.5805" x2="17.5023" y2="11.4422" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#F37C1C"/>
14
+ <stop offset="1" stop-color="#FCC191"/>
15
+ </linearGradient>
16
+ </defs>
5
17
  </svg>
@@ -0,0 +1,16 @@
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M5.0874 31.2916L28.0423 1.50623L31.5213 29.839L28.6115 32.3663L5.0874 31.2916Z" fill="url(#paint0_linear_4088_33998)"/>
3
+ <path d="M7.59597 1.92065L12.5777 2.162V8.60085L19.7724 9.75293L22.8871 8.21835L23.2241 1.93431L28.2058 2.17567C28.2058 2.17567 27.1994 4.23846 27.1994 4.38418C27.1994 4.52989 7.64606 31.9474 7.64606 31.9474L3.85742 29.4019L7.59597 1.92065Z" fill="url(#paint1_linear_4088_33998)"/>
4
+ <path d="M32.104 27.8901C31.1933 20.3083 30.1551 11.3604 29.1123 2.48531C29.0577 2.02364 28.8356 1.59805 28.4881 1.2892C28.1407 0.980345 27.692 0.809694 27.2271 0.80957H23.5842C23.0813 0.810776 22.5995 1.01136 22.2444 1.36734C21.8893 1.72332 21.6899 2.20561 21.6899 2.70843V7.71744C21.6899 7.84221 21.6652 7.96575 21.6173 8.08096C21.5694 8.19617 21.4993 8.30079 21.4108 8.3888C21.3224 8.47681 21.2175 8.54648 21.102 8.59381C20.9866 8.64115 20.8629 8.6652 20.7381 8.6646H14.2765C14.0253 8.6646 13.7844 8.56481 13.6068 8.38719C13.4292 8.20956 13.3294 7.96864 13.3294 7.71744V2.70843C13.3282 2.20519 13.1277 1.72291 12.7719 1.36706C12.416 1.01121 11.9337 0.810773 11.4305 0.80957H7.78758C7.32269 0.809694 6.874 0.980345 6.52654 1.2892C6.17909 1.59805 5.95702 2.02364 5.90239 2.48531C4.89604 11.0598 3.88968 19.607 2.9152 27.8901C2.82911 28.5555 2.88876 29.2317 3.09005 29.8717C3.29135 30.5118 3.62947 31.1004 4.08094 31.5967C4.52071 32.1044 5.06594 32.51 5.6786 32.7853C6.29127 33.0606 6.9566 33.1988 7.62821 33.1905H27.3592C28.0306 33.1979 28.6957 33.0592 29.3082 32.784C29.9207 32.5088 30.4661 32.1037 30.9064 31.5967C31.3582 31.1006 31.6964 30.512 31.8977 29.8719C32.099 29.2318 32.1586 28.5555 32.0722 27.8901H32.104ZM29.5221 30.3399C29.2602 30.6449 28.9342 30.8883 28.5674 31.0528C28.2006 31.2174 27.8021 31.2989 27.4001 31.2916H7.66009C7.25739 31.2996 6.85791 31.2184 6.49027 31.0538C6.12264 30.8893 5.79595 30.6455 5.53355 30.3399C5.26181 30.0421 5.0583 29.6885 4.93719 29.304C4.81608 28.9194 4.78026 28.513 4.83227 28.1132C5.80675 19.8256 6.81766 11.2647 7.81946 2.70843H11.4624V7.71744C11.4636 8.47188 11.7638 9.19508 12.2973 9.72856C12.8308 10.262 13.554 10.5623 14.3084 10.5635H20.77C21.5245 10.5623 22.2477 10.262 22.7811 9.72856C23.3146 9.19508 23.6148 8.47188 23.616 7.71744V2.70843H27.259C28.3017 11.5789 29.3582 20.5268 30.2507 28.1132C30.3062 28.5128 30.2725 28.9197 30.152 29.3047C30.0316 29.6897 29.8273 30.0432 29.554 30.3399H29.5221Z" fill="#1D1D1D"/>
5
+ <path d="M17.8415 18.9058C17.8148 19.0276 17.8125 19.1534 17.8347 19.276C17.857 19.3986 17.9033 19.5156 17.9711 19.6202C18.0389 19.7248 18.1267 19.8149 18.2295 19.8854C18.3323 19.9558 18.4481 20.0052 18.5701 20.0306L20.1183 20.363C20.1842 20.3773 20.2513 20.3849 20.3187 20.3858C20.4953 20.3864 20.6684 20.3371 20.8183 20.2437C20.9681 20.1502 21.0885 20.0164 21.1657 19.8575L21.7804 18.6235C21.8365 18.5121 21.8698 18.3907 21.8786 18.2663C21.8874 18.142 21.8714 18.0171 21.8316 17.8989C21.7918 17.7807 21.729 17.6716 21.6467 17.5779C21.5644 17.4842 21.4644 17.4078 21.3524 17.353C21.1918 17.275 21.0127 17.2431 20.835 17.2608C20.6574 17.2785 20.4881 17.3451 20.346 17.4532L18.3788 13.8376C18.2967 13.6856 18.1741 13.5592 18.0246 13.4724C17.8752 13.3856 17.7046 13.3418 17.5319 13.3458C17.3587 13.3475 17.1893 13.3968 17.0423 13.4883C16.8953 13.5799 16.7763 13.7102 16.6985 13.8649L15.255 16.6882C15.1985 16.7997 15.1645 16.9213 15.1549 17.046C15.1453 17.1706 15.1605 17.296 15.1994 17.4148C15.2383 17.5336 15.3002 17.6436 15.3816 17.7385C15.4631 17.8334 15.5624 17.9113 15.674 17.9678C15.7851 18.0242 15.9064 18.0582 16.0307 18.0677C16.155 18.0772 16.28 18.062 16.3985 18.0231C16.5169 17.9842 16.6265 17.9222 16.721 17.8409C16.8155 17.7595 16.893 17.6602 16.949 17.5488L17.5683 16.3285L18.5746 18.1772C18.3952 18.2152 18.2306 18.3041 18.1005 18.4333C17.9705 18.5626 17.8805 18.7267 17.8415 18.9058ZM15.4326 24.6525H13.3379L14.6494 22.0843C14.8143 22.2145 15.0176 22.2866 15.2277 22.2892C15.3595 22.2882 15.4897 22.2604 15.6102 22.2072C15.8406 22.1054 16.0213 21.9165 16.1126 21.6818C16.2039 21.447 16.1985 21.1857 16.0974 20.955L15.5465 19.6936C15.4608 19.501 15.3139 19.3422 15.1286 19.2417C14.9433 19.1412 14.73 19.1048 14.5219 19.1381L12.96 19.3976C12.8368 19.4175 12.7187 19.4616 12.6126 19.5275C12.5065 19.5933 12.4146 19.6796 12.3422 19.7813C12.2698 19.8829 12.2182 19.998 12.1906 20.1197C12.163 20.2415 12.1598 20.3675 12.1813 20.4905C12.2133 20.681 12.3022 20.8573 12.4363 20.9963C12.5704 21.1353 12.7435 21.2304 12.9327 21.2692L10.9473 25.1716C10.8767 25.3144 10.843 25.4725 10.8494 25.6316C10.8558 25.7908 10.9019 25.9457 10.9837 26.0824C11.0696 26.2204 11.1889 26.3344 11.3306 26.414C11.4723 26.4936 11.6318 26.5362 11.7943 26.5377H15.4372C15.562 26.5377 15.6855 26.5131 15.8007 26.4652C15.9159 26.4173 16.0205 26.3471 16.1085 26.2587C16.1966 26.1703 16.2662 26.0653 16.3135 25.9499C16.3609 25.8344 16.3849 25.7108 16.3843 25.586C16.3831 25.3344 16.2823 25.0935 16.104 24.916C15.9256 24.7385 15.6843 24.6389 15.4326 24.6389V24.6525ZM22.4088 21.8065C22.3516 21.6957 22.2731 21.5973 22.1777 21.5169C22.0824 21.4365 21.9721 21.3757 21.8532 21.3381C21.7343 21.3004 21.6092 21.2866 21.4849 21.2975C21.3607 21.3083 21.2398 21.3435 21.1292 21.4012C21.0184 21.4584 20.92 21.537 20.8396 21.6323C20.7592 21.7277 20.6985 21.8379 20.6608 21.9568C20.6232 22.0757 20.6094 22.2009 20.6202 22.3251C20.631 22.4493 20.6663 22.5702 20.724 22.6808L21.7485 24.6571H20.5418C20.5852 24.4534 20.5606 24.2411 20.4718 24.0527C20.383 23.8644 20.2348 23.7104 20.05 23.6143C19.9389 23.557 19.8175 23.5222 19.6929 23.512C19.5683 23.5018 19.4429 23.5164 19.3239 23.5549C19.205 23.5934 19.0948 23.6551 18.9998 23.7365C18.9048 23.8178 18.8269 23.9171 18.7704 24.0287L18.0419 25.4357C17.9471 25.6245 17.9172 25.8391 17.9567 26.0465C17.9962 26.254 18.103 26.4426 18.2604 26.5833L19.2896 27.494C19.463 27.6442 19.684 27.7281 19.9134 27.7308C20.0485 27.7326 20.1825 27.705 20.3059 27.65C20.4293 27.5949 20.5393 27.5137 20.6283 27.412C20.7321 27.2992 20.8057 27.162 20.8423 27.0131C20.8789 26.8643 20.8774 26.7086 20.8378 26.5605H23.3059C23.4687 26.5607 23.6289 26.5189 23.7709 26.4391C23.9128 26.3593 24.0319 26.2443 24.1164 26.1051C24.1967 25.9678 24.2416 25.8127 24.2472 25.6538C24.2528 25.4948 24.2188 25.337 24.1483 25.1944L22.4088 21.8065Z" fill="#1D1D1D"/>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_4088_33998" x1="18.3021" y1="32.3663" x2="18.3021" y2="1.50623" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#EFC530"/>
9
+ <stop offset="1" stop-color="#FCEDB6"/>
10
+ </linearGradient>
11
+ <linearGradient id="paint1_linear_4088_33998" x1="16.0339" y1="31.9337" x2="16.0339" y2="1.92065" gradientUnits="userSpaceOnUse">
12
+ <stop stop-color="#F37C1C"/>
13
+ <stop offset="1" stop-color="#FCC191"/>
14
+ </linearGradient>
15
+ </defs>
16
+ </svg>
@@ -0,0 +1,17 @@
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M14.9883 1.56921H20.368V4.22485L27.0071 8.0851L30.8058 13.3964L29.6764 23.0265L24.2899 28.2693L16.0766 29.7819L8.04123 25.1003L5.50879 20.4187V12.7804L11.3265 5.86751L15.0431 4.30698L14.9883 1.56921Z" fill="url(#paint0_linear_4088_33982)"/>
3
+ <path d="M3.98291 13.458H31.5659L31.8807 20.1039H3.98291V13.458Z" fill="url(#paint1_linear_4088_33982)"/>
4
+ <path d="M31.7916 12.7804H30.4227C29.7287 10.6823 28.5261 8.78854 26.9222 7.26823C25.3183 5.74791 23.3629 4.64828 21.2306 4.06749V1.51452C21.2306 1.33299 21.1586 1.1589 21.0302 1.03055C20.9018 0.902188 20.7277 0.830078 20.5462 0.830078H14.9201C14.7386 0.830078 14.5645 0.902188 14.4361 1.03055C14.3078 1.1589 14.2357 1.33299 14.2357 1.51452V4.06749C12.1004 4.64697 10.1417 5.74584 8.53429 7.26611C6.92684 8.78637 5.72058 10.6808 5.02305 12.7804H3.65417C3.47264 12.7804 3.29856 12.8525 3.1702 12.9809C3.04185 13.1093 2.96973 13.2834 2.96973 13.4649V20.5078C2.96973 20.6893 3.04185 20.8634 3.1702 20.9918C3.29856 21.1201 3.47264 21.1922 3.65417 21.1922H4.33861V32.4581C4.33861 32.6397 4.41073 32.8138 4.53909 32.9421C4.66745 33.0705 4.84153 33.1426 5.02305 33.1426C5.20458 33.1426 5.37866 33.0705 5.50702 32.9421C5.63537 32.8138 5.70749 32.6397 5.70749 32.4581V23.0265C6.62501 24.8367 7.93716 26.4179 9.5472 27.6534C11.6872 29.2989 14.2774 30.2538 16.9734 30.3911V32.4924C16.9734 32.6739 17.0455 32.848 17.1739 32.9763C17.3023 33.1047 17.4763 33.1768 17.6579 33.1768C17.8394 33.1768 18.0135 33.1047 18.1418 32.9763C18.2702 32.848 18.3423 32.6739 18.3423 32.4924V30.3843C21.038 30.2457 23.6279 29.2909 25.7685 27.6465C27.3768 26.4092 28.6886 24.8285 29.6082 23.0197V25.4426C29.6082 25.6241 29.6803 25.7982 29.8087 25.9266C29.937 26.0549 30.1112 26.1271 30.2927 26.1271C30.4742 26.1271 30.6483 26.0549 30.7766 25.9266C30.905 25.7982 30.9771 25.6241 30.9771 25.4426V21.2128H31.6616C31.8431 21.2128 32.0172 21.1406 32.1455 21.0123C32.2739 20.8839 32.346 20.7098 32.346 20.5283V13.4786C32.346 13.297 32.2739 13.1229 32.1455 12.9946C32.0172 12.8662 31.8431 12.7941 31.6616 12.7941L31.7916 12.7804ZM15.0433 5.30633C15.2002 5.27434 15.3409 5.18832 15.441 5.06326C15.541 4.9382 15.5941 4.78202 15.5908 4.62189V2.21949H19.8344V4.62189C19.8312 4.78202 19.8842 4.9382 19.9842 5.06326C20.0843 5.18832 20.225 5.27434 20.3819 5.30633C22.317 5.74451 24.1126 6.65702 25.6073 7.96172C27.102 9.26643 28.2487 10.9224 28.9443 12.7804H6.48777C7.18537 10.9248 8.3319 9.27091 9.82488 7.96664C11.3179 6.66238 13.1108 5.74838 15.0433 5.30633ZM17.0008 28.9743C14.6869 28.832 12.4631 28.0254 10.596 26.6512C8.72892 25.277 7.29775 23.3935 6.47407 21.2265H17.0008V28.9743ZM18.3697 28.9743V21.2265H28.8964C28.0707 23.3818 26.6438 25.255 24.7851 26.6235C22.9264 27.992 20.7141 28.7984 18.4107 28.947L18.3697 28.9743ZM31.0524 19.8165H4.29069V17.0034H7.81559C7.99711 17.0034 8.17119 16.9313 8.29955 16.803C8.42791 16.6746 8.50003 16.5005 8.50003 16.319C8.50003 16.1375 8.42791 15.9634 8.29955 15.835C8.17119 15.7067 7.99711 15.6346 7.81559 15.6346H4.29069V14.2246H31.0524V19.8165Z" fill="#1D1D1D"/>
5
+ <path d="M31.7916 12.7804H30.4227C29.7287 10.6823 28.5261 8.78854 26.9222 7.26823C25.3183 5.74791 23.3629 4.64828 21.2306 4.06749V1.51452C21.2306 1.33299 21.1586 1.1589 21.0302 1.03055C20.9018 0.902188 20.7277 0.830078 20.5462 0.830078H14.9201C14.7386 0.830078 14.5645 0.902188 14.4361 1.03055C14.3078 1.1589 14.2357 1.33299 14.2357 1.51452V4.06749C12.1004 4.64697 10.1417 5.74584 8.53429 7.26611C6.92684 8.78637 5.72058 10.6808 5.02305 12.7804H3.65417C3.47264 12.7804 3.29856 12.8525 3.1702 12.9809C3.04185 13.1093 2.96973 13.2834 2.96973 13.4649V20.5078C2.96973 20.6893 3.04185 20.8634 3.1702 20.9918C3.29856 21.1201 3.47264 21.1922 3.65417 21.1922H4.33861V32.4581C4.33861 32.6397 4.41073 32.8138 4.53909 32.9421C4.66745 33.0705 4.84153 33.1426 5.02305 33.1426C5.20458 33.1426 5.37866 33.0705 5.50702 32.9421C5.63537 32.8138 5.70749 32.6397 5.70749 32.4581V23.0265C6.62501 24.8367 7.93716 26.4179 9.5472 27.6534C11.6872 29.2989 14.2774 30.2538 16.9734 30.3911V32.4924C16.9734 32.6739 17.0455 32.848 17.1739 32.9763C17.3023 33.1047 17.4763 33.1768 17.6579 33.1768C17.8394 33.1768 18.0135 33.1047 18.1418 32.9763C18.2702 32.848 18.3423 32.6739 18.3423 32.4924V30.3843C21.038 30.2457 23.6279 29.2909 25.7685 27.6465C27.3768 26.4092 28.6886 24.8285 29.6082 23.0197V25.4426C29.6082 25.6241 29.6803 25.7982 29.8087 25.9266C29.937 26.0549 30.1112 26.1271 30.2927 26.1271C30.4742 26.1271 30.6483 26.0549 30.7766 25.9266C30.905 25.7982 30.9771 25.6241 30.9771 25.4426V21.2128H31.6616C31.8431 21.2128 32.0172 21.1406 32.1455 21.0123C32.2739 20.8839 32.346 20.7098 32.346 20.5283V13.4786C32.346 13.297 32.2739 13.1229 32.1455 12.9946C32.0172 12.8662 31.8431 12.7941 31.6616 12.7941L31.7916 12.7804ZM15.0433 5.30633C15.2002 5.27434 15.3409 5.18832 15.441 5.06326C15.541 4.9382 15.5941 4.78202 15.5908 4.62189V2.21949H19.8344V4.62189C19.8312 4.78202 19.8842 4.9382 19.9842 5.06326C20.0843 5.18832 20.225 5.27434 20.3819 5.30633C22.317 5.74451 24.1126 6.65702 25.6073 7.96172C27.102 9.26643 28.2487 10.9224 28.9443 12.7804H6.48777C7.18537 10.9248 8.3319 9.27091 9.82488 7.96664C11.3179 6.66238 13.1108 5.74838 15.0433 5.30633ZM17.0008 28.9743C14.6869 28.832 12.4631 28.0254 10.596 26.6512C8.72892 25.277 7.29775 23.3935 6.47407 21.2265H17.0008V28.9743ZM18.3697 28.9743V21.2265H28.8964C28.0707 23.3818 26.6438 25.255 24.7851 26.6235C22.9264 27.992 20.7141 28.7984 18.4107 28.947L18.3697 28.9743ZM31.0524 19.8165H4.29069V17.0034H7.81559C7.99711 17.0034 8.17119 16.9313 8.29955 16.803C8.42791 16.6746 8.50003 16.5005 8.50003 16.319C8.50003 16.1375 8.42791 15.9634 8.29955 15.835C8.17119 15.7067 7.99711 15.6346 7.81559 15.6346H4.29069V14.2246H31.0524V19.8165ZM30.368 28.9743C30.1864 28.9743 30.0124 29.0464 29.884 29.1748C29.7556 29.3032 29.6835 29.4772 29.6835 29.6588V32.4718C29.6835 32.6534 29.7556 32.8274 29.884 32.9558C30.0124 33.0842 30.1864 33.1563 30.368 33.1563C30.5495 33.1563 30.7236 33.0842 30.8519 32.9558C30.9803 32.8274 31.0524 32.6534 31.0524 32.4718V29.6588C31.0561 29.5678 31.0415 29.4769 31.0096 29.3916C30.9777 29.3063 30.9291 29.2282 30.8666 29.1619C30.8042 29.0956 30.7291 29.0424 30.6458 29.0055C30.5625 28.9686 30.4727 28.9487 30.3816 28.947L30.368 28.9743ZM30.8676 27.0647C30.8026 26.9984 30.7248 26.946 30.6389 26.9107C30.553 26.8754 30.4608 26.8579 30.368 26.8594C30.2751 26.8579 30.1829 26.8754 30.097 26.9107C30.0111 26.946 29.9333 26.9984 29.8683 27.0647C29.7381 27.1986 29.6645 27.3776 29.663 27.5644C29.6615 27.6572 29.679 27.7494 29.7143 27.8353C29.7496 27.9212 29.802 27.999 29.8683 28.064C29.9327 28.1316 30.0103 28.1853 30.0962 28.2218C30.1821 28.2583 30.2746 28.2768 30.368 28.2762C30.4613 28.2768 30.5538 28.2583 30.6397 28.2218C30.7256 28.1853 30.8032 28.1316 30.8676 28.064C30.9352 27.9996 30.9888 27.9221 31.0253 27.8361C31.0618 27.7502 31.0803 27.6577 31.0798 27.5644C31.0793 27.3787 31.0084 27.2001 30.8813 27.0647H30.8676Z" fill="#1D1D1D"/>
6
+ <path d="M10.4644 15.7988C10.3305 15.6686 10.1516 15.595 9.96479 15.5935C9.87193 15.592 9.77973 15.6095 9.69384 15.6448C9.60794 15.6801 9.53011 15.7325 9.46512 15.7988C9.39755 15.8632 9.34386 15.9408 9.30738 16.0267C9.27089 16.1126 9.25237 16.2051 9.25294 16.2984C9.25237 16.3918 9.27089 16.4843 9.30738 16.5702C9.34386 16.6561 9.39755 16.7337 9.46512 16.7981C9.52953 16.8657 9.60712 16.9193 9.69304 16.9558C9.77897 16.9923 9.87144 17.0108 9.96479 17.0103C10.0581 17.0108 10.1506 16.9923 10.2365 16.9558C10.3225 16.9193 10.4 16.8657 10.4644 16.7981C10.5308 16.7331 10.5831 16.6553 10.6184 16.5694C10.6537 16.4835 10.6712 16.3913 10.6697 16.2984C10.6682 16.1117 10.5946 15.9327 10.4644 15.7988Z" fill="#1D1D1D"/>
7
+ <defs>
8
+ <linearGradient id="paint0_linear_4088_33982" x1="18.1573" y1="29.7819" x2="18.1573" y2="1.56921" gradientUnits="userSpaceOnUse">
9
+ <stop stop-color="#EFC530"/>
10
+ <stop offset="1" stop-color="#FCEDB6"/>
11
+ </linearGradient>
12
+ <linearGradient id="paint1_linear_4088_33982" x1="17.9318" y1="20.1039" x2="17.9318" y2="13.458" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#F37C1C"/>
14
+ <stop offset="1" stop-color="#FCC191"/>
15
+ </linearGradient>
16
+ </defs>
17
+ </svg>
@@ -0,0 +1,15 @@
1
+ <svg width="35" height="34" viewBox="0 0 35 34" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M15.1059 21.9725L15.6422 22.231V31.2778H19.3514V22.2052L19.8878 21.9467C20.8272 21.492 21.6201 20.7828 22.1765 19.8997C22.7328 19.0167 23.0301 17.9952 23.0347 16.9516C23.0367 16.1188 22.8505 15.2964 22.4903 14.5456C22.13 13.7948 21.6048 13.1351 20.954 12.6156V17.1002L17.5033 19.1745L14.0461 17.1002V12.6221C13.3946 13.1409 12.8689 13.8005 12.5085 14.5515C12.1482 15.3024 11.9625 16.1251 11.9654 16.958C11.9657 18.0043 12.2604 19.0294 12.8158 19.9161C13.3711 20.8029 14.1647 21.5155 15.1059 21.9725Z" fill="url(#paint0_linear_4088_33986)"/>
3
+ <path d="M24.2564 26.3796L26.2919 28.4151L28.9154 25.7915L26.8799 23.756L27.2806 23.1098C27.9608 22.0257 28.4544 20.8353 28.741 19.588L28.909 18.8513H31.791V15.1422H28.909L28.741 14.4055C28.4544 13.1582 27.9608 11.9678 27.2806 10.8837L26.8799 10.2375L28.9154 8.20202L26.2919 5.57846L24.2564 7.61397L23.6102 7.21333C22.5261 6.53315 21.3357 6.0395 20.0884 5.75292L19.3517 5.58491V2.69641H15.6425V5.57846L14.8994 5.74001C13.6522 6.02658 12.4617 6.52022 11.3777 7.20041L10.7315 7.60105L8.69592 5.56553L6.07236 8.18909L6.88011 8.99684L8.1079 10.2246L7.70726 10.8708C7.02707 11.9549 6.53342 13.1453 6.24685 14.3926L6.07883 15.1293H3.19678V18.8384H6.07883L6.24685 19.5751C6.53342 20.8224 7.02707 22.0128 7.70726 23.0969L8.1079 23.7431L6.07236 25.7786L8.69592 28.4021L10.7315 26.3666L11.3777 26.7673C12.1211 27.2317 12.9144 27.6111 13.7427 27.8981V23.3747C12.7291 22.7819 11.8717 21.9555 11.2419 20.9644C10.4734 19.7695 10.0651 18.3787 10.0659 16.958C10.0617 15.4927 10.4924 14.0591 11.3033 12.8386C12.1143 11.6181 13.2691 10.6657 14.6215 10.1018L15.9139 9.55257V16.0533L17.4713 16.9903L19.0221 16.0533V9.59134L20.3145 10.1406C21.6672 10.7049 22.8224 11.6573 23.6344 12.8775C24.4463 14.0977 24.8786 15.5311 24.8767 16.9968C24.8792 18.4186 24.4684 19.8106 23.6942 21.0032C23.0627 21.9929 22.2057 22.8189 21.1934 23.4135V27.9369C22.0206 27.6473 22.8137 27.2681 23.5585 26.806L24.2047 26.4054L24.2564 26.3796Z" fill="url(#paint1_linear_4088_33986)"/>
4
+ <path d="M33.6905 20.7512V13.2489H30.3885C30.1151 12.3054 29.738 11.3952 29.2641 10.5348L31.5904 8.20853L26.2851 2.89679L23.9588 5.2231C23.0979 4.75022 22.1878 4.37317 21.2447 4.09871V0.80957H13.7359V4.11164C12.7925 4.38495 11.8823 4.76206 11.0219 5.23603L8.68913 2.90971L3.38388 8.215L5.71017 10.5413C5.2373 11.4022 4.86025 12.3123 4.5858 13.2553H1.30957V20.7641H4.59873C4.87205 21.7076 5.24914 22.6178 5.72311 23.4782L3.39678 25.8109L8.70207 31.1162L11.0284 28.7899C11.8887 29.2639 12.7989 29.641 13.7424 29.9143V33.1905H21.2512V29.9014C22.1947 29.6281 23.1049 29.251 23.9653 28.777L26.2915 31.1033L31.5968 25.798L29.2705 23.4717C29.7445 22.6114 30.1216 21.7011 30.3949 20.7577H33.6905V20.7512ZM19.3579 22.2052V31.2519H15.6487V22.2052L15.1123 21.9467C14.1729 21.492 13.38 20.7828 12.8236 19.8997C12.2673 19.0167 11.9699 17.9952 11.9654 16.9516C11.9634 16.1188 12.1496 15.2964 12.5098 14.5456C12.8701 13.7948 13.3953 13.1351 14.0461 12.6156V17.1067L17.5033 19.181L20.954 17.1067V12.6285C21.6055 13.1474 22.1312 13.807 22.4915 14.5579C22.8519 15.3088 23.0376 16.1316 23.0347 16.9645C23.0301 18.0082 22.7328 19.0296 22.1765 19.9127C21.6201 20.7957 20.8272 21.5049 19.8877 21.9596L19.3579 22.2116V22.2052ZM28.9216 25.7722L26.298 28.3957L24.2625 26.3602L23.6163 26.7609C22.8729 27.2253 22.0795 27.6047 21.2512 27.8917V23.3683C22.2649 22.7755 23.1222 21.9491 23.752 20.958C24.5205 19.7631 24.9288 18.3723 24.9281 16.9516C24.9349 15.4899 24.509 14.059 23.7041 12.8389C22.8991 11.6188 21.7511 10.6643 20.4047 10.0954L19.1123 9.53969V16.0017L17.555 16.9387L15.9976 16.0017V9.53969L14.7052 10.089C13.3533 10.6536 12.199 11.6062 11.3881 12.8265C10.5773 14.0468 10.1462 15.48 10.1495 16.9451C10.1447 18.3664 10.5534 19.7584 11.3256 20.9515C11.959 21.9397 12.8156 22.7653 13.8264 23.3619V27.8852C12.9981 27.5982 12.2048 27.2189 11.4613 26.7544L10.8151 26.3538L8.77961 28.3893L6.15605 25.7657L8.19159 23.7302L7.79095 23.084C7.11076 21.9999 6.61711 20.8095 6.33054 19.5622L6.16252 18.8256H3.28046V15.1164H6.16252L6.33054 14.3797C6.61711 13.1324 7.11076 11.942 7.79095 10.8579L8.19159 10.2117L6.15605 8.17622L8.77961 5.55266L10.8151 7.58818L11.4613 7.18754C12.5454 6.50735 13.7358 6.01371 14.9831 5.72713L15.7198 5.55912V2.67062H19.4289V5.55266L20.1656 5.72067C21.4129 6.00725 22.6033 6.50089 23.6874 7.18108L24.3336 7.58172L26.3691 5.5462L28.9927 8.16976L26.9571 10.2053L27.3578 10.8515C28.038 11.9355 28.5316 13.126 28.8182 14.3733L28.9862 15.1099H31.8747V18.8191H28.9927L28.8247 19.5558C28.5381 20.803 28.0444 21.9935 27.3643 23.0775L26.9636 23.7237L29.0056 25.7722H28.9216Z" fill="#1D1D1D"/>
5
+ <defs>
6
+ <linearGradient id="paint0_linear_4088_33986" x1="17.5033" y1="31.2972" x2="17.5033" y2="12.6414" gradientUnits="userSpaceOnUse">
7
+ <stop stop-color="#EFC530"/>
8
+ <stop offset="1" stop-color="#FCEDB6"/>
9
+ </linearGradient>
10
+ <linearGradient id="paint1_linear_4088_33986" x1="17.5036" y1="28.4151" x2="17.5036" y2="2.70934" gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#F37C1C"/>
12
+ <stop offset="1" stop-color="#FCC191"/>
13
+ </linearGradient>
14
+ </defs>
15
+ </svg>
@@ -0,0 +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="M27.2 2.13013H24.4194V5.54598H27.2V2.13013Z" fill="white"/>
3
+ <path d="M10.8842 13.6816H5.57373V17.0028H10.8842V13.6816Z" fill="white"/>
4
+ <path d="M23.3271 18.5797H30.014V25.1941H23.3271V18.5797Z" fill="url(#paint0_linear_4088_33975)"/>
5
+ <path d="M30.0139 16.6852V8.01462C30.0139 7.68062 29.8812 7.3603 29.6451 7.12412C29.4089 6.88795 29.0886 6.75527 28.7546 6.75527H4.94946C4.82459 6.75453 4.7008 6.77849 4.58523 6.82577C4.46965 6.87305 4.36456 6.94271 4.27601 7.03075C4.18745 7.11878 4.11718 7.22346 4.06922 7.33876C4.02127 7.45405 3.99658 7.57769 3.99658 7.70256V12.2162H22.3408C22.4656 12.2162 22.5893 12.2409 22.7046 12.2888C22.8199 12.3368 22.9246 12.407 23.0126 12.4956C23.1006 12.5842 23.1703 12.6892 23.2176 12.8048C23.2649 12.9204 23.2888 13.0442 23.2881 13.1691V16.6852H30.0139Z" fill="url(#paint1_linear_4088_33975)"/>
6
+ <path d="M4.01318 28.0416V31.2959H31.2843V27.0943H4.96606C4.84119 27.0936 4.7174 27.1175 4.60183 27.1648C4.48625 27.2121 4.38117 27.2818 4.29261 27.3698C4.20405 27.4578 4.13378 27.5625 4.08582 27.6778C4.03787 27.7931 4.01318 27.9168 4.01318 28.0416Z" fill="url(#paint2_linear_4088_33975)"/>
7
+ <path d="M32.2431 25.1941H31.9311V8.01457C31.9296 7.17802 31.597 6.37608 31.006 5.78403C30.415 5.19198 29.6137 4.85798 28.7771 4.85504H28.1474V2.70411H28.5208C28.7725 2.70411 29.0141 2.60449 29.1926 2.42699C29.3712 2.2495 29.4722 2.00856 29.4737 1.75681C29.4722 1.50506 29.3712 1.26413 29.1926 1.08663C29.0141 0.909136 28.7725 0.809505 28.5208 0.809509H22.8258C22.5746 0.809509 22.3337 0.909317 22.156 1.08697C21.9783 1.26462 21.8785 1.50557 21.8785 1.75681C21.8785 2.00805 21.9783 2.249 22.156 2.42665C22.3337 2.60431 22.5746 2.70411 22.8258 2.70411H23.1992V4.85504H4.96645C4.2117 4.85651 3.48829 5.15698 2.95461 5.69067C2.42092 6.22435 2.12045 6.94776 2.11897 7.70251V13.169C2.11897 13.4202 2.21877 13.6612 2.39643 13.8388C2.57408 14.0165 2.81503 14.1163 3.06627 14.1163H4.24761V15.71C4.24761 16.3425 4.49888 16.9491 4.94615 17.3964C5.39342 17.8437 6.00004 18.095 6.63258 18.095H7.21768V19.3543C7.21768 19.6055 7.31748 19.8465 7.49514 20.0241C7.67279 20.2018 7.91373 20.3016 8.16497 20.3016C8.41621 20.3016 8.65717 20.2018 8.83482 20.0241C9.01247 19.8465 9.11228 19.6055 9.11228 19.3543V18.095H9.66952C10.3011 18.0935 10.9063 17.8416 11.3523 17.3944C11.7984 16.9473 12.0489 16.3416 12.0489 15.71V14.1163H21.3882V25.1941H4.94415C4.18941 25.1956 3.466 25.4961 2.93231 26.0298C2.39863 26.5634 2.09815 27.2869 2.09668 28.0416V32.2432C2.09668 32.4944 2.19649 32.7353 2.37414 32.913C2.55179 33.0907 2.79275 33.1905 3.04399 33.1905H32.2431C32.4944 33.1905 32.7353 33.0907 32.913 32.913C33.0906 32.7353 33.1904 32.4944 33.1904 32.2432V26.147C33.189 25.8957 33.0889 25.655 32.9117 25.4768C32.7345 25.2985 32.4944 25.197 32.2431 25.1941ZM25.1049 2.70411H26.2584V4.85504H25.1049V2.70411ZM10.1822 15.71C10.1822 15.7741 10.1695 15.8376 10.1447 15.8968C10.12 15.956 10.0838 16.0097 10.0382 16.0548C9.9926 16.0999 9.9385 16.1355 9.87904 16.1595C9.81958 16.1835 9.75593 16.1955 9.6918 16.1948H6.61029C6.54642 16.1955 6.48304 16.1835 6.42388 16.1594C6.36473 16.1353 6.31099 16.0996 6.26583 16.0545C6.22066 16.0093 6.18498 15.9555 6.16088 15.8964C6.13678 15.8372 6.12475 15.7739 6.1255 15.71V14.1163H10.1543V15.71H10.1822ZM4.01915 12.2161V7.70251C4.01915 7.57764 4.04383 7.454 4.09179 7.3387C4.13974 7.22341 4.21002 7.11873 4.29857 7.03069C4.38713 6.94265 4.49222 6.87299 4.60779 6.82572C4.72337 6.77844 4.84715 6.75448 4.97202 6.75521H28.7771C29.1111 6.75521 29.4314 6.88789 29.6676 7.12407C29.9038 7.36024 30.0365 7.68057 30.0365 8.01457V16.6851H23.3274V13.169C23.3281 13.0441 23.3041 12.9203 23.2568 12.8048C23.2096 12.6892 23.1399 12.5841 23.0519 12.4955C22.9638 12.407 22.8592 12.3367 22.7439 12.2888C22.6286 12.2408 22.5049 12.2161 22.3801 12.2161H4.01915ZM30.0142 18.5797V25.1941H23.3274V18.5797H30.0142ZM31.268 31.2959H3.99685V28.0416C3.99685 27.9167 4.02154 27.7931 4.06949 27.6778C4.11745 27.5625 4.18772 27.4578 4.27628 27.3698C4.36484 27.2818 4.46992 27.2121 4.5855 27.1648C4.70108 27.1175 4.82486 27.0936 4.94973 27.0943H31.268V31.2959Z" fill="#1D1D1D"/>
8
+ <path d="M27.1945 13.6872H26.5425C26.2913 13.6872 26.0503 13.787 25.8727 13.9647C25.695 14.1423 25.5952 14.3833 25.5952 14.6345C25.5952 14.8857 25.695 15.1267 25.8727 15.3043C26.0503 15.482 26.2913 15.5818 26.5425 15.5818H27.1945C27.4457 15.5818 27.6867 15.482 27.8643 15.3043C28.042 15.1267 28.1418 14.8857 28.1418 14.6345C28.1418 14.3833 28.042 14.1423 27.8643 13.9647C27.6867 13.787 27.4457 13.6872 27.1945 13.6872Z" fill="#1D1D1D"/>
9
+ <defs>
10
+ <linearGradient id="paint0_linear_4088_33975" x1="26.665" y1="25.1941" x2="26.665" y2="18.5797" gradientUnits="userSpaceOnUse">
11
+ <stop stop-color="#EFC530"/>
12
+ <stop offset="1" stop-color="#FCEDB6"/>
13
+ </linearGradient>
14
+ <linearGradient id="paint1_linear_4088_33975" x1="17.0192" y1="16.6852" x2="17.0192" y2="6.75527" gradientUnits="userSpaceOnUse">
15
+ <stop stop-color="#F37C1C"/>
16
+ <stop offset="1" stop-color="#FCC191"/>
17
+ </linearGradient>
18
+ <linearGradient id="paint2_linear_4088_33975" x1="17.6487" y1="31.2959" x2="17.6487" y2="27.0943" gradientUnits="userSpaceOnUse">
19
+ <stop stop-color="#F37C1C"/>
20
+ <stop offset="1" stop-color="#FCC191"/>
21
+ </linearGradient>
22
+ </defs>
23
+ </svg>