unleash-server 7.2.2 → 7.3.0

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 (501) hide show
  1. package/README.md +21 -10
  2. package/dist/lib/create-config.d.ts.map +1 -1
  3. package/dist/lib/create-config.js +8 -0
  4. package/dist/lib/create-config.js.map +1 -1
  5. package/dist/lib/db/client-applications-store.d.ts.map +1 -1
  6. package/dist/lib/db/client-applications-store.js +32 -2
  7. package/dist/lib/db/client-applications-store.js.map +1 -1
  8. package/dist/lib/db/feature-environment-store.d.ts +1 -1
  9. package/dist/lib/db/feature-environment-store.d.ts.map +1 -1
  10. package/dist/lib/db/feature-environment-store.js +42 -35
  11. package/dist/lib/db/feature-environment-store.js.map +1 -1
  12. package/dist/lib/db/index.d.ts.map +1 -1
  13. package/dist/lib/db/index.js +2 -0
  14. package/dist/lib/db/index.js.map +1 -1
  15. package/dist/lib/error/unleash-error.d.ts.map +1 -1
  16. package/dist/lib/error/unleash-error.js +2 -2
  17. package/dist/lib/error/unleash-error.js.map +1 -1
  18. package/dist/lib/events/index.d.ts +8 -1
  19. package/dist/lib/events/index.d.ts.map +1 -1
  20. package/dist/lib/events/index.js +14 -0
  21. package/dist/lib/events/index.js.map +1 -1
  22. package/dist/lib/features/api-tokens/createApiTokenService.d.ts +2 -0
  23. package/dist/lib/features/api-tokens/createApiTokenService.d.ts.map +1 -1
  24. package/dist/lib/features/api-tokens/createApiTokenService.js +6 -2
  25. package/dist/lib/features/api-tokens/createApiTokenService.js.map +1 -1
  26. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.d.ts.map +1 -1
  27. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js +2 -9
  28. package/dist/lib/features/client-feature-toggles/client-feature-toggle.controller.js.map +1 -1
  29. package/dist/lib/features/dependent-features/dependent.features.e2e.test.js +28 -29
  30. package/dist/lib/features/dependent-features/dependent.features.e2e.test.js.map +1 -1
  31. package/dist/lib/features/feature-links/feature-link-service.js +1 -1
  32. package/dist/lib/features/feature-links/feature-link-service.js.map +1 -1
  33. package/dist/lib/features/feature-toggle/createFeatureToggleService.d.ts.map +1 -1
  34. package/dist/lib/features/feature-toggle/createFeatureToggleService.js +14 -4
  35. package/dist/lib/features/feature-toggle/createFeatureToggleService.js.map +1 -1
  36. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.d.ts.map +1 -1
  37. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js +2 -1
  38. package/dist/lib/features/feature-toggle/fakes/fake-feature-strategies-store.js.map +1 -1
  39. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts +9 -3
  40. package/dist/lib/features/feature-toggle/feature-toggle-service.d.ts.map +1 -1
  41. package/dist/lib/features/feature-toggle/feature-toggle-service.js +23 -7
  42. package/dist/lib/features/feature-toggle/feature-toggle-service.js.map +1 -1
  43. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.d.ts.map +1 -1
  44. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js +3 -3
  45. package/dist/lib/features/feature-toggle/feature-toggle-strategies-store.js.map +1 -1
  46. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js +34 -35
  47. package/dist/lib/features/feature-toggle/tests/feature-toggles.e2e.test.js.map +1 -1
  48. package/dist/lib/features/instance-stats/createInstanceStatsService.d.ts.map +1 -1
  49. package/dist/lib/features/instance-stats/createInstanceStatsService.js +5 -2
  50. package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
  51. package/dist/lib/features/instance-stats/getEdgeInstances.d.ts +6 -0
  52. package/dist/lib/features/instance-stats/getEdgeInstances.d.ts.map +1 -0
  53. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.d.ts +2 -0
  54. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.d.ts.map +1 -0
  55. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.js +137 -0
  56. package/dist/lib/features/instance-stats/getEdgeInstances.e2e.test.js.map +1 -0
  57. package/dist/lib/features/instance-stats/getEdgeInstances.js +36 -0
  58. package/dist/lib/features/instance-stats/getEdgeInstances.js.map +1 -0
  59. package/dist/lib/features/instance-stats/instance-stats-service.d.ts +4 -1
  60. package/dist/lib/features/instance-stats/instance-stats-service.d.ts.map +1 -1
  61. package/dist/lib/features/instance-stats/instance-stats-service.js +8 -3
  62. package/dist/lib/features/instance-stats/instance-stats-service.js.map +1 -1
  63. package/dist/lib/features/instance-stats/instance-stats-service.test.js +2 -1
  64. package/dist/lib/features/instance-stats/instance-stats-service.test.js.map +1 -1
  65. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js +1 -1
  66. package/dist/lib/features/metrics/client-metrics/metrics-service-v2.js.map +1 -1
  67. package/dist/lib/features/metrics/impact/batch-histogram.d.ts +36 -0
  68. package/dist/lib/features/metrics/impact/batch-histogram.d.ts.map +1 -0
  69. package/dist/lib/features/metrics/impact/batch-histogram.js +87 -0
  70. package/dist/lib/features/metrics/impact/batch-histogram.js.map +1 -0
  71. package/dist/lib/features/metrics/impact/batch-histogram.test.d.ts +2 -0
  72. package/dist/lib/features/metrics/impact/batch-histogram.test.d.ts.map +1 -0
  73. package/dist/lib/features/metrics/impact/batch-histogram.test.js +137 -0
  74. package/dist/lib/features/metrics/impact/batch-histogram.test.js.map +1 -0
  75. package/dist/lib/features/metrics/impact/define-impact-metrics.d.ts +2 -0
  76. package/dist/lib/features/metrics/impact/define-impact-metrics.d.ts.map +1 -1
  77. package/dist/lib/features/metrics/impact/define-impact-metrics.js +4 -0
  78. package/dist/lib/features/metrics/impact/define-impact-metrics.js.map +1 -1
  79. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.js +49 -0
  80. package/dist/lib/features/metrics/impact/impact-metrics.e2e.test.js.map +1 -1
  81. package/dist/lib/features/metrics/impact/metrics-translator.d.ts +22 -4
  82. package/dist/lib/features/metrics/impact/metrics-translator.d.ts.map +1 -1
  83. package/dist/lib/features/metrics/impact/metrics-translator.js +58 -2
  84. package/dist/lib/features/metrics/impact/metrics-translator.js.map +1 -1
  85. package/dist/lib/features/metrics/impact/metrics-translator.test.js +83 -0
  86. package/dist/lib/features/metrics/impact/metrics-translator.test.js.map +1 -1
  87. package/dist/lib/features/metrics/shared/schema.d.ts +1 -0
  88. package/dist/lib/features/metrics/shared/schema.d.ts.map +1 -1
  89. package/dist/lib/features/metrics/shared/schema.js +27 -1
  90. package/dist/lib/features/metrics/shared/schema.js.map +1 -1
  91. package/dist/lib/features/project/createProjectService.d.ts.map +1 -1
  92. package/dist/lib/features/project/createProjectService.js +7 -5
  93. package/dist/lib/features/project/createProjectService.js.map +1 -1
  94. package/dist/lib/features/project/project-service.d.ts +3 -2
  95. package/dist/lib/features/project/project-service.d.ts.map +1 -1
  96. package/dist/lib/features/project/project-service.js +4 -3
  97. package/dist/lib/features/project/project-service.js.map +1 -1
  98. package/dist/lib/features/release-plans/release-plan-milestone-store.d.ts +2 -2
  99. package/dist/lib/features/release-plans/release-plan-milestone-store.d.ts.map +1 -1
  100. package/dist/lib/features/release-plans/release-plan-milestone-store.js +3 -0
  101. package/dist/lib/features/release-plans/release-plan-milestone-store.js.map +1 -1
  102. package/dist/lib/features/release-plans/release-plan-milestone.d.ts +6 -0
  103. package/dist/lib/features/release-plans/release-plan-milestone.d.ts.map +1 -1
  104. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts +5 -0
  105. package/dist/lib/features/release-plans/release-plan-read-model-type.d.ts.map +1 -0
  106. package/dist/lib/features/release-plans/release-plan-read-model-type.js +2 -0
  107. package/dist/lib/features/release-plans/release-plan-read-model-type.js.map +1 -0
  108. package/dist/lib/features/release-plans/release-plan-read-model.d.ts +11 -0
  109. package/dist/lib/features/release-plans/release-plan-read-model.d.ts.map +1 -0
  110. package/dist/lib/features/release-plans/release-plan-read-model.js +133 -0
  111. package/dist/lib/features/release-plans/release-plan-read-model.js.map +1 -0
  112. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts +2 -0
  113. package/dist/lib/features/release-plans/release-plan-read-model.test.d.ts.map +1 -0
  114. package/dist/lib/features/release-plans/release-plan-read-model.test.js +165 -0
  115. package/dist/lib/features/release-plans/release-plan-read-model.test.js.map +1 -0
  116. package/dist/lib/features/release-plans/release-plan-store.d.ts +1 -1
  117. package/dist/lib/features/release-plans/release-plan-store.d.ts.map +1 -1
  118. package/dist/lib/features/release-plans/release-plan-store.js +16 -15
  119. package/dist/lib/features/release-plans/release-plan-store.js.map +1 -1
  120. package/dist/lib/features/release-plans/release-plan-template.d.ts +2 -2
  121. package/dist/lib/features/release-plans/release-plan-template.d.ts.map +1 -1
  122. package/dist/lib/features/release-plans/release-plan.d.ts +1 -1
  123. package/dist/lib/features/release-plans/release-plan.d.ts.map +1 -1
  124. package/dist/lib/features/resource-limits/resource-limits-service.d.ts +8 -0
  125. package/dist/lib/features/resource-limits/resource-limits-service.d.ts.map +1 -0
  126. package/dist/lib/features/resource-limits/resource-limits-service.js +9 -0
  127. package/dist/lib/features/resource-limits/resource-limits-service.js.map +1 -0
  128. package/dist/lib/features/scheduler/schedule-services.js +1 -1
  129. package/dist/lib/features/scheduler/schedule-services.js.map +1 -1
  130. package/dist/lib/features/segment/createSegmentService.d.ts.map +1 -1
  131. package/dist/lib/features/segment/createSegmentService.js +5 -3
  132. package/dist/lib/features/segment/createSegmentService.js.map +1 -1
  133. package/dist/lib/features/segment/segment-service.d.ts +3 -2
  134. package/dist/lib/features/segment/segment-service.d.ts.map +1 -1
  135. package/dist/lib/features/segment/segment-service.js +3 -3
  136. package/dist/lib/features/segment/segment-service.js.map +1 -1
  137. package/dist/lib/features/users/user-store.d.ts +2 -0
  138. package/dist/lib/features/users/user-store.d.ts.map +1 -1
  139. package/dist/lib/features/users/user-store.js +3 -2
  140. package/dist/lib/features/users/user-store.js.map +1 -1
  141. package/dist/lib/features/users/user-updates-read-model.d.ts +27 -0
  142. package/dist/lib/features/users/user-updates-read-model.d.ts.map +1 -0
  143. package/dist/lib/features/users/user-updates-read-model.js +68 -0
  144. package/dist/lib/features/users/user-updates-read-model.js.map +1 -0
  145. package/dist/lib/features/users/user-updates-read-model.test.d.ts +2 -0
  146. package/dist/lib/features/users/user-updates-read-model.test.d.ts.map +1 -0
  147. package/dist/lib/features/users/user-updates-read-model.test.js +50 -0
  148. package/dist/lib/features/users/user-updates-read-model.test.js.map +1 -0
  149. package/dist/lib/metrics.d.ts.map +1 -1
  150. package/dist/lib/metrics.js +8 -6
  151. package/dist/lib/metrics.js.map +1 -1
  152. package/dist/lib/metrics.test.js +2 -1
  153. package/dist/lib/metrics.test.js.map +1 -1
  154. package/dist/lib/middleware/origin-middleware.d.ts +1 -1
  155. package/dist/lib/middleware/origin-middleware.d.ts.map +1 -1
  156. package/dist/lib/middleware/origin-middleware.js +2 -9
  157. package/dist/lib/middleware/origin-middleware.js.map +1 -1
  158. package/dist/lib/middleware/origin-middleware.test.js +0 -16
  159. package/dist/lib/middleware/origin-middleware.test.js.map +1 -1
  160. package/dist/lib/openapi/spec/application-schema.d.ts +1 -1
  161. package/dist/lib/openapi/spec/application-schema.js +1 -1
  162. package/dist/lib/openapi/spec/application-schema.js.map +1 -1
  163. package/dist/lib/openapi/spec/applications-schema.d.ts +1 -1
  164. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts +126 -39
  165. package/dist/lib/openapi/spec/bulk-metrics-schema.d.ts.map +1 -1
  166. package/dist/lib/openapi/spec/create-application-schema.d.ts +1 -1
  167. package/dist/lib/openapi/spec/create-application-schema.js +1 -1
  168. package/dist/lib/openapi/spec/create-application-schema.js.map +1 -1
  169. package/dist/lib/openapi/spec/create-strategy-schema.d.ts +2 -2
  170. package/dist/lib/openapi/spec/create-strategy-schema.js +2 -2
  171. package/dist/lib/openapi/spec/create-strategy-schema.js.map +1 -1
  172. package/dist/lib/openapi/spec/event-schema.d.ts +1 -1
  173. package/dist/lib/openapi/spec/event-search-response-schema.d.ts +1 -1
  174. package/dist/lib/openapi/spec/events-schema.d.ts +1 -1
  175. package/dist/lib/openapi/spec/export-result-schema.d.ts +12304 -1250
  176. package/dist/lib/openapi/spec/export-result-schema.d.ts.map +1 -1
  177. package/dist/lib/openapi/spec/export-result-schema.js +12 -0
  178. package/dist/lib/openapi/spec/export-result-schema.js.map +1 -1
  179. package/dist/lib/openapi/spec/feature-environment-schema.d.ts +2767 -0
  180. package/dist/lib/openapi/spec/feature-environment-schema.d.ts.map +1 -1
  181. package/dist/lib/openapi/spec/feature-environment-schema.js +19 -0
  182. package/dist/lib/openapi/spec/feature-environment-schema.js.map +1 -1
  183. package/dist/lib/openapi/spec/feature-events-schema.d.ts +1 -1
  184. package/dist/lib/openapi/spec/feature-schema.d.ts +5808 -281
  185. package/dist/lib/openapi/spec/feature-schema.d.ts.map +1 -1
  186. package/dist/lib/openapi/spec/feature-schema.js +12 -0
  187. package/dist/lib/openapi/spec/feature-schema.js.map +1 -1
  188. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts +5613 -79
  189. package/dist/lib/openapi/spec/feature-search-environment-schema.d.ts.map +1 -1
  190. package/dist/lib/openapi/spec/feature-search-environment-schema.js +12 -0
  191. package/dist/lib/openapi/spec/feature-search-environment-schema.js.map +1 -1
  192. package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts +2 -1
  193. package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts.map +1 -1
  194. package/dist/lib/openapi/spec/feature-search-query-parameters.js +2 -1
  195. package/dist/lib/openapi/spec/feature-search-query-parameters.js.map +1 -1
  196. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts +5613 -79
  197. package/dist/lib/openapi/spec/feature-search-response-schema.d.ts.map +1 -1
  198. package/dist/lib/openapi/spec/health-overview-schema.d.ts +11432 -605
  199. package/dist/lib/openapi/spec/health-overview-schema.d.ts.map +1 -1
  200. package/dist/lib/openapi/spec/health-overview-schema.js +8 -0
  201. package/dist/lib/openapi/spec/health-overview-schema.js.map +1 -1
  202. package/dist/lib/openapi/spec/health-report-schema.d.ts +11432 -605
  203. package/dist/lib/openapi/spec/health-report-schema.d.ts.map +1 -1
  204. package/dist/lib/openapi/spec/impact-metrics-schema.d.ts +126 -39
  205. package/dist/lib/openapi/spec/impact-metrics-schema.d.ts.map +1 -1
  206. package/dist/lib/openapi/spec/impact-metrics-schema.js +128 -39
  207. package/dist/lib/openapi/spec/impact-metrics-schema.js.map +1 -1
  208. package/dist/lib/openapi/spec/import-toggles-schema.d.ts +24822 -2714
  209. package/dist/lib/openapi/spec/import-toggles-schema.d.ts.map +1 -1
  210. package/dist/lib/openapi/spec/import-toggles-schema.js +12 -0
  211. package/dist/lib/openapi/spec/import-toggles-schema.js.map +1 -1
  212. package/dist/lib/openapi/spec/index.d.ts +7 -0
  213. package/dist/lib/openapi/spec/index.d.ts.map +1 -1
  214. package/dist/lib/openapi/spec/index.js +7 -0
  215. package/dist/lib/openapi/spec/index.js.map +1 -1
  216. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts +13 -0
  217. package/dist/lib/openapi/spec/instance-admin-stats-schema.d.ts.map +1 -1
  218. package/dist/lib/openapi/spec/instance-admin-stats-schema.js +13 -0
  219. package/dist/lib/openapi/spec/instance-admin-stats-schema.js.map +1 -1
  220. package/dist/lib/openapi/spec/integration-event-schema.d.ts +1 -1
  221. package/dist/lib/openapi/spec/integration-events-schema.d.ts +2 -2
  222. package/dist/lib/openapi/spec/me-schema.d.ts +1 -1
  223. package/dist/lib/openapi/spec/patch-schema.d.ts +1 -1
  224. package/dist/lib/openapi/spec/patch-schema.js +1 -1
  225. package/dist/lib/openapi/spec/patch-schema.js.map +1 -1
  226. package/dist/lib/openapi/spec/patches-schema.d.ts +1 -1
  227. package/dist/lib/openapi/spec/permission-schema.d.ts +1 -1
  228. package/dist/lib/openapi/spec/permission-schema.js +1 -1
  229. package/dist/lib/openapi/spec/permission-schema.js.map +1 -1
  230. package/dist/lib/openapi/spec/profile-schema.d.ts +5808 -281
  231. package/dist/lib/openapi/spec/profile-schema.d.ts.map +1 -1
  232. package/dist/lib/openapi/spec/project-overview-schema.d.ts +11641 -814
  233. package/dist/lib/openapi/spec/project-overview-schema.d.ts.map +1 -1
  234. package/dist/lib/openapi/spec/project-overview-schema.js +8 -0
  235. package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
  236. package/dist/lib/openapi/spec/ready-check-schema.d.ts +19 -0
  237. package/dist/lib/openapi/spec/ready-check-schema.d.ts.map +1 -0
  238. package/dist/lib/openapi/spec/ready-check-schema.js +17 -0
  239. package/dist/lib/openapi/spec/ready-check-schema.js.map +1 -0
  240. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts +716 -0
  241. package/dist/lib/openapi/spec/release-plan-milestone-schema.d.ts.map +1 -0
  242. package/dist/lib/openapi/spec/release-plan-milestone-schema.js +72 -0
  243. package/dist/lib/openapi/spec/release-plan-milestone-schema.js.map +1 -0
  244. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts +361 -0
  245. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.d.ts.map +1 -0
  246. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.js +40 -0
  247. package/dist/lib/openapi/spec/release-plan-milestone-strategy-schema.js.map +1 -0
  248. package/dist/lib/openapi/spec/release-plan-schema.d.ts +1449 -0
  249. package/dist/lib/openapi/spec/release-plan-schema.d.ts.map +1 -0
  250. package/dist/lib/openapi/spec/release-plan-schema.js +74 -0
  251. package/dist/lib/openapi/spec/release-plan-schema.js.map +1 -0
  252. package/dist/lib/openapi/spec/release-plan-template-id-schema.d.ts +19 -0
  253. package/dist/lib/openapi/spec/release-plan-template-id-schema.d.ts.map +1 -0
  254. package/dist/lib/openapi/spec/release-plan-template-id-schema.js +17 -0
  255. package/dist/lib/openapi/spec/release-plan-template-id-schema.js.map +1 -0
  256. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts +1434 -0
  257. package/dist/lib/openapi/spec/release-plan-template-schema.d.ts.map +1 -0
  258. package/dist/lib/openapi/spec/release-plan-template-schema.js +79 -0
  259. package/dist/lib/openapi/spec/release-plan-template-schema.js.map +1 -0
  260. package/dist/lib/openapi/spec/search-features-schema.d.ts +11793 -725
  261. package/dist/lib/openapi/spec/search-features-schema.d.ts.map +1 -1
  262. package/dist/lib/openapi/spec/transition-condition-schema.d.ts +19 -0
  263. package/dist/lib/openapi/spec/transition-condition-schema.d.ts.map +1 -0
  264. package/dist/lib/openapi/spec/transition-condition-schema.js +17 -0
  265. package/dist/lib/openapi/spec/transition-condition-schema.js.map +1 -0
  266. package/dist/lib/openapi/spec/update-strategy-schema.d.ts +1 -1
  267. package/dist/lib/openapi/spec/update-strategy-schema.js +1 -1
  268. package/dist/lib/openapi/spec/update-strategy-schema.js.map +1 -1
  269. package/dist/lib/openapi/util/openapi-tags.d.ts +2 -2
  270. package/dist/lib/openapi/util/openapi-tags.js +1 -1
  271. package/dist/lib/openapi/util/openapi-tags.js.map +1 -1
  272. package/dist/lib/routes/admin-api/index.js +2 -2
  273. package/dist/lib/routes/admin-api/index.js.map +1 -1
  274. package/dist/lib/routes/admin-api/instance-admin.d.ts.map +1 -1
  275. package/dist/lib/routes/admin-api/instance-admin.js +5 -0
  276. package/dist/lib/routes/admin-api/instance-admin.js.map +1 -1
  277. package/dist/lib/routes/admin-api/strategy.js +1 -1
  278. package/dist/lib/routes/admin-api/strategy.js.map +1 -1
  279. package/dist/lib/routes/admin-api/strategy.test.js +25 -1
  280. package/dist/lib/routes/admin-api/strategy.test.js.map +1 -1
  281. package/dist/lib/routes/backstage.test.js +17 -5
  282. package/dist/lib/routes/backstage.test.js.map +1 -1
  283. package/dist/lib/routes/health-check.test.js +2 -2
  284. package/dist/lib/routes/health-check.test.js.map +1 -1
  285. package/dist/lib/routes/index.d.ts.map +1 -1
  286. package/dist/lib/routes/index.js +2 -0
  287. package/dist/lib/routes/index.js.map +1 -1
  288. package/dist/lib/routes/ready-check.d.ts +14 -0
  289. package/dist/lib/routes/ready-check.d.ts.map +1 -0
  290. package/dist/lib/routes/ready-check.js +86 -0
  291. package/dist/lib/routes/ready-check.js.map +1 -0
  292. package/dist/lib/routes/util.d.ts.map +1 -1
  293. package/dist/lib/routes/util.js +19 -1
  294. package/dist/lib/routes/util.js.map +1 -1
  295. package/dist/lib/server-impl.d.ts +9 -3
  296. package/dist/lib/server-impl.d.ts.map +1 -1
  297. package/dist/lib/server-impl.js +6 -1
  298. package/dist/lib/server-impl.js.map +1 -1
  299. package/dist/lib/services/api-token-service.d.ts +3 -2
  300. package/dist/lib/services/api-token-service.d.ts.map +1 -1
  301. package/dist/lib/services/api-token-service.js +3 -3
  302. package/dist/lib/services/api-token-service.js.map +1 -1
  303. package/dist/lib/services/index.d.ts +5 -1
  304. package/dist/lib/services/index.d.ts.map +1 -1
  305. package/dist/lib/services/index.js +16 -2
  306. package/dist/lib/services/index.js.map +1 -1
  307. package/dist/lib/services/strategy-service.d.ts +4 -1
  308. package/dist/lib/services/strategy-service.d.ts.map +1 -1
  309. package/dist/lib/services/strategy-service.js +15 -2
  310. package/dist/lib/services/strategy-service.js.map +1 -1
  311. package/dist/lib/services/user-service.d.ts.map +1 -1
  312. package/dist/lib/services/user-service.js +19 -3
  313. package/dist/lib/services/user-service.js.map +1 -1
  314. package/dist/lib/services/user-splash-service.d.ts.map +1 -1
  315. package/dist/lib/services/user-splash-service.js +7 -1
  316. package/dist/lib/services/user-splash-service.js.map +1 -1
  317. package/dist/lib/services/version-service.d.ts +2 -0
  318. package/dist/lib/services/version-service.d.ts.map +1 -1
  319. package/dist/lib/services/version-service.js.map +1 -1
  320. package/dist/lib/services/version-service.test.js +1 -0
  321. package/dist/lib/services/version-service.test.js.map +1 -1
  322. package/dist/lib/types/events.d.ts +28 -0
  323. package/dist/lib/types/events.d.ts.map +1 -1
  324. package/dist/lib/types/events.js +20 -1
  325. package/dist/lib/types/events.js.map +1 -1
  326. package/dist/lib/types/experimental.d.ts +3 -1
  327. package/dist/lib/types/experimental.d.ts.map +1 -1
  328. package/dist/lib/types/experimental.js +7 -8
  329. package/dist/lib/types/experimental.js.map +1 -1
  330. package/dist/lib/types/option.d.ts +8 -0
  331. package/dist/lib/types/option.d.ts.map +1 -1
  332. package/dist/lib/types/stores/feature-environment-store.d.ts +1 -1
  333. package/dist/lib/types/stores/feature-environment-store.d.ts.map +1 -1
  334. package/dist/lib/types/stores.d.ts +2 -0
  335. package/dist/lib/types/stores.d.ts.map +1 -1
  336. package/dist/lib/types/stores.js.map +1 -1
  337. package/dist/lib/ui-config/ui-config-controller.d.ts +18 -0
  338. package/dist/lib/ui-config/ui-config-controller.d.ts.map +1 -0
  339. package/dist/lib/ui-config/ui-config-controller.js +62 -0
  340. package/dist/lib/ui-config/ui-config-controller.js.map +1 -0
  341. package/dist/lib/ui-config/ui-config-service.d.ts +18 -0
  342. package/dist/lib/ui-config/ui-config-service.d.ts.map +1 -0
  343. package/dist/lib/ui-config/ui-config-service.js +64 -0
  344. package/dist/lib/ui-config/ui-config-service.js.map +1 -0
  345. package/dist/lib/ui-config/ui-config.test.d.ts +2 -0
  346. package/dist/lib/ui-config/ui-config.test.d.ts.map +1 -0
  347. package/dist/lib/{routes/admin-api/config.test.js → ui-config/ui-config.test.js} +6 -6
  348. package/dist/lib/ui-config/ui-config.test.js.map +1 -0
  349. package/dist/lib/util/metrics/createGauge.d.ts +17 -1
  350. package/dist/lib/util/metrics/createGauge.d.ts.map +1 -1
  351. package/dist/lib/util/metrics/createGauge.js +49 -4
  352. package/dist/lib/util/metrics/createGauge.js.map +1 -1
  353. package/dist/lib/util/random-id.js +2 -2
  354. package/dist/lib/util/random-id.js.map +1 -1
  355. package/dist/lib/util/random-id.test.d.ts +2 -0
  356. package/dist/lib/util/random-id.test.d.ts.map +1 -0
  357. package/dist/lib/util/random-id.test.js +7 -0
  358. package/dist/lib/util/random-id.test.js.map +1 -0
  359. package/dist/migrations/20210218090213-generate-server-identifier.js +2 -2
  360. package/dist/migrations/20210218090213-generate-server-identifier.js.map +1 -1
  361. package/dist/migrations/20210615115226-migrate-strategies-to-feature-strategies.js +2 -2
  362. package/dist/migrations/20210615115226-migrate-strategies-to-feature-strategies.js.map +1 -1
  363. package/dist/migrations/20250923130348-add-users-updated-at.d.ts +3 -0
  364. package/dist/migrations/20250923130348-add-users-updated-at.d.ts.map +1 -0
  365. package/dist/migrations/20250923130348-add-users-updated-at.js +40 -0
  366. package/dist/migrations/20250923130348-add-users-updated-at.js.map +1 -0
  367. package/dist/migrations/20251002095623-not-null-constraints.d.ts +3 -0
  368. package/dist/migrations/20251002095623-not-null-constraints.d.ts.map +1 -0
  369. package/dist/migrations/20251002095623-not-null-constraints.js +20 -0
  370. package/dist/migrations/20251002095623-not-null-constraints.js.map +1 -0
  371. package/dist/migrations/20251003105758-add-milestone-started-at.d.ts +3 -0
  372. package/dist/migrations/20251003105758-add-milestone-started-at.d.ts.map +1 -0
  373. package/dist/migrations/20251003105758-add-milestone-started-at.js +8 -0
  374. package/dist/migrations/20251003105758-add-milestone-started-at.js.map +1 -0
  375. package/dist/migrations/20251006111609-add-milestone-progressions.d.ts +3 -0
  376. package/dist/migrations/20251006111609-add-milestone-progressions.d.ts.map +1 -0
  377. package/dist/migrations/20251006111609-add-milestone-progressions.js +15 -0
  378. package/dist/migrations/20251006111609-add-milestone-progressions.js.map +1 -0
  379. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.d.ts +3 -0
  380. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.d.ts.map +1 -0
  381. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.js +14 -0
  382. package/dist/migrations/20251009081052-add-milestone-progression-executed-at.js.map +1 -0
  383. package/dist/migrations/20251009132935-add-edge-node-presence.d.ts +3 -0
  384. package/dist/migrations/20251009132935-add-edge-node-presence.d.ts.map +1 -0
  385. package/dist/migrations/20251009132935-add-edge-node-presence.js +29 -0
  386. package/dist/migrations/20251009132935-add-edge-node-presence.js.map +1 -0
  387. package/dist/migrations/20251013131405-milestone-progression-uniqueness.d.ts +3 -0
  388. package/dist/migrations/20251013131405-milestone-progression-uniqueness.d.ts.map +1 -0
  389. package/dist/migrations/20251013131405-milestone-progression-uniqueness.js +9 -0
  390. package/dist/migrations/20251013131405-milestone-progression-uniqueness.js.map +1 -0
  391. package/dist/migrations/20251027094509-milestone-progression-natural-pk.d.ts +3 -0
  392. package/dist/migrations/20251027094509-milestone-progression-natural-pk.d.ts.map +1 -0
  393. package/dist/migrations/20251027094509-milestone-progression-natural-pk.js +22 -0
  394. package/dist/migrations/20251027094509-milestone-progression-natural-pk.js.map +1 -0
  395. package/dist/migrations/20251103114221-milestone-progression-paused-at.d.ts +3 -0
  396. package/dist/migrations/20251103114221-milestone-progression-paused-at.d.ts.map +1 -0
  397. package/dist/migrations/20251103114221-milestone-progression-paused-at.js +14 -0
  398. package/dist/migrations/20251103114221-milestone-progression-paused-at.js.map +1 -0
  399. package/dist/migrations/20251105153729-create-safeguards-table.d.ts +3 -0
  400. package/dist/migrations/20251105153729-create-safeguards-table.d.ts.map +1 -0
  401. package/dist/migrations/20251105153729-create-safeguards-table.js +17 -0
  402. package/dist/migrations/20251105153729-create-safeguards-table.js.map +1 -0
  403. package/dist/server-dev.js +5 -3
  404. package/dist/server-dev.js.map +1 -1
  405. package/dist/test/e2e/api/admin/context.e2e.test.js +2 -3
  406. package/dist/test/e2e/api/admin/context.e2e.test.js.map +1 -1
  407. package/dist/test/e2e/api/admin/user-admin.e2e.test.js +2 -3
  408. package/dist/test/e2e/api/admin/user-admin.e2e.test.js.map +1 -1
  409. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js +17 -41
  410. package/dist/test/e2e/api/client/feature.optimal304.e2e.test.js.map +1 -1
  411. package/dist/test/e2e/helpers/database-init.js +2 -2
  412. package/dist/test/e2e/helpers/database-init.js.map +1 -1
  413. package/dist/test/e2e/ready.e2e.test.d.ts +2 -0
  414. package/dist/test/e2e/ready.e2e.test.d.ts.map +1 -0
  415. package/dist/test/e2e/ready.e2e.test.js +66 -0
  416. package/dist/test/e2e/ready.e2e.test.js.map +1 -0
  417. package/dist/test/e2e/services/user-service.e2e.test.js +129 -99
  418. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  419. package/dist/test/e2e/stores/client-application-store.e2e.test.js +0 -1
  420. package/dist/test/e2e/stores/client-application-store.e2e.test.js.map +1 -1
  421. package/dist/test/e2e/stores/feature-environment-store.e2e.test.js +3 -1
  422. package/dist/test/e2e/stores/feature-environment-store.e2e.test.js.map +1 -1
  423. package/dist/test/e2e/users/user-store.e2e.test.d.ts.map +1 -0
  424. package/dist/test/e2e/users/user-store.e2e.test.js.map +1 -0
  425. package/dist/test/e2e/users/user-updates-read-model.e2e.test.d.ts +2 -0
  426. package/dist/test/e2e/users/user-updates-read-model.e2e.test.d.ts.map +1 -0
  427. package/dist/test/e2e/users/user-updates-read-model.e2e.test.js +88 -0
  428. package/dist/test/e2e/users/user-updates-read-model.e2e.test.js.map +1 -0
  429. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts +8 -0
  430. package/dist/test/fixtures/fake/fake-release-plan-read-model.d.ts.map +1 -0
  431. package/dist/test/fixtures/fake/fake-release-plan-read-model.js +9 -0
  432. package/dist/test/fixtures/fake/fake-release-plan-read-model.js.map +1 -0
  433. package/dist/test/fixtures/fake-impact-metrics.d.ts +12 -4
  434. package/dist/test/fixtures/fake-impact-metrics.d.ts.map +1 -1
  435. package/dist/test/fixtures/fake-impact-metrics.js +50 -26
  436. package/dist/test/fixtures/fake-impact-metrics.js.map +1 -1
  437. package/dist/test/fixtures/store.d.ts.map +1 -1
  438. package/dist/test/fixtures/store.js +1 -0
  439. package/dist/test/fixtures/store.js.map +1 -1
  440. package/frontend/build/index.html +1 -1
  441. package/frontend/build/static/{AdvancedPlayground-D2Y0O_LK.js → AdvancedPlayground-BMmRjlFK.js} +1 -1
  442. package/frontend/build/static/BackendConnections-C4TwFekS.js +1 -0
  443. package/frontend/build/static/{CreateProject-jRfRrbUO.js → CreateProject-De6TDUjF.js} +1 -1
  444. package/frontend/build/static/FeatureMetricsChart-CQOjOGdB.js +2 -0
  445. package/frontend/build/static/FeatureStaleDialog-DFBMJIHQ.js +7 -0
  446. package/frontend/build/static/FeatureViewLazyExport-CUraS5Co.js +10 -0
  447. package/frontend/build/static/{FlagMetricsChart-oDTQTkxU.js → FlagMetricsChart-BqT9hgdO.js} +2 -2
  448. package/frontend/build/static/FrontendNetworkTrafficUsage-BzwFAGbK.js +1 -0
  449. package/frontend/build/static/GridLayoutWrapper-DY9lNz0U.js +3 -0
  450. package/frontend/build/static/ImpactMetricsPage-Bqewvmqu.js +1 -0
  451. package/frontend/build/static/LazyAdminExport-DSSpZhpf.js +38 -0
  452. package/frontend/build/static/LazyProjectExport-Cd5au6uN.js +728 -0
  453. package/frontend/build/static/{LifecycleChartComponent-Dz1wdYkW.js → LifecycleChartComponent-iH7Xwal_.js} +3 -3
  454. package/frontend/build/static/LineChartComponent-BnogHewS.js +1 -0
  455. package/frontend/build/static/{MarkCompletedDialogue-Bw9Iccid.js → MarkCompletedDialogue-BOSV3MHM.js} +1 -1
  456. package/frontend/build/static/{NetworkConnectedEdges-HU923-QZ.js → NetworkConnectedEdges-d0ZBRss5.js} +1 -1
  457. package/frontend/build/static/{NetworkOverview-_igGCPCJ.js → NetworkOverview-DivQ4b83.js} +1 -1
  458. package/frontend/build/static/{NetworkPrometheusAPIWarning-BS9PGbzI.js → NetworkPrometheusAPIWarning-2jclDnfE.js} +1 -1
  459. package/frontend/build/static/{NetworkTraffic-BpNEMFBl.js → NetworkTraffic-DDSLmVgI.js} +1 -1
  460. package/frontend/build/static/NetworkTrafficUsage-DYNGGkkm.js +1 -0
  461. package/frontend/build/static/PercentageDonut-aa1oSbho.js +1 -0
  462. package/frontend/build/static/{ReactJSONEditor-DZ9l5V9S.js → ReactJSONEditor-BKB6MheT.js} +1 -1
  463. package/frontend/build/static/{RoleCell-C-hJFmul.js → RoleCell-CkV0Kf4-.js} +1 -1
  464. package/frontend/build/static/{aggregateFeatureMetrics-Dli6i5No.js → aggregateFeatureMetrics-CrQXQAeM.js} +1 -1
  465. package/frontend/build/static/{formatTickValue-D3KZyzeb.js → formatTickValue-BCAqKqmg.js} +2 -2
  466. package/frontend/build/static/index-B33kIVre.js +542 -0
  467. package/frontend/build/static/metricsFormatters-C7iN2dDH.js +1 -0
  468. package/frontend/build/static/{networkTrafficUsageHighlightPlugin-DLE_BBMN.js → networkTrafficUsageHighlightPlugin-o9kHeQ2O.js} +1 -1
  469. package/frontend/build/static/strategyCustom-Db-ZtYWl.svg +23 -0
  470. package/frontend/build/static/strategyDefault-LnSyH2eZ.svg +17 -0
  471. package/frontend/build/static/strategyGradual-oCA99tj3.svg +18 -0
  472. package/frontend/build/static/strategyHosts-4lVYC2Bf.svg +23 -0
  473. package/frontend/build/static/strategyIPs-BHaXsOYV.svg +24 -0
  474. package/frontend/build/static/strategyOn-CX-xL0oK.svg +18 -0
  475. package/frontend/build/static/{useApiTokens-DNIDLJlc.js → useApiTokens-eXyUbKcO.js} +1 -1
  476. package/frontend/package.json +3 -4
  477. package/package.json +7 -9
  478. package/dist/lib/routes/admin-api/config.d.ts +0 -24
  479. package/dist/lib/routes/admin-api/config.d.ts.map +0 -1
  480. package/dist/lib/routes/admin-api/config.js +0 -114
  481. package/dist/lib/routes/admin-api/config.js.map +0 -1
  482. package/dist/lib/routes/admin-api/config.test.d.ts +0 -2
  483. package/dist/lib/routes/admin-api/config.test.d.ts.map +0 -1
  484. package/dist/lib/routes/admin-api/config.test.js.map +0 -1
  485. package/dist/test/e2e/stores/user-store.e2e.test.d.ts.map +0 -1
  486. package/dist/test/e2e/stores/user-store.e2e.test.js.map +0 -1
  487. package/frontend/build/static/BackendConnections-C9HcQ9To.js +0 -1
  488. package/frontend/build/static/ChartItem-COMyVdgD.js +0 -1
  489. package/frontend/build/static/FeatureMetricsChart-CQkGp91T.js +0 -2
  490. package/frontend/build/static/FeatureStaleDialog-DKeGFuL1.js +0 -7
  491. package/frontend/build/static/FeatureViewLazyExport-CgntSCvS.js +0 -10
  492. package/frontend/build/static/FrontendNetworkTrafficUsage-E4pIeMFQ.js +0 -1
  493. package/frontend/build/static/ImpactMetricsPage-B3STis_H.js +0 -3
  494. package/frontend/build/static/LazyAdminExport-CsCsRIwk.js +0 -38
  495. package/frontend/build/static/LazyProjectExport-DkN0UegC.js +0 -728
  496. package/frontend/build/static/LineChartComponent-DG1LdcL_.js +0 -1
  497. package/frontend/build/static/NetworkTrafficUsage-bSUVPjoc.js +0 -1
  498. package/frontend/build/static/index-A5We7bvX.js +0 -542
  499. package/frontend/build/static/merge-C7IT0rZd.svg +0 -3
  500. /package/dist/test/e2e/{stores → users}/user-store.e2e.test.d.ts +0 -0
  501. /package/dist/test/e2e/{stores → users}/user-store.e2e.test.js +0 -0
@@ -0,0 +1,728 @@
1
+ var sd=Object.defineProperty;var od=(e,t,n)=>t in e?sd(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var q=(e,t,n)=>od(e,typeof t!="symbol"?t+"":t,n);import{fF as ld,fG as dd,fH as We,r as h,s as u,fI as ud,dm as v2,G as X1,H as ee,j as a,B as O,e as O1,y as Y1,D as $1,a_ as Pr,J as O0,a$ as C0,M as ce,fJ as p3,b0 as me,d as R3,fK as ic,b2 as se,T as M,fL as fe,ds as P2,L as g1,cW as E2,bi as Z2,dk as cc,dx as Pe,fM as hd,m as D0,aE as Ze,fN as md,fO as fd,as as C1,i as c1,fP as pd,fQ as vd,fR as Je,fS as gd,C as N,h as _1,be as xd,aY as ue,cK as oe,aT as L3,V as T1,bf as Er,aU as $0,aX as T0,aV as I2,bc as f1,fT as sc,fp as bd,cc as I3,aq as M2,dF as Zr,dG as Ir,b9 as B1,fU as jd,fV as oc,bk as lc,b as x1,fW as yd,al as Q1,ay as ae,fX as dc,fY as uc,dB as $e,fZ as x8,f_ as _d,dC as Z3,f$ as wd,dD as Sd,g0 as ze,g1 as hc,dh as mc,g2 as fc,g3 as pc,cm as V3,bb as he,u as A2,N as N3,g4 as pr,d3 as vc,g5 as l3,g6 as Od,g7 as Cd,g8 as Dd,g9 as $d,ga as Td,gb as Pd,gc as Ed,gd as Zd,ge as Id,gf as Md,gg as Ad,gh as Fd,gi as Rd,gj as Ld,gk as Vd,gl as g3,ft as j0,gm as gc,gn as Nd,aL as Qe,c3 as te,go as g2,aF as Wd,cb as Mr,dt as zd,gp as Bd,gq as Yd,U as Hd,ar as Ar,bt as re,cQ as y0,gr as Ud,gs as kd,gt as xc,x as bc,gu as qd,bK as Xe,gv as Kd,gw as vr,bR as jc,gx as Gd,gy as yc,gz as Qd,eC as F2,at as R2,aQ as n1,bh as e3,gA as Jd,gB as Fr,K as L2,c4 as J1,gC as _c,gD as Xd,gE as eu,b3 as x3,aG as b3,aH as W3,aM as z3,_ as B3,a as W1,aN as Y3,aP as H3,aO as V2,gF as tu,gG as p1,c2 as nu,l as le,dl as Rr,gH as au,gI as ru,gJ as iu,b5 as j3,gK as cu,db as wc,c as x2,gL as su,gM as Sc,d1 as Ee,gN as ou,gO as lu,E as U3,cG as M3,ce as du,gP as uu,au as y3,aD as S1,gQ as hu,ax as ye,dn as mu,gR as fu,gS as pu,gT as vu,eh as Oc,gU as gu,gV as xu,gW as bu,gX as ju,gY as Cc,gZ as Dc,aC as A1,az as k3,g_ as $c,g$ as Tc,fw as yu,h0 as _e,cJ as P0,cY as ve,h1 as _u,aS as wu,h2 as Su,eA as N2,h3 as Ou,b8 as _0,h4 as Cu,h5 as Pc,h6 as Du,h7 as $u,bs as q3,du as Tu,Z as Lr,Y as Ec,h8 as Pu,b1 as K3,h9 as Zc,ha as E0,hb as Eu,hc as Zu,hd as Iu,he as Mu,bj as Ie,ck as Ic,hf as Au,v as Fu,hg as Ru,hh as Vr,hi as Lu,cj as Mc,hj as Vu,hk as Nu,ex as Ac,n as Nr,o as Wr,ez as v3,hl as Wu,hm as zu,hn as Bu,es as zr,ak as Z1,et as b2,ho as Br,ae as W2,dv as w0,hp as Yu,hq as Hu,eJ as j2,an as z2,hr as Uu,aw as Yr,hs as ku,ac as k1,ad as Z0,ao as B2,af as Y2,ag as H2,ah as U2,ai as k2,ht as Fc,e3 as I0,bd as qu,ap as Hr,A as q2,dX as Ku,hu as Gu,ek as u2,dW as Ke,hv as Qu,hw as Ju,t as Rc,hx as Xu,hy as eh,av as M0,dR as Ur,hz as th,hA as I4,hB as nh,hC as ah,c$ as G3,d0 as y1,hD as rh,hE as ih,w as _3,hF as ch,hG as sh,hH as Lc,hI as Vc,hJ as gr,hK as b8,hL as oh,dU as lh,dV as dh,hM as j8,hN as uh,hO as hh,hP as mh,hQ as fh,hR as ph,hS as vh,hT as gh,cf as kr,cg as xh,bp as Nc,cM as qr,cN as Kr,hU as bh,c5 as jh,c6 as yh,c7 as A0,hV as _h,hW as wh,bx as Sh,by as Oh,z as y8,fn as Ch,d4 as Dh,d6 as $h,hX as Th,hY as Wc,hZ as Ph,h_ as Eh,h$ as Zh,ba as Gr,i0 as Ih,i1 as Mh,b4 as F0,i2 as xr,i3 as Ah,i4 as K2,i5 as Qr,i6 as Jr,dy as zc,i7 as Xr,fy as Fh,i8 as Bc,eV as Rh,i9 as Lh,ia as Vh,ib as br,ic as Nh,id as Wh,F as zh,I as Bh,S as Yh,ie as Yc,ig as Hc,ih as Uc,ii as Hh,ij as kc,ik as Uh,il as kh,im as qh,fx as Kh,io as Gh,fB as Qh,dM as _8,dJ as Jh,dp as qc,ip as jr,iq as Xh,e5 as Kc,ir as em,dE as w8,is as tm,it as nm,iu as am,iv as n0,ci as Gc,iw as rm,ix as im,iy as cm,iz as sm,iA as om,fs as lm,iB as dm,bC as um,iC as hm,iD as mm,iE as fm}from"./index-B33kIVre.js";import{F as Qc,M as pm}from"./MarkCompletedDialogue-BOSV3MHM.js";import{a as vm,u as Jc,T as gm,b as xm,F as bm,h as jm,f as ym,g as _m,e as wm,d as Sm,E as Om}from"./FeatureStaleDialog-DFBMJIHQ.js";import{m as Cm,i as S8,b as Dm,c as $m,d as Tm,e as Pm,E as Em,f as Zm,u as Im,a as Mm,R as Am,C as Fm,A as Rm,g as Xc,j as Lm}from"./RoleCell-CkV0Kf4-.js";import"./useApiTokens-eXyUbKcO.js";function Vm(e,t){var n,i;ld(1,arguments);var c=dd(e);if(isNaN(c.getTime()))throw new RangeError("Invalid time value");var s=String((n=t==null?void 0:t.format)!==null&&n!==void 0?n:"extended"),o=String((i=t==null?void 0:t.representation)!==null&&i!==void 0?i:"complete");if(s!=="extended"&&s!=="basic")throw new RangeError("format must be 'extended' or 'basic'");if(o!=="date"&&o!=="time"&&o!=="complete")throw new RangeError("representation must be 'date', 'time', or 'complete'");var l="",d="",m=s==="extended"?"-":"",f=s==="extended"?":":"";if(o!=="time"){var v=We(c.getDate(),2),p=We(c.getMonth()+1,2),g=We(c.getFullYear(),4);l="".concat(g).concat(m).concat(p).concat(m).concat(v)}if(o!=="date"){var x=c.getTimezoneOffset();if(x!==0){var j=Math.abs(x),_=We(Math.floor(j/60),2),b=We(j%60,2),w=x<0?"+":"-";d="".concat(w).concat(_,":").concat(b)}else d="Z";var T=We(c.getHours(),2),D=We(c.getMinutes(),2),C=We(c.getSeconds(),2),Z=l===""?"":"T",S=[T,D,C].join(f);l="".concat(l).concat(Z).concat(S).concat(d)}return l}const es=e=>h.createElement("svg",{width:20,height:18,viewBox:"0 0 20 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M14.125 0C15.7917 0 17.1875 0.616667 18.3125 1.85C19.4375 3.08333 20 4.55 20 6.25C20 6.55 19.9833 6.84583 19.95 7.1375C19.9167 7.42917 19.8583 7.71667 19.775 8H13.525L11.825 5.45C11.7417 5.31667 11.625 5.20833 11.475 5.125C11.325 5.04167 11.1667 5 11 5C10.7833 5 10.5875 5.06667 10.4125 5.2C10.2375 5.33333 10.1167 5.5 10.05 5.7L8.7 9.75L7.825 8.45C7.74167 8.31667 7.625 8.20833 7.475 8.125C7.325 8.04167 7.16667 8 7 8H0.225C0.141667 7.71667 0.0833333 7.42917 0.05 7.1375C0.0166667 6.84583 0 6.55833 0 6.275C0 4.55833 0.558333 3.08333 1.675 1.85C2.79167 0.616667 4.18333 0 5.85 0C6.65 0 7.40417 0.158333 8.1125 0.475C8.82083 0.791667 9.45 1.23333 10 1.8C10.5333 1.23333 11.1542 0.791667 11.8625 0.475C12.5708 0.158333 13.325 0 14.125 0ZM10 18C9.7 18 9.4125 17.9458 9.1375 17.8375C8.8625 17.7292 8.61667 17.5667 8.4 17.35L1.7 10.625C1.6 10.525 1.50833 10.425 1.425 10.325C1.34167 10.225 1.25833 10.1167 1.175 10H6.45L8.15 12.55C8.23333 12.6833 8.35 12.7917 8.5 12.875C8.65 12.9583 8.80833 13 8.975 13C9.19167 13 9.39167 12.9333 9.575 12.8C9.75833 12.6667 9.88333 12.5 9.95 12.3L11.3 8.25L12.15 9.55C12.25 9.68333 12.375 9.79167 12.525 9.875C12.675 9.95833 12.8333 10 13 10H18.8L18.55 10.3L18.3 10.6L11.575 17.35C11.3583 17.5667 11.1167 17.7292 10.85 17.8375C10.5833 17.9458 10.3 18 10 18Z"})),O8=u("div")(()=>({display:"flex"})),Nm=u("div")(()=>({display:"grid",gridTemplateColumns:"minmax(0, 1fr) auto",width:"100%"}));u("div")(()=>({display:"flex",flexDirection:"column"}));const Wm=u("span")(({theme:e})=>({textOverflow:"ellipsis",whiteSpace:"nowrap",overflow:"hidden"})),zm=u("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,fontWeight:"normal"}));u(zm)(({theme:e})=>({color:e.palette.neutral.dark}));const Bm=u(ud)(({theme:e})=>({marginLeft:e.spacing(-1.5)})),Ym=u("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(2)})),Hm=u("div")(({theme:e})=>({padding:e.spacing(2.5,5),display:"flex",flexDirection:"column",alignItems:"start"})),Um=u("h1")(({theme:e})=>({margin:0,width:"100%",fontSize:e.typography.h1.fontSize,fontWeight:"bold",display:"flex",alignItems:"center",gap:e.spacing(2),overflow:"hidden",lineHeight:1.5})),km=u("div")(({theme:e})=>({width:"100%",backgroundColor:e.palette.divider,height:"1px"})),qm=u("div")(({theme:e})=>({padding:e.spacing(0,4)})),Km=u(v2)(({theme:e})=>({textTransform:"none",fontSize:e.fontSizes.bodySize,flexBasis:0,[e.breakpoints.down("md")]:{paddingLeft:e.spacing(1),paddingRight:e.spacing(1),minWidth:170},[e.breakpoints.up("md")]:{minWidth:170}}));var e5={},Gm=ee;Object.defineProperty(e5,"__esModule",{value:!0});var ts=e5.default=void 0,Qm=Gm(X1()),Jm=a,Xm=(0,Qm.default)((0,Jm.jsx)("path",{d:"M4 6H2v14c0 1.1.9 2 2 2h14v-2H4V6zm16-4H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm-1 9h-4v4h-2v-4H9V9h4V5h2v4h4v2z"}),"LibraryAdd");ts=e5.default=Xm;var t5={},ef=ee;Object.defineProperty(t5,"__esModule",{value:!0});var ns=t5.default=void 0,tf=ef(X1()),nf=a,af=(0,tf.default)((0,nf.jsx)("path",{d:"m20.54 5.23-1.39-1.68C18.88 3.21 18.47 3 18 3H6c-.47 0-.88.21-1.16.55L3.46 5.23C3.17 5.57 3 6.02 3 6.5V19c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V6.5c0-.48-.17-.93-.46-1.27zM12 17.5 6.5 12H10v-2h4v2h3.5L12 17.5zM5.12 5l.81-1h12l.94 1H5.12z"}),"Archive");ns=t5.default=af;var n5={},rf=ee;Object.defineProperty(n5,"__esModule",{value:!0});var y2=n5.default=void 0,cf=rf(X1()),sf=a,of=(0,cf.default)((0,sf.jsx)("path",{d:"M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2zm4.2 14.2L11 13V7h1.5v5.2l4.5 2.7-.8 1.3z"}),"WatchLater");y2=n5.default=of;const lf=u(O)(({theme:e})=>({display:"flex",justifyContent:"center",paddingRight:e.spacing(2)})),df=({projectId:e,row:t,onOpenArchiveDialog:n,onOpenStaleDialog:i})=>{const[c,s]=h.useState(null),[o,l]=h.useState(!1),{setToastData:d}=O1(),{original:{name:m,stale:f}}=t,v=!!c,p=b=>{s(b.currentTarget)},g=()=>{s(null)},x=`feature-${m}-actions`,j=`${x}-menu`,_=()=>{try{cc(m),l(!0),setTimeout(()=>{g(),l(!1)},1e3)}catch{d({type:"error",text:"Could not copy feature name"})}};return a.jsxs(lf,{children:[a.jsx(Y1,{title:"Feature flag actions",arrow:!0,describeChild:!0,children:a.jsx($1,{id:x,"data-loading":!0,"aria-controls":v?j:void 0,"aria-haspopup":"true","aria-expanded":v?"true":void 0,onClick:p,type:"button",children:a.jsx(Pr,{})})}),a.jsx(O0,{id:j,anchorEl:c,open:v,onClose:g,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:b=>({borderRadius:`${b.shape.borderRadius}px`,padding:b.spacing(1,1.5)})},children:a.jsxs(C0,{"aria-labelledby":x,children:[a.jsxs(ce,{sx:p3,onClick:_,children:[a.jsx(me,{children:o?a.jsx(R3,{}):a.jsx(ic,{})}),a.jsx(se,{children:a.jsx(M,{variant:"body2",children:o?"Copied!":"Copy Name"})})]}),a.jsx(fe,{projectId:e,permission:P2,children:({hasAccess:b})=>a.jsxs(ce,{sx:p3,onClick:g,disabled:!b,component:g1,to:`/projects/${e}/features/${m}/copy`,children:[a.jsx(me,{children:a.jsx(ts,{})}),a.jsx(se,{children:a.jsx(M,{variant:"body2",children:"Clone"})})]})}),a.jsx(fe,{projectId:e,permission:E2,children:({hasAccess:b})=>a.jsxs(ce,{sx:p3,onClick:()=>{n(m),g()},disabled:!b,children:[a.jsx(me,{children:a.jsx(ns,{})}),a.jsx(se,{children:a.jsx(M,{variant:"body2",children:"Archive"})})]})}),a.jsx(fe,{projectId:e,permission:Z2,children:({hasAccess:b})=>a.jsxs(ce,{sx:p3,onClick:()=>{g(),i({featureId:m,stale:f===!0})},disabled:!b,children:[a.jsx(me,{children:a.jsx(y2,{})}),a.jsx(se,{children:a.jsxs(M,{variant:"body2",children:[f?"Un-mark":"Mark"," as stale"]})})]})})]})})]})},uf=u(O)(({theme:e})=>({display:"flex",justifyContent:"center",marginRight:e.spacing(-2)})),hf=({onChange:e,checked:t,title:n})=>a.jsx(uf,{"data-testid":hd,children:a.jsx(D0,{onChange:e,title:n,checked:t,"data-loading":!0})}),C8=Pe.memo(hf),mf=u("div")(({theme:e})=>({position:"sticky",bottom:50,zIndex:e.zIndex.fab,pointerEvents:"none"})),ff=u(O)(({theme:e})=>({display:"flex",justifyContent:"center",width:"100%",flexWrap:"wrap",paddingBottom:e.spacing(2)})),pf=u(Ze)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"flex-end",marginTop:e.spacing(2),marginLeft:"auto",marginRight:"auto",padding:e.spacing(2,3),backgroundColor:e.palette.background.paper,border:`1px solid ${e.palette.background.alternative}`,borderRadius:e.shape.borderRadiusLarge,gap:e.spacing(1),flexWrap:"wrap",pointerEvents:"auto"})),vf=u("span")(({theme:e})=>({background:e.palette.background.alternative,color:e.palette.common.white,padding:e.spacing(.5,1),borderRadius:e.shape.borderRadius})),gf=u(M)(({theme:e})=>({paddingRight:e.spacing(2),marginRight:"auto"})),xf=({count:e,children:t})=>e===0?null:a.jsx(mf,{"data-testid":md,children:a.jsx(ff,{children:a.jsxs(pf,{elevation:4,children:[a.jsxs(gf,{children:[a.jsx(vf,{"data-testid":fd,children:e})," selected"]}),t]})})}),bf=7,jf=e=>{const t=pd(new Date,-bf);return!!(e!=null&&e.lastSeenAt&&vd(new Date(e.lastSeenAt),t))},yf=({projectId:e,featureIds:t,features:n,onConfirm:i})=>{const[c,s]=h.useState(!1),{trackEvent:o}=C1(),l=h.useMemo(()=>t.filter(m=>{const f=n.find(v=>v.name===m);return jf(f)}),[JSON.stringify(n),t]),d=async()=>{s(!1),i==null||i(),o("batch_operations",{props:{eventType:"features archived"}})};return a.jsxs(a.Fragment,{children:[a.jsx(fe,{projectId:e,permission:E2,children:({hasAccess:m})=>a.jsx("span",{children:a.jsx(c1,{disabled:!m||c,variant:"outlined",size:"small",onClick:()=>s(!0),children:"Archive"})})}),a.jsx(Qc,{projectId:e,featureIds:t,featuresWithUsage:l,onConfirm:d,isOpen:c,onClose:()=>s(!1)})]})},Q0="selection-actions-menu",_f=({projectId:e,data:t,onChange:n})=>{const[i,c]=h.useState(null),{staleFeatures:s}=Je(),{setToastData:o,setToastApiError:l}=O1(),{trackEvent:d}=C1(),m=!!i,f=t.map(({name:b})=>b),v=b=>{c(b.currentTarget)},p=()=>{c(null)},g=t.some(({stale:b})=>b===!0),x=t.some(({stale:b})=>b===!1),j=async()=>{try{p(),await s(e,f),n==null||n(),o({text:"Feature flags marked as stale",type:"success"}),d("batch_operations",{props:{eventType:"features staled"}})}catch(b){l(_1(b))}},_=async()=>{try{p(),await s(e,f,!1),n==null||n(),o({text:"Feature flags unmarked as stale",type:"success"}),d("batch_operations",{props:{eventType:"features unstaled"}})}catch(b){l(_1(b))}};return a.jsxs(a.Fragment,{children:[a.jsx(Y1,{title:"More bulk actions",arrow:!0,describeChild:!0,children:a.jsx($1,{id:Q0,"aria-controls":m?Q0:void 0,"aria-haspopup":"true","aria-expanded":m?"true":void 0,onClick:v,type:"button","data-testid":gd,children:a.jsx(Pr,{})})}),a.jsx(O0,{id:`${Q0}-menu`,anchorEl:i,open:m,onClose:p,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:b=>({borderRadius:`${b.shape.borderRadius}px`,padding:b.spacing(1,1.5)})},children:a.jsx(C0,{"aria-labelledby":`${Q0}-menu`,children:a.jsx(fe,{projectId:e,permission:Z2,children:({hasAccess:b})=>a.jsxs(a.Fragment,{children:[a.jsx(N,{condition:x,show:()=>a.jsxs(ce,{onClick:j,disabled:!b,sx:{borderRadius:w=>`${w.shape.borderRadius}px`},children:[a.jsx(me,{children:a.jsx(y2,{})}),a.jsx(se,{children:a.jsx(M,{variant:"body2",children:"Mark as stale"})})]})}),a.jsx(N,{condition:g,show:()=>a.jsxs(ce,{onClick:_,disabled:!b,sx:{borderRadius:w=>`${w.shape.borderRadius}px`},children:[a.jsx(me,{children:a.jsx(y2,{})}),a.jsx(se,{children:a.jsx(M,{variant:"body2",children:"Un-mark as stale"})})]})})]})})})})]})},wf=u("section")(({theme:e})=>({"& > *":{margin:e.spacing(1,0)}})),D8="manage-tags-form",$8=(e,t)=>[...e,...e.some(n=>n.value===t.value&&n.type===t.type)?[]:[t]],T8=(e,t)=>e.filter(n=>!(n.value===t.value&&n.type===t.type)),Sf=(e,t)=>{switch(t.type){case"add":return{...e,addedTags:$8(e.addedTags,t.payload),removedTags:T8(e.removedTags,t.payload)};case"remove":return{...e,addedTags:T8(e.addedTags,t.payload),removedTags:$8(e.removedTags,t.payload)};case"clear":return{addedTags:[],removedTags:t.payload};case"reset":return{addedTags:[],removedTags:[]};default:return e}},P8={name:"",description:"",icon:""},Of=({open:e,initialValues:t,initialIndeterminateValues:n,onCancel:i,onSubmit:c})=>{const{tagTypes:s,loading:o}=xd(),[l,d]=h.useState(P8),[m,f]=h.useState([]),[v,p]=h.useState([]),{tags:g,refetch:x}=vm(l.name),{createTag:j}=Jc(),_=g.map(({value:z})=>({title:z})),[b,w]=h.useReducer(Sf,{addedTags:[],removedTags:[]}),T=()=>{c(b),w({type:"reset"})},D=(z=s.length>0?s[0]:P8)=>{d(z);const F=n.filter(({type:A})=>A===z.name);f(t.filter(({type:A})=>A===z.name).filter(({type:A,value:k})=>!F.some(K=>K.value===k&&K.type===A)).map(({value:A})=>({title:A}))),p(F.map(({value:A})=>({title:A}))),w({type:"clear",payload:[]})};h.useEffect(()=>{s.length>0&&D()},[o]);const C=(z,F)=>{F!=null&&typeof F!="string"&&(z.preventDefault(),D(F))},Z=(z,F)=>j({value:z,type:F}).then(async()=>{x(),f(A=>[...A,{title:z}]),w({type:"add",payload:{value:z,type:F}})}),S=(z,F,A,k)=>{A==="selectOption"?F.forEach(K=>{if(typeof K!="string"&&typeof K.inputValue=="string"&&K.inputValue&&K.title.startsWith("Create new value"))return Z(K.inputValue,l.name);f(F),p(I=>I.filter(({title:H})=>H!==K.title)),k!=null&&k.option&&w({type:"add",payload:{value:k.option.title,type:l.name}})}):A==="clear"?(f([]),w({type:"clear",payload:t})):A==="removeOption"&&(f(F),k!=null&&k.option&&w({type:"remove",payload:{value:k.option.title,type:l.name}}))},L=()=>{D(),i()};return a.jsxs(ue,{open:e,secondaryButtonText:"Cancel",primaryButtonText:"Save tags",title:"Update feature flag tags",onClick:T,disabledPrimaryButton:b.addedTags.length===0&&b.removedTags.length===0,onClose:L,formId:D8,children:[a.jsx(M,{paragraph:!0,sx:{marginBottom:z=>z.spacing(2.5)},children:"Tags allow you to group features together"}),a.jsx("form",{id:D8,onSubmit:T,children:a.jsxs(wf,{children:[a.jsx(gm,{options:s,disabled:o||s.length===0,value:l,onChange:C},o?"loading":s.length),a.jsx(N,{condition:!o&&s.length===0,show:a.jsxs(M,{variant:"body1",children:["No"," ",a.jsx(oe,{component:g1,to:"/tag-types",children:"tag types"})," ","available."]}),elseShow:a.jsx(xm,{disabled:o,options:_,existingTags:t,indeterminateOptions:v,tagType:l,selectedOptions:m,onChange:S})})]})})]})},Cf=({projectId:e,data:t,onChange:n})=>{const{bulkUpdateTags:i}=Jc(),{setToastData:c,setToastApiError:s}=O1(),{trackEvent:o}=C1(),[l,d]=h.useState(!1),[m,f]=h.useMemo(()=>{const p=t.flatMap(({tags:x})=>x||[]).reduce((x,j)=>[...x,...x.some(_=>_.type===j.type&&_.value===j.value)?[]:[j]],[]),g=p.filter(x=>!t.every(({tags:j})=>j==null?void 0:j.some(_=>_.type===x.type&&_.value===x.value)));return[p,g]},[t]),v=async({addedTags:p,removedTags:g})=>{const j={features:t.map(({name:_})=>_),tags:{addedTags:p,removedTags:g}};try{const _=[p.length>0&&`added ${p.length} tag${p.length>1?"s":""}`,g.length>0&&`removed ${g.length} tag${g.length>1?"s":""}`].filter(Boolean).join(" and ");await i(j,e),c({text:_,type:"success",autoHideDuration:12e3}),o("batch_operations",{props:{eventType:"tags updated"}})}catch(_){s(_1(_))}n==null||n(),d(!1)};return a.jsxs(a.Fragment,{children:[a.jsx(fe,{projectId:e,permission:Z2,children:({hasAccess:p})=>a.jsx("span",{children:a.jsx(c1,{disabled:!p||l,variant:"outlined",size:"small",onClick:()=>d(!0),children:"Tags"})})}),a.jsx(Of,{open:l,onCancel:()=>d(!1),onSubmit:v,initialValues:m,initialIndeterminateValues:f},t.length)]})},Df=u(L3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),E8=u(T1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),$f=({showExportDialog:e,data:t,onClose:n,onConfirm:i,environments:c,projectId:s})=>{const[o,l]=h.useState(c[0]),{bulkToggleFeaturesEnvironmentOff:d}=Er(),{addChange:m}=$0(),{setToastApiError:f,setToastData:v}=O1(),{isChangeRequestConfigured:p}=T0(s),{refetch:g}=I2(s),x=t.filter(w=>{var T,D;return((D=(T=w.environments)==null?void 0:T.find(C=>o===C.name))==null?void 0:D.enabled)===!1}).length,j=()=>c.map(w=>({key:w,label:w})),_=async()=>{try{p(o)?(await m(s,o,t.map(w=>({action:"updateEnabled",feature:w.name,payload:{enabled:!1}}))),g(),v({type:"success",text:"Changes added to draft"})):(await d(s,t.map(w=>w.name),o),v({type:"success",text:"Feature flags disabled"})),n(),i==null||i()}catch(w){f(_1(w))}},b=p(o)?"Add to change request":"Disable flags";return a.jsx(ue,{open:e,title:"Disable feature flags",onClose:n,onClick:_,primaryButtonText:b,secondaryButtonText:"Cancel",children:a.jsxs(O,{children:["You have selected ",a.jsx("b",{children:t.length})," feature flags to disable.",a.jsx("br",{}),a.jsx("br",{}),a.jsx(M,{children:"Select which environment to disable the features for:"}),a.jsx(Df,{options:j(),value:o,onChange:w=>l(w)}),a.jsx(N,{condition:p(o),show:a.jsx(E8,{severity:"warning",children:"Change requests are enabled for this environment."})}),a.jsx(N,{condition:x>0,show:a.jsxs(E8,{severity:"info",children:[x," feature"," ",x>1?"flags are ":"flag is ","already disabled."]})})]})})},Tf=u(L3)(({theme:e})=>({minWidth:"450px",marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),Z8=u(T1)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Pf=({showExportDialog:e,data:t,onClose:n,onConfirm:i,environments:c,projectId:s})=>{const[o,l]=h.useState(c[0]),{bulkToggleFeaturesEnvironmentOn:d}=Er(),{addChange:m}=$0(),{setToastApiError:f,setToastData:v}=O1(),{isChangeRequestConfigured:p}=T0(s),{refetch:g}=I2(s),x=t.filter(w=>{var T,D;return((D=(T=w.environments)==null?void 0:T.find(C=>o===C.name))==null?void 0:D.enabled)===!0}).length,j=()=>c.map(w=>({key:w,label:w})),_=async()=>{try{p(o)?(await m(s,o,t.map(w=>({action:"updateEnabled",feature:w.name,payload:{enabled:!0}}))),g(),v({type:"success",text:"Changes added to draft"})):(await d(s,t.map(w=>w.name),o),v({type:"success",text:"Feature flags enabled"})),n(),i==null||i()}catch(w){f(_1(w))}},b=p(o)?"Add to change request":"Enable flags";return a.jsx(ue,{open:e,title:"Enable feature flags",onClose:n,onClick:_,primaryButtonText:b,secondaryButtonText:"Cancel",children:a.jsxs(O,{children:["You have selected ",a.jsx("b",{children:t.length})," feature flags to enable.",a.jsx("br",{}),a.jsx("br",{}),a.jsx(M,{children:"Select which environment to enable the features for:"}),a.jsx(Tf,{options:j(),value:o,onChange:w=>l(w)}),a.jsx(N,{condition:p(o),show:a.jsx(Z8,{severity:"warning",children:"Change requests are enabled for this environment."})}),a.jsx(N,{condition:x>0,show:a.jsxs(Z8,{severity:"info",children:[x," feature"," ",x>1?"flags are ":"flag is ","already enabled."]})})]})})},Ef=({selectedIds:e,data:t,projectId:n,onResetSelection:i,onChange:c})=>{f1();const[s,o]=h.useState(!1),[l,d]=h.useState(!1),[m,f]=h.useState(!1),{trackEvent:v}=C1(),p=h.useMemo(()=>t.filter(w=>e.includes(w.name)),[t,e]),g=h.useMemo(()=>{const w=p.flatMap(T=>T.environments).map(T=>T==null?void 0:T.name).filter(T=>T!==void 0);return Array.from(new Set(w))},[p]),x=()=>{c==null||c(),v("batch_operations",{props:{eventType:"features exported"}})},j=()=>{c==null||c(),v("batch_operations",{props:{eventType:"features enabled"}})},_=()=>{c==null||c(),v("batch_operations",{props:{eventType:"features disabled"}})},b=()=>{c==null||c(),i()};return a.jsxs(a.Fragment,{children:[a.jsx(c1,{variant:"outlined",size:"small",onClick:()=>d(!0),children:"Enable"}),a.jsx(c1,{variant:"outlined",size:"small",onClick:()=>f(!0),children:"Disable"}),a.jsx(yf,{projectId:n,featureIds:e,features:t,onConfirm:b}),a.jsx(c1,{variant:"outlined",size:"small",onClick:()=>o(!0),children:"Export"}),a.jsx(Cf,{projectId:n,data:p,onChange:c}),a.jsx(_f,{projectId:n,data:p,onChange:c}),a.jsx(sc,{showExportDialog:s,data:p,onClose:()=>o(!1),environments:g,onConfirm:x}),a.jsx(Pf,{showExportDialog:l,data:p,onClose:()=>d(!1),environments:g,projectId:n,onConfirm:j}),a.jsx($f,{showExportDialog:m,data:p,onClose:()=>f(!1),environments:g,projectId:n,onConfirm:_})]})},Zf=u(bd)(({theme:e})=>({color:e.palette.warning.main,fontSize:e.fontSizes.bodySize})),If=()=>a.jsx(I3,{arrow:!0,title:a.jsxs(a.Fragment,{children:["This environment has no variants enabled. If you check this feature's variants in this environment, you will get the"," ",a.jsx("a",{href:"https://docs.getunleash.io/reference/feature-toggle-variants#the-disabled-variant",target:"_blank",rel:"noreferrer",children:"disabled variant"}),"."]}),children:a.jsx(Zf,{})}),as=u("div",{shouldForwardProp:e=>e!=="hasWarning"})(({theme:e,hasWarning:t})=>({flexGrow:0,...M2,justifyContent:"center",...t&&{"::before":{content:'""',display:"block",width:e.spacing(2)}}})),Mf=u("div")(({theme:e})=>({flexGrow:0,...M2,justifyContent:"center"})),Af=({value:e,featureId:t,projectId:n,environment:i,isChangeRequestEnabled:c,someEnabledEnvironmentHasVariants:s,refetch:o,onFeatureToggleSwitch:l})=>{const d=h.useMemo(()=>s&&(i==null?void 0:i.variantCount)===0&&(i==null?void 0:i.enabled),[s,i]),m=(f,v)=>{var p;l(f,{projectId:n,featureId:t,environmentName:(i==null?void 0:i.name)||"",environmentType:i==null?void 0:i.type,hasStrategies:i==null?void 0:i.hasStrategies,hasReleasePlans:!!((p=i==null?void 0:i.releasePlans)!=null&&p.length),hasEnabledStrategies:i==null?void 0:i.hasEnabledStrategies,isChangeRequestEnabled:c,onRollback:v,onSuccess:o})};return a.jsxs(as,{hasWarning:d,children:[a.jsx(bm,{projectId:n,value:e,featureId:t,environmentName:(i==null?void 0:i.name)||"",onToggle:m}),a.jsx(N,{condition:d||!1,show:a.jsx(If,{})})]})},Ff=Pe.memo(Af),Rf=()=>a.jsx(as,{children:a.jsx("div",{"data-loading":!0,children:"toggle"})}),Lf=()=>a.jsx(Mf,{"aria-hidden":"true",children:"-"}),Vf=e=>{const t=`api/admin/projects/${e}/flag-creators`,{data:n,refetch:i,loading:c,error:s}=Zr(B1(t),()=>Ir(B1(t),"Flag creators"));return{flagCreators:n||[],refetch:i,error:s}},Nf=u(jd)({padding:0}),I8=({state:e,onChange:t,project:n})=>{const{tags:i}=oc(),{flagCreators:c}=Vf(n),[s,o]=h.useState([]);return h.useEffect(()=>{const l=(i||[]).map(v=>{const p=lc(v);return{label:p,value:p}}),d=c.map(v=>({label:v.name,value:String(v.id)}));o([{label:"State",icon:"hexagon",options:[{label:"Active",value:"active"},{label:"Stale",value:"stale"},{label:"Potentially stale",value:"potentially-stale"}],filterKey:"state",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Tags",icon:"label",options:l,filterKey:"tag",singularOperators:["INCLUDE","DO_NOT_INCLUDE"],pluralOperators:["INCLUDE_ALL_OF","INCLUDE_ANY_OF","EXCLUDE_IF_ANY_OF","EXCLUDE_ALL"]},{label:"Created date",icon:"today",options:[],filterKey:"createdAt",dateOperators:["IS_ON_OR_AFTER","IS_BEFORE"]},{label:"Last seen",icon:"monitor_heart",options:[],filterKey:"lastSeenAt",dateOperators:["IS_ON_OR_AFTER","IS_BEFORE"]},{label:"Flag type",icon:"flag",options:[{label:"Release",value:"release"},{label:"Experiment",value:"experiment"},{label:"Operational",value:"operational"},{label:"Kill switch",value:"kill-switch"},{label:"Permission",value:"permission"}],filterKey:"type",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]},{label:"Created by",icon:"person",options:d,filterKey:"createdBy",singularOperators:["IS","IS_NOT"],pluralOperators:["IS_ANY_OF","IS_NONE_OF"]}])},[JSON.stringify(i),JSON.stringify(c)]),a.jsx(Nf,{availableFilters:s,state:e,onChange:t})},Wf=e=>`api/admin/projects/${e}/status`,zf={activityCountByDate:[],resources:{members:0,apiTokens:0,segments:0},health:{current:0},technicalDebt:{current:0},lifecycleSummary:{initial:{currentFlags:0,averageDays:null},preLive:{currentFlags:0,averageDays:null},live:{currentFlags:0,averageDays:null},completed:{currentFlags:0,averageDays:null},archived:{currentFlags:0,last30Days:0}},staleFlags:{total:0}},R0=e=>{const t=B1(Wf(e)),{data:n,refetch:i,loading:c,error:s}=Zr(t,()=>Ir(t,"Project Status"));return{data:n||zf,refetch:i,loading:c,error:s}},Bf=({projectId:e,state:t,onChange:n,total:i,children:c})=>{var d,m;const{data:s}=R0(e);x1();const o=Object.entries((s==null?void 0:s.lifecycleSummary)||{}).reduce((f,[v,p])=>(f[v==="preLive"?"pre-live":v]=p.currentFlags||0,f),{}),l=(m=(d=t.archived)==null?void 0:d.values)==null?void 0:m.includes("true");return h.useEffect(()=>{l&&t.lifecycle&&n({...t,lifecycle:null})},[l,t,n]),l?null:a.jsx(O,{sx:{marginRight:"auto"},children:a.jsx(yd,{state:t,onChange:n,total:i,countData:o,children:c})})},J0=["select","actions","name","favorite"],X0=(e,t)=>e.reduce((n,i)=>({...n,[i]:t.includes(i)}),{}),Yf=e=>{const t=x1(),n=Q1(t.breakpoints.down("sm")),i=Q1(t.breakpoints.down("md")),c=Q1(t.breakpoints.down("lg")),s=h.useCallback((o=0)=>e.filter(l=>l.startsWith("environment:")),[e]);return n?X0(e,[...J0,"createdAt"]):i?X0(e,[...J0,"createdAt",...s(1)]):c?X0(e,[...J0,"createdAt","type",...s(1)]):X0(e,[...J0,"lastSeenAt","lifecycle","createdAt","createdBy","type","tags",...s(3)])},Hf=({query:e})=>{var t;return((t=e||"")==null?void 0:t.length)>0?a.jsx(O,{sx:n=>({padding:n.spacing(3)}),children:a.jsxs(ae,{children:["No feature flags found matching “",e,"”"]})}):a.jsx(O,{sx:n=>({padding:n.spacing(3)}),children:a.jsx(ae,{children:"No feature flags available."})})},Uf=(e,t,n)=>{const[i,c]=h.useState(),[s,o]=h.useState({}),[l,d]=h.useState({featureId:"default",open:!1}),[m,f]=h.useState({featureId:"default",open:!1}),[v,p]=h.useState({featureId:"default",open:!1});return{rowActionsDialogs:a.jsxs(a.Fragment,{children:[a.jsx(jm,{isStale:!!s.stale,isOpen:!!s.featureId,onClose:()=>{o({}),e()},featureId:s.featureId||"",projectId:t}),a.jsx(Qc,{isOpen:!!i,onConfirm:()=>{e(),n==null||n()},onClose:()=>{c(void 0)},featureIds:[i||""],projectId:t}),a.jsx(pm,{isOpen:l.open,setIsOpen:x=>{d({...l,open:x})},projectId:t,featureId:l.featureId,onComplete:e}),a.jsx(dc,{deletedFeatures:[v.featureId],projectId:t,open:v.open,setOpen:x=>{p(j=>({...j,open:x}))},refetch:e}),a.jsx(uc,{revivedFeatures:[m.featureId],projectId:t,open:m.open,setOpen:x=>{f(j=>({...j,open:x}))},refetch:()=>{f(x=>({...x,open:!1})),e()}})]}),setFeatureArchiveState:c,setFeatureStaleDialogState:o,setShowMarkCompletedDialogue:d,setShowFeatureReviveDialogue:f,setShowFeatureDeleteDialogue:p}},kf=(e,t)=>{const[n,i]=h.useState([]);return h.useEffect(()=>{i(c=>{const s=[...e];return c.forEach(o=>{s.find(l=>l.name===o.name)||s.push(o)}),s.filter(o=>t[o.name])})},[e,t]),n},rs=(e,t="project-overview-v2",n=15*1e3)=>{const i={offset:$e(x8,0),limit:$e(x8,_d),query:Z3,favoritesFirst:$e(wd,!0),sortBy:$e(Z3,"createdAt"),sortOrder:$e(Z3,"desc"),columns:Sd,tag:ze,state:ze,createdAt:ze,lastSeenAt:ze,type:ze,createdBy:ze,archived:ze,lifecycle:ze},[c,s]=hc(`${t}-${e}`,i),{columns:o,...l}=c,{features:d,total:m,refetch:f,loading:v,initialLoad:p}=mc(fc({...pc(i,l),project:`IS:${e}`},g=>g?`${g}`:void 0),{refreshInterval:n});return{features:d,total:m,refetch:f,loading:v,initialLoad:p,tableState:c,setTableState:s}},qf=(e,t)=>{const n=(o,l)=>{const d=e[o.key];d&&d.values.length>0&&!d.values.includes(l)?t({[o.key]:{operator:d.operator,values:[...d.values,l]}}):d||t({[o.key]:{operator:o.operator,values:[l]}})};return{onFlagTypeClick:o=>n({key:"type",operator:"IS"},o),onTagClick:o=>n({key:"tag",operator:"INCLUDE"},o),onAvatarClick:o=>n({key:"createdBy",operator:"IS"},o.toString())}},a5=(e,t={})=>{const n=B1(`api/admin/projects/${e}/api-tokens`),{data:i,error:c,mutate:s}=V3(n,Kf,t),o=h.useMemo(()=>i??[],[i]),l=h.useCallback(()=>{s().catch(console.warn)},[s]);return{tokens:o,error:c,loading:!c&&!i,refetch:l}},Kf=async e=>(await(await fetch(e).then(he("Project Api tokens"))).json()).tokens,r5=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=A2({propagateErrors:!0});return{deleteToken:async(o,l)=>{const d=`api/admin/projects/${l}/api-tokens/${o}`,m=t(d,{method:"DELETE"});return e(m.caller,m.id)},createToken:async(o,l)=>{const d=`api/admin/projects/${l}/api-tokens`,m=t(d,{method:"POST",body:JSON.stringify(o)});return e(m.caller,m.id)},errors:n,loading:i}},Gf=e=>{if(!e)return null;const[t,n]=e.split(":",2);if(!n)return null;const[i,c,...s]=n.split(".");return t&&i&&c&&s.length===0?{project:t,environment:i,secret:c}:null},A3=u("div")(({theme:e})=>({fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(1),fontSize:e.typography.body1.fontSize})),G2=u("div")(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"space-between",marginTop:e.spacing(2)})),Qf=u("div")(({theme:e})=>({display:"flex",gap:e.spacing(1)})),Jf=u("div")(({theme:e})=>({background:e.palette.background.application,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),Xf=u("div")(({theme:e})=>({background:e.palette.background.sidebar,borderRadius:e.shape.borderRadius,width:e.spacing(7),height:e.spacing(1)})),Q2=({active:e,steps:t})=>a.jsx(Qf,{children:Array.from({length:t},(n,i)=>i===e?a.jsx(Xf,{},i):a.jsx(Jf,{},i))}),ep=({environments:e,onSelect:t,currentEnvironment:n})=>{const i=Math.max(...e.map(c=>c.length));return a.jsx(pr,{tooltip:{header:""},description:"Select the environment where the API key will be created",options:e.map(c=>({label:c,value:c})),onChange:c=>{t(c)},button:{label:n,icon:a.jsx(vc,{}),labelWidth:`${i+5}ch`},search:{label:"Filter project mode options",placeholder:"Select project mode"}})},tp=u("div")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadius,padding:e.spacing(3),display:"flex",flexDirection:"column",alignItems:"center"})),M4=u("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,padding:e.spacing(2),flex:1,color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize})),np=u(O)(({theme:e})=>({display:"flex",gap:e.spacing(2),alignItems:"flex-start",marginTop:e.spacing(8),flexWrap:"wrap"})),A4=u("p")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.typography.body2.fontSize,marginBottom:e.spacing(2)})),ap=u("div")(({theme:e})=>({padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),rp=({project:e,environment:t,secret:n})=>{const i=x1(),c=Q1(i.breakpoints.up("lg"));return a.jsx(l3.ArcherContainer,{strokeColor:i.palette.secondary.border,endMarker:!1,lineStyle:"curve",children:a.jsxs(tp,{children:[a.jsxs(O,{sx:{wordBreak:"break-all"},children:[a.jsx(l3.ArcherElement,{id:"project",children:a.jsx("span",{children:e})}),":",a.jsx(l3.ArcherElement,{id:"environment",children:a.jsx("span",{children:t})}),".",a.jsx(l3.ArcherElement,{id:"secret",children:a.jsx("span",{children:n})})]}),c?a.jsxs(np,{children:[a.jsx(l3.ArcherElement,{id:"project-description",relations:[{targetId:"project",targetAnchor:"bottom",sourceAnchor:"top"}],children:a.jsx(M4,{children:"The project this API key can retrieve feature flags from"})}),a.jsx(l3.ArcherElement,{id:"environment-description",relations:[{targetId:"environment",targetAnchor:"bottom",sourceAnchor:"top"}],children:a.jsx(M4,{children:"The environment this API key can retrieve feature flag configuration from"})}),a.jsx(l3.ArcherElement,{id:"secret-description",relations:[{targetId:"secret",targetAnchor:"right",sourceAnchor:"top"}],children:a.jsx(M4,{children:"The API key secret"})})]}):null]})})},ip=({environments:e,environment:t,project:n,sdkType:i,onEnvSelect:c,onApiKey:s})=>{const{trackEvent:o}=C1(),{tokens:l,refetch:d}=a5(n),{createToken:m,loading:f}=r5(),v=l.find(_=>_.environment===t&&_.type===i);h.useEffect(()=>{s((v==null?void 0:v.secret)||null)},[v]);const p=Gf(v==null?void 0:v.secret),{setToastApiError:g}=O1(),x=async()=>{try{await m({environment:t,type:i,projects:[n],tokenName:`api-key-${n}-${t}`},n),d(),j()}catch(_){g(_1(_))}},j=()=>{o("onboarding",{props:{eventType:"api-key-generated"}})};return a.jsxs(ap,{children:[a.jsx(M,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(G2,{children:[a.jsx(Q2,{active:1,steps:3}),a.jsx(N3,{color:"secondary",children:"2/3 - Generate API Key"})]}),a.jsxs(O,{sx:{mt:2},children:[a.jsx(A3,{children:"Environment"}),a.jsx(A4,{children:"The environment the SDK connects to to retrieve configuration."}),e.length>0?a.jsx(ep,{environments:e,currentEnvironment:t,onSelect:c}):null]}),a.jsxs(O,{sx:{mt:3},children:[a.jsx(A3,{children:"API Key"}),p?a.jsxs(A4,{children:["Here is your generated API key. We will use it to connect to the ",a.jsx("b",{children:p.project})," project in the ",a.jsx("b",{children:p.environment})," environment."]}):a.jsx(A4,{children:"You currently have no active API keys for this project/environment combination. Generate an API key to proceed with connecting your SDK."}),p?a.jsx(rp,{project:p.project,environment:p.environment,secret:p.secret}):a.jsx(c1,{variant:"contained",disabled:f,onClick:x,children:"Generate API Key"})]})]})},is=[{name:"Node.js",icon:Od},{name:"Go",icon:Cd},{name:"Ruby",icon:Dd},{name:"PHP",icon:$d},{name:"Rust",icon:Td},{name:".NET",icon:Pd},{name:"Java",icon:Ed},{name:"Python",icon:Zd}],cs=[{name:"JavaScript",icon:Id},{name:"React",icon:Md},{name:"Vue",icon:Ad},{name:"Svelte",icon:Fd},{name:"Swift",icon:Rd},{name:"Android",icon:Ld},{name:"Flutter",icon:Vd}],ss=[...is,...cs],cp=u("div")(({theme:e})=>({padding:e.spacing(5,8,8,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),M8=u("div")(({theme:e})=>({marginTop:e.spacing(4),marginBottom:e.spacing(2),fontSize:e.typography.body1.fontSize})),A8=u("div")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadius,padding:e.spacing(6),display:"flex",columnGap:e.spacing(2),rowGap:e.spacing(5),alignItems:"center",justifyContent:"flex-start",flexWrap:"wrap"})),F8=u("div")(({theme:e})=>({fontSize:e.typography.body2.fontSize,backgroundColor:e.palette.background.default,borderRadius:e.shape.borderRadius,padding:e.spacing(2,3),width:"170px",position:"relative"})),R8=u("div")(()=>({display:"flex",justifyContent:"space-between"})),L8=u(g3)(({theme:e})=>({position:"absolute",width:e.spacing(4),height:e.spacing(4),top:e.spacing(-2.75),left:e.spacing(2),boxShadow:e.shadows[2]})),sp=({onSelect:e})=>a.jsxs(cp,{children:[a.jsx(M,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(G2,{children:[a.jsx(Q2,{active:0,steps:3}),a.jsx(N3,{color:"secondary",children:"1/3 - Choose SDK"})]}),a.jsxs(O,{sx:{mt:2},children:[a.jsx(A3,{children:"Select SDK"}),a.jsx(M8,{children:"Server side SDKs"}),a.jsx(A8,{children:is.map(t=>a.jsxs(F8,{children:[a.jsx(L8,{src:j0(t.icon)}),a.jsxs(R8,{children:[a.jsx("b",{children:t.name})," ",a.jsx(oe,{onClick:()=>e({name:t.name,type:"client"}),component:"button",children:"Select"})]})]},t.name))}),a.jsx(M8,{children:"Client side SDKs"}),a.jsx(A8,{children:cs.map(t=>a.jsxs(F8,{children:[a.jsx(L8,{src:j0(t.icon)}),a.jsxs(R8,{children:[a.jsx("b",{children:t.name})," ",a.jsx(oe,{onClick:()=>e({name:t.name,type:"frontend"}),component:"button",children:"Select"})]})]},t.name))})]})]}),os=u("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(12,6,6,6),flex:0,minWidth:"400px"})),h2=u("p")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.caption.fontSize,marginBottom:e.spacing(2)})),i5=({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,marginTop:e.spacing(.5)}),op=u(gc)(i5),lp=u(vc)(i5),ls=u(Nd)(i5),m2=u("div")(({theme:e})=>({display:"flex",gap:e.spacing(1.5),alignItems:"flex-start",marginTop:e.spacing(3)})),f2=u("div")(({theme:e})=>({color:e.palette.primary.contrastText,fontSize:e.typography.body2.fontSize,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(2)})),dp=()=>a.jsxs(os,{children:[a.jsxs(m2,{children:[a.jsx(op,{}),a.jsxs(O,{children:[a.jsx(f2,{children:"Flags live in projects"}),a.jsx(h2,{children:"Projects are containers for feature flags. Each flag belongs to the project where you create it."})]})]}),a.jsxs(m2,{children:[a.jsx(lp,{}),a.jsxs(O,{children:[a.jsx(f2,{children:"Flags have configuration in environments"}),a.jsx(h2,{children:"You can have multiple environments, and each feature flag has a different configuration per environment."})]})]}),a.jsxs(m2,{children:[a.jsx(ls,{}),a.jsxs(O,{children:[a.jsx(f2,{children:"SDKs connect to Unleash to retrieve configuration"}),a.jsx(h2,{children:"When you connect an SDK to Unleash, it uses the API key to identify which feature flags and configuration to retrieve from each environment."})]})]})]}),up=()=>a.jsx(os,{children:a.jsxs(m2,{children:[a.jsx(ls,{}),a.jsxs(O,{children:[a.jsx(f2,{children:"SDKs and Unleash"}),a.jsx(h2,{children:"SDKs serve to bind your application to Unleash. The SDK can connect to Unleash via HTTP and retrieve feature flag configuration that is then cached in your application. Making sure none of your application data ever leaves your servers."})]})]})}),ds=u(g3,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({transition:"background-color 0.5s ease",color:e.palette.common.white,backgroundColor:t?e.palette.primary.main:e.palette.divider,"@keyframes pulse":{"0%":{boxShadow:`0 0 0 0px ${Qe(e.palette.primary.main,.7)}`},"100%":{boxShadow:`0 0 0 20px ${Qe(e.palette.primary.main,0)}`}},animation:t?"pulse 2s infinite":""})),hp=u(g3,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({transition:"background-color 0.5s ease",color:e.palette.primary.main,backgroundColor:t?e.palette.background.default:e.palette.divider,"@keyframes pulse":{"0%":{boxShadow:`0 0 0 0px ${Qe(e.palette.background.default,.7)}`},"100%":{boxShadow:`0 0 0 20px ${Qe(e.palette.background.default,0)}`}},animation:t?"pulse 2s infinite":""}));var c5={},mp=ee;Object.defineProperty(c5,"__esModule",{value:!0});var J2=c5.default=void 0,fp=mp(X1()),pp=a,vp=(0,fp.default)((0,pp.jsx)("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM7 13.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zm5 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}),"Pending");J2=c5.default=vp;const gp=u("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(6,9,6,9),minWidth:"400px",display:"flex",flexDirection:"column",color:e.palette.primary.contrastText})),xp=u(M)(({theme:e})=>({display:"flex",alignItems:"center",justifyContent:"center",fontWeight:e.typography.fontWeightBold})),bp=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",padding:e.spacing(4,0,12,0),justifyContent:"space-between",fontSize:e.spacing(1)})),V8=u("div")(({theme:e})=>({display:"flex",gap:e.spacing(1),flexDirection:"column"})),N8=u("div")(({theme:e})=>({alignItems:"center",justifyContent:"center",display:"flex",gap:e.spacing(2),flexDirection:"column",fontSize:e.fontSizes.smallBody})),jp=u(R3)(({theme:e})=>({color:e.palette.primary.main,backgroundColor:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(1),width:"80px",height:"80px"})),yp=({projectId:e,sdk:t,environment:n})=>{const i=x1(),{project:c}=te(e,{refreshInterval:1e3}),s=c.onboardingStatus.status==="onboarded";return a.jsxs(gp,{children:[a.jsx(xp,{children:"Connection information"}),a.jsxs(bp,{children:[a.jsxs(V8,{children:[a.jsx(M,{fontWeight:"bold",variant:"body2",children:"Environment"}),a.jsx(M,{variant:"body2",children:n})]}),a.jsxs(V8,{children:[a.jsx(M,{fontWeight:"bold",variant:"body2",children:"SDK"}),a.jsx(M,{variant:"body2",children:t})]})]}),s?a.jsxs(N8,{children:[a.jsx(M,{fontWeight:"bold",variant:"body2",children:"Connection status"}),a.jsx(M,{sx:{mb:i.spacing(4)},variant:"body2",children:"Connected"}),a.jsx(jp,{}),a.jsx(M,{sx:{mb:i.spacing(4)},variant:"body2",children:"We received metrics from your application!"})]}):a.jsxs(N8,{children:[a.jsx(M,{fontWeight:"bold",variant:"body2",children:"Connection status"}),a.jsx(M,{sx:{mb:i.spacing(4)},variant:"body2",children:"Waiting for SDK data..."}),a.jsx(hp,{sx:{width:80,height:80},active:!0,children:a.jsx(J2,{fontSize:"large"})})]})]})},_p=`1\\. Install the SDK
2
+
3
+ \`\`\`gradle
4
+ implementation("io.getunleash:unleash-android:1")
5
+ \`\`\`
6
+
7
+ 2\\. Enable required [permissions](https://developer.android.com/guide/topics/manifest/uses-permission-element)
8
+
9
+ \`\`\`xml
10
+ <uses-permission android:name="android.permission.INTERNET" />
11
+ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
12
+ \`\`\`
13
+
14
+ 2\\. Initialize Unleash in your application
15
+
16
+ \`\`\`kotlin
17
+ class MyApplication: Application() {
18
+ val unleash: Unleash by lazy {
19
+ val instance = DefaultUnleash(
20
+ androidContext = this,
21
+ unleashConfig = UnleashConfig.newBuilder(appName = "unleash-onboarding-android")
22
+ .proxyUrl("<YOUR_API_URL>")
23
+ .clientKey("<YOUR_API_TOKEN>")
24
+ .build()
25
+ )
26
+ instance.start()
27
+ instance
28
+ }
29
+
30
+ override fun onTerminate() {
31
+ super.onTerminate()
32
+ unleash.close()
33
+ }
34
+ }
35
+ \`\`\`
36
+
37
+ 3\\. Check flag status
38
+
39
+ \`\`\`kotlin
40
+ class MainActivity : ComponentActivity() {
41
+ override fun onCreate(savedInstanceState: Bundle?) {
42
+ super.onCreate(savedInstanceState)
43
+ val unleashInstance = (application as MyApplication).unleash
44
+
45
+ setContent {
46
+ var flagStatus by remember { mutableStateOf("loading") }
47
+ LaunchedEffect(Unit) {
48
+ while (isActive) {
49
+ val isFlagEnabled = unleashInstance.isEnabled("<YOUR_FLAG>")
50
+ flagStatus = if (isFlagEnabled) "enabled" else "disabled"
51
+ delay(3000L)
52
+ }
53
+ }
54
+
55
+ Text(text = "Flag is $flagStatus!")
56
+ }
57
+
58
+ }
59
+ }
60
+ \`\`\`
61
+ ℹ️ **Info:** The Android SDK takes at least 60 seconds to post metrics to Unleash.
62
+
63
+ ---
64
+ ---
65
+ - [SDK repository with documentation and example](https://github.com/Unleash/unleash-android)
66
+ - [Android SDK basic example](hhttps://github.com/Unleash/unleash-sdk-examples/tree/main/Android)
67
+ `,wp=`1\\. Install the SDK
68
+ \`\`\`sh
69
+ go get github.com/Unleash/unleash-client-go/v4
70
+ \`\`\`
71
+
72
+ 2\\. Run Unleash
73
+ \`\`\`go
74
+ package main
75
+
76
+ import (
77
+ "github.com/Unleash/unleash-client-go/v4"
78
+ "net/http"
79
+ "time"
80
+ )
81
+
82
+ func init() {
83
+ unleash.Initialize(
84
+ unleash.WithListener(&unleash.DebugListener{}),
85
+ unleash.WithAppName("unleash-onboarding-golang"),
86
+ unleash.WithUrl("<YOUR_API_URL>"),
87
+ unleash.WithCustomHeaders(http.Header{"Authorization": {"<YOUR_API_TOKEN>"}}), // in production use environment variable
88
+ )
89
+ }
90
+
91
+ func main() {
92
+ for {
93
+ unleash.IsEnabled("<YOUR_FLAG>")
94
+ time.Sleep(time.Second)
95
+ }
96
+ }
97
+ \`\`\`
98
+
99
+ ---
100
+ \`\`\`go
101
+ func init() {
102
+ unleash.Initialize(
103
+ unleash.WithListener(&unleash.DebugListener{}),
104
+ unleash.WithAppName("unleash-onboarding-golang"),
105
+ unleash.WithUrl("<YOUR_API_URL>"),
106
+ unleash.WithCustomHeaders(http.Header{
107
+ "Authorization": {os.Getenv("UNLEASH_API_KEY")},
108
+ })
109
+ )
110
+ }
111
+ \`\`\`
112
+
113
+ ---
114
+ - [SDK repository with documentation](https://github.com/Unleash/unleash-client-go)
115
+ - [Go SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Go)
116
+ `,Sp=`1\\. Install the SDK
117
+ \`\`\`sh
118
+ npm install unleash-proxy-client
119
+ \`\`\`
120
+
121
+ 2\\. Run Unleash
122
+ \`\`\`js
123
+ const { UnleashClient } = require('unleash-proxy-client');
124
+
125
+ const unleash = new UnleashClient({
126
+ url: '<YOUR_API_URL>',
127
+ clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
128
+ appName: 'unleash-onboarding-javascript',
129
+ });
130
+
131
+ unleash.start();
132
+
133
+ setInterval(() => {
134
+ console.log('Is enabled', unleash.isEnabled('<YOUR_FLAG>'));
135
+ }, 1000);
136
+ \`\`\`
137
+ ---
138
+ \`\`\`js
139
+ const unleash = new UnleashClient({
140
+ url: '<YOUR_API_URL>',
141
+ clientKey: process.env.UNLEASH_API_TOKEN,
142
+ appName: 'unleash-onboarding-javascript',
143
+ });
144
+ unleash.start();
145
+ \`\`\`
146
+
147
+ ---
148
+ - [SDK repository with documentation](https://github.com/Unleash/unleash-proxy-client-js)
149
+ - [JavaScript SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/JavaScript)
150
+ `,Op=`1\\. Install the SDK
151
+ \`\`\`sh
152
+ npm install unleash-client
153
+ \`\`\`
154
+
155
+ 2\\. Run Unleash
156
+ \`\`\`js
157
+ const { initialize } = require('unleash-client');
158
+
159
+ const unleash = initialize({
160
+ url: '<YOUR_API_URL>',
161
+ appName: 'unleash-onboarding-node',
162
+ customHeaders: {
163
+ Authorization: '<YOUR_API_TOKEN>' // in production use environment variable
164
+ },
165
+ });
166
+
167
+ setInterval(() => {
168
+ console.log('Is enabled', unleash.isEnabled('<YOUR_FLAG>'));
169
+ }, 1000);
170
+ \`\`\`
171
+
172
+ ---
173
+ \`\`\`js
174
+ const { initialize } = require('unleash-client');
175
+
176
+ const unleash = initialize({
177
+ url: '<YOUR_API_URL>',
178
+ appName: 'unleash-onboarding-node',
179
+ customHeaders: { Authorization: process.env.UNLEASH_API_KEY },
180
+ });
181
+ \`\`\`
182
+
183
+ ---
184
+ - [SDK repository with documentation](https://github.com/Unleash/unleash-client-node)
185
+ - [Node.js SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Node.js)
186
+ - [Node.js SDK tutorial](https://dev.to/reeshee/how-to-implement-feature-flags-in-nodejs-using-unleash-3907)
187
+ `,Cp=`1\\. Install the SDK
188
+ \`\`\`sh
189
+ pip install UnleashClient
190
+ \`\`\`
191
+
192
+ 2\\. Run Unleash
193
+ \`\`\`python
194
+ from UnleashClient import UnleashClient
195
+ import asyncio
196
+
197
+ client = UnleashClient(
198
+ url="<YOUR_API_URL>",
199
+ app_name="unleash-onboarding-python",
200
+ custom_headers={'Authorization': '<YOUR_API_TOKEN>'}) # in production use environment variable
201
+
202
+ client.initialize_client()
203
+
204
+ while True:
205
+ print(client.is_enabled("<YOUR_FLAG>"))
206
+ asyncio.run(asyncio.sleep(1))
207
+ \`\`\`
208
+ ---
209
+ \`\`\`python
210
+ from UnleashClient import UnleashClient
211
+ import asyncio
212
+ import os
213
+
214
+ client = UnleashClient(
215
+ url="<YOUR_API_URL>",
216
+ app_name="unleash-onboarding-python",
217
+ custom_headers={'Authorization': os.getenv('UNLEASH_API_TOKEN')}
218
+ \`\`\`
219
+
220
+ ---
221
+ - [SDK repository with documentation](https://github.com/Unleash/unleash-client-python)
222
+ - [Python SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Python)
223
+ - [How to Implement Feature Flags in Python](https://docs.getunleash.io/feature-flag-tutorials/python)
224
+ `,Dp=`1\\. Install the SDK
225
+ \`\`\`sh
226
+ gem install unleash
227
+ \`\`\`
228
+
229
+ 2\\. Run Unleash
230
+ \`\`\`rb
231
+ require 'unleash'
232
+
233
+ @unleash = Unleash::Client.new(
234
+ url: "<YOUR_API_URL>",
235
+ custom_http_headers: { 'Authorization': "<YOUR_API_TOKEN>" }, # in production use environment variable
236
+ app_name: 'unleash-onboarding-ruby',
237
+ instance_id: 'unleash-onboarding-ruby',
238
+ )
239
+
240
+ while true
241
+ if @unleash.is_enabled?("<YOUR_FLAG>")
242
+ puts "Flag is enabled"
243
+ else
244
+ puts "Flag is not enabled"
245
+ end
246
+ sleep 3
247
+ end
248
+
249
+ \`\`\`
250
+ ---
251
+ \`\`\`rb
252
+ @unleash = Unleash::Client.new(
253
+ url: "<YOUR_API_URL>",
254
+ custom_http_headers: { 'Authorization': ENV['UNLEASH_API_TOKEN'] },
255
+ app_name: 'unleash-onboarding-ruby',
256
+ instance_id: 'unleash-onboarding-ruby',
257
+ )
258
+ \`\`\`
259
+
260
+ ---
261
+ - [SDK repository with documentation](https://github.com/Unleash/unleash-client-ruby)
262
+ - [Ruby example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Ruby)
263
+ - [How to Implement Feature Flags in Ruby](https://docs.getunleash.io/feature-flag-tutorials/ruby)
264
+ `,$p=`1\\. Install the SDK
265
+ \`\`\`sh
266
+ npm install @unleash/proxy-client-svelte
267
+ \`\`\`
268
+
269
+ 2\\. Initialize Unleash
270
+ \`\`\`svelte
271
+ <script>
272
+ import { FlagProvider } from '@unleash/proxy-client-svelte';
273
+
274
+ const config = {
275
+ url: '<YOUR_API_URL>',
276
+ clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
277
+ appName: 'unleash-onboarding-svelte',
278
+ };
279
+ <\/script>
280
+
281
+ <div class="app">
282
+ <FlagProvider {config}>
283
+ <main>
284
+ <slot />
285
+ </main>
286
+ </FlagProvider>
287
+ </div>
288
+ \`\`\`
289
+
290
+ 3\\. Check feature flag status
291
+ \`\`\`svelte
292
+ <script lang="ts">
293
+ import { useFlag } from '@unleash/proxy-client-svelte';
294
+ const enabled = useFlag('<YOUR_FLAG>');
295
+ <\/script>
296
+
297
+ <section>
298
+ <p>
299
+ {$enabled ? 'Feature is enabled!' : 'Feature is disabled!'}
300
+ </p>
301
+ </section>
302
+ \`\`\`
303
+ ---
304
+ \`\`\`svelte
305
+ const config = {
306
+ url: '<YOUR_API_URL>',
307
+ clientKey: import.meta.env.VITE_UNLEASH_API_TOKEN,
308
+ appName: 'unleash-onboarding-svelte',
309
+ };
310
+ \`\`\`
311
+
312
+ ---
313
+ - [SDK repository with documentation](https://github.com/Unleash/proxy-client-svelte)
314
+ - [Svelte example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Svelte)
315
+ - [How to Implement Feature Flags in SvelteKit](https://docs.getunleash.io/feature-flag-tutorials/sveltekit)
316
+ `,Tp=`1\\. Install the SDK
317
+ \`\`\`sh
318
+ npm install @unleash/proxy-client-vue
319
+ \`\`\`
320
+
321
+ 2\\. Initialize Unleash
322
+ \`\`\`vue
323
+ <script setup lang="ts">
324
+ import { FlagProvider } from '@unleash/proxy-client-vue'
325
+
326
+ const config = {
327
+ url: '<YOUR_API_URL>',
328
+ clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
329
+ appName: 'unleash-onboarding-vue',
330
+ }
331
+ <\/script>
332
+
333
+ <template>
334
+ <FlagProvider :config="config">
335
+ <!-- <YourComponent /> -->
336
+ </FlagProvider>
337
+ </template>
338
+ \`\`\`
339
+
340
+ 3\\. Check feature flag status
341
+ \`\`\`vue
342
+ <script setup lang="ts">
343
+ import { useFlag } from '@unleash/proxy-client-vue'
344
+ const enabled = useFlag('<YOUR_FLAG>')
345
+ <\/script>
346
+
347
+ <template>
348
+ <div>
349
+ {{ enabled ? 'Feature is enabled!' : 'Feature is disabled!' }}
350
+ </div>
351
+ </template>
352
+ \`\`\`
353
+ ---
354
+ \`\`\`svelte
355
+ const config = {
356
+ url: '<YOUR_API_URL>',
357
+ clientKey: import.meta.env.VITE_UNLEASH_API_TOKEN,
358
+ appName: 'unleash-onboarding-vue',
359
+ }
360
+ \`\`\`
361
+
362
+ ---
363
+ - [SDK repository with documentation](https://github.com/Unleash/proxy-client-vue)
364
+ - [Vue example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Vue)
365
+ `,Pp=`1\\. Install the SDK
366
+ \`\`\`sh
367
+ flutter pub add unleash_proxy_client_flutter
368
+ \`\`\`
369
+
370
+ 2\\. Run Unleash
371
+ \`\`\`dart
372
+ import 'package:unleash_proxy_client_flutter/unleash_proxy_client_flutter.dart';
373
+ import 'dart:async';
374
+
375
+ final unleash = UnleashClient(
376
+ url: Uri.parse('<YOUR_API_URL>'),
377
+ clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
378
+ appName: 'unleash-onboarding-flutter');
379
+
380
+ unleash.start();
381
+
382
+ Timer.periodic(Duration(seconds: 1), (Timer timer) {
383
+ final flagStatus = unleash.isEnabled('<YOUR_FLAG>');
384
+ print('Flag is \${unleash.isEnabled("<YOUR_FLAG>") ? "enabled" : "disabled"}');
385
+ });
386
+ \`\`\`
387
+ ---
388
+ \`\`\`dart
389
+ import 'package:unleash_proxy_client_flutter/unleash_proxy_client_flutter.dart';
390
+ import 'dart:async';
391
+ import 'dart:io';
392
+
393
+ final unleash = UnleashClient(
394
+ url: Uri.parse('<YOUR_API_URL>'),
395
+ clientKey: Platform.environment['UNLEASH_CLIENT_KEY']!,
396
+ appName: 'unleash-onboarding-flutter');
397
+
398
+ unleash.start();
399
+ \`\`\`
400
+
401
+ ---
402
+ - [SDK repository with documentation](https://github.com/Unleash/unleash_proxy_client_flutter)
403
+ - [Flutter example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Flutter)
404
+ - [A/B Testing in Flutter using Unleash and Mixpanel](https://docs.getunleash.io/feature-flag-tutorials/flutter/a-b-testing)
405
+ `,Ep=`1\\. Install the SDK
406
+ \`\`\`xml
407
+ <dependency>
408
+ <groupId>io.getunleash</groupId>
409
+ <artifactId>unleash-client-java</artifactId>
410
+ <version>LATEST</version>
411
+ </dependency>
412
+ \`\`\`
413
+
414
+ 2\\. Run Unleash
415
+ \`\`\`java
416
+ UnleashConfig config = UnleashConfig.builder()
417
+ .appName("unleash-onboarding-java")
418
+ .instanceId("unleash-onboarding-instance")
419
+ .unleashAPI("<YOUR_API_URL>")
420
+ .apiKey("<YOUR_API_TOKEN>") // in production use environment variable
421
+ .build();
422
+
423
+ Unleash unleash = new DefaultUnleash(config);
424
+
425
+ while (true) {
426
+ boolean featureEnabled = unleash.isEnabled("<YOUR_FLAG>");
427
+ System.out.println("Feature enabled: " + featureEnabled);
428
+ Thread.sleep(1000);
429
+ }
430
+ \`\`\`
431
+
432
+ ---
433
+ \`\`\`java
434
+ UnleashConfig config = UnleashConfig.builder()
435
+ .appName("unleash-onboarding-java")
436
+ .instanceId("unleash-onboarding-instance")
437
+ .unleashAPI("<YOUR_API_URL>")
438
+ .apiKey(System.getenv("UNLEASH_API_KEY"))
439
+ .build();
440
+ \`\`\`
441
+
442
+ ---
443
+ - [SDK repository with documentation](https://github.com/Unleash/unleash-client-java)
444
+ - [Java SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Java)
445
+ - [How to Implement Feature Flags in Java](https://docs.getunleash.io/feature-flag-tutorials/java)
446
+ `,Zp=`1\\. Install the SDK
447
+ \`\`\`sh
448
+ dotnet add package unleash.client
449
+ // If you do not have a json library in your project:
450
+ dotnet add package Newtonsoft.Json
451
+ \`\`\`
452
+
453
+ 2\\. Initialize Unleash
454
+ \`\`\`csharp
455
+ using Unleash;
456
+ using Unleash.ClientFactory;
457
+
458
+ public class Program
459
+ {
460
+ public static async Task Main()
461
+ {
462
+ var settings = new UnleashSettings()
463
+ {
464
+ AppName = "unleash-onboarding-dotnet",
465
+ UnleashApi = new Uri("<YOUR_API_URL>"),
466
+ CustomHttpHeaders = new Dictionary<string, string>()
467
+ {
468
+ {"Authorization","<YOUR_API_TOKEN>"} // in production use environment variable
469
+ }
470
+ };
471
+
472
+ var unleash = new DefaultUnleash(settings);
473
+
474
+ while (true) {
475
+ Console.WriteLine($"Flag is enabled: {unleash.IsEnabled("<YOUR_FLAG>")}");
476
+ await Task.Delay(1000);
477
+ }
478
+ }
479
+ }
480
+
481
+ \`\`\`
482
+
483
+ ---
484
+ \`\`\`csharp
485
+ var settings = new UnleashSettings()
486
+ {
487
+ AppName = "unleash-onboarding-dotnet",
488
+ UnleashApi = new Uri("<YOUR_API_URL>"),
489
+ CustomHttpHeaders = new Dictionary<string, string>()
490
+ {
491
+ {"Authorization",Environment.GetEnvironmentVariable("UNLEASH_API_KEY")}
492
+ }
493
+ };
494
+ \`\`\`
495
+
496
+ ---
497
+ - [SDK repository with documentation](https://github.com/Unleash/unleash-client-dotnet)
498
+ - [.NET/C# SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Csharp)
499
+ `,Ip=`1\\. Install the SDK
500
+ \`\`\`sh
501
+ composer require unleash/client
502
+ \`\`\`
503
+
504
+ 2\\. Initialize Unleash
505
+ \`\`\`php
506
+ <?php
507
+
508
+ use Unleash\\\\Client\\\\UnleashBuilder;
509
+
510
+ require 'vendor/autoload.php';
511
+
512
+ $unleash = UnleashBuilder::create()
513
+ ->withAppName('unleash-onboarding-php')
514
+ ->withAppUrl('<YOUR_API_URL>')
515
+ ->withHeader('Authorization', '<YOUR_API_TOKEN>') // in production use environment variable
516
+ ->withInstanceId('unleash-onboarding-instance')
517
+ ->build();
518
+
519
+ while (true) {
520
+ echo 'Feature flag is: ' . $unleash->isEnabled('<YOUR_FLAG>') . PHP_EOL;
521
+ sleep(1);
522
+ }
523
+ \`\`\`
524
+ ---
525
+ \`\`\`php
526
+ $unleash = UnleashBuilder::create()
527
+ ->withAppName('unleash-onboarding-php')
528
+ ->withAppUrl('<YOUR_API_URL>')
529
+ ->withHeader('Authorization', getenv('UNLEASH_API_TOKEN'))
530
+ ->withInstanceId('unleash-onboarding-instance')
531
+ ->build();
532
+ \`\`\`
533
+
534
+ ---
535
+ - [SDK repository with documentation](https://github.com/Unleash/unleash-client-php)
536
+ - [PHP SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/PHP)
537
+ `,Mp=`1\\. Install the SDK
538
+ \`\`\`sh
539
+ npm install @unleash/proxy-client-react unleash-proxy-client
540
+ \`\`\`
541
+
542
+ 2\\. Initialize Unleash
543
+ \`\`\`jsx
544
+ import { createRoot } from 'react-dom/client';
545
+ import { FlagProvider } from '@unleash/proxy-client-react';
546
+
547
+ const config = {
548
+ url: '<YOUR_API_URL>',
549
+ clientKey: '<YOUR_API_TOKEN>', // in production use environment variable
550
+ appName: 'unleash-onboarding-react',
551
+ };
552
+
553
+ const root = createRoot(document.getElementById('root'));
554
+
555
+ root.render(
556
+ <React.StrictMode>
557
+ <FlagProvider config={config}>
558
+ <App />
559
+ </FlagProvider>
560
+ </React.StrictMode>
561
+ );
562
+ \`\`\`
563
+
564
+ 3\\. Check feature flag status
565
+ \`\`\`jsx
566
+ import { useFlag } from '@unleash/proxy-client-react';
567
+
568
+ const TestComponent = () => {
569
+ const enabled = useFlag('<YOUR_FLAG>');
570
+
571
+ return enabled ? 'Flag is enabled' : 'Flag is disabled'
572
+ };
573
+ \`\`\`
574
+ ---
575
+ \`\`\`jsx
576
+ const config = {
577
+ url: '<YOUR_API_URL>',
578
+ clientKey: process.env.UNLEASH_API_TOKEN,
579
+ appName: 'unleash-onboarding-react',
580
+ };
581
+ \`\`\`
582
+
583
+ ---
584
+ - [SDK repository with documentation](https://github.com/Unleash/proxy-client-react)
585
+ - [React SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/React)
586
+ - [https://docs.getunleash.io/feature-flag-tutorials/react](https://docs.getunleash.io/feature-flag-tutorials/react)
587
+
588
+ `,Ap=`1\\. Install the SDK
589
+ \`\`\`sh
590
+ cargo add unleash-api-client --features async-std,reqwest,surf
591
+ cargo add serde --features derive
592
+ cargo add serde reqwest --features json
593
+ cargo add serde tokio --features full
594
+ cargo add serde anyhow cfg cfg-if enum-map@~2.0.0 surf
595
+ \`\`\`
596
+
597
+ 2\\. Run Unleash
598
+ \`\`\`rust
599
+ use enum_map::Enum;
600
+ use serde::{Deserialize, Serialize};
601
+ use std::error::Error;
602
+ use std::time::Duration;
603
+ use tokio::time::sleep;
604
+ use unleash_api_client::client::ClientBuilder;
605
+ use unleash_api_client::Client;
606
+
607
+ #[derive(Debug, Deserialize, Serialize, Enum, Clone)]
608
+ enum Flags {
609
+ #[serde(rename = "<YOUR_FLAG>")]
610
+ TestFlag,
611
+ }
612
+
613
+ #[tokio::main]
614
+ async fn main() -> Result<(), Box<dyn Error + Send + Sync>> {
615
+ let client: Client<Flags, reqwest::Client> = ClientBuilder::default()
616
+ .into_client(
617
+ "<YOUR_API_URL>",
618
+ "unleash-onboarding-rust",
619
+ "unleash-onboarding-instance",
620
+ Some("<YOUR_API_TOKEN>".to_owned()), // in production use environment variable
621
+ )?;
622
+ client.register().await?;
623
+
624
+ let (_, _) = tokio::join!(client.poll_for_updates(), async {
625
+ sleep(Duration::from_millis(1000)).await;
626
+
627
+ let is_enabled = client.is_enabled(Flags::TestFlag, None, true);
628
+ println!("\\nIs flag enabled: {}\\n", is_enabled);
629
+
630
+ sleep(Duration::from_millis(5000)).await;
631
+
632
+ client.stop_poll().await;
633
+ Ok::<(), Box<dyn Error + Send + Sync>>(())
634
+ });
635
+
636
+ Ok(())
637
+ }
638
+ \`\`\`
639
+ ---
640
+ \`\`\`rust
641
+ let api_token = env::var("UNLEASH_API_TOKEN").expect("UNLEASH_API_TOKEN environment variable not set");
642
+
643
+ let client: Client<Flags, reqwest::Client> = ClientBuilder::default()
644
+ .into_client(
645
+ "<YOUR_API_URL>",
646
+ "unleash-onboarding-rust",
647
+ "unleash-onboarding-instance",
648
+ Some(api_token.to_owned()),
649
+ )?;
650
+ client.register().await?;
651
+ \`\`\`
652
+
653
+ ---
654
+ - [SDK repository with documentation](https://github.com/Unleash/unleash-client-rust)
655
+ - [Rust example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Rust)
656
+ - [How to Implement Feature Flags in Rust](https://docs.getunleash.io/feature-flag-tutorials/rust)
657
+ `,Fp=`1\\. Install the SDK
658
+ \`\`\`sh
659
+ // Instructions to add the Swift SDK can be found at the provided URL:
660
+ https://github.com/Unleash/unleash-proxy-client-swift.git
661
+ \`\`\`
662
+
663
+ 2\\. Run Unleash
664
+ \`\`\`swift
665
+ import Foundation
666
+ import UnleashProxyClientSwift
667
+
668
+ var unleash = UnleashProxyClientSwift.UnleashClient(
669
+ unleashUrl: "<YOUR_API_URL>",
670
+ clientKey: "<YOUR_API_TOKEN>", // in production use environment variable
671
+ appName: "unleash-onboarding-swift",
672
+ context: [:])
673
+
674
+ unleash.start()
675
+
676
+ Timer.scheduledTimer(withTimeInterval: 1.0, repeats: true) { _ in
677
+ print("Is enabled", unleash.isEnabled(name: "<YOUR_FLAG>"))
678
+ }
679
+ \`\`\`
680
+ ℹ️ **Info:** The Swift SDK takes at least 60 seconds to post metrics to Unleash.
681
+ `,us={Android:_p,Go:wp,JavaScript:Sp,"Node.js":Op,Python:Cp,Ruby:Dp,Svelte:$p,Vue:Tp,Flutter:Pp,Java:Ep,".NET":Zp,PHP:Ip,React:Mp,Rust:Ap,Swift:Fp},Rp=u("pre")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(2),borderRadius:e.shape.borderRadius,overflow:"auto",fontSize:e.typography.body2.fontSize,wordBreak:"break-all",whiteSpace:"pre-wrap",position:"relative",maxHeight:e.spacing(34)})),Lp=u(Y1)(({theme:e})=>({position:"absolute",top:e.spacing(1),right:e.spacing(1)})),Vp=({title:e,code:t})=>{const n=c=>()=>{cc(c),i({type:"success",text:"Copied to clipboard"})},{setToastData:i}=O1();return a.jsxs(Rp,{children:[t,a.jsx(Lp,{title:e,arrow:!0,children:a.jsx($1,{onClick:n(t),size:"small",children:a.jsx(ic,{})})})]})},yr=({inline:e=!1,children:t})=>!e&&typeof(t==null?void 0:t[0])=="string"?a.jsx(Vp,{code:t[0],title:"Copy code"}):a.jsx("code",{children:t}),Np=u("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3)})),Wp=u("div")(({theme:e})=>({display:"inline-flex",gap:e.spacing(3),padding:e.spacing(1,2),border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadius,marginBottom:e.spacing(3)})),zp=({sdk:e,apiKey:t,feature:n,onSdkChange:i})=>{var g;const{uiConfig:c}=f1(),s=(g=ss.find(x=>x.name===e.name))==null?void 0:g.icon,o=`${c.unleashUrl}/api/`,l=`${c.unleashUrl}/api/frontend/`,d=e.type==="client"?o:l,m=(us[e.name]||"").replace("<YOUR_API_TOKEN>",t).replace("<YOUR_API_URL>",d).replaceAll("<YOUR_FLAG>",n),[f,v,p]=m.split(`---
682
+ `);return a.jsxs(Np,{children:[a.jsx(M,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(G2,{children:[a.jsx(Q2,{active:2,steps:3}),a.jsx(N3,{color:"secondary",children:"3/3 - Test connection"})]}),a.jsxs(O,{sx:{mt:2},children:[a.jsxs(Wp,{children:[s?a.jsx(g3,{variant:"circular",src:j0(s),alt:e.name}):null,a.jsx(oe,{onClick:i,component:"button",children:"Change SDK"})]}),a.jsx(A3,{children:"Setup the SDK"}),a.jsx(g2,{components:{code:yr},children:f})]})]})},Bp=u("div")(({theme:e})=>({padding:e.spacing(5,8,2,8),display:"flex",flexDirection:"column",gap:e.spacing(3),fontSize:e.typography.body2.fontSize})),Yp=({sdk:e})=>{const{uiConfig:t}=f1(),n=`${t.unleashUrl}/api/`,i=`${t.unleashUrl}/api/frontend/`,c=e.type==="client"?n:i,s=(us[e.name]||"").replaceAll("<YOUR_API_URL>",c),[o,l,d]=s.split(`---
683
+ `);return a.jsxs(Bp,{children:[a.jsx(M,{variant:"h2",children:"Connect an SDK to Unleash"}),a.jsxs(G2,{children:[a.jsx(Q2,{active:2,steps:3}),a.jsx(N3,{color:"secondary",children:"3/3 - Test connection"})]}),l!=null&&l.trim()?a.jsxs(O,{sx:{mt:2},children:[a.jsx(A3,{children:"Production settings"}),a.jsx(M,{variant:"body2",children:"You have successfully connected your SDK. In the previous code example, the settings were optimized for development. We recommend the following setup for production."}),a.jsx(g2,{components:{code:yr},children:l})]}):null,d!=null&&d.trim()?a.jsxs(O,{children:[a.jsx(A3,{children:"Additional resources"}),a.jsx(M,{variant:"body2",children:"Now that we’ve validated the connection, you might want to look into more advanced use cases and examples:"}),a.jsx(g2,{components:{code:yr},children:d})]}):null]})},Hp=({sdk:e,apiKey:t,feature:n,onSdkChange:i})=>a.jsx(h.Suspense,{fallback:a.jsx(Wd,{}),children:n?a.jsx(zp,{sdk:e,apiKey:t,feature:n,onSdkChange:i}):a.jsx(Yp,{sdk:e})}),Up=u("main")(({theme:e})=>({backgroundColor:e.palette.background.paper,display:"flex",flexDirection:"column",flex:1})),kp=u(Mr)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),W8=u("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}}`,display:"flex",justifyContent:"flex-end",gap:e.spacing(4),alignItems:"center",padding:e.spacing(3,8,3,8)})),z8=u("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(4),alignItems:"center",padding:e.spacing(3,8,3,8)})),qp=({onClose:e,onFinish:t,environments:n,project:i,feature:c})=>{const s=x1(),o=Q1(s.breakpoints.up("lg")),[l,d]=h.useState(null),[m,f]=h.useState(null),[v,p]=h.useState(null),[g,x]=h.useState("select-sdk"),{project:j}=te(i,{refreshInterval:1e3}),_=g==="select-sdk",b=g==="generate-api-key"&&l&&m,w=g==="test-connection"&&l&&m&&v,T=j.onboardingStatus.status==="onboarded";return h.useEffect(()=>{n.length>0&&f(n[0])},[JSON.stringify(n)]),a.jsx(kp,{open:!0,onClose:e,children:a.jsxs(O,{sx:{display:"flex"},children:[a.jsxs(Up,{children:[_?a.jsx(sp,{onSelect:D=>{d(D),x("generate-api-key")}}):null,b?a.jsx(ip,{environments:n,environment:m,project:i,sdkType:l.type,onEnvSelect:f,onApiKey:p}):null,w?a.jsx(Hp,{apiKey:v,sdk:l,feature:c,onSdkChange:()=>{x("select-sdk")}}):null,g==="generate-api-key"?a.jsx(W8,{children:a.jsxs(z8,{children:[a.jsx(c1,{variant:"text",color:"inherit",onClick:()=>{x("select-sdk")},children:"Back"}),a.jsx(c1,{variant:"contained",disabled:!v,onClick:()=>{x("test-connection")},children:"Next"})]})}):null,w?a.jsx(W8,{children:a.jsxs(z8,{children:[T?null:a.jsx(c1,{variant:"text",color:"inherit",onClick:()=>{x("generate-api-key")},children:"Back"}),a.jsx(c1,{variant:"contained",onClick:()=>{t(l.name)},children:"Complete"})]})}):null]}),o&&_?a.jsx(up,{}):null,o&&b?a.jsx(dp,{}):null,o&&w?a.jsx(yp,{projectId:i,sdk:l.name,environment:m}):null]})})},Kp=({open:e,...t})=>e?a.jsx(qp,{...t}):null;var s5={},Gp=ee;Object.defineProperty(s5,"__esModule",{value:!0});var o5=s5.default=void 0,Qp=Gp(X1()),Jp=a,Xp=(0,Qp.default)((0,Jp.jsx)("path",{d:"m9.78 11.16-1.42 1.42c-.68-.69-1.34-1.58-1.79-2.94l1.94-.49c.32.89.77 1.5 1.27 2.01zM11 6 7 2 3 6h3.02c.02.81.08 1.54.19 2.17l1.94-.49C8.08 7.2 8.03 6.63 8.02 6H11zm10 0-4-4-4 4h2.99c-.1 3.68-1.28 4.75-2.54 5.88-.5.44-1.01.92-1.45 1.55-.34-.49-.73-.88-1.13-1.24L9.46 13.6c.93.85 1.54 1.54 1.54 3.4v5h2v-5c0-2.02.71-2.66 1.79-3.63 1.38-1.24 3.08-2.78 3.2-7.37H21z"}),"AltRoute");o5=s5.default=Xp;function ev({onClick:e,currentValue:t,label:n,icon:i,labelWidth:c,tooltip:s}){return a.jsx(zd,{titleComponent:a.jsxs(Bd,{children:[a.jsx("h3",{children:s.header}),a.jsx("p",{children:s.description}),s.additionalContent]}),variant:"custom",children:a.jsx(c1,{role:"switch","aria-checked":t,variant:t?"contained":"outlined",color:"primary",startIcon:i,onClick:e,disableElevation:!0,children:a.jsx(Yd,{labelWidth:c,children:n})})})}const tv=({global:e,project:t})=>{const{limitReached:n,limitMessage:i}=nv(e.limit,e.count),c=av(t.limit,t.count);return{limitMessage:n?i:c?`You have reached the project limit of ${t.limit} feature flags.`:void 0,globalFlagLimitReached:n,projectFlagLimitReached:c}},nv=(e,t)=>{const n=t>=e;return{limitReached:n,limitMessage:n?`You have reached the instance-wide limit of ${e} feature flags.`:void 0}},av=(e,t)=>e!=null&&e<=t,rv=()=>{const{setShowFeedback:e}=h.useContext(Hd);return h.useCallback(()=>{const{value:t,setValue:n}=Ar("flagsCreated","0"),i=Number.parseInt(t)+1;n(`${i}`),i>1&&e(!0)},[e])},iv=u(Mr)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:"100%",backgroundColor:"transparent"},padding:0,"& .MuiPaper-root > section":{overflowX:"hidden"}})),Be={project:{icon:a.jsx(gc,{}),text:"Projects allow you to group feature flags together in the Unleash admin UI and in SDK payloads."},tags:{icon:a.jsx(yc,{}),text:"Tags are used to label flags in Unleash. They can be used when filtering flags in the UI. Additionally, they are used by some integrations."},type:{icon:a.jsx(vr,{}),text:"A flag's type conveys its purpose. All types have the same capabilities, but choosing the right type signals what kind of flag it is. You can change this at any time."},impressionData:{icon:a.jsx(o5,{}),text:"Impression data is used to track how your flag is performing. When enabled, you can subscribe to 'impression events' in the SDK and process them according to your needs."}},cv=({open:e,onClose:t,onSuccess:n,skipNavigationOnComplete:i})=>{if(e)return a.jsx(sv,{open:e,onClose:t,skipNavigationOnComplete:i,onSuccess:n})},sv=({open:e,onClose:t,skipNavigationOnComplete:n,onSuccess:i})=>{var K1,G1,L1;const{setToastData:c,setToastApiError:s}=O1(),{uiConfig:o,isOss:l}=f1(),d=re(),m=rv(),[f,v]=y0("flag-creation-dialog",{},60*60*1e3),p=f,{type:g,setType:x,tags:j,setTags:_,name:b,setName:w,project:T,setProject:D,description:C,setDescription:Z,validateToggleName:S,impressionData:L,setImpressionData:z,getTogglePayload:F,clearErrors:A,errors:k}=Ud(p),{createFeatureToggle:K,loading:I}=Er(),H={icon:a.jsx(vr,{}),text:"Feature flags are at the core of Unleash. Use them to control your feature rollouts.",link:{url:"https://docs.getunleash.io/reference/feature-toggles",label:"Feature flags documentation"}},[B,E]=h.useState(H),V=()=>E(H),y=F(),P=()=>`curl --location --request POST '${o.unleashUrl}/api/admin/projects/${T}/features' \\
684
+ --header 'Authorization: INSERT_API_KEY' \\
685
+ --header 'Content-Type: application/json' \\
686
+ --data-raw '${JSON.stringify(y,void 0,2)}'`,Y=async o1=>{if(o1.preventDefault(),A(),await S()){const U=F();try{await K(T,U),n||d(`/projects/${T}/features/${b}`),c({text:"Flag created successfully",type:"success"}),t(),i==null||i(),v({}),m()}catch(U1){s(_1(U1))}}},{total:Q,loading:a1}=kd(1),{project:e1}=te(T),{tags:X}=oc(),{globalFlagLimitReached:t1,projectFlagLimitReached:i1,limitMessage:r1}=tv({global:{limit:o.resourceLimits.featureFlags,count:Q??0},project:{limit:e1.featureLimit||void 0,count:xc(e1)??0}}),{projects:s1}=bc(),{featureTypes:b1}=qd(),j1=Qd(g),P1=b1.reduce((o1,M1)=>o1>=M1.name.length?o1:M1.name.length,0),h1=h.useMemo(()=>{const o1=s1.find(M1=>M1.id===T);return o1==null?void 0:o1.name},[T,s1]),q1=()=>{v({name:b,tags:j,impressionData:L,type:g,description:C}),t()};return a.jsx(iv,{open:e,onClose:q1,children:a.jsx(Xe,{compact:!0,disablePadding:!0,description:B.text,documentationIcon:B.icon,documentationLink:(K1=B.link)==null?void 0:K1.url,documentationLinkLabel:(G1=B.link)==null?void 0:G1.label,formatApiCode:P,useFixedSidebar:!0,children:a.jsx(Kd,{createButtonProps:{projectId:T,disabled:I||a1||t1||i1,permission:P2,tooltipProps:{title:r1,arrow:!0}},description:C,namingPattern:e1.featureNaming,errors:k,handleSubmit:Y,Icon:a.jsx(vr,{}),validateName:S,Limit:a.jsx(jc,{name:"feature flags",limit:o.resourceLimits.featureFlags,currentValue:Q??0}),name:b,onClose:t,resource:"feature flag",setDescription:Z,setName:w,configButtons:a.jsxs(a.Fragment,{children:[a.jsx(N,{condition:!l(),show:a.jsx(pr,{tooltip:{header:"Select a project for the flag"},description:Be.project.text,options:s1.map(o1=>({label:o1.name,value:o1.id})),onChange:o1=>{D(o1)},button:{label:h1??T,icon:Be.project.icon,labelWidth:"20ch"},search:{label:"Filter projects",placeholder:"Select project"},onOpen:()=>E(Be.project),onClose:V})}),a.jsx(Gd,{tooltip:{header:"Select tags"},description:Be.tags.text,selectedOptions:new Set(Array.from(j).map(o1=>`${o1.type}:${o1.value}`)),options:X.map(o1=>({label:lc(o1),value:`${o1.type}:${o1.value}`})),onChange:o1=>{const M1=Array.from(o1).map(U=>{const[U1,V1]=U.split(":");return{type:U1,value:V1}});_(new Set(M1))},button:{label:j.size>0?`${j.size} selected`:"Tags",labelWidth:"11ch",icon:a.jsx(yc,{})},search:{label:"Filter tags",placeholder:"Select tags"},onOpen:()=>E(Be.tags),onClose:V}),a.jsx(pr,{tooltip:{header:"Select a flag type"},description:Be.type.text,options:b1.map(o1=>({label:o1.name,value:o1.id})),onChange:o1=>{x(o1)},button:{label:((L1=b1.find(o1=>o1.id===g))==null?void 0:L1.name)||"Select flag type",icon:a.jsx(j1,{}),labelWidth:`${P1}ch`},search:{label:"Filter flag types",placeholder:"Select flag type"},onOpen:()=>E({text:Be.type.text,icon:a.jsx(j1,{})}),onClose:V}),a.jsx(ev,{tooltip:{header:"Enable or disable impression data",description:Be.impressionData.text},currentValue:L,onClick:()=>z(!L),label:`Impression data ${L?"on":"off"}`,icon:a.jsx(o5,{}),labelWidth:"19ch"})]})})})})},ov=u(F2)(()=>({whiteSpace:"nowrap"})),hs=({variant:e,text:t="New feature flag",skipNavigationOnComplete:n,isLoading:i,onSuccess:c})=>{const{loading:s}=f1(),[o]=R2(),l=n1("projectId"),d=!!o.get("create"),[m,f]=h.useState(d);return a.jsxs(a.Fragment,{children:[a.jsx(ov,{onClick:()=>f(!0),maxWidth:"960px",Icon:e3,projectId:l,disabled:s||i,variant:e,permission:P2,"data-testid":s||i?"":Jd,children:t}),a.jsx(cv,{open:m,onClose:()=>f(!1),skipNavigationOnComplete:n,onSuccess:c})]})},lv=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),dv=u(c1)({fontWeight:"bold",textDecoration:"none"}),uv=u(O)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),hv="https://github.com/Unleash/unleash-sdk-examples/tree/main",mv=()=>{const{trackEvent:e}=C1(),t=ss.map(o=>({key:o.name,label:o.name})),[n,i]=y0("onboarding-sdk-example",t[0].key),c=o=>{i(o.target.value)},s=()=>{e("onboarding",{props:{eventType:"sdk-example-opened",sdk:n}})};return a.jsxs(a.Fragment,{children:[a.jsx(lv,{children:"View SDK Example"}),a.jsx(M,{children:"Choose your preferred SDK to view an example."}),a.jsxs(uv,{children:[a.jsx(Fr,{id:"sdk-select",name:"sdk",options:t,value:n,onChange:c,style:{width:"60%"}}),a.jsx(O,{children:a.jsx(dv,{to:`${hv}/${n}`,target:"_blank",component:g1,variant:"text",color:"primary",onClick:s,children:"Go to example"})})]})]})},fv=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),pv=u("div")(({theme:e})=>({padding:e.spacing(2,2.5,2,5),borderBottom:"1px solid",borderColor:e.palette.divider,minHeight:"80px"})),vv=u("div")(({theme:e})=>({display:"flex",flexGrow:1,padding:e.spacing(0,1),[e.breakpoints.down("md")]:{flexDirection:"column",padding:e.spacing(0)}})),F4=u("div")(({theme:e})=>({flexBasis:"50%",display:"flex",gap:e.spacing(3),flexDirection:"column",borderRight:`1px solid ${e.palette.divider}`,padding:e.spacing(4),[e.breakpoints.down("md")]:{borderRight:0,borderBottom:`1px solid ${e.palette.divider}`},"&:last-child":{borderWidth:0}})),l5=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),d5=u("span")(({theme:e})=>({width:"28px",height:"28px",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:e.palette.neutral.border,borderRadius:"50%"})),gv=u(d5)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper})),xv=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(3),height:"100%"})),bv=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",fontSize:e.spacing(1.75),fontWeight:"bold",backgroundColor:e.palette.success.light,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(2,2,2,2)})),jv=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"space-between",alignItems:"center"})),yv=({projectId:e,setConnectSdkOpen:t,setOnboardingFlow:n,refetchFeatures:i})=>{var l,d;const{project:c}=te(e),s=((l=c.onboardingStatus)==null?void 0:l.status)==="first-flag-created",o=()=>{n("closed")};return a.jsxs(fv,{children:[a.jsxs(pv,{children:[a.jsxs(jv,{children:[a.jsx(M,{fontWeight:"bold",children:"Welcome to your project"}),a.jsx(Y1,{title:"Close",arrow:!0,children:a.jsx($1,{onClick:o,size:"small",children:a.jsx(L2,{})})})]}),a.jsx(M,{variant:"body2",children:"Complete the steps below to start working with this project"})]}),a.jsxs(vv,{children:[a.jsx(F4,{children:((d=c.onboardingStatus)==null?void 0:d.status)==="first-flag-created"?a.jsx(wv,{}):a.jsx(_v,{projectId:e,refetchFeatures:i})}),a.jsxs(F4,{children:[a.jsxs(l5,{children:[a.jsx(d5,{children:"2"}),"Connect an SDK"]}),a.jsx(M,{children:"Your project is not yet connected to any SDK. To start using your feature flag, connect an SDK to the project."}),a.jsx(F2,{onClick:()=>{t(!0)},maxWidth:"200px",projectId:e,Icon:e3,disabled:!s,permission:[J1,_c],children:"Connect SDK"})]}),a.jsx(F4,{children:a.jsx(mv,{})})]})]})},_v=({projectId:e,refetchFeatures:t})=>{const{refetch:n}=te(e);return a.jsxs(a.Fragment,{children:[a.jsxs(l5,{children:[a.jsx(d5,{children:"1"}),"Create a feature flag"]}),a.jsx(M,{children:"The project currently holds no feature flags. Create one to get started."}),a.jsx(hs,{text:"Create flag",skipNavigationOnComplete:!0,onSuccess:()=>{n(),t()}})]})},wv=()=>a.jsxs(xv,{children:[a.jsxs(l5,{children:[a.jsx(gv,{children:"✓"}),"Create a feature flag"]}),a.jsxs(bv,{children:[a.jsx(M,{fontWeight:"bold",variant:"body2",children:"Congratulations, your first flag is ready!"}),a.jsx(M,{variant:"body2",children:"You can open it to customize further."})]})]});var u5={},Sv=ee;Object.defineProperty(u5,"__esModule",{value:!0});var ms=u5.default=void 0,Ov=Sv(X1()),B8=a,Cv=(0,Ov.default)([(0,B8.jsx)("path",{d:"M21 5c-1.11-.35-2.33-.5-3.5-.5-1.95 0-4.05.4-5.5 1.5-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5 1.35-.85 3.8-1.5 5.5-1.5 1.65 0 3.35.3 4.75 1.05.1.05.15.05.25.05.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1zm0 13.5c-1.1-.35-2.3-.5-3.5-.5-1.7 0-4.15.65-5.5 1.5V8c1.35-.85 3.8-1.5 5.5-1.5 1.2 0 2.4.15 3.5.5v11.5z"},"0"),(0,B8.jsx)("path",{d:"M17.5 10.5c.88 0 1.73.09 2.5.26V9.24c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99zM13 12.49v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26V11.9c-.79-.15-1.64-.24-2.5-.24-1.7 0-3.24.3-4.5.83zm4.5 1.84c-1.7 0-3.24.29-4.5.83v1.66c1.13-.64 2.7-.99 4.5-.99.88 0 1.73.09 2.5.26v-1.52c-.79-.16-1.64-.24-2.5-.24z"},"1")],"MenuBookOutlined");ms=u5.default=Cv;var h5={},Dv=ee;Object.defineProperty(h5,"__esModule",{value:!0});var fs=h5.default=void 0,$v=Dv(X1()),Tv=a,Pv=(0,$v.default)((0,Tv.jsx)("path",{d:"M9 13.75c-2.34 0-7 1.17-7 3.5V19h14v-1.75c0-2.33-4.66-3.5-7-3.5zM4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25H4.34zM9 12c1.93 0 3.5-1.57 3.5-3.5S10.93 5 9 5 5.5 6.57 5.5 8.5 7.07 12 9 12zm0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7zm7.04 6.81c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44zM15 12c1.93 0 3.5-1.57 3.5-3.5S16.93 5 15 5c-.54 0-1.04.13-1.5.35.63.89 1 1.98 1 3.15s-.37 2.26-1 3.15c.46.22.96.35 1.5.35z"}),"PeopleOutlined");fs=h5.default=Pv;const Ev=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.paper,flexBasis:"70%",borderRadius:e.shape.borderRadiusLarge})),Zv=u("div")(({theme:e})=>({padding:e.spacing(2,4,2,7),borderBottom:"1px solid",borderColor:e.palette.divider,display:"flex",flexDirection:"row",justifyContent:"flex-start",gap:e.spacing(3),alignItems:"center"})),Iv=u("div")(({theme:e})=>({display:"flex",flexGrow:1})),R4=u("div")(({theme:e})=>({flexBasis:"50%",padding:e.spacing(3,2,6,8),display:"flex",gap:e.spacing(3),flexDirection:"column"})),L4=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",gap:e.spacing(2),alignItems:"center",fontSize:e.spacing(1.75),fontWeight:"bold"})),Mv=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-between"})),Av=u(R3)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper,borderRadius:"50%",padding:e.spacing(.5),width:"28px",height:"28px"})),Fv=u(Xd)(({theme:e})=>({color:e.palette.primary.main})),Rv=u(fs)(({theme:e})=>({color:e.palette.primary.main})),Lv=u(ms)(({theme:e})=>({color:e.palette.primary.main})),Vv=({projectId:e,onClose:t})=>a.jsxs(Ev,{children:[a.jsxs(Zv,{children:[a.jsx(Av,{}),a.jsxs(Mv,{children:[a.jsx(M,{fontWeight:"bold",children:"Setup completed"}),a.jsx(M,{variant:"body2",children:"Next steps"})]}),a.jsx(Y1,{title:"Close",arrow:!0,sx:{ml:"auto"},children:a.jsx($1,{onClick:t,size:"small",children:a.jsx(L2,{})})})]}),a.jsxs(Iv,{children:[a.jsxs(R4,{children:[a.jsxs(L4,{children:[a.jsx(Fv,{}),"Expose your feature flag to users"]}),a.jsxs(M,{children:["You can have fine grained control over who is exposed to your feature flag by leveraging"," ",a.jsx(g1,{className:"unleash-action-button",to:"https://docs.getunleash.io/reference/activation-strategies",target:"_blank",rel:"noopener noreferrer",children:"strategies"}),". Visit the feature flag page to start adding strategies to control exposure."]})]}),a.jsxs(R4,{children:[a.jsxs(L4,{children:[a.jsx(Rv,{}),"Add members to your project"]}),a.jsxs(M,{children:["Unleash is best when collaborating with your co-workers."," ",a.jsx(g1,{className:"unleash-action-button",to:`/projects/${e}/settings/access`,children:"Add your co-workers to the project"}),"."]})]}),a.jsxs(R4,{children:[a.jsxs(L4,{children:[a.jsx(Lv,{}),"Learn about Unleash"]}),a.jsxs(M,{children:["Take a deep dive through our documentation,"," ",a.jsx(g1,{className:"unleash-action-button",to:"https://docs.getunleash.io/unleash-academy/foundational",target:"_blank",rel:"noopener noreferrer",children:"starting with the foundations of Unleash"}),"."]})]})]})]}),Nv=({selectedIds:e,projectId:t,onConfirm:n})=>{const[i,c]=h.useState(!1),[s,o]=h.useState(!1),{trackEvent:l}=C1(),d=async()=>{o(!0)},m=async()=>{c(!0)};return a.jsxs(a.Fragment,{children:[a.jsx(fe,{projectId:t,permission:Z2,children:({hasAccess:f})=>a.jsx(c1,{disabled:!f,startIcon:a.jsx(eu,{}),variant:"outlined",size:"small",onClick:d,"date-testid":"batch_revive",children:"Revive"})}),a.jsx(fe,{projectId:t,permission:E2,children:({hasAccess:f})=>a.jsx(c1,{disabled:!f,startIcon:a.jsx(x3,{}),variant:"outlined",size:"small",onClick:m,children:"Delete"})}),a.jsx(dc,{deletedFeatures:e,projectId:t,open:i,setOpen:c,refetch:()=>{n==null||n(),l("batch_operations",{props:{eventType:"features deleted"}})}}),a.jsx(uc,{revivedFeatures:e,projectId:t,open:s,setOpen:o,refetch:()=>{n==null||n(),l("batch_operations",{props:{eventType:"features revived"}})}})]})};function Wv(e){return W3("MuiTimelineSeparator",e)}b3("MuiTimelineSeparator",["root"]);const zv=["className"],Bv=e=>{const{classes:t}=e;return H3({root:["root"]},Wv,t)},Yv=u("div",{name:"MuiTimelineSeparator",slot:"Root",overridesResolver:(e,t)=>t.root})({display:"flex",flexDirection:"column",flex:0,alignItems:"center"}),x0=h.forwardRef(function(t,n){const i=z3({props:t,name:"MuiTimelineSeparator"}),{className:c}=i,s=B3(i,zv),o=i,l=Bv(o);return a.jsx(Yv,W1({className:Y3(l.root,c),ownerState:o,ref:n},s))}),_2=h.createContext({});function Hv(e){return W3("MuiTimelineContent",e)}const Uv=b3("MuiTimelineContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function Q3(e){return e==="alternate-reverse"?"positionAlternateReverse":`position${V2(e)}`}const kv=["className"],qv=e=>{const{position:t,classes:n}=e,i={root:["root",Q3(t)]};return H3(i,Hv,n)},Kv=u(M,{name:"MuiTimelineContent",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[Q3(n.position)]]}})(({ownerState:e})=>W1({flex:1,padding:"6px 16px",textAlign:"left"},e.position==="left"&&{textAlign:"right"})),ps=h.forwardRef(function(t,n){const i=z3({props:t,name:"MuiTimelineContent"}),{className:c}=i,s=B3(i,kv),{position:o}=h.useContext(_2),l=W1({},i,{position:o||"right"}),d=qv(l);return a.jsx(Kv,W1({component:"div",className:Y3(d.root,c),ownerState:l,ref:n},s))}),Gv=b3("MuiTimelineOppositeContent",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);function Qv(e){return W3("MuiTimelineItem",e)}const vs=b3("MuiTimelineItem",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse","missingOppositeContent"]),Jv=["position","className"],Xv=e=>{const{position:t,classes:n,hasOppositeContent:i}=e,c={root:["root",Q3(t),!i&&"missingOppositeContent"]};return H3(c,Qv,n)},eg=u("li",{name:"MuiTimelineItem",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[Q3(n.position)]]}})(({ownerState:e})=>W1({listStyle:"none",display:"flex",position:"relative",minHeight:70},e.position==="left"&&{flexDirection:"row-reverse"},(e.position==="alternate"||e.position==="alternate-reverse")&&{[`&:nth-of-type(${e.position==="alternate"?"even":"odd"})`]:{flexDirection:"row-reverse",[`& .${Uv.root}`]:{textAlign:"right"},[`& .${Gv.root}`]:{textAlign:"left"}}},!e.hasOppositeContent&&{"&::before":{content:'""',flex:1,padding:"6px 16px"}})),b0=h.forwardRef(function(t,n){const i=z3({props:t,name:"MuiTimelineItem"}),{position:c,className:s}=i,o=B3(i,Jv),{position:l}=h.useContext(_2);let d=!1;h.Children.forEach(i.children,p=>{tu(p,["TimelineOppositeContent"])&&(d=!0)});const m=W1({},i,{position:c||l||"right",hasOppositeContent:d}),f=Xv(m),v=h.useMemo(()=>({position:m.position}),[m.position]);return a.jsx(_2.Provider,{value:v,children:a.jsx(eg,W1({className:Y3(f.root,s),ownerState:m,ref:n},o))})});function tg(e){return W3("MuiTimelineConnector",e)}b3("MuiTimelineConnector",["root"]);const ng=["className"],ag=e=>{const{classes:t}=e;return H3({root:["root"]},tg,t)},rg=u("span",{name:"MuiTimelineConnector",slot:"Root",overridesResolver:(e,t)=>t.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),m5=h.forwardRef(function(t,n){const i=z3({props:t,name:"MuiTimelineConnector"}),{className:c}=i,s=B3(i,ng),o=i,l=ag(o);return a.jsx(rg,W1({className:Y3(l.root,c),ownerState:o,ref:n},s))});function ig(e){return W3("MuiTimelineDot",e)}b3("MuiTimelineDot",["root","filled","outlined","filledGrey","outlinedGrey","filledPrimary","outlinedPrimary","filledSecondary","outlinedSecondary"]);const cg=["className","color","variant"],sg=e=>{const{color:t,variant:n,classes:i}=e,c={root:["root",n,t!=="inherit"&&`${n}${V2(t)}`]};return H3(c,ig,i)},og=u("span",{name:"MuiTimelineDot",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,t[n.color!=="inherit"&&`${n.variant}${V2(n.color)}`],t[n.variant]]}})(({ownerState:e,theme:t})=>W1({display:"flex",alignSelf:"baseline",borderStyle:"solid",borderWidth:2,padding:4,borderRadius:"50%",boxShadow:(t.vars||t).shadows[1],margin:"11.5px 0"},e.variant==="filled"&&W1({borderColor:"transparent"},e.color!=="inherit"&&W1({},e.color==="grey"?{color:(t.vars||t).palette.grey[50],backgroundColor:(t.vars||t).palette.grey[400]}:{color:(t.vars||t).palette[e.color].contrastText,backgroundColor:(t.vars||t).palette[e.color].main})),e.variant==="outlined"&&W1({boxShadow:"none",backgroundColor:"transparent"},e.color!=="inherit"&&W1({},e.color==="grey"?{borderColor:(t.vars||t).palette.grey[400]}:{borderColor:(t.vars||t).palette[e.color].main})))),f5=h.forwardRef(function(t,n){const i=z3({props:t,name:"MuiTimelineDot"}),{className:c,color:s="grey",variant:o="filled"}=i,l=B3(i,cg),d=W1({},i,{color:s,variant:o}),m=sg(d);return a.jsx(og,W1({className:Y3(m.root,c),ownerState:d,ref:n},l))});function lg(e){return W3("MuiTimeline",e)}b3("MuiTimeline",["root","positionLeft","positionRight","positionAlternate","positionAlternateReverse"]);const dg=["position","className"],ug=e=>{const{position:t,classes:n}=e,i={root:["root",t&&Q3(t)]};return H3(i,lg,n)},hg=u("ul",{name:"MuiTimeline",slot:"Root",overridesResolver:(e,t)=>{const{ownerState:n}=e;return[t.root,n.position&&t[Q3(n.position)]]}})({display:"flex",flexDirection:"column",padding:"6px 16px",flexGrow:1}),gs=h.forwardRef(function(t,n){const i=z3({props:t,name:"MuiTimeline"}),{position:c="right",className:s}=i,o=B3(i,dg),l=W1({},i,{position:c}),d=ug(l),m=h.useMemo(()=>({position:c}),[c]);return a.jsx(_2.Provider,{value:m,children:a.jsx(hg,W1({className:Y3(d.root,s),ownerState:l,ref:n},o))})}),mg=u(gs)(()=>({padding:0,margin:0,[`& .${vs.root}:before`]:{flex:0,padding:0}})),Y8=u(m5,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({width:"1px",backgroundColor:t?e.palette.common.white:`${Qe(e.palette.common.white,.5)}`})),V4=u(f5,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({color:t?e.palette.background.sidebar:`${Qe(e.palette.common.white,.8)}`,backgroundColor:t?e.palette.common.white:"initial",fontWeight:t?e.fontWeight.bold:"normal",borderColor:t?e.palette.common.white:`${Qe(e.palette.common.white,.8)}`,width:e.spacing(5),height:e.spacing(5),lineHeight:e.spacing(5),borderWidth:"1px",display:"flex",alignItems:"center",justifyContent:"center",margin:e.spacing(1,0)})),N4=u(ps,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({padding:e.spacing(2,2,6,2),color:t?e.palette.common.white:`${Qe(e.palette.common.white,.8)}`})),W4=u(O,{shouldForwardProp:e=>e!=="active"})(({theme:e,active:t})=>({fontWeight:t?e.fontWeight.bold:"normal",fontSize:e.fontSizes.bodySize})),z4=u(O)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),fg=({stage:e})=>a.jsxs(mg,{children:[a.jsxs(b0,{children:[a.jsxs(x0,{children:[a.jsx(V4,{variant:"outlined",active:e==="configure",children:"1"}),a.jsx(Y8,{active:e==="configure"})]}),a.jsxs(N4,{active:e==="configure",children:[a.jsx(W4,{active:e==="configure",children:"Import file"}),a.jsx(z4,{children:"Import previously exported flag configuration from another Unleash instance as a JSON file"})]})]}),a.jsxs(b0,{children:[a.jsxs(x0,{children:[a.jsx(V4,{variant:"outlined",active:e==="validate",children:"2"}),a.jsx(Y8,{active:e==="validate"})]}),a.jsxs(N4,{active:e==="validate",children:[a.jsx(W4,{active:e==="validate",children:"Validate configuration"}),a.jsx(z4,{children:"Check the errors and warnings from the import process"})]})]}),a.jsxs(b0,{children:[a.jsx(x0,{children:a.jsx(V4,{variant:"outlined",active:e==="import",children:"3"})}),a.jsxs(N4,{active:e==="import",children:[a.jsx(W4,{active:e==="import",children:"Finish import"}),a.jsx(z4,{children:"Feature flag configuration will be imported to your new Unleash instance"})]})]})]});function w3(e,t,n,i){function c(s){return s instanceof n?s:new n(function(o){o(s)})}return new(n||(n=Promise))(function(s,o){function l(f){try{m(i.next(f))}catch(v){o(v)}}function d(f){try{m(i.throw(f))}catch(v){o(v)}}function m(f){f.done?s(f.value):c(f.value).then(l,d)}m((i=i.apply(e,t||[])).next())})}const pg=new Map([["1km","application/vnd.1000minds.decision-model+xml"],["3dml","text/vnd.in3d.3dml"],["3ds","image/x-3ds"],["3g2","video/3gpp2"],["3gp","video/3gp"],["3gpp","video/3gpp"],["3mf","model/3mf"],["7z","application/x-7z-compressed"],["7zip","application/x-7z-compressed"],["123","application/vnd.lotus-1-2-3"],["aab","application/x-authorware-bin"],["aac","audio/x-acc"],["aam","application/x-authorware-map"],["aas","application/x-authorware-seg"],["abw","application/x-abiword"],["ac","application/vnd.nokia.n-gage.ac+xml"],["ac3","audio/ac3"],["acc","application/vnd.americandynamics.acc"],["ace","application/x-ace-compressed"],["acu","application/vnd.acucobol"],["acutc","application/vnd.acucorp"],["adp","audio/adpcm"],["aep","application/vnd.audiograph"],["afm","application/x-font-type1"],["afp","application/vnd.ibm.modcap"],["ahead","application/vnd.ahead.space"],["ai","application/pdf"],["aif","audio/x-aiff"],["aifc","audio/x-aiff"],["aiff","audio/x-aiff"],["air","application/vnd.adobe.air-application-installer-package+zip"],["ait","application/vnd.dvb.ait"],["ami","application/vnd.amiga.ami"],["amr","audio/amr"],["apk","application/vnd.android.package-archive"],["apng","image/apng"],["appcache","text/cache-manifest"],["application","application/x-ms-application"],["apr","application/vnd.lotus-approach"],["arc","application/x-freearc"],["arj","application/x-arj"],["asc","application/pgp-signature"],["asf","video/x-ms-asf"],["asm","text/x-asm"],["aso","application/vnd.accpac.simply.aso"],["asx","video/x-ms-asf"],["atc","application/vnd.acucorp"],["atom","application/atom+xml"],["atomcat","application/atomcat+xml"],["atomdeleted","application/atomdeleted+xml"],["atomsvc","application/atomsvc+xml"],["atx","application/vnd.antix.game-component"],["au","audio/x-au"],["avi","video/x-msvideo"],["avif","image/avif"],["aw","application/applixware"],["azf","application/vnd.airzip.filesecure.azf"],["azs","application/vnd.airzip.filesecure.azs"],["azv","image/vnd.airzip.accelerator.azv"],["azw","application/vnd.amazon.ebook"],["b16","image/vnd.pco.b16"],["bat","application/x-msdownload"],["bcpio","application/x-bcpio"],["bdf","application/x-font-bdf"],["bdm","application/vnd.syncml.dm+wbxml"],["bdoc","application/x-bdoc"],["bed","application/vnd.realvnc.bed"],["bh2","application/vnd.fujitsu.oasysprs"],["bin","application/octet-stream"],["blb","application/x-blorb"],["blorb","application/x-blorb"],["bmi","application/vnd.bmi"],["bmml","application/vnd.balsamiq.bmml+xml"],["bmp","image/bmp"],["book","application/vnd.framemaker"],["box","application/vnd.previewsystems.box"],["boz","application/x-bzip2"],["bpk","application/octet-stream"],["bpmn","application/octet-stream"],["bsp","model/vnd.valve.source.compiled-map"],["btif","image/prs.btif"],["buffer","application/octet-stream"],["bz","application/x-bzip"],["bz2","application/x-bzip2"],["c","text/x-c"],["c4d","application/vnd.clonk.c4group"],["c4f","application/vnd.clonk.c4group"],["c4g","application/vnd.clonk.c4group"],["c4p","application/vnd.clonk.c4group"],["c4u","application/vnd.clonk.c4group"],["c11amc","application/vnd.cluetrust.cartomobile-config"],["c11amz","application/vnd.cluetrust.cartomobile-config-pkg"],["cab","application/vnd.ms-cab-compressed"],["caf","audio/x-caf"],["cap","application/vnd.tcpdump.pcap"],["car","application/vnd.curl.car"],["cat","application/vnd.ms-pki.seccat"],["cb7","application/x-cbr"],["cba","application/x-cbr"],["cbr","application/x-cbr"],["cbt","application/x-cbr"],["cbz","application/x-cbr"],["cc","text/x-c"],["cco","application/x-cocoa"],["cct","application/x-director"],["ccxml","application/ccxml+xml"],["cdbcmsg","application/vnd.contact.cmsg"],["cda","application/x-cdf"],["cdf","application/x-netcdf"],["cdfx","application/cdfx+xml"],["cdkey","application/vnd.mediastation.cdkey"],["cdmia","application/cdmi-capability"],["cdmic","application/cdmi-container"],["cdmid","application/cdmi-domain"],["cdmio","application/cdmi-object"],["cdmiq","application/cdmi-queue"],["cdr","application/cdr"],["cdx","chemical/x-cdx"],["cdxml","application/vnd.chemdraw+xml"],["cdy","application/vnd.cinderella"],["cer","application/pkix-cert"],["cfs","application/x-cfs-compressed"],["cgm","image/cgm"],["chat","application/x-chat"],["chm","application/vnd.ms-htmlhelp"],["chrt","application/vnd.kde.kchart"],["cif","chemical/x-cif"],["cii","application/vnd.anser-web-certificate-issue-initiation"],["cil","application/vnd.ms-artgalry"],["cjs","application/node"],["cla","application/vnd.claymore"],["class","application/octet-stream"],["clkk","application/vnd.crick.clicker.keyboard"],["clkp","application/vnd.crick.clicker.palette"],["clkt","application/vnd.crick.clicker.template"],["clkw","application/vnd.crick.clicker.wordbank"],["clkx","application/vnd.crick.clicker"],["clp","application/x-msclip"],["cmc","application/vnd.cosmocaller"],["cmdf","chemical/x-cmdf"],["cml","chemical/x-cml"],["cmp","application/vnd.yellowriver-custom-menu"],["cmx","image/x-cmx"],["cod","application/vnd.rim.cod"],["coffee","text/coffeescript"],["com","application/x-msdownload"],["conf","text/plain"],["cpio","application/x-cpio"],["cpp","text/x-c"],["cpt","application/mac-compactpro"],["crd","application/x-mscardfile"],["crl","application/pkix-crl"],["crt","application/x-x509-ca-cert"],["crx","application/x-chrome-extension"],["cryptonote","application/vnd.rig.cryptonote"],["csh","application/x-csh"],["csl","application/vnd.citationstyles.style+xml"],["csml","chemical/x-csml"],["csp","application/vnd.commonspace"],["csr","application/octet-stream"],["css","text/css"],["cst","application/x-director"],["csv","text/csv"],["cu","application/cu-seeme"],["curl","text/vnd.curl"],["cww","application/prs.cww"],["cxt","application/x-director"],["cxx","text/x-c"],["dae","model/vnd.collada+xml"],["daf","application/vnd.mobius.daf"],["dart","application/vnd.dart"],["dataless","application/vnd.fdsn.seed"],["davmount","application/davmount+xml"],["dbf","application/vnd.dbf"],["dbk","application/docbook+xml"],["dcr","application/x-director"],["dcurl","text/vnd.curl.dcurl"],["dd2","application/vnd.oma.dd2+xml"],["ddd","application/vnd.fujixerox.ddd"],["ddf","application/vnd.syncml.dmddf+xml"],["dds","image/vnd.ms-dds"],["deb","application/x-debian-package"],["def","text/plain"],["deploy","application/octet-stream"],["der","application/x-x509-ca-cert"],["dfac","application/vnd.dreamfactory"],["dgc","application/x-dgc-compressed"],["dic","text/x-c"],["dir","application/x-director"],["dis","application/vnd.mobius.dis"],["disposition-notification","message/disposition-notification"],["dist","application/octet-stream"],["distz","application/octet-stream"],["djv","image/vnd.djvu"],["djvu","image/vnd.djvu"],["dll","application/octet-stream"],["dmg","application/x-apple-diskimage"],["dmn","application/octet-stream"],["dmp","application/vnd.tcpdump.pcap"],["dms","application/octet-stream"],["dna","application/vnd.dna"],["doc","application/msword"],["docm","application/vnd.ms-word.template.macroEnabled.12"],["docx","application/vnd.openxmlformats-officedocument.wordprocessingml.document"],["dot","application/msword"],["dotm","application/vnd.ms-word.template.macroEnabled.12"],["dotx","application/vnd.openxmlformats-officedocument.wordprocessingml.template"],["dp","application/vnd.osgi.dp"],["dpg","application/vnd.dpgraph"],["dra","audio/vnd.dra"],["drle","image/dicom-rle"],["dsc","text/prs.lines.tag"],["dssc","application/dssc+der"],["dtb","application/x-dtbook+xml"],["dtd","application/xml-dtd"],["dts","audio/vnd.dts"],["dtshd","audio/vnd.dts.hd"],["dump","application/octet-stream"],["dvb","video/vnd.dvb.file"],["dvi","application/x-dvi"],["dwd","application/atsc-dwd+xml"],["dwf","model/vnd.dwf"],["dwg","image/vnd.dwg"],["dxf","image/vnd.dxf"],["dxp","application/vnd.spotfire.dxp"],["dxr","application/x-director"],["ear","application/java-archive"],["ecelp4800","audio/vnd.nuera.ecelp4800"],["ecelp7470","audio/vnd.nuera.ecelp7470"],["ecelp9600","audio/vnd.nuera.ecelp9600"],["ecma","application/ecmascript"],["edm","application/vnd.novadigm.edm"],["edx","application/vnd.novadigm.edx"],["efif","application/vnd.picsel"],["ei6","application/vnd.pg.osasli"],["elc","application/octet-stream"],["emf","image/emf"],["eml","message/rfc822"],["emma","application/emma+xml"],["emotionml","application/emotionml+xml"],["emz","application/x-msmetafile"],["eol","audio/vnd.digital-winds"],["eot","application/vnd.ms-fontobject"],["eps","application/postscript"],["epub","application/epub+zip"],["es","application/ecmascript"],["es3","application/vnd.eszigno3+xml"],["esa","application/vnd.osgi.subsystem"],["esf","application/vnd.epson.esf"],["et3","application/vnd.eszigno3+xml"],["etx","text/x-setext"],["eva","application/x-eva"],["evy","application/x-envoy"],["exe","application/octet-stream"],["exi","application/exi"],["exp","application/express"],["exr","image/aces"],["ext","application/vnd.novadigm.ext"],["ez","application/andrew-inset"],["ez2","application/vnd.ezpix-album"],["ez3","application/vnd.ezpix-package"],["f","text/x-fortran"],["f4v","video/mp4"],["f77","text/x-fortran"],["f90","text/x-fortran"],["fbs","image/vnd.fastbidsheet"],["fcdt","application/vnd.adobe.formscentral.fcdt"],["fcs","application/vnd.isac.fcs"],["fdf","application/vnd.fdf"],["fdt","application/fdt+xml"],["fe_launch","application/vnd.denovo.fcselayout-link"],["fg5","application/vnd.fujitsu.oasysgp"],["fgd","application/x-director"],["fh","image/x-freehand"],["fh4","image/x-freehand"],["fh5","image/x-freehand"],["fh7","image/x-freehand"],["fhc","image/x-freehand"],["fig","application/x-xfig"],["fits","image/fits"],["flac","audio/x-flac"],["fli","video/x-fli"],["flo","application/vnd.micrografx.flo"],["flv","video/x-flv"],["flw","application/vnd.kde.kivio"],["flx","text/vnd.fmi.flexstor"],["fly","text/vnd.fly"],["fm","application/vnd.framemaker"],["fnc","application/vnd.frogans.fnc"],["fo","application/vnd.software602.filler.form+xml"],["for","text/x-fortran"],["fpx","image/vnd.fpx"],["frame","application/vnd.framemaker"],["fsc","application/vnd.fsc.weblaunch"],["fst","image/vnd.fst"],["ftc","application/vnd.fluxtime.clip"],["fti","application/vnd.anser-web-funds-transfer-initiation"],["fvt","video/vnd.fvt"],["fxp","application/vnd.adobe.fxp"],["fxpl","application/vnd.adobe.fxp"],["fzs","application/vnd.fuzzysheet"],["g2w","application/vnd.geoplan"],["g3","image/g3fax"],["g3w","application/vnd.geospace"],["gac","application/vnd.groove-account"],["gam","application/x-tads"],["gbr","application/rpki-ghostbusters"],["gca","application/x-gca-compressed"],["gdl","model/vnd.gdl"],["gdoc","application/vnd.google-apps.document"],["geo","application/vnd.dynageo"],["geojson","application/geo+json"],["gex","application/vnd.geometry-explorer"],["ggb","application/vnd.geogebra.file"],["ggt","application/vnd.geogebra.tool"],["ghf","application/vnd.groove-help"],["gif","image/gif"],["gim","application/vnd.groove-identity-message"],["glb","model/gltf-binary"],["gltf","model/gltf+json"],["gml","application/gml+xml"],["gmx","application/vnd.gmx"],["gnumeric","application/x-gnumeric"],["gpg","application/gpg-keys"],["gph","application/vnd.flographit"],["gpx","application/gpx+xml"],["gqf","application/vnd.grafeq"],["gqs","application/vnd.grafeq"],["gram","application/srgs"],["gramps","application/x-gramps-xml"],["gre","application/vnd.geometry-explorer"],["grv","application/vnd.groove-injector"],["grxml","application/srgs+xml"],["gsf","application/x-font-ghostscript"],["gsheet","application/vnd.google-apps.spreadsheet"],["gslides","application/vnd.google-apps.presentation"],["gtar","application/x-gtar"],["gtm","application/vnd.groove-tool-message"],["gtw","model/vnd.gtw"],["gv","text/vnd.graphviz"],["gxf","application/gxf"],["gxt","application/vnd.geonext"],["gz","application/gzip"],["gzip","application/gzip"],["h","text/x-c"],["h261","video/h261"],["h263","video/h263"],["h264","video/h264"],["hal","application/vnd.hal+xml"],["hbci","application/vnd.hbci"],["hbs","text/x-handlebars-template"],["hdd","application/x-virtualbox-hdd"],["hdf","application/x-hdf"],["heic","image/heic"],["heics","image/heic-sequence"],["heif","image/heif"],["heifs","image/heif-sequence"],["hej2","image/hej2k"],["held","application/atsc-held+xml"],["hh","text/x-c"],["hjson","application/hjson"],["hlp","application/winhlp"],["hpgl","application/vnd.hp-hpgl"],["hpid","application/vnd.hp-hpid"],["hps","application/vnd.hp-hps"],["hqx","application/mac-binhex40"],["hsj2","image/hsj2"],["htc","text/x-component"],["htke","application/vnd.kenameaapp"],["htm","text/html"],["html","text/html"],["hvd","application/vnd.yamaha.hv-dic"],["hvp","application/vnd.yamaha.hv-voice"],["hvs","application/vnd.yamaha.hv-script"],["i2g","application/vnd.intergeo"],["icc","application/vnd.iccprofile"],["ice","x-conference/x-cooltalk"],["icm","application/vnd.iccprofile"],["ico","image/x-icon"],["ics","text/calendar"],["ief","image/ief"],["ifb","text/calendar"],["ifm","application/vnd.shana.informed.formdata"],["iges","model/iges"],["igl","application/vnd.igloader"],["igm","application/vnd.insors.igm"],["igs","model/iges"],["igx","application/vnd.micrografx.igx"],["iif","application/vnd.shana.informed.interchange"],["img","application/octet-stream"],["imp","application/vnd.accpac.simply.imp"],["ims","application/vnd.ms-ims"],["in","text/plain"],["ini","text/plain"],["ink","application/inkml+xml"],["inkml","application/inkml+xml"],["install","application/x-install-instructions"],["iota","application/vnd.astraea-software.iota"],["ipfix","application/ipfix"],["ipk","application/vnd.shana.informed.package"],["irm","application/vnd.ibm.rights-management"],["irp","application/vnd.irepository.package+xml"],["iso","application/x-iso9660-image"],["itp","application/vnd.shana.informed.formtemplate"],["its","application/its+xml"],["ivp","application/vnd.immervision-ivp"],["ivu","application/vnd.immervision-ivu"],["jad","text/vnd.sun.j2me.app-descriptor"],["jade","text/jade"],["jam","application/vnd.jam"],["jar","application/java-archive"],["jardiff","application/x-java-archive-diff"],["java","text/x-java-source"],["jhc","image/jphc"],["jisp","application/vnd.jisp"],["jls","image/jls"],["jlt","application/vnd.hp-jlyt"],["jng","image/x-jng"],["jnlp","application/x-java-jnlp-file"],["joda","application/vnd.joost.joda-archive"],["jp2","image/jp2"],["jpe","image/jpeg"],["jpeg","image/jpeg"],["jpf","image/jpx"],["jpg","image/jpeg"],["jpg2","image/jp2"],["jpgm","video/jpm"],["jpgv","video/jpeg"],["jph","image/jph"],["jpm","video/jpm"],["jpx","image/jpx"],["js","application/javascript"],["json","application/json"],["json5","application/json5"],["jsonld","application/ld+json"],["jsonl","application/jsonl"],["jsonml","application/jsonml+json"],["jsx","text/jsx"],["jxr","image/jxr"],["jxra","image/jxra"],["jxrs","image/jxrs"],["jxs","image/jxs"],["jxsc","image/jxsc"],["jxsi","image/jxsi"],["jxss","image/jxss"],["kar","audio/midi"],["karbon","application/vnd.kde.karbon"],["kdb","application/octet-stream"],["kdbx","application/x-keepass2"],["key","application/x-iwork-keynote-sffkey"],["kfo","application/vnd.kde.kformula"],["kia","application/vnd.kidspiration"],["kml","application/vnd.google-earth.kml+xml"],["kmz","application/vnd.google-earth.kmz"],["kne","application/vnd.kinar"],["knp","application/vnd.kinar"],["kon","application/vnd.kde.kontour"],["kpr","application/vnd.kde.kpresenter"],["kpt","application/vnd.kde.kpresenter"],["kpxx","application/vnd.ds-keypoint"],["ksp","application/vnd.kde.kspread"],["ktr","application/vnd.kahootz"],["ktx","image/ktx"],["ktx2","image/ktx2"],["ktz","application/vnd.kahootz"],["kwd","application/vnd.kde.kword"],["kwt","application/vnd.kde.kword"],["lasxml","application/vnd.las.las+xml"],["latex","application/x-latex"],["lbd","application/vnd.llamagraphics.life-balance.desktop"],["lbe","application/vnd.llamagraphics.life-balance.exchange+xml"],["les","application/vnd.hhe.lesson-player"],["less","text/less"],["lgr","application/lgr+xml"],["lha","application/octet-stream"],["link66","application/vnd.route66.link66+xml"],["list","text/plain"],["list3820","application/vnd.ibm.modcap"],["listafp","application/vnd.ibm.modcap"],["litcoffee","text/coffeescript"],["lnk","application/x-ms-shortcut"],["log","text/plain"],["lostxml","application/lost+xml"],["lrf","application/octet-stream"],["lrm","application/vnd.ms-lrm"],["ltf","application/vnd.frogans.ltf"],["lua","text/x-lua"],["luac","application/x-lua-bytecode"],["lvp","audio/vnd.lucent.voice"],["lwp","application/vnd.lotus-wordpro"],["lzh","application/octet-stream"],["m1v","video/mpeg"],["m2a","audio/mpeg"],["m2v","video/mpeg"],["m3a","audio/mpeg"],["m3u","text/plain"],["m3u8","application/vnd.apple.mpegurl"],["m4a","audio/x-m4a"],["m4p","application/mp4"],["m4s","video/iso.segment"],["m4u","application/vnd.mpegurl"],["m4v","video/x-m4v"],["m13","application/x-msmediaview"],["m14","application/x-msmediaview"],["m21","application/mp21"],["ma","application/mathematica"],["mads","application/mads+xml"],["maei","application/mmt-aei+xml"],["mag","application/vnd.ecowin.chart"],["maker","application/vnd.framemaker"],["man","text/troff"],["manifest","text/cache-manifest"],["map","application/json"],["mar","application/octet-stream"],["markdown","text/markdown"],["mathml","application/mathml+xml"],["mb","application/mathematica"],["mbk","application/vnd.mobius.mbk"],["mbox","application/mbox"],["mc1","application/vnd.medcalcdata"],["mcd","application/vnd.mcd"],["mcurl","text/vnd.curl.mcurl"],["md","text/markdown"],["mdb","application/x-msaccess"],["mdi","image/vnd.ms-modi"],["mdx","text/mdx"],["me","text/troff"],["mesh","model/mesh"],["meta4","application/metalink4+xml"],["metalink","application/metalink+xml"],["mets","application/mets+xml"],["mfm","application/vnd.mfmp"],["mft","application/rpki-manifest"],["mgp","application/vnd.osgeo.mapguide.package"],["mgz","application/vnd.proteus.magazine"],["mid","audio/midi"],["midi","audio/midi"],["mie","application/x-mie"],["mif","application/vnd.mif"],["mime","message/rfc822"],["mj2","video/mj2"],["mjp2","video/mj2"],["mjs","application/javascript"],["mk3d","video/x-matroska"],["mka","audio/x-matroska"],["mkd","text/x-markdown"],["mks","video/x-matroska"],["mkv","video/x-matroska"],["mlp","application/vnd.dolby.mlp"],["mmd","application/vnd.chipnuts.karaoke-mmd"],["mmf","application/vnd.smaf"],["mml","text/mathml"],["mmr","image/vnd.fujixerox.edmics-mmr"],["mng","video/x-mng"],["mny","application/x-msmoney"],["mobi","application/x-mobipocket-ebook"],["mods","application/mods+xml"],["mov","video/quicktime"],["movie","video/x-sgi-movie"],["mp2","audio/mpeg"],["mp2a","audio/mpeg"],["mp3","audio/mpeg"],["mp4","video/mp4"],["mp4a","audio/mp4"],["mp4s","application/mp4"],["mp4v","video/mp4"],["mp21","application/mp21"],["mpc","application/vnd.mophun.certificate"],["mpd","application/dash+xml"],["mpe","video/mpeg"],["mpeg","video/mpeg"],["mpg","video/mpeg"],["mpg4","video/mp4"],["mpga","audio/mpeg"],["mpkg","application/vnd.apple.installer+xml"],["mpm","application/vnd.blueice.multipass"],["mpn","application/vnd.mophun.application"],["mpp","application/vnd.ms-project"],["mpt","application/vnd.ms-project"],["mpy","application/vnd.ibm.minipay"],["mqy","application/vnd.mobius.mqy"],["mrc","application/marc"],["mrcx","application/marcxml+xml"],["ms","text/troff"],["mscml","application/mediaservercontrol+xml"],["mseed","application/vnd.fdsn.mseed"],["mseq","application/vnd.mseq"],["msf","application/vnd.epson.msf"],["msg","application/vnd.ms-outlook"],["msh","model/mesh"],["msi","application/x-msdownload"],["msl","application/vnd.mobius.msl"],["msm","application/octet-stream"],["msp","application/octet-stream"],["msty","application/vnd.muvee.style"],["mtl","model/mtl"],["mts","model/vnd.mts"],["mus","application/vnd.musician"],["musd","application/mmt-usd+xml"],["musicxml","application/vnd.recordare.musicxml+xml"],["mvb","application/x-msmediaview"],["mvt","application/vnd.mapbox-vector-tile"],["mwf","application/vnd.mfer"],["mxf","application/mxf"],["mxl","application/vnd.recordare.musicxml"],["mxmf","audio/mobile-xmf"],["mxml","application/xv+xml"],["mxs","application/vnd.triscape.mxs"],["mxu","video/vnd.mpegurl"],["n-gage","application/vnd.nokia.n-gage.symbian.install"],["n3","text/n3"],["nb","application/mathematica"],["nbp","application/vnd.wolfram.player"],["nc","application/x-netcdf"],["ncx","application/x-dtbncx+xml"],["nfo","text/x-nfo"],["ngdat","application/vnd.nokia.n-gage.data"],["nitf","application/vnd.nitf"],["nlu","application/vnd.neurolanguage.nlu"],["nml","application/vnd.enliven"],["nnd","application/vnd.noblenet-directory"],["nns","application/vnd.noblenet-sealer"],["nnw","application/vnd.noblenet-web"],["npx","image/vnd.net-fpx"],["nq","application/n-quads"],["nsc","application/x-conference"],["nsf","application/vnd.lotus-notes"],["nt","application/n-triples"],["ntf","application/vnd.nitf"],["numbers","application/x-iwork-numbers-sffnumbers"],["nzb","application/x-nzb"],["oa2","application/vnd.fujitsu.oasys2"],["oa3","application/vnd.fujitsu.oasys3"],["oas","application/vnd.fujitsu.oasys"],["obd","application/x-msbinder"],["obgx","application/vnd.openblox.game+xml"],["obj","model/obj"],["oda","application/oda"],["odb","application/vnd.oasis.opendocument.database"],["odc","application/vnd.oasis.opendocument.chart"],["odf","application/vnd.oasis.opendocument.formula"],["odft","application/vnd.oasis.opendocument.formula-template"],["odg","application/vnd.oasis.opendocument.graphics"],["odi","application/vnd.oasis.opendocument.image"],["odm","application/vnd.oasis.opendocument.text-master"],["odp","application/vnd.oasis.opendocument.presentation"],["ods","application/vnd.oasis.opendocument.spreadsheet"],["odt","application/vnd.oasis.opendocument.text"],["oga","audio/ogg"],["ogex","model/vnd.opengex"],["ogg","audio/ogg"],["ogv","video/ogg"],["ogx","application/ogg"],["omdoc","application/omdoc+xml"],["onepkg","application/onenote"],["onetmp","application/onenote"],["onetoc","application/onenote"],["onetoc2","application/onenote"],["opf","application/oebps-package+xml"],["opml","text/x-opml"],["oprc","application/vnd.palm"],["opus","audio/ogg"],["org","text/x-org"],["osf","application/vnd.yamaha.openscoreformat"],["osfpvg","application/vnd.yamaha.openscoreformat.osfpvg+xml"],["osm","application/vnd.openstreetmap.data+xml"],["otc","application/vnd.oasis.opendocument.chart-template"],["otf","font/otf"],["otg","application/vnd.oasis.opendocument.graphics-template"],["oth","application/vnd.oasis.opendocument.text-web"],["oti","application/vnd.oasis.opendocument.image-template"],["otp","application/vnd.oasis.opendocument.presentation-template"],["ots","application/vnd.oasis.opendocument.spreadsheet-template"],["ott","application/vnd.oasis.opendocument.text-template"],["ova","application/x-virtualbox-ova"],["ovf","application/x-virtualbox-ovf"],["owl","application/rdf+xml"],["oxps","application/oxps"],["oxt","application/vnd.openofficeorg.extension"],["p","text/x-pascal"],["p7a","application/x-pkcs7-signature"],["p7b","application/x-pkcs7-certificates"],["p7c","application/pkcs7-mime"],["p7m","application/pkcs7-mime"],["p7r","application/x-pkcs7-certreqresp"],["p7s","application/pkcs7-signature"],["p8","application/pkcs8"],["p10","application/x-pkcs10"],["p12","application/x-pkcs12"],["pac","application/x-ns-proxy-autoconfig"],["pages","application/x-iwork-pages-sffpages"],["pas","text/x-pascal"],["paw","application/vnd.pawaafile"],["pbd","application/vnd.powerbuilder6"],["pbm","image/x-portable-bitmap"],["pcap","application/vnd.tcpdump.pcap"],["pcf","application/x-font-pcf"],["pcl","application/vnd.hp-pcl"],["pclxl","application/vnd.hp-pclxl"],["pct","image/x-pict"],["pcurl","application/vnd.curl.pcurl"],["pcx","image/x-pcx"],["pdb","application/x-pilot"],["pde","text/x-processing"],["pdf","application/pdf"],["pem","application/x-x509-user-cert"],["pfa","application/x-font-type1"],["pfb","application/x-font-type1"],["pfm","application/x-font-type1"],["pfr","application/font-tdpfr"],["pfx","application/x-pkcs12"],["pgm","image/x-portable-graymap"],["pgn","application/x-chess-pgn"],["pgp","application/pgp"],["php","application/x-httpd-php"],["php3","application/x-httpd-php"],["php4","application/x-httpd-php"],["phps","application/x-httpd-php-source"],["phtml","application/x-httpd-php"],["pic","image/x-pict"],["pkg","application/octet-stream"],["pki","application/pkixcmp"],["pkipath","application/pkix-pkipath"],["pkpass","application/vnd.apple.pkpass"],["pl","application/x-perl"],["plb","application/vnd.3gpp.pic-bw-large"],["plc","application/vnd.mobius.plc"],["plf","application/vnd.pocketlearn"],["pls","application/pls+xml"],["pm","application/x-perl"],["pml","application/vnd.ctc-posml"],["png","image/png"],["pnm","image/x-portable-anymap"],["portpkg","application/vnd.macports.portpkg"],["pot","application/vnd.ms-powerpoint"],["potm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["potx","application/vnd.openxmlformats-officedocument.presentationml.template"],["ppa","application/vnd.ms-powerpoint"],["ppam","application/vnd.ms-powerpoint.addin.macroEnabled.12"],["ppd","application/vnd.cups-ppd"],["ppm","image/x-portable-pixmap"],["pps","application/vnd.ms-powerpoint"],["ppsm","application/vnd.ms-powerpoint.slideshow.macroEnabled.12"],["ppsx","application/vnd.openxmlformats-officedocument.presentationml.slideshow"],["ppt","application/powerpoint"],["pptm","application/vnd.ms-powerpoint.presentation.macroEnabled.12"],["pptx","application/vnd.openxmlformats-officedocument.presentationml.presentation"],["pqa","application/vnd.palm"],["prc","application/x-pilot"],["pre","application/vnd.lotus-freelance"],["prf","application/pics-rules"],["provx","application/provenance+xml"],["ps","application/postscript"],["psb","application/vnd.3gpp.pic-bw-small"],["psd","application/x-photoshop"],["psf","application/x-font-linux-psf"],["pskcxml","application/pskc+xml"],["pti","image/prs.pti"],["ptid","application/vnd.pvi.ptid1"],["pub","application/x-mspublisher"],["pvb","application/vnd.3gpp.pic-bw-var"],["pwn","application/vnd.3m.post-it-notes"],["pya","audio/vnd.ms-playready.media.pya"],["pyv","video/vnd.ms-playready.media.pyv"],["qam","application/vnd.epson.quickanime"],["qbo","application/vnd.intu.qbo"],["qfx","application/vnd.intu.qfx"],["qps","application/vnd.publishare-delta-tree"],["qt","video/quicktime"],["qwd","application/vnd.quark.quarkxpress"],["qwt","application/vnd.quark.quarkxpress"],["qxb","application/vnd.quark.quarkxpress"],["qxd","application/vnd.quark.quarkxpress"],["qxl","application/vnd.quark.quarkxpress"],["qxt","application/vnd.quark.quarkxpress"],["ra","audio/x-realaudio"],["ram","audio/x-pn-realaudio"],["raml","application/raml+yaml"],["rapd","application/route-apd+xml"],["rar","application/x-rar"],["ras","image/x-cmu-raster"],["rcprofile","application/vnd.ipunplugged.rcprofile"],["rdf","application/rdf+xml"],["rdz","application/vnd.data-vision.rdz"],["relo","application/p2p-overlay+xml"],["rep","application/vnd.businessobjects"],["res","application/x-dtbresource+xml"],["rgb","image/x-rgb"],["rif","application/reginfo+xml"],["rip","audio/vnd.rip"],["ris","application/x-research-info-systems"],["rl","application/resource-lists+xml"],["rlc","image/vnd.fujixerox.edmics-rlc"],["rld","application/resource-lists-diff+xml"],["rm","audio/x-pn-realaudio"],["rmi","audio/midi"],["rmp","audio/x-pn-realaudio-plugin"],["rms","application/vnd.jcp.javame.midlet-rms"],["rmvb","application/vnd.rn-realmedia-vbr"],["rnc","application/relax-ng-compact-syntax"],["rng","application/xml"],["roa","application/rpki-roa"],["roff","text/troff"],["rp9","application/vnd.cloanto.rp9"],["rpm","audio/x-pn-realaudio-plugin"],["rpss","application/vnd.nokia.radio-presets"],["rpst","application/vnd.nokia.radio-preset"],["rq","application/sparql-query"],["rs","application/rls-services+xml"],["rsa","application/x-pkcs7"],["rsat","application/atsc-rsat+xml"],["rsd","application/rsd+xml"],["rsheet","application/urc-ressheet+xml"],["rss","application/rss+xml"],["rtf","text/rtf"],["rtx","text/richtext"],["run","application/x-makeself"],["rusd","application/route-usd+xml"],["rv","video/vnd.rn-realvideo"],["s","text/x-asm"],["s3m","audio/s3m"],["saf","application/vnd.yamaha.smaf-audio"],["sass","text/x-sass"],["sbml","application/sbml+xml"],["sc","application/vnd.ibm.secure-container"],["scd","application/x-msschedule"],["scm","application/vnd.lotus-screencam"],["scq","application/scvp-cv-request"],["scs","application/scvp-cv-response"],["scss","text/x-scss"],["scurl","text/vnd.curl.scurl"],["sda","application/vnd.stardivision.draw"],["sdc","application/vnd.stardivision.calc"],["sdd","application/vnd.stardivision.impress"],["sdkd","application/vnd.solent.sdkm+xml"],["sdkm","application/vnd.solent.sdkm+xml"],["sdp","application/sdp"],["sdw","application/vnd.stardivision.writer"],["sea","application/octet-stream"],["see","application/vnd.seemail"],["seed","application/vnd.fdsn.seed"],["sema","application/vnd.sema"],["semd","application/vnd.semd"],["semf","application/vnd.semf"],["senmlx","application/senml+xml"],["sensmlx","application/sensml+xml"],["ser","application/java-serialized-object"],["setpay","application/set-payment-initiation"],["setreg","application/set-registration-initiation"],["sfd-hdstx","application/vnd.hydrostatix.sof-data"],["sfs","application/vnd.spotfire.sfs"],["sfv","text/x-sfv"],["sgi","image/sgi"],["sgl","application/vnd.stardivision.writer-global"],["sgm","text/sgml"],["sgml","text/sgml"],["sh","application/x-sh"],["shar","application/x-shar"],["shex","text/shex"],["shf","application/shf+xml"],["shtml","text/html"],["sid","image/x-mrsid-image"],["sieve","application/sieve"],["sig","application/pgp-signature"],["sil","audio/silk"],["silo","model/mesh"],["sis","application/vnd.symbian.install"],["sisx","application/vnd.symbian.install"],["sit","application/x-stuffit"],["sitx","application/x-stuffitx"],["siv","application/sieve"],["skd","application/vnd.koan"],["skm","application/vnd.koan"],["skp","application/vnd.koan"],["skt","application/vnd.koan"],["sldm","application/vnd.ms-powerpoint.slide.macroenabled.12"],["sldx","application/vnd.openxmlformats-officedocument.presentationml.slide"],["slim","text/slim"],["slm","text/slim"],["sls","application/route-s-tsid+xml"],["slt","application/vnd.epson.salt"],["sm","application/vnd.stepmania.stepchart"],["smf","application/vnd.stardivision.math"],["smi","application/smil"],["smil","application/smil"],["smv","video/x-smv"],["smzip","application/vnd.stepmania.package"],["snd","audio/basic"],["snf","application/x-font-snf"],["so","application/octet-stream"],["spc","application/x-pkcs7-certificates"],["spdx","text/spdx"],["spf","application/vnd.yamaha.smaf-phrase"],["spl","application/x-futuresplash"],["spot","text/vnd.in3d.spot"],["spp","application/scvp-vp-response"],["spq","application/scvp-vp-request"],["spx","audio/ogg"],["sql","application/x-sql"],["src","application/x-wais-source"],["srt","application/x-subrip"],["sru","application/sru+xml"],["srx","application/sparql-results+xml"],["ssdl","application/ssdl+xml"],["sse","application/vnd.kodak-descriptor"],["ssf","application/vnd.epson.ssf"],["ssml","application/ssml+xml"],["sst","application/octet-stream"],["st","application/vnd.sailingtracker.track"],["stc","application/vnd.sun.xml.calc.template"],["std","application/vnd.sun.xml.draw.template"],["stf","application/vnd.wt.stf"],["sti","application/vnd.sun.xml.impress.template"],["stk","application/hyperstudio"],["stl","model/stl"],["stpx","model/step+xml"],["stpxz","model/step-xml+zip"],["stpz","model/step+zip"],["str","application/vnd.pg.format"],["stw","application/vnd.sun.xml.writer.template"],["styl","text/stylus"],["stylus","text/stylus"],["sub","text/vnd.dvb.subtitle"],["sus","application/vnd.sus-calendar"],["susp","application/vnd.sus-calendar"],["sv4cpio","application/x-sv4cpio"],["sv4crc","application/x-sv4crc"],["svc","application/vnd.dvb.service"],["svd","application/vnd.svd"],["svg","image/svg+xml"],["svgz","image/svg+xml"],["swa","application/x-director"],["swf","application/x-shockwave-flash"],["swi","application/vnd.aristanetworks.swi"],["swidtag","application/swid+xml"],["sxc","application/vnd.sun.xml.calc"],["sxd","application/vnd.sun.xml.draw"],["sxg","application/vnd.sun.xml.writer.global"],["sxi","application/vnd.sun.xml.impress"],["sxm","application/vnd.sun.xml.math"],["sxw","application/vnd.sun.xml.writer"],["t","text/troff"],["t3","application/x-t3vm-image"],["t38","image/t38"],["taglet","application/vnd.mynfc"],["tao","application/vnd.tao.intent-module-archive"],["tap","image/vnd.tencent.tap"],["tar","application/x-tar"],["tcap","application/vnd.3gpp2.tcap"],["tcl","application/x-tcl"],["td","application/urc-targetdesc+xml"],["teacher","application/vnd.smart.teacher"],["tei","application/tei+xml"],["teicorpus","application/tei+xml"],["tex","application/x-tex"],["texi","application/x-texinfo"],["texinfo","application/x-texinfo"],["text","text/plain"],["tfi","application/thraud+xml"],["tfm","application/x-tex-tfm"],["tfx","image/tiff-fx"],["tga","image/x-tga"],["tgz","application/x-tar"],["thmx","application/vnd.ms-officetheme"],["tif","image/tiff"],["tiff","image/tiff"],["tk","application/x-tcl"],["tmo","application/vnd.tmobile-livetv"],["toml","application/toml"],["torrent","application/x-bittorrent"],["tpl","application/vnd.groove-tool-template"],["tpt","application/vnd.trid.tpt"],["tr","text/troff"],["tra","application/vnd.trueapp"],["trig","application/trig"],["trm","application/x-msterminal"],["ts","video/mp2t"],["tsd","application/timestamped-data"],["tsv","text/tab-separated-values"],["ttc","font/collection"],["ttf","font/ttf"],["ttl","text/turtle"],["ttml","application/ttml+xml"],["twd","application/vnd.simtech-mindmapper"],["twds","application/vnd.simtech-mindmapper"],["txd","application/vnd.genomatix.tuxedo"],["txf","application/vnd.mobius.txf"],["txt","text/plain"],["u8dsn","message/global-delivery-status"],["u8hdr","message/global-headers"],["u8mdn","message/global-disposition-notification"],["u8msg","message/global"],["u32","application/x-authorware-bin"],["ubj","application/ubjson"],["udeb","application/x-debian-package"],["ufd","application/vnd.ufdl"],["ufdl","application/vnd.ufdl"],["ulx","application/x-glulx"],["umj","application/vnd.umajin"],["unityweb","application/vnd.unity"],["uoml","application/vnd.uoml+xml"],["uri","text/uri-list"],["uris","text/uri-list"],["urls","text/uri-list"],["usdz","model/vnd.usdz+zip"],["ustar","application/x-ustar"],["utz","application/vnd.uiq.theme"],["uu","text/x-uuencode"],["uva","audio/vnd.dece.audio"],["uvd","application/vnd.dece.data"],["uvf","application/vnd.dece.data"],["uvg","image/vnd.dece.graphic"],["uvh","video/vnd.dece.hd"],["uvi","image/vnd.dece.graphic"],["uvm","video/vnd.dece.mobile"],["uvp","video/vnd.dece.pd"],["uvs","video/vnd.dece.sd"],["uvt","application/vnd.dece.ttml+xml"],["uvu","video/vnd.uvvu.mp4"],["uvv","video/vnd.dece.video"],["uvva","audio/vnd.dece.audio"],["uvvd","application/vnd.dece.data"],["uvvf","application/vnd.dece.data"],["uvvg","image/vnd.dece.graphic"],["uvvh","video/vnd.dece.hd"],["uvvi","image/vnd.dece.graphic"],["uvvm","video/vnd.dece.mobile"],["uvvp","video/vnd.dece.pd"],["uvvs","video/vnd.dece.sd"],["uvvt","application/vnd.dece.ttml+xml"],["uvvu","video/vnd.uvvu.mp4"],["uvvv","video/vnd.dece.video"],["uvvx","application/vnd.dece.unspecified"],["uvvz","application/vnd.dece.zip"],["uvx","application/vnd.dece.unspecified"],["uvz","application/vnd.dece.zip"],["vbox","application/x-virtualbox-vbox"],["vbox-extpack","application/x-virtualbox-vbox-extpack"],["vcard","text/vcard"],["vcd","application/x-cdlink"],["vcf","text/x-vcard"],["vcg","application/vnd.groove-vcard"],["vcs","text/x-vcalendar"],["vcx","application/vnd.vcx"],["vdi","application/x-virtualbox-vdi"],["vds","model/vnd.sap.vds"],["vhd","application/x-virtualbox-vhd"],["vis","application/vnd.visionary"],["viv","video/vnd.vivo"],["vlc","application/videolan"],["vmdk","application/x-virtualbox-vmdk"],["vob","video/x-ms-vob"],["vor","application/vnd.stardivision.writer"],["vox","application/x-authorware-bin"],["vrml","model/vrml"],["vsd","application/vnd.visio"],["vsf","application/vnd.vsf"],["vss","application/vnd.visio"],["vst","application/vnd.visio"],["vsw","application/vnd.visio"],["vtf","image/vnd.valve.source.texture"],["vtt","text/vtt"],["vtu","model/vnd.vtu"],["vxml","application/voicexml+xml"],["w3d","application/x-director"],["wad","application/x-doom"],["wadl","application/vnd.sun.wadl+xml"],["war","application/java-archive"],["wasm","application/wasm"],["wav","audio/x-wav"],["wax","audio/x-ms-wax"],["wbmp","image/vnd.wap.wbmp"],["wbs","application/vnd.criticaltools.wbs+xml"],["wbxml","application/wbxml"],["wcm","application/vnd.ms-works"],["wdb","application/vnd.ms-works"],["wdp","image/vnd.ms-photo"],["weba","audio/webm"],["webapp","application/x-web-app-manifest+json"],["webm","video/webm"],["webmanifest","application/manifest+json"],["webp","image/webp"],["wg","application/vnd.pmi.widget"],["wgt","application/widget"],["wks","application/vnd.ms-works"],["wm","video/x-ms-wm"],["wma","audio/x-ms-wma"],["wmd","application/x-ms-wmd"],["wmf","image/wmf"],["wml","text/vnd.wap.wml"],["wmlc","application/wmlc"],["wmls","text/vnd.wap.wmlscript"],["wmlsc","application/vnd.wap.wmlscriptc"],["wmv","video/x-ms-wmv"],["wmx","video/x-ms-wmx"],["wmz","application/x-msmetafile"],["woff","font/woff"],["woff2","font/woff2"],["word","application/msword"],["wpd","application/vnd.wordperfect"],["wpl","application/vnd.ms-wpl"],["wps","application/vnd.ms-works"],["wqd","application/vnd.wqd"],["wri","application/x-mswrite"],["wrl","model/vrml"],["wsc","message/vnd.wfa.wsc"],["wsdl","application/wsdl+xml"],["wspolicy","application/wspolicy+xml"],["wtb","application/vnd.webturbo"],["wvx","video/x-ms-wvx"],["x3d","model/x3d+xml"],["x3db","model/x3d+fastinfoset"],["x3dbz","model/x3d+binary"],["x3dv","model/x3d-vrml"],["x3dvz","model/x3d+vrml"],["x3dz","model/x3d+xml"],["x32","application/x-authorware-bin"],["x_b","model/vnd.parasolid.transmit.binary"],["x_t","model/vnd.parasolid.transmit.text"],["xaml","application/xaml+xml"],["xap","application/x-silverlight-app"],["xar","application/vnd.xara"],["xav","application/xcap-att+xml"],["xbap","application/x-ms-xbap"],["xbd","application/vnd.fujixerox.docuworks.binder"],["xbm","image/x-xbitmap"],["xca","application/xcap-caps+xml"],["xcs","application/calendar+xml"],["xdf","application/xcap-diff+xml"],["xdm","application/vnd.syncml.dm+xml"],["xdp","application/vnd.adobe.xdp+xml"],["xdssc","application/dssc+xml"],["xdw","application/vnd.fujixerox.docuworks"],["xel","application/xcap-el+xml"],["xenc","application/xenc+xml"],["xer","application/patch-ops-error+xml"],["xfdf","application/vnd.adobe.xfdf"],["xfdl","application/vnd.xfdl"],["xht","application/xhtml+xml"],["xhtml","application/xhtml+xml"],["xhvml","application/xv+xml"],["xif","image/vnd.xiff"],["xl","application/excel"],["xla","application/vnd.ms-excel"],["xlam","application/vnd.ms-excel.addin.macroEnabled.12"],["xlc","application/vnd.ms-excel"],["xlf","application/xliff+xml"],["xlm","application/vnd.ms-excel"],["xls","application/vnd.ms-excel"],["xlsb","application/vnd.ms-excel.sheet.binary.macroEnabled.12"],["xlsm","application/vnd.ms-excel.sheet.macroEnabled.12"],["xlsx","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"],["xlt","application/vnd.ms-excel"],["xltm","application/vnd.ms-excel.template.macroEnabled.12"],["xltx","application/vnd.openxmlformats-officedocument.spreadsheetml.template"],["xlw","application/vnd.ms-excel"],["xm","audio/xm"],["xml","application/xml"],["xns","application/xcap-ns+xml"],["xo","application/vnd.olpc-sugar"],["xop","application/xop+xml"],["xpi","application/x-xpinstall"],["xpl","application/xproc+xml"],["xpm","image/x-xpixmap"],["xpr","application/vnd.is-xpr"],["xps","application/vnd.ms-xpsdocument"],["xpw","application/vnd.intercon.formnet"],["xpx","application/vnd.intercon.formnet"],["xsd","application/xml"],["xsl","application/xml"],["xslt","application/xslt+xml"],["xsm","application/vnd.syncml+xml"],["xspf","application/xspf+xml"],["xul","application/vnd.mozilla.xul+xml"],["xvm","application/xv+xml"],["xvml","application/xv+xml"],["xwd","image/x-xwindowdump"],["xyz","chemical/x-xyz"],["xz","application/x-xz"],["yaml","text/yaml"],["yang","application/yang"],["yin","application/yin+xml"],["yml","text/yaml"],["ymp","text/x-suse-ymp"],["z","application/x-compress"],["z1","application/x-zmachine"],["z2","application/x-zmachine"],["z3","application/x-zmachine"],["z4","application/x-zmachine"],["z5","application/x-zmachine"],["z6","application/x-zmachine"],["z7","application/x-zmachine"],["z8","application/x-zmachine"],["zaz","application/vnd.zzazz.deck+xml"],["zip","application/zip"],["zir","application/vnd.zul"],["zirz","application/vnd.zul"],["zmm","application/vnd.handheld-entertainment+xml"],["zsh","text/x-scriptzsh"]]);function F3(e,t,n){const i=vg(e),{webkitRelativePath:c}=e,s=typeof t=="string"?t:typeof c=="string"&&c.length>0?c:`./${e.name}`;return typeof i.path!="string"&&H8(i,"path",s),H8(i,"relativePath",s),i}function vg(e){const{name:t}=e;if(t&&t.lastIndexOf(".")!==-1&&!e.type){const i=t.split(".").pop().toLowerCase(),c=pg.get(i);c&&Object.defineProperty(e,"type",{value:c,writable:!1,configurable:!1,enumerable:!0})}return e}function H8(e,t,n){Object.defineProperty(e,t,{value:n,writable:!1,configurable:!1,enumerable:!0})}const gg=[".DS_Store","Thumbs.db"];function xg(e){return w3(this,void 0,void 0,function*(){return w2(e)&&bg(e.dataTransfer)?wg(e.dataTransfer,e.type):jg(e)?yg(e):Array.isArray(e)&&e.every(t=>"getFile"in t&&typeof t.getFile=="function")?_g(e):[]})}function bg(e){return w2(e)}function jg(e){return w2(e)&&w2(e.target)}function w2(e){return typeof e=="object"&&e!==null}function yg(e){return _r(e.target.files).map(t=>F3(t))}function _g(e){return w3(this,void 0,void 0,function*(){return(yield Promise.all(e.map(n=>n.getFile()))).map(n=>F3(n))})}function wg(e,t){return w3(this,void 0,void 0,function*(){if(e.items){const n=_r(e.items).filter(c=>c.kind==="file");if(t!=="drop")return n;const i=yield Promise.all(n.map(Sg));return U8(xs(i))}return U8(_r(e.files).map(n=>F3(n)))})}function U8(e){return e.filter(t=>gg.indexOf(t.name)===-1)}function _r(e){if(e===null)return[];const t=[];for(let n=0;n<e.length;n++){const i=e[n];t.push(i)}return t}function Sg(e){if(typeof e.webkitGetAsEntry!="function")return k8(e);const t=e.webkitGetAsEntry();return t&&t.isDirectory?bs(t):k8(e,t)}function xs(e){return e.reduce((t,n)=>[...t,...Array.isArray(n)?xs(n):[n]],[])}function k8(e,t){var n;if(typeof e.getAsFileSystemHandle=="function")return e.getAsFileSystemHandle().then(s=>w3(this,void 0,void 0,function*(){const o=yield s.getFile();return o.handle=s,F3(o)}));const i=e.getAsFile();if(!i)return Promise.reject(`${e} is not a File`);const c=F3(i,(n=t==null?void 0:t.fullPath)!==null&&n!==void 0?n:void 0);return Promise.resolve(c)}function Og(e){return w3(this,void 0,void 0,function*(){return e.isDirectory?bs(e):Cg(e)})}function bs(e){const t=e.createReader();return new Promise((n,i)=>{const c=[];function s(){t.readEntries(o=>w3(this,void 0,void 0,function*(){if(o.length){const l=Promise.all(o.map(Og));c.push(l),s()}else try{const l=yield Promise.all(c);n(l)}catch(l){i(l)}}),o=>{i(o)})}s()})}function Cg(e){return w3(this,void 0,void 0,function*(){return new Promise((t,n)=>{e.file(i=>{const c=F3(i,e.fullPath);t(c)},i=>{n(i)})})})}var B4=function(e,t){if(e&&t){var n=Array.isArray(t)?t:t.split(",");if(n.length===0)return!0;var i=e.name||"",c=(e.type||"").toLowerCase(),s=c.replace(/\/.*$/,"");return n.some(function(o){var l=o.trim().toLowerCase();return l.charAt(0)==="."?i.toLowerCase().endsWith(l):l.endsWith("/*")?s===l.replace(/\/.*$/,""):c===l})}return!0};function q8(e){return Tg(e)||$g(e)||ys(e)||Dg()}function Dg(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
687
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function $g(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function Tg(e){if(Array.isArray(e))return wr(e)}function K8(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(c){return Object.getOwnPropertyDescriptor(e,c).enumerable})),n.push.apply(n,i)}return n}function G8(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?K8(Object(n),!0).forEach(function(i){js(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):K8(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function js(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function S0(e,t){return Zg(e)||Eg(e,t)||ys(e,t)||Pg()}function Pg(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
688
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ys(e,t){if(e){if(typeof e=="string")return wr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return wr(e,t)}}function wr(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function Eg(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var i=[],c=!0,s=!1,o,l;try{for(n=n.call(e);!(c=(o=n.next()).done)&&(i.push(o.value),!(t&&i.length===t));c=!0);}catch(d){s=!0,l=d}finally{try{!c&&n.return!=null&&n.return()}finally{if(s)throw l}}return i}}function Zg(e){if(Array.isArray(e))return e}var Ig=typeof B4=="function"?B4:B4.default,Mg="file-invalid-type",Ag="file-too-large",Fg="file-too-small",Rg="too-many-files",Lg=function(){var t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:"",n=t.split(","),i=n.length>1?"one of ".concat(n.join(", ")):n[0];return{code:Mg,message:"File type must be ".concat(i)}},Q8=function(t){return{code:Ag,message:"File is larger than ".concat(t," ").concat(t===1?"byte":"bytes")}},J8=function(t){return{code:Fg,message:"File is smaller than ".concat(t," ").concat(t===1?"byte":"bytes")}},Vg={code:Rg,message:"Too many files"};function _s(e,t){var n=e.type==="application/x-moz-file"||Ig(e,t);return[n,n?null:Lg(t)]}function ws(e,t,n){if(f3(e.size))if(f3(t)&&f3(n)){if(e.size>n)return[!1,Q8(n)];if(e.size<t)return[!1,J8(t)]}else{if(f3(t)&&e.size<t)return[!1,J8(t)];if(f3(n)&&e.size>n)return[!1,Q8(n)]}return[!0,null]}function f3(e){return e!=null}function Ng(e){var t=e.files,n=e.accept,i=e.minSize,c=e.maxSize,s=e.multiple,o=e.maxFiles,l=e.validator;return!s&&t.length>1||s&&o>=1&&t.length>o?!1:t.every(function(d){var m=_s(d,n),f=S0(m,1),v=f[0],p=ws(d,i,c),g=S0(p,1),x=g[0],j=l?l(d):null;return v&&x&&!j})}function S2(e){return typeof e.isPropagationStopped=="function"?e.isPropagationStopped():typeof e.cancelBubble<"u"?e.cancelBubble:!1}function e2(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,function(t){return t==="Files"||t==="application/x-moz-file"}):!!e.target&&!!e.target.files}function X8(e){e.preventDefault()}function Wg(e){return e.indexOf("MSIE")!==-1||e.indexOf("Trident/")!==-1}function zg(e){return e.indexOf("Edge/")!==-1}function Bg(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.navigator.userAgent;return Wg(e)||zg(e)}function be(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return function(i){for(var c=arguments.length,s=new Array(c>1?c-1:0),o=1;o<c;o++)s[o-1]=arguments[o];return t.some(function(l){return!S2(i)&&l&&l.apply(void 0,[i].concat(s)),S2(i)})}}function Yg(){return"showOpenFilePicker"in window}function Hg(e){if(f3(e)){var t=Object.entries(e).filter(function(n){var i=S0(n,2),c=i[0],s=i[1],o=!0;return Ss(c)||(console.warn('Skipped "'.concat(c,'" because it is not a valid MIME type. Check https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types for a list of valid MIME types.')),o=!1),(!Array.isArray(s)||!s.every(Os))&&(console.warn('Skipped "'.concat(c,'" because an invalid file extension was provided.')),o=!1),o}).reduce(function(n,i){var c=S0(i,2),s=c[0],o=c[1];return G8(G8({},n),{},js({},s,o))},{});return[{description:"Files",accept:t}]}return e}function Ug(e){if(f3(e))return Object.entries(e).reduce(function(t,n){var i=S0(n,2),c=i[0],s=i[1];return[].concat(q8(t),[c],q8(s))},[]).filter(function(t){return Ss(t)||Os(t)}).join(",")}function kg(e){return e instanceof DOMException&&(e.name==="AbortError"||e.code===e.ABORT_ERR)}function qg(e){return e instanceof DOMException&&(e.name==="SecurityError"||e.code===e.SECURITY_ERR)}function Ss(e){return e==="audio/*"||e==="video/*"||e==="image/*"||e==="text/*"||e==="application/*"||/\w+\/[-+.\w]+/g.test(e)}function Os(e){return/^.*\.[\w]+$/.test(e)}var Kg=["children"],Gg=["open"],Qg=["refKey","role","onKeyDown","onFocus","onBlur","onClick","onDragEnter","onDragOver","onDragLeave","onDrop"],Jg=["refKey","onChange","onClick"];function Xg(e){return nx(e)||tx(e)||Cs(e)||ex()}function ex(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
689
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function tx(e){if(typeof Symbol<"u"&&e[Symbol.iterator]!=null||e["@@iterator"]!=null)return Array.from(e)}function nx(e){if(Array.isArray(e))return Sr(e)}function Y4(e,t){return ix(e)||rx(e,t)||Cs(e,t)||ax()}function ax(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
690
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Cs(e,t){if(e){if(typeof e=="string")return Sr(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Sr(e,t)}}function Sr(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,i=new Array(t);n<t;n++)i[n]=e[n];return i}function rx(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var i=[],c=!0,s=!1,o,l;try{for(n=n.call(e);!(c=(o=n.next()).done)&&(i.push(o.value),!(t&&i.length===t));c=!0);}catch(d){s=!0,l=d}finally{try{!c&&n.return!=null&&n.return()}finally{if(s)throw l}}return i}}function ix(e){if(Array.isArray(e))return e}function e7(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(c){return Object.getOwnPropertyDescriptor(e,c).enumerable})),n.push.apply(n,i)}return n}function w1(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?e7(Object(n),!0).forEach(function(i){Or(e,i,n[i])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):e7(Object(n)).forEach(function(i){Object.defineProperty(e,i,Object.getOwnPropertyDescriptor(n,i))})}return e}function Or(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function O2(e,t){if(e==null)return{};var n=cx(e,t),i,c;if(Object.getOwnPropertySymbols){var s=Object.getOwnPropertySymbols(e);for(c=0;c<s.length;c++)i=s[c],!(t.indexOf(i)>=0)&&Object.prototype.propertyIsEnumerable.call(e,i)&&(n[i]=e[i])}return n}function cx(e,t){if(e==null)return{};var n={},i=Object.keys(e),c,s;for(s=0;s<i.length;s++)c=i[s],!(t.indexOf(c)>=0)&&(n[c]=e[c]);return n}var p5=h.forwardRef(function(e,t){var n=e.children,i=O2(e,Kg),c=$s(i),s=c.open,o=O2(c,Gg);return h.useImperativeHandle(t,function(){return{open:s}},[s]),Pe.createElement(h.Fragment,null,n(w1(w1({},o),{},{open:s})))});p5.displayName="Dropzone";var Ds={disabled:!1,getFilesFromEvent:xg,maxSize:1/0,minSize:0,multiple:!0,maxFiles:0,preventDropOnDocument:!0,noClick:!1,noKeyboard:!1,noDrag:!1,noDragEventsBubbling:!1,validator:null,useFsAccessApi:!1,autoFocus:!1};p5.defaultProps=Ds;p5.propTypes={children:p1.func,accept:p1.objectOf(p1.arrayOf(p1.string)),multiple:p1.bool,preventDropOnDocument:p1.bool,noClick:p1.bool,noKeyboard:p1.bool,noDrag:p1.bool,noDragEventsBubbling:p1.bool,minSize:p1.number,maxSize:p1.number,maxFiles:p1.number,disabled:p1.bool,getFilesFromEvent:p1.func,onFileDialogCancel:p1.func,onFileDialogOpen:p1.func,useFsAccessApi:p1.bool,autoFocus:p1.bool,onDragEnter:p1.func,onDragLeave:p1.func,onDragOver:p1.func,onDrop:p1.func,onDropAccepted:p1.func,onDropRejected:p1.func,onError:p1.func,validator:p1.func};var Cr={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,acceptedFiles:[],fileRejections:[]};function $s(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=w1(w1({},Ds),e),n=t.accept,i=t.disabled,c=t.getFilesFromEvent,s=t.maxSize,o=t.minSize,l=t.multiple,d=t.maxFiles,m=t.onDragEnter,f=t.onDragLeave,v=t.onDragOver,p=t.onDrop,g=t.onDropAccepted,x=t.onDropRejected,j=t.onFileDialogCancel,_=t.onFileDialogOpen,b=t.useFsAccessApi,w=t.autoFocus,T=t.preventDropOnDocument,D=t.noClick,C=t.noKeyboard,Z=t.noDrag,S=t.noDragEventsBubbling,L=t.onError,z=t.validator,F=h.useMemo(function(){return Ug(n)},[n]),A=h.useMemo(function(){return Hg(n)},[n]),k=h.useMemo(function(){return typeof _=="function"?_:t7},[_]),K=h.useMemo(function(){return typeof j=="function"?j:t7},[j]),I=h.useRef(null),H=h.useRef(null),B=h.useReducer(sx,Cr),E=Y4(B,2),V=E[0],y=E[1],P=V.isFocused,Y=V.isFileDialogActive,Q=h.useRef(typeof window<"u"&&window.isSecureContext&&b&&Yg()),a1=function(){!Q.current&&Y&&setTimeout(function(){if(H.current){var G=H.current.files;G.length||(y({type:"closeDialog"}),K())}},300)};h.useEffect(function(){return window.addEventListener("focus",a1,!1),function(){window.removeEventListener("focus",a1,!1)}},[H,Y,K,Q]);var e1=h.useRef([]),X=function(G){I.current&&I.current.contains(G.target)||(G.preventDefault(),e1.current=[])};h.useEffect(function(){return T&&(document.addEventListener("dragover",X8,!1),document.addEventListener("drop",X,!1)),function(){T&&(document.removeEventListener("dragover",X8),document.removeEventListener("drop",X))}},[I,T]),h.useEffect(function(){return!i&&w&&I.current&&I.current.focus(),function(){}},[I,w,i]);var t1=h.useCallback(function(W){L?L(W):console.error(W)},[L]),i1=h.useCallback(function(W){W.preventDefault(),W.persist(),U(W),e1.current=[].concat(Xg(e1.current),[W.target]),e2(W)&&Promise.resolve(c(W)).then(function(G){if(!(S2(W)&&!S)){var v1=G.length,D1=v1>0&&Ng({files:G,accept:F,minSize:o,maxSize:s,multiple:l,maxFiles:d,validator:z}),N1=v1>0&&!D1;y({isDragAccept:D1,isDragReject:N1,isDragActive:!0,type:"setDraggedFiles"}),m&&m(W)}}).catch(function(G){return t1(G)})},[c,m,t1,S,F,o,s,l,d,z]),r1=h.useCallback(function(W){W.preventDefault(),W.persist(),U(W);var G=e2(W);if(G&&W.dataTransfer)try{W.dataTransfer.dropEffect="copy"}catch{}return G&&v&&v(W),!1},[v,S]),s1=h.useCallback(function(W){W.preventDefault(),W.persist(),U(W);var G=e1.current.filter(function(D1){return I.current&&I.current.contains(D1)}),v1=G.indexOf(W.target);v1!==-1&&G.splice(v1,1),e1.current=G,!(G.length>0)&&(y({type:"setDraggedFiles",isDragActive:!1,isDragAccept:!1,isDragReject:!1}),e2(W)&&f&&f(W))},[I,f,S]),b1=h.useCallback(function(W,G){var v1=[],D1=[];W.forEach(function(N1){var Ce=_s(N1,F),xe=Y4(Ce,2),n3=xe[0],a3=xe[1],r3=ws(N1,o,s),Ne=Y4(r3,2),i3=Ne[0],c3=Ne[1],s3=z?z(N1):null;if(n3&&i3&&!s3)v1.push(N1);else{var o3=[a3,c3];s3&&(o3=o3.concat(s3)),D1.push({file:N1,errors:o3.filter(function(t0){return t0})})}}),(!l&&v1.length>1||l&&d>=1&&v1.length>d)&&(v1.forEach(function(N1){D1.push({file:N1,errors:[Vg]})}),v1.splice(0)),y({acceptedFiles:v1,fileRejections:D1,isDragReject:D1.length>0,type:"setFiles"}),p&&p(v1,D1,G),D1.length>0&&x&&x(D1,G),v1.length>0&&g&&g(v1,G)},[y,l,F,o,s,d,p,g,x,z]),j1=h.useCallback(function(W){W.preventDefault(),W.persist(),U(W),e1.current=[],e2(W)&&Promise.resolve(c(W)).then(function(G){S2(W)&&!S||b1(G,W)}).catch(function(G){return t1(G)}),y({type:"reset"})},[c,b1,t1,S]),P1=h.useCallback(function(){if(Q.current){y({type:"openDialog"}),k();var W={multiple:l,types:A};window.showOpenFilePicker(W).then(function(G){return c(G)}).then(function(G){b1(G,null),y({type:"closeDialog"})}).catch(function(G){kg(G)?(K(G),y({type:"closeDialog"})):qg(G)?(Q.current=!1,H.current?(H.current.value=null,H.current.click()):t1(new Error("Cannot open the file picker because the https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API is not supported and no <input> was provided."))):t1(G)});return}H.current&&(y({type:"openDialog"}),k(),H.current.value=null,H.current.click())},[y,k,K,b,b1,t1,A,l]),h1=h.useCallback(function(W){!I.current||!I.current.isEqualNode(W.target)||(W.key===" "||W.key==="Enter"||W.keyCode===32||W.keyCode===13)&&(W.preventDefault(),P1())},[I,P1]),q1=h.useCallback(function(){y({type:"focus"})},[]),K1=h.useCallback(function(){y({type:"blur"})},[]),G1=h.useCallback(function(){D||(Bg()?setTimeout(P1,0):P1())},[D,P1]),L1=function(G){return i?null:G},o1=function(G){return C?null:L1(G)},M1=function(G){return Z?null:L1(G)},U=function(G){S&&G.stopPropagation()},U1=h.useMemo(function(){return function(){var W=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},G=W.refKey,v1=G===void 0?"ref":G,D1=W.role,N1=W.onKeyDown,Ce=W.onFocus,xe=W.onBlur,n3=W.onClick,a3=W.onDragEnter,r3=W.onDragOver,Ne=W.onDragLeave,i3=W.onDrop,c3=O2(W,Qg);return w1(w1(Or({onKeyDown:o1(be(N1,h1)),onFocus:o1(be(Ce,q1)),onBlur:o1(be(xe,K1)),onClick:L1(be(n3,G1)),onDragEnter:M1(be(a3,i1)),onDragOver:M1(be(r3,r1)),onDragLeave:M1(be(Ne,s1)),onDrop:M1(be(i3,j1)),role:typeof D1=="string"&&D1!==""?D1:"presentation"},v1,I),!i&&!C?{tabIndex:0}:{}),c3)}},[I,h1,q1,K1,G1,i1,r1,s1,j1,C,Z,i]),V1=h.useCallback(function(W){W.stopPropagation()},[]),ne=h.useMemo(function(){return function(){var W=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},G=W.refKey,v1=G===void 0?"ref":G,D1=W.onChange,N1=W.onClick,Ce=O2(W,Jg),xe=Or({accept:F,multiple:l,type:"file",style:{border:0,clip:"rect(0, 0, 0, 0)",clipPath:"inset(50%)",height:"1px",margin:"0 -1px -1px 0",overflow:"hidden",padding:0,position:"absolute",width:"1px",whiteSpace:"nowrap"},onChange:L1(be(D1,j1)),onClick:L1(be(N1,V1)),tabIndex:-1},v1,H);return w1(w1({},xe),Ce)}},[H,n,l,j1,i]);return w1(w1({},V),{},{isFocused:P&&!i,getRootProps:U1,getInputProps:ne,rootRef:I,inputRef:H,open:L1(P1)})}function sx(e,t){switch(t.type){case"focus":return w1(w1({},e),{},{isFocused:!0});case"blur":return w1(w1({},e),{},{isFocused:!1});case"openDialog":return w1(w1({},Cr),{},{isFileDialogActive:!0});case"closeDialog":return w1(w1({},e),{},{isFileDialogActive:!1});case"setDraggedFiles":return w1(w1({},e),{},{isDragActive:t.isDragActive,isDragAccept:t.isDragAccept,isDragReject:t.isDragReject});case"setFiles":return w1(w1({},e),{},{acceptedFiles:t.acceptedFiles,fileRejections:t.fileRejections,isDragReject:t.isDragReject});case"reset":return w1({},Cr);default:return e}}function t7(){}const ox=e=>JSON.stringify(JSON.parse(e),null,4),lx=({onSuccess:e,onError:t})=>n=>{var c;const i=(c=n==null?void 0:n.target)==null?void 0:c.result;if(typeof i=="string")try{const s=ox(i);e(s)}catch{t("Cannot format as valid JSON")}else t("Unsupported format")},dx=({onSuccess:e,onError:t,children:n,onDragStatusChange:i,...c})=>{const s=h.useCallback(([m])=>{const f=new FileReader;f.onload=lx({onSuccess:e,onError:t}),f.readAsText(m)},[]),{getRootProps:o,getInputProps:l,isDragActive:d}=$s({onDrop:s,accept:{"application/json":[".json"]},maxFiles:1});return h.useEffect(()=>{i(d)},[d]),a.jsxs(O,{...o(),...c,children:[a.jsx("input",{"data-testid":"import-file",...l()}),n]})},ux=u(dx)(({theme:e})=>({padding:e.spacing(4,2,2,2),border:`1px dashed ${e.palette.secondary.border}`,borderRadius:e.shape.borderRadiusLarge,display:"flex",flexDirection:"column",alignItems:"center"}));var v5={},hx=ee;Object.defineProperty(v5,"__esModule",{value:!0});var Ts=v5.default=void 0,mx=hx(X1()),fx=a,px=(0,mx.default)((0,fx.jsx)("path",{d:"m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8-8 8z"}),"ArrowUpward");Ts=v5.default=px;const vx=u(O)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),H4=u(M)(({theme:e})=>({marginBottom:e.spacing(.5)})),t2=u(O)(({theme:e})=>({marginBottom:e.spacing(3),color:e.palette.text.secondary,fontSize:e.fontSizes.smallBody})),gx=()=>{const{templates:e}=nu(),t=!!e.length;return a.jsxs(vx,{children:[a.jsx(H4,{children:"What is being imported?"}),a.jsxs(t2,{children:["Feature flags will be imported with full configuration:",a.jsxs("ul",{children:[a.jsx("li",{children:"strategies"}),a.jsx("li",{children:"context fields"}),a.jsx("li",{children:"variants"}),a.jsx("li",{children:"tags"}),a.jsx("li",{children:"feature flag status"}),a.jsx("li",{children:"feature dependencies"}),a.jsx("li",{children:"feature links"})]})]}),a.jsx(H4,{children:"Exceptions?"}),a.jsx(t2,{children:"If the feature flag already exists in the new instance, it will be overwritten"}),a.jsx(H4,{children:"What is not imported?"}),a.jsx(t2,{sx:{marginBottom:0},children:"If we detect segments or custom strategies in your imported file, we will stop the import. You need to create them first in the new instance and run the import again"}),t&&a.jsx(t2,{sx:{marginTop:2},children:"Release plans are not included in the import. You may need to set up new release plans for the imported feature flags"})]})},g5=u("div")(({theme:e})=>({backgroundColor:e.palette.background.paper,padding:e.spacing(5,8,3,8),display:"flex",flexDirection:"column",gap:e.spacing(3),flexBasis:"70%"})),x5=u(O)(({theme:e})=>({width:"100%",borderTop:`1px solid ${e.palette.divider}`,marginTop:"auto",paddingTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),xx=u(le)(({theme:e})=>({width:"100%"})),bx=u(M)(({theme:e})=>({marginTop:e.spacing(4),fontSize:e.fontSizes.mainHeader})),jx=u(M)(({theme:e})=>({marginTop:e.spacing(2),marginBottom:e.spacing(1.5),color:e.palette.text.secondary})),yx=u(M)(({theme:e})=>({marginTop:e.spacing(4),color:e.palette.text.secondary})),_x=({activeTab:e,setActiveTab:t})=>a.jsx(O,{sx:{borderBottom:1,borderColor:"divider"},children:a.jsxs(Rr,{value:e,children:[a.jsx(v2,{label:"Upload file",value:"file",onClick:()=>t("file")}),a.jsx(v2,{label:"Code editor",value:"code","data-testid":au,onClick:()=>t("code")})]})}),wx=({activeTab:e,setActiveTab:t,importPayload:n,setImportPayload:i})=>{const[c,s]=h.useState(!1),{setToastData:o}=O1();return a.jsx(N,{condition:e==="file",show:a.jsxs(ux,{onSuccess:l=>{i(l),t("code"),o({type:"success",text:"File uploaded"})},onError:l=>{i(""),o({type:"error",text:l})},onDragStatusChange:s,children:[a.jsx(ds,{sx:{width:80,height:80},active:c,children:a.jsx(Ts,{fontSize:"large"})}),a.jsx(bx,{children:c?"Drop your file to upload":"Drop your file here"}),a.jsx(jx,{children:"or select a file from your device"}),a.jsx(c1,{variant:"outlined",children:"Select file"}),a.jsx(yx,{children:"JSON format: max 500 kB"})]}),elseShow:a.jsx(xx,{label:"Exported feature flags",variant:"outlined",onChange:l=>i(l.target.value),value:n,"data-testid":ru,multiline:!0,minRows:13,maxRows:13})})},Sx=({onSubmit:e,onClose:t,disabled:n})=>a.jsxs(x5,{children:[a.jsx(c1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:e,"data-testid":iu,disabled:n,children:"Validate"}),a.jsx(c1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:t,children:"Cancel import"})]}),Ox=({tabs:e,importOptions:t,importArea:n,actions:i})=>a.jsxs(g5,{children:[e,t,n,a.jsx(gx,{}),i]}),Cx=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=A2({propagateErrors:!0});return{loading:i,errors:n,validateImport:async s=>{const l=t("api/admin/features-batch/validate",{method:"POST",body:JSON.stringify(s)});return(await e(l.caller,l.id)).json()}}},Dx=u(O)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),n7=u("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.secondary})),a7=u("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.primary,fontWeight:e.fontWeight.bold})),r7=u(O)(({theme:e})=>({border:`1px solid ${e.palette.error.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),$x=u(O)(({theme:e})=>({border:`1px solid ${e.palette.warning.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),i7=u(O)(({theme:e})=>({color:e.palette.error.dark,backgroundColor:e.palette.error.light,fontSize:e.fontSizes.smallBody,borderBottom:`1px solid ${e.palette.error.border}`,borderTopLeftRadius:e.shape.borderRadiusLarge,borderTopRightRadius:e.shape.borderRadiusLarge,padding:e.spacing(2)})),Tx=u(O)(({theme:e})=>({color:e.palette.warning.dark,backgroundColor:e.palette.warning.light,fontSize:e.fontSizes.smallBody,borderBottom:`1px solid ${e.palette.warning.border}`,borderTopLeftRadius:e.shape.borderRadiusLarge,borderTopRightRadius:e.shape.borderRadiusLarge,padding:e.spacing(2)})),c7=u(O)(({theme:e})=>({color:e.palette.error.dark,fontSize:e.fontSizes.smallBody})),Px=u(O)(({theme:e})=>({color:e.palette.warning.dark,fontSize:e.fontSizes.smallBody})),U4=u("ul")(({theme:e})=>({marginTop:e.spacing(1),marginBottom:e.spacing(0),paddingLeft:e.spacing(3),paddingBottom:e.spacing(3),borderBottom:`1px dashed ${e.palette.neutral.border}`})),k4=u("li")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),Ex=({environment:e,project:t,payload:n,onClose:i,onBack:c,onSubmit:s})=>{const{validateImport:o}=Cx(),{setToastData:l}=O1(),{trackEvent:d}=C1(),[m,f]=h.useState({errors:[],warnings:[],permissions:[]}),[v,p]=h.useState(!0),g=x=>{x.errors.length>0||x.permissions.length>0?d("export_import",{props:{eventType:"validation fail"}}):d("export_import",{props:{eventType:"validation success"}}),f(x)};return h.useEffect(()=>{o({environment:e,project:t,data:JSON.parse(n)}).then(g).catch(x=>{p(!1),l({type:"error",text:_1(x)})})},[]),a.jsxs(g5,{children:[a.jsxs(Dx,{children:[a.jsx(M,{sx:{mb:1.5},children:"You are importing this configuration in:"}),a.jsxs(O,{sx:{display:"flex",gap:3},children:[a.jsxs("span",{children:[a.jsx(n7,{children:"Environment: "}),a.jsx(a7,{children:e})]}),a.jsxs("span",{children:[a.jsx(n7,{children:"Project: "}),a.jsx(a7,{children:t})]})]})]}),a.jsx(N,{condition:m.permissions.length>0,show:a.jsxs(r7,{children:[a.jsxs(i7,{children:[a.jsx("strong",{children:"Missing permissions!"})," There are some permissions that you need to be granted before importing this configuration"]}),m.permissions.map(x=>a.jsxs(O,{sx:{p:2},children:[a.jsx(c7,{children:x.message}),a.jsx(U4,{children:x.affectedItems.map(j=>a.jsx(k4,{children:j},j))})]},x.message))]})}),a.jsx(N,{condition:m.errors.length>0,show:a.jsxs(r7,{children:[a.jsxs(i7,{children:[a.jsx("strong",{children:"Conflict!"})," There are some errors that need to be fixed before the import."]}),m.errors.map(x=>a.jsxs(O,{sx:{p:2},children:[a.jsx(c7,{children:x.message}),a.jsx(U4,{children:x.affectedItems.map(j=>a.jsx(k4,{children:j},j))})]},x.message))]})}),a.jsx(N,{condition:m.warnings.length>0,show:a.jsxs($x,{children:[a.jsxs(Tx,{children:[a.jsx("strong",{children:"Warning!"})," It is recommended to verify the following information before importing."]}),m.warnings.map(x=>a.jsxs(O,{sx:{p:2},children:[a.jsx(Px,{children:x.message}),a.jsx(U4,{children:x.affectedItems.map(j=>a.jsx(k4,{children:j},j))})]},x.message))]})}),a.jsxs(x5,{children:[a.jsx(c1,{sx:{position:"static",mr:"auto"},variant:"outlined",type:"submit",onClick:c,children:"Back"}),a.jsx(j3,{permission:P2,projectId:t,sx:{position:"static"},variant:"contained",type:"submit",onClick:s,"data-testid":cu,disabled:m.errors.length>0||m.permissions.length>0||!v,children:"Import configuration"}),a.jsx(c1,{sx:{position:"static",ml:2},variant:"outlined",type:"submit",onClick:i,children:"Cancel import"})]})]})},Zx=()=>{const{makeRequest:e,createRequest:t,errors:n,loading:i}=A2({propagateErrors:!0}),{trackEvent:c}=C1();return{loading:i,errors:n,createImport:async o=>{const d=t("api/admin/features-batch/import",{method:"POST",body:JSON.stringify(o)});try{const m=await e(d.caller,d.id);return c("export_import",{props:{eventType:"features imported"}}),m}catch(m){throw c("export_import",{props:{eventType:"features import failed"}}),m}}}},Ix=u(wc)(({theme:e})=>({padding:e.spacing(4,2,2,2),display:"flex",flexDirection:"column",alignItems:"center",gap:e.spacing(8)})),Mx=u(M)(({theme:e})=>({fontSize:e.fontSizes.mainHeader})),Ax=u(g3)(({theme:e})=>({backgroundColor:e.palette.primary.main})),Fx=u(g3)(({theme:e})=>({backgroundColor:e.palette.error.main})),Rx=u(wc)(({theme:e})=>({border:`1px solid ${e.palette.info.border}`,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(2),color:e.palette.info.dark,backgroundColor:e.palette.info.light,fontSize:e.fontSizes.smallBody})),Lx=(e,t)=>e?{status:"loading"}:Object.keys(t).length>0?{status:"error",errors:t}:{status:"success"},Vx=({environment:e,project:t,payload:n,onClose:i})=>{const{createImport:c,loading:s,errors:o}=Zx(),{refetch:l}=rs(t),{refetch:d}=I2(t),{setToastData:m}=O1(),{isChangeRequestConfigured:f}=T0(t);h.useEffect(()=>{c({environment:e,project:t,data:JSON.parse(n)}).then(()=>{l(),d()}).catch(g=>{m({type:"error",text:_1(g)})})},[]);const v=Lx(s,o),p=f(e)&&v.status==="success";return a.jsxs(g5,{children:[a.jsxs(Ix,{children:[a.jsx(N,{condition:v.status==="loading",show:a.jsx(ds,{sx:{width:80,height:80},active:!0,children:a.jsx(J2,{fontSize:"large"})})}),a.jsx(N,{condition:v.status==="success",show:a.jsx(Ax,{sx:{width:80,height:80},children:a.jsx(R3,{fontSize:"large"})})}),a.jsx(N,{condition:v.status==="error",show:a.jsx(Fx,{sx:{width:80,height:80},children:a.jsx(x2,{fontSize:"large"})})}),a.jsxs(Mx,{children:[a.jsx(N,{condition:v.status==="loading",show:"Importing..."}),a.jsx(N,{condition:v.status==="success",show:"Import completed"}),a.jsx(N,{condition:v.status==="error",show:"Import failed"})]})]}),a.jsx(N,{condition:p,show:a.jsxs(Rx,{children:["For this environment ",a.jsx("strong",{children:"Change request"})," is enabled. This means that the import has generated a change request which needs to be approved before the configuration will be visible in the instance."]})}),a.jsx(x5,{children:a.jsx(c1,{sx:{position:"static"},variant:"contained",type:"submit",onClick:i,children:"Close"})})]})},Nx=u(O)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),Wx=u(M)(({theme:e})=>({marginBottom:e.spacing(3),fontWeight:e.fontWeight.bold})),zx=u(M)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Bx=({project:e,environment:t,onChange:n})=>{var s;const{project:i}=te(e),c=(s=i.environments)==null?void 0:s.map(({environment:o})=>({key:o,label:o,title:o}));return h.useEffect(()=>{t===""&&(c!=null&&c[0])&&n(c[0].key)},[JSON.stringify(c)]),a.jsxs(Nx,{children:[a.jsx(Wx,{children:"Import options"}),a.jsx(zx,{children:"Choose the environment to import the configuration for"}),a.jsx(L3,{sx:{width:"180px"},options:c||[],onChange:n,label:"Environment",value:t,"data-testid":su,IconComponent:Sc,fullWidth:!0})]})},Yx=u("div")(({theme:e})=>({minHeight:"100vh",display:"flex"})),Hx=u("div")(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(8),flexBasis:"30%"})),Ux=u("div")(({theme:e})=>({textTransform:"uppercase",fontSize:e.fontSizes.smallBody,color:e.palette.common.white,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(3)})),kx=e=>{try{return JSON.parse(e),!0}catch{return!1}},b5=({open:e,setOpen:t,project:n})=>{const[i,c]=h.useState("configure"),[s,o]=h.useState(""),[l,d]=h.useState(""),[m,f]=h.useState("file"),v=()=>{t(!1)};h.useEffect(()=>{e===!0&&p()},[e]);const p=()=>{c("configure"),o(""),d(""),f("file")};return a.jsx(Ee,{open:e,onClose:v,label:"Import flags",children:a.jsxs(Yx,{children:[a.jsxs(Hx,{children:[a.jsx(Ux,{children:"Process"}),a.jsx(fg,{stage:i})]}),a.jsx(N,{condition:i==="configure",show:a.jsx(Ox,{tabs:a.jsx(_x,{activeTab:m,setActiveTab:f}),importOptions:a.jsx(Bx,{project:n,environment:s,onChange:o}),importArea:a.jsx(wx,{activeTab:m,setActiveTab:f,importPayload:l,setImportPayload:d}),actions:a.jsx(Sx,{disabled:!kx(l),onSubmit:()=>c("validate"),onClose:v})})}),a.jsx(N,{condition:i==="validate",show:a.jsx(Ex,{project:n,environment:s,payload:l,onBack:()=>c("configure"),onSubmit:()=>c("import"),onClose:v})}),a.jsx(N,{condition:i==="import",show:a.jsx(Vx,{project:n,environment:s,payload:l,onClose:v})})]})})},qx=u(O)(({theme:e})=>({display:"flex",gap:e.spacing(1),alignItems:"center"})),Kx=7,Gx=60*1e3,Qx=7,Jx=e=>{const t=lu(new Date,Kx),n=Vm(t,{representation:"date"});return{project:`IS:${e}`,lifecycle:"IS:completed",lastSeenAt:`IS_BEFORE:${n}`}},Xx=({projectId:e})=>{const t=re(),{shouldShowReminder:n,snoozeReminder:i}=ym(),c=ou(E2,e),{trackEvent:s}=C1(),o=`project-cleanup-${e}`,l=Jx(e),{total:d,loading:m}=mc(l,{refreshInterval:Gx});if(!c||!n(o)||m||!d)return null;const f=()=>{s("project-cleanup",{props:{eventType:"view flags clicked"}}),t(`/projects/${e}/features?${new URLSearchParams(l).toString()}`)},v=()=>{s("project-cleanup",{props:{eventType:"remind me later"}}),i(o,Qx)};return a.jsxs(T1,{severity:"warning",icon:a.jsx(_m,{}),action:a.jsxs(qx,{children:[a.jsx(c1,{size:"medium",onClick:v,children:"Remind me later"}),a.jsx(c1,{variant:"contained",size:"medium",onClick:f,children:"View flags"})]}),children:[a.jsx("b",{children:"Time to clean up technical debt?"}),a.jsxs("p",{children:["We haven't observed any metrics for ",d," of the flags lately. Can ",d>1?"they":"it"," be archived?"]})]})},Dr=e=>`environment:${e}`;var j5={},eb=ee;Object.defineProperty(j5,"__esModule",{value:!0});var Ps=j5.default=void 0,tb=eb(X1()),nb=a,ab=(0,tb.default)((0,nb.jsx)("path",{d:"M5.33 20H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h1.33c1.1 0 2 .9 2 2v12c0 1.1-.89 2-2 2zM22 18V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2H20c1.11 0 2-.9 2-2zm-7.33 0V6c0-1.1-.9-2-2-2h-1.33c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h1.33c1.1 0 2-.9 2-2z"}),"ViewWeek");Ps=j5.default=ab;const rb=u(O)(()=>({...M2,justifyContent:"center"})),ib=u($1)(({theme:e})=>({margin:e.spacing(-1,0)})),cb=u(O)(({theme:e})=>({...M2,justifyContent:"space-between",padding:e.spacing(1,1,0,4)})),sb=u(ce)(({theme:e})=>({padding:e.spacing(0,2),margin:e.spacing(0,2),borderRadius:e.shape.borderRadius})),ob=u(U3)(({theme:e})=>({"&.MuiDivider-root.MuiDivider-fullWidth":{margin:e.spacing(.75,0)}})),lb=u(D0)(({theme:e})=>({padding:e.spacing(.75,1)})),db=({columns:e,onToggle:t})=>{const[n,i]=h.useState(null),c=m=>{i(m.currentTarget)},s=()=>{i(null)},o=!!n,l="columns-menu",d=`columns-menu-list-${l}`;return a.jsxs(rb,{children:[a.jsx(Y1,{title:"Select columns",arrow:!0,describeChild:!0,children:a.jsx(ib,{id:l,"aria-controls":o?d:void 0,"aria-haspopup":"true","aria-expanded":o?"true":void 0,onClick:c,type:"button",size:"large","data-loading":!0,children:a.jsx(Ps,{})})}),a.jsxs(O0,{id:d,open:o,anchorEl:n,onClose:s,anchorOrigin:{vertical:"top",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},disableScrollLock:!0,PaperProps:{sx:m=>({borderRadius:m.shape.borderRadius,paddingBottom:m.spacing(2)})},children:[a.jsxs(cb,{children:[a.jsx(M,{variant:"body2",children:a.jsx("strong",{children:"Columns"})}),a.jsx($1,{onClick:s,children:a.jsx(L2,{})})]}),a.jsx(C0,{children:e.map(m=>m.id==="divider"?a.jsx(ob,{},"divider"):a.jsxs(sb,{onClick:()=>{t==null||t(m.id)},disabled:m.isStatic===!0&&m.isVisible===!0,children:[a.jsx(me,{children:a.jsx(lb,{edge:"start",checked:m.isVisible,disableRipple:!0,inputProps:{"aria-labelledby":m.id},size:"medium"})}),a.jsx(se,{id:m.id,primary:a.jsx(M,{variant:"body2",children:m.header})})]},m.id))})]})]})},ub=({columnVisibility:e,environments:t,onToggle:n})=>a.jsx(O,{sx:i=>({marginLeft:i.spacing(1)}),children:a.jsx(db,{columns:[{header:"Name",id:"name",isVisible:e.name,isStatic:!0},{header:"Created",id:"createdAt",isVisible:e.createdAt},{header:"By",id:"createdBy",isVisible:e.createdBy},{header:"Last seen",id:"lastSeenAt",isVisible:e.lastSeenAt},{header:"Lifecycle",id:"lifecycle",isVisible:e.lifecycle},{id:"divider"},...t.map(i=>({header:i,id:Dr(i),isVisible:e[Dr(i)]}))],onToggle:n})}),hb=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 16 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M10.58 10.08L12 11.5L8 15.5L4 11.5L5.42 10.08L7.01 11.67V0.5H8.99V11.67L10.58 10.08ZM16 19V8C16 6.89 15.1 6 14 6H11V8H14V19H2V8H5V6H2C0.889999 6 0 6.89 0 8V19C0 20.1 0.889999 21 2 21H14C15.1 21 16 20.1 16 19Z",fill:"currentColor"})),mb=()=>{const e=n1("projectId"),[t,n]=h.useState(!1);return a.jsxs(a.Fragment,{children:[a.jsx(M3,{permission:du,projectId:e,onClick:()=>n(!0),tooltipProps:{title:"Import"},"data-testid":uu,"data-loading-project":!0,children:a.jsx(hb,{})}),a.jsx(b5,{open:t,setOpen:n,project:e})]})},fb=u($1)(({theme:e})=>({padding:e.spacing(1.5)})),pb=({isLoading:e,totalItems:t,environmentsToExport:n,actions:i,title:c="Feature flags"})=>{const s=n1("projectId"),o=y3(e||!1),[l,d]=h.useState(!1);return a.jsx(O,{ref:o,"aria-busy":e,"aria-live":"polite",children:a.jsx(S1,{titleElement:`${c} ${t!==void 0?`(${t})`:""}`,actions:a.jsxs(a.Fragment,{children:[i,a.jsx(Y1,{title:"Export all project flags",arrow:!0,children:a.jsx(fb,{"data-loading":!0,onClick:()=>d(!0),children:a.jsx(hu,{})})}),a.jsx(mb,{}),e?null:a.jsx(sc,{showExportDialog:l,project:s,data:[],onClose:()=>d(!1),environments:n||[]}),a.jsx(O,{children:a.jsx(hs,{isLoading:e})})]})})})},s7=({isLoading:e,searchQuery:t,onChangeSearchQuery:n})=>{const i=y3(e||!1),{trackEvent:c}=C1(),s=o=>{n==null||n(o),c("search-bar",{props:{screen:"project",length:o.length}})};return a.jsx(O,{ref:i,"aria-busy":e,"aria-live":"polite",children:a.jsx(ye,{placeholder:"Search",expandable:!0,initialValue:t||"",onChange:s,hasFilters:!0,id:"projectFeatureFlags"})})},De=Tc(),vb=e=>e.name,gb=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),xb=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),padding:e.spacing(2,3,2),[e.breakpoints.down("md")]:{padding:e.spacing(2,2)}})),o7=u("div")({display:"flex",alignItems:"center"}),bb=u("button")(({theme:e})=>({background:"none",border:"none",padding:0,margin:e.spacing(0,1.5),marginLeft:"auto",cursor:"pointer",color:e.palette.primary.main,textDecoration:"underline",font:"inherit",display:"inline-flex",alignItems:"center","&:hover":{textDecoration:"none"}})),jb=({environments:e})=>{const{trackEvent:t}=C1(),n=n1("projectId"),{project:i}=te(n),[c,s]=h.useState(!1),[o,l]=h.useState(!1),d=x1(),m=Q1(d.breakpoints.down("md")),{features:f,total:v,refetch:p,loading:g,initialLoad:x,tableState:j,setTableState:_}=rs(n),{onFlagTypeClick:b,onTagClick:w,onAvatarClick:T}=qf(j,_),D={tag:j.tag,createdAt:j.createdAt,type:j.type,state:j.state,createdBy:j.createdBy,archived:j.archived,lifecycle:j.lifecycle,lastSeenAt:j.lastSeenAt},{favorite:C,unfavorite:Z}=mu(),S=h.useCallback(async U=>{U!=null&&U.favorite?await Z(n,U.name):await C(n,U.name),p()},[n,p]),L=(U="archived flag")=>{t("project-cleanup",{props:{eventType:U,showCleanupReminder:X}})},{isChangeRequestConfigured:z}=T0(n),{onToggle:F,modals:A}=wm(n),{rowActionsDialogs:k,setFeatureArchiveState:K,setFeatureStaleDialogState:I,setShowMarkCompletedDialogue:H,setShowFeatureReviveDialogue:B,setShowFeatureDeleteDialogue:E}=Uf(p,n,L),V=!!(x||g),[y,P]=y0(`onboarding-flow:v1-${n}`,"visible"),[Y,Q]=y0(`onboarding-state:v1-${n}`,"hide-setup"),a1=i.onboardingStatus.status!=="onboarded"&&y==="visible",e1=U=>{a1||t("onboarding",{props:{eventType:"onboarding-finished",onboardedSdk:U}})},X=!j.lastSeenAt&&!j.lifecycle,t1=!!j.archived,i1=()=>{_(t1?{archived:void 0}:{archived:{operator:"IS",values:["true"]},lifecycle:void 0})},r1=t1?[]:e,s1=h.useMemo(()=>[De.display({id:"select",header:({table:U})=>a.jsx(C8,{title:"Select all rows",checked:U==null?void 0:U.getIsAllRowsSelected(),onChange:U==null?void 0:U.getToggleAllRowsSelectedHandler()}),cell:({row:U})=>a.jsx(C8,{title:"Select row",checked:U==null?void 0:U.getIsSelected(),onChange:U==null?void 0:U.getToggleSelectedHandler()}),meta:{width:"1%"},enableHiding:!1}),De.accessor("favorite",{id:"favorite",header:()=>a.jsx(fu,{isActive:j.favoritesFirst,onClick:()=>_({favoritesFirst:!j.favoritesFirst})}),cell:({row:{original:U}})=>a.jsx(pu,{value:U==null?void 0:U.favorite,onClick:()=>S(U)}),enableSorting:!1,enableHiding:!1,meta:{width:"1%"}}),De.accessor("name",{id:"name",header:"Name",cell:vu(w,b),enableHiding:!1}),De.accessor("createdAt",{id:"createdAt",header:"Created",cell:Oc,meta:{width:"1%"}}),De.accessor("createdBy",{id:"createdBy",header:"By",cell:gu(T),enableSorting:!1,meta:{width:"1%",align:"center"}}),De.accessor("lastSeenAt",{id:"lastSeenAt",header:"Last seen",cell:({row:{original:U}})=>a.jsx(xu,{feature:U,"data-loading":!0}),size:50,meta:{align:"center",width:"1%"}}),De.accessor("lifecycle",{id:"lifecycle",header:"Lifecycle",cell:({row:{original:U}})=>a.jsx(bu,{feature:U,onComplete:()=>{H({featureId:U.name,open:!0})},onUncomplete:p,onArchive:()=>K(U.name),"data-loading":!0}),enableSorting:!1,size:50,meta:{align:"center",width:"1%"}}),...r1.map(U=>{const U1=z(U);return De.accessor(V1=>{var ne,W;return{archived:V1.archivedAt!==null,featureId:V1.name,environment:(ne=V1.environments)==null?void 0:ne.find(G=>G.name===U),someEnabledEnvironmentHasVariants:((W=V1.environments)==null?void 0:W.some(G=>G.variantCount&&G.variantCount>0&&G.enabled))||!1}},{id:Dr(U),header:U,meta:{align:"center",width:90},cell:({getValue:V1})=>{const{featureId:ne,environment:W,someEnabledEnvironmentHasVariants:G,archived:v1}=V1();return V?a.jsx(Rf,{}):v1?a.jsx(Lf,{}):a.jsx(Ff,{value:(W==null?void 0:W.enabled)||!1,featureId:ne,someEnabledEnvironmentHasVariants:G,environment:W,projectId:n,environmentName:U,isChangeRequestEnabled:U1,refetch:p,onFeatureToggleSwitch:F})}})}),De.display({id:"actions",header:"",cell:({row:U})=>j.archived?a.jsx(ju,{project:n,onRevive:()=>{B({featureId:U.id,open:!0})},onDelete:()=>{E({featureId:U.id,open:!0})}}):a.jsx(df,{row:U,projectId:n,onOpenArchiveDialog:K,onOpenStaleDialog:I}),enableSorting:!1,enableHiding:!1,meta:{align:"right",width:"1%"}})],[n,r1,j.favoritesFirst,p,V]),b1=h.useMemo(()=>Array(j.limit).fill(null).map((U,U1)=>({id:U1,type:"-",name:`Feature name ${U1}`,description:"",createdAt:new Date().toISOString(),createdBy:{id:0,name:"",imageUrl:""},dependencyType:null,favorite:!1,impressionData:!1,project:"project",segments:[],stale:!1,archivedAt:null,environments:[{name:"development",enabled:!1,type:"development"},{name:"production",enabled:!1,type:"production"}]})),[j.limit]),j1=y3(V),P1=h.useMemo(()=>V?b1:f,[V,JSON.stringify(f)]),h1=h.useMemo(()=>s1.map(U=>U.id).filter(Boolean),[s1]),q1=Yf(h1),K1=Cc(Dc(j,_,{columns:s1,data:P1,enableRowSelection:!0,state:{columnVisibility:q1},getRowId:vb})),{columnVisibility:G1,rowSelection:L1}=K1.getState(),o1=h.useCallback(U=>{const U1=G1[U],V1={...G1,[U]:!U1};_({columns:Object.keys(V1).filter(ne=>V1[ne]&&!ne.includes(","))})},[G1,_]),M1=kf(f,L1);return a.jsxs(gb,{children:[a.jsx(N,{condition:a1,show:a.jsx(yv,{projectId:n,setConnectSdkOpen:s,setOnboardingFlow:P,refetchFeatures:p})}),Y==="show-setup"&&!a1?a.jsx(Vv,{projectId:n,onClose:()=>{Q("hide-setup")}}):null,X?a.jsx(Xx,{projectId:n}):null,a.jsx(A1,{disableLoading:!0,header:a.jsx(pb,{isLoading:x,totalItems:v,environmentsToExport:r1,actions:a.jsx(bb,{type:"button",onClick:i1,children:t1?"View active flags":"View archived flags"}),title:t1?"Archived feature flags":"Feature flags"}),bodyClass:"noop",style:{cursor:"inherit"},children:a.jsxs("div",{ref:j1,"aria-busy":V,"aria-live":"polite",children:[a.jsxs(xb,{children:[a.jsxs(o7,{children:[t1?a.jsx(O,{sx:{marginRight:"auto"},children:a.jsx(I8,{project:n,onChange:_,state:D})}):a.jsx(Bf,{projectId:n,state:D,onChange:_,total:g?void 0:v}),m?null:a.jsx(s7,{searchQuery:j.query||"",onChangeSearchQuery:U=>{_({query:U})},isLoading:g}),a.jsx(ub,{columnVisibility:G1,environments:r1,onToggle:o1})]}),t1?null:a.jsx(o7,{children:a.jsx(I8,{project:n,onChange:_,state:D})}),m?a.jsx(s7,{searchQuery:j.query||"",onChangeSearchQuery:U=>{_({query:U})},isLoading:g}):null]}),a.jsx(k3,{value:j.query||"",children:a.jsx($c,{tableInstance:K1,totalItems:v})}),a.jsx(N,{condition:!P1.length&&!V,show:a.jsx(Hf,{query:j.query||""})}),k,A]})}),a.jsx(Kp,{open:c,onClose:()=>{s(!1)},onFinish:U=>{s(!1),Q("show-setup"),e1(U)},project:n,environments:r1,feature:"feature"in i.onboardingStatus?i.onboardingStatus.feature:void 0}),a.jsx(xf,{count:M1.length,children:j.archived?a.jsx(Nv,{selectedIds:Object.keys(L1),projectId:n,onConfirm:()=>{p(),K1.resetRowSelection(),L("bulk archived")}}):a.jsx(Ef,{selectedIds:Object.keys(L1),data:M1,projectId:n,onResetSelection:K1.resetRowSelection,onChange:p})}),a.jsx(b5,{open:o,setOpen:l,project:n})]})},yb=e=>{const t=`api/admin/projects/${e}/sdks/outdated`,{data:n,refetch:i,loading:c,error:s}=Zr(B1(t),()=>Ir(B1(t),"Outdated SDKs"),{refreshInterval:60*1e3});return{data:n||{sdks:[]},refetch:i,error:s}},_b=u("ul")({margin:0}),wb=({project:e})=>{const{data:{sdks:t}}=yb(e),{trackEvent:n}=C1(),i=o=>{n("sdk-banner",{props:{eventType:"banner application clicked",sdkVersion:o}})},c=()=>{n("sdk-banner",{props:{eventType:"banner clicked"}})},s={message:`We noticed that an outdated SDK version is connected to ${e} project.`,variant:"warning",link:"dialog",linkText:"Please update those versions",linkClicked:c,dialogTitle:"Outdated SDKs",dialog:a.jsx(a.Fragment,{children:t.map(o=>a.jsxs("div",{children:[a.jsx("span",{children:o.sdkVersion}),a.jsx(_b,{children:o.applications.map(l=>a.jsx("li",{onClick:()=>{i(o.sdkVersion)},onKeyDown:()=>{i(o.sdkVersion)},children:a.jsx(g1,{to:`/applications/${l}`,children:l})},l))})]},o.sdkVersion))})};return a.jsx(a.Fragment,{children:a.jsx(N,{condition:t.length>0,show:a.jsx(yu,{banner:s,inline:!0})})})},Sb=15*1e3,Ob=u("div")(({theme:e})=>({display:"flex",gap:e.spacing(2),[e.breakpoints.down("md")]:{flexDirection:"column"}})),Cb=u("div")(()=>({width:"100%",minWidth:0})),Db=u(O)(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),width:"100%",minWidth:0})),$b=()=>{var s;const e=n1("projectId"),t=_e(e),n=P0("outdatedSdksBanner"),{project:i}=te(e,{refreshInterval:Sb});ve(`Project overview – ${t}`);const{setLastViewed:c}=_u();return h.useEffect(()=>{c(e)},[e,c]),a.jsx(Ob,{children:a.jsxs(Db,{children:[a.jsx(N,{condition:n,show:a.jsx(wb,{project:e})}),a.jsx(Cb,{children:a.jsx(jb,{environments:((s=i.environments)==null?void 0:s.map(o=>o.environment))||[]})})]})},e)},Tb=()=>{const e=n1("projectId");return a.jsx(wu,{title:"Event Log",project:e})},y5=(e,t)=>{const{data:n,error:i,mutate:c}=V3(B1(`api/admin/projects/${e}/change-requests/${t}`),Pb,{refreshInterval:15e3});return{data:n,loading:!i&&!n,refetchChangeRequest:()=>c(),error:i}},Pb=e=>fetch(e).then(he("Request changes")).then(t=>t.json()),Eb=u(Ze)(({theme:e})=>({padding:e.spacing(3,4),borderRadius:`${e.shape.borderRadiusLarge}px`}));u(O)(({theme:e})=>({display:"flex",alignItems:"center",marginBottom:e.spacing(2)}));const Zb=u(O)(({theme:e})=>({display:"flex",alignItems:"center"})),Ib=u(M)(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.mainHeader})),Mb=u(Su)(({theme:e})=>({padding:e.spacing(.75,1.5),backgroundColor:e.palette.background.elevation2})),X2=u(N2)(({theme:e})=>({height:"24px",width:"24px",marginInline:0})),Ab=({changeRequest:e})=>{var i,c;const[t,n]=h.useState(e.title);return a.jsxs(Eb,{elevation:0,children:[a.jsx(Ou,{environmentChangeRequest:e,title:t,setTitle:n,children:a.jsx(Ib,{variant:"h1",component:"h2",sx:{mr:1.5},children:a.jsx(_0,{lines:3,children:t})})}),a.jsxs(Zb,{children:[a.jsx(Cu,{changeRequest:e}),a.jsxs(M,{variant:"body2",sx:s=>({margin:s.spacing("auto",0,"auto",2)}),children:["Created ",a.jsx(Pc,{date:e.createdAt})," by"]}),a.jsx(O,{sx:s=>({marginLeft:s.spacing(1)}),children:a.jsx(Y1,{title:(i=e==null?void 0:e.createdBy)==null?void 0:i.username,children:a.jsx(X2,{user:e==null?void 0:e.createdBy})})}),a.jsx(M,{variant:"body2",sx:s=>({marginLeft:s.spacing(.5)}),children:(c=e==null?void 0:e.createdBy)==null?void 0:c.username}),a.jsx(O,{sx:s=>({marginLeft:s.spacing(1.5)}),children:a.jsx(Mb,{variant:"outlined",children:a.jsxs(M,{variant:"body2",sx:{lineHeight:1},children:["Environment:"," ",a.jsx(M,{display:"inline",fontWeight:"bold",variant:"body2",component:"span",children:e==null?void 0:e.environment})," ",a.jsx(Du,{}),"Updates:",a.jsx($u,{featuresCount:e.features.length,segmentsCount:e.segments.length})]})})})]})]})},l7=(e,t)=>["Draft","In review",...["Approved","Applied","Cancelled","Scheduled","Rejected"].filter(i=>e.hasOwnProperty(i)||i===t)],Fb=["Draft","In review","Approved","Applied"],Rb=["Draft","In review","Rejected"],Lb=["Draft","In review","Approved","Cancelled"],Vb=["Draft","In review","Approved","Scheduled","Applied"],Es=u(ps)(({theme:e})=>({display:"flex",flexDirection:"column"})),Nb=u(Ze)(({theme:e})=>({marginTop:e.spacing(2),borderRadius:`${e.shape.borderRadiusLarge}px`})),Wb=u(O)(({theme:e})=>({padding:e.spacing(2),marginBottom:`-${e.spacing(4)}`})),zb=u(O)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"flex-end",columnGap:"1ch"})),Bb=u(gs)(()=>({[`& .${vs.root}:before`]:{flex:0,padding:0}})),Yb=(e,t,n,i)=>e==="Cancelled"?"grey":e==="Rejected"?n==="Rejected"?"error":"success":t!==-1&&t>=i?"success":t+1===i?"primary":"grey",Hb=({state:e,schedule:t,timestamps:n})=>{let i;switch(e){case"Rejected":n?i=l7(n,"Rejected"):i=Rb;break;case"Scheduled":i=Vb;break;case"Cancelled":n?i=l7(n,"Cancelled"):i=Lb;break;default:i=Fb}const c=i.findIndex(s=>s===e);return a.jsx(Nb,{elevation:0,children:a.jsx(Wb,{children:a.jsx(Bb,{children:i.map((s,o)=>{const l=o<=c&&(n!=null&&n[s])?a.jsx(M,{component:"span",color:"textSecondary",children:a.jsx(Zs,{dateTime:n==null?void 0:n[s]})}):void 0;if(t&&s==="Scheduled")return a.jsx(qb,{schedule:t,timestamp:l},s);const d=Yb(e,c,s,o);let m={};return c+1===o&&!(e==="Cancelled"&&s==="Draft")&&(m={variant:"outlined"}),a.jsx(Ub,{color:d,title:s,shouldConnectToNextItem:o<i.length-1,timestamp:l,timelineDotProps:m},s)})})})})},Zs=({dateTime:e,...t})=>{const{locationSettings:n}=q3(),i=Tu(new Date(e||""),n.locale);return a.jsx("time",{...t,dateTime:e,children:i})},Ub=({color:e,title:t,shouldConnectToNextItem:n,timestamp:i,timelineDotProps:c={}})=>a.jsxs(b0,{children:[a.jsxs(x0,{children:[a.jsx(f5,{color:e,...c}),n&&a.jsx(m5,{})]}),a.jsxs(Es,{children:[t,i]})]},t),kb=e=>{const t=({prefix:n})=>a.jsxs(M,{component:"span",children:[n," ",a.jsx(Zs,{dateTime:e.scheduledAt})]});switch(e.status){case"suspended":return{title:"Schedule suspended",timeInfo:a.jsx(t,{prefix:"was"}),color:"grey",reason:a.jsx(I3,{title:e.reason,arrow:!0,children:a.jsx(x2,{color:"disabled",fontSize:"small"})})};case"failed":return{title:"Schedule failed",timeInfo:a.jsx(t,{prefix:"at"}),color:"error",reason:a.jsx(I3,{title:`Schedule failed because of ${e.reason||e.failureReason}`,arrow:!0,children:a.jsx(x2,{color:"error",fontSize:"small"})})};default:return{title:"Scheduled",timeInfo:a.jsx(t,{prefix:"for"}),color:"warning",reason:null}}},qb=({schedule:e,timestamp:t})=>{const{title:n,timeInfo:i,color:c,reason:s}=kb(e);return a.jsxs(b0,{children:[a.jsxs(x0,{children:[a.jsx(f5,{color:c}),a.jsx(m5,{})]}),a.jsxs(Es,{children:[n,a.jsxs(zb,{children:[i,s]}),t]})]},n)};var _5={},Kb=ee;Object.defineProperty(_5,"__esModule",{value:!0});var Is=_5.default=void 0,Gb=Kb(X1()),d7=a,Qb=(0,Gb.default)([(0,d7.jsx)("path",{d:"M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"},"0"),(0,d7.jsx)("path",{d:"M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z"},"1")],"Schedule");Is=_5.default=Qb;const w5=()=>e=>e!=="color"&&e!=="sx"&&e!=="approved"&&e!=="border"&&e!=="bgColor"&&e!=="svgColor",pe=u(O)(({theme:e})=>({display:"flex",alignItems:"center"})),Ms=u(Lr)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),u7=u(Lr)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),C2=u(Ec)(({theme:e})=>({color:e.palette.success.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),Jb=u(Is)(({theme:e})=>({color:e.palette.warning.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),Xb=u(x2)(({theme:e})=>({color:e.palette.error.main,height:"35px",width:"35px",marginRight:e.spacing(1)})),ej=u(Pu)(({theme:e})=>({color:e.palette.text.secondary,height:"35px",width:"35px",marginRight:e.spacing(1)})),tj=u(K3)(({theme:e})=>({color:e.palette.text.secondary,height:"24px",width:"24px"})),nj=u(O)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),aj=u(O,{shouldForwardProp:w5()})(({theme:e,bgColor:t,svgColor:n})=>({borderRadius:`${e.shape.borderRadiusMedium}px`,backgroundColor:t,padding:e.spacing(1,2),marginRight:e.spacing(2),height:"45px",width:"45px",display:"flex",alignItems:"center",justifyContent:"center",svg:{color:n}})),S5=u(U3)(({theme:e})=>({margin:e.spacing(2.5,0)})),rj=u(O,{shouldForwardProp:w5()})(({theme:e,border:t})=>({borderRadius:`${e.shape.borderRadiusLarge}px`,border:t,padding:e.spacing(3),width:"100%"})),de=u(M,{shouldForwardProp:w5()})(({theme:e,color:t})=>({fontWeight:"bold",color:t})),ij=u(O)({display:"flex",flexDirection:"row",justifyContent:"space-between",width:"100%"}),et=()=>Intl.DateTimeFormat().resolvedOptions().timeZone,cj=(e,t)=>e==="Approved"||e==="Scheduled"?`2px solid ${t.palette.success.main}`:e==="Applied"?`2px solid ${t.palette.primary.main}`:`1px solid ${t.palette.divider}`,sj=(e,t)=>e==="Approved"?{bgColor:t.palette.success.main,svgColor:t.palette.background.paper}:e==="Applied"?{bgColor:t.palette.primary.main,svgColor:t.palette.background.paper}:{bgColor:t.palette.background.elevation2,svgColor:t.palette.neutral.main},oj=({changeRequest:e,onEditClick:t})=>{const n=x1();return a.jsxs(nj,{children:[a.jsx(aj,{...sj(e.state,n),children:a.jsx(Zc,{})}),a.jsx(rj,{sx:{backgroundColor:e.state==="In review"?n.palette.warning.light:"initial"},border:cj(e.state,n),children:a.jsx(lj,{changeRequest:e,onEditClick:t})})]})},lj=({changeRequest:e,onEditClick:t})=>{const{state:n}=e;if(!n)return null;if(n==="Approved")return a.jsx(dj,{});if(n==="Applied")return a.jsx(hj,{});if(n==="Cancelled")return a.jsx(xj,{});if(n==="Rejected")return a.jsx(bj,{});if(n==="Scheduled"){const{schedule:i}=e;return a.jsx(fj,{schedule:i,onEditClick:t})}return a.jsx(uj,{minApprovals:e.minApprovals})},dj=()=>{const e=x1();return a.jsxs(a.Fragment,{children:[a.jsxs(pe,{children:[a.jsx(C2,{}),a.jsxs(O,{children:[a.jsx(de,{color:e.palette.success.dark,children:"Changes approved"}),a.jsx(M,{children:"One approving review from requested approvers"})]})]}),a.jsx(S5,{}),a.jsxs(pe,{children:[a.jsx(C2,{}),a.jsx(O,{children:a.jsx(de,{color:e.palette.success.dark,children:"Changes are ready to be applied"})})]})]})},uj=({minApprovals:e})=>{const t=x1();return a.jsxs(a.Fragment,{children:[a.jsxs(pe,{children:[a.jsx(u7,{}),a.jsxs(O,{children:[a.jsx(de,{color:t.palette.warning.dark,children:"Review required"}),a.jsxs(M,{children:["At least ",e," approval(s) must be submitted before changes can be applied"]})]})]}),a.jsx(S5,{}),a.jsxs(pe,{children:[a.jsx(u7,{}),a.jsx(de,{color:t.palette.warning.dark,children:"Apply changes is blocked"})]})]})},hj=()=>{const e=x1();return a.jsx(a.Fragment,{children:a.jsxs(pe,{children:[a.jsx(C2,{sx:{color:e.palette.primary.main}}),a.jsx(O,{children:a.jsx(de,{color:e.palette.primary.main,children:"Changes applied"})})]})})},mj=u($1)({maxWidth:"32px",maxHeight:"32px"}),fj=({schedule:e,onEditClick:t})=>{const n=x1();if(!e)return null;const i=(()=>{switch(e.status){case"pending":return a.jsx(gj,{schedule:e});case"failed":return a.jsx(pj,{schedule:e});case"suspended":return a.jsx(vj,{schedule:e});default:return null}})();return a.jsxs(a.Fragment,{children:[a.jsxs(pe,{children:[a.jsx(C2,{}),a.jsxs(O,{children:[a.jsx(de,{color:n.palette.success.dark,children:"Changes approved"}),a.jsx(M,{children:"One approving review from requested approvers"})]})]}),a.jsx(S5,{}),a.jsxs(ij,{children:[i,a.jsx(mj,{onClick:t,children:a.jsx(tj,{})})]})]})},pj=({schedule:e})=>{const t=x1(),n=et(),{locationSettings:i}=q3(),c=E0(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return a.jsxs(pe,{children:[a.jsx(Xb,{}),a.jsxs(O,{children:[a.jsxs(de,{color:t.palette.error.main,children:["Changes failed to be applied on ",c," because of"," ",e.reason??e.failureReason]}),a.jsxs(M,{children:["Your timezone is ",n]})]})]})},vj=({schedule:e})=>{const t=x1(),n=et(),{locationSettings:i}=q3(),c=E0(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return a.jsxs(pe,{children:[a.jsx(ej,{}),a.jsxs(O,{children:[a.jsxs(de,{color:t.palette.text.secondary,children:["The change request is suspended for the following reason:"," ",e.reason]}),a.jsxs(de,{color:t.palette.text.secondary,children:["It will not be applied on ",c,"."]}),a.jsxs(M,{children:["Your timezone is ",n]})]})]})},gj=({schedule:e})=>{const t=x1(),n=et(),{locationSettings:i}=q3(),c=E0(new Date(e==null?void 0:e.scheduledAt),i==null?void 0:i.locale);return a.jsxs(pe,{children:[a.jsx(Jb,{}),a.jsxs(O,{children:[a.jsxs(de,{color:t.palette.warning.dark,children:["Changes are scheduled to be applied on: ",c]}),a.jsxs(M,{children:["Your timezone is ",n]})]})]})},xj=()=>{const e=x1();return a.jsx(a.Fragment,{children:a.jsxs(pe,{children:[a.jsx(Ms,{}),a.jsx(O,{children:a.jsx(de,{color:e.palette.error.main,children:"Changes cancelled"})})]})})},bj=()=>{const e=x1();return a.jsx(a.Fragment,{children:a.jsxs(pe,{children:[a.jsx(Ms,{}),a.jsx(O,{children:a.jsx(de,{color:e.palette.error.main,children:"Changes rejected"})})]})})},As=({disabled:e,children:t,actions:n,permission:i,projectId:c,ariaLabel:s,environmentId:o})=>{const[l,d]=Pe.useState(!1),m=Pe.useRef(null),f=()=>{d(g=>!g)},v=g=>{var x;(x=m.current)!=null&&x.contains(g.target)||d(!1)},p=m.current?m.current.offsetWidth:null;return a.jsxs(Pe.Fragment,{children:[a.jsx(j3,{variant:"contained",disabled:e,"aria-controls":l?"review-options-menu":void 0,"aria-expanded":l?"true":void 0,"aria-label":s,"aria-haspopup":"menu",onClick:f,ref:m,endIcon:a.jsx(Eu,{}),permission:i,projectId:c,environmentId:o,children:t}),a.jsx(Zu,{sx:{zIndex:1,width:p},open:l,anchorEl:m.current,transition:!0,disablePortal:!0,children:({TransitionProps:g,placement:x})=>a.jsx(Iu,{...g,style:{transformOrigin:x==="bottom"?"center top":"center bottom"},children:a.jsx(Ze,{className:"dropdown-outline",children:a.jsx(Mu,{onClickAway:v,children:a.jsx(C0,{id:"review-options-menu",autoFocusItem:!0,children:n.map(({label:j,onSelect:_,icon:b})=>a.jsxs(ce,{disabled:e,onClick:_,children:[a.jsx(me,{children:b}),a.jsx(se,{children:j})]},`MenuItem-${j}`))})})})})})]})},jj=({disabled:e,onReject:t,onApprove:n,children:i})=>{const{isAdmin:c}=h.useContext(Ie),s=n1("projectId"),o=n1("id"),{user:l}=Ic(),{data:d}=y5(s,o),m=(d==null?void 0:d.createdBy.id)===(l==null?void 0:l.id),f=e||m&&!c;return a.jsx(As,{permission:Au,disabled:f,actions:[{label:"Approve",onSelect:n,icon:a.jsx(R3,{fontSize:"small"})},{label:"Reject",onSelect:t,icon:a.jsx(Fu,{fontSize:"small"})}],environmentId:d==null?void 0:d.environment,projectId:s,ariaLabel:"review or reject changes",children:i})},yj=u(O)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),_j=u(Ze)(({theme:e})=>({width:"100%",padding:e.spacing(1.5,3,2.5,3),backgroundColor:e.palette.neutral.light,borderRadius:e.shape.borderRadiusLarge,borderColor:e.palette.divider})),wj=u(O)(({theme:e})=>({display:"flex",borderBottom:"1px solid",borderColor:e.palette.divider,paddingBottom:e.spacing(1.5)})),Sj=({comment:e})=>a.jsxs(yj,{children:[a.jsx(Ru,{user:e.createdBy}),a.jsxs(_j,{variant:"outlined",children:[a.jsx(wj,{children:a.jsxs(O,{children:[a.jsx("strong",{children:e.createdBy.username})," ",a.jsxs(M,{color:"text.secondary",component:"span",children:["commented ",a.jsx(Pc,{date:e.createdAt})]})]})}),a.jsx(O,{sx:{paddingTop:2.5},children:a.jsx(g2,{children:e.text})})]})]}),Oj=({open:e,onConfirm:t,onClose:n,disabled:i=!1})=>{const[c,s]=h.useState("");return a.jsxs(ue,{open:e,primaryButtonText:"Reject changes",secondaryButtonText:"Cancel",onClick:()=>t(c),disabledPrimaryButton:i,onClose:n,title:"Reject changes",fullWidth:!0,children:[a.jsx(O,{children:"Add an optional comment why you reject those changes"}),a.jsx(le,{sx:{mt:1},variant:"outlined",placeholder:"Add your comment here",fullWidth:!0,multiline:!0,minRows:2,onChange:o=>s(o.target.value),value:c})]})};var O5={},Cj=ee;Object.defineProperty(O5,"__esModule",{value:!0});var Fs=O5.default=void 0,Dj=Cj(X1()),$j=a,Tj=(0,Dj.default)((0,$j.jsx)("path",{d:"M19 3h-1V1h-2v2H8V1H6v2H5c-1.11 0-1.99.9-1.99 2L3 19c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 16H5V8h14v11zM7 10h5v5H7z"}),"Today");Fs=O5.default=Tj;const h7=({disabled:e,onSchedule:t,onApply:n,variant:i="create",children:c})=>{const s=n1("projectId"),o=n1("id"),{data:l}=y5(s,o);return a.jsx(As,{permission:Vr,disabled:e,actions:[{label:"Apply changes",onSelect:n,icon:a.jsx(R3,{fontSize:"small"})},{label:i==="create"?"Schedule changes":"Update schedule",onSelect:t,icon:a.jsx(Fs,{fontSize:"small"})}],environmentId:l==null?void 0:l.environment,projectId:s,ariaLabel:"apply or schedule changes",children:c})},Pj=u(T1)(({theme:e})=>({marginBottom:e.spacing(2),backgroundColor:`${e.palette.neutral.light}!important`,color:`${e.palette.text.primary}!important`,borderColor:`${e.palette.neutral.light}!important`})),Rs=({open:e,onConfirm:t,onClose:n,title:i,primaryButtonText:c,disabled:s,message:o,scheduledTime:l,permissionButton:d})=>l?a.jsxs(ue,{title:i,primaryButtonText:c,disabledPrimaryButton:s,secondaryButtonText:"Cancel",open:e,onClose:n,onClick:()=>t(),permissionButton:d,fullWidth:!0,children:[a.jsxs(Pj,{icon:!1,children:["There is a scheduled time to apply these changes set for"," ",a.jsxs("strong",{children:[a.jsx("br",{}),`${new Date(l).toLocaleString()}`]})]}),a.jsx(M,{variant:"body1",children:o})]}):null,Ej=({projectId:e,environment:t,disabled:n,onConfirm:i,...c})=>a.jsx(Rs,{message:"Applying the changes now means the scheduled time will be ignored",title:"Apply changes",primaryButtonText:"Apply changes now",onConfirm:i,permissionButton:a.jsx(j3,{variant:"contained",onClick:()=>i(),projectId:e,permission:Vr,environmentId:t,disabled:n,children:"Apply changes now"}),...c}),Zj=({...e})=>a.jsx(Rs,{message:"Rejecting this change request will delete its schedule and it can no longer be rescheduled or applied.",title:"Reject changes",primaryButtonText:"Reject changes",...e}),Ij=u(O)(({theme:e})=>({display:"flex",flexDirection:"row",alignItems:"center",gap:e.spacing(2)})),Mj=({open:e,onConfirm:t,onClose:n,title:i,primaryButtonText:c,projectId:s,environment:o,disabled:l,scheduledAt:d})=>{const[m,f]=h.useState(d?new Date(d):new Date),[v,p]=h.useState(void 0),g=et();return a.jsxs(ue,{title:i,primaryButtonText:c,disabledPrimaryButton:l,secondaryButtonText:"Cancel",open:e,onClose:()=>n(),onClick:()=>t(m),permissionButton:a.jsx(j3,{variant:"contained",onClick:()=>t(m),projectId:s,permission:Vr,environmentId:o,disabled:l,children:c}),fullWidth:!0,children:[a.jsx(T1,{severity:"info",sx:{mb:x=>x.spacing(2)},children:"The time shown below is based on your browser's time zone."}),a.jsx(M,{variant:"body1",sx:{mb:x=>x.spacing(4)},children:"Select the date and time when these changes should be applied. If you change your mind later, you can reschedule the changes or apply them immediately."}),a.jsxs(Ij,{children:[a.jsx(Lu,{label:"Date",value:m,onChange:x=>{p(void 0),x<new Date&&p(`The time you provided (${x.toLocaleString()}) is not valid because it's in the past. Please select a time in the future.`),f(x)},min:new Date,error:!!v,errorText:v,required:!0}),a.jsxs(M,{variant:"body2",children:["Your browser's time zone is ",g]})]})]})},Ls=e=>{const{data:t,mutate:n}=Mc({total:0},B1(`api/admin/projects/${e}/change-requests/actionable`),Aj);return{total:t==null?void 0:t.total,refetch:n}},Aj=e=>fetch(e).then(he("Actionable change requests")).then(t=>t.json()),Fj=(e,t)=>{const{data:n,error:i,mutate:c}=V3(B1(`api/admin/projects/${e}/change-requests/${t}/approvers`),Rj);return h.useMemo(()=>({reviewers:(n==null?void 0:n.reviewers)||[],loading:!i&&!n,refetchReviewers:()=>c(),error:i}),[n,i,c])},Rj=e=>fetch(e).then(he("Requested Approvers")).then(t=>t.json()),C5=u(O)(({theme:e})=>({display:"flex",alignItems:"center",flexWrap:"wrap",marginTop:e.spacing(1.5),gap:e.spacing(1)})),Lj=u(Ec)(({theme:e})=>({color:e.palette.success.main,marginLeft:"auto"})),Vj=u(Lr)(({theme:e})=>({color:e.palette.error.main,marginLeft:"auto"})),Nj=u(J2)(({theme:e})=>({color:e.palette.neutral.main,marginLeft:"auto"})),D5=u(M)({maxWidth:"170px",textOverflow:"ellipsis",overflow:"hidden",whiteSpace:"nowrap",color:"text.primary"}),Wj=({name:e,imageUrl:t})=>a.jsxs(C5,{title:"Approved",children:[a.jsx(X2,{user:{name:e,imageUrl:t}}),a.jsx(D5,{variant:"body1",children:e}),a.jsx(Lj,{})]}),zj=({name:e,imageUrl:t})=>a.jsxs(C5,{title:"Rejected",children:[a.jsx(X2,{user:{name:e,imageUrl:t}}),a.jsx(D5,{variant:"body1",children:e}),a.jsx(Vj,{})]}),Bj=({name:e,imageUrl:t})=>a.jsxs(C5,{title:"Pending",children:[a.jsx(X2,{user:{name:e,imageUrl:t}}),a.jsx(D5,{variant:"body1",children:e}),a.jsx(Nj,{})]}),Yj=u("span")(({theme:e})=>({display:"flex",alignItems:"center",marginRight:e.spacing(1),fontSize:e.fontSizes.bodySize})),Vs=u(O)(({theme:e})=>({display:"flex",flexDirection:"row",width:"100%","& > div":{width:"100%"},justifyContent:"space-between",marginBottom:e.spacing(2),marginRight:e.spacing(-2)})),m7=u($1)(({theme:e})=>({marginRight:e.spacing(-1)})),Hj=u("li")({width:"100%"}),Uj=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),kj=u("div")(({theme:e})=>({paddingLeft:e.spacing(1)})),qj=(e,t,{selected:n})=>h.createElement(Hj,{...e,key:t.id},a.jsx(D0,{icon:a.jsx(Nr,{fontSize:"small"}),checkedIcon:a.jsx(Wr,{fontSize:"small"}),style:{marginRight:8},checked:n}),a.jsxs(Uj,{children:[a.jsx("span",{children:t.name||t.username}),a.jsx("span",{children:t.name&&t.username?t.username:t.email})]})),Kj=e=>a.jsx(kj,{children:e.length>1?`${e.length} reviewers`:e[0].name||e[0].username||e[0].email}),Gj=({canShowAddReviewers:e,showAddReviewers:t,actualApprovals:n,minApprovals:i,setShowAddReviewers:c})=>a.jsx(a.Fragment,{children:a.jsxs(Vs,{sx:{mb:1},children:[a.jsxs(Yj,{children:["Reviewers",a.jsxs(M,{component:"span",color:"text.secondary",sx:{ml:1},children:["(",n,"/",i," required)"]})]}),e&&(t?a.jsx(m7,{title:"Close",onClick:()=>{c(!1)},children:a.jsx(Vu,{})}):a.jsx(m7,{title:"Request approvals",onClick:()=>{c(!0)},children:a.jsx(e3,{})}))]})}),Qj=({changeRequest:e,saveClicked:t,existingReviewers:n})=>{const i=x1(),[c,s]=h.useState([]),o=[...n,...c],{reviewers:l,loading:d}=Nu(e.project,e.environment),m=l.filter(p=>!n.some(g=>g.id===p.id)),f=(p,g,x)=>{p.type==="keydown"&&p.key==="Backspace"&&x==="removeOption"||s(g)},v=(p,{inputValue:g})=>p.filter(({name:x,username:j,email:_})=>v3(g,_)||v3(g,x)||v3(g,j));return a.jsxs(Vs,{sx:{mb:4},children:[a.jsx(Ac,{sx:{ml:"auto",width:i.spacing(40)},size:"small",limitTags:3,openOnFocus:!0,multiple:!0,disableCloseOnSelect:!0,value:c,onChange:f,options:m,renderOption:qj,filterOptions:v,freeSolo:o.length>=10?!1:void 0,getOptionDisabled:p=>o.length>=10&&!c.find(g=>g.id===p.id),isOptionEqualToValue:(p,g)=>p.id===g.id,getOptionLabel:p=>p.email||p.name||p.username||"",renderInput:p=>a.jsx(le,{...p,label:`Reviewers (${c.length})`}),renderTags:p=>Kj(p),noOptionsText:d?"Loading…":"No options"}),a.jsx(c1,{sx:{ml:2},variant:"contained",color:"primary",disabled:!1,onClick:()=>t(c),children:"Save"})]})},Jj=({changeRequest:e})=>{const[t,n]=h.useState(!1),{reviewers:i,refetchReviewers:c}=Fj(e.project,e.id),{updateRequestedApprovers:s}=$0(),o=(e.state==="Draft"||e.state==="In review")&&e.minApprovals>0;let l=i.map(m=>{const f=e.approvals.find(p=>p.createdBy.id===m.id),v=e.rejections.find(p=>p.createdBy.id===m.id);return{id:m.id,name:m.username||m.name||"Unknown user",imageUrl:m.imageUrl,status:f?"approved":v?"rejected":"pending"}});l=[...l,...e.approvals.filter(m=>!l.find(f=>f.name===m.createdBy.username)).map(m=>({id:m.createdBy.id,name:m.createdBy.username||"Unknown user",imageUrl:m.createdBy.imageUrl,status:"approved"})),...e.rejections.filter(m=>!l.find(f=>f.name===m.createdBy.username)).map(m=>({id:m.createdBy.id,name:m.createdBy.username||"Unknown user",imageUrl:m.createdBy.imageUrl,status:"rejected"}))];const d=async m=>{if(m.length>0){const f=[...l.map(v=>v.id),...m.map(v=>v.id)];await s(e.project,e.id,f)}c(),n(!1)};return a.jsxs(Ze,{elevation:0,sx:m=>({marginTop:m.spacing(2),padding:m.spacing(4),paddingTop:m.spacing(2),borderRadius:f=>`${f.shape.borderRadiusLarge}px`}),children:[a.jsx(Gj,{canShowAddReviewers:o,showAddReviewers:t,minApprovals:e.minApprovals,actualApprovals:e.approvals.length,setShowAddReviewers:n}),o&&t&&a.jsx(Qj,{changeRequest:e,existingReviewers:l,saveClicked:d}),l.map(m=>{const f=m.id,v={name:m.name||"Unknown user",imageUrl:m.imageUrl};switch(m.status){case"approved":return a.jsx(Wj,{...v},f);case"rejected":return a.jsx(zj,{...v},f);case"pending":return a.jsx(Bj,{...v},f)}})]})},$5="md",Xj=u(O)(({theme:e})=>({width:"30%",display:"flex",flexDirection:"column",[e.breakpoints.down($5)]:{width:"100%"}})),ey=u(Ze)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge})),ty=u(Ze)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge,marginTop:e.spacing(2)})),ny=u("div")(({theme:e})=>({marginTop:e.spacing(2),width:"70%",borderRadius:e.shape.borderRadiusLarge,[e.breakpoints.down($5)]:{width:"100%"}})),ay=u(O)(({theme:e})=>({marginTop:e.spacing(3),display:"flex",justifyContent:"flex-end"})),ry=u(O)(({theme:e})=>({padding:e.spacing(2)})),iy=u(O)(({theme:e})=>({paddingBottom:e.spacing(1.5)})),cy=u(O)(({theme:e})=>({display:"flex",marginTop:e.spacing(2)})),q4=u(c1)(({theme:e})=>({marginLeft:e.spacing(2)})),sy=u(O)(({theme:e})=>({display:"flex",columnGap:e.spacing(2),[e.breakpoints.down($5)]:{flexDirection:"column"}})),oy=u(O)(({theme:e})=>({display:"flex",flexDirection:"row",justifyContent:"flex-end",width:"100%"})),ly=u(O)(({theme:e})=>({width:"100%"})),dy=u(M)(({theme:e})=>({fontWeight:"bold"})),uy=u(O)(({theme:e})=>({borderRadius:`${e.shape.borderRadiusMedium}px`,backgroundColor:e.palette.primary.main,padding:e.spacing(1,2),marginRight:e.spacing(2),height:"45px",width:"45px",display:"flex",alignItems:"center",justifyContent:"center",svg:{color:e.palette.background.paper}})),hy=()=>{var j1,P1;const e=n1("projectId"),[t,n]=h.useState(!1),[i,c]=h.useState(!1),[s,o]=h.useState(!1),[l,d]=h.useState(!1),[m,f]=h.useState(!1),{user:v}=Ic(),{isAdmin:p}=h.useContext(Ie),[g,x]=h.useState(""),{refetch:j}=Ls(e),_=n1("id"),{data:b,refetchChangeRequest:w}=y5(e,_),{changeState:T,addComment:D}=$0(),{refetch:C}=I2(e),{setToastData:Z,setToastApiError:S}=O1(),{isChangeRequestConfiguredForReview:L}=T0(e),[z,F]=h.useState(!1),A=re();if(x1(),!b)return null;const k=L(b.environment),K=()=>{switch(b.state){case"Scheduled":return`${b.state} ${b.schedule.status}`;default:return b.state}},I=async()=>{try{F(!0),await T(e,Number(_),K(),{state:"Applied"}),d(!1),await w(),C(),j(),Z({type:"success",text:"Changes applied"})}catch(h1){S(_1(h1))}finally{F(!1)}},H=async h1=>{try{F(!0),await T(e,Number(_),K(),{state:"Scheduled",scheduledAt:h1.toISOString()}),o(!1),w(),C(),j(),Z({type:"success",text:"Changes scheduled"})}catch(q1){S(_1(q1))}finally{F(!1)}},B=async()=>{try{F(!0),await D(e,_,g),x(""),await w(),Z({type:"success",text:"Comment added"})}catch(h1){S(_1(h1))}finally{F(!1)}},E=async()=>{try{F(!0),await T(e,Number(_),K(),{state:"Cancelled"}),n(!1),await w(),C(),j(),Z({type:"success",text:"Changes cancelled"})}catch(h1){S(_1(h1))}finally{F(!1)}},V=async h1=>{try{F(!0),await T(e,Number(_),K(),{state:"Rejected",comment:h1}),c(!1),await w(),Z({type:"success",text:"Changes rejected"}),C(),j()}catch(q1){S(_1(q1))}finally{F(!1)}},y=async()=>{try{F(!0),await T(e,Number(_),K(),{state:"Approved"}),await w(),j(),C(),Z({type:"success",text:"Changes approved"})}catch(h1){S(_1(h1))}finally{F(!1)}},P=()=>n(!0),Y=()=>n(!1),Q=()=>c(!1),a1=()=>d(!1),e1=()=>o(!1),X=()=>f(!1),t1=(b==null?void 0:b.createdBy.id)===(v==null?void 0:v.id)&&b.state==="In review"&&!p,i1=(j1=b.approvals)==null?void 0:j1.some(h1=>h1.createdBy.id===(v==null?void 0:v.id)),r1=Wu(b),s1="schedule"in b?b.schedule.scheduledAt:void 0,b1=b.state==="Scheduled"?{state:"Scheduled",schedule:b.schedule}:{state:b.state,schedule:void 0};return a.jsxs(a.Fragment,{children:[a.jsx(Ab,{changeRequest:b}),a.jsxs(sy,{children:[a.jsxs(Xj,{children:[a.jsx(Hb,{...b1,timestamps:b.stateTimestamps}),a.jsx(Jj,{changeRequest:b})]}),a.jsxs(ny,{children:[a.jsx(ey,{elevation:0,children:a.jsxs(ry,{children:["Requested Changes (",r1,")",a.jsx(zu,{changeRequest:b,onRefetch:w}),(P1=b.comments)==null?void 0:P1.map(h1=>a.jsx(Sj,{comment:h1},h1.id)),a.jsx(Bu,{user:v,commentText:g,onTypeComment:x,children:a.jsx(c1,{variant:"outlined",onClick:B,disabled:!k||g.trim().length===0||g.trim().length>1e3||z,children:"Comment"})}),a.jsx(N,{condition:t1,show:a.jsx(T1,{sx:h1=>({marginTop:h1.spacing(1.5)}),severity:"info",children:"You can not approve your own change request"})}),a.jsx(oj,{changeRequest:b,onEditClick:()=>o(!0)}),a.jsxs(ay,{children:[a.jsx(N,{condition:b.state==="In review"&&!i1,show:a.jsxs(jj,{onReject:()=>c(!0),onApprove:y,disabled:!k||z,children:["Review changes (",r1,")"]})}),a.jsx(N,{condition:b.state==="Scheduled",show:a.jsx(h7,{onApply:()=>d(!0),disabled:!k||z,onSchedule:()=>o(!0),variant:"update",children:"Apply or schedule changes"})}),a.jsx(N,{condition:b.state==="In review"||b.state==="Approved"||b.state==="Scheduled",show:a.jsx(q4,{variant:"outlined",onClick:()=>{A(`/playground?changeRequest=${b.id}&projects=${e}&environments=${b.environment}`)},children:"Preview changes"})}),a.jsx(N,{condition:b.state!=="Applied"&&b.state!=="Rejected"&&b.state!=="Cancelled"&&(b.createdBy.id===(v==null?void 0:v.id)||p),show:a.jsx(N,{condition:!!s1,show:a.jsx(q4,{variant:"outlined",onClick:()=>f(!0),disabled:z,children:"Reject changes"}),elseShow:a.jsx(q4,{variant:"outlined",onClick:P,disabled:z,children:"Cancel changes"})})})]})]})}),a.jsx(N,{condition:b.state==="Approved",show:a.jsx(ty,{elevation:0,children:a.jsx(iy,{children:a.jsxs(cy,{children:[a.jsx(uy,{children:a.jsx(Zc,{})}),a.jsxs(ly,{children:[a.jsx(dy,{children:"Apply changes"}),a.jsx(M,{children:"The change request has been reviewed and approved"})]}),a.jsx(oy,{children:a.jsx(h7,{onApply:I,disabled:!k||z,onSchedule:()=>o(!0),children:"Apply or schedule changes"})})]})})})})]}),a.jsxs(ue,{open:t,onClick:E,onClose:Y,title:"Cancel change request",children:[a.jsx(M,{sx:{marginBottom:2},children:"You are about to cancel this change request"}),a.jsx(M,{variant:"body2",sx:h1=>({color:h1.palette.neutral.dark}),children:"The change request will be moved to closed, and it can't be applied anymore. Once cancelled, the change request can't be reopened."})]}),a.jsx(Oj,{open:i,onConfirm:V,onClose:Q,disabled:z}),a.jsxs(a.Fragment,{children:[a.jsx(Mj,{open:s,onConfirm:H,onClose:e1,disabled:!k||z,projectId:e,environment:b.environment,primaryButtonText:b.state==="Scheduled"?"Update scheduled time":"Schedule changes",title:b.state==="Scheduled"?"Update schedule":"Schedule changes",scheduledAt:s1}),a.jsx(Ej,{open:l,onConfirm:I,onClose:a1,scheduledTime:s1,disabled:!k||z,projectId:e,environment:b.environment}),a.jsx(Zj,{open:m,onConfirm:V,onClose:X,scheduledTime:s1,disabled:z})]})]})]})},my=u("div")(({theme:e})=>({display:"flex",flexDirection:"row",margin:0})),fy=({value:e,row:{original:t}})=>{const{searchQuery:n}=zr(),i=n1("projectId"),{id:c,title:s,features:o,segments:l}=t,d=(o||[]).length+(l||[]).length,m=`/projects/${i}/change-requests/${c}`;return e?a.jsxs(Z1,{sx:{minWidth:"200px"},children:[a.jsx(my,{children:a.jsx(M,{variant:"body2",children:a.jsx(oe,{component:g1,underline:"hover",to:m,sx:f=>({paddingTop:f.spacing(.2),marginRight:f.spacing(1),"&:hover":{textDecoration:"underline"}}),children:a.jsx(_0,{title:s,children:a.jsx(b2,{search:n,children:s})})})})}),a.jsxs("span",{children:[`${d}`," ",d<=1?"update":"updates"]})]}):a.jsx(Z1,{})},py=Br()(e=>({header:{padding:e.spacing(0,4)},bodyClass:{padding:e.spacing(2,4,4,4),overflowX:"auto"}})),vy={id:"createdAt",desc:!0},gy=u("div")({paddingLeft:0,paddingBottom:0}),xy=u(v2)(({theme:e})=>({textTransform:"none",width:"auto",fontSize:e.fontSizes.bodySize,[e.breakpoints.up("md")]:{minWidth:160}})),by=u(O)(({theme:e})=>({textAlign:"right",paddingBottom:e.spacing(2),fontSize:e.fontSizes.smallBody})),jy=u(W2)(()=>({th:{whiteSpace:"nowrap"},td:{verticalAlign:"top",maxWidth:"250px"}})),yy=({changeRequests:e=[],placeholder:t,loading:n,projectId:i})=>{const{classes:c}=py(),s=Q1(w0.breakpoints.down("md")),[o,l]=R2(),[d,m]=h.useState(o.get("search")||""),{value:f,setValue:v}=Ar(`${i}:ProjectChangeRequest`,vy),p=o.get("type")||f.type,[g,x]=h.useState(p==="closed"?"closed":"open"),[j,_]=h.useMemo(()=>{const B=e.filter(V=>V.state!=="Cancelled"&&V.state!=="Rejected"&&V.state!=="Applied"),E=e.filter(V=>V.state==="Cancelled"||V.state==="Rejected"||V.state==="Applied");return[B,E]},[e]),b=[{title:"Open",data:j,type:"open"},{title:"Closed",data:_,type:"closed"}],w=b.find(B=>B.type===g)||b[0],T=h.useMemo(()=>[{id:"Title",Header:"Title",canSort:!0,accessor:"title",searchable:!0,Cell:fy},{id:"Updated feature flags",Header:"Updated feature flags",canSort:!1,accessor:"features",searchable:!0,filterName:"feature",filterParsing:B=>(B==null?void 0:B.map(({name:E})=>E).join(`
691
+ `))||"",filterBy:(B,E)=>B.features.find(V=>E.map(y=>y.toLowerCase()).includes(V.name.toLowerCase())),Cell:({value:B,row:{original:{title:E}}})=>a.jsx(Yu,{project:i,value:B},E)},{Header:"By",accessor:"createdBy",width:"10%",canSort:!1,Cell:Hu,align:"left",searchable:!0,filterName:"by",filterParsing:B=>(B==null?void 0:B.username)||""},{Header:"Submitted",accessor:"createdAt",maxWidth:100,width:"5%",Cell:j2},{Header:"Environment",accessor:"environment",searchable:!0,width:"10%",Cell:z2,filterName:"environment"},{Header:"Status",accessor:"state",searchable:!0,maxWidth:"170px",width:"10%",Cell:Uu,filterName:"status"}],[i]),{data:D,getSearchText:C,getSearchContext:Z}=Yr(T,d,w==null?void 0:w.data),S=h.useMemo(()=>n?ku:D,[D,n]),[L]=h.useState(()=>({sortBy:[{id:o.get("sort")||f.id,desc:o.has("order")?o.get("order")==="desc":f.desc}],hiddenColumns:[]})),{headerGroups:z,rows:F,state:{sortBy:A},prepareRow:k,setHiddenColumns:K,getTableProps:I,getTableBodyProps:H}=k1.useTable({columns:T,data:S,initialState:L,sortTypes:Z0,autoResetHiddenColumns:!1,disableSortRemove:!0,autoResetSortBy:!1,defaultColumn:{Cell:Z1}},k1.useSortBy);return B2([{condition:s,columns:["createdBy"]}],K,T),h.useEffect(()=>{if(n)return;const B={};B.sort=A[0].id,A[0].desc&&(B.order="desc"),d&&(B.search=d),B.type=g,l(B,{replace:!0}),v(E=>({...E,id:A[0].id,desc:A[0].desc||!1,type:g}))},[n,A,d,l,g]),a.jsxs(A1,{isLoading:n,bodyClass:c.bodyClass,headerClass:c.header,header:a.jsx(S1,{titleElement:a.jsx(gy,{children:a.jsx(Rr,{value:w==null?void 0:w.title,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:b.map(B=>a.jsx(xy,{label:`${B.title} (${B.data.length})`,value:B.title,onClick:()=>x(B.type)},B.title))})}),actions:a.jsx(ye,{placeholder:"Search and Filter",expandable:!0,initialValue:d,onChange:m,hasFilters:!0,getSearchContext:Z,id:"changeRequestList"})}),children:[a.jsx(by,{children:a.jsx(g1,{to:`/projects/${i}/settings/change-requests`,children:"Change request configuration"})}),a.jsx(k3,{value:C(d),children:a.jsxs(jy,{...I(),children:[a.jsx(Y2,{headerGroups:z}),a.jsx(H2,{...H(),children:F.map(B=>{k(B);const{key:E,...V}=B.getRowProps();return a.jsx(U2,{hover:!0,...V,children:B.cells.map(y=>{const{key:P,...Y}=y.getCellProps();return a.jsx(k2,{...Y,children:y.render("Cell")},P)})},E)})})]})}),a.jsx(N,{condition:F.length===0,show:()=>a.jsx(N,{condition:(d==null?void 0:d.length)>0,show:a.jsxs(ae,{children:["No changes found matching “",d,"”"]}),elseShow:a.jsx(ae,{children:t||"None of the changes were submitted yet."})})})]})},_y=e=>fetch(e).then(he("ChangeRequest")).then(t=>t.json()),wy=e=>{const{data:t,error:n,mutate:i}=Mc([],B1(`api/admin/projects/${e}/change-requests`),_y);return h.useMemo(()=>({changeRequests:t,loading:!n&&!t,refetch:i,error:n}),[t,n,i])},Sy=()=>{const e=n1("projectId"),t=_e(e),{isOss:n,isPro:i}=f1();ve(`Change requests – ${t}`);const{changeRequests:c,loading:s}=wy(e),{data:o,loading:l}=Fc(e),d=o.some(m=>m.changeRequestEnabled);return n()||i()?a.jsx(A1,{sx:{justifyContent:"center"},children:a.jsx(I0,{feature:"change-requests"})}):a.jsx(yy,{changeRequests:c,projectId:e,loading:s,placeholder:!l&&!d?a.jsxs("p",{children:["Change requests are not configured for this project.",a.jsx("br",{}),a.jsx(g1,{to:`/projects/${e}/settings/change-requests`,children:"Configure change requests"})]}):void 0})};var u1=(e=>(e.USER="USERS",e.GROUP="GROUPS",e.SERVICE_ACCOUNT="SERVICE ACCOUNTS",e))(u1||{});const L0=(e,t={})=>{const n=B1(`api/admin/projects/${e}/access`),i=()=>fetch(n,{method:"GET"}).then(he("project access")).then(v=>v.json()),c=`api/admin/projects/${e}/users`,{data:s,error:o}=V3(c,i,t),[l,d]=h.useState(!o&&!s),m=()=>{qu(c)};return h.useEffect(()=>{d(!o&&!s)},[s,o]),{access:h.useMemo(()=>{if(s)return Oy({roles:s.roles,users:s.users.filter(({accountType:v})=>!v||v==="User"),serviceAccounts:s.users.filter(({accountType:v})=>v==="Service Account"),groups:(s==null?void 0:s.groups.map(v=>({...v,users:Cm(v.users??[])})))??[]})},[s]),error:o,loading:l,refetchProjectAccess:m}},Oy=e=>{const t=e.users||[],n=e.serviceAccounts||[],i=e.groups||[];return{...e,rows:[...t.map(c=>({entity:c,type:"USERS"})),...n.map(c=>({entity:c,type:"SERVICE ACCOUNTS"})),...i.map(c=>({entity:c,type:"GROUPS"}))]}},Cy=u(A1)(({theme:e})=>({height:"100vh",overflow:"auto",padding:e.spacing(7.5,6),[e.breakpoints.down("md")]:{padding:e.spacing(4,2)},"& .header":{padding:e.spacing(0,0,2,0)},"& .body":{padding:e.spacing(3,0,0,0)},borderRadius:`${e.spacing(1.5,0,0,1.5)} !important`})),Dy=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span":{display:"flex",alignItems:"center",color:e.palette.text.secondary,fontSize:e.fontSizes.bodySize}})),f7={id:"joinedAt",desc:!0},K4=[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:e}})=>a.jsx(Z1,{children:a.jsx(N2,{user:e})}),maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:e=>e.name||"",Cell:({value:e,row:{original:t}})=>a.jsx(z2,{value:e,subtitle:t.email||t.username}),minWidth:100,searchable:!0},{id:"joined",Header:"Joined",accessor:"joinedAt",Cell:Oc,maxWidth:150},{id:"lastLogin",Header:"Last login",accessor:"seenAt",Cell:j2,maxWidth:150},{accessor:e=>e.username||"",Header:"Username",searchable:!0},{accessor:e=>e.email||"",Header:"Email",searchable:!0}],$y=["imageUrl","name","joined","lastLogin"],Ty=({open:e,setOpen:t,group:n,projectId:i,subtitle:c,onEdit:s,onRemove:o})=>{const l=x1(),d=Q1(l.breakpoints.down("md")),[m]=h.useState(()=>({sortBy:[{id:f7.id,desc:f7.desc}],hiddenColumns:["Username","Email"]})),[f,v]=h.useState(""),{data:p,getSearchText:g,getSearchContext:x}=Yr(K4,f,(n==null?void 0:n.users)??[]),{headerGroups:j,rows:_,prepareRow:b,setHiddenColumns:w}=k1.useTable({columns:K4,data:p,initialState:m,sortTypes:Z0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0},k1.useSortBy,k1.useFlexLayout);return B2([{condition:d,columns:$y}],w,K4),a.jsx(Ee,{open:e,onClose:()=>{t(!1)},label:(n==null?void 0:n.name)||"Group",children:a.jsxs(Cy,{header:a.jsx(S1,{secondary:!0,titleElement:a.jsxs(Dy,{children:[n==null?void 0:n.name," (",_.length<p.length?`${_.length} of ${p.length}`:p.length,")",a.jsx("span",{children:c})]}),actions:a.jsxs(a.Fragment,{children:[a.jsx(N,{condition:!d,show:a.jsxs(a.Fragment,{children:[a.jsx(ye,{initialValue:f,onChange:v,hasFilters:!0,getSearchContext:x}),a.jsx(S1.Divider,{})]})}),a.jsx(M3,{permission:J1,projectId:i,tooltipProps:{title:"Edit group access"},onClick:s,children:a.jsx(K3,{})}),a.jsx(M3,{permission:J1,projectId:i,tooltipProps:{title:"Remove group access"},onClick:o,children:a.jsx(x3,{})})]}),children:a.jsx(N,{condition:d,show:a.jsx(ye,{initialValue:f,onChange:v,hasFilters:!0,getSearchContext:x})})}),children:[a.jsx(k3,{value:g(f),children:a.jsx(Hr,{rows:_,headerGroups:j,prepareRow:b})}),a.jsx(N,{condition:_.length===0,show:a.jsx(N,{condition:(f==null?void 0:f.length)>0,show:a.jsxs(ae,{children:["No users found matching “",f,"” in this group."]}),elseShow:a.jsx(ae,{children:"This group is empty. Get started by adding a user to the group."})})})]})})},Py=u("div")(({theme:e})=>({paddingTop:e.spacing(.75),display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}}));function Ey(e){return e.sort((t,n)=>t.type!==n.type?t.type==="project"?-1:1:t.type==="custom"?t.name.localeCompare(n.name):0)}const Zy=u("li")(({theme:e})=>({display:"flex",gap:e.spacing(.5)})),Iy=({roles:e,value:t,setValue:n,required:i,...c})=>{const s=(l,d,m)=>h.createElement(Zy,{...l,key:d.id},a.jsx(D0,{icon:a.jsx(Nr,{fontSize:"small"}),checkedIcon:a.jsx(Wr,{fontSize:"small"}),checked:m.selected}),a.jsxs(Py,{children:[a.jsx("span",{children:d.name}),a.jsx("span",{children:d.description})]})),o=Ey(e);return a.jsxs(a.Fragment,{children:[a.jsx(q2,{slotProps:{paper:{sx:{"& .MuiAutocomplete-listbox":{"& .MuiAutocomplete-option":{paddingLeft:l=>l.spacing(.5),alignItems:"flex-start"}}}}},multiple:!0,disableCloseOnSelect:!0,openOnFocus:!0,size:"small",value:t,groupBy:l=>l.type==="project"?"Predefined project roles":"Custom project roles",onChange:(l,d)=>n(d),options:o,renderOption:s,getOptionLabel:l=>l.name,renderInput:l=>a.jsx(le,{...l,label:"Role",required:i}),...c}),a.jsx(N,{condition:t.length>0,show:()=>a.jsx(a.Fragment,{children:t.map(({id:l})=>a.jsx(Ku,{sx:{marginTop:1},roleId:l},l))})})]})},My=u("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),p7=u("p")(({theme:e})=>({color:e.palette.text.secondary,marginBottom:e.spacing(1)})),v7=u("div")(({theme:e})=>({"& > div:first-of-type":{width:"100%",maxWidth:e.spacing(50),marginBottom:e.spacing(2)}})),Ay=u("div")(({theme:e})=>({marginTop:e.spacing(6),display:"flex",justifyContent:"flex-end"})),Fy=u(c1)(({theme:e})=>({marginLeft:e.spacing(3)})),Ry=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{color:e.palette.text.secondary}})),Ly=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:first-of-type":{color:e.palette.text.secondary}})),g7=e=>{if(e.type===u1.USER||e.type===u1.SERVICE_ACCOUNT){const t=e.entity;return t.email||t.name||t.username||""}else return e.entity.name},T5=({selected:e,accesses:t,users:n,serviceAccounts:i,groups:c,roles:s,userRoles:o})=>{const{uiConfig:l}=f1(),{flags:d}=l,m=d.UG?"user / group":"user",f=n1("projectId"),{refetchProjectAccess:v}=L0(f),{addAccessToProject:p,setUserRoles:g,setGroupRoles:x,loading:j}=Je(),_=!!e,b=Gu(f),{setToastData:w,setToastApiError:T}=O1(),D=re(),C=[...c.filter(y=>_||!t.some(({entity:{id:P},type:Y})=>y.id===P&&Y===u1.GROUP)).map(y=>({id:y.id,entity:y,type:u1.GROUP})),...n.filter(y=>_||!t.some(({entity:{id:P},type:Y})=>y.id===P&&Y===u1.USER)).sort((y,P)=>{const Y=y.name||y.username||"",Q=P.name||P.username||"";return Y.localeCompare(Q)}).map(y=>({id:y.id,entity:y,type:u1.USER})),...i.filter(y=>_||!t.some(({entity:{id:P},type:Y})=>y.id===P&&Y===u1.SERVICE_ACCOUNT)).sort((y,P)=>{const Y=y.name||y.username||"",Q=P.name||P.username||"";return Y.localeCompare(Q)}).map(y=>({id:y.id,entity:y,type:u1.SERVICE_ACCOUNT}))],[Z,S]=h.useState(()=>C.filter(({id:y,type:P})=>y===(e==null?void 0:e.entity.id)&&P===(e==null?void 0:e.type))),[L,z]=h.useState(s.filter(({id:y})=>{var P,Y;return(Y=(P=e==null?void 0:e.entity)==null?void 0:P.roles)==null?void 0:Y.includes(y)})),F={roles:L.map(({id:y})=>y),groups:Z==null?void 0:Z.filter(({type:y})=>y===u1.GROUP).map(({id:y})=>y),users:Z==null?void 0:Z.filter(({type:y})=>y===u1.USER||y===u1.SERVICE_ACCOUNT).map(({id:y})=>y)},A=async y=>{if(y.preventDefault(),!!H)try{_?(e==null?void 0:e.type)===u1.USER||(e==null?void 0:e.type)===u1.SERVICE_ACCOUNT?await g(f,L.map(({id:P})=>P),e.entity.id):(e==null?void 0:e.type)===u1.GROUP&&await x(f,L.map(({id:P})=>P),e.entity.id):await p(f,F),v(),D(Ke),w({text:`${Z.length} ${Z.length===1?"access":"accesses"} ${_?"edited":"assigned"} successfully`,type:"success"})}catch(P){T(_1(P))}},k=()=>_?`curl --location --request PUT '${l.unleashUrl}/api/admin/projects/${f}/${(e==null?void 0:e.type)===u1.USER||(e==null?void 0:e.type)===u1.SERVICE_ACCOUNT?"users":"groups"}/${e==null?void 0:e.entity.id}/roles' \\
692
+ --header 'Authorization: INSERT_API_KEY' \\
693
+ --header 'Content-Type: application/json' \\
694
+ --data-raw '${JSON.stringify({roles:F.roles},void 0,2)}'`:`curl --location --request POST '${l.unleashUrl}/api/admin/projects/${f}/access' \\
695
+ --header 'Authorization: INSERT_API_KEY' \\
696
+ --header 'Content-Type: application/json' \\
697
+ --data-raw '${JSON.stringify(F,void 0,2)}'`,K=y=>{if(y&&y.rootRole)return"This group has a root role associated with it. Groups with a root role association cannot be assigned to projects, and users in this group already have the role applied globally."},I=({key:y,...P},Y,Q)=>{let a1,e1;return Y.type===u1.GROUP?a1=Y.entity:e1=Y.entity,a.jsx("li",{...P,children:a.jsx(Y1,{title:K(a1),children:a.jsxs(a.Fragment,{children:[a.jsx(D0,{icon:a.jsx(Nr,{fontSize:"small"}),checkedIcon:a.jsx(Wr,{fontSize:"small"}),style:{marginRight:8},checked:Q}),a.jsx(N,{condition:Y.type===u1.GROUP,show:a.jsx("span",{children:a.jsxs(Ry,{children:[a.jsx("span",{children:a1==null?void 0:a1.name}),a.jsxs("span",{children:[a1==null?void 0:a1.userCount," users"]})]})}),elseShow:a.jsxs(Ly,{children:[a.jsx("span",{children:(e1==null?void 0:e1.name)||(e1==null?void 0:e1.username)}),a.jsx("span",{children:e1!=null&&e1.name&&(e1!=null&&e1.username)?e1==null?void 0:e1.username:e1==null?void 0:e1.email})]})})]})})},y)},H=Z.length>0&&L.length>0,B=b(u2)||o.length===0||o.some(y=>y.name==="Owner");let E;B?E=s:E=s.filter(y=>o.some(P=>y.id===P.id));const V="small";return a.jsx(Ee,{open:!0,onClose:()=>D(Ke),label:`${_?"Edit":"Assign"} ${m} access`,children:a.jsx(Xe,{loading:j,modal:!0,title:`${_?"Edit":"Assign"} ${m} access`,description:"Custom project roles allow you to fine-tune access rights and permissions within your projects.",documentationLink:"https://docs.getunleash.io/reference/rbac#create-and-assign-a-custom-project-role",documentationLinkLabel:"Project access documentation",formatApiCode:k,children:a.jsxs(My,{onSubmit:A,children:[a.jsxs("div",{children:[a.jsxs(p7,{"data-testid":Qu,children:["Select the ",m]}),a.jsx(v7,{children:a.jsx(Ac,{"data-testid":Ju,size:V,multiple:!0,openOnFocus:!0,limitTags:10,disableCloseOnSelect:!0,disabled:_,value:Z,getOptionDisabled:y=>y.type===u1.GROUP?!!y.entity.rootRole:!1,onChange:(y,P,Y)=>{y.type==="keydown"&&y.key==="Backspace"&&Y==="removeOption"||S(P)},options:C,groupBy:y=>y.type,renderOption:(y,P,{selected:Y})=>I(y,P,Y),getOptionLabel:g7,renderTags:(y,P)=>y.map((Y,Q)=>h.createElement(Rc,{...P({index:Q}),size:V,key:`${Y.type}:${Y.id}`,label:g7(Y)})),filterOptions:(y,{inputValue:P})=>y.filter(Y=>{if(Y.type===u1.USER||Y.type===u1.SERVICE_ACCOUNT){const Q=Y.entity;return v3(P,Q.email)||v3(P,Q.name)||v3(P,Q.username)}return v3(P,Y.entity.name)}),isOptionEqualToValue:(y,P)=>y.type===P.type&&y.entity.id===P.entity.id,renderInput:y=>a.jsx(le,{...y,label:V2(m)})})}),a.jsx(p7,{children:"Select the role to assign for this project"}),a.jsx(v7,{children:a.jsx(Iy,{"data-testid":Xu,roles:E,value:L,setValue:z})})]}),a.jsxs(Ay,{children:[a.jsx(c1,{"data-testid":eh,type:"submit",variant:"contained",color:"primary",disabled:!H,children:_?"Save":`Assign ${m}`}),a.jsx(Fy,{onClick:()=>D(Ke),children:"Cancel"})]})]})})})},P5=()=>{var i,c;const{data:e,error:t,mutate:n}=V3(B1("api/admin/user-admin/access"),Vy);return{users:(i=e==null?void 0:e.users)==null?void 0:i.filter(({accountType:s})=>!s||s==="User"),serviceAccounts:(c=e==null?void 0:e.users)==null?void 0:c.filter(({accountType:s})=>s==="Service Account"),groups:e==null?void 0:e.groups,loading:!t&&!e,refetch:()=>n(),error:t}},Vy=e=>fetch(e).then(he("Access")).then(t=>t.json()),Ny=e=>{const t=()=>{const i=B1(`api/admin/user/roles?projectId=${e}`);return fetch(i,{method:"GET"}).then(he("User Project roles")).then(c=>c.json())},n=`api/admin/projects/${e}/roles`;return{fetcher:t,KEY:n}},E5=(e,t={})=>{const{KEY:n,fetcher:i}=Ny(e),{data:c,error:s,mutate:o}=V3(n,i,t),l=h.useCallback(()=>{o()},[o]);return{roles:(c==null?void 0:c.roles)||[],loading:!s&&!c,error:s,refetch:l}},Wy=()=>{const e=n1("projectId"),{roles:t}=E5(e),{access:n}=L0(e),{users:i,serviceAccounts:c,groups:s}=P5();return!n||!i||!c||!s?null:a.jsx(T5,{accesses:n.rows,users:i,serviceAccounts:c,groups:s,roles:n.roles,userRoles:t})},zy=()=>{const e=n1("projectId"),t=n1("userId"),{roles:n}=E5(e),{access:i}=L0(e),{users:c,serviceAccounts:s,groups:o}=P5();if(!i||!c||!s||!o)return null;const l=i.rows.find(d=>d.entity.id===Number(t)&&d.type!==u1.GROUP);return a.jsx(T5,{accesses:i.rows,selected:l,users:c,serviceAccounts:s,groups:o,roles:i.roles,userRoles:n})},By=()=>{const e=n1("projectId"),t=n1("groupId"),{roles:n}=E5(e),{access:i}=L0(e),{users:c,serviceAccounts:s,groups:o}=P5();if(!i||!c||!s||!o)return null;const l=i.rows.find(d=>d.entity.id===Number(t)&&d.type===u1.GROUP);return a.jsx(T5,{accesses:i.rows,selected:l,users:c,serviceAccounts:s,groups:o,roles:i.roles,userRoles:n})},Yy={id:"added",desc:!0},{value:x7,setValue:Hy}=Ar("ProjectAccess:v1",Yy),Uy=u("div")(({theme:e})=>({display:"inline-flex",alignItems:"center",flexWrap:"wrap",marginLeft:e.spacing(1)})),ky=u(N2)(({theme:e})=>({marginRight:e.spacing(-3.5)})),qy=u(N2)(({theme:e})=>({outline:`${e.spacing(.25)} solid ${e.palette.background.paper}`})),Ky=["imageUrl","role","added","lastLogin"],Gy=["lastLogin","added"],Qy=()=>{const e=n1("projectId"),{uiConfig:t}=f1(),{flags:n}=t,i=n.UG?"user / group":"user",c=re(),s=x1(),o=Q1(s.breakpoints.down("md")),l=Q1(s.breakpoints.down("lg")),{setToastData:d}=O1(),{access:m,refetchProjectAccess:f}=L0(e),{removeUserAccess:v,removeGroupAccess:p}=Je(),[g,x]=h.useState(!1),[j,_]=h.useState(!1),[b,w]=h.useState(),T=y=>{var P;return y.length>1?`${y.length} roles`:((P=m==null?void 0:m.roles.find(({id:Y})=>Y===y[0]))==null?void 0:P.name)||""},D=h.useMemo(()=>[{Header:"Avatar",accessor:"imageUrl",Cell:({row:{original:y}})=>{var P;return a.jsxs(Uy,{children:[a.jsx(N,{condition:y.type===u1.GROUP,show:a.jsx(ky,{})}),a.jsx(qy,{user:y.entity,children:(P=y.entity.users)==null?void 0:P.length})]})},maxWidth:85,disableSortBy:!0},{id:"name",Header:"Name",accessor:y=>y.entity.name||"",Cell:({value:y,row:{original:P}})=>{var Y,Q,a1;return a.jsx(N,{condition:P.type===u1.GROUP,show:a.jsx(M0,{onClick:()=>{w(P),_(!0)},title:y,subtitle:`${(Y=P.entity.users)==null?void 0:Y.length} users`}),elseShow:a.jsx(z2,{value:y,subtitle:((Q=P.entity)==null?void 0:Q.email)||((a1=P.entity)==null?void 0:a1.username)})})},minWidth:100,searchable:!0},{id:"role",Header:"Role",accessor:y=>T(y.entity.roles),Cell:({value:y,row:{original:P}})=>a.jsx(S8,{value:y,roles:P.entity.roles}),maxWidth:175,filterName:"role"},{id:"added",Header:"Added",accessor:"entity.addedAt",Cell:j2,maxWidth:130},{id:"lastLogin",Header:"Last login",accessor:y=>y.type!==u1.GROUP?y.entity.seenAt||"":y.entity.users.map(({seenAt:Y})=>Y).sort().reverse()[0],Cell:j2,maxWidth:130},{id:"actions",Header:"Actions",disableSortBy:!0,align:"center",maxWidth:150,Cell:({row:{original:y}})=>a.jsxs(Ur,{children:[a.jsx(M3,{"data-testid":th,component:g1,permission:[J1,I4],projectId:e,to:`edit/${y.type===u1.GROUP?"group":"user"}/${y.entity.id}`,tooltipProps:{title:"Edit access"},children:a.jsx(K3,{})}),a.jsx(M3,{"data-testid":nh,permission:[J1,I4],projectId:e,onClick:()=>{w(y),x(!0)},tooltipProps:{title:"Remove access"},children:a.jsx(x3,{})})]})},{accessor:y=>{var P;return y.type!==u1.GROUP&&((P=y.entity)==null?void 0:P.username)||""},Header:"Username",searchable:!0},{accessor:y=>{var P;return y.type!==u1.GROUP&&((P=y.entity)==null?void 0:P.email)||""},Header:"Email",searchable:!0}],[m,e]),[C,Z]=R2(),[S]=h.useState(()=>({sortBy:[{id:C.get("sort")||x7.id,desc:C.has("order")?C.get("order")==="desc":x7.desc}],hiddenColumns:["Username","Email"],globalFilter:C.get("search")||""})),[L,z]=h.useState(S.globalFilter),{data:F,getSearchText:A,getSearchContext:k}=Yr(D,L,(m==null?void 0:m.rows)??[]),{headerGroups:K,rows:I,prepareRow:H,setHiddenColumns:B,state:{sortBy:E}}=k1.useTable({columns:D,data:F,initialState:S,sortTypes:Z0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:Z1}},k1.useSortBy,k1.useFlexLayout);B2([{condition:o,columns:Ky},{condition:l,columns:Gy}],B,D),h.useEffect(()=>{const y={};y.sort=E[0].id,E[0].desc&&(y.order="desc"),L&&(y.search=L),Z(y,{replace:!0}),Hy({id:E[0].id,desc:E[0].desc||!1})},[E,L,Z]);const V=async y=>{if(!y)return;const{id:P}=y.entity;let Y=y.entity.name;if(y.type!==u1.GROUP){const Q=y.entity;Y=Y||Q.email||Q.username||""}try{y.type!==u1.GROUP?await v(e,P):await p(e,P),f(),d({type:"success",text:`${Y||`The ${i}`} has been removed from project`})}catch(Q){d({type:"error",text:Q.message||`Server problems when removing ${i}.`})}x(!1)};return a.jsxs(A1,{header:a.jsx(S1,{secondary:!0,title:`User access (${I.length<F.length?`${I.length} of ${F.length}`:F.length})`,actions:a.jsxs(a.Fragment,{children:[a.jsx(N,{condition:!o,show:a.jsxs(a.Fragment,{children:[a.jsx(ye,{initialValue:L,onChange:z,hasFilters:!0,getSearchContext:k}),a.jsx(S1.Divider,{})]})}),a.jsxs(F2,{onClick:()=>c("create"),maxWidth:"700px",Icon:e3,permission:[J1,I4],projectId:e,"data-testid":ah,children:["Assign ",i]})]}),children:a.jsx(N,{condition:o,show:a.jsx(ye,{initialValue:L,onChange:z,hasFilters:!0,getSearchContext:k})})}),children:[a.jsx(k3,{value:A(L),children:a.jsx(Hr,{rows:I,headerGroups:K,prepareRow:H})}),a.jsx(N,{condition:I.length===0,show:a.jsx(N,{condition:(L==null?void 0:L.length)>0,show:a.jsxs(ae,{children:["No access found matching “",L,"”"]}),elseShow:a.jsxs(ae,{children:["No access available. Get started by assigning a"," ",i,"."]})})}),a.jsxs(G3,{children:[a.jsx(y1,{path:"create",element:a.jsx(Wy,{})}),a.jsx(y1,{path:"edit/group/:groupId",element:a.jsx(By,{})}),a.jsx(y1,{path:"edit/user/:userId",element:a.jsx(zy,{})})]}),a.jsx(ue,{open:g,onClick:()=>V(b),onClose:()=>{x(!1)},title:`Really remove ${i} from this project?`}),a.jsx(Ty,{open:j,setOpen:_,group:b==null?void 0:b.entity,projectId:e,subtitle:a.jsxs(a.Fragment,{children:[b&&b.entity.roles.length>1?"Roles:":"Role:",a.jsx(S8,{value:T((b==null?void 0:b.entity.roles)||[]),roles:(b==null?void 0:b.entity.roles)||[]})]}),onEdit:()=>{c(`edit/group/${b==null?void 0:b.entity.id}`)},onRemove:()=>{_(!1),x(!0)}})]})},Jy=()=>{const e=n1("projectId"),t=_e(e),{hasAccess:n}=h.useContext(Ie),{isOss:i}=f1();return ve(`Project access – ${t}`),i()?a.jsx(A1,{header:a.jsx(S1,{title:"User access"}),sx:{justifyContent:"center"},children:a.jsx(I0,{feature:"access"})}):n([J1,rh],e)?a.jsx(Qy,{}):a.jsx(A1,{header:a.jsx(S1,{title:"User access"}),children:a.jsx(T1,{severity:"error",children:'You need project owner permissions or a custom role with "view project user permission" to access this section.'})})},Xy=e=>e.reduce((t,n)=>n.enabled?t+1:t,0),e_=u(W2)(({theme:e})=>({marginTop:e.spacing(3)})),t_=u("p",{shouldForwardProp:e=>e!=="warning"})(({theme:e,warning:t})=>({color:t?e.palette.error.dark:e.palette.text.primary,textAlign:"center"})),n_=({environment:e,warnEnabledToggles:t})=>{const n=h.useMemo(()=>[{id:"Icon",width:"1%",Cell:({row:{original:d}})=>a.jsx(ih,{environment:d})},{Header:"Name",accessor:"name",Cell:Z1},{Header:"Type",accessor:"type",Cell:Z1},{Header:"Toggles enabled",accessor:"projectEnabledToggleCount",Cell:({value:d})=>a.jsx(Z1,{children:a.jsx(t_,{warning:d>0,children:d===1?"1 toggle":`${d} toggles`})}),align:"center"}],[t]),{getTableProps:i,getTableBodyProps:c,headerGroups:s,rows:o,prepareRow:l}=k1.useTable({columns:n,data:[e],disableSortBy:!0});return a.jsxs(e_,{...i(),rowHeight:"compact",children:[a.jsx(Y2,{headerGroups:s}),a.jsx(H2,{...c(),children:o.map(d=>{l(d);const{key:m,...f}=d.getRowProps();return a.jsx(U2,{hover:!0,...f,children:d.cells.map(v=>{const{key:p,...g}=v.getCellProps();return a.jsx(k2,{...g,children:v.render("Cell")},p)})},m)})})]})},a_=u("p")(({theme:e})=>({marginTop:e.spacing(3),marginBottom:e.spacing(1.5)})),r_=u(_3)(()=>({width:"100%"})),i_=({environment:e,open:t,setOpen:n,onConfirm:i})=>{const[c,s]=h.useState("");return h.useEffect(()=>{s("")},[t]),a.jsxs(ue,{title:"Hide environment and disable feature flags?",open:t,primaryButtonText:"Hide environment and disable feature flags",disabledPrimaryButton:(e==null?void 0:e.name)!==c,secondaryButtonText:"Close",onClick:i,onClose:()=>{n(!1)},children:[a.jsxs(T1,{severity:"error",children:[a.jsx("strong",{children:"Danger!"})," Hiding an environment will disable all the feature flags that are enabled in this environment and it can impact client applications connected to the environment."]}),a.jsx(n_,{environment:e}),a.jsxs(a_,{children:["In order to hide this environment, please enter the id of the environment in the textfield below:"," ",a.jsx("strong",{children:e==null?void 0:e.name})]}),a.jsx(r_,{label:"Environment name",value:c,onChange:o=>s(o.target.value)})]})},c_="/static/upgradeEnvironments-DCYoh4BH.png",s_=u(O)(({theme:e})=>({marginTop:e.spacing(3),width:"100%",backgroundColor:e.palette.background.elevation1,borderRadius:e.shape.borderRadiusMedium,padding:e.spacing(2),display:"flex",justifyContent:"center",position:"relative"})),o_=u(oe)(({theme:e})=>({textDecoration:"none",fontWeight:e.typography.fontWeightBold})),l_=u("img")(({theme:e})=>({width:e.spacing(20)})),d_=u($1)(({theme:e})=>({position:"absolute",top:e.spacing(1.25),right:e.spacing(1.5)})),u_=u(O)(({theme:e})=>({display:"flex",gap:e.spacing(3),marginTop:e.spacing(2),marginBottom:e.spacing(2)})),h_=u(O)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"center",gap:e.spacing(1),maxWidth:e.spacing(60)})),m_=()=>{const[e,t]=y0("upgrade-environments:v1","open");return e==="closed"?null:a.jsxs(s_,{children:[a.jsxs(u_,{children:[a.jsx(l_,{src:j0(c_),alt:"Multiple environments"}),a.jsxs(h_,{children:[a.jsx("b",{children:"Need more environments?"}),a.jsx("p",{children:"You are currently using our open-source version, which allows for only two environments. With our Enterprise offering, you can have unlimited environments to better suit your organization's needs."}),a.jsx(o_,{href:"https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=environments",target:"_blank",children:"View our Enterprise offering"})]})]}),a.jsx(Y1,{title:"Dismiss",arrow:!0,children:a.jsx(d_,{"aria-label":"dismiss",onClick:()=>{t("closed")},size:"small",children:a.jsx(L2,{fontSize:"inherit"})})})]})},f_=u(T1)(({theme:e})=>({marginBottom:e.spacing(4)})),p_=u("div")(({theme:e})=>({display:"flex",flexWrap:"wrap",[e.breakpoints.down("sm")]:{justifyContent:"center"}})),v_=u(ch)(({theme:e})=>({maxWidth:"400px",marginBottom:e.spacing(2)})),g_=()=>{const e=n1("projectId"),t=_e(e);ve(`Project environments – ${t}`);const{setToastData:n,setToastApiError:i}=O1(),{environments:c,loading:s,error:o,refetchEnvironments:l}=Sm(e),{project:d,refetch:m}=te(e),{removeEnvironmentFromProject:f,addEnvironmentToProject:v}=Je(),[p,g]=h.useState(),[x,j]=h.useState(!1),{isOss:_}=f1(),b=h.useMemo(()=>c.map(y=>{var P;return{...y,projectVisible:(P=d==null?void 0:d.environments)==null?void 0:P.map(Y=>Y.environment).includes(y.name)}}),[c,d==null?void 0:d.environments]),w=()=>{l(),m()},T=()=>a.jsx(v_,{onClick:w,text:"Error fetching environments"}),D=y=>`Got an API error when trying to set the environment as ${y?"visible":"hidden"}`,C=async y=>{if(y.projectVisible){if(Xy(b)>1){g(y),j(!0);return}n({text:"At least one environment must be visible in the project",type:"error"})}else try{await v(e,y.name),w(),n({text:"Environment set as visible",type:"success"})}catch{i(D(!0))}},Z=async()=>{if(p)try{await f(e,p.name),w(),n({text:"Environment hidden",type:"success"})}catch{i(D(!1))}finally{j(!1)}},S=y=>_()&&y.name==="default"||y.projectVisible&&L(),L=()=>b.filter(y=>y.projectVisible).length===1,z=y=>y.projectVisible&&L()?"Cannot disable, at least one environment must be visible in the project":y.projectVisible?"Hide environment and disable feature flags":"Make it visible",F=h.useMemo(()=>[{Header:"Name",accessor:"name",Cell:({row:{original:y}})=>a.jsx(sh,{environment:y})},{Header:"Type",accessor:"type",Cell:z2},{Header:"Project API tokens",accessor:y=>y.projectApiTokenCount===1?"1 token":`${y.projectApiTokenCount} tokens`,Cell:Z1},{Header:"Visible in project",accessor:"enabled",align:"center",width:1,Cell:({row:{original:y}})=>a.jsx(Ur,{children:a.jsx(Lc,{tooltip:z(y),size:"medium",disabled:S(y),projectId:e,permission:J1,checked:y.projectVisible,onChange:()=>C(y)})}),disableGlobalFilter:!0}],[b]),{getTableProps:A,getTableBodyProps:k,headerGroups:K,rows:I,prepareRow:H,state:{globalFilter:B},setGlobalFilter:E}=k1.useTable({columns:F,data:b,disableSortBy:!0},k1.useGlobalFilter),V=a.jsx(S1,{title:`Environments (${I.length})`,actions:a.jsxs(a.Fragment,{children:[a.jsx(ye,{initialValue:B,onChange:E}),_()?null:a.jsxs(a.Fragment,{children:[a.jsx(S1.Divider,{}),a.jsx(oe,{component:g1,to:"/environments",children:"Configure environments"})]})]})});return a.jsx(A1,{header:V,isLoading:s,children:a.jsxs(p_,{children:[a.jsx(N,{condition:!!o,show:T()}),a.jsxs(f_,{severity:"info",children:[a.jsx("strong",{children:"Important!"})," In order for your application to retrieve configured activation strategies for a specific environment, the application must use an environment specific API token. You can look up the environment-specific"," ",a.jsx(g1,{to:"/admin/api",children:"API tokens here"}),".",a.jsx("br",{}),a.jsx("br",{}),"Your administrator can configure an environment-specific API token to be used in the SDK. If you are an administrator you can"," ",a.jsx(g1,{to:"/admin/api",children:"create a new API token here"}),"."]}),a.jsx(k3,{value:B,children:a.jsxs(W2,{...A(),rowHeight:"compact",children:[a.jsx(Y2,{headerGroups:K}),a.jsx(H2,{...k(),children:I.map(y=>{H(y);const{key:P,...Y}=y.getRowProps();return a.jsx(U2,{hover:!0,...Y,children:y.cells.map(Q=>{const{key:a1,...e1}=Q.getCellProps();return a.jsx(k2,{...e1,children:Q.render("Cell")},a1)})},P)})})]})}),a.jsx(N,{condition:I.length===0,show:a.jsx(N,{condition:(B==null?void 0:B.length)>0,show:a.jsxs(ae,{children:["No environments found matching “",B,"”"]}),elseShow:a.jsx(ae,{children:"No environments available. Get started by adding one."})})}),_()?a.jsx(m_,{}):null,a.jsx(i_,{environment:p,open:x,setOpen:j,onConfirm:Z})]})})},x_=e=>h.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:1386,height:512,fill:"none",viewBox:"0 0 1386 512",...e},h.createElement("rect",{width:1386,height:512,fill:"#F7F7FA",rx:12}),h.createElement("rect",{width:93,height:23,x:545.5,y:200.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:545.5,y:200.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip0_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m559.75 215.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m579.639 208.09 3.656 7.91h-1.91l-.598-1.465h-3.105l-.598 1.465h-1.91l3.656-7.91h.809Zm-.399 2.66-.984 2.402h1.969l-.985-2.402Zm8.473-.82c.469 0 .902.121 1.301.363.406.234.73.582.972 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.383.375-.328 0-.656-.078-.984-.235a2.799 2.799 0 0 1-.809-.609v3.48h-1.488v-8.73h1.488v.996c.172-.32.422-.59.75-.808a1.97 1.97 0 0 1 1.149-.34Zm-.375 1.488c-.266 0-.516.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.2.902v.856c.211.219.438.402.68.551.25.14.52.211.809.211.304 0 .57-.082.797-.246.226-.165.402-.375.527-.633.125-.266.187-.547.187-.844 0-.445-.136-.82-.41-1.125-.265-.305-.621-.457-1.066-.457Zm7.828-1.488c.469 0 .902.121 1.301.363.406.234.73.582.972 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.382.375-.329 0-.657-.078-.985-.235a2.78 2.78 0 0 1-.808-.609v3.48h-1.489v-8.73h1.489v.996c.171-.32.421-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.266 0-.516.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.679.551.25.14.52.211.809.211.305 0 .57-.082.797-.246.226-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.411-1.125-.265-.305-.621-.457-1.066-.457Zm8.168.328a1.576 1.576 0 0 0-.785-.211 1.16 1.16 0 0 0-.856.34 3.196 3.196 0 0 0-.597.82V216h-1.489v-5.918h1.489v1.113c.203-.351.441-.644.715-.879.281-.234.597-.351.949-.351.211 0 .402.035.574.105v1.676Zm3.902-1.816c.578 0 1.106.14 1.582.422.477.273.86.648 1.149 1.125.297.468.445.996.445 1.582 0 .586-.148 1.113-.445 1.582a3.31 3.31 0 0 1-1.149 1.125 3.125 3.125 0 0 1-1.582.41 3.17 3.17 0 0 1-1.582-.41 3.315 3.315 0 0 1-1.148-1.125 2.954 2.954 0 0 1-.434-1.582c0-.586.145-1.114.434-1.582a3.165 3.165 0 0 1 1.148-1.125 3.09 3.09 0 0 1 1.582-.422Zm0 1.441c-.281 0-.543.067-.785.199a1.539 1.539 0 0 0-.586.575c-.14.25-.211.554-.211.914 0 .359.071.664.211.914.149.25.344.441.586.574.242.125.504.187.785.187.282 0 .543-.062.785-.187.243-.133.438-.324.586-.574.149-.25.223-.555.223-.914 0-.36-.074-.664-.223-.914a1.525 1.525 0 0 0-.586-.575 1.612 1.612 0 0 0-.785-.199Zm10.067-1.289L614.127 216h-.949l-2.766-5.918h1.734l1.489 3.668 1.558-3.668h1.735Zm3.328-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.469.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.506 1.506 0 0 0-.925-.317Zm9.808-3.668V216h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.148.34-.477 0-.918-.121-1.325-.364-.398-.242-.718-.593-.961-1.054-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687.25-.469.582-.829.997-1.079a2.625 2.625 0 0 1 1.394-.386c.32 0 .645.074.973.222.328.149.601.348.82.598v-3.188h1.488Zm-2.976 3.833c-.313 0-.582.082-.809.246-.219.156-.39.363-.515.621-.125.25-.188.523-.188.82 0 .445.133.824.398 1.137.274.312.633.469 1.079.469.265 0 .511-.071.738-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.44 2.44 0 0 0-.691-.527 1.63 1.63 0 0 0-.797-.199Z"}),h.createElement("rect",{width:93,height:23,x:545.5,y:352.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:545.5,y:352.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M566.724 359.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L563.057 364l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M579.973 359.973c.492 0 .918.07 1.277.211.359.132.672.316.938.55v1.641a11.253 11.253 0 0 0-.586-.41 2.99 2.99 0 0 0-.692-.328 2.745 2.745 0 0 0-.89-.129c-.469 0-.895.113-1.278.34a2.558 2.558 0 0 0-.914.914c-.226.383-.34.82-.34 1.312 0 .485.114.922.34 1.313.227.383.531.687.914.914.383.219.809.328 1.278.328.523 0 .96-.078 1.312-.234.359-.165.684-.364.973-.598v1.582a3.048 3.048 0 0 1-.996.586c-.399.14-.844.211-1.336.211a4.347 4.347 0 0 1-1.594-.293 4.263 4.263 0 0 1-1.324-.844 4.01 4.01 0 0 1-.903-1.301 4.118 4.118 0 0 1-.328-1.664c0-.609.11-1.164.328-1.664.219-.5.52-.93.903-1.289a4.007 4.007 0 0 1 1.324-.844 4.195 4.195 0 0 1 1.594-.304Zm6.117 1.957c.32 0 .644.074.972.222.329.149.602.348.821.598v-.668h1.488V368h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386Zm.305 1.453a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621 1.882 1.882 0 0 0-.187.832c0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.652 2.652 0 0 0-.692-.539 1.624 1.624 0 0 0-.796-.199Zm6.293-1.301v.844c.179-.242.421-.469.726-.68a1.862 1.862 0 0 1 1.066-.316c.602 0 1.106.203 1.512.609.406.406.61 1.016.61 1.828V368h-1.489l-.011-3.434c0-.398-.098-.695-.293-.89-.188-.196-.45-.293-.786-.293-.265 0-.515.086-.75.258a2.707 2.707 0 0 0-.585.609V368h-1.489v-5.918h1.489Zm8.32-.152c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.66 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm5.672-3.668V368h-1.489v-8.438h1.489Zm3.304 0V368h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V368h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),h.createElement("rect",{width:93,height:23,x:545.5,y:276.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:545.5,y:276.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M569.224 283.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L565.557 288l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M582.193 284.148c.368 0 .727.051 1.078.153.352.101.668.258.95.469.289.21.515.476.679.796.172.313.258.688.258 1.125 0 .461-.117.86-.351 1.196a2.354 2.354 0 0 1-.903.773c-.375.18-.781.285-1.218.317L585.51 292h-2.145l-2.73-3.211V292h-1.629v-7.852h3.187Zm-1.558 1.524v1.98c.187.063.394.114.621.153.234.031.469.047.703.047.469 0 .84-.094 1.113-.282a.94.94 0 0 0 .422-.82c0-.383-.148-.656-.445-.82-.289-.172-.645-.258-1.067-.258h-1.347Zm8.355.258c.578 0 1.074.125 1.489.375.421.25.742.597.96 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.274.719.586.961.313.242.695.363 1.149.363.429 0 .82-.086 1.171-.258.352-.172.633-.347.844-.527l-.011 1.383c-.188.164-.469.332-.844.504a2.957 2.957 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.079 3.079 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.515.914h2.836c-.032-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm5.356-4.23c.273 0 .511.102.714.305a.924.924 0 0 1 .317.703.95.95 0 0 1-.317.703.978.978 0 0 1-.714.305c-.29 0-.536-.102-.739-.305a.986.986 0 0 1-.293-.703c0-.274.098-.508.293-.703.203-.203.449-.305.739-.305Zm.843 3.082v5.848c0 .804-.187 1.453-.562 1.945-.367.5-.887.871-1.559 1.113l-.656-1.3c.414-.188.73-.415.949-.68.227-.266.34-.606.34-1.02v-4.64h-.949v-1.266h2.437Zm4.512-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.843.504a2.96 2.96 0 0 1-1.219.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.079 3.079 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm6.879-1.3c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.215-1.571v1.723h1.64v1.242h-1.64v2.555c0 .266.058.476.175.633.125.148.309.222.551.222a1.696 1.696 0 0 0 .973-.269v1.183a1.846 1.846 0 0 1-.563.375c-.218.102-.496.153-.832.153-.531 0-.965-.168-1.3-.504-.329-.344-.493-.813-.493-1.406v-2.942h-1.066v-.762c.375-.132.719-.382 1.031-.75.32-.367.574-.851.762-1.453h.762Zm5.754 1.571c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.585.961.313.242.696.363 1.149.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V292h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.328.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.132.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.148-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.628 1.628 0 0 0-.797-.199Z"}),h.createElement("rect",{width:133,height:23,x:318.5,y:275.5,fill:"#F1F0FC",rx:3.5}),h.createElement("rect",{width:133,height:23,x:318.5,y:275.5,stroke:"#BEBBF3",rx:3.5}),h.createElement("path",{fill:"#6C65E5",d:"M332 281c-3.318 0-6 2.682-6 6s2.682 6 6 6 6-2.682 6-6-2.682-6-6-6Zm0 10.8a4.806 4.806 0 0 1-4.8-4.8c0-2.646 2.154-4.8 4.8-4.8s4.8 2.154 4.8 4.8-2.154 4.8-4.8 4.8Z"}),h.createElement("path",{fill:"#615BC2",d:"M346.979 282.494c.398 0 .788.055 1.168.165.381.11.724.279 1.029.508.313.229.558.516.736.863.186.339.279.745.279 1.219 0 .499-.127.931-.38 1.295a2.56 2.56 0 0 1-.978.838 3.637 3.637 0 0 1-1.32.343l3.059 3.275h-2.323l-2.958-3.479V291h-1.765v-8.506h3.453Zm-1.688 1.651v2.145c.203.068.427.123.673.165.254.034.508.051.762.051.507 0 .909-.102 1.206-.305.304-.211.457-.508.457-.889 0-.414-.161-.71-.483-.888-.313-.186-.698-.279-1.155-.279h-1.46Zm9.052.279c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.635 1.041.338.262.753.393 1.244.393.465 0 .888-.093 1.269-.279.381-.186.686-.376.914-.571l-.012 1.498c-.204.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.553 3.553 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.139-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.993 2.993 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.072c-.033-.457-.203-.795-.507-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.727-1.244L361.998 291h-1.028l-2.996-6.411h1.879l1.612 3.973 1.688-3.973h1.879Zm2.463-3.339c.305 0 .567.11.787.33a1.048 1.048 0 0 1 0 1.524c-.22.22-.482.33-.787.33-.305 0-.567-.11-.787-.33a1.066 1.066 0 0 1-.317-.762c0-.296.105-.55.317-.762.22-.22.482-.33.787-.33Zm.94 3.339V291h-1.613v-5.04h-1.028v-1.371h2.641Zm4.836-.165c.627 0 1.164.135 1.613.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.647c.085.432.297.779.635 1.041.339.262.754.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.397 3.397 0 0 1-1.244-1.181c-.305-.499-.458-1.071-.458-1.714 0-.626.14-1.197.419-1.714.28-.516.665-.931 1.156-1.244a2.992 2.992 0 0 1 1.675-.482Zm-.038 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Zm13.445-1.244L384.456 291h-1.168l-1.498-4.151-1.498 4.151h-1.181l-2.209-6.411h1.752l1.181 3.796 1.384-3.796h1.155l1.371 3.796 1.181-3.796h1.752Zm8.963 1.803a1.707 1.707 0 0 0-.851-.229 1.26 1.26 0 0 0-.927.368 3.44 3.44 0 0 0-.647.889V291h-1.612v-6.411h1.612v1.206a3.63 3.63 0 0 1 .774-.952 1.566 1.566 0 0 1 1.029-.381c.228 0 .435.038.622.114v1.816Zm4.049-1.968c.627 0 1.164.135 1.613.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.647c.085.432.297.779.635 1.041.339.262.753.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.407 3.407 0 0 1-1.245-1.181c-.304-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714.28-.516.665-.931 1.156-1.244a2.992 2.992 0 0 1 1.675-.482Zm-.038 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Zm7.072-1.409c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612v9.458h-1.612v-4.126a2.645 2.645 0 0 1-.812.901 2.135 2.135 0 0 1-1.245.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.961-.419 1.511-.419Zm.33 1.587c-.339 0-.631.089-.876.266-.237.17-.423.394-.559.673a1.965 1.965 0 0 0-.203.889c0 .482.144.893.432 1.231.296.33.685.495 1.168.495.287 0 .554-.072.799-.215a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm10.867-1.422v3.821c0 .567-.127 1.058-.381 1.473a2.543 2.543 0 0 1-1.041.939 3.2 3.2 0 0 1-1.473.33c-.558 0-1.058-.11-1.498-.33a2.565 2.565 0 0 1-1.028-.939c-.245-.415-.368-.906-.368-1.473v-3.821h1.625l.013 3.529c0 .5.114.872.342 1.117.229.246.534.369.914.369.373 0 .673-.123.902-.369.237-.245.355-.617.355-1.117v-3.529h1.638Zm3.186-3.339c.305 0 .567.11.788.33a1.048 1.048 0 0 1 0 1.524c-.221.22-.483.33-.788.33-.304 0-.567-.11-.787-.33a1.07 1.07 0 0 1-.317-.762c0-.296.106-.55.317-.762.22-.22.483-.33.787-.33Zm.94 3.339V291h-1.612v-5.04h-1.029v-1.371h2.641Zm6.068 1.803a1.703 1.703 0 0 0-.85-.229c-.373 0-.682.123-.927.368a3.441 3.441 0 0 0-.648.889V291h-1.612v-6.411h1.612v1.206c.22-.381.479-.698.775-.952a1.564 1.564 0 0 1 1.028-.381c.229 0 .436.038.622.114v1.816Zm4.05-1.968c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.369 1.024.369 1.65v.686h-4.647c.085.432.296.779.635 1.041.338.262.753.393 1.244.393a2.85 2.85 0 0 0 1.269-.279c.381-.186.686-.376.915-.571l-.013 1.498c-.203.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.556 3.556 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.996 2.996 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.073c-.034-.457-.203-.795-.508-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.626-3.974V291h-1.612v-1.079a2.648 2.648 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.946 2.946 0 0 1 1.08-1.168c.457-.28.96-.419 1.51-.419.347 0 .698.08 1.054.241.355.161.652.377.889.647v-3.453h1.612Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.952 1.952 0 0 0-.203.889c0 .482.144.893.431 1.231.296.339.686.508 1.168.508.288 0 .555-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.242-.614.242-1.003v-.914a2.633 2.633 0 0 0-.749-.571 1.77 1.77 0 0 0-.864-.216Z"}),h.createElement("rect",{width:88,height:23,x:141.5,y:307.5,fill:"#FFF4E5",rx:3.5}),h.createElement("rect",{width:88,height:23,x:141.5,y:307.5,stroke:"#FFC46F",rx:3.5}),h.createElement("path",{fill:"#B35300",d:"M153.692 314.291c.897 0 1.684.182 2.361.546a3.9 3.9 0 0 1 1.574 1.523c.381.652.572 1.418.572 2.298 0 .838-.178 1.6-.533 2.285a4.056 4.056 0 0 1-1.524 1.613c-.66.397-1.447.596-2.361.596a17.819 17.819 0 0 1-3.39-.33v-8.201a41.433 41.433 0 0 1 1.612-.228 13.767 13.767 0 0 1 1.689-.102Zm.038 1.65a9.506 9.506 0 0 0-1.574.14v5.281c.254.051.516.089.787.115.279.016.542.025.787.025.559 0 1.037-.119 1.435-.356.397-.245.702-.579.914-1.002.211-.424.317-.898.317-1.422 0-.542-.106-1.02-.317-1.435a2.372 2.372 0 0 0-.914-.977c-.398-.246-.876-.369-1.435-.369Zm10.067 2.451a1.7 1.7 0 0 0-.85-.229c-.373 0-.682.123-.927.368a3.44 3.44 0 0 0-.647.889V323h-1.613v-6.411h1.613v1.206a3.63 3.63 0 0 1 .774-.952 1.564 1.564 0 0 1 1.028-.381c.229 0 .436.038.622.114v1.816Zm3.784-1.968c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612V323h-1.612v-1.079a2.638 2.638 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.96-.419 1.511-.419Zm.33 1.574a1.45 1.45 0 0 0-.876.267 1.735 1.735 0 0 0-.559.673 2.04 2.04 0 0 0-.203.901c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.848 2.848 0 0 0-.749-.584 1.763 1.763 0 0 0-.863-.216Zm8.963-1.409v1.346h-1.664V323h-1.612v-5.065h-.977v-1.346h.977v-.571c0-.491.102-.91.305-1.257.211-.356.486-.627.825-.813a2.283 2.283 0 0 1 1.117-.279c.271 0 .508.03.711.089.203.059.381.139.533.241v1.346a1.731 1.731 0 0 0-.964-.241.985.985 0 0 0-.648.253c-.178.153-.267.407-.267.762v.47h1.664Zm3.656-1.866v1.866h1.777v1.346h-1.777v2.767c0 .288.063.516.19.686.136.161.335.241.597.241.228 0 .423-.025.584-.076.169-.051.326-.123.47-.216v1.282a2.012 2.012 0 0 1-.61.406c-.237.11-.537.165-.901.165-.576 0-1.045-.182-1.409-.545-.356-.373-.534-.881-.534-1.524v-3.186h-1.155v-.826c.406-.144.779-.414 1.117-.812.347-.398.622-.923.826-1.574h.825Zm8.912 1.866v.812c.195-.245.427-.469.698-.672.279-.204.635-.305 1.067-.305.448 0 .854.106 1.218.317.364.203.648.512.851.927.254-.347.55-.639.889-.876a1.96 1.96 0 0 1 1.18-.368c.432 0 .825.101 1.181.305.355.194.639.486.85.875.221.39.331.876.331 1.46V323h-1.613l-.012-3.72c0-.431-.115-.753-.343-.965-.22-.211-.512-.317-.876-.317-.28 0-.521.089-.724.267a3.597 3.597 0 0 0-.571.609V323h-1.612l-.013-3.72c0-.431-.114-.753-.343-.965-.22-.211-.508-.317-.863-.317a1.13 1.13 0 0 0-.724.254 3.057 3.057 0 0 0-.571.571V323h-1.612v-6.411h1.612Zm13.089-.165a3.31 3.31 0 0 1 1.714.457c.516.296.931.702 1.244 1.219.321.507.482 1.079.482 1.713 0 .635-.161 1.207-.482 1.714a3.576 3.576 0 0 1-1.244 1.219 3.388 3.388 0 0 1-1.714.444 3.43 3.43 0 0 1-1.714-.444 3.576 3.576 0 0 1-1.244-1.219 3.198 3.198 0 0 1-.47-1.714c0-.634.157-1.206.47-1.713a3.428 3.428 0 0 1 1.244-1.219 3.351 3.351 0 0 1 1.714-.457Zm0 1.561c-.305 0-.588.072-.851.216a1.662 1.662 0 0 0-.635.622c-.152.271-.228.601-.228.99 0 .39.076.72.228.991.161.271.373.478.635.622.263.135.546.203.851.203.304 0 .588-.068.85-.203.263-.144.474-.351.635-.622.161-.271.241-.601.241-.991 0-.389-.08-.719-.241-.99a1.655 1.655 0 0 0-.635-.622 1.738 1.738 0 0 0-.85-.216Zm11.057-4.126V323h-1.612v-1.079a2.645 2.645 0 0 1-.812.901 2.135 2.135 0 0 1-1.245.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.961-.419 1.511-.419.347 0 .698.08 1.053.241.356.161.652.377.889.647v-3.453h1.612Zm-3.224 4.152c-.339 0-.631.089-.876.266-.237.17-.423.394-.559.673a1.965 1.965 0 0 0-.203.889c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228.254-.153.458-.364.61-.635.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm8.011-1.587c.626 0 1.163.135 1.612.406.457.271.804.648 1.041 1.13.245.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.634 1.041.339.262.754.393 1.244.393.466 0 .889-.093 1.27-.279.381-.186.685-.376.914-.571l-.013 1.498c-.203.178-.507.36-.914.546a3.197 3.197 0 0 1-1.32.266 3.55 3.55 0 0 1-1.739-.431 3.397 3.397 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.139-1.197.418-1.714.28-.516.665-.931 1.156-1.244a2.993 2.993 0 0 1 1.676-.482Zm-.039 1.409c-.397 0-.732.123-1.003.368-.27.246-.457.576-.558.99h3.072c-.034-.457-.203-.795-.508-1.015a1.63 1.63 0 0 0-1.003-.343Z"}),h.createElement("rect",{width:78,height:23,x:318.5,y:338.5,fill:"#F7F7FA",rx:3.5}),h.createElement("rect",{width:78,height:23,x:318.5,y:338.5,stroke:"#BDBDBF",rx:3.5}),h.createElement("path",{fill:"#6E6E70",d:"M330.757 345.291c.897 0 1.685.182 2.362.546a3.907 3.907 0 0 1 1.574 1.523c.381.652.571 1.418.571 2.298 0 .838-.178 1.6-.533 2.285a4.053 4.053 0 0 1-1.523 1.613c-.661.397-1.448.596-2.362.596a17.847 17.847 0 0 1-3.389-.33v-8.201a41.162 41.162 0 0 1 1.612-.228 13.75 13.75 0 0 1 1.688-.102Zm.038 1.65a9.474 9.474 0 0 0-1.574.14v5.281c.254.051.516.089.787.115.28.016.542.025.787.025.559 0 1.037-.119 1.435-.356a2.43 2.43 0 0 0 .914-1.002c.212-.424.317-.898.317-1.422 0-.542-.105-1.02-.317-1.435a2.366 2.366 0 0 0-.914-.977c-.398-.246-.876-.369-1.435-.369Zm7.376-2.691c.305 0 .567.11.787.33a1.045 1.045 0 0 1 0 1.524c-.22.22-.482.33-.787.33-.304 0-.567-.11-.787-.33a1.07 1.07 0 0 1-.317-.762c0-.296.106-.55.317-.762.22-.22.483-.33.787-.33Zm.94 3.339V354h-1.612v-5.04h-1.029v-1.371h2.641Zm4.1-.165c.398 0 .766.059 1.105.178.338.118.601.253.787.406v1.422a4.645 4.645 0 0 0-.749-.394 2.208 2.208 0 0 0-.901-.19c-.305 0-.546.067-.724.203-.178.135-.267.296-.267.482 0 .136.051.263.153.381.101.11.296.207.584.292l.723.241c.974.288 1.46.851 1.46 1.689 0 .398-.114.753-.342 1.066a2.274 2.274 0 0 1-.902.724 2.846 2.846 0 0 1-1.244.266 3.93 3.93 0 0 1-1.257-.203c-.406-.135-.715-.283-.927-.444v-1.409c.161.11.356.216.584.317.229.102.466.186.711.254.246.059.47.089.673.089.322 0 .567-.055.737-.165a.565.565 0 0 0 .266-.495.432.432 0 0 0-.216-.381 2.9 2.9 0 0 0-.634-.279l-.788-.28c-.49-.16-.829-.389-1.015-.685-.186-.296-.279-.648-.279-1.054s.101-.757.304-1.054c.212-.304.504-.541.876-.711.373-.177.8-.266 1.282-.266Zm6.462 0c.474 0 .864.076 1.168.228.305.153.546.301.724.445v1.485a3.328 3.328 0 0 0-.749-.406c-.271-.11-.605-.165-1.003-.165-.322 0-.622.08-.901.241a1.78 1.78 0 0 0-.889 1.574c0 .525.169.957.508 1.295.338.339.766.508 1.282.508.398 0 .732-.051 1.003-.152a3.33 3.33 0 0 0 .749-.407v1.473a3.27 3.27 0 0 1-.724.444c-.304.136-.694.203-1.168.203-.651 0-1.231-.152-1.739-.457a3.533 3.533 0 0 1-1.193-1.231 3.384 3.384 0 0 1-.432-1.676c0-.448.08-.876.241-1.282.17-.406.407-.766.711-1.079.305-.322.66-.576 1.067-.762a3.246 3.246 0 0 1 1.345-.279Zm5.866 0c.347 0 .698.08 1.053.241.356.161.652.377.889.647v-.723h1.612V354h-1.612v-1.079a2.638 2.638 0 0 1-.813.901 2.13 2.13 0 0 1-1.244.368c-.516 0-.994-.131-1.434-.393-.432-.262-.779-.643-1.041-1.143-.263-.499-.394-1.104-.394-1.815 0-.711.131-1.32.394-1.828.271-.508.63-.897 1.079-1.168.457-.28.96-.419 1.511-.419Zm.33 1.574a1.45 1.45 0 0 0-.876.267 1.735 1.735 0 0 0-.559.673 2.04 2.04 0 0 0-.203.901c0 .482.144.893.432 1.231.296.339.685.508 1.168.508.287 0 .554-.076.799-.228a1.7 1.7 0 0 0 .61-.635c.161-.279.241-.614.241-1.003v-.914a2.848 2.848 0 0 0-.749-.584 1.763 1.763 0 0 0-.863-.216Zm9.242.394a1.707 1.707 0 0 0-.851-.229 1.26 1.26 0 0 0-.927.368 3.44 3.44 0 0 0-.647.889V354h-1.612v-6.411h1.612v1.206a3.63 3.63 0 0 1 .774-.952 1.566 1.566 0 0 1 1.029-.381c.228 0 .436.038.622.114v1.816Zm7.338-4.533V354h-1.613v-1.079a2.645 2.645 0 0 1-.812.901c-.356.246-.77.368-1.244.368-.516 0-.995-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.95 2.95 0 0 1 1.079-1.168c.457-.28.961-.419 1.511-.419.347 0 .698.08 1.054.241.355.161.651.377.888.647v-3.453h1.613Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.953 1.953 0 0 0-.204.889c0 .482.144.893.432 1.231.296.339.686.508 1.168.508.288 0 .554-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Zm8.011-1.587c.626 0 1.164.135 1.612.406.457.271.804.648 1.041 1.13.246.474.368 1.024.368 1.65v.686h-4.646c.084.432.296.779.635 1.041.338.262.753.393 1.244.393.465 0 .888-.093 1.269-.279.381-.186.686-.376.914-.571l-.012 1.498c-.203.178-.508.36-.914.546a3.198 3.198 0 0 1-1.321.266 3.556 3.556 0 0 1-1.739-.431 3.405 3.405 0 0 1-1.244-1.181c-.305-.499-.457-1.071-.457-1.714 0-.626.14-1.197.419-1.714a3.328 3.328 0 0 1 1.155-1.244 2.996 2.996 0 0 1 1.676-.482Zm-.038 1.409a1.44 1.44 0 0 0-1.003.368c-.271.246-.457.576-.559.99h3.073c-.034-.457-.204-.795-.508-1.015a1.633 1.633 0 0 0-1.003-.343Zm10.626-3.974V354h-1.613v-1.079a2.645 2.645 0 0 1-.812.901c-.356.246-.77.368-1.244.368-.516 0-.995-.131-1.435-.393-.431-.262-.778-.643-1.041-1.143-.262-.499-.393-1.104-.393-1.815 0-.711.131-1.32.393-1.828a2.95 2.95 0 0 1 1.079-1.168c.457-.28.961-.419 1.511-.419.347 0 .698.08 1.054.241.355.161.651.377.888.647v-3.453h1.613Zm-3.225 4.152c-.338 0-.63.089-.876.266-.237.17-.423.394-.558.673a1.953 1.953 0 0 0-.204.889c0 .482.144.893.432 1.231.296.339.686.508 1.168.508.288 0 .554-.076.8-.228a1.69 1.69 0 0 0 .609-.635c.161-.279.241-.614.241-1.003v-.914a2.606 2.606 0 0 0-.749-.571 1.763 1.763 0 0 0-.863-.216Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M242 319h30"}),h.createElement("path",{fill:"#202021",d:"m283.501 293.407-.643-.386.643.386Zm22.984-5.428a.75.75 0 0 0 .089-1.057l-4.361-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.58 3.876a.75.75 0 1 0 .969 1.145l5.152-4.36ZM269 319.75c3.095 0 5.328-1.166 6.97-3.066 1.61-1.863 2.622-4.395 3.406-7.092.779-2.68 1.374-5.69 2.059-8.428.696-2.786 1.499-5.353 2.709-7.372l-1.286-.771c-1.332 2.221-2.177 4.972-2.879 7.78-.714 2.856-1.27 5.714-2.043 8.372-.768 2.643-1.709 4.919-3.101 6.53-1.36 1.574-3.18 2.547-5.835 2.547v1.5Zm15.144-25.958c1.006-1.676 2.803-2.906 5.046-3.789 2.235-.881 4.835-1.386 7.331-1.664 2.491-.277 4.849-.323 6.587-.3.868.012 1.579.04 2.071.066.247.013.438.026.567.034l.146.011a.637.637 0 0 1 .036.003h.009l.002.001.062-.748.062-.747h-.001l-.003-.001h-.011l-.042-.004-.157-.011a50.879 50.879 0 0 0-.591-.036 56.858 56.858 0 0 0-2.13-.068 55.836 55.836 0 0 0-6.773.309c-2.566.286-5.31.811-7.715 1.759-2.398.945-4.538 2.34-5.782 4.414l1.286.771Z"}),h.createElement("path",{fill:"#202021",d:"m283.502 344.5-.643.386.643-.386Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 0 1-1.145-.969l3.875-4.58-4.58-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM269 318.25c3.094 0 5.326 1.159 6.969 3.05 1.61 1.854 2.623 4.375 3.407 7.06.779 2.669 1.374 5.668 2.059 8.396.697 2.778 1.499 5.34 2.71 7.358l-1.286.772c-1.332-2.22-2.177-4.966-2.879-7.765-.714-2.847-1.271-5.694-2.044-8.34-.768-2.63-1.708-4.895-3.1-6.497-1.36-1.565-3.18-2.534-5.836-2.534v-1.5Zm15.145 25.864c1.005 1.677 2.803 2.907 5.045 3.79 2.235.881 4.835 1.386 7.332 1.663 2.491.277 4.849.324 6.587.301a53.867 53.867 0 0 0 2.638-.101l.146-.01.036-.003.008-.001h.002l.062.747.062.748h-.004l-.011.001a54.48 54.48 0 0 1-2.919.119c-1.779.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.716-1.758-2.398-.945-4.538-2.34-5.781-4.414l1.286-.772Z"}),h.createElement("path",{fill:"#202021",d:"M108 318.25a.75.75 0 0 0 0 1.5v-1.5Zm20.53 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.749.749 0 1 0-1.06 1.06l4.242 4.243-4.242 4.243a.749.749 0 1 0 1.06 1.06l4.773-4.773Zm-20.53.22h20v-1.5h-20v1.5Z"}),h.createElement("path",{fill:"#202021",d:"M494 286.25a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H494v1.5Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M463.5 287H494"}),h.createElement("path",{fill:"#202021",d:"m511.502 358.5.643-.385-.643.385Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM492.5 286.25c1.816 0 3.308 1.246 4.531 3.054 1.236 1.828 2.32 4.403 3.289 7.448 1.942 6.099 3.488 14.291 4.827 22.701.67 4.21 1.29 8.485 1.882 12.591.592 4.109 1.157 8.046 1.716 11.59.56 3.546 1.114 6.684 1.683 9.194.577 2.54 1.15 4.342 1.717 5.287l-1.286.771c-.705-1.175-1.32-3.197-1.894-5.726-.58-2.56-1.14-5.737-1.701-9.292-.562-3.556-1.128-7.505-1.72-11.61-.592-4.107-1.21-8.372-1.878-12.57-1.339-8.405-2.871-16.499-4.775-22.481-.954-2.996-1.986-5.411-3.102-7.062-1.131-1.672-2.23-2.395-3.289-2.395v-1.5Zm19.645 71.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),h.createElement("path",{fill:"#202021",d:"m511.502 216.7.643.385-.643-.385Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM492.5 287.749c1.81 0 3.301-1.218 4.527-2.997 1.238-1.795 2.322-4.324 3.292-7.313 1.942-5.988 3.489-14.03 4.828-22.29.67-4.135 1.29-8.335 1.882-12.371.592-4.039 1.156-7.91 1.716-11.398.56-3.49 1.113-6.58 1.683-9.057.576-2.506 1.149-4.291 1.717-5.238l-1.286-.771c-.704 1.173-1.319 3.175-1.893 5.673-.581 2.526-1.141 5.657-1.702 9.155-.562 3.5-1.127 7.384-1.719 11.418-.592 4.037-1.211 8.227-1.879 12.349-1.338 8.255-2.87 16.198-4.774 22.067-.953 2.939-1.984 5.306-3.1 6.925-1.127 1.635-2.226 2.348-3.292 2.348v1.5Zm19.645-70.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664 2.491-.277 4.849-.323 6.587-.3a53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),h.createElement("path",{fill:"#202021",d:"M45.633 304.635c.665 0 1.207.091 1.627.273.428.182.802.419 1.12.711v1.354c-.2-.146-.428-.306-.683-.479a3.959 3.959 0 0 0-.875-.451c-.328-.137-.724-.205-1.19-.205-.683 0-1.293.155-1.831.465-.538.31-.962.738-1.272 1.285-.31.538-.465 1.148-.465 1.832 0 .684.155 1.294.465 1.832.31.538.734.966 1.272 1.285.538.31 1.148.465 1.832.465.702 0 1.299-.114 1.79-.342a6.756 6.756 0 0 0 1.231-.724v1.23c-.319.283-.738.529-1.258.738-.51.201-1.098.301-1.763.301-.693 0-1.33-.123-1.914-.369a4.952 4.952 0 0 1-1.532-1.039 4.798 4.798 0 0 1-1.025-1.518 4.89 4.89 0 0 1-.355-1.859c0-.656.118-1.272.355-1.846a4.755 4.755 0 0 1 2.557-2.556 4.71 4.71 0 0 1 1.914-.383Zm8.217 2.392a2.6 2.6 0 0 1 1.271.315c.383.2.688.51.916.929.228.411.342.93.342 1.559V314h-1.121l-.014-4.061c0-.592-.132-1.043-.396-1.353-.256-.31-.652-.465-1.19-.465-.364 0-.729.137-1.093.41a4.8 4.8 0 0 0-.944.93V314H50.5v-9.844h1.121v4.088c.146-.182.333-.364.56-.547.229-.191.484-.351.766-.478.292-.128.593-.192.903-.192Zm7.465 0c.391 0 .788.096 1.189.287.41.183.761.438 1.053.766v-.916h1.12V314h-1.12v-1.162c-.237.364-.56.683-.971.957-.401.273-.861.41-1.38.41a3.041 3.041 0 0 1-1.6-.437 3.326 3.326 0 0 1-1.163-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.14-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.681-.452Zm.205 1.094c-.493 0-.912.123-1.258.369a2.497 2.497 0 0 0-.807.957 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.182.365.438.656.766.875.337.219.724.328 1.162.328.42 0 .793-.109 1.12-.328.329-.219.589-.519.78-.902.192-.392.283-.83.274-1.313l-.014-1.312a3.525 3.525 0 0 0-.916-.834 2.033 2.033 0 0 0-1.108-.301Zm6.603-.957v1.08c.146-.182.333-.364.56-.547.228-.191.484-.351.766-.478.292-.128.593-.192.903-.192a2.6 2.6 0 0 1 1.271.315c.383.2.688.51.916.929.228.411.342.93.342 1.559V314H71.76l-.014-4.061c0-.592-.132-1.043-.396-1.353-.256-.31-.652-.465-1.19-.465-.364 0-.729.137-1.094.41-.355.265-.67.574-.943.93V314h-1.121v-6.836h1.121Zm9.693-.137c.392 0 .789.096 1.19.287.41.183.76.438 1.053.766v-.916h1.12v6.699c0 .811-.163 1.486-.492 2.024a3.092 3.092 0 0 1-1.312 1.203 4.065 4.065 0 0 1-1.791.396c-.42 0-.78-.05-1.08-.15a2.73 2.73 0 0 1-.752-.356c-.21-.136-.401-.268-.574-.396v-1.203c.136.1.314.228.533.383.228.164.497.31.807.437a2.84 2.84 0 0 0 1.066.192c.447 0 .857-.082 1.23-.247.374-.164.675-.405.903-.724.228-.319.342-.702.342-1.149v-1.435c-.237.364-.561.683-.971.957-.401.273-.861.41-1.381.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.14-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.681-.452Zm.206 1.108c-.493 0-.912.123-1.258.369a2.39 2.39 0 0 0-.807.943 2.858 2.858 0 0 0-.273 1.244c0 .438.09.839.273 1.204.182.364.438.656.766.875.337.218.724.328 1.162.328.419 0 .793-.11 1.12-.328a2.29 2.29 0 0 0 .78-.903c.192-.383.283-.816.274-1.299l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.033 2.033 0 0 0-1.108-.301Zm8.298-1.108c.702 0 1.286.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.236.502.355 1.067.355 1.696v.67h-5.25c.054.382.187.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.163.273.492 0 .952-.123 1.38-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.583 3.583 0 0 1-.861.41 2.87 2.87 0 0 1-1.012.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.452-1.791c0-.647.142-1.244.424-1.791.283-.547.67-.984 1.162-1.312a3.045 3.045 0 0 1 1.71-.493Zm0 1.094c-.565 0-1.03.191-1.394.574-.365.374-.593.83-.684 1.367h4.115c-.045-.446-.173-.811-.382-1.093a1.873 1.873 0 0 0-.739-.629 2.02 2.02 0 0 0-.916-.219Zm7.028-1.094c.4 0 .774.06 1.12.178.347.109.598.223.753.342v1.203a3.562 3.562 0 0 0-.78-.424 2.602 2.602 0 0 0-1.011-.205c-.429 0-.752.1-.971.301-.21.2-.315.41-.315.629 0 .173.06.351.178.533.128.173.347.314.656.424l1.149.41c.447.155.78.378.998.67.219.292.328.633.328 1.025 0 .383-.11.734-.328 1.053a2.23 2.23 0 0 1-.889.766c-.373.182-.806.273-1.299.273-.264 0-.542-.036-.834-.109a5.115 5.115 0 0 1-.765-.233 3.618 3.618 0 0 1-.506-.259V312.4c.128.092.305.196.533.315.237.109.488.205.752.287.264.073.51.109.739.109.428 0 .765-.095 1.011-.287.255-.191.383-.428.383-.711a.61.61 0 0 0-.26-.519c-.164-.128-.405-.251-.724-.369l-1.012-.37c-.529-.2-.88-.451-1.053-.751a2.122 2.122 0 0 1-.26-1.053c0-.584.22-1.067.657-1.449.437-.383 1.02-.575 1.75-.575Zm-49.26 17.129V334h-1.121v-1.162c-.237.364-.56.683-.97.957-.402.273-.862.41-1.382.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.141-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.682-.452c.392 0 .788.096 1.19.287.41.183.76.438 1.052.766v-3.924h1.12Zm-3.158 3.992c-.492 0-.912.123-1.258.37a2.412 2.412 0 0 0-.807.929 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.182.365.438.656.766.875.337.219.724.328 1.162.328.42 0 .793-.109 1.121-.328.328-.219.588-.519.78-.902a2.83 2.83 0 0 0 .273-1.313l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.105 2.105 0 0 0-1.107-.288Zm8.298-1.121c.702 0 1.286.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.237.502.355 1.067.355 1.696v.67h-5.25c.055.382.187.733.397 1.052.21.319.483.574.82.766.337.182.724.273 1.162.273.492 0 .952-.123 1.38-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.583 3.583 0 0 1-.861.41 2.87 2.87 0 0 1-1.012.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.14-1.244.423-1.791.283-.547.67-.984 1.163-1.312a3.045 3.045 0 0 1 1.708-.493Zm0 1.094c-.565 0-1.03.191-1.394.574-.365.374-.593.83-.684 1.367h4.116c-.046-.446-.174-.811-.383-1.093a1.873 1.873 0 0 0-.739-.629 2.02 2.02 0 0 0-.916-.219Zm6.877-2.926v1.969h1.997v1.053h-1.996v4.006c0 .282.072.506.218.67.146.164.37.246.67.246.274 0 .501-.032.684-.096.182-.073.342-.15.478-.232v.916a2.268 2.268 0 0 1-.588.341c-.2.092-.474.137-.82.137-.583 0-1.025-.173-1.326-.519-.292-.356-.438-.825-.438-1.409v-4.06h-1.312v-.328c.447-.201.82-.529 1.121-.985.3-.465.565-1.034.793-1.709h.52Zm6.85 1.832c.702 0 1.285.146 1.75.438a2.69 2.69 0 0 1 1.04 1.189c.236.502.355 1.067.355 1.696v.67h-5.25c.054.382.186.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.162.273.493 0 .953-.123 1.381-.369a5.187 5.187 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.574.492 3.582 3.582 0 0 1-.862.41 2.87 2.87 0 0 1-1.011.178c-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.272-1.299 3.656 3.656 0 0 1-.45-1.791c0-.647.14-1.244.423-1.791.282-.547.67-.984 1.162-1.312a3.045 3.045 0 0 1 1.71-.493Zm0 1.094c-.565 0-1.03.191-1.395.574-.364.374-.592.83-.683 1.367h4.115c-.045-.446-.173-.811-.383-1.093a1.873 1.873 0 0 0-.738-.629 2.02 2.02 0 0 0-.916-.219Zm8.08-1.094c.502 0 .934.082 1.299.246.365.155.615.297.752.424v1.135a4.067 4.067 0 0 0-.875-.492c-.328-.146-.72-.219-1.176-.219a2.28 2.28 0 0 0-1.271.356 2.336 2.336 0 0 0-.848.916 2.654 2.654 0 0 0-.287 1.23c0 .438.096.848.287 1.231.2.373.483.679.848.916.364.227.788.341 1.271.341.456 0 .848-.068 1.176-.205a4.47 4.47 0 0 0 .875-.506v1.135c-.137.137-.387.283-.752.438-.365.155-.797.232-1.299.232-.693 0-1.308-.164-1.846-.492a3.614 3.614 0 0 1-1.271-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.15-1.244.451-1.791a3.58 3.58 0 0 1 1.271-1.312c.538-.329 1.153-.493 1.846-.493Zm5.783-1.832v1.969h1.996v1.053h-1.996v4.006c0 .282.073.506.22.67.145.164.368.246.669.246.274 0 .501-.032.684-.096.182-.073.341-.15.478-.232v.916a2.269 2.269 0 0 1-.588.341c-.2.092-.474.137-.82.137-.583 0-1.025-.173-1.326-.519-.292-.356-.438-.825-.438-1.409v-4.06h-1.312v-.328c.446-.201.82-.529 1.12-.985.302-.465.566-1.034.794-1.709h.52Zm6.85 1.832c.702 0 1.285.146 1.75.438a2.69 2.69 0 0 1 1.039 1.189c.237.502.356 1.067.356 1.696v.67h-5.25c.054.382.186.733.396 1.052.21.319.483.574.82.766.338.182.725.273 1.162.273.493 0 .953-.123 1.381-.369a5.184 5.184 0 0 0 1.08-.834l-.013 1.217a2.73 2.73 0 0 1-.575.492 3.584 3.584 0 0 1-.86.41 2.87 2.87 0 0 1-1.013.178c-.692 0-1.308-.164-1.845-.492a3.614 3.614 0 0 1-1.272-1.299 3.656 3.656 0 0 1-.451-1.791c0-.647.141-1.244.424-1.791.282-.547.67-.984 1.162-1.312a3.044 3.044 0 0 1 1.709-.493Zm0 1.094c-.565 0-1.03.191-1.395.574-.364.374-.592.83-.683 1.367h4.115c-.046-.446-.173-.811-.383-1.093a1.873 1.873 0 0 0-.738-.629 2.02 2.02 0 0 0-.916-.219Zm11.17-3.965V334h-1.121v-1.162c-.237.364-.56.683-.97.957-.402.273-.862.41-1.382.41a3.042 3.042 0 0 1-1.6-.437 3.327 3.327 0 0 1-1.162-1.245c-.282-.528-.423-1.139-.423-1.832 0-.756.141-1.408.423-1.955a3.102 3.102 0 0 1 1.19-1.257 3.204 3.204 0 0 1 1.682-.452c.392 0 .788.096 1.19.287.41.183.76.438 1.052.766v-3.924h1.12Zm-3.158 3.992c-.493 0-.912.123-1.258.37a2.412 2.412 0 0 0-.807.929 2.858 2.858 0 0 0-.273 1.244c0 .438.09.844.273 1.217.183.365.438.656.766.875.337.219.725.328 1.162.328.42 0 .793-.109 1.121-.328.328-.219.588-.519.78-.902a2.83 2.83 0 0 0 .273-1.313l-.014-1.312a3.307 3.307 0 0 0-.916-.82 2.105 2.105 0 0 0-1.107-.288Z"}),h.createElement("path",{fill:"#615BC2",d:"m392.672 159.494 3.974 8.506h-1.372l-.888-2.031h-3.987l-.901 2.031h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm16.085 0L436.407 168h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.047c.246 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.783.783 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V168h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V168h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm9.877-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.855 1.701c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.067-.381c.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.253 1.156c0 .406.084.778.253 1.117.17.338.407.609.711.812.314.204.673.305 1.079.305.39 0 .737-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.893 1.893 0 0 0-1.029-.279Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.047c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V168h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V168h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm12.125-1.041c.55 0 1.045.136 1.485.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431 2.44 2.44 0 0 1-1.117-.292 3.339 3.339 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85.38-.237.812-.356 1.295-.356Zm-.166 1.016c-.38 0-.727.097-1.041.292a2.057 2.057 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.601.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.381.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-.889v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.066-.381c.246 0 .466.043.661.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V168h-1.041v-6.348h1.041Zm4.99 0v.813c.203-.229.461-.44.774-.635a2.073 2.073 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.703.534.914.965a5.45 5.45 0 0 1 .965-.914 2.007 2.007 0 0 1 1.219-.381c.431 0 .834.098 1.206.292.381.187.685.474.914.864.237.381.355.863.355 1.447V168h-1.041l-.012-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.669-.432-1.168-.432-.364 0-.681.114-.952.343a5.728 5.728 0 0 0-.774.8V168h-1.041l-.013-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.668-.432-1.168-.432-.347 0-.664.102-.952.305a4.215 4.215 0 0 0-.774.736V168h-1.041v-6.348h1.041Zm11.743-3.047c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm5.434 0a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.089.939-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm4.557-2.92c.246 0 .449.089.61.267a.816.816 0 0 1 .253.597c0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V168h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.089.939-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm10.219 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V168h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V168h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V168h-1.041v-6.348h1.041Zm-238.558 14.873c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.042 2.042 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.961 2.961 0 0 1-1.091 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.288.508.431 1.062.431 1.663a3.31 3.31 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.372-.889L428.016 183h-.648l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm3.758-.127c.652 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm11.311-1.016c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.339-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.076 2.076 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.069-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm8.798 0v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.472-3.936c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.673 3.047v6.323c0 .854-.199 1.544-.597 2.069-.389.525-.918.922-1.587 1.193l-.47-.939c.559-.271.965-.571 1.219-.902.262-.33.394-.753.394-1.269v-5.497h-1.003v-.978h2.044Zm4.773-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.339.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm5.37-1.701v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm9.306 0v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V183h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V183h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm11.667-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.27.474.406 1.032.406 1.676 0 .694-.136 1.303-.406 1.828a2.97 2.97 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.517-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V183h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm8.252-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.963 2.963 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431c-.363 0-.736-.097-1.117-.292a3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.221-.338.517-.622.889-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm7.706-1.016c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.919-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm11.768-1.041c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V183h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V183h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V183h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V183h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V183h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Z"}),h.createElement("circle",{cx:479,cy:286.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 284v-90"}),h.createElement("path",{fill:"#615BC2",d:"M439.389 393.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V402h-1.041v-6.348h1.041Zm16.085 0L494.067 402h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.41 4.456 1.663-4.456h.584l1.663 4.456 1.409-4.456h1.244Zm4.38-.127c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.458 0 .851-.106 1.181-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.181-.33Zm11.706-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm4.659.127v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V402h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V402h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.842-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.372-3.682V402h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.96 1.96 0 0 0-1.029-.267Zm10.652-2.742v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.311-1.016c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V402h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V402h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V402h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V402h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V402h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203ZM434.12 410.652v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V417h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm10.422 1.701c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm13.064-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.233 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm9.255-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-3.682V417h-1.041v-9.141h1.041Zm7.719.965v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V417h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V417h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.71.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Z"}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M479 382v-92"}),h.createElement("circle",{cx:258,cy:319,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M258 315v-46"}),h.createElement("path",{fill:"#615BC2",d:"M180.389 234.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V243h-1.041v-6.348h1.041Zm10.626-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.233 0c.364 0 .733.089 1.105.267.381.169.707.406.978.711v-.851h1.041V243h-1.041v-1.079a3.135 3.135 0 0 1-.902.889c-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V243h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V243h-1.041v-6.348h1.041Zm12.086-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm8.734.127v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94-.407.22-.864.33-1.371.33a2.83 2.83 0 0 1-1.371-.33 2.442 2.442 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm5.091-.127c.584 0 1.104.14 1.561.419.466.271.83.66 1.092 1.168.271.508.406 1.113.406 1.816 0 .643-.135 1.21-.406 1.701a2.988 2.988 0 0 1-1.066 1.155c-.44.271-.935.406-1.486.406-.482 0-.914-.127-1.294-.38a3.173 3.173 0 0 1-.889-.889V243h-1.041v-9.141h1.041v3.644a2.85 2.85 0 0 1 .965-.711 2.627 2.627 0 0 1 1.117-.267Zm-.191 1.029c-.389 0-.732.093-1.028.279-.296.178-.58.432-.85.762l-.013 1.218c0 .449.084.851.254 1.207.177.355.419.634.723.837a1.87 1.87 0 0 0 1.041.305c.415 0 .775-.101 1.079-.305.305-.203.542-.474.711-.812.17-.339.254-.711.254-1.117 0-.415-.089-.8-.266-1.156a2.142 2.142 0 0 0-.737-.876c-.321-.228-.711-.342-1.168-.342Zm6.005-.902v.813c.203-.229.462-.44.775-.635a2.07 2.07 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.702.534.914.965a5.45 5.45 0 0 1 .965-.914 2.007 2.007 0 0 1 1.219-.381c.431 0 .833.098 1.206.292.38.187.685.474.914.864.237.381.355.863.355 1.447V243h-1.041l-.013-3.771c0-.55-.143-.969-.431-1.256-.28-.288-.669-.432-1.168-.432-.364 0-.682.114-.952.343a5.79 5.79 0 0 0-.775.8V243h-1.041l-.012-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.669-.432-1.168-.432-.347 0-.664.102-.952.305-.28.203-.538.448-.775.736V243h-1.041v-6.348h1.041Zm11.743-3.047c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V243h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm10.423 1.701c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.521-.508a3.08 3.08 0 0 1 .71-.444c.271-.118.551-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V243h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V243h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V243h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.864 2.864 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.194-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.711.812a1.93 1.93 0 0 0 1.079.305c.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016c.372 0 .72.055 1.041.165.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.699.266.245.068.473.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm9.103-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.614 1.701c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm11.959-1.016c.584 0 1.104.14 1.561.419.466.271.83.66 1.092 1.168.271.508.406 1.113.406 1.816 0 .643-.135 1.21-.406 1.701a2.988 2.988 0 0 1-1.066 1.155c-.44.271-.935.406-1.486.406-.482 0-.914-.127-1.294-.38a3.173 3.173 0 0 1-.889-.889V243h-1.041v-9.141h1.041v3.644a2.85 2.85 0 0 1 .965-.711 2.627 2.627 0 0 1 1.117-.267Zm-.191 1.029c-.389 0-.732.093-1.028.279-.296.178-.58.432-.85.762l-.013 1.218c0 .449.084.851.254 1.207.177.355.419.634.723.837a1.87 1.87 0 0 0 1.041.305c.415 0 .775-.101 1.08-.305.304-.203.541-.474.71-.812.17-.339.254-.711.254-1.117 0-.415-.089-.8-.266-1.156a2.142 2.142 0 0 0-.737-.876c-.321-.228-.711-.342-1.168-.342Zm7.58-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.079.254 2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm9.483-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V243h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.83 4.83 0 0 0 1.002-.774l-.012 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.203 3.203 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm10.233-.889L404.689 243h-.647l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm2.285-3.047c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V243h-1.041v-5.37h-1.002v-.978h2.043Zm4.863-.127c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm12.962-.889L426.208 243h-.647l-1.74-4.481-1.739 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.663-4.456h.584l1.663 4.456 1.41-4.456h1.244Zm3.884-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm10.373-3.682V243h-1.041v-1.079a3.135 3.135 0 0 1-.902.889c-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .733.089 1.105.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm-262.806 13.959c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.069-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm9.508-1.828v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.317.863.317 1.447V258h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V258h-1.041v-9.141h1.041v3.796c.135-.169.308-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.626.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm4.99-.889 2.221 4.672 2.159-4.672h1.244l-4.672 9.395h-1.206l1.815-3.428-2.805-5.967h1.244Zm13.571-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.233 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V258h-1.041v-6.348h1.041Zm15.932-2.793V258h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm6.106-3.961c.246 0 .449.089.61.267a.816.816 0 0 1 .253.597c0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V258h-1.041v-5.37h-1.003v-.978h2.044Zm4.138-.127c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.422 2.422 0 0 0-.94-.19c-.397 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978a2.07 2.07 0 0 1-.826.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.221.101.453.19.699.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm9.687-2.793V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm10.651-2.742v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.623.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V258h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V258h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm5.65-3.936c.245 0 .448.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V258h-1.041v-5.37h-1.003v-.978h2.044Zm3.288 0v1.27c.246-.423.542-.762.889-1.016s.703-.381 1.067-.381c.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V258h-1.041v-6.348h1.041Zm10.626-.127c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V258h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V258h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V258h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V258h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.533-.369v-1.117c.127.093.292.212.495.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.837-.673.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.17.338.406.609.711.812.313.204.673.305 1.079.305.39 0 .737-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.895 1.895 0 0 0-1.029-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Z"}),h.createElement("rect",{width:93,height:23,x:733.5,y:125.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:733.5,y:125.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip1_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m753.25 140.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m773.211 133.09 3.656 7.91h-1.91l-.598-1.465h-3.105l-.598 1.465h-1.91l3.656-7.91h.809Zm-.399 2.66-.984 2.402h1.969l-.985-2.402Zm8.473-.82c.469 0 .903.121 1.301.363.406.234.73.582.973 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.684 2.684 0 0 1-.997 1.102 2.62 2.62 0 0 1-1.382.375c-.328 0-.657-.078-.985-.235a2.78 2.78 0 0 1-.808-.609v3.48h-1.489v-8.73h1.489v.996c.172-.32.422-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.265 0-.515.07-.75.211a1.557 1.557 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.679.551.25.14.52.211.809.211.305 0 .57-.082.797-.246.226-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.41-1.125-.266-.305-.622-.457-1.067-.457Zm7.828-1.488c.469 0 .903.121 1.301.363.406.234.731.582.973 1.043.25.453.375 1.008.375 1.664 0 .656-.125 1.223-.375 1.699a2.675 2.675 0 0 1-.996 1.102c-.414.25-.875.375-1.383.375-.328 0-.656-.078-.985-.235a2.794 2.794 0 0 1-.808-.609v3.48h-1.488v-8.73h1.488v.996c.172-.32.422-.59.75-.808.328-.227.711-.34 1.148-.34Zm-.375 1.488c-.265 0-.515.07-.75.211a1.564 1.564 0 0 0-.574.574c-.141.25-.207.551-.199.902v.856c.211.219.437.402.68.551.25.14.519.211.808.211.305 0 .57-.082.797-.246.227-.165.402-.375.527-.633a1.96 1.96 0 0 0 .188-.844c0-.445-.137-.82-.41-1.125-.266-.305-.621-.457-1.067-.457Zm5.93-3.856V141h-1.488v-8.438h1.488Zm3.059-.562c.281 0 .523.102.726.305a.94.94 0 0 1 .305.703c0 .265-.102.5-.305.703a.992.992 0 0 1-.726.305.992.992 0 0 1-.727-.305.986.986 0 0 1-.293-.703c0-.274.098-.508.293-.703a.992.992 0 0 1 .727-.305Zm.867 3.082V141h-1.489v-4.652h-.949v-1.266h2.438Zm4.465-.152c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.143 3.143 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V141h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),h.createElement("rect",{width:93,height:23,x:733.5,y:277.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:733.5,y:277.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M754.724 284.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L751.057 289l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M767.973 284.973c.492 0 .918.07 1.277.211.359.132.672.316.938.55v1.641a11.253 11.253 0 0 0-.586-.41 2.99 2.99 0 0 0-.692-.328 2.745 2.745 0 0 0-.89-.129c-.469 0-.895.113-1.278.34a2.558 2.558 0 0 0-.914.914c-.226.383-.34.82-.34 1.312 0 .485.114.922.34 1.313.227.383.531.687.914.914.383.219.809.328 1.278.328.523 0 .96-.078 1.312-.234.359-.165.684-.364.973-.598v1.582a3.048 3.048 0 0 1-.996.586c-.399.14-.844.211-1.336.211a4.347 4.347 0 0 1-1.594-.293 4.263 4.263 0 0 1-1.324-.844 4.01 4.01 0 0 1-.903-1.301 4.118 4.118 0 0 1-.328-1.664c0-.609.11-1.164.328-1.664.219-.5.52-.93.903-1.289a4.007 4.007 0 0 1 1.324-.844 4.195 4.195 0 0 1 1.594-.304Zm6.117 1.957c.32 0 .644.074.972.222.329.149.602.348.821.598v-.668h1.488V293h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386Zm.305 1.453a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621 1.882 1.882 0 0 0-.187.832c0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.652 2.652 0 0 0-.692-.539 1.624 1.624 0 0 0-.796-.199Zm6.293-1.301v.844c.179-.242.421-.469.726-.68a1.862 1.862 0 0 1 1.066-.316c.602 0 1.106.203 1.512.609.406.406.61 1.016.61 1.828V293h-1.489l-.011-3.434c0-.398-.098-.695-.293-.89-.188-.196-.45-.293-.786-.293-.265 0-.515.086-.75.258a2.707 2.707 0 0 0-.585.609V293h-1.489v-5.918h1.489Zm8.32-.152c.437 0 .797.07 1.078.211.281.14.504.277.668.41v1.371a3.03 3.03 0 0 0-.692-.375c-.25-.102-.558-.152-.925-.152a1.641 1.641 0 0 0-1.43.82c-.148.25-.223.535-.223.855 0 .485.157.883.469 1.196.313.312.707.468 1.184.468.367 0 .675-.046.925-.14.258-.102.489-.227.692-.375v1.359a2.998 2.998 0 0 1-.668.41c-.281.125-.641.188-1.078.188-.602 0-1.137-.141-1.606-.422a3.257 3.257 0 0 1-1.101-1.137 3.12 3.12 0 0 1-.399-1.547c0-.414.075-.808.223-1.183.156-.375.375-.707.656-.996.281-.297.61-.532.985-.703a2.99 2.99 0 0 1 1.242-.258Zm5.66 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.227.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .821-.086 1.172-.258.352-.172.633-.347.844-.527l-.012 1.383c-.187.164-.468.332-.844.504a2.952 2.952 0 0 1-1.218.246 3.283 3.283 0 0 1-1.606-.399 3.14 3.14 0 0 1-1.148-1.089c-.281-.461-.422-.989-.422-1.583 0-.578.129-1.105.387-1.582a3.071 3.071 0 0 1 1.066-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.035 1.3c-.367 0-.676.114-.926.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.468-.937a1.511 1.511 0 0 0-.926-.317Zm5.672-3.668V293h-1.489v-8.438h1.489Zm3.304 0V293h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V293h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.625 1.625 0 0 0-.797-.199Z"}),h.createElement("rect",{width:93,height:23,x:733.5,y:201.5,fill:"#FFF4E5",rx:3.5}),h.createElement("rect",{width:93,height:23,x:733.5,y:201.5,stroke:"#FFC46F",rx:3.5}),h.createElement("g",{clipPath:"url(#clip2_20382_240644)"},h.createElement("path",{fill:"#D76500",d:"M748.992 205.5c-4.14 0-7.492 3.36-7.492 7.5 0 4.14 3.352 7.5 7.492 7.5 4.148 0 7.508-3.36 7.508-7.5 0-4.14-3.36-7.5-7.508-7.5ZM749 219c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm-.165-9.75h-.045c-.3 0-.54.24-.54.54v3.54c0 .262.135.51.367.645l3.113 1.867a.534.534 0 0 0 .735-.179.533.533 0 0 0-.187-.743l-2.903-1.725v-3.405c0-.3-.24-.54-.54-.54Z"})),h.createElement("path",{fill:"#B35300",d:"M765.359 208.996c.453 0 .868.063 1.243.188.375.125.691.269.949.433v1.606a8.927 8.927 0 0 0-.903-.481 2.566 2.566 0 0 0-1.089-.222c-.204 0-.407.031-.61.093a1.281 1.281 0 0 0-.492.282.65.65 0 0 0-.187.48.64.64 0 0 0 .339.586c.227.133.504.266.832.398l.961.399c.547.234.95.519 1.207.855.258.336.387.719.387 1.149 0 .468-.137.883-.41 1.242a2.712 2.712 0 0 1-1.078.832 3.55 3.55 0 0 1-1.488.305c-.461 0-.903-.079-1.325-.235a4.53 4.53 0 0 1-1.101-.574v-1.605c.344.25.722.461 1.136.632.415.172.856.258 1.325.258.328 0 .609-.062.843-.187.235-.133.352-.328.352-.586 0-.203-.098-.367-.293-.492a2.764 2.764 0 0 0-.621-.329l-1.207-.468c-.609-.235-1.024-.539-1.242-.914a2.58 2.58 0 0 1-.317-1.266c0-.477.129-.891.387-1.242.266-.36.609-.637 1.031-.832a3.121 3.121 0 0 1 1.371-.305Zm6.715 1.934c.438 0 .797.07 1.078.211.282.14.504.277.668.41v1.371a3.022 3.022 0 0 0-.691-.375c-.25-.102-.559-.152-.926-.152a1.644 1.644 0 0 0-1.652 1.675c0 .485.156.883.469 1.196.312.312.707.468 1.183.468.367 0 .676-.046.926-.14.258-.102.488-.227.691-.375v1.359a2.975 2.975 0 0 1-.668.41c-.281.125-.64.188-1.078.188-.601 0-1.136-.141-1.605-.422a3.269 3.269 0 0 1-1.102-1.137 3.13 3.13 0 0 1-.398-1.547c0-.414.074-.808.222-1.183.157-.375.375-.707.657-.996a2.996 2.996 0 0 1 2.226-.961Zm6.352 0c.601 0 1.105.203 1.512.609.406.406.609 1.016.609 1.828V217h-1.488l-.012-3.434c0-.398-.098-.695-.293-.89-.188-.196-.449-.293-.785-.293-.266 0-.516.086-.75.258a2.69 2.69 0 0 0-.586.609V217h-1.488v-8.438h1.488v3.364c.179-.242.422-.469.726-.68a1.863 1.863 0 0 1 1.067-.316Zm6.422 0c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.586.961.312.242.695.363 1.148.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.28 3.28 0 0 1-1.605-.399 3.132 3.132 0 0 1-1.148-1.089c-.282-.461-.422-.989-.422-1.583 0-.578.129-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.759 2.759 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.187-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V217h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.329.149.602.348.821.598v-3.188h1.488Zm-2.976 3.833a1.34 1.34 0 0 0-.809.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211a1.56 1.56 0 0 0 .562-.586c.149-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.624 1.624 0 0 0-.796-.199Zm10.031-1.313v3.527c0 .524-.117.977-.352 1.36a2.338 2.338 0 0 1-.961.867 2.95 2.95 0 0 1-1.359.305 3.05 3.05 0 0 1-1.383-.305 2.363 2.363 0 0 1-.949-.867c-.227-.383-.34-.836-.34-1.36v-3.527h1.5l.012 3.258c0 .461.105.805.316 1.031.211.227.492.34.844.34.344 0 .621-.113.832-.34.219-.226.328-.57.328-1.031v-3.258h1.512Zm3.187-2.52V217h-1.488v-8.438h1.488Zm4.407 2.368c.578 0 1.074.125 1.488.375.422.25.742.597.961 1.043.226.437.34.945.34 1.523v.633h-4.289c.078.398.273.719.585.961.313.242.696.363 1.149.363.43 0 .82-.086 1.172-.258.351-.172.633-.347.844-.527l-.012 1.383c-.188.164-.469.332-.844.504a2.953 2.953 0 0 1-1.219.246 3.277 3.277 0 0 1-1.605-.399 3.135 3.135 0 0 1-1.149-1.089c-.281-.461-.421-.989-.421-1.583 0-.578.128-1.105.386-1.582a3.082 3.082 0 0 1 1.067-1.148 2.756 2.756 0 0 1 1.547-.445Zm-.036 1.3c-.367 0-.675.114-.925.34-.25.227-.422.532-.516.914h2.836c-.031-.422-.188-.734-.469-.937a1.51 1.51 0 0 0-.926-.317Zm9.809-3.668V217h-1.488v-.996c-.172.32-.422.598-.75.832-.328.226-.711.34-1.149.34-.476 0-.918-.121-1.324-.364a2.627 2.627 0 0 1-.961-1.054c-.242-.461-.363-1.02-.363-1.676 0-.656.121-1.219.363-1.687a2.72 2.72 0 0 1 .996-1.079 2.631 2.631 0 0 1 1.395-.386c.32 0 .644.074.972.222.328.149.602.348.821.598v-3.188h1.488Zm-2.977 3.833a1.34 1.34 0 0 0-.808.246 1.606 1.606 0 0 0-.516.621c-.125.25-.187.523-.187.82 0 .445.133.824.398 1.137.274.312.633.469 1.078.469.266 0 .512-.071.739-.211.234-.141.421-.336.562-.586.148-.258.223-.567.223-.926v-.844a2.443 2.443 0 0 0-.692-.527 1.628 1.628 0 0 0-.797-.199Z"}),h.createElement("path",{fill:"#202021",d:"M682 211.25a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H682v1.5Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M651.5 212H682"}),h.createElement("path",{fill:"#202021",d:"m699.502 283.5.643-.385-.643.385Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM680.5 211.25c1.816 0 3.308 1.246 4.531 3.054 1.236 1.828 2.32 4.403 3.289 7.448 1.942 6.099 3.488 14.291 4.827 22.701.67 4.21 1.29 8.485 1.882 12.591.592 4.109 1.157 8.046 1.716 11.59.56 3.546 1.114 6.684 1.683 9.194.577 2.54 1.15 4.342 1.717 5.287l-1.286.771c-.705-1.175-1.32-3.197-1.894-5.726-.58-2.56-1.14-5.737-1.701-9.292-.562-3.556-1.128-7.505-1.72-11.61-.592-4.107-1.21-8.372-1.878-12.57-1.339-8.405-2.871-16.499-4.775-22.481-.954-2.996-1.986-5.411-3.102-7.062-1.131-1.672-2.23-2.395-3.289-2.395v-1.5Zm19.645 71.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),h.createElement("path",{fill:"#202021",d:"m699.502 141.7.643.385-.643-.385Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM680.5 212.749c1.81 0 3.301-1.218 4.527-2.997 1.238-1.795 2.322-4.324 3.292-7.313 1.942-5.988 3.489-14.03 4.828-22.29.67-4.135 1.29-8.335 1.882-12.371.592-4.039 1.156-7.91 1.716-11.398.56-3.49 1.113-6.58 1.683-9.057.576-2.506 1.149-4.291 1.717-5.238l-1.286-.771c-.704 1.173-1.319 3.175-1.893 5.673-.581 2.526-1.141 5.657-1.702 9.155-.562 3.5-1.127 7.384-1.719 11.418-.592 4.037-1.211 8.227-1.879 12.349-1.338 8.255-2.87 16.198-4.774 22.067-.953 2.939-1.984 5.306-3.1 6.925-1.127 1.635-2.226 2.348-3.292 2.348v1.5Zm19.645-70.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664 2.491-.277 4.849-.323 6.587-.3a53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),h.createElement("path",{fill:"#615BC2",d:"M580.672 84.494 584.646 93h-1.372l-.888-2.031h-3.987L577.498 93h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.322 3.322 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.504-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.177.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.012 1.13a2.56 2.56 0 0 1-.534.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.737 1.737 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.38 1.066-.38c.245 0 .466.042.66.126v1.206a1.578 1.578 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm16.085 0L624.407 93h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.046c.246 0 .449.088.609.266.17.17.254.368.254.597 0 .22-.084.419-.254.596a.783.783 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.648 3.046V93h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.342.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.216v.851a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.762.126-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V93h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V93h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm9.877-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.068.47.203.622.136.152.343.228.622.228.254 0 .466-.03.635-.089a3.12 3.12 0 0 0 .444-.216v.851a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.761.126-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.28-.431.525-.96.737-1.587h.482Zm6.855 1.7c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.418-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041v9.395h-1.041V91.92a3.11 3.11 0 0 1-.901.889c-.373.254-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.343-.321.22-.571.511-.749.875-.169.356-.253.741-.253 1.156 0 .406.084.778.253 1.117.17.338.407.61.711.812.314.204.673.305 1.079.305.39 0 .737-.102 1.041-.305.305-.203.546-.482.724-.838.178-.355.262-.757.254-1.206l-.013-1.218a3.088 3.088 0 0 0-.85-.762 1.891 1.891 0 0 0-1.029-.28Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.046c.245 0 .449.088.609.266.17.17.254.368.254.597 0 .22-.084.419-.254.596a.785.785 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.647 3.046V93h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27c.245-.423.541-.762.888-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.607 6.607 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.753-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm10.372-3.682V93h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.373.254-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419.364 0 .732.09 1.105.267.38.17.706.406.977.71V83.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.863-.169.356-.253.741-.253 1.156 0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305a2.13 2.13 0 0 0 .723-.838c.178-.364.263-.77.254-1.218l-.013-1.22a3.088 3.088 0 0 0-.85-.761 1.96 1.96 0 0 0-1.029-.267Zm12.125-1.04c.55 0 1.045.135 1.485.406.448.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.736-.097-1.117-.292a3.355 3.355 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851.38-.237.812-.356 1.295-.356Zm-.166 1.015c-.38 0-.727.097-1.041.292a2.054 2.054 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.6.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.38.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.753-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.674-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.066-.38c.246 0 .466.042.661.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V93h-1.041v-6.348h1.041Zm4.99 0v.813a3.49 3.49 0 0 1 .774-.635 2.072 2.072 0 0 1 1.13-.305c.457 0 .884.11 1.282.33.398.212.703.534.914.965.296-.355.618-.66.965-.914s.753-.38 1.219-.38c.431 0 .834.097 1.206.291.381.187.685.474.914.864.237.38.355.863.355 1.447V93h-1.041l-.012-3.77c0-.55-.144-.97-.432-1.257-.279-.288-.669-.432-1.168-.432a1.43 1.43 0 0 0-.952.343 5.77 5.77 0 0 0-.774.8V93h-1.041l-.013-3.77c0-.55-.144-.97-.432-1.257-.279-.288-.668-.432-1.168-.432-.347 0-.664.102-.952.305a4.23 4.23 0 0 0-.774.736V93h-1.041v-6.348h1.041Zm11.743-3.046c.245 0 .448.088.609.266.169.17.254.368.254.597 0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.824.824 0 0 1 .622-.266Zm.647 3.046V93h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.298 3.298 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.503-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.177.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm5.434 0a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.308 3.308 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.698.093-.902.28-.194.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.246 0-.504-.033-.775-.101a4.739 4.739 0 0 1-.711-.216 3.269 3.269 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.09.939-.267.237-.177.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.978 1.978 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm4.557-2.92c.246 0 .449.09.61.267.169.17.253.368.253.597 0 .22-.084.419-.253.596a.787.787 0 0 1-.61.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.266Zm.648 3.047V93h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.22.287.507.431 1.061.431 1.662s-.144 1.155-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.333 3.333 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .406.089.787.267 1.143a2.3 2.3 0 0 0 .787.85c.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318.338-.22.596-.503.774-.85.186-.356.279-.737.279-1.143a2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.85c-.331-.221-.724-.331-1.181-.331Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.308 3.308 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.28-.194.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.246 0-.504-.033-.775-.101a4.739 4.739 0 0 1-.711-.216 3.269 3.269 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.245.068.474.102.686.102.397 0 .71-.09.939-.267.237-.177.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.978 1.978 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.947-.534 1.625-.534Zm10.219 0c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.748 3.748 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .406.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.699.407-.338.144-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.36 3.36 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.139-1.155.419-1.663a3.33 3.33 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041V93h-1.041v-1.08c-.22.34-.521.636-.902.89-.372.254-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.326 2.326 0 0 0-.749.888c-.169.356-.254.741-.254 1.156 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.724-.838.178-.364.262-.77.254-1.218l-.013-1.22a3.28 3.28 0 0 0-.851-.774 1.89 1.89 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.38.317.863.317 1.447V93h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.38-.33.246-.622.534-.876.864V93h-1.041v-6.348h1.041Zm-238.558 14.873c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.042 2.042 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.961 2.961 0 0 1-1.091 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a2.01 2.01 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-3.682V108h-1.041v-9.14h1.041Zm2.513 2.793 2.222 4.672 2.158-4.672h1.244l-4.672 9.395h-1.206l1.816-3.428-2.806-5.967h1.244Zm13.572-.127c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm6.068-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V108h-1.041v-6.348h1.041Zm9.648-.127c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.207.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V108h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm10.372-3.682V108h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V108h-1.041v-9.14h1.041Zm4.774 2.666c.651 0 1.193.136 1.624.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm10.194-2.717v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.135.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.953-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V108h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.058-1.016c.363 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm8.315-1.016c.551 0 1.046.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431 2.44 2.44 0 0 1-1.117-.292 3.339 3.339 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.889-.85.38-.237.812-.356 1.294-.356Zm-.165 1.016c-.38 0-.727.097-1.041.292a2.05 2.05 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.013 1.219c.27.33.554.601.85.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.737-.914a2.77 2.77 0 0 0 .266-1.18 2.33 2.33 0 0 0-.254-1.105 1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.067 1.117.27.474.406 1.032.406 1.676 0 .694-.136 1.303-.406 1.828a2.97 2.97 0 0 1-1.092 1.206 2.868 2.868 0 0 1-1.562.431 2.44 2.44 0 0 1-1.117-.292 3.352 3.352 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.517-.622.889-.85a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.601.851.812.296.203.639.305 1.028.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.305-.195-.664-.292-1.079-.292Zm5.878-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.63 6.63 0 0 0-.749 1.092V108h-1.041v-6.348h1.041Zm6.817-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85a2.43 2.43 0 0 0 .28-1.143 2.38 2.38 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.372-.889L750.548 108h-.648l-2.856-6.348h1.244l1.917 4.672 2.082-4.672h1.244Zm3.758-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.458 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.71.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.957 1.957 0 0 0-1.028-.267Zm11.768-1.041c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V108h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V108h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.131-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V108h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V108h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.042v6.221c0 .753-.153 1.38-.458 1.879-.304.499-.71.872-1.218 1.117a3.763 3.763 0 0 1-1.663.368c-.39 0-.724-.046-1.003-.139a2.574 2.574 0 0 1-.699-.33c-.194-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.462.287.749.406.297.118.627.178.991.178a2.8 2.8 0 0 0 1.142-.229 1.98 1.98 0 0 0 .838-.673c.212-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.253-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.207.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Z"}),h.createElement("circle",{cx:667,cy:211.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{fill:"#615BC2",d:"M629.389 318.494v1.079h-2.933v7.389h-1.143v-7.389h-2.932v-1.079h7.008Zm4.557 2.031c.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.839 2.839 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.339.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm13.635-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.331-.297.496-.72.496-1.27v-3.758h1.079Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.322.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.566.566 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.49-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V327h-1.041v-6.348h1.041Zm16.085 0L684.067 327h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.41 4.456 1.663-4.456h.584l1.663 4.456 1.409-4.456h1.244Zm4.38-.127c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.458 0 .851-.106 1.181-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.181-.33Zm11.706-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm4.659.127v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.782.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V327h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V327h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.842-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.372-3.682V327h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.96 1.96 0 0 0-1.029-.267Zm10.652-2.742v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.311-1.016c.466 0 .868.077 1.206.229.339.144.572.275.699.393v1.054a3.74 3.74 0 0 0-.813-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.423 0 .787-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.699.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.729 0c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V327h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V327h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V327h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V327h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V327h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v6.221c0 .753-.153 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.724-.046-1.003-.139a2.553 2.553 0 0 1-.698-.33c-.195-.127-.373-.25-.534-.369v-1.117c.127.093.292.212.496.356.211.152.461.287.749.406.296.118.626.178.99.178.415 0 .795-.076 1.142-.229a1.98 1.98 0 0 0 .838-.673c.212-.296.318-.651.318-1.066v-1.333c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203ZM624.12 335.652v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.583 1.583 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V342h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.249-1.016c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.254-1.207l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.973.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.526-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.98 1.98 0 0 1-.241-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm10.422 1.701c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.234 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm13.064-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.233 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm9.255-.127c.466 0 .868.077 1.206.229.339.144.571.275.698.393v1.054a3.732 3.732 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.423 0 .787-.064 1.092-.191.305-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.338.143-.74.215-1.206.215-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm6.234 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm5.674-3.682V342h-1.041v-9.141h1.041Zm7.719.965v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V342h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V342h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V342h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V342h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.76 3.76 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.581 2.581 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.225 2.225 0 0 0-.749.876c-.17.356-.254.741-.254 1.156 0 .406.084.778.254 1.117.169.338.406.609.71.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305.304-.203.546-.482.723-.837.178-.356.263-.758.254-1.207l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.892 1.892 0 0 0-1.028-.279Zm7.706-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.525-1.016a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.314 3.314 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.204.271.305.588.305.952 0 .356-.101.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Z"}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 307v-92"}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M667 209v-90"}),h.createElement("path",{fill:"black",fillOpacity:.87,d:"M938.026 269.494 942 278h-1.371l-.889-2.031h-3.986l-.901 2.031h-1.372l3.974-8.506h.571Zm-.266 1.93-1.536 3.466h3.047l-1.511-3.466Zm7.198-1.6v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm9.306 0v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V278h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V278h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407a2.5 2.5 0 0 1 .965 1.104c.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.195.296.448.533.762.711.313.169.672.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.88 1.88 0 0 0-.85-.203Zm10.334-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.622 4.622 0 0 1-.71-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.204-.99.61-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V278h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V278h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.624.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.879c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a5.13 5.13 0 0 0 1.008-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.496.279-.801.38-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.824c-.04-.415-.16-.754-.358-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.374-3.682V278h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863a2.65 2.65 0 0 0 0 2.286c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.935 1.935 0 0 0-1.02-.267Zm10.28-.914v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.56.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.11-.431.33-.297.5-.72.5-1.27v-3.758h1.08Zm3.01-2.793V278h-1.04v-9.141h1.04Zm4.77 2.666c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm10.37-3.682V278h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419.36 0 .73.089 1.1.267.39.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.178-.64-.267-1.03-.267Zm10.65-2.742v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm4.76-1.219c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V278h-1.04v-5.37h-1v-.978h2.04Zm3.29 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914a2.03 2.03 0 0 1 1.22-.381c.43 0 .84.098 1.21.292.38.187.68.474.91.864.24.381.36.863.36 1.447V278h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343a5.49 5.49 0 0 0-.77.8V278h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305a4.26 4.26 0 0 0-.77.736V278h-1.04v-6.348h1.04Zm13.34-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Z"}),h.createElement("path",{fill:"black",fillOpacity:.87,d:"M1047.41 367.921V369h-4.01v-1.079h1.43v-6.348h-1.43v-1.079h4.01v1.079h-1.44v6.348h1.44Zm5.76-5.269v.978h-1.85V369h-1.04v-5.37h-1.01v-.978h1.01v-.812c0-.5.09-.906.29-1.219.19-.322.44-.559.75-.711.3-.161.61-.241.93-.241.43 0 .78.114 1.05.343v.914a1.62 1.62 0 0 0-.46-.203 1.633 1.633 0 0 0-.53-.064c-.31.009-.56.11-.74.305-.17.186-.25.516-.25.99v.698h1.85Zm6.95-1.828v1.828h1.85v.978h-1.85v3.72c0 .262.06.469.2.622.13.152.34.228.62.228.26 0 .47-.029.64-.089.17-.067.31-.139.44-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.491 1.04-.914.28-.432.52-.96.73-1.587h.49Zm6.85 1.701c.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V369h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V369h-1.04v-9.141h1.04v3.796c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.66 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.68-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.51.669-.75 1.092V369h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38a2.6 2.6 0 0 1-.93.165c-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.46-3.936c.25 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V369h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.69.318v1.117a3.004 3.004 0 0 0-.72-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm9.96 0c.37 0 .73.089 1.11.267.38.169.7.406.97.711v-.851h1.04V369h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.016c-.46 0-.84.114-1.17.343-.32.228-.57.525-.75.888-.16.356-.25.741-.25 1.156 0 .406.09.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.08.305.38 0 .73-.102 1.04-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.54-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm11.77-1.016c.47 0 .87.077 1.21.229.34.144.57.275.69.393v1.054c-.23-.178-.5-.33-.81-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.31-.135.58-.292.81-.469v1.053c-.12.127-.35.263-.69.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.49 0c.64 0 1.21.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.5.305-1.07.457-1.71.457-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.45 0 .85-.106 1.18-.318.34-.22.6-.503.77-.85.19-.356.28-.736.28-1.143 0-.414-.09-.795-.28-1.142a2.013 2.013 0 0 0-.77-.851c-.33-.22-.73-.33-1.18-.33Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.31.863.31 1.447V369h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V369h-1.04v-6.348h1.04Zm9.67 0v.978h-1.85V369h-1.04v-5.37h-1.01v-.978h1.01v-.812c0-.5.09-.906.29-1.219.19-.322.44-.559.75-.711.3-.161.61-.241.92-.241.43 0 .79.114 1.06.343v.914a1.62 1.62 0 0 0-.46-.203 1.666 1.666 0 0 0-.53-.064c-.32.009-.56.11-.74.305-.17.186-.25.516-.25.99v.698h1.85Zm2.42-2.793V369h-1.04v-9.141h1.04Zm3.18-.254c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V369h-1.04v-5.37h-1.01v-.978h2.05Zm5.11-.127c.47 0 .87.077 1.21.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.82-.457-.3-.135-.66-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.43 0 .79-.064 1.09-.191.31-.135.58-.292.82-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm5.37-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm4.19 6.678 1.04.355-1.14 3.39-.79-.203.89-3.542Zm-120.63 9.322v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.05l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V385h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.11.143-.29.296-.53.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm11.31-1.016c.47 0 .87.077 1.21.229.33.144.57.275.69.393v1.054c-.23-.178-.5-.33-.81-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.26.728-.26 1.142 0 .407.08.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.31-.135.58-.292.81-.469v1.053c-.12.127-.36.263-.69.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.04l-.02-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V385h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.36 0 .73.089 1.1.267.39.169.71.406.98.711v-.851h1.04V385h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V385h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V385h-1.04v-6.348h1.04Zm9-.127c.37 0 .74.089 1.11.267.38.169.7.406.98.711v-.851h1.04v6.221c0 .753-.16 1.38-.46 1.879-.31.499-.71.872-1.22 1.117a3.76 3.76 0 0 1-1.66.368c-.39 0-.73-.046-1.01-.139-.27-.085-.5-.195-.69-.33a8.92 8.92 0 0 1-.54-.369v-1.117c.13.093.29.212.5.356.21.152.46.287.75.406.29.118.62.178.99.178.41 0 .79-.076 1.14-.229.35-.152.63-.376.84-.673.21-.296.32-.651.32-1.066v-1.333c-.22.338-.53.635-.91.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.27-.491-.4-1.058-.4-1.701 0-.703.13-1.308.4-1.816s.64-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.029c-.45 0-.84.114-1.16.342-.33.221-.58.513-.75.876a2.65 2.65 0 0 0-.26 1.156c0 .406.09.778.26 1.117.17.338.4.609.71.812.31.204.67.305 1.08.305.39 0 .73-.101 1.04-.305.3-.203.54-.482.72-.837.18-.356.26-.758.26-1.207l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.882 1.882 0 0 0-1.03-.279Zm7.71-1.029c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.33.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.48-.889v1.27c.25-.423.54-.762.89-1.016s.7-.381 1.07-.381c.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.44 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V385h-1.04v-6.348h1.04Zm6.57-.127c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm7.25-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04v9.395h-1.04v-4.126c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419Zm.19 1.029c-.46 0-.85.114-1.17.342-.32.221-.57.513-.75.876a2.65 2.65 0 0 0-.26 1.156c0 .406.09.778.26 1.117.17.338.41.609.71.812.31.204.67.305 1.08.305.39 0 .74-.101 1.04-.305.3-.203.55-.482.72-.837.18-.356.27-.758.26-1.207l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.848 1.848 0 0 0-1.02-.279Zm10.28-.902v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.11-.431.33-.297.5-.72.5-1.27v-3.758h1.08Zm4.58-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm6.53-1.016c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394c-.3-.127-.61-.19-.94-.19-.39 0-.69.093-.9.279-.19.187-.29.381-.29.584 0 .161.06.326.17.495.11.161.32.292.6.394l1.07.381c.42.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.34.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.36-.398.36-.66a.576.576 0 0 0-.25-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.81-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.29-1.701v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.36.241-.55.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm-105.57 17.828-2.22 6.348h-.65l-1.74-4.481-1.74 4.481h-.65l-2.22-6.348h1.24l1.41 4.456 1.67-4.456h.58l1.66 4.456 1.41-4.456h1.25Zm2.28-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V401h-1.04v-5.37h-1v-.978h2.04Zm3.29-2.793V401h-1.04v-9.141h1.04Zm3.2 0V401h-1.04v-9.141h1.04Zm7 2.793v1.003c.14-.169.31-.338.53-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.83-.178.44 0 .83.098 1.18.292.36.187.64.474.86.864.21.381.31.863.31 1.447V401h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.88.863V401h-1.04v-6.348h1.04Zm9.26-.127c.64 0 1.21.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.5.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.26.728-.26 1.142 0 .407.08.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.77-.85.19-.356.28-.736.28-1.143 0-.414-.09-.795-.28-1.142a2.013 2.013 0 0 0-.77-.851c-.33-.22-.72-.33-1.18-.33Zm6.53-2.717v1.828h1.85v.978h-1.85v3.72c0 .262.06.469.2.622.13.152.34.228.62.228.25 0 .47-.029.64-.089.16-.067.31-.139.44-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.21v-.305c.41-.186.76-.491 1.04-.914.28-.432.52-.96.73-1.587h.49Zm10.67 1.701c.59 0 1.11.14 1.56.419.47.271.83.66 1.1 1.168.27.508.4 1.113.4 1.816 0 .643-.13 1.21-.4 1.701-.27.491-.62.876-1.07 1.155-.44.271-.94.406-1.49.406-.48 0-.91-.127-1.29-.38a3.217 3.217 0 0 1-.89-.889V401h-1.04v-9.141h1.04v3.644c.27-.305.59-.542.96-.711.39-.178.76-.267 1.12-.267Zm-.19 1.029c-.39 0-.73.093-1.03.279-.29.178-.58.432-.85.762l-.01 1.218c0 .449.08.851.25 1.207.18.355.42.634.73.837.31.204.66.305 1.04.305.41 0 .77-.101 1.08-.305.3-.203.54-.474.71-.812.17-.339.25-.711.25-1.117 0-.415-.09-.8-.26-1.156a2.164 2.164 0 0 0-.74-.876c-.32-.228-.71-.342-1.17-.342Zm7.58-1.029c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm11.06-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04V401h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.17-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm8.31-1.016c.55 0 1.05.136 1.49.407.45.262.8.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828-.27.516-.63.918-1.1 1.206-.45.288-.97.431-1.56.431-.36 0-.73-.097-1.11-.292-.38-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.38 0-.73.097-1.04.292-.31.195-.55.466-.73.813-.16.338-.25.736-.25 1.193l.01 1.219c.27.33.56.601.85.812.3.203.64.305 1.03.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.17-.381.26-.774.26-1.18 0-.415-.08-.783-.25-1.105-.17-.33-.41-.592-.71-.787a1.985 1.985 0 0 0-1.08-.292Zm8.06-1.016c.55 0 1.05.136 1.49.407.44.262.8.634 1.06 1.117.27.474.41 1.032.41 1.676 0 .694-.14 1.303-.41 1.828-.26.516-.62.918-1.09 1.206-.46.288-.98.431-1.56.431-.36 0-.74-.097-1.12-.292a3.344 3.344 0 0 1-.96-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.51-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.39 0-.73.097-1.05.292-.3.195-.54.466-.72.813-.17.338-.25.736-.25 1.193l.01 1.219c.27.33.55.601.85.812.3.203.64.305 1.03.305.46 0 .84-.119 1.17-.356.32-.237.56-.541.73-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.25-1.105-.17-.33-.41-.592-.72-.787-.3-.195-.66-.292-1.07-.292Zm5.87-3.682V401h-1.04v-9.141h1.04Zm3.18-.254c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.835.835 0 0 1-.25-.596.81.81 0 0 1 .25-.597.8.8 0 0 1 .62-.267Zm.64 3.047V401h-1.04v-5.37h-1v-.978h2.04Zm4.87-.127c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.32.169.67.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.49.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm10.37-3.682V401h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.01-1.218c-.27-.33-.55-.584-.86-.762a1.91 1.91 0 0 0-1.02-.267Z"}),h.createElement("path",{fill:"black",fillOpacity:.87,d:"M829.857 360.494 826.874 369h-.647l-2.286-6.437-2.31 6.437h-.648l-2.856-8.506h1.244l1.993 6.322 2.247-6.322.737.013 2.183 6.309 2.082-6.322h1.244Zm4.317 2.031c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.835 2.835 0 0 1 1.586-.457Zm0 1.016c-.524 0-.956.178-1.294.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-6.348h1.041Zm12.81-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V369h-1.041v-1.079a3.13 3.13 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.407.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm11.769-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.487 0c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .28-1.143 2.38 2.38 0 0 0-.28-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V369h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V369h-1.041v-6.348h1.041Zm9.674 0v.978h-1.853V369h-1.041v-5.37h-1.003v-.978h1.003v-.812c0-.5.097-.906.292-1.219.194-.322.444-.559.749-.711a1.96 1.96 0 0 1 .927-.241c.431 0 .782.114 1.053.343v.914a1.588 1.588 0 0 0-.457-.203 1.647 1.647 0 0 0-.533-.064c-.313.009-.559.11-.736.305-.17.186-.254.516-.254.99v.698h1.853Zm2.425-2.793V369h-1.041v-9.141h1.041Zm3.174-.254c.245 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.785.785 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.647 3.047V369h-1.041v-5.37h-1.003v-.978h2.044Zm5.117-.127c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm8.569-1.219c.246 0 .449.089.609.267.17.169.254.368.254.597a.84.84 0 0 1-.254.596.783.783 0 0 1-.609.267.825.825 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.825.825 0 0 1 .622-.267Zm.648 3.047V369h-1.041v-5.37h-1.003v-.978h2.044Zm4.138-.127c.373 0 .72.055 1.041.165.322.102.555.208.698.318v1.117a3.29 3.29 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.397 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.609.394l1.067.381c.415.144.723.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978a2.07 2.07 0 0 1-.826.711c-.347.169-.749.253-1.206.253-.245 0-.503-.033-.774-.101a4.67 4.67 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.119.084.284.182.495.292.22.101.453.19.699.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm13.089-2.666V369h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm7.707-1.041c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.212 3.212 0 0 1 1.08-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm6.385-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.187.085-.44.127-.762.127-.542 0-.952-.16-1.232-.482-.27-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.042-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.08.254c.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.742 1.742 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.36 1.701c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V369h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm5.536 3.936 1.041.355-1.143 3.39-.787-.203.889-3.542Zm-164.989 11.023c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.42 4.42 0 0 0-.876.863V385h-1.041v-6.348h1.041Zm12.809-.127c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v.813c.203-.229.461-.44.774-.635a2.075 2.075 0 0 1 1.13-.305c.457 0 .885.11 1.283.33.397.212.702.534.914.965.296-.355.617-.66.964-.914a2.01 2.01 0 0 1 1.219-.381c.432 0 .834.098 1.206.292.381.187.686.474.914.864.237.381.356.863.356 1.447V385h-1.041l-.013-3.771c0-.55-.144-.969-.432-1.256-.279-.288-.668-.432-1.168-.432-.364 0-.681.114-.952.343a5.728 5.728 0 0 0-.774.8V385h-1.041l-.013-3.771c0-.55-.144-.969-.431-1.256-.28-.288-.669-.432-1.168-.432-.347 0-.665.102-.953.305a4.215 4.215 0 0 0-.774.736V385h-1.041v-6.348h1.041Zm13.343-.127c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.299 3.299 0 0 0-.851-.775 1.89 1.89 0 0 0-1.028-.279Zm6.107-3.936c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V385h-1.041v-5.37h-1.003v-.978h2.044Zm3.288-2.793V385h-1.041v-9.141h1.041Zm6.983-.254c.245 0 .448.089.609.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.786.786 0 0 1-.609.267.824.824 0 0 1-.622-.267.865.865 0 0 1-.242-.596c0-.229.081-.428.242-.597a.824.824 0 0 1 .622-.267Zm.647 3.047V385h-1.041v-5.37h-1.003v-.978h2.044Zm4.139-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.622 4.622 0 0 1-.71-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm9.242 0a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.551-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.851.864.211.381.317.863.317 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.678.127-1.016.381-.33.245-.622.533-.876.863V385h-1.041v-6.348h1.041Zm8.138-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm9.305 0v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.623.228.253 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.615 1.701c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm10.587-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85c-.17.136-.351.241-.546.317-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.856 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381a4.394 4.394 0 0 0-.876.863V385h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711a2.24 2.24 0 0 0 1.079.254 2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.55.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm11.057-1.016c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V385h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm10.283-.889v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33c-.507 0-.964-.11-1.371-.33a2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.129.431.424 0 .796-.144 1.118-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.72-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V385h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V385h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm7.186 0c.643 0 1.214.153 1.713.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.713.457-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm0 1.016c-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.457 0 .85-.106 1.18-.318.339-.22.597-.503.775-.85a2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.085 2.085 0 0 0-.775-.851c-.33-.22-.723-.33-1.18-.33Zm6.068-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V385h-1.041v-6.348h1.041Zm-174.764 15.873c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.18 2.18 0 0 0-.788.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .788.85c.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.338-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.083 2.083 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm8.316-.889v.978h-1.854V401h-1.041v-5.37h-1.003v-.978h1.003v-.812c0-.5.097-.906.292-1.219.195-.322.444-.559.749-.711.305-.161.614-.241.927-.241.432 0 .783.114 1.054.343v.914a1.6 1.6 0 0 0-.457-.203 1.657 1.657 0 0 0-.534-.064c-.313.009-.558.11-.736.305-.169.186-.254.516-.254.99v.698h1.854Zm6.944-1.828v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.855 1.701c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V401h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V401h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.312-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm6.728 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V401h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V401h-1.041v-9.141h1.041v3.796c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178Zm6.932 0c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V401h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.17.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm6.132-.889v1.003c.135-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V401h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V401h-1.041v-6.348h1.041Zm9.001-.127c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041v6.221c0 .753-.152 1.38-.457 1.879a2.87 2.87 0 0 1-1.219 1.117 3.763 3.763 0 0 1-1.663.368c-.389 0-.723-.046-1.003-.139a2.567 2.567 0 0 1-.698-.33c-.195-.127-.372-.25-.533-.369v-1.117c.127.093.292.212.495.356.212.152.461.287.749.406.296.118.626.178.99.178.415 0 .796-.076 1.143-.229.347-.152.626-.376.838-.673.211-.296.317-.651.317-1.066v-1.333c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.19 1.029c-.457 0-.846.114-1.168.342a2.24 2.24 0 0 0-.749.876 2.66 2.66 0 0 0-.253 1.156c0 .406.084.778.253 1.117.17.338.407.609.711.812.314.204.673.305 1.08.305.389 0 .736-.101 1.041-.305a2.13 2.13 0 0 0 .723-.837c.178-.356.263-.758.254-1.207l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.893 1.893 0 0 0-1.029-.279Zm7.707-1.029c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.865 4.865 0 0 0 1.003-.774l-.013 1.13a2.584 2.584 0 0 1-.533.457 3.333 3.333 0 0 1-.8.38c-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.836 2.836 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.882 1.882 0 0 0-.85-.203Zm9.483-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .465.043.66.127v1.206a1.588 1.588 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V401h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254a2.53 2.53 0 0 0 1.283-.343 4.83 4.83 0 0 0 1.002-.774l-.012 1.13a2.584 2.584 0 0 1-.533.457 3.351 3.351 0 0 1-.8.38 2.68 2.68 0 0 1-.94.165c-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.75 1.75 0 0 0-.686-.584 1.883 1.883 0 0 0-.851-.203Zm7.249-1.016c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041v9.395h-1.041v-4.126c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.084 3.084 0 0 1-1.08-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.029c-.457 0-.847.114-1.168.342a2.233 2.233 0 0 0-.749.876 2.66 2.66 0 0 0-.254 1.156c0 .406.085.778.254 1.117.169.338.406.609.711.812.313.204.673.305 1.079.305.389 0 .736-.101 1.041-.305.305-.203.546-.482.724-.837.177-.356.262-.758.253-1.207l-.012-1.218a3.1 3.1 0 0 0-.851-.762 1.892 1.892 0 0 0-1.028-.279Zm10.283-.902v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94-.407.22-.864.33-1.371.33a2.83 2.83 0 0 1-1.371-.33 2.442 2.442 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.079v3.758c0 .55.161.973.483 1.27.33.287.706.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm4.583-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.376-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm5.294-1.701v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm10.169 1.701c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V401h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.003c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.381.318.863.318 1.447V401h-1.041l-.013-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.381-.33.245-.622.533-.876.863V401h-1.041v-6.348h1.041Zm12.124-2.793V401h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.8.38-1.282.38a2.814 2.814 0 0 1-1.485-.406 3.073 3.073 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168a2.98 2.98 0 0 1 1.562-.419c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.322.22-.571.508-.749.863a2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838 2.64 2.64 0 0 0 .254-1.219l-.013-1.218a3.085 3.085 0 0 0-.851-.762 1.957 1.957 0 0 0-1.028-.267Zm-154.21 13.258v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.856 1.701c.431 0 .825.098 1.18.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.838-.178Zm6.931 0c.652 0 1.194.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm11.667-1.016c.55 0 1.045.136 1.486.407a2.82 2.82 0 0 1 1.066 1.117c.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.956 2.956 0 0 1-1.092 1.206 2.864 2.864 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.335 3.335 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.079c.22-.338.516-.622.888-.85a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.052 2.052 0 0 0-.724.813c-.169.338-.253.736-.253 1.193l.012 1.219c.271.33.555.601.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.381.267-.774.267-1.18 0-.415-.085-.783-.254-1.105a1.995 1.995 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm7.452-1.016c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.246-.423.542-.762.889-1.016s.702-.381 1.066-.381c.246 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V417h-1.041v-6.348h1.041Zm5.84-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.236-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-6.348h1.041Zm18.523 0L893.867 417h-.647l-1.74-4.481-1.739 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.663-4.456h.584l1.664 4.456 1.409-4.456h1.244Zm4.38-.127c.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V417h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.212-.177.448-.325.711-.444.271-.118.55-.178.838-.178Zm7.185 0c.644 0 1.215.153 1.714.457.5.305.889.711 1.168 1.219.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.668.902-1.168 1.206-.499.305-1.07.457-1.714.457-.643 0-1.214-.152-1.714-.457a3.35 3.35 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.332 3.332 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.457 0 .851-.106 1.181-.318.339-.22.597-.503.774-.85.187-.356.28-.736.28-1.143a2.37 2.37 0 0 0-.28-1.142 2.076 2.076 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm10.728-1.016a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.413 2.413 0 0 0-.939-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.194.296-.47.533-.825.711-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.2 3.2 0 0 1-.47-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.204-.99.61-1.345.406-.356.948-.534 1.625-.534Zm6.411 0c.465 0 .867.077 1.206.229.339.144.571.275.698.393v1.054a3.755 3.755 0 0 0-.812-.457c-.305-.135-.669-.203-1.092-.203-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.092-.191.304-.135.575-.292.812-.469v1.053c-.127.127-.359.263-.698.407-.339.143-.741.215-1.206.215-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm6.728 0c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V417h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V417h-1.041v-9.141h1.041v3.796c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-3.644h1.041Zm-2.932 3.707c-.457 0-.847.115-1.168.343-.322.22-.572.508-.749.863-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.082 3.082 0 0 0-.85-.762 1.957 1.957 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33c-.507 0-.964-.11-1.371-.33a2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.331.287.707.431 1.13.431.424 0 .796-.144 1.118-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V417h-1.041v-9.141h1.041Zm4.773 2.666c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.372-3.682V417h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.283.38a2.819 2.819 0 0 1-1.485-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-3.644h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343-.321.22-.571.508-.749.863a2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.096 3.096 0 0 0-.85-.762 1.958 1.958 0 0 0-1.029-.267Zm9.915-3.961c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V417h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M839 211.999h30"}),h.createElement("path",{stroke:"#202021",strokeWidth:1.5,d:"M866 211.999c11.501 0 9.416-17.114 14.502-25.593 4.498-7.5 22.498-6.407 22.498-6.407"}),h.createElement("path",{fill:"#202021",d:"m907.5 277.501.47-.585-.47.585Zm159.01 15.45c.3.283.32.758.04 1.06l-4.61 4.932a.75.75 0 0 1-1.06.036.755.755 0 0 1-.04-1.06l4.1-4.384-4.38-4.096a.747.747 0 0 1-.04-1.061.75.75 0 0 1 1.06-.035l4.93 4.608ZM879.5 237.5l-.741.113.741-.113Zm28.47 39.416c3.075 2.473 7.834 4.611 13.879 6.44 6.031 1.825 13.28 3.325 21.288 4.552 16.014 2.455 34.998 3.813 53.205 4.531 18.208.718 35.608.795 48.468.694 6.43-.051 11.73-.147 15.41-.23a758.226 758.226 0 0 0 5.37-.141l.29-.009.07-.003h.02l.03.749c.03.75.02.75.02.75l-.02.001-.07.002-.29.009-1.12.034c-.98.028-2.42.066-4.27.108-3.69.083-8.99.179-15.42.229-12.88.102-30.31.025-48.547-.694-18.231-.719-37.279-2.08-53.374-4.547-8.047-1.234-15.372-2.746-21.495-4.599-6.109-1.848-11.085-4.054-14.384-6.707l.94-1.169Zm-41.969-65.667c2.696 0 4.86.948 6.59 2.56 1.712 1.595 2.973 3.815 3.946 6.336 1.941 5.025 2.827 11.5 3.704 17.242l-1.482.226c-.889-5.815-1.754-12.092-3.621-16.928-.931-2.41-2.088-4.398-3.569-5.778-1.462-1.363-3.264-2.158-5.568-2.158v-1.5Zm14.24 26.138c.89 5.823 2.027 11.008 5.802 17.067 3.79 6.082 10.268 13.089 21.927 22.462l-.94 1.169c-11.716-9.42-18.342-16.55-22.26-22.838-3.932-6.31-5.109-11.728-6.011-17.634l1.482-.226Z"}),h.createElement("path",{fill:"#202021",d:"m904 306.498.498-.56-.498.56Zm162.01 26.453c.3.283.32.757.04 1.06l-4.61 4.931a.751.751 0 0 1-1.1-1.025l4.1-4.383-4.38-4.097a.75.75 0 1 1 1.02-1.096l4.93 4.61ZM866.001 211.248c2.914 0 5.231 1.143 7.079 3.166 1.822 1.995 3.174 4.83 4.253 8.218 2.156 6.766 3.317 16.06 4.766 26.097 1.455 10.077 3.207 20.963 6.53 31.055 3.323 10.09 8.2 19.332 15.869 26.154l-.996 1.12c-7.939-7.061-12.928-16.573-16.297-26.805-3.369-10.229-5.135-21.232-6.59-31.31-1.461-10.117-2.604-19.242-4.711-25.856-1.052-3.302-2.322-5.899-3.932-7.661-1.585-1.736-3.51-2.678-5.971-2.678v-1.5Zm38.497 94.69c8.641 7.685 22.974 13.246 39.736 17.237 16.735 3.984 35.782 6.378 53.753 7.798 17.973 1.419 34.843 1.863 47.223 1.953 6.19.044 11.26 0 14.78-.055a420.632 420.632 0 0 0 5.46-.121l.02-.001.03.75c.03.749.02.749.02.749l-.02.001-.07.002-.27.009-1.07.029c-.94.023-2.31.054-4.08.081-3.53.056-8.6.1-14.81.056-12.4-.09-29.32-.535-47.331-1.958-18.01-1.423-37.142-3.825-53.983-7.834-16.814-4.003-31.454-9.632-40.384-17.576l.996-1.12Z"}),h.createElement("rect",{width:93,height:23,x:964.5,y:213.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:964.5,y:213.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M988.224 220.283a.745.745 0 0 0-1.057 0l-3.668 3.66-3.667-3.668a.748.748 0 0 0-1.058 1.058l3.668 3.667-3.668 3.668a.747.747 0 1 0 1.058 1.057l3.667-3.667 3.668 3.667a.745.745 0 0 0 1.057 0 .745.745 0 0 0 0-1.057L984.557 225l3.667-3.667a.752.752 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M1001.19 221.148c.37 0 .73.051 1.08.153.35.101.67.258.95.469.29.21.52.476.68.796.17.313.26.688.26 1.125 0 .461-.12.86-.35 1.196a2.36 2.36 0 0 1-.91.773c-.37.18-.78.285-1.21.317l2.82 3.023h-2.14l-2.735-3.211V229h-1.629v-7.852h3.184Zm-1.555 1.524v1.98c.187.063.395.114.625.153.23.031.46.047.7.047.47 0 .84-.094 1.11-.282a.942.942 0 0 0 .42-.82c0-.383-.14-.656-.44-.82-.29-.172-.65-.258-1.07-.258h-1.345Zm8.355.258c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm5.35-4.23c.27 0 .51.102.72.305a.92.92 0 0 1 .31.703c0 .265-.1.5-.31.703-.21.203-.45.305-.72.305a1.02 1.02 0 0 1-1.03-1.008 1.02 1.02 0 0 1 1.03-1.008Zm.84 3.082v5.848c0 .804-.18 1.453-.56 1.945-.37.5-.88.871-1.56 1.113l-.65-1.3c.41-.188.73-.415.95-.68.22-.266.34-.606.34-1.02v-4.64h-.95v-1.266h2.43Zm4.52-.152c.57 0 1.07.125 1.48.375.43.25.75.597.97 1.043.22.437.34.945.34 1.523v.633h-4.29c.07.398.27.719.58.961.31.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.64-.347.85-.527l-.02 1.383c-.18.164-.46.332-.84.504-.37.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.12-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.37 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.04-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm6.88-1.3c.44 0 .8.07 1.08.211.28.14.5.277.67.41v1.371a3.2 3.2 0 0 0-.7-.375c-.25-.102-.55-.152-.92-.152-.3 0-.58.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.15.883.47 1.196.31.312.7.468 1.18.468.37 0 .67-.046.92-.14.26-.102.49-.227.7-.375v1.359a3.19 3.19 0 0 1-.67.41c-.28.125-.64.188-1.08.188-.6 0-1.14-.141-1.61-.422a3.325 3.325 0 0 1-1.1-1.137 3.186 3.186 0 0 1-.17-2.73c.15-.375.37-.707.65-.996.28-.297.61-.532.99-.703a2.96 2.96 0 0 1 1.24-.258Zm5.21-1.571v1.723h1.65v1.242h-1.65v2.555c0 .266.06.476.18.633.13.148.31.222.55.222.21 0 .39-.023.54-.07.16-.047.3-.113.43-.199v1.183c-.14.149-.33.274-.56.375-.22.102-.49.153-.83.153-.53 0-.97-.168-1.3-.504-.33-.344-.49-.813-.49-1.406v-2.942h-1.07v-.762c.37-.132.72-.382 1.03-.75.32-.367.58-.851.76-1.453h.76Zm5.76 1.571c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V229h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.62 1.62 0 0 0-.79-.199Z"}),h.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:92,height:23,x:1256.5,y:366.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("path",{fill:"#D93644",d:"M1279.72 373.283a.737.737 0 0 0-1.05 0l-3.67 3.66-3.67-3.668a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.67 3.667-3.67 3.668a.749.749 0 0 0 1.06 1.057l3.67-3.667 3.67 3.667c.29.293.76.293 1.05 0 .3-.292.3-.765 0-1.057l-3.66-3.668 3.66-3.667a.742.742 0 0 0 0-1.05Z"}),h.createElement("path",{fill:"#D11525",d:"M1292.69 374.148c.37 0 .73.051 1.08.153.35.101.67.258.95.469.29.21.52.476.68.796.17.313.26.688.26 1.125 0 .461-.12.86-.35 1.196a2.36 2.36 0 0 1-.91.773c-.37.18-.78.285-1.21.317l2.82 3.023h-2.14l-2.74-3.211V382h-1.62v-7.852h3.18Zm-1.56 1.524v1.98c.19.063.4.114.63.153.23.031.46.047.7.047.47 0 .84-.094 1.11-.282a.942.942 0 0 0 .42-.82c0-.383-.14-.656-.44-.82-.29-.172-.65-.258-1.07-.258h-1.35Zm8.36.258c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm5.35-4.23c.27 0 .51.102.72.305a.92.92 0 0 1 .31.703c0 .265-.1.5-.31.703-.21.203-.45.305-.72.305a1.02 1.02 0 0 1-1.03-1.008 1.02 1.02 0 0 1 1.03-1.008Zm.84 3.082v5.848c0 .804-.18 1.453-.56 1.945-.37.5-.88.871-1.56 1.113l-.65-1.3c.41-.188.73-.415.95-.68.22-.266.34-.606.34-1.02v-4.64h-.95v-1.266h2.43Zm4.52-.152c.57 0 1.07.125 1.48.375.43.25.75.597.97 1.043.22.437.34.945.34 1.523v.633h-4.29c.07.398.27.719.58.961.31.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.64-.347.85-.527l-.02 1.383c-.18.164-.46.332-.84.504-.37.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.12-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.37 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.04-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm6.88-1.3c.44 0 .8.07 1.08.211.28.14.5.277.67.41v1.371a3.2 3.2 0 0 0-.7-.375c-.25-.102-.55-.152-.92-.152-.3 0-.58.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.15.883.47 1.196.31.312.7.468 1.18.468.37 0 .67-.046.92-.14.26-.102.49-.227.7-.375v1.359a3.19 3.19 0 0 1-.67.41c-.28.125-.64.188-1.08.188-.6 0-1.14-.141-1.61-.422a3.325 3.325 0 0 1-1.1-1.137 3.186 3.186 0 0 1-.17-2.73c.15-.375.37-.707.65-.996.28-.297.61-.532.99-.703a2.96 2.96 0 0 1 1.24-.258Zm5.21-1.571v1.723h1.65v1.242h-1.65v2.555c0 .266.06.476.18.633.13.148.31.222.55.222.21 0 .39-.023.54-.07.16-.047.3-.113.43-.199v1.183c-.14.149-.33.274-.56.375-.22.102-.49.153-.83.153-.53 0-.97-.168-1.3-.504-.33-.344-.49-.813-.49-1.406v-2.942h-1.07v-.762c.37-.132.72-.382 1.03-.75.32-.367.58-.851.76-1.453h.76Zm5.76 1.571c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V382h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.62 1.62 0 0 0-.79-.199Z"}),h.createElement("rect",{width:93,height:23,x:965,y:169.207,fill:"#FFF4E5",rx:3.5}),h.createElement("rect",{width:93,height:23,x:965,y:169.207,stroke:"#FFC46F",rx:3.5}),h.createElement("g",{clipPath:"url(#clip3_20382_240644)"},h.createElement("path",{fill:"#D76500",d:"M980.492 173.207c-4.14 0-7.492 3.36-7.492 7.5 0 4.14 3.352 7.5 7.492 7.5 4.148 0 7.508-3.36 7.508-7.5 0-4.14-3.36-7.5-7.508-7.5Zm.008 13.5c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6Zm-.165-9.75h-.045c-.3 0-.54.24-.54.54v3.54c0 .263.135.51.367.645l3.113 1.868c.255.15.585.075.735-.18a.533.533 0 0 0-.187-.743l-2.903-1.725v-3.405c0-.3-.24-.54-.54-.54Z"})),h.createElement("path",{fill:"#B35300",d:"M996.859 176.703c.453 0 .868.063 1.243.188.375.125.691.269.949.433v1.606a8.927 8.927 0 0 0-.903-.481 2.566 2.566 0 0 0-1.089-.222c-.204 0-.407.031-.61.093a1.281 1.281 0 0 0-.492.282.65.65 0 0 0-.187.48.64.64 0 0 0 .339.586c.227.133.504.266.832.398l.961.399c.547.234.95.519 1.207.855.258.336.387.719.387 1.149 0 .469-.137.883-.41 1.242a2.712 2.712 0 0 1-1.078.832 3.55 3.55 0 0 1-1.488.305 3.77 3.77 0 0 1-1.325-.235 4.53 4.53 0 0 1-1.101-.574v-1.605c.344.25.722.461 1.136.632.415.172.856.258 1.325.258.328 0 .609-.062.843-.187.235-.133.352-.328.352-.586 0-.203-.098-.367-.293-.492a2.764 2.764 0 0 0-.621-.329l-1.207-.468c-.609-.235-1.024-.539-1.242-.914a2.58 2.58 0 0 1-.317-1.266c0-.477.129-.891.387-1.242.266-.36.609-.637 1.031-.832a3.121 3.121 0 0 1 1.371-.305Zm6.711 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828v3.633h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.195-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.172-.42.375-.59.609v3.75h-1.49v-8.437h1.49v3.363c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.43.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.33.227-.71.34-1.15.34-.47 0-.91-.121-1.32-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.187h1.49Zm-2.98 3.832c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.519v8.437h-1.48v-8.437h1.48Zm4.41 2.367c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.42.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.32.227-.71.34-1.14.34-.48 0-.92-.121-1.33-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.187h1.49Zm-2.97 3.832c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),h.createElement("rect",{width:93,height:23,x:1256,y:322.207,fill:"#FFF4E5",rx:3.5}),h.createElement("rect",{width:93,height:23,x:1256,y:322.207,stroke:"#FFC46F",rx:3.5}),h.createElement("g",{clipPath:"url(#clip4_20382_240644)"},h.createElement("path",{fill:"#D76500",d:"M1271.49 326.207c-4.14 0-7.49 3.36-7.49 7.5 0 4.14 3.35 7.5 7.49 7.5 4.15 0 7.51-3.36 7.51-7.5 0-4.14-3.36-7.5-7.51-7.5Zm.01 13.5c-3.32 0-6-2.685-6-6s2.68-6 6-6 6 2.685 6 6-2.68 6-6 6Zm-.16-9.75h-.05c-.3 0-.54.24-.54.54v3.54c0 .263.13.51.37.645l3.11 1.868c.26.15.59.075.74-.18a.543.543 0 0 0-.19-.743l-2.9-1.725v-3.405c0-.3-.25-.54-.54-.54Z"})),h.createElement("path",{fill:"#B35300",d:"M1287.86 329.703c.45 0 .87.063 1.24.188.38.125.69.269.95.433v1.606a8.873 8.873 0 0 0-.9-.481 2.59 2.59 0 0 0-1.09-.222c-.2 0-.41.031-.61.093-.2.063-.36.157-.49.282a.633.633 0 0 0-.19.48c0 .258.11.453.34.586.23.133.5.266.83.398l.96.399c.55.234.95.519 1.21.855.26.336.39.719.39 1.149 0 .469-.14.883-.41 1.242-.27.351-.63.629-1.08.832a3.56 3.56 0 0 1-1.49.305c-.46 0-.9-.078-1.32-.235a4.597 4.597 0 0 1-1.11-.574v-1.605c.35.25.73.461 1.14.632.41.172.86.258 1.32.258.33 0 .61-.062.85-.187.23-.133.35-.328.35-.586 0-.203-.1-.367-.29-.492-.19-.133-.4-.243-.62-.329l-1.21-.468c-.61-.235-1.02-.539-1.24-.914a2.593 2.593 0 0 1-.32-1.266c0-.477.13-.891.39-1.242.26-.36.61-.637 1.03-.832.42-.203.88-.305 1.37-.305Zm6.71 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828v3.633h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.195-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.172-.42.375-.59.609v3.75h-1.49v-8.437h1.49v3.363c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.43.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.33.227-.71.34-1.15.34-.47 0-.91-.121-1.32-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.187h1.49Zm-2.98 3.832c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.519v8.437h-1.48v-8.437h1.48Zm4.41 2.367c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.301c-.36 0-.67.113-.92.339-.25.227-.42.532-.52.914h2.84c-.03-.421-.19-.734-.47-.937a1.509 1.509 0 0 0-.93-.316Zm9.81-3.668v8.437h-1.49v-.996c-.17.32-.42.598-.75.832-.32.227-.71.34-1.14.34-.48 0-.92-.121-1.33-.363-.4-.243-.72-.594-.96-1.055-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.187h1.49Zm-2.97 3.832c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),h.createElement("path",{fill:"#202021",d:"M913.5 178.957a.75.75 0 0 0 0 1.5v-1.5Zm39.566 1.28a.749.749 0 0 0 0-1.06l-4.773-4.773a.75.75 0 0 0-1.061 1.06l4.243 4.243-4.243 4.243a.75.75 0 0 0 1.061 1.06l4.773-4.773Zm-39.566.22h39.036v-1.5H913.5v1.5Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M899 179.707h14.5"}),h.createElement("path",{fill:"#202021",d:"m931.002 218.207-.643.386.643-.386Zm22.984 5.428a.75.75 0 0 1 .088 1.057l-4.36 5.153a.75.75 0 1 1-1.145-.969l3.876-4.58-4.581-3.876a.75.75 0 0 1 .969-1.145l5.153 4.36ZM912 178.957c3.252 0 5.756 2.134 7.734 5.163 1.982 3.038 3.546 7.138 4.888 11.434 1.343 4.295 2.491 8.881 3.605 12.859 1.126 4.024 2.207 7.39 3.418 9.409l-1.286.771c-1.333-2.221-2.46-5.787-3.577-9.776-1.129-4.036-2.257-8.546-3.592-12.816-1.334-4.269-2.849-8.204-4.713-11.061-1.869-2.864-3.978-4.483-6.477-4.483v-1.5Zm19.645 38.865c1.006 1.676 2.803 2.906 5.045 3.789 2.235.881 4.835 1.386 7.332 1.664 2.491.276 4.849.323 6.587.3a53.795 53.795 0 0 0 2.638-.101l.146-.01a.637.637 0 0 0 .036-.003l.008-.001h.002l.063.748.061.747h-.004l-.011.001-.041.004-.157.011a54.48 54.48 0 0 1-2.721.104c-1.778.023-4.202-.024-6.773-.31-2.566-.285-5.31-.811-7.715-1.758-2.399-.945-4.538-2.34-5.782-4.414l1.286-.771Z"}),h.createElement("path",{fill:"#202021",d:"m931.002 141.407-.643-.386.643.386Zm22.984-5.428a.75.75 0 0 0 .088-1.057l-4.36-5.153a.75.75 0 1 0-1.145.969l3.876 4.58-4.581 3.876a.75.75 0 0 0 .969 1.145l5.153-4.36ZM912 180.456c3.249 0 5.754-2.118 7.732-5.13 1.983-3.019 3.547-7.094 4.89-11.365 1.343-4.271 2.491-8.831 3.604-12.79 1.127-4.006 2.208-7.36 3.419-9.379l-1.286-.771c-1.332 2.22-2.46 5.774-3.577 9.744-1.129 4.017-2.257 8.502-3.591 12.746-1.335 4.245-2.849 8.154-4.712 10.992-1.868 2.844-3.978 4.453-6.479 4.453v1.5Zm19.645-38.664c1.006-1.676 2.803-2.906 5.045-3.789 2.235-.881 4.835-1.386 7.332-1.664a54.442 54.442 0 0 1 6.587-.3 53.795 53.795 0 0 1 2.638.101l.146.01a.637.637 0 0 1 .036.003l.008.001h.002l.063-.748.061-.747h-.004l-.011-.001-.041-.004-.157-.011a54.48 54.48 0 0 0-2.721-.104c-1.778-.023-4.202.024-6.773.31-2.566.285-5.31.811-7.715 1.758-2.399.945-4.538 2.34-5.782 4.414l1.286.771Z"}),h.createElement("path",{fill:"#202021",d:"M1204.5 331.957c-.41 0-.75.336-.75.75s.34.75.75.75v-1.5Zm39.57 1.28a.754.754 0 0 0 0-1.06l-4.78-4.773a.749.749 0 1 0-1.06 1.06l4.25 4.243-4.25 4.243a.749.749 0 1 0 1.06 1.06l4.78-4.773Zm-39.57.22h39.04v-1.5h-39.04v1.5Z"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M1178 332.707h26.5"}),h.createElement("path",{fill:"#202021",d:"m1222 371.207-.64.386.64-.386Zm22.99 5.428c.31.268.35.741.08 1.057l-4.36 5.153a.741.741 0 0 1-1.05.088.745.745 0 0 1-.09-1.057l3.87-4.58-4.58-3.876a.753.753 0 0 1-.08-1.057.741.741 0 0 1 1.05-.088l5.16 4.36ZM1203 331.957c3.25 0 5.76 2.134 7.73 5.163 1.99 3.038 3.55 7.138 4.89 11.434 1.34 4.295 2.49 8.881 3.61 12.859 1.12 4.024 2.2 7.39 3.42 9.409l-1.29.771c-1.33-2.221-2.46-5.787-3.58-9.776-1.13-4.036-2.25-8.546-3.59-12.816-1.33-4.269-2.85-8.204-4.71-11.061-1.87-2.864-3.98-4.483-6.48-4.483v-1.5Zm19.65 38.865c1 1.676 2.8 2.906 5.04 3.789 2.24.881 4.84 1.386 7.33 1.664 2.49.276 4.85.323 6.59.3a53.373 53.373 0 0 0 2.64-.101l.14-.01.04-.003.01-.001.06.748.06.747-.01.001-.04.004-.16.011c-.14.009-.34.022-.59.035-.51.027-1.24.057-2.13.069-1.78.023-4.2-.024-6.77-.31-2.57-.285-5.31-.811-7.72-1.758-2.4-.945-4.54-2.34-5.78-4.414l1.29-.771Z"}),h.createElement("path",{fill:"#202021",d:"m1222 294.407-.64-.386.64.386Zm22.99-5.428a.753.753 0 0 0 .08-1.057l-4.36-5.153a.741.741 0 0 0-1.05-.088.745.745 0 0 0-.09 1.057l3.87 4.58-4.58 3.876a.753.753 0 0 0-.08 1.057c.26.316.74.356 1.05.088l5.16-4.36ZM1203 333.456c3.25 0 5.75-2.118 7.73-5.13 1.99-3.019 3.55-7.094 4.89-11.365 1.34-4.271 2.49-8.831 3.61-12.79 1.12-4.006 2.2-7.36 3.42-9.379l-1.29-.771c-1.33 2.22-2.46 5.774-3.58 9.744-1.13 4.017-2.25 8.502-3.59 12.746-1.33 4.245-2.85 8.154-4.71 10.992-1.87 2.844-3.98 4.453-6.48 4.453v1.5Zm19.65-38.664c1-1.676 2.8-2.906 5.04-3.789 2.24-.881 4.84-1.386 7.33-1.664 2.49-.276 4.85-.323 6.59-.3a53.373 53.373 0 0 1 2.64.101l.14.01a.692.692 0 0 1 .05.004l.06-.748.06-.747-.01-.001-.04-.004-.16-.011c-.14-.009-.34-.022-.59-.035a54.48 54.48 0 0 0-2.13-.069c-1.78-.023-4.2.024-6.77.31-2.57.285-5.31.811-7.72 1.758-2.4.945-4.54 2.34-5.78 4.414l1.29.771Z"}),h.createElement("path",{fill:"#615BC2",d:"M839.672 39.494 843.646 48h-1.372l-.888-2.031h-3.987L836.498 48h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.322 3.322 0 0 0-.723-.394 2.424 2.424 0 0 0-.94-.19c-.398 0-.698.093-.901.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.38c.414.145.723.352.926.623.203.27.305.588.305.952 0 .355-.102.681-.305.978a2.057 2.057 0 0 1-.825.71c-.347.17-.749.254-1.206.254-.245 0-.504-.033-.774-.101-.263-.06-.5-.131-.711-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.09.939-.267.237-.178.356-.398.356-.66a.57.57 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.012 1.13a2.56 2.56 0 0 1-.534.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.737 1.737 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.38 1.066-.38c.245 0 .466.042.66.126v1.206a1.578 1.578 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm16.085 0L883.407 48h-.647l-1.739-4.481-1.74 4.481h-.647l-2.222-6.348h1.244l1.409 4.456 1.664-4.456h.583l1.664 4.456 1.409-4.456h1.244Zm2.285-3.047c.246 0 .449.09.609.267.17.17.254.368.254.597 0 .22-.084.419-.254.596a.783.783 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.267Zm.648 3.047V48h-1.041v-5.37h-1.003v-.978h2.044Zm3.999-1.828v1.828h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.342.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.414-.186.761-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm6.855 1.701c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V48h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V48h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm9.877-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.068.47.203.622.136.152.343.228.622.228.254 0 .466-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.28-.431.525-.96.737-1.587h.482Zm6.855 1.7c.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.38.317.863.317 1.447V48h-1.041l-.013-3.77c0-.55-.122-.97-.368-1.257-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.38-.33.246-.622.534-.876.864V48h-1.041v-9.14h1.041v3.795c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178Zm6.932 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.418-1.663c0-.6.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm9.483-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm7.249-1.016c.364 0 .732.09 1.104.267.381.17.707.406.978.71v-.85h1.041v9.395h-1.041V46.92a3.11 3.11 0 0 1-.901.889c-.373.253-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.085 3.085 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.891 2.891 0 0 1 1.104-1.168c.466-.279.986-.419 1.562-.419Zm.19 1.029c-.457 0-.846.114-1.168.343-.321.22-.571.511-.749.876-.169.355-.253.74-.253 1.155 0 .406.084.778.253 1.117.17.338.407.61.711.812.314.203.673.305 1.079.305.39 0 .737-.102 1.041-.305.305-.203.546-.482.724-.837.178-.356.262-.758.254-1.207l-.013-1.218a3.088 3.088 0 0 0-.85-.762 1.891 1.891 0 0 0-1.029-.28Zm10.284-.902v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.558.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.974.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.496-.72.496-1.27v-3.758h1.079Zm2.983-3.047c.245 0 .449.09.609.267.17.17.254.368.254.597 0 .22-.084.419-.254.596a.785.785 0 0 1-.609.267.826.826 0 0 1-.622-.267.866.866 0 0 1-.241-.596c0-.229.08-.428.241-.597a.826.826 0 0 1 .622-.267Zm.647 3.047V48h-1.041v-5.37h-1.002v-.978h2.043Zm3.289 0v1.27c.245-.423.541-.762.888-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.607 6.607 0 0 0-.749 1.092V48h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm10.372-3.682V48h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.373.253-.8.38-1.283.38a2.82 2.82 0 0 1-1.485-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419.364 0 .732.09 1.105.267.38.17.706.406.977.71V38.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.167.343-.322.22-.572.508-.75.864-.169.355-.253.74-.253 1.155 0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305a2.13 2.13 0 0 0 .723-.838c.178-.364.263-.77.254-1.218l-.013-1.22a3.088 3.088 0 0 0-.85-.761 1.96 1.96 0 0 0-1.029-.267Zm12.125-1.04c.55 0 1.045.135 1.485.406.448.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.736-.097-1.117-.292a3.355 3.355 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851.38-.237.812-.356 1.295-.356Zm-.166 1.015c-.38 0-.727.097-1.041.292a2.054 2.054 0 0 0-.723.813c-.169.338-.254.736-.254 1.193l.013 1.219c.27.33.554.6.85.812.296.203.639.305 1.029.305.457 0 .846-.119 1.167-.356.322-.237.568-.541.737-.914.178-.38.266-.774.266-1.18 0-.415-.084-.783-.253-1.105a2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.08-.292Zm7.453-1.016c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.328.99.328 1.574v.622h-4.872c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.677-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.38 1.06-.38.25 0 .47.042.66.126v1.206c-.27-.16-.54-.24-.81-.24-.43 0-.78.151-1.05.456-.27.305-.52.669-.75 1.092V48h-1.04v-6.348h1.04Zm4.99 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914.35-.254.76-.38 1.22-.38.43 0 .83.097 1.21.291.38.187.68.474.91.864.24.38.36.863.36 1.447V48h-1.04l-.02-3.77c0-.55-.14-.97-.43-1.257-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343-.27.228-.53.495-.77.8V48h-1.04l-.02-3.77c0-.55-.14-.97-.43-1.257-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305a3.97 3.97 0 0 0-.77.736V48h-1.04v-6.348h1.04Zm11.74-3.047c.25 0 .45.09.61.267a.837.837 0 0 1 0 1.193.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.87.87 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V48h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.299 3.299 0 0 0-.73-.394c-.3-.127-.62-.19-.94-.19-.4 0-.7.093-.9.28-.19.186-.29.38-.29.583a.9.9 0 0 0 .16.495c.12.161.33.292.61.394l1.07.38c.41.145.72.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.2.296-.47.533-.83.71-.35.17-.75.254-1.2.254-.25 0-.51-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.09.94-.267.24-.178.35-.398.35-.66a.569.569 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.43 0c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.91.28-.19.186-.29.38-.29.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.19.296-.47.533-.83.71-.34.17-.74.254-1.2.254-.25 0-.5-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Zm4.56-2.92c.24 0 .45.09.61.267a.837.837 0 0 1 0 1.193.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.837.837 0 0 1 0-1.193.8.8 0 0 1 .62-.267Zm.64 3.047V48h-1.04v-5.37h-1v-.978h2.04Zm5.12-.127c.64 0 1.22.153 1.71.457.5.305.89.711 1.17 1.22.29.507.43 1.061.43 1.662s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.49.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663a3.26 3.26 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.85c-.17.348-.26.729-.26 1.143 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.85c-.33-.221-.72-.331-1.18-.331Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.38.32.863.32 1.447V48h-1.04l-.02-3.77c0-.55-.12-.97-.36-1.257-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.38a4.37 4.37 0 0 0-.88.864V48h-1.04v-6.348h1.04Zm8.28-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.299 3.299 0 0 0-.73-.394c-.3-.127-.62-.19-.94-.19-.4 0-.7.093-.9.28-.19.186-.29.38-.29.583a.9.9 0 0 0 .16.495c.12.161.33.292.61.394l1.07.38c.41.145.72.352.93.623.2.27.3.588.3.952 0 .355-.1.681-.3.978-.2.296-.47.533-.83.71-.35.17-.75.254-1.2.254-.25 0-.51-.033-.78-.101-.26-.06-.5-.131-.71-.216a3.291 3.291 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.09.94-.267.24-.178.35-.398.35-.66a.569.569 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.977 1.977 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm10.22 0c.46 0 .86.077 1.2.229.34.144.57.275.7.394V43.2c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.09-.203-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.85-.18.348-.27.729-.27 1.143 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.19.3-.136.57-.293.81-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663.29-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.72-.457Zm6.23 0c.36 0 .73.09 1.1.267.39.17.71.406.98.71v-.85h1.04V48h-1.04v-1.08c-.22.34-.52.636-.9.89-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.524-.75.889-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.218l-.01-1.22c-.26-.33-.55-.587-.85-.774-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.38.32.863.32 1.447V48h-1.04l-.01-3.77c0-.55-.13-.97-.37-1.257-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.38-.33.246-.62.534-.88.864V48h-1.04v-6.348h1.04ZM838.694 57.525c.364 0 .732.09 1.105.267.381.17.707.406.977.71v-.85h1.041V64h-1.041v-1.08a3.11 3.11 0 0 1-.901.89c-.372.254-.8.38-1.282.38a2.822 2.822 0 0 1-1.486-.406 3.093 3.093 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.887 2.887 0 0 1 1.105-1.168c.465-.279.986-.419 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.318 2.318 0 0 0-.749.889c-.169.355-.254.74-.254 1.155 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.723-.838.178-.364.263-.77.254-1.218l-.012-1.22a3.296 3.296 0 0 0-.851-.774 1.89 1.89 0 0 0-1.028-.279Zm8.315-1.016c.55 0 1.045.136 1.486.407.448.262.804.634 1.066 1.117.271.474.406 1.032.406 1.676 0 .694-.135 1.303-.406 1.828a2.953 2.953 0 0 1-1.092 1.206 2.867 2.867 0 0 1-1.561.431c-.364 0-.737-.097-1.118-.292a3.35 3.35 0 0 1-.964-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.888-.851a2.402 2.402 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.039 2.039 0 0 0-.723.813c-.17.338-.254.736-.254 1.193l.012 1.219c.271.33.555.6.851.812.296.203.639.305 1.028.305.457 0 .847-.119 1.168-.356.322-.237.567-.541.736-.914.178-.38.267-.774.267-1.18a2.34 2.34 0 0 0-.254-1.105 1.992 1.992 0 0 0-.711-.787c-.304-.195-.664-.292-1.079-.292Zm8.062-1.016c.55 0 1.045.136 1.485.407.449.262.804.634 1.066 1.117.271.474.407 1.032.407 1.676 0 .694-.136 1.303-.407 1.828a2.958 2.958 0 0 1-1.091 1.206 2.87 2.87 0 0 1-1.562.431c-.364 0-.736-.097-1.117-.292a3.368 3.368 0 0 1-.965-.749v3.898h-1.041v-9.395h1.041v1.08c.22-.34.516-.623.889-.851a2.4 2.4 0 0 1 1.295-.356Zm-.165 1.016c-.381 0-.728.097-1.041.292a2.049 2.049 0 0 0-.724.813c-.169.338-.254.736-.254 1.193l.013 1.219c.271.33.554.6.85.812.297.203.639.305 1.029.305.457 0 .846-.119 1.168-.356.321-.237.567-.541.736-.914.178-.38.267-.774.267-1.18a2.34 2.34 0 0 0-.254-1.105 2.007 2.007 0 0 0-.711-.787c-.305-.195-.665-.292-1.079-.292Zm5.878-3.682V64h-1.041v-9.14h1.041Zm2.513 2.793 2.222 4.672 2.158-4.672h1.244l-4.672 9.395h-1.206l1.816-3.428-2.806-5.967h1.244Zm7.338 4.85 1.041.355-1.142 3.39-.788-.203.889-3.542Zm7.985-4.85v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.067-.38c.245 0 .465.042.66.126v1.206a1.581 1.581 0 0 0-.813-.24c-.431 0-.783.151-1.053.456a6.608 6.608 0 0 0-.75 1.092V64h-1.041v-6.348h1.041Zm6.564-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.71.313.17.673.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.228.153-.495.28-.8.381-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.363 3.363 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.835 2.835 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.744 1.744 0 0 0-.685-.584 1.881 1.881 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.308 3.308 0 0 0-.724-.394 2.423 2.423 0 0 0-.939-.19c-.398 0-.699.093-.902.28-.195.186-.292.38-.292.583 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.38c.415.145.724.352.927.623.203.27.304.588.304.952 0 .355-.101.681-.304.978a2.07 2.07 0 0 1-.825.71c-.347.17-.749.254-1.207.254-.245 0-.503-.033-.774-.101a4.739 4.739 0 0 1-.711-.216 3.348 3.348 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.09.94-.267.237-.178.355-.398.355-.66a.567.567 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.967 1.967 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm6.411 0c.466 0 .868.077 1.207.229.338.144.571.275.698.394V59.2a3.748 3.748 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.325 3.325 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm6.729 0c.432 0 .825.098 1.181.292.355.187.639.474.85.864.212.38.318.863.318 1.447V64h-1.041l-.013-3.77c0-.55-.123-.97-.368-1.257-.237-.288-.605-.432-1.105-.432-.338 0-.677.127-1.015.38-.33.246-.622.534-.876.864V64h-1.041v-9.14h1.041v3.795c.135-.169.309-.338.52-.508.212-.177.449-.325.711-.444a2.07 2.07 0 0 1 .838-.178Zm6.932 0c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.221.466.331.99.331 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.761.71.314.17.673.255 1.08.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm10.372-3.682V64h-1.041v-1.08c-.22.34-.521.636-.902.89-.372.254-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.077 3.077 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816.27-.508.639-.897 1.104-1.168.466-.279.986-.419 1.562-.419.364 0 .732.09 1.104.267.381.17.707.406.978.71V54.86h1.041Zm-2.933 3.707c-.457 0-.846.115-1.168.343a2.25 2.25 0 0 0-.749.864c-.169.355-.254.74-.254 1.155 0 .406.085.783.254 1.13.169.338.406.609.711.812.313.203.673.305 1.079.305.389 0 .736-.102 1.041-.305.305-.203.546-.482.724-.838.178-.364.262-.77.254-1.218l-.013-1.22a3.077 3.077 0 0 0-.851-.761 1.96 1.96 0 0 0-1.028-.267Zm10.283-.914v3.758c0 .559-.118 1.041-.355 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.453 2.453 0 0 1-.965-.94c-.237-.406-.356-.888-.356-1.447v-3.758h1.08v3.758c0 .55.16.974.482 1.27.33.287.707.431 1.13.431.423 0 .795-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.079Zm3.009-2.793V64h-1.041v-9.14h1.041Zm4.774 2.666c.651 0 1.193.136 1.625.407.431.27.753.639.964 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.369.978.194.296.448.533.761.71.313.17.673.255 1.079.255.457 0 .885-.114 1.283-.343a4.853 4.853 0 0 0 1.003-.774l-.013 1.13a2.55 2.55 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.94.165-.643 0-1.214-.152-1.713-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533-.339.347-.551.77-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.747 1.747 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm11.311-1.016c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.22c.288.507.432 1.061.432 1.662s-.144 1.156-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.353 3.353 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.419-1.663c0-.6.139-1.155.419-1.663a3.323 3.323 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.85 2.478 2.478 0 0 0-.266 1.143c0 .407.089.787.266 1.143a2.3 2.3 0 0 0 .787.85c.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318.338-.22.596-.503.774-.85.186-.356.279-.736.279-1.143a2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.85c-.33-.221-.724-.331-1.181-.331Zm6.068-.889v1.27c.246-.423.542-.762.889-1.016s.703-.38 1.066-.38c.246 0 .466.042.661.126v1.206a1.581 1.581 0 0 0-.813-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V64h-1.041v-6.348h1.041Zm8.798 0v1.27c.246-.423.542-.762.889-1.016s.702-.38 1.066-.38c.246 0 .466.042.66.126v1.206a1.575 1.575 0 0 0-.812-.24c-.432 0-.783.151-1.054.456a6.668 6.668 0 0 0-.749 1.092V64h-1.041v-6.348h1.041Zm6.564-.127c.651 0 1.193.136 1.625.407.431.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.71.313.17.672.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.16-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm5.471-3.935c.246 0 .449.088.61.266.169.17.254.368.254.597 0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.87.87 0 0 1-.241-.596c0-.229.081-.428.241-.597a.827.827 0 0 1 .622-.267Zm.673 3.046v6.323c0 .854-.199 1.544-.596 2.069-.39.525-.919.922-1.587 1.193l-.47-.94c.559-.27.965-.57 1.219-.9.262-.33.393-.754.393-1.27V58.63h-1.003v-.978h2.044Zm4.774-.127c.651 0 1.193.136 1.625.407.431.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.05.356.173.682.368.978.194.296.448.533.762.71.313.17.672.255 1.079.255.457 0 .884-.114 1.282-.343a4.826 4.826 0 0 0 1.003-.774l-.013 1.13a2.525 2.525 0 0 1-.533.456c-.229.153-.495.28-.8.381-.296.11-.609.165-.939.165-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.131-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.83 2.83 0 0 1 1.587-.457Zm0 1.016c-.525 0-.957.178-1.295.533a2.33 2.33 0 0 0-.635 1.27h3.821c-.042-.415-.161-.754-.355-1.016a1.74 1.74 0 0 0-.686-.584 1.877 1.877 0 0 0-.85-.203Zm7.503-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.394V59.2a3.748 3.748 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.842.11-1.181.33a2.17 2.17 0 0 0-.787.85 2.466 2.466 0 0 0-.267 1.143c0 .407.089.787.267 1.143.186.347.448.63.787.85.339.212.732.318 1.181.318.423 0 .787-.064 1.091-.19.305-.136.576-.293.813-.47v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.355 3.355 0 0 1-1.181-1.206 3.397 3.397 0 0 1-.419-1.663c0-.6.14-1.155.419-1.663a3.325 3.325 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.7v1.827h1.853v.978h-1.853v3.72c0 .262.067.47.203.622.135.152.343.228.622.228.254 0 .465-.03.635-.089a3.12 3.12 0 0 0 .444-.215v.85a2.081 2.081 0 0 1-.546.318c-.186.084-.44.126-.762.126-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.49 1.041-.914.279-.431.525-.96.736-1.587h.483Zm9.306 0v1.827h1.85v.978h-1.85v3.72c0 .262.07.47.2.622.14.152.35.228.62.228.26 0 .47-.03.64-.089.17-.067.32-.14.44-.215v.85c-.17.136-.35.241-.54.318-.19.084-.44.126-.76.126-.55 0-.96-.16-1.24-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.49 1.04-.914.28-.431.53-.96.74-1.587h.48Zm6.85 1.7c.44 0 .83.098 1.19.292.35.187.63.474.85.864.21.38.31.863.31 1.447V64h-1.04l-.01-3.77c0-.55-.12-.97-.37-1.257-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.38a4.32 4.32 0 0 0-.87.864V64h-1.05v-9.14h1.05v3.795c.13-.169.3-.338.52-.508.21-.177.44-.325.71-.444.27-.118.55-.178.83-.178Zm6.94 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.69 1.69 0 0 0-.68-.584 1.893 1.893 0 0 0-.85-.203Zm10.33-1.016c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.9.28-.2.186-.3.38-.3.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.31.588.31.952 0 .355-.11.681-.31.978-.19.296-.47.533-.82.71-.35.17-.75.254-1.21.254-.25 0-.5-.033-.77-.101-.27-.06-.5-.131-.72-.216a3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.94-.534 1.62-.534Zm6.41 0c.47 0 .87.077 1.21.229.34.144.57.275.7.394V59.2c-.24-.178-.51-.33-.82-.457-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.85c-.17.348-.26.729-.26 1.143 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.19.31-.136.58-.293.82-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663a3.26 3.26 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.38.32.863.32 1.447V64h-1.04l-.01-3.77c0-.55-.13-.97-.37-1.257-.24-.288-.61-.432-1.11-.432-.34 0-.67.127-1.01.38a4.37 4.37 0 0 0-.88.864V64h-1.04v-9.14h1.04v3.795c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.71.31.17.67.255 1.08.255.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.456-.22.153-.49.28-.79.381-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.786 1.786 0 0 0-.69-.584 1.862 1.862 0 0 0-.85-.203Zm10.37-3.682V64h-1.04v-1.08c-.22.34-.52.636-.9.89-.37.254-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.28-.8-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.28-.508.64-.897 1.11-1.168.46-.279.99-.419 1.56-.419.36 0 .73.09 1.11.267.38.17.7.406.97.71V54.86h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.864-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.07.305.39 0 .74-.102 1.05-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.218l-.01-1.22c-.26-.33-.55-.583-.85-.761-.3-.178-.64-.267-1.03-.267Zm10.28-.914v3.758c0 .559-.11 1.041-.35 1.447-.24.407-.56.72-.97.94-.4.22-.86.33-1.37.33-.5 0-.96-.11-1.37-.33-.4-.22-.73-.533-.96-.94-.24-.406-.36-.888-.36-1.447v-3.758h1.08v3.758c0 .55.16.974.48 1.27.33.287.71.431 1.13.431.43 0 .8-.144 1.12-.431.33-.297.5-.72.5-1.27v-3.758h1.07Zm3.01-2.793V64h-1.04v-9.14h1.04Zm4.78 2.666c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .89-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.29 3.29 0 0 1-1.18-1.206 3.387 3.387 0 0 1-.42-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.69 1.69 0 0 0-.68-.584 1.893 1.893 0 0 0-.85-.203Zm10.37-3.682V64h-1.04v-1.08c-.22.34-.52.636-.9.89s-.8.38-1.29.38c-.54 0-1.03-.135-1.48-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168.47-.279.99-.419 1.57-.419.36 0 .73.09 1.1.267.38.17.71.406.98.71V54.86h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.864-.17.355-.25.74-.25 1.155 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.218l-.01-1.22c-.27-.33-.55-.583-.86-.761a1.913 1.913 0 0 0-1.02-.267Zm11.76-1.04c.47 0 .87.076 1.21.228.34.144.57.275.7.394V59.2c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.1-.203-.44 0-.84.11-1.18.33-.33.212-.6.495-.78.85-.18.348-.27.729-.27 1.143 0 .407.09.787.27 1.143.18.347.45.63.78.85.34.212.74.318 1.18.318.43 0 .79-.064 1.1-.19.3-.136.57-.293.81-.47v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.387 3.387 0 0 1-.42-1.663c0-.6.14-1.155.42-1.663.29-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm6.73 0c.43 0 .83.097 1.18.291.36.187.64.474.85.864.22.38.32.863.32 1.447V64h-1.04l-.01-3.77c0-.55-.12-.97-.37-1.257-.24-.288-.61-.432-1.1-.432-.34 0-.68.127-1.02.38-.33.246-.62.534-.88.864V64h-1.04v-9.14h1.04v3.795c.14-.169.31-.338.52-.508.22-.177.45-.325.72-.444.27-.118.55-.178.83-.178Zm6.93 0c.37 0 .74.088 1.11.266.38.17.71.406.98.71v-.85h1.04V64h-1.04v-1.08c-.22.34-.52.636-.9.89s-.8.38-1.29.38c-.54 0-1.03-.135-1.48-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168.47-.279.99-.419 1.56-.419Zm.2 1.015c-.46 0-.85.114-1.17.343-.32.228-.57.524-.75.889a2.646 2.646 0 0 0 0 2.285c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.218l-.02-1.22c-.26-.33-.54-.587-.85-.774a1.87 1.87 0 0 0-1.02-.279Zm6.13-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.38.32.863.32 1.447V64h-1.05l-.01-3.77c0-.55-.12-.97-.37-1.257-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.38a4.32 4.32 0 0 0-.87.864V64H1111v-6.348h1.04Zm9-.127c.36 0 .73.09 1.1.267.38.17.71.406.98.71v-.85h1.04v6.221c0 .753-.15 1.38-.46 1.879-.3.5-.71.872-1.21 1.117a3.81 3.81 0 0 1-1.67.368c-.39 0-.72-.046-1-.14-.27-.084-.5-.194-.7-.33-.19-.126-.37-.25-.53-.368v-1.117c.12.093.29.212.49.356.21.152.46.287.75.406.3.118.63.178.99.178.42 0 .8-.076 1.14-.229.35-.152.63-.376.84-.673.21-.296.32-.651.32-1.066V62.92c-.22.338-.52.635-.9.889-.37.254-.8.38-1.28.38-.55 0-1.04-.135-1.49-.406-.45-.28-.81-.664-1.08-1.155-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.029c-.46 0-.85.114-1.17.343-.32.22-.57.511-.75.876-.17.355-.25.74-.25 1.155 0 .406.08.778.25 1.117.17.338.41.61.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.837.17-.356.26-.758.25-1.207l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.186-.64-.28-1.03-.28Zm7.7-1.029c.66 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.45.533.76.71.31.17.67.255 1.08.255.46 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.456-.23.153-.5.28-.8.381-.3.11-.61.165-.94.165-.64 0-1.22-.152-1.72-.457a3.452 3.452 0 0 1-1.18-1.206 3.38 3.38 0 0 1-.41-1.663c0-.6.13-1.155.39-1.663s.62-.914 1.08-1.219c.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.83c-.05-.415-.16-.754-.36-1.016a1.759 1.759 0 0 0-.68-.584 1.934 1.934 0 0 0-.86-.203Zm6.53-1.016c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.44 3.44 0 0 0-.72-.394 2.45 2.45 0 0 0-.94-.19c-.4 0-.7.093-.91.28-.19.186-.29.38-.29.583 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.38c.42.145.73.352.93.623.2.27.31.588.31.952 0 .355-.11.681-.31.978-.19.296-.47.533-.82.71-.35.17-.75.254-1.21.254-.25 0-.5-.033-.78-.101a5.11 5.11 0 0 1-.71-.216 3.956 3.956 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.09.94-.267.24-.178.36-.398.36-.66a.569.569 0 0 0-.24-.482 2.712 2.712 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.977 1.977 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Z"}),h.createElement("circle",{cx:898,cy:179.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M898 177V74"}),h.createElement("path",{fill:"black",d:"m800.672 163.494 3.974 8.506h-1.372l-.888-2.031h-3.987l-.901 2.031h-1.371l3.974-8.506h.571Zm-.267 1.93-1.536 3.466h3.047l-1.511-3.466Zm14.448.228v3.758c0 .559-.119 1.041-.356 1.447-.237.407-.559.72-.965.94a2.83 2.83 0 0 1-1.371.33 2.83 2.83 0 0 1-1.371-.33 2.449 2.449 0 0 1-.965-.94c-.237-.406-.355-.888-.355-1.447v-3.758h1.079v3.758c0 .55.161.973.482 1.27.33.287.707.431 1.13.431.423 0 .796-.144 1.117-.431.33-.297.495-.72.495-1.27v-3.758h1.08Zm3.859-.127a3.2 3.2 0 0 1 1.041.165c.322.102.554.208.698.318v1.117a3.338 3.338 0 0 0-.723-.394 2.422 2.422 0 0 0-.94-.19c-.398 0-.698.093-.901.279-.195.187-.292.381-.292.584 0 .161.055.326.165.495.118.161.321.292.609.394l1.067.381c.414.144.723.351.926.622.203.271.305.588.305.952 0 .356-.102.681-.305.978a2.06 2.06 0 0 1-.825.711c-.347.169-.749.253-1.206.253-.245 0-.504-.033-.774-.101a4.601 4.601 0 0 1-.711-.216 3.253 3.253 0 0 1-.47-.241v-1.117c.118.084.284.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.398 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.568.568 0 0 0-.241-.482c-.153-.119-.377-.233-.673-.343l-.94-.343c-.491-.186-.816-.419-.977-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.406-.356.948-.534 1.625-.534Zm6.157 0c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm5.675-.889v1.27c.245-.423.542-.762.889-1.016s.702-.381 1.066-.381c.245 0 .466.043.66.127v1.206a1.585 1.585 0 0 0-.812-.241c-.432 0-.783.153-1.054.457a6.692 6.692 0 0 0-.749 1.092V172h-1.041v-6.348h1.041Zm-31.713 13.172v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.203.622.136.152.343.228.622.228.254 0 .466-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.761.127-.542 0-.952-.16-1.232-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.28-.432.525-.96.737-1.587h.482Zm6.36 1.701c.364 0 .733.089 1.105.267.381.169.707.406.977.711v-.851h1.041V187h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.177-.364.262-.77.253-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm10.702-.889-2.945 2.768 3.11 3.58h-1.32l-2.514-2.895-.901.838V187h-1.041v-9.141h1.041v5.891l3.161-3.098h1.409Zm3.542-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.173.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.132-1.155.394-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm6.525-1.016c.373 0 .72.055 1.041.165.322.102.555.208.699.318v1.117a3.324 3.324 0 0 0-.724-.394 2.42 2.42 0 0 0-.939-.19c-.398 0-.699.093-.902.279-.194.187-.292.381-.292.584 0 .161.055.326.165.495.119.161.322.292.61.394l1.066.381c.415.144.724.351.927.622.203.271.304.588.304.952 0 .356-.101.681-.304.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.308 3.308 0 0 1-.47-.241v-1.117c.119.084.284.182.496.292.22.101.452.19.698.266.245.068.474.102.685.102.398 0 .711-.089.94-.267.237-.178.355-.398.355-.66a.566.566 0 0 0-.241-.482c-.152-.119-.377-.233-.673-.343l-.939-.343c-.491-.186-.817-.419-.978-.698a1.97 1.97 0 0 1-.241-.978c0-.541.203-.99.609-1.345.407-.356.948-.534 1.625-.534Zm9.966 0c.364 0 .732.089 1.105.267.381.169.706.406.977.711v-.851h1.041V187h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.31 2.31 0 0 0-.749.888c-.17.356-.254.741-.254 1.156 0 .406.084.783.254 1.13.169.338.406.609.711.812.313.203.672.305 1.079.305.389 0 .736-.102 1.041-.305.304-.203.546-.482.723-.838.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm7.96-1.016c.465 0 .867.077 1.206.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.091-.203-.449 0-.843.11-1.181.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.181.318.423 0 .787-.064 1.091-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.206.215-.644 0-1.215-.152-1.714-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.714-.457Zm5.37-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.343.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm4.76-1.219c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.868.868 0 0 1-.241-.596.84.84 0 0 1 .241-.597.827.827 0 0 1 .622-.267Zm.648 3.047V187h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.432 1.062.432 1.663a3.31 3.31 0 0 1-.432 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.139-1.155.419-1.663a3.324 3.324 0 0 1 1.18-1.219c.5-.304 1.071-.457 1.714-.457Zm0 1.016c-.448 0-.842.11-1.181.33-.338.212-.6.495-.787.851a2.478 2.478 0 0 0-.266 1.142c0 .407.089.787.266 1.143.187.347.449.63.787.85.339.212.733.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.212-.177.449-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V187h-1.041l-.012-3.771c0-.55-.123-.969-.368-1.256-.237-.288-.606-.432-1.105-.432-.338 0-.677.127-1.016.381-.33.245-.622.533-.876.863V187h-1.041v-6.348h1.041Z"}),h.createElement("path",{fill:"black",d:"M813.493 239.494V248h-.431l-5.523-6.081V248h-1.143v-8.506h.432l5.523 6.157v-6.157h1.142Zm5.345 2.031c.643 0 1.214.153 1.714.457.499.305.888.711 1.168 1.219.287.508.431 1.062.431 1.663a3.32 3.32 0 0 1-.431 1.663c-.28.5-.669.902-1.168 1.206-.5.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .85-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.331-.22-.724-.33-1.181-.33Zm11.451-1.016c.364 0 .732.089 1.105.267.38.169.706.406.977.711v-.851h1.041V248h-1.041v-1.079c-.22.338-.52.635-.901.889-.373.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.394-1.058-.394-1.701 0-.703.132-1.308.394-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.19 1.016c-.457 0-.846.114-1.167.343a2.321 2.321 0 0 0-.75.888 2.66 2.66 0 0 0-.253 1.156c0 .406.084.783.253 1.13.17.338.407.609.711.812.314.203.673.305 1.08.305.389 0 .736-.102 1.041-.305.304-.203.545-.482.723-.838.178-.364.263-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.893 1.893 0 0 0-1.029-.279Zm7.96-1.016c.466 0 .868.077 1.207.229.338.144.571.275.698.393v1.054a3.74 3.74 0 0 0-.813-.457c-.304-.135-.668-.203-1.092-.203-.448 0-.842.11-1.18.33a2.171 2.171 0 0 0-.787.851 2.466 2.466 0 0 0-.267 1.142c0 .407.089.787.267 1.143.186.347.448.63.787.85.338.212.732.318 1.18.318.424 0 .788-.064 1.092-.191.305-.135.576-.292.813-.469v1.053c-.127.127-.36.263-.698.407-.339.143-.741.215-1.207.215-.643 0-1.214-.152-1.713-.457a3.345 3.345 0 0 1-1.181-1.206 3.395 3.395 0 0 1-.419-1.663c0-.601.14-1.155.419-1.663a3.327 3.327 0 0 1 1.181-1.219c.499-.304 1.07-.457 1.713-.457Zm5.371-1.701v1.828h1.853v.978h-1.853v3.72c0 .262.067.469.203.622.135.152.342.228.622.228.254 0 .465-.029.635-.089.169-.067.317-.139.444-.215v.85a2.058 2.058 0 0 1-.546.317c-.186.085-.44.127-.762.127-.541 0-.952-.16-1.231-.482-.271-.33-.406-.766-.406-1.308v-3.77h-1.219v-.305c.415-.186.762-.491 1.041-.914.279-.432.525-.96.736-1.587h.483Zm4.76-1.219c.246 0 .449.089.61.267a.817.817 0 0 1 .254.597c0 .22-.085.419-.254.596a.787.787 0 0 1-.61.267.827.827 0 0 1-.622-.267.864.864 0 0 1-.241-.596c0-.229.08-.428.241-.597a.827.827 0 0 1 .622-.267Zm.648 3.047V248h-1.041v-5.37h-1.003v-.978h2.044Zm5.116-.127c.643 0 1.215.153 1.714.457a3.23 3.23 0 0 1 1.168 1.219c.288.508.431 1.062.431 1.663a3.31 3.31 0 0 1-.431 1.663c-.279.5-.669.902-1.168 1.206-.499.305-1.071.457-1.714.457s-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.139-1.155.418-1.663a3.334 3.334 0 0 1 1.181-1.219c.499-.304 1.071-.457 1.714-.457Zm0 1.016c-.449 0-.842.11-1.181.33a2.178 2.178 0 0 0-.787.851 2.465 2.465 0 0 0-.266 1.142c0 .407.088.787.266 1.143.186.347.449.63.787.85.339.212.732.318 1.181.318.457 0 .851-.106 1.181-.318a2.2 2.2 0 0 0 .774-.85 2.43 2.43 0 0 0 .279-1.143 2.38 2.38 0 0 0-.279-1.142 2.09 2.09 0 0 0-.774-.851c-.33-.22-.724-.33-1.181-.33Zm6.068-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.271-.118.55-.178.838-.178.431 0 .825.098 1.18.292.356.187.639.474.851.864.212.381.317.863.317 1.447V248h-1.041l-.012-3.771c0-.55-.123-.969-.369-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V248h-1.041v-6.348h1.041Zm8.278-.127a3.2 3.2 0 0 1 1.041.165c.321.102.554.208.698.318v1.117a3.324 3.324 0 0 0-.724-.394 2.417 2.417 0 0 0-.939-.19c-.398 0-.698.093-.902.279-.194.187-.292.381-.292.584 0 .161.056.326.166.495.118.161.321.292.609.394l1.066.381c.415.144.724.351.927.622.203.271.305.588.305.952 0 .356-.102.681-.305.978-.195.296-.47.533-.825.711-.347.169-.749.253-1.206.253a3.18 3.18 0 0 1-.775-.101 4.67 4.67 0 0 1-.711-.216 3.231 3.231 0 0 1-.469-.241v-1.117c.118.084.283.182.495.292.22.101.453.19.698.266.246.068.474.102.686.102.397 0 .711-.089.939-.267.237-.178.356-.398.356-.66a.567.567 0 0 0-.242-.482c-.152-.119-.376-.233-.672-.343l-.94-.343c-.491-.186-.817-.419-.977-.698a1.97 1.97 0 0 1-.242-.978c0-.541.203-.99.61-1.345.406-.356.948-.534 1.625-.534Zm-59.986 15c.364 0 .732.089 1.105.267.381.169.707.406.977.711v-.851h1.041V263h-1.041v-1.079c-.22.338-.52.635-.901.889-.372.253-.8.38-1.282.38a2.82 2.82 0 0 1-1.486-.406 3.09 3.09 0 0 1-1.079-1.155c-.262-.491-.393-1.058-.393-1.701 0-.703.131-1.308.393-1.816a2.886 2.886 0 0 1 1.105-1.168 2.977 2.977 0 0 1 1.561-.419Zm.191 1.016c-.457 0-.847.114-1.168.343a2.319 2.319 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.389 0 .736-.102 1.041-.305a2.11 2.11 0 0 0 .723-.838c.178-.364.263-.77.254-1.219l-.012-1.218a3.315 3.315 0 0 0-.851-.775 1.892 1.892 0 0 0-1.028-.279Zm6.132-.889v1.27a3.26 3.26 0 0 1 .888-1.016c.347-.254.703-.381 1.067-.381.245 0 .465.043.66.127v1.206a1.589 1.589 0 0 0-.813-.241c-.431 0-.783.153-1.053.457a6.63 6.63 0 0 0-.749 1.092V263h-1.041v-6.348h1.041Zm6.563-.127c.652 0 1.193.136 1.625.407.432.27.753.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .884-.114 1.282-.343a4.838 4.838 0 0 0 1.003-.774l-.013 1.13a2.557 2.557 0 0 1-.533.457 3.315 3.315 0 0 1-.8.38c-.296.11-.609.165-.939.165-.643 0-1.215-.152-1.714-.457a3.353 3.353 0 0 1-1.181-1.206 3.394 3.394 0 0 1-.418-1.663c0-.601.131-1.155.393-1.663a3.2 3.2 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.525 0-.956.178-1.295.533-.338.347-.55.77-.635 1.27h3.822c-.043-.415-.161-.754-.356-1.016a1.747 1.747 0 0 0-.685-.584 1.886 1.886 0 0 0-.851-.203Zm10.194-2.717v1.828h1.854v.978h-1.854v3.72c0 .262.068.469.204.622.135.152.342.228.622.228.254 0 .465-.029.634-.089.17-.067.318-.139.445-.215v.85a2.09 2.09 0 0 1-.546.317c-.186.085-.44.127-.762.127-.542 0-.952-.16-1.231-.482-.271-.33-.407-.766-.407-1.308v-3.77h-1.218v-.305c.414-.186.761-.491 1.041-.914.279-.432.524-.96.736-1.587h.482Zm6.361 1.701c.364 0 .732.089 1.104.267.381.169.707.406.978.711v-.851h1.041V263h-1.041v-1.079c-.22.338-.521.635-.902.889-.372.253-.799.38-1.282.38a2.816 2.816 0 0 1-1.485-.406 3.081 3.081 0 0 1-1.079-1.155c-.263-.491-.394-1.058-.394-1.701 0-.703.131-1.308.394-1.816a2.89 2.89 0 0 1 1.104-1.168 2.98 2.98 0 0 1 1.562-.419Zm.19 1.016c-.457 0-.846.114-1.168.343a2.328 2.328 0 0 0-.749.888 2.66 2.66 0 0 0-.254 1.156c0 .406.085.783.254 1.13.169.338.406.609.711.812a1.94 1.94 0 0 0 1.079.305c.39 0 .737-.102 1.041-.305a2.12 2.12 0 0 0 .724-.838c.178-.364.262-.77.254-1.219l-.013-1.218a3.311 3.311 0 0 0-.85-.775 1.895 1.895 0 0 0-1.029-.279Zm10.702-.889-2.945 2.768 3.11 3.58h-1.32l-2.514-2.895-.901.838V263h-1.041v-9.141h1.041v5.891l3.161-3.098h1.409Zm3.542-.127c.652 0 1.194.136 1.625.407.432.27.754.639.965 1.104.22.466.33.99.33 1.574v.622h-4.875c.051.356.174.682.368.978.195.296.449.533.762.711.313.169.673.254 1.079.254.457 0 .885-.114 1.282-.343a4.812 4.812 0 0 0 1.003-.774l-.012 1.13a2.593 2.593 0 0 1-.534.457 3.325 3.325 0 0 1-.799.38c-.297.11-.61.165-.94.165-.643 0-1.214-.152-1.714-.457a3.342 3.342 0 0 1-1.18-1.206 3.384 3.384 0 0 1-.419-1.663c0-.601.131-1.155.393-1.663a3.21 3.21 0 0 1 1.079-1.219 2.84 2.84 0 0 1 1.587-.457Zm0 1.016c-.524 0-.956.178-1.295.533-.338.347-.55.77-.634 1.27h3.821c-.042-.415-.161-.754-.356-1.016a1.74 1.74 0 0 0-.685-.584 1.883 1.883 0 0 0-.851-.203Zm5.675-.889v1.003c.136-.169.309-.338.521-.508.211-.177.448-.325.711-.444.27-.118.55-.178.837-.178.432 0 .826.098 1.181.292.356.187.639.474.851.864.211.381.317.863.317 1.447V263h-1.041l-.013-3.771c0-.55-.122-.969-.368-1.256-.237-.288-.605-.432-1.104-.432-.339 0-.677.127-1.016.381-.33.245-.622.533-.876.863V263h-1.041v-6.348h1.041Z"}),h.createElement("path",{fill:"#615BC2",d:"m1103.67 207.494 3.98 8.506h-1.38l-.88-2.031h-3.99l-.9 2.031h-1.37l3.97-8.506h.57Zm-.26 1.93-1.54 3.466h3.05l-1.51-3.466Zm14.44.228v3.758c0 .559-.12 1.041-.35 1.447-.24.407-.56.72-.97.94-.4.22-.86.33-1.37.33-.51 0-.96-.11-1.37-.33-.41-.22-.73-.533-.96-.94-.24-.406-.36-.888-.36-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.71.431 1.13.431.42 0 .8-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm3.86-.127c.37 0 .72.055 1.04.165.32.102.56.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.9.279-.2.187-.3.381-.3.584 0 .161.06.326.17.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.92.622.21.271.31.588.31.952 0 .356-.1.681-.31.978-.19.296-.47.533-.82.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.27-.059-.5-.131-.71-.216a2.787 2.787 0 0 1-.47-.241v-1.117c.11.084.28.182.49.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .72-.089.94-.267.24-.178.36-.398.36-.66a.568.568 0 0 0-.24-.482c-.15-.119-.38-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.94-.534 1.62-.534Zm6.16 0c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.33.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.67-.889v1.27c.25-.423.55-.762.89-1.016.35-.254.71-.381 1.07-.381.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm16.09 0-2.22 6.348h-.65l-1.74-4.481-1.74 4.481h-.65l-2.22-6.348h1.25l1.41 4.456 1.66-4.456h.58l1.67 4.456 1.4-4.456h1.25Zm2.28-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm4-1.828v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.63.228.25 0 .46-.029.63-.089.17-.067.32-.139.44-.215v.85c-.16.136-.35.241-.54.317-.19.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.28-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.31.863.31 1.447V216h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V216h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm9.87-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.86 1.701c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.34.245-.63.533-.88.863V216h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm9.48-.889v1.27c.25-.423.55-.762.89-1.016.35-.254.7-.381 1.07-.381.24 0 .46.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.44 0-.79.153-1.06.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm6.57-.127c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm7.25-1.016c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04v9.395h-1.04v-4.126c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419Zm.19 1.029c-.46 0-.85.114-1.17.342-.32.221-.57.513-.75.876-.17.356-.25.741-.25 1.156 0 .406.08.778.25 1.117.17.338.41.609.71.812.31.204.67.305 1.08.305.39 0 .74-.101 1.04-.305.31-.203.55-.482.72-.837.18-.356.27-.758.26-1.207l-.01-1.218c-.27-.33-.55-.584-.86-.762a1.848 1.848 0 0 0-1.02-.279Zm10.28-.902v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.23-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.71.431 1.13.431.42 0 .79-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm2.98-3.047c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm3.29 0v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V216h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm10.37-3.682V216h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419c.36 0 .73.089 1.11.267.38.169.7.406.97.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.84.115-1.17.343-.32.22-.57.508-.75.863-.16.356-.25.741-.25 1.156 0 .406.09.783.25 1.13.17.338.41.609.72.812.31.203.67.305 1.07.305.39 0 .74-.102 1.05-.305.3-.203.54-.482.72-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.178-.64-.267-1.03-.267Zm12.13-1.041c.55 0 1.04.136 1.48.407.45.262.8.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828-.27.516-.63.918-1.09 1.206-.46.288-.98.431-1.57.431-.36 0-.73-.097-1.11-.292-.38-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.3-.356Zm-.17 1.016c-.38 0-.73.097-1.04.292a1.95 1.95 0 0 0-.72.813c-.17.338-.26.736-.26 1.193l.01 1.219c.28.33.56.601.86.812.29.203.63.305 1.02.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.18-.381.26-.774.26-1.18 0-.415-.08-.783-.25-1.105-.17-.33-.41-.592-.71-.787a1.961 1.961 0 0 0-1.08-.292Zm7.45-1.016c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.68-.889v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.52.669-.75 1.092V216h-1.04v-6.348h1.04Zm4.99 0v.813c.2-.229.46-.44.77-.635.32-.203.7-.305 1.13-.305.46 0 .89.11 1.28.33.4.212.71.534.92.965.29-.355.62-.66.96-.914a2.03 2.03 0 0 1 1.22-.381c.43 0 .83.098 1.21.292.38.187.68.474.91.864.24.381.36.863.36 1.447V216h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.36 0-.68.114-.95.343a5.49 5.49 0 0 0-.77.8V216h-1.04l-.02-3.771c0-.55-.14-.969-.43-1.256-.28-.288-.67-.432-1.17-.432-.34 0-.66.102-.95.305-.28.203-.54.448-.77.736V216h-1.04v-6.348h1.04Zm11.74-3.047c.25 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.78.78 0 0 1-.61.267.815.815 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.815.815 0 0 1 .62-.267Zm.65 3.047V216h-1.04v-5.37h-1.01v-.978h2.05Zm4.14-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm5.43 0c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.91.279-.19.187-.29.381-.29.584 0 .161.06.326.17.495.12.161.32.292.61.394l1.06.381c.42.144.73.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.19.296-.47.533-.83.711-.34.169-.74.253-1.2.253-.25 0-.5-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.9 3.9 0 0 1-.47-.241v-1.117c.12.084.29.182.5.292.22.101.45.19.7.266.24.068.47.102.68.102.4 0 .71-.089.94-.267.24-.178.36-.398.36-.66a.568.568 0 0 0-.24-.482 2.695 2.695 0 0 0-.68-.343l-.94-.343c-.49-.186-.81-.419-.97-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.6-1.345.41-.356.95-.534 1.63-.534Zm4.56-2.92c.24 0 .45.089.61.267a.81.81 0 0 1 .25.597c0 .22-.08.419-.25.596a.794.794 0 0 1-.61.267.8.8 0 0 1-.62-.267.835.835 0 0 1-.25-.596.81.81 0 0 1 .25-.597.8.8 0 0 1 .62-.267Zm.64 3.047V216h-1.04v-5.37h-1v-.978h2.04Zm5.12-.127c.64 0 1.22.153 1.71.457.5.305.89.711 1.17 1.219.29.508.43 1.062.43 1.663s-.14 1.156-.43 1.663c-.28.5-.67.902-1.17 1.206-.49.305-1.07.457-1.71.457-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663.28-.508.68-.914 1.18-1.219.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.17.347-.26.728-.26 1.142 0 .407.09.787.26 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.851c-.33-.22-.72-.33-1.18-.33Zm6.07-.889v1.003c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.33.245-.63.533-.88.863V216h-1.04v-6.348h1.04Zm8.28-.127c.37 0 .72.055 1.04.165.32.102.55.208.7.318v1.117a3.315 3.315 0 0 0-.73-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.33.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.2.253-.25 0-.51-.033-.78-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.5.292.22.101.45.19.69.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.24-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.21-.99.61-1.345.41-.356.95-.534 1.63-.534Zm10.22 0c.46 0 .86.077 1.2.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457a2.701 2.701 0 0 0-1.09-.203c-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.23 0c.36 0 .73.089 1.1.267.39.169.71.406.98.711v-.851h1.04V216h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.18-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .83.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V216h-1.04l-.01-3.771c0-.55-.13-.969-.37-1.256-.24-.288-.61-.432-1.11-.432-.33 0-.67.127-1.01.381-.33.245-.62.533-.88.863V216h-1.04v-6.348h1.04Zm-238.56 15.873c.37 0 .74.089 1.11.267.38.169.71.406.98.711v-.851h1.04V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155 3.584 3.584 0 0 1-.4-1.701c0-.703.14-1.308.4-1.816.27-.508.64-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.016c-.45 0-.84.114-1.16.343-.32.228-.57.525-.75.888a2.65 2.65 0 0 0 0 2.286c.17.338.4.609.71.812.31.203.67.305 1.08.305.39 0 .73-.102 1.04-.305.3-.203.54-.482.72-.838.18-.364.26-.77.26-1.219l-.02-1.218c-.26-.33-.54-.588-.85-.775a1.882 1.882 0 0 0-1.03-.279Zm8.32-1.016c.55 0 1.05.136 1.49.407.44.262.8.634 1.06 1.117.27.474.41 1.032.41 1.676 0 .694-.14 1.303-.41 1.828-.26.516-.62.918-1.09 1.206-.46.288-.98.431-1.56.431-.37 0-.74-.097-1.12-.292a3.344 3.344 0 0 1-.96-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.51-.622.89-.85.38-.237.81-.356 1.29-.356Zm-.16 1.016c-.39 0-.73.097-1.05.292-.3.195-.54.466-.72.813-.17.338-.25.736-.25 1.193l.01 1.219c.27.33.55.601.85.812.3.203.64.305 1.03.305.46 0 .84-.119 1.17-.356.32-.237.56-.541.73-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.25-1.105-.17-.33-.41-.592-.72-.787-.3-.195-.66-.292-1.07-.292Zm8.06-1.016c.55 0 1.04.136 1.48.407.45.262.81.634 1.07 1.117.27.474.4 1.032.4 1.676 0 .694-.13 1.303-.4 1.828a2.98 2.98 0 0 1-1.09 1.206c-.46.288-.98.431-1.56.431-.37 0-.74-.097-1.12-.292-.37-.194-.7-.444-.97-.749v3.898h-1.04v-9.395h1.04v1.079c.22-.338.52-.622.89-.85.38-.237.81-.356 1.3-.356Zm-.17 1.016c-.38 0-.73.097-1.04.292-.3.195-.55.466-.72.813-.17.338-.26.736-.26 1.193l.02 1.219c.27.33.55.601.85.812.29.203.64.305 1.02.305.46 0 .85-.119 1.17-.356.32-.237.57-.541.74-.914.18-.381.27-.774.27-1.18 0-.415-.09-.783-.26-1.105-.17-.33-.4-.592-.71-.787-.3-.195-.66-.292-1.08-.292Zm5.88-3.682V232h-1.04v-9.141h1.04Zm2.51 2.793 2.22 4.672 2.16-4.672h1.25l-4.67 9.395h-1.21l1.81-3.428-2.8-5.967h1.24Zm7.34 4.85 1.04.355-1.14 3.39-.79-.203.89-3.542Zm7.99-4.85v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.27.305-.52.669-.75 1.092V232h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.19.136 1.62.407.44.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.06.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.56.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm6.53-1.016c.37 0 .71.055 1.04.165.32.102.55.208.69.318v1.117a3.004 3.004 0 0 0-.72-.394 2.41 2.41 0 0 0-.94-.19c-.4 0-.7.093-.9.279-.19.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.93.622.2.271.3.588.3.952 0 .356-.1.681-.3.978-.2.296-.47.533-.83.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.48.102.69.102.4 0 .71-.089.94-.267.23-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.37-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.41-.356.95-.534 1.63-.534Zm6.41 0c.46 0 .86.077 1.2.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457a2.701 2.701 0 0 0-1.09-.203c-.45 0-.85.11-1.18.33-.34.212-.61.495-.79.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.45.63.79.85.33.212.73.318 1.18.318.42 0 .78-.064 1.09-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.63.474.85.864.21.381.31.863.31 1.447V232h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.05v-9.141h1.05v3.796c.13-.169.3-.338.52-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.84-.178Zm6.93 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm10.37-3.682V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.38.253-.8.38-1.29.38-.54 0-1.03-.135-1.48-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.1-1.168a3.01 3.01 0 0 1 1.57-.419c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-3.644h1.04Zm-2.93 3.707c-.46 0-.85.115-1.17.343-.32.22-.57.508-.75.863-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.31.203.67.305 1.08.305.39 0 .74-.102 1.04-.305.3-.203.55-.482.72-.838.18-.364.27-.77.26-1.219l-.02-1.218c-.26-.33-.54-.584-.85-.762a1.91 1.91 0 0 0-1.02-.267Zm10.28-.914v3.758c0 .559-.12 1.041-.36 1.447-.23.407-.55.72-.96.94-.41.22-.86.33-1.37.33-.51 0-.97-.11-1.37-.33-.41-.22-.73-.533-.97-.94-.24-.406-.35-.888-.35-1.447v-3.758h1.08v3.758c0 .55.16.973.48 1.27.33.287.7.431 1.13.431.42 0 .79-.144 1.12-.431.33-.297.49-.72.49-1.27v-3.758h1.08Zm3.01-2.793V232h-1.04v-9.141h1.04Zm4.77 2.666c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38a2.6 2.6 0 0 1-.93.165c-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663a3.22 3.22 0 0 1 1.07-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm11.31-1.016c.65 0 1.22.153 1.72.457.5.305.89.711 1.16 1.219a3.3 3.3 0 0 1 .44 1.663c0 .601-.15 1.156-.44 1.663-.27.5-.66.902-1.16 1.206-.5.305-1.07.457-1.72.457-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm0 1.016c-.45 0-.84.11-1.18.33-.34.212-.6.495-.78.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.44.63.78.85.34.212.73.318 1.18.318.46 0 .85-.106 1.18-.318.34-.22.6-.503.78-.85.18-.356.28-.736.28-1.143 0-.414-.1-.795-.28-1.142a2.104 2.104 0 0 0-.78-.851c-.33-.22-.72-.33-1.18-.33Zm6.07-.889v1.27c.25-.423.54-.762.89-1.016s.7-.381 1.07-.381c.24 0 .46.043.66.127v1.206c-.27-.16-.55-.241-.82-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V232h-1.04v-6.348h1.04Zm8.8 0v1.27c.24-.423.54-.762.89-1.016.34-.254.7-.381 1.06-.381.25 0 .47.043.66.127v1.206c-.27-.16-.54-.241-.81-.241-.43 0-.78.153-1.05.457-.26.305-.51.669-.75 1.092V232h-1.04v-6.348h1.04Zm6.56-.127c.65 0 1.2.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.37.978.19.296.44.533.76.711.31.169.67.254 1.08.254.45 0 .88-.114 1.28-.343.4-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.4-1.663.26-.508.62-.914 1.08-1.219.46-.304.99-.457 1.58-.457Zm0 1.016c-.52 0-.95.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm5.47-3.936c.25 0 .45.089.61.267a.82.82 0 0 1 .26.597c0 .22-.09.419-.26.596a.78.78 0 0 1-.61.267.83.83 0 0 1-.62-.267.867.867 0 0 1-.24-.596.84.84 0 0 1 .24-.597.83.83 0 0 1 .62-.267Zm.68 3.047v6.323c0 .854-.2 1.544-.6 2.069-.39.525-.92.922-1.59 1.193l-.47-.939c.56-.271.97-.571 1.22-.902.27-.33.4-.753.4-1.269v-5.497h-1.01v-.978h2.05Zm4.77-.127c.65 0 1.19.136 1.63.407.43.27.75.639.96 1.104.22.466.33.99.33 1.574v.622h-4.87c.05.356.17.682.36.978.2.296.45.533.77.711.31.169.67.254 1.07.254.46 0 .89-.114 1.29-.343.39-.237.73-.495 1-.774l-.01 1.13c-.12.143-.3.296-.54.457-.22.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663.27-.508.63-.914 1.08-1.219.47-.304 1-.457 1.59-.457Zm0 1.016c-.52 0-.96.178-1.29.533-.34.347-.55.77-.64 1.27h3.82c-.04-.415-.16-.754-.35-1.016a1.789 1.789 0 0 0-.69-.584 1.867 1.867 0 0 0-.85-.203Zm7.5-1.016c.47 0 .87.077 1.21.229.34.144.57.275.7.393v1.054c-.24-.178-.51-.33-.81-.457-.31-.135-.67-.203-1.1-.203-.44 0-.84.11-1.18.33-.34.212-.6.495-.78.851-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.18.347.44.63.78.85a2.2 2.2 0 0 0 1.18.318c.43 0 .79-.064 1.1-.191.3-.135.57-.292.81-.469v1.053c-.13.127-.36.263-.7.407-.34.143-.74.215-1.21.215-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.71-.457Zm5.37-1.701v1.828h1.86v.978h-1.86v3.72c0 .262.07.469.21.622.13.152.34.228.62.228.25 0 .46-.029.63-.089.17-.067.32-.139.45-.215v.85c-.17.136-.35.241-.55.317-.18.085-.44.127-.76.127-.54 0-.95-.16-1.23-.482-.27-.33-.41-.766-.41-1.308v-3.77h-1.22v-.305c.42-.186.77-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm9.31 0v1.828h1.85v.978h-1.85v3.72c0 .262.07.469.2.622.14.152.35.228.62.228.26 0 .47-.029.64-.089.17-.067.32-.139.44-.215v.85c-.17.136-.35.241-.54.317-.19.085-.44.127-.76.127-.55 0-.96-.16-1.24-.482-.27-.33-.4-.766-.4-1.308v-3.77h-1.22v-.305c.41-.186.76-.491 1.04-.914.28-.432.53-.96.74-1.587h.48Zm6.85 1.701c.44 0 .83.098 1.19.292.35.187.63.474.85.864.21.381.31.863.31 1.447V232h-1.04l-.01-3.771c0-.55-.12-.969-.37-1.256-.24-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.05v-9.141h1.05v3.796c.13-.169.3-.338.52-.508a2.9 2.9 0 0 1 .71-.444c.27-.118.55-.178.83-.178Zm6.94 0c.65 0 1.19.136 1.62.407.43.27.75.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.17.682.37.978.19.296.45.533.76.711.31.169.67.254 1.08.254.46 0 .88-.114 1.28-.343.4-.237.73-.495 1.01-.774l-.02 1.13c-.12.143-.29.296-.53.457-.23.152-.5.279-.8.38-.3.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457a3.28 3.28 0 0 1-1.18-1.206 3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304.99-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm11.31-1.016c.46 0 .87.077 1.2.229.34.144.58.275.7.393v1.054a3.67 3.67 0 0 0-.81-.457c-.3-.135-.67-.203-1.09-.203-.45 0-.84.11-1.18.33a2.2 2.2 0 0 0-.79.851c-.18.347-.27.728-.27 1.142 0 .407.09.787.27 1.143.19.347.45.63.79.85.34.212.73.318 1.18.318.42 0 .79-.064 1.09-.191.3-.135.58-.292.81-.469v1.053c-.12.127-.36.263-.7.407-.33.143-.74.215-1.2.215-.65 0-1.22-.152-1.72-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.14-1.155.42-1.663a3.34 3.34 0 0 1 1.18-1.219c.5-.304 1.07-.457 1.72-.457Zm6.73 0c.43 0 .82.098 1.18.292.35.187.64.474.85.864.21.381.32.863.32 1.447V232h-1.05l-.01-3.771c0-.55-.12-.969-.37-1.256-.23-.288-.6-.432-1.1-.432-.34 0-.68.127-1.02.381-.33.245-.62.533-.87.863V232h-1.04v-9.141h1.04v3.796c.13-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178Zm6.93 0c.36 0 .73.089 1.1.267.38.169.71.406.98.711v-.851h1.04V232h-1.04v-1.079c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.55 0-1.04-.135-1.49-.406a3.068 3.068 0 0 1-1.08-1.155c-.26-.491-.39-1.058-.39-1.701 0-.703.13-1.308.39-1.816.27-.508.64-.897 1.11-1.168.46-.279.98-.419 1.56-.419Zm.19 1.016c-.46 0-.85.114-1.17.343-.32.228-.57.525-.75.888-.17.356-.25.741-.25 1.156 0 .406.08.783.25 1.13.17.338.41.609.71.812.32.203.68.305 1.08.305.39 0 .74-.102 1.04-.305.31-.203.55-.482.73-.838.17-.364.26-.77.25-1.219l-.01-1.218c-.26-.33-.55-.588-.85-.775-.3-.186-.64-.279-1.03-.279Zm6.13-.889v1.003c.14-.169.31-.338.52-.508.21-.177.45-.325.71-.444.27-.118.55-.178.84-.178.43 0 .82.098 1.18.292.36.187.64.474.85.864.21.381.32.863.32 1.447V232h-1.04l-.02-3.771c0-.55-.12-.969-.36-1.256-.24-.288-.61-.432-1.11-.432-.34 0-.68.127-1.01.381-.33.245-.63.533-.88.863V232h-1.04v-6.348h1.04Zm9-.127c.37 0 .73.089 1.11.267.38.169.7.406.97.711v-.851h1.04v6.221c0 .753-.15 1.38-.45 1.879-.31.499-.71.872-1.22 1.117a3.76 3.76 0 0 1-1.66.368c-.39 0-.73-.046-1.01-.139-.27-.085-.5-.195-.7-.33-.19-.127-.37-.25-.53-.369v-1.117c.13.093.29.212.5.356.21.152.46.287.75.406.29.118.62.178.99.178.41 0 .79-.076 1.14-.229.35-.152.62-.376.84-.673.21-.296.31-.651.31-1.066v-1.333c-.22.338-.52.635-.9.889-.37.253-.8.38-1.28.38-.54 0-1.04-.135-1.49-.406-.44-.279-.8-.664-1.07-1.155s-.4-1.058-.4-1.701c0-.703.13-1.308.4-1.816s.63-.897 1.1-1.168a3 3 0 0 1 1.56-.419Zm.19 1.029c-.46 0-.84.114-1.17.342-.32.221-.57.513-.75.876-.16.356-.25.741-.25 1.156 0 .406.09.778.25 1.117.17.338.41.609.72.812.31.204.67.305 1.07.305.39 0 .74-.101 1.05-.305.3-.203.54-.482.72-.837.18-.356.26-.758.25-1.207l-.01-1.218c-.26-.33-.55-.584-.85-.762-.3-.186-.64-.279-1.03-.279Zm7.71-1.029c.65 0 1.19.136 1.62.407.43.27.76.639.97 1.104.22.466.33.99.33 1.574v.622h-4.88c.05.356.18.682.37.978.2.296.45.533.76.711.32.169.68.254 1.08.254.46 0 .89-.114 1.28-.343.4-.237.74-.495 1.01-.774l-.02 1.13c-.11.143-.29.296-.53.457-.23.152-.49.279-.8.38-.29.11-.61.165-.94.165-.64 0-1.21-.152-1.71-.457-.5-.304-.89-.706-1.18-1.206a3.385 3.385 0 0 1-.42-1.663c0-.601.13-1.155.39-1.663s.62-.914 1.08-1.219c.47-.304 1-.457 1.59-.457Zm0 1.016c-.53 0-.96.178-1.3.533-.34.347-.55.77-.63 1.27h3.82c-.04-.415-.16-.754-.36-1.016a1.693 1.693 0 0 0-.68-.584 1.898 1.898 0 0 0-.85-.203Zm6.52-1.016c.38 0 .72.055 1.04.165.33.102.56.208.7.318v1.117a3.457 3.457 0 0 0-.72-.394c-.31-.127-.62-.19-.94-.19-.4 0-.7.093-.9.279-.2.187-.29.381-.29.584 0 .161.05.326.16.495.12.161.32.292.61.394l1.07.381c.41.144.72.351.92.622.21.271.31.588.31.952 0 .356-.1.681-.31.978-.19.296-.47.533-.82.711-.35.169-.75.253-1.21.253-.24 0-.5-.033-.77-.101-.26-.059-.5-.131-.71-.216a3.253 3.253 0 0 1-.47-.241v-1.117c.12.084.28.182.49.292.22.101.46.19.7.266.25.068.47.102.69.102.39 0 .71-.089.94-.267.23-.178.35-.398.35-.66a.568.568 0 0 0-.24-.482c-.15-.119-.38-.233-.67-.343l-.94-.343c-.49-.186-.82-.419-.98-.698a1.98 1.98 0 0 1-.24-.978c0-.541.2-.99.61-1.345.4-.356.95-.534 1.62-.534Z"}),h.createElement("circle",{cx:1193,cy:332.997,r:5,fill:"#6C65E5",stroke:"#F7F7FA",strokeWidth:2}),h.createElement("path",{stroke:"#6C65E5",strokeLinecap:"round",strokeWidth:1.5,d:"M1193 330v-86"}),h.createElement("circle",{cx:910,cy:311,r:5,fill:"#202021",stroke:"#F7F7FA",strokeWidth:2,transform:"rotate(-180 910 311)"}),h.createElement("path",{stroke:"#202021",strokeLinecap:"round",strokeWidth:1.5,d:"M910 314v35"}),h.createElement("rect",{width:93,height:23,x:964.5,y:123.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:964.5,y:123.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip5_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m984.25 138.128-2.603-2.603a.747.747 0 1 0-1.057 1.058l3.135 3.135a.747.747 0 0 0 1.057 0l7.935-7.935a.747.747 0 1 0-1.057-1.058l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m1004.21 131.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.914l3.654-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V139h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V139h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V139h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),h.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,fill:"#FFF2F3",rx:3.5}),h.createElement("rect",{width:93,height:23,x:1072.5,y:321.5,stroke:"#FEB0B7",rx:3.5}),h.createElement("g",{clipPath:"url(#clip6_20382_240644)"},h.createElement("path",{fill:"#D93644",d:"M1088 325.5c-4.14 0-7.5 3.36-7.5 7.5 0 4.14 3.36 7.5 7.5 7.5 4.14 0 7.5-3.36 7.5-7.5 0-4.14-3.36-7.5-7.5-7.5Zm0 8.25a.754.754 0 0 1-.75-.75v-3c0-.413.34-.75.75-.75s.75.337.75.75v3c0 .413-.34.75-.75.75Zm.75 3h-1.5v-1.5h1.5v1.5Z"})),h.createElement("path",{fill:"#D11525",d:"M1104.36 328.996c.45 0 .87.063 1.24.188.38.125.69.269.95.433v1.606a8.873 8.873 0 0 0-.9-.481 2.59 2.59 0 0 0-1.09-.222c-.2 0-.41.031-.61.093-.2.063-.36.157-.49.282a.633.633 0 0 0-.19.48c0 .258.11.453.34.586.23.133.5.266.83.398l.96.399c.55.234.95.519 1.21.855.26.336.39.719.39 1.149 0 .468-.14.883-.41 1.242-.27.351-.63.629-1.08.832a3.56 3.56 0 0 1-1.49.305c-.46 0-.9-.079-1.32-.235a4.597 4.597 0 0 1-1.11-.574v-1.605c.35.25.73.461 1.14.632.41.172.86.258 1.32.258.33 0 .61-.062.85-.187.23-.133.35-.328.35-.586 0-.203-.1-.367-.29-.492-.19-.133-.4-.243-.62-.329l-1.21-.468c-.61-.235-1.02-.539-1.24-.914a2.593 2.593 0 0 1-.32-1.266c0-.477.13-.891.39-1.242.26-.36.61-.637 1.03-.832.42-.203.88-.305 1.37-.305Zm6.71 1.934c.44 0 .8.07 1.08.211.28.14.51.277.67.41v1.371c-.2-.149-.43-.274-.69-.375-.25-.102-.56-.152-.93-.152-.29 0-.57.074-.83.222a1.71 1.71 0 0 0-.6.598c-.15.25-.22.535-.22.855 0 .485.16.883.47 1.196.31.312.71.468 1.18.468.37 0 .68-.046.93-.14.26-.102.49-.227.69-.375v1.359c-.16.141-.39.277-.67.41-.28.125-.64.188-1.08.188-.6 0-1.13-.141-1.6-.422a3.237 3.237 0 0 1-1.1-1.137 3.08 3.08 0 0 1-.4-1.547c0-.414.07-.808.22-1.183.16-.375.38-.707.66-.996.28-.297.61-.532.98-.703.38-.172.8-.258 1.24-.258Zm6.36 0c.6 0 1.1.203 1.51.609.4.406.61 1.016.61 1.828V337h-1.49l-.01-3.434c0-.398-.1-.695-.3-.89-.18-.196-.45-.293-.78-.293-.27 0-.52.086-.75.258-.23.171-.42.375-.59.609V337h-1.49v-8.438h1.49v3.364c.18-.242.42-.469.73-.68.31-.211.67-.316 1.07-.316Zm6.42 0c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.22.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.58.961.32.242.7.363 1.15.363.43 0 .82-.086 1.17-.258.36-.172.64-.347.85-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.22.246-.58 0-1.12-.133-1.6-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.38-1.582a3.13 3.13 0 0 1 1.07-1.148c.45-.297.97-.445 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.43.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V337h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.47 0-.91-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.8.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.27.312.63.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Zm10.04-1.313v3.527c0 .524-.12.977-.36 1.36-.23.375-.55.664-.96.867-.4.203-.85.305-1.36.305-.51 0-.97-.102-1.38-.305-.4-.203-.71-.492-.95-.867a2.687 2.687 0 0 1-.34-1.36v-3.527h1.5l.01 3.258c0 .461.11.805.32 1.031.21.227.49.34.84.34s.62-.113.84-.34c.21-.226.32-.57.32-1.031v-3.258h1.52Zm3.18-2.52V337h-1.48v-8.438h1.48Zm4.41 2.368c.58 0 1.07.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.27.719.59.961.31.242.69.363 1.14.363.43 0 .82-.086 1.18-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.85.504-.36.164-.77.246-1.21.246-.59 0-1.13-.133-1.61-.399a3.122 3.122 0 0 1-1.15-1.089c-.28-.461-.42-.989-.42-1.583 0-.578.13-1.105.39-1.582.25-.476.61-.859 1.06-1.148a2.78 2.78 0 0 1 1.55-.445Zm-.04 1.3c-.36 0-.67.114-.92.34-.25.227-.42.532-.52.914h2.84c-.03-.422-.19-.734-.47-.937a1.51 1.51 0 0 0-.93-.317Zm9.81-3.668V337h-1.49v-.996c-.17.32-.42.598-.75.832-.32.226-.71.34-1.14.34-.48 0-.92-.121-1.33-.364-.4-.242-.72-.593-.96-1.054-.24-.461-.36-1.02-.36-1.676 0-.656.12-1.219.36-1.687.25-.469.58-.829 1-1.079.42-.257.88-.386 1.39-.386.32 0 .65.074.97.222.33.149.61.348.82.598v-3.188h1.49Zm-2.97 3.833c-.32 0-.59.082-.81.246a1.65 1.65 0 0 0-.52.621c-.12.25-.19.523-.19.82 0 .445.14.824.4 1.137.28.312.64.469 1.08.469.27 0 .51-.071.74-.211.23-.141.42-.336.56-.586.15-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527c-.24-.133-.5-.199-.79-.199Z"}),h.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:1255.5,y:276.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip7_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m1275.25 291.128-2.6-2.603a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.13 3.135a.75.75 0 0 0 1.06 0l7.94-7.935a.752.752 0 0 0 0-1.058.75.75 0 0 0-1.06 0l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m1295.21 284.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.91l3.65-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V292h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V292h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V292h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),h.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,fill:"#F4FAEB",rx:3.5}),h.createElement("rect",{width:93,height:23,x:1072.5,y:281.5,stroke:"#B0D182",rx:3.5}),h.createElement("g",{clipPath:"url(#clip8_20382_240644)"},h.createElement("path",{fill:"#68A611",d:"m1092.25 296.128-2.6-2.603a.75.75 0 0 0-1.06 0 .752.752 0 0 0 0 1.058l3.13 3.135a.75.75 0 0 0 1.06 0l7.94-7.935a.752.752 0 0 0 0-1.058.75.75 0 0 0-1.06 0l-7.41 7.403Z"})),h.createElement("path",{fill:"#3B6600",d:"m1112.21 289.09 3.66 7.91h-1.91l-.6-1.465h-3.11l-.59 1.465h-1.91l3.65-7.91h.81Zm-.4 2.66-.98 2.402h1.97l-.99-2.402Zm8.48-.82c.46 0 .9.121 1.3.363.4.234.73.582.97 1.043.25.453.37 1.008.37 1.664 0 .656-.12 1.223-.37 1.699-.24.477-.58.844-1 1.102-.41.25-.87.375-1.38.375-.33 0-.66-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.32-.227.71-.34 1.15-.34Zm-.38 1.488c-.27 0-.52.07-.75.211-.23.133-.43.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.43.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.4-.375.53-.633.12-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm7.83-1.488c.47 0 .9.121 1.3.363.41.234.73.582.97 1.043.25.453.38 1.008.38 1.664 0 .656-.13 1.223-.38 1.699-.24.477-.57.844-.99 1.102-.42.25-.88.375-1.39.375-.33 0-.65-.078-.98-.235a2.817 2.817 0 0 1-.81-.609v3.48h-1.49v-8.73h1.49v.996c.17-.32.42-.59.75-.808.33-.227.71-.34 1.15-.34Zm-.38 1.488c-.26 0-.51.07-.75.211-.23.133-.42.324-.57.574-.14.25-.21.551-.2.902v.856c.21.219.44.402.68.551.25.14.52.211.81.211.3 0 .57-.082.79-.246.23-.165.41-.375.53-.633.13-.266.19-.547.19-.844 0-.445-.14-.82-.41-1.125-.27-.305-.62-.457-1.07-.457Zm5.93-3.856V297h-1.49v-8.438h1.49Zm3.06-.562c.28 0 .53.102.73.305a.974.974 0 0 1 0 1.406.997.997 0 0 1-.73.305 1.014 1.014 0 0 1-1.02-1.008c0-.274.1-.508.29-.703.21-.203.45-.305.73-.305Zm.87 3.082V297h-1.49v-4.652h-.95v-1.266h2.44Zm4.46-.152c.58 0 1.08.125 1.49.375.42.25.74.597.96 1.043.23.437.34.945.34 1.523v.633h-4.29c.08.398.28.719.59.961.31.242.69.363 1.15.363.43 0 .82-.086 1.17-.258.35-.172.63-.347.84-.527l-.01 1.383c-.19.164-.47.332-.84.504-.37.164-.78.246-1.22.246-.59 0-1.12-.133-1.61-.399a3.094 3.094 0 0 1-1.14-1.089c-.29-.461-.43-.989-.43-1.583 0-.578.13-1.105.39-1.582a3.05 3.05 0 0 1 1.07-1.148c.45-.297.97-.445 1.54-.445Zm-.03 1.3c-.37 0-.68.114-.93.34-.25.227-.42.532-.51.914h2.83c-.03-.422-.18-.734-.47-.937a1.503 1.503 0 0 0-.92-.317Zm9.81-3.668V297h-1.49v-.996c-.17.32-.42.598-.75.832-.33.226-.71.34-1.15.34-.48 0-.92-.121-1.32-.364-.4-.242-.72-.593-.96-1.054-.25-.461-.37-1.02-.37-1.676 0-.656.12-1.219.37-1.687.25-.469.58-.829.99-1.079.42-.257.89-.386 1.4-.386.32 0 .64.074.97.222.33.149.6.348.82.598v-3.188h1.49Zm-2.98 3.833c-.31 0-.58.082-.81.246-.22.156-.39.363-.51.621-.13.25-.19.523-.19.82 0 .445.13.824.4 1.137.27.312.63.469 1.08.469.26 0 .51-.071.73-.211.24-.141.43-.336.57-.586.14-.258.22-.567.22-.926v-.844a2.422 2.422 0 0 0-.69-.527 1.631 1.631 0 0 0-.8-.199Z"}),h.createElement("path",{fill:"black",fillOpacity:.87,d:"M43.871 36.621c.95 0 1.725.13 2.324.39a5.6 5.6 0 0 1 1.602 1.016v1.934a37.032 37.032 0 0 0-.977-.684 5.618 5.618 0 0 0-1.25-.644c-.468-.196-1.035-.293-1.699-.293-.977 0-1.849.221-2.617.664a4.824 4.824 0 0 0-1.816 1.836c-.443.768-.665 1.64-.665 2.617 0 .977.222 1.849.664 2.617a5.013 5.013 0 0 0 1.817 1.836c.768.443 1.64.664 2.617.664 1.003 0 1.856-.163 2.559-.488.716-.339 1.302-.684 1.758-1.035v1.758c-.456.403-1.055.755-1.797 1.054-.73.287-1.57.43-2.52.43-.99 0-1.9-.176-2.734-.527a7.07 7.07 0 0 1-2.188-1.485 6.855 6.855 0 0 1-1.465-2.168 6.989 6.989 0 0 1-.507-2.656c0-.938.169-1.816.507-2.637a6.797 6.797 0 0 1 1.465-2.187 6.797 6.797 0 0 1 2.188-1.465c.833-.365 1.745-.547 2.734-.547ZM55.61 40.04c.664 0 1.27.15 1.817.45.547.286.983.728 1.308 1.327.326.586.489 1.328.489 2.227V50H57.62l-.02-5.8c0-.847-.188-1.492-.566-1.934-.364-.443-.93-.664-1.7-.664-.52 0-1.04.195-1.562.586-.507.377-.957.82-1.347 1.328V50h-1.602V35.937h1.602v5.84c.208-.26.475-.52.8-.78.326-.274.69-.502 1.094-.684a3.185 3.185 0 0 1 1.29-.274Zm10.664 0c.56 0 1.127.137 1.7.41a4.35 4.35 0 0 1 1.504 1.094v-1.309h1.601V50h-1.601v-1.66c-.339.52-.801.976-1.387 1.367-.573.39-1.23.586-1.973.586a4.338 4.338 0 0 1-2.285-.625 4.75 4.75 0 0 1-1.66-1.777c-.404-.756-.606-1.628-.606-2.618 0-1.08.202-2.011.606-2.793.417-.78.983-1.38 1.7-1.796.715-.43 1.516-.645 2.401-.645Zm.293 1.563c-.703 0-1.302.175-1.797.527a3.568 3.568 0 0 0-1.152 1.367 4.08 4.08 0 0 0-.39 1.777c0 .625.13 1.205.39 1.739.26.52.625.937 1.094 1.25.482.312 1.035.468 1.66.468.6 0 1.133-.156 1.602-.468.468-.313.84-.742 1.113-1.29.273-.56.404-1.184.39-1.874l-.019-1.875c-.404-.508-.84-.905-1.309-1.192-.455-.286-.983-.43-1.582-.43ZM76 40.234v1.543c.208-.26.475-.52.8-.78.326-.274.69-.502 1.094-.684a3.185 3.185 0 0 1 1.29-.274c.664 0 1.27.15 1.816.45.547.286.983.728 1.309 1.327.325.586.488 1.328.488 2.227V50h-1.602l-.02-5.8c0-.847-.188-1.492-.566-1.934-.364-.443-.93-.664-1.699-.664-.52 0-1.041.195-1.562.586A6.85 6.85 0 0 0 76 43.516V50h-1.602v-9.766H76Zm13.848-.195c.56 0 1.126.137 1.699.41a4.35 4.35 0 0 1 1.504 1.094v-1.309h1.601v9.57c0 1.16-.234 2.123-.703 2.891a4.414 4.414 0 0 1-1.875 1.72 5.801 5.801 0 0 1-2.558.566c-.6 0-1.114-.072-1.543-.215-.417-.13-.775-.3-1.075-.508-.299-.196-.572-.384-.82-.567v-1.718c.195.143.45.325.762.547.325.234.71.442 1.152.624.456.183.964.274 1.524.274.638 0 1.224-.117 1.757-.352.534-.234.964-.579 1.29-1.035.325-.456.488-1.002.488-1.64V48.34c-.339.52-.801.976-1.387 1.367-.573.39-1.23.586-1.973.586a4.338 4.338 0 0 1-2.285-.625 4.75 4.75 0 0 1-1.66-1.777c-.404-.756-.605-1.628-.605-2.618 0-1.08.201-2.011.605-2.793.417-.78.983-1.38 1.7-1.796.716-.43 1.516-.645 2.402-.645Zm.293 1.582c-.704 0-1.303.176-1.797.527a3.417 3.417 0 0 0-1.153 1.348 4.08 4.08 0 0 0-.39 1.777c0 .625.13 1.198.39 1.72.26.52.625.937 1.094 1.25.482.312 1.035.468 1.66.468.6 0 1.133-.156 1.602-.469.469-.312.84-.742 1.113-1.289.274-.547.404-1.165.39-1.855l-.019-1.875c-.403-.508-.84-.899-1.308-1.172-.456-.287-.983-.43-1.582-.43Zm11.855-1.582c1.003 0 1.836.208 2.5.625a3.835 3.835 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.567 1.504.3.456.69.82 1.172 1.094.481.26 1.035.39 1.66.39.703 0 1.36-.175 1.972-.527a7.412 7.412 0 0 0 1.543-1.191l-.019 1.738c-.182.221-.456.456-.821.703-.351.234-.761.43-1.23.586-.456.17-.937.254-1.445.254-.99 0-1.869-.234-2.637-.703a5.166 5.166 0 0 1-1.816-1.856 5.222 5.222 0 0 1-.645-2.558c0-.925.202-1.778.605-2.559a4.927 4.927 0 0 1 1.66-1.875c.717-.469 1.531-.703 2.442-.703Zm0 1.563c-.807 0-1.471.273-1.992.82a3.584 3.584 0 0 0-.977 1.953h5.879c-.065-.638-.247-1.159-.547-1.563a2.677 2.677 0 0 0-1.054-.898 2.89 2.89 0 0 0-1.309-.312Zm14.59-1.368v1.953c.378-.65.833-1.171 1.367-1.562.534-.39 1.081-.586 1.641-.586.377 0 .716.065 1.015.195v1.856c-.416-.248-.833-.371-1.25-.371-.664 0-1.204.234-1.621.703a10.283 10.283 0 0 0-1.152 1.68V50h-1.602v-9.766h1.602Zm10.098-.195c1.002 0 1.836.208 2.5.625a3.84 3.84 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.566 1.504.3.456.69.82 1.172 1.094.482.26 1.035.39 1.66.39.703 0 1.361-.175 1.973-.527a7.439 7.439 0 0 0 1.543-1.191l-.02 1.738c-.182.221-.455.456-.82.703-.352.234-.762.43-1.23.586-.456.17-.938.254-1.446.254-.989 0-1.868-.234-2.636-.703a5.163 5.163 0 0 1-1.817-1.856 5.218 5.218 0 0 1-.644-2.558c0-.925.201-1.778.605-2.559a4.93 4.93 0 0 1 1.66-1.875c.716-.469 1.53-.703 2.442-.703Zm0 1.563c-.808 0-1.472.273-1.993.82a3.587 3.587 0 0 0-.976 1.953h5.879c-.065-.638-.248-1.159-.547-1.563a2.68 2.68 0 0 0-1.055-.898 2.886 2.886 0 0 0-1.308-.312Zm11.152-1.563c.56 0 1.126.137 1.699.41.586.26 1.087.625 1.504 1.094v-1.309h1.602v14.453h-1.602V48.34c-.338.52-.801.976-1.387 1.367-.573.39-1.23.586-1.972.586a4.335 4.335 0 0 1-2.285-.625 4.748 4.748 0 0 1-1.661-1.777c-.403-.756-.605-1.628-.605-2.618 0-1.08.202-2.011.605-2.793.417-.78.983-1.38 1.7-1.796.716-.43 1.517-.645 2.402-.645Zm.293 1.582c-.703 0-1.302.176-1.797.527a3.41 3.41 0 0 0-1.152 1.348 4.073 4.073 0 0 0-.391 1.777c0 .625.13 1.198.391 1.72.26.52.625.937 1.093 1.25.482.312 1.036.468 1.661.468a2.82 2.82 0 0 0 1.601-.469c.469-.312.84-.742 1.113-1.289.274-.547.404-1.165.391-1.855l-.019-1.875c-.404-.508-.84-.899-1.309-1.172-.456-.287-.983-.43-1.582-.43Zm15.82-1.387v5.782c0 .859-.182 1.601-.547 2.226a3.765 3.765 0 0 1-1.484 1.446c-.625.338-1.328.507-2.109.507-.782 0-1.485-.169-2.11-.508a3.765 3.765 0 0 1-1.484-1.445c-.365-.625-.547-1.367-.547-2.226v-5.782h1.66v5.782c0 .846.248 1.497.742 1.953a2.573 2.573 0 0 0 1.739.664c.651 0 1.224-.222 1.718-.664.508-.456.762-1.107.762-1.953v-5.782h1.66ZM161 40.04c1.003 0 1.836.208 2.5.625a3.835 3.835 0 0 1 1.484 1.7c.339.715.508 1.523.508 2.421v.957h-7.5c.078.547.267 1.048.567 1.504.299.456.69.82 1.171 1.094.482.26 1.036.39 1.661.39.703 0 1.36-.175 1.972-.527a7.412 7.412 0 0 0 1.543-1.191l-.019 1.738c-.183.221-.456.456-.821.703-.351.234-.761.43-1.23.586-.456.17-.938.254-1.445.254-.99 0-1.869-.234-2.637-.703a5.16 5.16 0 0 1-1.816-1.856 5.22 5.22 0 0 1-.645-2.558c0-.925.202-1.778.605-2.559a4.924 4.924 0 0 1 1.661-1.875c.716-.469 1.53-.703 2.441-.703Zm0 1.563c-.807 0-1.471.273-1.992.82a3.582 3.582 0 0 0-.977 1.953h5.879c-.065-.638-.247-1.159-.547-1.563a2.677 2.677 0 0 0-1.054-.898 2.89 2.89 0 0 0-1.309-.312Zm10.039-1.563c.573 0 1.107.085 1.602.254.494.156.852.319 1.074.488V42.5c-.274-.208-.645-.41-1.113-.605a3.728 3.728 0 0 0-1.446-.293c-.612 0-1.074.143-1.386.43-.3.286-.45.585-.45.898 0 .247.085.501.254.761.183.248.495.45.938.606l1.64.586c.638.221 1.114.54 1.426.957.313.416.469.905.469 1.465 0 .547-.156 1.048-.469 1.504-.299.455-.723.82-1.269 1.093-.534.26-1.153.391-1.856.391a4.91 4.91 0 0 1-1.191-.156 7.217 7.217 0 0 1-1.094-.332 5.066 5.066 0 0 1-.723-.371v-1.72c.183.131.437.28.762.45a8.82 8.82 0 0 0 1.074.41c.378.104.729.157 1.055.157.612 0 1.094-.137 1.445-.41.365-.274.547-.613.547-1.016a.874.874 0 0 0-.371-.742c-.234-.183-.579-.359-1.035-.528l-1.445-.527c-.756-.287-1.257-.645-1.504-1.074a3.023 3.023 0 0 1-.371-1.504c0-.834.312-1.524.937-2.07.625-.547 1.458-.82 2.5-.82Zm8.145-2.617v2.812h2.851v1.504h-2.851v5.723c0 .404.104.723.312.957.208.234.527.352.957.352.391 0 .716-.046.977-.137.26-.104.488-.215.683-.332v1.308c-.26.209-.54.371-.84.489-.286.13-.677.195-1.171.195-.834 0-1.465-.247-1.895-.742-.417-.508-.625-1.179-.625-2.012v-5.8h-1.875v-.47c.638-.286 1.172-.755 1.602-1.406.429-.664.807-1.478 1.132-2.441h.743Zm16.679 2.812v1.504h-2.851V50h-1.602v-8.262h-1.543v-1.504h1.543v-1.25c0-.768.15-1.393.449-1.875.3-.494.684-.859 1.153-1.093a3.023 3.023 0 0 1 1.426-.371c.664 0 1.204.175 1.621.527v1.406a2.507 2.507 0 0 0-.704-.312 2.524 2.524 0 0 0-.82-.098c-.482.013-.859.17-1.133.469-.26.286-.39.794-.39 1.523v1.074h2.851Zm3.731-4.297V50h-1.602V35.937h1.602Zm7.734 4.102c.99 0 1.869.234 2.637.703a4.97 4.97 0 0 1 1.797 1.875c.442.781.664 1.634.664 2.559 0 .924-.222 1.777-.664 2.558a5.014 5.014 0 0 1-1.797 1.856c-.768.469-1.647.703-2.637.703-.989 0-1.868-.234-2.637-.703a5.169 5.169 0 0 1-1.816-1.856 5.22 5.22 0 0 1-.645-2.558c0-.925.215-1.778.645-2.559a5.121 5.121 0 0 1 1.816-1.875c.769-.469 1.648-.703 2.637-.703Zm0 1.563c-.69 0-1.295.169-1.816.507a3.343 3.343 0 0 0-1.211 1.309 3.792 3.792 0 0 0-.41 1.758c0 .625.136 1.21.41 1.758.286.533.69.97 1.211 1.308.521.326 1.126.489 1.816.489.703 0 1.309-.163 1.817-.489a3.39 3.39 0 0 0 1.191-1.308c.286-.547.43-1.133.43-1.758 0-.638-.144-1.224-.43-1.758a3.215 3.215 0 0 0-1.191-1.309c-.508-.338-1.114-.507-1.817-.507Zm20.547-1.368L224.457 50h-.996l-2.676-6.895L218.109 50h-.996l-3.418-9.766h1.914l2.168 6.856 2.559-6.856h.898l2.559 6.856 2.168-6.856h1.914Z"}),h.createElement("path",{fill:"#1A4049",d:"M1270.68 488c7 0 12.67-5.82 12.67-13s-5.67-13-12.67-13-12.68 5.82-12.68 13 5.68 13 12.68 13Z"}),h.createElement("path",{fill:"white",d:"M1268.87 469.429h-3.63v11.143h10.87v-11.143h-3.62v7.428h-3.62v-7.428Z"}),h.createElement("path",{fill:"#817AFE",d:"M1272.49 476.857h3.62v3.715h-3.62v-3.715Z"}),h.createElement("path",{fill:"#1A4049",d:"M1290.6 476.815v-4.484h1.99v4.263c0 1.252.66 2.075 1.89 2.075s1.88-.823 1.88-2.075v-4.263h2.01v4.484c0 2.156-1.42 3.709-3.86 3.709-2.49 0-3.91-1.553-3.91-3.709Zm11.76 3.533h-1.98v-8.017h1.98v1.347a2.978 2.978 0 0 1 2.61-1.531c1.98 0 3.29 1.475 3.29 3.518v4.683h-2.01v-4.278c0-1.267-.73-2.108-1.91-2.108-1.19 0-1.98.851-1.98 2.108v4.278Zm7.94-11.662h1.99v11.662h-1.99v-11.662Zm12.01 7.767v.221h-6.26c.08 1.252.98 2.211 2.29 2.211 1.26 0 1.77-.649 1.91-.871h1.97c-.13.824-1.2 2.552-3.88 2.552-2.56 0-4.29-1.805-4.29-4.214 0-2.488 1.72-4.215 4.13-4.215 2.42 0 4.13 1.7 4.13 4.316Zm-6.2-1.174h4.11c-.29-1.021-1.03-1.584-2.04-1.584-1.07-.001-1.82.586-2.07 1.582v.002Zm10.64.046h2.58c0-.966-.71-1.584-1.88-1.584-1.11 0-1.51.602-1.64.808h-2c.16-.84 1.15-2.424 3.64-2.424 2.45 0 3.8 1.3 3.8 3.2v2.71c0 .492.17.68.62.73v1.631h-.62c-1.01-.015-1.62-.396-1.84-1.109-.37.587-1.21 1.237-2.55 1.237-1.85 0-3.26-1.062-3.26-2.71 0-1.649 1.2-2.489 3.15-2.489Zm2.58 2.06v-.68h-2.26c-.93 0-1.5.34-1.5 1.076 0 .778.72 1.237 1.71 1.237 1.12 0 2.05-.554 2.05-1.633Zm6.67-.316c-1.73-.126-2.9-.951-2.9-2.504 0-1.506 1.36-2.457 3.47-2.457 2.85 0 3.65 1.49 3.87 2.266h-2.11c-.14-.17-.59-.728-1.77-.728-.95 0-1.45.316-1.45.808 0 .444.34.73 1.12.84l1.34.143c2.13.189 3.01 1.021 3.01 2.598 0 1.505-1.23 2.536-3.65 2.536-2.92 0-3.87-1.728-4.03-2.471h2.13c.08.188.56.903 1.9.903 1.11 0 1.62-.381 1.62-.888s-.28-.793-1.17-.903c-.56-.048-.84-.079-1.38-.143Zm8.1 3.279h-1.98v-11.662h1.98v4.992a2.978 2.978 0 0 1 2.61-1.531c1.98 0 3.29 1.475 3.29 3.518v4.683h-2.01v-4.278c0-1.267-.73-2.108-1.91-2.108-1.19 0-1.98.851-1.98 2.108v4.278Z"}),h.createElement("mask",{id:"mask0_20382_240644",width:16,height:16,x:887,y:326,maskUnits:"userSpaceOnUse",style:{maskType:"alpha"}},h.createElement("path",{fill:"#D9D9D9",d:"M887 326h16v16h-16z"})),h.createElement("g",{mask:"url(#mask0_20382_240644)"},h.createElement("path",{fill:"#202021",d:"m894.667 333.668-5.334-3.149v6.298h6v1.259h-6a1.32 1.32 0 0 1-.941-.37 1.18 1.18 0 0 1-.392-.889v-7.557c0-.347.131-.643.392-.89a1.32 1.32 0 0 1 .941-.37H900c.367 0 .681.123.942.37.261.247.391.543.391.89v4.408H900v-3.149l-5.333 3.149Zm0-1.26L900 329.26h-10.667l5.334 3.148Zm4.666 7.558-.933-.882 1.05-1.008h-2.783v-1.259h2.783l-1.067-1.008.95-.882 2.667 2.519-2.667 2.52Zm-10-9.447v6.927-3.778.047-4.455 1.259Z"})),h.createElement("defs",null,h.createElement("clipPath",{id:"clip0_20382_240644"},h.createElement("path",{fill:"white",d:"M553 203h18v18h-18z"})),h.createElement("clipPath",{id:"clip1_20382_240644"},h.createElement("path",{fill:"white",d:"M746.5 128h18v18h-18z"})),h.createElement("clipPath",{id:"clip2_20382_240644"},h.createElement("path",{fill:"white",d:"M740 204h18v18h-18z"})),h.createElement("clipPath",{id:"clip3_20382_240644"},h.createElement("path",{fill:"white",d:"M971.5 171.707h18v18h-18z"})),h.createElement("clipPath",{id:"clip4_20382_240644"},h.createElement("path",{fill:"white",d:"M1262.5 324.707h18v18h-18z"})),h.createElement("clipPath",{id:"clip5_20382_240644"},h.createElement("path",{fill:"white",d:"M977.5 126h18v18h-18z"})),h.createElement("clipPath",{id:"clip6_20382_240644"},h.createElement("path",{fill:"white",d:"M1079 324h18v18h-18z"})),h.createElement("clipPath",{id:"clip7_20382_240644"},h.createElement("path",{fill:"white",d:"M1268.5 279h18v18h-18z"})),h.createElement("clipPath",{id:"clip8_20382_240644"},h.createElement("path",{fill:"white",d:"M1085.5 284h18v18h-18z"})))),Ns=()=>{const e=h.useRef(null),t=x1(),n=Q1(t.breakpoints.down("md")),[i,c]=h.useState(!1),s="change-request-process-description";return a.jsxs(a.Fragment,{children:[a.jsx(N,{condition:!n,show:a.jsxs(M,{variant:"body2",children:["Show change request process"," "]})}),a.jsx($1,{title:"Change request process",ref:e,onClick:()=>c(!0),children:a.jsx(Vc,{})}),a.jsx(O0,{open:i,anchorEl:e.current,anchorOrigin:{vertical:"bottom",horizontal:"right"},transformOrigin:{vertical:"top",horizontal:"right"},onClose:()=>c(!1),children:a.jsxs(O,{sx:{p:{xs:2,md:4},maxWidth:920},id:s,children:[a.jsx(M,{variant:"h3",children:"Change request process:"}),a.jsx(M,{variant:"body2",children:a.jsxs("ol",{children:[a.jsx("li",{children:"When changes are detected they are added to a draft."}),a.jsxs("li",{children:["The user can submit the changes for review or discard them.",a.jsx("ul",{children:a.jsx("li",{children:"Once submitted, the changes are visible to everyone."})})]}),a.jsxs("li",{children:["A user with the"," ",a.jsx("strong",{children:"“Review change request”"})," ","permission can approve or reject the changes.",a.jsxs("ul",{children:[a.jsx("li",{children:"The user who created the change request can cancel it at this stage."}),a.jsx("li",{children:"Rejecting or canceling the changes will close the change request."})]})]}),a.jsxs(a.Fragment,{children:[a.jsxs("li",{children:["Once approved, a user with the"," ",a.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can apply, schedule, or reject the changes.",a.jsxs("ul",{children:[a.jsx("li",{children:"If applied, the changes will take effect and the change request will be closed."}),a.jsx("li",{children:"If scheduled, Unleash will attempt to apply the changes at the scheduled date and time."}),a.jsx("li",{children:"The user who created the change request can cancel the changes up until they are applied or scheduled."})]})]}),a.jsxs("li",{children:["A user with the"," ",a.jsx("strong",{children:"“Apply/Reject change request”"})," ","permission can reschedule, reject, or immediately apply a scheduled change request.",a.jsxs("ul",{children:[a.jsx("li",{children:"If any of the flags or strategies in the change request are archived or deleted (outside of the change request), thus creating a conflict, Unleash will send an email out to the change request author and to the user who (last) scheduled the change request."}),a.jsx("li",{children:"If the scheduled changes contain any conflicts, Unleash will refuse to apply them."}),a.jsx("li",{children:"If the user who scheduled the changes is removed from this Unleash instance, the scheduled changes will also not be applied."})]})]})]})]})}),a.jsx(O,{sx:{mt:3},children:a.jsx(x_,{"aria-details":s,style:{maxWidth:"100%",height:"auto"}})})]})})]})},b7=u(O)(({theme:e})=>({padding:e.spacing(1),display:"flex",justifyContent:"center","& .MuiInputBase-input":{fontSize:e.fontSizes.smallBody}})),b_=()=>{const{trackEvent:e}=C1(),{hasAccess:t}=h.useContext(Ie),[n,i]=h.useState({isOpen:!1,enableEnvironment:"",isEnabled:!1,requiredApprovals:1}),c=x1(),s=n1("projectId"),{data:o,loading:l,refetchChangeRequestConfig:d}=Fc(s),{updateChangeRequestEnvironmentConfig:m}=$0(),{setToastData:f,setToastApiError:v}=O1(),p=(S,L,z)=>()=>{i({isOpen:!0,enableEnvironment:S,isEnabled:L,requiredApprovals:z})},g=async()=>{n.enableEnvironment&&await x(),i(S=>({...S,isOpen:!1}))};async function x(S){try{await m(S||{project:s,environment:n.enableEnvironment,enabled:!n.isEnabled,requiredApprovals:n.requiredApprovals}),f({type:"success",text:"Change request status updated"}),await d()}catch(L){v(_1(L))}}const j=Array.from(Array(10).keys()).map(S=>String(S+1)).map(S=>({key:S,label:`${S} ${S==="1"?"approval":"approvals"}`,sx:{fontSize:c.fontSizes.smallBody}}));function _(S,L){x({project:s,environment:S.environment,enabled:S.changeRequestEnabled,requiredApprovals:Number(L)})}const b=h.useMemo(()=>[{Header:"Environment",accessor:"environment",disableSortBy:!0},{Header:"Type",accessor:"type",disableGlobalFilter:!0,disableSortBy:!0},{Header:"Required approvals",Cell:({row:{original:S}})=>S.changeRequestEnabled?a.jsx(b7,{"data-loading":!0,children:a.jsx(L3,{sx:{width:"140px",marginLeft:1},options:j,value:S.requiredApprovals||1,onChange:L=>{_(S,L)},disabled:!t([gr,b8],s),IconComponent:Sc,fullWidth:!0})}):null,width:100,disableGlobalFilter:!0,disableSortBy:!0},{Header:"Status",accessor:"changeRequestEnabled",id:"changeRequestEnabled",align:"center",Cell:({value:S,row:{original:L}})=>a.jsx(b7,{"data-loading":!0,children:a.jsx(Lc,{checked:S,projectId:s,permission:[gr,b8],inputProps:{"aria-label":L.environment},onClick:p(L.environment,L.changeRequestEnabled,L.requiredApprovals)})}),width:100,disableGlobalFilter:!0,disableSortBy:!0}],[]),{getTableProps:w,getTableBodyProps:T,headerGroups:D,rows:C,prepareRow:Z}=k1.useTable({columns:b,data:o,sortTypes:Z0,autoResetGlobalFilter:!1,disableSortRemove:!0,defaultColumn:{Cell:Z1}},k1.useGlobalFilter);return a.jsxs(A1,{header:a.jsx(S1,{titleElement:"Change request configuration",actions:a.jsx(Ns,{})}),isLoading:l,children:[a.jsx(T1,{severity:"info",sx:{mb:3},children:"If change request is enabled for an environment, then any change in that environment needs to be approved before it will be applied"}),a.jsxs(W2,{...w(),children:[a.jsx(Y2,{headerGroups:D}),a.jsx(H2,{...T(),children:C.map(S=>{Z(S);const{key:L,...z}=S.getRowProps();return a.jsx(U2,{hover:!0,...z,children:S.cells.map(F=>{const{key:A,...k}=F.getCellProps();return a.jsx(k2,{...k,children:F.render("Cell")},A)})},L)})})]}),a.jsxs(ue,{onClick:()=>{e("change_request",{props:{eventType:`change request ${n.isEnabled?"disabled":"enabled"}`}}),g()},open:n.isOpen,onClose:()=>i(S=>({...S,isOpen:!1})),primaryButtonText:n.isEnabled?"Disable":"Enable",secondaryButtonText:"Cancel",title:`${n.isEnabled?"Disable":"Enable"} change requests`,children:[a.jsxs(M,{sx:{mb:1},children:["You are about to"," ",n.isEnabled?"disable":"enable"," “Change request”",a.jsx(N,{condition:!!n.enableEnvironment,show:a.jsxs(a.Fragment,{children:[" ","for"," ",a.jsx("strong",{children:n.enableEnvironment})]})}),"."]}),a.jsx(N,{condition:!n.isEnabled,show:a.jsx(M,{variant:"body2",color:"text.secondary",children:"To enable change requests for an environment, you need to ensure that your Unleash Admin has created the necessary custom project roles in your Unleash instance. This will allow you to assign project members from the project access page."})})]})]})},j_=()=>{const e=n1("projectId"),t=_e(e),{hasAccess:n}=h.useContext(Ie),{isOss:i,isPro:c}=f1();return ve(`Project change request configuration – ${t}`),i()||c()?a.jsx(A1,{header:a.jsx(S1,{titleElement:"Change request configuration",actions:a.jsx(Ns,{})}),sx:{justifyContent:"center"},children:a.jsx(I0,{feature:"change-requests"})}):n([J1,oh],e)?a.jsx(b_,{}):a.jsx(A1,{header:a.jsx(S1,{title:"Change request configuration"}),children:a.jsx(T1,{severity:"error",children:'You need project owner permissions or a custom role with "view change request configuration" to access this section.'})})},j7="Create project API token",y_=()=>{const e=n1("projectId"),{setToastApiError:t}=O1(),{uiConfig:n}=f1(),i=re(),[c,s]=h.useState(!1),[o,l]=h.useState(""),{getApiTokenPayload:d,tokenName:m,type:f,apiTokenTypes:v,environment:p,setTokenName:g,setTokenType:x,setEnvironment:j,isValid:_,errors:b,clearErrors:w}=Dm(e),{createToken:T,loading:D}=r5(),{refetch:C}=a5(e),{trackEvent:Z}=C1();ve(j7);const S=`api/admin/projects/${e}/api-tokens`,L=_c,z=async K=>{if(K.preventDefault(),!!_())try{const I=d();await T(I,e).then(H=>H.json()).then(H=>{dh(),l(H.secret),s(!0),Z("project_api_tokens",{props:{eventType:"api_key_created"}}),C()})}catch(I){t(_1(I))}},F=()=>{s(!1),i(Ke)},A=()=>`curl --location --request POST '${n.unleashUrl}/${S}' \\
698
+ --header 'Authorization: INSERT_API_KEY' \\
699
+ --header 'Content-Type: application/json' \\
700
+ --data-raw '${JSON.stringify(d(),void 0,2)}'`,k=()=>{i(Ke)};return a.jsxs(Xe,{loading:D,title:j7,modal:!0,description:"Unleash SDKs use API tokens to authenticate to the Unleash API. Client SDKs need a token with 'client privileges', which allows them to fetch feature flag configurations and post usage metrics.",documentationLink:"https://docs.getunleash.io/reference/api-tokens-and-client-keys",documentationLinkLabel:"API tokens documentation",formatApiCode:A,children:[a.jsxs($m,{handleSubmit:z,handleCancel:k,mode:"Create",actions:a.jsx(lh,{name:"token",permission:L,projectId:e}),children:[a.jsx(Tm,{tokenName:m,setTokenName:g,errors:b,clearErrors:w}),a.jsx(Pm,{type:f,setType:x,apiTokenTypes:v}),a.jsx(Em,{type:f,environment:p,setEnvironment:j})]}),a.jsx(Zm,{open:c,setOpen:s,closeConfirm:F,token:o,type:f})]})},__=()=>{const e=re();return a.jsx(Ee,{open:!0,onClose:()=>e(Ke),label:"Create API token",children:a.jsx(y_,{})})},w_=()=>{const e=n1("projectId"),t=_e(e),{hasAccess:n}=h.useContext(Ie),{tokens:i,loading:c,refetch:s}=a5(e),{trackEvent:o}=C1(),{deleteToken:l}=r5();ve(`Project api access – ${t}`);const{getTableProps:d,getTableBodyProps:m,headerGroups:f,rows:v,prepareRow:p,state:{globalFilter:g},setGlobalFilter:x,setHiddenColumns:j,columns:_}=Im(i,b=>a.jsxs(Ur,{children:[a.jsx(Mm,{token:b.row.original,permission:j8,project:e,track:()=>o("project_api_tokens",{props:{eventType:"api_key_copied"}})}),a.jsx(Am,{token:b.row.original,permission:uh,project:e,onRemove:async()=>{await l(b.row.original.secret,e),o("project_api_tokens",{props:{eventType:"api_key_deleted"}}),s()}})]}));return a.jsxs("div",{style:{width:"100%",overflow:"hidden"},children:[a.jsx(A1,{header:a.jsx(S1,{title:`API access (${v.length})`,actions:a.jsxs(a.Fragment,{children:[a.jsx(ye,{initialValue:g,onChange:x}),a.jsx(S1.Divider,{}),a.jsx(Fm,{permission:hh,path:"create",project:e})]})}),children:a.jsx(N,{condition:!n(j8,e),show:a.jsx(T1,{severity:"warning",children:"You need to have the correct permissions to read API tokens"}),elseShow:a.jsx(Rm,{compact:!0,loading:c,headerGroups:f,setHiddenColumns:j,prepareRow:p,rows:v,columns:_,globalFilter:g})})}),a.jsx(G3,{children:a.jsx(y1,{path:"create",element:a.jsx(__,{})})})]})},S_=()=>{const e=n1("projectId"),t=_e(e),n=re();return ve(`Project segments – ${t}`),a.jsxs(G3,{children:[a.jsx(y1,{path:"create",element:a.jsx(Ee,{open:!0,onClose:()=>n(Ke),label:"Create segment",children:a.jsx(mh,{modal:!0})})}),a.jsx(y1,{path:"edit/:segmentId",element:a.jsx(Ee,{open:!0,onClose:()=>n(Ke),label:"Edit segment",children:a.jsx(fh,{modal:!0})})}),a.jsx(y1,{path:"*",element:a.jsx(ph,{})})]})},O_=(e,t)=>{const n=new URLSearchParams({environmentId:t});return`/projects/${e}/settings/default-strategy/edit?${n}`},C_={name:"flexibleRollout",disabled:!1,constraints:[],title:"",parameters:{rollout:"100",stickiness:"default",groupId:""}},D_=({environment:e})=>{const t=n1("projectId"),{environment:n,defaultStrategy:i}=e,c=O_(t,n),s=h.useMemo(()=>{const o=i||C_;return{...o,disabled:!1,constraints:o.constraints??[],title:o.title??"",parameters:o.parameters??{}}},[JSON.stringify(i)]);return a.jsx(vh,{strategy:s,headerItemsRight:a.jsx(a.Fragment,{children:a.jsx(M3,{permission:[gh,gr],environmentId:n,projectId:t,component:g1,to:c,tooltipProps:{title:`Edit default strategy for "${n}"`},"data-testid":`STRATEGY_EDIT-${s.name}`,children:a.jsx(K3,{})})})})},$_=u(kr,{shouldForwardProp:e=>e!=="expandable"})(({theme:e,expandable:t})=>({boxShadow:"none",padding:e.spacing(.5,3,.5,2),display:"flex",alignItems:"center",borderRadius:e.shape.borderRadiusLarge,pointerEvents:"auto",opacity:1,"&&&":{cursor:t?"pointer":"default"},":focus-within":{background:"none"}})),T_=u("header")(({theme:e})=>({display:"flex",columnGap:e.spacing(1),paddingRight:e.spacing(1),width:"100%",color:e.palette.text.primary,alignItems:"center",minHeight:e.spacing(8)})),P_=u("hgroup")(({theme:e})=>({display:"flex",flexFlow:"row wrap",flex:1,columnGap:e.spacing(1)})),E_=u("p")(({theme:e})=>({width:"100%",fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary})),Z_=u(_0)(({theme:e})=>({fontSize:e.typography.h2.fontSize,fontWeight:e.typography.fontWeightMedium})),Ws=u("p")(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.info.contrastText,backgroundColor:e.palette.info.light,whiteSpace:"nowrap",width:"min-content",borderRadius:e.shape.borderRadiusExtraLarge,padding:e.spacing(.5,1)})),I_=u(Ws)(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary,backgroundColor:e.palette.neutral.light})),M_=({strategyCount:e,releasePlanCount:t})=>{if(e===0&&t===0)return a.jsx(I_,{children:"0 strategies added"});const c=`${[t>0?"Release plan":void 0,(()=>{switch(e){case 0:return;case 1:return"1 strategy";default:return`${e} strategies`}})()].filter(Boolean).join(", ")} added`;return a.jsx(Ws,{children:c})},A_="environment-accordion-summary",F_=({environmentId:e,children:t,expandable:n=!0,environmentMetadata:i,...c})=>{const s=xh();return a.jsx($_,{...c,expandIcon:a.jsx(Nc,{sx:{visibility:n?"visible":"hidden"}}),id:s,"aria-controls":`environment-accordion-${s}-content`,expandable:n,tabIndex:n?0:-1,className:A_,children:a.jsxs(T_,{"data-loading":!0,children:[a.jsxs(P_,{children:[a.jsx(E_,{children:"Environment"}),a.jsx(Z_,{component:"h2",children:e}),i?a.jsx(M_,{...i}):null]}),t]})})},R_=u("div")(({theme:e})=>({marginBottom:e.spacing(2)})),L_=u(qr)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,overflow:"hidden"})),V_=u(Kr)(({theme:e})=>({padding:0,background:e.palette.background.elevation1})),N_=({environment:e})=>{const{environment:t}=e;return a.jsx(R_,{children:a.jsxs(L_,{expanded:!0,onChange:n=>n.stopPropagation(),"data-testid":`${bh}_${t}`,children:[a.jsx(F_,{environmentId:t,expandable:!1}),a.jsx(V_,{children:a.jsx(D_,{environment:e})})]})})},W_=u(T1)(({theme:e})=>({marginBottom:e.spacing(4)})),z_=()=>{var l;const e=n1("projectId"),t=_e(e),{hasAccess:n}=h.useContext(Ie),{project:i}=te(e),c=re();if(ve(`Project default strategy configuration – ${t}`),!n([J1,jh,yh],e))return a.jsx(A1,{header:a.jsx(S1,{title:"Default Strategy configuration"}),children:a.jsx(T1,{severity:"error",children:'You need project owner permissions or a custom role with "project default strategy configuration" permission to access this section.'})});const s=`/projects/${e}/settings/default-strategy`,o=()=>c(s);return a.jsxs(a.Fragment,{children:[a.jsxs(A1,{header:a.jsx(S1,{title:"Default Strategy"}),children:[a.jsx(W_,{severity:"info",children:"Here you can customize your default strategy for each specific environment. These will be used when you enable a toggle environment that has no strategies defined"}),(l=i==null?void 0:i.environments)==null?void 0:l.map(d=>a.jsx(N_,{environment:d},d.environment))]}),a.jsx(G3,{children:a.jsx(y1,{path:"edit",element:a.jsx(Ee,{label:"Edit feature strategy",onClose:o,open:!0,children:a.jsx(Om,{})})})})]})},B_=(e="open",t="",n="",i="",c=[])=>{const[s,o]=h.useState(e),[l,d]=h.useState(t),[m,f]=h.useState(n),[v,p]=h.useState(i),[g,x]=h.useState(c),[j,_]=h.useState({});return h.useEffect(()=>{o(e)},[e]),h.useEffect(()=>{d(t)},[t]),h.useEffect(()=>{f(n)},[n]),h.useEffect(()=>{p(i)},[i]),h.useEffect(()=>{x(c)},[c]),{projectMode:s,featureNamingPattern:l,featureNamingExample:m,featureNamingDescription:v,linkTemplates:g,setFeatureNamingPattern:d,setFeatureNamingExample:f,setFeatureNamingDescription:p,setProjectMode:o,setLinkTemplates:x,getEnterpriseSettingsPayload:()=>({mode:s,featureNaming:{pattern:l,example:m,description:v},linkTemplates:g}),clearErrors:()=>{_({})},errors:j}},G4=u(M)(({theme:e})=>({fontWeight:e.fontWeight.bold,display:"inline"})),Q4=u(M)(({theme:e})=>({display:"inline",color:e.palette.text.secondary})),zs=()=>a.jsx(A0,{htmlTooltip:!0,tooltip:a.jsxs(a.Fragment,{children:[a.jsxs(O,{children:[a.jsx(G4,{children:"open: "}),a.jsx(Q4,{children:"Everyone can submit change requests"})]}),a.jsxs(O,{sx:{mt:2},children:[a.jsx(G4,{children:"protected: "}),a.jsx(Q4,{children:"Only admins and project members can submit change requests"})]}),a.jsxs(O,{sx:{mt:2},children:[a.jsx(G4,{children:"private: "}),a.jsx(Q4,{children:"Only admins, editors and project members can see and access the project and associated feature flags"})]})]})}),Y_=()=>a.jsx(A0,{htmlTooltip:!0,tooltip:a.jsx(O,{children:a.jsxs("p",{children:["For example, the pattern"," ",a.jsx("code",{children:"[a-z0-9]{2}\\.[a-z]{4,12}"})," matches 'a1.project', but not 'a1.project.feature-1'."]})})}),H_=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),marginTop:e.spacing(1)})),U_=u("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",gap:e.spacing(1.5)})),k_=({template:e,onSave:t,onCancel:n,isAdding:i})=>{const[c,s]=h.useState((e==null?void 0:e.title)||""),[o,l]=h.useState((e==null?void 0:e.urlTemplate)||""),[d,m]=h.useState({}),{trackEvent:f}=C1(),v=()=>{const g={};return o||(g.url="URL template is required"),m(g),Object.keys(g).length===0},p=()=>{v()&&(f("feature-links",{props:{eventType:i?"add-template":"edit-template"}}),t({title:c||null,urlTemplate:o}))};return a.jsxs(H_,{children:[a.jsx(le,{label:"Title (optional)",fullWidth:!0,value:c,onChange:g=>s(g.target.value),placeholder:"e.g., GitHub Issue, Ticket number",helperText:"A descriptive name for the link.",size:"small"}),a.jsx(le,{label:"URL Template",fullWidth:!0,required:!0,value:o,onChange:g=>l(g.target.value),placeholder:"https://github.com/{{project}}/{{feature}}",helperText:d.url||"You can optionally use placeholders {{project}} and {{feature}} that will be replaced with actual values.",size:"small",error:!!d.url}),a.jsxs(U_,{children:[a.jsx(c1,{variant:"outlined",onClick:n,children:"Cancel"}),a.jsx(c1,{variant:"contained",color:"primary",onClick:p,children:i?"Add":"Update"})]})]})},q_=({template:e,open:t,onSave:n,onCancel:i,isAdding:c})=>a.jsxs(Mr,{open:t,onClose:i,maxWidth:"sm",fullWidth:!0,"aria-labelledby":"dialog-link-template",children:[a.jsx(_h,{id:"dialog-link-template",children:c?"Add new link template":"Edit link template"}),a.jsx(wh,{children:a.jsx(k_,{template:e,onSave:n,onCancel:i,isAdding:c})})]}),K_=u("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),G_=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginTop:e.spacing(4),marginBottom:e.spacing(2),gap:e.spacing(2)})),Q_=u(Sh)(({theme:e})=>({width:"100%",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,border:`1px solid ${e.palette.divider}`,margin:0,padding:0})),J_=u(Oh)(({theme:e})=>({borderBottom:`1px solid ${e.palette.divider}`,"&:last-child":{borderBottom:"none"},borderRight:0})),X_=({linkTemplates:e=[],setLinkTemplates:t})=>{const[n,i]=h.useState(!1),[c,s]=h.useState(!1),[o,l]=h.useState(null),d=p=>{l(p),s(!1),i(!0)},m=p=>{if(o!==null){const g=[...e];g[o]=p,t==null||t(g)}else t==null||t([...e,p]);f()},f=()=>{l(null),s(!1),i(!1)},v=p=>{const g=[...e];g.splice(p,1),t==null||t(g)};return a.jsxs(G_,{children:[a.jsxs(O,{display:"flex",alignItems:"center",gap:1,children:[a.jsx(M,{variant:"h4",children:"Project Link Templates"}),a.jsx(Y1,{title:a.jsx(O,{sx:p=>({fontWeight:p.typography.body1.fontWeight}),children:a.jsxs("p",{children:["Link templates can be automatically added to new feature flags. They can include placeholders like ",a.jsx("code",{children:"{{project}}"})," and",a.jsx("code",{children:"{{feature}}"})," that will be replaced with actual values."]})}),children:a.jsx($1,{size:"small",sx:{ml:1},children:a.jsx(Vc,{fontSize:"small"})})})]}),a.jsx(K_,{children:a.jsx("p",{children:"Define link templates that can be automatically added to new feature flags in this project."})}),e.length>0?a.jsx(Q_,{children:e.map((p,g)=>a.jsxs(J_,{children:[a.jsx(se,{primary:p.title?a.jsx(_0,{children:p.title}):null,secondary:a.jsx(_0,{children:p.urlTemplate})}),a.jsxs(O,{sx:x=>({display:"flex",marginRight:x.spacing(-1)}),children:[a.jsx($1,{edge:"end","aria-label":"edit",onClick:()=>d(g),sx:{margin:0},children:a.jsx(K3,{})}),a.jsx($1,{edge:"end","aria-label":"delete",onClick:()=>v(g),sx:{margin:0},children:a.jsx(x3,{})})]})]},g))}):null,a.jsx(q_,{open:n,onSave:m,onCancel:f,isAdding:c,template:o!==null?e[o]:void 0}),a.jsx(O,{display:"flex",justifyContent:"flex-start",children:a.jsx(c1,{startIcon:a.jsx(e3,{}),variant:"outlined",onClick:()=>{s(!0),i(!0)},children:"Add link template"})})]})},ew=u("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(4)})),y7=u("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),_7=u(_3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),tw=u(le)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),nw=u("fieldset")(()=>({padding:0,border:"none"})),aw=u(Fr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),rw=u("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),iw=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"flex-start",gap:e.spacing(1),"& > *":{width:"100%"}})),cw=u("div")(({theme:e})=>({"p + p":{marginTop:e.spacing(1)}})),sw=({pattern:e,example:t,featureNamingPatternError:n})=>n||!t||!e?{state:"valid"}:t&&e?new RegExp(`^${e}$`).test(t)?{state:"valid"}:{state:"invalid",reason:"Example does not match regex"}:{state:"valid"},ow=()=>{const[e,t]=Pe.useState(""),{trackEvent:n}=C1(),i="feature-naming-pattern";return{trackPattern:(s="")=>{s===e||(s===""&&e!==""?n(i,{props:{action:"removed"}}):s!==""&&e===""?n(i,{props:{action:"added"}}):s!==""&&e!==""&&n(i,{props:{action:"edited"}}))},setPreviousPattern:t}},lw=({children:e,handleSubmit:t,projectId:n,projectMode:i,featureNamingExample:c,featureNamingPattern:s,featureNamingDescription:o,linkTemplates:l=[],setFeatureNamingExample:d,setFeatureNamingPattern:m,setFeatureNamingDescription:f,setProjectMode:v,setLinkTemplates:p,errors:g})=>{const{setPreviousPattern:x,trackPattern:j}=ow(),_=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];h.useEffect(()=>{x(s||"")},[n]);const b=({example:C,pattern:Z})=>{const S=sw({pattern:Z,example:C,featureNamingPatternError:g.featureNamingPattern});switch(S.state){case"invalid":g.namingExample=S.reason;break;case"valid":delete g.namingExample;break}},w=C=>{if([" ","\\t","\\s","\\n","\\r","\\f","\\v"].some(S=>C.includes(S)))g.featureNamingPattern="Whitespace is not allowed in the expression";else try{new RegExp(C),delete g.featureNamingPattern}catch{g.featureNamingPattern="Invalid regular expression"}m==null||m(C),b({pattern:C,example:c||""})},T=C=>{d==null||d(C),b({pattern:s||"",example:C})},D=C=>{f==null||f(C)};return a.jsxs(ew,{onSubmit:C=>{t(C),j(s)},children:[a.jsxs(a.Fragment,{children:[a.jsxs(O,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[a.jsx("p",{children:"What is your project collaboration mode?"}),a.jsx(zs,{})]}),a.jsx(aw,{id:"project-mode",value:i,label:"Project collaboration mode",name:"Project collaboration mode",onChange:C=>{v==null||v(C.target.value)},options:_})]}),a.jsxs(nw,{children:[a.jsxs(O,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[a.jsx("legend",{children:"Feature flag naming pattern"}),a.jsx(Y_,{})]}),a.jsx(y7,{children:a.jsxs(cw,{id:"pattern-naming-description",children:[a.jsxs("p",{children:["Define a"," ",a.jsx("a",{href:"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions/Cheatsheet",target:"_blank",rel:"noreferrer",children:"JavaScript RegEx"})," ","used to enforce feature flag names within this project. The regex will be surrounded by a leading"," ",a.jsx("code",{children:"^"})," and a trailing ",a.jsx("code",{children:"$"}),"."]}),a.jsx("p",{children:"Leave it empty if you don’t want to add a naming pattern."})]})}),a.jsxs(iw,{children:[a.jsx(_7,{label:"Naming Pattern",name:"feature flag naming pattern","aria-describedby":"pattern-naming-description",placeholder:"[A-Za-z]+.[A-Za-z]+.[A-Za-z0-9-]+",InputProps:{startAdornment:a.jsx(y8,{position:"start",children:"^"}),endAdornment:a.jsx(y8,{position:"end",children:"$"})},type:"text",value:s||"",error:!!g.featureNamingPattern,errorText:g.featureNamingPattern,onChange:C=>w(C.target.value)}),a.jsx(y7,{children:a.jsx("p",{id:"pattern-additional-description",children:"The example and description will be shown to users when they create a new feature flag in this project."})}),a.jsx(_7,{label:"Naming Example",name:"feature flag naming example",type:"text","aria-describedby":"pattern-additional-description",value:c||"",placeholder:"dx.feature1.1-135",error:!!g.namingExample,errorText:g.namingExample,onChange:C=>T(C.target.value)}),a.jsx(tw,{label:"Naming pattern description",name:"feature flag naming description",type:"text","aria-describedby":"pattern-additional-description",placeholder:`<project>.<featureName>.<ticket>
701
+
702
+ The flag name should contain the project name, the feature name, and the ticket number, each separated by a dot.`,multiline:!0,minRows:5,value:o||"",onChange:C=>D(C.target.value)})]}),a.jsx(X_,{linkTemplates:l||[],setLinkTemplates:p})]}),a.jsx(rw,{children:e})]})},dw=u("div")(({theme:e})=>({minHeight:0,borderRadius:e.spacing(2),width:"100%",display:"flex",margin:"0 auto",overflow:"hidden",[e.breakpoints.down(1100)]:{flexDirection:"column",minHeight:0}})),uw=u("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),hw="EDIT_PROJECT_SETTINGS_BTN",mw=()=>{const[e,t]=Pe.useState(""),{trackEvent:n}=C1(),i="project-mode";return{trackModePattern:s=>{s!==e&&n(i,{props:{mode:s,action:"updated"}})},setPreviousMode:t}},fw=({project:e})=>{var k,K,I;const{uiConfig:t}=f1(),{setToastData:n,setToastApiError:i}=O1(),c=n1("projectId"),{projectMode:s,featureNamingExample:o,featureNamingDescription:l,featureNamingPattern:d,linkTemplates:m,setFeatureNamingPattern:f,setFeatureNamingExample:v,setFeatureNamingDescription:p,setProjectMode:g,setLinkTemplates:x,getEnterpriseSettingsPayload:j,errors:_={},clearErrors:b}=B_(e.mode,((k=e==null?void 0:e.featureNaming)==null?void 0:k.pattern)||void 0,((K=e==null?void 0:e.featureNaming)==null?void 0:K.example)||void 0,((I=e==null?void 0:e.featureNaming)==null?void 0:I.description)||void 0,(e==null?void 0:e.linkTemplates)||[]),w=()=>`curl --location --request PUT '${t.unleashUrl}/api/admin/projects/${c}/settings' \\
703
+ --header 'Authorization: INSERT_API_KEY' \\
704
+ --header 'Content-Type: application/json' \\
705
+ --data-raw '${JSON.stringify(j(),void 0,2)}'`,{refetch:T}=te(c),{editProjectSettings:D,loading:C}=Je(),Z=()=>{const[H,B]=Pe.useState(""),{trackEvent:E}=C1(),V="feature-naming-pattern";return{trackPattern:(P="")=>{P===H||(P===""&&H!==""?E(V,{props:{action:"removed"}}):P!==""&&H===""?E(V,{props:{action:"added"}}):P!==""&&H!==""&&E(V,{props:{action:"edited"}}))},setPreviousPattern:B}},{setPreviousPattern:S,trackPattern:L}=Z(),{setPreviousMode:z,trackModePattern:F}=mw(),A=async H=>{H.preventDefault();const B=j();try{await D(c,B),T(),n({text:"Project information updated",type:"success"}),L(d),F(s)}catch(E){i(_1(E))}};return h.useEffect(()=>{S(d||""),z(s)},[e]),a.jsx(dw,{children:a.jsx(Xe,{loading:C,title:"Enterprise Settings",description:"",documentationLink:"https://docs.getunleash.io/reference/projects",documentationLinkLabel:"Projects documentation",formatApiCode:w,compactPadding:!0,compact:!0,showDescription:!1,showLink:!1,children:a.jsx(uw,{children:a.jsx(lw,{projectId:c,projectMode:s,featureNamingPattern:d,featureNamingExample:o,featureNamingDescription:l,linkTemplates:m,setFeatureNamingPattern:f,setFeatureNamingExample:v,setFeatureNamingDescription:p,setProjectMode:g,setLinkTemplates:x,handleSubmit:A,errors:_,clearErrors:b,children:a.jsx(j3,{type:"submit",permission:J1,projectId:c,"data-testid":hw,children:"Save changes"})})})})})},pw=()=>a.jsx(A0,{htmlTooltip:!0,tooltip:a.jsx(O,{children:"Enforce an upper limit of the number of feature flags that may be created for this project. You can create unlimited feature flag if there is no limit set."})}),vw="PROJECT_STICKINESS_SELECT",gw="PROJECT_ID_INPUT",xw="PROJECT_NAME_INPUT",bw="PROJECT_DESCRIPTION_INPUT",jw=u("form")(({theme:e})=>({height:"100%",paddingBottom:e.spacing(1)})),n2=u("p")(({theme:e})=>({marginBottom:e.spacing(1),marginRight:e.spacing(1)})),yw=u(Fr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:"200px"})),_w=u("div")(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),J4=u(_3)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),ww=u(le)(({theme:e})=>({width:"100%",marginBottom:e.spacing(2)})),Sw=u("div")(()=>({marginTop:"auto",display:"flex",justifyContent:"flex-end"})),Ow=u("div")(()=>({display:"flex",alignItems:"center"})),Cw=({children:e,handleSubmit:t,projectId:n,projectName:i,projectDesc:c,projectStickiness:s,featureLimit:o,featureCount:l,projectMode:d,setProjectMode:m,setProjectId:f,setProjectName:v,setProjectDesc:p,setProjectStickiness:g,setFeatureLimit:x,errors:j,mode:_,validateProjectId:b,clearErrors:w})=>{const{isEnterprise:T}=f1(),D=[{key:"open",label:"open"},{key:"protected",label:"protected"},{key:"private",label:"private"}];return a.jsxs(jw,{onSubmit:C=>{t(C)},children:[a.jsx(n2,{children:"What is your project Id?"}),a.jsx(J4,{label:"Project Id",value:n,onChange:C=>f(Ch(C.target.value)),error:!!j.id,errorText:j.id,onFocus:()=>w(),onBlur:b,disabled:_==="Edit","data-testid":gw,autoFocus:!0,required:!0}),a.jsx(n2,{children:"What is your project name?"}),a.jsx(J4,{label:"Project name",value:i,onChange:C=>v(C.target.value),error:!!j.name,errorText:j.name,onFocus:()=>{delete j.name},"data-testid":xw,required:!0}),a.jsx(n2,{children:"What is your project description?"}),a.jsx(ww,{label:"Project description",variant:"outlined",multiline:!0,maxRows:4,value:c,onChange:C=>p(C.target.value),"data-testid":bw}),a.jsx(N,{condition:g!=null,show:a.jsxs(a.Fragment,{children:[a.jsx(n2,{children:"What is the default stickiness for the project?"}),a.jsx(Dh,{label:"Stickiness",value:s,"data-testid":vw,onChange:C=>g==null?void 0:g(C.target.value),editable:!0})]})}),a.jsx(N,{condition:_==="Edit",show:()=>a.jsxs(a.Fragment,{children:[a.jsxs(O,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[a.jsx("p",{children:"Feature flag limit?"}),a.jsx(pw,{})]}),a.jsx(_w,{children:"Leave it empty if you don’t want to add a limit"}),a.jsxs(Ow,{children:[a.jsx(J4,{label:"Limit",name:"value",type:"number",value:o==="null"||o===void 0?"":o,onChange:C=>x(C.target.value)}),a.jsx(N,{condition:l!==void 0&&!!o,show:a.jsxs(O,{children:["(",l," of ",o," used)"]})})]})]})}),a.jsx(N,{condition:_==="Create"&&T(),show:a.jsxs(a.Fragment,{children:[a.jsxs(O,{sx:{display:"flex",alignItems:"center",marginBottom:1,gap:1},children:[a.jsx("p",{children:"What is your project collaboration mode?"}),a.jsx(zs,{})]}),a.jsx(yw,{id:"project-mode",value:d,label:"Project collaboration mode",name:"Project collaboration mode",onChange:C=>{m==null||m(C.target.value)},options:D})]})}),a.jsx(Sw,{children:e})]})},Dw=u("div")(({theme:e})=>({minHeight:0,borderRadius:e.spacing(2),width:"100%",display:"flex",margin:"0 auto",overflow:"hidden",[e.breakpoints.down(1100)]:{flexDirection:"column",minHeight:0}})),$w=u("div")(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),Tw="EDIT_PROJECT_BTN",Pw=({project:e})=>{const t=n1("projectId"),{uiConfig:n}=f1(),{setToastData:i,setToastApiError:c}=O1(),{defaultStickiness:s}=$h(t),{trackEvent:o}=C1(),{projectId:l,projectName:d,projectDesc:m,projectStickiness:f,featureLimit:v,setFeatureLimit:p,setProjectId:g,setProjectName:x,setProjectDesc:j,setProjectStickiness:_,getEditProjectPayload:b,clearErrors:w,validateProjectId:T,validateName:D,errors:C}=Th(t,e.name,e.description||void 0,s,String(e.featureLimit)),{editProject:Z,loading:S}=Je(),{refetch:L}=te(t),z=()=>`curl --location --request PUT '${n.unleashUrl}/api/admin/projects/${t}' \\
706
+ --header 'Authorization: INSERT_API_KEY' \\
707
+ --header 'Content-Type: application/json' \\
708
+ --data-raw '${JSON.stringify(b(),void 0,2)}'`,F=async A=>{A.preventDefault();const k=b();if(D())try{await Z(t,k),L(),i({text:"Project information updated",type:"success"}),f!==Ph&&o("project_stickiness_set")}catch(I){c(_1(I))}};return a.jsx(Dw,{children:a.jsx(Xe,{loading:S,title:"General settings",description:"Projects allow you to group feature flags together in the management UI.",documentationLink:"https://docs.getunleash.io/reference/projects#update-a-project",documentationLinkLabel:"Projects documentation",formatApiCode:z,compactPadding:!0,compact:!0,children:a.jsx($w,{children:a.jsx(Cw,{errors:C,handleSubmit:F,projectId:l,setProjectId:g,projectName:d,setProjectName:x,projectStickiness:f,setProjectStickiness:_,setFeatureLimit:p,featureLimit:v,projectDesc:m,setProjectDesc:j,mode:"Edit",clearErrors:w,validateProjectId:T,children:a.jsx(j3,{type:"submit",permission:[J1,Wc],projectId:l,"data-testid":Tw,children:"Save changes"})})})})})},Ew=({open:e,onClose:t,project:n,onSuccess:i})=>{const{archiveProject:c}=Je(),{refetch:s}=bc(),{setToastData:o,setToastApiError:l}=O1(),d=async m=>{m.preventDefault();try{await c(n),s(),o({text:"Project archived",type:"success"}),i==null||i()}catch(f){l(_1(f))}t(m)};return a.jsx(ue,{open:e,onClick:d,onClose:t,title:"Are you sure?",children:a.jsx(M,{children:"The project will be moved to the projects archive, where it can either be revived or permanently deleted."})})},Zw=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4),gap:e.spacing(2)})),Iw=u("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(3)})),Mw=({projectId:e,featureCount:t})=>{const[n,i]=h.useState(!1),c=re(),s=t>0;return a.jsxs(Zw,{children:[a.jsx("p",{children:"Before you can archive a project, you must first archive all of the feature flags associated with it."}),a.jsx(N,{condition:t>0,show:a.jsxs("p",{children:["Currently there ",t<=1?"is":"are"," ",a.jsx(oe,{component:g1,to:"../..",children:a.jsxs("strong",{children:[t," active feature"," ",t===1?"flag":"flags","."]})})]})}),a.jsx(Iw,{children:a.jsx(j3,{permission:Eh,disabled:s,projectId:e,onClick:()=>{i(!0)},tooltipProps:{title:"Archive project"},"data-loading":!0,children:"Archive project"})}),a.jsx(Ew,{project:e,open:n,onClose:()=>{i(!1)},onSuccess:()=>{c("/projects")}})]})},Aw=u("div")(({theme:e})=>({borderRadius:e.spacing(2),overflow:"hidden"})),Fw=({featureCount:e})=>{const t=n1("projectId"),{uiConfig:n}=f1(),{loading:i}=Je(),c=()=>`curl --location --request POST '${n.unleashUrl}/api/admin/projects/archive/${t}' \\
709
+ --header 'Authorization: INSERT_API_KEY'`;return a.jsx(Aw,{children:a.jsx(Xe,{loading:i,title:"Archive project",description:"",documentationLink:"https://docs.getunleash.io/reference/projects",documentationLinkLabel:"Projects documentation",formatApiCode:c,compact:!0,compactPadding:!0,showDescription:!1,showLink:!1,children:a.jsx(Mw,{projectId:t,featureCount:e})})})},Rw=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),Lw=()=>{const{isEnterprise:e}=f1(),{hasAccess:t}=h.useContext(Ie),n=n1("projectId"),{project:i}=te(n);if(!i.name)return null;const c=!t([J1,Wc],n)&&a.jsx(T1,{severity:"error",sx:{mb:4},children:"You do not have the required permissions to edit this project."});return a.jsxs(a.Fragment,{children:[c,a.jsxs(Rw,{children:[a.jsx(Pw,{project:i}),a.jsx(N,{condition:e(),show:a.jsx(fw,{project:i})}),a.jsx(Fw,{featureCount:xc(i)??0})]})]})},Vw=()=>{const e=n1("projectId"),t=_e(e),{hasAccess:n}=h.useContext(Ie),{isOss:i}=f1();return ve(`Project configuration – ${t}`),i()?a.jsx(A1,{header:a.jsx(S1,{title:"General settings"}),sx:{justifyContent:"center"},children:a.jsx(I0,{feature:"project-settings"})}):n([J1,Zh],e)?a.jsx(Lw,{}):a.jsx(A1,{header:a.jsx(S1,{title:"General settings"}),children:a.jsx(T1,{severity:"error",children:'You need project owner permissions or a custom role with "project setting access permission" to access this section.'})})},Nw={actions:[]},Z5=e=>{const{isEnterprise:t}=f1(),n=P0("automatedActions"),{data:i,error:c,mutate:s}=Gr(t()&&n,Nw,B1(`api/admin/projects/${e}/actions`),Ww);return h.useMemo(()=>({actions:(i==null?void 0:i.actions)??[],loading:!c&&!i,refetch:()=>s(),error:c}),[i,c,s])},Ww=e=>fetch(e).then(he("Actions")).then(t=>t.json()),Bs=e=>{const{loading:t,makeRequest:n,createRequest:i,errors:c}=A2({propagateErrors:!0}),s=`api/admin/projects/${e}/actions`,o=async p=>{const x=i(s,{method:"POST",body:JSON.stringify(p)},"addActionSet");return(await n(x.caller,x.id)).json()},l=async(p,g)=>{const j=i(`${s}/${p}`,{method:"PUT",body:JSON.stringify(g)},"updateActionSet");await n(j.caller,j.id)},d=async p=>{const x=i(`${s}/${p}/on`,{method:"POST"},"enableActionSet");await n(x.caller,x.id)},m=async p=>{const x=i(`${s}/${p}/off`,{method:"POST"},"disableActionSet");await n(x.caller,x.id)};return{addActionSet:o,updateActionSet:l,removeActionSet:async p=>{const x=i(`${s}/${p}`,{method:"DELETE"},"removeActionSet");await n(x.caller,x.id)},toggleActionSet:async(p,g)=>{g?await d(p):await m(p)},errors:c,loading:t}},zw=u(O)({display:"flex",alignItems:"center"}),Bw=u(g3)(({theme:e})=>({background:"transparent",borderRadius:e.shape.borderRadius,overflow:"hidden",width:e.spacing(3),height:e.spacing(3),fontSize:e.fontSizes.mainHeader})),Yw=u(oe)(({theme:e})=>({...Ih(e),"&:hover, &:focus":{textDecoration:"underline"}})),Hw=({action:e,signalEndpoints:t})=>{const{sourceId:n,source:i}=e.match;if(i==="signal-endpoint"){const c=t.find(({id:s})=>s===n);if(c)return a.jsx(Z1,{children:a.jsxs(zw,{children:[a.jsx(I3,{title:"Signal endpoint",arrow:!0,children:a.jsx(Bw,{src:j0(Mh),alt:"Signal endpoint",variant:"rounded"})}),a.jsx(Yw,{component:g1,to:"/integrations/signals",underline:"hover",children:c.name})]})})}return a.jsx(Z1,{children:"No source"})},Uw=u(M)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),kw=({action:e})=>{const{payload:t}=e.match,n=Object.entries(t);return n.length===0?a.jsx(Z1,{children:"0 filters"}):a.jsx(Z1,{children:a.jsx(F0,{tooltipProps:{maxWidth:500},tooltip:a.jsx(a.Fragment,{children:n.map(([i,{inverted:c,operator:s,caseInsensitive:o,value:l,values:d}])=>{const m=xr(s),f=c?a.jsxs(a.Fragment,{children:["is ",a.jsx("u",{children:"not"})," ",m.substring(2)]}):m;return a.jsxs(Uw,{children:[a.jsx("strong",{children:i})," ",f,o?" (case insensitive)":"",": ",a.jsx("strong",{children:d?d.join(", "):l})]},i)})}),children:n.length===1?"1 filter":`${n.length} filters`})})},qw=({action:e,serviceAccounts:t})=>{const{actorId:n}=e,i=t.find(({id:c})=>c===n);return i?a.jsx(M0,{to:"/admin/service-accounts",title:i.name,subtitle:i.username}):a.jsx(Z1,{children:"No service account"})},Kw=async e=>{const t=await fetch(e);return await he("Action events")(t),t.json()},Ys=(e,t,n=50,i={})=>{var w;const{isEnterprise:c}=f1(),s=P0("automatedActions"),o=(T,D)=>!e||!t||!c||!s||D&&!D.actionSetEvents.length?null:B1(`api/admin/projects/${t}/actions/${e}/events?limit=${n}&offset=${T*n}`),{data:l,error:d,size:m,setSize:f,mutate:v}=Ah(o,Kw,{...i,revalidateAll:!0}),p=l?l.flatMap(({actionSetEvents:T})=>T):[],g=!l&&!d,x=m>0&&!(l!=null&&l[m-1]),j=g||x,_=((w=l==null?void 0:l[m-1])==null?void 0:w.actionSetEvents.length)===n;return{actionEvents:p,hasMore:_,loadMore:()=>{j||!_||f(m+1)},loading:j,refetch:()=>v(),error:d}},Gw=u("div",{shouldForwardProp:e=>e!=="state"})(({theme:e,state:t})=>({padding:e.spacing(2),border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,...t==="not started"&&{backgroundColor:e.palette.background.elevation1}})),Qw=u("div")({display:"flex",flexDirection:"column"}),Jw=u("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),Xw=u("div")(({theme:e})=>({display:"flex",alignItems:"center",fontSize:e.fontSizes.smallBody,gap:e.spacing(2)})),eS=u(K2)(({theme:e})=>({color:e.palette.success.main}));u(Qr)(({theme:e})=>({color:e.palette.error.main}));const tS=u(T1)(({theme:e})=>({marginTop:e.spacing(2),fontSize:"inherit"})),nS=u(U3)(({theme:e})=>({margin:e.spacing(2,0)})),aS=u("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),rS=u("p")(({theme:e})=>({fontWeight:e.fontWeight.bold,marginBottom:e.spacing(.5)})),iS=u("span")(({theme:e})=>({color:e.palette.text.secondary})),cS=({action:{state:e,details:t,action:n,executionParams:i},children:c})=>{const s=e==="success"?a.jsx(eS,{}):e==="started"?a.jsx(Jr,{size:20}):e==="not started"?a.jsx("span",{children:"Not started"}):null;return a.jsxs(Gw,{state:e,children:[a.jsxs(Qw,{children:[a.jsxs(Jw,{children:[a.jsx("div",{children:c}),a.jsx(Xw,{children:s})]}),a.jsx(N,{condition:!!t,show:a.jsx(tS,{severity:"error",children:t})})]}),a.jsx(nS,{}),a.jsxs(aS,{children:[a.jsx(rS,{children:n}),Object.entries(i).map(([o,l])=>a.jsxs("div",{children:[a.jsxs(iS,{children:[o,":"]})," ",l]},o))]})]})},sS=h.lazy(()=>zc(()=>import("./ReactJSONEditor-BKB6MheT.js"),[])),oS=u(qr)(({theme:e})=>({boxShadow:"none",border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,"&:before":{display:"none"}})),lS=u(kr)({lineHeight:"1.5rem"}),dS=u(g1)(({theme:e})=>({marginLeft:e.spacing(1)})),uS=({signal:e})=>{const{signalEndpoints:t}=Xr(),n=h.useMemo(()=>{const i=t.find(({id:c})=>c===e.sourceId);return i==null?void 0:i.name},[t,e.sourceId]);return a.jsxs(oS,{children:[a.jsxs(lS,{expandIcon:a.jsx($1,{children:a.jsx(Nc,{titleAccess:"Toggle"})}),children:["Signal endpoint:",a.jsx(dS,{to:"/integrations/signals",children:n})]}),a.jsx(Kr,{children:a.jsx(h.Suspense,{fallback:null,children:a.jsx(sS,{content:{json:e.payload},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]})},hS=({signal:e})=>{const{source:t}=e;return t==="signal-endpoint"?a.jsx(uS,{signal:e}):null},mS=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),padding:e.spacing(2)})),fS=u(T1)({fontSize:"inherit"}),Hs=({state:e,actionSet:{actions:t},signal:n})=>{const i=e==="failed"?`${t.filter(({state:c})=>c!=="success").length} out of ${t.length} actions were not successfully executed`:"All actions were successfully executed";return a.jsxs(mS,{children:[a.jsx(fS,{severity:e==="failed"?"error":"success",icon:e==="success"?a.jsx(K2,{}):void 0,children:i}),a.jsx(hS,{signal:n}),t.map((c,s)=>a.jsxs(cS,{action:c,children:["Action ",s+1]},c.id))]})},pS=u(F0)(({theme:e})=>({display:"flex",alignItems:"center"})),vS=u("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",margin:e.spacing(0,2),marginTop:e.spacing(2)})),gS=u("span")(({theme:e})=>({fontSize:e.fontSizes.bodySize})),xS=u(K2)(({theme:e})=>({color:e.palette.success.main})),bS=u(Qr)(({theme:e})=>({color:e.palette.error.main})),jS=({action:e})=>{const{id:t,project:n}=e,{actionEvents:i}=Ys(t,n,1,{refreshInterval:5e3}),{locationSettings:c}=q3();if(i.length===0)return null;const s=i[0],o=s.state==="success"?a.jsx(xS,{}):s.state==="failed"?a.jsx(bS,{}):a.jsx(Jr,{size:20});return a.jsx(pS,{tooltipProps:{maxWidth:500,maxHeight:600},tooltip:a.jsxs(a.Fragment,{children:[a.jsxs(vS,{children:[a.jsx(gS,{children:"Last event"}),a.jsx("span",{children:E0(s.createdAt,c==null?void 0:c.locale)})]}),a.jsx(Hs,{...s})]}),children:o})},yS=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(2)})),_S=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1),fontSize:e.fontSizes.smallerBody})),wS=u("ul")(({theme:e})=>({listStyle:"none",paddingLeft:e.spacing(1),margin:0})),SS=({action:e,onCreateAction:t})=>{const{actions:n}=e;return n.length===0?t?a.jsx(M0,{title:"Create action",onClick:t}):a.jsx(Z1,{children:"0 actions"}):a.jsxs(yS,{children:[a.jsx(jS,{action:e}),a.jsx(F0,{tooltip:a.jsx(_S,{children:n.map(({id:i,action:c,executionParams:s})=>a.jsxs("div",{children:[a.jsx("strong",{children:c}),a.jsx(wS,{children:Object.entries(s).map(([o,l])=>a.jsxs("li",{children:[a.jsx("strong",{children:o}),":"," ",l]},o))})]},i))}),children:n.length===1?"1 action":`${n.length} actions`})]})},OS=u(O)({display:"flex",justifyContent:"center"}),CS=({actionId:e,onOpenEvents:t,onEdit:n,onDelete:i})=>{const[c,s]=h.useState(null),o=!!c,l=v=>{s(v.currentTarget)},d=()=>{s(null)},m=`action-${e}-actions`,f=`${m}-menu`;return a.jsxs(OS,{children:[a.jsx(Y1,{title:"Action actions",arrow:!0,describeChild:!0,children:a.jsx($1,{id:m,"data-loading":!0,"aria-controls":o?f:void 0,"aria-haspopup":"true","aria-expanded":o?"true":void 0,onClick:l,type:"button",children:a.jsx(Pr,{})})}),a.jsx(O0,{id:f,anchorEl:c,open:o,onClose:d,onClick:d,transformOrigin:{horizontal:"right",vertical:"top"},anchorOrigin:{horizontal:"right",vertical:"bottom"},disableScrollLock:!0,PaperProps:{sx:v=>({borderRadius:`${v.shape.borderRadius}px`,padding:v.spacing(1,1.5)})},children:a.jsxs(C0,{"aria-labelledby":m,children:[a.jsx(fe,{permission:u2,children:({hasAccess:v})=>a.jsxs(ce,{sx:p3,onClick:t,disabled:!v,children:[a.jsx(me,{children:a.jsx(Fh,{})}),a.jsx(se,{children:a.jsx(M,{variant:"body2",children:"View events"})})]})}),a.jsx(fe,{permission:u2,children:({hasAccess:v})=>a.jsxs(ce,{sx:p3,onClick:n,disabled:!v,children:[a.jsx(me,{children:a.jsx(K3,{})}),a.jsx(se,{children:a.jsx(M,{variant:"body2",children:"Edit"})})]})}),a.jsx(fe,{permission:u2,children:({hasAccess:v})=>a.jsxs(ce,{sx:p3,onClick:i,disabled:!v,children:[a.jsx(me,{children:a.jsx(x3,{})}),a.jsx(se,{children:a.jsx(M,{variant:"body2",children:"Remove"})})]})})]})})]})},DS=u("div")(({theme:e})=>({marginTop:e.spacing(1),position:"relative"})),$S=u("div")(({theme:e})=>({padding:e.spacing(.75,1),fontSize:e.fontSizes.smallerBody,backgroundColor:e.palette.seen.primary,borderRadius:e.shape.borderRadius,position:"absolute",zIndex:e.zIndex.fab,top:e.spacing(-2),left:e.spacing(2),lineHeight:1})),TS=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.default,border:`1px solid ${e.palette.divider}`,padding:e.spacing(2),paddingTop:e.spacing(1),borderRadius:e.shape.borderRadiusMedium})),Us=u("div")({display:"flex",alignItems:"center"}),PS=u(Us)(({theme:e})=>({justifyContent:"space-between",marginBottom:e.spacing(1)})),ks=({index:e,header:t,separator:n="AND",children:i})=>a.jsxs(DS,{children:[a.jsx(N,{condition:e>0,show:a.jsx($S,{children:n})}),a.jsxs(TS,{children:[a.jsx(PS,{children:t}),a.jsx(Us,{children:i})]})]}),ES=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M5 18C5 18.55 5.45 19 6 19H18C18.55 19 19 18.55 19 18C19 17.45 18.55 17 18 17H6C5.45 17 5 17.45 5 18ZM9.5 12.8H14.5L15.16 14.4C15.31 14.76 15.66 15 16.05 15C16.74 15 17.2 14.29 16.93 13.66L13.05 4.69C12.87 4.27 12.46 4 12 4C11.54 4 11.13 4.27 10.95 4.69L7.07 13.66C6.8 14.29 7.27 15 7.96 15C8.35 15 8.7 14.76 8.85 14.4L9.5 12.8ZM12 5.98L13.87 11H10.13L12 5.98Z"})),ZS=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.10831 2.60839C3.71687 2.23054 3.09322 2.23475 2.70696 2.62102C2.31643 3.01154 2.31643 3.64471 2.70696 4.03523L8.65871 9.98698L7.07 13.6598C6.8 14.2898 7.27 14.9998 7.96 14.9998C8.35 14.9998 8.7 14.7598 8.85 14.3998L9.5 12.7998H11.4716L15.6716 16.9998H6C5.45 16.9998 5 17.4498 5 17.9998C5 18.5498 5.45 18.9998 6 18.9998H17.6716L19.6775 21.0058C20.068 21.3963 20.7012 21.3963 21.0917 21.0058C21.478 20.6195 21.4822 19.9959 21.1044 19.6044C21.1001 19.6003 21.0958 19.5961 21.0916 19.5919L4.12102 2.62132C4.11674 2.61704 4.1125 2.61273 4.10831 2.60839ZM16.1235 11.7954L13.05 4.68985C12.87 4.26985 12.46 3.99985 12 3.99985C11.54 3.99985 11.13 4.26985 10.95 4.68985L10.3666 6.03851L11.5408 7.21265L12 5.97985L13.0045 8.67635L16.1235 11.7954Z"})),qs=Bc($1)(({theme:e})=>({width:"28px",minWidth:"28px",maxWidth:"28px",height:"auto",backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,padding:"0 1px 0",marginRight:"1rem","&:hover":{background:e.palette.background.application},[e.breakpoints.between(1101,1365)]:{marginRight:"0.5rem",alignItems:"center"}})),Ks=Bc($1)(({theme:e})=>({width:"28px",minWidth:"28px",maxWidth:"28px",color:e.palette.primary.contrastText,backgroundColor:e.palette.primary.main,borderRadius:e.shape.borderRadius,marginRight:"1rem",padding:"0 1px 0","&:hover":{color:e.palette.primary.contrastText,backgroundColor:e.palette.primary.main},[e.breakpoints.between(1101,1365)]:{marginRight:"0.5rem",alignItems:"center"}})),IS=({localConstraint:e,setCaseInsensitive:t})=>a.jsx(Y1,{title:e.caseInsensitive?"Make it case sensitive":"Make it case insensitive",arrow:!0,children:a.jsx(O,{sx:{display:"flex",alignItems:"stretch"},children:a.jsx(N,{condition:!!e.caseInsensitive,show:a.jsx(qs,{onClick:t,disableRipple:!0,children:a.jsx(ZS,{})}),elseShow:a.jsx(Ks,{className:"operator-is-active",onClick:t,disableRipple:!0,children:a.jsx(ES,{})})})})}),MS=e=>h.createElement("svg",{width:24,height:10,viewBox:"0 0 24 10",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M20.9238 0.46875V9H19.1719V0.46875H20.9238ZM23.5488 0.46875V1.8457H16.5879V0.46875H23.5488Z"}),h.createElement("path",{d:"M16.2422 4.53516V4.93945C16.2422 5.58789 16.1543 6.16992 15.9785 6.68555C15.8027 7.20117 15.5547 7.64062 15.2344 8.00391C14.9141 8.36328 14.5312 8.63867 14.0859 8.83008C13.6445 9.02148 13.1543 9.11719 12.6152 9.11719C12.0801 9.11719 11.5898 9.02148 11.1445 8.83008C10.7031 8.63867 10.3203 8.36328 9.99609 8.00391C9.67188 7.64062 9.41992 7.20117 9.24023 6.68555C9.06445 6.16992 8.97656 5.58789 8.97656 4.93945V4.53516C8.97656 3.88281 9.06445 3.30078 9.24023 2.78906C9.41602 2.27344 9.66406 1.83398 9.98438 1.4707C10.3086 1.10742 10.6914 0.830078 11.1328 0.638672C11.5781 0.447266 12.0684 0.351562 12.6035 0.351562C13.1426 0.351562 13.6328 0.447266 14.0742 0.638672C14.5195 0.830078 14.9023 1.10742 15.2227 1.4707C15.5469 1.83398 15.7969 2.27344 15.9727 2.78906C16.1523 3.30078 16.2422 3.88281 16.2422 4.53516ZM14.4668 4.93945V4.52344C14.4668 4.07031 14.4258 3.67188 14.3438 3.32812C14.2617 2.98438 14.1406 2.69531 13.9805 2.46094C13.8203 2.22656 13.625 2.05078 13.3945 1.93359C13.1641 1.8125 12.9004 1.75195 12.6035 1.75195C12.3066 1.75195 12.043 1.8125 11.8125 1.93359C11.5859 2.05078 11.3926 2.22656 11.2324 2.46094C11.0762 2.69531 10.957 2.98438 10.875 3.32812C10.793 3.67188 10.752 4.07031 10.752 4.52344V4.93945C10.752 5.38867 10.793 5.78711 10.875 6.13477C10.957 6.47852 11.0781 6.76953 11.2383 7.00781C11.3984 7.24219 11.5938 7.41992 11.8242 7.54102C12.0547 7.66211 12.3184 7.72266 12.6152 7.72266C12.9121 7.72266 13.1758 7.66211 13.4062 7.54102C13.6367 7.41992 13.8301 7.24219 13.9863 7.00781C14.1426 6.76953 14.2617 6.47852 14.3438 6.13477C14.4258 5.78711 14.4668 5.38867 14.4668 4.93945Z"}),h.createElement("path",{d:"M7.70508 0.46875V9H5.94727L2.51953 3.28125V9H0.761719V0.46875H2.51953L5.95312 6.19336V0.46875H7.70508Z"})),AS=e=>h.createElement("svg",{width:24,height:36,viewBox:"25 12 24 30",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M44.2145 31H45.9238V23.8457H48.5488V22.4688H45.9238H44.1719H41.5879V23.8457H44.1719V30.9574L44.2145 31ZM39.1419 28.7274L40.3188 29.9043C40.3146 29.9095 40.3104 29.9147 40.3061 29.9198L46.2004 35.8141L44.8004 37.2141L38.5868 31.0005C38.2828 31.0783 37.9589 31.1172 37.6152 31.1172C37.0801 31.1172 36.5898 31.0215 36.1445 30.8301C35.7031 30.6387 35.3203 30.3633 34.9961 30.0039C34.6719 29.6406 34.4199 29.2012 34.2402 28.6855C34.0645 28.1699 33.9766 27.5879 33.9766 26.9395V26.5352C33.9766 26.4869 33.977 26.4391 33.978 26.3917L32.7051 25.1188V31H30.9473L27.5195 25.2812V31H25.7617V22.4688H27.5195L30.9531 28.1934V23.3668L26.4004 18.8141L27.8004 17.4141L34.5229 24.1366C34.5262 24.1305 34.5295 24.1244 34.5328 24.1183L35.8509 25.4364C35.8493 25.4442 35.8477 25.452 35.8461 25.4598L37.0004 26.6141L39.1328 28.7465C39.1359 28.7402 39.1389 28.7338 39.1419 28.7274ZM39.4614 26.247L41.1626 27.9481C41.2157 27.632 41.2422 27.2957 41.2422 26.9395V26.5352C41.2422 25.8828 41.1523 25.3008 40.9727 24.7891C40.7969 24.2734 40.5469 23.834 40.2227 23.4707C39.9023 23.1074 39.5195 22.8301 39.0742 22.6387C38.6328 22.4473 38.1426 22.3516 37.6035 22.3516C37.0684 22.3516 36.5781 22.4473 36.1328 22.6387C36.0682 22.6667 36.0048 22.6966 35.9427 22.7283L37.0488 23.8344C37.2187 23.7794 37.4036 23.752 37.6035 23.752C37.9004 23.752 38.1641 23.8125 38.3945 23.9336C38.625 24.0508 38.8203 24.2266 38.9805 24.4609C39.1406 24.6953 39.2617 24.9844 39.3438 25.3281C39.4087 25.6002 39.4479 25.9065 39.4614 26.247ZM37.281 29.6947L35.9324 28.346C36.0101 28.5994 36.112 28.82 36.2383 29.0078C36.3984 29.2422 36.5938 29.4199 36.8242 29.541C36.9642 29.6146 37.1165 29.6658 37.281 29.6947Z"})),FS=({localConstraint:e,setInvertedOperator:t})=>a.jsx(Y1,{title:e.inverted?"Remove negation":"Negate operator",arrow:!0,children:a.jsx(O,{sx:{display:"flex",alignItems:"stretch"},children:a.jsx(N,{condition:!!e.inverted,show:a.jsx(Ks,{className:"operator-is-active",onClick:t,disableRipple:!0,children:a.jsx(MS,{})}),elseShow:a.jsx(qs,{onClick:t,disableRipple:!0,children:a.jsx(AS,{})})})})}),RS=u("h3")(({theme:e})=>({fontSize:e.fontSizes.bodySize,fontWeight:e.typography.fontWeightRegular})),Gs=({children:e,...t})=>a.jsx(RS,{...t,children:e}),Qs=Br()(e=>({valueChip:{margin:"0 0.5rem 0.5rem 0"},chipValue:{whiteSpace:"pre"},inputContainer:{display:"flex",alignItems:"center",[e.breakpoints.down(700)]:{flexDirection:"column",alignItems:"flex-start"}},inputInnerContainer:{minWidth:"300px",[e.breakpoints.down(700)]:{minWidth:"100%"}},input:{width:"100%",margin:"1rem 0"},button:{marginLeft:"1rem",[e.breakpoints.down(700)]:{marginLeft:0,marginBottom:"0.5rem"}},valuesContainer:{marginTop:"1rem"}})),LS=u(O)(({theme:e})=>({"&:has(*)":{marginTop:e.spacing(2)}})),VS="Enter",w7=({values:e,removeValue:t,setValues:n,error:i,setError:c})=>{const[s,o]=h.useState(""),{classes:l}=Qs(),{uiConfig:d,loading:m}=f1(),f=d.resourceLimits.constraintValues,v=g=>{g.key===VS&&(g.preventDefault(),p())},p=()=>{const g=WS([...e,...Lh(s)]);g.length>f?c(`constraints cannot have more than ${f} values`):g.length===0?c("values cannot be empty"):g.some(j=>j.length>100)?c("values cannot be longer than 100 characters"):(c(""),o(""),n(g))};return a.jsxs(a.Fragment,{children:[a.jsx(Gs,{style:{marginBottom:0},children:"Set values (maximum 100 char length per value)"}),a.jsxs("div",{className:l.inputContainer,children:[a.jsx("div",{className:l.inputInnerContainer,children:a.jsx(_3,{onKeyPress:v,label:"Values",name:"values",value:s,onFocus:()=>{c("")},onChange:g=>o(g.target.value),placeholder:"value1, value2, value3...",className:l.input,error:!!i,errorText:i,"data-testid":"CONSTRAINT_VALUES_INPUT"})}),a.jsx(c1,{className:l.button,variant:"outlined",color:"primary",onClick:p,"data-testid":"CONSTRAINT_VALUES_ADD_BUTTON",disabled:m,children:"Add values"})]}),a.jsx("div",{className:l.valuesContainer,children:a.jsx(NS,{values:e,removeValue:t})}),a.jsx(LS,{children:a.jsx(jc,{name:"single constraint values",shortName:"values",currentValue:e.length,limit:f})})]})},NS=({values:e,removeValue:t})=>{const{classes:n}=Qs();return a.jsx(a.Fragment,{children:e.map((i,c)=>a.jsx(Rc,{label:a.jsx(Rh,{text:i,maxLength:35,maxWidth:"100",className:n.chipValue}),onDelete:()=>t(c),className:n.valueChip,"data-testid":"CONSTRAINT_VALUES_CHIP"},`${i}-${c}`))})},WS=e=>Array.from(new Set(e)),zS=Br()(e=>({singleValueContainer:{maxWidth:"300px",marginTop:"-1rem"},singleValueInput:{width:"100%",margin:"1rem 0"}})),S7=({setValue:e,value:t,type:n,error:i,setError:c})=>{const{classes:s}=zS();return a.jsxs(a.Fragment,{children:[a.jsxs(Gs,{children:["Add a single ",n.toLowerCase()," value"]}),a.jsx("div",{className:s.singleValueContainer,children:a.jsx(_3,{label:n,name:"value",value:t||"",onChange:o=>{c(""),e(o.target.value.trim())},onFocus:()=>c(""),placeholder:`Enter a single ${n} value`,className:s.singleValueInput,error:!!i,errorText:i})})]})},BS=({operator:e,localConstraint:t,setValue:n,setValues:i,setError:c,removeValue:s,error:o})=>{if(Vh(e))return a.jsx(w7,{values:t.values||[],removeValue:s,setValues:i,error:o,setError:c});if(br(e))return a.jsx(w7,{values:t.values||[],removeValue:s,setValues:i,error:o,setError:c});if(Nh(e))return a.jsx(S7,{setValue:n,value:t.value,type:"number",error:o,setError:c});if(Wh(e))return a.jsx(S7,{setValue:n,value:t.value,type:"semver",error:o,setError:c})},YS=u("div")(({theme:e})=>({lineHeight:1.1,marginTop:-2,marginBottom:-10})),O7=u("div")(({theme:e})=>({fontSize:e.fontSizes.smallBody})),C7=u("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.neutral.main,overflow:"hidden",whiteSpace:"nowrap",textOverflow:"ellipsis"})),HS=u(zh)(({theme:e})=>({[e.breakpoints.between(1101,1365)]:{width:"170px",marginRight:e.spacing(.5)}})),US=u(ce,{shouldForwardProp:e=>e!=="separator"})(({theme:e,separator:t})=>t?{position:"relative",overflow:"visible",marginTop:e.spacing(2),"&:before":{content:'""',display:"block",position:"absolute",top:e.spacing(-1),left:0,right:0,borderTop:"1px solid",borderTopColor:e.palette.divider}}:{}),kS=u("div")(({theme:e})=>({lineHeight:1.2})),qS=({options:e,value:t,onChange:n})=>{const[i,c]=h.useState(!1),s=l=>{n(l.target.value)},o=()=>a.jsxs(YS,{children:[a.jsx(O7,{children:t}),a.jsx(C7,{children:xr(t)})]});return a.jsxs(HS,{variant:"outlined",size:"small",fullWidth:!0,children:[a.jsx(Bh,{htmlFor:"operator-select",children:"Operator"}),a.jsx(Yh,{id:"operator-select",name:"operator",label:"Operator",value:t,open:i,onOpen:()=>c(!0),onClose:()=>c(!1),onChange:s,renderValue:o,children:e.map(l=>a.jsx(US,{value:l,separator:KS(e,l),children:a.jsxs(kS,{children:[a.jsx(O7,{children:l}),a.jsx(C7,{children:xr(l)})]})},l))})]})},KS=(e,t)=>t===e[0]?!1:GS.some(n=>n[0]===t),GS=[Yc,Hc,Uc,Hh,kc],QS=u($1)({marginRight:"-6px"}),JS=u("div")({display:"flex",flexDirection:"column",width:"100%"}),XS=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),[e.breakpoints.down("sm")]:{flexDirection:"column",alignItems:"start",gap:e.spacing(2)}})),eO=u("div")(({theme:e})=>({width:"100%",display:"inline-flex",flex:1,gap:e.spacing(1)})),tO=u("div")(({theme:e})=>({width:"100%","&&& > div":{width:"100%"}})),D7=u("div")(({theme:e})=>({display:"inline-flex",flex:1,"&&& button":{marginRight:0,"&:not(.operator-is-active)":{backgroundColor:e.palette.background.elevation2}}})),nO=u("div")({width:"100%",flex:1});u(_3)({width:"100%"});const aO=u("div")(({theme:e})=>({"& > h3":{margin:e.spacing(1,0,0,0),fontSize:e.fontSizes.smallBody},"& > div":{margin:0,maxWidth:"unset","& > div":{flex:1},"& .MuiFormControl-root":{margin:e.spacing(.5,0,0,0)},"&:not(:first-of-type)":{marginTop:e.spacing(1)}}})),rO=({filter:e,index:t,stateChanged:n,suggestions:i,onDelete:c})=>{const{parameter:s,inverted:o,operator:l,caseInsensitive:d,value:m,values:f}=e,v=a.jsxs(a.Fragment,{children:[a.jsxs("span",{children:["Filter ",t+1]}),a.jsx("div",{children:a.jsx(Y1,{title:"Delete filter",arrow:!0,children:a.jsx(QS,{onClick:c,children:a.jsx(x3,{})})})})]}),[p,g]=h.useState(!1),x=[...Yc,...Hc,...Uc,...kc],[j,_]=h.useState(""),b=Uh(l),w=()=>{if(n({...e,error:void 0}),m===void 0&&f===void 0)return;const S=f||[m||""],[L,z]=b(...S);L||(_(z),n({...e,error:z}))};h.useEffect(()=>{w()},[m,j]),h.useEffect(()=>{br(l)?g(!0):g(!1)},[l]);const T=S=>{br(S)?g(!0):g(!1),n({...e,operator:S})},D=S=>{n({...e,values:void 0,value:S})},C=S=>{n({...e,value:void 0,values:S})},Z=S=>{const L=(f==null?void 0:f.filter((z,F)=>F!==S))||[];C(L)};return a.jsx(ks,{index:t,header:v,children:a.jsxs(JS,{children:[a.jsxs(XS,{children:[a.jsx(nO,{children:a.jsx(q2,{freeSolo:!0,options:i,value:s,onInputChange:(S,L)=>n({...e,parameter:L}),renderInput:S=>a.jsx(le,{...S,size:"small",label:"Parameter"})})}),a.jsxs(eO,{children:[a.jsx(D7,{children:a.jsx(FS,{localConstraint:{inverted:o},setInvertedOperator:()=>n({...e,inverted:!o||void 0})})}),a.jsx(tO,{children:a.jsx(qS,{options:x,value:l,onChange:T})}),a.jsx(N,{condition:p,show:a.jsx(D7,{children:a.jsx(IS,{localConstraint:{caseInsensitive:d},setCaseInsensitive:()=>n({...e,caseInsensitive:!d||void 0})})})})]})]}),a.jsx(aO,{children:a.jsx(BS,{setValues:C,setValue:D,setError:_,localConstraint:{value:m,values:f},operator:l,error:j,removeValue:Z})})]})})},iO=u("div")(({theme:e})=>({position:"relative",display:"flex",alignItems:"center",justifyContent:"center",marginBottom:e.spacing(2)})),cO=u("div")(({theme:e})=>({position:"absolute",right:0,fontSize:e.fontSizes.smallBody,[e.breakpoints.down("sm")]:{display:"none"}})),sO=u(O,{shouldForwardProp:e=>e!=="verticalConnector"})(({theme:e,verticalConnector:t})=>({display:"flex",flexDirection:"column",backgroundColor:e.palette.background.elevation1,marginTop:t?0:e.spacing(3),padding:e.spacing(3),borderRadius:e.shape.borderRadiusMedium})),oO=u(U3)(({theme:e})=>({margin:"auto",width:1,height:e.spacing(3)})),Js=({name:e,verticalConnector:t,resourceLink:n,children:i})=>a.jsxs(a.Fragment,{children:[a.jsx(N,{condition:!!t,show:a.jsx(oO,{orientation:"vertical"})}),a.jsxs(sO,{verticalConnector:t,children:[a.jsxs(iO,{children:[a.jsx(N3,{color:"secondary",children:e}),a.jsx(cO,{children:n})]}),i]})]});var I5={},lO=ee;Object.defineProperty(I5,"__esModule",{value:!0});var Xs=I5.default=void 0,dO=lO(X1()),uO=a,hO=(0,dO.default)((0,uO.jsx)("path",{d:"M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z"}),"ArrowForwardIosSharp");Xs=I5.default=hO;const mO=h.lazy(()=>zc(()=>import("./ReactJSONEditor-BKB6MheT.js"),[])),fO=u("span")(({theme:e})=>({fontSize:e.fontSizes.smallBody,marginTop:e.spacing(1.5),marginBottom:e.spacing(-.75),height:e.spacing(3)})),pO=u(qr)({backgroundColor:"transparent",boxShadow:"none","&:before":{display:"none"}}),vO=u(kr)(({theme:e})=>({lineHeight:"1.5rem",padding:0,marginBottom:e.spacing(-2.25),fontSize:e.fontSizes.smallBody,color:e.palette.primary.main,flexDirection:"row-reverse","& .MuiAccordionSummary-expandIconWrapper.Mui-expanded":{transform:"rotate(90deg)"}})),gO=u(Xs)(({theme:e})=>({color:e.palette.primary.main,fontSize:e.fontSizes.smallBody})),xO=u(Kr)(({theme:e})=>({marginTop:e.spacing(2),padding:0})),bO=({payload:e})=>e?a.jsxs(pO,{children:[a.jsx(vO,{expandIcon:a.jsx($1,{children:a.jsx(gO,{titleAccess:"Toggle"})}),children:"Preview payload"}),a.jsx(xO,{children:a.jsx(h.Suspense,{fallback:null,children:a.jsx(mO,{content:{json:e},readOnly:!0,statusBar:!1,editorStyle:"sidePanel"})})})]}):a.jsx(fO,{children:"No signals were received from this source yet."}),$r=(e={},t="")=>Object.entries(e).reduce((n,[i,c])=>{const s=t?`${t}.${i}`:i;return typeof c=="object"&&c!==null&&!Array.isArray(c)?Object.assign(n,$r(c,s)):Array.isArray(c)?c.forEach((o,l)=>{typeof o=="object"&&o!==null?Object.assign(n,$r(o,`${s}[${l}]`)):n[`${s}[${l}]`]=o}):n[s]=c,n},{}),jO=u(U3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),yO=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),_O=u("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),wO=({sourceId:e,setSourceId:t,filters:n,setFilters:i,validateSourceId:c})=>{const{signalEndpoints:s,loading:o}=Xr(),{signalEndpointSignals:l}=kh(e,1),d=()=>{const g=crypto.randomUUID();i(x=>[...x,{id:g,parameter:"",operator:qh}])},m=g=>{i(x=>x.map(j=>j.id===g.id?g:j))},f=h.useMemo(()=>o?[]:s.map(({id:g,name:x})=>({label:x,key:`${g}`})),[o,s]),{lastSourcePayload:v,filterSuggestions:p}=h.useMemo(()=>{var x;const g=(x=l[0])==null?void 0:x.payload;return{lastSourcePayload:g,filterSuggestions:Object.keys($r(g)||{}).sort()}},[l]);return a.jsxs(Js,{name:"When this",resourceLink:a.jsx(g1,{to:"/integrations/signals",children:"Create signal endpoint"}),children:[a.jsx(L3,{label:"Source",options:f,value:`${e}`,onChange:g=>{c(Number(g)),t(Number.parseInt(g))}}),a.jsx(N,{condition:!!e,show:a.jsx(bO,{payload:v})}),a.jsx(jO,{}),n.map((g,x)=>a.jsx(rO,{index:x,filter:g,stateChanged:m,suggestions:p,onDelete:()=>i(j=>j.filter(({id:_})=>_!==g.id))},g.id)),a.jsxs(_O,{children:[a.jsx(c1,{startIcon:a.jsx(e3,{}),onClick:d,variant:"outlined",color:"primary",children:"Add filter"}),a.jsx(A0,{htmlTooltip:!0,tooltip:a.jsxs(yO,{children:[a.jsx("p",{children:"Filters allow you to add conditions to the execution of the actions based on the source payload."}),a.jsx("p",{children:"If no filters are defined then the action will always be triggered from the selected source, no matter the payload."})]})})]})]})},SO=(e,t,n)=>{const i=`${t?`?project=${t}`:""}${n?`${t?"&":"?"}environment=${n}`:""}`,c=`api/admin/service-account/${e}/permissions${i}`,{data:s,error:o,mutate:l}=Gr(!!e,void 0,B1(c),OO);return h.useMemo(()=>({overview:s==null?void 0:s.overview,projectRoles:s==null?void 0:s.projectRoles,rootRole:s==null?void 0:s.rootRole,serviceAccount:s==null?void 0:s.serviceAccount,permissions:(s==null?void 0:s.permissions)||[],loading:!o&&!s,refetch:()=>l(),error:o}),[s,o,l])},OO=e=>fetch(e).then(he("Service account access overview")).then(t=>t.json()),CO=({label:e,value:t,onChange:n,options:i})=>a.jsx(q2,{options:i,autoHighlight:!0,autoSelect:!0,value:t,onInputChange:(c,s)=>n(s),renderInput:c=>a.jsx(le,{...c,size:"small",label:e})}),DO=({parameter:e,value:t,onChange:n})=>{const{label:i,type:c}=e;if(c==="select"){const{options:s}=e;return a.jsx(CO,{label:i,value:t,onChange:n,options:s})}return null},$O=u("div")(({theme:e})=>({display:"flex",flexDirection:"column","& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}})),TO=({value:e,onChange:t,actionConfigurations:n})=>{const i=(s,o)=>a.jsx("li",{...s,children:a.jsxs($O,{children:[a.jsx("span",{children:o.label}),a.jsx("span",{children:o.description})]})}),c=[...n].map(([s,o])=>({key:s,...o}));return a.jsx(q2,{options:c,autoHighlight:!0,autoSelect:!0,value:c.find(({key:s})=>s===e)||null,onChange:(s,o)=>t(o?o.key:""),renderOption:i,getOptionLabel:({label:s})=>s,renderInput:s=>a.jsx(le,{...s,size:"small",label:"Action"})})},PO=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",width:"100%",gap:e.spacing(2)})),$7=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1),width:"100%",flexWrap:"wrap"})),T7=u("div")(({theme:e})=>({flex:1,minWidth:e.spacing(25)})),EO=({action:e,index:t,stateChanged:n,actorId:i,onDelete:c,actionConfigurations:s,validated:o})=>{const{action:l,executionParams:d,error:m}=e,f=n1("projectId"),{permissions:v}=SO(i,f,d.environment),p=s.get(l),g=h.useMemo(()=>{const _=p==null?void 0:p.permissions,{environment:b}=d;return v.length===0||!_||!b?!0:_.some(w=>v.some(({permission:T,project:D,environment:C})=>T===w&&D===f&&C===b))},[p,v]);h.useEffect(()=>{n({...e,error:void 0}),((p==null?void 0:p.parameters.filter(({optional:b})=>!b).map(({name:b})=>b))||[]).some(b=>!d[b])&&n({...e,error:"Please fill all required fields."})},[p,d]);const x=a.jsxs(a.Fragment,{children:[a.jsxs("span",{children:["Action ",t+1]}),a.jsx("div",{children:a.jsx(Y1,{title:"Delete action",arrow:!0,children:a.jsx($1,{onClick:c,children:a.jsx(x3,{})})})})]}),j=(p==null?void 0:p.parameters.filter(({type:_})=>_!=="hidden"))||[];return a.jsx(ks,{index:t,header:x,separator:"THEN",children:a.jsxs(PO,{children:[a.jsx($7,{children:a.jsx(T7,{children:a.jsx(TO,{value:l,onChange:_=>n({...e,action:_}),actionConfigurations:s})})}),a.jsx(N,{condition:j.length>0,show:a.jsx($7,{children:j.map(_=>a.jsx(T7,{children:a.jsx(DO,{parameter:_,value:d[_.name],onChange:b=>n({...e,executionParams:{...d,[_.name]:b}})})},_.name))})}),a.jsx(N,{condition:o&&!!m,show:a.jsx(T1,{severity:"error",children:m})}),a.jsx(N,{condition:!g,show:a.jsx(T1,{severity:"error",children:"The selected service account does not have permissions to execute this action currently."})})]})})},ZO={},IO=e=>{const{isEnterprise:t}=f1(),n=P0("automatedActions"),{data:i,error:c,mutate:s}=Gr(t()&&n,ZO,B1(`api/admin/projects/${e}/actions/config`),MO);return h.useMemo(()=>({actionConfigurations:new Map(Object.entries(i||{})),loading:!c&&!i,refetch:()=>s(),error:c}),[i,c,s])},MO=e=>fetch(e).then(he("Actions configuration")).then(t=>t.json()),AO=u(U3)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:"dashed"})),FO=u("div")(({theme:e})=>({display:"flex",marginTop:e.spacing(1),gap:e.spacing(1)})),RO=({serviceAccounts:e,serviceAccountsLoading:t,actions:n,setActions:i,actorId:c,setActorId:s,validateActorId:o,validated:l})=>{const d=n1("projectId"),{actionConfigurations:m}=IO(d),f=g=>{const j={id:crypto.randomUUID(),action:"",sortOrder:n.map(_=>_.sortOrder).reduce((_,b)=>Math.max(_,b),0)+1,executionParams:{project:g}};i([...n,j])},v=g=>{i(x=>x.map(j=>j.id===g.id?g:j))},p=h.useMemo(()=>t?[]:e.map(g=>({label:g.name,key:`${g.id}`})),[t,e]);return a.jsxs(Js,{name:"Do these actions",verticalConnector:!0,resourceLink:a.jsx(g1,{to:"/admin/service-accounts",children:"Create service account"}),children:[a.jsx(L3,{label:"Service account",name:"service-account",options:p,value:`${c}`,onChange:g=>{o(Number(g)),s(Number.parseInt(g))}}),a.jsx(AO,{}),n.map((g,x)=>a.jsx(EO,{index:x,action:g,stateChanged:v,actorId:c,onDelete:()=>i(j=>j.filter(_=>_.id!==g.id)),actionConfigurations:m,validated:l},g.id)),a.jsx(FO,{children:a.jsx(c1,{startIcon:a.jsx(e3,{}),onClick:()=>f(d),variant:"outlined",color:"primary",children:"Add action"})})]})},LO=u(T1)(({theme:e})=>({marginBottom:e.spacing(4)})),VO=u("div")(({theme:e})=>({background:e.palette.background.elevation1,padding:e.spacing(2,3),borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(4)})),P7=u("p")(({theme:e})=>({display:"flex",color:e.palette.text.primary,marginBottom:e.spacing(1),"&:not(:first-of-type)":{marginTop:e.spacing(3)}})),E7=u(_3)(()=>({width:"100%"})),NO=u(T1)(({theme:e})=>({marginTop:e.spacing(3)})),WO=({enabled:e,setEnabled:t,name:n,setName:i,description:c,setDescription:s,sourceId:o,setSourceId:l,filters:d,setFilters:m,actorId:f,setActorId:v,actions:p,setActions:g,errors:x,validateName:j,validateSourceId:_,validateActorId:b,validated:w})=>{const{serviceAccounts:T,loading:D}=Xc(),C=S=>{setTimeout(()=>S(),300)},Z=w&&Object.values(x).some(Boolean);return a.jsxs("div",{children:[a.jsx(N,{condition:T.length===0,show:a.jsxs(LO,{color:"warning",children:[a.jsx("strong",{children:"Heads up!"})," In order to create an action you need to create a service account first. Please"," ",a.jsx(oe,{to:"/admin/service-accounts",component:g1,children:"go ahead and create one"}),"."]})}),a.jsx(VO,{children:a.jsx(Kh,{checked:e,setChecked:t,children:"Action status"})}),a.jsx(P7,{children:"What is your new action name?"}),a.jsx(E7,{autoFocus:!0,label:"Action name",error:!!x.name,errorText:x.name,value:n,onChange:S=>{j(S.target.value),i(S.target.value)},onBlur:S=>C(()=>j(S.target.value)),autoComplete:"off"}),a.jsx(P7,{children:"What is your new action description?"}),a.jsx(E7,{label:"Action description",value:c,onChange:S=>s(S.target.value),autoComplete:"off"}),a.jsx(wO,{sourceId:o,setSourceId:l,filters:d,setFilters:m,validateSourceId:_}),a.jsx(RO,{serviceAccounts:T,serviceAccountsLoading:D,actions:p,setActions:g,actorId:f,setActorId:v,validateActorId:b,validated:w}),a.jsx(N,{condition:Z,show:()=>a.jsx(NO,{severity:"error",icon:!1,children:a.jsx("ul",{children:Object.values(x).filter(Boolean).map(S=>a.jsx("li",{children:S},S))})})})]})},Z7={name:void 0,source:void 0,filters:void 0,actor:void 0,actions:void 0},zO=e=>{const t=n1("projectId"),{actions:n}=Z5(t),[i,c]=h.useState(!1),[s,o]=h.useState(""),[l,d]=h.useState(""),[m,f]=h.useState(0),[v,p]=h.useState([]),[g,x]=h.useState(0),[j,_]=h.useState([]),b=()=>{var E,V,y;c((e==null?void 0:e.enabled)??!0),o((e==null?void 0:e.name)||""),d((e==null?void 0:e.description)||""),f(((E=e==null?void 0:e.match)==null?void 0:E.sourceId)??0),p(Object.entries(((V=e==null?void 0:e.match)==null?void 0:V.payload)??{}).map(([P,{inverted:Y,operator:Q,caseInsensitive:a1,value:e1,values:X}])=>({id:crypto.randomUUID(),parameter:P,inverted:Y,operator:Q,caseInsensitive:a1,value:e1,values:X}))),x((e==null?void 0:e.actorId)??0),_(((y=e==null?void 0:e.actions)==null?void 0:y.map(P=>({id:crypto.randomUUID(),action:P.action,sortOrder:P.sortOrder,executionParams:P.executionParams})))??[]),C(!1),T(Z7)};h.useEffect(()=>{b()},[e]);const[w,T]=h.useState(Z7),[D,C]=h.useState(!1),Z=E=>{T(V=>({...V,[E]:void 0}))},S=(E,V)=>{T(y=>({...y,[E]:V}))};h.useEffect(()=>{K(v)},[v]),h.useEffect(()=>{H(j)},[j]);const L=E=>!E.length,z=E=>n==null?void 0:n.some(({id:V,name:y})=>V!==(e==null?void 0:e.id)&&y===E),F=E=>E===0,A=E=>L(E)?(S("name","Name is required."),!1):z(E)?(S("name","Name must be unique."),!1):(Z("name"),!0),k=E=>F(E)?(S("source","Source is required."),!1):(Z("source"),!0),K=E=>E.some(({error:V})=>V)?(S("filters","One or more filters have errors."),!1):(Z("filters"),!0),I=E=>F(E)?(S("actor","Service account is required."),!1):(Z("actor"),!0),H=E=>E.filter(({action:V})=>!!V).length===0?(S("actions","At least one action is required."),!1):(Z("actions"),E.some(({error:V})=>V)?(S("actions","One or more actions have errors."),!1):(Z("actions"),!0));return{enabled:i,setEnabled:c,name:s,setName:o,description:l,setDescription:d,sourceId:m,setSourceId:f,filters:v,setFilters:p,actorId:g,setActorId:x,actions:j,setActions:_,errors:w,setErrors:T,validated:D,validateName:A,validateSourceId:k,validateActorId:I,validate:()=>{const E=A(s),V=k(m),y=K(v),P=I(g),Y=H(j);return C(!0),E&&V&&y&&P&&Y},reloadForm:b}},BO=u("div")(({theme:e})=>({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%",marginBottom:e.fontSizes.mainHeader})),YO=u("h1")({fontWeight:"normal"}),HO=u("form")(()=>({display:"flex",flexDirection:"column",height:"100%"})),UO=u("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),kO=u(c1)(({theme:e})=>({marginLeft:e.spacing(3)})),qO=({action:e,open:t,setOpen:n,onOpenEvents:i})=>{const c=n1("projectId"),{refetch:s}=Z5(c),{addActionSet:o,updateActionSet:l,loading:d}=Bs(c),{setToastData:m,setToastApiError:f}=O1(),{uiConfig:v}=f1(),{enabled:p,setEnabled:g,name:x,setName:j,description:_,setDescription:b,sourceId:w,setSourceId:T,filters:D,setFilters:C,actorId:Z,setActorId:S,actions:L,setActions:z,errors:F,validateName:A,validateSourceId:k,validateActorId:K,validate:I,validated:H,reloadForm:B}=zO(e);h.useEffect(()=>{B()},[t]);const E=e!==void 0,V=`${E?"Edit":"New"} action`,y={enabled:p,name:x,description:_,match:{source:"signal-endpoint",sourceId:w,payload:D.filter(Q=>Q.parameter.length>0).reduce((Q,{parameter:a1,inverted:e1,operator:X,caseInsensitive:t1,value:i1,values:r1})=>({...Q,[a1]:{inverted:e1,operator:X,caseInsensitive:t1,value:i1,values:r1}}),{})},actorId:Z,actions:L.filter(({action:Q})=>!!Q).map(({action:Q,sortOrder:a1,executionParams:e1})=>({action:Q,sortOrder:a1,executionParams:e1}))},P=()=>`curl --location --request ${E?"PUT":"POST"} '${v.unleashUrl}/api/admin/projects/${c}/actions${E?`/${e.id}`:""}' \\
710
+ --header 'Authorization: INSERT_API_KEY' \\
711
+ --header 'Content-Type: application/json' \\
712
+ --data-raw '${JSON.stringify(y,void 0,2)}'`,Y=async Q=>{if(Q.preventDefault(),!!I())try{E?await l(e.id,y):await o(y),m({text:`action ${E?"updated":"added"} successfully`,type:"success"}),s(),n(!1)}catch(a1){f(_1(a1))}};return a.jsx(Ee,{open:t,onClose:()=>{n(!1)},label:V,children:a.jsxs(Xe,{loading:d,modal:!0,description:"Actions allow you to configure automations based on specific signals, like the ones originated from signal endpoints.",documentationLink:"https://docs.getunleash.io/reference/actions",documentationLinkLabel:"Actions documentation",formatApiCode:P,children:[a.jsxs(BO,{children:[a.jsx(YO,{children:V}),a.jsx(N,{condition:E,show:a.jsx(oe,{onClick:i,children:"View events"})})]}),a.jsxs(HO,{onSubmit:Y,children:[a.jsx(WO,{enabled:p,setEnabled:g,name:x,setName:j,description:_,setDescription:b,sourceId:w,setSourceId:T,filters:D,setFilters:C,actorId:Z,setActorId:S,actions:L,setActions:z,errors:F,validateName:A,validateSourceId:k,validateActorId:K,validated:H}),a.jsxs(UO,{children:[a.jsxs(c1,{type:"submit",variant:"contained",color:"primary",children:[E?"Save":"Add"," action"]}),a.jsx(kO,{onClick:()=>{n(!1)},children:"Cancel"})]})]})]})})},KO=({action:e,open:t,setOpen:n,onConfirm:i})=>a.jsx(ue,{title:"Delete action?",open:t,primaryButtonText:"Delete action",secondaryButtonText:"Cancel",onClick:()=>i(e),onClose:()=>{n(!1)},children:a.jsxs("p",{children:["You are about to delete action: ",a.jsx("strong",{children:e==null?void 0:e.name})]})}),GO=u(K2)(({theme:e})=>({color:e.palette.success.main})),QO=u(Qr)(({theme:e})=>({color:e.palette.error.main})),JO=({state:e})=>e==="success"?a.jsx(GO,{}):e==="failed"?a.jsx(QO,{}):a.jsx(Jr,{size:20}),XO=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",marginBottom:e.fontSizes.mainHeader})),eC=u("div")({display:"flex",justifyContent:"space-between",alignItems:"center",width:"100%"}),tC=u("h1")({fontWeight:"normal"}),nC=u("form")({display:"flex",flexDirection:"column",height:"100%"}),aC=u("div")(({theme:e})=>({backgroundColor:e.palette.error.light})),rC=u("div")(({theme:e})=>({marginTop:"auto",display:"flex",justifyContent:"flex-end",paddingTop:e.spacing(4)})),iC=({action:e,open:t,setOpen:n,onOpenConfiguration:i})=>{const c=n1("projectId"),{locationSettings:s}=q3(),{actionEvents:o,hasMore:l,loadMore:d,loading:m}=Ys(e==null?void 0:e.id,c,20,{refreshInterval:5e3});if(!e)return null;const f=`Events: ${e.name}`;return a.jsx(Ee,{open:t,onClose:()=>{n(!1)},label:f,children:a.jsxs(Xe,{loading:m&&o.length===0,modal:!0,description:"",documentationLink:"",documentationLinkLabel:"",showGuidance:!1,children:[a.jsx(XO,{children:a.jsxs(eC,{children:[a.jsx(tC,{children:f}),a.jsx(oe,{onClick:i,children:"View configuration"})]})}),a.jsxs(nC,{children:[a.jsx(Gh,{height:960,items:o,columns:[{header:"Status",align:"center",maxWidth:100,cell:JO},{header:"Date",maxWidth:240,cell:({createdAt:v})=>E0(v,s==null?void 0:s.locale)}],sidePanelHeader:"Details",renderContent:Hs,renderItem:({id:v,state:p},g)=>p==="failed"?a.jsx(aC,{children:g},v):g,listEnd:a.jsx(N,{condition:l,show:a.jsx(c1,{onClick:d,children:"Load more"})})}),a.jsx(N,{condition:o.length===0,show:a.jsx("p",{children:"No events have been registered for this action set."})}),a.jsx(rC,{children:a.jsx(c1,{onClick:()=>{n(!1)},children:"Close"})})]})]})})},cC=({modalOpen:e,setModalOpen:t,selectedAction:n,setSelectedAction:i})=>{const{setToastData:c,setToastApiError:s}=O1(),o=n1("projectId"),{actions:l,refetch:d}=Z5(o),{toggleActionSet:m,removeActionSet:f}=Bs(o),{signalEndpoints:v}=Xr(),{serviceAccounts:p}=Xc(),[g,x]=h.useState(!1),[j,_]=h.useState(!1),b=async(A,k)=>{try{await m(A.id,k),c({text:`"${A.name}" has been ${k?"enabled":"disabled"}`,type:"success"}),d()}catch(K){s(_1(K))}},w=async A=>{try{await f(A.id),c({text:`"${A.name}" has been deleted`,type:"success"}),d(),_(!1)}catch(k){s(_1(k))}},T=Q1(w0.breakpoints.down("sm")),D=Q1(w0.breakpoints.down("lg")),C=h.useMemo(()=>[{Header:"Name",accessor:"name",minWidth:60,Cell:({row:{original:A}})=>a.jsx(M0,{title:A.name,subtitle:A.description,onClick:()=>{i(A),t(!0)}})},{id:"source",Header:"Source",Cell:({row:{original:A}})=>a.jsx(Hw,{action:A,signalEndpoints:v})},{id:"filters",Header:"Filters",Cell:({row:{original:A}})=>a.jsx(kw,{action:A}),maxWidth:90},{id:"actor",Header:"Service account",Cell:({row:{original:A}})=>a.jsx(qw,{action:A,serviceAccounts:p}),minWidth:160},{id:"actions",Header:"Actions",Cell:({row:{original:A}})=>a.jsx(SS,{action:A,onCreateAction:()=>{i(A),t(!0)}}),maxWidth:130},{Header:"Enabled",accessor:"enabled",Cell:({row:{original:A}})=>a.jsx(Qh,{checked:A.enabled,setChecked:k=>b(A,k)}),sortType:"boolean",width:90,maxWidth:90},{id:"table-actions",Header:"",align:"center",Cell:({row:{original:A}})=>a.jsx(CS,{actionId:A.id,onOpenEvents:()=>{i(A),x(!0)},onEdit:()=>{i(A),t(!0)},onDelete:()=>{i(A),_(!0)}}),width:50,disableSortBy:!0}],[v,p]),[Z]=h.useState({sortBy:[{id:"name",desc:!0}]}),{headerGroups:S,rows:L,prepareRow:z,setHiddenColumns:F}=k1.useTable({columns:C,data:l,initialState:Z,sortTypes:Z0,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:Z1}},k1.useSortBy,k1.useFlexLayout);return B2([{condition:D,columns:["actor","enabled"]},{condition:T,columns:["filters","actions"]}],F,C),a.jsxs(a.Fragment,{children:[a.jsx(Hr,{rows:L,headerGroups:S,prepareRow:z}),a.jsx(N,{condition:L.length===0,show:a.jsx(ae,{children:"No actions available. Get started by adding one."})}),a.jsx(qO,{action:n,open:e,setOpen:t,onOpenEvents:()=>{t(!1),x(!0)}}),a.jsx(iC,{action:n,open:g,setOpen:x,onOpenConfiguration:()=>{x(!1),t(!0)}}),a.jsx(KO,{action:n,open:j,setOpen:_,onConfirm:w})]})},sC=()=>{const e=n1("projectId"),t=_e(e),{isEnterprise:n}=f1(),i=x1();ve(`Project actions – ${t}`);const[c,s]=h.useState(),[o,l]=h.useState(!1),d=()=>{s(void 0),l(!0)};return n()?a.jsx(A1,{header:a.jsx(S1,{title:"Actions",actions:a.jsx(F2,{onClick:d,maxWidth:`${i.breakpoints.values.sm}px`,Icon:e3,permission:_8,children:"New action"})}),children:a.jsx(Jh,{permissions:_8,children:a.jsx(cC,{modalOpen:o,setModalOpen:l,selectedAction:c,setSelectedAction:s})})}):a.jsx(A1,{header:a.jsx(S1,{title:"Actions"}),children:a.jsx(I0,{feature:"actions"})})},I7=u(O)({marginLeft:"auto",display:"flex",alignItems:"center"}),oC=()=>{var d;const e=qc(),{isPro:t,isEnterprise:n}=f1(),i=re(),c=P0("automatedActions"),s=(...m)=>t()||n()?m:[],o=[...s({id:"",label:"Project settings"},{id:"access",label:"User access"}),{id:"api-access",label:"API access"},{id:"segments",label:"Segments"},{id:"environments",label:"Environments"},{id:"default-strategy",label:"Default strategy"},...s({id:"change-requests",label:"Change request configuration",endIcon:t()?a.jsx(I7,{children:a.jsx(jr,{})}):void 0})];c&&o.push({id:"actions",label:"Actions",endIcon:t()?a.jsx(I7,{children:a.jsx(jr,{})}):void 0});const l=m=>{i(m.id)};return a.jsx(Xh,{tabs:o,value:((d=o.find(({id:m})=>{var f;return m&&((f=e.pathname)==null?void 0:f.includes(`/settings/${m}`))}))==null?void 0:d.id)||o[0].id,onChange:l,children:a.jsxs(G3,{children:[a.jsx(y1,{path:"/*",element:a.jsx(Vw,{})}),a.jsx(y1,{path:"environments/*",element:a.jsx(g_,{})}),a.jsx(y1,{path:"access/*",element:a.jsx(Jy,{})}),a.jsx(y1,{path:"segments/*",element:a.jsx(S_,{})}),a.jsx(y1,{path:"change-requests/*",element:a.jsx(j_,{})}),a.jsx(y1,{path:"api-access/*",element:a.jsx(w_,{})}),a.jsx(y1,{path:"default-strategy/*",element:a.jsx(z_,{})}),a.jsx(y1,{path:"actions/*",element:a.jsx(sC,{})}),a.jsx(y1,{path:"*",element:a.jsx(Kc,{replace:!0,to:o[0].id})})]})})},lC=u(em)(({theme:e})=>({color:e.palette.action.disabled})),dC=()=>a.jsx(I3,{title:`This projects collaboration mode is set to private. The project and associated feature
713
+ toggles can only be seen by you and the members of the project`,arrow:!0,children:a.jsx(lC,{})}),uC=u(M)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),M7=({row:e,field:t,singularLabel:n,pluralLabel:i})=>{const{searchQuery:c}=zr(),s=e[t];if(!Array.isArray(s)||s.length===0)return a.jsx(Z1,{});const o=i||`${n}s`;return a.jsx(Z1,{children:a.jsx(F0,{highlighted:c.length>0&&s.some(l=>l==null?void 0:l.toLowerCase().includes(c.toLowerCase())),tooltip:a.jsx(a.Fragment,{children:s.map(l=>a.jsx(uC,{children:a.jsx(b2,{search:c,children:l})},l))}),children:s.length===1?`1 ${n}`:`${s.length} ${o}`})})},hC=u("div")(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),mC=u("ul")(({theme:e})=>({padding:e.spacing(0,0,.5,2),margin:e.spacing(0)})),fC=({row:e})=>{var i;const{searchQuery:t}=zr(),n=t.length>0&&e.original.sdks.some(c=>c.versions.some(s=>s.toLowerCase().includes(t.toLowerCase()))||c.name.toLowerCase().includes(t.toLowerCase()));return!e.original.sdks||e.original.sdks.length===0?a.jsx(Z1,{}):a.jsx(Z1,{children:a.jsx(F0,{highlighted:t.length>0&&n,tooltip:a.jsx(a.Fragment,{children:e.original.sdks.map(c=>a.jsxs(hC,{children:[a.jsx(b2,{search:t,children:c.name}),a.jsx(mC,{children:c.versions.map(s=>a.jsx("li",{children:a.jsx(b2,{search:t,children:s})},s))})]},c.name))}),children:((i=e.original.sdks)==null?void 0:i.length)===1?"1 sdk":`${e.original.sdks.length} sdks`})})},a2=Tc(),pC=()=>{const{trackEvent:e}=C1();return h.useEffect(()=>{e("sdk-reporting",{props:{eventType:"project applications opened"}})},[]),()=>{e("sdk-reporting",{props:{eventType:"project application clicked"}})}},vC=()=>{var C;const e=pC(),t=re(),n=n1("projectId"),i=Q1(w0.breakpoints.down("md")),c={offset:$e(w8,0),limit:$e(w8,tm),query:Z3,sortBy:$e(Z3,"createdAt"),sortOrder:$e(Z3,"desc")},[s,o]=hc(`project-applications-table-${n}`,c),{applications:l=[],total:d,loading:m}=nm(fc(pc(c,s),Z=>Z?`${Z}`:void 0),n),f=(Z="")=>{o({query:Z})},v=y3(m),{offset:p,limit:g,query:x,sortBy:j,sortOrder:_,...b}=s,w=h.useMemo(()=>[a2.accessor("name",{header:"Name",cell:({row:Z})=>a.jsx(M0,{title:Z.original.name,onClick:()=>{e(),t(`/applications/${encodeURIComponent(Z.original.name)}`)}}),meta:{width:"25%"}}),a2.accessor("environments",{header:"Environments",cell:({row:Z})=>a.jsx(M7,{row:Z.original,field:"environments",singularLabel:"environment"}),enableSorting:!1,meta:{width:"25%"}}),a2.accessor("instances",{header:"Instances",cell:({row:Z})=>a.jsx(M7,{row:Z.original,field:"instances",singularLabel:"instance"}),enableSorting:!1,meta:{width:"25%"}}),a2.accessor("sdks",{header:"SDK",cell:fC,enableSorting:!1,meta:{width:"25%"}})],[]),T=Cc(Dc(s,o,{columns:w,data:l})),D=T.getRowModel().rows;return a.jsxs(A1,{disableLoading:!0,bodyClass:"no-padding",header:a.jsx(S1,{title:"Project applications",actions:a.jsx(a.Fragment,{children:a.jsx(N,{condition:!i,show:a.jsxs(a.Fragment,{children:[a.jsx(ye,{placeholder:"Search",expandable:!0,initialValue:x||"",onChange:f}),a.jsx(S1.Divider,{})]})})}),children:a.jsx(N,{condition:i,show:a.jsx(ye,{initialValue:x||"",onChange:f})})}),children:[a.jsx(k3,{value:x||"",children:a.jsx("div",{ref:v,children:a.jsx($c,{tableInstance:T,totalItems:d})})}),a.jsx(N,{condition:D.length===0,show:a.jsx(O,{sx:Z=>({padding:Z.spacing(0,2,2)}),children:a.jsx(N,{condition:((C=x||"")==null?void 0:C.length)>0,show:a.jsxs(ae,{children:["No applications found matching “",x,"”"]}),elseShow:a.jsx(ae,{children:"No applications found matching your criteria."})})})})]})},gC=({name:e})=>a.jsxs("p",{children:["The project ",a.jsx("strong",{children:e})," has been archived. You can find it on the"," ",a.jsx(g1,{to:"/projects-archive",children:"archive page for projects"}),"."]});var tt={},eo={},M5={},we={},J={},R={};R.secondsInYear=R.secondsInWeek=R.secondsInQuarter=R.secondsInMonth=R.secondsInMinute=R.secondsInHour=R.secondsInDay=R.quartersInYear=R.monthsInYear=R.monthsInQuarter=R.minutesInYear=R.minutesInMonth=R.minutesInHour=R.minutesInDay=R.minTime=R.millisecondsInWeek=R.millisecondsInSecond=R.millisecondsInMinute=R.millisecondsInHour=R.millisecondsInDay=R.maxTime=R.daysInYear=R.daysInWeek=R.constructFromSymbol=void 0;R.daysInWeek=7;const xC=R.daysInYear=365.2425,bC=R.maxTime=Math.pow(10,8)*24*60*60*1e3;R.minTime=-bC;R.millisecondsInWeek=6048e5;R.millisecondsInDay=864e5;R.millisecondsInMinute=6e4;R.millisecondsInHour=36e5;R.millisecondsInSecond=1e3;R.minutesInYear=525600;R.minutesInMonth=43200;R.minutesInDay=1440;R.minutesInHour=60;R.monthsInQuarter=3;R.monthsInYear=12;R.quartersInYear=4;const jC=R.secondsInHour=3600;R.secondsInMinute=60;const to=R.secondsInDay=jC*24;R.secondsInWeek=to*7;const yC=R.secondsInYear=to*xC,_C=R.secondsInMonth=yC/12;R.secondsInQuarter=_C*3;R.constructFromSymbol=Symbol.for("constructDateFrom");J.constructFrom=wC;var A7=R;function wC(e,t){return typeof e=="function"?e(t):e&&typeof e=="object"&&A7.constructFromSymbol in e?e[A7.constructFromSymbol](t):e instanceof Date?new e.constructor(t):new Date(t)}var $={};$.toDate=OC;var SC=J;function OC(e,t){return(0,SC.constructFrom)(t||e,e)}we.addDays=$C;var CC=J,DC=$;function $C(e,t,n){const i=(0,DC.toDate)(e,n==null?void 0:n.in);return isNaN(t)?(0,CC.constructFrom)((n==null?void 0:n.in)||e,NaN):(t&&i.setDate(i.getDate()+t),i)}var J3={};J3.addMonths=PC;var F7=J,TC=$;function PC(e,t,n){const i=(0,TC.toDate)(e,n==null?void 0:n.in);if(isNaN(t))return(0,F7.constructFrom)((n==null?void 0:n.in)||e,NaN);if(!t)return i;const c=i.getDate(),s=(0,F7.constructFrom)((n==null?void 0:n.in)||e,i.getTime());s.setMonth(i.getMonth()+t+1,0);const o=s.getDate();return c>=o?s:(i.setFullYear(s.getFullYear(),s.getMonth(),c),i)}M5.add=AC;var EC=we,ZC=J3,IC=J,MC=$;function AC(e,t,n){const{years:i=0,months:c=0,weeks:s=0,days:o=0,hours:l=0,minutes:d=0,seconds:m=0}=t,f=(0,MC.toDate)(e,n==null?void 0:n.in),v=c||i?(0,ZC.addMonths)(f,c+i*12):f,p=o||s?(0,EC.addDays)(v,o+s*7):v,g=d+l*60,j=(m+g*60)*1e3;return(0,IC.constructFrom)((n==null?void 0:n.in)||e,+p+j)}var A5={},F5={};F5.isSaturday=RC;var FC=$;function RC(e,t){return(0,FC.toDate)(e,t==null?void 0:t.in).getDay()===6}var R5={};R5.isSunday=VC;var LC=$;function VC(e,t){return(0,LC.toDate)(e,t==null?void 0:t.in).getDay()===0}var V0={};V0.isWeekend=WC;var NC=$;function WC(e,t){const n=(0,NC.toDate)(e,t==null?void 0:t.in).getDay();return n===0||n===6}A5.addBusinessDays=UC;var zC=J,BC=F5,YC=R5,X4=V0,HC=$;function UC(e,t,n){const i=(0,HC.toDate)(e,n==null?void 0:n.in),c=(0,X4.isWeekend)(i,n);if(isNaN(t))return(0,zC.constructFrom)(n==null?void 0:n.in,NaN);const s=i.getHours(),o=t<0?-1:1,l=Math.trunc(t/5);i.setDate(i.getDate()+l*7);let d=Math.abs(t%5);for(;d>0;)i.setDate(i.getDate()+o),(0,X4.isWeekend)(i,n)||(d-=1);return c&&(0,X4.isWeekend)(i,n)&&t!==0&&((0,BC.isSaturday)(i,n)&&i.setDate(i.getDate()+(o<0?2:-1)),(0,YC.isSunday)(i,n)&&i.setDate(i.getDate()+(o<0?1:-2))),i.setHours(s),i}var L5={},N0={};N0.addMilliseconds=KC;var kC=J,qC=$;function KC(e,t,n){return(0,kC.constructFrom)((n==null?void 0:n.in)||e,+(0,qC.toDate)(e)+t)}L5.addHours=JC;var GC=N0,QC=R;function JC(e,t,n){return(0,GC.addMilliseconds)(e,t*QC.millisecondsInHour,n)}var V5={},t3={},Se={},ge={},H1={};H1.getDefaultOptions=XC;H1.setDefaultOptions=eD;let no={};function XC(){return no}function eD(e){no=e}ge.startOfWeek=aD;var tD=H1,nD=$;function aD(e,t){var l,d,m,f;const n=(0,tD.getDefaultOptions)(),i=(t==null?void 0:t.weekStartsOn)??((d=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:d.weekStartsOn)??n.weekStartsOn??((f=(m=n.locale)==null?void 0:m.options)==null?void 0:f.weekStartsOn)??0,c=(0,nD.toDate)(e,t==null?void 0:t.in),s=c.getDay(),o=(s<i?7:0)+s-i;return c.setDate(c.getDate()-o),c.setHours(0,0,0,0),c}Se.startOfISOWeek=iD;var rD=ge;function iD(e,t){return(0,rD.startOfWeek)(e,{...t,weekStartsOn:1})}t3.getISOWeekYear=sD;var R7=J,L7=Se,cD=$;function sD(e,t){const n=(0,cD.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=(0,R7.constructFrom)(n,0);c.setFullYear(i+1,0,4),c.setHours(0,0,0,0);const s=(0,L7.startOfISOWeek)(c),o=(0,R7.constructFrom)(n,0);o.setFullYear(i,0,4),o.setHours(0,0,0,0);const l=(0,L7.startOfISOWeek)(o);return n.getTime()>=s.getTime()?i+1:n.getTime()>=l.getTime()?i:i-1}var N5={},Me={},Ae={};Ae.getTimezoneOffsetInMilliseconds=lD;var oD=$;function lD(e){const t=(0,oD.toDate)(e),n=new Date(Date.UTC(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds(),t.getMilliseconds()));return n.setUTCFullYear(t.getFullYear()),+e-+n}var m1={};m1.normalizeDates=uD;var dD=J;function uD(e,...t){const n=dD.constructFrom.bind(null,e||t.find(i=>typeof i=="object"));return t.map(n)}var W0={};W0.startOfDay=mD;var hD=$;function mD(e,t){const n=(0,hD.toDate)(e,t==null?void 0:t.in);return n.setHours(0,0,0,0),n}Me.differenceInCalendarDays=vD;var V7=Ae,fD=m1,pD=R,N7=W0;function vD(e,t,n){const[i,c]=(0,fD.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,N7.startOfDay)(i),o=(0,N7.startOfDay)(c),l=+s-(0,V7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,V7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/pD.millisecondsInDay)}var X3={};X3.startOfISOWeekYear=jD;var gD=J,xD=t3,bD=Se;function jD(e,t){const n=(0,xD.getISOWeekYear)(e,t),i=(0,gD.constructFrom)((t==null?void 0:t.in)||e,0);return i.setFullYear(n,0,4),i.setHours(0,0,0,0),(0,bD.startOfISOWeek)(i)}N5.setISOWeekYear=SD;var yD=J,_D=Me,W7=X3,wD=$;function SD(e,t,n){let i=(0,wD.toDate)(e,n==null?void 0:n.in);const c=(0,_D.differenceInCalendarDays)(i,(0,W7.startOfISOWeekYear)(i,n)),s=(0,yD.constructFrom)((n==null?void 0:n.in)||e,0);return s.setFullYear(t,0,4),s.setHours(0,0,0,0),i=(0,W7.startOfISOWeekYear)(s),i.setDate(i.getDate()+c),i}V5.addISOWeekYears=DD;var OD=t3,CD=N5;function DD(e,t,n){return(0,CD.setISOWeekYear)(e,(0,OD.getISOWeekYear)(e,n)+t,n)}var nt={};nt.addMinutes=PD;var $D=R,TD=$;function PD(e,t,n){const i=(0,TD.toDate)(e,n==null?void 0:n.in);return i.setTime(i.getTime()+t*$D.millisecondsInMinute),i}var at={};at.addQuarters=ZD;var ED=J3;function ZD(e,t,n){return(0,ED.addMonths)(e,t*3,n)}var W5={};W5.addSeconds=MD;var ID=N0;function MD(e,t,n){return(0,ID.addMilliseconds)(e,t*1e3,n)}var z0={};z0.addWeeks=FD;var AD=we;function FD(e,t,n){return(0,AD.addDays)(e,t*7,n)}var z5={};z5.addYears=LD;var RD=J3;function LD(e,t,n){return(0,RD.addMonths)(e,t*12,n)}var ao={};ao.areIntervalsOverlapping=VD;var r2=$;function VD(e,t,n){const[i,c]=[+(0,r2.toDate)(e.start,n==null?void 0:n.in),+(0,r2.toDate)(e.end,n==null?void 0:n.in)].sort((l,d)=>l-d),[s,o]=[+(0,r2.toDate)(t.start,n==null?void 0:n.in),+(0,r2.toDate)(t.end,n==null?void 0:n.in)].sort((l,d)=>l-d);return n!=null&&n.inclusive?i<=o&&s<=c:i<o&&s<c}var ro={},B5={};B5.max=WD;var z7=J,ND=$;function WD(e,t){let n,i=t==null?void 0:t.in;return e.forEach(c=>{!i&&typeof c=="object"&&(i=z7.constructFrom.bind(null,c));const s=(0,ND.toDate)(c,i);(!n||n<s||isNaN(+s))&&(n=s)}),(0,z7.constructFrom)(i,n||NaN)}var Y5={};Y5.min=BD;var B7=J,zD=$;function BD(e,t){let n,i=t==null?void 0:t.in;return e.forEach(c=>{!i&&typeof c=="object"&&(i=B7.constructFrom.bind(null,c));const s=(0,zD.toDate)(c,i);(!n||n>s||isNaN(+s))&&(n=s)}),(0,B7.constructFrom)(i,n||NaN)}ro.clamp=kD;var YD=m1,HD=B5,UD=Y5;function kD(e,t,n){const[i,c,s]=(0,YD.normalizeDates)(n==null?void 0:n.in,e,t.start,t.end);return(0,UD.min)([(0,HD.max)([i,c],n),s],n)}var H5={};H5.closestIndexTo=qD;var Y7=$;function qD(e,t){const n=+(0,Y7.toDate)(e);if(isNaN(n))return NaN;let i,c;return t.forEach((s,o)=>{const l=(0,Y7.toDate)(s);if(isNaN(+l)){i=NaN,c=NaN;return}const d=Math.abs(n-+l);(i==null||d<c)&&(i=o,c=d)}),i}var io={};io.closestTo=JD;var KD=m1,GD=H5,QD=J;function JD(e,t,n){const[i,...c]=(0,KD.normalizeDates)(n==null?void 0:n.in,e,...t),s=(0,GD.closestIndexTo)(i,c);if(typeof s=="number"&&isNaN(s))return(0,QD.constructFrom)(i,NaN);if(s!==void 0)return c[s]}var S3={};S3.compareAsc=XD;var H7=$;function XD(e,t){const n=+(0,H7.toDate)(e)-+(0,H7.toDate)(t);return n<0?-1:n>0?1:n}var co={};co.compareDesc=e$;var U7=$;function e$(e,t){const n=+(0,U7.toDate)(e)-+(0,U7.toDate)(t);return n>0?-1:n<0?1:n}var R1={};R1.constructNow=n$;var t$=J;function n$(e){return(0,t$.constructFrom)(e,Date.now())}var so={};so.daysToWeeks=r$;var a$=R;function r$(e){const t=Math.trunc(e/a$.daysInWeek);return t===0?0:t}var oo={},e0={};e0.isSameDay=c$;var i$=m1,k7=W0;function c$(e,t,n){const[i,c]=(0,i$.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,k7.startOfDay)(i)==+(0,k7.startOfDay)(c)}var Fe={},U5={};U5.isDate=s$;function s$(e){return e instanceof Date||typeof e=="object"&&Object.prototype.toString.call(e)==="[object Date]"}Fe.isValid=d$;var o$=U5,l$=$;function d$(e){return!(!(0,o$.isDate)(e)&&typeof e!="number"||isNaN(+(0,l$.toDate)(e)))}oo.differenceInBusinessDays=p$;var u$=m1,q7=we,h$=Me,m$=e0,K7=Fe,f$=V0;function p$(e,t,n){const[i,c]=(0,u$.normalizeDates)(n==null?void 0:n.in,e,t);if(!(0,K7.isValid)(i)||!(0,K7.isValid)(c))return NaN;const s=(0,h$.differenceInCalendarDays)(i,c),o=s<0?-1:1,l=Math.trunc(s/7);let d=l*5,m=(0,q7.addDays)(c,l*7);for(;!(0,m$.isSameDay)(i,m);)d+=(0,f$.isWeekend)(m,n)?0:o,m=(0,q7.addDays)(m,o);return d===0?0:d}var k5={};k5.differenceInCalendarISOWeekYears=g$;var v$=m1,G7=t3;function g$(e,t,n){const[i,c]=(0,v$.normalizeDates)(n==null?void 0:n.in,e,t);return(0,G7.getISOWeekYear)(i,n)-(0,G7.getISOWeekYear)(c,n)}var lo={};lo.differenceInCalendarISOWeeks=j$;var Q7=Ae,x$=m1,b$=R,J7=Se;function j$(e,t,n){const[i,c]=(0,x$.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,J7.startOfISOWeek)(i),o=(0,J7.startOfISOWeek)(c),l=+s-(0,Q7.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,Q7.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/b$.millisecondsInWeek)}var rt={};rt.differenceInCalendarMonths=_$;var y$=m1;function _$(e,t,n){const[i,c]=(0,y$.normalizeDates)(n==null?void 0:n.in,e,t),s=i.getFullYear()-c.getFullYear(),o=i.getMonth()-c.getMonth();return s*12+o}var q5={},K5={};K5.getQuarter=S$;var w$=$;function S$(e,t){const n=(0,w$.toDate)(e,t==null?void 0:t.in);return Math.trunc(n.getMonth()/3)+1}q5.differenceInCalendarQuarters=C$;var O$=m1,X7=K5;function C$(e,t,n){const[i,c]=(0,O$.normalizeDates)(n==null?void 0:n.in,e,t),s=i.getFullYear()-c.getFullYear(),o=(0,X7.getQuarter)(i)-(0,X7.getQuarter)(c);return s*4+o}var it={};it.differenceInCalendarWeeks=T$;var ei=Ae,D$=m1,$$=R,ti=ge;function T$(e,t,n){const[i,c]=(0,D$.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,ti.startOfWeek)(i,n),o=(0,ti.startOfWeek)(c,n),l=+s-(0,ei.getTimezoneOffsetInMilliseconds)(s),d=+o-(0,ei.getTimezoneOffsetInMilliseconds)(o);return Math.round((l-d)/$$.millisecondsInWeek)}var ct={};ct.differenceInCalendarYears=E$;var P$=m1;function E$(e,t,n){const[i,c]=(0,P$.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()-c.getFullYear()}var st={};st.differenceInDays=M$;var Z$=m1,I$=Me;function M$(e,t,n){const[i,c]=(0,Z$.normalizeDates)(n==null?void 0:n.in,e,t),s=ni(i,c),o=Math.abs((0,I$.differenceInCalendarDays)(i,c));i.setDate(i.getDate()-s*o);const l=+(ni(i,c)===-s),d=s*(o-l);return d===0?0:d}function ni(e,t){const n=e.getFullYear()-t.getFullYear()||e.getMonth()-t.getMonth()||e.getDate()-t.getDate()||e.getHours()-t.getHours()||e.getMinutes()-t.getMinutes()||e.getSeconds()-t.getSeconds()||e.getMilliseconds()-t.getMilliseconds();return n<0?-1:n>0?1:n}var ot={},Re={};Re.getRoundingMethod=A$;function A$(e){return t=>{const i=(e?Math[e]:Math.trunc)(t);return i===0?0:i}}ot.differenceInHours=V$;var F$=Re,R$=m1,L$=R;function V$(e,t,n){const[i,c]=(0,R$.normalizeDates)(n==null?void 0:n.in,e,t),s=(+i-+c)/L$.millisecondsInHour;return(0,F$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(s)}var uo={},G5={};G5.subISOWeekYears=W$;var N$=V5;function W$(e,t,n){return(0,N$.addISOWeekYears)(e,-t,n)}uo.differenceInISOWeekYears=H$;var z$=m1,ai=S3,B$=k5,Y$=G5;function H$(e,t,n){const[i,c]=(0,z$.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,ai.compareAsc)(i,c),o=Math.abs((0,B$.differenceInCalendarISOWeekYears)(i,c,n)),l=(0,Y$.subISOWeekYears)(i,s*o,n),d=+((0,ai.compareAsc)(l,c)===-s),m=s*(o-d);return m===0?0:m}var lt={};lt.differenceInMilliseconds=U$;var ri=$;function U$(e,t){return+(0,ri.toDate)(e)-+(0,ri.toDate)(t)}var dt={};dt.differenceInMinutes=G$;var k$=Re,q$=R,K$=lt;function G$(e,t,n){const i=(0,K$.differenceInMilliseconds)(e,t)/q$.millisecondsInMinute;return(0,k$.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var B0={},Q5={},ut={};ut.endOfDay=J$;var Q$=$;function J$(e,t){const n=(0,Q$.toDate)(e,t==null?void 0:t.in);return n.setHours(23,59,59,999),n}var ht={};ht.endOfMonth=eT;var X$=$;function eT(e,t){const n=(0,X$.toDate)(e,t==null?void 0:t.in),i=n.getMonth();return n.setFullYear(n.getFullYear(),i+1,0),n.setHours(23,59,59,999),n}Q5.isLastDayOfMonth=rT;var tT=ut,nT=ht,aT=$;function rT(e,t){const n=(0,aT.toDate)(e,t==null?void 0:t.in);return+(0,tT.endOfDay)(n,t)==+(0,nT.endOfMonth)(n,t)}B0.differenceInMonths=oT;var iT=m1,er=S3,cT=rt,sT=Q5;function oT(e,t,n){const[i,c,s]=(0,iT.normalizeDates)(n==null?void 0:n.in,e,e,t),o=(0,er.compareAsc)(c,s),l=Math.abs((0,cT.differenceInCalendarMonths)(c,s));if(l<1)return 0;c.getMonth()===1&&c.getDate()>27&&c.setDate(30),c.setMonth(c.getMonth()-o*l);let d=(0,er.compareAsc)(c,s)===-o;(0,sT.isLastDayOfMonth)(i)&&l===1&&(0,er.compareAsc)(i,s)===1&&(d=!1);const m=o*(l-+d);return m===0?0:m}var ho={};ho.differenceInQuarters=uT;var lT=Re,dT=B0;function uT(e,t,n){const i=(0,dT.differenceInMonths)(e,t,n)/3;return(0,lT.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var Y0={};Y0.differenceInSeconds=fT;var hT=Re,mT=lt;function fT(e,t,n){const i=(0,mT.differenceInMilliseconds)(e,t)/1e3;return(0,hT.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var mo={};mo.differenceInWeeks=gT;var pT=Re,vT=st;function gT(e,t,n){const i=(0,vT.differenceInDays)(e,t,n)/7;return(0,pT.getRoundingMethod)(n==null?void 0:n.roundingMethod)(i)}var J5={};J5.differenceInYears=jT;var xT=m1,ii=S3,bT=ct;function jT(e,t,n){const[i,c]=(0,xT.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,ii.compareAsc)(i,c),o=Math.abs((0,bT.differenceInCalendarYears)(i,c));i.setFullYear(1584),c.setFullYear(1584);const l=(0,ii.compareAsc)(i,c)===-s,d=s*(o-+l);return d===0?0:d}var X5={},Oe={};Oe.normalizeInterval=_T;var yT=m1;function _T(e,t){const[n,i]=(0,yT.normalizeDates)(e,t.start,t.end);return{start:n,end:i}}X5.eachDayOfInterval=OT;var wT=Oe,ST=J;function OT(e,t){const{start:n,end:i}=(0,wT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+n:+i,o=c?i:n;o.setHours(0,0,0,0);let l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,ST.constructFrom)(n,o)),o.setDate(o.getDate()+l),o.setHours(0,0,0,0);return c?d.reverse():d}var fo={};fo.eachHourOfInterval=$T;var CT=Oe,DT=J;function $T(e,t){const{start:n,end:i}=(0,CT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+n:+i,o=c?i:n;o.setMinutes(0,0,0);let l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,DT.constructFrom)(n,o)),o.setHours(o.getHours()+l);return c?d.reverse():d}var po={};po.eachMinuteOfInterval=ZT;var TT=Oe,PT=nt,ET=J;function ZT(e,t){const{start:n,end:i}=(0,TT.normalizeInterval)(t==null?void 0:t.in,e);n.setSeconds(0,0);let c=+n>+i;const s=c?+n:+i;let o=c?i:n,l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,ET.constructFrom)(n,o)),o=(0,PT.addMinutes)(o,l);return c?d.reverse():d}var vo={};vo.eachMonthOfInterval=AT;var IT=Oe,MT=J;function AT(e,t){const{start:n,end:i}=(0,IT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+n:+i,o=c?i:n;o.setHours(0,0,0,0),o.setDate(1);let l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,MT.constructFrom)(n,o)),o.setMonth(o.getMonth()+l);return c?d.reverse():d}var go={},mt={};mt.startOfQuarter=RT;var FT=$;function RT(e,t){const n=(0,FT.toDate)(e,t==null?void 0:t.in),i=n.getMonth(),c=i-i%3;return n.setMonth(c,1),n.setHours(0,0,0,0),n}go.eachQuarterOfInterval=WT;var LT=Oe,VT=at,NT=J,i2=mt;function WT(e,t){const{start:n,end:i}=(0,LT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+(0,i2.startOfQuarter)(n):+(0,i2.startOfQuarter)(i);let o=c?(0,i2.startOfQuarter)(i):(0,i2.startOfQuarter)(n),l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,NT.constructFrom)(n,o)),o=(0,VT.addQuarters)(o,l);return c?d.reverse():d}var xo={};xo.eachWeekOfInterval=HT;var zT=Oe,BT=z0,YT=J,c2=ge;function HT(e,t){const{start:n,end:i}=(0,zT.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?(0,c2.startOfWeek)(i,t):(0,c2.startOfWeek)(n,t),o=c?(0,c2.startOfWeek)(n,t):(0,c2.startOfWeek)(i,t);s.setHours(15),o.setHours(15);const l=+o.getTime();let d=s,m=(t==null?void 0:t.step)??1;if(!m)return[];m<0&&(m=-m,c=!c);const f=[];for(;+d<=l;)d.setHours(0),f.push((0,YT.constructFrom)(n,d)),d=(0,BT.addWeeks)(d,m),d.setHours(15);return c?f.reverse():f}var ft={};ft.eachWeekendOfInterval=GT;var UT=Oe,kT=J,qT=X5,KT=V0;function GT(e,t){const{start:n,end:i}=(0,UT.normalizeInterval)(t==null?void 0:t.in,e),c=(0,qT.eachDayOfInterval)({start:n,end:i},t),s=[];let o=0;for(;o<c.length;){const l=c[o++];(0,KT.isWeekend)(l)&&s.push((0,kT.constructFrom)(n,l))}return s}var bo={},H0={};H0.startOfMonth=JT;var QT=$;function JT(e,t){const n=(0,QT.toDate)(e,t==null?void 0:t.in);return n.setDate(1),n.setHours(0,0,0,0),n}bo.eachWeekendOfMonth=nP;var XT=ft,eP=ht,tP=H0;function nP(e,t){const n=(0,tP.startOfMonth)(e,t),i=(0,eP.endOfMonth)(e,t);return(0,XT.eachWeekendOfInterval)({start:n,end:i},t)}var jo={},e6={};e6.endOfYear=rP;var aP=$;function rP(e,t){const n=(0,aP.toDate)(e,t==null?void 0:t.in),i=n.getFullYear();return n.setFullYear(i+1,0,0),n.setHours(23,59,59,999),n}var pt={};pt.startOfYear=cP;var iP=$;function cP(e,t){const n=(0,iP.toDate)(e,t==null?void 0:t.in);return n.setFullYear(n.getFullYear(),0,1),n.setHours(0,0,0,0),n}jo.eachWeekendOfYear=dP;var sP=ft,oP=e6,lP=pt;function dP(e,t){const n=(0,lP.startOfYear)(e,t),i=(0,oP.endOfYear)(e,t);return(0,sP.eachWeekendOfInterval)({start:n,end:i},t)}var yo={};yo.eachYearOfInterval=mP;var uP=Oe,hP=J;function mP(e,t){const{start:n,end:i}=(0,uP.normalizeInterval)(t==null?void 0:t.in,e);let c=+n>+i;const s=c?+n:+i,o=c?i:n;o.setHours(0,0,0,0),o.setMonth(0,1);let l=(t==null?void 0:t.step)??1;if(!l)return[];l<0&&(l=-l,c=!c);const d=[];for(;+o<=s;)d.push((0,hP.constructFrom)(n,o)),o.setFullYear(o.getFullYear()+l);return c?d.reverse():d}var _o={};_o.endOfDecade=pP;var fP=$;function pP(e,t){const n=(0,fP.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=9+Math.floor(i/10)*10;return n.setFullYear(c,11,31),n.setHours(23,59,59,999),n}var wo={};wo.endOfHour=gP;var vP=$;function gP(e,t){const n=(0,vP.toDate)(e,t==null?void 0:t.in);return n.setMinutes(59,59,999),n}var So={},t6={};t6.endOfWeek=jP;var xP=H1,bP=$;function jP(e,t){var l,d,m,f;const n=(0,xP.getDefaultOptions)(),i=(t==null?void 0:t.weekStartsOn)??((d=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:d.weekStartsOn)??n.weekStartsOn??((f=(m=n.locale)==null?void 0:m.options)==null?void 0:f.weekStartsOn)??0,c=(0,bP.toDate)(e,t==null?void 0:t.in),s=c.getDay(),o=(s<i?-7:0)+6-(s-i);return c.setDate(c.getDate()+o),c.setHours(23,59,59,999),c}So.endOfISOWeek=_P;var yP=t6;function _P(e,t){return(0,yP.endOfWeek)(e,{...t,weekStartsOn:1})}var Oo={};Oo.endOfISOWeekYear=CP;var wP=J,SP=t3,OP=Se;function CP(e,t){const n=(0,SP.getISOWeekYear)(e,t),i=(0,wP.constructFrom)((t==null?void 0:t.in)||e,0);i.setFullYear(n+1,0,4),i.setHours(0,0,0,0);const c=(0,OP.startOfISOWeek)(i,t);return c.setMilliseconds(c.getMilliseconds()-1),c}var Co={};Co.endOfMinute=$P;var DP=$;function $P(e,t){const n=(0,DP.toDate)(e,t==null?void 0:t.in);return n.setSeconds(59,999),n}var Do={};Do.endOfQuarter=PP;var TP=$;function PP(e,t){const n=(0,TP.toDate)(e,t==null?void 0:t.in),i=n.getMonth(),c=i-i%3+3;return n.setMonth(c,0),n.setHours(23,59,59,999),n}var $o={};$o.endOfSecond=ZP;var EP=$;function ZP(e,t){const n=(0,EP.toDate)(e,t==null?void 0:t.in);return n.setMilliseconds(999),n}var To={};To.endOfToday=MP;var IP=ut;function MP(e){return(0,IP.endOfDay)(Date.now(),e)}var Po={};Po.endOfTomorrow=AP;var ci=R1;function AP(e){const t=(0,ci.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,ci.constructNow)(e==null?void 0:e.in);return s.setFullYear(n,i,c+1),s.setHours(23,59,59,999),e!=null&&e.in?e.in(s):s}var Eo={};Eo.endOfYesterday=LP;var FP=J,RP=R1;function LP(e){const t=(0,RP.constructNow)(e==null?void 0:e.in),n=(0,FP.constructFrom)(e==null?void 0:e.in,0);return n.setFullYear(t.getFullYear(),t.getMonth(),t.getDate()-1),n.setHours(23,59,59,999),n}var n6={},O3={},a6={},r6={};r6.formatDistance=void 0;const VP={lessThanXSeconds:{one:"less than a second",other:"less than {{count}} seconds"},xSeconds:{one:"1 second",other:"{{count}} seconds"},halfAMinute:"half a minute",lessThanXMinutes:{one:"less than a minute",other:"less than {{count}} minutes"},xMinutes:{one:"1 minute",other:"{{count}} minutes"},aboutXHours:{one:"about 1 hour",other:"about {{count}} hours"},xHours:{one:"1 hour",other:"{{count}} hours"},xDays:{one:"1 day",other:"{{count}} days"},aboutXWeeks:{one:"about 1 week",other:"about {{count}} weeks"},xWeeks:{one:"1 week",other:"{{count}} weeks"},aboutXMonths:{one:"about 1 month",other:"about {{count}} months"},xMonths:{one:"1 month",other:"{{count}} months"},aboutXYears:{one:"about 1 year",other:"about {{count}} years"},xYears:{one:"1 year",other:"{{count}} years"},overXYears:{one:"over 1 year",other:"over {{count}} years"},almostXYears:{one:"almost 1 year",other:"almost {{count}} years"}},NP=(e,t,n)=>{let i;const c=VP[e];return typeof c=="string"?i=c:t===1?i=c.one:i=c.other.replace("{{count}}",t.toString()),n!=null&&n.addSuffix?n.comparison&&n.comparison>0?"in "+i:i+" ago":i};r6.formatDistance=NP;var i6={},Zo={};Zo.buildFormatLongFn=WP;function WP(e){return(t={})=>{const n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}i6.formatLong=void 0;var tr=Zo;const zP={full:"EEEE, MMMM do, y",long:"MMMM do, y",medium:"MMM d, y",short:"MM/dd/yyyy"},BP={full:"h:mm:ss a zzzz",long:"h:mm:ss a z",medium:"h:mm:ss a",short:"h:mm a"},YP={full:"{{date}} 'at' {{time}}",long:"{{date}} 'at' {{time}}",medium:"{{date}}, {{time}}",short:"{{date}}, {{time}}"};i6.formatLong={date:(0,tr.buildFormatLongFn)({formats:zP,defaultWidth:"full"}),time:(0,tr.buildFormatLongFn)({formats:BP,defaultWidth:"full"}),dateTime:(0,tr.buildFormatLongFn)({formats:YP,defaultWidth:"full"})};var c6={};c6.formatRelative=void 0;const HP={lastWeek:"'last' eeee 'at' p",yesterday:"'yesterday at' p",today:"'today at' p",tomorrow:"'tomorrow at' p",nextWeek:"eeee 'at' p",other:"P"},UP=(e,t,n,i)=>HP[e];c6.formatRelative=UP;var s6={},Io={};Io.buildLocalizeFn=kP;function kP(e){return(t,n)=>{const i=n!=null&&n.context?String(n.context):"standalone";let c;if(i==="formatting"&&e.formattingValues){const o=e.defaultFormattingWidth||e.defaultWidth,l=n!=null&&n.width?String(n.width):o;c=e.formattingValues[l]||e.formattingValues[o]}else{const o=e.defaultWidth,l=n!=null&&n.width?String(n.width):e.defaultWidth;c=e.values[l]||e.values[o]}const s=e.argumentCallback?e.argumentCallback(t):t;return c[s]}}s6.localize=void 0;var a0=Io;const qP={narrow:["B","A"],abbreviated:["BC","AD"],wide:["Before Christ","Anno Domini"]},KP={narrow:["1","2","3","4"],abbreviated:["Q1","Q2","Q3","Q4"],wide:["1st quarter","2nd quarter","3rd quarter","4th quarter"]},GP={narrow:["J","F","M","A","M","J","J","A","S","O","N","D"],abbreviated:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],wide:["January","February","March","April","May","June","July","August","September","October","November","December"]},QP={narrow:["S","M","T","W","T","F","S"],short:["Su","Mo","Tu","We","Th","Fr","Sa"],abbreviated:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],wide:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]},JP={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"}},XP={narrow:{am:"a",pm:"p",midnight:"mi",noon:"n",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},abbreviated:{am:"AM",pm:"PM",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"},wide:{am:"a.m.",pm:"p.m.",midnight:"midnight",noon:"noon",morning:"in the morning",afternoon:"in the afternoon",evening:"in the evening",night:"at night"}},eE=(e,t)=>{const n=Number(e),i=n%100;if(i>20||i<10)switch(i%10){case 1:return n+"st";case 2:return n+"nd";case 3:return n+"rd"}return n+"th"};s6.localize={ordinalNumber:eE,era:(0,a0.buildLocalizeFn)({values:qP,defaultWidth:"wide"}),quarter:(0,a0.buildLocalizeFn)({values:KP,defaultWidth:"wide",argumentCallback:e=>e-1}),month:(0,a0.buildLocalizeFn)({values:GP,defaultWidth:"wide"}),day:(0,a0.buildLocalizeFn)({values:QP,defaultWidth:"wide"}),dayPeriod:(0,a0.buildLocalizeFn)({values:JP,defaultWidth:"wide",formattingValues:XP,defaultFormattingWidth:"wide"})};var o6={},Mo={};Mo.buildMatchFn=tE;function tE(e){return(t,n={})=>{const i=n.width,c=i&&e.matchPatterns[i]||e.matchPatterns[e.defaultMatchWidth],s=t.match(c);if(!s)return null;const o=s[0],l=i&&e.parsePatterns[i]||e.parsePatterns[e.defaultParseWidth],d=Array.isArray(l)?aE(l,v=>v.test(o)):nE(l,v=>v.test(o));let m;m=e.valueCallback?e.valueCallback(d):d,m=n.valueCallback?n.valueCallback(m):m;const f=t.slice(o.length);return{value:m,rest:f}}}function nE(e,t){for(const n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function aE(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}var Ao={};Ao.buildMatchPatternFn=rE;function rE(e){return(t,n={})=>{const i=t.match(e.matchPattern);if(!i)return null;const c=i[0],s=t.match(e.parsePattern);if(!s)return null;let o=e.valueCallback?e.valueCallback(s[0]):s[0];o=n.valueCallback?n.valueCallback(o):o;const l=t.slice(c.length);return{value:o,rest:l}}}o6.match=void 0;var r0=Mo,iE=Ao;const cE=/^(\d+)(th|st|nd|rd)?/i,sE=/\d+/i,oE={narrow:/^(b|a)/i,abbreviated:/^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,wide:/^(before christ|before common era|anno domini|common era)/i},lE={any:[/^b/i,/^(a|c)/i]},dE={narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},uE={any:[/1/i,/2/i,/3/i,/4/i]},hE={narrow:/^[jfmasond]/i,abbreviated:/^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,wide:/^(january|february|march|april|may|june|july|august|september|october|november|december)/i},mE={narrow:[/^j/i,/^f/i,/^m/i,/^a/i,/^m/i,/^j/i,/^j/i,/^a/i,/^s/i,/^o/i,/^n/i,/^d/i],any:[/^ja/i,/^f/i,/^mar/i,/^ap/i,/^may/i,/^jun/i,/^jul/i,/^au/i,/^s/i,/^o/i,/^n/i,/^d/i]},fE={narrow:/^[smtwf]/i,short:/^(su|mo|tu|we|th|fr|sa)/i,abbreviated:/^(sun|mon|tue|wed|thu|fri|sat)/i,wide:/^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i},pE={narrow:[/^s/i,/^m/i,/^t/i,/^w/i,/^t/i,/^f/i,/^s/i],any:[/^su/i,/^m/i,/^tu/i,/^w/i,/^th/i,/^f/i,/^sa/i]},vE={narrow:/^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,any:/^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i},gE={any:{am:/^a/i,pm:/^p/i,midnight:/^mi/i,noon:/^no/i,morning:/morning/i,afternoon:/afternoon/i,evening:/evening/i,night:/night/i}};o6.match={ordinalNumber:(0,iE.buildMatchPatternFn)({matchPattern:cE,parsePattern:sE,valueCallback:e=>parseInt(e,10)}),era:(0,r0.buildMatchFn)({matchPatterns:oE,defaultMatchWidth:"wide",parsePatterns:lE,defaultParseWidth:"any"}),quarter:(0,r0.buildMatchFn)({matchPatterns:dE,defaultMatchWidth:"wide",parsePatterns:uE,defaultParseWidth:"any",valueCallback:e=>e+1}),month:(0,r0.buildMatchFn)({matchPatterns:hE,defaultMatchWidth:"wide",parsePatterns:mE,defaultParseWidth:"any"}),day:(0,r0.buildMatchFn)({matchPatterns:fE,defaultMatchWidth:"wide",parsePatterns:pE,defaultParseWidth:"any"}),dayPeriod:(0,r0.buildMatchFn)({matchPatterns:vE,defaultMatchWidth:"any",parsePatterns:gE,defaultParseWidth:"any"})};a6.enUS=void 0;var xE=r6,bE=i6,jE=c6,yE=s6,_E=o6;a6.enUS={code:"en-US",formatDistance:xE.formatDistance,formatLong:bE.formatLong,formatRelative:jE.formatRelative,localize:yE.localize,match:_E.match,options:{weekStartsOn:0,firstWeekContainsDate:1}};(function(e){Object.defineProperty(e,"defaultLocale",{enumerable:!0,get:function(){return t.enUS}});var t=a6})(O3);var l6={},d6={};d6.getDayOfYear=CE;var wE=Me,SE=pt,OE=$;function CE(e,t){const n=(0,OE.toDate)(e,t==null?void 0:t.in);return(0,wE.differenceInCalendarDays)(n,(0,SE.startOfYear)(n))+1}var vt={};vt.getISOWeek=EE;var DE=R,$E=Se,TE=X3,PE=$;function EE(e,t){const n=(0,PE.toDate)(e,t==null?void 0:t.in),i=+(0,$E.startOfISOWeek)(n)-+(0,TE.startOfISOWeekYear)(n);return Math.round(i/DE.millisecondsInWeek)+1}var gt={},xt={},U0={};U0.getWeekYear=ME;var ZE=H1,si=J,oi=ge,IE=$;function ME(e,t){var f,v,p,g;const n=(0,IE.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=(0,ZE.getDefaultOptions)(),s=(t==null?void 0:t.firstWeekContainsDate)??((v=(f=t==null?void 0:t.locale)==null?void 0:f.options)==null?void 0:v.firstWeekContainsDate)??c.firstWeekContainsDate??((g=(p=c.locale)==null?void 0:p.options)==null?void 0:g.firstWeekContainsDate)??1,o=(0,si.constructFrom)((t==null?void 0:t.in)||e,0);o.setFullYear(i+1,0,s),o.setHours(0,0,0,0);const l=(0,oi.startOfWeek)(o,t),d=(0,si.constructFrom)((t==null?void 0:t.in)||e,0);d.setFullYear(i,0,s),d.setHours(0,0,0,0);const m=(0,oi.startOfWeek)(d,t);return+n>=+l?i+1:+n>=+m?i:i-1}xt.startOfWeekYear=VE;var AE=H1,FE=J,RE=U0,LE=ge;function VE(e,t){var l,d,m,f;const n=(0,AE.getDefaultOptions)(),i=(t==null?void 0:t.firstWeekContainsDate)??((d=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:d.firstWeekContainsDate)??n.firstWeekContainsDate??((f=(m=n.locale)==null?void 0:m.options)==null?void 0:f.firstWeekContainsDate)??1,c=(0,RE.getWeekYear)(e,t),s=(0,FE.constructFrom)((t==null?void 0:t.in)||e,0);return s.setFullYear(c,0,i),s.setHours(0,0,0,0),(0,LE.startOfWeek)(s,t)}gt.getWeek=YE;var NE=R,WE=ge,zE=xt,BE=$;function YE(e,t){const n=(0,BE.toDate)(e,t==null?void 0:t.in),i=+(0,WE.startOfWeek)(n,t)-+(0,zE.startOfWeekYear)(n,t);return Math.round(i/NE.millisecondsInWeek)+1}var C3={};C3.addLeadingZeros=HE;function HE(e,t){const n=e<0?"-":"",i=Math.abs(e).toString().padStart(t,"0");return n+i}var bt={};bt.lightFormatters=void 0;var Ye=C3;bt.lightFormatters={y(e,t){const n=e.getFullYear(),i=n>0?n:1-n;return(0,Ye.addLeadingZeros)(t==="yy"?i%100:i,t.length)},M(e,t){const n=e.getMonth();return t==="M"?String(n+1):(0,Ye.addLeadingZeros)(n+1,2)},d(e,t){return(0,Ye.addLeadingZeros)(e.getDate(),t.length)},a(e,t){const n=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.toUpperCase();case"aaa":return n;case"aaaaa":return n[0];case"aaaa":default:return n==="am"?"a.m.":"p.m."}},h(e,t){return(0,Ye.addLeadingZeros)(e.getHours()%12||12,t.length)},H(e,t){return(0,Ye.addLeadingZeros)(e.getHours(),t.length)},m(e,t){return(0,Ye.addLeadingZeros)(e.getMinutes(),t.length)},s(e,t){return(0,Ye.addLeadingZeros)(e.getSeconds(),t.length)},S(e,t){const n=t.length,i=e.getMilliseconds(),c=Math.trunc(i*Math.pow(10,n-3));return(0,Ye.addLeadingZeros)(c,t.length)}};l6.formatters=void 0;var UE=d6,kE=vt,qE=t3,KE=gt,GE=U0,E1=C3,He=bt;const D3={am:"am",pm:"pm",midnight:"midnight",noon:"noon",morning:"morning",afternoon:"afternoon",evening:"evening",night:"night"};l6.formatters={G:function(e,t,n){const i=e.getFullYear()>0?1:0;switch(t){case"G":case"GG":case"GGG":return n.era(i,{width:"abbreviated"});case"GGGGG":return n.era(i,{width:"narrow"});case"GGGG":default:return n.era(i,{width:"wide"})}},y:function(e,t,n){if(t==="yo"){const i=e.getFullYear(),c=i>0?i:1-i;return n.ordinalNumber(c,{unit:"year"})}return He.lightFormatters.y(e,t)},Y:function(e,t,n,i){const c=(0,GE.getWeekYear)(e,i),s=c>0?c:1-c;if(t==="YY"){const o=s%100;return(0,E1.addLeadingZeros)(o,2)}return t==="Yo"?n.ordinalNumber(s,{unit:"year"}):(0,E1.addLeadingZeros)(s,t.length)},R:function(e,t){const n=(0,qE.getISOWeekYear)(e);return(0,E1.addLeadingZeros)(n,t.length)},u:function(e,t){const n=e.getFullYear();return(0,E1.addLeadingZeros)(n,t.length)},Q:function(e,t,n){const i=Math.ceil((e.getMonth()+1)/3);switch(t){case"Q":return String(i);case"QQ":return(0,E1.addLeadingZeros)(i,2);case"Qo":return n.ordinalNumber(i,{unit:"quarter"});case"QQQ":return n.quarter(i,{width:"abbreviated",context:"formatting"});case"QQQQQ":return n.quarter(i,{width:"narrow",context:"formatting"});case"QQQQ":default:return n.quarter(i,{width:"wide",context:"formatting"})}},q:function(e,t,n){const i=Math.ceil((e.getMonth()+1)/3);switch(t){case"q":return String(i);case"qq":return(0,E1.addLeadingZeros)(i,2);case"qo":return n.ordinalNumber(i,{unit:"quarter"});case"qqq":return n.quarter(i,{width:"abbreviated",context:"standalone"});case"qqqqq":return n.quarter(i,{width:"narrow",context:"standalone"});case"qqqq":default:return n.quarter(i,{width:"wide",context:"standalone"})}},M:function(e,t,n){const i=e.getMonth();switch(t){case"M":case"MM":return He.lightFormatters.M(e,t);case"Mo":return n.ordinalNumber(i+1,{unit:"month"});case"MMM":return n.month(i,{width:"abbreviated",context:"formatting"});case"MMMMM":return n.month(i,{width:"narrow",context:"formatting"});case"MMMM":default:return n.month(i,{width:"wide",context:"formatting"})}},L:function(e,t,n){const i=e.getMonth();switch(t){case"L":return String(i+1);case"LL":return(0,E1.addLeadingZeros)(i+1,2);case"Lo":return n.ordinalNumber(i+1,{unit:"month"});case"LLL":return n.month(i,{width:"abbreviated",context:"standalone"});case"LLLLL":return n.month(i,{width:"narrow",context:"standalone"});case"LLLL":default:return n.month(i,{width:"wide",context:"standalone"})}},w:function(e,t,n,i){const c=(0,KE.getWeek)(e,i);return t==="wo"?n.ordinalNumber(c,{unit:"week"}):(0,E1.addLeadingZeros)(c,t.length)},I:function(e,t,n){const i=(0,kE.getISOWeek)(e);return t==="Io"?n.ordinalNumber(i,{unit:"week"}):(0,E1.addLeadingZeros)(i,t.length)},d:function(e,t,n){return t==="do"?n.ordinalNumber(e.getDate(),{unit:"date"}):He.lightFormatters.d(e,t)},D:function(e,t,n){const i=(0,UE.getDayOfYear)(e);return t==="Do"?n.ordinalNumber(i,{unit:"dayOfYear"}):(0,E1.addLeadingZeros)(i,t.length)},E:function(e,t,n){const i=e.getDay();switch(t){case"E":case"EE":case"EEE":return n.day(i,{width:"abbreviated",context:"formatting"});case"EEEEE":return n.day(i,{width:"narrow",context:"formatting"});case"EEEEEE":return n.day(i,{width:"short",context:"formatting"});case"EEEE":default:return n.day(i,{width:"wide",context:"formatting"})}},e:function(e,t,n,i){const c=e.getDay(),s=(c-i.weekStartsOn+8)%7||7;switch(t){case"e":return String(s);case"ee":return(0,E1.addLeadingZeros)(s,2);case"eo":return n.ordinalNumber(s,{unit:"day"});case"eee":return n.day(c,{width:"abbreviated",context:"formatting"});case"eeeee":return n.day(c,{width:"narrow",context:"formatting"});case"eeeeee":return n.day(c,{width:"short",context:"formatting"});case"eeee":default:return n.day(c,{width:"wide",context:"formatting"})}},c:function(e,t,n,i){const c=e.getDay(),s=(c-i.weekStartsOn+8)%7||7;switch(t){case"c":return String(s);case"cc":return(0,E1.addLeadingZeros)(s,t.length);case"co":return n.ordinalNumber(s,{unit:"day"});case"ccc":return n.day(c,{width:"abbreviated",context:"standalone"});case"ccccc":return n.day(c,{width:"narrow",context:"standalone"});case"cccccc":return n.day(c,{width:"short",context:"standalone"});case"cccc":default:return n.day(c,{width:"wide",context:"standalone"})}},i:function(e,t,n){const i=e.getDay(),c=i===0?7:i;switch(t){case"i":return String(c);case"ii":return(0,E1.addLeadingZeros)(c,t.length);case"io":return n.ordinalNumber(c,{unit:"day"});case"iii":return n.day(i,{width:"abbreviated",context:"formatting"});case"iiiii":return n.day(i,{width:"narrow",context:"formatting"});case"iiiiii":return n.day(i,{width:"short",context:"formatting"});case"iiii":default:return n.day(i,{width:"wide",context:"formatting"})}},a:function(e,t,n){const c=e.getHours()/12>=1?"pm":"am";switch(t){case"a":case"aa":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"});case"aaa":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"}).toLowerCase();case"aaaaa":return n.dayPeriod(c,{width:"narrow",context:"formatting"});case"aaaa":default:return n.dayPeriod(c,{width:"wide",context:"formatting"})}},b:function(e,t,n){const i=e.getHours();let c;switch(i===12?c=D3.noon:i===0?c=D3.midnight:c=i/12>=1?"pm":"am",t){case"b":case"bb":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"});case"bbb":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"}).toLowerCase();case"bbbbb":return n.dayPeriod(c,{width:"narrow",context:"formatting"});case"bbbb":default:return n.dayPeriod(c,{width:"wide",context:"formatting"})}},B:function(e,t,n){const i=e.getHours();let c;switch(i>=17?c=D3.evening:i>=12?c=D3.afternoon:i>=4?c=D3.morning:c=D3.night,t){case"B":case"BB":case"BBB":return n.dayPeriod(c,{width:"abbreviated",context:"formatting"});case"BBBBB":return n.dayPeriod(c,{width:"narrow",context:"formatting"});case"BBBB":default:return n.dayPeriod(c,{width:"wide",context:"formatting"})}},h:function(e,t,n){if(t==="ho"){let i=e.getHours()%12;return i===0&&(i=12),n.ordinalNumber(i,{unit:"hour"})}return He.lightFormatters.h(e,t)},H:function(e,t,n){return t==="Ho"?n.ordinalNumber(e.getHours(),{unit:"hour"}):He.lightFormatters.H(e,t)},K:function(e,t,n){const i=e.getHours()%12;return t==="Ko"?n.ordinalNumber(i,{unit:"hour"}):(0,E1.addLeadingZeros)(i,t.length)},k:function(e,t,n){let i=e.getHours();return i===0&&(i=24),t==="ko"?n.ordinalNumber(i,{unit:"hour"}):(0,E1.addLeadingZeros)(i,t.length)},m:function(e,t,n){return t==="mo"?n.ordinalNumber(e.getMinutes(),{unit:"minute"}):He.lightFormatters.m(e,t)},s:function(e,t,n){return t==="so"?n.ordinalNumber(e.getSeconds(),{unit:"second"}):He.lightFormatters.s(e,t)},S:function(e,t){return He.lightFormatters.S(e,t)},X:function(e,t,n){const i=e.getTimezoneOffset();if(i===0)return"Z";switch(t){case"X":return di(i);case"XXXX":case"XX":return m3(i);case"XXXXX":case"XXX":default:return m3(i,":")}},x:function(e,t,n){const i=e.getTimezoneOffset();switch(t){case"x":return di(i);case"xxxx":case"xx":return m3(i);case"xxxxx":case"xxx":default:return m3(i,":")}},O:function(e,t,n){const i=e.getTimezoneOffset();switch(t){case"O":case"OO":case"OOO":return"GMT"+li(i,":");case"OOOO":default:return"GMT"+m3(i,":")}},z:function(e,t,n){const i=e.getTimezoneOffset();switch(t){case"z":case"zz":case"zzz":return"GMT"+li(i,":");case"zzzz":default:return"GMT"+m3(i,":")}},t:function(e,t,n){const i=Math.trunc(+e/1e3);return(0,E1.addLeadingZeros)(i,t.length)},T:function(e,t,n){return(0,E1.addLeadingZeros)(+e,t.length)}};function li(e,t=""){const n=e>0?"-":"+",i=Math.abs(e),c=Math.trunc(i/60),s=i%60;return s===0?n+String(c):n+String(c)+t+(0,E1.addLeadingZeros)(s,2)}function di(e,t){return e%60===0?(e>0?"-":"+")+(0,E1.addLeadingZeros)(Math.abs(e)/60,2):m3(e,t)}function m3(e,t=""){const n=e>0?"-":"+",i=Math.abs(e),c=(0,E1.addLeadingZeros)(Math.trunc(i/60),2),s=(0,E1.addLeadingZeros)(i%60,2);return n+c+t+s}var jt={};jt.longFormatters=void 0;const ui=(e,t)=>{switch(e){case"P":return t.date({width:"short"});case"PP":return t.date({width:"medium"});case"PPP":return t.date({width:"long"});case"PPPP":default:return t.date({width:"full"})}},Fo=(e,t)=>{switch(e){case"p":return t.time({width:"short"});case"pp":return t.time({width:"medium"});case"ppp":return t.time({width:"long"});case"pppp":default:return t.time({width:"full"})}},QE=(e,t)=>{const n=e.match(/(P+)(p+)?/)||[],i=n[1],c=n[2];if(!c)return ui(e,t);let s;switch(i){case"P":s=t.dateTime({width:"short"});break;case"PP":s=t.dateTime({width:"medium"});break;case"PPP":s=t.dateTime({width:"long"});break;case"PPPP":default:s=t.dateTime({width:"full"});break}return s.replace("{{date}}",ui(i,t)).replace("{{time}}",Fo(c,t))};jt.longFormatters={p:Fo,P:QE};var k0={};k0.isProtectedDayOfYearToken=tZ;k0.isProtectedWeekYearToken=nZ;k0.warnOrThrowProtectedError=aZ;const JE=/^D+$/,XE=/^Y+$/,eZ=["D","DD","YY","YYYY"];function tZ(e){return JE.test(e)}function nZ(e){return XE.test(e)}function aZ(e,t,n){const i=rZ(e,t,n);if(console.warn(i),eZ.includes(e))throw new RangeError(i)}function rZ(e,t,n){const i=e[0]==="Y"?"years":"days of the month";return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${i} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}(function(e){e.format=e.formatDate=g,Object.defineProperty(e,"formatters",{enumerable:!0,get:function(){return i.formatters}}),Object.defineProperty(e,"longFormatters",{enumerable:!0,get:function(){return c.longFormatters}});var t=O3,n=H1,i=l6,c=jt,s=k0,o=Fe,l=$;const d=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,m=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,f=/^'([^]*?)'?$/,v=/''/g,p=/[a-zA-Z]/;function g(j,_,b){var z,F,A,k,K,I,H,B;const w=(0,n.getDefaultOptions)(),T=(b==null?void 0:b.locale)??w.locale??t.defaultLocale,D=(b==null?void 0:b.firstWeekContainsDate)??((F=(z=b==null?void 0:b.locale)==null?void 0:z.options)==null?void 0:F.firstWeekContainsDate)??w.firstWeekContainsDate??((k=(A=w.locale)==null?void 0:A.options)==null?void 0:k.firstWeekContainsDate)??1,C=(b==null?void 0:b.weekStartsOn)??((I=(K=b==null?void 0:b.locale)==null?void 0:K.options)==null?void 0:I.weekStartsOn)??w.weekStartsOn??((B=(H=w.locale)==null?void 0:H.options)==null?void 0:B.weekStartsOn)??0,Z=(0,l.toDate)(j,b==null?void 0:b.in);if(!(0,o.isValid)(Z))throw new RangeError("Invalid time value");let S=_.match(m).map(E=>{const V=E[0];if(V==="p"||V==="P"){const y=c.longFormatters[V];return y(E,T.formatLong)}return E}).join("").match(d).map(E=>{if(E==="''")return{isToken:!1,value:"'"};const V=E[0];if(V==="'")return{isToken:!1,value:x(E)};if(i.formatters[V])return{isToken:!0,value:E};if(V.match(p))throw new RangeError("Format string contains an unescaped latin alphabet character `"+V+"`");return{isToken:!1,value:E}});T.localize.preprocessor&&(S=T.localize.preprocessor(Z,S));const L={firstWeekContainsDate:D,weekStartsOn:C,locale:T};return S.map(E=>{if(!E.isToken)return E.value;const V=E.value;(!(b!=null&&b.useAdditionalWeekYearTokens)&&(0,s.isProtectedWeekYearToken)(V)||!(b!=null&&b.useAdditionalDayOfYearTokens)&&(0,s.isProtectedDayOfYearToken)(V))&&(0,s.warnOrThrowProtectedError)(V,_,String(j));const y=i.formatters[V[0]];return y(Z,V,T.localize,L)}).join("")}function x(j){const _=j.match(f);return _?_[1].replace(v,"'"):j}})(n6);var u6={};u6.formatDistance=uZ;var iZ=O3,cZ=H1,hi=Ae,sZ=m1,oZ=S3,$3=R,lZ=B0,dZ=Y0;function uZ(e,t,n){const i=(0,cZ.getDefaultOptions)(),c=(n==null?void 0:n.locale)??i.locale??iZ.defaultLocale,s=2520,o=(0,oZ.compareAsc)(e,t);if(isNaN(o))throw new RangeError("Invalid time value");const l=Object.assign({},n,{addSuffix:n==null?void 0:n.addSuffix,comparison:o}),[d,m]=(0,sZ.normalizeDates)(n==null?void 0:n.in,...o>0?[t,e]:[e,t]),f=(0,dZ.differenceInSeconds)(m,d),v=((0,hi.getTimezoneOffsetInMilliseconds)(m)-(0,hi.getTimezoneOffsetInMilliseconds)(d))/1e3,p=Math.round((f-v)/60);let g;if(p<2)return n!=null&&n.includeSeconds?f<5?c.formatDistance("lessThanXSeconds",5,l):f<10?c.formatDistance("lessThanXSeconds",10,l):f<20?c.formatDistance("lessThanXSeconds",20,l):f<40?c.formatDistance("halfAMinute",0,l):f<60?c.formatDistance("lessThanXMinutes",1,l):c.formatDistance("xMinutes",1,l):p===0?c.formatDistance("lessThanXMinutes",1,l):c.formatDistance("xMinutes",p,l);if(p<45)return c.formatDistance("xMinutes",p,l);if(p<90)return c.formatDistance("aboutXHours",1,l);if(p<$3.minutesInDay){const x=Math.round(p/60);return c.formatDistance("aboutXHours",x,l)}else{if(p<s)return c.formatDistance("xDays",1,l);if(p<$3.minutesInMonth){const x=Math.round(p/$3.minutesInDay);return c.formatDistance("xDays",x,l)}else if(p<$3.minutesInMonth*2)return g=Math.round(p/$3.minutesInMonth),c.formatDistance("aboutXMonths",g,l)}if(g=(0,lZ.differenceInMonths)(m,d),g<12){const x=Math.round(p/$3.minutesInMonth);return c.formatDistance("xMonths",x,l)}else{const x=g%12,j=Math.trunc(g/12);return x<3?c.formatDistance("aboutXYears",j,l):x<9?c.formatDistance("overXYears",j,l):c.formatDistance("almostXYears",j+1,l)}}var h6={};h6.formatDistanceStrict=gZ;var hZ=O3,mZ=H1,fZ=Re,mi=Ae,pZ=m1,vZ=S3,Ue=R;function gZ(e,t,n){const i=(0,mZ.getDefaultOptions)(),c=(n==null?void 0:n.locale)??i.locale??hZ.defaultLocale,s=(0,vZ.compareAsc)(e,t);if(isNaN(s))throw new RangeError("Invalid time value");const o=Object.assign({},n,{addSuffix:n==null?void 0:n.addSuffix,comparison:s}),[l,d]=(0,pZ.normalizeDates)(n==null?void 0:n.in,...s>0?[t,e]:[e,t]),m=(0,fZ.getRoundingMethod)((n==null?void 0:n.roundingMethod)??"round"),f=d.getTime()-l.getTime(),v=f/Ue.millisecondsInMinute,p=(0,mi.getTimezoneOffsetInMilliseconds)(d)-(0,mi.getTimezoneOffsetInMilliseconds)(l),g=(f-p)/Ue.millisecondsInMinute,x=n==null?void 0:n.unit;let j;if(x?j=x:v<1?j="second":v<60?j="minute":v<Ue.minutesInDay?j="hour":g<Ue.minutesInMonth?j="day":g<Ue.minutesInYear?j="month":j="year",j==="second"){const _=m(f/1e3);return c.formatDistance("xSeconds",_,o)}else if(j==="minute"){const _=m(v);return c.formatDistance("xMinutes",_,o)}else if(j==="hour"){const _=m(v/60);return c.formatDistance("xHours",_,o)}else if(j==="day"){const _=m(g/Ue.minutesInDay);return c.formatDistance("xDays",_,o)}else if(j==="month"){const _=m(g/Ue.minutesInMonth);return _===12&&x!=="month"?c.formatDistance("xYears",1,o):c.formatDistance("xMonths",_,o)}else{const _=m(g/Ue.minutesInYear);return c.formatDistance("xYears",_,o)}}var Ro={};Ro.formatDistanceToNow=jZ;var xZ=R1,bZ=u6;function jZ(e,t){return(0,bZ.formatDistance)(e,(0,xZ.constructNow)(e),t)}var Lo={};Lo.formatDistanceToNowStrict=wZ;var yZ=R1,_Z=h6;function wZ(e,t){return(0,_Z.formatDistanceStrict)(e,(0,yZ.constructNow)(e),t)}var Vo={};Vo.formatDuration=DZ;var SZ=O3,OZ=H1;const CZ=["years","months","weeks","days","hours","minutes","seconds"];function DZ(e,t){const n=(0,OZ.getDefaultOptions)(),i=(t==null?void 0:t.locale)??n.locale??SZ.defaultLocale,c=(t==null?void 0:t.format)??CZ,s=(t==null?void 0:t.zero)??!1,o=(t==null?void 0:t.delimiter)??" ";return i.formatDistance?c.reduce((d,m)=>{const f=`x${m.replace(/(^.)/,p=>p.toUpperCase())}`,v=e[m];return v!==void 0&&(s||e[m])?d.concat(i.formatDistance(f,v)):d},[]).join(o):""}var No={};No.formatISO=TZ;var ke=C3,$Z=$;function TZ(e,t){const n=(0,$Z.toDate)(e,t==null?void 0:t.in);if(isNaN(+n))throw new RangeError("Invalid time value");const i=(t==null?void 0:t.format)??"extended",c=(t==null?void 0:t.representation)??"complete";let s="",o="";const l=i==="extended"?"-":"",d=i==="extended"?":":"";if(c!=="time"){const m=(0,ke.addLeadingZeros)(n.getDate(),2),f=(0,ke.addLeadingZeros)(n.getMonth()+1,2);s=`${(0,ke.addLeadingZeros)(n.getFullYear(),4)}${l}${f}${l}${m}`}if(c!=="date"){const m=n.getTimezoneOffset();if(m!==0){const j=Math.abs(m),_=(0,ke.addLeadingZeros)(Math.trunc(j/60),2),b=(0,ke.addLeadingZeros)(j%60,2);o=`${m<0?"+":"-"}${_}:${b}`}else o="Z";const f=(0,ke.addLeadingZeros)(n.getHours(),2),v=(0,ke.addLeadingZeros)(n.getMinutes(),2),p=(0,ke.addLeadingZeros)(n.getSeconds(),2),g=s===""?"":"T",x=[f,v,p].join(d);s=`${s}${g}${x}${o}`}return s}var Wo={};Wo.formatISO9075=ZZ;var T3=C3,PZ=Fe,EZ=$;function ZZ(e,t){const n=(0,EZ.toDate)(e,t==null?void 0:t.in);if(!(0,PZ.isValid)(n))throw new RangeError("Invalid time value");const i=(t==null?void 0:t.format)??"extended",c=(t==null?void 0:t.representation)??"complete";let s="";const o=i==="extended"?"-":"",l=i==="extended"?":":"";if(c!=="time"){const d=(0,T3.addLeadingZeros)(n.getDate(),2),m=(0,T3.addLeadingZeros)(n.getMonth()+1,2);s=`${(0,T3.addLeadingZeros)(n.getFullYear(),4)}${o}${m}${o}${d}`}if(c!=="date"){const d=(0,T3.addLeadingZeros)(n.getHours(),2),m=(0,T3.addLeadingZeros)(n.getMinutes(),2),f=(0,T3.addLeadingZeros)(n.getSeconds(),2);s=`${s}${s===""?"":" "}${d}${l}${m}${l}${f}`}return s}var zo={};zo.formatISODuration=IZ;function IZ(e){const{years:t=0,months:n=0,days:i=0,hours:c=0,minutes:s=0,seconds:o=0}=e;return`P${t}Y${n}M${i}DT${c}H${s}M${o}S`}var Bo={};Bo.formatRFC3339=FZ;var qe=C3,MZ=Fe,AZ=$;function FZ(e,t){const n=(0,AZ.toDate)(e,t==null?void 0:t.in);if(!(0,MZ.isValid)(n))throw new RangeError("Invalid time value");const i=(t==null?void 0:t.fractionDigits)??0,c=(0,qe.addLeadingZeros)(n.getDate(),2),s=(0,qe.addLeadingZeros)(n.getMonth()+1,2),o=n.getFullYear(),l=(0,qe.addLeadingZeros)(n.getHours(),2),d=(0,qe.addLeadingZeros)(n.getMinutes(),2),m=(0,qe.addLeadingZeros)(n.getSeconds(),2);let f="";if(i>0){const g=n.getMilliseconds(),x=Math.trunc(g*Math.pow(10,i-3));f="."+(0,qe.addLeadingZeros)(x,i)}let v="";const p=n.getTimezoneOffset();if(p!==0){const g=Math.abs(p),x=(0,qe.addLeadingZeros)(Math.trunc(g/60),2),j=(0,qe.addLeadingZeros)(g%60,2);v=`${p<0?"+":"-"}${x}:${j}`}else v="Z";return`${o}-${s}-${c}T${l}:${d}:${m}${f}${v}`}var Yo={};Yo.formatRFC7231=WZ;var s2=C3,RZ=Fe,LZ=$;const VZ=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],NZ=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"];function WZ(e){const t=(0,LZ.toDate)(e);if(!(0,RZ.isValid)(t))throw new RangeError("Invalid time value");const n=VZ[t.getUTCDay()],i=(0,s2.addLeadingZeros)(t.getUTCDate(),2),c=NZ[t.getUTCMonth()],s=t.getUTCFullYear(),o=(0,s2.addLeadingZeros)(t.getUTCHours(),2),l=(0,s2.addLeadingZeros)(t.getUTCMinutes(),2),d=(0,s2.addLeadingZeros)(t.getUTCSeconds(),2);return`${n}, ${i} ${c} ${s} ${o}:${l}:${d} GMT`}var Ho={};Ho.formatRelative=kZ;var zZ=O3,BZ=H1,YZ=m1,HZ=Me,UZ=n6;function kZ(e,t,n){var v,p,g,x;const[i,c]=(0,YZ.normalizeDates)(n==null?void 0:n.in,e,t),s=(0,BZ.getDefaultOptions)(),o=(n==null?void 0:n.locale)??s.locale??zZ.defaultLocale,l=(n==null?void 0:n.weekStartsOn)??((p=(v=n==null?void 0:n.locale)==null?void 0:v.options)==null?void 0:p.weekStartsOn)??s.weekStartsOn??((x=(g=s.locale)==null?void 0:g.options)==null?void 0:x.weekStartsOn)??0,d=(0,HZ.differenceInCalendarDays)(i,c);if(isNaN(d))throw new RangeError("Invalid time value");let m;d<-6?m="other":d<-1?m="lastWeek":d<0?m="yesterday":d<1?m="today":d<2?m="tomorrow":d<7?m="nextWeek":m="other";const f=o.formatRelative(m,i,c,{locale:o,weekStartsOn:l});return(0,UZ.format)(i,f,{locale:o,weekStartsOn:l})}var Uo={};Uo.fromUnixTime=KZ;var qZ=$;function KZ(e,t){return(0,qZ.toDate)(e*1e3,t==null?void 0:t.in)}var m6={};m6.getDate=QZ;var GZ=$;function QZ(e,t){return(0,GZ.toDate)(e,t==null?void 0:t.in).getDate()}var q0={};q0.getDay=XZ;var JZ=$;function XZ(e,t){return(0,JZ.toDate)(e,t==null?void 0:t.in).getDay()}var f6={};f6.getDaysInMonth=nI;var eI=J,tI=$;function nI(e,t){const n=(0,tI.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=n.getMonth(),s=(0,eI.constructFrom)(n,0);return s.setFullYear(i,c+1,0),s.setHours(0,0,0,0),s.getDate()}var ko={},p6={};p6.isLeapYear=rI;var aI=$;function rI(e,t){const i=(0,aI.toDate)(e,t==null?void 0:t.in).getFullYear();return i%400===0||i%4===0&&i%100!==0}ko.getDaysInYear=sI;var iI=p6,cI=$;function sI(e,t){const n=(0,cI.toDate)(e,t==null?void 0:t.in);return Number.isNaN(+n)?NaN:(0,iI.isLeapYear)(n)?366:365}var qo={};qo.getDecade=lI;var oI=$;function lI(e,t){const i=(0,oI.toDate)(e,t==null?void 0:t.in).getFullYear();return Math.floor(i/10)*10}var v6={};v6.getDefaultOptions=uI;var dI=H1;function uI(){return Object.assign({},(0,dI.getDefaultOptions)())}var Ko={};Ko.getHours=mI;var hI=$;function mI(e,t){return(0,hI.toDate)(e,t==null?void 0:t.in).getHours()}var g6={};g6.getISODay=pI;var fI=$;function pI(e,t){const n=(0,fI.toDate)(e,t==null?void 0:t.in).getDay();return n===0?7:n}var Go={};Go.getISOWeeksInYear=xI;var vI=z0,gI=R,fi=X3;function xI(e,t){const n=(0,fi.startOfISOWeekYear)(e,t),c=+(0,fi.startOfISOWeekYear)((0,vI.addWeeks)(n,60))-+n;return Math.round(c/gI.millisecondsInWeek)}var Qo={};Qo.getMilliseconds=jI;var bI=$;function jI(e){return(0,bI.toDate)(e).getMilliseconds()}var Jo={};Jo.getMinutes=_I;var yI=$;function _I(e,t){return(0,yI.toDate)(e,t==null?void 0:t.in).getMinutes()}var Xo={};Xo.getMonth=SI;var wI=$;function SI(e,t){return(0,wI.toDate)(e,t==null?void 0:t.in).getMonth()}var e9={};e9.getOverlappingDaysInIntervals=CI;var pi=Ae,OI=R,o2=$;function CI(e,t){const[n,i]=[+(0,o2.toDate)(e.start),+(0,o2.toDate)(e.end)].sort((v,p)=>v-p),[c,s]=[+(0,o2.toDate)(t.start),+(0,o2.toDate)(t.end)].sort((v,p)=>v-p);if(!(n<s&&c<i))return 0;const l=c<n?n:c,d=l-(0,pi.getTimezoneOffsetInMilliseconds)(l),m=s>i?i:s,f=m-(0,pi.getTimezoneOffsetInMilliseconds)(m);return Math.ceil((f-d)/OI.millisecondsInDay)}var t9={};t9.getSeconds=$I;var DI=$;function $I(e){return(0,DI.toDate)(e).getSeconds()}var n9={};n9.getTime=PI;var TI=$;function PI(e){return+(0,TI.toDate)(e)}var a9={};a9.getUnixTime=ZI;var EI=$;function ZI(e){return Math.trunc(+(0,EI.toDate)(e)/1e3)}var r9={};r9.getWeekOfMonth=LI;var II=H1,MI=m6,AI=q0,FI=H0,RI=$;function LI(e,t){var d,m,f,v;const n=(0,II.getDefaultOptions)(),i=(t==null?void 0:t.weekStartsOn)??((m=(d=t==null?void 0:t.locale)==null?void 0:d.options)==null?void 0:m.weekStartsOn)??n.weekStartsOn??((v=(f=n.locale)==null?void 0:f.options)==null?void 0:v.weekStartsOn)??0,c=(0,MI.getDate)((0,RI.toDate)(e,t==null?void 0:t.in));if(isNaN(c))return NaN;const s=(0,AI.getDay)((0,FI.startOfMonth)(e,t));let o=i-s;o<=0&&(o+=7);const l=c-o;return Math.ceil(l/7)+1}var i9={},x6={};x6.lastDayOfMonth=VI;var vi=$;function VI(e,t){const n=(0,vi.toDate)(e,t==null?void 0:t.in),i=n.getMonth();return n.setFullYear(n.getFullYear(),i+1,0),n.setHours(0,0,0,0),(0,vi.toDate)(n,t==null?void 0:t.in)}i9.getWeeksInMonth=YI;var NI=it,WI=x6,zI=H0,BI=$;function YI(e,t){const n=(0,BI.toDate)(e,t==null?void 0:t.in);return(0,NI.differenceInCalendarWeeks)((0,WI.lastDayOfMonth)(n,t),(0,zI.startOfMonth)(n,t),t)+1}var c9={};c9.getYear=UI;var HI=$;function UI(e,t){return(0,HI.toDate)(e,t==null?void 0:t.in).getFullYear()}var s9={};s9.hoursToMilliseconds=qI;var kI=R;function qI(e){return Math.trunc(e*kI.millisecondsInHour)}var o9={};o9.hoursToMinutes=GI;var KI=R;function GI(e){return Math.trunc(e*KI.minutesInHour)}var l9={};l9.hoursToSeconds=JI;var QI=R;function JI(e){return Math.trunc(e*QI.secondsInHour)}var d9={};d9.interval=eM;var XI=m1;function eM(e,t,n){const[i,c]=(0,XI.normalizeDates)(n==null?void 0:n.in,e,t);if(isNaN(+i))throw new TypeError("Start date is invalid");if(isNaN(+c))throw new TypeError("End date is invalid");if(n!=null&&n.assertPositive&&+i>+c)throw new TypeError("End date must be after start date");return{start:i,end:c}}var u9={};u9.intervalToDuration=oM;var tM=Oe,i0=M5,nM=st,aM=ot,rM=dt,iM=B0,cM=Y0,sM=J5;function oM(e,t){const{start:n,end:i}=(0,tM.normalizeInterval)(t==null?void 0:t.in,e),c={},s=(0,sM.differenceInYears)(i,n);s&&(c.years=s);const o=(0,i0.add)(n,{years:c.years}),l=(0,iM.differenceInMonths)(i,o);l&&(c.months=l);const d=(0,i0.add)(o,{months:c.months}),m=(0,nM.differenceInDays)(i,d);m&&(c.days=m);const f=(0,i0.add)(d,{days:c.days}),v=(0,aM.differenceInHours)(i,f);v&&(c.hours=v);const p=(0,i0.add)(f,{hours:c.hours}),g=(0,rM.differenceInMinutes)(i,p);g&&(c.minutes=g);const x=(0,i0.add)(p,{minutes:c.minutes}),j=(0,cM.differenceInSeconds)(i,x);return j&&(c.seconds=j),c}var h9={};h9.intlFormat=dM;var lM=$;function dM(e,t,n){let i;return uM(t)?i=t:n=t,new Intl.DateTimeFormat(n==null?void 0:n.locale,i).format((0,lM.toDate)(e))}function uM(e){return e!==void 0&&!("locale"in e)}var m9={};m9.intlFormatDistance=mM;var hM=m1,d3=R,nr=Me,gi=rt,ar=q5,xi=it,rr=ct,bi=ot,ji=dt,ir=Y0;function mM(e,t,n){let i=0,c;const[s,o]=(0,hM.normalizeDates)(n==null?void 0:n.in,e,t);if(n!=null&&n.unit)c=n==null?void 0:n.unit,c==="second"?i=(0,ir.differenceInSeconds)(s,o):c==="minute"?i=(0,ji.differenceInMinutes)(s,o):c==="hour"?i=(0,bi.differenceInHours)(s,o):c==="day"?i=(0,nr.differenceInCalendarDays)(s,o):c==="week"?i=(0,xi.differenceInCalendarWeeks)(s,o):c==="month"?i=(0,gi.differenceInCalendarMonths)(s,o):c==="quarter"?i=(0,ar.differenceInCalendarQuarters)(s,o):c==="year"&&(i=(0,rr.differenceInCalendarYears)(s,o));else{const d=(0,ir.differenceInSeconds)(s,o);Math.abs(d)<d3.secondsInMinute?(i=(0,ir.differenceInSeconds)(s,o),c="second"):Math.abs(d)<d3.secondsInHour?(i=(0,ji.differenceInMinutes)(s,o),c="minute"):Math.abs(d)<d3.secondsInDay&&Math.abs((0,nr.differenceInCalendarDays)(s,o))<1?(i=(0,bi.differenceInHours)(s,o),c="hour"):Math.abs(d)<d3.secondsInWeek&&(i=(0,nr.differenceInCalendarDays)(s,o))&&Math.abs(i)<7?c="day":Math.abs(d)<d3.secondsInMonth?(i=(0,xi.differenceInCalendarWeeks)(s,o),c="week"):Math.abs(d)<d3.secondsInQuarter?(i=(0,gi.differenceInCalendarMonths)(s,o),c="month"):Math.abs(d)<d3.secondsInYear&&(0,ar.differenceInCalendarQuarters)(s,o)<4?(i=(0,ar.differenceInCalendarQuarters)(s,o),c="quarter"):(i=(0,rr.differenceInCalendarYears)(s,o),c="year")}return new Intl.RelativeTimeFormat(n==null?void 0:n.locale,{numeric:"auto",...n}).format(i,c)}var f9={};f9.isAfter=fM;var yi=$;function fM(e,t){return+(0,yi.toDate)(e)>+(0,yi.toDate)(t)}var p9={};p9.isBefore=pM;var _i=$;function pM(e,t){return+(0,_i.toDate)(e)<+(0,_i.toDate)(t)}var v9={};v9.isEqual=vM;var wi=$;function vM(e,t){return+(0,wi.toDate)(e)==+(0,wi.toDate)(t)}var g9={};g9.isExists=gM;function gM(e,t,n){const i=new Date(e,t,n);return i.getFullYear()===e&&i.getMonth()===t&&i.getDate()===n}var x9={};x9.isFirstDayOfMonth=bM;var xM=$;function bM(e,t){return(0,xM.toDate)(e,t==null?void 0:t.in).getDate()===1}var b9={};b9.isFriday=yM;var jM=$;function yM(e,t){return(0,jM.toDate)(e,t==null?void 0:t.in).getDay()===5}var j9={};j9.isFuture=wM;var _M=$;function wM(e){return+(0,_M.toDate)(e)>Date.now()}var y9={},b6={},Ge={},j6={};j6.transpose=OM;var SM=J;function OM(e,t){const n=CM(t)?new t(0):(0,SM.constructFrom)(t,0);return n.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),n.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),n}function CM(e){var t;return typeof e=="function"&&((t=e.prototype)==null?void 0:t.constructor)===e}Ge.ValueSetter=Ge.Setter=Ge.DateTimezoneSetter=void 0;var Si=J,DM=j6;const $M=10;class y6{constructor(){q(this,"subPriority",0)}validate(t,n){return!0}}Ge.Setter=y6;class TM extends y6{constructor(t,n,i,c,s){super(),this.value=t,this.validateValue=n,this.setValue=i,this.priority=c,s&&(this.subPriority=s)}validate(t,n){return this.validateValue(t,this.value,n)}set(t,n,i){return this.setValue(t,n,this.value,i)}}Ge.ValueSetter=TM;class PM extends y6{constructor(n,i){super();q(this,"priority",$M);q(this,"subPriority",-1);this.context=n||(c=>(0,Si.constructFrom)(i,c))}set(n,i){return i.timestampIsSet?n:(0,Si.constructFrom)(n,(0,DM.transpose)(n,this.context))}}Ge.DateTimezoneSetter=PM;var _6={},w6={},d1={};d1.Parser=void 0;var EM=Ge;class ZM{run(t,n,i,c){const s=this.parse(t,n,i,c);return s?{setter:new EM.ValueSetter(s.value,this.validate,this.set,this.priority,this.subPriority),rest:s.rest}:null}validate(t,n,i){return!0}}d1.Parser=ZM;w6.EraParser=void 0;var IM=d1;class MM extends IM.Parser{constructor(){super(...arguments);q(this,"priority",140);q(this,"incompatibleTokens",["R","u","t","T"])}parse(n,i,c){switch(i){case"G":case"GG":case"GGG":return c.era(n,{width:"abbreviated"})||c.era(n,{width:"narrow"});case"GGGGG":return c.era(n,{width:"narrow"});case"GGGG":default:return c.era(n,{width:"wide"})||c.era(n,{width:"abbreviated"})||c.era(n,{width:"narrow"})}}set(n,i,c){return i.era=c,n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}}w6.EraParser=MM;var S6={},l1={},F1={};F1.timezonePatterns=F1.numericPatterns=void 0;F1.numericPatterns={month:/^(1[0-2]|0?\d)/,date:/^(3[0-1]|[0-2]?\d)/,dayOfYear:/^(36[0-6]|3[0-5]\d|[0-2]?\d?\d)/,week:/^(5[0-3]|[0-4]?\d)/,hour23h:/^(2[0-3]|[0-1]?\d)/,hour24h:/^(2[0-4]|[0-1]?\d)/,hour11h:/^(1[0-1]|0?\d)/,hour12h:/^(1[0-2]|0?\d)/,minute:/^[0-5]?\d/,second:/^[0-5]?\d/,singleDigit:/^\d/,twoDigits:/^\d{1,2}/,threeDigits:/^\d{1,3}/,fourDigits:/^\d{1,4}/,anyDigitsSigned:/^-?\d+/,singleDigitSigned:/^-?\d/,twoDigitsSigned:/^-?\d{1,2}/,threeDigitsSigned:/^-?\d{1,3}/,fourDigitsSigned:/^-?\d{1,4}/};F1.timezonePatterns={basicOptionalMinutes:/^([+-])(\d{2})(\d{2})?|Z/,basic:/^([+-])(\d{2})(\d{2})|Z/,basicOptionalSeconds:/^([+-])(\d{2})(\d{2})((\d{2}))?|Z/,extended:/^([+-])(\d{2}):(\d{2})|Z/,extendedOptionalSeconds:/^([+-])(\d{2}):(\d{2})(:(\d{2}))?|Z/};l1.dayPeriodEnumToHours=NM;l1.isLeapYearIndex=zM;l1.mapValue=AM;l1.normalizeTwoDigitYear=WM;l1.parseAnyDigitsSigned=RM;l1.parseNDigits=LM;l1.parseNDigitsSigned=VM;l1.parseNumericPattern=ie;l1.parseTimezonePattern=FM;var cr=R,Te=F1;function AM(e,t){return e&&{value:t(e.value),rest:e.rest}}function ie(e,t){const n=t.match(e);return n?{value:parseInt(n[0],10),rest:t.slice(n[0].length)}:null}function FM(e,t){const n=t.match(e);if(!n)return null;if(n[0]==="Z")return{value:0,rest:t.slice(1)};const i=n[1]==="+"?1:-1,c=n[2]?parseInt(n[2],10):0,s=n[3]?parseInt(n[3],10):0,o=n[5]?parseInt(n[5],10):0;return{value:i*(c*cr.millisecondsInHour+s*cr.millisecondsInMinute+o*cr.millisecondsInSecond),rest:t.slice(n[0].length)}}function RM(e){return ie(Te.numericPatterns.anyDigitsSigned,e)}function LM(e,t){switch(e){case 1:return ie(Te.numericPatterns.singleDigit,t);case 2:return ie(Te.numericPatterns.twoDigits,t);case 3:return ie(Te.numericPatterns.threeDigits,t);case 4:return ie(Te.numericPatterns.fourDigits,t);default:return ie(new RegExp("^\\d{1,"+e+"}"),t)}}function VM(e,t){switch(e){case 1:return ie(Te.numericPatterns.singleDigitSigned,t);case 2:return ie(Te.numericPatterns.twoDigitsSigned,t);case 3:return ie(Te.numericPatterns.threeDigitsSigned,t);case 4:return ie(Te.numericPatterns.fourDigitsSigned,t);default:return ie(new RegExp("^-?\\d{1,"+e+"}"),t)}}function NM(e){switch(e){case"morning":return 4;case"evening":return 17;case"pm":case"noon":case"afternoon":return 12;case"am":case"midnight":case"night":default:return 0}}function WM(e,t){const n=t>0,i=n?t:1-t;let c;if(i<=50)c=e||100;else{const s=i+50,o=Math.trunc(s/100)*100,l=e>=s%100;c=e+o-(l?100:0)}return n?c:1-c}function zM(e){return e%400===0||e%4===0&&e%100!==0}S6.YearParser=void 0;var BM=d1,P3=l1;class YM extends BM.Parser{constructor(){super(...arguments);q(this,"priority",130);q(this,"incompatibleTokens",["Y","R","u","w","I","i","e","c","t","T"])}parse(n,i,c){const s=o=>({year:o,isTwoDigitYear:i==="yy"});switch(i){case"y":return(0,P3.mapValue)((0,P3.parseNDigits)(4,n),s);case"yo":return(0,P3.mapValue)(c.ordinalNumber(n,{unit:"year"}),s);default:return(0,P3.mapValue)((0,P3.parseNDigits)(i.length,n),s)}}validate(n,i){return i.isTwoDigitYear||i.year>0}set(n,i,c){const s=n.getFullYear();if(c.isTwoDigitYear){const l=(0,P3.normalizeTwoDigitYear)(c.year,s);return n.setFullYear(l,0,1),n.setHours(0,0,0,0),n}const o=!("era"in i)||i.era===1?c.year:1-c.year;return n.setFullYear(o,0,1),n.setHours(0,0,0,0),n}}S6.YearParser=YM;var O6={};O6.LocalWeekYearParser=void 0;var HM=U0,Oi=ge,UM=d1,E3=l1;class kM extends UM.Parser{constructor(){super(...arguments);q(this,"priority",130);q(this,"incompatibleTokens",["y","R","u","Q","q","M","L","I","d","D","i","t","T"])}parse(n,i,c){const s=o=>({year:o,isTwoDigitYear:i==="YY"});switch(i){case"Y":return(0,E3.mapValue)((0,E3.parseNDigits)(4,n),s);case"Yo":return(0,E3.mapValue)(c.ordinalNumber(n,{unit:"year"}),s);default:return(0,E3.mapValue)((0,E3.parseNDigits)(i.length,n),s)}}validate(n,i){return i.isTwoDigitYear||i.year>0}set(n,i,c,s){const o=(0,HM.getWeekYear)(n,s);if(c.isTwoDigitYear){const d=(0,E3.normalizeTwoDigitYear)(c.year,o);return n.setFullYear(d,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),(0,Oi.startOfWeek)(n,s)}const l=!("era"in i)||i.era===1?c.year:1-c.year;return n.setFullYear(l,0,s.firstWeekContainsDate),n.setHours(0,0,0,0),(0,Oi.startOfWeek)(n,s)}}O6.LocalWeekYearParser=kM;var C6={};C6.ISOWeekYearParser=void 0;var qM=Se,KM=J,GM=d1,Ci=l1;class QM extends GM.Parser{constructor(){super(...arguments);q(this,"priority",130);q(this,"incompatibleTokens",["G","y","Y","u","Q","q","M","L","w","d","D","e","c","t","T"])}parse(n,i){return i==="R"?(0,Ci.parseNDigitsSigned)(4,n):(0,Ci.parseNDigitsSigned)(i.length,n)}set(n,i,c){const s=(0,KM.constructFrom)(n,0);return s.setFullYear(c,0,4),s.setHours(0,0,0,0),(0,qM.startOfISOWeek)(s)}}C6.ISOWeekYearParser=QM;var D6={};D6.ExtendedYearParser=void 0;var JM=d1,Di=l1;class XM extends JM.Parser{constructor(){super(...arguments);q(this,"priority",130);q(this,"incompatibleTokens",["G","y","Y","R","w","I","i","e","c","t","T"])}parse(n,i){return i==="u"?(0,Di.parseNDigitsSigned)(4,n):(0,Di.parseNDigitsSigned)(i.length,n)}set(n,i,c){return n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}}D6.ExtendedYearParser=XM;var $6={};$6.QuarterParser=void 0;var eA=d1,tA=l1;class nA extends eA.Parser{constructor(){super(...arguments);q(this,"priority",120);q(this,"incompatibleTokens",["Y","R","q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,i,c){switch(i){case"Q":case"QQ":return(0,tA.parseNDigits)(i.length,n);case"Qo":return c.ordinalNumber(n,{unit:"quarter"});case"QQQ":return c.quarter(n,{width:"abbreviated",context:"formatting"})||c.quarter(n,{width:"narrow",context:"formatting"});case"QQQQQ":return c.quarter(n,{width:"narrow",context:"formatting"});case"QQQQ":default:return c.quarter(n,{width:"wide",context:"formatting"})||c.quarter(n,{width:"abbreviated",context:"formatting"})||c.quarter(n,{width:"narrow",context:"formatting"})}}validate(n,i){return i>=1&&i<=4}set(n,i,c){return n.setMonth((c-1)*3,1),n.setHours(0,0,0,0),n}}$6.QuarterParser=nA;var T6={};T6.StandAloneQuarterParser=void 0;var aA=d1,rA=l1;class iA extends aA.Parser{constructor(){super(...arguments);q(this,"priority",120);q(this,"incompatibleTokens",["Y","R","Q","M","L","w","I","d","D","i","e","c","t","T"])}parse(n,i,c){switch(i){case"q":case"qq":return(0,rA.parseNDigits)(i.length,n);case"qo":return c.ordinalNumber(n,{unit:"quarter"});case"qqq":return c.quarter(n,{width:"abbreviated",context:"standalone"})||c.quarter(n,{width:"narrow",context:"standalone"});case"qqqqq":return c.quarter(n,{width:"narrow",context:"standalone"});case"qqqq":default:return c.quarter(n,{width:"wide",context:"standalone"})||c.quarter(n,{width:"abbreviated",context:"standalone"})||c.quarter(n,{width:"narrow",context:"standalone"})}}validate(n,i){return i>=1&&i<=4}set(n,i,c){return n.setMonth((c-1)*3,1),n.setHours(0,0,0,0),n}}T6.StandAloneQuarterParser=iA;var P6={};P6.MonthParser=void 0;var cA=F1,sA=d1,c0=l1;class oA extends sA.Parser{constructor(){super(...arguments);q(this,"incompatibleTokens",["Y","R","q","Q","L","w","I","D","i","e","c","t","T"]);q(this,"priority",110)}parse(n,i,c){const s=o=>o-1;switch(i){case"M":return(0,c0.mapValue)((0,c0.parseNumericPattern)(cA.numericPatterns.month,n),s);case"MM":return(0,c0.mapValue)((0,c0.parseNDigits)(2,n),s);case"Mo":return(0,c0.mapValue)(c.ordinalNumber(n,{unit:"month"}),s);case"MMM":return c.month(n,{width:"abbreviated",context:"formatting"})||c.month(n,{width:"narrow",context:"formatting"});case"MMMMM":return c.month(n,{width:"narrow",context:"formatting"});case"MMMM":default:return c.month(n,{width:"wide",context:"formatting"})||c.month(n,{width:"abbreviated",context:"formatting"})||c.month(n,{width:"narrow",context:"formatting"})}}validate(n,i){return i>=0&&i<=11}set(n,i,c){return n.setMonth(c,1),n.setHours(0,0,0,0),n}}P6.MonthParser=oA;var E6={};E6.StandAloneMonthParser=void 0;var lA=F1,dA=d1,s0=l1;class uA extends dA.Parser{constructor(){super(...arguments);q(this,"priority",110);q(this,"incompatibleTokens",["Y","R","q","Q","M","w","I","D","i","e","c","t","T"])}parse(n,i,c){const s=o=>o-1;switch(i){case"L":return(0,s0.mapValue)((0,s0.parseNumericPattern)(lA.numericPatterns.month,n),s);case"LL":return(0,s0.mapValue)((0,s0.parseNDigits)(2,n),s);case"Lo":return(0,s0.mapValue)(c.ordinalNumber(n,{unit:"month"}),s);case"LLL":return c.month(n,{width:"abbreviated",context:"standalone"})||c.month(n,{width:"narrow",context:"standalone"});case"LLLLL":return c.month(n,{width:"narrow",context:"standalone"});case"LLLL":default:return c.month(n,{width:"wide",context:"standalone"})||c.month(n,{width:"abbreviated",context:"standalone"})||c.month(n,{width:"narrow",context:"standalone"})}}validate(n,i){return i>=0&&i<=11}set(n,i,c){return n.setMonth(c,1),n.setHours(0,0,0,0),n}}E6.StandAloneMonthParser=uA;var Z6={},I6={};I6.setWeek=mA;var hA=gt,$i=$;function mA(e,t,n){const i=(0,$i.toDate)(e,n==null?void 0:n.in),c=(0,hA.getWeek)(i,n)-t;return i.setDate(i.getDate()-c*7),(0,$i.toDate)(i,n==null?void 0:n.in)}Z6.LocalWeekParser=void 0;var fA=I6,pA=ge,vA=F1,gA=d1,Ti=l1;class xA extends gA.Parser{constructor(){super(...arguments);q(this,"priority",100);q(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","i","t","T"])}parse(n,i,c){switch(i){case"w":return(0,Ti.parseNumericPattern)(vA.numericPatterns.week,n);case"wo":return c.ordinalNumber(n,{unit:"week"});default:return(0,Ti.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=53}set(n,i,c,s){return(0,pA.startOfWeek)((0,fA.setWeek)(n,c,s),s)}}Z6.LocalWeekParser=xA;var M6={},A6={};A6.setISOWeek=yA;var bA=vt,jA=$;function yA(e,t,n){const i=(0,jA.toDate)(e,n==null?void 0:n.in),c=(0,bA.getISOWeek)(i,n)-t;return i.setDate(i.getDate()-c*7),i}M6.ISOWeekParser=void 0;var _A=A6,wA=Se,SA=F1,OA=d1,Pi=l1;class CA extends OA.Parser{constructor(){super(...arguments);q(this,"priority",100);q(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","e","c","t","T"])}parse(n,i,c){switch(i){case"I":return(0,Pi.parseNumericPattern)(SA.numericPatterns.week,n);case"Io":return c.ordinalNumber(n,{unit:"week"});default:return(0,Pi.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=53}set(n,i,c){return(0,wA.startOfISOWeek)((0,_A.setISOWeek)(n,c))}}M6.ISOWeekParser=CA;var F6={};F6.DateParser=void 0;var DA=F1,$A=d1,sr=l1;const TA=[31,28,31,30,31,30,31,31,30,31,30,31],PA=[31,29,31,30,31,30,31,31,30,31,30,31];class EA extends $A.Parser{constructor(){super(...arguments);q(this,"priority",90);q(this,"subPriority",1);q(this,"incompatibleTokens",["Y","R","q","Q","w","I","D","i","e","c","t","T"])}parse(n,i,c){switch(i){case"d":return(0,sr.parseNumericPattern)(DA.numericPatterns.date,n);case"do":return c.ordinalNumber(n,{unit:"date"});default:return(0,sr.parseNDigits)(i.length,n)}}validate(n,i){const c=n.getFullYear(),s=(0,sr.isLeapYearIndex)(c),o=n.getMonth();return s?i>=1&&i<=PA[o]:i>=1&&i<=TA[o]}set(n,i,c){return n.setDate(c),n.setHours(0,0,0,0),n}}F6.DateParser=EA;var R6={};R6.DayOfYearParser=void 0;var ZA=F1,IA=d1,or=l1;class MA extends IA.Parser{constructor(){super(...arguments);q(this,"priority",90);q(this,"subpriority",1);q(this,"incompatibleTokens",["Y","R","q","Q","M","L","w","I","d","E","i","e","c","t","T"])}parse(n,i,c){switch(i){case"D":case"DD":return(0,or.parseNumericPattern)(ZA.numericPatterns.dayOfYear,n);case"Do":return c.ordinalNumber(n,{unit:"date"});default:return(0,or.parseNDigits)(i.length,n)}}validate(n,i){const c=n.getFullYear();return(0,or.isLeapYearIndex)(c)?i>=1&&i<=366:i>=1&&i<=365}set(n,i,c){return n.setMonth(0,c),n.setHours(0,0,0,0),n}}R6.DayOfYearParser=MA;var L6={},K0={};K0.setDay=LA;var AA=H1,FA=we,RA=$;function LA(e,t,n){var v,p,g,x;const i=(0,AA.getDefaultOptions)(),c=(n==null?void 0:n.weekStartsOn)??((p=(v=n==null?void 0:n.locale)==null?void 0:v.options)==null?void 0:p.weekStartsOn)??i.weekStartsOn??((x=(g=i.locale)==null?void 0:g.options)==null?void 0:x.weekStartsOn)??0,s=(0,RA.toDate)(e,n==null?void 0:n.in),o=s.getDay(),d=(t%7+7)%7,m=7-c,f=t<0||t>6?t-(o+m)%7:(d+m)%7-(o+m)%7;return(0,FA.addDays)(s,f,n)}L6.DayParser=void 0;var VA=K0,NA=d1;class WA extends NA.Parser{constructor(){super(...arguments);q(this,"priority",90);q(this,"incompatibleTokens",["D","i","e","c","t","T"])}parse(n,i,c){switch(i){case"E":case"EE":case"EEE":return c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"});case"EEEEE":return c.day(n,{width:"narrow",context:"formatting"});case"EEEEEE":return c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"});case"EEEE":default:return c.day(n,{width:"wide",context:"formatting"})||c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"})}}validate(n,i){return i>=0&&i<=6}set(n,i,c,s){return n=(0,VA.setDay)(n,c,s),n.setHours(0,0,0,0),n}}L6.DayParser=WA;var V6={};V6.LocalDayParser=void 0;var zA=K0,BA=d1,lr=l1;class YA extends BA.Parser{constructor(){super(...arguments);q(this,"priority",90);q(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","c","t","T"])}parse(n,i,c,s){const o=l=>{const d=Math.floor((l-1)/7)*7;return(l+s.weekStartsOn+6)%7+d};switch(i){case"e":case"ee":return(0,lr.mapValue)((0,lr.parseNDigits)(i.length,n),o);case"eo":return(0,lr.mapValue)(c.ordinalNumber(n,{unit:"day"}),o);case"eee":return c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"});case"eeeee":return c.day(n,{width:"narrow",context:"formatting"});case"eeeeee":return c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"});case"eeee":default:return c.day(n,{width:"wide",context:"formatting"})||c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"})}}validate(n,i){return i>=0&&i<=6}set(n,i,c,s){return n=(0,zA.setDay)(n,c,s),n.setHours(0,0,0,0),n}}V6.LocalDayParser=YA;var N6={};N6.StandAloneLocalDayParser=void 0;var HA=K0,UA=d1,dr=l1;class kA extends UA.Parser{constructor(){super(...arguments);q(this,"priority",90);q(this,"incompatibleTokens",["y","R","u","q","Q","M","L","I","d","D","E","i","e","t","T"])}parse(n,i,c,s){const o=l=>{const d=Math.floor((l-1)/7)*7;return(l+s.weekStartsOn+6)%7+d};switch(i){case"c":case"cc":return(0,dr.mapValue)((0,dr.parseNDigits)(i.length,n),o);case"co":return(0,dr.mapValue)(c.ordinalNumber(n,{unit:"day"}),o);case"ccc":return c.day(n,{width:"abbreviated",context:"standalone"})||c.day(n,{width:"short",context:"standalone"})||c.day(n,{width:"narrow",context:"standalone"});case"ccccc":return c.day(n,{width:"narrow",context:"standalone"});case"cccccc":return c.day(n,{width:"short",context:"standalone"})||c.day(n,{width:"narrow",context:"standalone"});case"cccc":default:return c.day(n,{width:"wide",context:"standalone"})||c.day(n,{width:"abbreviated",context:"standalone"})||c.day(n,{width:"short",context:"standalone"})||c.day(n,{width:"narrow",context:"standalone"})}}validate(n,i){return i>=0&&i<=6}set(n,i,c,s){return n=(0,HA.setDay)(n,c,s),n.setHours(0,0,0,0),n}}N6.StandAloneLocalDayParser=kA;var W6={},z6={};z6.setISODay=QA;var qA=we,KA=g6,GA=$;function QA(e,t,n){const i=(0,GA.toDate)(e,n==null?void 0:n.in),c=(0,KA.getISODay)(i,n),s=t-c;return(0,qA.addDays)(i,s,n)}W6.ISODayParser=void 0;var JA=z6,XA=d1,o0=l1;class eF extends XA.Parser{constructor(){super(...arguments);q(this,"priority",90);q(this,"incompatibleTokens",["y","Y","u","q","Q","M","L","w","d","D","E","e","c","t","T"])}parse(n,i,c){const s=o=>o===0?7:o;switch(i){case"i":case"ii":return(0,o0.parseNDigits)(i.length,n);case"io":return c.ordinalNumber(n,{unit:"day"});case"iii":return(0,o0.mapValue)(c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"}),s);case"iiiii":return(0,o0.mapValue)(c.day(n,{width:"narrow",context:"formatting"}),s);case"iiiiii":return(0,o0.mapValue)(c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"}),s);case"iiii":default:return(0,o0.mapValue)(c.day(n,{width:"wide",context:"formatting"})||c.day(n,{width:"abbreviated",context:"formatting"})||c.day(n,{width:"short",context:"formatting"})||c.day(n,{width:"narrow",context:"formatting"}),s)}}validate(n,i){return i>=1&&i<=7}set(n,i,c){return n=(0,JA.setISODay)(n,c),n.setHours(0,0,0,0),n}}W6.ISODayParser=eF;var B6={};B6.AMPMParser=void 0;var tF=d1,nF=l1;class aF extends tF.Parser{constructor(){super(...arguments);q(this,"priority",80);q(this,"incompatibleTokens",["b","B","H","k","t","T"])}parse(n,i,c){switch(i){case"a":case"aa":case"aaa":return c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"});case"aaaaa":return c.dayPeriod(n,{width:"narrow",context:"formatting"});case"aaaa":default:return c.dayPeriod(n,{width:"wide",context:"formatting"})||c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,i,c){return n.setHours((0,nF.dayPeriodEnumToHours)(c),0,0,0),n}}B6.AMPMParser=aF;var Y6={};Y6.AMPMMidnightParser=void 0;var rF=d1,iF=l1;class cF extends rF.Parser{constructor(){super(...arguments);q(this,"priority",80);q(this,"incompatibleTokens",["a","B","H","k","t","T"])}parse(n,i,c){switch(i){case"b":case"bb":case"bbb":return c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"});case"bbbbb":return c.dayPeriod(n,{width:"narrow",context:"formatting"});case"bbbb":default:return c.dayPeriod(n,{width:"wide",context:"formatting"})||c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,i,c){return n.setHours((0,iF.dayPeriodEnumToHours)(c),0,0,0),n}}Y6.AMPMMidnightParser=cF;var H6={};H6.DayPeriodParser=void 0;var sF=d1,oF=l1;class lF extends sF.Parser{constructor(){super(...arguments);q(this,"priority",80);q(this,"incompatibleTokens",["a","b","t","T"])}parse(n,i,c){switch(i){case"B":case"BB":case"BBB":return c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"});case"BBBBB":return c.dayPeriod(n,{width:"narrow",context:"formatting"});case"BBBB":default:return c.dayPeriod(n,{width:"wide",context:"formatting"})||c.dayPeriod(n,{width:"abbreviated",context:"formatting"})||c.dayPeriod(n,{width:"narrow",context:"formatting"})}}set(n,i,c){return n.setHours((0,oF.dayPeriodEnumToHours)(c),0,0,0),n}}H6.DayPeriodParser=lF;var U6={};U6.Hour1to12Parser=void 0;var dF=F1,uF=d1,Ei=l1;class hF extends uF.Parser{constructor(){super(...arguments);q(this,"priority",70);q(this,"incompatibleTokens",["H","K","k","t","T"])}parse(n,i,c){switch(i){case"h":return(0,Ei.parseNumericPattern)(dF.numericPatterns.hour12h,n);case"ho":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Ei.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=12}set(n,i,c){const s=n.getHours()>=12;return s&&c<12?n.setHours(c+12,0,0,0):!s&&c===12?n.setHours(0,0,0,0):n.setHours(c,0,0,0),n}}U6.Hour1to12Parser=hF;var k6={};k6.Hour0to23Parser=void 0;var mF=F1,fF=d1,Zi=l1;class pF extends fF.Parser{constructor(){super(...arguments);q(this,"priority",70);q(this,"incompatibleTokens",["a","b","h","K","k","t","T"])}parse(n,i,c){switch(i){case"H":return(0,Zi.parseNumericPattern)(mF.numericPatterns.hour23h,n);case"Ho":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Zi.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=23}set(n,i,c){return n.setHours(c,0,0,0),n}}k6.Hour0to23Parser=pF;var q6={};q6.Hour0To11Parser=void 0;var vF=F1,gF=d1,Ii=l1;class xF extends gF.Parser{constructor(){super(...arguments);q(this,"priority",70);q(this,"incompatibleTokens",["h","H","k","t","T"])}parse(n,i,c){switch(i){case"K":return(0,Ii.parseNumericPattern)(vF.numericPatterns.hour11h,n);case"Ko":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Ii.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=11}set(n,i,c){return n.getHours()>=12&&c<12?n.setHours(c+12,0,0,0):n.setHours(c,0,0,0),n}}q6.Hour0To11Parser=xF;var K6={};K6.Hour1To24Parser=void 0;var bF=F1,jF=d1,Mi=l1;class yF extends jF.Parser{constructor(){super(...arguments);q(this,"priority",70);q(this,"incompatibleTokens",["a","b","h","H","K","t","T"])}parse(n,i,c){switch(i){case"k":return(0,Mi.parseNumericPattern)(bF.numericPatterns.hour24h,n);case"ko":return c.ordinalNumber(n,{unit:"hour"});default:return(0,Mi.parseNDigits)(i.length,n)}}validate(n,i){return i>=1&&i<=24}set(n,i,c){const s=c<=24?c%24:c;return n.setHours(s,0,0,0),n}}K6.Hour1To24Parser=yF;var G6={};G6.MinuteParser=void 0;var _F=F1,wF=d1,Ai=l1;class SF extends wF.Parser{constructor(){super(...arguments);q(this,"priority",60);q(this,"incompatibleTokens",["t","T"])}parse(n,i,c){switch(i){case"m":return(0,Ai.parseNumericPattern)(_F.numericPatterns.minute,n);case"mo":return c.ordinalNumber(n,{unit:"minute"});default:return(0,Ai.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=59}set(n,i,c){return n.setMinutes(c,0,0),n}}G6.MinuteParser=SF;var Q6={};Q6.SecondParser=void 0;var OF=F1,CF=d1,Fi=l1;class DF extends CF.Parser{constructor(){super(...arguments);q(this,"priority",50);q(this,"incompatibleTokens",["t","T"])}parse(n,i,c){switch(i){case"s":return(0,Fi.parseNumericPattern)(OF.numericPatterns.second,n);case"so":return c.ordinalNumber(n,{unit:"second"});default:return(0,Fi.parseNDigits)(i.length,n)}}validate(n,i){return i>=0&&i<=59}set(n,i,c){return n.setSeconds(c,0),n}}Q6.SecondParser=DF;var J6={};J6.FractionOfSecondParser=void 0;var $F=d1,Ri=l1;class TF extends $F.Parser{constructor(){super(...arguments);q(this,"priority",30);q(this,"incompatibleTokens",["t","T"])}parse(n,i){const c=s=>Math.trunc(s*Math.pow(10,-i.length+3));return(0,Ri.mapValue)((0,Ri.parseNDigits)(i.length,n),c)}set(n,i,c){return n.setMilliseconds(c),n}}J6.FractionOfSecondParser=TF;var X6={};X6.ISOTimezoneWithZParser=void 0;var PF=J,EF=Ae,l0=F1,ZF=d1,d0=l1;class IF extends ZF.Parser{constructor(){super(...arguments);q(this,"priority",10);q(this,"incompatibleTokens",["t","T","x"])}parse(n,i){switch(i){case"X":return(0,d0.parseTimezonePattern)(l0.timezonePatterns.basicOptionalMinutes,n);case"XX":return(0,d0.parseTimezonePattern)(l0.timezonePatterns.basic,n);case"XXXX":return(0,d0.parseTimezonePattern)(l0.timezonePatterns.basicOptionalSeconds,n);case"XXXXX":return(0,d0.parseTimezonePattern)(l0.timezonePatterns.extendedOptionalSeconds,n);case"XXX":default:return(0,d0.parseTimezonePattern)(l0.timezonePatterns.extended,n)}}set(n,i,c){return i.timestampIsSet?n:(0,PF.constructFrom)(n,n.getTime()-(0,EF.getTimezoneOffsetInMilliseconds)(n)-c)}}X6.ISOTimezoneWithZParser=IF;var e8={};e8.ISOTimezoneParser=void 0;var MF=J,AF=Ae,u0=F1,FF=d1,h0=l1;class RF extends FF.Parser{constructor(){super(...arguments);q(this,"priority",10);q(this,"incompatibleTokens",["t","T","X"])}parse(n,i){switch(i){case"x":return(0,h0.parseTimezonePattern)(u0.timezonePatterns.basicOptionalMinutes,n);case"xx":return(0,h0.parseTimezonePattern)(u0.timezonePatterns.basic,n);case"xxxx":return(0,h0.parseTimezonePattern)(u0.timezonePatterns.basicOptionalSeconds,n);case"xxxxx":return(0,h0.parseTimezonePattern)(u0.timezonePatterns.extendedOptionalSeconds,n);case"xxx":default:return(0,h0.parseTimezonePattern)(u0.timezonePatterns.extended,n)}}set(n,i,c){return i.timestampIsSet?n:(0,MF.constructFrom)(n,n.getTime()-(0,AF.getTimezoneOffsetInMilliseconds)(n)-c)}}e8.ISOTimezoneParser=RF;var t8={};t8.TimestampSecondsParser=void 0;var LF=J,VF=d1,NF=l1;class WF extends VF.Parser{constructor(){super(...arguments);q(this,"priority",40);q(this,"incompatibleTokens","*")}parse(n){return(0,NF.parseAnyDigitsSigned)(n)}set(n,i,c){return[(0,LF.constructFrom)(n,c*1e3),{timestampIsSet:!0}]}}t8.TimestampSecondsParser=WF;var n8={};n8.TimestampMillisecondsParser=void 0;var zF=J,BF=d1,YF=l1;class HF extends BF.Parser{constructor(){super(...arguments);q(this,"priority",20);q(this,"incompatibleTokens","*")}parse(n){return(0,YF.parseAnyDigitsSigned)(n)}set(n,i,c){return[(0,zF.constructFrom)(n,c),{timestampIsSet:!0}]}}n8.TimestampMillisecondsParser=HF;_6.parsers=void 0;var UF=w6,kF=S6,qF=O6,KF=C6,GF=D6,QF=$6,JF=T6,XF=P6,eR=E6,tR=Z6,nR=M6,aR=F6,rR=R6,iR=L6,cR=V6,sR=N6,oR=W6,lR=B6,dR=Y6,uR=H6,hR=U6,mR=k6,fR=q6,pR=K6,vR=G6,gR=Q6,xR=J6,bR=X6,jR=e8,yR=t8,_R=n8;_6.parsers={G:new UF.EraParser,y:new kF.YearParser,Y:new qF.LocalWeekYearParser,R:new KF.ISOWeekYearParser,u:new GF.ExtendedYearParser,Q:new QF.QuarterParser,q:new JF.StandAloneQuarterParser,M:new XF.MonthParser,L:new eR.StandAloneMonthParser,w:new tR.LocalWeekParser,I:new nR.ISOWeekParser,d:new aR.DateParser,D:new rR.DayOfYearParser,E:new iR.DayParser,e:new cR.LocalDayParser,c:new sR.StandAloneLocalDayParser,i:new oR.ISODayParser,a:new lR.AMPMParser,b:new dR.AMPMMidnightParser,B:new uR.DayPeriodParser,h:new hR.Hour1to12Parser,H:new mR.Hour0to23Parser,K:new fR.Hour0To11Parser,k:new pR.Hour1To24Parser,m:new vR.MinuteParser,s:new gR.SecondParser,S:new xR.FractionOfSecondParser,X:new bR.ISOTimezoneWithZParser,x:new jR.ISOTimezoneParser,t:new yR.TimestampSecondsParser,T:new _R.TimestampMillisecondsParser};(function(e){Object.defineProperty(e,"longFormatters",{enumerable:!0,get:function(){return n.longFormatters}}),e.parse=j,Object.defineProperty(e,"parsers",{enumerable:!0,get:function(){return d.parsers}});var t=O3,n=jt,i=k0,c=J,s=v6,o=$,l=Ge,d=_6;const m=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,f=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,v=/^'([^]*?)'?$/,p=/''/g,g=/\S/,x=/[a-zA-Z]/;function j(b,w,T,D){var E,V,y,P,Y,Q,a1,e1;const C=()=>(0,c.constructFrom)((D==null?void 0:D.in)||T,NaN),Z=(0,s.getDefaultOptions)(),S=(D==null?void 0:D.locale)??Z.locale??t.defaultLocale,L=(D==null?void 0:D.firstWeekContainsDate)??((V=(E=D==null?void 0:D.locale)==null?void 0:E.options)==null?void 0:V.firstWeekContainsDate)??Z.firstWeekContainsDate??((P=(y=Z.locale)==null?void 0:y.options)==null?void 0:P.firstWeekContainsDate)??1,z=(D==null?void 0:D.weekStartsOn)??((Q=(Y=D==null?void 0:D.locale)==null?void 0:Y.options)==null?void 0:Q.weekStartsOn)??Z.weekStartsOn??((e1=(a1=Z.locale)==null?void 0:a1.options)==null?void 0:e1.weekStartsOn)??0;if(!w)return b?C():(0,o.toDate)(T,D==null?void 0:D.in);const F={firstWeekContainsDate:L,weekStartsOn:z,locale:S},A=[new l.DateTimezoneSetter(D==null?void 0:D.in,T)],k=w.match(f).map(X=>{const t1=X[0];if(t1 in n.longFormatters){const i1=n.longFormatters[t1];return i1(X,S.formatLong)}return X}).join("").match(m),K=[];for(let X of k){!(D!=null&&D.useAdditionalWeekYearTokens)&&(0,i.isProtectedWeekYearToken)(X)&&(0,i.warnOrThrowProtectedError)(X,w,b),!(D!=null&&D.useAdditionalDayOfYearTokens)&&(0,i.isProtectedDayOfYearToken)(X)&&(0,i.warnOrThrowProtectedError)(X,w,b);const t1=X[0],i1=d.parsers[t1];if(i1){const{incompatibleTokens:r1}=i1;if(Array.isArray(r1)){const b1=K.find(j1=>r1.includes(j1.token)||j1.token===t1);if(b1)throw new RangeError(`The format string mustn't contain \`${b1.fullToken}\` and \`${X}\` at the same time`)}else if(i1.incompatibleTokens==="*"&&K.length>0)throw new RangeError(`The format string mustn't contain \`${X}\` and any other token at the same time`);K.push({token:t1,fullToken:X});const s1=i1.run(b,X,S.match,F);if(!s1)return C();A.push(s1.setter),b=s1.rest}else{if(t1.match(x))throw new RangeError("Format string contains an unescaped latin alphabet character `"+t1+"`");if(X==="''"?X="'":t1==="'"&&(X=_(X)),b.indexOf(X)===0)b=b.slice(X.length);else return C()}}if(b.length>0&&g.test(b))return C();const I=A.map(X=>X.priority).sort((X,t1)=>t1-X).filter((X,t1,i1)=>i1.indexOf(X)===t1).map(X=>A.filter(t1=>t1.priority===X).sort((t1,i1)=>i1.subPriority-t1.subPriority)).map(X=>X[0]);let H=(0,o.toDate)(T,D==null?void 0:D.in);if(isNaN(+H))return C();const B={};for(const X of I){if(!X.validate(H,F))return C();const t1=X.set(H,B,F);Array.isArray(t1)?(H=t1[0],Object.assign(B,t1[1])):H=t1}return H}function _(b){return b.match(v)[1].replace(p,"'")}})(b6);y9.isMatch=OR;var wR=Fe,SR=b6;function OR(e,t,n){return(0,wR.isValid)((0,SR.parse)(e,t,new Date,n))}var _9={};_9.isMonday=DR;var CR=$;function DR(e,t){return(0,CR.toDate)(e,t==null?void 0:t.in).getDay()===1}var w9={};w9.isPast=TR;var $R=$;function TR(e){return+(0,$R.toDate)(e)<Date.now()}var a8={},r8={};r8.startOfHour=ER;var PR=$;function ER(e,t){const n=(0,PR.toDate)(e,t==null?void 0:t.in);return n.setMinutes(0,0,0),n}a8.isSameHour=IR;var ZR=m1,Li=r8;function IR(e,t,n){const[i,c]=(0,ZR.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Li.startOfHour)(i)==+(0,Li.startOfHour)(c)}var i8={},yt={};yt.isSameWeek=AR;var MR=m1,Vi=ge;function AR(e,t,n){const[i,c]=(0,MR.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Vi.startOfWeek)(i,n)==+(0,Vi.startOfWeek)(c,n)}i8.isSameISOWeek=RR;var FR=yt;function RR(e,t,n){return(0,FR.isSameWeek)(e,t,{...n,weekStartsOn:1})}var S9={};S9.isSameISOWeekYear=VR;var Ni=X3,LR=m1;function VR(e,t,n){const[i,c]=(0,LR.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,Ni.startOfISOWeekYear)(i)==+(0,Ni.startOfISOWeekYear)(c)}var c8={},s8={};s8.startOfMinute=WR;var NR=$;function WR(e,t){const n=(0,NR.toDate)(e,t==null?void 0:t.in);return n.setSeconds(0,0),n}c8.isSameMinute=zR;var Wi=s8;function zR(e,t){return+(0,Wi.startOfMinute)(e)==+(0,Wi.startOfMinute)(t)}var o8={};o8.isSameMonth=YR;var BR=m1;function YR(e,t,n){const[i,c]=(0,BR.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()===c.getFullYear()&&i.getMonth()===c.getMonth()}var l8={};l8.isSameQuarter=UR;var HR=m1,zi=mt;function UR(e,t,n){const[i,c]=(0,HR.normalizeDates)(n==null?void 0:n.in,e,t);return+(0,zi.startOfQuarter)(i)==+(0,zi.startOfQuarter)(c)}var d8={},u8={};u8.startOfSecond=qR;var kR=$;function qR(e,t){const n=(0,kR.toDate)(e,t==null?void 0:t.in);return n.setMilliseconds(0),n}d8.isSameSecond=KR;var Bi=u8;function KR(e,t){return+(0,Bi.startOfSecond)(e)==+(0,Bi.startOfSecond)(t)}var h8={};h8.isSameYear=QR;var GR=m1;function QR(e,t,n){const[i,c]=(0,GR.normalizeDates)(n==null?void 0:n.in,e,t);return i.getFullYear()===c.getFullYear()}var O9={};O9.isThisHour=tL;var JR=R1,XR=a8,eL=$;function tL(e,t){return(0,XR.isSameHour)((0,eL.toDate)(e,t==null?void 0:t.in),(0,JR.constructNow)((t==null?void 0:t.in)||e))}var C9={};C9.isThisISOWeek=iL;var nL=J,aL=R1,rL=i8;function iL(e,t){return(0,rL.isSameISOWeek)((0,nL.constructFrom)((t==null?void 0:t.in)||e,e),(0,aL.constructNow)((t==null?void 0:t.in)||e))}var D9={};D9.isThisMinute=oL;var cL=R1,sL=c8;function oL(e){return(0,sL.isSameMinute)(e,(0,cL.constructNow)(e))}var $9={};$9.isThisMonth=hL;var lL=J,dL=R1,uL=o8;function hL(e,t){return(0,uL.isSameMonth)((0,lL.constructFrom)((t==null?void 0:t.in)||e,e),(0,dL.constructNow)((t==null?void 0:t.in)||e))}var T9={};T9.isThisQuarter=vL;var mL=J,fL=R1,pL=l8;function vL(e,t){return(0,pL.isSameQuarter)((0,mL.constructFrom)((t==null?void 0:t.in)||e,e),(0,fL.constructNow)((t==null?void 0:t.in)||e))}var P9={};P9.isThisSecond=bL;var gL=R1,xL=d8;function bL(e){return(0,xL.isSameSecond)(e,(0,gL.constructNow)(e))}var E9={};E9.isThisWeek=wL;var jL=J,yL=R1,_L=yt;function wL(e,t){return(0,_L.isSameWeek)((0,jL.constructFrom)((t==null?void 0:t.in)||e,e),(0,yL.constructNow)((t==null?void 0:t.in)||e),t)}var Z9={};Z9.isThisYear=DL;var SL=J,OL=R1,CL=h8;function DL(e,t){return(0,CL.isSameYear)((0,SL.constructFrom)((t==null?void 0:t.in)||e,e),(0,OL.constructNow)((t==null?void 0:t.in)||e))}var I9={};I9.isThursday=TL;var $L=$;function TL(e,t){return(0,$L.toDate)(e,t==null?void 0:t.in).getDay()===4}var M9={};M9.isToday=IL;var PL=J,EL=R1,ZL=e0;function IL(e,t){return(0,ZL.isSameDay)((0,PL.constructFrom)((t==null?void 0:t.in)||e,e),(0,EL.constructNow)((t==null?void 0:t.in)||e))}var A9={};A9.isTomorrow=RL;var ML=we,AL=R1,FL=e0;function RL(e,t){return(0,FL.isSameDay)(e,(0,ML.addDays)((0,AL.constructNow)((t==null?void 0:t.in)||e),1),t)}var F9={};F9.isTuesday=VL;var LL=$;function VL(e,t){return(0,LL.toDate)(e,t==null?void 0:t.in).getDay()===2}var R9={};R9.isWednesday=WL;var NL=$;function WL(e,t){return(0,NL.toDate)(e,t==null?void 0:t.in).getDay()===3}var L9={};L9.isWithinInterval=zL;var ur=$;function zL(e,t,n){const i=+(0,ur.toDate)(e,n==null?void 0:n.in),[c,s]=[+(0,ur.toDate)(t.start,n==null?void 0:n.in),+(0,ur.toDate)(t.end,n==null?void 0:n.in)].sort((o,l)=>o-l);return i>=c&&i<=s}var V9={},G0={};G0.subDays=YL;var BL=we;function YL(e,t,n){return(0,BL.addDays)(e,-t,n)}V9.isYesterday=KL;var HL=J,UL=R1,kL=e0,qL=G0;function KL(e,t){return(0,kL.isSameDay)((0,HL.constructFrom)((t==null?void 0:t.in)||e,e),(0,qL.subDays)((0,UL.constructNow)((t==null?void 0:t.in)||e),1))}var N9={};N9.lastDayOfDecade=GL;var Yi=$;function GL(e,t){const n=(0,Yi.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=9+Math.floor(i/10)*10;return n.setFullYear(c+1,0,0),n.setHours(0,0,0,0),(0,Yi.toDate)(n,t==null?void 0:t.in)}var W9={},m8={};m8.lastDayOfWeek=XL;var QL=H1,JL=$;function XL(e,t){var l,d,m,f;const n=(0,QL.getDefaultOptions)(),i=(t==null?void 0:t.weekStartsOn)??((d=(l=t==null?void 0:t.locale)==null?void 0:l.options)==null?void 0:d.weekStartsOn)??n.weekStartsOn??((f=(m=n.locale)==null?void 0:m.options)==null?void 0:f.weekStartsOn)??0,c=(0,JL.toDate)(e,t==null?void 0:t.in),s=c.getDay(),o=(s<i?-7:0)+6-(s-i);return c.setHours(0,0,0,0),c.setDate(c.getDate()+o),c}W9.lastDayOfISOWeek=tV;var eV=m8;function tV(e,t){return(0,eV.lastDayOfWeek)(e,{...t,weekStartsOn:1})}var z9={};z9.lastDayOfISOWeekYear=iV;var nV=J,aV=t3,rV=Se;function iV(e,t){const n=(0,aV.getISOWeekYear)(e,t),i=(0,nV.constructFrom)((t==null?void 0:t.in)||e,0);i.setFullYear(n+1,0,4),i.setHours(0,0,0,0);const c=(0,rV.startOfISOWeek)(i,t);return c.setDate(c.getDate()-1),c}var B9={};B9.lastDayOfQuarter=sV;var cV=$;function sV(e,t){const n=(0,cV.toDate)(e,t==null?void 0:t.in),i=n.getMonth(),c=i-i%3+3;return n.setMonth(c,0),n.setHours(0,0,0,0),n}var Y9={};Y9.lastDayOfYear=lV;var oV=$;function lV(e,t){const n=(0,oV.toDate)(e,t==null?void 0:t.in),i=n.getFullYear();return n.setFullYear(i+1,0,0),n.setHours(0,0,0,0),n}var H9={};(function(e){e.lightFormat=d,Object.defineProperty(e,"lightFormatters",{enumerable:!0,get:function(){return t.lightFormatters}});var t=bt,n=Fe,i=$;const c=/(\w)\1*|''|'(''|[^'])+('|$)|./g,s=/^'([^]*?)'?$/,o=/''/g,l=/[a-zA-Z]/;function d(f,v){const p=(0,i.toDate)(f);if(!(0,n.isValid)(p))throw new RangeError("Invalid time value");const g=v.match(c);return g?g.map(j=>{if(j==="''")return"'";const _=j[0];if(_==="'")return m(j);const b=t.lightFormatters[_];if(b)return b(p,j);if(_.match(l))throw new RangeError("Format string contains an unescaped latin alphabet character `"+_+"`");return j}).join(""):""}function m(f){const v=f.match(s);return v?v[1].replace(o,"'"):f}})(H9);var U9={};U9.milliseconds=dV;var Hi=R;function dV({years:e,months:t,weeks:n,days:i,hours:c,minutes:s,seconds:o}){let l=0;e&&(l+=e*Hi.daysInYear),t&&(l+=t*(Hi.daysInYear/12)),n&&(l+=n*7),i&&(l+=i);let d=l*24*60*60;return c&&(d+=c*60*60),s&&(d+=s*60),o&&(d+=o),Math.trunc(d*1e3)}var k9={};k9.millisecondsToHours=hV;var uV=R;function hV(e){const t=e/uV.millisecondsInHour;return Math.trunc(t)}var q9={};q9.millisecondsToMinutes=fV;var mV=R;function fV(e){const t=e/mV.millisecondsInMinute;return Math.trunc(t)}var K9={};K9.millisecondsToSeconds=vV;var pV=R;function vV(e){const t=e/pV.millisecondsInSecond;return Math.trunc(t)}var G9={};G9.minutesToHours=xV;var gV=R;function xV(e){const t=e/gV.minutesInHour;return Math.trunc(t)}var Q9={};Q9.minutesToMilliseconds=jV;var bV=R;function jV(e){return Math.trunc(e*bV.millisecondsInMinute)}var J9={};J9.minutesToSeconds=_V;var yV=R;function _V(e){return Math.trunc(e*yV.secondsInMinute)}var X9={};X9.monthsToQuarters=SV;var wV=R;function SV(e){const t=e/wV.monthsInQuarter;return Math.trunc(t)}var el={};el.monthsToYears=CV;var OV=R;function CV(e){const t=e/OV.monthsInYear;return Math.trunc(t)}var Le={};Le.nextDay=TV;var DV=we,$V=q0;function TV(e,t,n){let i=t-(0,$V.getDay)(e,n);return i<=0&&(i+=7),(0,DV.addDays)(e,i,n)}var tl={};tl.nextFriday=EV;var PV=Le;function EV(e,t){return(0,PV.nextDay)(e,5,t)}var nl={};nl.nextMonday=IV;var ZV=Le;function IV(e,t){return(0,ZV.nextDay)(e,1,t)}var al={};al.nextSaturday=AV;var MV=Le;function AV(e,t){return(0,MV.nextDay)(e,6,t)}var rl={};rl.nextSunday=RV;var FV=Le;function RV(e,t){return(0,FV.nextDay)(e,0,t)}var il={};il.nextThursday=VV;var LV=Le;function VV(e,t){return(0,LV.nextDay)(e,4,t)}var cl={};cl.nextTuesday=WV;var NV=Le;function WV(e,t){return(0,NV.nextDay)(e,2,t)}var sl={};sl.nextWednesday=BV;var zV=Le;function BV(e,t){return(0,zV.nextDay)(e,3,t)}var ol={};ol.parseISO=HV;var D2=R,YV=J,Ui=$;function HV(e,t){const n=()=>(0,YV.constructFrom)(t==null?void 0:t.in,NaN),i=(t==null?void 0:t.additionalDigits)??2,c=KV(e);let s;if(c.date){const m=GV(c.date,i);s=QV(m.restDateString,m.year)}if(!s||isNaN(+s))return n();const o=+s;let l=0,d;if(c.time&&(l=JV(c.time),isNaN(l)))return n();if(c.timezone){if(d=XV(c.timezone),isNaN(d))return n()}else{const m=new Date(o+l),f=(0,Ui.toDate)(0,t==null?void 0:t.in);return f.setFullYear(m.getUTCFullYear(),m.getUTCMonth(),m.getUTCDate()),f.setHours(m.getUTCHours(),m.getUTCMinutes(),m.getUTCSeconds(),m.getUTCMilliseconds()),f}return(0,Ui.toDate)(o+l+d,t==null?void 0:t.in)}const l2={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},UV=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,kV=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,qV=/^([+-])(\d{2})(?::?(\d{2}))?$/;function KV(e){const t={},n=e.split(l2.dateTimeDelimiter);let i;if(n.length>2)return t;if(/:/.test(n[0])?i=n[0]:(t.date=n[0],i=n[1],l2.timeZoneDelimiter.test(t.date)&&(t.date=e.split(l2.timeZoneDelimiter)[0],i=e.substr(t.date.length,e.length))),i){const c=l2.timezone.exec(i);c?(t.time=i.replace(c[1],""),t.timezone=c[1]):t.time=i}return t}function GV(e,t){const n=new RegExp("^(?:(\\d{4}|[+-]\\d{"+(4+t)+"})|(\\d{2}|[+-]\\d{"+(2+t)+"})$)"),i=e.match(n);if(!i)return{year:NaN,restDateString:""};const c=i[1]?parseInt(i[1]):null,s=i[2]?parseInt(i[2]):null;return{year:s===null?c:s*100,restDateString:e.slice((i[1]||i[2]).length)}}function QV(e,t){if(t===null)return new Date(NaN);const n=e.match(UV);if(!n)return new Date(NaN);const i=!!n[4],c=m0(n[1]),s=m0(n[2])-1,o=m0(n[3]),l=m0(n[4]),d=m0(n[5])-1;if(i)return rN(t,l,d)?eN(t,l,d):new Date(NaN);{const m=new Date(0);return!nN(t,s,o)||!aN(t,c)?new Date(NaN):(m.setUTCFullYear(t,s,Math.max(c,o)),m)}}function m0(e){return e?parseInt(e):1}function JV(e){const t=e.match(kV);if(!t)return NaN;const n=hr(t[1]),i=hr(t[2]),c=hr(t[3]);return iN(n,i,c)?n*D2.millisecondsInHour+i*D2.millisecondsInMinute+c*1e3:NaN}function hr(e){return e&&parseFloat(e.replace(",","."))||0}function XV(e){if(e==="Z")return 0;const t=e.match(qV);if(!t)return 0;const n=t[1]==="+"?-1:1,i=parseInt(t[2]),c=t[3]&&parseInt(t[3])||0;return cN(i,c)?n*(i*D2.millisecondsInHour+c*D2.millisecondsInMinute):NaN}function eN(e,t,n){const i=new Date(0);i.setUTCFullYear(e,0,4);const c=i.getUTCDay()||7,s=(t-1)*7+n+1-c;return i.setUTCDate(i.getUTCDate()+s),i}const tN=[31,null,31,30,31,30,31,31,30,31,30,31];function ll(e){return e%400===0||e%4===0&&e%100!==0}function nN(e,t,n){return t>=0&&t<=11&&n>=1&&n<=(tN[t]||(ll(e)?29:28))}function aN(e,t){return t>=1&&t<=(ll(e)?366:365)}function rN(e,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function iN(e,t,n){return e===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&e>=0&&e<25}function cN(e,t){return t>=0&&t<=59}var dl={};dl.parseJSON=sN;var ki=$;function sN(e,t){const n=e.match(/(\d{4})-(\d{2})-(\d{2})[T ](\d{2}):(\d{2}):(\d{2})(?:\.(\d{0,7}))?(?:Z|(.)(\d{2}):?(\d{2})?)?/);return n?(0,ki.toDate)(Date.UTC(+n[1],+n[2]-1,+n[3],+n[4]-(+n[9]||0)*(n[8]=="-"?-1:1),+n[5]-(+n[10]||0)*(n[8]=="-"?-1:1),+n[6],+((n[7]||"0")+"00").substring(0,3)),t==null?void 0:t.in):(0,ki.toDate)(NaN,t==null?void 0:t.in)}var Ve={};Ve.previousDay=dN;var oN=q0,lN=G0;function dN(e,t,n){let i=(0,oN.getDay)(e,n)-t;return i<=0&&(i+=7),(0,lN.subDays)(e,i,n)}var ul={};ul.previousFriday=hN;var uN=Ve;function hN(e,t){return(0,uN.previousDay)(e,5,t)}var hl={};hl.previousMonday=fN;var mN=Ve;function fN(e,t){return(0,mN.previousDay)(e,1,t)}var ml={};ml.previousSaturday=vN;var pN=Ve;function vN(e,t){return(0,pN.previousDay)(e,6,t)}var fl={};fl.previousSunday=xN;var gN=Ve;function xN(e,t){return(0,gN.previousDay)(e,0,t)}var pl={};pl.previousThursday=jN;var bN=Ve;function jN(e,t){return(0,bN.previousDay)(e,4,t)}var vl={};vl.previousTuesday=_N;var yN=Ve;function _N(e,t){return(0,yN.previousDay)(e,2,t)}var gl={};gl.previousWednesday=SN;var wN=Ve;function SN(e,t){return(0,wN.previousDay)(e,3,t)}var xl={};xl.quartersToMonths=CN;var ON=R;function CN(e){return Math.trunc(e*ON.monthsInQuarter)}var bl={};bl.quartersToYears=$N;var DN=R;function $N(e){const t=e/DN.quartersInYear;return Math.trunc(t)}var jl={};jl.roundToNearestHours=ZN;var TN=Re,PN=J,EN=$;function ZN(e,t){const n=(t==null?void 0:t.nearestTo)??1;if(n<1||n>12)return(0,PN.constructFrom)((t==null?void 0:t.in)||e,NaN);const i=(0,EN.toDate)(e,t==null?void 0:t.in),c=i.getMinutes()/60,s=i.getSeconds()/60/60,o=i.getMilliseconds()/1e3/60/60,l=i.getHours()+c+s+o,d=(t==null?void 0:t.roundingMethod)??"round",f=(0,TN.getRoundingMethod)(d)(l/n)*n;return i.setHours(f,0,0,0),i}var yl={};yl.roundToNearestMinutes=FN;var IN=Re,MN=J,AN=$;function FN(e,t){const n=(t==null?void 0:t.nearestTo)??1;if(n<1||n>30)return(0,MN.constructFrom)(e,NaN);const i=(0,AN.toDate)(e,t==null?void 0:t.in),c=i.getSeconds()/60,s=i.getMilliseconds()/1e3/60,o=i.getMinutes()+c+s,l=(t==null?void 0:t.roundingMethod)??"round",m=(0,IN.getRoundingMethod)(l)(o/n)*n;return i.setMinutes(m,0,0),i}var _l={};_l.secondsToHours=LN;var RN=R;function LN(e){const t=e/RN.secondsInHour;return Math.trunc(t)}var wl={};wl.secondsToMilliseconds=NN;var VN=R;function NN(e){return e*VN.millisecondsInSecond}var Sl={};Sl.secondsToMinutes=zN;var WN=R;function zN(e){const t=e/WN.secondsInMinute;return Math.trunc(t)}var Ol={},_t={};_t.setMonth=UN;var BN=J,YN=f6,HN=$;function UN(e,t,n){const i=(0,HN.toDate)(e,n==null?void 0:n.in),c=i.getFullYear(),s=i.getDate(),o=(0,BN.constructFrom)((n==null?void 0:n.in)||e,0);o.setFullYear(c,t,15),o.setHours(0,0,0,0);const l=(0,YN.getDaysInMonth)(o);return i.setMonth(t,Math.min(s,l)),i}Ol.set=GN;var kN=J,qN=_t,KN=$;function GN(e,t,n){let i=(0,KN.toDate)(e,n==null?void 0:n.in);return isNaN(+i)?(0,kN.constructFrom)((n==null?void 0:n.in)||e,NaN):(t.year!=null&&i.setFullYear(t.year),t.month!=null&&(i=(0,qN.setMonth)(i,t.month)),t.date!=null&&i.setDate(t.date),t.hours!=null&&i.setHours(t.hours),t.minutes!=null&&i.setMinutes(t.minutes),t.seconds!=null&&i.setSeconds(t.seconds),t.milliseconds!=null&&i.setMilliseconds(t.milliseconds),i)}var Cl={};Cl.setDate=JN;var QN=$;function JN(e,t,n){const i=(0,QN.toDate)(e,n==null?void 0:n.in);return i.setDate(t),i}var Dl={};Dl.setDayOfYear=eW;var XN=$;function eW(e,t,n){const i=(0,XN.toDate)(e,n==null?void 0:n.in);return i.setMonth(0),i.setDate(t),i}var $l={};$l.setDefaultOptions=tW;var qi=H1;function tW(e){const t={},n=(0,qi.getDefaultOptions)();for(const i in n)Object.prototype.hasOwnProperty.call(n,i)&&(t[i]=n[i]);for(const i in e)Object.prototype.hasOwnProperty.call(e,i)&&(e[i]===void 0?delete t[i]:t[i]=e[i]);(0,qi.setDefaultOptions)(t)}var Tl={};Tl.setHours=aW;var nW=$;function aW(e,t,n){const i=(0,nW.toDate)(e,n==null?void 0:n.in);return i.setHours(t),i}var Pl={};Pl.setMilliseconds=iW;var rW=$;function iW(e,t,n){const i=(0,rW.toDate)(e,n==null?void 0:n.in);return i.setMilliseconds(t),i}var El={};El.setMinutes=sW;var cW=$;function sW(e,t,n){const i=(0,cW.toDate)(e,n==null?void 0:n.in);return i.setMinutes(t),i}var Zl={};Zl.setQuarter=dW;var oW=_t,lW=$;function dW(e,t,n){const i=(0,lW.toDate)(e,n==null?void 0:n.in),c=Math.trunc(i.getMonth()/3)+1,s=t-c;return(0,oW.setMonth)(i,i.getMonth()+s*3)}var Il={};Il.setSeconds=hW;var uW=$;function hW(e,t,n){const i=(0,uW.toDate)(e,n==null?void 0:n.in);return i.setSeconds(t),i}var Ml={};Ml.setWeekYear=gW;var mW=H1,fW=J,pW=Me,Ki=xt,vW=$;function gW(e,t,n){var d,m,f,v;const i=(0,mW.getDefaultOptions)(),c=(n==null?void 0:n.firstWeekContainsDate)??((m=(d=n==null?void 0:n.locale)==null?void 0:d.options)==null?void 0:m.firstWeekContainsDate)??i.firstWeekContainsDate??((v=(f=i.locale)==null?void 0:f.options)==null?void 0:v.firstWeekContainsDate)??1,s=(0,pW.differenceInCalendarDays)((0,vW.toDate)(e,n==null?void 0:n.in),(0,Ki.startOfWeekYear)(e,n),n),o=(0,fW.constructFrom)((n==null?void 0:n.in)||e,0);o.setFullYear(t,0,c),o.setHours(0,0,0,0);const l=(0,Ki.startOfWeekYear)(o,n);return l.setDate(l.getDate()+s),l}var Al={};Al.setYear=jW;var xW=J,bW=$;function jW(e,t,n){const i=(0,bW.toDate)(e,n==null?void 0:n.in);return isNaN(+i)?(0,xW.constructFrom)((n==null?void 0:n.in)||e,NaN):(i.setFullYear(t),i)}var Fl={};Fl.startOfDecade=_W;var yW=$;function _W(e,t){const n=(0,yW.toDate)(e,t==null?void 0:t.in),i=n.getFullYear(),c=Math.floor(i/10)*10;return n.setFullYear(c,0,1),n.setHours(0,0,0,0),n}var Rl={};Rl.startOfToday=SW;var wW=W0;function SW(e){return(0,wW.startOfDay)(Date.now(),e)}var Ll={};Ll.startOfTomorrow=DW;var OW=J,CW=R1;function DW(e){const t=(0,CW.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,OW.constructFrom)(e==null?void 0:e.in,0);return s.setFullYear(n,i,c+1),s.setHours(0,0,0,0),s}var Vl={};Vl.startOfYesterday=$W;var Gi=R1;function $W(e){const t=(0,Gi.constructNow)(e==null?void 0:e.in),n=t.getFullYear(),i=t.getMonth(),c=t.getDate(),s=(0,Gi.constructNow)(e==null?void 0:e.in);return s.setFullYear(n,i,c-1),s.setHours(0,0,0,0),s}var Nl={},f8={};f8.subMonths=PW;var TW=J3;function PW(e,t,n){return(0,TW.addMonths)(e,-t,n)}Nl.sub=MW;var EW=J,ZW=G0,IW=f8;function MW(e,t,n){const{years:i=0,months:c=0,weeks:s=0,days:o=0,hours:l=0,minutes:d=0,seconds:m=0}=t,f=(0,IW.subMonths)(e,c+i*12,n),v=(0,ZW.subDays)(f,o+s*7,n),p=d+l*60,x=(m+p*60)*1e3;return(0,EW.constructFrom)((n==null?void 0:n.in)||e,+v-x)}var Wl={};Wl.subBusinessDays=FW;var AW=A5;function FW(e,t,n){return(0,AW.addBusinessDays)(e,-t,n)}var zl={};zl.subHours=LW;var RW=L5;function LW(e,t,n){return(0,RW.addHours)(e,-t,n)}var Bl={};Bl.subMilliseconds=NW;var VW=N0;function NW(e,t,n){return(0,VW.addMilliseconds)(e,-t,n)}var Yl={};Yl.subMinutes=zW;var WW=nt;function zW(e,t,n){return(0,WW.addMinutes)(e,-t,n)}var Hl={};Hl.subQuarters=YW;var BW=at;function YW(e,t,n){return(0,BW.addQuarters)(e,-t,n)}var Ul={};Ul.subSeconds=UW;var HW=W5;function UW(e,t,n){return(0,HW.addSeconds)(e,-t,n)}var kl={};kl.subWeeks=qW;var kW=z0;function qW(e,t,n){return(0,kW.addWeeks)(e,-t,n)}var ql={};ql.subYears=GW;var KW=z5;function GW(e,t,n){return(0,KW.addYears)(e,-t,n)}var Kl={};Kl.weeksToDays=JW;var QW=R;function JW(e){return Math.trunc(e*QW.daysInWeek)}var Gl={};Gl.yearsToDays=ez;var XW=R;function ez(e){return Math.trunc(e*XW.daysInYear)}var Ql={};Ql.yearsToMonths=nz;var tz=R;function nz(e){return Math.trunc(e*tz.monthsInYear)}var Jl={};Jl.yearsToQuarters=rz;var az=R;function rz(e){return Math.trunc(e*az.quartersInYear)}(function(e){var t=M5;Object.keys(t).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===t[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return t[r]}})});var n=A5;Object.keys(n).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===n[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return n[r]}})});var i=we;Object.keys(i).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===i[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return i[r]}})});var c=L5;Object.keys(c).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===c[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return c[r]}})});var s=V5;Object.keys(s).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===s[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return s[r]}})});var o=N0;Object.keys(o).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===o[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return o[r]}})});var l=nt;Object.keys(l).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===l[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return l[r]}})});var d=J3;Object.keys(d).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===d[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return d[r]}})});var m=at;Object.keys(m).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===m[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return m[r]}})});var f=W5;Object.keys(f).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===f[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return f[r]}})});var v=z0;Object.keys(v).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===v[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return v[r]}})});var p=z5;Object.keys(p).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===p[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return p[r]}})});var g=ao;Object.keys(g).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===g[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return g[r]}})});var x=ro;Object.keys(x).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===x[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return x[r]}})});var j=H5;Object.keys(j).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===j[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return j[r]}})});var _=io;Object.keys(_).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===_[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return _[r]}})});var b=S3;Object.keys(b).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===b[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return b[r]}})});var w=co;Object.keys(w).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===w[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return w[r]}})});var T=J;Object.keys(T).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===T[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return T[r]}})});var D=R1;Object.keys(D).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===D[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return D[r]}})});var C=so;Object.keys(C).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===C[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return C[r]}})});var Z=oo;Object.keys(Z).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Z[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Z[r]}})});var S=Me;Object.keys(S).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===S[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return S[r]}})});var L=k5;Object.keys(L).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===L[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return L[r]}})});var z=lo;Object.keys(z).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===z[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return z[r]}})});var F=rt;Object.keys(F).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===F[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return F[r]}})});var A=q5;Object.keys(A).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===A[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return A[r]}})});var k=it;Object.keys(k).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===k[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return k[r]}})});var K=ct;Object.keys(K).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===K[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return K[r]}})});var I=st;Object.keys(I).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===I[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return I[r]}})});var H=ot;Object.keys(H).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===H[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return H[r]}})});var B=uo;Object.keys(B).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===B[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return B[r]}})});var E=lt;Object.keys(E).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===E[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return E[r]}})});var V=dt;Object.keys(V).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===V[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return V[r]}})});var y=B0;Object.keys(y).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===y[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return y[r]}})});var P=ho;Object.keys(P).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===P[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return P[r]}})});var Y=Y0;Object.keys(Y).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Y[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Y[r]}})});var Q=mo;Object.keys(Q).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Q[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Q[r]}})});var a1=J5;Object.keys(a1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===a1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return a1[r]}})});var e1=X5;Object.keys(e1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===e1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return e1[r]}})});var X=fo;Object.keys(X).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===X[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return X[r]}})});var t1=po;Object.keys(t1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===t1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return t1[r]}})});var i1=vo;Object.keys(i1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===i1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return i1[r]}})});var r1=go;Object.keys(r1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===r1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return r1[r]}})});var s1=xo;Object.keys(s1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===s1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return s1[r]}})});var b1=ft;Object.keys(b1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===b1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return b1[r]}})});var j1=bo;Object.keys(j1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===j1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return j1[r]}})});var P1=jo;Object.keys(P1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===P1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return P1[r]}})});var h1=yo;Object.keys(h1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===h1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return h1[r]}})});var q1=ut;Object.keys(q1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===q1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return q1[r]}})});var K1=_o;Object.keys(K1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===K1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return K1[r]}})});var G1=wo;Object.keys(G1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===G1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return G1[r]}})});var L1=So;Object.keys(L1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===L1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return L1[r]}})});var o1=Oo;Object.keys(o1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===o1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return o1[r]}})});var M1=Co;Object.keys(M1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===M1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return M1[r]}})});var U=ht;Object.keys(U).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===U[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return U[r]}})});var U1=Do;Object.keys(U1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===U1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return U1[r]}})});var V1=$o;Object.keys(V1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===V1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return V1[r]}})});var ne=To;Object.keys(ne).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ne[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ne[r]}})});var W=Po;Object.keys(W).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===W[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return W[r]}})});var G=t6;Object.keys(G).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===G[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return G[r]}})});var v1=e6;Object.keys(v1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===v1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return v1[r]}})});var D1=Eo;Object.keys(D1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===D1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return D1[r]}})});var N1=n6;Object.keys(N1).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===N1[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return N1[r]}})});var Ce=u6;Object.keys(Ce).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ce[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ce[r]}})});var xe=h6;Object.keys(xe).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===xe[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return xe[r]}})});var n3=Ro;Object.keys(n3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===n3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return n3[r]}})});var a3=Lo;Object.keys(a3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===a3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return a3[r]}})});var r3=Vo;Object.keys(r3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===r3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return r3[r]}})});var Ne=No;Object.keys(Ne).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ne[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ne[r]}})});var i3=Wo;Object.keys(i3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===i3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return i3[r]}})});var c3=zo;Object.keys(c3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===c3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return c3[r]}})});var s3=Bo;Object.keys(s3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===s3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return s3[r]}})});var o3=Yo;Object.keys(o3).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===o3[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return o3[r]}})});var t0=Ho;Object.keys(t0).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===t0[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return t0[r]}})});var St=Uo;Object.keys(St).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===St[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return St[r]}})});var Ot=m6;Object.keys(Ot).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ot[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ot[r]}})});var Ct=q0;Object.keys(Ct).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ct[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ct[r]}})});var Dt=d6;Object.keys(Dt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Dt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Dt[r]}})});var $t=f6;Object.keys($t).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$t[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $t[r]}})});var Tt=ko;Object.keys(Tt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Tt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Tt[r]}})});var Pt=qo;Object.keys(Pt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Pt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Pt[r]}})});var Et=v6;Object.keys(Et).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Et[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Et[r]}})});var Zt=Ko;Object.keys(Zt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Zt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Zt[r]}})});var It=g6;Object.keys(It).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===It[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return It[r]}})});var Mt=vt;Object.keys(Mt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Mt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Mt[r]}})});var At=t3;Object.keys(At).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===At[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return At[r]}})});var Ft=Go;Object.keys(Ft).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ft[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ft[r]}})});var Rt=Qo;Object.keys(Rt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Rt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Rt[r]}})});var Lt=Jo;Object.keys(Lt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Lt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Lt[r]}})});var Vt=Xo;Object.keys(Vt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Vt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Vt[r]}})});var Nt=e9;Object.keys(Nt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Nt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Nt[r]}})});var Wt=K5;Object.keys(Wt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Wt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Wt[r]}})});var zt=t9;Object.keys(zt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===zt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return zt[r]}})});var Bt=n9;Object.keys(Bt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Bt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Bt[r]}})});var Yt=a9;Object.keys(Yt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Yt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Yt[r]}})});var Ht=gt;Object.keys(Ht).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ht[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ht[r]}})});var Ut=r9;Object.keys(Ut).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ut[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ut[r]}})});var kt=U0;Object.keys(kt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===kt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return kt[r]}})});var qt=i9;Object.keys(qt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===qt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return qt[r]}})});var Kt=c9;Object.keys(Kt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Kt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Kt[r]}})});var Gt=s9;Object.keys(Gt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Gt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Gt[r]}})});var Qt=o9;Object.keys(Qt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Qt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Qt[r]}})});var Jt=l9;Object.keys(Jt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Jt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Jt[r]}})});var Xt=d9;Object.keys(Xt).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Xt[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Xt[r]}})});var en=u9;Object.keys(en).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===en[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return en[r]}})});var tn=h9;Object.keys(tn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===tn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return tn[r]}})});var nn=m9;Object.keys(nn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===nn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return nn[r]}})});var an=f9;Object.keys(an).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===an[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return an[r]}})});var rn=p9;Object.keys(rn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===rn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return rn[r]}})});var cn=U5;Object.keys(cn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===cn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return cn[r]}})});var sn=v9;Object.keys(sn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===sn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return sn[r]}})});var on=g9;Object.keys(on).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===on[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return on[r]}})});var ln=x9;Object.keys(ln).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ln[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ln[r]}})});var dn=b9;Object.keys(dn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===dn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return dn[r]}})});var un=j9;Object.keys(un).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===un[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return un[r]}})});var hn=Q5;Object.keys(hn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===hn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return hn[r]}})});var mn=p6;Object.keys(mn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===mn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return mn[r]}})});var fn=y9;Object.keys(fn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===fn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return fn[r]}})});var pn=_9;Object.keys(pn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===pn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return pn[r]}})});var vn=w9;Object.keys(vn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===vn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return vn[r]}})});var gn=e0;Object.keys(gn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===gn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return gn[r]}})});var xn=a8;Object.keys(xn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===xn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return xn[r]}})});var bn=i8;Object.keys(bn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===bn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return bn[r]}})});var jn=S9;Object.keys(jn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===jn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return jn[r]}})});var yn=c8;Object.keys(yn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===yn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return yn[r]}})});var _n=o8;Object.keys(_n).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===_n[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return _n[r]}})});var wn=l8;Object.keys(wn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===wn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return wn[r]}})});var Sn=d8;Object.keys(Sn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Sn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Sn[r]}})});var On=yt;Object.keys(On).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===On[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return On[r]}})});var Cn=h8;Object.keys(Cn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Cn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Cn[r]}})});var Dn=F5;Object.keys(Dn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Dn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Dn[r]}})});var $n=R5;Object.keys($n).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$n[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $n[r]}})});var Tn=O9;Object.keys(Tn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Tn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Tn[r]}})});var Pn=C9;Object.keys(Pn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Pn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Pn[r]}})});var En=D9;Object.keys(En).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===En[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return En[r]}})});var Zn=$9;Object.keys(Zn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Zn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Zn[r]}})});var In=T9;Object.keys(In).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===In[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return In[r]}})});var Mn=P9;Object.keys(Mn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Mn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Mn[r]}})});var An=E9;Object.keys(An).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===An[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return An[r]}})});var Fn=Z9;Object.keys(Fn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Fn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Fn[r]}})});var Rn=I9;Object.keys(Rn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Rn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Rn[r]}})});var Ln=M9;Object.keys(Ln).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ln[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ln[r]}})});var Vn=A9;Object.keys(Vn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Vn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Vn[r]}})});var Nn=F9;Object.keys(Nn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Nn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Nn[r]}})});var Wn=Fe;Object.keys(Wn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Wn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Wn[r]}})});var zn=R9;Object.keys(zn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===zn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return zn[r]}})});var Bn=V0;Object.keys(Bn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Bn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Bn[r]}})});var Yn=L9;Object.keys(Yn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Yn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Yn[r]}})});var Hn=V9;Object.keys(Hn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Hn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Hn[r]}})});var Un=N9;Object.keys(Un).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Un[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Un[r]}})});var kn=W9;Object.keys(kn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===kn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return kn[r]}})});var qn=z9;Object.keys(qn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===qn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return qn[r]}})});var Kn=x6;Object.keys(Kn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Kn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Kn[r]}})});var Gn=B9;Object.keys(Gn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Gn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Gn[r]}})});var Qn=m8;Object.keys(Qn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Qn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Qn[r]}})});var Jn=Y9;Object.keys(Jn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Jn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Jn[r]}})});var Xn=H9;Object.keys(Xn).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Xn[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Xn[r]}})});var ea=B5;Object.keys(ea).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ea[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ea[r]}})});var ta=U9;Object.keys(ta).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ta[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ta[r]}})});var na=k9;Object.keys(na).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===na[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return na[r]}})});var aa=q9;Object.keys(aa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===aa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return aa[r]}})});var ra=K9;Object.keys(ra).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ra[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ra[r]}})});var ia=Y5;Object.keys(ia).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ia[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ia[r]}})});var ca=G9;Object.keys(ca).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ca[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ca[r]}})});var sa=Q9;Object.keys(sa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===sa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return sa[r]}})});var oa=J9;Object.keys(oa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===oa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return oa[r]}})});var la=X9;Object.keys(la).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===la[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return la[r]}})});var da=el;Object.keys(da).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===da[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return da[r]}})});var ua=Le;Object.keys(ua).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ua[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ua[r]}})});var ha=tl;Object.keys(ha).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ha[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ha[r]}})});var ma=nl;Object.keys(ma).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ma[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ma[r]}})});var fa=al;Object.keys(fa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===fa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return fa[r]}})});var pa=rl;Object.keys(pa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===pa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return pa[r]}})});var va=il;Object.keys(va).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===va[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return va[r]}})});var ga=cl;Object.keys(ga).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ga[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ga[r]}})});var xa=sl;Object.keys(xa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===xa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return xa[r]}})});var ba=b6;Object.keys(ba).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ba[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ba[r]}})});var ja=ol;Object.keys(ja).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ja[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ja[r]}})});var ya=dl;Object.keys(ya).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ya[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ya[r]}})});var _a=Ve;Object.keys(_a).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===_a[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return _a[r]}})});var wa=ul;Object.keys(wa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===wa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return wa[r]}})});var Sa=hl;Object.keys(Sa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Sa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Sa[r]}})});var Oa=ml;Object.keys(Oa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Oa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Oa[r]}})});var Ca=fl;Object.keys(Ca).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ca[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ca[r]}})});var Da=pl;Object.keys(Da).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Da[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Da[r]}})});var $a=vl;Object.keys($a).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$a[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $a[r]}})});var Ta=gl;Object.keys(Ta).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ta[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ta[r]}})});var Pa=xl;Object.keys(Pa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Pa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Pa[r]}})});var Ea=bl;Object.keys(Ea).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ea[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ea[r]}})});var Za=jl;Object.keys(Za).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Za[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Za[r]}})});var Ia=yl;Object.keys(Ia).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ia[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ia[r]}})});var Ma=_l;Object.keys(Ma).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ma[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ma[r]}})});var Aa=wl;Object.keys(Aa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Aa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Aa[r]}})});var Fa=Sl;Object.keys(Fa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Fa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Fa[r]}})});var Ra=Ol;Object.keys(Ra).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ra[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ra[r]}})});var La=Cl;Object.keys(La).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===La[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return La[r]}})});var Va=K0;Object.keys(Va).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Va[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Va[r]}})});var Na=Dl;Object.keys(Na).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Na[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Na[r]}})});var Wa=$l;Object.keys(Wa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Wa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Wa[r]}})});var za=Tl;Object.keys(za).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===za[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return za[r]}})});var Ba=z6;Object.keys(Ba).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ba[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ba[r]}})});var Ya=A6;Object.keys(Ya).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ya[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ya[r]}})});var Ha=N5;Object.keys(Ha).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ha[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ha[r]}})});var Ua=Pl;Object.keys(Ua).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ua[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ua[r]}})});var ka=El;Object.keys(ka).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===ka[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return ka[r]}})});var qa=_t;Object.keys(qa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===qa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return qa[r]}})});var Ka=Zl;Object.keys(Ka).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ka[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ka[r]}})});var Ga=Il;Object.keys(Ga).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ga[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ga[r]}})});var Qa=I6;Object.keys(Qa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Qa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Qa[r]}})});var Ja=Ml;Object.keys(Ja).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Ja[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Ja[r]}})});var Xa=Al;Object.keys(Xa).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Xa[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Xa[r]}})});var e4=W0;Object.keys(e4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===e4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return e4[r]}})});var t4=Fl;Object.keys(t4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===t4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return t4[r]}})});var n4=r8;Object.keys(n4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===n4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return n4[r]}})});var a4=Se;Object.keys(a4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===a4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return a4[r]}})});var r4=X3;Object.keys(r4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===r4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return r4[r]}})});var i4=s8;Object.keys(i4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===i4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return i4[r]}})});var c4=H0;Object.keys(c4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===c4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return c4[r]}})});var s4=mt;Object.keys(s4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===s4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return s4[r]}})});var o4=u8;Object.keys(o4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===o4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return o4[r]}})});var l4=Rl;Object.keys(l4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===l4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return l4[r]}})});var d4=Ll;Object.keys(d4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===d4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return d4[r]}})});var u4=ge;Object.keys(u4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===u4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return u4[r]}})});var h4=xt;Object.keys(h4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===h4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return h4[r]}})});var m4=pt;Object.keys(m4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===m4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return m4[r]}})});var f4=Vl;Object.keys(f4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===f4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return f4[r]}})});var p4=Nl;Object.keys(p4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===p4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return p4[r]}})});var v4=Wl;Object.keys(v4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===v4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return v4[r]}})});var g4=G0;Object.keys(g4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===g4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return g4[r]}})});var x4=zl;Object.keys(x4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===x4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return x4[r]}})});var b4=G5;Object.keys(b4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===b4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return b4[r]}})});var j4=Bl;Object.keys(j4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===j4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return j4[r]}})});var y4=Yl;Object.keys(y4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===y4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return y4[r]}})});var _4=f8;Object.keys(_4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===_4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return _4[r]}})});var w4=Hl;Object.keys(w4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===w4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return w4[r]}})});var S4=Ul;Object.keys(S4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===S4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return S4[r]}})});var O4=kl;Object.keys(O4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===O4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return O4[r]}})});var C4=ql;Object.keys(C4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===C4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return C4[r]}})});var D4=$;Object.keys(D4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===D4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return D4[r]}})});var $4=j6;Object.keys($4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===$4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return $4[r]}})});var T4=Kl;Object.keys(T4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===T4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return T4[r]}})});var P4=Gl;Object.keys(P4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===P4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return P4[r]}})});var E4=Ql;Object.keys(E4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===E4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return E4[r]}})});var Z4=Jl;Object.keys(Z4).forEach(function(r){r==="default"||r==="__esModule"||r in e&&e[r]===Z4[r]||Object.defineProperty(e,r,{enumerable:!0,get:function(){return Z4[r]}})})})(eo);Object.defineProperty(tt,"__esModule",{value:!0});var je=h,z1=eo,I1=a;const p8="react-activity-calendar",Qi=8,Xl=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],iz={months:Xl,weekdays:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],totalCount:"{{count}} activities in {{year}}",legend:{less:"Less",more:"More"}};function cz(){const[e,t]=je.useState("light"),n=i=>{t(i.matches?"dark":"light")};return je.useEffect(()=>{const i=window.matchMedia("(prefers-color-scheme: dark)");return t(i.matches?"dark":"light"),i.addEventListener("change",n),()=>{i.removeEventListener("change",n)}},[]),e}const ed=`${p8}--loading-animation`;function sz(e,t){je.useEffect(()=>{const n=`oklab(from ${e} l a b)`,i=t==="light"?`oklab(from ${e} calc(l * 0.96) a b)`:`oklab(from ${e} calc(l * 1.08) a b)`,c=document.createElement("style");return c.innerHTML=`
714
+ @keyframes ${ed} {
715
+ 0% {
716
+ fill: ${n};
717
+ }
718
+ 50% {
719
+ fill: ${i};
720
+ }
721
+ 100% {
722
+ fill: ${n};
723
+ }
724
+ }
725
+ `,document.head.appendChild(c),()=>{document.head.removeChild(c)}},[e,t])}const oz="(prefers-reduced-motion: reduce)";function lz(){const[e,t]=je.useState(!0);return je.useEffect(()=>{const n=window.matchMedia(oz);t(n.matches);const i=c=>{t(c.matches)};return n.addEventListener("change",i),()=>{n.removeEventListener("change",i)}},[]),e}function dz(e,t){if(e.length===0)throw new Error("Activity data must not be empty.");for(const{date:n,level:i,count:c}of e){if(!z1.isValid(z1.parseISO(n)))throw new Error(`Activity date '${n}' is not a valid ISO 8601 date string.`);if(c<0)throw new RangeError(`Activity count must not be negative, found ${c}.`);if(i<0||i>t)throw new RangeError(`Activity level ${i} for ${n} is out of range. It must be between 0 and ${t}.`)}}function uz(e,t=0){const n=hz(e),i=n[0],c=z1.parseISO(i.date),s=z1.getDay(c)===t?c:z1.subWeeks(z1.nextDay(c,t),1),o=[...Array(z1.differenceInCalendarDays(c,s)).fill(void 0),...n],l=Math.ceil(o.length/7);return $2(l).map(d=>o.slice(d*7,d*7+7))}function hz(e){const t=new Map(e.map(c=>[c.date,c])),n=e[0],i=e[e.length-1];return z1.eachDayOfInterval({start:z1.parseISO(n.date),end:z1.parseISO(i.date)}).map(c=>{const s=z1.formatISO(c,{representation:"date"});return t.has(s)?t.get(s):{date:s,count:0,level:0}})}function u3(e){return`${p8}__${e}`}function mz(){const e=new Date().getFullYear();return z1.eachDayOfInterval({start:new Date(e,0,1),end:new Date(e,11,31)}).map(n=>({date:z1.formatISO(n,{representation:"date"}),count:0,level:0}))}function $2(e){return[...Array(e).keys()]}function fz(e,t=Xl){return e.reduce((n,i,c)=>{const s=i.find(d=>d!==void 0);if(!s)throw new Error(`Unexpected error: Week ${c+1} is empty.`);const o=t[z1.getMonth(z1.parseISO(s.date))];if(!o){const d=new Date(s.date).toLocaleString("en-US",{month:"short"});throw new Error(`Unexpected error: undefined month label for ${d}.`)}const l=n[n.length-1];return c===0||!l||l.label!==o?[...n,{weekIndex:c,label:o}]:n},[]).filter(({weekIndex:n},i,c)=>i===0?c[1]&&c[1].weekIndex-n>=3:i===c.length-1?e.slice(n).length>=3:!0)}function pz(e,t,n){if(e.length!==7)throw new Error("Exactly 7 labels, one for each weekday must be passed.");return e.reduce((i,c,s)=>t.byDayIndex(s)?Math.max(i,Math.ceil(vz(c,n).width)):i,0)}function vz(e,t){if(typeof document>"u"||typeof window>"u")return{width:0,height:0};if(t<1)throw new RangeError("fontSize must be positive");if(e.length===0)return{width:0,height:0};const n="http://www.w3.org/2000/svg",i=document.createElementNS(n,"svg");i.style.position="absolute",i.style.visibility="hidden",i.style.fontFamily=window.getComputedStyle(document.body).fontFamily,i.style.fontSize=`${t}px`;const c=document.createElementNS(n,"text");c.textContent=e,i.appendChild(c),document.body.appendChild(i);const s=c.getBBox();return document.body.removeChild(i),{width:s.width,height:s.height}}function gz(e,t){if(!e)return{byDayIndex:()=>!1,shouldShow:!1};if(e===!0)return{byDayIndex:i=>(7+i-t)%7%2!==0,shouldShow:!0};const n=[];for(const i of e){const c=xz[i.toLowerCase()];n[c]=!0}return{byDayIndex:i=>n[i]??!1,shouldShow:e.length>0}}const xz={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function bz(e,t=5){const n=jz(t);return e?(yz(e,t),e.light=e.light??n.light,e.dark=e.dark??n.dark,{light:Ji(e.light)?T2(e.light,t):e.light,dark:Ji(e.dark)?T2(e.dark,t):e.dark}):n}function jz(e){return{light:T2(["hsl(0, 0%, 92%)","hsl(0, 0%, 26%)"],e),dark:T2(["hsl(0, 0%, 22%)","hsl(0, 0%, 92%)"],e)}}function yz(e,t){const n='The number of colors is controlled by the "maxLevel" property.';if(typeof e!="object"||e.light===void 0&&e.dark===void 0)throw new Error(`The theme object must contain at least one of the fields "light" and "dark" with exactly 2 or ${t} colors respectively. ${n}`);if(e.light){const{length:i}=e.light;if(i!==2&&i!==t)throw new Error(`theme.light must contain exactly 2 or ${t} colors, ${i} passed. ${n}`);for(const c of e.light)if(typeof window<"u"&&!CSS.supports("color",c))throw new Error(`Invalid color "${String(c)}" passed. All CSS color formats are accepted.`)}if(e.dark){const{length:i}=e.dark;if(i!==2&&i!==t)throw new Error(`theme.dark must contain exactly 2 or ${t} colors, ${i} passed. ${n}`);for(const c of e.dark)if(typeof window<"u"&&!CSS.supports("color",c))throw new Error(`Invalid color "${String(c)}" passed. All CSS color formats are accepted.`)}}function T2([e,t],n){return $2(n).map(i=>{switch(i){case 0:return e;case n-1:return t;default:{const c=i/(n-1)*100;return`color-mix(in oklab, ${t} ${parseFloat(c.toFixed(2))}%, ${e})`}}})}function Ji(e){return e.length===2}const h3={container:e=>({width:"max-content",maxWidth:"100%",display:"flex",flexDirection:"column",gap:"8px",fontSize:`${e}px`}),scrollContainer:e=>({maxWidth:"100%",overflowX:"auto",overflowY:"hidden",paddingTop:Math.ceil(.1*e)}),calendar:{display:"block",overflow:"visible"},rect:e=>({stroke:e==="light"?"rgba(0, 0, 0, 0.08)":"rgba(255, 255, 255, 0.04)"}),footer:{container:{display:"flex",flexWrap:"wrap",gap:"4px 16px",whiteSpace:"nowrap"},legend:{marginLeft:"auto",display:"flex",alignItems:"center",gap:"3px"}}},wt=je.forwardRef(({data:e,blockMargin:t=4,blockRadius:n=2,blockSize:i=12,colorScheme:c=void 0,eventHandlers:s={},fontSize:o=14,hideColorLegend:l=!1,hideMonthLabels:d=!1,hideTotalCount:m=!1,labels:f=void 0,maxLevel:v=4,loading:p=!1,renderBlock:g=void 0,renderColorLegend:x=void 0,showWeekdayLabels:j=!1,style:_={},theme:b=void 0,totalCount:w=void 0,weekStart:T=0},D)=>{const[C,Z]=je.useState(!1);je.useEffect(()=>{Z(!0)},[]),v=Math.max(1,v);const S=bz(b,v+1),L=cz(),z=c??L,F=S[z];sz(F[0],z);const A=!lz();p&&(e=mz()),dz(e,v);const k=e[0],K=z1.getYear(z1.parseISO(k.date)),I=uz(e,T),H=Object.assign({},iz,f),B=d?0:o+Qi,E=gz(j,T),V=C&&E.shouldShow?pz(H.weekdays,E,o)+Qi:void 0;function y(){return{width:I.length*(i+t)-t,height:B+(i+t)*7-t}}function P(i1){return Object.keys(s).reduce((r1,s1)=>({...r1,[s1]:b1=>{var j1;return(j1=s[s1])==null?void 0:j1.call(s,b1)(i1)}}),{})}function Y(){return I.map((i1,r1)=>i1.map((s1,b1)=>{if(!s1)return null;const j1=p&&A?{animation:`${ed} 1.75s ease-in-out infinite`,animationDelay:`${r1*20+b1*20}ms`}:void 0,P1=I1.jsx("rect",{...P(s1),x:0,y:B+(i+t)*b1,width:i,height:i,rx:n,ry:n,fill:F[s1.level],"data-date":s1.date,"data-level":s1.level,style:{...h3.rect(z),...j1}});return I1.jsx(je.Fragment,{children:g?g(P1,s1):P1},s1.date)})).map((i1,r1)=>I1.jsx("g",{transform:`translate(${(i+t)*r1}, 0)`,children:i1},r1))}function Q(){if(m&&l)return null;const i1=typeof w=="number"?w:e.reduce((r1,s1)=>r1+s1.count,0);return I1.jsxs("footer",{className:u3("footer"),style:{...h3.footer.container,marginLeft:V},children:[p&&I1.jsx("div",{children:" "}),!p&&!m&&I1.jsx("div",{className:u3("count"),children:H.totalCount?H.totalCount.replace("{{count}}",String(i1)).replace("{{year}}",String(K)):`${i1} activities in ${K}`}),!p&&!l&&I1.jsxs("div",{className:u3("legend-colors"),style:h3.footer.legend,children:[I1.jsx("span",{style:{marginRight:"0.4em"},children:H.legend.less}),$2(v+1).map(r1=>{const s1=I1.jsx("svg",{width:i,height:i,children:I1.jsx("rect",{width:i,height:i,fill:F[r1],rx:n,ry:n,style:h3.rect(z)})});return I1.jsx(je.Fragment,{children:x?x(s1,r1):s1},r1)}),I1.jsx("span",{style:{marginLeft:"0.4em"},children:H.legend.more})]})]})}function a1(){return E.shouldShow?I1.jsx("g",{className:u3("legend-weekday"),children:$2(7).map(i1=>{const r1=(i1+T)%7;return E.byDayIndex(r1)?I1.jsx("text",{x:-8,y:B+(i+t)*i1+i/2,dominantBaseline:"central",textAnchor:"end",fill:"currentColor",children:H.weekdays[r1]},i1):null})}):null}function e1(){return d?null:I1.jsx("g",{className:u3("legend-month"),children:fz(I,H.months).map(({label:i1,weekIndex:r1})=>I1.jsx("text",{x:(i+t)*r1,y:0,dominantBaseline:"hanging",fill:"currentColor",children:i1},r1))})}const{width:X,height:t1}=y();return I1.jsxs("article",{ref:D,className:p8,style:{..._,...h3.container(o)},children:[I1.jsx("div",{className:u3("scroll-container"),style:h3.scrollContainer(o),children:I1.jsxs("svg",{width:X,height:t1,viewBox:`0 0 ${X} ${t1}`,className:u3("calendar"),style:{...h3.calendar,marginLeft:V},children:[!p&&a1(),!p&&e1(),Y()]})}),Q()]})});wt.displayName="ActivityCalendar";const _z=e=>I1.jsx(wt,{data:[],...e});tt.ActivityCalendar=wt;tt.Skeleton=_z;var wz=tt.default=wt;const Sz=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",alignItems:"center","svg rect":{stroke:"#0000 !important"}})),Oz=e=>{const t=new Date,n=new Date;n.setFullYear(t.getFullYear()-1);const i=t.toISOString().split("T")[0],c=n.toISOString().split("T")[0],s=e.some(l=>l.date===i);return e.some(l=>l.date===c)||e.unshift({count:0,date:c,level:0}),s||e.push({count:0,date:i,level:0}),e},Cz=e=>{const t=e.map(o=>o.count),n=Object.values(t).sort((o,l)=>o-l),i=o=>{const l=Math.floor(o/100*n.length);return n[l]||n[n.length-1]},c=[i(25),i(50),i(75),i(100)],s=o=>o<=c[0]?1:o<=c[1]?2:o<=c[2]?3:4;return e.map(({date:o,count:l})=>({date:o,count:l,level:s(l)}))},Dz=()=>{const e=n1("projectId"),{data:t}=R0(e),{themeMode:n}=am(),i={light:["#f1f0fc","#ceccfd","#8982ff","#6c65e5","#615bc2"],dark:["#302E42",w0.palette.background.alternative]},c=Cz(t.activityCountByDate),s=Oz(c);return a.jsx(a.Fragment,{children:t.activityCountByDate.length>0?a.jsx(Sz,{children:a.jsx(wz,{colorScheme:n,theme:i,data:s,maxLevel:4,showWeekdayLabels:!0,labels:{totalCount:"{{count}} activities in the last year"},renderBlock:(o,l)=>a.jsx(Y1,{title:`${l.count} activities on ${l.date}`,children:o})})}):a.jsx("span",{children:"No activity"})})},f0={initial:"Feature flags in the Define stage are flags that have not yet received metrics from any environments. This might mean that the flags have not been used yet, or it could indicate integration issues.",preLive:"In the Develop stage, the feature is being developed and tested in controlled environments. Once the feature is ready, the flag can be enabled in production.",live:"The feature is being rolled out in production according to its assigned strategies (targeting user segments and/or using percentage rollout).",completed:"Flags that are in the Cleanup stage still receive metrics in production. Consider archiving them to clean up your codebase to reduce technical debt.",archived:"Flags that have been archived and are no longer in use, but kept for future reference."},$z=u("div")(({theme:e})=>({padding:e.spacing(2),gap:e.spacing(2),minHeight:"100%",display:"flex",flexFlow:"column",justifyContent:"space-between",transition:"all 200ms",borderRadius:e.shape.borderRadiusExtraLarge,border:`2px solid ${e.palette.divider}`,"&:focus-visible":{outline:"none",borderColor:e.palette.primary.main},"&:hover":{backgroundColor:e.palette.table.rowHover}})),Tz=({text:e})=>{const t=u("span")(({theme:n})=>({display:"flex",alignItems:"flex-start",gap:n.spacing(1),fontSize:n.typography.body1.fontSize,padding:n.spacing(1)}));return a.jsxs(t,{children:[a.jsx(im,{fontSize:"small",color:"primary"}),a.jsx("p",{children:e})]})},p0=({children:e,tooltipText:t})=>a.jsx("li",{children:a.jsx(I3,{arrow:!0,maxWidth:"850px",title:a.jsx(Tz,{text:t}),children:a.jsx($z,{tabIndex:0,children:e})})}),Pz=u("ul")(({theme:e})=>({display:"grid",listStyle:"none",gridTemplateColumns:"repeat(auto-fit, minmax(180px, 1fr))",gap:e.spacing(1),justifyContent:"center",padding:0,flex:"auto",margin:0})),v0=u("span")({display:"flex",alignItems:"center",justifyContent:"space-between"}),Ez=u("span")(({theme:e})=>({fontSize:`calc(2 * ${e.typography.body1.fontSize})`})),td=u("dl")(({theme:e})=>({margin:0,fontSize:e.typography.body2.fontSize,"& dd":{margin:0,fontWeight:"bold"}})),Zz=u("span")(({theme:e})=>({fontSize:e.typography.body2.fontSize})),Iz=u("span")({fontWeight:"normal"}),d2=({averageDays:e})=>{const t=()=>e==null?a.jsx(Iz,{children:"No data"}):e<1?"less than a day":e===1?"1 day":`${e} days`;return a.jsxs(td,{children:[a.jsx("dt",{children:"Avg. time in stage"}),a.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:a.jsx(t,{})})]})},g0=({value:e})=>a.jsx(Ez,{"data-loading-project-lifecycle-summary":!0,children:a.jsx(Gc,{value:e??0,threshold:1e3,precision:1})}),Mz=()=>{const e=n1("projectId"),{data:t,loading:n}=R0(e),i=y3(n,"[data-loading-project-lifecycle-summary=true]"),c=d=>(t==null?void 0:t.lifecycleSummary[d].currentFlags)===1?"Flag":"Flags",s=d=>{const m=d==="preLive"?"pre-live":d;return a.jsxs(Zz,{children:[c(d)," in"," ",rm(m)]})},o=(t==null?void 0:t.lifecycleSummary.archived.last30Days)??0,l=`${o} ${o===1?"flag":"flags"} archived`;return a.jsxs(Pz,{ref:i,children:[a.jsxs(p0,{tooltipText:f0.initial,children:[a.jsxs("p",{children:[a.jsxs(v0,{children:[a.jsx(g0,{value:t==null?void 0:t.lifecycleSummary.initial.currentFlags}),a.jsx(n0,{"aria-hidden":"true",stage:{name:"initial"}})]}),a.jsx("span",{children:s("initial")})]}),a.jsx(d2,{averageDays:t==null?void 0:t.lifecycleSummary.initial.averageDays})]}),a.jsxs(p0,{tooltipText:f0.preLive,children:[a.jsxs("p",{children:[a.jsxs(v0,{children:[a.jsx(g0,{value:t==null?void 0:t.lifecycleSummary.preLive.currentFlags}),a.jsx(n0,{"aria-hidden":"true",stage:{name:"pre-live"}})]}),a.jsx("span",{children:s("preLive")})]}),a.jsx(d2,{averageDays:t==null?void 0:t.lifecycleSummary.preLive.averageDays})]}),a.jsxs(p0,{tooltipText:f0.live,children:[a.jsxs("p",{children:[a.jsxs(v0,{children:[a.jsx(g0,{value:t==null?void 0:t.lifecycleSummary.live.currentFlags}),a.jsx(n0,{"aria-hidden":"true",stage:{name:"live"}})]}),a.jsx("span",{children:s("live")})]}),a.jsx(d2,{averageDays:t==null?void 0:t.lifecycleSummary.live.averageDays})]}),a.jsxs(p0,{tooltipText:f0.completed,children:[a.jsxs("p",{children:[a.jsxs(v0,{children:[a.jsx(g0,{value:t==null?void 0:t.lifecycleSummary.completed.currentFlags}),a.jsx(n0,{"aria-hidden":"true",stage:{name:"completed"}})]}),a.jsx("span",{children:s("completed")})]}),a.jsx(d2,{averageDays:t==null?void 0:t.lifecycleSummary.completed.averageDays})]}),a.jsxs(p0,{tooltipText:f0.archived,children:[a.jsxs("p",{children:[a.jsxs(v0,{children:[a.jsx(g0,{value:t==null?void 0:t.lifecycleSummary.archived.currentFlags}),a.jsx(n0,{"aria-hidden":"true",stage:{name:"archived"}})]}),a.jsx("span",{children:s("archived")})]}),a.jsxs(td,{children:[a.jsx("dt",{children:"Last 30 days"}),a.jsx("dd",{"data-loading-project-lifecycle-summary":!0,children:l})]})]})]})},nd=u("article")(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(3),borderRadius:e.shape.borderRadiusExtraLarge})),p2=40,Tr=13,Xi=p2*2+Tr,ad=100,ec=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(1)})),tc=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(2)})),Az=u("div")(({theme:e})=>({flex:"none",height:85,width:ad,position:"relative"})),Fz=u("svg")({position:"absolute"}),Rz=u("span")(({theme:e})=>({fontSize:e.typography.h1.fontSize})),Lz=u("div")(({theme:e})=>({flex:"none",display:"grid",placeItems:"center",width:ad})),Vz=u("p")(({theme:e})=>({fontSize:e.typography.body2.fontSize,display:"flex",flexDirection:"column",alignItems:"center",justifyContent:"center",borderRadius:"50%",backgroundColor:e.mode==="light"?e.palette.background.elevation2:"#302E42",width:Xi,height:Xi,overflow:"hidden"})),Nz=({flagCount:e})=>{const t=e===1?"flag":"flags";return a.jsx(Lz,{children:a.jsxs(Vz,{children:[a.jsx(Rz,{children:a.jsx(Gc,{value:e,threshold:1e3,precision:1})}),a.jsx("span",{children:"unhealthy"}),a.jsx("span",{children:t})]})})},Wz=e=>{const t=x1();switch(cm(e)){case"error":return t.palette.error.main;case"warning":return t.palette.warning.border;default:return t.palette.success.border}},zz=u(nd)(({theme:e})=>({display:"flex",flexDirection:"column",justifyContent:"space-around",gap:e.spacing(2)})),Bz=()=>{const e=n1("projectId"),{data:{technicalDebt:t,staleFlags:n}}=R0(e),{isOss:i}=f1(),c=x1(),s=2*Math.PI*p2,o=.3,l=1-o,d=.75-o/2,m=(t.current||0)/100*s*.7,f=Wz(t.current||0);return a.jsxs(zz,{children:[a.jsxs(tc,{children:[a.jsx(Az,{children:a.jsxs(Fz,{viewBox:"0 0 100 100",children:[a.jsx("circle",{cx:"50",cy:"50",r:p2,fill:"none",stroke:c.palette.background.application,strokeWidth:Tr,strokeDasharray:`${l*s} ${o*s}`,strokeDashoffset:d*s}),a.jsx("circle",{cx:"50",cy:"50",r:p2,fill:"none",stroke:f,strokeWidth:Tr,strokeDasharray:`${m} ${s-m}`,strokeDashoffset:d*s}),a.jsxs("text",{x:"50",y:"50",textAnchor:"middle",dominantBaseline:"middle",fill:c.palette.text.primary,fontSize:c.typography.h1.fontSize,children:[t.current||0,"%"]})]})}),a.jsxs(ec,{children:[a.jsxs(M,{children:["Your current technical debt rating is"," ",t.current,"%."]}),!i()&&a.jsx(g1,{to:`/insights?project=IS%3A${e}`,children:"View technical debt over time"})]})]}),a.jsxs(tc,{children:[a.jsx(Nz,{flagCount:n.total}),a.jsxs(ec,{children:[a.jsx(M,{variant:"body2",children:"To keep your project healthy, archive stale feature flags and remove code from your code base to reduce technical debt."}),a.jsx(g1,{to:`/projects/${e}?state=IS_ANY_OF%3Astale%2Cpotentially-stale`,children:"View unhealthy flags"})]})]})]})};var v8={},Yz=ee;Object.defineProperty(v8,"__esModule",{value:!0});var rd=v8.default=void 0,Hz=Yz(X1()),Uz=a,kz=(0,Hz.default)((0,Uz.jsx)("path",{d:"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z"}),"Group");rd=v8.default=kz;const qz=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2),containerType:"inline-size"})),Kz=u("span")(({theme:e})=>({display:"inline-flex",flexFlow:"row nowrap",gap:e.spacing(1),svg:{fill:e.palette.primary.main}})),id=e=>({"@container (max-width: 385px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 385px)":e}}),Gz=u("li")(({theme:e})=>({display:"flex",flexFlow:"row",justifyContent:"space-between",alignItems:"center",gap:e.spacing(1),...id({flexFlow:"column",alignItems:"flex-start",justifyContent:"unset","& + li":{marginTop:e.spacing(5)}})})),Qz=u("ul")(({theme:e})=>({margin:0,listStyle:"none",padding:0,"li + li":{marginTop:e.spacing(2)},...id({"li + li":{marginTop:e.spacing(4)}})})),mr=({children:e,linkUrl:t,linkText:n,icon:i})=>a.jsxs(Gz,{children:[a.jsxs(Kz,{children:[i,a.jsx("span",{"data-loading-resources":!0,children:e})]}),a.jsx(g1,{to:t,children:n})]}),Jz=e=>{const{data:t,loading:n}=R0(e),{resources:i}=t??{resources:{members:0,apiTokens:0,segments:0}};return{resources:i,loading:n}},Xz=()=>{const e=n1("projectId"),{resources:t,loading:n}=Jz(e),i=y3(n,"[data-loading-resources=true]");return a.jsx(nd,{ref:i,children:a.jsxs(qz,{children:[a.jsx(M,{variant:"h4",sx:{margin:0},children:"Project resources"}),a.jsxs(Qz,{children:[a.jsxs(mr,{linkUrl:`/projects/${e}/settings/access`,linkText:"Add members",icon:a.jsx(rd,{}),children:[t.members," project member(s)"]}),a.jsxs(mr,{linkUrl:`/projects/${e}/settings/api-access`,linkText:"Add new key",icon:a.jsx(Lm,{}),children:[t.apiTokens," API key(s)"]}),a.jsxs(mr,{linkUrl:`/projects/${e}/settings/segments`,linkText:"Add segments",icon:a.jsx(sm,{}),children:[t.segments," project segment(s)"]})]})]})})},eB=e=>({"@container (max-width: 650px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 712px)":e}}),tB=u("div")({containerType:"inline-size"}),nB=u("div")(({theme:e})=>({display:"grid",gridTemplateAreas:`
726
+ "health resources"
727
+ "health resources"
728
+ `,gridTemplateColumns:"repeat(2, minmax(300px, 1fr))",gap:e.spacing(1,2),...eB({display:"flex",flexDirection:"column",gap:e.spacing(1)})})),nc=u("div",{shouldForwardProp:e=>e!=="gridArea"})(({theme:e,gridArea:t})=>({gridArea:t,"&>*":{height:"100%"}})),aB=()=>a.jsx(tB,{children:a.jsxs(nB,{children:[a.jsx(nc,{gridArea:"health",children:a.jsx(Bz,{})}),a.jsx(nc,{gridArea:"resources",children:a.jsx(Xz,{})})]})});var g8={},rB=ee;Object.defineProperty(g8,"__esModule",{value:!0});var cd=g8.default=void 0,iB=rB(X1()),cB=a,sB=(0,iB.default)((0,cB.jsx)("path",{d:"M4 4h16v12H5.17L4 17.17V4m0-2c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2H4zm2 10h8v2H6v-2zm0-3h12v2H6V9zm0-3h12v2H6V6z"}),"ChatOutlined");cd=g8.default=sB;const oB=u("section")(({theme:e})=>({minHeight:"100vh",maxWidth:1100,width:"95vw",backgroundColor:e.palette.background.default,display:"flex",flexFlow:"column",gap:e.spacing(2.5),paddingInline:e.spacing(4),paddingBlock:e.spacing(3.75)})),lB=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(4)})),dB=u("div")(({theme:e})=>({display:"flex",alignItems:"end"})),uB=u("div")(({theme:e})=>({display:"flex",alignItems:"center",gap:e.spacing(1.5),marginInlineEnd:e.spacing(5)})),hB=u(es)(({theme:e})=>({fill:e.palette.primary.main,flex:"none"})),mB=u("h3")(({theme:e})=>({fontSize:e.typography.h2.fontSize,margin:0})),ac=u("h4")(({theme:e})=>({margin:0,fontWeight:"normal"})),fr=u("div")(({theme:e})=>({display:"flex",flexDirection:"column",gap:e.spacing(2)})),fB=u("div")(({theme:e})=>({padding:e.spacing(.5)})),rc=u("p")(({theme:e})=>({fontSize:e.typography.body1.fontSize,"& + p":{marginTop:e.spacing(1)}})),pB=()=>a.jsx(A0,{htmlTooltip:!0,htmlTooltipMaxWidth:"550px",tooltip:a.jsxs(fB,{children:[a.jsx(rc,{children:"Based on usage metrics and interactions with Unleash, feature flags can go through five distinct lifecycle stages. These stages mirror the typical software development process and allow you to identify bottlenecks at any stage of the lifecycle."}),a.jsx(rc,{children:a.jsx("a",{href:"https://docs.getunleash.io/reference/feature-toggles#feature-flag-lifecycle",children:"Read more in our documentation"})})]})}),vB=u("div")(({theme:e})=>({display:"flex",justifyContent:"flex-end",marginBlockStart:"auto",gap:e.spacing(4)})),gB=u("div")(({theme:e})=>({backgroundColor:e.palette.neutral.light,display:"flex",alignItems:"center",gap:e.spacing(1),padding:e.spacing(1,2.5),borderRadius:e.shape.borderRadiusLarge})),xB=u(c1)(({theme:e})=>({color:e.palette.primary.main,fontWeight:"normal",padding:0,textDecoration:"underline",verticalAlign:"baseline"})),bB=({open:e,onClose:t,onFollowLink:n})=>{const{openFeedback:i}=om("projectStatus","manual"),c=()=>{i({title:"How easy was it to use the project status overview?",positiveLabel:"What do you like most about the project status overview?",areasForImprovementsLabel:"What should be improved on the project status overview?"})},{isOss:s}=f1();return a.jsx(lm,{open:e,onClose:t,label:"Project status",onClick:o=>{o.target instanceof HTMLAnchorElement&&n()},children:a.jsxs(oB,{children:[a.jsxs(uB,{children:[a.jsx(hB,{"aria-hidden":"true"}),a.jsx(mB,{children:"Project status"})]}),a.jsxs(lB,{children:[a.jsx(fr,{children:a.jsx(aB,{})}),!s()&&a.jsxs(a.Fragment,{children:[a.jsxs(fr,{children:[a.jsx(ac,{children:"Activity in project"}),a.jsx(Dz,{})]}),a.jsxs(fr,{children:[a.jsxs(dB,{children:[a.jsx(ac,{children:"Flag lifecycle"}),a.jsx(pB,{})]}),a.jsx(Mz,{})]})]})]}),a.jsxs(vB,{children:[a.jsxs(gB,{children:[a.jsx(cd,{color:"primary"}),a.jsxs("p",{children:["Help us improve the project status overview; give us your"," ",a.jsx(xB,{variant:"text",onClick:()=>{c(),t()},size:"small",children:"feedback"})]})]}),a.jsx(c1,{variant:"outlined",onClick:t,children:"Close"})]})]})})},jB=u(N3)(({theme:e})=>({position:"absolute",top:5,right:20,[e.breakpoints.down("md")]:{top:2}})),yB=u(dm)(({theme:e})=>({".MuiBadge-badge":{backgroundColor:e.palette.background.alternative,right:"-4px"},[e.breakpoints.down("md")]:{right:"6px"},flex:"auto",justifyContent:"center",minHeight:"1.5em",alignItems:"center"})),_B=u("span")(({theme:e})=>({color:e.palette.text.primary})),wB=()=>{const e=n1("projectId"),{total:t}=Ls(e);return a.jsx(yB,{badgeContent:t??0,color:"primary",children:a.jsx(_B,{children:"Change requests"})})},SB=u(c1)(({theme:e})=>({color:e.palette.text.primary,fontSize:e.typography.body1.fontSize,fontWeight:"bold","svg *":{fill:e.palette.primary.main}})),OB=u(es)(({theme:e})=>({marginLeft:e.spacing(.5)})),CB=()=>{const[e,t]=R2(),[n,i]=h.useState(e.has("project-status")),c=()=>{e.set("project-status",""),t(e),i(!0)},s=()=>{e.delete("project-status"),t(e),i(!1)};return a.jsxs(a.Fragment,{children:[a.jsx(SB,{onClick:c,startIcon:a.jsx(OB,{}),"data-loading-project":!0,children:"Project status"}),a.jsx(bB,{open:n,onClose:s,onFollowLink:()=>i(!1)})]})},IB=()=>{const e=n1("projectId"),{trackEvent:t}=C1(),n=um(),{project:i,loading:c,error:s,refetch:o}=te(e),l=y3(c,"[data-loading-project=true]"),{setToastData:d,setToastApiError:m}=O1(),[f,v]=h.useState(!1),p=re(),{pathname:g}=qc(),{isOss:x,uiConfig:j,isPro:_}=f1(),b=`/projects/${e}`,w=(i==null?void 0:i.name)||e,{favorite:T,unfavorite:D}=hm(),[C,Z]=h.useState(!1),[S,L]=h.useState(!1),F=[{title:"Overview",path:b,name:"flags"},{title:"Change requests",path:`${b}/change-requests`,name:"change-request",isEnterprise:!0,labelOverride:wB},{title:"Applications",path:`${b}/applications`,name:"applications"},{title:"Event log",path:`${b}/logs`,name:"logs"},{title:"Settings",path:`${b}/settings`,ossPath:`${b}/settings/api-access`,name:"settings"}].filter(I=>I.flag?j.flags[I.flag]:!0).filter(I=>!(x()&&I.isEnterprise)),A=[...F].reverse().find(I=>g.startsWith(I.path));if(h.useEffect(()=>{const I=n.get("created"),H=n.get("edited");(I||H)&&d({type:"success",text:I?"Project created":"Project updated"})},[]),(s==null?void 0:s.status)===404)return a.jsxs(Ze,{sx:I=>({padding:I.spacing(2,4,4)}),children:[a.jsx(M,{variant:"h1",children:"404 Not Found"}),a.jsxs(M,{children:["Project ",a.jsx("strong",{children:e})," does not exist."]})]});const k=async()=>{try{i!=null&&i.favorite?await D(e):await T(e),o()}catch{m("Something went wrong, could not update favorite")}},K=a.jsx(O,{sx:I=>({marginLeft:I.spacing(1),display:"flex"}),children:a.jsx(jr,{})});return i.archivedAt?a.jsx(gC,{name:i.name}):a.jsxs("div",{ref:l,children:[a.jsxs(Ym,{children:[a.jsx(Hm,{children:a.jsxs(Nm,{children:[a.jsxs(O8,{children:[a.jsx(Bm,{onClick:k,isFavorite:(i==null?void 0:i.favorite)||!1}),a.jsxs(Um,{children:[a.jsx(N,{condition:(i==null?void 0:i.mode)==="private",show:a.jsx(dC,{})}),a.jsx(Wm,{"data-loading-project":!0,children:w})]})]}),a.jsx(O8,{children:a.jsx(CB,{})})]})}),a.jsx(km,{}),a.jsx(qm,{children:a.jsx(Rr,{value:A==null?void 0:A.path,indicatorColor:"primary",textColor:"primary",variant:"scrollable",allowScrollButtonsMobile:!0,children:F.map(I=>a.jsx(Km,{"data-loading-project":!0,label:I.labelOverride?a.jsx(I.labelOverride,{}):I.title,value:I.path,onClick:()=>{I.title!=="Flags"&&t("project-navigation",{props:{eventType:I.title}}),p(x()&&I.ossPath?I.ossPath:I.path)},"data-testid":`TAB_${I.title}`,iconPosition:I.isEnterprise?"end":void 0,icon:a.jsxs(a.Fragment,{children:[a.jsx(N,{condition:!!I.new,show:a.jsx("span",{children:a.jsx(jB,{color:"success",children:"Beta"})})}),I.isEnterprise&&_()&&K||void 0]})},I.title))})})]}),a.jsx(mm,{projectId:e,open:C,onClose:()=>{Z(!1)},onSuccess:()=>{p("/projects")}}),a.jsxs(G3,{children:[a.jsx(y1,{path:"access/*",element:a.jsx(Kc,{replace:!0,to:`/projects/${e}/settings/access`})}),a.jsx(y1,{path:"logs",element:a.jsx(Tb,{})}),a.jsx(y1,{path:"change-requests",element:a.jsx(Sy,{})}),a.jsx(y1,{path:"change-requests/:id",element:a.jsx(fm,{value:{willOverwriteStrategyChanges:S,registerWillOverwriteStrategyChanges:()=>L(!0)},children:a.jsx(hy,{})})}),a.jsx(y1,{path:"settings/*",element:a.jsx(oC,{})}),a.jsx(y1,{path:"applications",element:a.jsx(vC,{})}),a.jsx(y1,{path:"*",element:a.jsx($b,{})})]}),a.jsx(b5,{open:f,setOpen:v,project:e})]})};export{IB as default};