blocks-dusted 0.1.10 → 0.1.12

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 (249) hide show
  1. package/README.md +35 -0
  2. package/package.json +5 -2
  3. package/src/cli.js +39 -3
  4. package/src/commands/shop.js +59 -0
  5. package/src/commands/warehouse.js +73 -0
  6. package/src/utils/paths.js +13 -13
  7. package/templates/blocks/DD-Accordion/Component.tsx +229 -0
  8. package/templates/blocks/DD-Accordion/README.md +3 -0
  9. package/templates/blocks/DD-Accordion/config.ts +73 -0
  10. package/templates/blocks/DD-Accordion/manifest.json +75 -0
  11. package/templates/blocks/DD-AnimText/Component.tsx +788 -0
  12. package/templates/blocks/DD-AnimText/README.md +3 -0
  13. package/templates/blocks/DD-AnimText/config.ts +295 -0
  14. package/templates/blocks/DD-AnimText/manifest.json +85 -0
  15. package/templates/blocks/DD-AsideNav/Component.tsx +321 -0
  16. package/templates/blocks/DD-AsideNav/config.ts +204 -0
  17. package/templates/blocks/DD-AsideNav/manifest.json +80 -0
  18. package/templates/blocks/DD-Banner/Component.tsx +51 -0
  19. package/templates/blocks/DD-Banner/config.ts +57 -0
  20. package/templates/blocks/DD-Banner/manifest.json +72 -0
  21. package/templates/blocks/DD-BgLightning/Component.tsx +44 -0
  22. package/templates/blocks/DD-BgLightning/README.md +3 -0
  23. package/templates/blocks/DD-BgLightning/config.ts +97 -0
  24. package/templates/blocks/DD-BgLightning/manifest.json +79 -0
  25. package/templates/blocks/DD-BookCall/Component.tsx +535 -535
  26. package/templates/blocks/DD-BookCall/config.ts +238 -238
  27. package/templates/blocks/DD-ButtonPop/Component.tsx +117 -0
  28. package/templates/blocks/DD-ButtonPop/config.ts +105 -0
  29. package/templates/blocks/DD-ButtonPop/manifest.json +88 -0
  30. package/templates/blocks/DD-ButtonPop/svg-icons/Dust2.tsx +167 -0
  31. package/templates/blocks/DD-Card/Component.tsx +251 -0
  32. package/templates/blocks/DD-Card/README.md +4 -0
  33. package/templates/blocks/DD-Card/config.ts +154 -0
  34. package/templates/blocks/DD-Card/manifest.json +82 -0
  35. package/templates/blocks/DD-CardTemplate01/Component.tsx +140 -140
  36. package/templates/blocks/DD-CardTemplate01/config.ts +106 -106
  37. package/templates/blocks/DD-Carousel-A/Component.tsx +249 -249
  38. package/templates/blocks/DD-Carousel-B/Component.tsx +403 -403
  39. package/templates/blocks/DD-Chip/Component.tsx +250 -0
  40. package/templates/blocks/DD-Chip/EXAMPLES.md +313 -0
  41. package/templates/blocks/DD-Chip/README.md +202 -0
  42. package/templates/blocks/DD-Chip/config.ts +369 -0
  43. package/templates/blocks/DD-Chip/manifest.json +74 -0
  44. package/templates/blocks/DD-ComparisonTable/Component.tsx +256 -256
  45. package/templates/blocks/DD-Contact/Component.tsx +435 -434
  46. package/templates/blocks/DD-Contact/config.ts +22 -22
  47. package/templates/blocks/DD-Counter/Component.tsx +190 -0
  48. package/templates/blocks/DD-Counter/README.md +4 -0
  49. package/templates/blocks/DD-Counter/config.ts +291 -0
  50. package/templates/blocks/DD-Counter/manifest.json +74 -0
  51. package/templates/blocks/DD-CustomCSS/Component.tsx +8 -0
  52. package/templates/blocks/DD-CustomCSS/README.md +4 -0
  53. package/templates/blocks/DD-CustomCSS/addToLayout.md +5 -0
  54. package/templates/blocks/DD-CustomCSS/config.ts +22 -0
  55. package/templates/blocks/DD-CustomCSS/manifest.json +72 -0
  56. package/templates/blocks/DD-CustomCSS/renderCustomCSS.md +7 -0
  57. package/templates/blocks/DD-FeatCat/Component.tsx +302 -302
  58. package/templates/blocks/DD-FeatCat/config.ts +201 -201
  59. package/templates/blocks/DD-FeatStrip/Component.tsx +585 -585
  60. package/templates/blocks/DD-FeatStrip/config.ts +134 -134
  61. package/templates/blocks/DD-FluidBtn/ButtonsEyeCatching.tsx +628 -0
  62. package/templates/blocks/DD-FluidBtn/Component.tsx +43 -0
  63. package/templates/blocks/DD-FluidBtn/README.md +6 -0
  64. package/templates/blocks/DD-FluidBtn/config.ts +102 -0
  65. package/templates/blocks/DD-FluidBtn/manifest.json +86 -0
  66. package/templates/blocks/DD-GooeyInfo/Component.tsx +149 -0
  67. package/templates/blocks/DD-GooeyInfo/config.ts +135 -0
  68. package/templates/blocks/DD-GooeyInfo/manifest.json +72 -0
  69. package/templates/blocks/DD-Hero/Component.tsx +297 -297
  70. package/templates/blocks/DD-Hero/config.ts +267 -267
  71. package/templates/blocks/DD-HorizontalScroll/Component.tsx +936 -936
  72. package/templates/blocks/DD-HorizontalScroll/config.ts +231 -231
  73. package/templates/blocks/DD-Icon/Component.tsx +287 -0
  74. package/templates/blocks/DD-Icon/README.md +4 -0
  75. package/templates/blocks/DD-Icon/config.ts +258 -0
  76. package/templates/blocks/DD-Icon/hooks/revalidateBlockIds.ts +66 -0
  77. package/templates/blocks/DD-Icon/manifest.json +82 -0
  78. package/templates/blocks/DD-IconButton/Component.tsx +455 -0
  79. package/templates/blocks/DD-IconButton/README.md +326 -0
  80. package/templates/blocks/DD-IconButton/config.ts +239 -0
  81. package/templates/blocks/DD-IconButton/manifest.json +85 -0
  82. package/templates/blocks/DD-IdTag/Component.tsx +21 -0
  83. package/templates/blocks/DD-IdTag/README.md +4 -0
  84. package/templates/blocks/DD-IdTag/config.ts +41 -0
  85. package/templates/blocks/DD-IdTag/manifest.json +72 -0
  86. package/templates/blocks/DD-Iframe/Component.tsx +45 -0
  87. package/templates/blocks/DD-Iframe/README.md +4 -0
  88. package/templates/blocks/DD-Iframe/config.ts +47 -0
  89. package/templates/blocks/DD-Iframe/manifest.json +72 -0
  90. package/templates/blocks/DD-IframeMedia/Component.tsx +133 -0
  91. package/templates/blocks/DD-IframeMedia/README.md +4 -0
  92. package/templates/blocks/DD-IframeMedia/config.ts +79 -0
  93. package/templates/blocks/DD-IframeMedia/manifest.json +72 -0
  94. package/templates/blocks/DD-LineAnim/Component.tsx +36 -0
  95. package/templates/blocks/DD-LineAnim/README.md +4 -0
  96. package/templates/blocks/DD-LineAnim/config.ts +90 -0
  97. package/templates/blocks/DD-LineAnim/manifest.json +80 -0
  98. package/templates/blocks/DD-LinkGrid/Component.tsx +119 -0
  99. package/templates/blocks/DD-LinkGrid/README.md +4 -0
  100. package/templates/blocks/DD-LinkGrid/config.ts +51 -0
  101. package/templates/blocks/DD-LinkGrid/manifest.json +74 -0
  102. package/templates/blocks/DD-LogoMarq/Component.tsx +132 -0
  103. package/templates/blocks/DD-LogoMarq/README.md +4 -0
  104. package/templates/blocks/DD-LogoMarq/config.ts +264 -0
  105. package/templates/blocks/DD-LogoMarq/manifest.json +82 -0
  106. package/templates/blocks/DD-Lottie/Component.tsx +459 -0
  107. package/templates/blocks/DD-Lottie/README.md +4 -0
  108. package/templates/blocks/DD-Lottie/config.ts +379 -0
  109. package/templates/blocks/DD-Lottie/index.tsx +28 -0
  110. package/templates/blocks/DD-Lottie/manifest.json +83 -0
  111. package/templates/blocks/DD-MagicBento/Component.tsx +777 -0
  112. package/templates/blocks/DD-MagicBento/README.md +4 -0
  113. package/templates/blocks/DD-MagicBento/config.ts +264 -0
  114. package/templates/blocks/DD-MagicBento/manifest.json +74 -0
  115. package/templates/blocks/DD-MasonaryMedia/Component.tsx +545 -545
  116. package/templates/blocks/DD-MasonaryMedia/config.ts +2 -2
  117. package/templates/blocks/DD-MasonaryMedia/vendor.d.ts +2 -2
  118. package/templates/blocks/DD-Masonry/Component.tsx +645 -0
  119. package/templates/blocks/DD-Masonry/README.md +4 -0
  120. package/templates/blocks/DD-Masonry/config.ts +475 -0
  121. package/templates/blocks/DD-Masonry/manifest.json +82 -0
  122. package/templates/blocks/DD-Pricing/Component.tsx +2 -5
  123. package/templates/blocks/DD-Process/Component.tsx +2 -4
  124. package/templates/blocks/DD-Process/config.ts +150 -150
  125. package/templates/blocks/DD-Progress/Component.tsx +156 -0
  126. package/templates/blocks/DD-Progress/README.md +4 -0
  127. package/templates/blocks/DD-Progress/config.ts +175 -0
  128. package/templates/blocks/DD-Progress/manifest.json +74 -0
  129. package/templates/blocks/DD-ProjHeader/Component.tsx +91 -0
  130. package/templates/blocks/DD-ProjHeader/README.md +4 -0
  131. package/templates/blocks/DD-ProjHeader/config.ts +96 -0
  132. package/templates/blocks/DD-ProjHeader/manifest.json +72 -0
  133. package/templates/blocks/DD-ProjSlider/Component.tsx +123 -0
  134. package/templates/blocks/DD-ProjSlider/README.md +4 -0
  135. package/templates/blocks/DD-ProjSlider/config.ts +64 -0
  136. package/templates/blocks/DD-ProjSlider/manifest.json +72 -0
  137. package/templates/blocks/DD-ScrollText/Component.tsx +114 -0
  138. package/templates/blocks/DD-ScrollText/README.md +4 -0
  139. package/templates/blocks/DD-ScrollText/config.ts +58 -0
  140. package/templates/blocks/DD-ScrollText/manifest.json +72 -0
  141. package/templates/blocks/DD-Section/Component.tsx +266 -266
  142. package/templates/blocks/DD-Separator/Component.tsx +66 -0
  143. package/templates/blocks/DD-Separator/README.md +4 -0
  144. package/templates/blocks/DD-Separator/config.ts +58 -0
  145. package/templates/blocks/DD-Separator/manifest.json +72 -0
  146. package/templates/blocks/DD-Services/Component.tsx +176 -176
  147. package/templates/blocks/DD-Services/config.ts +149 -149
  148. package/templates/blocks/DD-ShowcaseGrid/Component.tsx +307 -307
  149. package/templates/blocks/DD-Slider-A/Component.tsx +1 -1
  150. package/templates/blocks/DD-StackCards/Component.tsx +1 -1
  151. package/templates/blocks/DD-StackCards/config.ts +399 -399
  152. package/templates/blocks/DD-Team/Component.tsx +247 -247
  153. package/templates/blocks/DD-Team/config.ts +173 -173
  154. package/templates/blocks/DD-TeamCards/Component.tsx +251 -0
  155. package/templates/blocks/DD-TeamCards/README.md +4 -0
  156. package/templates/blocks/DD-TeamCards/config.ts +302 -0
  157. package/templates/blocks/DD-TeamCards/manifest.json +74 -0
  158. package/templates/blocks/DD-TechStack/Component.tsx +174 -174
  159. package/templates/blocks/DD-TechStack/config.ts +153 -153
  160. package/templates/blocks/DD-TestMarq/Component.tsx +132 -0
  161. package/templates/blocks/DD-TestMarq/README.md +4 -0
  162. package/templates/blocks/DD-TestMarq/RowLabel.tsx +9 -0
  163. package/templates/blocks/DD-TestMarq/config.ts +88 -0
  164. package/templates/blocks/DD-TestMarq/manifest.json +72 -0
  165. package/templates/blocks/DD-Testim/Component.tsx +247 -0
  166. package/templates/blocks/DD-Testim/README.md +4 -0
  167. package/templates/blocks/DD-Testim/config.ts +101 -0
  168. package/templates/blocks/DD-Testim/manifest.json +75 -0
  169. package/templates/blocks/DD-Testim2/Component.tsx +256 -0
  170. package/templates/blocks/DD-Testim2/README.md +4 -0
  171. package/templates/blocks/DD-Testim2/config.ts +100 -0
  172. package/templates/blocks/DD-Testim2/manifest.json +74 -0
  173. package/templates/blocks/DD-Testimonials/Component.tsx +139 -147
  174. package/templates/blocks/DD-Testimonials/config.ts +120 -120
  175. package/templates/blocks/DD-TextMarq/Component.tsx +157 -0
  176. package/templates/blocks/DD-TextMarq/README.md +4 -0
  177. package/templates/blocks/DD-TextMarq/config.ts +237 -0
  178. package/templates/blocks/DD-TextMarq/manifest.json +82 -0
  179. package/templates/blocks/DD-Thanks/Component.tsx +501 -0
  180. package/templates/blocks/DD-Thanks/README.md +4 -0
  181. package/templates/blocks/DD-Thanks/config.ts +224 -0
  182. package/templates/blocks/DD-Thanks/manifest.json +72 -0
  183. package/templates/blocks/DD-VertMarq/Component.tsx +154 -0
  184. package/templates/blocks/DD-VertMarq/README.md +4 -0
  185. package/templates/blocks/DD-VertMarq/config.ts +236 -0
  186. package/templates/blocks/DD-VertMarq/dist/index.css +6 -0
  187. package/templates/blocks/DD-VertMarq/dist/index.min.css +1 -0
  188. package/templates/blocks/DD-VertMarq/manifest.json +74 -0
  189. package/templates/blocks/DD-Work/Component.tsx +318 -315
  190. package/templates/blocks/DD-Work/config.ts +165 -165
  191. package/templates/blocks/DD-Work-B/Component.tsx +294 -294
  192. package/templates/blocks/DDHG-CTASection2/Component.tsx +185 -0
  193. package/templates/blocks/DDHG-CTASection2/config.ts +140 -0
  194. package/templates/blocks/DDHG-CTASection2/manifest.json +45 -0
  195. package/templates/blocks/DDHG-HighlightArc/Component.tsx +243 -0
  196. package/templates/blocks/DDHG-HighlightArc/config.ts +85 -0
  197. package/templates/blocks/DDHG-HighlightArc/manifest.json +46 -0
  198. package/templates/blocks/DDHG-LogoMarquee/Component.tsx +143 -0
  199. package/templates/blocks/DDHG-LogoMarquee/config.ts +154 -0
  200. package/templates/blocks/DDHG-LogoMarquee/manifest.json +39 -0
  201. package/templates/blocks/DDHG-NavCodeGrid/Component.tsx +227 -0
  202. package/templates/blocks/DDHG-NavCodeGrid/config.ts +64 -0
  203. package/templates/blocks/DDHG-NavCodeGrid/manifest.json +45 -0
  204. package/templates/blocks/DDHG-ProcessSec/Component.tsx +574 -0
  205. package/templates/blocks/DDHG-ProcessSec/config.ts +170 -0
  206. package/templates/blocks/DDHG-ProcessSec/manifest.json +56 -0
  207. package/templates/blocks/DDHG-ServiceDetails/Component.tsx +164 -0
  208. package/templates/blocks/DDHG-ServiceDetails/ServiceDetailCard.tsx +390 -0
  209. package/templates/blocks/DDHG-ServiceDetails/config.ts +77 -0
  210. package/templates/blocks/DDHG-ServiceDetails/manifest.json +50 -0
  211. package/templates/blocks/DDHG-ServiceHero/Component.tsx +234 -0
  212. package/templates/blocks/DDHG-ServiceHero/config.ts +49 -0
  213. package/templates/blocks/DDHG-ServiceHero/manifest.json +26 -0
  214. package/templates/blocks/DDHG-ServiceOverview/Component.tsx +277 -0
  215. package/templates/blocks/DDHG-ServiceOverview/config.ts +64 -0
  216. package/templates/blocks/DDHG-ServiceOverview/manifest.json +44 -0
  217. package/templates/blocks/DDHG-StatsFAQ/Component.tsx +389 -0
  218. package/templates/blocks/DDHG-StatsFAQ/config.ts +204 -0
  219. package/templates/blocks/DDHG-StatsFAQ/manifest.json +45 -0
  220. package/templates/blocks/DDHG-TeamCards/Component.tsx +169 -0
  221. package/templates/blocks/DDHG-TeamCards/config.ts +48 -0
  222. package/templates/blocks/DDHG-TeamCards/manifest.json +29 -0
  223. package/templates/shared/src/components/BgLightning/index.tsx +242 -0
  224. package/templates/shared/src/components/ui/ShareButton/index.tsx +80 -0
  225. package/templates/shared/src/components/ui/anims/FadeOnScroll.tsx +48 -0
  226. package/templates/shared/src/components/ui/anims/FadeUpOnInView.tsx +63 -0
  227. package/templates/shared/src/components/ui/anims/GlareHover.tsx +111 -0
  228. package/templates/shared/src/components/ui/anims/LineAnims.tsx +81 -0
  229. package/templates/shared/src/components/ui/anims/TitleAnims01.tsx +54 -0
  230. package/templates/shared/src/components/ui/anims/animation-container.tsx +29 -0
  231. package/templates/shared/src/components/ui/anims/blur-in.tsx +26 -0
  232. package/templates/shared/src/components/ui/anims/counter.tsx +53 -0
  233. package/templates/shared/src/components/ui/anims/fade.tsx +83 -0
  234. package/templates/shared/src/components/ui/anims/gradual-spacing.tsx +39 -0
  235. package/templates/shared/src/components/ui/anims/pull-up.tsx +93 -0
  236. package/templates/shared/src/components/ui/anims/reveal-text.tsx +76 -0
  237. package/templates/shared/src/components/ui/anims/rotate-words.tsx +43 -0
  238. package/templates/shared/src/components/ui/anims/shiny-text.tsx +58 -0
  239. package/templates/shared/src/components/ui/anims/shuffle-text.tsx +85 -0
  240. package/templates/shared/src/components/ui/anims/split-text.tsx +211 -0
  241. package/templates/shared/src/components/ui/anims/staggered-fade.tsx +133 -0
  242. package/templates/shared/src/components/ui/anims/text-scroll.tsx +111 -0
  243. package/templates/shared/src/components/ui/anims/typing-effect.tsx +112 -0
  244. package/templates/shared/src/components/ui/button-dusted-fluid/index.tsx +1521 -0
  245. package/templates/shared/src/components/ui/separator.tsx +85 -0
  246. package/templates/shared/src/hooks/useBodyScrollLock.ts +97 -0
  247. package/templates/shared/src/hooks/useClickOutside.ts +28 -0
  248. package/templates/shared/src/utilities/renderCustomCSS.ts +5 -0
  249. package/templates/shared/src/utilities/smoothScroll.ts +65 -0
@@ -0,0 +1,390 @@
1
+ 'use client'
2
+
3
+ import { AnimatePresence, motion } from 'framer-motion'
4
+ import { ChevronDown, ChevronUp, CircleDot } from 'lucide-react'
5
+ import React from 'react'
6
+ import RichText from '@/components/RichText/index'
7
+ import { cn } from '@/utilities/ui'
8
+
9
+ export type ServiceDetailLayout = 'left' | 'right' | 'center' | 'split' | 'asym' | 'bleed'
10
+
11
+ export const InlineLogoIcon = () => (
12
+ <svg
13
+ className="inlineSVGIcon m-auto opacity-80 drop-shadow-md"
14
+ width="193"
15
+ height="63"
16
+ viewBox="0 0 193 63"
17
+ fill="none"
18
+ xmlns="http://www.w3.org/2000/svg"
19
+ >
20
+ {' '}
21
+ <path
22
+ fillRule="evenodd"
23
+ clipRule="evenodd"
24
+ d="M11.9815 59.0665C13.6553 59.043 15.2018 58.7404 16.4509 57.7466C16.4306 57.7306 16.414 57.7158 16.4004 57.7036C16.3775 57.6832 16.3625 57.6697 16.3532 57.672C14.8895 57.9593 13.3641 57.8192 11.8382 57.6791L11.7818 57.6738C11.1641 57.617 10.5488 57.5872 9.94058 57.6245C8.91154 57.6868 8.03321 58.0133 7.33636 58.6613C6.23673 59.6838 5.52216 60.9107 5.47662 62.577C4.83972 61.5158 4.44471 60.4873 4.2383 59.4265C3.88786 57.6258 3.87655 55.8647 4.32702 54.1749C4.4116 53.8558 4.40024 53.5328 4.30912 53.1977C3.86365 51.5559 3.92707 50.0023 4.54961 48.5441C4.55331 48.5356 4.55763 48.5269 4.56234 48.5181C4.56903 48.5057 4.5765 48.493 4.58407 48.4802C4.62768 48.4064 4.6744 48.3274 4.59255 48.2476C4.52155 48.1787 4.42482 48.1969 4.33291 48.2142C4.30609 48.2193 4.27967 48.2242 4.25443 48.227C2.57702 48.4017 1.27341 49.6829 1.14331 51.2818C1.1416 51.3016 1.13982 51.3214 1.13664 51.3414C1.1271 51.4015 1.10479 51.4626 1.03422 51.5273C1.02919 51.5058 1.02387 51.4842 1.01842 51.4627L1.00448 51.408L0.984264 51.3308C0.94678 51.1891 0.909296 51.0474 0.891303 50.906C0.520811 48.0377 1.37256 45.7529 3.82491 44.2849C4.63605 43.799 5.56474 43.4837 6.55729 43.3193C6.58208 43.3152 6.61085 43.3139 6.64046 43.3127C6.7451 43.3084 6.86065 43.3034 6.85104 43.1704C6.84699 43.116 6.81848 43.0828 6.77882 43.0601C6.74088 43.0384 6.69271 43.0263 6.64611 43.0145C6.61774 43.0075 6.58997 43.0005 6.56537 42.9915C4.51421 42.245 2.56875 42.15 0.792752 43.0899C0.780977 43.0962 0.764079 43.0954 0.726999 43.0935L0.720856 43.0932L0.695041 43.092C0.674987 43.0912 0.650777 43.0904 0.621349 43.0902C0.69181 42.9952 0.757033 42.9025 0.820299 42.8125L0.821862 42.8103C0.896691 42.7039 0.968843 42.6014 1.04344 42.5039C1.10153 42.428 1.16113 42.355 1.22482 42.2854C2.6361 40.7445 4.32654 39.5756 6.59193 39.1978C7.3391 39.0734 8.11352 39.079 8.8947 39.1353C8.9002 39.1357 8.90588 39.1362 8.91169 39.1369C8.91774 39.1377 8.92392 39.1386 8.93021 39.1397L8.94483 39.1423L8.95187 39.1437L8.98655 39.1509L8.98764 39.1511L8.9887 39.1513C9.00416 39.1546 9.02031 39.1581 9.03567 39.1609C9.08233 39.1695 9.12702 39.1734 9.15981 39.1584C9.18149 39.1486 9.19801 39.1305 9.20658 39.1001C9.23979 38.9827 9.12596 38.9222 9.02352 38.8678L9.02219 38.8672C8.99933 38.855 8.97717 38.8431 8.95723 38.8311C7.52659 37.9584 5.9858 37.4209 4.40533 37.0064L4.3942 37.0035C4.26842 36.9704 4.14142 36.937 3.99972 36.818C4.14214 36.8127 4.28441 36.8061 4.42676 36.7995C4.76977 36.7836 5.11301 36.7677 5.45881 36.768C5.9542 36.7681 6.45265 36.7847 6.9521 36.8212C7.10709 36.8325 7.26238 36.8455 7.41785 36.8602C7.55323 36.873 7.68863 36.887 7.82403 36.9022C7.9481 36.9161 8.07213 36.931 8.19611 36.9468C8.29613 36.9595 8.39619 36.9729 8.49607 36.9867C8.83463 37.0336 9.17328 37.0951 9.55638 37.1646C9.7339 37.1969 9.92099 37.2308 10.122 37.2658C9.371 36.5246 8.81801 35.8141 8.3342 35.0612C8.13121 34.7452 7.94148 34.4252 7.77367 34.0966H4.54634V10.4575H14.4186C16.9819 10.4575 19.245 10.964 21.2079 11.9771C23.1708 12.9677 24.695 14.3636 25.7804 16.1646C26.8657 17.9432 27.4084 19.9807 27.4084 22.2771C27.4084 24.5734 26.8657 26.6222 25.7804 28.4232C24.695 30.2018 23.1708 31.5976 21.2079 32.6108C19.245 33.6013 16.9819 34.0966 14.4186 34.0966H8.7908C10.5873 35.4569 12.6353 36.2084 14.8599 36.4806C16.9413 36.7345 18.9469 36.5737 20.8719 36.0739C21.2363 35.9793 21.44 35.8633 21.4014 35.4043C21.3253 34.4921 22.1558 33.7718 23.1538 33.8391C23.5074 33.8628 23.6752 33.7398 23.8514 33.5298C25.008 32.1493 25.6801 31.3487 26.3267 30.5785C27.0452 29.7227 27.732 28.9046 29.0168 27.3702C29.0975 27.274 29.183 27.1851 29.2751 27.1056L29.3408 27.0276C29.5225 26.811 29.5823 26.6142 29.5016 26.3023C29.2224 25.2187 29.8645 24.3376 30.9911 24.2531C31.2687 24.232 31.2754 24.0826 31.2827 23.9213L31.2838 23.8975L31.2851 23.8728C31.3588 22.6906 31.1641 21.5033 30.764 20.3268C29.5734 16.8283 27.3587 13.9284 24.1514 11.5312C25.155 11.5334 26.1021 11.7369 27.0433 12.0103C27.9956 12.2862 28.919 12.6635 29.934 13.1929C28.8624 11.3559 28.1365 9.56755 27.9007 7.55176C28.0576 7.76867 28.21 7.98344 28.3608 8.19611C29.0405 9.15469 29.6893 10.0696 30.5973 10.9384C29.9578 6.72892 31.6843 3.95063 35.2726 2.23441C34.2174 3.54938 33.9443 5.10457 34.2431 6.86275C36.0648 2.99782 39.49 2.3192 43.8653 3.51104L43.8634 3.51057C42.1896 3.53407 40.6431 3.83665 39.394 4.83047C39.4143 4.84641 39.431 4.86133 39.4447 4.87357L39.4547 4.88251C39.4721 4.8979 39.4838 4.90695 39.4917 4.90507C40.9553 4.6177 42.4807 4.7578 44.0064 4.89795L44.0631 4.90315C44.6808 4.96008 45.2961 4.98985 45.9044 4.95261C46.9333 4.89027 47.8117 4.5637 48.5085 3.91571C49.6082 2.89321 50.3227 1.66633 50.3683 0C51.0052 1.06128 51.4002 2.08979 51.6066 3.15055C51.957 4.95122 51.9684 6.71244 51.5179 8.40214C51.4333 8.72125 51.4446 9.04426 51.5358 9.37938C51.9812 11.0212 51.9178 12.5748 51.2953 14.0329C51.2899 14.0456 51.2831 14.0584 51.2757 14.0714C51.2709 14.0799 51.2659 14.0883 51.2608 14.0969C51.2172 14.1706 51.1705 14.2497 51.2523 14.3294C51.3035 14.3791 51.3679 14.3835 51.4344 14.3757L51.4436 14.3745L51.4545 14.3729L51.4672 14.371L51.4772 14.3693L51.4881 14.3674L51.5119 14.3629C51.5388 14.3578 51.5652 14.3528 51.5905 14.3501C53.2679 14.1754 54.5715 12.8941 54.7016 11.2953C54.7083 11.2159 54.7167 11.136 54.8107 11.0497C54.8183 11.082 54.8263 11.1143 54.8346 11.1467L54.8606 11.2463C54.8981 11.388 54.9356 11.5296 54.9536 11.6711C55.3241 14.5393 54.4723 16.8242 52.02 18.2922C51.2088 18.7781 50.2801 19.0933 49.2876 19.2578C49.2628 19.2618 49.2341 19.2631 49.2044 19.2643C49.0998 19.2688 48.9842 19.2737 48.9938 19.4067C49.0016 19.5128 49.1031 19.5384 49.1985 19.5624C49.2268 19.5695 49.2549 19.5766 49.2795 19.5855C51.3307 20.3321 53.2761 20.4271 55.0521 19.4872C55.062 19.4817 55.0756 19.4815 55.1019 19.4828L55.1176 19.4836C55.1424 19.4848 55.1762 19.4865 55.2235 19.4868C55.1846 19.5394 55.1473 19.5911 55.1109 19.6421L55.0243 19.7647L55.023 19.7667L55.022 19.7684C54.9675 19.8457 54.9145 19.9209 54.8611 19.9937C54.833 20.0318 54.8048 20.0693 54.7761 20.106L54.7438 20.1469C54.7038 20.1966 54.6629 20.2449 54.6201 20.2917C53.2088 21.8326 51.5183 23.0015 49.253 23.3792C48.5058 23.5036 47.7314 23.498 46.9502 23.4418C46.9223 23.4399 46.8906 23.433 46.858 23.426L46.8497 23.4242C46.84 23.4221 46.8304 23.4201 46.8208 23.4182C46.8081 23.4157 46.7953 23.4135 46.7828 23.4117C46.764 23.4092 46.746 23.4079 46.7293 23.4088L46.7209 23.4095L46.7131 23.4104L46.705 23.4119C46.7009 23.4129 46.6968 23.414 46.6929 23.4154C46.6897 23.4165 46.6866 23.4178 46.6836 23.4192L46.6784 23.4219L46.6732 23.4251C46.6574 23.4358 46.6452 23.4524 46.6383 23.477C46.6232 23.5303 46.6384 23.5718 46.6691 23.6064C46.6962 23.637 46.7354 23.6621 46.7765 23.685L46.7944 23.6949L46.8074 23.7018L46.8415 23.72C46.8576 23.7287 46.8733 23.7372 46.8877 23.746C48.3183 24.6187 49.8591 25.1561 51.4396 25.5707L51.4866 25.5831L51.5039 25.5878C51.5506 25.6006 51.5975 25.6152 51.6458 25.6357C51.6744 25.6479 51.7034 25.6622 51.7329 25.6794C51.7546 25.6922 51.7766 25.7065 51.799 25.7228L51.8145 25.7344L51.8263 25.7437L51.8366 25.7519L51.8452 25.759C51.7027 25.7644 51.5605 25.7709 51.4181 25.7775C51.0751 25.7934 50.7319 25.8093 50.3861 25.809C49.8907 25.809 49.3922 25.7924 48.8928 25.7558C48.6775 25.7402 48.4619 25.7211 48.246 25.699C47.947 25.6684 47.6476 25.6318 47.3488 25.5903C47.2637 25.5785 47.1787 25.5658 47.0929 25.5523L47.019 25.5405L46.9472 25.5287L46.8859 25.5184L46.8509 25.5125L46.768 25.4982C46.616 25.4719 46.4593 25.4434 46.2943 25.4135L46.2885 25.4125C46.111 25.3802 45.9239 25.3463 45.7229 25.3112C46.4739 26.0524 47.0269 26.763 47.5107 27.5159C47.8186 27.9952 48.0961 28.484 48.3127 28.9974H51.4346V52.9945H41.5623C38.999 52.9945 36.7359 52.4803 34.773 51.4518C32.8101 50.4463 31.286 49.0293 30.2006 47.2009C29.1152 45.3954 28.5725 43.3271 28.5725 40.996C28.5725 38.6648 29.1152 36.5851 30.2006 34.7567C31.286 32.9512 32.8101 31.5343 34.773 30.5058C36.7359 29.5002 38.999 28.9974 41.5623 28.9974H47.6908C45.7473 27.3077 43.4769 26.4013 40.985 26.0965C38.9036 25.8426 36.898 26.0033 34.973 26.5031C34.6086 26.5978 34.4049 26.7137 34.4435 27.1727C34.5196 28.085 33.6891 28.8052 32.6911 28.7379C32.3375 28.7142 32.1697 28.8373 31.9935 29.0473C31.3643 29.7984 30.8784 30.3778 30.4619 30.8741L29.5182 31.9986C28.7997 32.8544 28.1129 33.6725 26.8281 35.2068C26.7473 35.3031 26.6618 35.3919 26.5698 35.4715L26.5041 35.5494C26.3224 35.7661 26.2626 35.9628 26.3432 36.2747C26.6225 37.3584 25.9803 38.2395 24.8538 38.324C24.5761 38.345 24.5695 38.4946 24.5623 38.6558C24.5616 38.6719 24.5609 38.6881 24.5599 38.7043C24.4861 39.8864 24.6807 41.0738 25.0809 42.2502C26.2715 45.7488 28.4862 48.6486 31.6934 51.0458C30.6899 51.0437 29.7428 50.8401 28.8015 50.5667C27.8493 50.2908 26.9258 49.9135 25.9109 49.3841C26.9825 51.2212 27.7084 53.0095 27.9442 55.0253C27.7873 54.8084 27.6349 54.5936 27.4841 54.3809C26.8044 53.4224 26.1555 52.5074 25.2476 51.6386C25.887 55.8481 24.1606 58.6264 20.5723 60.3426C21.6275 59.0277 21.9006 57.4725 21.6018 55.7143C19.78 59.5792 16.3548 60.2578 11.9795 59.066L11.9815 59.0665ZM17.4149 58.5097L17.4499 58.5387L17.4634 58.5499C17.5212 58.5173 17.5792 58.4851 17.6372 58.4529L17.644 58.4493C17.709 58.4131 17.7741 58.3769 17.8386 58.3401C17.9121 58.2982 17.985 58.2555 18.0565 58.211C20.4576 56.723 21.5246 54.6009 20.8267 51.6409C20.692 51.069 20.5586 50.4973 20.4253 49.9254C20.3433 49.5742 20.2613 49.2229 20.1791 48.8717C20.1018 48.5415 20.0243 48.2114 19.9461 47.8813C19.9378 47.8463 19.9347 47.8071 19.9317 47.7675C19.9232 47.6584 19.9145 47.5457 19.795 47.5051C19.7838 47.5013 19.773 47.4986 19.7626 47.4969L19.7561 47.496C19.7498 47.4953 19.7437 47.4949 19.7378 47.4949C19.7189 47.4949 19.7013 47.4983 19.6848 47.5045C19.6203 47.5284 19.5724 47.5936 19.5276 47.6547L19.5085 47.6805L19.5024 47.6885C19.4948 47.6984 19.4873 47.7079 19.4797 47.7168C18.8099 48.5038 18.0576 49.2079 17.1797 49.7964C15.9499 50.6194 14.5507 51.1748 13.1532 51.7295L13.152 51.73L12.8516 51.8492C9.8591 53.0394 7.7765 55.0652 6.53155 57.873C6.51847 57.9027 6.5017 57.9321 6.4846 57.9619L6.48326 57.9643C6.42613 58.0638 6.36584 58.1689 6.42299 58.3091C6.55 58.304 6.60843 58.2365 6.6639 58.1725C6.67715 58.1572 6.69024 58.1421 6.70405 58.1281C8.12674 56.6806 9.90823 55.7371 11.98 55.1893C12.0899 55.1603 12.2004 55.1327 12.3113 55.1062C12.5316 55.0535 12.7537 55.0053 12.9765 54.959C13.1605 54.9208 13.345 54.884 13.5295 54.8472L13.5328 54.8465L13.5389 54.8451L13.5399 54.8449C14.2226 54.7089 14.905 54.573 15.56 54.3675C15.568 54.3648 15.5856 54.381 15.6031 54.3971L15.6103 54.4037L15.6173 54.4099L15.6213 54.4134L15.626 54.4172C15.3481 54.8383 14.9319 55.1318 14.1387 55.3911C13.0158 55.7594 11.9098 56.1589 10.8201 56.5903C10.7984 56.599 10.7723 56.6057 10.7453 56.6126C10.6555 56.6355 10.5563 56.6607 10.5864 56.7663C10.6257 56.9033 10.7595 56.8999 10.876 56.8969C10.8941 56.8964 10.9119 56.8959 10.9287 56.896C11.6662 56.9028 12.4067 56.9535 13.148 57.0043L13.1519 57.0045L13.1559 57.0048L13.3929 57.021C13.4797 57.0268 13.5664 57.0327 13.6531 57.0383C15.6573 57.1703 17.3789 56.6719 18.7798 55.4943C18.7977 55.4791 18.8147 55.4612 18.832 55.4429C18.9018 55.369 18.979 55.2875 19.1606 55.3472C18.8193 56.5458 18.2211 57.5812 17.3692 58.4739L17.3716 58.4739L17.4149 58.5097ZM19.6837 42.8172C19.4368 42.9951 19.1938 43.174 18.952 43.352C18.3995 43.759 17.8536 44.1611 17.2833 44.5342C16.0539 45.3405 14.6956 45.9541 13.3376 46.5676L13.0311 46.7061C12.8464 46.7897 12.6617 46.8737 12.4776 46.9584C12.2624 47.0574 12.048 47.1574 11.8348 47.2592C9.83106 48.2166 8.01658 49.3807 6.68556 51.0913C4.73366 53.4179 5.36344 55.6227 5.66354 56.6733C5.74221 56.9488 5.79833 57.1454 5.77906 57.2434C5.82073 57.2201 5.85212 57.1939 5.87671 57.1661C5.9229 57.1136 5.94511 57.0553 5.9664 56.9994L5.97217 56.9843C5.9761 56.9741 5.9801 56.9638 5.98414 56.954C5.98824 56.9442 5.99244 56.9346 5.99696 56.9252C6.51828 55.8345 7.19081 54.8473 8.04652 53.9857C9.62428 52.3963 11.6243 51.3705 13.8038 50.5773C15.7129 49.8826 17.4266 48.9384 18.6409 47.3898L18.6925 47.3243L18.7689 47.2282C19.1506 46.7485 19.55 46.2466 19.6138 45.6439C19.6681 45.1316 19.6656 44.6056 19.663 44.075L19.6629 44.0677C19.6616 43.795 19.6603 43.521 19.6668 43.2472C19.6703 43.1034 19.6758 42.9596 19.6847 42.816L19.6837 42.8172ZM20.8327 39.0253C19.9843 39.6199 19.1358 40.1862 18.2557 40.7116C15.924 42.1042 13.4172 43.1561 10.5143 43.4534C9.30029 43.5779 8.10972 43.7844 6.92265 43.9995C5.12526 44.3257 3.68877 45.1292 2.66829 46.4925C2.3736 46.8864 2.14031 47.3143 1.96259 47.8714C2.29138 47.7375 2.58353 47.5752 2.8683 47.4169C3.32019 47.1656 3.75355 46.9247 4.28522 46.825L3.64999 47.465C4.66286 47.4572 5.43222 47.0544 6.1917 46.6568C6.68779 46.397 7.1797 46.1394 7.7326 45.9956C6.82741 46.7308 6.08737 47.5815 5.53104 48.5813C4.96456 49.6004 4.82035 50.7322 4.86062 51.9625C5.00395 51.9137 5.0388 51.8309 5.07022 51.7562C5.08035 51.7321 5.09019 51.7087 5.10315 51.6878C5.11952 51.6611 5.13524 51.6339 5.15065 51.6065L5.18789 51.5399C5.19682 51.5239 5.20579 51.508 5.21492 51.4922L5.2233 51.4777L5.23715 51.4544L5.2452 51.4411L5.26168 51.4146C6.4023 49.6271 7.99263 48.2779 9.90283 47.2351C10.9112 46.6845 11.9642 46.2047 13.0172 45.7249L13.0209 45.7232L13.0258 45.7209L13.0377 45.7154L13.0389 45.7149C13.3934 45.5534 13.7489 45.3915 14.1016 45.2273C14.3184 45.1263 14.5344 45.0244 14.7494 44.9208C16.7092 43.9772 18.4978 42.8369 19.7548 41.1147C20.2191 40.4785 20.5559 39.7703 20.8327 39.0253ZM22.5191 55.9749C22.6271 55.5809 22.6583 55.1694 22.6895 54.7578L22.6899 54.7554L22.69 54.7523C22.7061 54.54 22.7223 54.3276 22.7491 54.1178C22.7662 53.9837 22.7877 53.8506 22.8163 53.7191C22.9967 54.4504 22.9322 55.1484 22.8676 55.8465C22.8577 55.9535 22.8479 56.0606 22.8389 56.1678C22.8276 56.3026 22.8176 56.4376 22.8108 56.5731C23.4947 54.6951 23.687 52.7212 23.2959 50.628C23.8656 52.347 24.0794 54.0567 24.0311 55.769L24.0525 55.6671L24.0879 55.4986L24.0882 55.4974C24.5094 53.4973 24.9303 51.4988 23.6332 49.3556L26.3214 51.6154L26.4195 51.5414C25.7833 50.4485 25.0662 49.3938 24.3483 48.3378C23.9187 47.7059 23.4889 47.0735 23.0757 46.4322C24.6598 47.5029 26.2627 48.5126 27.9574 49.3802C27.6858 49.1465 27.4117 48.9161 27.1379 48.686L27.1352 48.6838C26.2244 47.9189 25.3171 47.1568 24.5217 46.2824C24.7085 46.3735 24.8875 46.4745 25.0657 46.5751L25.0672 46.576L25.0725 46.579C25.1698 46.6339 25.2673 46.6889 25.3654 46.7419L25.3759 46.7477L25.3879 46.7546C25.3972 46.7601 25.4067 46.7659 25.4164 46.7719L25.418 46.7729C25.4457 46.7898 25.4755 46.8081 25.5045 46.8216C25.5679 46.8512 25.6316 46.8606 25.6825 46.7975C25.7387 46.7282 25.6729 46.6524 25.6136 46.5842L25.5958 46.5636L25.5869 46.5529C25.5826 46.5479 25.5787 46.5428 25.5748 46.5378C24.3689 44.9637 23.7457 43.2269 23.3099 41.4367C23.1836 40.9171 23.1315 40.3996 23.0786 39.8739L23.0764 39.8527L23.0691 39.7822C23.061 39.7014 23.0529 39.6206 23.0442 39.5393C22.6633 40.0583 22.4755 40.6632 22.2878 41.268L22.2347 41.4386C22.1641 40.5118 22.4073 39.671 22.6591 38.8005L22.7065 38.6363C22.6877 38.6394 22.671 38.6418 22.6561 38.6438C22.6424 38.6456 22.6303 38.6471 22.6195 38.6484L22.5938 38.6513C22.5584 38.6553 22.5426 38.6575 22.533 38.6663C22.4738 38.7184 22.4149 38.7729 22.3666 38.8347C21.4645 39.9799 20.8697 41.2766 20.6075 42.7418C20.2494 44.7435 20.4368 46.7928 20.9021 48.8618C20.9838 49.2244 21.07 49.5867 21.1582 49.9489C21.2317 50.2505 21.3067 50.552 21.3816 50.8535C21.7261 52.2403 22.0707 53.6274 22.2769 55.0239C22.282 55.0587 22.2865 55.0937 22.2908 55.1286L22.3005 55.2104C22.3301 55.4639 22.36 55.7209 22.5177 55.9738L22.5191 55.9749ZM3.80481 41.5114L3.82373 41.6157C3.93563 41.6232 4.04749 41.629 4.15934 41.6348L4.16173 41.6349C4.39772 41.647 4.63454 41.6592 4.87079 41.6873C5.68721 41.7847 6.48931 42.0048 7.29136 42.2249L7.31463 42.2313L7.31607 42.2317C7.52224 42.2882 7.7284 42.3447 7.93489 42.3991C10.2444 43.0061 12.3291 42.6114 14.3327 41.8965C16.9428 40.964 19.0478 39.3824 21.0464 37.6692L21.0543 37.6626L21.0606 37.6575C21.0688 37.6509 21.0774 37.6443 21.0862 37.6376C21.1632 37.5787 21.2499 37.5124 21.1927 37.3593C17.462 38.3165 13.7156 37.7459 9.95024 36.031C10.5597 36.571 11.2465 36.9908 11.9351 37.4116C12.5473 37.7859 13.1609 38.1609 13.7227 38.622L8.30674 37.5578C9.53478 38.2696 10.6459 39.0979 11.7473 40.0435C11.5109 40.0934 11.3229 40.0605 11.1473 40.0298C11.1014 40.0218 11.0563 40.0139 11.0114 40.0076C9.32312 39.7773 7.65286 39.6496 6.09591 40.1543C6.05948 40.1662 6.01697 40.176 5.97323 40.1862L5.9722 40.1864L5.97118 40.1866C5.81652 40.2224 5.64692 40.2617 5.67138 40.4021C5.70167 40.5747 5.8989 40.6061 6.07763 40.6345C6.12008 40.6412 6.16143 40.6478 6.19919 40.6561L6.23806 40.6645L6.2394 40.6648C7.02984 40.8346 7.03529 40.8358 7.31678 41.0517C6.08739 41.0505 4.90225 41.1362 3.80481 41.5114ZM23.9401 36.2232L23.9273 36.2384L24.0037 36.2984L24.1228 36.3927L24.228 36.4761C24.4733 36.6709 24.7188 36.8657 24.9707 37.0519C25.0022 37.0752 25.0334 37.1062 25.0653 37.1379C25.1732 37.2449 25.2887 37.3596 25.4473 37.2114C25.6396 37.0322 25.7206 36.7958 25.4771 36.5595C24.7792 35.8821 23.9927 35.3074 23.1554 34.8046C22.9024 34.6524 22.7379 34.8384 22.6215 34.9886C22.5111 35.1304 22.6379 35.2154 22.7512 35.2913L22.7534 35.2927C22.7811 35.3113 22.8079 35.3293 22.8302 35.3476C23.0936 35.5637 23.3626 35.7731 23.6316 35.9825L23.7618 36.0839C23.8213 36.1303 23.8807 36.1767 23.9401 36.2232ZM38.4733 4.10318L38.4444 4.07934L38.4319 4.06884L38.3815 4.02711C38.3237 4.05975 38.2657 4.09192 38.2077 4.1241L38.2008 4.12791C38.0617 4.20523 37.9227 4.28253 37.7884 4.366C35.3873 5.85407 34.3203 7.97617 35.0182 10.9362C35.1189 11.3635 35.2188 11.7908 35.3185 12.2181L35.7374 14.0111L35.8987 14.6957C35.8997 14.6999 35.9006 14.7041 35.9015 14.7085L35.9037 14.7207C35.9045 14.7256 35.9053 14.7305 35.9059 14.7354L35.9077 14.7494L35.9096 14.7675L35.9108 14.7806L35.9132 14.8087C35.9216 14.9178 35.9304 15.0313 36.0499 15.072C36.0947 15.0872 36.1329 15.0843 36.1665 15.0702C36.2278 15.0443 36.2741 14.9814 36.3173 14.9224L36.3385 14.8937C36.3474 14.882 36.3563 14.8707 36.3652 14.8603C37.035 14.0733 37.7873 13.3692 38.6653 12.7807C39.8951 11.9576 41.2942 11.4023 42.6918 10.8475L42.693 10.8471L42.9932 10.7278C45.9858 9.53767 48.0684 7.51182 49.3133 4.70405C49.3264 4.6743 49.3432 4.64504 49.3604 4.61523L49.3616 4.61276C49.3892 4.56465 49.4178 4.51474 49.4332 4.4608C49.4496 4.40318 49.4514 4.34025 49.422 4.26797C49.295 4.2731 49.2366 4.34045 49.1812 4.4044C49.1679 4.41967 49.1546 4.43499 49.1408 4.44897C47.7181 5.89645 45.9367 6.83996 43.8649 7.38775C43.3551 7.52247 42.8335 7.62652 42.3121 7.7305L42.309 7.73121C41.6253 7.86745 40.9409 8.00385 40.2849 8.20956L40.2803 8.20951L40.2774 8.20845L40.2752 8.2073L40.2732 8.20617L40.2668 8.20187C40.2643 8.2 40.2617 8.1978 40.259 8.19546L40.2534 8.19066L40.242 8.18019C40.234 8.17277 40.226 8.16542 40.2189 8.15986C40.4967 7.73874 40.913 7.44525 41.7062 7.18592C42.8291 6.81764 43.9351 6.41811 45.0248 5.9867C45.0465 5.97805 45.0727 5.97133 45.0998 5.96438C45.1896 5.94153 45.2886 5.91632 45.2586 5.81084C45.2193 5.67366 45.0852 5.67717 44.9687 5.68021C44.9506 5.68068 44.933 5.68114 44.9162 5.68107C44.7892 5.67987 44.6622 5.67741 44.5349 5.6738L44.4405 5.67099C44.3893 5.66939 44.338 5.66758 44.2868 5.66563C44.0876 5.65801 43.8883 5.64816 43.6888 5.63683C43.3585 5.61811 43.0278 5.59549 42.697 5.57281L42.4284 5.55448L42.1918 5.53872C40.1875 5.40671 38.466 5.90511 37.065 7.0828L37.0566 7.09022C37.0515 7.0949 37.0464 7.09979 37.0413 7.10488C37.0318 7.11429 37.0224 7.12417 37.0129 7.13419C36.9431 7.20799 36.8659 7.28951 36.6843 7.2299C37.0256 6.0312 37.6238 4.99584 38.4757 4.1031L38.4733 4.10318ZM36.5236 19.4964C36.6472 19.4059 36.7702 19.3154 36.8928 19.225C37.4453 18.818 37.9912 18.4159 38.5616 18.0428C39.791 17.2365 41.1493 16.623 42.5073 16.0095C43.0104 15.7822 43.5137 15.5549 44.0101 15.3179C46.0138 14.3605 47.8283 13.1963 49.1593 11.4857C51.1112 9.1592 50.4814 6.95436 50.1814 5.90377C50.1027 5.62824 50.0465 5.43169 50.0658 5.33367C49.9455 5.40099 49.9109 5.4923 49.8783 5.57822C49.8687 5.60347 49.8593 5.62824 49.8479 5.65186C49.3266 6.74256 48.6541 7.72971 47.7984 8.59131C46.2206 10.1808 44.2206 11.2065 42.041 11.9998C40.132 12.6944 38.4183 13.6386 37.204 15.1872L37.1388 15.2699L37.076 15.3488C36.6943 15.8285 36.2949 16.3305 36.2311 16.9332C36.1768 17.4454 36.1793 17.9715 36.1819 18.5021C36.184 18.9202 36.186 19.3418 36.1602 19.7611L36.1612 19.7599C36.2828 19.6722 36.4035 19.5843 36.5236 19.4964ZM35.0122 23.5518C35.8606 22.9571 36.7091 22.3909 37.5892 21.8654C39.9209 20.4728 42.4277 19.4209 45.3306 19.1236C46.5446 18.9991 47.7352 18.7927 48.9222 18.5775C50.7196 18.2514 52.1562 17.4479 53.1766 16.0845C53.4713 15.6906 53.7046 15.2627 53.8823 14.7057C53.5535 14.8395 53.2614 15.0019 52.9766 15.1602C52.5247 15.4114 52.0913 15.6523 51.5597 15.7521L52.1949 15.112C51.182 15.1199 50.4127 15.5226 49.6532 15.9203C49.1571 16.1801 48.6652 16.4376 48.1123 16.5814C49.0175 15.8462 49.7575 14.9956 50.3138 13.9958C50.8804 12.9767 51.0245 11.8448 50.9843 10.6145C50.8409 10.6634 50.8061 10.7461 50.7747 10.8209C50.7645 10.845 50.7547 10.8683 50.7417 10.8893C50.7168 10.93 50.6934 10.9719 50.6701 11.0136C50.6421 11.0639 50.614 11.1141 50.5832 11.1625C49.4426 12.9499 47.8523 14.2991 45.9421 15.342C44.9337 15.8925 43.8806 16.3723 42.8276 16.852L42.824 16.8538L42.8191 16.8562L42.5174 16.9936L42.3325 17.0781L42.0886 17.19C41.8447 17.3022 41.6014 17.4154 41.3593 17.5302C41.2712 17.572 41.1833 17.614 41.0955 17.6563C39.1357 18.5998 37.3471 19.7401 36.0901 21.4624C35.6258 22.0986 35.289 22.8068 35.0122 23.5518ZM33.3258 6.60219C33.2178 6.99613 33.1866 7.40768 33.1554 7.81922L33.1553 7.82031C33.1288 8.16985 33.1023 8.51941 33.0286 8.85799C32.8482 8.12669 32.9127 7.42867 32.9773 6.73057C32.9996 6.48879 33.0219 6.24702 33.0341 6.00396C32.3502 7.88198 32.1579 9.85587 32.549 11.9491C31.9793 10.23 31.7655 8.52039 31.8137 6.80801L31.7567 7.07965C31.3354 9.07977 30.9146 11.0783 32.2117 13.2214L29.5235 10.9616L29.4254 11.0356C30.0616 12.1285 30.7786 13.1832 31.4966 14.2393C31.9262 14.8712 32.356 15.5035 32.7692 16.1448C31.1851 15.0742 29.5823 14.0643 27.8875 13.1968C28.159 13.4305 28.433 13.6608 28.7068 13.8908L28.7097 13.8932C29.6205 14.6582 30.5278 15.4203 31.3232 16.2947C31.1372 16.204 30.959 16.1034 30.7815 16.0032L30.7794 16.002L30.7777 16.0011L30.7719 15.9978C30.6749 15.943 30.5774 15.888 30.4795 15.8352C30.4627 15.8262 30.4449 15.8153 30.4266 15.8041C30.3388 15.7502 30.2367 15.6876 30.1624 15.7796C30.1442 15.802 30.1388 15.8251 30.1418 15.8484C30.1482 15.8971 30.1911 15.9465 30.231 15.9925L30.2458 16.0096L30.2552 16.0207C30.2604 16.027 30.2654 16.0332 30.2701 16.0392C31.476 17.6133 32.0991 19.3502 32.535 21.1404C32.6613 21.6601 32.7135 22.1777 32.7664 22.7036L32.7687 22.7264C32.7791 22.8298 32.7896 22.9336 32.8007 23.0377C33.1816 22.5187 33.3693 21.9138 33.5571 21.3091L33.6102 21.1384C33.6808 22.0652 33.4376 22.9061 33.1857 23.7765L33.1384 23.9407C33.1865 23.9331 33.2211 23.9291 33.2464 23.9263L33.269 23.9236C33.2756 23.9228 33.2814 23.9219 33.2864 23.921C33.2892 23.9205 33.2917 23.92 33.2941 23.9194L33.2971 23.9185L33.3004 23.9175L33.3034 23.9163L33.3073 23.9143L33.3096 23.9127L33.3119 23.9108C33.3711 23.8586 33.43 23.8042 33.4783 23.7424C34.3804 22.5971 34.9752 21.3004 35.2374 19.8353C35.5954 17.8335 35.4081 15.7843 34.9428 13.7153C34.7931 13.0503 34.6282 12.3864 34.4632 11.7226C34.1186 10.336 33.7741 8.9494 33.568 7.55314C33.564 7.52598 33.5604 7.49875 33.557 7.4715C33.5526 7.43728 33.5486 7.40318 33.5445 7.36888L33.5443 7.36666C33.5148 7.11319 33.4849 6.85616 33.3272 6.60329L33.3258 6.60219ZM52.0401 21.0657L52.0212 20.9613C51.9097 20.9539 51.7984 20.9482 51.6871 20.9424L51.5765 20.9367C51.5309 20.9343 51.4854 20.9317 51.4398 20.929C51.2846 20.9198 51.1294 20.9081 50.9741 20.8897C50.1577 20.7924 49.3556 20.5723 48.5535 20.3521L48.5316 20.3461C48.3245 20.2893 48.1174 20.2325 47.91 20.1779C45.6004 19.5709 43.5158 19.9656 41.5122 20.6805C38.9021 21.6131 36.7971 23.1947 34.7984 24.9079L34.7906 24.9145L34.7809 24.9223L34.7619 24.9371L34.7587 24.9395C34.6817 24.9983 34.5949 25.0647 34.6522 25.2178C38.3829 24.2605 42.1293 24.8312 45.8946 26.546C45.2852 26.0061 44.5984 25.5863 43.9098 25.1654C43.2976 24.7912 42.684 24.4161 42.1222 23.9551C43.0724 24.1416 44.0224 24.3284 44.9724 24.5151L45.0236 24.5252C45.8617 24.6899 46.6999 24.8547 47.5381 25.0193C46.3101 24.3075 45.199 23.4792 44.0975 22.5335C44.334 22.4837 44.522 22.5165 44.6976 22.5473C44.7435 22.5553 44.7886 22.5632 44.8335 22.5694C46.5218 22.7997 48.192 22.9274 49.749 22.4228C49.7854 22.4109 49.8279 22.401 49.8716 22.3909L49.8737 22.3904C50.0284 22.3546 50.198 22.3154 50.1735 22.175C50.1432 22.0024 49.946 21.971 49.7673 21.9426C49.7248 21.9358 49.6835 21.9292 49.6457 21.921L49.6068 21.9126L49.6055 21.9122C48.815 21.7424 48.8096 21.7412 48.5281 21.5253C49.7575 21.5266 50.9426 21.4408 52.0401 21.0657ZM31.9048 26.3538L31.9176 26.3386C31.817 26.2598 31.7169 26.1803 31.6169 26.101L31.4311 25.9537L31.3442 25.8853C31.1891 25.7633 31.033 25.6425 30.8742 25.5252C30.8429 25.502 30.8118 25.4712 30.7801 25.4397C30.6722 25.3326 30.5561 25.2175 30.3976 25.3657C30.2053 25.5449 30.1243 25.7813 30.3678 26.0176C31.0657 26.6949 31.8523 27.2697 32.6896 27.7725C32.9425 27.9246 33.107 27.7387 33.2234 27.5884C33.3338 27.4467 33.207 27.3617 33.0937 27.2858L33.0903 27.2835C33.0783 27.2755 33.0666 27.2676 33.0554 27.2598L33.0428 27.2509L33.0309 27.2422L33.0221 27.2354L33.0147 27.2294C32.9183 27.1504 32.8211 27.0722 32.7235 26.9945C32.5548 26.8604 32.3846 26.7279 32.2145 26.5955L32.2134 26.5946C32.1107 26.5147 32.0072 26.4341 31.9048 26.3538ZM14.28 31.9353C16.4046 31.9353 18.2636 31.5301 19.857 30.7196C21.4504 29.8866 22.6859 28.7497 23.5634 27.3088C24.441 25.8454 24.8797 24.1682 24.8797 22.2771C24.8797 20.3859 24.441 18.7199 23.5634 17.2791C22.6859 15.8157 21.4504 14.6787 19.857 13.8683C18.2636 13.0353 16.4046 12.6188 14.28 12.6188H7.10967V31.9353H14.28ZM36.1239 32.4256C37.7173 31.6028 39.5763 31.1914 41.7009 31.1914L48.8713 31.1914L48.8713 50.8005H41.7009C39.5763 50.8005 37.7173 50.3777 36.1239 49.5321C34.5305 48.7093 33.295 47.5552 32.4175 46.0696C31.54 44.607 31.1012 42.9157 31.1012 40.996C31.1012 39.0762 31.54 37.3736 32.4175 35.888C33.295 34.4253 34.5305 33.2712 36.1239 32.4256Z"
25
+ fill="#F0F8FF"
26
+ />{' '}
27
+ <path
28
+ d="M26.6002 58.7511C26.4333 59.4486 26.2664 60.1462 26.0334 60.8243C26.6447 60.1383 26.8054 59.2891 26.6977 58.3461C26.6649 58.481 26.6325 58.6161 26.6002 58.7511Z"
29
+ fill="#F0F8FF"
30
+ />{' '}
31
+ <path
32
+ d="M17.5266 62.3969C16.3451 62.8893 15.1332 63.2993 13.6853 62.7069L13.7978 62.7097C15.0703 62.7414 16.3436 62.7731 17.5266 62.3969Z"
33
+ fill="#F0F8FF"
34
+ />{' '}
35
+ <path
36
+ d="M4.40635 39.0201C3.57077 39.2685 2.72068 39.0677 1.86905 38.7589C2.30366 38.7282 2.74204 38.8075 3.18096 38.8869C3.58989 38.9608 3.99925 39.0347 4.40635 39.0201Z"
37
+ fill="#F0F8FF"
38
+ />{' '}
39
+ <path
40
+ d="M18.6006 61.0111C18.0165 61.4135 17.3333 61.593 16.5425 61.5041C17.2522 61.4027 17.9456 61.2612 18.6006 61.0111Z"
41
+ fill="#F0F8FF"
42
+ />{' '}
43
+ <path
44
+ d="M1.35811 45.2041C1.05782 45.7133 0.62713 46.084 0.0807068 46.3287L0.0788363 46.3265L0.0392906 46.2839L0 46.2423L0.715393 45.6958C0.929733 45.5321 1.14391 45.3682 1.35811 45.2041Z"
45
+ fill="#F0F8FF"
46
+ />{' '}
47
+ <path
48
+ d="M14.7747 35.5247C14.3369 35.2689 13.899 35.0129 13.3754 35.0091C13.4347 35.0372 13.4944 35.0661 13.5536 35.0947L13.5551 35.0954L13.5812 35.108C14.0021 35.3114 14.4254 35.516 14.8877 35.5905L14.7747 35.5247Z"
49
+ fill="#F0F8FF"
50
+ />{' '}
51
+ <path
52
+ d="M30.0015 53.6274L30.0262 53.6544L30.0692 53.7009C30.1369 53.7742 30.2053 53.8481 30.2671 53.9247C30.4337 54.13 30.5936 54.3389 30.71 54.5782C30.3765 54.3165 30.1254 53.9968 29.9744 53.5974L30.0015 53.6274Z"
53
+ fill="#F0F8FF"
54
+ />{' '}
55
+ <path
56
+ d="M52.8956 24.7C53.7312 24.4516 54.5813 24.6525 55.4329 24.9613C54.9983 24.9919 54.5599 24.9127 54.121 24.8333C53.7121 24.7593 53.3027 24.6854 52.8956 24.7Z"
57
+ fill="#F0F8FF"
58
+ />{' '}
59
+ <path
60
+ d="M43.5023 1.01035C42.2304 0.978773 40.9578 0.947222 39.7754 1.32327C40.9569 0.830878 42.1688 0.420838 43.6167 1.01323L43.5023 1.01035Z"
61
+ fill="#F0F8FF"
62
+ />{' '}
63
+ <path
64
+ d="M30.7015 4.96944L30.7025 4.96536C30.8692 4.26907 31.036 3.57279 31.2686 2.89595C30.6573 3.58181 30.4965 4.431 30.6043 5.374C30.6369 5.23945 30.6693 5.10411 30.7015 4.96944Z"
65
+ fill="#F0F8FF"
66
+ />{' '}
67
+ <path
68
+ d="M38.7014 2.70901C39.2855 2.30666 39.9687 2.12712 40.7595 2.21605C40.0497 2.31743 39.3564 2.45897 38.7014 2.70901Z"
69
+ fill="#F0F8FF"
70
+ />{' '}
71
+ <path
72
+ d="M55.9439 18.5161C56.2442 18.0068 56.6749 17.6362 57.2213 17.3915L57.2231 17.3936L57.2626 17.4361L57.302 17.4779L57.1296 17.6095C56.7341 17.9116 56.3389 18.2134 55.9439 18.5161Z"
73
+ fill="#F0F8FF"
74
+ />{' '}
75
+ <path
76
+ d="M42.527 28.1953C42.9649 28.4512 43.4029 28.7072 43.9266 28.7111C43.8799 28.6889 43.8334 28.6666 43.7868 28.644L43.7207 28.6122C43.3001 28.4089 42.8763 28.2041 42.4144 28.1296L42.527 28.1953Z"
77
+ fill="#F0F8FF"
78
+ />{' '}
79
+ <path
80
+ d="M27.3276 10.1227C27.2966 10.0882 27.2646 10.0536 27.2329 10.0194L27.2322 10.0186C27.1645 9.94532 27.0967 9.87197 27.0349 9.7954C26.8682 9.5902 26.7084 9.38127 26.5919 9.142C26.9254 9.40361 27.1766 9.7234 27.3276 10.1227Z"
81
+ fill="#F0F8FF"
82
+ />{' '}
83
+ <path
84
+ d="M109.982 27.9284C111.398 28.353 112.86 28.5652 114.37 28.5652C116.084 28.5652 117.537 28.3068 118.73 27.79C119.922 27.2732 120.807 26.581 121.385 25.7135C121.981 24.846 122.279 23.877 122.279 22.8064C122.279 21.5513 121.944 20.5546 121.273 19.8163C120.621 19.078 119.829 18.5335 118.898 18.1828C117.966 17.8136 116.773 17.4629 115.32 17.1307C114.258 16.8723 113.419 16.6416 112.804 16.4385C112.19 16.2355 111.677 15.9586 111.267 15.6079C110.876 15.2572 110.68 14.805 110.68 14.2513C110.68 13.4576 111.025 12.8208 111.714 12.3409C112.423 11.861 113.494 11.6211 114.929 11.6211C115.804 11.6211 116.708 11.7503 117.64 12.0087C118.571 12.2671 119.466 12.6455 120.323 13.1438L121.469 10.3475C120.63 9.79375 119.634 9.36922 118.478 9.0739C117.323 8.77858 116.149 8.63092 114.957 8.63092C113.242 8.63092 111.789 8.88932 110.596 9.40614C109.423 9.92295 108.538 10.6243 107.941 11.5103C107.364 12.3778 107.075 13.3469 107.075 14.4174C107.075 15.691 107.401 16.7062 108.053 17.4629C108.724 18.2012 109.516 18.7457 110.429 19.0964C111.36 19.4471 112.572 19.7978 114.062 20.1485C115.124 20.4069 115.963 20.6377 116.578 20.8407C117.193 21.0437 117.696 21.3298 118.087 21.699C118.497 22.0497 118.702 22.5019 118.702 23.0556C118.702 23.8124 118.339 24.4215 117.612 24.8829C116.904 25.3444 115.823 25.5751 114.37 25.5751C113.196 25.5751 112.022 25.3813 110.848 24.9937C109.693 24.5876 108.714 24.0708 107.913 23.4432L106.656 26.2396C107.475 26.941 108.584 27.5039 109.982 27.9284Z"
85
+ fill="#F0F8FF"
86
+ />{' '}
87
+ <path
88
+ fillRule="evenodd"
89
+ clipRule="evenodd"
90
+ d="M66.4891 8.90778H75.0417C77.1287 8.90778 78.9827 9.31385 80.6037 10.126C82.2248 10.9197 83.4826 12.0548 84.377 13.5314C85.2714 14.9896 85.7186 16.6785 85.7186 18.5981C85.7186 20.5177 85.2714 22.2158 84.377 23.6924C83.4826 25.1506 82.2248 26.2857 80.6037 27.0979C78.9827 27.8915 77.1287 28.2884 75.0417 28.2884H66.4891V8.90778ZM74.8741 25.2429C76.3088 25.2429 77.5665 24.9752 78.6473 24.4399C79.7466 23.8862 80.5851 23.111 81.1627 22.1143C81.759 21.0991 82.0571 19.927 82.0571 18.5981C82.0571 17.2691 81.759 16.1063 81.1627 15.1096C80.5851 14.0944 79.7466 13.3192 78.6473 12.7839C77.5665 12.2302 76.3088 11.9533 74.8741 11.9533H70.1226V25.2429H74.8741Z"
91
+ fill="#F0F8FF"
92
+ />{' '}
93
+ <path
94
+ d="M104.254 25.2705V28.2884H89.5804V8.90778H103.863V11.9256H93.2139V16.9646H102.661V19.927H93.2139V25.2705H104.254Z"
95
+ fill="#F0F8FF"
96
+ />{' '}
97
+ <path d="M125.882 8.90778H129.516V28.2884H125.882V8.90778Z" fill="#F0F8FF" />{' '}
98
+ <path
99
+ d="M151.606 18.3766H148.168V24.4123C147.012 25.0767 145.671 25.409 144.143 25.409C142.783 25.409 141.562 25.1136 140.482 24.523C139.419 23.9324 138.581 23.1202 137.966 22.0866C137.37 21.053 137.072 19.8901 137.072 18.5981C137.072 17.2691 137.37 16.0878 137.966 15.0542C138.581 14.0206 139.419 13.2177 140.482 12.6455C141.562 12.0733 142.792 11.7872 144.171 11.7872C146.276 11.7872 148.075 12.5255 149.565 14.0021L151.857 11.7872C150.944 10.7536 149.817 9.9691 148.475 9.43382C147.134 8.89855 145.643 8.63092 144.003 8.63092C141.991 8.63092 140.174 9.06467 138.553 9.93218C136.951 10.7812 135.693 11.9625 134.78 13.4761C133.867 14.9896 133.41 16.6969 133.41 18.5981C133.41 20.4992 133.867 22.2066 134.78 23.7201C135.693 25.2336 136.951 26.4241 138.553 27.2917C140.155 28.1407 141.954 28.5652 143.947 28.5652C145.363 28.5652 146.742 28.353 148.084 27.9284C149.425 27.5039 150.599 26.8948 151.606 26.1011V18.3766Z"
100
+ fill="#F0F8FF"
101
+ />{' '}
102
+ <path
103
+ d="M173.783 28.2884H170.792L160.003 15.1649V28.2884H156.398V8.90778H159.388L170.177 22.0312V8.90778H173.783V28.2884Z"
104
+ fill="#F0F8FF"
105
+ />{' '}
106
+ <path
107
+ d="M180.702 27.9284C182.118 28.353 183.581 28.5652 185.09 28.5652C186.804 28.5652 188.258 28.3068 189.45 27.79C190.643 27.2732 191.528 26.581 192.106 25.7135C192.702 24.846 193 23.877 193 22.8064C193 21.5513 192.665 20.5546 191.994 19.8163C191.342 19.078 190.55 18.5335 189.618 18.1828C188.686 17.8136 187.494 17.4629 186.041 17.1307C184.978 16.8723 184.14 16.6416 183.525 16.4385C182.91 16.2355 182.398 15.9586 181.988 15.6079C181.596 15.2572 181.401 14.805 181.401 14.2513C181.401 13.4576 181.746 12.8208 182.435 12.3409C183.143 11.861 184.214 11.6211 185.649 11.6211C186.525 11.6211 187.429 11.7503 188.36 12.0087C189.292 12.2671 190.186 12.6455 191.044 13.1438L192.189 10.3475C191.351 9.79375 190.354 9.36922 189.199 9.0739C188.044 8.77858 186.87 8.63092 185.677 8.63092C183.963 8.63092 182.51 8.88932 181.317 9.40614C180.143 9.92295 179.258 10.6243 178.662 11.5103C178.084 12.3778 177.795 13.3469 177.795 14.4174C177.795 15.691 178.121 16.7062 178.774 17.4629C179.444 18.2012 180.236 18.7457 181.149 19.0964C182.081 19.4471 183.292 19.7978 184.783 20.1485C185.845 20.4069 186.683 20.6377 187.298 20.8407C187.913 21.0437 188.416 21.3298 188.808 21.699C189.217 22.0497 189.422 22.5019 189.422 23.0556C189.422 23.8124 189.059 24.4215 188.332 24.8829C187.624 25.3444 186.544 25.5751 185.09 25.5751C183.916 25.5751 182.742 25.3813 181.569 24.9937C180.413 24.5876 179.435 24.0708 178.634 23.4432L177.376 26.2396C178.196 26.941 179.305 27.5039 180.702 27.9284Z"
108
+ fill="#F0F8FF"
109
+ />{' '}
110
+ <path
111
+ fillRule="evenodd"
112
+ clipRule="evenodd"
113
+ d="M182.519 31.5001H174.553V50.8807H182.519C184.587 50.8807 186.413 50.4746 187.997 49.6625C189.581 48.8319 190.811 47.6875 191.686 46.2294C192.562 44.7527 193 43.0731 193 41.1904C193 39.3077 192.562 37.6373 191.686 36.1791C190.811 34.7025 189.581 33.5581 187.997 32.746C186.413 31.9154 184.587 31.5001 182.519 31.5001ZM186.907 48.112C185.621 48.7765 184.121 49.1088 182.407 49.1088H176.621V33.272H182.407C184.121 33.272 185.621 33.6135 186.907 34.2964C188.193 34.9609 189.189 35.893 189.898 37.0928C190.606 38.2741 190.96 39.64 190.96 41.1904C190.96 42.7408 190.606 44.1159 189.898 45.3157C189.189 46.497 188.193 47.4291 186.907 48.112Z"
114
+ fill="#F0F8FF"
115
+ />{' '}
116
+ <path
117
+ d="M168.749 49.1088V50.8807H154.914V31.5001H168.33V33.272H156.983V40.166H167.1V41.9103H156.983V49.1088H168.749Z"
118
+ fill="#F0F8FF"
119
+ />{' '}
120
+ <path
121
+ d="M133.291 33.272H140.167V50.8807H142.235V33.272H149.111V31.5001H133.291V33.272Z"
122
+ fill="#F0F8FF"
123
+ />{' '}
124
+ <path
125
+ d="M120.193 51.047C118.739 51.047 117.342 50.8163 116 50.3548C114.677 49.8934 113.652 49.2843 112.926 48.5275L113.736 46.9494C114.444 47.6508 115.385 48.223 116.559 48.666C117.733 49.0905 118.944 49.3028 120.193 49.3028C121.944 49.3028 123.258 48.989 124.133 48.3614C125.009 47.7154 125.447 46.8848 125.447 45.8696C125.447 45.0944 125.205 44.4761 124.72 44.0146C124.255 43.5532 123.677 43.2025 122.988 42.9625C122.298 42.7041 121.339 42.4273 120.109 42.1319C118.637 41.7628 117.463 41.4121 116.587 41.0798C115.711 40.7291 114.957 40.2031 114.323 39.5017C113.708 38.8003 113.401 37.8497 113.401 36.65C113.401 35.6717 113.662 34.7858 114.183 33.9921C114.705 33.1799 115.506 32.5339 116.587 32.054C117.668 31.5741 119.009 31.3342 120.612 31.3342C121.73 31.3342 122.82 31.4911 123.882 31.8048C124.963 32.1002 125.894 32.5155 126.677 33.0507L125.978 34.6842C125.158 34.149 124.283 33.7521 123.351 33.4937C122.419 33.2169 121.506 33.0784 120.612 33.0784C118.898 33.0784 117.603 33.4107 116.727 34.0751C115.87 34.7212 115.441 35.561 115.441 36.5946C115.441 37.3698 115.674 37.9974 116.14 38.4773C116.624 38.9387 117.221 39.2987 117.929 39.5571C118.655 39.797 119.624 40.0647 120.835 40.36C122.27 40.7107 123.425 41.0614 124.301 41.4121C125.196 41.7443 125.95 42.2611 126.565 42.9625C127.18 43.6455 127.487 44.5776 127.487 45.7589C127.487 46.7371 127.217 47.6323 126.677 48.4445C126.155 49.2381 125.345 49.8749 124.245 50.3548C123.146 50.8163 121.795 51.047 120.193 51.047Z"
126
+ fill="#F0F8FF"
127
+ />{' '}
128
+ <path
129
+ d="M93.175 48.8873C94.5912 50.327 96.5663 51.0468 99.1004 51.0468C101.634 51.0468 103.6 50.327 104.998 48.8873C106.414 47.4476 107.122 45.3526 107.122 42.6024V31.5001H105.11V42.5194C105.11 44.7712 104.597 46.4508 103.572 47.5583C102.548 48.6658 101.057 49.2195 99.1004 49.2195C97.1625 49.2195 95.6812 48.6658 94.6564 47.5583C93.6315 46.4508 93.1191 44.7712 93.1191 42.5194V31.5001H91.0509V42.6024C91.0509 45.3526 91.7589 47.4476 93.175 48.8873Z"
130
+ fill="#F0F8FF"
131
+ />{' '}
132
+ <path
133
+ fillRule="evenodd"
134
+ clipRule="evenodd"
135
+ d="M83.1389 27.9675H85.2472L85.2472 51.0472H77.0898C74.9718 51.0472 73.1018 50.629 71.4798 49.7926C69.8579 48.9371 68.5985 47.7585 67.7017 46.2567C66.8048 44.7359 66.3564 43.006 66.3564 41.067C66.3564 39.128 66.8048 37.4076 67.7017 35.9058C68.5985 34.385 69.8579 33.2064 71.4798 32.37C73.1018 31.5145 74.9718 31.0868 77.0898 31.0868H83.1389V27.9675ZM77.2043 49.2223C75.4488 49.2223 73.9127 48.8801 72.5961 48.1957C71.2795 47.4924 70.2586 46.5324 69.5335 45.3157C68.8084 44.0801 68.4459 42.6639 68.4459 41.067C68.4459 39.4702 68.8084 38.0635 69.5335 36.8468C70.2586 35.6112 71.2795 34.6512 72.5961 33.9668C73.9127 33.2635 75.4488 32.9118 77.2043 32.9118H83.1291V49.2223H77.2043Z"
136
+ fill="#F0F8FF"
137
+ />{' '}
138
+ </svg>
139
+ )
140
+
141
+ export type ServiceDetailItem = {
142
+ code?: string | null
143
+ title?: string | null
144
+ description?: string | null
145
+ desc?: string | null
146
+ layout?: ServiceDetailLayout | 'auto' | null
147
+ visualContent?: any | null
148
+ mediaContent?: any | null
149
+ timeline?: string | null
150
+ engagement?: string | null
151
+ points?: { label?: string | null; id?: string | null }[] | null
152
+ details?: string[] | null
153
+ id?: string | null
154
+ }
155
+
156
+ type ServiceDetailCardProps = {
157
+ service: ServiceDetailItem
158
+ index: number
159
+ layout: ServiceDetailLayout
160
+ isExpanded: boolean
161
+ onToggle: () => void
162
+ }
163
+
164
+ function hasRichTextContent(value: unknown): boolean {
165
+ if (!value || typeof value !== 'object') return false
166
+ const root = (value as any)?.root
167
+ return Array.isArray(root?.children) && root.children.length > 0
168
+ }
169
+
170
+ function getDescription(service: ServiceDetailItem) {
171
+ return service.description || service.desc || ''
172
+ }
173
+
174
+ function getPoints(service: ServiceDetailItem) {
175
+ if (Array.isArray(service.points) && service.points.length > 0)
176
+ return service.points
177
+ .map((point) => point?.label)
178
+ .filter((point): point is string => Boolean(point))
179
+ return Array.isArray(service.details) ? service.details : []
180
+ }
181
+
182
+ function VisualContent({ service }: { service: ServiceDetailItem }) {
183
+ const content = service.visualContent || service.mediaContent || null
184
+ if (hasRichTextContent(content)) {
185
+ return (
186
+ <div className="relative h-full min-h-75 w-full overflow-hidden rounded-md squircle border border-stone-300/10 bg-stone-100/50 p-4 dark:border-stone-700/10 dark:bg-stone-900/50 hover:shadow-xl transition-all duration-300">
187
+ <RichText
188
+ data={content}
189
+ enableGutter={false}
190
+ enableProse={false}
191
+ className="h-full min-h-75 w-full *:m-0 [&_.media-block]:m-0 [&_img]:m-0"
192
+ />
193
+ </div>
194
+ )
195
+ }
196
+ return (
197
+ <div className="min-h-75 w-full rounded-md squircle bg-linear-to-br from-[#838383] to-[#8e887c] m-auto flex items-center justify-center">
198
+ <InlineLogoIcon />
199
+ </div>
200
+ )
201
+ }
202
+
203
+ function ToggleButton({ isExpanded, onToggle }: { isExpanded: boolean; onToggle: () => void }) {
204
+ const Icon = isExpanded ? ChevronUp : ChevronDown
205
+ return (
206
+ <button
207
+ type="button"
208
+ onClick={onToggle}
209
+ className="btn-outline inline-flex items-center gap-2 self-start rounded-md squircle border border-stone-300 bg-stone-100/50 px-4 py-2 text-base transition-all duration-300 hover:brightness-105 dark:border-stone-700/10 dark:bg-stone-900/50"
210
+ >
211
+ {isExpanded ? 'Close Details' : 'View Details'}
212
+ <Icon className="h-3.5 w-3.5" strokeWidth={1.8} />
213
+ </button>
214
+ )
215
+ }
216
+
217
+ function ExpandPanel({ isExpanded, children }: { isExpanded: boolean; children: React.ReactNode }) {
218
+ return (
219
+ <AnimatePresence initial={false}>
220
+ {isExpanded && (
221
+ <motion.div
222
+ initial="hidden"
223
+ animate="visible"
224
+ exit="exit"
225
+ variants={{
226
+ hidden: {
227
+ height: 0,
228
+ opacity: 0,
229
+ },
230
+ visible: {
231
+ height: 'auto',
232
+ opacity: 1,
233
+ transition: {
234
+ duration: 0.5,
235
+ ease: [0.22, 1, 0.36, 1],
236
+ staggerChildren: 0.08,
237
+ delayChildren: 0.1,
238
+ },
239
+ },
240
+ exit: {
241
+ height: 0,
242
+ opacity: 0,
243
+ transition: {
244
+ duration: 0.35,
245
+ staggerChildren: 0.05,
246
+ staggerDirection: -1,
247
+ },
248
+ },
249
+ }}
250
+ className="overflow-hidden"
251
+ >
252
+ {React.Children.map(children, (child) => (
253
+ <motion.div
254
+ variants={{
255
+ hidden: {
256
+ opacity: 0,
257
+ y: 10,
258
+ },
259
+ visible: {
260
+ opacity: 1,
261
+ y: 0,
262
+ transition: {
263
+ duration: 0.3,
264
+ ease: [0.22, 1, 0.36, 1],
265
+ },
266
+ },
267
+ exit: {
268
+ opacity: 0,
269
+ y: 6,
270
+ },
271
+ }}
272
+ >
273
+ {child}
274
+ </motion.div>
275
+ ))}
276
+ </motion.div>
277
+ )}
278
+ </AnimatePresence>
279
+ )
280
+ }
281
+
282
+ function DetailContent({
283
+ service,
284
+ index,
285
+ isExpanded,
286
+ onToggle,
287
+ }: Omit<ServiceDetailCardProps, 'layout'>) {
288
+ const points = getPoints(service)
289
+ return (
290
+ <div className="flex h-full flex-col justify-center p-4 md:p-6">
291
+ {service.code && (
292
+ <span className="mb-3 block font-mono text-xs tracking-[0.15em] text-stone-600 dark:text-stone-300">
293
+ {service.code}
294
+ </span>
295
+ )}
296
+ {service.title && (
297
+ <h3 className="mb-4 text-2xl font-semibold text-purple-700 dark:text-purple-500 md:text-3xl">
298
+ {service.title}
299
+ </h3>
300
+ )}
301
+ {getDescription(service) && (
302
+ <p className="mb-6 text-[14px] font-medium leading-relaxed text-stone-700 dark:text-stone-200">
303
+ {getDescription(service)}
304
+ </p>
305
+ )}
306
+ <div className="mb-5 flex flex-wrap items-center gap-4 text-[12px] text-stone-700 dark:text-stone-200">
307
+ <span>
308
+ {service.timeline ||
309
+ (index % 3 === 0 ? '8-12 weeks' : index % 3 === 1 ? '12-16 weeks' : '16-24 weeks')}
310
+ </span>
311
+ <span className="inline-flex items-center gap-1">
312
+ <CircleDot className="h-3.5 w-3.5" />
313
+ {points.length} Deliverables
314
+ </span>
315
+ <span>{service.engagement || (index % 2 === 0 ? 'Fixed Fee' : 'Project-based')}</span>
316
+ </div>
317
+ <ToggleButton isExpanded={isExpanded} onToggle={onToggle} />
318
+ <ExpandPanel isExpanded={isExpanded}>
319
+ <div className="mt-4 border-t border-stone-300 dark:border-stone-700/10 pt-4">
320
+ <div className="flex flex-wrap gap-2">
321
+ {points.map((detail) => (
322
+ <span
323
+ key={detail}
324
+ className="arch-edge-sm rounded-md squircle border border-stone-300 px-3 py-1.5 text-xs text-stone-700 dark:border-stone-700/10 dark:text-stone-200"
325
+ >
326
+ {detail}
327
+ </span>
328
+ ))}
329
+ </div>
330
+ </div>
331
+ </ExpandPanel>
332
+ </div>
333
+ )
334
+ }
335
+
336
+ export function ServiceDetailCard(props: ServiceDetailCardProps) {
337
+ const { service, layout } = props
338
+ if (layout === 'center') {
339
+ return (
340
+ <div className="z-plane-2 chamfer-accent relative overflow-hidden rounded-md squircle border border-stone-300 bg-stone-100/50 transition-all duration-300 dark:border-stone-700/10 dark:bg-stone-900/50">
341
+ <div className="pointer-events-none absolute inset-0 opacity-30">
342
+ <VisualContent service={service} />
343
+ </div>
344
+ <div className="relative mx-auto max-w-3xl text-center">
345
+ <DetailContent {...props} />
346
+ </div>
347
+ </div>
348
+ )
349
+ }
350
+
351
+ if (layout === 'bleed') {
352
+ return (
353
+ <div className="z-plane-2 chamfer-accent relative overflow-hidden rounded-md squircle border border-stone-300 bg-stone-100/50 transition-all duration-300 dark:border-stone-700/10 dark:bg-stone-900/50">
354
+ <div className="pointer-events-none absolute right-0 top-0 hidden h-full min-h-75 w-1/2 opacity-30 lg:block">
355
+ <VisualContent service={service} />
356
+ </div>
357
+ <div className="relative max-w-2xl">
358
+ <DetailContent {...props} />
359
+ </div>
360
+ </div>
361
+ )
362
+ }
363
+
364
+ const visualFirst = layout === 'left' || layout === 'asym'
365
+ const gridClass = layout === 'asym' ? 'lg:grid-cols-5' : 'lg:grid-cols-2'
366
+ const visualClass = layout === 'asym' ? 'lg:col-span-2' : ''
367
+ const contentClass = layout === 'asym' ? 'lg:col-span-3' : ''
368
+
369
+ return (
370
+ <div className="z-plane-2 chamfer-accent">
371
+ <div className={cn('grid grid-cols-1 gap-0', gridClass)}>
372
+ {visualFirst && (
373
+ <div className={cn('flex min-h-75 items-center justify-center p-4 md:p-6', visualClass)}>
374
+ <VisualContent service={service} />
375
+ </div>
376
+ )}
377
+ <div className={contentClass}>
378
+ <DetailContent {...props} />
379
+ </div>
380
+ {!visualFirst && (
381
+ <div className={cn('flex min-h-75 items-center justify-center p-4 md:p-6', visualClass)}>
382
+ <VisualContent service={service} />
383
+ </div>
384
+ )}
385
+ </div>
386
+ </div>
387
+ )
388
+ }
389
+
390
+ export default ServiceDetailCard
@@ -0,0 +1,77 @@
1
+ import type { Block } from 'payload'
2
+
3
+ // Optional rich-text block support. Uncomment and adapt if the destination project
4
+ // wants Media / Masonry / Lottie blocks inside visualContent.
5
+ // import { BlocksFeature, HeadingFeature } from '@payloadcms/richtext-lexical'
6
+ // import { defaultLexical } from '@/fields/defaultLexical'
7
+ // import { MediaBlock } from '@/blocks/MediaBlock/config'
8
+ // import { MasonryMediaBlock } from '@/blocks/MasonryMediaBlock/config'
9
+ // import { LottieBlock } from '@/blocks/LottieBlock/config'
10
+
11
+ export const DDHGServiceDetails: Block = {
12
+ slug: 'DDHG-ServiceDetails',
13
+ interfaceName: 'DDHGServiceDetails',
14
+ dbName: 'ddhg_svc_details',
15
+ labels: { singular: 'Service Details', plural: 'Service Details Blocks' },
16
+ fields: [
17
+ {
18
+ type: 'tabs',
19
+ tabs: [
20
+ {
21
+ label: 'Content',
22
+ fields: [
23
+ { type: 'row', fields: [
24
+ { name: 'eyebrowPrefix', type: 'text', label: 'Eyebrow Prefix', defaultValue: 'detailed', admin: { width: '50%' } },
25
+ { name: 'eyebrowEmphasis', type: 'text', label: 'Eyebrow Emphasis', defaultValue: 'breakdown', admin: { width: '50%' } },
26
+ ] },
27
+ { name: 'layoutMode', type: 'select', label: 'Layout Mode', defaultValue: 'cycle', options: [
28
+ { label: 'Cycle through card variants', value: 'cycle' },
29
+ { label: 'Use manual layout per service', value: 'manual' },
30
+ ] },
31
+ {
32
+ name: 'services', type: 'array', label: 'Service Detail Cards', dbName: 'svc_items', minRows: 1,
33
+ labels: { singular: 'Service Detail', plural: 'Service Details' },
34
+ fields: [
35
+ { type: 'row', fields: [
36
+ { name: 'code', type: 'text', label: 'Code', defaultValue: 'SVC-01', admin: { width: '25%' } },
37
+ { name: 'title', type: 'text', label: 'Title', required: true, admin: { width: '50%' } },
38
+ { name: 'layout', type: 'select', label: 'Card Layout', defaultValue: 'auto', admin: { width: '25%' }, options: [
39
+ { label: 'Auto', value: 'auto' }, { label: 'Left visual / right text', value: 'left' }, { label: 'Left text / right visual', value: 'right' }, { label: 'Center band', value: 'center' }, { label: 'Split 50 / 50', value: 'split' }, { label: 'Asymmetric', value: 'asym' }, { label: 'Full bleed overlay', value: 'bleed' },
40
+ ] },
41
+ ] },
42
+ { name: 'description', type: 'textarea', label: 'Description' },
43
+ { type: 'row', fields: [
44
+ { name: 'timeline', type: 'text', label: 'Typical Timeline', defaultValue: '8-12 weeks', admin: { width: '50%' } },
45
+ { name: 'engagement', type: 'text', label: 'Engagement', defaultValue: 'Fixed Fee', admin: { width: '50%' } },
46
+ ] },
47
+ {
48
+ name: 'visualContent', type: 'richText', label: 'Visual Content',
49
+ // Optional enhanced editor configuration:
50
+ // editor: defaultLexical({ features: [
51
+ // HeadingFeature({ enabledHeadingSizes: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6'] }),
52
+ // BlocksFeature({ blocks: [MediaBlock, MasonryMediaBlock, LottieBlock] }),
53
+ // ] }),
54
+ admin: { description: 'Rich-text visual slot for this service. Embedded block support can be enabled in the destination project.' },
55
+ },
56
+ { name: 'points', type: 'array', label: 'What’s Included / Deliverables', dbName: 'points', fields: [
57
+ { name: 'label', type: 'text', label: 'Detail', required: true },
58
+ ] },
59
+ ],
60
+ },
61
+ ],
62
+ },
63
+ {
64
+ label: 'Advanced',
65
+ fields: [
66
+ { type: 'row', fields: [
67
+ { name: 'sectionId', type: 'text', label: 'Section ID', admin: { width: '50%' } },
68
+ { name: 'customClassName', type: 'text', label: 'Custom CSS Classes', admin: { width: '50%' } },
69
+ ] },
70
+ { name: 'scrollSpeed', type: 'text', label: 'Scroll Speed', admin: { description: 'Optional data-scroll-speed value.' } },
71
+ { name: 'customCSS', type: 'code', label: 'Custom CSS', admin: { language: 'css', description: 'Injected as a style tag. Use with caution.' } },
72
+ ],
73
+ },
74
+ ],
75
+ },
76
+ ],
77
+ }
@@ -0,0 +1,50 @@
1
+ {
2
+ "type": "block",
3
+ "name": "DDHG-ServiceDetails",
4
+ "label": "Service Details",
5
+ "sourceName": "ServiceDetails",
6
+ "portableName": "DDHG-ServiceDetails",
7
+ "slug": "DDHG-ServiceDetails",
8
+ "version": "0.0.1",
9
+ "source": { "repo": "Hadizainal/HeatherGrey2025", "originalPath": "src/blocks/ServiceDetails", "originalSlug": "serviceDetails", "originalConfigExport": "ServiceDetails", "originalComponentExport": "ServiceDetailsBlock", "originalInterfaceName": "ServiceDetailsBlockProps" },
10
+ "files": [
11
+ { "from": "Component.tsx", "to": "src/blocks/DDHG-ServiceDetails/Component.tsx" },
12
+ { "from": "ServiceDetailCard.tsx", "to": "src/blocks/DDHG-ServiceDetails/ServiceDetailCard.tsx" },
13
+ { "from": "config.ts", "to": "src/blocks/DDHG-ServiceDetails/config.ts" }
14
+ ],
15
+ "dependencies": [
16
+ { "name": "framer-motion" },
17
+ { "name": "lucide-react" }
18
+ ],
19
+ "sharedFiles": [],
20
+ "requiredProjectFiles": [
21
+ { "path": "src/components/RichText/index.tsx", "reason": "Frontend renders visualContent through the shared RichText renderer." },
22
+ { "path": "src/utilities/ui.ts", "reason": "Components use the cn utility." }
23
+ ],
24
+ "optionalProjectFiles": [
25
+ { "path": "src/fields/defaultLexical.ts", "reason": "Optional if enhanced Lexical editor configuration is enabled." },
26
+ { "path": "src/blocks/MediaBlock/config.ts", "reason": "Optional if MediaBlock is enabled inside visualContent." },
27
+ { "path": "src/blocks/MasonryMediaBlock/config.ts", "reason": "Optional if MasonryMediaBlock is enabled inside visualContent." },
28
+ { "path": "src/blocks/LottieBlock/config.ts", "reason": "Optional if LottieBlock is enabled inside visualContent." }
29
+ ],
30
+ "collectionRegistration": { "enabled": true, "collections": ["Pages", "Posts"] },
31
+ "renderBlocksRegistration": { "enabled": true },
32
+ "renderBlocksBehavior": { "wrapperless": false },
33
+ "pageRouteIntegration": { "required": false, "manualSteps": [] },
34
+ "manualSteps": [
35
+ "Confirm the shared RichText renderer exists in the destination project.",
36
+ "Optionally uncomment and adapt the enhanced Lexical block editor configuration if embedded Media, Masonry or Lottie content is required.",
37
+ "Run payload generate:types after schema changes."
38
+ ],
39
+ "notes": [
40
+ "Converted from HeatherGrey2025 ServiceDetails.",
41
+ "ServiceDetailCard.tsx is packaged with the block as a supporting implementation file.",
42
+ "dbName namespaced to ddhg_svc_details.",
43
+ "Enhanced Lexical block configuration is commented out by default.",
44
+ "HeatherGrey LogoIcon placeholder dependency was removed.",
45
+ "RichText remains a prerequisite for frontend rendering.",
46
+ "Installer must not overwrite existing target files."
47
+ ],
48
+ "exportName": "DDHGServiceDetails",
49
+ "interfaceName": "DDHGServiceDetails"
50
+ }