unleash-server 7.6.2 → 7.6.4

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 (316) hide show
  1. package/dist/lib/db/client-applications-store.d.ts.map +1 -1
  2. package/dist/lib/db/client-applications-store.js +1 -0
  3. package/dist/lib/db/client-applications-store.js.map +1 -1
  4. package/dist/lib/db/client-applications-store.test.d.ts +2 -0
  5. package/dist/lib/db/client-applications-store.test.d.ts.map +1 -0
  6. package/dist/lib/db/client-applications-store.test.js +134 -0
  7. package/dist/lib/db/client-applications-store.test.js.map +1 -0
  8. package/dist/lib/db/index.js +2 -2
  9. package/dist/lib/db/index.js.map +1 -1
  10. package/dist/lib/events/index.d.ts +2 -1
  11. package/dist/lib/events/index.d.ts.map +1 -1
  12. package/dist/lib/events/index.js +2 -0
  13. package/dist/lib/events/index.js.map +1 -1
  14. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.d.ts +1 -1
  15. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.d.ts.map +1 -1
  16. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.js +2 -3
  17. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta-types.js.map +1 -1
  18. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.d.ts +3 -3
  19. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.d.ts.map +1 -1
  20. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js +77 -27
  21. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js.map +1 -1
  22. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js +566 -20
  23. package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js.map +1 -1
  24. package/dist/lib/features/client-feature-toggles/delta/visible-revision.d.ts +3 -1
  25. package/dist/lib/features/client-feature-toggles/delta/visible-revision.d.ts.map +1 -1
  26. package/dist/lib/features/client-feature-toggles/delta/visible-revision.js +26 -3
  27. package/dist/lib/features/client-feature-toggles/delta/visible-revision.js.map +1 -1
  28. package/dist/lib/features/client-feature-toggles/delta/visible-revision.test.js +9 -1
  29. package/dist/lib/features/client-feature-toggles/delta/visible-revision.test.js.map +1 -1
  30. package/dist/lib/features/events/event-store.d.ts +1 -1
  31. package/dist/lib/features/events/event-store.d.ts.map +1 -1
  32. package/dist/lib/features/events/event-store.js +26 -4
  33. package/dist/lib/features/events/event-store.js.map +1 -1
  34. package/dist/lib/features/frontend-api/createFrontendApiService.d.ts.map +1 -1
  35. package/dist/lib/features/frontend-api/createFrontendApiService.js +3 -10
  36. package/dist/lib/features/frontend-api/createFrontendApiService.js.map +1 -1
  37. package/dist/lib/features/index.d.ts +1 -0
  38. package/dist/lib/features/index.d.ts.map +1 -1
  39. package/dist/lib/features/index.js +1 -0
  40. package/dist/lib/features/index.js.map +1 -1
  41. package/dist/lib/features/instance-stats/createInstanceStatsService.js +2 -2
  42. package/dist/lib/features/instance-stats/createInstanceStatsService.js.map +1 -1
  43. package/dist/lib/features/maintenance/maintenance-service.d.ts +1 -1
  44. package/dist/lib/features/maintenance/maintenance-service.d.ts.map +1 -1
  45. package/dist/lib/features/maintenance/maintenance-service.test.js +2 -2
  46. package/dist/lib/features/maintenance/maintenance-service.test.js.map +1 -1
  47. package/dist/lib/features/onboarding/createOnboardingReadModel.d.ts +2 -3
  48. package/dist/lib/features/onboarding/createOnboardingReadModel.d.ts.map +1 -1
  49. package/dist/lib/features/onboarding/createOnboardingReadModel.js +2 -2
  50. package/dist/lib/features/onboarding/createOnboardingReadModel.js.map +1 -1
  51. package/dist/lib/features/onboarding/onboarding-read-model.d.ts +3 -1
  52. package/dist/lib/features/onboarding/onboarding-read-model.d.ts.map +1 -1
  53. package/dist/lib/features/onboarding/onboarding-read-model.js +17 -2
  54. package/dist/lib/features/onboarding/onboarding-read-model.js.map +1 -1
  55. package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js +1 -1
  56. package/dist/lib/features/personal-dashboard/createPersonalDashboardService.js.map +1 -1
  57. package/dist/lib/features/project/createProjectService.js +1 -1
  58. package/dist/lib/features/project/createProjectService.js.map +1 -1
  59. package/dist/lib/features/project/projects.e2e.test.js +48 -0
  60. package/dist/lib/features/project/projects.e2e.test.js.map +1 -1
  61. package/dist/lib/features/scheduler/scheduler-service.test.js +2 -2
  62. package/dist/lib/features/scheduler/scheduler-service.test.js.map +1 -1
  63. package/dist/lib/features/settings/createSettingService.d.ts +6 -0
  64. package/dist/lib/features/settings/createSettingService.d.ts.map +1 -0
  65. package/dist/lib/features/settings/createSettingService.js +15 -0
  66. package/dist/lib/features/settings/createSettingService.js.map +1 -0
  67. package/dist/{test/fixtures → lib/features/settings}/fake-setting-store.d.ts +1 -1
  68. package/dist/lib/features/settings/fake-setting-store.d.ts.map +1 -0
  69. package/dist/lib/features/settings/fake-setting-store.js.map +1 -0
  70. package/dist/lib/{services → features/settings}/setting-service.d.ts +4 -4
  71. package/dist/lib/features/settings/setting-service.d.ts.map +1 -0
  72. package/dist/lib/features/settings/setting-service.e2e.test.d.ts +2 -0
  73. package/dist/lib/features/settings/setting-service.e2e.test.d.ts.map +1 -0
  74. package/dist/{test/e2e/services/setting-service.test.js → lib/features/settings/setting-service.e2e.test.js} +7 -7
  75. package/dist/lib/features/settings/setting-service.e2e.test.js.map +1 -0
  76. package/dist/lib/{services → features/settings}/setting-service.js +2 -2
  77. package/dist/lib/features/settings/setting-service.js.map +1 -0
  78. package/dist/lib/{db → features/settings}/setting-store.d.ts +3 -3
  79. package/dist/lib/features/settings/setting-store.d.ts.map +1 -0
  80. package/dist/lib/features/settings/setting-store.e2e.test.d.ts.map +1 -0
  81. package/dist/{test/e2e/stores → lib/features/settings}/setting-store.e2e.test.js +2 -2
  82. package/dist/lib/features/settings/setting-store.e2e.test.js.map +1 -0
  83. package/dist/lib/features/settings/setting-store.js.map +1 -0
  84. package/dist/lib/{types/stores/settings-store.d.ts → features/settings/settings-store-type.d.ts} +2 -2
  85. package/dist/lib/features/settings/settings-store-type.d.ts.map +1 -0
  86. package/dist/lib/features/settings/settings-store-type.js +2 -0
  87. package/dist/lib/features/settings/settings-store-type.js.map +1 -0
  88. package/dist/lib/features/users/createUserService.d.ts.map +1 -1
  89. package/dist/lib/features/users/createUserService.js +3 -4
  90. package/dist/lib/features/users/createUserService.js.map +1 -1
  91. package/dist/lib/middleware/cors-origin-middleware.test.js +1 -1
  92. package/dist/lib/middleware/cors-origin-middleware.test.js.map +1 -1
  93. package/dist/lib/openapi/spec/context-query-parameters.d.ts +1 -1
  94. package/dist/lib/openapi/spec/context-query-parameters.d.ts.map +1 -1
  95. package/dist/lib/openapi/spec/event-schema.d.ts +1 -1
  96. package/dist/lib/openapi/spec/event-search-response-schema.d.ts +1 -1
  97. package/dist/lib/openapi/spec/events-schema.d.ts +1 -1
  98. package/dist/lib/openapi/spec/feature-events-schema.d.ts +1 -1
  99. package/dist/lib/openapi/spec/integration-event-schema.d.ts +1 -1
  100. package/dist/lib/openapi/spec/integration-events-schema.d.ts +2 -2
  101. package/dist/lib/openapi/spec/personal-dashboard-project-details-schema.d.ts +1 -1
  102. package/dist/lib/openapi/spec/project-overview-schema.d.ts +1 -1
  103. package/dist/lib/openapi/spec/project-overview-schema.d.ts.map +1 -1
  104. package/dist/lib/openapi/spec/project-overview-schema.js +5 -1
  105. package/dist/lib/openapi/spec/project-overview-schema.js.map +1 -1
  106. package/dist/lib/server-impl.d.ts +4 -4
  107. package/dist/lib/server-impl.d.ts.map +1 -1
  108. package/dist/lib/server-impl.js +2 -2
  109. package/dist/lib/server-impl.js.map +1 -1
  110. package/dist/lib/services/index.d.ts +1 -1
  111. package/dist/lib/services/index.d.ts.map +1 -1
  112. package/dist/lib/services/index.js +1 -1
  113. package/dist/lib/services/index.js.map +1 -1
  114. package/dist/lib/services/scheduler-service.test.js +2 -2
  115. package/dist/lib/services/scheduler-service.test.js.map +1 -1
  116. package/dist/lib/services/user-service.d.ts +1 -1
  117. package/dist/lib/services/user-service.d.ts.map +1 -1
  118. package/dist/lib/services/user-service.test.js +2 -2
  119. package/dist/lib/services/user-service.test.js.map +1 -1
  120. package/dist/lib/types/experimental.d.ts +1 -1
  121. package/dist/lib/types/experimental.d.ts.map +1 -1
  122. package/dist/lib/types/experimental.js +4 -3
  123. package/dist/lib/types/experimental.js.map +1 -1
  124. package/dist/lib/types/model.d.ts +1 -1
  125. package/dist/lib/types/model.d.ts.map +1 -1
  126. package/dist/lib/types/stores/client-applications-store.d.ts +1 -0
  127. package/dist/lib/types/stores/client-applications-store.d.ts.map +1 -1
  128. package/dist/lib/types/stores/event-store.d.ts +3 -2
  129. package/dist/lib/types/stores/event-store.d.ts.map +1 -1
  130. package/dist/lib/types/stores.d.ts +1 -1
  131. package/dist/lib/types/stores.d.ts.map +1 -1
  132. package/dist/lib/util/postgres-version-checker.test.js +1 -1
  133. package/dist/lib/util/postgres-version-checker.test.js.map +1 -1
  134. package/dist/server-dev.js +1 -1
  135. package/dist/server-dev.js.map +1 -1
  136. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js +2 -2
  137. package/dist/test/e2e/api/auth/reset-password-controller.e2e.test.js.map +1 -1
  138. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js +1 -1
  139. package/dist/test/e2e/api/auth/simple-password-provider.e2e.test.js.map +1 -1
  140. package/dist/test/e2e/services/reset-token-service.e2e.test.js +2 -2
  141. package/dist/test/e2e/services/reset-token-service.e2e.test.js.map +1 -1
  142. package/dist/test/e2e/services/user-service.e2e.test.js +1 -1
  143. package/dist/test/e2e/services/user-service.e2e.test.js.map +1 -1
  144. package/dist/test/e2e/stores/event-store.e2e.test.js +28 -4
  145. package/dist/test/e2e/stores/event-store.e2e.test.js.map +1 -1
  146. package/dist/test/e2e/users/inactive/inactive-users-service.test.js +1 -1
  147. package/dist/test/e2e/users/inactive/inactive-users-service.test.js.map +1 -1
  148. package/dist/test/fixtures/fake-client-applications-store.d.ts +1 -0
  149. package/dist/test/fixtures/fake-client-applications-store.d.ts.map +1 -1
  150. package/dist/test/fixtures/fake-client-applications-store.js +3 -0
  151. package/dist/test/fixtures/fake-client-applications-store.js.map +1 -1
  152. package/dist/test/fixtures/fake-event-store.d.ts +3 -2
  153. package/dist/test/fixtures/fake-event-store.d.ts.map +1 -1
  154. package/dist/test/fixtures/fake-event-store.js +3 -2
  155. package/dist/test/fixtures/fake-event-store.js.map +1 -1
  156. package/dist/test/fixtures/fake-impact-metrics.d.ts +2 -7
  157. package/dist/test/fixtures/fake-impact-metrics.d.ts.map +1 -1
  158. package/dist/test/fixtures/fake-impact-metrics.js.map +1 -1
  159. package/dist/test/fixtures/store.js +1 -1
  160. package/dist/test/fixtures/store.js.map +1 -1
  161. package/dist/test-setup.d.ts.map +1 -1
  162. package/dist/test-setup.js +3 -1
  163. package/dist/test-setup.js.map +1 -1
  164. package/frontend/build/index.html +2 -2
  165. package/frontend/build/static/AdvancedPlayground-V8umnmfG.js +3 -0
  166. package/frontend/build/static/BackendConnections-Cnrrjtsn.js +1 -0
  167. package/frontend/build/static/CreateProject-e6oazDvk.js +1 -0
  168. package/frontend/build/static/EnterpriseEdge-DBAPcWwZ.js +6 -0
  169. package/frontend/build/static/FeatureMetricsChart-CKOQrO5t.js +2 -0
  170. package/frontend/build/static/FeatureStaleDialog-BfIPQAKa.js +689 -0
  171. package/frontend/build/static/FeatureViewLazyExport-TYU7Gf7Q.js +11 -0
  172. package/frontend/build/static/FlagMetricsChart-D1Fksr08.js +2 -0
  173. package/frontend/build/static/FrontendNetworkTrafficUsage-NjIKHiwN.js +1 -0
  174. package/frontend/build/static/GridLayoutWrapper-CN2Zeusb.js +3 -0
  175. package/frontend/build/static/ImpactMetricsPage-PU6tVGs8.js +1 -0
  176. package/frontend/build/static/LazyAdminExport-7jFrQoFr.js +38 -0
  177. package/frontend/build/static/LazyProjectExport-DUuBB2EA.js +46 -0
  178. package/frontend/build/static/LifecycleChartComponent-LoQvj2mM.js +2 -0
  179. package/frontend/build/static/LineChartComponent-C2nacZSy.js +1 -0
  180. package/frontend/build/static/MarkCompletedDialogue-x4B5vgpn.js +1 -0
  181. package/frontend/build/static/NetworkOverview-DRDwkRie.js +1 -0
  182. package/frontend/build/static/NetworkPrometheusAPIWarning-DxrGyF-4.js +1 -0
  183. package/frontend/build/static/NetworkTraffic-DBNI6tQ4.js +1 -0
  184. package/frontend/build/static/NetworkTrafficUsage-Cp7LXHBW.js +1 -0
  185. package/frontend/build/static/PercentageDonut-DxYx2sDT.js +1 -0
  186. package/frontend/build/static/ReactJSONEditor-EiPmcfsb.js +3846 -0
  187. package/frontend/build/static/RoleCell-DPCs9tBq.js +1 -0
  188. package/frontend/build/static/Safeguard-B2SRkWlK.js +1 -0
  189. package/frontend/build/static/aggregateFeatureMetrics-B--WhUm6.js +1 -0
  190. package/frontend/build/static/chart-BMc0j_v5.js +3 -0
  191. package/frontend/build/static/chartjs-plugin-annotation.esm-CII-nIyK.js +1 -0
  192. package/frontend/build/static/daysOrHours-CWsdHL8Z.js +1 -0
  193. package/frontend/build/static/dist-CYYjHgCS.js +12 -0
  194. package/frontend/build/static/enterpriseEdgeCloud-DI6o2DkU.js +1 -0
  195. package/frontend/build/static/formatTickValue-DHdXPo89.js +1 -0
  196. package/frontend/build/static/helpers-Dz6x6iMP.js +1 -0
  197. package/frontend/build/static/index-B0RbDPtk.js +403 -0
  198. package/frontend/build/static/jsx-runtime-ButemYzH.js +1 -0
  199. package/frontend/build/static/networkTrafficUsageHighlightPlugin-ecHJHisK.js +1 -0
  200. package/frontend/build/static/objectId-D7ukzTLu.js +1 -0
  201. package/frontend/build/static/style-D9DNbuD5.css +2 -0
  202. package/frontend/build/static/toDate-zSA17Csy.js +1 -0
  203. package/frontend/build/static/unknownify-D1gvOkgV.js +1 -0
  204. package/frontend/build/static/useApiTokens-Cl4y9yhp.js +1 -0
  205. package/frontend/build/static/useInstanceTrafficMetrics--5pof2Er.js +1 -0
  206. package/frontend/build/static/vanilla-picker-DhahMYgI.js +2 -0
  207. package/frontend/package.json +18 -15
  208. package/package.json +9 -9
  209. package/dist/lib/db/setting-store.d.ts.map +0 -1
  210. package/dist/lib/db/setting-store.js.map +0 -1
  211. package/dist/lib/services/setting-service.d.ts.map +0 -1
  212. package/dist/lib/services/setting-service.js.map +0 -1
  213. package/dist/lib/types/stores/settings-store.d.ts.map +0 -1
  214. package/dist/lib/types/stores/settings-store.js +0 -2
  215. package/dist/lib/types/stores/settings-store.js.map +0 -1
  216. package/dist/test/e2e/services/setting-service.test.d.ts +0 -2
  217. package/dist/test/e2e/services/setting-service.test.d.ts.map +0 -1
  218. package/dist/test/e2e/services/setting-service.test.js.map +0 -1
  219. package/dist/test/e2e/stores/setting-store.e2e.test.d.ts.map +0 -1
  220. package/dist/test/e2e/stores/setting-store.e2e.test.js.map +0 -1
  221. package/dist/test/fixtures/fake-setting-store.d.ts.map +0 -1
  222. package/dist/test/fixtures/fake-setting-store.js.map +0 -1
  223. package/frontend/build/static/24_Text format off-fTw1GZh5.svg +0 -3
  224. package/frontend/build/static/24_Text format-CsA8QQJI.svg +0 -3
  225. package/frontend/build/static/AdvancedPlayground-BTPrG6RW.js +0 -3
  226. package/frontend/build/static/BackendConnections-CRh8Vxoe.js +0 -1
  227. package/frontend/build/static/CreateProject-DEMalH1j.js +0 -1
  228. package/frontend/build/static/EnterpriseEdge-Cp-pGMa0.js +0 -6
  229. package/frontend/build/static/FeatureMetricsChart-DQOE71LA.js +0 -2
  230. package/frontend/build/static/FeatureStaleDialog-B6BfnDiQ.js +0 -689
  231. package/frontend/build/static/FeatureViewLazyExport-BkNTNFqK.js +0 -10
  232. package/frontend/build/static/FlagMetricsChart-zYDF9bet.js +0 -2
  233. package/frontend/build/static/FrontendNetworkTrafficUsage-CbxdFXH7.js +0 -1
  234. package/frontend/build/static/GridLayoutWrapper-Cq6Bzm36.js +0 -3
  235. package/frontend/build/static/ImpactMetricsPage-CFYXYXPb.js +0 -1
  236. package/frontend/build/static/LazyAdminExport-ByTh4iFa.js +0 -38
  237. package/frontend/build/static/LazyProjectExport-K12Xy3w9.js +0 -46
  238. package/frontend/build/static/LifecycleChartComponent-DHvlFNd2.js +0 -7
  239. package/frontend/build/static/LineChartComponent-BlhKm3cw.js +0 -1
  240. package/frontend/build/static/MarkCompletedDialogue-apmlFjVY.js +0 -1
  241. package/frontend/build/static/NetworkOverview-BiLOuQ4c.js +0 -1
  242. package/frontend/build/static/NetworkPrometheusAPIWarning-CYo3j2Tj.js +0 -1
  243. package/frontend/build/static/NetworkTraffic-DONL5oIx.js +0 -1
  244. package/frontend/build/static/NetworkTrafficUsage-DjQiYq0S.js +0 -1
  245. package/frontend/build/static/PercentageDonut-CA9hYg3v.js +0 -1
  246. package/frontend/build/static/ReactJSONEditor-9cJL1vJY.js +0 -3864
  247. package/frontend/build/static/RoleCell-ZzU5Oqy8.js +0 -1
  248. package/frontend/build/static/Safeguard-DY1N4aPz.js +0 -1
  249. package/frontend/build/static/aggregateFeatureMetrics-D6bHft_C.js +0 -1
  250. package/frontend/build/static/arrowLeft-CLDXfK18.svg +0 -10
  251. package/frontend/build/static/arrowRight-CPIADLBv.svg +0 -10
  252. package/frontend/build/static/case-insensitive-CuU5weZd.svg +0 -1
  253. package/frontend/build/static/case-sensitive-D19NntKP.svg +0 -1
  254. package/frontend/build/static/changeRequestProcessWithSchedule-BmvIIWQK.svg +0 -1
  255. package/frontend/build/static/constraint-equals-giGu3HWQ.svg +0 -1
  256. package/frontend/build/static/constraint-not-equals-CJGG9pRv.svg +0 -1
  257. package/frontend/build/static/docker-HG7DQx-Z.svg +0 -5
  258. package/frontend/build/static/email-D1NVbpvG.svg +0 -17
  259. package/frontend/build/static/enterpriseEdgeCloud-DzRtm8v6.svg +0 -58
  260. package/frontend/build/static/enterpriseEdgeSelfHosted-4bnmOQVF.svg +0 -44
  261. package/frontend/build/static/formatTickValue-BcLsqREh.js +0 -6
  262. package/frontend/build/static/heart-FRDdnX3J.svg +0 -3
  263. package/frontend/build/static/impact-metrics-icon-a6_57VN1.svg +0 -9
  264. package/frontend/build/static/import-zkumD9Zv.svg +0 -3
  265. package/frontend/build/static/index-B87DWXbl.js +0 -12
  266. package/frontend/build/static/index-CoLhlfXP.js +0 -565
  267. package/frontend/build/static/instance-health-BtMrnXEj.svg +0 -5
  268. package/frontend/build/static/isenabled-false-Bx8bRzGD.svg +0 -5
  269. package/frontend/build/static/isenabled-true-BARsh3fa.svg +0 -5
  270. package/frontend/build/static/lenovo-DIzNtfrT.svg +0 -3
  271. package/frontend/build/static/lloyds-DxlC9g3t.svg +0 -10
  272. package/frontend/build/static/logo-BpeRJ1SV.svg +0 -7
  273. package/frontend/build/static/logoBg-DDUbF9lh.svg +0 -1
  274. package/frontend/build/static/logoDark-CknUTJYV.svg +0 -1
  275. package/frontend/build/static/logoDarkWithText-D0ImZCxR.svg +0 -1
  276. package/frontend/build/static/logoWhiteBg-CwoWCg7m.svg +0 -1
  277. package/frontend/build/static/logoWhiteTransparentHorizontal-5xxVCWh8.svg +0 -1
  278. package/frontend/build/static/logoWithWhiteText-Dz7VvON3.svg +0 -1
  279. package/frontend/build/static/milestone-C0FnRl9y.svg +0 -3
  280. package/frontend/build/static/mobileGuidanceBg-D9dRgnhs.svg +0 -3
  281. package/frontend/build/static/networkTrafficUsageHighlightPlugin-CqEM-cK_.js +0 -1
  282. package/frontend/build/static/new-feature-badge-FwMmHlwT.svg +0 -7
  283. package/frontend/build/static/not_operator_selected-jLHDQXLO.svg +0 -5
  284. package/frontend/build/static/not_operator_unselected-C-130FKT.svg +0 -3
  285. package/frontend/build/static/pro-enterprise-feature-badge-PZ3Bfajk.svg +0 -7
  286. package/frontend/build/static/pro-enterprise-feature-badge-light-k8Z592E8.svg +0 -6
  287. package/frontend/build/static/projectIconSmall-USf1kO_6.svg +0 -5
  288. package/frontend/build/static/projectStatus-BQym9o3t.svg +0 -3
  289. package/frontend/build/static/releaseTemplates-GIHEC4g-.svg +0 -39
  290. package/frontend/build/static/rollout-DAvS9K1l.svg +0 -4
  291. package/frontend/build/static/samsung-DOytOsnV.svg +0 -10
  292. package/frontend/build/static/signals-Bg0cQEqp.svg +0 -21
  293. package/frontend/build/static/stage-archived-DVpSnWM_.svg +0 -12
  294. package/frontend/build/static/stage-completed-BqA7cOHN.svg +0 -10
  295. package/frontend/build/static/stage-created-IXXGyXPL.svg +0 -5
  296. package/frontend/build/static/stage-live-CnCQFmyK.svg +0 -9
  297. package/frontend/build/static/stage-prelive-BLsuhDY7.svg +0 -7
  298. package/frontend/build/static/stars-C5lq_xha.svg +0 -9
  299. package/frontend/build/static/strategyCustom-Db-ZtYWl.svg +0 -23
  300. package/frontend/build/static/strategyDefault-LnSyH2eZ.svg +0 -17
  301. package/frontend/build/static/strategyGradual-oCA99tj3.svg +0 -18
  302. package/frontend/build/static/strategyHosts-4lVYC2Bf.svg +0 -23
  303. package/frontend/build/static/strategyIPs-BHaXsOYV.svg +0 -24
  304. package/frontend/build/static/strategyOn-CX-xL0oK.svg +0 -18
  305. package/frontend/build/static/style-BfdqROT6.css +0 -1
  306. package/frontend/build/static/unknownify-B7hmSXnj.js +0 -1
  307. package/frontend/build/static/unleashHoliday-CQEG77-1.svg +0 -33
  308. package/frontend/build/static/unleashHolidayDark-B9sYfzSK.svg +0 -33
  309. package/frontend/build/static/usage-line-BHicDx-Y.svg +0 -3
  310. package/frontend/build/static/usage-rate-DnXQhqDI.svg +0 -3
  311. package/frontend/build/static/useApiTokens-ClWvohC9.js +0 -1
  312. package/frontend/build/static/vanilla-picker-B6E6ObS_.js +0 -8
  313. package/frontend/build/static/visa-CkneNM2O.svg +0 -10
  314. /package/dist/{test/fixtures → lib/features/settings}/fake-setting-store.js +0 -0
  315. /package/dist/{test/e2e/stores → lib/features/settings}/setting-store.e2e.test.d.ts +0 -0
  316. /package/dist/lib/{db → features/settings}/setting-store.js +0 -0
@@ -0,0 +1,46 @@
1
+ import{n as e,r as t,s as n,t as r}from"./jsx-runtime-ButemYzH.js";import{_ as i,a,c as o,d as s,g as c,h as l,l as u,m as d,n as f,o as p,p as m,r as h,s as g,t as _,v}from"./RoleCell-DPCs9tBq.js";import{t as y}from"./toDate-zSA17Csy.js";import{$a as b,$c as x,$d as S,$i as C,$l as w,$o as T,$s as E,$u as D,Ac as O,Ad as k,Al as A,Ar as j,Au as ee,Ba as te,Bs as M,Bu as ne,C as re,Ca as N,Cd as P,Ci as ie,Cl as ae,Cn as oe,Co as se,Cr as ce,Cs as le,Ct as ue,Da as de,Dd as fe,Dn as pe,Dr as me,Ds as he,Dt as ge,Du as _e,Ea as ve,En as ye,Er as be,Et as xe,Eu as Se,Fa as Ce,Fi as we,Fl as Te,Fn as Ee,Fr as De,Fs as Oe,Fu as ke,Ga as Ae,Gc as je,Gd as Me,Gi as Ne,Go as Pe,Gr as Fe,Gs as Ie,Gt as Le,Gu as Re,Hc as ze,Hd as Be,Hi as Ve,Hn as He,Hr as Ue,Hs as F,Hu as We,Ia as Ge,Ii as Ke,Io as qe,Ir as Je,Iu as Ye,Ja as Xe,Jd as Ze,Ji as Qe,Jo as $e,Js as et,Jt as tt,Ju as nt,Kc as rt,Kd as it,Ki as at,Kn as ot,Ko as st,Kr as ct,Ks as lt,Kt as ut,Ku as dt,La as ft,Li as pt,Ll as mt,Ln as ht,Ls as I,Lu as gt,Ma as _t,Mc as vt,Md as yt,Ml as bt,Mo as xt,Ms as St,Mu as Ct,Na as L,Nc as wt,Nd as Tt,Nn as Et,Ns as R,Nu as Dt,Oi as Ot,Ol as kt,On as At,Oo as jt,Or as Mt,Os as Nt,Ou as Pt,Pn as Ft,Pr as It,Ps as Lt,Pu as Rt,Qa as zt,Qc as Bt,Qd as Vt,Qi as Ht,Ql as Ut,Qn as Wt,Qo as Gt,Qs as Kt,Qt as qt,Qu as Jt,Rc as Yt,Ri as Xt,Rn as Zt,Rs as Qt,Rt as $t,S as en,Sa as tn,Sc as nn,Sd as rn,Si as an,Sl as on,Sn as sn,So as cn,Sr as ln,Ss as un,T as dn,Ta as fn,Tc as pn,Td as mn,Ti as hn,Tn as gn,To as _n,Tr as vn,Ts as yn,Tt as bn,Uc as xn,Ui as Sn,Ur as Cn,Us as wn,Uu as Tn,Va as En,Vc as Dn,Vi as On,Vl as kn,Vo as An,Vs as jn,Vu as Mn,Wa as Nn,Wc as Pn,Wi as Fn,Wn as In,Wo as Ln,Wr as Rn,Ws as zn,Wt as Bn,X as Vn,Xa as Hn,Xc as Un,Xd as z,Xi as Wn,Xo as Gn,Xs as Kn,Xu as B,Ya as qn,Yc as Jn,Yd as Yn,Yl as Xn,Yn as Zn,Yo as Qn,Ys as $n,Yu as V,Za as er,Zc as tr,Zd as nr,Zi as rr,Zs as ir,Zu as ar,_d as or,_o as sr,_s as cr,_u as lr,ad as ur,al as dr,ao as fr,at as pr,b as mr,bd as hr,bi as gr,bs as _r,cc as vr,cd as yr,cl as br,co as xr,dc as Sr,dd as Cr,di as wr,du as Tr,ea as Er,ec as Dr,ed as Or,ef as kr,eo as Ar,es as jr,eu as Mr,fi as Nr,fu as Pr,g as Fr,gc as Ir,gd as Lr,gi as Rr,gr as zr,hc as Br,hi as Vr,ho as Hr,hs as Ur,hu as Wr,ic as Gr,id as Kr,il as qr,io as Jr,it as Yr,jd as Xr,ji as Zr,jo as Qr,jr as $r,js as ei,kc as ti,kd as ni,kl as ri,kn as ii,kr as ai,ku as oi,lc as si,lo as ci,lr as li,ls as ui,lu as di,mi as fi,ms as pi,na as mi,nc as hi,nf as gi,ni as _i,nl as vi,no as yi,nt as bi,nu as xi,oc as Si,od as Ci,oi as wi,ol as Ti,oo as Ei,ot as Di,ou as Oi,pd as ki,pi as Ai,pn as ji,pt as Mi,qa as Ni,qd as Pi,qi as Fi,qn as Ii,qo as Li,qs as Ri,qu as zi,ra as Bi,rc as Vi,rd as H,ri as Hi,rl as Ui,ro as Wi,rs as Gi,rt as Ki,ru as qi,sc as Ji,si as Yi,sl as Xi,so as Zi,ss as Qi,st as $i,ta as ea,tc as ta,td as na,tf as ra,tl as ia,to as aa,tr as oa,tu as sa,uc as ca,ud as la,ui as ua,uo as da,us as fa,uu as pa,v as ma,vi as ha,w as ga,wa as _a,wc as va,wi as ya,wl as ba,wn as xa,wo as Sa,wr as Ca,ws as wa,wt as Ta,wu as Ea,x as Da,xa as Oa,xc as ka,xd as U,xi as Aa,xl as ja,xo as Ma,xr as Na,xs as Pa,xu as Fa,y as Ia,ya as La,yi as Ra,yl as za,yo as Ba,yr as Va,ys as Ha,yu as Ua,z as Wa,za as Ga,zi as Ka,zs as qa}from"./index-B0RbDPtk.js";import{i as Ja,t as Ya}from"./MarkCompletedDialogue-x4B5vgpn.js";import{b as Xa,c as Za,d as Qa,f as $a,g as eo,h as to,l as no,m as ro,n as io,o as ao,p as oo,s as so,t as co,u as lo,v as uo,x as fo,y as po}from"./FeatureStaleDialog-BfIPQAKa.js";function mo(e,t){let n=y(e,t?.in);if(isNaN(+n))throw RangeError(`Invalid time value`);let r=t?.format??`extended`,i=t?.representation??`complete`,a=``,o=``,s=r===`extended`?`-`:``,c=r===`extended`?`:`:``;if(i!==`time`){let e=kn(n.getDate(),2),t=kn(n.getMonth()+1,2);a=`${kn(n.getFullYear(),4)}${s}${t}${s}${e}`}if(i!==`date`){let e=n.getTimezoneOffset();if(e!==0){let t=Math.abs(e),n=kn(Math.trunc(t/60),2),r=kn(t%60,2);o=`${e<0?`+`:`-`}${n}:${r}`}else o=`Z`;let t=kn(n.getHours(),2),r=kn(n.getMinutes(),2),i=kn(n.getSeconds(),2),s=a===``?``:`T`,l=[t,r,i].join(c);a=`${a}${s}${l}${o}`}return a}var W=n(e()),G=r(),ho=e=>(0,G.jsx)(`svg`,{width:20,height:18,viewBox:`0 0 20 18`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,G.jsx)(`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`})}),go=U(`div`)(()=>({display:`flex`})),_o=U(`div`)(()=>({display:`grid`,gridTemplateColumns:`minmax(0, 1fr) auto`,width:`100%`}));U(`div`)(()=>({display:`flex`,flexDirection:`column`}));var vo=U(`span`)(({theme:e})=>({textOverflow:`ellipsis`,whiteSpace:`nowrap`,overflow:`hidden`}));U(U(`span`)(({theme:e})=>({fontSize:e.fontSizes.smallBody,fontWeight:`normal`})))(({theme:e})=>({color:e.palette.neutral.dark}));var yo=U(ya)(({theme:e})=>({marginLeft:e.spacing(-1.5)})),bo=U(`div`)(({theme:e})=>({backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(2)})),xo=U(`div`)(({theme:e})=>({padding:e.spacing(2.5,5),display:`flex`,flexDirection:`column`,alignItems:`start`})),So=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})),Co=U(`div`)(({theme:e})=>({width:`100%`,backgroundColor:e.palette.divider,height:`1px`})),wo=U(`div`)(({theme:e})=>({padding:e.spacing(0,4)})),To=U(lr)(({theme:e})=>({textTransform:`none`,flexBasis:0,[e.breakpoints.down(`md`)]:{paddingLeft:e.spacing(1),paddingRight:e.spacing(1),minWidth:170},[e.breakpoints.up(`md`)]:{minWidth:170}})),Eo=or((0,G.jsx)(`path`,{d:`M4 6H2v14c0 1.1.9 2 2 2h14v-2H4zm16-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-2m-1 9h-4v4h-2v-4H9V9h4V5h2v4h4z`}),`LibraryAdd`),Do=or((0,G.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.27M12 17.5 6.5 12H10v-2h4v2h3.5zM5.12 5l.81-1h12l.94 1z`}),`Archive`),Oo=or((0,G.jsx)(`path`,{d:`M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10 10-4.5 10-10S17.5 2 12 2m4.2 14.2L11 13V7h1.5v5.2l4.5 2.7z`}),`WatchLater`),ko=n(Qe(),1),Ao=U(B)(({theme:e})=>({display:`flex`,justifyContent:`center`,paddingRight:e.spacing(2)})),jo=({projectId:e,row:t,onOpenArchiveDialog:n,onOpenStaleDialog:r})=>{let[i,a]=(0,W.useState)(null),[o,s]=(0,W.useState)(!1),{setToastData:c}=Lt(),{original:{name:l,stale:u}}=t,d=!!i,f=e=>{a(e.currentTarget)},p=()=>{a(null)},m=`feature-${l}-actions`,h=`${m}-menu`;return(0,G.jsxs)(Ao,{children:[(0,G.jsx)(Ua,{title:`Feature flag actions`,arrow:!0,describeChild:!0,children:(0,G.jsx)(ur,{id:m,"data-loading":!0,"aria-controls":d?h:void 0,"aria-haspopup":`true`,"aria-expanded":d?`true`:void 0,onClick:f,type:`button`,children:(0,G.jsx)(Bi,{})})}),(0,G.jsx)(Se,{id:h,anchorEl:i,open:d,onClose:p,transformOrigin:{horizontal:`right`,vertical:`top`},anchorOrigin:{horizontal:`right`,vertical:`bottom`},disableScrollLock:!0,PaperProps:{sx:e=>({borderRadius:`${e.shape.borderRadius}px`,padding:e.spacing(1,1.5)})},children:(0,G.jsxs)(_e,{"aria-labelledby":m,children:[(0,G.jsxs)(Ea,{sx:xi,onClick:()=>{try{(0,ko.default)(l),s(!0),setTimeout(()=>{p(),s(!1)},1e3)}catch{c({type:`error`,text:`Could not copy feature name`})}},children:[(0,G.jsx)(oi,{children:o?(0,G.jsx)(Zr,{}):(0,G.jsx)(rr,{})}),(0,G.jsx)(Pt,{children:(0,G.jsx)(H,{variant:`body2`,children:o?`Copied!`:`Copy Name`})})]}),(0,G.jsx)(ea,{projectId:e,permission:Gn,children:({hasAccess:t})=>(0,G.jsxs)(Ea,{sx:xi,onClick:p,disabled:!t,component:z,to:`/projects/${e}/features/${l}/copy`,children:[(0,G.jsx)(oi,{children:(0,G.jsx)(Eo,{})}),(0,G.jsx)(Pt,{children:(0,G.jsx)(H,{variant:`body2`,children:`Clone`})})]})}),(0,G.jsx)(ea,{projectId:e,permission:T,children:({hasAccess:e})=>(0,G.jsxs)(Ea,{sx:xi,onClick:()=>{n(l),p()},disabled:!e,children:[(0,G.jsx)(oi,{children:(0,G.jsx)(Do,{})}),(0,G.jsx)(Pt,{children:(0,G.jsx)(H,{variant:`body2`,children:`Archive`})})]})}),(0,G.jsx)(ea,{projectId:e,permission:fa,children:({hasAccess:e})=>(0,G.jsxs)(Ea,{sx:xi,onClick:()=>{p(),r({featureId:l,stale:u===!0})},disabled:!e,children:[(0,G.jsx)(oi,{children:(0,G.jsx)(Oo,{})}),(0,G.jsx)(Pt,{children:(0,G.jsxs)(H,{variant:`body2`,children:[u?`Un-mark`:`Mark`,` as stale`]})})]})})]})})]})},Mo=U(B)(({theme:e})=>({display:`flex`,justifyContent:`center`,marginRight:e.spacing(-2)})),No=W.memo(({onChange:e,checked:t,title:n})=>(0,G.jsx)(Mo,{"data-testid":xn,children:(0,G.jsx)(zi,{onChange:e,title:n,checked:t,"data-loading":!0})})),Po=U(`div`)(({theme:e})=>({position:`sticky`,bottom:50,zIndex:e.zIndex.fab,pointerEvents:`none`})),Fo=U(B)(({theme:e})=>({display:`flex`,justifyContent:`center`,width:`100%`,flexWrap:`wrap`,paddingBottom:e.spacing(2)})),Io=U(ki)(({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`})),Lo=U(`span`)(({theme:e})=>({background:e.palette.background.alternative,color:e.palette.common.white,padding:e.spacing(.5,1),borderRadius:e.shape.borderRadius})),Ro=U(H)(({theme:e})=>({paddingRight:e.spacing(2),marginRight:`auto`})),zo=({count:e,children:t})=>e===0?null:(0,G.jsx)(Po,{"data-testid":ze,children:(0,G.jsx)(Fo,{children:(0,G.jsxs)(Io,{elevation:4,children:[(0,G.jsxs)(Ro,{children:[(0,G.jsx)(Lo,{"data-testid":Pn,children:e}),` selected`]}),t]})})}),Bo=7,Vo=e=>{let t=Xn(new Date,-Bo);return!!(e?.lastSeenAt&&mt(new Date(e.lastSeenAt),t))},Ho=({projectId:e,featureIds:t,features:n,onConfirm:r})=>{let[i,a]=(0,W.useState)(!1),{trackEvent:o}=I(),s=(0,W.useMemo)(()=>t.filter(e=>Vo(n.find(t=>t.name===e))),[JSON.stringify(n),t]);return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(ea,{projectId:e,permission:T,children:({hasAccess:e})=>(0,G.jsx)(`span`,{children:(0,G.jsx)(V,{disabled:!e||i,variant:`outlined`,size:`small`,onClick:()=>a(!0),children:`Archive`})})}),(0,G.jsx)(Ja,{projectId:e,featureIds:t,featuresWithUsage:s,onConfirm:async()=>{a(!1),r?.(),o(`batch_operations`,{props:{eventType:`features archived`}})},isOpen:i,onClose:()=>a(!1)})]})},Uo=`selection-actions-menu`,Wo=({projectId:e,data:t,onChange:n})=>{let[r,i]=(0,W.useState)(null),{staleFeatures:a}=Ra(),{setToastData:o,setToastApiError:s}=Lt(),{trackEvent:c}=I(),l=!!r,u=t.map(({name:e})=>e),d=e=>{i(e.currentTarget)},f=()=>{i(null)},p=t.some(({stale:e})=>e===!0),m=t.some(({stale:e})=>e===!1),h=async()=>{try{f(),await a(e,u),n?.(),o({text:`Feature flags marked as stale`,type:`success`}),c(`batch_operations`,{props:{eventType:`features staled`}})}catch(e){s(R(e))}},g=async()=>{try{f(),await a(e,u,!1),n?.(),o({text:`Feature flags unmarked as stale`,type:`success`}),c(`batch_operations`,{props:{eventType:`features unstaled`}})}catch(e){s(R(e))}};return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Ua,{title:`More bulk actions`,arrow:!0,describeChild:!0,children:(0,G.jsx)(ur,{id:Uo,"aria-controls":l?Uo:void 0,"aria-haspopup":`true`,"aria-expanded":l?`true`:void 0,onClick:d,type:`button`,"data-testid":Bt,children:(0,G.jsx)(Bi,{})})}),(0,G.jsx)(Se,{id:`${Uo}-menu`,anchorEl:r,open:l,onClose:f,transformOrigin:{horizontal:`right`,vertical:`top`},anchorOrigin:{horizontal:`right`,vertical:`bottom`},disableScrollLock:!0,PaperProps:{sx:e=>({borderRadius:`${e.shape.borderRadius}px`,padding:e.spacing(1,1.5)})},children:(0,G.jsx)(_e,{"aria-labelledby":`${Uo}-menu`,children:(0,G.jsx)(ea,{projectId:e,permission:fa,children:({hasAccess:e})=>(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(w,{condition:m,show:()=>(0,G.jsxs)(Ea,{onClick:h,disabled:!e,sx:{borderRadius:e=>`${e.shape.borderRadius}px`},children:[(0,G.jsx)(oi,{children:(0,G.jsx)(Oo,{})}),(0,G.jsx)(Pt,{children:(0,G.jsx)(H,{variant:`body2`,children:`Mark as stale`})})]})}),(0,G.jsx)(w,{condition:p,show:()=>(0,G.jsxs)(Ea,{onClick:g,disabled:!e,sx:{borderRadius:e=>`${e.shape.borderRadius}px`},children:[(0,G.jsx)(oi,{children:(0,G.jsx)(Oo,{})}),(0,G.jsx)(Pt,{children:(0,G.jsx)(H,{variant:`body2`,children:`Un-mark as stale`})})]})})]})})})})]})},Go=U(`section`)(({theme:e})=>({"& > *":{margin:e.spacing(1,0)}})),Ko=`manage-tags-form`,qo=(e,t)=>[...e,...e.some(e=>e.value===t.value&&e.type===t.type)?[]:[t]],Jo=(e,t)=>e.filter(e=>!(e.value===t.value&&e.type===t.type)),Yo=(e,t)=>{switch(t.type){case`add`:return{...e,addedTags:qo(e.addedTags,t.payload),removedTags:Jo(e.removedTags,t.payload)};case`remove`:return{...e,addedTags:Jo(e.addedTags,t.payload),removedTags:qo(e.removedTags,t.payload)};case`clear`:return{addedTags:[],removedTags:t.payload};case`reset`:return{addedTags:[],removedTags:[]};default:return e}},Xo={name:``,description:``,icon:``},Zo=({open:e,initialValues:t,initialIndeterminateValues:n,onCancel:r,onSubmit:i})=>{let{tagTypes:a,loading:o}=Oa(),[s,c]=(0,W.useState)(Xo),[l,u]=(0,W.useState)([]),[d,f]=(0,W.useState)([]),{tags:p,refetch:m}=uo(s.name),{createTag:h}=po(),g=p.map(({value:e})=>({title:e})),[_,v]=(0,W.useReducer)(Yo,{addedTags:[],removedTags:[]}),y=()=>{i(_),v({type:`reset`})},b=(e=a.length>0?a[0]:Xo)=>{c(e);let r=n.filter(({type:t})=>t===e.name);u(t.filter(({type:t})=>t===e.name).filter(({type:e,value:t})=>!r.some(n=>n.value===t&&n.type===e)).map(({value:e})=>({title:e}))),f(r.map(({value:e})=>({title:e}))),v({type:`clear`,payload:[]})};(0,W.useEffect)(()=>{a.length>0&&b()},[o]);let x=(e,t)=>{t!=null&&typeof t!=`string`&&(e.preventDefault(),b(t))},S=(e,t)=>h({value:e,type:t}).then(async()=>{m(),u(t=>[...t,{title:e}]),v({type:`add`,payload:{value:e,type:t}})});return(0,G.jsxs)(yn,{open:e,secondaryButtonText:`Cancel`,primaryButtonText:`Save tags`,title:`Update feature flag tags`,onClick:y,disabledPrimaryButton:_.addedTags.length===0&&_.removedTags.length===0,onClose:()=>{b(),r()},formId:Ko,children:[(0,G.jsx)(H,{paragraph:!0,sx:{marginBottom:e=>e.spacing(2.5)},children:`Tags allow you to group features together`}),(0,G.jsx)(`form`,{id:Ko,onSubmit:y,children:(0,G.jsxs)(Go,{children:[(0,G.jsx)(Xa,{options:a,disabled:o||a.length===0,value:s,onChange:x},o?`loading`:a.length),(0,G.jsx)(w,{condition:!o&&a.length===0,show:(0,G.jsxs)(H,{variant:`body1`,children:[`No`,` `,(0,G.jsx)(Dt,{component:z,to:`/tag-types`,children:`tag types`}),` `,`available.`]}),elseShow:(0,G.jsx)(fo,{disabled:o,options:g,existingTags:t,indeterminateOptions:d,tagType:s,selectedOptions:l,onChange:(e,n,r,i)=>{r===`selectOption`?n.forEach(e=>{typeof e!=`string`&&typeof e.inputValue==`string`&&e.inputValue&&e.title.startsWith(`Create new value`)&&S(e.inputValue,s.name),u(n),f(t=>t.filter(({title:t})=>t!==e.title)),i?.option&&v({type:`add`,payload:{value:i.option.title,type:s.name}})}):r===`clear`?(u([]),v({type:`clear`,payload:t})):r===`removeOption`&&(u(n),i?.option&&v({type:`remove`,payload:{value:i.option.title,type:s.name}}))}})})]})})]})},Qo=({projectId:e,data:t,onChange:n})=>{let{bulkUpdateTags:r}=po(),{setToastData:i,setToastApiError:a}=Lt(),{trackEvent:o}=I(),[s,c]=(0,W.useState)(!1),[l,u]=(0,W.useMemo)(()=>{let e=t.flatMap(({tags:e})=>e||[]).reduce((e,t)=>[...e,...e.some(e=>e.type===t.type&&e.value===t.value)?[]:[t]],[]);return[e,e.filter(e=>!t.every(({tags:t})=>t?.some(t=>t.type===e.type&&t.value===e.value)))]},[t]);return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(ea,{projectId:e,permission:fa,children:({hasAccess:e})=>(0,G.jsx)(`span`,{children:(0,G.jsx)(V,{disabled:!e||s,variant:`outlined`,size:`small`,onClick:()=>c(!0),children:`Tags`})})}),(0,G.jsx)(Zo,{open:s,onCancel:()=>c(!1),onSubmit:async({addedTags:s,removedTags:l})=>{let u={features:t.map(({name:e})=>e),tags:{addedTags:s,removedTags:l}};try{let t=[s.length>0&&`added ${s.length} tag${s.length>1?`s`:``}`,l.length>0&&`removed ${l.length} tag${l.length>1?`s`:``}`].filter(Boolean).join(` and `);await r(u,e),i({text:t,type:`success`,autoHideDuration:12e3}),o(`batch_operations`,{props:{eventType:`tags updated`}})}catch(e){a(R(e))}n?.(),c(!1)},initialValues:l,initialIndeterminateValues:u},t.length)]})},$o=U(le)(({theme:e})=>({minWidth:`450px`,marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),es=U(Kr)(({theme:e})=>({marginBottom:e.spacing(1.5)})),ts=({showExportDialog:e,data:t,onClose:n,onConfirm:r,environments:i,projectId:a})=>{let[o,s]=(0,W.useState)(i[0]),{bulkToggleFeaturesEnvironmentOff:c}=Ue(),{addChange:l}=Fe(),{setToastApiError:u,setToastData:d}=Lt(),{isChangeRequestConfigured:f}=Pe(a),{refetch:p}=Cn(a),m=t.filter(e=>e.environments?.find(e=>o===e.name)?.enabled===!1).length;return(0,G.jsx)(yn,{open:e,title:`Disable feature flags`,onClose:n,onClick:async()=>{try{f(o)?(await l(a,o,t.map(e=>({action:`updateEnabled`,feature:e.name,payload:{enabled:!1}}))),p(),d({type:`success`,text:`Changes added to draft`})):(await c(a,t.map(e=>e.name),o),d({type:`success`,text:`Feature flags disabled`})),n(),r?.()}catch(e){u(R(e))}},primaryButtonText:f(o)?`Add to change request`:`Disable flags`,secondaryButtonText:`Cancel`,children:(0,G.jsxs)(B,{children:[`You have selected `,(0,G.jsx)(`b`,{children:t.length}),` feature flags to disable.`,(0,G.jsx)(`br`,{}),(0,G.jsx)(`br`,{}),(0,G.jsx)(H,{children:`Select which environment to disable the features for:`}),(0,G.jsx)($o,{options:i.map(e=>({key:e,label:e})),value:o,onChange:e=>s(e)}),(0,G.jsx)(w,{condition:f(o),show:(0,G.jsx)(es,{severity:`warning`,children:`Change requests are enabled for this environment.`})}),(0,G.jsx)(w,{condition:m>0,show:(0,G.jsxs)(es,{severity:`info`,children:[m,` feature`,` `,m>1?`flags are `:`flag is `,`already disabled.`]})})]})})},ns=U(le)(({theme:e})=>({minWidth:`450px`,marginTop:e.spacing(2),marginBottom:e.spacing(1.5)})),rs=U(Kr)(({theme:e})=>({marginBottom:e.spacing(1.5)})),is=({showExportDialog:e,data:t,onClose:n,onConfirm:r,environments:i,projectId:a})=>{let[o,s]=(0,W.useState)(i[0]),{bulkToggleFeaturesEnvironmentOn:c}=Ue(),{addChange:l}=Fe(),{setToastApiError:u,setToastData:d}=Lt(),{isChangeRequestConfigured:f}=Pe(a),{refetch:p}=Cn(a),m=t.filter(e=>e.environments?.find(e=>o===e.name)?.enabled===!0).length;return(0,G.jsx)(yn,{open:e,title:`Enable feature flags`,onClose:n,onClick:async()=>{try{f(o)?(await l(a,o,t.map(e=>({action:`updateEnabled`,feature:e.name,payload:{enabled:!0}}))),p(),d({type:`success`,text:`Changes added to draft`})):(await c(a,t.map(e=>e.name),o),d({type:`success`,text:`Feature flags enabled`})),n(),r?.()}catch(e){u(R(e))}},primaryButtonText:f(o)?`Add to change request`:`Enable flags`,secondaryButtonText:`Cancel`,children:(0,G.jsxs)(B,{children:[`You have selected `,(0,G.jsx)(`b`,{children:t.length}),` feature flags to enable.`,(0,G.jsx)(`br`,{}),(0,G.jsx)(`br`,{}),(0,G.jsx)(H,{children:`Select which environment to enable the features for:`}),(0,G.jsx)(ns,{options:i.map(e=>({key:e,label:e})),value:o,onChange:e=>s(e)}),(0,G.jsx)(w,{condition:f(o),show:(0,G.jsx)(rs,{severity:`warning`,children:`Change requests are enabled for this environment.`})}),(0,G.jsx)(w,{condition:m>0,show:(0,G.jsxs)(rs,{severity:`info`,children:[m,` feature`,` `,m>1?`flags are `:`flag is `,`already enabled.`]})})]})})},as=({selectedIds:e,data:t,projectId:n,onResetSelection:r,onChange:i})=>{let[a,o]=(0,W.useState)(!1),[s,c]=(0,W.useState)(!1),[l,u]=(0,W.useState)(!1),{trackEvent:d}=I(),f=(0,W.useMemo)(()=>t.filter(t=>e.includes(t.name)),[t,e]),p=(0,W.useMemo)(()=>{let e=f.flatMap(e=>e.environments).map(e=>e?.name).filter(e=>e!==void 0);return Array.from(new Set(e))},[f]);return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(V,{variant:`outlined`,size:`small`,onClick:()=>c(!0),children:`Enable`}),(0,G.jsx)(V,{variant:`outlined`,size:`small`,onClick:()=>u(!0),children:`Disable`}),(0,G.jsx)(Ho,{projectId:n,featureIds:e,features:t,onConfirm:()=>{i?.(),r()}}),(0,G.jsx)(V,{variant:`outlined`,size:`small`,onClick:()=>o(!0),children:`Export`}),(0,G.jsx)(Qo,{projectId:n,data:f,onChange:i}),(0,G.jsx)(Wo,{projectId:n,data:f,onChange:i}),(0,G.jsx)(_r,{showExportDialog:a,data:f,onClose:()=>o(!1),environments:p,onConfirm:()=>{i?.(),d(`batch_operations`,{props:{eventType:`features exported`}})}}),(0,G.jsx)(is,{showExportDialog:s,data:f,onClose:()=>c(!1),environments:p,projectId:n,onConfirm:()=>{i?.(),d(`batch_operations`,{props:{eventType:`features enabled`}})}}),(0,G.jsx)(ts,{showExportDialog:l,data:f,onClose:()=>u(!1),environments:p,projectId:n,onConfirm:()=>{i?.(),d(`batch_operations`,{props:{eventType:`features disabled`}})}})]})},os=U(Sn)(({theme:e})=>({color:e.palette.warning.main,fontSize:e.fontSizes.bodySize})),ss=()=>(0,G.jsx)(ae,{arrow:!0,title:(0,G.jsxs)(G.Fragment,{children:[`This environment has no variants enabled. If you check this feature's variants in this environment, you will get the`,` `,(0,G.jsx)(`a`,{href:`https://docs.getunleash.io/concepts/feature-flag-variants#the-disabled-variant`,target:`_blank`,rel:`noreferrer`,children:`disabled variant`}),`.`]}),children:(0,G.jsx)(os,{})}),cs=U(`div`,{shouldForwardProp:e=>e!==`hasWarning`})(({theme:e,hasWarning:t})=>({flexGrow:0,...qi,justifyContent:`center`,...t&&{"::before":{content:`""`,display:`block`,width:e.spacing(2)}}})),ls=U(`div`)(({theme:e})=>({flexGrow:0,...qi,justifyContent:`center`})),us=W.memo(({value:e,featureId:t,projectId:n,environment:r,isChangeRequestEnabled:i,someEnabledEnvironmentHasVariants:a,refetch:o,onFeatureToggleSwitch:s})=>{let c=(0,W.useMemo)(()=>a&&r?.variantCount===0&&r?.enabled,[a,r]);return(0,G.jsxs)(cs,{hasWarning:c,children:[(0,G.jsx)(oo,{projectId:n,value:e,featureId:t,environmentName:r?.name||``,onToggle:(e,a)=>{s(e,{projectId:n,featureId:t,environmentName:r?.name||``,environmentType:r?.type,hasStrategies:r?.hasStrategies,hasReleasePlans:!!r?.releasePlans?.length,hasEnabledStrategies:r?.hasEnabledStrategies,isChangeRequestEnabled:i,onRollback:a,onSuccess:o})}}),(0,G.jsx)(w,{condition:c||!1,show:(0,G.jsx)(ss,{})})]})}),ds=()=>(0,G.jsx)(cs,{children:(0,G.jsx)(`div`,{"data-loading":!0,children:`toggle`})}),fs=()=>(0,G.jsx)(ls,{"aria-hidden":`true`,children:`-`}),ps=e=>{let t=`api/admin/projects/${e}/flag-creators`,{data:n,refetch:r,error:i}=pn(kt(t),()=>va(kt(t),`Flag creators`));return{flagCreators:n||[],refetch:r,error:i}},ms=U(fr)({padding:0}),hs=({state:e,onChange:t,project:n})=>{let{tags:r}=Zi(),{flagCreators:i}=ps(n),[a,o]=(0,W.useState)([]),{trackEvent:s}=I();return(0,W.useEffect)(()=>{let e=(r||[]).map(e=>{let t=Jr(e);return{label:t,value:t}}),t=i.map(e=>({label:e.name,value:String(e.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:e,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:t,filterKey:`createdBy`,singularOperators:[`IS`,`IS_NOT`],pluralOperators:[`IS_ANY_OF`,`IS_NONE_OF`]},{label:`Favorite`,icon:`star`,options:[{label:`True`,value:`true`},{label:`False`,value:`false`}],filterKey:`favorite`,singularOperators:[`IS`],pluralOperators:[`IS_ANY_OF`]}])},[JSON.stringify(r),JSON.stringify(i)]),(0,G.jsx)(ms,{availableFilters:a,state:e,onChange:n=>{n.favorite!==e.favorite&&s(`favorite`,{props:{action:n.favorite?`filter-enabled`:`filter-disabled`}}),t(n)}})},gs=e=>`api/admin/projects/${e}/status`,_s={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}},vs=e=>{let t=kt(gs(e)),{data:n,refetch:r,loading:i,error:a}=pn(t,()=>va(t,`Project Status`));return{data:n||_s,refetch:r,loading:i,error:a}},ys=({projectId:e,state:t,onChange:n,children:r})=>{let{data:i}=vs(e),a=Object.entries(i?.lifecycleSummary||{}).reduce((e,[t,n])=>(e[t===`preLive`?`pre-live`:t]=n.currentFlags||0,e),{}),o=t.archived?.values?.includes(`true`);return(0,W.useEffect)(()=>{o&&t.lifecycle&&n({...t,lifecycle:null})},[o,t,n]),o?null:(0,G.jsx)(B,{sx:{marginRight:`auto`},children:(0,G.jsx)(qn,{state:t,onChange:n,countData:a,children:r})})},bs=[`select`,`actions`,`name`,`favorite`],xs=(e,t)=>e.reduce((e,n)=>({...e,[n]:t.includes(n)}),{}),Ss=e=>{let t=P(),n=Ye(t.breakpoints.down(`sm`)),r=Ye(t.breakpoints.down(`md`)),i=Ye(t.breakpoints.down(`lg`)),a=(0,W.useCallback)((t=0)=>e.filter(e=>e.startsWith(`environment:`)),[e]);return n?xs(e,[...bs,`createdAt`]):r?xs(e,[...bs,`createdAt`,...a(1)]):i?xs(e,[...bs,`createdAt`,`type`,...a(1)]):xs(e,[...bs,`lastSeenAt`,`lifecycle`,`createdAt`,`createdBy`,`type`,`tags`,...a(3)])},Cs=({query:e})=>(e||``)?.length>0?(0,G.jsx)(B,{sx:e=>({padding:e.spacing(3)}),children:(0,G.jsxs)(ta,{children:[`No feature flags found matching “`,e,`”`]})}):(0,G.jsx)(B,{sx:e=>({padding:e.spacing(3)}),children:(0,G.jsx)(ta,{children:`No feature flags available.`})}),ws=(e,t,n)=>{let[r,i]=(0,W.useState)(),[a,o]=(0,W.useState)({}),[s,c]=(0,W.useState)({featureId:`default`,open:!1}),[l,u]=(0,W.useState)({featureId:`default`,open:!1}),[d,f]=(0,W.useState)({featureId:`default`,open:!1});return{rowActionsDialogs:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(co,{isStale:!!a.stale,isOpen:!!a.featureId,onClose:()=>{o({}),e()},featureId:a.featureId||``,projectId:t}),(0,G.jsx)(Ja,{isOpen:!!r,onConfirm:()=>{e(),n?.()},onClose:()=>{i(void 0)},featureIds:[r||``],projectId:t}),(0,G.jsx)(Ya,{isOpen:s.open,setIsOpen:e=>{c({...s,open:e})},projectId:t,featureId:s.featureId,onComplete:e}),(0,G.jsx)(xa,{deletedFeatures:[d.featureId],projectId:t,open:d.open,setOpen:e=>{f(t=>({...t,open:e}))},refetch:e}),(0,G.jsx)(oe,{revivedFeatures:[l.featureId],projectId:t,open:l.open,setOpen:e=>{u(t=>({...t,open:e}))},refetch:()=>{u(e=>({...e,open:!1})),e()}})]}),setFeatureArchiveState:i,setFeatureStaleDialogState:o,setShowMarkCompletedDialogue:c,setShowFeatureReviveDialogue:u,setShowFeatureDeleteDialogue:f}},Ts=(e,t)=>{let[n,r]=(0,W.useState)([]);return(0,W.useEffect)(()=>{r(n=>{let r=[...e];return n.forEach(e=>{r.find(t=>t.name===e.name)||r.push(e)}),r.filter(e=>t[e.name])})},[e,t]),n},Es=n(zt(),1),Ds=(e,t=`project-overview-v2`,n=15*1e3)=>{let r={offset:Yn(er,0),limit:Yn(er,25),query:Ze,favoritesFirst:Yn(Ar,!0),sortBy:Yn(Ze,`createdAt`),sortOrder:Yn(Ze,`desc`),columns:it,tag:aa,state:aa,createdAt:aa,lastSeenAt:aa,type:aa,createdBy:aa,archived:aa,lifecycle:aa,favorite:aa},[i,a]=b(`${t}-${e}`,r),{features:o,total:s,refetch:c,loading:l,initialLoad:u}=yi((0,Es.default)({...Me(r,i),project:`IS:${e}`},e=>e?`${e}`:void 0),{refreshInterval:n});return{features:o,total:s,refetch:c,loading:l,initialLoad:u,tableState:i,setTableState:a}},Os=(e,t)=>{let n=(n,r)=>{let i=e[n.key];i&&i.values.length>0&&!i.values.includes(r)?t({[n.key]:{operator:i.operator,values:[...i.values,r]}}):i||t({[n.key]:{operator:n.operator,values:[r]}})};return{onFlagTypeClick:e=>n({key:`type`,operator:`IS`},e),onTagClick:e=>n({key:`tag`,operator:`INCLUDE`},e),onAvatarClick:e=>n({key:`createdBy`,operator:`IS`},e.toString())}},ks=or((0,G.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.01M11 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 6zm10 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.37z`}),`AltRoute`);function As({onClick:e,currentValue:t,label:n,icon:r,labelWidth:i,tooltip:a}){return(0,G.jsx)(Nt,{titleComponent:(0,G.jsxs)(wr,{children:[(0,G.jsx)(`h3`,{children:a.header}),(0,G.jsx)(`p`,{children:a.description}),a.additionalContent]}),variant:`custom`,children:(0,G.jsx)(V,{role:`switch`,"aria-checked":t,variant:t?`contained`:`outlined`,color:`primary`,startIcon:r,onClick:e,disableElevation:!0,children:(0,G.jsx)(ua,{labelWidth:i,children:n})})})}var js=({global:e,project:t})=>{let{limitReached:n,limitMessage:r}=Ms(e.limit,e.count),i=Ns(t.limit,t.count);return{limitMessage:n?r:i?`You have reached the project limit of ${t.limit} feature flags.`:void 0,globalFlagLimitReached:n,projectFlagLimitReached:i}},Ms=(e,t)=>{let n=t>=e;return{limitReached:n,limitMessage:n?`You have reached the instance-wide limit of ${e} feature flags.`:void 0}},Ns=(e,t)=>e!=null&&e<=t,Ps=()=>{let{setShowFeedback:e}=(0,W.useContext)(di);return(0,W.useCallback)(()=>{let{value:t,setValue:n}=ca(`flagsCreated`,`0`),r=Number.parseInt(t,10)+1;n(`${r}`),r>1&&e(!0)},[e])},Fs=U(Re)(({theme:e})=>({"& .MuiDialog-paper":{borderRadius:e.shape.borderRadiusLarge,maxWidth:e.spacing(170),width:`100%`,backgroundColor:`transparent`},padding:0,"& .MuiPaper-root > section":{overflowX:`hidden`}})),Is={project:{icon:(0,G.jsx)(wt,{}),text:`Projects allow you to group feature flags together in the Unleash admin UI and in SDK payloads.`},tags:{icon:(0,G.jsx)(tn,{}),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:(0,G.jsx)(xe,{}),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:(0,G.jsx)(ks,{}),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.`}},Ls=({open:e,onClose:t,onSuccess:n,skipNavigationOnComplete:r})=>{if(e)return(0,G.jsx)(Rs,{open:e,onClose:t,skipNavigationOnComplete:r,onSuccess:n})},Rs=({open:e,onClose:t,skipNavigationOnComplete:n,onSuccess:r})=>{let{setToastData:i,setToastApiError:a}=Lt(),{uiConfig:o,isOss:s}=ti(),c=gi(),l=Ps(),[u,d]=si(`flag-creation-dialog`,{},3600*1e3),{type:f,setType:p,tags:m,setTags:h,name:g,setName:_,project:v,setProject:y,description:b,setDescription:x,validateToggleName:S,impressionData:C,setImpressionData:T,getTogglePayload:E,clearErrors:D,errors:O}=Wt(u),{createFeatureToggle:k,loading:A}=Ue(),j={icon:(0,G.jsx)(xe,{}),text:`Feature flags are at the core of Unleash. Use them to control your feature rollouts.`,link:{url:`https://docs.getunleash.io/concepts/feature-flags`,label:`Feature flags documentation`}},[ee,te]=(0,W.useState)(j),M=()=>te(j),ne=E(),re=()=>`curl --location --request POST '${o.unleashUrl}/api/admin/projects/${v}/features' \\
2
+ --header 'Authorization: INSERT_API_KEY' \\
3
+ --header 'Content-Type: application/json' \\
4
+ --data-raw '${JSON.stringify(ne,void 0,2)}'`,N=async e=>{if(e.preventDefault(),D(),await S()){let e=E();try{await k(v,e),n||c(`/projects/${v}/features/${g}`),i({text:`Flag created successfully`,type:`success`}),t(),r?.(),d({}),l()}catch(e){a(R(e))}}},{total:P,loading:ie}=Hn(1),{project:ae}=se(v),{tags:oe}=Zi(),{globalFlagLimitReached:ce,projectFlagLimitReached:le,limitMessage:ue}=js({global:{limit:o.resourceLimits.featureFlags,count:P??0},project:{limit:ae.featureLimit||void 0,count:cn(ae)??0}}),{projects:de}=xr(),{featureTypes:fe}=Ni(),pe=Ae(f),me=fe.reduce((e,t)=>e>=t.name.length?e:t.name.length,0),he=(0,W.useMemo)(()=>de.find(e=>e.id===v)?.name,[v,de]);return(0,G.jsx)(Fs,{open:e,onClose:()=>{d({name:g,tags:m,impressionData:C,type:f,description:b}),t()},children:(0,G.jsx)(Fi,{compact:!0,disablePadding:!0,description:ee.text,documentationIcon:ee.icon,documentationLink:ee.link?.url,documentationLinkLabel:ee.link?.label,formatApiCode:re,useFixedSidebar:!0,children:(0,G.jsx)(Nr,{createButtonProps:{projectId:v,disabled:A||ie||ce||le,permission:Gn,tooltipProps:{title:ue,arrow:!0}},description:b,namingPattern:ae.featureNaming,errors:O,handleSubmit:N,Icon:(0,G.jsx)(xe,{}),validateName:S,Limit:(0,G.jsx)(Vr,{name:`feature flags`,limit:o.resourceLimits.featureFlags,currentValue:P??0}),name:g,onClose:t,resource:`feature flag`,setDescription:x,setName:_,configButtons:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(w,{condition:!s(),show:(0,G.jsx)(wi,{tooltip:{header:`Select a project for the flag`},description:Is.project.text,options:de.map(e=>({label:e.name,value:e.id})),onChange:e=>{y(e)},button:{label:he??v,icon:Is.project.icon,labelWidth:`20ch`},search:{label:`Filter projects`,placeholder:`Select project`},onOpen:()=>te(Is.project),onClose:M})}),(0,G.jsx)(Yi,{tooltip:{header:`Select tags`},description:Is.tags.text,selectedOptions:new Set(Array.from(m).map(e=>`${e.type}:${e.value}`)),options:oe.map(e=>({label:Jr(e),value:`${e.type}:${e.value}`})),onChange:e=>{let t=Array.from(e).map(e=>{let[t,n]=e.split(`:`);return{type:t,value:n}});h(new Set(t))},button:{label:m.size>0?`${m.size} selected`:`Tags`,labelWidth:`11ch`,icon:(0,G.jsx)(tn,{})},search:{label:`Filter tags`,placeholder:`Select tags`},onOpen:()=>te(Is.tags),onClose:M}),(0,G.jsx)(wi,{tooltip:{header:`Select a flag type`},description:Is.type.text,options:fe.map(e=>({label:e.name,value:e.id})),onChange:e=>{p(e)},button:{label:fe.find(e=>e.id===f)?.name||`Select flag type`,icon:(0,G.jsx)(pe,{}),labelWidth:`${me}ch`},search:{label:`Filter flag types`,placeholder:`Select flag type`},onOpen:()=>te({text:Is.type.text,icon:(0,G.jsx)(pe,{})}),onClose:M}),(0,G.jsx)(As,{tooltip:{header:`Enable or disable impression data`,description:Is.impressionData.text},currentValue:C,onClick:()=>T(!C),label:`Impression data ${C?`on`:`off`}`,icon:(0,G.jsx)(ks,{}),labelWidth:`19ch`})]})})})})},zs=U(Aa)(()=>({whiteSpace:`nowrap`})),Bs=({variant:e,text:t=`New feature flag`,skipNavigationOnComplete:n,isLoading:r,onSuccess:i})=>{let{loading:a}=ti(),[o]=nr(),s=L(`projectId`),[c,l]=(0,W.useState)(!!o.get(`create`));return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(zs,{onClick:()=>l(!0),maxWidth:`960px`,Icon:ft,projectId:s,disabled:a||r,variant:e,permission:Gn,"data-testid":a||r?``:x,children:t}),(0,G.jsx)(Ls,{open:c,onClose:()=>l(!1),skipNavigationOnComplete:n,onSuccess:i})]})},Vs=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`row`,gap:e.spacing(2),alignItems:`center`,fontSize:e.spacing(1.75),fontWeight:`bold`})),Hs=U(V)({fontWeight:`bold`,textDecoration:`none`}),Us=U(B)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(1)})),Ws=`https://github.com/Unleash/unleash-sdk-examples/tree/main`,Gs=()=>{let{trackEvent:e}=I(),t=Za.map(e=>({key:e.name,label:e.name})),[n,r]=si(`onboarding-sdk-example`,t[0].key);return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Vs,{children:`View SDK Example`}),(0,G.jsx)(H,{children:`Choose your preferred SDK to view an example.`}),(0,G.jsxs)(Us,{children:[(0,G.jsx)(zr,{id:`sdk-select`,name:`sdk`,options:t,value:n,onChange:e=>{r(e.target.value)},style:{width:`60%`}}),(0,G.jsx)(B,{children:(0,G.jsx)(Hs,{to:`${Ws}/${n}`,target:`_blank`,component:z,variant:`text`,color:`primary`,onClick:()=>{e(`onboarding`,{props:{eventType:`sdk-example-opened`,sdk:n}})},children:`Go to example`})})]})]})},Ks=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,backgroundColor:e.palette.background.paper,flexBasis:`70%`,borderRadius:e.shape.borderRadiusLarge})),qs=U(`div`)(({theme:e})=>({padding:e.spacing(2,2.5,2,5),borderBottom:`1px solid`,borderColor:e.palette.divider,minHeight:`80px`})),Js=U(`div`)(({theme:e})=>({display:`flex`,flexGrow:1,padding:e.spacing(0,1),[e.breakpoints.down(`md`)]:{flexDirection:`column`,padding:e.spacing(0)}})),Ys=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}})),Xs=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`row`,gap:e.spacing(2),alignItems:`center`,fontSize:e.spacing(1.75),fontWeight:`bold`})),Zs=U(`span`)(({theme:e})=>({width:`28px`,height:`28px`,display:`flex`,alignItems:`center`,justifyContent:`center`,backgroundColor:e.palette.neutral.border,borderRadius:`50%`})),Qs=U(Zs)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper})),$s=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(3),height:`100%`})),ec=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)})),tc=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`row`,justifyContent:`space-between`,alignItems:`center`})),nc=({projectId:e,setConnectSdkOpen:t,setOnboardingFlow:n,refetchFeatures:r})=>{let{project:i}=se(e),a=i.onboardingStatus?.status===`first-flag-created`;return(0,G.jsxs)(Ks,{children:[(0,G.jsxs)(qs,{children:[(0,G.jsxs)(tc,{children:[(0,G.jsx)(H,{fontWeight:`bold`,children:`Welcome to your project`}),(0,G.jsx)(Ua,{title:`Close`,arrow:!0,children:(0,G.jsx)(ur,{onClick:()=>{n(`closed`)},size:`small`,children:(0,G.jsx)(Ut,{})})})]}),(0,G.jsx)(H,{variant:`body2`,children:`Complete the steps below to start working with this project`})]}),(0,G.jsxs)(Js,{children:[(0,G.jsx)(Ys,{children:i.onboardingStatus?.status===`first-flag-created`?(0,G.jsx)(ic,{}):(0,G.jsx)(rc,{projectId:e,refetchFeatures:r})}),(0,G.jsxs)(Ys,{children:[(0,G.jsxs)(Xs,{children:[(0,G.jsx)(Zs,{children:`2`}),`Connect an SDK`]}),(0,G.jsx)(H,{children:`Your project is not yet connected to any SDK. To start using your feature flag, connect an SDK to the project.`}),(0,G.jsx)(Aa,{onClick:()=>{t(!0)},maxWidth:`200px`,projectId:e,Icon:ft,disabled:!a,permission:[pi,Gt],children:`Connect SDK`})]}),(0,G.jsx)(Ys,{children:(0,G.jsx)(Gs,{})})]})]})},rc=({projectId:e,refetchFeatures:t})=>{let{refetch:n}=se(e);return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(Xs,{children:[(0,G.jsx)(Zs,{children:`1`}),`Create a feature flag`]}),(0,G.jsx)(H,{children:`The project currently holds no feature flags. Create one to get started.`}),(0,G.jsx)(Bs,{text:`Create flag`,skipNavigationOnComplete:!0,onSuccess:()=>{n(),t()}})]})},ic=()=>(0,G.jsxs)($s,{children:[(0,G.jsxs)(Xs,{children:[(0,G.jsx)(Qs,{children:`✓`}),`Create a feature flag`]}),(0,G.jsxs)(ec,{children:[(0,G.jsx)(H,{fontWeight:`bold`,variant:`body2`,children:`Congratulations, your first flag is ready!`}),(0,G.jsx)(H,{variant:`body2`,children:`You can open it to customize further.`})]})]}),ac=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,backgroundColor:e.palette.background.paper,flexBasis:`70%`,borderRadius:e.shape.borderRadiusLarge})),oc=U(`div`)(({theme:e})=>({padding:e.spacing(2,2.5,2,5),borderBottom:`1px solid`,borderColor:e.palette.divider,minHeight:`80px`})),sc=U(`div`)(({theme:e})=>({display:`flex`,flexGrow:1,padding:e.spacing(0,1),[e.breakpoints.down(`md`)]:{flexDirection:`column`,padding:e.spacing(0)}})),cc=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}})),lc=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`row`,gap:e.spacing(2),alignItems:`center`,fontSize:e.spacing(1.75),fontWeight:`bold`})),uc=U(`span`)(({theme:e})=>({width:`28px`,height:`28px`,display:`flex`,alignItems:`center`,justifyContent:`center`,backgroundColor:e.palette.neutral.border,borderRadius:`50%`})),dc=U(uc)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper})),fc=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(3),height:`100%`})),pc=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)})),mc=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`row`,justifyContent:`space-between`,alignItems:`center`})),hc=({projectId:e,setConnectSdkOpen:t,setOnboardingFlow:n,refetchFeatures:r})=>{let{project:i}=se(e),a=i.onboardingStatus?.status===`first-flag-created`;return(0,G.jsxs)(ac,{children:[(0,G.jsxs)(oc,{children:[(0,G.jsxs)(mc,{children:[(0,G.jsx)(H,{fontWeight:`bold`,children:`Welcome to your project`}),(0,G.jsx)(Ua,{title:`Close`,arrow:!0,children:(0,G.jsx)(ur,{onClick:()=>{n(`closed`)},size:`small`,children:(0,G.jsx)(Ut,{})})})]}),(0,G.jsx)(H,{variant:`body2`,children:`Complete the steps below to start working with this project`})]}),(0,G.jsxs)(sc,{children:[(0,G.jsx)(cc,{children:i.onboardingStatus?.status===`first-flag-created`?(0,G.jsx)(_c,{}):(0,G.jsx)(gc,{projectId:e,refetchFeatures:r})}),(0,G.jsxs)(cc,{children:[(0,G.jsxs)(lc,{children:[(0,G.jsx)(uc,{children:`2`}),`Connect an SDK`]}),(0,G.jsx)(H,{children:`Your project is not yet connected to any SDK. To start using your feature flag, connect an SDK to the project.`}),(0,G.jsx)(Aa,{onClick:()=>{t(!0)},maxWidth:`200px`,projectId:e,Icon:ft,disabled:!a,permission:[pi,Gt],children:`Connect SDK`})]}),(0,G.jsx)(cc,{children:(0,G.jsx)(Gs,{})})]})]})},gc=({projectId:e,refetchFeatures:t})=>{let{refetch:n}=se(e);return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(lc,{children:[(0,G.jsx)(uc,{children:`1`}),`Create a feature flag`]}),(0,G.jsx)(H,{children:`The project currently holds no feature flags. Create one to get started.`}),(0,G.jsx)(Bs,{text:`Create flag`,skipNavigationOnComplete:!0,onSuccess:()=>{n(),t()}})]})},_c=()=>(0,G.jsxs)(fc,{children:[(0,G.jsxs)(lc,{children:[(0,G.jsx)(dc,{children:`✓`}),`Create a feature flag`]}),(0,G.jsxs)(pc,{children:[(0,G.jsx)(H,{fontWeight:`bold`,variant:`body2`,children:`Congratulations, your first flag is ready!`}),(0,G.jsx)(H,{variant:`body2`,children:`You can open it to customize further.`})]})]}),vc=or([(0,G.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-1m0 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.5z`},`0`),(0,G.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-.99M13 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.83m4.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-.24`},`1`)],`MenuBookOutlined`),yc=or((0,G.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.5M4.34 17c.84-.58 2.87-1.25 4.66-1.25s3.82.67 4.66 1.25zM9 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 12m0-5c.83 0 1.5.67 1.5 1.5S9.83 10 9 10s-1.5-.67-1.5-1.5S8.17 7 9 7m7.04 6.81c1.16.84 1.96 1.96 1.96 3.44V19h4v-1.75c0-2.02-3.5-3.17-5.96-3.44M15 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.35`}),`PeopleOutlined`),bc=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,backgroundColor:e.palette.background.paper,flexBasis:`70%`,borderRadius:e.shape.borderRadiusLarge})),xc=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`})),Sc=U(`div`)(({theme:e})=>({display:`flex`,flexGrow:1})),Cc=U(`div`)(({theme:e})=>({flexBasis:`50%`,padding:e.spacing(3,2,6,8),display:`flex`,gap:e.spacing(3),flexDirection:`column`})),wc=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`row`,gap:e.spacing(2),alignItems:`center`,fontSize:e.spacing(1.75),fontWeight:`bold`})),Tc=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,justifyContent:`space-between`})),Ec=U(Zr)(({theme:e})=>({backgroundColor:e.palette.primary.main,color:e.palette.background.paper,borderRadius:`50%`,padding:e.spacing(.5),width:`28px`,height:`28px`})),Dc=U(Yt)(({theme:e})=>({color:e.palette.primary.main})),Oc=U(yc)(({theme:e})=>({color:e.palette.primary.main})),kc=U(vc)(({theme:e})=>({color:e.palette.primary.main})),Ac=({projectId:e,onClose:t})=>(0,G.jsxs)(bc,{children:[(0,G.jsxs)(xc,{children:[(0,G.jsx)(Ec,{}),(0,G.jsxs)(Tc,{children:[(0,G.jsx)(H,{fontWeight:`bold`,children:`Setup completed`}),(0,G.jsx)(H,{variant:`body2`,children:`Next steps`})]}),(0,G.jsx)(Ua,{title:`Close`,arrow:!0,sx:{ml:`auto`},children:(0,G.jsx)(ur,{onClick:t,size:`small`,children:(0,G.jsx)(Ut,{})})})]}),(0,G.jsxs)(Sc,{children:[(0,G.jsxs)(Cc,{children:[(0,G.jsxs)(wc,{children:[(0,G.jsx)(Dc,{}),`Expose your feature flag to users`]}),(0,G.jsxs)(H,{children:[`You can have fine grained control over who is exposed to your feature flag by leveraging`,` `,(0,G.jsx)(z,{className:`unleash-action-button`,to:`https://docs.getunleash.io/concepts/activation-strategies`,target:`_blank`,rel:`noopener noreferrer`,children:`strategies`}),`. Visit the feature flag page to start adding strategies to control exposure.`]})]}),(0,G.jsxs)(Cc,{children:[(0,G.jsxs)(wc,{children:[(0,G.jsx)(Oc,{}),`Add members to your project`]}),(0,G.jsxs)(H,{children:[`Unleash is best when collaborating with your co-workers.`,` `,(0,G.jsx)(z,{className:`unleash-action-button`,to:`/projects/${e}/settings/access`,children:`Add your co-workers to the project`}),`.`]})]}),(0,G.jsxs)(Cc,{children:[(0,G.jsxs)(wc,{children:[(0,G.jsx)(kc,{}),`Learn about Unleash`]}),(0,G.jsxs)(H,{children:[`Take a deep dive through our documentation,`,` `,(0,G.jsx)(z,{className:`unleash-action-button`,to:`https://docs.getunleash.io/unleash-academy/foundational`,target:`_blank`,rel:`noopener noreferrer`,children:`starting with the foundations of Unleash`}),`.`]})]})]})]}),jc=({selectedIds:e,projectId:t,onConfirm:n})=>{let[r,i]=(0,W.useState)(!1),[a,o]=(0,W.useState)(!1),{trackEvent:s}=I(),c=async()=>{o(!0)},l=async()=>{i(!0)};return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(ea,{projectId:t,permission:fa,children:({hasAccess:e})=>(0,G.jsx)(V,{disabled:!e,startIcon:(0,G.jsx)(Hi,{}),variant:`outlined`,size:`small`,onClick:c,"date-testid":`batch_revive`,children:`Revive`})}),(0,G.jsx)(ea,{projectId:t,permission:T,children:({hasAccess:e})=>(0,G.jsx)(V,{disabled:!e,startIcon:(0,G.jsx)(fn,{}),variant:`outlined`,size:`small`,onClick:l,children:`Delete`})}),(0,G.jsx)(xa,{deletedFeatures:e,projectId:t,open:r,setOpen:i,refetch:()=>{n?.(),s(`batch_operations`,{props:{eventType:`features deleted`}})}}),(0,G.jsx)(oe,{revivedFeatures:e,projectId:t,open:a,setOpen:o,refetch:()=>{n?.(),s(`batch_operations`,{props:{eventType:`features revived`}})}})]})};function Mc(e){return yt(`MuiTimelineSeparator`,e)}Xr(`MuiTimelineSeparator`,[`root`]);var Nc=e=>{let{classes:t}=e;return mn({root:[`root`]},Mc,t)},Pc=U(`div`,{name:`MuiTimelineSeparator`,slot:`Root`,overridesResolver:(e,t)=>t.root})({display:`flex`,flexDirection:`column`,flex:0,alignItems:`center`}),Fc=W.forwardRef(function(e,t){let n=rn({props:e,name:`MuiTimelineSeparator`}),{className:r,...i}=n,a=n;return(0,G.jsx)(Pc,{className:Tt(Nc(a).root,r),ownerState:a,ref:t,...i})}),Ic=W.createContext({});function Lc(e){return yt(`MuiTimelineContent`,e)}var Rc=Xr(`MuiTimelineContent`,[`root`,`positionLeft`,`positionRight`,`positionAlternate`,`positionAlternateReverse`]);function zc(e){return e===`alternate-reverse`?`positionAlternateReverse`:`position${hr(e)}`}var Bc=e=>{let{position:t,classes:n}=e;return mn({root:[`root`,zc(t)]},Lc,n)},Vc=U(H,{name:`MuiTimelineContent`,slot:`Root`,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[zc(n.position)]]}})(({ownerState:e})=>({flex:1,padding:`6px 16px`,textAlign:`left`,...e.position===`left`&&{textAlign:`right`}})),Hc=W.forwardRef(function(e,t){let n=rn({props:e,name:`MuiTimelineContent`}),{className:r,...i}=n,{position:a}=W.useContext(Ic),o={...n,position:a||`right`};return(0,G.jsx)(Vc,{component:`div`,className:Tt(Bc(o).root,r),ownerState:o,ref:t,...i})}),Uc=Xr(`MuiTimelineOppositeContent`,[`root`,`positionLeft`,`positionRight`,`positionAlternate`,`positionAlternateReverse`]);function Wc(e){return yt(`MuiTimelineItem`,e)}var Gc=Xr(`MuiTimelineItem`,[`root`,`positionLeft`,`positionRight`,`positionAlternate`,`positionAlternateReverse`,`missingOppositeContent`]),Kc=e=>{let{position:t,classes:n,hasOppositeContent:r}=e;return mn({root:[`root`,zc(t),!r&&`missingOppositeContent`]},Wc,n)},qc=U(`li`,{name:`MuiTimelineItem`,slot:`Root`,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[zc(n.position)]]}})(({ownerState:e})=>({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`,[`& .${Rc.root}`]:{textAlign:`right`},[`& .${Uc.root}`]:{textAlign:`left`}}},...!e.hasOppositeContent&&{"&::before":{content:`""`,flex:1,padding:`6px 16px`}}})),Jc=W.forwardRef(function(e,t){let n=rn({props:e,name:`MuiTimelineItem`}),{position:r,className:i,...a}=n,{position:o}=W.useContext(Ic),s=!1;W.Children.forEach(n.children,e=>{Lr(e,[`TimelineOppositeContent`])&&(s=!0)});let c={...n,position:r||o||`right`,hasOppositeContent:s},l=Kc(c),u=W.useMemo(()=>({position:c.position}),[c.position]);return(0,G.jsx)(Ic.Provider,{value:u,children:(0,G.jsx)(qc,{className:Tt(l.root,i),ownerState:c,ref:t,...a})})});function Yc(e){return yt(`MuiTimelineConnector`,e)}Xr(`MuiTimelineConnector`,[`root`]);var Xc=e=>{let{classes:t}=e;return mn({root:[`root`]},Yc,t)},Zc=U(`span`,{name:`MuiTimelineConnector`,slot:`Root`,overridesResolver:(e,t)=>t.root})(({theme:e})=>({width:2,backgroundColor:(e.vars||e).palette.grey[400],flexGrow:1})),Qc=W.forwardRef(function(e,t){let n=rn({props:e,name:`MuiTimelineConnector`}),{className:r,...i}=n,a=n;return(0,G.jsx)(Zc,{className:Tt(Xc(a).root,r),ownerState:a,ref:t,...i})});function $c(e){return yt(`MuiTimelineDot`,e)}Xr(`MuiTimelineDot`,[`root`,`filled`,`outlined`,`filledGrey`,`outlinedGrey`,`filledPrimary`,`outlinedPrimary`,`filledSecondary`,`outlinedSecondary`]);var el=e=>{let{color:t,variant:n,classes:r}=e;return mn({root:[`root`,n,t!==`inherit`&&`${n}${hr(t)}`]},$c,r)},tl=U(`span`,{name:`MuiTimelineDot`,slot:`Root`,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,t[n.color!==`inherit`&&`${n.variant}${hr(n.color)}`],t[n.variant]]}})(({ownerState:e,theme:t})=>({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`&&{borderColor:`transparent`,...e.color!==`inherit`&&{...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`&&{boxShadow:`none`,backgroundColor:`transparent`,...e.color!==`inherit`&&{...e.color===`grey`?{borderColor:(t.vars||t).palette.grey[400]}:{borderColor:(t.vars||t).palette[e.color].main}}}})),nl=W.forwardRef(function(e,t){let n=rn({props:e,name:`MuiTimelineDot`}),{className:r,color:i=`grey`,variant:a=`filled`,...o}=n,s={...n,color:i,variant:a};return(0,G.jsx)(tl,{className:Tt(el(s).root,r),ownerState:s,ref:t,...o})});function rl(e){return yt(`MuiTimeline`,e)}Xr(`MuiTimeline`,[`root`,`positionLeft`,`positionRight`,`positionAlternate`,`positionAlternateReverse`]);var il=e=>{let{position:t,classes:n}=e;return mn({root:[`root`,t&&zc(t)]},rl,n)},al=U(`ul`,{name:`MuiTimeline`,slot:`Root`,overridesResolver:(e,t)=>{let{ownerState:n}=e;return[t.root,n.position&&t[zc(n.position)]]}})({display:`flex`,flexDirection:`column`,padding:`6px 16px`,flexGrow:1}),ol=W.forwardRef(function(e,t){let n=rn({props:e,name:`MuiTimeline`}),{position:r=`right`,className:i,...a}=n,o={...n,position:r},s=il(o),c=W.useMemo(()=>({position:r}),[r]);return(0,G.jsx)(Ic.Provider,{value:c,children:(0,G.jsx)(al,{className:Tt(s.root,i),ownerState:o,ref:t,...a})})}),sl=U(ol)(()=>({padding:0,margin:0,[`& .${Gc.root}:before`]:{flex:0,padding:0}})),cl=U(Qc,{shouldForwardProp:e=>e!==`active`})(({theme:e,active:t})=>({width:`1px`,backgroundColor:t?e.palette.common.white:`${fe(e.palette.common.white,.5)}`})),ll=U(nl,{shouldForwardProp:e=>e!==`active`})(({theme:e,active:t})=>({color:t?e.palette.background.sidebar:`${fe(e.palette.common.white,.8)}`,backgroundColor:t?e.palette.common.white:`initial`,fontWeight:t?e.fontWeight.bold:`normal`,borderColor:t?e.palette.common.white:`${fe(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)})),ul=U(Hc,{shouldForwardProp:e=>e!==`active`})(({theme:e,active:t})=>({padding:e.spacing(2,2,6,2),color:t?e.palette.common.white:`${fe(e.palette.common.white,.8)}`})),dl=U(B,{shouldForwardProp:e=>e!==`active`})(({theme:e,active:t})=>({fontWeight:t?e.fontWeight.bold:`normal`,fontSize:e.fontSizes.bodySize})),fl=U(B)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),pl=({stage:e})=>(0,G.jsxs)(sl,{children:[(0,G.jsxs)(Jc,{children:[(0,G.jsxs)(Fc,{children:[(0,G.jsx)(ll,{variant:`outlined`,active:e===`configure`,children:`1`}),(0,G.jsx)(cl,{active:e===`configure`})]}),(0,G.jsxs)(ul,{active:e===`configure`,children:[(0,G.jsx)(dl,{active:e===`configure`,children:`Import file`}),(0,G.jsx)(fl,{children:`Import previously exported flag configuration from another Unleash instance as a JSON file`})]})]}),(0,G.jsxs)(Jc,{children:[(0,G.jsxs)(Fc,{children:[(0,G.jsx)(ll,{variant:`outlined`,active:e===`validate`,children:`2`}),(0,G.jsx)(cl,{active:e===`validate`})]}),(0,G.jsxs)(ul,{active:e===`validate`,children:[(0,G.jsx)(dl,{active:e===`validate`,children:`Validate configuration`}),(0,G.jsx)(fl,{children:`Check the errors and warnings from the import process`})]})]}),(0,G.jsxs)(Jc,{children:[(0,G.jsx)(Fc,{children:(0,G.jsx)(ll,{variant:`outlined`,active:e===`import`,children:`3`})}),(0,G.jsxs)(ul,{active:e===`import`,children:[(0,G.jsx)(dl,{active:e===`import`,children:`Finish import`}),(0,G.jsx)(fl,{children:`Feature flag configuration will be imported to your new Unleash instance`})]})]})]});function ml(e,t,n,r){function i(e){return e instanceof n?e:new n(function(t){t(e)})}return new(n||=Promise)(function(n,a){function o(e){try{c(r.next(e))}catch(e){a(e)}}function s(e){try{c(r.throw(e))}catch(e){a(e)}}function c(e){e.done?n(e.value):i(e.value).then(o,s)}c((r=r.apply(e,t||[])).next())})}var hl=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 gl(e,t,n){let r=_l(e),{webkitRelativePath:i}=e,a=typeof t==`string`?t:typeof i==`string`&&i.length>0?i:`./${e.name}`;return typeof r.path!=`string`&&vl(r,`path`,a),n!==void 0&&Object.defineProperty(r,`handle`,{value:n,writable:!1,configurable:!1,enumerable:!0}),vl(r,`relativePath`,a),r}function _l(e){let{name:t}=e;if(t&&t.lastIndexOf(`.`)!==-1&&!e.type){let n=t.split(`.`).pop().toLowerCase(),r=hl.get(n);r&&Object.defineProperty(e,`type`,{value:r,writable:!1,configurable:!1,enumerable:!0})}return e}function vl(e,t,n){Object.defineProperty(e,t,{value:n,writable:!1,configurable:!1,enumerable:!0})}var yl=[`.DS_Store`,`Thumbs.db`];function bl(e){return ml(this,void 0,void 0,function*(){return Cl(e)&&xl(e.dataTransfer)?El(e.dataTransfer,e.type):Sl(e)?wl(e):Array.isArray(e)&&e.every(e=>`getFile`in e&&typeof e.getFile==`function`)?Tl(e):[]})}function xl(e){return Cl(e)}function Sl(e){return Cl(e)&&Cl(e.target)}function Cl(e){return typeof e==`object`&&!!e}function wl(e){return Ol(e.target.files).map(e=>gl(e))}function Tl(e){return ml(this,void 0,void 0,function*(){return(yield Promise.all(e.map(e=>e.getFile()))).map(e=>gl(e))})}function El(e,t){return ml(this,void 0,void 0,function*(){if(e.items){let n=Ol(e.items).filter(e=>e.kind===`file`);return t===`drop`?Dl(Al(yield Promise.all(n.map(kl)))):n}return Dl(Ol(e.files).map(e=>gl(e)))})}function Dl(e){return e.filter(e=>yl.indexOf(e.name)===-1)}function Ol(e){if(e===null)return[];let t=[];for(let n=0;n<e.length;n++){let r=e[n];t.push(r)}return t}function kl(e){if(typeof e.webkitGetAsEntry!=`function`)return jl(e);let t=e.webkitGetAsEntry();return t&&t.isDirectory?Nl(t):jl(e,t)}function Al(e){return e.reduce((e,t)=>[...e,...Array.isArray(t)?Al(t):[t]],[])}function jl(e,t){return ml(this,void 0,void 0,function*(){if(globalThis.isSecureContext&&typeof e.getAsFileSystemHandle==`function`){let t=yield e.getAsFileSystemHandle();if(t===null)throw Error(`${e} is not a File`);if(t!==void 0){let e=yield t.getFile();return e.handle=t,gl(e)}}let n=e.getAsFile();if(!n)throw Error(`${e} is not a File`);return gl(n,t?.fullPath??void 0)})}function Ml(e){return ml(this,void 0,void 0,function*(){return e.isDirectory?Nl(e):Pl(e)})}function Nl(e){let t=e.createReader();return new Promise((e,n)=>{let r=[];function i(){t.readEntries(t=>ml(this,void 0,void 0,function*(){if(t.length){let e=Promise.all(t.map(Ml));r.push(e),i()}else try{e(yield Promise.all(r))}catch(e){n(e)}}),e=>{n(e)})}i()})}function Pl(e){return ml(this,void 0,void 0,function*(){return new Promise((t,n)=>{e.file(n=>{t(gl(n,e.fullPath))},e=>{n(e)})})})}var Fl=n(t((e=>{e.__esModule=!0,e.default=function(e,t){if(e&&t){var n=Array.isArray(t)?t:t.split(`,`);if(n.length===0)return!0;var r=e.name||``,i=(e.type||``).toLowerCase(),a=i.replace(/\/.*$/,``);return n.some(function(e){var t=e.trim().toLowerCase();return t.charAt(0)===`.`?r.toLowerCase().endsWith(t):t.endsWith(`/*`)?a===t.replace(/\/.*$/,``):i===t})}return!0}}))());function Il(e){return zl(e)||Rl(e)||Gl(e)||Ll()}function Ll(){throw TypeError(`Invalid attempt to spread non-iterable instance.
5
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Rl(e){if(typeof Symbol<`u`&&e[Symbol.iterator]!=null||e[`@@iterator`]!=null)return Array.from(e)}function zl(e){if(Array.isArray(e))return Kl(e)}function Bl(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Vl(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]==null?{}:arguments[t];t%2?Bl(Object(n),!0).forEach(function(t){Hl(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Bl(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Hl(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Ul(e,t){return Jl(e)||ql(e,t)||Gl(e,t)||Wl()}function Wl(){throw TypeError(`Invalid attempt to destructure non-iterable instance.
6
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Gl(e,t){if(e){if(typeof e==`string`)return Kl(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 Kl(e,t)}}function Kl(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function ql(e,t){var n=e==null?null:typeof Symbol<`u`&&e[Symbol.iterator]||e[`@@iterator`];if(n!=null){var r=[],i=!0,a=!1,o,s;try{for(n=n.call(e);!(i=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));i=!0);}catch(e){a=!0,s=e}finally{try{!i&&n.return!=null&&n.return()}finally{if(a)throw s}}return r}}function Jl(e){if(Array.isArray(e))return e}var Yl=typeof Fl.default==`function`?Fl.default:Fl.default.default,Xl=`file-invalid-type`,Zl=`file-too-large`,Ql=`file-too-small`,$l=`too-many-files`,eu=function(){var e=(arguments.length>0&&arguments[0]!==void 0?arguments[0]:``).split(`,`);return{code:Xl,message:`File type must be ${e.length>1?`one of ${e.join(`, `)}`:e[0]}`}},tu=function(e){return{code:Zl,message:`File is larger than ${e} ${e===1?`byte`:`bytes`}`}},nu=function(e){return{code:Ql,message:`File is smaller than ${e} ${e===1?`byte`:`bytes`}`}},ru={code:$l,message:`Too many files`};function iu(e){return e.type===``&&typeof e.getAsFile==`function`}function au(e,t){var n=e.type===`application/x-moz-file`||Yl(e,t)||iu(e);return[n,n?null:eu(t)]}function ou(e,t,n){if(su(e.size)){if(su(t)&&su(n)){if(e.size>n)return[!1,tu(n)];if(e.size<t)return[!1,nu(t)]}else if(su(t)&&e.size<t)return[!1,nu(t)];else if(su(n)&&e.size>n)return[!1,tu(n)]}return[!0,null]}function su(e){return e!=null}function cu(e){var t=e.files,n=e.accept,r=e.minSize,i=e.maxSize,a=e.multiple,o=e.maxFiles,s=e.validator;return!a&&t.length>1||a&&o>=1&&t.length>o?!1:t.every(function(e){var t=Ul(au(e,n),1)[0],a=Ul(ou(e,r,i),1)[0],o=s?s(e):null;return t&&a&&!o})}function lu(e){return typeof e.isPropagationStopped==`function`?e.isPropagationStopped():e.cancelBubble===void 0?!1:e.cancelBubble}function uu(e){return e.dataTransfer?Array.prototype.some.call(e.dataTransfer.types,function(e){return e===`Files`||e===`application/x-moz-file`}):!!e.target&&!!e.target.files}function du(e){e.preventDefault()}function fu(e){return e.indexOf(`MSIE`)!==-1||e.indexOf(`Trident/`)!==-1}function pu(e){return e.indexOf(`Edge/`)!==-1}function mu(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:window.navigator.userAgent;return fu(e)||pu(e)}function hu(){var e=[...arguments];return function(t){var n=[...arguments].slice(1);return e.some(function(e){return!lu(t)&&e&&e.apply(void 0,[t].concat(n)),lu(t)})}}function gu(){return`showOpenFilePicker`in window}function _u(e){return su(e)?[{description:`Files`,accept:Object.entries(e).filter(function(e){var t=Ul(e,2),n=t[0],r=t[1],i=!0;return xu(n)||(console.warn(`Skipped "${n}" 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.`),i=!1),(!Array.isArray(r)||!r.every(Su))&&(console.warn(`Skipped "${n}" because an invalid file extension was provided.`),i=!1),i}).reduce(function(e,t){var n=Ul(t,2),r=n[0],i=n[1];return Vl(Vl({},e),{},Hl({},r,i))},{})}]:e}function vu(e){if(su(e))return Object.entries(e).reduce(function(e,t){var n=Ul(t,2),r=n[0],i=n[1];return[].concat(Il(e),[r],Il(i))},[]).filter(function(e){return xu(e)||Su(e)}).join(`,`)}function yu(e){return e instanceof DOMException&&(e.name===`AbortError`||e.code===e.ABORT_ERR)}function bu(e){return e instanceof DOMException&&(e.name===`SecurityError`||e.code===e.SECURITY_ERR)}function xu(e){return e===`audio/*`||e===`video/*`||e===`image/*`||e===`text/*`||e===`application/*`||/\w+\/[-+.\w]+/g.test(e)}function Su(e){return/^.*\.[\w]+$/.test(e)}var K=n(Be()),Cu=[`children`],wu=[`open`],Tu=[`refKey`,`role`,`onKeyDown`,`onFocus`,`onBlur`,`onClick`,`onDragEnter`,`onDragOver`,`onDragLeave`,`onDrop`],Eu=[`refKey`,`onChange`,`onClick`];function Du(e){return Au(e)||ku(e)||Nu(e)||Ou()}function Ou(){throw TypeError(`Invalid attempt to spread non-iterable instance.
7
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function ku(e){if(typeof Symbol<`u`&&e[Symbol.iterator]!=null||e[`@@iterator`]!=null)return Array.from(e)}function Au(e){if(Array.isArray(e))return Pu(e)}function ju(e,t){return Iu(e)||Fu(e,t)||Nu(e,t)||Mu()}function Mu(){throw TypeError(`Invalid attempt to destructure non-iterable instance.
8
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function Nu(e,t){if(e){if(typeof e==`string`)return Pu(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 Pu(e,t)}}function Pu(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Fu(e,t){var n=e==null?null:typeof Symbol<`u`&&e[Symbol.iterator]||e[`@@iterator`];if(n!=null){var r=[],i=!0,a=!1,o,s;try{for(n=n.call(e);!(i=(o=n.next()).done)&&(r.push(o.value),!(t&&r.length===t));i=!0);}catch(e){a=!0,s=e}finally{try{!i&&n.return!=null&&n.return()}finally{if(a)throw s}}return r}}function Iu(e){if(Array.isArray(e))return e}function Lu(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Ru(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]==null?{}:arguments[t];t%2?Lu(Object(n),!0).forEach(function(t){zu(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Lu(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function zu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Bu(e,t){if(e==null)return{};var n=Vu(e,t),r,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)r=a[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Vu(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,a;for(a=0;a<r.length;a++)i=r[a],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}var Hu=(0,W.forwardRef)(function(e,t){var n=e.children,r=Gu(Bu(e,Cu)),i=r.open,a=Bu(r,wu);return(0,W.useImperativeHandle)(t,function(){return{open:i}},[i]),W.createElement(W.Fragment,null,n(Ru(Ru({},a),{},{open:i})))});Hu.displayName=`Dropzone`;var Uu={disabled:!1,getFilesFromEvent:bl,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};Hu.defaultProps=Uu,Hu.propTypes={children:K.default.func,accept:K.default.objectOf(K.default.arrayOf(K.default.string)),multiple:K.default.bool,preventDropOnDocument:K.default.bool,noClick:K.default.bool,noKeyboard:K.default.bool,noDrag:K.default.bool,noDragEventsBubbling:K.default.bool,minSize:K.default.number,maxSize:K.default.number,maxFiles:K.default.number,disabled:K.default.bool,getFilesFromEvent:K.default.func,onFileDialogCancel:K.default.func,onFileDialogOpen:K.default.func,useFsAccessApi:K.default.bool,autoFocus:K.default.bool,onDragEnter:K.default.func,onDragLeave:K.default.func,onDragOver:K.default.func,onDrop:K.default.func,onDropAccepted:K.default.func,onDropRejected:K.default.func,onError:K.default.func,validator:K.default.func};var Wu={isFocused:!1,isFileDialogActive:!1,isDragActive:!1,isDragAccept:!1,isDragReject:!1,isDragGlobal:!1,acceptedFiles:[],fileRejections:[]};function Gu(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=Ru(Ru({},Uu),e),n=t.accept,r=t.disabled,i=t.getFilesFromEvent,a=t.maxSize,o=t.minSize,s=t.multiple,c=t.maxFiles,l=t.onDragEnter,u=t.onDragLeave,d=t.onDragOver,f=t.onDrop,p=t.onDropAccepted,m=t.onDropRejected,h=t.onFileDialogCancel,g=t.onFileDialogOpen,_=t.useFsAccessApi,v=t.autoFocus,y=t.preventDropOnDocument,b=t.noClick,x=t.noKeyboard,S=t.noDrag,C=t.noDragEventsBubbling,w=t.onError,T=t.validator,E=(0,W.useMemo)(function(){return vu(n)},[n]),D=(0,W.useMemo)(function(){return _u(n)},[n]),O=(0,W.useMemo)(function(){return typeof g==`function`?g:qu},[g]),k=(0,W.useMemo)(function(){return typeof h==`function`?h:qu},[h]),A=(0,W.useRef)(null),j=(0,W.useRef)(null),ee=ju((0,W.useReducer)(Ku,Wu),2),te=ee[0],M=ee[1],ne=te.isFocused,re=te.isFileDialogActive,N=(0,W.useRef)(typeof window<`u`&&window.isSecureContext&&_&&gu()),P=function(){!N.current&&re&&setTimeout(function(){j.current&&(j.current.files.length||(M({type:`closeDialog`}),k()))},300)};(0,W.useEffect)(function(){return window.addEventListener(`focus`,P,!1),function(){window.removeEventListener(`focus`,P,!1)}},[j,re,k,N]);var ie=(0,W.useRef)([]),ae=(0,W.useRef)([]),oe=function(e){A.current&&A.current.contains(e.target)||(e.preventDefault(),ie.current=[])};(0,W.useEffect)(function(){return y&&(document.addEventListener(`dragover`,du,!1),document.addEventListener(`drop`,oe,!1)),function(){y&&(document.removeEventListener(`dragover`,du),document.removeEventListener(`drop`,oe))}},[A,y]),(0,W.useEffect)(function(){var e=function(e){ae.current=[].concat(Du(ae.current),[e.target]),uu(e)&&M({isDragGlobal:!0,type:`setDragGlobal`})},t=function(e){ae.current=ae.current.filter(function(t){return t!==e.target&&t!==null}),!(ae.current.length>0)&&M({isDragGlobal:!1,type:`setDragGlobal`})},n=function(){ae.current=[],M({isDragGlobal:!1,type:`setDragGlobal`})},r=function(){ae.current=[],M({isDragGlobal:!1,type:`setDragGlobal`})};return document.addEventListener(`dragenter`,e,!1),document.addEventListener(`dragleave`,t,!1),document.addEventListener(`dragend`,n,!1),document.addEventListener(`drop`,r,!1),function(){document.removeEventListener(`dragenter`,e),document.removeEventListener(`dragleave`,t),document.removeEventListener(`dragend`,n),document.removeEventListener(`drop`,r)}},[A]),(0,W.useEffect)(function(){return!r&&v&&A.current&&A.current.focus(),function(){}},[A,v,r]);var se=(0,W.useCallback)(function(e){w?w(e):console.error(e)},[w]),ce=(0,W.useCallback)(function(e){e.preventDefault(),e.persist(),xe(e),ie.current=[].concat(Du(ie.current),[e.target]),uu(e)&&Promise.resolve(i(e)).then(function(t){if(!(lu(e)&&!C)){var n=t.length,r=n>0&&cu({files:t,accept:E,minSize:o,maxSize:a,multiple:s,maxFiles:c,validator:T});M({isDragAccept:r,isDragReject:n>0&&!r,isDragActive:!0,type:`setDraggedFiles`}),l&&l(e)}}).catch(function(e){return se(e)})},[i,l,se,C,E,o,a,s,c,T]),le=(0,W.useCallback)(function(e){e.preventDefault(),e.persist(),xe(e);var t=uu(e);if(t&&e.dataTransfer)try{e.dataTransfer.dropEffect=`copy`}catch{}return t&&d&&d(e),!1},[d,C]),ue=(0,W.useCallback)(function(e){e.preventDefault(),e.persist(),xe(e);var t=ie.current.filter(function(e){return A.current&&A.current.contains(e)}),n=t.indexOf(e.target);n!==-1&&t.splice(n,1),ie.current=t,!(t.length>0)&&(M({type:`setDraggedFiles`,isDragActive:!1,isDragAccept:!1,isDragReject:!1}),uu(e)&&u&&u(e))},[A,u,C]),de=(0,W.useCallback)(function(e,t){var n=[],r=[];e.forEach(function(e){var t=ju(au(e,E),2),i=t[0],s=t[1],c=ju(ou(e,o,a),2),l=c[0],u=c[1],d=T?T(e):null;if(i&&l&&!d)n.push(e);else{var f=[s,u];d&&(f=f.concat(d)),r.push({file:e,errors:f.filter(function(e){return e})})}}),(!s&&n.length>1||s&&c>=1&&n.length>c)&&(n.forEach(function(e){r.push({file:e,errors:[ru]})}),n.splice(0)),M({acceptedFiles:n,fileRejections:r,isDragReject:r.length>0,type:`setFiles`}),f&&f(n,r,t),r.length>0&&m&&m(r,t),n.length>0&&p&&p(n,t)},[M,s,E,o,a,c,f,p,m,T]),fe=(0,W.useCallback)(function(e){e.preventDefault(),e.persist(),xe(e),ie.current=[],uu(e)&&Promise.resolve(i(e)).then(function(t){lu(e)&&!C||de(t,e)}).catch(function(e){return se(e)}),M({type:`reset`})},[i,de,se,C]),pe=(0,W.useCallback)(function(){if(N.current){M({type:`openDialog`}),O();var e={multiple:s,types:D};window.showOpenFilePicker(e).then(function(e){return i(e)}).then(function(e){de(e,null),M({type:`closeDialog`})}).catch(function(e){yu(e)?(k(e),M({type:`closeDialog`})):bu(e)?(N.current=!1,j.current?(j.current.value=null,j.current.click()):se(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.`))):se(e)});return}j.current&&(M({type:`openDialog`}),O(),j.current.value=null,j.current.click())},[M,O,k,_,de,se,D,s]),me=(0,W.useCallback)(function(e){!A.current||!A.current.isEqualNode(e.target)||(e.key===` `||e.key===`Enter`||e.keyCode===32||e.keyCode===13)&&(e.preventDefault(),pe())},[A,pe]),he=(0,W.useCallback)(function(){M({type:`focus`})},[]),ge=(0,W.useCallback)(function(){M({type:`blur`})},[]),_e=(0,W.useCallback)(function(){b||(mu()?setTimeout(pe,0):pe())},[b,pe]),ve=function(e){return r?null:e},ye=function(e){return x?null:ve(e)},be=function(e){return S?null:ve(e)},xe=function(e){C&&e.stopPropagation()},Se=(0,W.useMemo)(function(){return function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.refKey,n=t===void 0?`ref`:t,i=e.role,a=e.onKeyDown,o=e.onFocus,s=e.onBlur,c=e.onClick,l=e.onDragEnter,u=e.onDragOver,d=e.onDragLeave,f=e.onDrop,p=Bu(e,Tu);return Ru(Ru(zu({onKeyDown:ye(hu(a,me)),onFocus:ye(hu(o,he)),onBlur:ye(hu(s,ge)),onClick:ve(hu(c,_e)),onDragEnter:be(hu(l,ce)),onDragOver:be(hu(u,le)),onDragLeave:be(hu(d,ue)),onDrop:be(hu(f,fe)),role:typeof i==`string`&&i!==``?i:`presentation`},n,A),!r&&!x?{tabIndex:0}:{}),p)}},[A,me,he,ge,_e,ce,le,ue,fe,x,S,r]),Ce=(0,W.useCallback)(function(e){e.stopPropagation()},[]),we=(0,W.useMemo)(function(){return function(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=e.refKey,n=t===void 0?`ref`:t,r=e.onChange,i=e.onClick,a=Bu(e,Eu);return Ru(Ru({},zu({accept:E,multiple:s,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:ve(hu(r,fe)),onClick:ve(hu(i,Ce)),tabIndex:-1},n,j)),a)}},[j,n,s,fe,r]);return Ru(Ru({},te),{},{isFocused:ne&&!r,getRootProps:Se,getInputProps:we,rootRef:A,inputRef:j,open:ve(pe)})}function Ku(e,t){switch(t.type){case`focus`:return Ru(Ru({},e),{},{isFocused:!0});case`blur`:return Ru(Ru({},e),{},{isFocused:!1});case`openDialog`:return Ru(Ru({},Wu),{},{isFileDialogActive:!0});case`closeDialog`:return Ru(Ru({},e),{},{isFileDialogActive:!1});case`setDraggedFiles`:return Ru(Ru({},e),{},{isDragActive:t.isDragActive,isDragAccept:t.isDragAccept,isDragReject:t.isDragReject});case`setFiles`:return Ru(Ru({},e),{},{acceptedFiles:t.acceptedFiles,fileRejections:t.fileRejections,isDragReject:t.isDragReject});case`setDragGlobal`:return Ru(Ru({},e),{},{isDragGlobal:t.isDragGlobal});case`reset`:return Ru({},Wu);default:return e}}function qu(){}var Ju=e=>JSON.stringify(JSON.parse(e),null,4),Yu=({onSuccess:e,onError:t})=>n=>{let r=n?.target?.result;if(typeof r==`string`)try{e(Ju(r))}catch{t(`Cannot format as valid JSON`)}else t(`Unsupported format`)},Xu=U(({onSuccess:e,onError:t,children:n,onDragStatusChange:r,...i})=>{let{getRootProps:a,getInputProps:o,isDragActive:s}=Gu({onDrop:(0,W.useCallback)(([n])=>{let r=new FileReader;r.onload=Yu({onSuccess:e,onError:t}),r.readAsText(n)},[]),accept:{"application/json":[`.json`]},maxFiles:1});return(0,W.useEffect)(()=>{r(s)},[s]),(0,G.jsxs)(B,{...a(),...i,children:[(0,G.jsx)(`input`,{"data-testid":`import-file`,...o()}),n]})})(({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`})),Zu=or((0,G.jsx)(`path`,{d:`m4 12 1.41 1.41L11 7.83V20h2V7.83l5.58 5.59L20 12l-8-8z`}),`ArrowUpward`),Qu=U(B)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),$u=U(H)(({theme:e})=>({marginBottom:e.spacing(.5)})),ed=U(B)(({theme:e})=>({marginBottom:e.spacing(3),color:e.palette.text.secondary,fontSize:e.fontSizes.smallBody})),td=()=>{let{templates:e}=Pa(),t=!!e.length;return(0,G.jsxs)(Qu,{children:[(0,G.jsx)($u,{children:`What is being imported?`}),(0,G.jsxs)(ed,{children:[`Feature flags will be imported with full configuration:`,(0,G.jsxs)(`ul`,{children:[(0,G.jsx)(`li`,{children:`strategies`}),(0,G.jsx)(`li`,{children:`context fields`}),(0,G.jsx)(`li`,{children:`variants`}),(0,G.jsx)(`li`,{children:`tags`}),(0,G.jsx)(`li`,{children:`feature flag status`}),(0,G.jsx)(`li`,{children:`feature dependencies`}),(0,G.jsx)(`li`,{children:`feature links`})]})]}),(0,G.jsx)($u,{children:`Exceptions?`}),(0,G.jsx)(ed,{children:`If the feature flag already exists in the new instance, it will be overwritten`}),(0,G.jsx)($u,{children:`What is not imported?`}),(0,G.jsx)(ed,{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&&(0,G.jsx)(ed,{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`})]})},nd=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%`})),rd=U(B)(({theme:e})=>({width:`100%`,borderTop:`1px solid ${e.palette.divider}`,marginTop:`auto`,paddingTop:e.spacing(3),display:`flex`,justifyContent:`flex-end`})),id=U(pa)(({theme:e})=>({width:`100%`})),ad=U(H)(({theme:e})=>({marginTop:e.spacing(4),fontSize:e.fontSizes.mainHeader})),od=U(H)(({theme:e})=>({marginTop:e.spacing(2),marginBottom:e.spacing(1.5),color:e.palette.text.secondary})),sd=U(H)(({theme:e})=>({marginTop:e.spacing(4),color:e.palette.text.secondary})),cd=({activeTab:e,setActiveTab:t})=>(0,G.jsx)(B,{sx:{borderBottom:1,borderColor:`divider`},children:(0,G.jsxs)(Tr,{value:e,children:[(0,G.jsx)(lr,{label:`Upload file`,value:`file`,onClick:()=>t(`file`)}),(0,G.jsx)(lr,{label:`Code editor`,value:`code`,"data-testid":je,onClick:()=>t(`code`)})]})}),ld=({activeTab:e,setActiveTab:t,importPayload:n,setImportPayload:r})=>{let[i,a]=(0,W.useState)(!1),{setToastData:o}=Lt();return(0,G.jsx)(w,{condition:e===`file`,show:(0,G.jsxs)(Xu,{onSuccess:e=>{r(e),t(`code`),o({type:`success`,text:`File uploaded`})},onError:e=>{r(``),o({type:`error`,text:e})},onDragStatusChange:a,children:[(0,G.jsx)(so,{sx:{width:80,height:80},active:i,children:(0,G.jsx)(Zu,{fontSize:`large`})}),(0,G.jsx)(ad,{children:i?`Drop your file to upload`:`Drop your file here`}),(0,G.jsx)(od,{children:`or select a file from your device`}),(0,G.jsx)(V,{variant:`outlined`,children:`Select file`}),(0,G.jsx)(sd,{children:`JSON format: max 500 kB`})]}),elseShow:(0,G.jsx)(id,{label:`Exported feature flags`,variant:`outlined`,onChange:e=>r(e.target.value),value:n,"data-testid":rt,multiline:!0,minRows:13,maxRows:13})})},ud=({onSubmit:e,onClose:t,disabled:n})=>(0,G.jsxs)(rd,{children:[(0,G.jsx)(V,{sx:{position:`static`},variant:`contained`,type:`submit`,onClick:e,"data-testid":za,disabled:n,children:`Validate`}),(0,G.jsx)(V,{sx:{position:`static`,ml:2},variant:`outlined`,type:`submit`,onClick:t,children:`Cancel import`})]}),dd=({tabs:e,importOptions:t,importArea:n,actions:r})=>(0,G.jsxs)(nd,{children:[e,t,n,(0,G.jsx)(td,{}),r]}),fd=()=>{let{makeRequest:e,createRequest:t,errors:n,loading:r}=St({propagateErrors:!0});return{loading:r,errors:n,validateImport:async n=>{let r=t(`api/admin/features-batch/validate`,{method:`POST`,body:JSON.stringify(n)});return(await e(r.caller,r.id)).json()}}},pd=U(B)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),md=U(`span`)(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.secondary})),hd=U(`span`)(({theme:e})=>({fontSize:e.fontSizes.smallBody,color:e.palette.text.primary,fontWeight:e.fontWeight.bold})),gd=U(B)(({theme:e})=>({border:`1px solid ${e.palette.error.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),_d=U(B)(({theme:e})=>({border:`1px solid ${e.palette.warning.border}`,borderRadius:e.shape.borderRadiusLarge,paddingBottom:e.spacing(2)})),vd=U(B)(({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)})),yd=U(B)(({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)})),bd=U(B)(({theme:e})=>({color:e.palette.error.dark,fontSize:e.fontSizes.smallBody})),xd=U(B)(({theme:e})=>({color:e.palette.warning.dark,fontSize:e.fontSizes.smallBody})),Sd=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}`})),Cd=U(`li`)(({theme:e})=>({fontSize:e.fontSizes.smallBody})),wd=({environment:e,project:t,payload:n,onClose:r,onBack:i,onSubmit:a})=>{let{validateImport:o}=fd(),{setToastData:s}=Lt(),{trackEvent:c}=I(),[l,u]=(0,W.useState)({errors:[],warnings:[],permissions:[]}),[d,f]=(0,W.useState)(!0),p=e=>{e.errors.length>0||e.permissions.length>0?c(`export_import`,{props:{eventType:`validation fail`}}):c(`export_import`,{props:{eventType:`validation success`}}),u(e)};return(0,W.useEffect)(()=>{o({environment:e,project:t,data:JSON.parse(n)}).then(p).catch(e=>{f(!1),s({type:`error`,text:R(e)})})},[]),(0,G.jsxs)(nd,{children:[(0,G.jsxs)(pd,{children:[(0,G.jsx)(H,{sx:{mb:1.5},children:`You are importing this configuration in:`}),(0,G.jsxs)(B,{sx:{display:`flex`,gap:3},children:[(0,G.jsxs)(`span`,{children:[(0,G.jsx)(md,{children:`Environment: `}),(0,G.jsx)(hd,{children:e})]}),(0,G.jsxs)(`span`,{children:[(0,G.jsx)(md,{children:`Project: `}),(0,G.jsx)(hd,{children:t})]})]})]}),(0,G.jsx)(w,{condition:l.permissions.length>0,show:(0,G.jsxs)(gd,{children:[(0,G.jsxs)(vd,{children:[(0,G.jsx)(`strong`,{children:`Missing permissions!`}),` There are some permissions that you need to be granted before importing this configuration`]}),l.permissions.map(e=>(0,G.jsxs)(B,{sx:{p:2},children:[(0,G.jsx)(bd,{children:e.message}),(0,G.jsx)(Sd,{children:e.affectedItems.map(e=>(0,G.jsx)(Cd,{children:e},e))})]},e.message))]})}),(0,G.jsx)(w,{condition:l.errors.length>0,show:(0,G.jsxs)(gd,{children:[(0,G.jsxs)(vd,{children:[(0,G.jsx)(`strong`,{children:`Conflict!`}),` There are some errors that need to be fixed before the import.`]}),l.errors.map(e=>(0,G.jsxs)(B,{sx:{p:2},children:[(0,G.jsx)(bd,{children:e.message}),(0,G.jsx)(Sd,{children:e.affectedItems.map(e=>(0,G.jsx)(Cd,{children:e},e))})]},e.message))]})}),(0,G.jsx)(w,{condition:l.warnings.length>0,show:(0,G.jsxs)(_d,{children:[(0,G.jsxs)(yd,{children:[(0,G.jsx)(`strong`,{children:`Warning!`}),` It is recommended to verify the following information before importing.`]}),l.warnings.map(e=>(0,G.jsxs)(B,{sx:{p:2},children:[(0,G.jsx)(xd,{children:e.message}),(0,G.jsx)(Sd,{children:e.affectedItems.map(e=>(0,G.jsx)(Cd,{children:e},e))})]},e.message))]})}),(0,G.jsxs)(rd,{children:[(0,G.jsx)(V,{sx:{position:`static`,mr:`auto`},variant:`outlined`,type:`submit`,onClick:i,children:`Back`}),(0,G.jsx)(sr,{permission:Gn,projectId:t,sx:{position:`static`},variant:`contained`,type:`submit`,onClick:a,"data-testid":Un,disabled:l.errors.length>0||l.permissions.length>0||!d,children:`Import configuration`}),(0,G.jsx)(V,{sx:{position:`static`,ml:2},variant:`outlined`,type:`submit`,onClick:r,children:`Cancel import`})]})]})},Td=()=>{let{makeRequest:e,createRequest:t,errors:n,loading:r}=St({propagateErrors:!0}),{trackEvent:i}=I();return{loading:r,errors:n,createImport:async n=>{let r=t(`api/admin/features-batch/import`,{method:`POST`,body:JSON.stringify(n)});try{let t=await e(r.caller,r.id);return i(`export_import`,{props:{eventType:`features imported`}}),t}catch(e){throw i(`export_import`,{props:{eventType:`features import failed`}}),e}}}},Ed=U(k)(({theme:e})=>({padding:e.spacing(4,2,2,2),display:`flex`,flexDirection:`column`,alignItems:`center`,gap:e.spacing(8)})),Dd=U(H)(({theme:e})=>({fontSize:e.fontSizes.mainHeader})),Od=U(Jt)(({theme:e})=>({backgroundColor:e.palette.primary.main})),kd=U(Jt)(({theme:e})=>({backgroundColor:e.palette.error.main})),Ad=U(k)(({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})),jd=(e,t)=>e?{status:`loading`}:Object.keys(t).length>0?{status:`error`,errors:t}:{status:`success`},Md=({environment:e,project:t,payload:n,onClose:r})=>{let{createImport:i,loading:a,errors:o}=Td(),{refetch:s}=Ds(t),{refetch:c}=Cn(t),{setToastData:l}=Lt(),{isChangeRequestConfigured:u}=Pe(t);(0,W.useEffect)(()=>{i({environment:e,project:t,data:JSON.parse(n)}).then(()=>{s(),c()}).catch(e=>{l({type:`error`,text:R(e)})})},[]);let d=jd(a,o),f=u(e)&&d.status===`success`;return(0,G.jsxs)(nd,{children:[(0,G.jsxs)(Ed,{children:[(0,G.jsx)(w,{condition:d.status===`loading`,show:(0,G.jsx)(so,{sx:{width:80,height:80},active:!0,children:(0,G.jsx)(ao,{fontSize:`large`})})}),(0,G.jsx)(w,{condition:d.status===`success`,show:(0,G.jsx)(Od,{sx:{width:80,height:80},children:(0,G.jsx)(Zr,{fontSize:`large`})})}),(0,G.jsx)(w,{condition:d.status===`error`,show:(0,G.jsx)(kd,{sx:{width:80,height:80},children:(0,G.jsx)($i,{fontSize:`large`})})}),(0,G.jsxs)(Dd,{children:[(0,G.jsx)(w,{condition:d.status===`loading`,show:`Importing...`}),(0,G.jsx)(w,{condition:d.status===`success`,show:`Import completed`}),(0,G.jsx)(w,{condition:d.status===`error`,show:`Import failed`})]})]}),(0,G.jsx)(w,{condition:f,show:(0,G.jsxs)(Ad,{children:[`For this environment `,(0,G.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.`]})}),(0,G.jsx)(rd,{children:(0,G.jsx)(V,{sx:{position:`static`},variant:`contained`,type:`submit`,onClick:r,children:`Close`})})]})},Nd=U(B)(({theme:e})=>({backgroundColor:e.palette.background.elevation2,borderRadius:e.shape.borderRadiusLarge,padding:e.spacing(3)})),Pd=U(H)(({theme:e})=>({marginBottom:e.spacing(3),fontWeight:e.fontWeight.bold})),Fd=U(H)(({theme:e})=>({marginBottom:e.spacing(1.5)})),Id=({project:e,environment:t,onChange:n})=>{let{project:r}=se(e),i=r.environments?.map(({environment:e})=>({key:e,label:e,title:e}));return(0,W.useEffect)(()=>{t===``&&i?.[0]&&n(i[0].key)},[JSON.stringify(i)]),(0,G.jsxs)(Nd,{children:[(0,G.jsx)(Pd,{children:`Import options`}),(0,G.jsx)(Fd,{children:`Choose the environment to import the configuration for`}),(0,G.jsx)(le,{sx:{width:`180px`},options:i||[],onChange:n,label:`Environment`,value:t,"data-testid":tr,IconComponent:wa,fullWidth:!0})]})},Ld=U(`div`)(({theme:e})=>({minHeight:`100vh`,display:`flex`})),Rd=U(`div`)(({theme:e})=>({backgroundColor:e.palette.background.sidebar,padding:e.spacing(8),flexBasis:`30%`})),zd=U(`div`)(({theme:e})=>({textTransform:`uppercase`,fontSize:e.fontSizes.smallBody,color:e.palette.common.white,fontWeight:e.typography.fontWeightBold,marginBottom:e.spacing(3)})),Bd=e=>{try{return JSON.parse(e),!0}catch{return!1}},Vd=({open:e,setOpen:t,project:n})=>{let[r,i]=(0,W.useState)(`configure`),[a,o]=(0,W.useState)(``),[s,c]=(0,W.useState)(``),[l,u]=(0,W.useState)(`file`),d=()=>{t(!1)};(0,W.useEffect)(()=>{e===!0&&f()},[e]);let f=()=>{i(`configure`),o(``),c(``),u(`file`)};return(0,G.jsx)(Er,{open:e,onClose:d,label:`Import flags`,children:(0,G.jsxs)(Ld,{children:[(0,G.jsxs)(Rd,{children:[(0,G.jsx)(zd,{children:`Process`}),(0,G.jsx)(pl,{stage:r})]}),(0,G.jsx)(w,{condition:r===`configure`,show:(0,G.jsx)(dd,{tabs:(0,G.jsx)(cd,{activeTab:l,setActiveTab:u}),importOptions:(0,G.jsx)(Id,{project:n,environment:a,onChange:o}),importArea:(0,G.jsx)(ld,{activeTab:l,setActiveTab:u,importPayload:s,setImportPayload:c}),actions:(0,G.jsx)(ud,{disabled:!Bd(s),onSubmit:()=>i(`validate`),onClose:d})})}),(0,G.jsx)(w,{condition:r===`validate`,show:(0,G.jsx)(wd,{project:n,environment:a,payload:s,onBack:()=>i(`configure`),onSubmit:()=>i(`import`),onClose:d})}),(0,G.jsx)(w,{condition:r===`import`,show:(0,G.jsx)(Md,{project:n,environment:a,payload:s,onClose:d})})]})})},Hd=U(B)(({theme:e})=>({display:`flex`,gap:e.spacing(1),alignItems:`center`})),Ud=7,Wd=60*1e3,Gd=7,Kd=e=>{let t=mo(Te(new Date,Ud),{representation:`date`});return{project:`IS:${e}`,lifecycle:`IS:completed`,lastSeenAt:`IS_BEFORE:${t}`}},qd=({projectId:e})=>{let t=gi(),{shouldShowReminder:n,snoozeReminder:r}=Qa(),i=Ma(T,e),{trackEvent:a}=I(),o=`project-cleanup-${e}`,s=Kd(e),{total:c,loading:l}=yi(s,{refreshInterval:Wd});return!i||!n(o)||l||!c?null:(0,G.jsxs)(Kr,{severity:`warning`,icon:(0,G.jsx)($a,{}),action:(0,G.jsxs)(Hd,{children:[(0,G.jsx)(V,{size:`medium`,onClick:()=>{a(`project-cleanup`,{props:{eventType:`remind me later`}}),r(o,Gd)},children:`Remind me later`}),(0,G.jsx)(V,{variant:`contained`,size:`medium`,onClick:()=>{a(`project-cleanup`,{props:{eventType:`view flags clicked`}}),t(`/projects/${e}/features?${new URLSearchParams(s).toString()}`)},children:`View flags`})]}),children:[(0,G.jsx)(`b`,{children:`Time to clean up technical debt?`}),(0,G.jsxs)(`p`,{children:[`We haven't observed any metrics for `,c,` of the flags lately. Can `,c>1?`they`:`it`,` be archived?`]})]})},Jd=e=>`environment:${e}`,Yd=or((0,G.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 2M22 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-2m-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-2`}),`ViewWeek`),Xd=U(B)(()=>({...qi,justifyContent:`center`})),Zd=U(ur)(({theme:e})=>({margin:e.spacing(-1,0)})),Qd=U(B)(({theme:e})=>({...qi,justifyContent:`space-between`,padding:e.spacing(1,1,0,4)})),$d=U(Ea)(({theme:e})=>({padding:e.spacing(0,2),margin:e.spacing(0,2),borderRadius:e.shape.borderRadius})),ef=U(Mn)(({theme:e})=>({"&.MuiDivider-root.MuiDivider-fullWidth":{margin:e.spacing(.75,0)}})),tf=U(zi)(({theme:e})=>({padding:e.spacing(.75,1)})),nf=({columns:e,onToggle:t})=>{let[n,r]=(0,W.useState)(null),i=e=>{r(e.currentTarget)},a=()=>{r(null)},o=!!n,s=`columns-menu`,c=`columns-menu-list-${s}`;return(0,G.jsxs)(Xd,{children:[(0,G.jsx)(Ua,{title:`Select columns`,arrow:!0,describeChild:!0,children:(0,G.jsx)(Zd,{id:s,"aria-controls":o?c:void 0,"aria-haspopup":`true`,"aria-expanded":o?`true`:void 0,onClick:i,type:`button`,size:`large`,"data-loading":!0,children:(0,G.jsx)(Yd,{})})}),(0,G.jsxs)(Se,{id:c,open:o,anchorEl:n,onClose:a,anchorOrigin:{vertical:`top`,horizontal:`right`},transformOrigin:{vertical:`top`,horizontal:`right`},disableScrollLock:!0,PaperProps:{sx:e=>({borderRadius:e.shape.borderRadius,paddingBottom:e.spacing(2)})},children:[(0,G.jsxs)(Qd,{children:[(0,G.jsx)(H,{variant:`body2`,children:(0,G.jsx)(`strong`,{children:`Columns`})}),(0,G.jsx)(ur,{onClick:a,children:(0,G.jsx)(Ut,{})})]}),(0,G.jsx)(_e,{children:e.map(e=>e.id===`divider`?(0,G.jsx)(ef,{},`divider`):(0,G.jsxs)($d,{onClick:()=>{t?.(e.id)},disabled:e.isStatic===!0&&e.isVisible===!0,children:[(0,G.jsx)(oi,{children:(0,G.jsx)(tf,{edge:`start`,checked:e.isVisible,disableRipple:!0,inputProps:{"aria-labelledby":e.id},size:`medium`})}),(0,G.jsx)(Pt,{id:e.id,primary:(0,G.jsx)(H,{variant:`body2`,children:e.header})})]},e.id))})]})]})},rf=({columnVisibility:e,environments:t,onToggle:n})=>(0,G.jsx)(B,{sx:e=>({marginLeft:e.spacing(1)}),children:(0,G.jsx)(nf,{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(t=>({header:t,id:Jd(t),isVisible:e[Jd(t)]}))],onToggle:n})}),af=e=>(0,G.jsx)(`svg`,{width:24,height:24,viewBox:`0 0 16 24`,fill:`none`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,G.jsx)(`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`})}),of=()=>{let e=L(`projectId`),[t,n]=(0,W.useState)(!1);return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Ge,{permission:An,projectId:e,onClick:()=>n(!0),tooltipProps:{title:`Import`},"data-testid":Jn,"data-loading-project":!0,children:(0,G.jsx)(af,{})}),(0,G.jsx)(Vd,{open:t,setOpen:n,project:e})]})},sf=U(ur)(({theme:e})=>({padding:e.spacing(1.5)})),cf=({isLoading:e,totalItems:t,environmentsToExport:n,actions:r,title:i=`Feature flags`})=>{let a=L(`projectId`),o=jn(e||!1),[s,c]=(0,W.useState)(!1);return(0,G.jsx)(B,{ref:o,"aria-busy":e,"aria-live":`polite`,children:(0,G.jsx)(F,{titleElement:`${i} ${t===void 0?``:`(${t})`}`,actions:(0,G.jsxs)(G.Fragment,{children:[r,(0,G.jsx)(Ua,{title:`Export all project flags`,arrow:!0,children:(0,G.jsx)(sf,{"data-loading":!0,onClick:()=>c(!0),children:(0,G.jsx)(Xe,{})})}),(0,G.jsx)(of,{}),e?null:(0,G.jsx)(_r,{showExportDialog:s,project:a,data:[],onClose:()=>c(!1),environments:n||[]}),(0,G.jsx)(B,{children:(0,G.jsx)(Bs,{isLoading:e})})]})})})},lf=({isLoading:e,searchQuery:t,onChangeSearchQuery:n})=>{let r=jn(e||!1),{trackEvent:i}=I();return(0,G.jsx)(B,{ref:r,"aria-busy":e,"aria-live":`polite`,children:(0,G.jsx)(Oe,{placeholder:`Search`,expandable:!0,initialValue:t||``,onChange:e=>{n?.(e),i(`search-bar`,{props:{screen:`project`,length:e.length}})},hasFilters:!0,id:`projectFeatureFlags`})})},uf=vr(),df=e=>e.name,ff=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(2)})),pf=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)}})),mf=U(`div`)({display:`flex`,alignItems:`center`}),hf=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`,fontSize:e.typography.body2.fontSize,fontWeight:e.typography.fontWeightMedium,display:`inline-flex`,alignItems:`center`,"&:hover":{textDecoration:`none`}})),gf=({environments:e})=>{let{trackEvent:t}=I(),n=L(`projectId`),{project:r}=se(n),[i,a]=(0,W.useState)(!1),[o,s]=(0,W.useState)(!1),c=Ye(P().breakpoints.down(`xl`)),{features:l,total:u,refetch:d,loading:f,initialLoad:p,tableState:m,setTableState:h}=Ds(n),{onFlagTypeClick:g,onTagClick:_,onAvatarClick:v}=Os(m,h),y={tag:m.tag,createdAt:m.createdAt,type:m.type,state:m.state,createdBy:m.createdBy,archived:m.archived,lifecycle:m.lifecycle,lastSeenAt:m.lastSeenAt,favorite:m.favorite},{favorite:b,unfavorite:x}=ei(),S=(0,W.useCallback)(async e=>{e?.favorite?await x(n,e.name):await b(n,e.name),d()},[n,d]),C=(e=`archived flag`)=>{t(`project-cleanup`,{props:{eventType:e,showCleanupReminder:fe}})},{isChangeRequestConfigured:T}=Pe(n),{onToggle:D,modals:O}=ro(n),{rowActionsDialogs:k,setFeatureArchiveState:A,setFeatureStaleDialogState:j,setShowMarkCompletedDialogue:ee,setShowFeatureReviveDialogue:ne,setShowFeatureDeleteDialogue:re}=ws(d,n,C),N=!!(p||f),[ie,ae]=si(`onboarding-flow:v1-${n}`,`visible`),[oe,ce]=si(`onboarding-state:v1-${n}`,`hide-setup`),le=r.onboardingStatus.status!==`onboarded`&&ie===`visible`,ue=Xt(`onboardingProjectSetupNewSteps`),de=e=>{le||t(`onboarding`,{props:{eventType:`onboarding-finished`,onboardedSdk:e}})},fe=!m.lastSeenAt&&!m.lifecycle,pe=!!m.archived,me=()=>{h(pe?{archived:void 0}:{archived:{operator:`IS`,values:[`true`]},lifecycle:void 0})},ge=pe?[]:e,_e=(0,W.useMemo)(()=>[uf.display({id:`select`,header:({table:e})=>(0,G.jsx)(No,{title:`Select all rows`,checked:e?.getIsAllRowsSelected(),onChange:e?.getToggleAllRowsSelectedHandler()}),cell:({row:e})=>(0,G.jsx)(No,{title:`Select row`,checked:e?.getIsSelected(),onChange:e?.getToggleSelectedHandler()}),meta:{width:`1%`},enableHiding:!1}),uf.accessor(`name`,{id:`name`,header:`Name`,cell:En(_,g,S),enableHiding:!1}),uf.accessor(`createdAt`,{id:`createdAt`,header:`Created`,cell:et,meta:{width:`1%`}}),uf.accessor(`createdBy`,{id:`createdBy`,header:()=>(0,G.jsx)(`span`,{title:`Created by`,children:`By`}),cell:te(v),enableSorting:!1,meta:{width:`1%`,align:`center`}}),uf.accessor(`lastSeenAt`,{id:`lastSeenAt`,header:`Last seen`,cell:({row:{original:e}})=>(0,G.jsx)(da,{feature:e,"data-loading":!0}),size:50,meta:{align:`center`,width:`1%`}}),uf.accessor(`lifecycle`,{id:`lifecycle`,header:`Lifecycle`,cell:({row:{original:e}})=>(0,G.jsx)(ci,{feature:e,onComplete:()=>{ee({featureId:e.name,open:!0})},onUncomplete:d,onArchive:()=>A(e.name),"data-loading":!0}),enableSorting:!1,size:50,meta:{align:`center`,width:`1%`}}),...ge.map(e=>{let t=T(e);return uf.accessor(t=>({archived:t.archivedAt!==null,featureId:t.name,environment:t.environments?.find(t=>t.name===e),someEnabledEnvironmentHasVariants:t.environments?.some(e=>e.variantCount&&e.variantCount>0&&e.enabled)||!1}),{id:Jd(e),header:e,meta:{align:`center`,width:90},cell:({getValue:r})=>{let{featureId:i,environment:a,someEnabledEnvironmentHasVariants:o,archived:s}=r();return N?(0,G.jsx)(ds,{}):s?(0,G.jsx)(fs,{}):(0,G.jsx)(us,{value:a?.enabled||!1,featureId:i,someEnabledEnvironmentHasVariants:o,environment:a,projectId:n,environmentName:e,isChangeRequestEnabled:t,refetch:d,onFeatureToggleSwitch:D})}})}),uf.display({id:`actions`,header:``,cell:({row:e})=>m.archived?(0,G.jsx)(gn,{project:n,onRevive:()=>{ne({featureId:e.id,open:!0})},onDelete:()=>{re({featureId:e.id,open:!0})}}):(0,G.jsx)(jo,{row:e,projectId:n,onOpenArchiveDialog:A,onOpenStaleDialog:j}),enableSorting:!1,enableHiding:!1,meta:{align:`right`,width:`1%`}})],[n,ge,m.favoritesFirst,d,N]),ve=(0,W.useMemo)(()=>Array(m.limit).fill(null).map((e,t)=>({id:t,type:`-`,name:`Feature name ${t}`,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`}]})),[m.limit]),ye=jn(N),be=(0,W.useMemo)(()=>N?ve:l,[N,JSON.stringify(l)]),xe=Ji(Wi(m,h,{columns:_e,data:be,enableRowSelection:!0,state:{columnVisibility:Ss((0,W.useMemo)(()=>_e.map(e=>e.id).filter(Boolean),[_e]))},getRowId:df})),{columnVisibility:Se,rowSelection:Ce}=xe.getState(),we=(0,W.useCallback)(e=>{let t=Se[e],n={...Se,[e]:!t};h({columns:Object.keys(n).filter(e=>n[e]&&!e.includes(`,`))})},[Se,h]),Te=Ts(l,Ce);return(0,G.jsxs)(ff,{children:[(0,G.jsx)(w,{condition:le,show:ue?(0,G.jsx)(nc,{projectId:n,setConnectSdkOpen:a,setOnboardingFlow:ae,refetchFeatures:d}):(0,G.jsx)(hc,{projectId:n,setConnectSdkOpen:a,setOnboardingFlow:ae,refetchFeatures:d})}),oe===`show-setup`&&!le?(0,G.jsx)(Ac,{projectId:n,onClose:()=>{ce(`hide-setup`)}}):null,fe?(0,G.jsx)(qd,{projectId:n}):null,(0,G.jsx)(M,{disableLoading:!0,header:(0,G.jsx)(cf,{isLoading:p,totalItems:u,environmentsToExport:ge,actions:(0,G.jsx)(hf,{type:`button`,onClick:me,children:pe?`View active flags`:`View archived flags`}),title:pe?`Archived feature flags`:`Feature flags`}),bodyClass:`noop`,style:{cursor:`inherit`},children:(0,G.jsxs)(`div`,{ref:ye,"aria-busy":N,"aria-live":`polite`,children:[(0,G.jsxs)(pf,{children:[(0,G.jsxs)(mf,{children:[pe?(0,G.jsx)(B,{sx:{marginRight:`auto`},children:(0,G.jsx)(hs,{project:n,onChange:h,state:y})}):(0,G.jsx)(ys,{projectId:n,state:y,onChange:h,total:f?void 0:u}),c?null:(0,G.jsx)(lf,{searchQuery:m.query||``,onChangeSearchQuery:e=>{h({query:e})},isLoading:f}),(0,G.jsx)(rf,{columnVisibility:Se,environments:ge,onToggle:we})]}),pe?null:(0,G.jsxs)(B,{sx:{display:`flex`,alignItems:`center`},children:[(0,G.jsx)(mf,{children:(0,G.jsx)(hs,{project:n,onChange:h,state:y})}),(0,G.jsx)(he,{isActive:m.favoritesFirst,onClick:()=>h({favoritesFirst:!m.favoritesFirst})})]}),c?(0,G.jsx)(lf,{searchQuery:m.query||``,onChangeSearchQuery:e=>{h({query:e})},isLoading:f}):null]}),(0,G.jsx)(ir,{value:m.query||``,children:(0,G.jsx)(E,{tableInstance:xe,totalItems:u})}),(0,G.jsx)(w,{condition:!be.length&&!N,show:(0,G.jsx)(Cs,{query:m.query||``})}),k,O]})}),(0,G.jsx)(io,{open:i,onClose:()=>{a(!1)},onFinish:e=>{a(!1),ce(`show-setup`),de(e)},project:n,environments:ge,feature:`feature`in r.onboardingStatus?r.onboardingStatus.feature:void 0}),(0,G.jsx)(zo,{count:Te.length,children:m.archived?(0,G.jsx)(jc,{selectedIds:Object.keys(Ce),projectId:n,onConfirm:()=>{d(),xe.resetRowSelection(),C(`bulk archived`)}}):(0,G.jsx)(as,{selectedIds:Object.keys(Ce),data:Te,projectId:n,onResetSelection:xe.resetRowSelection,onChange:d})}),(0,G.jsx)(Vd,{open:o,setOpen:s,project:n})]})},_f=e=>{let t=`api/admin/projects/${e}/sdks/outdated`,{data:n,refetch:r,error:i}=pn(kt(t),()=>va(kt(t),`Outdated SDKs`),{refreshInterval:60*1e3});return{data:n||{sdks:[]},refetch:r,error:i}},vf=U(`ul`)({margin:0}),yf=({project:e})=>{let{data:{sdks:t}}=_f(e),{trackEvent:n}=I(),r=e=>{n(`sdk-banner`,{props:{eventType:`banner application clicked`,sdkVersion:e}})},i={message:`We noticed that an outdated SDK version is connected to ${e} project.`,variant:`warning`,link:`dialog`,linkText:`Please update those versions`,linkClicked:()=>{n(`sdk-banner`,{props:{eventType:`banner clicked`}})},dialogTitle:`Outdated SDKs`,dialog:(0,G.jsx)(G.Fragment,{children:t.map(e=>(0,G.jsxs)(`div`,{children:[(0,G.jsx)(`span`,{children:e.sdkVersion}),(0,G.jsx)(vf,{children:e.applications.map(t=>(0,G.jsx)(`li`,{onClick:()=>{r(e.sdkVersion)},onKeyDown:()=>{r(e.sdkVersion)},children:(0,G.jsx)(z,{to:`/applications/${t}`,children:t})},t))})]},e.sdkVersion))})};return(0,G.jsx)(G.Fragment,{children:(0,G.jsx)(w,{condition:t.length>0,show:(0,G.jsx)(Fr,{banner:i,inline:!0})})})},bf=15*1e3,xf=U(`div`)(({theme:e})=>({display:`flex`,gap:e.spacing(2),[e.breakpoints.down(`md`)]:{flexDirection:`column`}})),Sf=U(`div`)(()=>({width:`100%`,minWidth:0})),Cf=U(B)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(2),width:`100%`,minWidth:0})),wf=()=>{let e=L(`projectId`),t=Sa(e),n=Xt(`outdatedSdksBanner`),{project:r}=se(e,{refreshInterval:bf});wn(`Project overview – ${t}`);let{setLastViewed:i}=tt();return(0,W.useEffect)(()=>{i(e)},[e,i]),(0,G.jsx)(xf,{children:(0,G.jsxs)(Cf,{children:[(0,G.jsx)(w,{condition:n,show:(0,G.jsx)(yf,{project:e})}),(0,G.jsx)(Sf,{children:(0,G.jsx)(gf,{environments:r.environments?.map(e=>e.environment)||[]})})]})},e)},Tf=()=>(0,G.jsx)(He,{title:`Event Log`,project:L(`projectId`)}),Ef=(e,t)=>{let{data:n,error:r,mutate:i}=A(kt(`api/admin/projects/${e}/change-requests/${t}`),Df,{refreshInterval:15e3});return{data:n,loading:!r&&!n,refetchChangeRequest:()=>i(),error:r}},Df=e=>fetch(e).then(O(`Request changes`)).then(e=>e.json()),Of=U(ki)(({theme:e})=>({padding:e.spacing(3,4),borderRadius:`${e.shape.borderRadiusLarge}px`}));U(B)(({theme:e})=>({display:`flex`,alignItems:`center`,marginBottom:e.spacing(2)}));var kf=U(B)(({theme:e})=>({display:`flex`,alignItems:`center`})),Af=U(H)(({theme:e})=>({display:`flex`,alignItems:`center`,marginRight:e.spacing(1),fontSize:e.fontSizes.mainHeader})),jf=U(nt)(({theme:e})=>({padding:e.spacing(.75,1.5),backgroundColor:e.palette.background.elevation2})),Mf=U(on)(({theme:e})=>({height:`24px`,width:`24px`,marginInline:0})),Nf=({changeRequest:e})=>{let[t,n]=(0,W.useState)(e.title);return(0,G.jsxs)(Of,{elevation:0,children:[(0,G.jsx)(en,{environmentChangeRequest:e,title:t,setTitle:n,children:(0,G.jsx)(Af,{variant:`h1`,component:`h2`,sx:{mr:1.5},children:(0,G.jsx)(lt,{lines:3,children:t})})}),(0,G.jsxs)(kf,{children:[(0,G.jsx)(pr,{changeRequest:e}),(0,G.jsxs)(H,{variant:`body2`,sx:e=>({margin:e.spacing(`auto`,0,`auto`,2)}),children:[`Created `,(0,G.jsx)(Ha,{date:e.createdAt}),` by`]}),(0,G.jsx)(B,{sx:e=>({marginLeft:e.spacing(1)}),children:(0,G.jsx)(Ua,{title:e?.createdBy?.username,children:(0,G.jsx)(Mf,{user:e?.createdBy})})}),(0,G.jsx)(H,{variant:`body2`,sx:e=>({marginLeft:e.spacing(.5)}),children:e?.createdBy?.username}),(0,G.jsx)(B,{sx:e=>({marginLeft:e.spacing(1.5)}),children:(0,G.jsx)(jf,{variant:`outlined`,children:(0,G.jsxs)(H,{variant:`body2`,sx:{lineHeight:1},children:[`Environment:`,` `,(0,G.jsx)(H,{display:`inline`,fontWeight:`bold`,variant:`body2`,component:`span`,children:e?.environment}),` `,(0,G.jsx)(ma,{}),`Updates:`,(0,G.jsx)(Da,{featuresCount:e.features.length,segmentsCount:e.segments.length})]})})})]})]})},Pf=(e,t)=>[`Draft`,`In review`,...[`Approved`,`Applied`,`Cancelled`,`Scheduled`,`Rejected`].filter(n=>e.hasOwnProperty(n)||n===t)],Ff=[`Draft`,`In review`,`Approved`,`Applied`],If=[`Draft`,`In review`,`Rejected`],Lf=[`Draft`,`In review`,`Approved`,`Cancelled`],Rf=[`Draft`,`In review`,`Approved`,`Scheduled`,`Applied`],zf=U(Hc)(({theme:e})=>({display:`flex`,flexDirection:`column`})),Bf=U(ki)(({theme:e})=>({marginTop:e.spacing(2),borderRadius:`${e.shape.borderRadiusLarge}px`})),Vf=U(B)(({theme:e})=>({padding:e.spacing(2),marginBottom:`-${e.spacing(4)}`})),Hf=U(B)(({theme:e})=>({display:`flex`,flexDirection:`row`,alignItems:`flex-end`,columnGap:`1ch`})),Uf=U(ol)(()=>({[`& .${Gc.root}:before`]:{flex:0,padding:0}})),Wf=(e,t,n,r)=>e===`Cancelled`?`grey`:e===`Rejected`?n===`Rejected`?`error`:`success`:t!==-1&&t>=r?`success`:t+1===r?`primary`:`grey`,Gf=({state:e,schedule:t,timestamps:n})=>{let r;switch(e){case`Rejected`:r=n?Pf(n,`Rejected`):If;break;case`Scheduled`:r=Rf;break;case`Cancelled`:r=n?Pf(n,`Cancelled`):Lf;break;default:r=Ff}let i=r.indexOf(e);return(0,G.jsx)(Bf,{elevation:0,children:(0,G.jsx)(Vf,{children:(0,G.jsx)(Uf,{children:r.map((a,o)=>{let s=o<=i&&n?.[a]?(0,G.jsx)(H,{component:`span`,color:`textSecondary`,children:(0,G.jsx)(Kf,{dateTime:n?.[a]})}):void 0;if(t&&a===`Scheduled`)return(0,G.jsx)(Yf,{schedule:t,timestamp:s},a);let c=Wf(e,i,a,o),l={};return i+1===o&&!(e===`Cancelled`&&a===`Draft`)&&(l={variant:`outlined`}),(0,G.jsx)(qf,{color:c,title:a,shouldConnectToNextItem:o<r.length-1,timestamp:s,timelineDotProps:l},a)})})})})},Kf=({dateTime:e,...t})=>{let{locationSettings:n}=Kn(),r=ka(new Date(e||``),n.locale);return(0,G.jsx)(`time`,{...t,dateTime:e,children:r})},qf=({color:e,title:t,shouldConnectToNextItem:n,timestamp:r,timelineDotProps:i={}})=>(0,G.jsxs)(Jc,{children:[(0,G.jsxs)(Fc,{children:[(0,G.jsx)(nl,{color:e,...i}),n&&(0,G.jsx)(Qc,{})]}),(0,G.jsxs)(zf,{children:[t,r]})]},t),Jf=e=>{let t=({prefix:t})=>(0,G.jsxs)(H,{component:`span`,children:[t,` `,(0,G.jsx)(Kf,{dateTime:e.scheduledAt})]});switch(e.status){case`suspended`:return{title:`Schedule suspended`,timeInfo:(0,G.jsx)(t,{prefix:`was`}),color:`grey`,reason:(0,G.jsx)(ae,{title:e.reason,arrow:!0,children:(0,G.jsx)($i,{color:`disabled`,fontSize:`small`})})};case`failed`:return{title:`Schedule failed`,timeInfo:(0,G.jsx)(t,{prefix:`at`}),color:`error`,reason:(0,G.jsx)(ae,{title:`Schedule failed because of ${e.reason||e.failureReason}`,arrow:!0,children:(0,G.jsx)($i,{color:`error`,fontSize:`small`})})};default:return{title:`Scheduled`,timeInfo:(0,G.jsx)(t,{prefix:`for`}),color:`warning`,reason:null}}},Yf=({schedule:e,timestamp:t})=>{let{title:n,timeInfo:r,color:i,reason:a}=Jf(e);return(0,G.jsxs)(Jc,{children:[(0,G.jsxs)(Fc,{children:[(0,G.jsx)(nl,{color:i}),(0,G.jsx)(Qc,{})]}),(0,G.jsxs)(zf,{children:[n,(0,G.jsxs)(Hf,{children:[r,a]}),t]})]},n)},Xf=or([(0,G.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 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8`},`0`),(0,G.jsx)(`path`,{d:`M12.5 7H11v6l5.25 3.15.75-1.23-4.5-2.67z`},`1`)],`Schedule`),Zf=()=>e=>e!==`color`&&e!==`sx`&&e!==`approved`&&e!==`border`&&e!==`bgColor`&&e!==`svgColor`,Qf=U(B)(({theme:e})=>({display:`flex`,alignItems:`center`})),$f=U(Rr)(({theme:e})=>({color:e.palette.error.main,height:`35px`,width:`35px`,marginRight:e.spacing(1)})),ep=U(Rr)(({theme:e})=>({color:e.palette.warning.main,height:`35px`,width:`35px`,marginRight:e.spacing(1)})),tp=U(ge)(({theme:e})=>({color:e.palette.success.main,height:`35px`,width:`35px`,marginRight:e.spacing(1)})),np=U(Xf)(({theme:e})=>({color:e.palette.warning.main,height:`35px`,width:`35px`,marginRight:e.spacing(1)})),rp=U($i)(({theme:e})=>({color:e.palette.error.main,height:`35px`,width:`35px`,marginRight:e.spacing(1)})),ip=U(Di)(({theme:e})=>({color:e.palette.text.secondary,height:`35px`,width:`35px`,marginRight:e.spacing(1)})),ap=U(Ce)(({theme:e})=>({color:e.palette.text.secondary,height:`24px`,width:`24px`})),op=U(B)(({theme:e})=>({display:`flex`,marginTop:e.spacing(2)})),sp=U(B,{shouldForwardProp:Zf()})(({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}})),cp=U(Mn)(({theme:e})=>({margin:e.spacing(2.5,0)})),lp=U(B,{shouldForwardProp:Zf()})(({theme:e,border:t})=>({borderRadius:`${e.shape.borderRadiusLarge}px`,border:t,padding:e.spacing(3),width:`100%`})),up=U(H,{shouldForwardProp:Zf()})(({theme:e,color:t})=>({fontWeight:`bold`,color:t})),dp=U(B)({display:`flex`,flexDirection:`row`,justifyContent:`space-between`,width:`100%`}),fp=()=>Intl.DateTimeFormat().resolvedOptions().timeZone,pp=(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}`,mp=(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},hp=({changeRequest:e,onEditClick:t})=>{let n=P();return(0,G.jsxs)(op,{children:[(0,G.jsx)(sp,{...mp(e.state,n),children:(0,G.jsx)(vt,{})}),(0,G.jsx)(lp,{sx:{backgroundColor:e.state===`In review`?n.palette.warning.light:`initial`},border:pp(e.state,n),children:(0,G.jsx)(gp,{changeRequest:e,onEditClick:t})})]})},gp=({changeRequest:e,onEditClick:t})=>{let{state:n}=e;if(!n)return null;if(n===`Approved`)return(0,G.jsx)(_p,{});if(n===`Applied`)return(0,G.jsx)(yp,{});if(n===`Cancelled`)return(0,G.jsx)(Tp,{});if(n===`Rejected`)return(0,G.jsx)(Ep,{});if(n===`Scheduled`){let{schedule:n}=e;return(0,G.jsx)(xp,{schedule:n,onEditClick:t})}return(0,G.jsx)(vp,{minApprovals:e.minApprovals})},_p=()=>{let e=P();return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(Qf,{children:[(0,G.jsx)(tp,{}),(0,G.jsxs)(B,{children:[(0,G.jsx)(up,{color:e.palette.success.dark,children:`Changes approved`}),(0,G.jsx)(H,{children:`One approving review from requested approvers`})]})]}),(0,G.jsx)(cp,{}),(0,G.jsxs)(Qf,{children:[(0,G.jsx)(tp,{}),(0,G.jsx)(B,{children:(0,G.jsx)(up,{color:e.palette.success.dark,children:`Changes are ready to be applied`})})]})]})},vp=({minApprovals:e})=>{let t=P();return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(Qf,{children:[(0,G.jsx)(ep,{}),(0,G.jsxs)(B,{children:[(0,G.jsx)(up,{color:t.palette.warning.dark,children:`Review required`}),(0,G.jsxs)(H,{children:[`At least `,e,` approval(s) must be submitted before changes can be applied`]})]})]}),(0,G.jsx)(cp,{}),(0,G.jsxs)(Qf,{children:[(0,G.jsx)(ep,{}),(0,G.jsx)(up,{color:t.palette.warning.dark,children:`Apply changes is blocked`})]})]})},yp=()=>{let e=P();return(0,G.jsx)(G.Fragment,{children:(0,G.jsxs)(Qf,{children:[(0,G.jsx)(tp,{sx:{color:e.palette.primary.main}}),(0,G.jsx)(B,{children:(0,G.jsx)(up,{color:e.palette.primary.main,children:`Changes applied`})})]})})},bp=U(ur)({maxWidth:`32px`,maxHeight:`32px`}),xp=({schedule:e,onEditClick:t})=>{let n=P();if(!e)return null;let r=(()=>{switch(e.status){case`pending`:return(0,G.jsx)(wp,{schedule:e});case`failed`:return(0,G.jsx)(Sp,{schedule:e});case`suspended`:return(0,G.jsx)(Cp,{schedule:e});default:return null}})();return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(Qf,{children:[(0,G.jsx)(tp,{}),(0,G.jsxs)(B,{children:[(0,G.jsx)(up,{color:n.palette.success.dark,children:`Changes approved`}),(0,G.jsx)(H,{children:`One approving review from requested approvers`})]})]}),(0,G.jsx)(cp,{}),(0,G.jsxs)(dp,{children:[r,(0,G.jsx)(bp,{onClick:t,children:(0,G.jsx)(ap,{})})]})]})},Sp=({schedule:e})=>{let t=P(),n=fp(),{locationSettings:r}=Kn(),i=nn(new Date(e?.scheduledAt),r?.locale);return(0,G.jsxs)(Qf,{children:[(0,G.jsx)(rp,{}),(0,G.jsxs)(B,{children:[(0,G.jsxs)(up,{color:t.palette.error.main,children:[`Changes failed to be applied on `,i,` because of`,` `,e.reason??e.failureReason]}),(0,G.jsxs)(H,{children:[`Your timezone is `,n]})]})]})},Cp=({schedule:e})=>{let t=P(),n=fp(),{locationSettings:r}=Kn(),i=nn(new Date(e?.scheduledAt),r?.locale);return(0,G.jsxs)(Qf,{children:[(0,G.jsx)(ip,{}),(0,G.jsxs)(B,{children:[(0,G.jsxs)(up,{color:t.palette.text.secondary,children:[`The change request is suspended for the following reason:`,` `,e.reason]}),(0,G.jsxs)(up,{color:t.palette.text.secondary,children:[`It will not be applied on `,i,`.`]}),(0,G.jsxs)(H,{children:[`Your timezone is `,n]})]})]})},wp=({schedule:e})=>{let t=P(),n=fp(),{locationSettings:r}=Kn(),i=nn(new Date(e?.scheduledAt),r?.locale);return(0,G.jsxs)(Qf,{children:[(0,G.jsx)(np,{}),(0,G.jsxs)(B,{children:[(0,G.jsxs)(up,{color:t.palette.warning.dark,children:[`Changes are scheduled to be applied on: `,i]}),(0,G.jsxs)(H,{children:[`Your timezone is `,n]})]})]})},Tp=()=>{let e=P();return(0,G.jsx)(G.Fragment,{children:(0,G.jsxs)(Qf,{children:[(0,G.jsx)($f,{}),(0,G.jsx)(B,{children:(0,G.jsx)(up,{color:e.palette.error.main,children:`Changes cancelled`})})]})})},Ep=()=>{let e=P();return(0,G.jsx)(G.Fragment,{children:(0,G.jsxs)(Qf,{children:[(0,G.jsx)($f,{}),(0,G.jsx)(B,{children:(0,G.jsx)(up,{color:e.palette.error.main,children:`Changes rejected`})})]})})},Dp=({disabled:e,children:t,actions:n,permission:r,projectId:i,ariaLabel:a,environmentId:o})=>{let[s,c]=W.useState(!1),l=W.useRef(null),u=()=>{c(e=>!e)},d=e=>{l.current?.contains(e.target)||c(!1)},f=l.current?l.current.offsetWidth:null;return(0,G.jsxs)(W.Fragment,{children:[(0,G.jsx)(sr,{variant:`contained`,disabled:e,"aria-controls":s?`review-options-menu`:void 0,"aria-expanded":s?`true`:void 0,"aria-label":a,"aria-haspopup":`menu`,onClick:u,ref:l,endIcon:(0,G.jsx)(Ei,{}),permission:r,projectId:i,environmentId:o,children:t}),(0,G.jsx)(na,{sx:{zIndex:1,width:f},open:s,anchorEl:l.current,transition:!0,disablePortal:!0,children:({TransitionProps:t,placement:r})=>(0,G.jsx)(gt,{...t,style:{transformOrigin:r===`bottom`?`center top`:`center bottom`},children:(0,G.jsx)(ki,{className:`dropdown-outline`,children:(0,G.jsx)(dt,{onClickAway:d,children:(0,G.jsx)(_e,{id:`review-options-menu`,autoFocusItem:!0,children:n.map(({label:t,onSelect:n,icon:r})=>(0,G.jsxs)(Ea,{disabled:e,onClick:n,children:[(0,G.jsx)(oi,{children:r}),(0,G.jsx)(Pt,{children:t})]},`MenuItem-${t}`))})})})})})]})},Op=({disabled:e,onReject:t,onApprove:n,children:r})=>{let{isAdmin:i}=(0,W.useContext)(Ur),a=L(`projectId`),o=L(`id`),{user:s}=Dn(),{data:c}=Ef(a,o),l=c?.createdBy.id===s?.id;return(0,G.jsx)(Dp,{permission:Qn,disabled:e||l&&!i,actions:[{label:`Approve`,onSelect:n,icon:(0,G.jsx)(Zr,{fontSize:`small`})},{label:`Reject`,onSelect:t,icon:(0,G.jsx)(Na,{fontSize:`small`})}],environmentId:c?.environment,projectId:a,ariaLabel:`review or reject changes`,children:r})},kp=U(B)(({theme:e})=>({display:`flex`,marginTop:e.spacing(2)})),Ap=U(ki)(({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})),jp=U(B)(({theme:e})=>({display:`flex`,borderBottom:`1px solid`,borderColor:e.palette.divider,paddingBottom:e.spacing(1.5)})),Mp=({comment:e})=>(0,G.jsxs)(kp,{children:[(0,G.jsx)(ga,{user:e.createdBy}),(0,G.jsxs)(Ap,{variant:`outlined`,children:[(0,G.jsx)(jp,{children:(0,G.jsxs)(B,{children:[(0,G.jsx)(`strong`,{children:e.createdBy.username}),` `,(0,G.jsxs)(H,{color:`text.secondary`,component:`span`,children:[`commented `,(0,G.jsx)(Ha,{date:e.createdAt})]})]})}),(0,G.jsx)(B,{sx:{paddingTop:2.5},children:(0,G.jsx)(Ka,{children:e.text})})]})]}),Np=({open:e,onConfirm:t,onClose:n,disabled:r=!1})=>{let[i,a]=(0,W.useState)(``);return(0,G.jsxs)(yn,{open:e,primaryButtonText:`Reject changes`,secondaryButtonText:`Cancel`,onClick:()=>t(i),disabledPrimaryButton:r,onClose:n,title:`Reject changes`,fullWidth:!0,children:[(0,G.jsx)(B,{children:`Add an optional comment why you reject those changes`}),(0,G.jsx)(pa,{sx:{mt:1},variant:`outlined`,placeholder:`Add your comment here`,fullWidth:!0,multiline:!0,minRows:2,onChange:e=>a(e.target.value),value:i})]})},Pp=or((0,G.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-2m0 16H5V8h14zM7 10h5v5H7z`}),`Today`),Fp=({disabled:e,onSchedule:t,onApply:n,variant:r=`create`,children:i})=>{let a=L(`projectId`),{data:o}=Ef(a,L(`id`));return(0,G.jsx)(Dp,{permission:$e,disabled:e,actions:[{label:`Apply changes`,onSelect:n,icon:(0,G.jsx)(Zr,{fontSize:`small`})},{label:r===`create`?`Schedule changes`:`Update schedule`,onSelect:t,icon:(0,G.jsx)(Pp,{fontSize:`small`})}],environmentId:o?.environment,projectId:a,ariaLabel:`apply or schedule changes`,children:i})},Ip=U(Kr)(({theme:e})=>({marginBottom:e.spacing(2),backgroundColor:`${e.palette.neutral.light}!important`,color:`${e.palette.text.primary}!important`,borderColor:`${e.palette.neutral.light}!important`})),Lp=({open:e,onConfirm:t,onClose:n,title:r,primaryButtonText:i,disabled:a,message:o,scheduledTime:s,permissionButton:c})=>s?(0,G.jsxs)(yn,{title:r,primaryButtonText:i,disabledPrimaryButton:a,secondaryButtonText:`Cancel`,open:e,onClose:n,onClick:()=>t(),permissionButton:c,fullWidth:!0,children:[(0,G.jsxs)(Ip,{icon:!1,children:[`There is a scheduled time to apply these changes set for`,` `,(0,G.jsxs)(`strong`,{children:[(0,G.jsx)(`br`,{}),`${new Date(s).toLocaleString()}`]})]}),(0,G.jsx)(H,{variant:`body1`,children:o})]}):null,Rp=({projectId:e,environment:t,disabled:n,onConfirm:r,...i})=>(0,G.jsx)(Lp,{message:`Applying the changes now means the scheduled time will be ignored`,title:`Apply changes`,primaryButtonText:`Apply changes now`,onConfirm:r,permissionButton:(0,G.jsx)(sr,{variant:`contained`,onClick:()=>r(),projectId:e,permission:$e,environmentId:t,disabled:n,children:`Apply changes now`}),...i}),zp=({...e})=>(0,G.jsx)(Lp,{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}),Bp=U(B)(({theme:e})=>({display:`flex`,flexDirection:`row`,alignItems:`center`,gap:e.spacing(2)})),Vp=({open:e,onConfirm:t,onClose:n,title:r,primaryButtonText:i,projectId:a,environment:o,disabled:s,scheduledAt:c})=>{let[l,u]=(0,W.useState)(c?new Date(c):new Date),[d,f]=(0,W.useState)(void 0),p=fp();return(0,G.jsxs)(yn,{title:r,primaryButtonText:i,disabledPrimaryButton:s,secondaryButtonText:`Cancel`,open:e,onClose:()=>n(),onClick:()=>t(l),permissionButton:(0,G.jsx)(sr,{variant:`contained`,onClick:()=>t(l),projectId:a,permission:$e,environmentId:o,disabled:s,children:i}),fullWidth:!0,children:[(0,G.jsx)(Kr,{severity:`info`,sx:{mb:e=>e.spacing(2)},children:`The time shown below is based on your browser's time zone.`}),(0,G.jsx)(H,{variant:`body1`,sx:{mb:e=>e.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.`}),(0,G.jsxs)(Bp,{children:[(0,G.jsx)(ji,{label:`Date`,value:l,onChange:e=>{f(void 0),e<new Date&&f(`The time you provided (${e.toLocaleString()}) is not valid because it's in the past. Please select a time in the future.`),u(e)},min:new Date,error:!!d,errorText:d,required:!0}),(0,G.jsxs)(H,{variant:`body2`,children:[`Your browser's time zone is `,p]})]})]})},Hp=e=>{let{data:t,mutate:n}=Rn({total:0},kt(`api/admin/projects/${e}/change-requests/actionable`),Up);return{total:t?.total,refetch:n}},Up=e=>fetch(e).then(O(`Actionable change requests`)).then(e=>e.json()),Wp=(e,t)=>{let{data:n,error:r,mutate:i}=A(kt(`api/admin/projects/${e}/change-requests/${t}/approvers`),Gp);return(0,W.useMemo)(()=>({reviewers:n?.reviewers||[],loading:!r&&!n,refetchReviewers:()=>i(),error:r}),[n,r,i])},Gp=e=>fetch(e).then(O(`Requested Approvers`)).then(e=>e.json()),Kp=U(B)(({theme:e})=>({display:`flex`,alignItems:`center`,flexWrap:`wrap`,marginTop:e.spacing(1.5),gap:e.spacing(1)})),qp=U(ge)(({theme:e})=>({color:e.palette.success.main,marginLeft:`auto`})),Jp=U(Rr)(({theme:e})=>({color:e.palette.error.main,marginLeft:`auto`})),Yp=U(ao)(({theme:e})=>({color:e.palette.neutral.main,marginLeft:`auto`})),Xp=U(H)({maxWidth:`170px`,textOverflow:`ellipsis`,overflow:`hidden`,whiteSpace:`nowrap`,color:`text.primary`}),Zp=({name:e,imageUrl:t})=>(0,G.jsxs)(Kp,{title:`Approved`,children:[(0,G.jsx)(Mf,{user:{name:e,imageUrl:t}}),(0,G.jsx)(Xp,{variant:`body1`,children:e}),(0,G.jsx)(qp,{})]}),Qp=({name:e,imageUrl:t})=>(0,G.jsxs)(Kp,{title:`Rejected`,children:[(0,G.jsx)(Mf,{user:{name:e,imageUrl:t}}),(0,G.jsx)(Xp,{variant:`body1`,children:e}),(0,G.jsx)(Jp,{})]}),$p=({name:e,imageUrl:t})=>(0,G.jsxs)(Kp,{title:`Pending`,children:[(0,G.jsx)(Mf,{user:{name:e,imageUrl:t}}),(0,G.jsx)(Xp,{variant:`body1`,children:e}),(0,G.jsx)(Yp,{})]}),em=U(`span`)(({theme:e})=>({display:`flex`,alignItems:`center`,marginRight:e.spacing(1),fontSize:e.fontSizes.bodySize})),tm=U(B)(({theme:e})=>({display:`flex`,flexDirection:`row`,width:`100%`,"& > div":{width:`100%`},justifyContent:`space-between`,marginBottom:e.spacing(2),marginRight:e.spacing(-2)})),nm=U(ur)(({theme:e})=>({marginRight:e.spacing(-1)})),rm=U(`li`)({width:`100%`}),im=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,"& > span:first-of-type":{color:e.palette.text.secondary}})),am=U(`div`)(({theme:e})=>({paddingLeft:e.spacing(1)})),om=(e,t,{selected:n})=>(0,W.createElement)(rm,{...e,key:t.id},(0,G.jsx)(zi,{icon:(0,G.jsx)(Ii,{fontSize:`small`}),checkedIcon:(0,G.jsx)(ot,{fontSize:`small`}),style:{marginRight:8},checked:n}),(0,G.jsxs)(im,{children:[(0,G.jsx)(`span`,{children:t.name||t.username}),(0,G.jsx)(`span`,{children:t.name&&t.username?t.username:t.email})]})),sm=e=>(0,G.jsx)(am,{children:e.length>1?`${e.length} reviewers`:e[0].name||e[0].username||e[0].email}),cm=({canShowAddReviewers:e,showAddReviewers:t,actualApprovals:n,minApprovals:r,setShowAddReviewers:i})=>(0,G.jsx)(G.Fragment,{children:(0,G.jsxs)(tm,{sx:{mb:1},children:[(0,G.jsxs)(em,{children:[`Reviewers`,(0,G.jsxs)(H,{component:`span`,color:`text.secondary`,sx:{ml:1},children:[`(`,n,`/`,r,` required)`]})]}),e&&(t?(0,G.jsx)(nm,{title:`Close`,onClick:()=>{i(!1)},children:(0,G.jsx)(Si,{})}):(0,G.jsx)(nm,{title:`Request approvals`,onClick:()=>{i(!0)},children:(0,G.jsx)(ft,{})}))]})}),lm=({changeRequest:e,saveClicked:t,existingReviewers:n})=>{let r=P(),[i,a]=(0,W.useState)([]),o=[...n,...i],{reviewers:s,loading:c}=Ia(e.project,e.environment),l=s.filter(e=>!n.some(t=>t.id===e.id));return(0,G.jsxs)(tm,{sx:{mb:4},children:[(0,G.jsx)(mr,{sx:{ml:`auto`,width:r.spacing(40)},size:`small`,limitTags:3,openOnFocus:!0,multiple:!0,disableCloseOnSelect:!0,value:i,onChange:(e,t,n)=>{e.type===`keydown`&&e.key===`Backspace`&&n===`removeOption`||a(t)},options:l,renderOption:om,filterOptions:(e,{inputValue:t})=>e.filter(({name:e,username:n,email:r})=>Et(t,r)||Et(t,e)||Et(t,n)),freeSolo:o.length>=10?!1:void 0,getOptionDisabled:e=>o.length>=10&&!i.find(t=>t.id===e.id),isOptionEqualToValue:(e,t)=>e.id===t.id,getOptionLabel:e=>e.email||e.name||e.username||``,renderInput:e=>(0,G.jsx)(pa,{...e,label:`Reviewers (${i.length})`}),renderTags:e=>sm(e),noOptionsText:c?`Loading…`:`No options`}),(0,G.jsx)(V,{sx:{ml:2},variant:`contained`,color:`primary`,disabled:!1,onClick:()=>t(i),children:`Save`})]})},um=({changeRequest:e})=>{let[t,n]=(0,W.useState)(!1),{reviewers:r,refetchReviewers:i}=Wp(e.project,e.id),{updateRequestedApprovers:a}=Fe(),o=(e.state===`Draft`||e.state===`In review`)&&e.minApprovals>0,s=r.map(t=>{let n=e.approvals.find(e=>e.createdBy.id===t.id),r=e.rejections.find(e=>e.createdBy.id===t.id);return{id:t.id,name:t.username||t.name||`Unknown user`,imageUrl:t.imageUrl,status:n?`approved`:r?`rejected`:`pending`}});return s=[...s,...e.approvals.filter(e=>!s.find(t=>t.name===e.createdBy.username)).map(e=>({id:e.createdBy.id,name:e.createdBy.username||`Unknown user`,imageUrl:e.createdBy.imageUrl,status:`approved`})),...e.rejections.filter(e=>!s.find(t=>t.name===e.createdBy.username)).map(e=>({id:e.createdBy.id,name:e.createdBy.username||`Unknown user`,imageUrl:e.createdBy.imageUrl,status:`rejected`}))],(0,G.jsxs)(ki,{elevation:0,sx:e=>({marginTop:e.spacing(2),padding:e.spacing(4),paddingTop:e.spacing(2),borderRadius:e=>`${e.shape.borderRadiusLarge}px`}),children:[(0,G.jsx)(cm,{canShowAddReviewers:o,showAddReviewers:t,minApprovals:e.minApprovals,actualApprovals:e.approvals.length,setShowAddReviewers:n}),o&&t&&(0,G.jsx)(lm,{changeRequest:e,existingReviewers:s,saveClicked:async t=>{if(t.length>0){let n=[...s.map(e=>e.id),...t.map(e=>e.id)];await a(e.project,e.id,n)}i(),n(!1)}}),s.map(e=>{let t=e.id,n={name:e.name||`Unknown user`,imageUrl:e.imageUrl};switch(e.status){case`approved`:return(0,G.jsx)(Zp,{...n},t);case`rejected`:return(0,G.jsx)(Qp,{...n},t);case`pending`:return(0,G.jsx)($p,{...n},t);default:return null}})]})},dm=`md`,fm=U(B)(({theme:e})=>({width:`30%`,display:`flex`,flexDirection:`column`,[e.breakpoints.down(dm)]:{width:`100%`}})),pm=U(ki)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge})),mm=U(ki)(({theme:e})=>({padding:e.spacing(1,2),borderRadius:e.shape.borderRadiusLarge,marginTop:e.spacing(2)})),hm=U(`div`)(({theme:e})=>({marginTop:e.spacing(2),width:`70%`,borderRadius:e.shape.borderRadiusLarge,[e.breakpoints.down(dm)]:{width:`100%`}})),gm=U(B)(({theme:e})=>({marginTop:e.spacing(3),display:`flex`,justifyContent:`flex-end`})),_m=U(B)(({theme:e})=>({padding:e.spacing(2)})),vm=U(B)(({theme:e})=>({paddingBottom:e.spacing(1.5)})),ym=U(B)(({theme:e})=>({display:`flex`,marginTop:e.spacing(2)})),bm=U(V)(({theme:e})=>({marginLeft:e.spacing(2)})),xm=U(B)(({theme:e})=>({display:`flex`,columnGap:e.spacing(2),[e.breakpoints.down(dm)]:{flexDirection:`column`}})),Sm=U(B)(({theme:e})=>({display:`flex`,flexDirection:`row`,justifyContent:`flex-end`,width:`100%`})),Cm=U(B)(({theme:e})=>({width:`100%`})),wm=U(H)(({theme:e})=>({fontWeight:`bold`})),Tm=U(B)(({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}})),Em=()=>{let e=L(`projectId`),[t,n]=(0,W.useState)(!1),[r,i]=(0,W.useState)(!1),[a,o]=(0,W.useState)(!1),[s,c]=(0,W.useState)(!1),[l,u]=(0,W.useState)(!1),{user:d}=Dn(),{isAdmin:f}=(0,W.useContext)(Ur),[p,m]=(0,W.useState)(``),{refetch:h}=Hp(e),g=L(`id`),{data:_,refetchChangeRequest:v}=Ef(e,g),{changeState:y,addComment:b}=Fe(),{refetch:x}=Cn(e),{setToastData:S,setToastApiError:C}=Lt(),{isChangeRequestConfiguredForReview:T}=Pe(e),[E,D]=(0,W.useState)(!1),O=gi();if(P(),!_)return null;let k=T(_.environment),A=()=>{switch(_.state){case`Scheduled`:return`${_.state} ${_.schedule.status}`;default:return _.state}},j=async()=>{try{D(!0),await y(e,Number(g),A(),{state:`Applied`}),c(!1),await v(),x(),h(),S({type:`success`,text:`Changes applied`})}catch(e){C(R(e))}finally{D(!1)}},ee=async t=>{try{D(!0),await y(e,Number(g),A(),{state:`Scheduled`,scheduledAt:t.toISOString()}),o(!1),v(),x(),h(),S({type:`success`,text:`Changes scheduled`})}catch(e){C(R(e))}finally{D(!1)}},te=async()=>{try{D(!0),await b(e,g,p),m(``),await v(),S({type:`success`,text:`Comment added`})}catch(e){C(R(e))}finally{D(!1)}},M=async()=>{try{D(!0),await y(e,Number(g),A(),{state:`Cancelled`}),n(!1),await v(),x(),h(),S({type:`success`,text:`Changes cancelled`})}catch(e){C(R(e))}finally{D(!1)}},ne=async t=>{try{D(!0),await y(e,Number(g),A(),{state:`Rejected`,comment:t}),i(!1),await v(),S({type:`success`,text:`Changes rejected`}),x(),h()}catch(e){C(R(e))}finally{D(!1)}},N=async()=>{try{D(!0),await y(e,Number(g),A(),{state:`Approved`}),await v(),h(),x(),S({type:`success`,text:`Changes approved`})}catch(e){C(R(e))}finally{D(!1)}},ie=()=>n(!0),ae=()=>n(!1),oe=()=>i(!1),se=()=>c(!1),ce=()=>o(!1),le=()=>u(!1),ue=_?.createdBy.id===d?.id&&_.state===`In review`&&!f,de=_.approvals?.some(e=>e.createdBy.id===d?.id),fe=Wa(_),pe=`schedule`in _?_.schedule.scheduledAt:void 0,me=_.state===`Scheduled`?{state:`Scheduled`,schedule:_.schedule}:{state:_.state,schedule:void 0};return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Nf,{changeRequest:_}),(0,G.jsxs)(xm,{children:[(0,G.jsxs)(fm,{children:[(0,G.jsx)(Gf,{...me,timestamps:_.stateTimestamps}),(0,G.jsx)(um,{changeRequest:_})]}),(0,G.jsxs)(hm,{children:[(0,G.jsx)(pm,{elevation:0,children:(0,G.jsxs)(_m,{children:[`Requested Changes (`,fe,`)`,(0,G.jsx)(dn,{changeRequest:_,onRefetch:v}),_.comments?.map(e=>(0,G.jsx)(Mp,{comment:e},e.id)),(0,G.jsx)(re,{user:d,commentText:p,onTypeComment:m,children:(0,G.jsx)(V,{variant:`outlined`,onClick:te,disabled:!k||p.trim().length===0||p.trim().length>1e3||E,children:`Comment`})}),(0,G.jsx)(w,{condition:ue,show:(0,G.jsx)(Kr,{sx:e=>({marginTop:e.spacing(1.5)}),severity:`info`,children:`You can not approve your own change request`})}),(0,G.jsx)(hp,{changeRequest:_,onEditClick:()=>o(!0)}),(0,G.jsxs)(gm,{children:[(0,G.jsx)(w,{condition:_.state===`In review`&&!de,show:(0,G.jsxs)(Op,{onReject:()=>i(!0),onApprove:N,disabled:!k||E,children:[`Review changes (`,fe,`)`]})}),(0,G.jsx)(w,{condition:_.state===`Scheduled`,show:(0,G.jsx)(Fp,{onApply:()=>c(!0),disabled:!k||E,onSchedule:()=>o(!0),variant:`update`,children:`Apply or schedule changes`})}),(0,G.jsx)(w,{condition:_.state===`In review`||_.state===`Approved`||_.state===`Scheduled`,show:(0,G.jsx)(bm,{variant:`outlined`,onClick:()=>{O(`/playground?changeRequest=${_.id}&projects=${e}&environments=${_.environment}`)},children:`Preview changes`})}),(0,G.jsx)(w,{condition:!Vn(_.state)&&(_.createdBy.id===d?.id||f),show:(0,G.jsx)(w,{condition:!!pe,show:(0,G.jsx)(bm,{variant:`outlined`,onClick:()=>u(!0),disabled:E,children:`Reject changes`}),elseShow:(0,G.jsx)(bm,{variant:`outlined`,onClick:ie,disabled:E,children:`Cancel changes`})})})]})]})}),(0,G.jsx)(w,{condition:_.state===`Approved`,show:(0,G.jsx)(mm,{elevation:0,children:(0,G.jsx)(vm,{children:(0,G.jsxs)(ym,{children:[(0,G.jsx)(Tm,{children:(0,G.jsx)(vt,{})}),(0,G.jsxs)(Cm,{children:[(0,G.jsx)(wm,{children:`Apply changes`}),(0,G.jsx)(H,{children:`The change request has been reviewed and approved`})]}),(0,G.jsx)(Sm,{children:(0,G.jsx)(Fp,{onApply:j,disabled:!k||E,onSchedule:()=>o(!0),children:`Apply or schedule changes`})})]})})})})]}),(0,G.jsxs)(yn,{open:t,onClick:M,onClose:ae,title:`Cancel change request`,children:[(0,G.jsx)(H,{sx:{marginBottom:2},children:`You are about to cancel this change request`}),(0,G.jsx)(H,{variant:`body2`,sx:e=>({color:e.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.`})]}),(0,G.jsx)(Np,{open:r,onConfirm:ne,onClose:oe,disabled:E}),(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Vp,{open:a,onConfirm:ee,onClose:ce,disabled:!k||E,projectId:e,environment:_.environment,primaryButtonText:_.state===`Scheduled`?`Update scheduled time`:`Schedule changes`,title:_.state===`Scheduled`?`Update schedule`:`Schedule changes`,scheduledAt:pe}),(0,G.jsx)(Rp,{open:s,onConfirm:j,onClose:se,scheduledTime:pe,disabled:!k||E,projectId:e,environment:_.environment}),(0,G.jsx)(zp,{open:l,onConfirm:ne,onClose:le,scheduledTime:pe,disabled:E})]})]})]})},Dm=qa(),Om=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`row`,margin:0})),km=({value:e,row:{original:t}})=>{let{searchQuery:n}=Kt(),r=L(`projectId`),{id:i,title:a,features:o,segments:s}=t,c=(o||[]).length+(s||[]).length,l=`/projects/${r}/change-requests/${i}`;return e?(0,G.jsxs)($n,{sx:{minWidth:`200px`},children:[(0,G.jsx)(Om,{children:(0,G.jsx)(H,{variant:`body2`,children:(0,G.jsx)(Dt,{component:z,underline:`hover`,to:l,sx:e=>({paddingTop:e.spacing(.2),marginRight:e.spacing(1),"&:hover":{textDecoration:`underline`}}),children:(0,G.jsx)(lt,{title:a,children:(0,G.jsx)(Ri,{search:n,children:a})})})})}),(0,G.jsxs)(`span`,{children:[`${c}`,` `,c<=1?`update`:`updates`]})]}):(0,G.jsx)($n,{})},Am=Oi()(e=>({header:{padding:e.spacing(0,4)},bodyClass:{padding:e.spacing(2,4,4,4),overflowX:`auto`}})),jm={id:`createdAt`,desc:!0},Mm=U(`div`)({paddingLeft:0,paddingBottom:0}),Nm=U(lr)(({theme:e})=>({textTransform:`none`,width:`auto`,fontSize:e.typography.body2.fontSize,[e.breakpoints.up(`md`)]:{minWidth:160}})),Pm=U(B)(({theme:e})=>({textAlign:`right`,paddingBottom:e.spacing(2),fontSize:e.fontSizes.smallBody})),Fm=U(Vi)(()=>({th:{whiteSpace:`nowrap`},td:{verticalAlign:`top`,maxWidth:`250px`}})),Im=({changeRequests:e=[],placeholder:t,loading:n,projectId:r})=>{let{classes:i}=Am(),a=Ye(sa.breakpoints.down(`md`)),[o,s]=nr(),[c,l]=(0,W.useState)(o.get(`search`)||``),{value:u,setValue:d}=ca(`${r}:ProjectChangeRequest`,jm),[f,p]=(0,W.useState)((o.get(`type`)||u.type)===`closed`?`closed`:`open`),{openChangeRequests:m=[],closedChangeRequests:h=[]}=(0,W.useMemo)(()=>Object.groupBy(e,({state:e})=>Vn(e)?`closedChangeRequests`:`openChangeRequests`),[e]),g=[{title:`Open`,data:m,type:`open`},{title:`Closed`,data:h,type:`closed`}],_=g.find(e=>e.type===f)||g[0],v=(0,W.useMemo)(()=>[{id:`Title`,Header:`Title`,canSort:!0,accessor:`title`,searchable:!0,Cell:km},{id:`Updated feature flags`,Header:`Updated feature flags`,canSort:!1,accessor:`features`,searchable:!0,filterName:`feature`,filterParsing:e=>e?.map(({name:e})=>e).join(`
9
+ `)||``,filterBy:(e,t)=>e.features.find(e=>t.map(e=>e.toLowerCase()).includes(e.name.toLowerCase())),Cell:({value:e,row:{original:{title:t}}})=>(0,G.jsx)(bi,{project:r,value:e},t)},{Header:`By`,accessor:`createdBy`,width:`10%`,canSort:!1,Cell:Ki,align:`left`,searchable:!0,filterName:`by`,filterParsing:e=>e?.username||``},{Header:`Submitted`,accessor:`createdAt`,maxWidth:100,width:`5%`,Cell:an},{Header:`Environment`,accessor:`environment`,searchable:!0,width:`10%`,Cell:ie,filterName:`environment`},{Header:`Status`,accessor:`state`,searchable:!0,maxWidth:`170px`,width:`10%`,Cell:Yr,filterName:`status`}],[r]),{data:y,getSearchText:b,getSearchContext:x}=Qt(v,c,_?.data),S=(0,W.useMemo)(()=>n?Ga:y,[y,n]),[C]=(0,W.useState)(()=>({sortBy:[{id:o.get(`sort`)||u.id,desc:o.has(`order`)?o.get(`order`)===`desc`:u.desc}],hiddenColumns:[]})),{headerGroups:T,rows:E,state:{sortBy:D},prepareRow:O,setHiddenColumns:k,getTableProps:A,getTableBodyProps:j}=(0,Dm.useTable)({columns:v,data:S,initialState:C,sortTypes:de,autoResetHiddenColumns:!1,disableSortRemove:!0,autoResetSortBy:!1,defaultColumn:{Cell:$n}},Dm.useSortBy);return pe([{condition:a,columns:[`createdBy`]}],k,v),(0,W.useEffect)(()=>{if(n)return;let e={};e.sort=D[0].id,D[0].desc&&(e.order=`desc`),c&&(e.search=c),e.type=f,s(e,{replace:!0}),d(e=>({...e,id:D[0].id,desc:D[0].desc||!1,type:f}))},[n,D,c,s,f]),(0,G.jsxs)(M,{isLoading:n,bodyClass:i.bodyClass,headerClass:i.header,header:(0,G.jsx)(F,{titleElement:(0,G.jsx)(Mm,{children:(0,G.jsx)(Tr,{value:_?.title,indicatorColor:`primary`,textColor:`primary`,variant:`scrollable`,allowScrollButtonsMobile:!0,children:g.map(e=>(0,G.jsx)(Nm,{label:`${e.title} (${e.data.length})`,value:e.title,onClick:()=>p(e.type)},e.title))})}),actions:(0,G.jsx)(Oe,{placeholder:`Search and Filter`,expandable:!0,initialValue:c,onChange:l,hasFilters:!0,getSearchContext:x,id:`changeRequestList`})}),children:[(0,G.jsx)(Pm,{children:(0,G.jsx)(z,{to:`/projects/${r}/settings/change-requests`,children:`Change request configuration`})}),(0,G.jsx)(ir,{value:b(c),children:(0,G.jsxs)(Fm,{...A(),children:[(0,G.jsx)(Gr,{headerGroups:T}),(0,G.jsx)(Wr,{...j(),children:E.map(e=>{O(e);let{key:t,...n}=e.getRowProps();return(0,G.jsx)(Pr,{hover:!0,...n,children:e.cells.map(e=>{let{key:t,...n}=e.getCellProps();return(0,G.jsx)(hi,{...n,children:e.render(`Cell`)},t)})},t)})})]})}),(0,G.jsx)(w,{condition:E.length===0,show:()=>(0,G.jsx)(w,{condition:c?.length>0,show:(0,G.jsxs)(ta,{children:[`No changes found matching “`,c,`”`]}),elseShow:(0,G.jsx)(ta,{children:t||`None of the changes were submitted yet.`})})})]})},Lm=e=>fetch(e).then(O(`ChangeRequest`)).then(e=>e.json()),Rm=e=>{let{data:t,error:n,mutate:r}=Rn([],kt(`api/admin/projects/${e}/change-requests`),Lm);return(0,W.useMemo)(()=>({changeRequests:t,loading:!n&&!t,refetch:r,error:n}),[t,n,r])},zm=()=>{let e=L(`projectId`),t=Sa(e),{isOss:n,isPro:r}=ti();wn(`Change requests – ${t}`);let{changeRequests:i,loading:a}=Rm(e),{data:o,loading:s}=st(e),c=o.some(e=>e.changeRequestEnabled);return n()||r()?(0,G.jsx)(M,{sx:{justifyContent:`center`},children:(0,G.jsx)(gr,{feature:`change-requests`})}):(0,G.jsx)(Im,{changeRequests:i,projectId:e,loading:a,placeholder:!s&&!c?(0,G.jsxs)(`p`,{children:[`Change requests are not configured for this project.`,(0,G.jsx)(`br`,{}),(0,G.jsx)(z,{to:`/projects/${e}/settings/change-requests`,children:`Configure change requests`})]}):void 0})},q=function(e){return e.USER=`USERS`,e.GROUP=`GROUPS`,e.SERVICE_ACCOUNT=`SERVICE ACCOUNTS`,e}({}),Bm=(e,t={})=>{let n=kt(`api/admin/projects/${e}/access`),r=()=>fetch(n,{method:`GET`}).then(O(`project access`)).then(e=>e.json()),i=`api/admin/projects/${e}/users`,{data:a,error:o}=A(i,r,t),[s,c]=(0,W.useState)(!o&&!a);return(0,W.useEffect)(()=>{c(!o&&!a)},[a,o]),{access:(0,W.useMemo)(()=>{if(a)return Vm({roles:a.roles,users:a.users.filter(({accountType:e})=>!e||e===`User`),serviceAccounts:a.users.filter(({accountType:e})=>e===`Service Account`),groups:a?.groups.map(e=>({...e,users:h(e.users??[])}))??[]})},[a]),error:o,loading:s,refetchProjectAccess:()=>{bt(i)}}},Vm=e=>{let t=e.users||[],n=e.serviceAccounts||[],r=e.groups||[];return{...e,rows:[...t.map(e=>({entity:e,type:q.USER})),...n.map(e=>({entity:e,type:q.SERVICE_ACCOUNT})),...r.map(e=>({entity:e,type:q.GROUP}))]}},Hm=U(M)(({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`})),Um=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,"& > span":{display:`flex`,alignItems:`center`,color:e.palette.text.secondary,fontSize:e.fontSizes.bodySize}})),Wm={id:`joinedAt`,desc:!0},Gm=[{Header:`Avatar`,accessor:`imageUrl`,Cell:({row:{original:e}})=>(0,G.jsx)($n,{children:(0,G.jsx)(on,{user:e})}),maxWidth:85,disableSortBy:!0},{id:`name`,Header:`Name`,accessor:e=>e.name||``,Cell:({value:e,row:{original:t}})=>(0,G.jsx)(ie,{value:e,subtitle:t.email||t.username}),minWidth:100,searchable:!0},{id:`joined`,Header:`Joined`,accessor:`joinedAt`,Cell:et,maxWidth:150},{id:`lastLogin`,Header:`Last login`,accessor:`seenAt`,Cell:an,maxWidth:150},{accessor:e=>e.username||``,Header:`Username`,searchable:!0},{accessor:e=>e.email||``,Header:`Email`,searchable:!0}],Km=[`imageUrl`,`name`,`joined`,`lastLogin`],qm=({open:e,setOpen:t,group:n,projectId:r,subtitle:i,onEdit:a,onRemove:o})=>{let s=Ye(P().breakpoints.down(`md`)),[c]=(0,W.useState)(()=>({sortBy:[{id:Wm.id,desc:Wm.desc}],hiddenColumns:[`Username`,`Email`]})),[l,u]=(0,W.useState)(``),{data:d,getSearchText:f,getSearchContext:p}=Qt(Gm,l,n?.users??[]),{headerGroups:m,rows:h,prepareRow:g,setHiddenColumns:_}=(0,Dm.useTable)({columns:Gm,data:d,initialState:c,sortTypes:de,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0},Dm.useSortBy,Dm.useFlexLayout);return pe([{condition:s,columns:Km}],_,Gm),(0,G.jsx)(Er,{open:e,onClose:()=>{t(!1)},label:n?.name||`Group`,children:(0,G.jsxs)(Hm,{header:(0,G.jsx)(F,{secondary:!0,titleElement:(0,G.jsxs)(Um,{children:[n?.name,` (`,h.length<d.length?`${h.length} of ${d.length}`:d.length,`)`,(0,G.jsx)(`span`,{children:i})]}),actions:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(w,{condition:!s,show:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Oe,{initialValue:l,onChange:u,hasFilters:!0,getSearchContext:p}),(0,G.jsx)(F.Divider,{})]})}),(0,G.jsx)(Ge,{permission:pi,projectId:r,tooltipProps:{title:`Edit group access`},onClick:a,children:(0,G.jsx)(Ce,{})}),(0,G.jsx)(Ge,{permission:pi,projectId:r,tooltipProps:{title:`Remove group access`},onClick:o,children:(0,G.jsx)(fn,{})})]}),children:(0,G.jsx)(w,{condition:s,show:(0,G.jsx)(Oe,{initialValue:l,onChange:u,hasFilters:!0,getSearchContext:p})})}),children:[(0,G.jsx)(ir,{value:f(l),children:(0,G.jsx)(Dr,{rows:h,headerGroups:m,prepareRow:g})}),(0,G.jsx)(w,{condition:h.length===0,show:(0,G.jsx)(w,{condition:l?.length>0,show:(0,G.jsxs)(ta,{children:[`No users found matching “`,l,`” in this group.`]}),elseShow:(0,G.jsx)(ta,{children:`This group is empty. Get started by adding a user to the group.`})})})]})})},Jm=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 Ym(e){return e.sort((e,t)=>e.type===t.type?e.type===`custom`?e.name.localeCompare(t.name):0:e.type===`project`?-1:1)}var Xm=U(`li`)(({theme:e})=>({display:`flex`,gap:e.spacing(.5)})),Zm=({roles:e,value:t,setValue:n,required:r,...i})=>(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(D,{slotProps:{paper:{sx:{"& .MuiAutocomplete-listbox":{"& .MuiAutocomplete-option":{paddingLeft:e=>e.spacing(.5),alignItems:`flex-start`}}}}},multiple:!0,disableCloseOnSelect:!0,openOnFocus:!0,size:`small`,value:t,groupBy:e=>e.type===`project`?`Predefined project roles`:`Custom project roles`,onChange:(e,t)=>n(t),options:Ym(e),renderOption:(e,t,n)=>(0,W.createElement)(Xm,{...e,key:t.id},(0,G.jsx)(zi,{icon:(0,G.jsx)(Ii,{fontSize:`small`}),checkedIcon:(0,G.jsx)(ot,{fontSize:`small`}),checked:n.selected}),(0,G.jsxs)(Jm,{children:[(0,G.jsx)(`span`,{children:t.name}),(0,G.jsx)(`span`,{children:t.description})]})),getOptionLabel:e=>e.name,renderInput:e=>(0,G.jsx)(pa,{...e,label:`Role`,required:r}),...i}),(0,G.jsx)(w,{condition:t.length>0,show:()=>(0,G.jsx)(G.Fragment,{children:t.map(({id:e})=>(0,G.jsx)(qt,{sx:{marginTop:1},roleId:e},e))})})]}),Qm=U(`form`)(()=>({display:`flex`,flexDirection:`column`,height:`100%`})),$m=U(`p`)(({theme:e})=>({color:e.palette.text.secondary,marginBottom:e.spacing(1)})),eh=U(`div`)(({theme:e})=>({"& > div:first-of-type":{width:`100%`,maxWidth:e.spacing(50),marginBottom:e.spacing(2)}})),th=U(`div`)(({theme:e})=>({marginTop:e.spacing(6),display:`flex`,justifyContent:`flex-end`})),nh=U(V)(({theme:e})=>({marginLeft:e.spacing(3)})),rh=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,"& > span:last-of-type":{color:e.palette.text.secondary}})),ih=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,"& > span:first-of-type":{color:e.palette.text.secondary}})),ah=e=>{if(e.type===q.USER||e.type===q.SERVICE_ACCOUNT){let t=e.entity;return t.email||t.name||t.username||``}else return e.entity.name},oh=({selected:e,accesses:t,users:n,serviceAccounts:r,groups:i,roles:a,userRoles:o})=>{let{uiConfig:s}=ti(),{flags:c}=s,l=c.UG?`user / group`:`user`,u=L(`projectId`),{refetchProjectAccess:d}=Bm(u),{addAccessToProject:f,setUserRoles:p,setGroupRoles:m,loading:h}=Ra(),g=!!e,_=Ba(u),{setToastData:v,setToastApiError:y}=Lt(),b=gi(),x=[...i.filter(e=>g||!t.some(({entity:{id:t},type:n})=>e.id===t&&n===q.GROUP)).map(e=>({id:e.id,entity:e,type:q.GROUP})),...n.filter(e=>g||!t.some(({entity:{id:t},type:n})=>e.id===t&&n===q.USER)).sort((e,t)=>{let n=e.name||e.username||``,r=t.name||t.username||``;return n.localeCompare(r)}).map(e=>({id:e.id,entity:e,type:q.USER})),...r.filter(e=>g||!t.some(({entity:{id:t},type:n})=>e.id===t&&n===q.SERVICE_ACCOUNT)).sort((e,t)=>{let n=e.name||e.username||``,r=t.name||t.username||``;return n.localeCompare(r)}).map(e=>({id:e.id,entity:e,type:q.SERVICE_ACCOUNT}))],[S,C]=(0,W.useState)(()=>x.filter(({id:t,type:n})=>t===e?.entity.id&&n===e?.type)),[T,E]=(0,W.useState)(a.filter(({id:t})=>e?.entity?.roles?.includes(t))),D={roles:T.map(({id:e})=>e),groups:S?.filter(({type:e})=>e===q.GROUP).map(({id:e})=>e),users:S?.filter(({type:e})=>e===q.USER||e===q.SERVICE_ACCOUNT).map(({id:e})=>e)},O=async t=>{if(t.preventDefault(),j)try{g?e?.type===q.USER||e?.type===q.SERVICE_ACCOUNT?await p(u,T.map(({id:e})=>e),e.entity.id):e?.type===q.GROUP&&await m(u,T.map(({id:e})=>e),e.entity.id):await f(u,D),d(),b(-1),v({text:`${S.length} ${S.length===1?`access`:`accesses`} ${g?`edited`:`assigned`} successfully`,type:`success`})}catch(e){y(R(e))}},k=()=>g?`curl --location --request PUT '${s.unleashUrl}/api/admin/projects/${u}/${e?.type===q.USER||e?.type===q.SERVICE_ACCOUNT?`users`:`groups`}/${e?.entity.id}/roles' \\
10
+ --header 'Authorization: INSERT_API_KEY' \\
11
+ --header 'Content-Type: application/json' \\
12
+ --data-raw '${JSON.stringify({roles:D.roles},void 0,2)}'`:`curl --location --request POST '${s.unleashUrl}/api/admin/projects/${u}/access' \\
13
+ --header 'Authorization: INSERT_API_KEY' \\
14
+ --header 'Content-Type: application/json' \\
15
+ --data-raw '${JSON.stringify(D,void 0,2)}'`,A=({key:e,...t},n,r)=>{let i,a;return n.type===q.GROUP?i=n.entity:a=n.entity,(0,G.jsxs)(`li`,{...t,children:[(0,G.jsx)(zi,{icon:(0,G.jsx)(Ii,{fontSize:`small`}),checkedIcon:(0,G.jsx)(ot,{fontSize:`small`}),style:{marginRight:8},checked:r}),(0,G.jsx)(w,{condition:n.type===q.GROUP,show:(0,G.jsx)(`span`,{children:(0,G.jsxs)(rh,{children:[(0,G.jsx)(`span`,{children:i?.name}),(0,G.jsxs)(`span`,{children:[i?.userCount,` users`]})]})}),elseShow:(0,G.jsxs)(ih,{children:[(0,G.jsx)(`span`,{children:a?.name||a?.username}),(0,G.jsx)(`span`,{children:a?.name&&a?.username?a?.username:a?.email})]})})]},e)},j=S.length>0&&T.length>0,ee=_(`ADMIN`)||o.length===0||o.some(e=>e.name===`Owner`),te;te=ee?a:a.filter(e=>o.some(t=>e.id===t.id));let M=`small`;return(0,G.jsx)(Er,{open:!0,onClose:()=>b(-1),label:`${g?`Edit`:`Assign`} ${l} access`,children:(0,G.jsx)(Fi,{loading:h,modal:!0,title:`${g?`Edit`:`Assign`} ${l} access`,description:`Custom project roles allow you to fine-tune access rights and permissions within your projects.`,documentationLink:`https://docs.getunleash.io/concepts/rbac#create-and-assign-a-custom-project-role`,documentationLinkLabel:`Project access documentation`,formatApiCode:k,children:(0,G.jsxs)(Qm,{onSubmit:O,children:[(0,G.jsxs)(`div`,{children:[(0,G.jsxs)($m,{"data-testid":Xi,children:[`Select the `,l]}),(0,G.jsx)(eh,{children:(0,G.jsx)(mr,{"data-testid":Ti,size:M,multiple:!0,openOnFocus:!0,limitTags:10,disableCloseOnSelect:!0,disabled:g,value:S,onChange:(e,t,n)=>{e.type===`keydown`&&e.key===`Backspace`&&n===`removeOption`||C(t)},options:x,groupBy:e=>e.type,renderOption:(e,t,{selected:n})=>A(e,t,n),getOptionLabel:ah,renderTags:(e,t)=>e.map((e,n)=>(0,W.createElement)(Or,{...t({index:n}),size:M,key:`${e.type}:${e.id}`,label:ah(e)})),filterOptions:(e,{inputValue:t})=>e.filter(e=>{if(e.type===q.USER||e.type===q.SERVICE_ACCOUNT){let n=e.entity;return Et(t,n.email)||Et(t,n.name)||Et(t,n.username)}return Et(t,e.entity.name)}),isOptionEqualToValue:(e,t)=>e.type===t.type&&e.entity.id===t.entity.id,renderInput:e=>(0,G.jsx)(pa,{...e,label:hr(l)})})}),(0,G.jsx)($m,{children:`Select the role to assign for this project`}),(0,G.jsx)(eh,{children:(0,G.jsx)(Zm,{"data-testid":dr,roles:te,value:T,setValue:E})})]}),(0,G.jsxs)(th,{children:[(0,G.jsx)(V,{"data-testid":vi,type:`submit`,variant:`contained`,color:`primary`,disabled:!j,children:g?`Save`:`Assign ${l}`}),(0,G.jsx)(nh,{onClick:()=>b(-1),children:`Cancel`})]})]})})})},sh=()=>{let{data:e,error:t,mutate:n}=A(kt(`api/admin/user-admin/access`),ch);return{users:(e?.users)?.filter(({accountType:e})=>!e||e===`User`),serviceAccounts:(e?.users)?.filter(({accountType:e})=>e===`Service Account`),groups:e?.groups,loading:!t&&!e,refetch:()=>n(),error:t}},ch=e=>fetch(e).then(O(`Access`)).then(e=>e.json()),lh=e=>({fetcher:()=>{let t=kt(`api/admin/user/roles?projectId=${e}`);return fetch(t,{method:`GET`}).then(O(`User Project roles`)).then(e=>e.json())},KEY:`api/admin/projects/${e}/roles`}),uh=(e,t={})=>{let{KEY:n,fetcher:r}=lh(e),{data:i,error:a,mutate:o}=A(n,r,t),s=(0,W.useCallback)(()=>{o()},[o]);return{roles:i?.roles||[],loading:!a&&!i,error:a,refetch:s}},dh=()=>{let e=L(`projectId`),{roles:t}=uh(e),{access:n}=Bm(e),{users:r,serviceAccounts:i,groups:a}=sh();return!n||!r||!i||!a?null:(0,G.jsx)(oh,{accesses:n.rows,users:r,serviceAccounts:i,groups:a,roles:n.roles,userRoles:t})},fh=()=>{let e=L(`projectId`),t=L(`userId`),{roles:n}=uh(e),{access:r}=Bm(e),{users:i,serviceAccounts:a,groups:o}=sh();if(!r||!i||!a||!o)return null;let s=r.rows.find(e=>e.entity.id===Number(t)&&e.type!==q.GROUP);return(0,G.jsx)(oh,{accesses:r.rows,selected:s,users:i,serviceAccounts:a,groups:o,roles:r.roles,userRoles:n})},ph=()=>{let e=L(`projectId`),t=L(`groupId`),{roles:n}=uh(e),{access:r}=Bm(e),{users:i,serviceAccounts:a,groups:o}=sh();if(!r||!i||!a||!o)return null;let s=r.rows.find(e=>e.entity.id===Number(t)&&e.type===q.GROUP);return(0,G.jsx)(oh,{accesses:r.rows,selected:s,users:i,serviceAccounts:a,groups:o,roles:r.roles,userRoles:n})},{value:mh,setValue:hh}=ca(`ProjectAccess:v1`,{id:`added`,desc:!0}),gh=U(`div`)(({theme:e})=>({display:`inline-flex`,alignItems:`center`,flexWrap:`wrap`,marginLeft:e.spacing(1)})),_h=U(on)(({theme:e})=>({marginRight:e.spacing(-3.5)})),vh=U(on)(({theme:e})=>({outline:`${e.spacing(.25)} solid ${e.palette.background.paper}`})),yh=[`imageUrl`,`role`,`added`,`lastLogin`],bh=[`lastLogin`,`added`],xh=()=>{let e=L(`projectId`),{uiConfig:t}=ti(),{flags:n}=t,r=n.UG?`user / group`:`user`,i=gi(),a=P(),o=Ye(a.breakpoints.down(`md`)),s=Ye(a.breakpoints.down(`lg`)),{setToastData:c}=Lt(),{access:l,refetchProjectAccess:u}=Bm(e),{removeUserAccess:d,removeGroupAccess:f}=Ra(),[p,m]=(0,W.useState)(!1),[h,g]=(0,W.useState)(!1),[v,y]=(0,W.useState)(),b=e=>e.length>1?`${e.length} roles`:l?.roles.find(({id:t})=>t===e[0])?.name||``,x=(0,W.useMemo)(()=>[{Header:`Avatar`,accessor:`imageUrl`,Cell:({row:{original:e}})=>(0,G.jsxs)(gh,{children:[(0,G.jsx)(w,{condition:e.type===q.GROUP,show:(0,G.jsx)(_h,{})}),(0,G.jsx)(vh,{user:e.entity,children:e.entity.users?.length})]}),maxWidth:85,disableSortBy:!0},{id:`name`,Header:`Name`,accessor:e=>e.entity.name||``,Cell:({value:e,row:{original:t}})=>(0,G.jsx)(w,{condition:t.type===q.GROUP,show:(0,G.jsx)(zn,{onClick:()=>{y(t),g(!0)},title:e,subtitle:`${t.entity.users?.length} users`}),elseShow:(0,G.jsx)(ie,{value:e,subtitle:t.entity?.email||t.entity?.username})}),minWidth:100,searchable:!0},{id:`role`,Header:`Role`,accessor:e=>b(e.entity.roles),Cell:({value:e,row:{original:t}})=>(0,G.jsx)(_,{value:e,roles:t.entity.roles}),maxWidth:175,filterName:`role`},{id:`added`,Header:`Added`,accessor:`entity.addedAt`,Cell:an,maxWidth:130},{id:`lastLogin`,Header:`Last login`,accessor:e=>e.type===q.GROUP?e.entity.users.map(({seenAt:e})=>e).sort().reverse()[0]:e.entity.seenAt||``,Cell:an,maxWidth:130},{id:`actions`,Header:`Actions`,disableSortBy:!0,align:`center`,maxWidth:150,Cell:({row:{original:t}})=>(0,G.jsxs)(_t,{children:[(0,G.jsx)(Ge,{"data-testid":Ui,component:z,permission:[pi,ui],projectId:e,to:`edit/${t.type===q.GROUP?`group`:`user`}/${t.entity.id}`,tooltipProps:{title:`Edit access`},children:(0,G.jsx)(Ce,{})}),(0,G.jsx)(Ge,{"data-testid":qr,permission:[pi,ui],projectId:e,onClick:()=>{y(t),m(!0)},tooltipProps:{title:`Remove access`},children:(0,G.jsx)(fn,{})})]})},{accessor:e=>e.type===q.GROUP?``:e.entity?.username||``,Header:`Username`,searchable:!0},{accessor:e=>e.type===q.GROUP?``:e.entity?.email||``,Header:`Email`,searchable:!0}],[l,e]),[C,T]=nr(),[E]=(0,W.useState)(()=>({sortBy:[{id:C.get(`sort`)||mh.id,desc:C.has(`order`)?C.get(`order`)===`desc`:mh.desc}],hiddenColumns:[`Username`,`Email`],globalFilter:C.get(`search`)||``})),[D,O]=(0,W.useState)(E.globalFilter),{data:k,getSearchText:A,getSearchContext:j}=Qt(x,D,l?.rows??[]),{headerGroups:ee,rows:te,prepareRow:ne,setHiddenColumns:re,state:{sortBy:N}}=(0,Dm.useTable)({columns:x,data:k,initialState:E,sortTypes:de,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:$n}},Dm.useSortBy,Dm.useFlexLayout);pe([{condition:o,columns:yh},{condition:s,columns:bh}],re,x),(0,W.useEffect)(()=>{let e={};e.sort=N[0].id,N[0].desc&&(e.order=`desc`),D&&(e.search=D),T(e,{replace:!0}),hh({id:N[0].id,desc:N[0].desc||!1})},[N,D,T]);let ae=async t=>{if(!t)return;let{id:n}=t.entity,i=t.entity.name;if(t.type!==q.GROUP){let e=t.entity;i=i||e.email||e.username||``}try{t.type===q.GROUP?await f(e,n):await d(e,n),u(),c({type:`success`,text:`${i||`The ${r}`} has been removed from project`})}catch(e){c({type:`error`,text:e.message||`Server problems when removing ${r}.`})}m(!1)};return(0,G.jsxs)(M,{header:(0,G.jsx)(F,{secondary:!0,title:`User access (${te.length<k.length?`${te.length} of ${k.length}`:k.length})`,actions:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(w,{condition:!o,show:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Oe,{initialValue:D,onChange:O,hasFilters:!0,getSearchContext:j}),(0,G.jsx)(F.Divider,{})]})}),(0,G.jsxs)(Aa,{onClick:()=>i(`create`),maxWidth:`700px`,Icon:ft,permission:[pi,ui],projectId:e,"data-testid":ia,children:[`Assign `,r]})]}),children:(0,G.jsx)(w,{condition:o,show:(0,G.jsx)(Oe,{initialValue:D,onChange:O,hasFilters:!0,getSearchContext:j})})}),children:[(0,G.jsx)(ir,{value:A(D),children:(0,G.jsx)(Dr,{rows:te,headerGroups:ee,prepareRow:ne})}),(0,G.jsx)(w,{condition:te.length===0,show:(0,G.jsx)(w,{condition:D?.length>0,show:(0,G.jsxs)(ta,{children:[`No access found matching “`,D,`”`]}),elseShow:(0,G.jsxs)(ta,{children:[`No access available. Get started by assigning a`,` `,r,`.`]})})}),(0,G.jsxs)(kr,{children:[(0,G.jsx)(S,{path:`create`,element:(0,G.jsx)(dh,{})}),(0,G.jsx)(S,{path:`edit/group/:groupId`,element:(0,G.jsx)(ph,{})}),(0,G.jsx)(S,{path:`edit/user/:userId`,element:(0,G.jsx)(fh,{})})]}),(0,G.jsx)(yn,{open:p,onClick:()=>ae(v),onClose:()=>{m(!1)},title:`Really remove ${r} from this project?`}),(0,G.jsx)(qm,{open:h,setOpen:g,group:v?.entity,projectId:e,subtitle:(0,G.jsxs)(G.Fragment,{children:[v&&v.entity.roles.length>1?`Roles:`:`Role:`,(0,G.jsx)(_,{value:b(v?.entity.roles||[]),roles:v?.entity.roles||[]})]}),onEdit:()=>{i(`edit/group/${v?.entity.id}`)},onRemove:()=>{g(!1),m(!0)}})]})},Sh=()=>{let e=L(`projectId`),t=Sa(e),{hasAccess:n}=(0,W.useContext)(Ur),{isOss:r}=ti();return wn(`Project access – ${t}`),r()?(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`User access`}),sx:{justifyContent:`center`},children:(0,G.jsx)(gr,{feature:`access`})}):n([`UPDATE_PROJECT`,`PROJECT_USER_ACCESS_READ`],e)?(0,G.jsx)(xh,{}):(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`User access`}),children:(0,G.jsx)(Kr,{severity:`error`,children:`You need project owner permissions or a custom role with "view project user permission" to access this section.`})})},Ch=e=>e.reduce((e,t)=>t.enabled?e+1:e,0),wh=U(Vi)(({theme:e})=>({marginTop:e.spacing(3)})),Th=U(`p`,{shouldForwardProp:e=>e!==`warning`})(({theme:e,warning:t})=>({color:t?e.palette.error.dark:e.palette.text.primary,textAlign:`center`})),Eh=({environment:e,warnEnabledToggles:t})=>{let{getTableProps:n,getTableBodyProps:r,headerGroups:i,rows:a,prepareRow:o}=(0,Dm.useTable)({columns:(0,W.useMemo)(()=>[{id:`Icon`,width:`1%`,Cell:({row:{original:e}})=>(0,G.jsx)(ii,{environment:e})},{Header:`Name`,accessor:`name`,Cell:$n},{Header:`Type`,accessor:`type`,Cell:$n},{Header:`Toggles enabled`,accessor:`projectEnabledToggleCount`,Cell:({value:e})=>(0,G.jsx)($n,{children:(0,G.jsx)(Th,{warning:e>0,children:e===1?`1 toggle`:`${e} toggles`})}),align:`center`}],[t]),data:[e],disableSortBy:!0});return(0,G.jsxs)(wh,{...n(),rowHeight:`compact`,children:[(0,G.jsx)(Gr,{headerGroups:i}),(0,G.jsx)(Wr,{...r(),children:a.map(e=>{o(e);let{key:t,...n}=e.getRowProps();return(0,G.jsx)(Pr,{hover:!0,...n,children:e.cells.map(e=>{let{key:t,...n}=e.getCellProps();return(0,G.jsx)(hi,{...n,children:e.render(`Cell`)},t)})},t)})})]})},Dh=U(`p`)(({theme:e})=>({marginTop:e.spacing(3),marginBottom:e.spacing(1.5)})),Oh=U(fi)(()=>({width:`100%`})),kh=({environment:e,open:t,setOpen:n,onConfirm:r})=>{let[i,a]=(0,W.useState)(``);return(0,W.useEffect)(()=>{a(``)},[t]),(0,G.jsxs)(yn,{title:`Hide environment and disable feature flags?`,open:t,primaryButtonText:`Hide environment and disable feature flags`,disabledPrimaryButton:e?.name!==i,secondaryButtonText:`Close`,onClick:r,onClose:()=>{n(!1)},children:[(0,G.jsxs)(Kr,{severity:`error`,children:[(0,G.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.`]}),(0,G.jsx)(Eh,{environment:e}),(0,G.jsxs)(Dh,{children:[`In order to hide this environment, please enter the id of the environment in the textfield below:`,` `,(0,G.jsx)(`strong`,{children:e?.name})]}),(0,G.jsx)(Oh,{label:`Environment name`,value:i,onChange:e=>a(e.target.value)})]})},Ah=`/static/upgradeEnvironments-DCYoh4BH.png`,jh=U(B)(({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`})),Mh=U(Dt)(({theme:e})=>({textDecoration:`none`,fontWeight:e.typography.fontWeightBold})),Nh=U(`img`)(({theme:e})=>({width:e.spacing(20)})),Ph=U(ur)(({theme:e})=>({position:`absolute`,top:e.spacing(1.25),right:e.spacing(1.5)})),Fh=U(B)(({theme:e})=>({display:`flex`,gap:e.spacing(3),marginTop:e.spacing(2),marginBottom:e.spacing(2)})),Ih=U(B)(({theme:e})=>({display:`flex`,flexDirection:`column`,justifyContent:`center`,gap:e.spacing(1),maxWidth:e.spacing(60)})),Lh=()=>{let[e,t]=si(`upgrade-environments:v1`,`open`);return e===`closed`?null:(0,G.jsxs)(jh,{children:[(0,G.jsxs)(Fh,{children:[(0,G.jsx)(Nh,{src:ri(Ah),alt:`Multiple environments`}),(0,G.jsxs)(Ih,{children:[(0,G.jsx)(`b`,{children:`Need more environments?`}),(0,G.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.`}),(0,G.jsx)(Mh,{href:`https://www.getunleash.io/upgrade-unleash?utm_source=oss&utm_medium=feature&utm_content=environments`,target:`_blank`,children:`View our Enterprise offering`})]})]}),(0,G.jsx)(Ua,{title:`Dismiss`,arrow:!0,children:(0,G.jsx)(Ph,{"aria-label":`dismiss`,onClick:()=>{t(`closed`)},size:`small`,children:(0,G.jsx)(Ut,{fontSize:`inherit`})})})]})},Rh=U(Kr)(({theme:e})=>({marginBottom:e.spacing(4)})),zh=U(`div`)(({theme:e})=>({display:`flex`,flexWrap:`wrap`,[e.breakpoints.down(`sm`)]:{justifyContent:`center`}})),Bh=U(Ot)(({theme:e})=>({maxWidth:`400px`,marginBottom:e.spacing(2)})),Vh=()=>{let e=L(`projectId`);wn(`Project environments – ${Sa(e)}`);let{setToastData:t,setToastApiError:n}=Lt(),{environments:r,loading:i,error:a,refetchEnvironments:o}=to(e),{project:s,refetch:c}=se(e),{removeEnvironmentFromProject:l,addEnvironmentToProject:u}=Ra(),[d,f]=(0,W.useState)(),[p,m]=(0,W.useState)(!1),{isOss:h}=ti(),g=(0,W.useMemo)(()=>r.map(e=>({...e,projectVisible:s?.environments?.map(e=>e.environment).includes(e.name)})),[r,s?.environments]),_=()=>{o(),c()},v=()=>(0,G.jsx)(Bh,{onClick:_,text:`Error fetching environments`}),y=e=>`Got an API error when trying to set the environment as ${e?`visible`:`hidden`}`,b=async r=>{if(r.projectVisible){if(Ch(g)>1){f(r),m(!0);return}t({text:`At least one environment must be visible in the project`,type:`error`})}else try{await u(e,r.name),_(),t({text:`Environment set as visible`,type:`success`})}catch{n(y(!0))}},x=async()=>{if(d)try{await l(e,d.name),_(),t({text:`Environment hidden`,type:`success`})}catch{n(y(!1))}finally{m(!1)}},S=e=>h()&&e.name===`default`||e.projectVisible&&C(),C=()=>g.filter(e=>e.projectVisible).length===1,T=e=>e.projectVisible&&C()?`Cannot disable, at least one environment must be visible in the project`:e.projectVisible?`Hide environment and disable feature flags`:`Make it visible`,{getTableProps:E,getTableBodyProps:D,headerGroups:O,rows:k,prepareRow:A,state:{globalFilter:j},setGlobalFilter:ee}=(0,Dm.useTable)({columns:(0,W.useMemo)(()=>[{Header:`Name`,accessor:`name`,Cell:({row:{original:e}})=>(0,G.jsx)(Ft,{environment:e})},{Header:`Type`,accessor:`type`,Cell:ie},{Header:`Project API tokens`,accessor:e=>e.projectApiTokenCount===1?`1 token`:`${e.projectApiTokenCount} tokens`,Cell:$n},{Header:`Visible in project`,accessor:`enabled`,align:`center`,width:1,Cell:({row:{original:t}})=>(0,G.jsx)(_t,{children:(0,G.jsx)(ve,{tooltip:T(t),size:`medium`,disabled:S(t),projectId:e,permission:pi,checked:t.projectVisible,onChange:()=>b(t)})}),disableGlobalFilter:!0}],[g]),data:g,disableSortBy:!0},Dm.useGlobalFilter);return(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`Environments (${k.length})`,actions:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Oe,{initialValue:j,onChange:ee}),h()?null:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(F.Divider,{}),(0,G.jsx)(Dt,{component:z,to:`/environments`,children:`Configure environments`})]})]})}),isLoading:i,children:(0,G.jsxs)(zh,{children:[(0,G.jsx)(w,{condition:!!a,show:v()}),(0,G.jsxs)(Rh,{severity:`info`,children:[(0,G.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`,` `,(0,G.jsx)(z,{to:`/admin/api`,children:`API tokens here`}),`.`,(0,G.jsx)(`br`,{}),(0,G.jsx)(`br`,{}),`Your administrator can configure an environment-specific API token to be used in the SDK. If you are an administrator you can`,` `,(0,G.jsx)(z,{to:`/admin/api`,children:`create a new API token here`}),`.`]}),(0,G.jsx)(ir,{value:j,children:(0,G.jsxs)(Vi,{...E(),rowHeight:`compact`,children:[(0,G.jsx)(Gr,{headerGroups:O}),(0,G.jsx)(Wr,{...D(),children:k.map(e=>{A(e);let{key:t,...n}=e.getRowProps();return(0,G.jsx)(Pr,{hover:!0,...n,children:e.cells.map(e=>{let{key:t,...n}=e.getCellProps();return(0,G.jsx)(hi,{...n,children:e.render(`Cell`)},t)})},t)})})]})}),(0,G.jsx)(w,{condition:k.length===0,show:(0,G.jsx)(w,{condition:j?.length>0,show:(0,G.jsxs)(ta,{children:[`No environments found matching “`,j,`”`]}),elseShow:(0,G.jsx)(ta,{children:`No environments available. Get started by adding one.`})})}),h()?(0,G.jsx)(Lh,{}):null,(0,G.jsx)(kh,{environment:d,open:p,setOpen:m,onConfirm:x})]})})},Hh=e=>(0,G.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:1386,height:512,fill:`none`,viewBox:`0 0 1386 512`,...e,children:[(0,G.jsx)(`rect`,{width:1386,height:512,fill:`#F7F7FA`,rx:12}),(0,G.jsx)(`rect`,{width:93,height:23,x:545.5,y:200.5,fill:`#F4FAEB`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:545.5,y:200.5,stroke:`#B0D182`,rx:3.5}),(0,G.jsx)(`g`,{clipPath:`url(#clip0_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:545.5,y:352.5,fill:`#FFF2F3`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:545.5,y:352.5,stroke:`#FEB0B7`,rx:3.5}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:545.5,y:276.5,fill:`#FFF2F3`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:545.5,y:276.5,stroke:`#FEB0B7`,rx:3.5}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:133,height:23,x:318.5,y:275.5,fill:`#F1F0FC`,rx:3.5}),(0,G.jsx)(`rect`,{width:133,height:23,x:318.5,y:275.5,stroke:`#BEBBF3`,rx:3.5}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:88,height:23,x:141.5,y:307.5,fill:`#FFF4E5`,rx:3.5}),(0,G.jsx)(`rect`,{width:88,height:23,x:141.5,y:307.5,stroke:`#FFC46F`,rx:3.5}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:78,height:23,x:318.5,y:338.5,fill:`#F7F7FA`,rx:3.5}),(0,G.jsx)(`rect`,{width:78,height:23,x:318.5,y:338.5,stroke:`#BDBDBF`,rx:3.5}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{stroke:`#202021`,strokeLinecap:`round`,strokeWidth:1.5,d:`M242 319h30`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{stroke:`#202021`,strokeLinecap:`round`,strokeWidth:1.5,d:`M463.5 287H494`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`circle`,{cx:479,cy:286.997,r:5,fill:`#6C65E5`,stroke:`#F7F7FA`,strokeWidth:2}),(0,G.jsx)(`path`,{stroke:`#6C65E5`,strokeLinecap:`round`,strokeWidth:1.5,d:`M479 284v-90`}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{stroke:`#6C65E5`,strokeLinecap:`round`,strokeWidth:1.5,d:`M479 382v-92`}),(0,G.jsx)(`circle`,{cx:258,cy:319,r:5,fill:`#6C65E5`,stroke:`#F7F7FA`,strokeWidth:2}),(0,G.jsx)(`path`,{stroke:`#6C65E5`,strokeLinecap:`round`,strokeWidth:1.5,d:`M258 315v-46`}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:733.5,y:125.5,fill:`#F4FAEB`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:733.5,y:125.5,stroke:`#B0D182`,rx:3.5}),(0,G.jsx)(`g`,{clipPath:`url(#clip1_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:733.5,y:277.5,fill:`#FFF2F3`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:733.5,y:277.5,stroke:`#FEB0B7`,rx:3.5}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:733.5,y:201.5,fill:`#FFF4E5`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:733.5,y:201.5,stroke:`#FFC46F`,rx:3.5}),(0,G.jsx)(`g`,{clipPath:`url(#clip2_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{stroke:`#202021`,strokeLinecap:`round`,strokeWidth:1.5,d:`M651.5 212H682`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`circle`,{cx:667,cy:211.997,r:5,fill:`#6C65E5`,stroke:`#F7F7FA`,strokeWidth:2}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{stroke:`#6C65E5`,strokeLinecap:`round`,strokeWidth:1.5,d:`M667 307v-92`}),(0,G.jsx)(`path`,{stroke:`#6C65E5`,strokeLinecap:`round`,strokeWidth:1.5,d:`M667 209v-90`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{stroke:`#202021`,strokeLinecap:`round`,strokeWidth:1.5,d:`M839 211.999h30`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:964.5,y:213.5,fill:`#FFF2F3`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:964.5,y:213.5,stroke:`#FEB0B7`,rx:3.5}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:92,height:23,x:1256.5,y:366.5,fill:`#FFF2F3`,rx:3.5}),(0,G.jsx)(`rect`,{width:92,height:23,x:1256.5,y:366.5,stroke:`#FEB0B7`,rx:3.5}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:965,y:169.207,fill:`#FFF4E5`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:965,y:169.207,stroke:`#FFC46F`,rx:3.5}),(0,G.jsx)(`g`,{clipPath:`url(#clip3_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:1256,y:322.207,fill:`#FFF4E5`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:1256,y:322.207,stroke:`#FFC46F`,rx:3.5}),(0,G.jsx)(`g`,{clipPath:`url(#clip4_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{stroke:`#202021`,strokeLinecap:`round`,strokeWidth:1.5,d:`M899 179.707h14.5`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{stroke:`#202021`,strokeLinecap:`round`,strokeWidth:1.5,d:`M1178 332.707h26.5`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`circle`,{cx:898,cy:179.997,r:5,fill:`#6C65E5`,stroke:`#F7F7FA`,strokeWidth:2}),(0,G.jsx)(`path`,{stroke:`#6C65E5`,strokeLinecap:`round`,strokeWidth:1.5,d:`M898 177V74`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`circle`,{cx:1193,cy:332.997,r:5,fill:`#6C65E5`,stroke:`#F7F7FA`,strokeWidth:2}),(0,G.jsx)(`path`,{stroke:`#6C65E5`,strokeLinecap:`round`,strokeWidth:1.5,d:`M1193 330v-86`}),(0,G.jsx)(`circle`,{cx:910,cy:311,r:5,fill:`#202021`,stroke:`#F7F7FA`,strokeWidth:2,transform:`rotate(-180 910 311)`}),(0,G.jsx)(`path`,{stroke:`#202021`,strokeLinecap:`round`,strokeWidth:1.5,d:`M910 314v35`}),(0,G.jsx)(`rect`,{width:93,height:23,x:964.5,y:123.5,fill:`#F4FAEB`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:964.5,y:123.5,stroke:`#B0D182`,rx:3.5}),(0,G.jsx)(`g`,{clipPath:`url(#clip5_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:1072.5,y:321.5,fill:`#FFF2F3`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:1072.5,y:321.5,stroke:`#FEB0B7`,rx:3.5}),(0,G.jsx)(`g`,{clipPath:`url(#clip6_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:1255.5,y:276.5,fill:`#F4FAEB`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:1255.5,y:276.5,stroke:`#B0D182`,rx:3.5}),(0,G.jsx)(`g`,{clipPath:`url(#clip7_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsx)(`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`}),(0,G.jsx)(`rect`,{width:93,height:23,x:1072.5,y:281.5,fill:`#F4FAEB`,rx:3.5}),(0,G.jsx)(`rect`,{width:93,height:23,x:1072.5,y:281.5,stroke:`#B0D182`,rx:3.5}),(0,G.jsx)(`g`,{clipPath:`url(#clip8_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{fill:`white`,d:`M1268.87 469.429h-3.63v11.143h10.87v-11.143h-3.62v7.428h-3.62v-7.428Z`}),(0,G.jsx)(`path`,{fill:`#817AFE`,d:`M1272.49 476.857h3.62v3.715h-3.62v-3.715Z`}),(0,G.jsx)(`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`}),(0,G.jsx)(`mask`,{id:`mask0_20382_240644`,width:16,height:16,x:887,y:326,maskUnits:`userSpaceOnUse`,style:{maskType:`alpha`},children:(0,G.jsx)(`path`,{fill:`#D9D9D9`,d:`M887 326h16v16h-16z`})}),(0,G.jsx)(`g`,{mask:`url(#mask0_20382_240644)`,children:(0,G.jsx)(`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`})}),(0,G.jsxs)(`defs`,{children:[(0,G.jsx)(`clipPath`,{id:`clip0_20382_240644`,children:(0,G.jsx)(`path`,{fill:`white`,d:`M553 203h18v18h-18z`})}),(0,G.jsx)(`clipPath`,{id:`clip1_20382_240644`,children:(0,G.jsx)(`path`,{fill:`white`,d:`M746.5 128h18v18h-18z`})}),(0,G.jsx)(`clipPath`,{id:`clip2_20382_240644`,children:(0,G.jsx)(`path`,{fill:`white`,d:`M740 204h18v18h-18z`})}),(0,G.jsx)(`clipPath`,{id:`clip3_20382_240644`,children:(0,G.jsx)(`path`,{fill:`white`,d:`M971.5 171.707h18v18h-18z`})}),(0,G.jsx)(`clipPath`,{id:`clip4_20382_240644`,children:(0,G.jsx)(`path`,{fill:`white`,d:`M1262.5 324.707h18v18h-18z`})}),(0,G.jsx)(`clipPath`,{id:`clip5_20382_240644`,children:(0,G.jsx)(`path`,{fill:`white`,d:`M977.5 126h18v18h-18z`})}),(0,G.jsx)(`clipPath`,{id:`clip6_20382_240644`,children:(0,G.jsx)(`path`,{fill:`white`,d:`M1079 324h18v18h-18z`})}),(0,G.jsx)(`clipPath`,{id:`clip7_20382_240644`,children:(0,G.jsx)(`path`,{fill:`white`,d:`M1268.5 279h18v18h-18z`})}),(0,G.jsx)(`clipPath`,{id:`clip8_20382_240644`,children:(0,G.jsx)(`path`,{fill:`white`,d:`M1085.5 284h18v18h-18z`})})]})]}),Uh=()=>{let e=(0,W.useRef)(null),t=Ye(P().breakpoints.down(`md`)),[n,r]=(0,W.useState)(!1),i=`change-request-process-description`;return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(w,{condition:!t,show:(0,G.jsxs)(H,{variant:`body2`,children:[`Show change request process`,` `]})}),(0,G.jsx)(ur,{title:`Change request process`,ref:e,onClick:()=>r(!0),children:(0,G.jsx)(_a,{})}),(0,G.jsx)(Se,{open:n,anchorEl:e.current,anchorOrigin:{vertical:`bottom`,horizontal:`right`},transformOrigin:{vertical:`top`,horizontal:`right`},onClose:()=>r(!1),children:(0,G.jsxs)(B,{sx:{p:{xs:2,md:4},maxWidth:920},id:i,children:[(0,G.jsx)(H,{variant:`h3`,children:`Change request process:`}),(0,G.jsx)(H,{variant:`body2`,children:(0,G.jsxs)(`ol`,{children:[(0,G.jsx)(`li`,{children:`When changes are detected they are added to a draft.`}),(0,G.jsxs)(`li`,{children:[`The user can submit the changes for review or discard them.`,(0,G.jsx)(`ul`,{children:(0,G.jsx)(`li`,{children:`Once submitted, the changes are visible to everyone.`})})]}),(0,G.jsxs)(`li`,{children:[`A user with the`,` `,(0,G.jsx)(`strong`,{children:`“Review change request”`}),` `,`permission can approve or reject the changes.`,(0,G.jsxs)(`ul`,{children:[(0,G.jsx)(`li`,{children:`The user who created the change request can cancel it at this stage.`}),(0,G.jsx)(`li`,{children:`Rejecting or canceling the changes will close the change request.`})]})]}),(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`li`,{children:[`Once approved, a user with the`,` `,(0,G.jsx)(`strong`,{children:`“Apply/Reject change request”`}),` `,`permission can apply, schedule, or reject the changes.`,(0,G.jsxs)(`ul`,{children:[(0,G.jsx)(`li`,{children:`If applied, the changes will take effect and the change request will be closed.`}),(0,G.jsx)(`li`,{children:`If scheduled, Unleash will attempt to apply the changes at the scheduled date and time.`}),(0,G.jsx)(`li`,{children:`The user who created the change request can cancel the changes up until they are applied or scheduled.`})]})]}),(0,G.jsxs)(`li`,{children:[`A user with the`,` `,(0,G.jsx)(`strong`,{children:`“Apply/Reject change request”`}),` `,`permission can reschedule, reject, or immediately apply a scheduled change request.`,(0,G.jsxs)(`ul`,{children:[(0,G.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.`}),(0,G.jsx)(`li`,{children:`If the scheduled changes contain any conflicts, Unleash will refuse to apply them.`}),(0,G.jsx)(`li`,{children:`If the user who scheduled the changes is removed from this Unleash instance, the scheduled changes will also not be applied.`})]})]})]})]})}),(0,G.jsx)(B,{sx:{mt:3},children:(0,G.jsx)(Hh,{"aria-details":i,style:{maxWidth:`100%`,height:`auto`}})})]})})]})},Wh=U(B)(({theme:e})=>({padding:e.spacing(1),display:`flex`,justifyContent:`center`,"& .MuiInputBase-input":{fontSize:e.fontSizes.smallBody}})),Gh=()=>{let{trackEvent:e}=I(),{hasAccess:t}=(0,W.useContext)(Ur),[n,r]=(0,W.useState)({isOpen:!1,enableEnvironment:``,isEnabled:!1,requiredApprovals:1}),i=P(),a=L(`projectId`),{data:o,loading:s,refetchChangeRequestConfig:c}=st(a),{updateChangeRequestEnvironmentConfig:l}=Fe(),{setToastData:u,setToastApiError:d}=Lt(),f=(e,t,n)=>()=>{r({isOpen:!0,enableEnvironment:e,isEnabled:t,requiredApprovals:n})},p=async()=>{n.enableEnvironment&&await m(),r(e=>({...e,isOpen:!1}))};async function m(e){try{await l(e||{project:a,environment:n.enableEnvironment,enabled:!n.isEnabled,requiredApprovals:n.requiredApprovals}),u({type:`success`,text:`Change request status updated`}),await c()}catch(e){d(R(e))}}let h=Array.from(Array(10).keys()).map(e=>String(e+1)).map(e=>({key:e,label:`${e} ${e===`1`?`approval`:`approvals`}`,sx:{fontSize:i.fontSizes.smallBody}}));function g(e,t){m({project:a,environment:e.environment,enabled:e.changeRequestEnabled,requiredApprovals:Number(t)})}let{getTableProps:_,getTableBodyProps:v,headerGroups:y,rows:b,prepareRow:x}=(0,Dm.useTable)({columns:(0,W.useMemo)(()=>[{Header:`Environment`,accessor:`environment`,disableSortBy:!0},{Header:`Type`,accessor:`type`,disableGlobalFilter:!0,disableSortBy:!0},{Header:`Required approvals`,Cell:({row:{original:e}})=>e.changeRequestEnabled?(0,G.jsx)(Wh,{"data-loading":!0,children:(0,G.jsx)(le,{sx:{width:`140px`,marginLeft:1},options:h,value:e.requiredApprovals||1,onChange:t=>{g(e,t)},disabled:!t([Ln,Gi],a),IconComponent:wa,fullWidth:!0})}):null,width:100,disableGlobalFilter:!0,disableSortBy:!0},{Header:`Status`,accessor:`changeRequestEnabled`,id:`changeRequestEnabled`,align:`center`,Cell:({value:e,row:{original:t}})=>(0,G.jsx)(Wh,{"data-loading":!0,children:(0,G.jsx)(ve,{checked:e,projectId:a,permission:[Ln,Gi],inputProps:{"aria-label":t.environment},onClick:f(t.environment,t.changeRequestEnabled,t.requiredApprovals)})}),width:100,disableGlobalFilter:!0,disableSortBy:!0}],[]),data:o,sortTypes:de,autoResetGlobalFilter:!1,disableSortRemove:!0,defaultColumn:{Cell:$n}},Dm.useGlobalFilter);return(0,G.jsxs)(M,{header:(0,G.jsx)(F,{titleElement:`Change request configuration`,actions:(0,G.jsx)(Uh,{})}),isLoading:s,children:[(0,G.jsx)(Kr,{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`}),(0,G.jsxs)(Vi,{..._(),children:[(0,G.jsx)(Gr,{headerGroups:y}),(0,G.jsx)(Wr,{...v(),children:b.map(e=>{x(e);let{key:t,...n}=e.getRowProps();return(0,G.jsx)(Pr,{hover:!0,...n,children:e.cells.map(e=>{let{key:t,...n}=e.getCellProps();return(0,G.jsx)(hi,{...n,children:e.render(`Cell`)},t)})},t)})})]}),(0,G.jsxs)(yn,{onClick:()=>{e(`change_request`,{props:{eventType:`change request ${n.isEnabled?`disabled`:`enabled`}`}}),p()},open:n.isOpen,onClose:()=>r(e=>({...e,isOpen:!1})),primaryButtonText:n.isEnabled?`Disable`:`Enable`,secondaryButtonText:`Cancel`,title:`${n.isEnabled?`Disable`:`Enable`} change requests`,children:[(0,G.jsxs)(H,{sx:{mb:1},children:[`You are about to`,` `,n.isEnabled?`disable`:`enable`,` “Change request”`,(0,G.jsx)(w,{condition:!!n.enableEnvironment,show:(0,G.jsxs)(G.Fragment,{children:[` `,`for`,` `,(0,G.jsx)(`strong`,{children:n.enableEnvironment})]})}),`.`]}),(0,G.jsx)(w,{condition:!n.isEnabled,show:(0,G.jsx)(H,{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.`})})]})]})},Kh=()=>{let e=L(`projectId`),t=Sa(e),{hasAccess:n}=(0,W.useContext)(Ur),{isOss:r,isPro:i}=ti();return wn(`Project change request configuration – ${t}`),r()||i()?(0,G.jsx)(M,{header:(0,G.jsx)(F,{titleElement:`Change request configuration`,actions:(0,G.jsx)(Uh,{})}),sx:{justifyContent:`center`},children:(0,G.jsx)(gr,{feature:`change-requests`})}):n([`UPDATE_PROJECT`,`PROJECT_CHANGE_REQUEST_READ`],e)?(0,G.jsx)(Gh,{}):(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`Change request configuration`}),children:(0,G.jsx)(Kr,{severity:`error`,children:`You need project owner permissions or a custom role with "view change request configuration" to access this section.`})})},qh=`Create project API token`,Jh=()=>{let e=L(`projectId`),{setToastApiError:t}=Lt(),{uiConfig:n}=ti(),r=gi(),[i,c]=(0,W.useState)(!1),[l,d]=(0,W.useState)(``),{getApiTokenPayload:f,tokenName:m,type:h,apiTokenTypes:_,environment:v,setTokenName:y,setTokenType:b,setEnvironment:x,isValid:S,errors:C,clearErrors:w}=u(e),{createToken:T,loading:E}=no(),{refetch:D}=lo(e),{trackEvent:O}=I();wn(qh);let k=`api/admin/projects/${e}/api-tokens`,A=Gt;return(0,G.jsxs)(Fi,{loading:E,title:qh,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/concepts/api-tokens-and-client-keys`,documentationLinkLabel:`API tokens documentation`,formatApiCode:()=>`curl --location --request POST '${n.unleashUrl}/${k}' \\
16
+ --header 'Authorization: INSERT_API_KEY' \\
17
+ --header 'Content-Type: application/json' \\
18
+ --data-raw '${JSON.stringify(f(),void 0,2)}'`,children:[(0,G.jsxs)(s,{handleSubmit:async n=>{if(n.preventDefault(),S())try{await T(f(),e).then(e=>e.json()).then(e=>{Br(),d(e.secret),c(!0),O(`project_api_tokens`,{props:{eventType:`api_key_created`}}),D()})}catch(e){t(R(e))}},handleCancel:()=>{r(-1)},mode:`Create`,actions:(0,G.jsx)(Ai,{name:`token`,permission:A,projectId:e}),children:[(0,G.jsx)(g,{tokenName:m,setTokenName:y,errors:C,clearErrors:w}),(0,G.jsx)(p,{type:h,setType:b,apiTokenTypes:_}),(0,G.jsx)(a,{type:h,environment:v,setEnvironment:x})]}),(0,G.jsx)(o,{open:i,setOpen:c,closeConfirm:()=>{c(!1),r(-1)},token:l,type:h})]})},Yh=()=>{let e=gi();return(0,G.jsx)(Er,{open:!0,onClose:()=>e(-1),label:`Create API token`,children:(0,G.jsx)(Jh,{})})},Xh=()=>{let e=L(`projectId`),t=Sa(e),{hasAccess:n}=(0,W.useContext)(Ur),{tokens:r,loading:a,refetch:o}=lo(e),{trackEvent:s}=I(),{deleteToken:c}=no();wn(`Project api access – ${t}`);let{headerGroups:u,rows:f,prepareRow:p,state:{globalFilter:h},setGlobalFilter:g,setHiddenColumns:_,columns:y}=l(r,t=>(0,G.jsxs)(_t,{children:[(0,G.jsx)(d,{token:t.row.original,permission:qe,project:e,track:()=>s(`project_api_tokens`,{props:{eventType:`api_key_copied`}})}),(0,G.jsx)(m,{token:t.row.original,permission:Qr,project:e,onRemove:async()=>{await c(t.row.original.secret,e),s(`project_api_tokens`,{props:{eventType:`api_key_deleted`}}),o()}})]}));return(0,G.jsxs)(`div`,{style:{width:`100%`,overflow:`hidden`},children:[(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`API access (${f.length})`,actions:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Oe,{initialValue:h,onChange:g}),(0,G.jsx)(F.Divider,{}),(0,G.jsx)(i,{permission:jt,path:`create`,project:e})]})}),children:(0,G.jsx)(w,{condition:!n(qe,e),show:(0,G.jsx)(Kr,{severity:`warning`,children:`You need to have the correct permissions to read API tokens`}),elseShow:(0,G.jsx)(v,{compact:!0,loading:a,headerGroups:u,setHiddenColumns:_,prepareRow:p,rows:f,columns:y,globalFilter:h})})}),(0,G.jsx)(kr,{children:(0,G.jsx)(S,{path:`create`,element:(0,G.jsx)(Yh,{})})})]})},Zh=()=>{let e=Sa(L(`projectId`)),t=gi();return wn(`Project segments – ${e}`),(0,G.jsxs)(kr,{children:[(0,G.jsx)(S,{path:`create`,element:(0,G.jsx)(Er,{open:!0,onClose:()=>t(-1),label:`Create segment`,children:(0,G.jsx)(ht,{modal:!0})})}),(0,G.jsx)(S,{path:`edit/:segmentId`,element:(0,G.jsx)(Er,{open:!0,onClose:()=>t(-1),label:`Edit segment`,children:(0,G.jsx)(Ee,{modal:!0})})}),(0,G.jsx)(S,{path:`*`,element:(0,G.jsx)(ye,{})})]})},Qh=(e,t)=>`/projects/${e}/settings/default-strategy/edit?${new URLSearchParams({environmentId:t})}`,$h={name:`flexibleRollout`,disabled:!1,constraints:[],title:``,parameters:{rollout:`100`,stickiness:`default`,groupId:``}},eg=({environment:e})=>{let t=L(`projectId`),{environment:n,defaultStrategy:r}=e,i=Qh(t,n),a=(0,W.useMemo)(()=>{let e=r||$h;return{...e,disabled:!1,constraints:e.constraints??[],title:e.title??``,parameters:e.parameters??{}}},[JSON.stringify(r)]);return(0,G.jsx)(Mi,{strategy:a,headerItemsRight:(0,G.jsx)(G.Fragment,{children:(0,G.jsx)(Ge,{permission:[xt,Ln],environmentId:n,projectId:t,component:z,to:i,tooltipProps:{title:`Edit default strategy for "${n}"`},"data-testid":`STRATEGY_EDIT-${a.name}`,children:(0,G.jsx)(Ce,{})})})})},tg=U(yr,{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`}})),ng=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)})),rg=U(`hgroup`)(({theme:e})=>({display:`flex`,flexFlow:`row wrap`,flex:1,columnGap:e.spacing(1)})),ig=U(`p`)(({theme:e})=>({width:`100%`,fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary})),ag=U(lt)(({theme:e})=>({fontSize:e.typography.h2.fontSize,fontWeight:e.typography.fontWeightMedium})),og=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)})),sg=U(og)(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary,backgroundColor:e.palette.neutral.light})),cg=({strategyCount:e,releasePlanCount:t})=>{if(e===0&&t===0)return(0,G.jsx)(sg,{children:`0 strategies added`});let n=t>0?`Release plan`:void 0;return(0,G.jsx)(og,{children:`${[n,(()=>{switch(e){case 0:return;case 1:return`1 strategy`;default:return`${e} strategies`}})()].filter(Boolean).join(`, `)} added`})},lg=`environment-accordion-summary`,ug=({environmentId:e,children:t,expandable:n=!0,environmentMetadata:r,...i})=>{let a=ba();return(0,G.jsx)(tg,{...i,expandIcon:(0,G.jsx)(ja,{sx:{visibility:n?`visible`:`hidden`}}),id:a,"aria-controls":`environment-accordion-${a}-content`,expandable:n,tabIndex:n?0:-1,className:lg,children:(0,G.jsxs)(ng,{"data-loading":!0,children:[(0,G.jsxs)(rg,{children:[(0,G.jsx)(ig,{children:`Environment`}),(0,G.jsx)(ag,{component:`h2`,children:e}),r?(0,G.jsx)(cg,{...r}):null]}),t]})})},dg=U(`div`)(({theme:e})=>({marginBottom:e.spacing(2)})),fg=U(Cr)(({theme:e})=>({boxShadow:`none`,border:`1px solid ${e.palette.divider}`,overflow:`hidden`})),pg=U(la)(({theme:e})=>({padding:0,background:e.palette.background.elevation1})),mg=({environment:e})=>{let{environment:t}=e;return(0,G.jsx)(dg,{children:(0,G.jsxs)(fg,{expanded:!0,onChange:e=>e.stopPropagation(),"data-testid":`${br}_${t}`,children:[(0,G.jsx)(ug,{environmentId:t,expandable:!1}),(0,G.jsx)(pg,{children:(0,G.jsx)(eg,{environment:e})})]})})},hg=U(Kr)(({theme:e})=>({marginBottom:e.spacing(4)})),gg=()=>{let e=L(`projectId`),t=Sa(e),{hasAccess:n}=(0,W.useContext)(Ur),{project:r}=se(e),i=gi();if(wn(`Project default strategy configuration – ${t}`),!n([`UPDATE_PROJECT`,`PROJECT_DEFAULT_STRATEGY_READ`,`PROJECT_DEFAULT_STRATEGY_WRITE`],e))return(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`Default Strategy configuration`}),children:(0,G.jsx)(Kr,{severity:`error`,children:`You need project owner permissions or a custom role with "project default strategy configuration" permission to access this section.`})});let a=`/projects/${e}/settings/default-strategy`;return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(M,{header:(0,G.jsx)(F,{title:`Default Strategy`}),children:[(0,G.jsx)(hg,{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`}),r?.environments?.map(e=>(0,G.jsx)(mg,{environment:e},e.environment))]}),(0,G.jsx)(kr,{children:(0,G.jsx)(S,{path:`edit`,element:(0,G.jsx)(Er,{label:`Edit default strategy`,onClose:()=>i(a),open:!0,children:(0,G.jsx)(eo,{})})})})]})},_g=(e=`open`,t=``,n=``,r=``,i=[])=>{let[a,o]=(0,W.useState)(e),[s,c]=(0,W.useState)(t),[l,u]=(0,W.useState)(n),[d,f]=(0,W.useState)(r),[p,m]=(0,W.useState)(i),[h,g]=(0,W.useState)({});return(0,W.useEffect)(()=>{o(e)},[e]),(0,W.useEffect)(()=>{c(t)},[t]),(0,W.useEffect)(()=>{u(n)},[n]),(0,W.useEffect)(()=>{f(r)},[r]),(0,W.useEffect)(()=>{m(i)},[i]),{projectMode:a,featureNamingPattern:s,featureNamingExample:l,featureNamingDescription:d,linkTemplates:p,setFeatureNamingPattern:c,setFeatureNamingExample:u,setFeatureNamingDescription:f,setProjectMode:o,setLinkTemplates:m,getEnterpriseSettingsPayload:()=>({mode:a,featureNaming:{pattern:s,example:l,description:d},linkTemplates:p}),clearErrors:()=>{g({})},errors:h}},vg=U(H)(({theme:e})=>({fontWeight:e.fontWeight.bold,display:`inline`})),yg=U(H)(({theme:e})=>({display:`inline`,color:e.palette.text.secondary})),bg=()=>(0,G.jsx)(N,{htmlTooltip:!0,tooltip:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(B,{children:[(0,G.jsx)(vg,{children:`open: `}),(0,G.jsx)(yg,{children:`Everyone can submit change requests`})]}),(0,G.jsxs)(B,{sx:{mt:2},children:[(0,G.jsx)(vg,{children:`protected: `}),(0,G.jsx)(yg,{children:`Only admins and project members can submit change requests`})]}),(0,G.jsxs)(B,{sx:{mt:2},children:[(0,G.jsx)(vg,{children:`private: `}),(0,G.jsx)(yg,{children:`Only admins, editors and project members can see and access the project and associated feature flags`})]})]})}),xg=()=>(0,G.jsx)(N,{htmlTooltip:!0,tooltip:(0,G.jsx)(B,{children:(0,G.jsxs)(`p`,{children:[`For example, the pattern`,` `,(0,G.jsx)(`code`,{children:`[a-z0-9]{2}\\.[a-z]{4,12}`}),` matches 'a1.project', but not 'a1.project.feature-1'.`]})})}),Sg=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(2),marginTop:e.spacing(1)})),Cg=U(`div`)(({theme:e})=>({display:`flex`,justifyContent:`flex-end`,gap:e.spacing(1.5)})),wg=({template:e,onSave:t,onCancel:n,isAdding:r})=>{let[i,a]=(0,W.useState)(e?.title||``),[o,s]=(0,W.useState)(e?.urlTemplate||``),[c,l]=(0,W.useState)({}),{trackEvent:u}=I(),d=()=>{let e={};return o||(e.url=`URL template is required`),l(e),Object.keys(e).length===0};return(0,G.jsxs)(Sg,{children:[(0,G.jsx)(pa,{label:`Title (optional)`,fullWidth:!0,value:i,onChange:e=>a(e.target.value),placeholder:`e.g., GitHub Issue, Ticket number`,helperText:`A descriptive name for the link.`,size:`small`}),(0,G.jsx)(pa,{label:`URL Template`,fullWidth:!0,required:!0,value:o,onChange:e=>s(e.target.value),placeholder:`https://github.com/{{project}}/{{feature}}`,helperText:c.url||`You can optionally use placeholders {{project}} and {{feature}} that will be replaced with actual values.`,size:`small`,error:!!c.url}),(0,G.jsxs)(Cg,{children:[(0,G.jsx)(V,{variant:`outlined`,onClick:n,children:`Cancel`}),(0,G.jsx)(V,{variant:`contained`,color:`primary`,onClick:()=>{d()&&(u(`feature-links`,{props:{eventType:r?`add-template`:`edit-template`}}),t({title:i||null,urlTemplate:o}))},children:r?`Add`:`Update`})]})]})},Tg=({template:e,open:t,onSave:n,onCancel:r,isAdding:i})=>(0,G.jsxs)(Re,{open:t,onClose:r,maxWidth:`sm`,fullWidth:!0,"aria-labelledby":`dialog-link-template`,children:[(0,G.jsx)(We,{id:`dialog-link-template`,children:i?`Add new link template`:`Edit link template`}),(0,G.jsx)(Tn,{children:(0,G.jsx)(wg,{template:e,onSave:n,onCancel:r,isAdding:i})})]}),Eg=U(`div`)(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),Dg=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,marginTop:e.spacing(4),marginBottom:e.spacing(2),gap:e.spacing(2)})),Og=U(Ct)(({theme:e})=>({width:`100%`,backgroundColor:e.palette.background.paper,borderRadius:e.shape.borderRadius,border:`1px solid ${e.palette.divider}`,margin:0,padding:0})),kg=U(ee)(({theme:e})=>({borderBottom:`1px solid ${e.palette.divider}`,"&:last-child":{borderBottom:`none`},borderRight:0})),Ag=({linkTemplates:e=[],setLinkTemplates:t})=>{let[n,r]=(0,W.useState)(!1),[i,a]=(0,W.useState)(!1),[o,s]=(0,W.useState)(null),c=e=>{s(e),a(!1),r(!0)},l=n=>{if(o!==null){let r=[...e];r[o]=n,t?.(r)}else t?.([...e,n]);u()},u=()=>{s(null),a(!1),r(!1)},d=n=>{let r=[...e];r.splice(n,1),t?.(r)};return(0,G.jsxs)(Dg,{children:[(0,G.jsxs)(B,{display:`flex`,alignItems:`center`,gap:1,children:[(0,G.jsx)(H,{variant:`h4`,children:`Project Link Templates`}),(0,G.jsx)(Ua,{title:(0,G.jsx)(B,{sx:e=>({fontWeight:e.typography.body1.fontWeight}),children:(0,G.jsxs)(`p`,{children:[`Link templates can be automatically added to new feature flags. They can include placeholders like `,(0,G.jsx)(`code`,{children:`{{project}}`}),` and`,(0,G.jsx)(`code`,{children:`{{feature}}`}),` that will be replaced with actual values.`]})}),children:(0,G.jsx)(ur,{size:`small`,sx:{ml:1},children:(0,G.jsx)(_a,{fontSize:`small`})})})]}),(0,G.jsx)(Eg,{children:(0,G.jsx)(`p`,{children:`Define link templates that can be automatically added to new feature flags in this project.`})}),e.length>0?(0,G.jsx)(Og,{children:e.map((e,t)=>(0,G.jsxs)(kg,{children:[(0,G.jsx)(Pt,{primary:e.title?(0,G.jsx)(lt,{children:e.title}):null,secondary:(0,G.jsx)(lt,{children:e.urlTemplate})}),(0,G.jsxs)(B,{sx:e=>({display:`flex`,marginRight:e.spacing(-1)}),children:[(0,G.jsx)(ur,{edge:`end`,"aria-label":`edit`,onClick:()=>c(t),sx:{margin:0},children:(0,G.jsx)(Ce,{})}),(0,G.jsx)(ur,{edge:`end`,"aria-label":`delete`,onClick:()=>d(t),sx:{margin:0},children:(0,G.jsx)(fn,{})})]})]},t))}):null,(0,G.jsx)(Tg,{open:n,onSave:l,onCancel:u,isAdding:i,template:o===null?void 0:e[o]}),(0,G.jsx)(B,{display:`flex`,justifyContent:`flex-start`,children:(0,G.jsx)(V,{startIcon:(0,G.jsx)(ft,{}),variant:`outlined`,onClick:()=>{a(!0),r(!0)},children:`Add link template`})})]})},jg=U(`form`)(({theme:e})=>({height:`100%`,paddingBottom:e.spacing(4)})),Mg=U(`div`)(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),Ng=U(fi)(({theme:e})=>({width:`100%`,marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),Pg=U(pa)(({theme:e})=>({width:`100%`,marginBottom:e.spacing(2)})),Fg=U(`fieldset`)(()=>({padding:0,border:`none`})),Ig=U(zr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:`200px`})),Lg=U(`div`)(()=>({marginTop:`auto`,display:`flex`,justifyContent:`flex-end`})),Rg=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,alignItems:`flex-start`,gap:e.spacing(1),"& > *":{width:`100%`}})),zg=U(`div`)(({theme:e})=>({"p + p":{marginTop:e.spacing(1)}})),Bg=({pattern:e,example:t,featureNamingPatternError:n})=>n||!t||!e?{state:`valid`}:t&&e?RegExp(`^${e}$`).test(t)?{state:`valid`}:{state:`invalid`,reason:`Example does not match regex`}:{state:`valid`},Vg=()=>{let[e,t]=W.useState(``),{trackEvent:n}=I(),r=`feature-naming-pattern`;return{trackPattern:(t=``)=>{t===e||(t===``&&e!==``?n(r,{props:{action:`removed`}}):t!==``&&e===``?n(r,{props:{action:`added`}}):t!==``&&e!==``&&n(r,{props:{action:`edited`}}))},setPreviousPattern:t}},Hg=({children:e,handleSubmit:t,projectId:n,projectMode:r,featureNamingExample:i,featureNamingPattern:a,featureNamingDescription:o,linkTemplates:s=[],setFeatureNamingExample:c,setFeatureNamingPattern:l,setFeatureNamingDescription:u,setProjectMode:d,setLinkTemplates:f,errors:p})=>{let{setPreviousPattern:m,trackPattern:h}=Vg(),g=[{key:`open`,label:`open`},{key:`protected`,label:`protected`},{key:`private`,label:`private`}];(0,W.useEffect)(()=>{m(a||``)},[n]);let _=({example:e,pattern:t})=>{let n=Bg({pattern:t,example:e,featureNamingPatternError:p.featureNamingPattern});switch(n.state){case`invalid`:p.namingExample=n.reason;break;case`valid`:delete p.namingExample;break}},v=e=>{if([` `,`\\t`,`\\s`,`\\n`,`\\r`,`\\f`,`\\v`].some(t=>e.includes(t)))p.featureNamingPattern=`Whitespace is not allowed in the expression`;else try{new RegExp(e),delete p.featureNamingPattern}catch{p.featureNamingPattern=`Invalid regular expression`}l?.(e),_({pattern:e,example:i||``})},y=e=>{c?.(e),_({pattern:a||``,example:e})},b=e=>{u?.(e)};return(0,G.jsxs)(jg,{onSubmit:e=>{t(e),h(a)},children:[(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(B,{sx:{display:`flex`,alignItems:`center`,marginBottom:1,gap:1},children:[(0,G.jsx)(`p`,{children:`What is your project collaboration mode?`}),(0,G.jsx)(bg,{})]}),(0,G.jsx)(Ig,{id:`project-mode`,value:r,label:`Project collaboration mode`,name:`Project collaboration mode`,onChange:e=>{d?.(e.target.value)},options:g})]}),(0,G.jsxs)(Fg,{children:[(0,G.jsxs)(B,{sx:{display:`flex`,alignItems:`center`,marginBottom:1,gap:1},children:[(0,G.jsx)(`legend`,{children:`Feature flag naming pattern`}),(0,G.jsx)(xg,{})]}),(0,G.jsx)(Mg,{children:(0,G.jsxs)(zg,{id:`pattern-naming-description`,children:[(0,G.jsxs)(`p`,{children:[`Define a`,` `,(0,G.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`,` `,(0,G.jsx)(`code`,{children:`^`}),` and a trailing `,(0,G.jsx)(`code`,{children:`$`}),`.`]}),(0,G.jsx)(`p`,{children:`Leave it empty if you don’t want to add a naming pattern.`})]})}),(0,G.jsxs)(Rg,{children:[(0,G.jsx)(Ng,{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:(0,G.jsx)(ke,{position:`start`,children:`^`}),endAdornment:(0,G.jsx)(ke,{position:`end`,children:`$`})},type:`text`,value:a||``,error:!!p.featureNamingPattern,errorText:p.featureNamingPattern,onChange:e=>v(e.target.value)}),(0,G.jsx)(Mg,{children:(0,G.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.`})}),(0,G.jsx)(Ng,{label:`Naming Example`,name:`feature flag naming example`,type:`text`,"aria-describedby":`pattern-additional-description`,value:i||``,placeholder:`dx.feature1.1-135`,error:!!p.namingExample,errorText:p.namingExample,onChange:e=>y(e.target.value)}),(0,G.jsx)(Pg,{label:`Naming pattern description`,name:`feature flag naming description`,type:`text`,"aria-describedby":`pattern-additional-description`,placeholder:`<project>.<featureName>.<ticket>
19
+
20
+ 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:e=>b(e.target.value)})]}),(0,G.jsx)(Ag,{linkTemplates:s||[],setLinkTemplates:f})]}),(0,G.jsx)(Lg,{children:e})]})},Ug=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}})),Wg=U(`div`)(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),Gg=`EDIT_PROJECT_SETTINGS_BTN`,Kg=()=>{let[e,t]=W.useState(``),{trackEvent:n}=I();return{trackModePattern:t=>{t!==e&&n(`project-mode`,{props:{mode:t,action:`updated`}})},setPreviousMode:t}},qg=({project:e})=>{let{uiConfig:t}=ti(),{setToastData:n,setToastApiError:r}=Lt(),i=L(`projectId`),{projectMode:a,featureNamingExample:o,featureNamingDescription:s,featureNamingPattern:c,linkTemplates:l,setFeatureNamingPattern:u,setFeatureNamingExample:d,setFeatureNamingDescription:f,setProjectMode:p,setLinkTemplates:m,getEnterpriseSettingsPayload:h,errors:g={},clearErrors:_}=_g(e.mode,e?.featureNaming?.pattern||void 0,e?.featureNaming?.example||void 0,e?.featureNaming?.description||void 0,e?.linkTemplates||[]),v=()=>`curl --location --request PUT '${t.unleashUrl}/api/admin/projects/${i}/settings' \\
21
+ --header 'Authorization: INSERT_API_KEY' \\
22
+ --header 'Content-Type: application/json' \\
23
+ --data-raw '${JSON.stringify(h(),void 0,2)}'`,{refetch:y}=se(i),{editProjectSettings:b,loading:x}=Ra(),{setPreviousPattern:S,trackPattern:C}=(()=>{let[e,t]=W.useState(``),{trackEvent:n}=I(),r=`feature-naming-pattern`;return{trackPattern:(t=``)=>{t===e||(t===``&&e!==``?n(r,{props:{action:`removed`}}):t!==``&&e===``?n(r,{props:{action:`added`}}):t!==``&&e!==``&&n(r,{props:{action:`edited`}}))},setPreviousPattern:t}})(),{setPreviousMode:w,trackModePattern:T}=Kg();return(0,W.useEffect)(()=>{S(c||``),w(a)},[e]),(0,G.jsx)(Ug,{children:(0,G.jsx)(Fi,{loading:x,title:`Enterprise Settings`,description:``,documentationLink:`https://docs.getunleash.io/concepts/projects`,documentationLinkLabel:`Projects documentation`,formatApiCode:v,compactPadding:!0,compact:!0,showDescription:!1,showLink:!1,children:(0,G.jsx)(Wg,{children:(0,G.jsx)(Hg,{projectId:i,projectMode:a,featureNamingPattern:c,featureNamingExample:o,featureNamingDescription:s,linkTemplates:l,setFeatureNamingPattern:u,setFeatureNamingExample:d,setFeatureNamingDescription:f,setProjectMode:p,setLinkTemplates:m,handleSubmit:async e=>{e.preventDefault();let t=h();try{await b(i,t),y(),n({text:`Project information updated`,type:`success`}),C(c),T(a)}catch(e){r(R(e))}},errors:g,clearErrors:_,children:(0,G.jsx)(sr,{type:`submit`,permission:pi,projectId:i,"data-testid":Gg,children:`Save changes`})})})})})},Jg=()=>(0,G.jsx)(N,{htmlTooltip:!0,tooltip:(0,G.jsx)(B,{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.`})}),Yg=`PROJECT_STICKINESS_SELECT`,Xg=`PROJECT_ID_INPUT`,Zg=`PROJECT_NAME_INPUT`,Qg=`PROJECT_DESCRIPTION_INPUT`,$g=U(`form`)(({theme:e})=>({height:`100%`,paddingBottom:e.spacing(1)})),e_=U(`p`)(({theme:e})=>({marginBottom:e.spacing(1),marginRight:e.spacing(1)})),t_=U(zr)(({theme:e})=>({marginBottom:e.spacing(2),minWidth:`200px`})),n_=U(`div`)(({theme:e})=>({color:e.palette.text.secondary,fontSize:e.fontSizes.smallerBody,lineHeight:1.25,paddingBottom:e.spacing(1)})),r_=U(fi)(({theme:e})=>({width:`100%`,marginBottom:e.spacing(2),paddingRight:e.spacing(1)})),i_=U(pa)(({theme:e})=>({width:`100%`,marginBottom:e.spacing(2)})),a_=U(`div`)(()=>({marginTop:`auto`,display:`flex`,justifyContent:`flex-end`})),o_=U(`div`)(()=>({display:`flex`,alignItems:`center`})),s_=({children:e,handleSubmit:t,projectId:n,projectName:r,projectDesc:i,projectStickiness:a,featureLimit:o,featureCount:s,projectMode:c,setProjectMode:l,setProjectId:u,setProjectName:d,setProjectDesc:f,setProjectStickiness:p,setFeatureLimit:m,errors:h,mode:g,validateProjectId:_,clearErrors:v})=>{let{isEnterprise:y}=ti();return(0,G.jsxs)($g,{onSubmit:e=>{t(e)},children:[(0,G.jsx)(e_,{children:`What is your project Id?`}),(0,G.jsx)(r_,{label:`Project Id`,value:n,onChange:e=>u(Ir(e.target.value)),error:!!h.id,errorText:h.id,onFocus:()=>v(),onBlur:_,disabled:g===`Edit`,"data-testid":Xg,autoFocus:!0,required:!0}),(0,G.jsx)(e_,{children:`What is your project name?`}),(0,G.jsx)(r_,{label:`Project name`,value:r,onChange:e=>d(e.target.value),error:!!h.name,errorText:h.name,onFocus:()=>{delete h.name},"data-testid":Zg,required:!0}),(0,G.jsx)(e_,{children:`What is your project description?`}),(0,G.jsx)(i_,{label:`Project description`,variant:`outlined`,multiline:!0,maxRows:4,value:i,onChange:e=>f(e.target.value),"data-testid":Qg}),(0,G.jsx)(w,{condition:p!=null,show:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(e_,{children:`What is the default stickiness for the project?`}),(0,G.jsx)(De,{label:`Stickiness`,value:a,"data-testid":Yg,onChange:e=>p?.(e.target.value)})]})}),(0,G.jsx)(w,{condition:g===`Edit`,show:()=>(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(B,{sx:{display:`flex`,alignItems:`center`,marginBottom:1,gap:1},children:[(0,G.jsx)(`p`,{children:`Feature flag limit?`}),(0,G.jsx)(Jg,{})]}),(0,G.jsx)(n_,{children:`Leave it empty if you don’t want to add a limit`}),(0,G.jsxs)(o_,{children:[(0,G.jsx)(r_,{label:`Limit`,name:`value`,type:`number`,value:o===`null`||o===void 0?``:o,onChange:e=>m(e.target.value)}),(0,G.jsx)(w,{condition:s!==void 0&&!!o,show:(0,G.jsxs)(B,{children:[`(`,s,` of `,o,` used)`]})})]})]})}),(0,G.jsx)(w,{condition:g===`Create`&&y(),show:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(B,{sx:{display:`flex`,alignItems:`center`,marginBottom:1,gap:1},children:[(0,G.jsx)(`p`,{children:`What is your project collaboration mode?`}),(0,G.jsx)(bg,{})]}),(0,G.jsx)(t_,{id:`project-mode`,value:c,label:`Project collaboration mode`,name:`Project collaboration mode`,onChange:e=>{l?.(e.target.value)},options:[{key:`open`,label:`open`},{key:`protected`,label:`protected`},{key:`private`,label:`private`}]})]})}),(0,G.jsx)(a_,{children:e})]})},c_=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}})),l_=U(`div`)(({theme:e})=>({borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4)})),u_=`EDIT_PROJECT_BTN`,d_=({project:e})=>{let t=L(`projectId`),{uiConfig:n}=ti(),{setToastData:r,setToastApiError:i}=Lt(),{defaultStickiness:a}=li(t),{trackEvent:o}=I(),{projectId:s,projectName:c,projectDesc:l,projectStickiness:u,featureLimit:d,setFeatureLimit:f,setProjectId:p,setProjectName:m,setProjectDesc:h,setProjectStickiness:g,getEditProjectPayload:_,clearErrors:v,validateProjectId:y,validateName:b,errors:x}=ha(t,e.name,e.description||void 0,a,String(e.featureLimit)),{editProject:S,loading:C}=Ra(),{refetch:w}=se(t),{refetch:T}=xr(),E=()=>{w(),T()};return(0,G.jsx)(c_,{children:(0,G.jsx)(Fi,{loading:C,title:`General settings`,description:`Projects allow you to group feature flags together in the management UI.`,documentationLink:`https://docs.getunleash.io/concepts/projects#update-a-project`,documentationLinkLabel:`Projects documentation`,formatApiCode:()=>`curl --location --request PUT '${n.unleashUrl}/api/admin/projects/${t}' \\
24
+ --header 'Authorization: INSERT_API_KEY' \\
25
+ --header 'Content-Type: application/json' \\
26
+ --data-raw '${JSON.stringify(_(),void 0,2)}'`,compactPadding:!0,compact:!0,children:(0,G.jsx)(l_,{children:(0,G.jsx)(s_,{errors:x,handleSubmit:async e=>{e.preventDefault();let n=_();if(b())try{await S(t,n),E(),r({text:`Project information updated`,type:`success`}),u!==`default`&&o(`project_stickiness_set`)}catch(e){i(R(e))}},projectId:s,setProjectId:p,projectName:c,setProjectName:m,projectStickiness:u,setProjectStickiness:g,setFeatureLimit:f,featureLimit:d,projectDesc:l,setProjectDesc:h,mode:`Edit`,clearErrors:v,validateProjectId:y,children:(0,G.jsx)(sr,{type:`submit`,permission:[pi,Qi],projectId:s,"data-testid":u_,children:`Save changes`})})})})})},f_=({open:e,onClose:t,project:n,onSuccess:r})=>{let{archiveProject:i}=Ra(),{refetch:a}=xr(),{setToastData:o,setToastApiError:s}=Lt();return(0,G.jsx)(yn,{open:e,onClick:async e=>{e.preventDefault();try{await i(n),a(),o({text:`Project archived`,type:`success`}),r?.()}catch(e){s(R(e))}t(e)},onClose:t,title:`Are you sure?`,children:(0,G.jsx)(H,{children:`The project will be moved to the projects archive, where it can either be revived or permanently deleted.`})})},p_=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,borderTop:`1px solid ${e.palette.divider}`,paddingTop:e.spacing(4),gap:e.spacing(2)})),m_=U(`div`)(({theme:e})=>({display:`flex`,justifyContent:`flex-end`,paddingTop:e.spacing(3)})),h_=({projectId:e,featureCount:t})=>{let[n,r]=(0,W.useState)(!1),i=gi();return(0,G.jsxs)(p_,{children:[(0,G.jsx)(`p`,{children:`Before you can archive a project, you must first archive all of the feature flags associated with it.`}),(0,G.jsx)(w,{condition:t>0,show:(0,G.jsxs)(`p`,{children:[`Currently there `,t<=1?`is`:`are`,` `,(0,G.jsx)(Dt,{component:z,to:`../..`,children:(0,G.jsxs)(`strong`,{children:[t,` active feature`,` `,t===1?`flag`:`flags`,`.`]})})]})}),(0,G.jsx)(m_,{children:(0,G.jsx)(sr,{permission:jr,disabled:t>0,projectId:e,onClick:()=>{r(!0)},tooltipProps:{title:`Archive project`},"data-loading":!0,children:`Archive project`})}),(0,G.jsx)(f_,{project:e,open:n,onClose:()=>{r(!1)},onSuccess:()=>{i(`/projects`)}})]})},g_=U(`div`)(({theme:e})=>({borderRadius:e.spacing(2),overflow:`hidden`})),__=({featureCount:e})=>{let t=L(`projectId`),{uiConfig:n}=ti(),{loading:r}=Ra();return(0,G.jsx)(g_,{children:(0,G.jsx)(Fi,{loading:r,title:`Archive project`,description:``,documentationLink:`https://docs.getunleash.io/concepts/projects`,documentationLinkLabel:`Projects documentation`,formatApiCode:()=>`curl --location --request POST '${n.unleashUrl}/api/admin/projects/archive/${t}' \\
27
+ --header 'Authorization: INSERT_API_KEY'`,compact:!0,compactPadding:!0,showDescription:!1,showLink:!1,children:(0,G.jsx)(h_,{projectId:t,featureCount:e})})})},v_=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(2)})),y_=()=>{let{isEnterprise:e}=ti(),{hasAccess:t}=(0,W.useContext)(Ur),n=L(`projectId`),{project:r}=se(n);return r.name?(0,G.jsxs)(G.Fragment,{children:[!t([`UPDATE_PROJECT`,`PROJECT_SETTINGS_WRITE`],n)&&(0,G.jsx)(Kr,{severity:`error`,sx:{mb:4},children:`You do not have the required permissions to edit this project.`}),(0,G.jsxs)(v_,{children:[(0,G.jsx)(d_,{project:r}),(0,G.jsx)(w,{condition:e(),show:(0,G.jsx)(qg,{project:r})}),(0,G.jsx)(__,{featureCount:cn(r)??0})]})]}):null},b_=()=>{let e=L(`projectId`),t=Sa(e),{hasAccess:n}=(0,W.useContext)(Ur),{isOss:r}=ti();return wn(`Project configuration – ${t}`),r()?(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`General settings`}),sx:{justifyContent:`center`},children:(0,G.jsx)(gr,{feature:`project-settings`})}):n([`UPDATE_PROJECT`,`PROJECT_SETTINGS_READ`],e)?(0,G.jsx)(y_,{}):(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`General settings`}),children:(0,G.jsx)(Kr,{severity:`error`,children:`You need project owner permissions or a custom role with "project setting access permission" to access this section.`})})},x_={actions:[]},S_=e=>{let{isEnterprise:t}=ti(),n=Xt(`automatedActions`),{data:r,error:i,mutate:a}=un(t()&&n,x_,kt(`api/admin/projects/${e}/actions`),C_);return(0,W.useMemo)(()=>({actions:r?.actions??[],loading:!i&&!r,refetch:()=>a(),error:i}),[r,i,a])},C_=e=>fetch(e).then(O(`Actions`)).then(e=>e.json()),w_=e=>{let{loading:t,makeRequest:n,createRequest:r,errors:i}=St({propagateErrors:!0}),a=`api/admin/projects/${e}/actions`,o=async e=>{let t=r(a,{method:`POST`,body:JSON.stringify(e)},`addActionSet`);return(await n(t.caller,t.id)).json()},s=async(e,t)=>{let i=r(`${a}/${e}`,{method:`PUT`,body:JSON.stringify(t)},`updateActionSet`);await n(i.caller,i.id)},c=async e=>{let t=r(`${a}/${e}/on`,{method:`POST`},`enableActionSet`);await n(t.caller,t.id)},l=async e=>{let t=r(`${a}/${e}/off`,{method:`POST`},`disableActionSet`);await n(t.caller,t.id)};return{addActionSet:o,updateActionSet:s,removeActionSet:async e=>{let t=r(`${a}/${e}`,{method:`DELETE`},`removeActionSet`);await n(t.caller,t.id)},toggleActionSet:async(e,t)=>{t?await c(e):await l(e)},errors:i,loading:t}},T_=U(B)({display:`flex`,alignItems:`center`}),E_=U(Jt)(({theme:e})=>({background:`transparent`,borderRadius:e.shape.borderRadius,overflow:`hidden`,width:e.spacing(3),height:e.spacing(3),fontSize:e.fontSizes.mainHeader})),D_=U(Dt)(({theme:e})=>({...Ie(e),"&:hover, &:focus":{textDecoration:`underline`}})),O_=({action:e,signalEndpoints:t})=>{let{sourceId:n,source:r}=e.match;if(r===`signal-endpoint`){let e=t.find(({id:e})=>e===n);if(e)return(0,G.jsx)($n,{children:(0,G.jsxs)(T_,{children:[(0,G.jsx)(ae,{title:`Signal endpoint`,arrow:!0,children:(0,G.jsx)(E_,{src:ri(La),alt:`Signal endpoint`,variant:`rounded`})}),(0,G.jsx)(D_,{component:z,to:`/integrations/signals`,underline:`hover`,children:e.name})]})})}return(0,G.jsx)($n,{children:`No source`})},k_=U(H)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),A_=({action:e})=>{let{payload:t}=e.match,n=Object.entries(t);return n.length===0?(0,G.jsx)($n,{children:`0 filters`}):(0,G.jsx)($n,{children:(0,G.jsx)(On,{tooltipProps:{maxWidth:500},tooltip:(0,G.jsx)(G.Fragment,{children:n.map(([e,{inverted:t,operator:n,caseInsensitive:r,value:i,values:a}])=>{let o=ln(n),s=t?(0,G.jsxs)(G.Fragment,{children:[`is `,(0,G.jsx)(`u`,{children:`not`}),` `,o.substring(2)]}):o;return(0,G.jsxs)(k_,{children:[(0,G.jsx)(`strong`,{children:e}),` `,s,r?` (case insensitive)`:``,`: `,(0,G.jsx)(`strong`,{children:a?a.join(`, `):i})]},e)})}),children:n.length===1?`1 filter`:`${n.length} filters`})})},j_=({action:e,serviceAccounts:t})=>{let{actorId:n}=e,r=t.find(({id:e})=>e===n);return r?(0,G.jsx)(zn,{to:`/admin/service-accounts`,title:r.name,subtitle:r.username}):(0,G.jsx)($n,{children:`No service account`})},M_=async e=>{let t=await fetch(e);return await O(`Action events`)(t),t.json()},N_=(e,t,n=50,r={})=>{let{isEnterprise:i}=ti(),a=Xt(`automatedActions`),{data:o,error:s,size:c,setSize:l,mutate:u}=Ht((r,o)=>!e||!t||!i||!a||o&&!o.actionSetEvents.length?null:kt(`api/admin/projects/${t}/actions/${e}/events?limit=${n}&offset=${r*n}`),M_,{...r,revalidateAll:!0}),d=o?o.flatMap(({actionSetEvents:e})=>e):[],f=!o&&!s,p=c>0&&!o?.[c-1],m=f||p,h=o?.[c-1]?.actionSetEvents.length===n;return{actionEvents:d,hasMore:h,loadMore:()=>{m||!h||l(c+1)},loading:m,refetch:()=>u(),error:s}},P_=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}})),F_=U(`div`)({display:`flex`,flexDirection:`column`}),I_=U(`div`)({display:`flex`,justifyContent:`space-between`,alignItems:`center`,width:`100%`}),L_=U(`div`)(({theme:e})=>({display:`flex`,alignItems:`center`,fontSize:e.fontSizes.smallBody,gap:e.spacing(2)})),R_=U(Ne)(({theme:e})=>({color:e.palette.success.main}));U(Fn)(({theme:e})=>({color:e.palette.error.main}));var z_=U(Kr)(({theme:e})=>({marginTop:e.spacing(2),fontSize:`inherit`})),B_=U(Mn)(({theme:e})=>({margin:e.spacing(2,0)})),V_=U(`div`)(({theme:e})=>({fontSize:e.fontSizes.smallBody})),H_=U(`p`)(({theme:e})=>({fontWeight:e.fontWeight.bold,marginBottom:e.spacing(.5)})),U_=U(`span`)(({theme:e})=>({color:e.palette.text.secondary})),W_=({action:{state:e,details:t,action:n,executionParams:r},children:i})=>(0,G.jsxs)(P_,{state:e,children:[(0,G.jsxs)(F_,{children:[(0,G.jsxs)(I_,{children:[(0,G.jsx)(`div`,{children:i}),(0,G.jsx)(L_,{children:e===`success`?(0,G.jsx)(R_,{}):e===`started`?(0,G.jsx)(Ci,{size:20}):e===`not started`?(0,G.jsx)(`span`,{children:`Not started`}):null})]}),(0,G.jsx)(w,{condition:!!t,show:(0,G.jsx)(z_,{severity:`error`,children:t})})]}),(0,G.jsx)(B_,{}),(0,G.jsxs)(V_,{children:[(0,G.jsx)(H_,{children:n}),Object.entries(r).map(([e,t])=>(0,G.jsxs)(`div`,{children:[(0,G.jsxs)(U_,{children:[e,`:`]}),` `,t]},e))]})]}),G_=(0,W.lazy)(()=>Ve(()=>import(`./ReactJSONEditor-EiPmcfsb.js`),[])),K_=U(Cr)(({theme:e})=>({boxShadow:`none`,border:`1px solid ${e.palette.divider}`,borderRadius:e.shape.borderRadiusMedium,"&:before":{display:`none`}})),q_=U(yr)({lineHeight:`1.5rem`}),J_=U(z)(({theme:e})=>({marginLeft:e.spacing(1)})),Y_=({signal:e})=>{let{signalEndpoints:t}=pt(),n=(0,W.useMemo)(()=>t.find(({id:t})=>t===e.sourceId)?.name,[t,e.sourceId]);return(0,G.jsxs)(K_,{children:[(0,G.jsxs)(q_,{expandIcon:(0,G.jsx)(ur,{children:(0,G.jsx)(ja,{titleAccess:`Toggle`})}),children:[`Signal endpoint:`,(0,G.jsx)(J_,{to:`/integrations/signals`,children:n})]}),(0,G.jsx)(la,{children:(0,G.jsx)(W.Suspense,{fallback:null,children:(0,G.jsx)(G_,{content:{json:e.payload},readOnly:!0,statusBar:!1,editorStyle:`sidePanel`})})})]})},X_=({signal:e})=>{let{source:t}=e;return t===`signal-endpoint`?(0,G.jsx)(Y_,{signal:e}):null},Z_=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(2),padding:e.spacing(2)})),Q_=U(Kr)({fontSize:`inherit`}),$_=({state:e,actionSet:{actions:t},signal:n})=>{let r=e===`failed`?`${t.filter(({state:e})=>e!==`success`).length} out of ${t.length} actions were not successfully executed`:`All actions were successfully executed`;return(0,G.jsxs)(Z_,{children:[(0,G.jsx)(Q_,{severity:e===`failed`?`error`:`success`,icon:e===`success`?(0,G.jsx)(Ne,{}):void 0,children:r}),(0,G.jsx)(X_,{signal:n}),t.map((e,t)=>(0,G.jsxs)(W_,{action:e,children:[`Action `,t+1]},e.id))]})},ev=U(On)(({theme:e})=>({display:`flex`,alignItems:`center`})),tv=U(`div`)(({theme:e})=>({display:`flex`,justifyContent:`space-between`,alignItems:`center`,margin:e.spacing(0,2),marginTop:e.spacing(2)})),nv=U(`span`)(({theme:e})=>({fontSize:e.fontSizes.bodySize})),rv=U(Ne)(({theme:e})=>({color:e.palette.success.main})),iv=U(Fn)(({theme:e})=>({color:e.palette.error.main})),av=({action:e})=>{let{id:t,project:n}=e,{actionEvents:r}=N_(t,n,1,{refreshInterval:5e3}),{locationSettings:i}=Kn();if(r.length===0)return null;let a=r[0],o=a.state===`success`?(0,G.jsx)(rv,{}):a.state===`failed`?(0,G.jsx)(iv,{}):(0,G.jsx)(Ci,{size:20});return(0,G.jsx)(ev,{tooltipProps:{maxWidth:500,maxHeight:600},tooltip:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(tv,{children:[(0,G.jsx)(nv,{children:`Last event`}),(0,G.jsx)(`span`,{children:nn(a.createdAt,i?.locale)})]}),(0,G.jsx)($_,{...a})]}),children:o})},ov=U(`div`)(({theme:e})=>({display:`flex`,alignItems:`center`,gap:e.spacing(1),padding:e.spacing(2)})),sv=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(1),fontSize:e.fontSizes.smallerBody})),cv=U(`ul`)(({theme:e})=>({listStyle:`none`,paddingLeft:e.spacing(1),margin:0})),lv=({action:e,onCreateAction:t})=>{let{actions:n}=e;return n.length===0?t?(0,G.jsx)(zn,{title:`Create action`,onClick:t}):(0,G.jsx)($n,{children:`0 actions`}):(0,G.jsxs)(ov,{children:[(0,G.jsx)(av,{action:e}),(0,G.jsx)(On,{tooltip:(0,G.jsx)(sv,{children:n.map(({id:e,action:t,executionParams:n})=>(0,G.jsxs)(`div`,{children:[(0,G.jsx)(`strong`,{children:t}),(0,G.jsx)(cv,{children:Object.entries(n).map(([e,t])=>(0,G.jsxs)(`li`,{children:[(0,G.jsx)(`strong`,{children:e}),`:`,` `,t]},e))})]},e))}),children:n.length===1?`1 action`:`${n.length} actions`})]})},uv=U(B)({display:`flex`,justifyContent:`center`}),dv=({actionId:e,onOpenEvents:t,onEdit:n,onDelete:r})=>{let[i,a]=(0,W.useState)(null),o=!!i,s=e=>{a(e.currentTarget)},c=()=>{a(null)},l=`action-${e}-actions`,u=`${l}-menu`;return(0,G.jsxs)(uv,{children:[(0,G.jsx)(Ua,{title:`Action actions`,arrow:!0,describeChild:!0,children:(0,G.jsx)(ur,{id:l,"data-loading":!0,"aria-controls":o?u:void 0,"aria-haspopup":`true`,"aria-expanded":o?`true`:void 0,onClick:s,type:`button`,children:(0,G.jsx)(Bi,{})})}),(0,G.jsx)(Se,{id:u,anchorEl:i,open:o,onClose:c,onClick:c,transformOrigin:{horizontal:`right`,vertical:`top`},anchorOrigin:{horizontal:`right`,vertical:`bottom`},disableScrollLock:!0,PaperProps:{sx:e=>({borderRadius:`${e.shape.borderRadius}px`,padding:e.spacing(1,1.5)})},children:(0,G.jsxs)(_e,{"aria-labelledby":l,children:[(0,G.jsx)(ea,{permission:Li,children:({hasAccess:e})=>(0,G.jsxs)(Ea,{sx:xi,onClick:t,disabled:!e,children:[(0,G.jsx)(oi,{children:(0,G.jsx)(mi,{})}),(0,G.jsx)(Pt,{children:(0,G.jsx)(H,{variant:`body2`,children:`View events`})})]})}),(0,G.jsx)(ea,{permission:Li,children:({hasAccess:e})=>(0,G.jsxs)(Ea,{sx:xi,onClick:n,disabled:!e,children:[(0,G.jsx)(oi,{children:(0,G.jsx)(Ce,{})}),(0,G.jsx)(Pt,{children:(0,G.jsx)(H,{variant:`body2`,children:`Edit`})})]})}),(0,G.jsx)(ea,{permission:Li,children:({hasAccess:e})=>(0,G.jsxs)(Ea,{sx:xi,onClick:r,disabled:!e,children:[(0,G.jsx)(oi,{children:(0,G.jsx)(fn,{})}),(0,G.jsx)(Pt,{children:(0,G.jsx)(H,{variant:`body2`,children:`Remove`})})]})})]})})]})},fv=U(`div`)(({theme:e})=>({marginTop:e.spacing(1),position:`relative`})),pv=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})),mv=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})),hv=U(`div`)({display:`flex`,alignItems:`center`}),gv=U(hv)(({theme:e})=>({justifyContent:`space-between`,marginBottom:e.spacing(1)})),_v=({index:e,header:t,separator:n=`AND`,children:r})=>(0,G.jsxs)(fv,{children:[(0,G.jsx)(w,{condition:e>0,show:(0,G.jsx)(pv,{children:n})}),(0,G.jsxs)(mv,{children:[(0,G.jsx)(gv,{children:t}),(0,G.jsx)(hv,{children:r})]})]}),vv=e=>(0,G.jsx)(`svg`,{width:24,height:24,viewBox:`0 0 24 24`,fill:`currentColor`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,G.jsx)(`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`})}),yv=e=>(0,G.jsx)(`svg`,{width:24,height:24,viewBox:`0 0 24 24`,fill:`currentColor`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,G.jsx)(`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`})}),bv=ni(ur)(({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`}})),xv=ni(ur)(({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`}})),Sv=({localConstraint:e,setCaseInsensitive:t})=>(0,G.jsx)(Ua,{title:e.caseInsensitive?`Make it case sensitive`:`Make it case insensitive`,arrow:!0,children:(0,G.jsx)(B,{sx:{display:`flex`,alignItems:`stretch`},children:(0,G.jsx)(w,{condition:!!e.caseInsensitive,show:(0,G.jsx)(bv,{onClick:t,disableRipple:!0,children:(0,G.jsx)(yv,{})}),elseShow:(0,G.jsx)(xv,{className:`operator-is-active`,onClick:t,disableRipple:!0,children:(0,G.jsx)(vv,{})})})})}),Cv=e=>(0,G.jsxs)(`svg`,{width:24,height:10,viewBox:`0 0 24 10`,fill:`currentColor`,xmlns:`http://www.w3.org/2000/svg`,...e,children:[(0,G.jsx)(`path`,{d:`M20.9238 0.46875V9H19.1719V0.46875H20.9238ZM23.5488 0.46875V1.8457H16.5879V0.46875H23.5488Z`}),(0,G.jsx)(`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`}),(0,G.jsx)(`path`,{d:`M7.70508 0.46875V9H5.94727L2.51953 3.28125V9H0.761719V0.46875H2.51953L5.95312 6.19336V0.46875H7.70508Z`})]}),wv=e=>(0,G.jsx)(`svg`,{width:24,height:36,viewBox:`25 12 24 30`,fill:`currentColor`,xmlns:`http://www.w3.org/2000/svg`,...e,children:(0,G.jsx)(`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`})}),Tv=({localConstraint:e,setInvertedOperator:t})=>(0,G.jsx)(Ua,{title:e.inverted?`Remove negation`:`Negate operator`,arrow:!0,children:(0,G.jsx)(B,{sx:{display:`flex`,alignItems:`stretch`},children:(0,G.jsx)(w,{condition:!!e.inverted,show:(0,G.jsx)(xv,{className:`operator-is-active`,onClick:t,disableRipple:!0,children:(0,G.jsx)(Cv,{})}),elseShow:(0,G.jsx)(bv,{onClick:t,disableRipple:!0,children:(0,G.jsx)(wv,{})})})})}),Ev=U(`h3`)(({theme:e})=>({fontSize:e.fontSizes.bodySize,fontWeight:e.typography.fontWeightRegular})),Dv=({children:e,...t})=>(0,G.jsx)(Ev,{...t,children:e}),Ov=Oi()(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`}})),kv=U(B)(({theme:e})=>({"&:has(*)":{marginTop:e.spacing(2)}})),Av=`Enter`,jv=({values:e,removeValue:t,setValues:n,error:r,setError:i})=>{let[a,o]=(0,W.useState)(``),{classes:s}=Ov(),{uiConfig:c,loading:l}=ti(),u=c.resourceLimits.constraintValues,d=e=>{e.key===Av&&(e.preventDefault(),f())},f=()=>{let t=Nv([...e,...Je(a)]);t.length>u?i(`constraints cannot have more than ${u} values`):t.length===0?i(`values cannot be empty`):t.some(e=>e.length>100)?i(`values cannot be longer than 100 characters`):(i(``),o(``),n(t))};return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Dv,{style:{marginBottom:0},children:`Set values (maximum 100 char length per value)`}),(0,G.jsxs)(`div`,{className:s.inputContainer,children:[(0,G.jsx)(`div`,{className:s.inputInnerContainer,children:(0,G.jsx)(fi,{onKeyPress:d,label:`Values`,name:`values`,value:a,onFocus:()=>{i(``)},onChange:e=>o(e.target.value),placeholder:`value1, value2, value3...`,className:s.input,error:!!r,errorText:r,"data-testid":`CONSTRAINT_VALUES_INPUT`})}),(0,G.jsx)(V,{className:s.button,variant:`outlined`,color:`primary`,onClick:f,"data-testid":`CONSTRAINT_VALUES_ADD_BUTTON`,disabled:l,children:`Add values`})]}),(0,G.jsx)(`div`,{className:s.valuesContainer,children:(0,G.jsx)(Mv,{values:e,removeValue:t})}),(0,G.jsx)(kv,{children:(0,G.jsx)(Vr,{name:`single constraint values`,shortName:`values`,currentValue:e.length,limit:u})})]})},Mv=({values:e,removeValue:t})=>{let{classes:n}=Ov();return(0,G.jsx)(G.Fragment,{children:e.map((e,r)=>(0,G.jsx)(Or,{label:(0,G.jsx)(It,{text:e,maxLength:35,maxWidth:`100`,className:n.chipValue}),onDelete:()=>t(r),className:n.valueChip,"data-testid":`CONSTRAINT_VALUES_CHIP`},`${e}-${r}`))})},Nv=e=>Array.from(new Set(e)),Pv=Oi()(e=>({singleValueContainer:{maxWidth:`300px`,marginTop:`-1rem`},singleValueInput:{width:`100%`,margin:`1rem 0`}})),Fv=({setValue:e,value:t,type:n,error:r,setError:i})=>{let{classes:a}=Pv();return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(Dv,{children:[`Add a single `,n.toLowerCase(),` value`]}),(0,G.jsx)(`div`,{className:a.singleValueContainer,children:(0,G.jsx)(fi,{label:n,name:`value`,value:t||``,onChange:t=>{i(``),e(t.target.value.trim())},onFocus:()=>i(``),placeholder:`Enter a single ${n} value`,className:a.singleValueInput,error:!!r,errorText:r})})]})},Iv=({operator:e,localConstraint:t,setValue:n,setValues:r,setError:i,removeValue:a,error:o})=>{if(vn(e)||Mt(e))return(0,G.jsx)(jv,{values:t.values||[],removeValue:a,setValues:r,error:o,setError:i});if(be(e))return(0,G.jsx)(Fv,{setValue:n,value:t.value,type:`number`,error:o,setError:i});if(me(e))return(0,G.jsx)(Fv,{setValue:n,value:t.value,type:`semver`,error:o,setError:i})},Lv=U(`div`)(({theme:e})=>({lineHeight:1.1,marginTop:-2,marginBottom:-10})),Rv=U(`div`)(({theme:e})=>({fontSize:e.fontSizes.smallBody})),zv=U(`div`)(({theme:e})=>({fontSize:e.fontSizes.smallerBody,color:e.palette.neutral.main,overflow:`hidden`,whiteSpace:`nowrap`,textOverflow:`ellipsis`})),Bv=U(ne)(({theme:e})=>({[e.breakpoints.between(1101,1365)]:{width:`170px`,marginRight:e.spacing(.5)}})),Vv=U(Ea,{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}}:{}),Hv=U(`div`)(({theme:e})=>({lineHeight:1.2})),Uv=({options:e,value:t,onChange:n})=>{let[r,i]=(0,W.useState)(!1);return(0,G.jsxs)(Bv,{variant:`outlined`,size:`small`,fullWidth:!0,children:[(0,G.jsx)(Rt,{htmlFor:`operator-select`,children:`Operator`}),(0,G.jsx)(Fa,{id:`operator-select`,name:`operator`,label:`Operator`,value:t,open:r,onOpen:()=>i(!0),onClose:()=>i(!1),onChange:e=>{n(e.target.value)},renderValue:()=>(0,G.jsxs)(Lv,{children:[(0,G.jsx)(Rv,{children:t}),(0,G.jsx)(zv,{children:ln(t)})]}),children:e.map(t=>(0,G.jsx)(Vv,{value:t,separator:Wv(e,t),children:(0,G.jsxs)(Hv,{children:[(0,G.jsx)(Rv,{children:t}),(0,G.jsx)(zv,{children:ln(t)})]})},t))})]})},Wv=(e,t)=>t===e[0]?!1:Gv.some(e=>e[0]===t),Gv=[Ca,$r,ai,ce,j],Kv=U(ur)({marginRight:`-6px`}),qv=U(`div`)({display:`flex`,flexDirection:`column`,width:`100%`}),Jv=U(`div`)(({theme:e})=>({display:`flex`,alignItems:`center`,gap:e.spacing(1),[e.breakpoints.down(`sm`)]:{flexDirection:`column`,alignItems:`start`,gap:e.spacing(2)}})),Yv=U(`div`)(({theme:e})=>({width:`100%`,display:`inline-flex`,flex:1,gap:e.spacing(1)})),Xv=U(`div`)(({theme:e})=>({width:`100%`,"&&& > div":{width:`100%`}})),Zv=U(`div`)(({theme:e})=>({display:`inline-flex`,flex:1,"&&& button":{marginRight:0,"&:not(.operator-is-active)":{backgroundColor:e.palette.background.elevation2}}})),Qv=U(`div`)({width:`100%`,flex:1});U(fi)({width:`100%`});var $v=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)}}})),ey=({filter:e,index:t,stateChanged:n,suggestions:r,onDelete:i})=>{let{parameter:a,inverted:o,operator:s,caseInsensitive:c,value:l,values:u}=e,d=(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`span`,{children:[`Filter `,t+1]}),(0,G.jsx)(`div`,{children:(0,G.jsx)(Ua,{title:`Delete filter`,arrow:!0,children:(0,G.jsx)(Kv,{onClick:i,children:(0,G.jsx)(fn,{})})})})]}),[f,p]=(0,W.useState)(!1),m=[...Ca,...$r,...ai,...j],[h,g]=(0,W.useState)(``),_=Va(s),v=()=>{if(n({...e,error:void 0}),l===void 0&&u===void 0)return;let[t,r]=_(...u||[l||``]);t||(g(r),n({...e,error:r}))};(0,W.useEffect)(()=>{v()},[l,h]),(0,W.useEffect)(()=>{Mt(s)?p(!0):p(!1)},[s]);let y=t=>{Mt(t)?p(!0):p(!1),n({...e,operator:t})},b=t=>{n({...e,values:void 0,value:t})},x=t=>{n({...e,value:void 0,values:t})};return(0,G.jsx)(_v,{index:t,header:d,children:(0,G.jsxs)(qv,{children:[(0,G.jsxs)(Jv,{children:[(0,G.jsx)(Qv,{children:(0,G.jsx)(D,{freeSolo:!0,options:r,value:a,onInputChange:(t,r)=>n({...e,parameter:r}),renderInput:e=>(0,G.jsx)(pa,{...e,size:`small`,label:`Parameter`})})}),(0,G.jsxs)(Yv,{children:[(0,G.jsx)(Zv,{children:(0,G.jsx)(Tv,{localConstraint:{inverted:o},setInvertedOperator:()=>n({...e,inverted:!o||void 0})})}),(0,G.jsx)(Xv,{children:(0,G.jsx)(Uv,{options:m,value:s,onChange:y})}),(0,G.jsx)(w,{condition:f,show:(0,G.jsx)(Zv,{children:(0,G.jsx)(Sv,{localConstraint:{caseInsensitive:c},setCaseInsensitive:()=>n({...e,caseInsensitive:!c||void 0})})})})]})]}),(0,G.jsx)($v,{children:(0,G.jsx)(Iv,{setValues:x,setValue:b,setError:g,localConstraint:{value:l,values:u},operator:s,error:h,removeValue:e=>{x(u?.filter((t,n)=>n!==e)||[])}})})]})})},ty=U(`div`)(({theme:e})=>({position:`relative`,display:`flex`,alignItems:`center`,justifyContent:`center`,marginBottom:e.spacing(2)})),ny=U(`div`)(({theme:e})=>({position:`absolute`,right:0,fontSize:e.fontSizes.smallBody,[e.breakpoints.down(`sm`)]:{display:`none`}})),ry=U(B,{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})),iy=U(Mn)(({theme:e})=>({margin:`auto`,width:1,height:e.spacing(3)})),ay=({name:e,verticalConnector:t,resourceLink:n,children:r})=>(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(w,{condition:!!t,show:(0,G.jsx)(iy,{orientation:`vertical`})}),(0,G.jsxs)(ry,{verticalConnector:t,children:[(0,G.jsxs)(ty,{children:[(0,G.jsx)(Nn,{color:`secondary`,children:e}),(0,G.jsx)(ny,{children:n})]}),r]})]}),oy=or((0,G.jsx)(`path`,{d:`M6.23 20.23 8 22l10-10L8 2 6.23 3.77 14.46 12z`}),`ArrowForwardIosSharp`),sy=(0,W.lazy)(()=>Ve(()=>import(`./ReactJSONEditor-EiPmcfsb.js`),[])),cy=U(`span`)(({theme:e})=>({fontSize:e.fontSizes.smallBody,marginTop:e.spacing(1.5),marginBottom:e.spacing(-.75),height:e.spacing(3)})),ly=U(Cr)({backgroundColor:`transparent`,boxShadow:`none`,"&:before":{display:`none`}}),uy=U(yr)(({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)`}})),dy=U(oy)(({theme:e})=>({color:e.palette.primary.main,fontSize:e.fontSizes.smallBody})),fy=U(la)(({theme:e})=>({marginTop:e.spacing(2),padding:0})),py=({payload:e})=>e?(0,G.jsxs)(ly,{children:[(0,G.jsx)(uy,{expandIcon:(0,G.jsx)(ur,{children:(0,G.jsx)(dy,{titleAccess:`Toggle`})}),children:`Preview payload`}),(0,G.jsx)(fy,{children:(0,G.jsx)(W.Suspense,{fallback:null,children:(0,G.jsx)(sy,{content:{json:e},readOnly:!0,statusBar:!1,editorStyle:`sidePanel`})})})]}):(0,G.jsx)(cy,{children:`No signals were received from this source yet.`}),my=(e={},t=``)=>Object.entries(e).reduce((e,[n,r])=>{let i=t?`${t}.${n}`:n;return typeof r==`object`&&r&&!Array.isArray(r)?Object.assign(e,my(r,i)):Array.isArray(r)?r.forEach((t,n)=>{typeof t==`object`&&t?Object.assign(e,my(t,`${i}[${n}]`)):e[`${i}[${n}]`]=t}):e[i]=r,e},{}),hy=U(Mn)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:`dashed`})),gy=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(1)})),_y=U(`div`)(({theme:e})=>({display:`flex`,marginTop:e.spacing(1),gap:e.spacing(1)})),vy=({sourceId:e,setSourceId:t,filters:n,setFilters:r,validateSourceId:i})=>{let{signalEndpoints:a,loading:o}=pt(),{signalEndpointSignals:s}=ue(e,1),c=()=>{let e=crypto.randomUUID();r(t=>[...t,{id:e,parameter:``,operator:`IN`}])},l=e=>{r(t=>t.map(t=>t.id===e.id?e:t))},u=(0,W.useMemo)(()=>o?[]:a.map(({id:e,name:t})=>({label:t,key:`${e}`})),[o,a]),{lastSourcePayload:d,filterSuggestions:f}=(0,W.useMemo)(()=>{let e=s[0]?.payload;return{lastSourcePayload:e,filterSuggestions:Object.keys(my(e)||{}).sort()}},[s]);return(0,G.jsxs)(ay,{name:`When this`,resourceLink:(0,G.jsx)(z,{to:`/integrations/signals`,children:`Create signal endpoint`}),children:[(0,G.jsx)(le,{label:`Source`,options:u,value:`${e}`,onChange:e=>{i(Number(e)),t(Number.parseInt(e,10))}}),(0,G.jsx)(w,{condition:!!e,show:(0,G.jsx)(py,{payload:d})}),(0,G.jsx)(hy,{}),n.map((e,t)=>(0,G.jsx)(ey,{index:t,filter:e,stateChanged:l,suggestions:f,onDelete:()=>r(t=>t.filter(({id:t})=>t!==e.id))},e.id)),(0,G.jsxs)(_y,{children:[(0,G.jsx)(V,{startIcon:(0,G.jsx)(ft,{}),onClick:c,variant:`outlined`,color:`primary`,children:`Add filter`}),(0,G.jsx)(N,{htmlTooltip:!0,tooltip:(0,G.jsxs)(gy,{children:[(0,G.jsx)(`p`,{children:`Filters allow you to add conditions to the execution of the actions based on the source payload.`}),(0,G.jsx)(`p`,{children:`If no filters are defined then the action will always be triggered from the selected source, no matter the payload.`})]})})]})]})},yy=(e,t,n)=>{let r=`api/admin/service-account/${e}/permissions${`${t?`?project=${t}`:``}${n?`${t?`&`:`?`}environment=${n}`:``}`}`,{data:i,error:a,mutate:o}=un(!!e,void 0,kt(r),by);return(0,W.useMemo)(()=>({overview:i?.overview,projectRoles:i?.projectRoles,rootRole:i?.rootRole,serviceAccount:i?.serviceAccount,permissions:i?.permissions||[],loading:!a&&!i,refetch:()=>o(),error:a}),[i,a,o])},by=e=>fetch(e).then(O(`Service account access overview`)).then(e=>e.json()),xy=({label:e,value:t,onChange:n,options:r})=>(0,G.jsx)(D,{options:r,autoHighlight:!0,autoSelect:!0,value:t,onInputChange:(e,t)=>n(t),renderInput:t=>(0,G.jsx)(pa,{...t,size:`small`,label:e})}),Sy=({parameter:e,value:t,onChange:n})=>{let{label:r,type:i}=e;if(i===`select`){let{options:i}=e;return(0,G.jsx)(xy,{label:r,value:t,onChange:n,options:i})}return null},Cy=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,"& > span:last-of-type":{fontSize:e.fontSizes.smallerBody,color:e.palette.text.secondary}})),wy=({value:e,onChange:t,actionConfigurations:n})=>{let r=(e,t)=>(0,G.jsx)(`li`,{...e,children:(0,G.jsxs)(Cy,{children:[(0,G.jsx)(`span`,{children:t.label}),(0,G.jsx)(`span`,{children:t.description})]})}),i=[...n].map(([e,t])=>({key:e,...t}));return(0,G.jsx)(D,{options:i,autoHighlight:!0,autoSelect:!0,value:i.find(({key:t})=>t===e)||null,onChange:(e,n)=>t(n?n.key:``),renderOption:r,getOptionLabel:({label:e})=>e,renderInput:e=>(0,G.jsx)(pa,{...e,size:`small`,label:`Action`})})},Ty=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,width:`100%`,gap:e.spacing(2)})),Ey=U(`div`)(({theme:e})=>({display:`flex`,alignItems:`center`,gap:e.spacing(1),width:`100%`,flexWrap:`wrap`})),Dy=U(`div`)(({theme:e})=>({flex:1,minWidth:e.spacing(25)})),Oy=({action:e,index:t,stateChanged:n,actorId:r,onDelete:i,actionConfigurations:a,validated:o})=>{let{action:s,executionParams:c,error:l}=e,u=L(`projectId`),{permissions:d}=yy(r,u,c.environment),f=a.get(s),p=(0,W.useMemo)(()=>{let e=f?.permissions,{environment:t}=c;return d.length===0||!e||!t?!0:e.some(e=>d.some(({permission:n,project:r,environment:i})=>n===e&&r===u&&i===t))},[f,d]);(0,W.useEffect)(()=>{n({...e,error:void 0}),(f?.parameters.filter(({optional:e})=>!e).map(({name:e})=>e)||[]).some(e=>!c[e])&&n({...e,error:`Please fill all required fields.`})},[f,c]);let m=(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)(`span`,{children:[`Action `,t+1]}),(0,G.jsx)(`div`,{children:(0,G.jsx)(Ua,{title:`Delete action`,arrow:!0,children:(0,G.jsx)(ur,{onClick:i,children:(0,G.jsx)(fn,{})})})})]}),h=f?.parameters.filter(({type:e})=>e!==`hidden`)||[];return(0,G.jsx)(_v,{index:t,header:m,separator:`THEN`,children:(0,G.jsxs)(Ty,{children:[(0,G.jsx)(Ey,{children:(0,G.jsx)(Dy,{children:(0,G.jsx)(wy,{value:s,onChange:t=>n({...e,action:t}),actionConfigurations:a})})}),(0,G.jsx)(w,{condition:h.length>0,show:(0,G.jsx)(Ey,{children:h.map(t=>(0,G.jsx)(Dy,{children:(0,G.jsx)(Sy,{parameter:t,value:c[t.name],onChange:r=>n({...e,executionParams:{...c,[t.name]:r}})})},t.name))})}),(0,G.jsx)(w,{condition:o&&!!l,show:(0,G.jsx)(Kr,{severity:`error`,children:l})}),(0,G.jsx)(w,{condition:!p,show:(0,G.jsx)(Kr,{severity:`error`,children:`The selected service account does not have permissions to execute this action currently.`})})]})})},ky={},Ay=e=>{let{isEnterprise:t}=ti(),n=Xt(`automatedActions`),{data:r,error:i,mutate:a}=un(t()&&n,ky,kt(`api/admin/projects/${e}/actions/config`),jy);return(0,W.useMemo)(()=>({actionConfigurations:new Map(Object.entries(r||{})),loading:!i&&!r,refetch:()=>a(),error:i}),[r,i,a])},jy=e=>fetch(e).then(O(`Actions configuration`)).then(e=>e.json()),My=U(Mn)(({theme:e})=>({margin:e.spacing(2,0),marginBottom:e.spacing(1),borderStyle:`dashed`})),Ny=U(`div`)(({theme:e})=>({display:`flex`,marginTop:e.spacing(1),gap:e.spacing(1)})),Py=({serviceAccounts:e,serviceAccountsLoading:t,actions:n,setActions:r,actorId:i,setActorId:a,validateActorId:o,validated:s})=>{let c=L(`projectId`),{actionConfigurations:l}=Ay(c),u=e=>{let t={id:crypto.randomUUID(),action:``,sortOrder:n.map(e=>e.sortOrder).reduce((e,t)=>Math.max(e,t),0)+1,executionParams:{project:e}};r([...n,t])},d=e=>{r(t=>t.map(t=>t.id===e.id?e:t))},f=(0,W.useMemo)(()=>t?[]:e.map(e=>({label:e.name,key:`${e.id}`})),[t,e]);return(0,G.jsxs)(ay,{name:`Do these actions`,verticalConnector:!0,resourceLink:(0,G.jsx)(z,{to:`/admin/service-accounts`,children:`Create service account`}),children:[(0,G.jsx)(le,{label:`Service account`,name:`service-account`,options:f,value:`${i}`,onChange:e=>{o(Number(e)),a(Number.parseInt(e,10))}}),(0,G.jsx)(My,{}),n.map((e,t)=>(0,G.jsx)(Oy,{index:t,action:e,stateChanged:d,actorId:i,onDelete:()=>r(t=>t.filter(t=>t.id!==e.id)),actionConfigurations:l,validated:s},e.id)),(0,G.jsx)(Ny,{children:(0,G.jsx)(V,{startIcon:(0,G.jsx)(ft,{}),onClick:()=>u(c),variant:`outlined`,color:`primary`,children:`Add action`})})]})},Fy=U(Kr)(({theme:e})=>({marginBottom:e.spacing(4)})),Iy=U(`div`)(({theme:e})=>({background:e.palette.background.elevation1,padding:e.spacing(2,3),borderRadius:e.shape.borderRadiusLarge,marginBottom:e.spacing(4)})),Ly=U(`p`)(({theme:e})=>({display:`flex`,color:e.palette.text.primary,marginBottom:e.spacing(1),"&:not(:first-of-type)":{marginTop:e.spacing(3)}})),Ry=U(fi)(()=>({width:`100%`})),zy=U(Kr)(({theme:e})=>({marginTop:e.spacing(3)})),By=({enabled:e,setEnabled:t,name:n,setName:r,description:i,setDescription:a,sourceId:o,setSourceId:s,filters:c,setFilters:l,actorId:u,setActorId:d,actions:p,setActions:m,errors:h,validateName:g,validateSourceId:_,validateActorId:v,validated:y})=>{let{serviceAccounts:b,loading:x}=f(),S=e=>{setTimeout(()=>e(),300)},C=y&&Object.values(h).some(Boolean);return(0,G.jsxs)(`div`,{children:[(0,G.jsx)(w,{condition:b.length===0,show:(0,G.jsxs)(Fy,{color:`warning`,children:[(0,G.jsx)(`strong`,{children:`Heads up!`}),` In order to create an action you need to create a service account first. Please`,` `,(0,G.jsx)(Dt,{to:`/admin/service-accounts`,component:z,children:`go ahead and create one`}),`.`]})}),(0,G.jsx)(Iy,{children:(0,G.jsx)(Ta,{checked:e,setChecked:t,children:`Action status`})}),(0,G.jsx)(Ly,{children:`What is your new action name?`}),(0,G.jsx)(Ry,{autoFocus:!0,label:`Action name`,error:!!h.name,errorText:h.name,value:n,onChange:e=>{g(e.target.value),r(e.target.value)},onBlur:e=>S(()=>g(e.target.value)),autoComplete:`off`}),(0,G.jsx)(Ly,{children:`What is your new action description?`}),(0,G.jsx)(Ry,{label:`Action description`,value:i,onChange:e=>a(e.target.value),autoComplete:`off`}),(0,G.jsx)(vy,{sourceId:o,setSourceId:s,filters:c,setFilters:l,validateSourceId:_}),(0,G.jsx)(Py,{serviceAccounts:b,serviceAccountsLoading:x,actions:p,setActions:m,actorId:u,setActorId:d,validateActorId:v,validated:y}),(0,G.jsx)(w,{condition:C,show:()=>(0,G.jsx)(zy,{severity:`error`,icon:!1,children:(0,G.jsx)(`ul`,{children:Object.values(h).filter(Boolean).map(e=>(0,G.jsx)(`li`,{children:e},e))})})})]})},Vy=function(e){return e.NAME=`name`,e.SOURCE=`source`,e.FILTERS=`filters`,e.ACTOR=`actor`,e.ACTIONS=`actions`,e}(Vy||{}),Hy={[Vy.NAME]:void 0,[Vy.SOURCE]:void 0,[Vy.FILTERS]:void 0,[Vy.ACTOR]:void 0,[Vy.ACTIONS]:void 0},Uy=e=>{let{actions:t}=S_(L(`projectId`)),[n,r]=(0,W.useState)(!1),[i,a]=(0,W.useState)(``),[o,s]=(0,W.useState)(``),[c,l]=(0,W.useState)(0),[u,d]=(0,W.useState)([]),[f,p]=(0,W.useState)(0),[m,h]=(0,W.useState)([]),g=()=>{r(e?.enabled??!0),a(e?.name||``),s(e?.description||``),l(e?.match?.sourceId??0),d(Object.entries(e?.match?.payload??{}).map(([e,{inverted:t,operator:n,caseInsensitive:r,value:i,values:a}])=>({id:crypto.randomUUID(),parameter:e,inverted:t,operator:n,caseInsensitive:r,value:i,values:a}))),p(e?.actorId??0),h(e?.actions?.map(e=>({id:crypto.randomUUID(),action:e.action,sortOrder:e.sortOrder,executionParams:e.executionParams}))??[]),b(!1),v(Hy)};(0,W.useEffect)(()=>{g()},[e]);let[_,v]=(0,W.useState)(Hy),[y,b]=(0,W.useState)(!1),x=e=>{v(t=>({...t,[e]:void 0}))},S=(e,t)=>{v(n=>({...n,[e]:t}))};(0,W.useEffect)(()=>{O(u)},[u]),(0,W.useEffect)(()=>{A(m)},[m]);let C=e=>!e.length,w=n=>t?.some(({id:t,name:r})=>t!==e?.id&&r===n),T=e=>e===0,E=e=>C(e)?(S(Vy.NAME,`Name is required.`),!1):w(e)?(S(Vy.NAME,`Name must be unique.`),!1):(x(Vy.NAME),!0),D=e=>T(e)?(S(Vy.SOURCE,`Source is required.`),!1):(x(Vy.SOURCE),!0),O=e=>e.some(({error:e})=>e)?(S(Vy.FILTERS,`One or more filters have errors.`),!1):(x(Vy.FILTERS),!0),k=e=>T(e)?(S(Vy.ACTOR,`Service account is required.`),!1):(x(Vy.ACTOR),!0),A=e=>e.filter(({action:e})=>!!e).length===0?(S(Vy.ACTIONS,`At least one action is required.`),!1):(x(Vy.ACTIONS),e.some(({error:e})=>e)?(S(Vy.ACTIONS,`One or more actions have errors.`),!1):(x(Vy.ACTIONS),!0));return{enabled:n,setEnabled:r,name:i,setName:a,description:o,setDescription:s,sourceId:c,setSourceId:l,filters:u,setFilters:d,actorId:f,setActorId:p,actions:m,setActions:h,errors:_,setErrors:v,validated:y,validateName:E,validateSourceId:D,validateActorId:k,validate:()=>{let e=E(i),t=D(c),n=O(u),r=k(f),a=A(m);return b(!0),e&&t&&n&&r&&a},reloadForm:g}},Wy=U(`div`)(({theme:e})=>({display:`flex`,justifyContent:`space-between`,alignItems:`center`,width:`100%`,marginBottom:e.fontSizes.mainHeader})),Gy=U(`h1`)({fontWeight:`normal`}),Ky=U(`form`)(()=>({display:`flex`,flexDirection:`column`,height:`100%`})),qy=U(`div`)(({theme:e})=>({marginTop:`auto`,display:`flex`,justifyContent:`flex-end`,paddingTop:e.spacing(4)})),Jy=U(V)(({theme:e})=>({marginLeft:e.spacing(3)})),Yy=({action:e,open:t,setOpen:n,onOpenEvents:r})=>{let i=L(`projectId`),{refetch:a}=S_(i),{addActionSet:o,updateActionSet:s,loading:c}=w_(i),{setToastData:l,setToastApiError:u}=Lt(),{uiConfig:d}=ti(),{enabled:f,setEnabled:p,name:m,setName:h,description:g,setDescription:_,sourceId:v,setSourceId:y,filters:b,setFilters:x,actorId:S,setActorId:C,actions:T,setActions:E,errors:D,validateName:O,validateSourceId:k,validateActorId:A,validate:j,validated:ee,reloadForm:te}=Uy(e);(0,W.useEffect)(()=>{te()},[t]);let M=e!==void 0,ne=`${M?`Edit`:`New`} action`,re={enabled:f,name:m,description:g,match:{source:`signal-endpoint`,sourceId:v,payload:b.filter(e=>e.parameter.length>0).reduce((e,{parameter:t,inverted:n,operator:r,caseInsensitive:i,value:a,values:o})=>({...e,[t]:{inverted:n,operator:r,caseInsensitive:i,value:a,values:o}}),{})},actorId:S,actions:T.filter(({action:e})=>!!e).map(({action:e,sortOrder:t,executionParams:n})=>({action:e,sortOrder:t,executionParams:n}))};return(0,G.jsx)(Er,{open:t,onClose:()=>{n(!1)},label:ne,children:(0,G.jsxs)(Fi,{loading:c,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/concepts/actions`,documentationLinkLabel:`Actions documentation`,formatApiCode:()=>`curl --location --request ${M?`PUT`:`POST`} '${d.unleashUrl}/api/admin/projects/${i}/actions${M?`/${e.id}`:``}' \\
28
+ --header 'Authorization: INSERT_API_KEY' \\
29
+ --header 'Content-Type: application/json' \\
30
+ --data-raw '${JSON.stringify(re,void 0,2)}'`,children:[(0,G.jsxs)(Wy,{children:[(0,G.jsx)(Gy,{children:ne}),(0,G.jsx)(w,{condition:M,show:(0,G.jsx)(Dt,{onClick:r,children:`View events`})})]}),(0,G.jsxs)(Ky,{onSubmit:async t=>{if(t.preventDefault(),j())try{M?await s(e.id,re):await o(re),l({text:`action ${M?`updated`:`added`} successfully`,type:`success`}),a(),n(!1)}catch(e){u(R(e))}},children:[(0,G.jsx)(By,{enabled:f,setEnabled:p,name:m,setName:h,description:g,setDescription:_,sourceId:v,setSourceId:y,filters:b,setFilters:x,actorId:S,setActorId:C,actions:T,setActions:E,errors:D,validateName:O,validateSourceId:k,validateActorId:A,validated:ee}),(0,G.jsxs)(qy,{children:[(0,G.jsxs)(V,{type:`submit`,variant:`contained`,color:`primary`,children:[M?`Save`:`Add`,` action`]}),(0,G.jsx)(Jy,{onClick:()=>{n(!1)},children:`Cancel`})]})]})]})})},Xy=({action:e,open:t,setOpen:n,onConfirm:r})=>(0,G.jsx)(yn,{title:`Delete action?`,open:t,primaryButtonText:`Delete action`,secondaryButtonText:`Cancel`,onClick:()=>r(e),onClose:()=>{n(!1)},children:(0,G.jsxs)(`p`,{children:[`You are about to delete action: `,(0,G.jsx)(`strong`,{children:e?.name})]})}),Zy=U(Ne)(({theme:e})=>({color:e.palette.success.main})),Qy=U(Fn)(({theme:e})=>({color:e.palette.error.main})),$y=({state:e})=>e===`success`?(0,G.jsx)(Zy,{}):e===`failed`?(0,G.jsx)(Qy,{}):(0,G.jsx)(Ci,{size:20}),eb=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,marginBottom:e.fontSizes.mainHeader})),tb=U(`div`)({display:`flex`,justifyContent:`space-between`,alignItems:`center`,width:`100%`}),nb=U(`h1`)({fontWeight:`normal`}),rb=U(`form`)({display:`flex`,flexDirection:`column`,height:`100%`}),ib=U(`div`)(({theme:e})=>({backgroundColor:e.palette.error.light})),ab=U(`div`)(({theme:e})=>({marginTop:`auto`,display:`flex`,justifyContent:`flex-end`,paddingTop:e.spacing(4)})),ob=({action:e,open:t,setOpen:n,onOpenConfiguration:r})=>{let i=L(`projectId`),{locationSettings:a}=Kn(),{actionEvents:o,hasMore:s,loadMore:c,loading:l}=N_(e?.id,i,20,{refreshInterval:5e3});if(!e)return null;let u=`Events: ${e.name}`;return(0,G.jsx)(Er,{open:t,onClose:()=>{n(!1)},label:u,children:(0,G.jsxs)(Fi,{loading:l&&o.length===0,modal:!0,description:``,documentationLink:``,documentationLinkLabel:``,showGuidance:!1,children:[(0,G.jsx)(eb,{children:(0,G.jsxs)(tb,{children:[(0,G.jsx)(nb,{children:u}),(0,G.jsx)(Dt,{onClick:r,children:`View configuration`})]})}),(0,G.jsxs)(rb,{children:[(0,G.jsx)(at,{height:960,items:o,columns:[{header:`Status`,align:`center`,maxWidth:100,cell:$y},{header:`Date`,maxWidth:240,cell:({createdAt:e})=>nn(e,a?.locale)}],sidePanelHeader:`Details`,renderContent:$_,renderItem:({id:e,state:t},n)=>t===`failed`?(0,G.jsx)(ib,{children:n},e):n,listEnd:(0,G.jsx)(w,{condition:s,show:(0,G.jsx)(V,{onClick:c,children:`Load more`})})}),(0,G.jsx)(w,{condition:o.length===0,show:(0,G.jsx)(`p`,{children:`No events have been registered for this action set.`})}),(0,G.jsx)(ab,{children:(0,G.jsx)(V,{onClick:()=>{n(!1)},children:`Close`})})]})]})})},sb=({modalOpen:e,setModalOpen:t,selectedAction:n,setSelectedAction:r})=>{let{setToastData:i,setToastApiError:a}=Lt(),o=L(`projectId`),{actions:s,refetch:c}=S_(o),{toggleActionSet:l,removeActionSet:u}=w_(o),{signalEndpoints:d}=pt(),{serviceAccounts:p}=f(),[m,h]=(0,W.useState)(!1),[g,_]=(0,W.useState)(!1),v=async(e,t)=>{try{await l(e.id,t),i({text:`"${e.name}" has been ${t?`enabled`:`disabled`}`,type:`success`}),c()}catch(e){a(R(e))}},y=async e=>{try{await u(e.id),i({text:`"${e.name}" has been deleted`,type:`success`}),c(),_(!1)}catch(e){a(R(e))}},b=Ye(sa.breakpoints.down(`sm`)),x=Ye(sa.breakpoints.down(`lg`)),S=(0,W.useMemo)(()=>[{Header:`Name`,accessor:`name`,minWidth:60,Cell:({row:{original:e}})=>(0,G.jsx)(zn,{title:e.name,subtitle:e.description,onClick:()=>{r(e),t(!0)}})},{id:`source`,Header:`Source`,Cell:({row:{original:e}})=>(0,G.jsx)(O_,{action:e,signalEndpoints:d})},{id:`filters`,Header:`Filters`,Cell:({row:{original:e}})=>(0,G.jsx)(A_,{action:e}),maxWidth:90},{id:`actor`,Header:`Service account`,Cell:({row:{original:e}})=>(0,G.jsx)(j_,{action:e,serviceAccounts:p}),minWidth:160},{id:`actions`,Header:`Actions`,Cell:({row:{original:e}})=>(0,G.jsx)(lv,{action:e,onCreateAction:()=>{r(e),t(!0)}}),maxWidth:130},{Header:`Enabled`,accessor:`enabled`,Cell:({row:{original:e}})=>(0,G.jsx)(bn,{checked:e.enabled,setChecked:t=>v(e,t)}),sortType:`boolean`,width:90,maxWidth:90},{id:`table-actions`,Header:``,align:`center`,Cell:({row:{original:e}})=>(0,G.jsx)(dv,{actionId:e.id,onOpenEvents:()=>{r(e),h(!0)},onEdit:()=>{r(e),t(!0)},onDelete:()=>{r(e),_(!0)}}),width:50,disableSortBy:!0}],[d,p]),[C]=(0,W.useState)({sortBy:[{id:`name`,desc:!0}]}),{headerGroups:T,rows:E,prepareRow:D,setHiddenColumns:O}=(0,Dm.useTable)({columns:S,data:s,initialState:C,sortTypes:de,autoResetHiddenColumns:!1,autoResetSortBy:!1,disableSortRemove:!0,disableMultiSort:!0,defaultColumn:{Cell:$n}},Dm.useSortBy,Dm.useFlexLayout);return pe([{condition:x,columns:[`actor`,`enabled`]},{condition:b,columns:[`filters`,`actions`]}],O,S),(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Dr,{rows:E,headerGroups:T,prepareRow:D}),(0,G.jsx)(w,{condition:E.length===0,show:(0,G.jsx)(ta,{children:`No actions available. Get started by adding one.`})}),(0,G.jsx)(Yy,{action:n,open:e,setOpen:t,onOpenEvents:()=>{t(!1),h(!0)}}),(0,G.jsx)(ob,{action:n,open:m,setOpen:h,onOpenConfiguration:()=>{h(!1),t(!0)}}),(0,G.jsx)(Xy,{action:n,open:g,setOpen:_,onConfirm:y})]})},cb=()=>{let e=Sa(L(`projectId`)),{isEnterprise:t}=ti(),n=P();wn(`Project actions – ${e}`);let[r,i]=(0,W.useState)(),[a,o]=(0,W.useState)(!1);return t()?(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`Actions`,actions:(0,G.jsx)(Aa,{onClick:()=>{i(void 0),o(!0)},maxWidth:`${n.breakpoints.values.sm}px`,Icon:ft,permission:_n,children:`New action`})}),children:(0,G.jsx)(In,{permissions:_n,children:(0,G.jsx)(sb,{modalOpen:a,setModalOpen:o,selectedAction:r,setSelectedAction:i})})}):(0,G.jsx)(M,{header:(0,G.jsx)(F,{title:`Actions`}),children:(0,G.jsx)(gr,{feature:`actions`})})},lb=()=>{let e=Sa(L(`projectId`)),t=gi();return wn(`Project context fields – ${e}`),(0,G.jsxs)(kr,{children:[(0,G.jsx)(S,{path:`create`,element:(0,G.jsx)(Er,{open:!0,onClose:()=>t(-1),label:`Create segment`,children:(0,G.jsx)(Zt,{modal:!0,onSubmit:()=>t(-1),onCancel:()=>t(-1)})})}),(0,G.jsx)(S,{path:`edit/:name`,element:(0,G.jsx)(Er,{open:!0,onClose:()=>t(-1),label:`Edit context field`,children:(0,G.jsx)(oa,{modal:!0})})}),(0,G.jsx)(S,{path:`*`,element:(0,G.jsx)(Zn,{})})]})},ub=U(B)({marginLeft:`auto`,display:`flex`,alignItems:`center`}),db=()=>{let e=ra(),{isPro:t,isEnterprise:n}=ti(),r=gi(),i=Xt(`automatedActions`),a=(...e)=>t()||n()?e:[],o=[...a({id:``,label:`Project settings`},{id:`access`,label:`User access`}),{id:`api-access`,label:`API access`},{id:`context`,label:`Context fields`},{id:`segments`,label:`Segments`},{id:`environments`,label:`Environments`},{id:`default-strategy`,label:`Default strategy`},...a({id:`change-requests`,label:`Change request configuration`,endIcon:t()?(0,G.jsx)(ub,{children:(0,G.jsx)(Sr,{})}):void 0})];return i&&o.push({id:`actions`,label:`Actions`,endIcon:t()?(0,G.jsx)(ub,{children:(0,G.jsx)(Sr,{})}):void 0}),(0,G.jsx)(sn,{tabs:o,value:o.find(({id:t})=>t&&e.pathname?.includes(`/settings/${t}`))?.id||o[0].id,onChange:e=>{r(e.id)},children:(0,G.jsxs)(kr,{children:[(0,G.jsx)(S,{path:`/*`,element:(0,G.jsx)(b_,{})}),(0,G.jsx)(S,{path:`environments/*`,element:(0,G.jsx)(Vh,{})}),(0,G.jsx)(S,{path:`access/*`,element:(0,G.jsx)(Sh,{})}),(0,G.jsx)(S,{path:`context/*`,element:(0,G.jsx)(lb,{})}),(0,G.jsx)(S,{path:`segments/*`,element:(0,G.jsx)(Zh,{})}),(0,G.jsx)(S,{path:`change-requests/*`,element:(0,G.jsx)(Kh,{})}),(0,G.jsx)(S,{path:`api-access/*`,element:(0,G.jsx)(Xh,{})}),(0,G.jsx)(S,{path:`default-strategy/*`,element:(0,G.jsx)(gg,{})}),(0,G.jsx)(S,{path:`actions/*`,element:(0,G.jsx)(cb,{})}),(0,G.jsx)(S,{path:`*`,element:(0,G.jsx)(Vt,{replace:!0,to:o[0].id})})]})})},fb=U(we)(({theme:e})=>({color:e.palette.action.disabled})),pb=()=>(0,G.jsx)(ae,{title:`This projects collaboration mode is set to private. The project and associated feature
31
+ toggles can only be seen by you and the members of the project`,arrow:!0,children:(0,G.jsx)(fb,{})}),mb=U(H)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),hb=({row:e,field:t,singularLabel:n,pluralLabel:r})=>{let{searchQuery:i}=Kt(),a=e[t];if(!Array.isArray(a)||a.length===0)return(0,G.jsx)($n,{});let o=r||`${n}s`;return(0,G.jsx)($n,{children:(0,G.jsx)(On,{highlighted:i.length>0&&a.some(e=>e?.toLowerCase().includes(i.toLowerCase())),tooltip:(0,G.jsx)(G.Fragment,{children:a.map(e=>(0,G.jsx)(mb,{children:(0,G.jsx)(Ri,{search:i,children:e})},e))}),children:a.length===1?`1 ${n}`:`${a.length} ${o}`})})},gb=U(`div`)(({theme:e})=>({fontSize:e.fontSizes.smallerBody})),_b=U(`ul`)(({theme:e})=>({padding:e.spacing(0,0,.5,2),margin:e.spacing(0)})),vb=({row:e})=>{let{searchQuery:t}=Kt(),n=t.length>0&&e.original.sdks.some(e=>e.versions.some(e=>e.toLowerCase().includes(t.toLowerCase()))||e.name.toLowerCase().includes(t.toLowerCase()));return!e.original.sdks||e.original.sdks.length===0?(0,G.jsx)($n,{}):(0,G.jsx)($n,{children:(0,G.jsx)(On,{highlighted:t.length>0&&n,tooltip:(0,G.jsx)(G.Fragment,{children:e.original.sdks.map(e=>(0,G.jsxs)(gb,{children:[(0,G.jsx)(Ri,{search:t,children:e.name}),(0,G.jsx)(_b,{children:e.versions.map(e=>(0,G.jsx)(`li`,{children:(0,G.jsx)(Ri,{search:t,children:e})},e))})]},e.name))}),children:e.original.sdks?.length===1?`1 sdk`:`${e.original.sdks.length} sdks`})})},yb=vr(),bb=()=>{let{trackEvent:e}=I();return(0,W.useEffect)(()=>{e(`sdk-reporting`,{props:{eventType:`project applications opened`}})},[]),()=>{e(`sdk-reporting`,{props:{eventType:`project application clicked`}})}},xb=()=>{let e=bb(),t=gi(),n=L(`projectId`),r=Ye(sa.breakpoints.down(`md`)),i={offset:Yn(Pi,0),limit:Yn(Pi,25),query:Ze,sortBy:Yn(Ze,`createdAt`),sortOrder:Yn(Ze,`desc`)},[a,o]=b(`project-applications-table-${n}`,i),{applications:s=[],total:c,loading:l}=ut((0,Es.default)(Me(i,a),e=>e?`${e}`:void 0),n),u=(e=``)=>{o({query:e})},d=jn(l),{query:f}=a,p=Ji(Wi(a,o,{columns:(0,W.useMemo)(()=>[yb.accessor(`name`,{header:`Name`,cell:({row:n})=>(0,G.jsx)(zn,{title:n.original.name,onClick:()=>{e(),t(`/applications/${encodeURIComponent(n.original.name)}`)}}),meta:{width:`25%`}}),yb.accessor(`environments`,{header:`Environments`,cell:({row:e})=>(0,G.jsx)(hb,{row:e.original,field:`environments`,singularLabel:`environment`}),enableSorting:!1,meta:{width:`25%`}}),yb.accessor(`instances`,{header:`Instances`,cell:({row:e})=>(0,G.jsx)(hb,{row:e.original,field:`instances`,singularLabel:`instance`}),enableSorting:!1,meta:{width:`25%`}}),yb.accessor(`sdks`,{header:`SDK`,cell:vb,enableSorting:!1,meta:{width:`25%`}})],[]),data:s})),m=p.getRowModel().rows;return(0,G.jsxs)(M,{disableLoading:!0,bodyClass:`no-padding`,header:(0,G.jsx)(F,{title:`Project applications`,actions:(0,G.jsx)(G.Fragment,{children:(0,G.jsx)(w,{condition:!r,show:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(Oe,{placeholder:`Search`,expandable:!0,initialValue:f||``,onChange:u}),(0,G.jsx)(F.Divider,{})]})})}),children:(0,G.jsx)(w,{condition:r,show:(0,G.jsx)(Oe,{initialValue:f||``,onChange:u})})}),children:[(0,G.jsx)(ir,{value:f||``,children:(0,G.jsx)(`div`,{ref:d,children:(0,G.jsx)(E,{tableInstance:p,totalItems:c})})}),(0,G.jsx)(w,{condition:m.length===0,show:(0,G.jsx)(B,{sx:e=>({padding:e.spacing(0,2,2)}),children:(0,G.jsx)(w,{condition:(f||``)?.length>0,show:(0,G.jsxs)(ta,{children:[`No applications found matching “`,f,`”`]}),elseShow:(0,G.jsx)(ta,{children:`No applications found matching your criteria.`})})})})]})},Sb=({name:e})=>(0,G.jsxs)(`p`,{children:[`The project `,(0,G.jsx)(`strong`,{children:e}),` has been archived. You can find it on the`,` `,(0,G.jsx)(z,{to:`/projects-archive`,children:`archive page for projects`}),`.`]}),J=t((e=>{e.secondsInYear=e.secondsInWeek=e.secondsInQuarter=e.secondsInMonth=e.secondsInMinute=e.secondsInHour=e.secondsInDay=e.quartersInYear=e.monthsInYear=e.monthsInQuarter=e.minutesInYear=e.minutesInMonth=e.minutesInHour=e.minutesInDay=e.minTime=e.millisecondsInWeek=e.millisecondsInSecond=e.millisecondsInMinute=e.millisecondsInHour=e.millisecondsInDay=e.maxTime=e.daysInYear=e.daysInWeek=e.constructFromSymbol=void 0,e.daysInWeek=7;var t=e.daysInYear=365.2425;e.minTime=-(e.maxTime=10**8*24*60*60*1e3),e.millisecondsInWeek=6048e5,e.millisecondsInDay=864e5,e.millisecondsInMinute=6e4,e.millisecondsInHour=36e5,e.millisecondsInSecond=1e3,e.minutesInYear=525600,e.minutesInMonth=43200,e.minutesInDay=1440,e.minutesInHour=60,e.monthsInQuarter=3,e.monthsInYear=12,e.quartersInYear=4;var n=e.secondsInHour=3600;e.secondsInMinute=60;var r=e.secondsInDay=n*24;e.secondsInWeek=r*7,e.secondsInQuarter=(e.secondsInMonth=(e.secondsInYear=r*t)/12)*3,e.constructFromSymbol=Symbol.for(`constructDateFrom`)})),Y=t((e=>{e.constructFrom=n;var t=J();function n(e,n){return typeof e==`function`?e(n):e&&typeof e==`object`&&t.constructFromSymbol in e?e[t.constructFromSymbol](n):e instanceof Date?new e.constructor(n):new Date(n)}})),X=t((e=>{e.toDate=n;var t=Y();function n(e,n){return(0,t.constructFrom)(n||e,e)}})),Cb=t((e=>{e.addDays=r;var t=Y(),n=X();function r(e,r,i){let a=(0,n.toDate)(e,i?.in);return isNaN(r)?(0,t.constructFrom)(i?.in||e,NaN):(r&&a.setDate(a.getDate()+r),a)}})),wb=t((e=>{e.addMonths=r;var t=Y(),n=X();function r(e,r,i){let a=(0,n.toDate)(e,i?.in);if(isNaN(r))return(0,t.constructFrom)(i?.in||e,NaN);if(!r)return a;let o=a.getDate(),s=(0,t.constructFrom)(i?.in||e,a.getTime());return s.setMonth(a.getMonth()+r+1,0),o>=s.getDate()?s:(a.setFullYear(s.getFullYear(),s.getMonth(),o),a)}})),Tb=t((e=>{e.add=a;var t=Cb(),n=wb(),r=Y(),i=X();function a(e,a,o){let{years:s=0,months:c=0,weeks:l=0,days:u=0,hours:d=0,minutes:f=0,seconds:p=0}=a,m=(0,i.toDate)(e,o?.in),h=c||s?(0,n.addMonths)(m,c+s*12):m,g=u||l?(0,t.addDays)(h,u+l*7):h,_=(p+(f+d*60)*60)*1e3;return(0,r.constructFrom)(o?.in||e,+g+_)}})),Eb=t((e=>{e.isSaturday=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDay()===6}})),Db=t((e=>{e.isSunday=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDay()===0}})),Ob=t((e=>{e.isWeekend=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in).getDay();return r===0||r===6}})),kb=t((e=>{e.addBusinessDays=o;var t=Y(),n=Eb(),r=Db(),i=Ob(),a=X();function o(e,o,s){let c=(0,a.toDate)(e,s?.in),l=(0,i.isWeekend)(c,s);if(isNaN(o))return(0,t.constructFrom)(s?.in,NaN);let u=c.getHours(),d=o<0?-1:1,f=Math.trunc(o/5);c.setDate(c.getDate()+f*7);let p=Math.abs(o%5);for(;p>0;)c.setDate(c.getDate()+d),(0,i.isWeekend)(c,s)||--p;return l&&(0,i.isWeekend)(c,s)&&o!==0&&((0,n.isSaturday)(c,s)&&c.setDate(c.getDate()+(d<0?2:-1)),(0,r.isSunday)(c,s)&&c.setDate(c.getDate()+(d<0?1:-2))),c.setHours(u),c}})),Ab=t((e=>{e.addMilliseconds=r;var t=Y(),n=X();function r(e,r,i){return(0,t.constructFrom)(i?.in||e,+(0,n.toDate)(e)+r)}})),jb=t((e=>{e.addHours=r;var t=Ab(),n=J();function r(e,r,i){return(0,t.addMilliseconds)(e,r*n.millisecondsInHour,i)}})),Mb=t((e=>{e.getDefaultOptions=n,e.setDefaultOptions=r;var t={};function n(){return t}function r(e){t=e}})),Nb=t((e=>{e.startOfWeek=r;var t=Mb(),n=X();function r(e,r){let i=(0,t.getDefaultOptions)(),a=r?.weekStartsOn??r?.locale?.options?.weekStartsOn??i.weekStartsOn??i.locale?.options?.weekStartsOn??0,o=(0,n.toDate)(e,r?.in),s=o.getDay(),c=(s<a?7:0)+s-a;return o.setDate(o.getDate()-c),o.setHours(0,0,0,0),o}})),Pb=t((e=>{e.startOfISOWeek=n;var t=Nb();function n(e,n){return(0,t.startOfWeek)(e,{...n,weekStartsOn:1})}})),Fb=t((e=>{e.getISOWeekYear=i;var t=Y(),n=Pb(),r=X();function i(e,i){let a=(0,r.toDate)(e,i?.in),o=a.getFullYear(),s=(0,t.constructFrom)(a,0);s.setFullYear(o+1,0,4),s.setHours(0,0,0,0);let c=(0,n.startOfISOWeek)(s),l=(0,t.constructFrom)(a,0);l.setFullYear(o,0,4),l.setHours(0,0,0,0);let u=(0,n.startOfISOWeek)(l);return a.getTime()>=c.getTime()?o+1:a.getTime()>=u.getTime()?o:o-1}})),Ib=t((e=>{e.getTimezoneOffsetInMilliseconds=n;var t=X();function n(e){let n=(0,t.toDate)(e),r=new Date(Date.UTC(n.getFullYear(),n.getMonth(),n.getDate(),n.getHours(),n.getMinutes(),n.getSeconds(),n.getMilliseconds()));return r.setUTCFullYear(n.getFullYear()),e-+r}})),Z=t((e=>{e.normalizeDates=n;var t=Y();function n(e,...n){let r=t.constructFrom.bind(null,e||n.find(e=>typeof e==`object`));return n.map(r)}})),Lb=t((e=>{e.startOfDay=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setHours(0,0,0,0),r}})),Rb=t((e=>{e.differenceInCalendarDays=a;var t=Ib(),n=Z(),r=J(),i=Lb();function a(e,a,o){let[s,c]=(0,n.normalizeDates)(o?.in,e,a),l=(0,i.startOfDay)(s),u=(0,i.startOfDay)(c),d=+l-(0,t.getTimezoneOffsetInMilliseconds)(l),f=+u-(0,t.getTimezoneOffsetInMilliseconds)(u);return Math.round((d-f)/r.millisecondsInDay)}})),zb=t((e=>{e.startOfISOWeekYear=i;var t=Y(),n=Fb(),r=Pb();function i(e,i){let a=(0,n.getISOWeekYear)(e,i),o=(0,t.constructFrom)(i?.in||e,0);return o.setFullYear(a,0,4),o.setHours(0,0,0,0),(0,r.startOfISOWeek)(o)}})),Bb=t((e=>{e.setISOWeekYear=a;var t=Y(),n=Rb(),r=zb(),i=X();function a(e,a,o){let s=(0,i.toDate)(e,o?.in),c=(0,n.differenceInCalendarDays)(s,(0,r.startOfISOWeekYear)(s,o)),l=(0,t.constructFrom)(o?.in||e,0);return l.setFullYear(a,0,4),l.setHours(0,0,0,0),s=(0,r.startOfISOWeekYear)(l),s.setDate(s.getDate()+c),s}})),Vb=t((e=>{e.addISOWeekYears=r;var t=Fb(),n=Bb();function r(e,r,i){return(0,n.setISOWeekYear)(e,(0,t.getISOWeekYear)(e,i)+r,i)}})),Hb=t((e=>{e.addMinutes=r;var t=J(),n=X();function r(e,r,i){let a=(0,n.toDate)(e,i?.in);return a.setTime(a.getTime()+r*t.millisecondsInMinute),a}})),Ub=t((e=>{e.addQuarters=n;var t=wb();function n(e,n,r){return(0,t.addMonths)(e,n*3,r)}})),Wb=t((e=>{e.addSeconds=n;var t=Ab();function n(e,n,r){return(0,t.addMilliseconds)(e,n*1e3,r)}})),Gb=t((e=>{e.addWeeks=n;var t=Cb();function n(e,n,r){return(0,t.addDays)(e,n*7,r)}})),Kb=t((e=>{e.addYears=n;var t=wb();function n(e,n,r){return(0,t.addMonths)(e,n*12,r)}})),qb=t((e=>{e.areIntervalsOverlapping=n;var t=X();function n(e,n,r){let[i,a]=[+(0,t.toDate)(e.start,r?.in),+(0,t.toDate)(e.end,r?.in)].sort((e,t)=>e-t),[o,s]=[+(0,t.toDate)(n.start,r?.in),+(0,t.toDate)(n.end,r?.in)].sort((e,t)=>e-t);return r?.inclusive?i<=s&&o<=a:i<s&&o<a}})),Jb=t((e=>{e.max=r;var t=Y(),n=X();function r(e,r){let i,a=r?.in;return e.forEach(e=>{!a&&typeof e==`object`&&(a=t.constructFrom.bind(null,e));let r=(0,n.toDate)(e,a);(!i||i<r||isNaN(+r))&&(i=r)}),(0,t.constructFrom)(a,i||NaN)}})),Yb=t((e=>{e.min=r;var t=Y(),n=X();function r(e,r){let i,a=r?.in;return e.forEach(e=>{!a&&typeof e==`object`&&(a=t.constructFrom.bind(null,e));let r=(0,n.toDate)(e,a);(!i||i>r||isNaN(+r))&&(i=r)}),(0,t.constructFrom)(a,i||NaN)}})),Xb=t((e=>{e.clamp=i;var t=Z(),n=Jb(),r=Yb();function i(e,i,a){let[o,s,c]=(0,t.normalizeDates)(a?.in,e,i.start,i.end);return(0,r.min)([(0,n.max)([o,s],a),c],a)}})),Zb=t((e=>{e.closestIndexTo=n;var t=X();function n(e,n){let r=+(0,t.toDate)(e);if(isNaN(r))return NaN;let i,a;return n.forEach((e,n)=>{let o=(0,t.toDate)(e);if(isNaN(+o)){i=NaN,a=NaN;return}let s=Math.abs(r-+o);(i==null||s<a)&&(i=n,a=s)}),i}})),Qb=t((e=>{e.closestTo=i;var t=Z(),n=Zb(),r=Y();function i(e,i,a){let[o,...s]=(0,t.normalizeDates)(a?.in,e,...i),c=(0,n.closestIndexTo)(o,s);if(typeof c==`number`&&isNaN(c))return(0,r.constructFrom)(o,NaN);if(c!==void 0)return s[c]}})),$b=t((e=>{e.compareAsc=n;var t=X();function n(e,n){let r=(0,t.toDate)(e)-+(0,t.toDate)(n);return r<0?-1:r>0?1:r}})),ex=t((e=>{e.compareDesc=n;var t=X();function n(e,n){let r=(0,t.toDate)(e)-+(0,t.toDate)(n);return r>0?-1:r<0?1:r}})),tx=t((e=>{e.constructNow=n;var t=Y();function n(e){return(0,t.constructFrom)(e,Date.now())}})),nx=t((e=>{e.daysToWeeks=n;var t=J();function n(e){let n=Math.trunc(e/t.daysInWeek);return n===0?0:n}})),rx=t((e=>{e.isSameDay=r;var t=Z(),n=Lb();function r(e,r,i){let[a,o]=(0,t.normalizeDates)(i?.in,e,r);return+(0,n.startOfDay)(a)==+(0,n.startOfDay)(o)}})),ix=t((e=>{e.isDate=t;function t(e){return e instanceof Date||typeof e==`object`&&Object.prototype.toString.call(e)===`[object Date]`}})),ax=t((e=>{e.isValid=r;var t=ix(),n=X();function r(e){return!(!(0,t.isDate)(e)&&typeof e!=`number`||isNaN(+(0,n.toDate)(e)))}})),ox=t((e=>{e.differenceInBusinessDays=s;var t=Z(),n=Cb(),r=Rb(),i=rx(),a=ax(),o=Ob();function s(e,s,c){let[l,u]=(0,t.normalizeDates)(c?.in,e,s);if(!(0,a.isValid)(l)||!(0,a.isValid)(u))return NaN;let d=(0,r.differenceInCalendarDays)(l,u),f=d<0?-1:1,p=Math.trunc(d/7),m=p*5,h=(0,n.addDays)(u,p*7);for(;!(0,i.isSameDay)(l,h);)m+=(0,o.isWeekend)(h,c)?0:f,h=(0,n.addDays)(h,f);return m===0?0:m}})),sx=t((e=>{e.differenceInCalendarISOWeekYears=r;var t=Z(),n=Fb();function r(e,r,i){let[a,o]=(0,t.normalizeDates)(i?.in,e,r);return(0,n.getISOWeekYear)(a,i)-(0,n.getISOWeekYear)(o,i)}})),cx=t((e=>{e.differenceInCalendarISOWeeks=a;var t=Ib(),n=Z(),r=J(),i=Pb();function a(e,a,o){let[s,c]=(0,n.normalizeDates)(o?.in,e,a),l=(0,i.startOfISOWeek)(s),u=(0,i.startOfISOWeek)(c),d=+l-(0,t.getTimezoneOffsetInMilliseconds)(l),f=+u-(0,t.getTimezoneOffsetInMilliseconds)(u);return Math.round((d-f)/r.millisecondsInWeek)}})),lx=t((e=>{e.differenceInCalendarMonths=n;var t=Z();function n(e,n,r){let[i,a]=(0,t.normalizeDates)(r?.in,e,n),o=i.getFullYear()-a.getFullYear(),s=i.getMonth()-a.getMonth();return o*12+s}})),ux=t((e=>{e.getQuarter=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return Math.trunc(r.getMonth()/3)+1}})),dx=t((e=>{e.differenceInCalendarQuarters=r;var t=Z(),n=ux();function r(e,r,i){let[a,o]=(0,t.normalizeDates)(i?.in,e,r),s=a.getFullYear()-o.getFullYear(),c=(0,n.getQuarter)(a)-(0,n.getQuarter)(o);return s*4+c}})),fx=t((e=>{e.differenceInCalendarWeeks=a;var t=Ib(),n=Z(),r=J(),i=Nb();function a(e,a,o){let[s,c]=(0,n.normalizeDates)(o?.in,e,a),l=(0,i.startOfWeek)(s,o),u=(0,i.startOfWeek)(c,o),d=+l-(0,t.getTimezoneOffsetInMilliseconds)(l),f=+u-(0,t.getTimezoneOffsetInMilliseconds)(u);return Math.round((d-f)/r.millisecondsInWeek)}})),px=t((e=>{e.differenceInCalendarYears=n;var t=Z();function n(e,n,r){let[i,a]=(0,t.normalizeDates)(r?.in,e,n);return i.getFullYear()-a.getFullYear()}})),mx=t((e=>{e.differenceInDays=r;var t=Z(),n=Rb();function r(e,r,a){let[o,s]=(0,t.normalizeDates)(a?.in,e,r),c=i(o,s),l=Math.abs((0,n.differenceInCalendarDays)(o,s));o.setDate(o.getDate()-c*l);let u=c*(l-Number(i(o,s)===-c));return u===0?0:u}function i(e,t){let 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}})),hx=t((e=>{e.getRoundingMethod=t;function t(e){return t=>{let n=(e?Math[e]:Math.trunc)(t);return n===0?0:n}}})),gx=t((e=>{e.differenceInHours=i;var t=hx(),n=Z(),r=J();function i(e,i,a){let[o,s]=(0,n.normalizeDates)(a?.in,e,i),c=(o-+s)/r.millisecondsInHour;return(0,t.getRoundingMethod)(a?.roundingMethod)(c)}})),_x=t((e=>{e.subISOWeekYears=n;var t=Vb();function n(e,n,r){return(0,t.addISOWeekYears)(e,-n,r)}})),vx=t((e=>{e.differenceInISOWeekYears=a;var t=Z(),n=$b(),r=sx(),i=_x();function a(e,a,o){let[s,c]=(0,t.normalizeDates)(o?.in,e,a),l=(0,n.compareAsc)(s,c),u=Math.abs((0,r.differenceInCalendarISOWeekYears)(s,c,o)),d=(0,i.subISOWeekYears)(s,l*u,o),f=l*(u-Number((0,n.compareAsc)(d,c)===-l));return f===0?0:f}})),yx=t((e=>{e.differenceInMilliseconds=n;var t=X();function n(e,n){return(0,t.toDate)(e)-+(0,t.toDate)(n)}})),bx=t((e=>{e.differenceInMinutes=i;var t=hx(),n=J(),r=yx();function i(e,i,a){let o=(0,r.differenceInMilliseconds)(e,i)/n.millisecondsInMinute;return(0,t.getRoundingMethod)(a?.roundingMethod)(o)}})),xx=t((e=>{e.endOfDay=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setHours(23,59,59,999),r}})),Sx=t((e=>{e.endOfMonth=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getMonth();return r.setFullYear(r.getFullYear(),i+1,0),r.setHours(23,59,59,999),r}})),Cx=t((e=>{e.isLastDayOfMonth=i;var t=xx(),n=Sx(),r=X();function i(e,i){let a=(0,r.toDate)(e,i?.in);return+(0,t.endOfDay)(a,i)==+(0,n.endOfMonth)(a,i)}})),wx=t((e=>{e.differenceInMonths=a;var t=Z(),n=$b(),r=lx(),i=Cx();function a(e,a,o){let[s,c,l]=(0,t.normalizeDates)(o?.in,e,e,a),u=(0,n.compareAsc)(c,l),d=Math.abs((0,r.differenceInCalendarMonths)(c,l));if(d<1)return 0;c.getMonth()===1&&c.getDate()>27&&c.setDate(30),c.setMonth(c.getMonth()-u*d);let f=(0,n.compareAsc)(c,l)===-u;(0,i.isLastDayOfMonth)(s)&&d===1&&(0,n.compareAsc)(s,l)===1&&(f=!1);let p=u*(d-+f);return p===0?0:p}})),Tx=t((e=>{e.differenceInQuarters=r;var t=hx(),n=wx();function r(e,r,i){let a=(0,n.differenceInMonths)(e,r,i)/3;return(0,t.getRoundingMethod)(i?.roundingMethod)(a)}})),Ex=t((e=>{e.differenceInSeconds=r;var t=hx(),n=yx();function r(e,r,i){let a=(0,n.differenceInMilliseconds)(e,r)/1e3;return(0,t.getRoundingMethod)(i?.roundingMethod)(a)}})),Dx=t((e=>{e.differenceInWeeks=r;var t=hx(),n=mx();function r(e,r,i){let a=(0,n.differenceInDays)(e,r,i)/7;return(0,t.getRoundingMethod)(i?.roundingMethod)(a)}})),Ox=t((e=>{e.differenceInYears=i;var t=Z(),n=$b(),r=px();function i(e,i,a){let[o,s]=(0,t.normalizeDates)(a?.in,e,i),c=(0,n.compareAsc)(o,s),l=Math.abs((0,r.differenceInCalendarYears)(o,s));o.setFullYear(1584),s.setFullYear(1584);let u=c*(l-+((0,n.compareAsc)(o,s)===-c));return u===0?0:u}})),kx=t((e=>{e.normalizeInterval=n;var t=Z();function n(e,n){let[r,i]=(0,t.normalizeDates)(e,n.start,n.end);return{start:r,end:i}}})),Ax=t((e=>{e.eachDayOfInterval=r;var t=kx(),n=Y();function r(e,r){let{start:i,end:a}=(0,t.normalizeInterval)(r?.in,e),o=+i>+a,s=o?+i:+a,c=o?a:i;c.setHours(0,0,0,0);let l=r?.step??1;if(!l)return[];l<0&&(l=-l,o=!o);let u=[];for(;+c<=s;)u.push((0,n.constructFrom)(i,c)),c.setDate(c.getDate()+l),c.setHours(0,0,0,0);return o?u.reverse():u}})),jx=t((e=>{e.eachHourOfInterval=r;var t=kx(),n=Y();function r(e,r){let{start:i,end:a}=(0,t.normalizeInterval)(r?.in,e),o=+i>+a,s=o?+i:+a,c=o?a:i;c.setMinutes(0,0,0);let l=r?.step??1;if(!l)return[];l<0&&(l=-l,o=!o);let u=[];for(;+c<=s;)u.push((0,n.constructFrom)(i,c)),c.setHours(c.getHours()+l);return o?u.reverse():u}})),Mx=t((e=>{e.eachMinuteOfInterval=i;var t=kx(),n=Hb(),r=Y();function i(e,i){let{start:a,end:o}=(0,t.normalizeInterval)(i?.in,e);a.setSeconds(0,0);let s=+a>+o,c=s?+a:+o,l=s?o:a,u=i?.step??1;if(!u)return[];u<0&&(u=-u,s=!s);let d=[];for(;+l<=c;)d.push((0,r.constructFrom)(a,l)),l=(0,n.addMinutes)(l,u);return s?d.reverse():d}})),Nx=t((e=>{e.eachMonthOfInterval=r;var t=kx(),n=Y();function r(e,r){let{start:i,end:a}=(0,t.normalizeInterval)(r?.in,e),o=+i>+a,s=o?+i:+a,c=o?a:i;c.setHours(0,0,0,0),c.setDate(1);let l=r?.step??1;if(!l)return[];l<0&&(l=-l,o=!o);let u=[];for(;+c<=s;)u.push((0,n.constructFrom)(i,c)),c.setMonth(c.getMonth()+l);return o?u.reverse():u}})),Px=t((e=>{e.startOfQuarter=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getMonth(),a=i-i%3;return r.setMonth(a,1),r.setHours(0,0,0,0),r}})),Fx=t((e=>{e.eachQuarterOfInterval=a;var t=kx(),n=Ub(),r=Y(),i=Px();function a(e,a){let{start:o,end:s}=(0,t.normalizeInterval)(a?.in,e),c=+o>+s,l=c?+(0,i.startOfQuarter)(o):+(0,i.startOfQuarter)(s),u=c?(0,i.startOfQuarter)(s):(0,i.startOfQuarter)(o),d=a?.step??1;if(!d)return[];d<0&&(d=-d,c=!c);let f=[];for(;+u<=l;)f.push((0,r.constructFrom)(o,u)),u=(0,n.addQuarters)(u,d);return c?f.reverse():f}})),Ix=t((e=>{e.eachWeekOfInterval=a;var t=kx(),n=Gb(),r=Y(),i=Nb();function a(e,a){let{start:o,end:s}=(0,t.normalizeInterval)(a?.in,e),c=+o>+s,l=c?(0,i.startOfWeek)(s,a):(0,i.startOfWeek)(o,a),u=c?(0,i.startOfWeek)(o,a):(0,i.startOfWeek)(s,a);l.setHours(15),u.setHours(15);let d=+u.getTime(),f=l,p=a?.step??1;if(!p)return[];p<0&&(p=-p,c=!c);let m=[];for(;+f<=d;)f.setHours(0),m.push((0,r.constructFrom)(o,f)),f=(0,n.addWeeks)(f,p),f.setHours(15);return c?m.reverse():m}})),Lx=t((e=>{e.eachWeekendOfInterval=a;var t=kx(),n=Y(),r=Ax(),i=Ob();function a(e,a){let{start:o,end:s}=(0,t.normalizeInterval)(a?.in,e),c=(0,r.eachDayOfInterval)({start:o,end:s},a),l=[],u=0;for(;u<c.length;){let e=c[u++];(0,i.isWeekend)(e)&&l.push((0,n.constructFrom)(o,e))}return l}})),Rx=t((e=>{e.startOfMonth=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setDate(1),r.setHours(0,0,0,0),r}})),zx=t((e=>{e.eachWeekendOfMonth=i;var t=Lx(),n=Sx(),r=Rx();function i(e,i){let a=(0,r.startOfMonth)(e,i),o=(0,n.endOfMonth)(e,i);return(0,t.eachWeekendOfInterval)({start:a,end:o},i)}})),Bx=t((e=>{e.endOfYear=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getFullYear();return r.setFullYear(i+1,0,0),r.setHours(23,59,59,999),r}})),Vx=t((e=>{e.startOfYear=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setFullYear(r.getFullYear(),0,1),r.setHours(0,0,0,0),r}})),Hx=t((e=>{e.eachWeekendOfYear=i;var t=Lx(),n=Bx(),r=Vx();function i(e,i){let a=(0,r.startOfYear)(e,i),o=(0,n.endOfYear)(e,i);return(0,t.eachWeekendOfInterval)({start:a,end:o},i)}})),Ux=t((e=>{e.eachYearOfInterval=r;var t=kx(),n=Y();function r(e,r){let{start:i,end:a}=(0,t.normalizeInterval)(r?.in,e),o=+i>+a,s=o?+i:+a,c=o?a:i;c.setHours(0,0,0,0),c.setMonth(0,1);let l=r?.step??1;if(!l)return[];l<0&&(l=-l,o=!o);let u=[];for(;+c<=s;)u.push((0,n.constructFrom)(i,c)),c.setFullYear(c.getFullYear()+l);return o?u.reverse():u}})),Wx=t((e=>{e.endOfDecade=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getFullYear(),a=9+Math.floor(i/10)*10;return r.setFullYear(a,11,31),r.setHours(23,59,59,999),r}})),Gx=t((e=>{e.endOfHour=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setMinutes(59,59,999),r}})),Kx=t((e=>{e.endOfWeek=r;var t=Mb(),n=X();function r(e,r){let i=(0,t.getDefaultOptions)(),a=r?.weekStartsOn??r?.locale?.options?.weekStartsOn??i.weekStartsOn??i.locale?.options?.weekStartsOn??0,o=(0,n.toDate)(e,r?.in),s=o.getDay(),c=(s<a?-7:0)+6-(s-a);return o.setDate(o.getDate()+c),o.setHours(23,59,59,999),o}})),qx=t((e=>{e.endOfISOWeek=n;var t=Kx();function n(e,n){return(0,t.endOfWeek)(e,{...n,weekStartsOn:1})}})),Jx=t((e=>{e.endOfISOWeekYear=i;var t=Y(),n=Fb(),r=Pb();function i(e,i){let a=(0,n.getISOWeekYear)(e,i),o=(0,t.constructFrom)(i?.in||e,0);o.setFullYear(a+1,0,4),o.setHours(0,0,0,0);let s=(0,r.startOfISOWeek)(o,i);return s.setMilliseconds(s.getMilliseconds()-1),s}})),Yx=t((e=>{e.endOfMinute=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setSeconds(59,999),r}})),Xx=t((e=>{e.endOfQuarter=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getMonth(),a=i-i%3+3;return r.setMonth(a,0),r.setHours(23,59,59,999),r}})),Zx=t((e=>{e.endOfSecond=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setMilliseconds(999),r}})),Qx=t((e=>{e.endOfToday=n;var t=xx();function n(e){return(0,t.endOfDay)(Date.now(),e)}})),$x=t((e=>{e.endOfTomorrow=n;var t=tx();function n(e){let n=(0,t.constructNow)(e?.in),r=n.getFullYear(),i=n.getMonth(),a=n.getDate(),o=(0,t.constructNow)(e?.in);return o.setFullYear(r,i,a+1),o.setHours(23,59,59,999),e?.in?e.in(o):o}})),eS=t((e=>{e.endOfYesterday=r;var t=Y(),n=tx();function r(e){let r=(0,n.constructNow)(e?.in),i=(0,t.constructFrom)(e?.in,0);return i.setFullYear(r.getFullYear(),r.getMonth(),r.getDate()-1),i.setHours(23,59,59,999),i}})),tS=t((e=>{e.formatDistance=void 0;var t={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`}};e.formatDistance=(e,n,r)=>{let i,a=t[e];return i=typeof a==`string`?a:n===1?a.one:a.other.replace(`{{count}}`,n.toString()),r?.addSuffix?r.comparison&&r.comparison>0?`in `+i:i+` ago`:i}})),nS=t((e=>{e.buildFormatLongFn=t;function t(e){return(t={})=>{let n=t.width?String(t.width):e.defaultWidth;return e.formats[n]||e.formats[e.defaultWidth]}}})),rS=t((e=>{e.formatLong=void 0;var t=nS();e.formatLong={date:(0,t.buildFormatLongFn)({formats:{full:`EEEE, MMMM do, y`,long:`MMMM do, y`,medium:`MMM d, y`,short:`MM/dd/yyyy`},defaultWidth:`full`}),time:(0,t.buildFormatLongFn)({formats:{full:`h:mm:ss a zzzz`,long:`h:mm:ss a z`,medium:`h:mm:ss a`,short:`h:mm a`},defaultWidth:`full`}),dateTime:(0,t.buildFormatLongFn)({formats:{full:`{{date}} 'at' {{time}}`,long:`{{date}} 'at' {{time}}`,medium:`{{date}}, {{time}}`,short:`{{date}}, {{time}}`},defaultWidth:`full`})}})),iS=t((e=>{e.formatRelative=void 0;var t={lastWeek:`'last' eeee 'at' p`,yesterday:`'yesterday at' p`,today:`'today at' p`,tomorrow:`'tomorrow at' p`,nextWeek:`eeee 'at' p`,other:`P`};e.formatRelative=(e,n,r,i)=>t[e]})),aS=t((e=>{e.buildLocalizeFn=t;function t(e){return(t,n)=>{let r=n?.context?String(n.context):`standalone`,i;if(r===`formatting`&&e.formattingValues){let t=e.defaultFormattingWidth||e.defaultWidth,r=n?.width?String(n.width):t;i=e.formattingValues[r]||e.formattingValues[t]}else{let t=e.defaultWidth,r=n?.width?String(n.width):e.defaultWidth;i=e.values[r]||e.values[t]}let a=e.argumentCallback?e.argumentCallback(t):t;return i[a]}}})),oS=t((e=>{e.localize=void 0;var t=aS();e.localize={ordinalNumber:(e,t)=>{let n=Number(e),r=n%100;if(r>20||r<10)switch(r%10){case 1:return n+`st`;case 2:return n+`nd`;case 3:return n+`rd`}return n+`th`},era:(0,t.buildLocalizeFn)({values:{narrow:[`B`,`A`],abbreviated:[`BC`,`AD`],wide:[`Before Christ`,`Anno Domini`]},defaultWidth:`wide`}),quarter:(0,t.buildLocalizeFn)({values:{narrow:[`1`,`2`,`3`,`4`],abbreviated:[`Q1`,`Q2`,`Q3`,`Q4`],wide:[`1st quarter`,`2nd quarter`,`3rd quarter`,`4th quarter`]},defaultWidth:`wide`,argumentCallback:e=>e-1}),month:(0,t.buildLocalizeFn)({values:{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`]},defaultWidth:`wide`}),day:(0,t.buildLocalizeFn)({values:{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`]},defaultWidth:`wide`}),dayPeriod:(0,t.buildLocalizeFn)({values:{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`}},defaultWidth:`wide`,formattingValues:{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`}},defaultFormattingWidth:`wide`})}})),sS=t((e=>{e.buildMatchFn=t;function t(e){return(t,i={})=>{let a=i.width,o=a&&e.matchPatterns[a]||e.matchPatterns[e.defaultMatchWidth],s=t.match(o);if(!s)return null;let c=s[0],l=a&&e.parsePatterns[a]||e.parsePatterns[e.defaultParseWidth],u=Array.isArray(l)?r(l,e=>e.test(c)):n(l,e=>e.test(c)),d;d=e.valueCallback?e.valueCallback(u):u,d=i.valueCallback?i.valueCallback(d):d;let f=t.slice(c.length);return{value:d,rest:f}}}function n(e,t){for(let n in e)if(Object.prototype.hasOwnProperty.call(e,n)&&t(e[n]))return n}function r(e,t){for(let n=0;n<e.length;n++)if(t(e[n]))return n}})),cS=t((e=>{e.buildMatchPatternFn=t;function t(e){return(t,n={})=>{let r=t.match(e.matchPattern);if(!r)return null;let i=r[0],a=t.match(e.parsePattern);if(!a)return null;let o=e.valueCallback?e.valueCallback(a[0]):a[0];o=n.valueCallback?n.valueCallback(o):o;let s=t.slice(i.length);return{value:o,rest:s}}}})),lS=t((e=>{e.match=void 0;var t=sS();e.match={ordinalNumber:(0,cS().buildMatchPatternFn)({matchPattern:/^(\d+)(th|st|nd|rd)?/i,parsePattern:/\d+/i,valueCallback:e=>parseInt(e,10)}),era:(0,t.buildMatchFn)({matchPatterns:{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},defaultMatchWidth:`wide`,parsePatterns:{any:[/^b/i,/^(a|c)/i]},defaultParseWidth:`any`}),quarter:(0,t.buildMatchFn)({matchPatterns:{narrow:/^[1234]/i,abbreviated:/^q[1234]/i,wide:/^[1234](th|st|nd|rd)? quarter/i},defaultMatchWidth:`wide`,parsePatterns:{any:[/1/i,/2/i,/3/i,/4/i]},defaultParseWidth:`any`,valueCallback:e=>e+1}),month:(0,t.buildMatchFn)({matchPatterns:{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},defaultMatchWidth:`wide`,parsePatterns:{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]},defaultParseWidth:`any`}),day:(0,t.buildMatchFn)({matchPatterns:{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},defaultMatchWidth:`wide`,parsePatterns:{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]},defaultParseWidth:`any`}),dayPeriod:(0,t.buildMatchFn)({matchPatterns:{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},defaultMatchWidth:`any`,parsePatterns:{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}},defaultParseWidth:`any`})}})),uS=t((e=>{e.enUS=void 0;var t=tS(),n=rS(),r=iS(),i=oS(),a=lS();e.enUS={code:`en-US`,formatDistance:t.formatDistance,formatLong:n.formatLong,formatRelative:r.formatRelative,localize:i.localize,match:a.match,options:{weekStartsOn:0,firstWeekContainsDate:1}}})),dS=t((e=>{Object.defineProperty(e,`defaultLocale`,{enumerable:!0,get:function(){return t.enUS}});var t=uS()})),fS=t((e=>{e.getDayOfYear=i;var t=Rb(),n=Vx(),r=X();function i(e,i){let a=(0,r.toDate)(e,i?.in);return(0,t.differenceInCalendarDays)(a,(0,n.startOfYear)(a))+1}})),pS=t((e=>{e.getISOWeek=a;var t=J(),n=Pb(),r=zb(),i=X();function a(e,a){let o=(0,i.toDate)(e,a?.in),s=(0,n.startOfISOWeek)(o)-+(0,r.startOfISOWeekYear)(o);return Math.round(s/t.millisecondsInWeek)+1}})),mS=t((e=>{e.getWeekYear=a;var t=Mb(),n=Y(),r=Nb(),i=X();function a(e,a){let o=(0,i.toDate)(e,a?.in),s=o.getFullYear(),c=(0,t.getDefaultOptions)(),l=a?.firstWeekContainsDate??a?.locale?.options?.firstWeekContainsDate??c.firstWeekContainsDate??c.locale?.options?.firstWeekContainsDate??1,u=(0,n.constructFrom)(a?.in||e,0);u.setFullYear(s+1,0,l),u.setHours(0,0,0,0);let d=(0,r.startOfWeek)(u,a),f=(0,n.constructFrom)(a?.in||e,0);f.setFullYear(s,0,l),f.setHours(0,0,0,0);let p=(0,r.startOfWeek)(f,a);return+o>=+d?s+1:+o>=+p?s:s-1}})),hS=t((e=>{e.startOfWeekYear=a;var t=Mb(),n=Y(),r=mS(),i=Nb();function a(e,a){let o=(0,t.getDefaultOptions)(),s=a?.firstWeekContainsDate??a?.locale?.options?.firstWeekContainsDate??o.firstWeekContainsDate??o.locale?.options?.firstWeekContainsDate??1,c=(0,r.getWeekYear)(e,a),l=(0,n.constructFrom)(a?.in||e,0);return l.setFullYear(c,0,s),l.setHours(0,0,0,0),(0,i.startOfWeek)(l,a)}})),gS=t((e=>{e.getWeek=a;var t=J(),n=Nb(),r=hS(),i=X();function a(e,a){let o=(0,i.toDate)(e,a?.in),s=(0,n.startOfWeek)(o,a)-+(0,r.startOfWeekYear)(o,a);return Math.round(s/t.millisecondsInWeek)+1}})),_S=t((e=>{e.addLeadingZeros=t;function t(e,t){return(e<0?`-`:``)+Math.abs(e).toString().padStart(t,`0`)}})),vS=t((e=>{e.lightFormatters=void 0;var t=_S();e.lightFormatters={y(e,n){let r=e.getFullYear(),i=r>0?r:1-r;return(0,t.addLeadingZeros)(n===`yy`?i%100:i,n.length)},M(e,n){let r=e.getMonth();return n===`M`?String(r+1):(0,t.addLeadingZeros)(r+1,2)},d(e,n){return(0,t.addLeadingZeros)(e.getDate(),n.length)},a(e,t){let 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];default:return n===`am`?`a.m.`:`p.m.`}},h(e,n){return(0,t.addLeadingZeros)(e.getHours()%12||12,n.length)},H(e,n){return(0,t.addLeadingZeros)(e.getHours(),n.length)},m(e,n){return(0,t.addLeadingZeros)(e.getMinutes(),n.length)},s(e,n){return(0,t.addLeadingZeros)(e.getSeconds(),n.length)},S(e,n){let r=n.length,i=e.getMilliseconds(),a=Math.trunc(i*10**(r-3));return(0,t.addLeadingZeros)(a,n.length)}}})),yS=t((e=>{e.formatters=void 0;var t=fS(),n=pS(),r=Fb(),i=gS(),a=mS(),o=_S(),s=vS(),c={am:`am`,pm:`pm`,midnight:`midnight`,noon:`noon`,morning:`morning`,afternoon:`afternoon`,evening:`evening`,night:`night`};e.formatters={G:function(e,t,n){let r=+(e.getFullYear()>0);switch(t){case`G`:case`GG`:case`GGG`:return n.era(r,{width:`abbreviated`});case`GGGGG`:return n.era(r,{width:`narrow`});default:return n.era(r,{width:`wide`})}},y:function(e,t,n){if(t===`yo`){let t=e.getFullYear(),r=t>0?t:1-t;return n.ordinalNumber(r,{unit:`year`})}return s.lightFormatters.y(e,t)},Y:function(e,t,n,r){let i=(0,a.getWeekYear)(e,r),s=i>0?i:1-i;if(t===`YY`){let e=s%100;return(0,o.addLeadingZeros)(e,2)}return t===`Yo`?n.ordinalNumber(s,{unit:`year`}):(0,o.addLeadingZeros)(s,t.length)},R:function(e,t){let n=(0,r.getISOWeekYear)(e);return(0,o.addLeadingZeros)(n,t.length)},u:function(e,t){let n=e.getFullYear();return(0,o.addLeadingZeros)(n,t.length)},Q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`Q`:return String(r);case`QQ`:return(0,o.addLeadingZeros)(r,2);case`Qo`:return n.ordinalNumber(r,{unit:`quarter`});case`QQQ`:return n.quarter(r,{width:`abbreviated`,context:`formatting`});case`QQQQQ`:return n.quarter(r,{width:`narrow`,context:`formatting`});default:return n.quarter(r,{width:`wide`,context:`formatting`})}},q:function(e,t,n){let r=Math.ceil((e.getMonth()+1)/3);switch(t){case`q`:return String(r);case`qq`:return(0,o.addLeadingZeros)(r,2);case`qo`:return n.ordinalNumber(r,{unit:`quarter`});case`qqq`:return n.quarter(r,{width:`abbreviated`,context:`standalone`});case`qqqqq`:return n.quarter(r,{width:`narrow`,context:`standalone`});default:return n.quarter(r,{width:`wide`,context:`standalone`})}},M:function(e,t,n){let r=e.getMonth();switch(t){case`M`:case`MM`:return s.lightFormatters.M(e,t);case`Mo`:return n.ordinalNumber(r+1,{unit:`month`});case`MMM`:return n.month(r,{width:`abbreviated`,context:`formatting`});case`MMMMM`:return n.month(r,{width:`narrow`,context:`formatting`});default:return n.month(r,{width:`wide`,context:`formatting`})}},L:function(e,t,n){let r=e.getMonth();switch(t){case`L`:return String(r+1);case`LL`:return(0,o.addLeadingZeros)(r+1,2);case`Lo`:return n.ordinalNumber(r+1,{unit:`month`});case`LLL`:return n.month(r,{width:`abbreviated`,context:`standalone`});case`LLLLL`:return n.month(r,{width:`narrow`,context:`standalone`});default:return n.month(r,{width:`wide`,context:`standalone`})}},w:function(e,t,n,r){let a=(0,i.getWeek)(e,r);return t===`wo`?n.ordinalNumber(a,{unit:`week`}):(0,o.addLeadingZeros)(a,t.length)},I:function(e,t,r){let i=(0,n.getISOWeek)(e);return t===`Io`?r.ordinalNumber(i,{unit:`week`}):(0,o.addLeadingZeros)(i,t.length)},d:function(e,t,n){return t===`do`?n.ordinalNumber(e.getDate(),{unit:`date`}):s.lightFormatters.d(e,t)},D:function(e,n,r){let i=(0,t.getDayOfYear)(e);return n===`Do`?r.ordinalNumber(i,{unit:`dayOfYear`}):(0,o.addLeadingZeros)(i,n.length)},E:function(e,t,n){let r=e.getDay();switch(t){case`E`:case`EE`:case`EEE`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`EEEEE`:return n.day(r,{width:`narrow`,context:`formatting`});case`EEEEEE`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},e:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`e`:return String(a);case`ee`:return(0,o.addLeadingZeros)(a,2);case`eo`:return n.ordinalNumber(a,{unit:`day`});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`});default:return n.day(i,{width:`wide`,context:`formatting`})}},c:function(e,t,n,r){let i=e.getDay(),a=(i-r.weekStartsOn+8)%7||7;switch(t){case`c`:return String(a);case`cc`:return(0,o.addLeadingZeros)(a,t.length);case`co`:return n.ordinalNumber(a,{unit:`day`});case`ccc`:return n.day(i,{width:`abbreviated`,context:`standalone`});case`ccccc`:return n.day(i,{width:`narrow`,context:`standalone`});case`cccccc`:return n.day(i,{width:`short`,context:`standalone`});default:return n.day(i,{width:`wide`,context:`standalone`})}},i:function(e,t,n){let r=e.getDay(),i=r===0?7:r;switch(t){case`i`:return String(i);case`ii`:return(0,o.addLeadingZeros)(i,t.length);case`io`:return n.ordinalNumber(i,{unit:`day`});case`iii`:return n.day(r,{width:`abbreviated`,context:`formatting`});case`iiiii`:return n.day(r,{width:`narrow`,context:`formatting`});case`iiiiii`:return n.day(r,{width:`short`,context:`formatting`});default:return n.day(r,{width:`wide`,context:`formatting`})}},a:function(e,t,n){let r=e.getHours()/12>=1?`pm`:`am`;switch(t){case`a`:case`aa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`});case`aaa`:return n.dayPeriod(r,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`aaaaa`:return n.dayPeriod(r,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(r,{width:`wide`,context:`formatting`})}},b:function(e,t,n){let r=e.getHours(),i;switch(i=r===12?c.noon:r===0?c.midnight:r/12>=1?`pm`:`am`,t){case`b`:case`bb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`bbb`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`}).toLowerCase();case`bbbbb`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},B:function(e,t,n){let r=e.getHours(),i;switch(i=r>=17?c.evening:r>=12?c.afternoon:r>=4?c.morning:c.night,t){case`B`:case`BB`:case`BBB`:return n.dayPeriod(i,{width:`abbreviated`,context:`formatting`});case`BBBBB`:return n.dayPeriod(i,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(i,{width:`wide`,context:`formatting`})}},h:function(e,t,n){if(t===`ho`){let t=e.getHours()%12;return t===0&&(t=12),n.ordinalNumber(t,{unit:`hour`})}return s.lightFormatters.h(e,t)},H:function(e,t,n){return t===`Ho`?n.ordinalNumber(e.getHours(),{unit:`hour`}):s.lightFormatters.H(e,t)},K:function(e,t,n){let r=e.getHours()%12;return t===`Ko`?n.ordinalNumber(r,{unit:`hour`}):(0,o.addLeadingZeros)(r,t.length)},k:function(e,t,n){let r=e.getHours();return r===0&&(r=24),t===`ko`?n.ordinalNumber(r,{unit:`hour`}):(0,o.addLeadingZeros)(r,t.length)},m:function(e,t,n){return t===`mo`?n.ordinalNumber(e.getMinutes(),{unit:`minute`}):s.lightFormatters.m(e,t)},s:function(e,t,n){return t===`so`?n.ordinalNumber(e.getSeconds(),{unit:`second`}):s.lightFormatters.s(e,t)},S:function(e,t){return s.lightFormatters.S(e,t)},X:function(e,t,n){let r=e.getTimezoneOffset();if(r===0)return`Z`;switch(t){case`X`:return u(r);case`XXXX`:case`XX`:return d(r);default:return d(r,`:`)}},x:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`x`:return u(r);case`xxxx`:case`xx`:return d(r);default:return d(r,`:`)}},O:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`O`:case`OO`:case`OOO`:return`GMT`+l(r,`:`);default:return`GMT`+d(r,`:`)}},z:function(e,t,n){let r=e.getTimezoneOffset();switch(t){case`z`:case`zz`:case`zzz`:return`GMT`+l(r,`:`);default:return`GMT`+d(r,`:`)}},t:function(e,t,n){let r=Math.trunc(e/1e3);return(0,o.addLeadingZeros)(r,t.length)},T:function(e,t,n){return(0,o.addLeadingZeros)(+e,t.length)}};function l(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=Math.trunc(r/60),a=r%60;return a===0?n+String(i):n+String(i)+t+(0,o.addLeadingZeros)(a,2)}function u(e,t){return e%60==0?(e>0?`-`:`+`)+(0,o.addLeadingZeros)(Math.abs(e)/60,2):d(e,t)}function d(e,t=``){let n=e>0?`-`:`+`,r=Math.abs(e),i=(0,o.addLeadingZeros)(Math.trunc(r/60),2),a=(0,o.addLeadingZeros)(r%60,2);return n+i+t+a}})),bS=t((e=>{e.longFormatters=void 0;var t=(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`});default:return t.date({width:`full`})}},n=(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`});default:return t.time({width:`full`})}};e.longFormatters={p:n,P:(e,r)=>{let i=e.match(/(P+)(p+)?/)||[],a=i[1],o=i[2];if(!o)return t(e,r);let s;switch(a){case`P`:s=r.dateTime({width:`short`});break;case`PP`:s=r.dateTime({width:`medium`});break;case`PPP`:s=r.dateTime({width:`long`});break;default:s=r.dateTime({width:`full`});break}return s.replace(`{{date}}`,t(a,r)).replace(`{{time}}`,n(o,r))}}})),xS=t((e=>{e.isProtectedDayOfYearToken=i,e.isProtectedWeekYearToken=a,e.warnOrThrowProtectedError=o;var t=/^D+$/,n=/^Y+$/,r=[`D`,`DD`,`YY`,`YYYY`];function i(e){return t.test(e)}function a(e){return n.test(e)}function o(e,t,n){let i=s(e,t,n);if(console.warn(i),r.includes(e))throw RangeError(i)}function s(e,t,n){let r=e[0]===`Y`?`years`:`days of the month`;return`Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${t}\`) for formatting ${r} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`}})),SS=t((e=>{e.format=e.formatDate=p,Object.defineProperty(e,`formatters`,{enumerable:!0,get:function(){return r.formatters}}),Object.defineProperty(e,`longFormatters`,{enumerable:!0,get:function(){return i.longFormatters}});var t=dS(),n=Mb(),r=yS(),i=bS(),a=xS(),o=ax(),s=X(),c=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,l=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,u=/^'([^]*?)'?$/,d=/''/g,f=/[a-zA-Z]/;function p(e,u,d){let p=(0,n.getDefaultOptions)(),h=d?.locale??p.locale??t.defaultLocale,g=d?.firstWeekContainsDate??d?.locale?.options?.firstWeekContainsDate??p.firstWeekContainsDate??p.locale?.options?.firstWeekContainsDate??1,_=d?.weekStartsOn??d?.locale?.options?.weekStartsOn??p.weekStartsOn??p.locale?.options?.weekStartsOn??0,v=(0,s.toDate)(e,d?.in);if(!(0,o.isValid)(v))throw RangeError(`Invalid time value`);let y=u.match(l).map(e=>{let t=e[0];if(t===`p`||t===`P`){let n=i.longFormatters[t];return n(e,h.formatLong)}return e}).join(``).match(c).map(e=>{if(e===`''`)return{isToken:!1,value:`'`};let t=e[0];if(t===`'`)return{isToken:!1,value:m(e)};if(r.formatters[t])return{isToken:!0,value:e};if(t.match(f))throw RangeError("Format string contains an unescaped latin alphabet character `"+t+"`");return{isToken:!1,value:e}});h.localize.preprocessor&&(y=h.localize.preprocessor(v,y));let b={firstWeekContainsDate:g,weekStartsOn:_,locale:h};return y.map(t=>{if(!t.isToken)return t.value;let n=t.value;(!d?.useAdditionalWeekYearTokens&&(0,a.isProtectedWeekYearToken)(n)||!d?.useAdditionalDayOfYearTokens&&(0,a.isProtectedDayOfYearToken)(n))&&(0,a.warnOrThrowProtectedError)(n,u,String(e));let i=r.formatters[n[0]];return i(v,n,h.localize,b)}).join(``)}function m(e){let t=e.match(u);return t?t[1].replace(d,`'`):e}})),CS=t((e=>{e.formatDistance=l;var t=dS(),n=Mb(),r=Ib(),i=Z(),a=$b(),o=J(),s=wx(),c=Ex();function l(e,l,u){let d=(0,n.getDefaultOptions)(),f=u?.locale??d.locale??t.defaultLocale,p=(0,a.compareAsc)(e,l);if(isNaN(p))throw RangeError(`Invalid time value`);let m=Object.assign({},u,{addSuffix:u?.addSuffix,comparison:p}),[h,g]=(0,i.normalizeDates)(u?.in,...p>0?[l,e]:[e,l]),_=(0,c.differenceInSeconds)(g,h),v=((0,r.getTimezoneOffsetInMilliseconds)(g)-(0,r.getTimezoneOffsetInMilliseconds)(h))/1e3,y=Math.round((_-v)/60),b;if(y<2)return u?.includeSeconds?_<5?f.formatDistance(`lessThanXSeconds`,5,m):_<10?f.formatDistance(`lessThanXSeconds`,10,m):_<20?f.formatDistance(`lessThanXSeconds`,20,m):_<40?f.formatDistance(`halfAMinute`,0,m):_<60?f.formatDistance(`lessThanXMinutes`,1,m):f.formatDistance(`xMinutes`,1,m):y===0?f.formatDistance(`lessThanXMinutes`,1,m):f.formatDistance(`xMinutes`,y,m);if(y<45)return f.formatDistance(`xMinutes`,y,m);if(y<90)return f.formatDistance(`aboutXHours`,1,m);if(y<o.minutesInDay){let e=Math.round(y/60);return f.formatDistance(`aboutXHours`,e,m)}else if(y<2520)return f.formatDistance(`xDays`,1,m);else if(y<o.minutesInMonth){let e=Math.round(y/o.minutesInDay);return f.formatDistance(`xDays`,e,m)}else if(y<o.minutesInMonth*2)return b=Math.round(y/o.minutesInMonth),f.formatDistance(`aboutXMonths`,b,m);if(b=(0,s.differenceInMonths)(g,h),b<12){let e=Math.round(y/o.minutesInMonth);return f.formatDistance(`xMonths`,e,m)}else{let e=b%12,t=Math.trunc(b/12);return e<3?f.formatDistance(`aboutXYears`,t,m):e<9?f.formatDistance(`overXYears`,t,m):f.formatDistance(`almostXYears`,t+1,m)}}})),wS=t((e=>{e.formatDistanceStrict=c;var t=dS(),n=Mb(),r=hx(),i=Ib(),a=Z(),o=$b(),s=J();function c(e,c,l){let u=(0,n.getDefaultOptions)(),d=l?.locale??u.locale??t.defaultLocale,f=(0,o.compareAsc)(e,c);if(isNaN(f))throw RangeError(`Invalid time value`);let p=Object.assign({},l,{addSuffix:l?.addSuffix,comparison:f}),[m,h]=(0,a.normalizeDates)(l?.in,...f>0?[c,e]:[e,c]),g=(0,r.getRoundingMethod)(l?.roundingMethod??`round`),_=h.getTime()-m.getTime(),v=_/s.millisecondsInMinute,y=(_-((0,i.getTimezoneOffsetInMilliseconds)(h)-(0,i.getTimezoneOffsetInMilliseconds)(m)))/s.millisecondsInMinute,b=l?.unit,x;if(x=b||(v<1?`second`:v<60?`minute`:v<s.minutesInDay?`hour`:y<s.minutesInMonth?`day`:y<s.minutesInYear?`month`:`year`),x===`second`){let e=g(_/1e3);return d.formatDistance(`xSeconds`,e,p)}else if(x===`minute`){let e=g(v);return d.formatDistance(`xMinutes`,e,p)}else if(x===`hour`){let e=g(v/60);return d.formatDistance(`xHours`,e,p)}else if(x===`day`){let e=g(y/s.minutesInDay);return d.formatDistance(`xDays`,e,p)}else if(x===`month`){let e=g(y/s.minutesInMonth);return e===12&&b!==`month`?d.formatDistance(`xYears`,1,p):d.formatDistance(`xMonths`,e,p)}else{let e=g(y/s.minutesInYear);return d.formatDistance(`xYears`,e,p)}}})),TS=t((e=>{e.formatDistanceToNow=r;var t=tx(),n=CS();function r(e,r){return(0,n.formatDistance)(e,(0,t.constructNow)(e),r)}})),ES=t((e=>{e.formatDistanceToNowStrict=r;var t=tx(),n=wS();function r(e,r){return(0,n.formatDistanceStrict)(e,(0,t.constructNow)(e),r)}})),DS=t((e=>{e.formatDuration=i;var t=dS(),n=Mb(),r=[`years`,`months`,`weeks`,`days`,`hours`,`minutes`,`seconds`];function i(e,i){let a=(0,n.getDefaultOptions)(),o=i?.locale??a.locale??t.defaultLocale,s=i?.format??r,c=i?.zero??!1,l=i?.delimiter??` `;return o.formatDistance?s.reduce((t,n)=>{let r=`x${n.replace(/(^.)/,e=>e.toUpperCase())}`,i=e[n];return i!==void 0&&(c||e[n])?t.concat(o.formatDistance(r,i)):t},[]).join(l):``}})),OS=t((e=>{e.formatISO=r;var t=_S(),n=X();function r(e,r){let i=(0,n.toDate)(e,r?.in);if(isNaN(+i))throw RangeError(`Invalid time value`);let a=r?.format??`extended`,o=r?.representation??`complete`,s=``,c=``,l=a===`extended`?`-`:``,u=a===`extended`?`:`:``;if(o!==`time`){let e=(0,t.addLeadingZeros)(i.getDate(),2),n=(0,t.addLeadingZeros)(i.getMonth()+1,2);s=`${(0,t.addLeadingZeros)(i.getFullYear(),4)}${l}${n}${l}${e}`}if(o!==`date`){let e=i.getTimezoneOffset();if(e!==0){let n=Math.abs(e),r=(0,t.addLeadingZeros)(Math.trunc(n/60),2),i=(0,t.addLeadingZeros)(n%60,2);c=`${e<0?`+`:`-`}${r}:${i}`}else c=`Z`;let n=(0,t.addLeadingZeros)(i.getHours(),2),r=(0,t.addLeadingZeros)(i.getMinutes(),2),a=(0,t.addLeadingZeros)(i.getSeconds(),2),o=s===``?``:`T`,l=[n,r,a].join(u);s=`${s}${o}${l}${c}`}return s}})),kS=t((e=>{e.formatISO9075=i;var t=_S(),n=ax(),r=X();function i(e,i){let a=(0,r.toDate)(e,i?.in);if(!(0,n.isValid)(a))throw RangeError(`Invalid time value`);let o=i?.format??`extended`,s=i?.representation??`complete`,c=``,l=o===`extended`?`-`:``,u=o===`extended`?`:`:``;if(s!==`time`){let e=(0,t.addLeadingZeros)(a.getDate(),2),n=(0,t.addLeadingZeros)(a.getMonth()+1,2);c=`${(0,t.addLeadingZeros)(a.getFullYear(),4)}${l}${n}${l}${e}`}if(s!==`date`){let e=(0,t.addLeadingZeros)(a.getHours(),2),n=(0,t.addLeadingZeros)(a.getMinutes(),2),r=(0,t.addLeadingZeros)(a.getSeconds(),2);c=`${c}${c===``?``:` `}${e}${u}${n}${u}${r}`}return c}})),AS=t((e=>{e.formatISODuration=t;function t(e){let{years:t=0,months:n=0,days:r=0,hours:i=0,minutes:a=0,seconds:o=0}=e;return`P${t}Y${n}M${r}DT${i}H${a}M${o}S`}})),jS=t((e=>{e.formatRFC3339=i;var t=_S(),n=ax(),r=X();function i(e,i){let a=(0,r.toDate)(e,i?.in);if(!(0,n.isValid)(a))throw RangeError(`Invalid time value`);let o=i?.fractionDigits??0,s=(0,t.addLeadingZeros)(a.getDate(),2),c=(0,t.addLeadingZeros)(a.getMonth()+1,2),l=a.getFullYear(),u=(0,t.addLeadingZeros)(a.getHours(),2),d=(0,t.addLeadingZeros)(a.getMinutes(),2),f=(0,t.addLeadingZeros)(a.getSeconds(),2),p=``;if(o>0){let e=a.getMilliseconds(),n=Math.trunc(e*10**(o-3));p=`.`+(0,t.addLeadingZeros)(n,o)}let m=``,h=a.getTimezoneOffset();if(h!==0){let e=Math.abs(h),n=(0,t.addLeadingZeros)(Math.trunc(e/60),2),r=(0,t.addLeadingZeros)(e%60,2);m=`${h<0?`+`:`-`}${n}:${r}`}else m=`Z`;return`${l}-${c}-${s}T${u}:${d}:${f}${p}${m}`}})),MS=t((e=>{e.formatRFC7231=o;var t=_S(),n=ax(),r=X(),i=[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`],a=[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`];function o(e){let o=(0,r.toDate)(e);if(!(0,n.isValid)(o))throw RangeError(`Invalid time value`);return`${i[o.getUTCDay()]}, ${(0,t.addLeadingZeros)(o.getUTCDate(),2)} ${a[o.getUTCMonth()]} ${o.getUTCFullYear()} ${(0,t.addLeadingZeros)(o.getUTCHours(),2)}:${(0,t.addLeadingZeros)(o.getUTCMinutes(),2)}:${(0,t.addLeadingZeros)(o.getUTCSeconds(),2)} GMT`}})),NS=t((e=>{e.formatRelative=o;var t=dS(),n=Mb(),r=Z(),i=Rb(),a=SS();function o(e,o,s){let[c,l]=(0,r.normalizeDates)(s?.in,e,o),u=(0,n.getDefaultOptions)(),d=s?.locale??u.locale??t.defaultLocale,f=s?.weekStartsOn??s?.locale?.options?.weekStartsOn??u.weekStartsOn??u.locale?.options?.weekStartsOn??0,p=(0,i.differenceInCalendarDays)(c,l);if(isNaN(p))throw RangeError(`Invalid time value`);let m;m=p<-6?`other`:p<-1?`lastWeek`:p<0?`yesterday`:p<1?`today`:p<2?`tomorrow`:p<7?`nextWeek`:`other`;let h=d.formatRelative(m,c,l,{locale:d,weekStartsOn:f});return(0,a.format)(c,h,{locale:d,weekStartsOn:f})}})),PS=t((e=>{e.fromUnixTime=n;var t=X();function n(e,n){return(0,t.toDate)(e*1e3,n?.in)}})),FS=t((e=>{e.getDate=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDate()}})),IS=t((e=>{e.getDay=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDay()}})),LS=t((e=>{e.getDaysInMonth=r;var t=Y(),n=X();function r(e,r){let i=(0,n.toDate)(e,r?.in),a=i.getFullYear(),o=i.getMonth(),s=(0,t.constructFrom)(i,0);return s.setFullYear(a,o+1,0),s.setHours(0,0,0,0),s.getDate()}})),RS=t((e=>{e.isLeapYear=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in).getFullYear();return r%400==0||r%4==0&&r%100!=0}})),zS=t((e=>{e.getDaysInYear=r;var t=RS(),n=X();function r(e,r){let i=(0,n.toDate)(e,r?.in);return Number.isNaN(+i)?NaN:(0,t.isLeapYear)(i)?366:365}})),BS=t((e=>{e.getDecade=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in).getFullYear();return Math.floor(r/10)*10}})),VS=t((e=>{e.getDefaultOptions=n;var t=Mb();function n(){return Object.assign({},(0,t.getDefaultOptions)())}})),HS=t((e=>{e.getHours=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getHours()}})),US=t((e=>{e.getISODay=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in).getDay();return r===0?7:r}})),WS=t((e=>{e.getISOWeeksInYear=i;var t=Gb(),n=J(),r=zb();function i(e,i){let a=(0,r.startOfISOWeekYear)(e,i),o=(0,r.startOfISOWeekYear)((0,t.addWeeks)(a,60))-+a;return Math.round(o/n.millisecondsInWeek)}})),GS=t((e=>{e.getMilliseconds=n;var t=X();function n(e){return(0,t.toDate)(e).getMilliseconds()}})),KS=t((e=>{e.getMinutes=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getMinutes()}})),qS=t((e=>{e.getMonth=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getMonth()}})),JS=t((e=>{e.getOverlappingDaysInIntervals=i;var t=Ib(),n=J(),r=X();function i(e,i){let[a,o]=[+(0,r.toDate)(e.start),+(0,r.toDate)(e.end)].sort((e,t)=>e-t),[s,c]=[+(0,r.toDate)(i.start),+(0,r.toDate)(i.end)].sort((e,t)=>e-t);if(!(a<c&&s<o))return 0;let l=s<a?a:s,u=l-(0,t.getTimezoneOffsetInMilliseconds)(l),d=c>o?o:c,f=d-(0,t.getTimezoneOffsetInMilliseconds)(d);return Math.ceil((f-u)/n.millisecondsInDay)}})),YS=t((e=>{e.getSeconds=n;var t=X();function n(e){return(0,t.toDate)(e).getSeconds()}})),XS=t((e=>{e.getTime=n;var t=X();function n(e){return+(0,t.toDate)(e)}})),ZS=t((e=>{e.getUnixTime=n;var t=X();function n(e){return Math.trunc((0,t.toDate)(e)/1e3)}})),QS=t((e=>{e.getWeekOfMonth=o;var t=Mb(),n=FS(),r=IS(),i=Rx(),a=X();function o(e,o){let s=(0,t.getDefaultOptions)(),c=o?.weekStartsOn??o?.locale?.options?.weekStartsOn??s.weekStartsOn??s.locale?.options?.weekStartsOn??0,l=(0,n.getDate)((0,a.toDate)(e,o?.in));if(isNaN(l))return NaN;let u=c-(0,r.getDay)((0,i.startOfMonth)(e,o));u<=0&&(u+=7);let d=l-u;return Math.ceil(d/7)+1}})),$S=t((e=>{e.lastDayOfMonth=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getMonth();return r.setFullYear(r.getFullYear(),i+1,0),r.setHours(0,0,0,0),(0,t.toDate)(r,n?.in)}})),eC=t((e=>{e.getWeeksInMonth=a;var t=fx(),n=$S(),r=Rx(),i=X();function a(e,a){let o=(0,i.toDate)(e,a?.in);return(0,t.differenceInCalendarWeeks)((0,n.lastDayOfMonth)(o,a),(0,r.startOfMonth)(o,a),a)+1}})),tC=t((e=>{e.getYear=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getFullYear()}})),nC=t((e=>{e.hoursToMilliseconds=n;var t=J();function n(e){return Math.trunc(e*t.millisecondsInHour)}})),rC=t((e=>{e.hoursToMinutes=n;var t=J();function n(e){return Math.trunc(e*t.minutesInHour)}})),iC=t((e=>{e.hoursToSeconds=n;var t=J();function n(e){return Math.trunc(e*t.secondsInHour)}})),aC=t((e=>{e.interval=n;var t=Z();function n(e,n,r){let[i,a]=(0,t.normalizeDates)(r?.in,e,n);if(isNaN(+i))throw TypeError(`Start date is invalid`);if(isNaN(+a))throw TypeError(`End date is invalid`);if(r?.assertPositive&&+i>+a)throw TypeError(`End date must be after start date`);return{start:i,end:a}}})),oC=t((e=>{e.intervalToDuration=l;var t=kx(),n=Tb(),r=mx(),i=gx(),a=bx(),o=wx(),s=Ex(),c=Ox();function l(e,l){let{start:u,end:d}=(0,t.normalizeInterval)(l?.in,e),f={},p=(0,c.differenceInYears)(d,u);p&&(f.years=p);let m=(0,n.add)(u,{years:f.years}),h=(0,o.differenceInMonths)(d,m);h&&(f.months=h);let g=(0,n.add)(m,{months:f.months}),_=(0,r.differenceInDays)(d,g);_&&(f.days=_);let v=(0,n.add)(g,{days:f.days}),y=(0,i.differenceInHours)(d,v);y&&(f.hours=y);let b=(0,n.add)(v,{hours:f.hours}),x=(0,a.differenceInMinutes)(d,b);x&&(f.minutes=x);let S=(0,n.add)(b,{minutes:f.minutes}),C=(0,s.differenceInSeconds)(d,S);return C&&(f.seconds=C),f}})),sC=t((e=>{e.intlFormat=n;var t=X();function n(e,n,i){let a;return r(n)?a=n:i=n,new Intl.DateTimeFormat(i?.locale,a).format((0,t.toDate)(e))}function r(e){return e!==void 0&&!(`locale`in e)}})),cC=t((e=>{e.intlFormatDistance=d;var t=Z(),n=J(),r=Rb(),i=lx(),a=dx(),o=fx(),s=px(),c=gx(),l=bx(),u=Ex();function d(e,d,f){let p=0,m,[h,g]=(0,t.normalizeDates)(f?.in,e,d);if(f?.unit)m=f?.unit,m===`second`?p=(0,u.differenceInSeconds)(h,g):m===`minute`?p=(0,l.differenceInMinutes)(h,g):m===`hour`?p=(0,c.differenceInHours)(h,g):m===`day`?p=(0,r.differenceInCalendarDays)(h,g):m===`week`?p=(0,o.differenceInCalendarWeeks)(h,g):m===`month`?p=(0,i.differenceInCalendarMonths)(h,g):m===`quarter`?p=(0,a.differenceInCalendarQuarters)(h,g):m===`year`&&(p=(0,s.differenceInCalendarYears)(h,g));else{let e=(0,u.differenceInSeconds)(h,g);Math.abs(e)<n.secondsInMinute?(p=(0,u.differenceInSeconds)(h,g),m=`second`):Math.abs(e)<n.secondsInHour?(p=(0,l.differenceInMinutes)(h,g),m=`minute`):Math.abs(e)<n.secondsInDay&&Math.abs((0,r.differenceInCalendarDays)(h,g))<1?(p=(0,c.differenceInHours)(h,g),m=`hour`):Math.abs(e)<n.secondsInWeek&&(p=(0,r.differenceInCalendarDays)(h,g))&&Math.abs(p)<7?m=`day`:Math.abs(e)<n.secondsInMonth?(p=(0,o.differenceInCalendarWeeks)(h,g),m=`week`):Math.abs(e)<n.secondsInQuarter?(p=(0,i.differenceInCalendarMonths)(h,g),m=`month`):Math.abs(e)<n.secondsInYear&&(0,a.differenceInCalendarQuarters)(h,g)<4?(p=(0,a.differenceInCalendarQuarters)(h,g),m=`quarter`):(p=(0,s.differenceInCalendarYears)(h,g),m=`year`)}return new Intl.RelativeTimeFormat(f?.locale,{numeric:`auto`,...f}).format(p,m)}})),lC=t((e=>{e.isAfter=n;var t=X();function n(e,n){return+(0,t.toDate)(e)>+(0,t.toDate)(n)}})),uC=t((e=>{e.isBefore=n;var t=X();function n(e,n){return+(0,t.toDate)(e)<+(0,t.toDate)(n)}})),dC=t((e=>{e.isEqual=n;var t=X();function n(e,n){return+(0,t.toDate)(e)==+(0,t.toDate)(n)}})),fC=t((e=>{e.isExists=t;function t(e,t,n){let r=new Date(e,t,n);return r.getFullYear()===e&&r.getMonth()===t&&r.getDate()===n}})),pC=t((e=>{e.isFirstDayOfMonth=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDate()===1}})),mC=t((e=>{e.isFriday=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDay()===5}})),hC=t((e=>{e.isFuture=n;var t=X();function n(e){return+(0,t.toDate)(e)>Date.now()}})),gC=t((e=>{e.transpose=n;var t=Y();function n(e,n){let i=r(n)?new n(0):(0,t.constructFrom)(n,0);return i.setFullYear(e.getFullYear(),e.getMonth(),e.getDate()),i.setHours(e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()),i}function r(e){return typeof e==`function`&&e.prototype?.constructor===e}})),_C=t((e=>{e.ValueSetter=e.Setter=e.DateTimezoneSetter=void 0;var t=Y(),n=gC(),r=10,i=class{subPriority=0;validate(e,t){return!0}};e.Setter=i,e.ValueSetter=class extends i{constructor(e,t,n,r,i){super(),this.value=e,this.validateValue=t,this.setValue=n,this.priority=r,i&&(this.subPriority=i)}validate(e,t){return this.validateValue(e,this.value,t)}set(e,t,n){return this.setValue(e,t,this.value,n)}},e.DateTimezoneSetter=class extends i{priority=r;subPriority=-1;constructor(e,n){super(),this.context=e||(e=>(0,t.constructFrom)(n,e))}set(e,r){return r.timestampIsSet?e:(0,t.constructFrom)(e,(0,n.transpose)(e,this.context))}}})),Q=t((e=>{e.Parser=void 0;var t=_C();e.Parser=class{run(e,n,r,i){let a=this.parse(e,n,r,i);return a?{setter:new t.ValueSetter(a.value,this.validate,this.set,this.priority,this.subPriority),rest:a.rest}:null}validate(e,t,n){return!0}}})),vC=t((e=>{e.EraParser=void 0;var t=Q();e.EraParser=class extends t.Parser{priority=140;parse(e,t,n){switch(t){case`G`:case`GG`:case`GGG`:return n.era(e,{width:`abbreviated`})||n.era(e,{width:`narrow`});case`GGGGG`:return n.era(e,{width:`narrow`});default:return n.era(e,{width:`wide`})||n.era(e,{width:`abbreviated`})||n.era(e,{width:`narrow`})}}set(e,t,n){return t.era=n,e.setFullYear(n,0,1),e.setHours(0,0,0,0),e}incompatibleTokens=[`R`,`u`,`t`,`T`]}})),yC=t((e=>{e.timezonePatterns=e.numericPatterns=void 0,e.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}/},e.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/}})),$=t((e=>{e.dayPeriodEnumToHours=l,e.isLeapYearIndex=d,e.mapValue=r,e.normalizeTwoDigitYear=u,e.parseAnyDigitsSigned=o,e.parseNDigits=s,e.parseNDigitsSigned=c,e.parseNumericPattern=i,e.parseTimezonePattern=a;var t=J(),n=yC();function r(e,t){return e&&{value:t(e.value),rest:e.rest}}function i(e,t){let n=t.match(e);return n?{value:parseInt(n[0],10),rest:t.slice(n[0].length)}:null}function a(e,n){let r=n.match(e);if(!r)return null;if(r[0]===`Z`)return{value:0,rest:n.slice(1)};let i=r[1]===`+`?1:-1,a=r[2]?parseInt(r[2],10):0,o=r[3]?parseInt(r[3],10):0,s=r[5]?parseInt(r[5],10):0;return{value:i*(a*t.millisecondsInHour+o*t.millisecondsInMinute+s*t.millisecondsInSecond),rest:n.slice(r[0].length)}}function o(e){return i(n.numericPatterns.anyDigitsSigned,e)}function s(e,t){switch(e){case 1:return i(n.numericPatterns.singleDigit,t);case 2:return i(n.numericPatterns.twoDigits,t);case 3:return i(n.numericPatterns.threeDigits,t);case 4:return i(n.numericPatterns.fourDigits,t);default:return i(RegExp(`^\\d{1,`+e+`}`),t)}}function c(e,t){switch(e){case 1:return i(n.numericPatterns.singleDigitSigned,t);case 2:return i(n.numericPatterns.twoDigitsSigned,t);case 3:return i(n.numericPatterns.threeDigitsSigned,t);case 4:return i(n.numericPatterns.fourDigitsSigned,t);default:return i(RegExp(`^-?\\d{1,`+e+`}`),t)}}function l(e){switch(e){case`morning`:return 4;case`evening`:return 17;case`pm`:case`noon`:case`afternoon`:return 12;default:return 0}}function u(e,t){let n=t>0,r=n?t:1-t,i;if(r<=50)i=e||100;else{let t=r+50,n=Math.trunc(t/100)*100,a=e>=t%100;i=e+n-(a?100:0)}return n?i:1-i}function d(e){return e%400==0||e%4==0&&e%100!=0}})),bC=t((e=>{e.YearParser=void 0;var t=Q(),n=$();e.YearParser=class extends t.Parser{priority=130;incompatibleTokens=[`Y`,`R`,`u`,`w`,`I`,`i`,`e`,`c`,`t`,`T`];parse(e,t,r){let i=e=>({year:e,isTwoDigitYear:t===`yy`});switch(t){case`y`:return(0,n.mapValue)((0,n.parseNDigits)(4,e),i);case`yo`:return(0,n.mapValue)(r.ordinalNumber(e,{unit:`year`}),i);default:return(0,n.mapValue)((0,n.parseNDigits)(t.length,e),i)}}validate(e,t){return t.isTwoDigitYear||t.year>0}set(e,t,r){let i=e.getFullYear();if(r.isTwoDigitYear){let t=(0,n.normalizeTwoDigitYear)(r.year,i);return e.setFullYear(t,0,1),e.setHours(0,0,0,0),e}let a=!(`era`in t)||t.era===1?r.year:1-r.year;return e.setFullYear(a,0,1),e.setHours(0,0,0,0),e}}})),xC=t((e=>{e.LocalWeekYearParser=void 0;var t=mS(),n=Nb(),r=Q(),i=$();e.LocalWeekYearParser=class extends r.Parser{priority=130;parse(e,t,n){let r=e=>({year:e,isTwoDigitYear:t===`YY`});switch(t){case`Y`:return(0,i.mapValue)((0,i.parseNDigits)(4,e),r);case`Yo`:return(0,i.mapValue)(n.ordinalNumber(e,{unit:`year`}),r);default:return(0,i.mapValue)((0,i.parseNDigits)(t.length,e),r)}}validate(e,t){return t.isTwoDigitYear||t.year>0}set(e,r,a,o){let s=(0,t.getWeekYear)(e,o);if(a.isTwoDigitYear){let t=(0,i.normalizeTwoDigitYear)(a.year,s);return e.setFullYear(t,0,o.firstWeekContainsDate),e.setHours(0,0,0,0),(0,n.startOfWeek)(e,o)}let c=!(`era`in r)||r.era===1?a.year:1-a.year;return e.setFullYear(c,0,o.firstWeekContainsDate),e.setHours(0,0,0,0),(0,n.startOfWeek)(e,o)}incompatibleTokens=[`y`,`R`,`u`,`Q`,`q`,`M`,`L`,`I`,`d`,`D`,`i`,`t`,`T`]}})),SC=t((e=>{e.ISOWeekYearParser=void 0;var t=Pb(),n=Y(),r=Q(),i=$();e.ISOWeekYearParser=class extends r.Parser{priority=130;parse(e,t){return t===`R`?(0,i.parseNDigitsSigned)(4,e):(0,i.parseNDigitsSigned)(t.length,e)}set(e,r,i){let a=(0,n.constructFrom)(e,0);return a.setFullYear(i,0,4),a.setHours(0,0,0,0),(0,t.startOfISOWeek)(a)}incompatibleTokens=[`G`,`y`,`Y`,`u`,`Q`,`q`,`M`,`L`,`w`,`d`,`D`,`e`,`c`,`t`,`T`]}})),CC=t((e=>{e.ExtendedYearParser=void 0;var t=Q(),n=$();e.ExtendedYearParser=class extends t.Parser{priority=130;parse(e,t){return t===`u`?(0,n.parseNDigitsSigned)(4,e):(0,n.parseNDigitsSigned)(t.length,e)}set(e,t,n){return e.setFullYear(n,0,1),e.setHours(0,0,0,0),e}incompatibleTokens=[`G`,`y`,`Y`,`R`,`w`,`I`,`i`,`e`,`c`,`t`,`T`]}})),wC=t((e=>{e.QuarterParser=void 0;var t=Q(),n=$();e.QuarterParser=class extends t.Parser{priority=120;parse(e,t,r){switch(t){case`Q`:case`QQ`:return(0,n.parseNDigits)(t.length,e);case`Qo`:return r.ordinalNumber(e,{unit:`quarter`});case`QQQ`:return r.quarter(e,{width:`abbreviated`,context:`formatting`})||r.quarter(e,{width:`narrow`,context:`formatting`});case`QQQQQ`:return r.quarter(e,{width:`narrow`,context:`formatting`});default:return r.quarter(e,{width:`wide`,context:`formatting`})||r.quarter(e,{width:`abbreviated`,context:`formatting`})||r.quarter(e,{width:`narrow`,context:`formatting`})}}validate(e,t){return t>=1&&t<=4}set(e,t,n){return e.setMonth((n-1)*3,1),e.setHours(0,0,0,0),e}incompatibleTokens=[`Y`,`R`,`q`,`M`,`L`,`w`,`I`,`d`,`D`,`i`,`e`,`c`,`t`,`T`]}})),TC=t((e=>{e.StandAloneQuarterParser=void 0;var t=Q(),n=$();e.StandAloneQuarterParser=class extends t.Parser{priority=120;parse(e,t,r){switch(t){case`q`:case`qq`:return(0,n.parseNDigits)(t.length,e);case`qo`:return r.ordinalNumber(e,{unit:`quarter`});case`qqq`:return r.quarter(e,{width:`abbreviated`,context:`standalone`})||r.quarter(e,{width:`narrow`,context:`standalone`});case`qqqqq`:return r.quarter(e,{width:`narrow`,context:`standalone`});default:return r.quarter(e,{width:`wide`,context:`standalone`})||r.quarter(e,{width:`abbreviated`,context:`standalone`})||r.quarter(e,{width:`narrow`,context:`standalone`})}}validate(e,t){return t>=1&&t<=4}set(e,t,n){return e.setMonth((n-1)*3,1),e.setHours(0,0,0,0),e}incompatibleTokens=[`Y`,`R`,`Q`,`M`,`L`,`w`,`I`,`d`,`D`,`i`,`e`,`c`,`t`,`T`]}})),EC=t((e=>{e.MonthParser=void 0;var t=yC(),n=Q(),r=$();e.MonthParser=class extends n.Parser{incompatibleTokens=[`Y`,`R`,`q`,`Q`,`L`,`w`,`I`,`D`,`i`,`e`,`c`,`t`,`T`];priority=110;parse(e,n,i){let a=e=>e-1;switch(n){case`M`:return(0,r.mapValue)((0,r.parseNumericPattern)(t.numericPatterns.month,e),a);case`MM`:return(0,r.mapValue)((0,r.parseNDigits)(2,e),a);case`Mo`:return(0,r.mapValue)(i.ordinalNumber(e,{unit:`month`}),a);case`MMM`:return i.month(e,{width:`abbreviated`,context:`formatting`})||i.month(e,{width:`narrow`,context:`formatting`});case`MMMMM`:return i.month(e,{width:`narrow`,context:`formatting`});default:return i.month(e,{width:`wide`,context:`formatting`})||i.month(e,{width:`abbreviated`,context:`formatting`})||i.month(e,{width:`narrow`,context:`formatting`})}}validate(e,t){return t>=0&&t<=11}set(e,t,n){return e.setMonth(n,1),e.setHours(0,0,0,0),e}}})),DC=t((e=>{e.StandAloneMonthParser=void 0;var t=yC(),n=Q(),r=$();e.StandAloneMonthParser=class extends n.Parser{priority=110;parse(e,n,i){let a=e=>e-1;switch(n){case`L`:return(0,r.mapValue)((0,r.parseNumericPattern)(t.numericPatterns.month,e),a);case`LL`:return(0,r.mapValue)((0,r.parseNDigits)(2,e),a);case`Lo`:return(0,r.mapValue)(i.ordinalNumber(e,{unit:`month`}),a);case`LLL`:return i.month(e,{width:`abbreviated`,context:`standalone`})||i.month(e,{width:`narrow`,context:`standalone`});case`LLLLL`:return i.month(e,{width:`narrow`,context:`standalone`});default:return i.month(e,{width:`wide`,context:`standalone`})||i.month(e,{width:`abbreviated`,context:`standalone`})||i.month(e,{width:`narrow`,context:`standalone`})}}validate(e,t){return t>=0&&t<=11}set(e,t,n){return e.setMonth(n,1),e.setHours(0,0,0,0),e}incompatibleTokens=[`Y`,`R`,`q`,`Q`,`M`,`w`,`I`,`D`,`i`,`e`,`c`,`t`,`T`]}})),OC=t((e=>{e.setWeek=r;var t=gS(),n=X();function r(e,r,i){let a=(0,n.toDate)(e,i?.in),o=(0,t.getWeek)(a,i)-r;return a.setDate(a.getDate()-o*7),(0,n.toDate)(a,i?.in)}})),kC=t((e=>{e.LocalWeekParser=void 0;var t=OC(),n=Nb(),r=yC(),i=Q(),a=$();e.LocalWeekParser=class extends i.Parser{priority=100;parse(e,t,n){switch(t){case`w`:return(0,a.parseNumericPattern)(r.numericPatterns.week,e);case`wo`:return n.ordinalNumber(e,{unit:`week`});default:return(0,a.parseNDigits)(t.length,e)}}validate(e,t){return t>=1&&t<=53}set(e,r,i,a){return(0,n.startOfWeek)((0,t.setWeek)(e,i,a),a)}incompatibleTokens=[`y`,`R`,`u`,`q`,`Q`,`M`,`L`,`I`,`d`,`D`,`i`,`t`,`T`]}})),AC=t((e=>{e.setISOWeek=r;var t=pS(),n=X();function r(e,r,i){let a=(0,n.toDate)(e,i?.in),o=(0,t.getISOWeek)(a,i)-r;return a.setDate(a.getDate()-o*7),a}})),jC=t((e=>{e.ISOWeekParser=void 0;var t=AC(),n=Pb(),r=yC(),i=Q(),a=$();e.ISOWeekParser=class extends i.Parser{priority=100;parse(e,t,n){switch(t){case`I`:return(0,a.parseNumericPattern)(r.numericPatterns.week,e);case`Io`:return n.ordinalNumber(e,{unit:`week`});default:return(0,a.parseNDigits)(t.length,e)}}validate(e,t){return t>=1&&t<=53}set(e,r,i){return(0,n.startOfISOWeek)((0,t.setISOWeek)(e,i))}incompatibleTokens=[`y`,`Y`,`u`,`q`,`Q`,`M`,`L`,`w`,`d`,`D`,`e`,`c`,`t`,`T`]}})),MC=t((e=>{e.DateParser=void 0;var t=yC(),n=Q(),r=$(),i=[31,28,31,30,31,30,31,31,30,31,30,31],a=[31,29,31,30,31,30,31,31,30,31,30,31];e.DateParser=class extends n.Parser{priority=90;subPriority=1;parse(e,n,i){switch(n){case`d`:return(0,r.parseNumericPattern)(t.numericPatterns.date,e);case`do`:return i.ordinalNumber(e,{unit:`date`});default:return(0,r.parseNDigits)(n.length,e)}}validate(e,t){let n=e.getFullYear(),o=(0,r.isLeapYearIndex)(n),s=e.getMonth();return o?t>=1&&t<=a[s]:t>=1&&t<=i[s]}set(e,t,n){return e.setDate(n),e.setHours(0,0,0,0),e}incompatibleTokens=[`Y`,`R`,`q`,`Q`,`w`,`I`,`D`,`i`,`e`,`c`,`t`,`T`]}})),NC=t((e=>{e.DayOfYearParser=void 0;var t=yC(),n=Q(),r=$();e.DayOfYearParser=class extends n.Parser{priority=90;subpriority=1;parse(e,n,i){switch(n){case`D`:case`DD`:return(0,r.parseNumericPattern)(t.numericPatterns.dayOfYear,e);case`Do`:return i.ordinalNumber(e,{unit:`date`});default:return(0,r.parseNDigits)(n.length,e)}}validate(e,t){let n=e.getFullYear();return(0,r.isLeapYearIndex)(n)?t>=1&&t<=366:t>=1&&t<=365}set(e,t,n){return e.setMonth(0,n),e.setHours(0,0,0,0),e}incompatibleTokens=[`Y`,`R`,`q`,`Q`,`M`,`L`,`w`,`I`,`d`,`E`,`i`,`e`,`c`,`t`,`T`]}})),PC=t((e=>{e.setDay=i;var t=Mb(),n=Cb(),r=X();function i(e,i,a){let o=(0,t.getDefaultOptions)(),s=a?.weekStartsOn??a?.locale?.options?.weekStartsOn??o.weekStartsOn??o.locale?.options?.weekStartsOn??0,c=(0,r.toDate)(e,a?.in),l=c.getDay(),u=(i%7+7)%7,d=7-s,f=i<0||i>6?i-(l+d)%7:(u+d)%7-(l+d)%7;return(0,n.addDays)(c,f,a)}})),FC=t((e=>{e.DayParser=void 0;var t=PC(),n=Q();e.DayParser=class extends n.Parser{priority=90;parse(e,t,n){switch(t){case`E`:case`EE`:case`EEE`:return n.day(e,{width:`abbreviated`,context:`formatting`})||n.day(e,{width:`short`,context:`formatting`})||n.day(e,{width:`narrow`,context:`formatting`});case`EEEEE`:return n.day(e,{width:`narrow`,context:`formatting`});case`EEEEEE`:return n.day(e,{width:`short`,context:`formatting`})||n.day(e,{width:`narrow`,context:`formatting`});default:return n.day(e,{width:`wide`,context:`formatting`})||n.day(e,{width:`abbreviated`,context:`formatting`})||n.day(e,{width:`short`,context:`formatting`})||n.day(e,{width:`narrow`,context:`formatting`})}}validate(e,t){return t>=0&&t<=6}set(e,n,r,i){return e=(0,t.setDay)(e,r,i),e.setHours(0,0,0,0),e}incompatibleTokens=[`D`,`i`,`e`,`c`,`t`,`T`]}})),IC=t((e=>{e.LocalDayParser=void 0;var t=PC(),n=Q(),r=$();e.LocalDayParser=class extends n.Parser{priority=90;parse(e,t,n,i){let a=e=>{let t=Math.floor((e-1)/7)*7;return(e+i.weekStartsOn+6)%7+t};switch(t){case`e`:case`ee`:return(0,r.mapValue)((0,r.parseNDigits)(t.length,e),a);case`eo`:return(0,r.mapValue)(n.ordinalNumber(e,{unit:`day`}),a);case`eee`:return n.day(e,{width:`abbreviated`,context:`formatting`})||n.day(e,{width:`short`,context:`formatting`})||n.day(e,{width:`narrow`,context:`formatting`});case`eeeee`:return n.day(e,{width:`narrow`,context:`formatting`});case`eeeeee`:return n.day(e,{width:`short`,context:`formatting`})||n.day(e,{width:`narrow`,context:`formatting`});default:return n.day(e,{width:`wide`,context:`formatting`})||n.day(e,{width:`abbreviated`,context:`formatting`})||n.day(e,{width:`short`,context:`formatting`})||n.day(e,{width:`narrow`,context:`formatting`})}}validate(e,t){return t>=0&&t<=6}set(e,n,r,i){return e=(0,t.setDay)(e,r,i),e.setHours(0,0,0,0),e}incompatibleTokens=[`y`,`R`,`u`,`q`,`Q`,`M`,`L`,`I`,`d`,`D`,`E`,`i`,`c`,`t`,`T`]}})),LC=t((e=>{e.StandAloneLocalDayParser=void 0;var t=PC(),n=Q(),r=$();e.StandAloneLocalDayParser=class extends n.Parser{priority=90;parse(e,t,n,i){let a=e=>{let t=Math.floor((e-1)/7)*7;return(e+i.weekStartsOn+6)%7+t};switch(t){case`c`:case`cc`:return(0,r.mapValue)((0,r.parseNDigits)(t.length,e),a);case`co`:return(0,r.mapValue)(n.ordinalNumber(e,{unit:`day`}),a);case`ccc`:return n.day(e,{width:`abbreviated`,context:`standalone`})||n.day(e,{width:`short`,context:`standalone`})||n.day(e,{width:`narrow`,context:`standalone`});case`ccccc`:return n.day(e,{width:`narrow`,context:`standalone`});case`cccccc`:return n.day(e,{width:`short`,context:`standalone`})||n.day(e,{width:`narrow`,context:`standalone`});default:return n.day(e,{width:`wide`,context:`standalone`})||n.day(e,{width:`abbreviated`,context:`standalone`})||n.day(e,{width:`short`,context:`standalone`})||n.day(e,{width:`narrow`,context:`standalone`})}}validate(e,t){return t>=0&&t<=6}set(e,n,r,i){return e=(0,t.setDay)(e,r,i),e.setHours(0,0,0,0),e}incompatibleTokens=[`y`,`R`,`u`,`q`,`Q`,`M`,`L`,`I`,`d`,`D`,`E`,`i`,`e`,`t`,`T`]}})),RC=t((e=>{e.setISODay=i;var t=Cb(),n=US(),r=X();function i(e,i,a){let o=(0,r.toDate)(e,a?.in),s=i-(0,n.getISODay)(o,a);return(0,t.addDays)(o,s,a)}})),zC=t((e=>{e.ISODayParser=void 0;var t=RC(),n=Q(),r=$();e.ISODayParser=class extends n.Parser{priority=90;parse(e,t,n){let i=e=>e===0?7:e;switch(t){case`i`:case`ii`:return(0,r.parseNDigits)(t.length,e);case`io`:return n.ordinalNumber(e,{unit:`day`});case`iii`:return(0,r.mapValue)(n.day(e,{width:`abbreviated`,context:`formatting`})||n.day(e,{width:`short`,context:`formatting`})||n.day(e,{width:`narrow`,context:`formatting`}),i);case`iiiii`:return(0,r.mapValue)(n.day(e,{width:`narrow`,context:`formatting`}),i);case`iiiiii`:return(0,r.mapValue)(n.day(e,{width:`short`,context:`formatting`})||n.day(e,{width:`narrow`,context:`formatting`}),i);default:return(0,r.mapValue)(n.day(e,{width:`wide`,context:`formatting`})||n.day(e,{width:`abbreviated`,context:`formatting`})||n.day(e,{width:`short`,context:`formatting`})||n.day(e,{width:`narrow`,context:`formatting`}),i)}}validate(e,t){return t>=1&&t<=7}set(e,n,r){return e=(0,t.setISODay)(e,r),e.setHours(0,0,0,0),e}incompatibleTokens=[`y`,`Y`,`u`,`q`,`Q`,`M`,`L`,`w`,`d`,`D`,`E`,`e`,`c`,`t`,`T`]}})),BC=t((e=>{e.AMPMParser=void 0;var t=Q(),n=$();e.AMPMParser=class extends t.Parser{priority=80;parse(e,t,n){switch(t){case`a`:case`aa`:case`aaa`:return n.dayPeriod(e,{width:`abbreviated`,context:`formatting`})||n.dayPeriod(e,{width:`narrow`,context:`formatting`});case`aaaaa`:return n.dayPeriod(e,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(e,{width:`wide`,context:`formatting`})||n.dayPeriod(e,{width:`abbreviated`,context:`formatting`})||n.dayPeriod(e,{width:`narrow`,context:`formatting`})}}set(e,t,r){return e.setHours((0,n.dayPeriodEnumToHours)(r),0,0,0),e}incompatibleTokens=[`b`,`B`,`H`,`k`,`t`,`T`]}})),VC=t((e=>{e.AMPMMidnightParser=void 0;var t=Q(),n=$();e.AMPMMidnightParser=class extends t.Parser{priority=80;parse(e,t,n){switch(t){case`b`:case`bb`:case`bbb`:return n.dayPeriod(e,{width:`abbreviated`,context:`formatting`})||n.dayPeriod(e,{width:`narrow`,context:`formatting`});case`bbbbb`:return n.dayPeriod(e,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(e,{width:`wide`,context:`formatting`})||n.dayPeriod(e,{width:`abbreviated`,context:`formatting`})||n.dayPeriod(e,{width:`narrow`,context:`formatting`})}}set(e,t,r){return e.setHours((0,n.dayPeriodEnumToHours)(r),0,0,0),e}incompatibleTokens=[`a`,`B`,`H`,`k`,`t`,`T`]}})),HC=t((e=>{e.DayPeriodParser=void 0;var t=Q(),n=$();e.DayPeriodParser=class extends t.Parser{priority=80;parse(e,t,n){switch(t){case`B`:case`BB`:case`BBB`:return n.dayPeriod(e,{width:`abbreviated`,context:`formatting`})||n.dayPeriod(e,{width:`narrow`,context:`formatting`});case`BBBBB`:return n.dayPeriod(e,{width:`narrow`,context:`formatting`});default:return n.dayPeriod(e,{width:`wide`,context:`formatting`})||n.dayPeriod(e,{width:`abbreviated`,context:`formatting`})||n.dayPeriod(e,{width:`narrow`,context:`formatting`})}}set(e,t,r){return e.setHours((0,n.dayPeriodEnumToHours)(r),0,0,0),e}incompatibleTokens=[`a`,`b`,`t`,`T`]}})),UC=t((e=>{e.Hour1to12Parser=void 0;var t=yC(),n=Q(),r=$();e.Hour1to12Parser=class extends n.Parser{priority=70;parse(e,n,i){switch(n){case`h`:return(0,r.parseNumericPattern)(t.numericPatterns.hour12h,e);case`ho`:return i.ordinalNumber(e,{unit:`hour`});default:return(0,r.parseNDigits)(n.length,e)}}validate(e,t){return t>=1&&t<=12}set(e,t,n){let r=e.getHours()>=12;return r&&n<12?e.setHours(n+12,0,0,0):!r&&n===12?e.setHours(0,0,0,0):e.setHours(n,0,0,0),e}incompatibleTokens=[`H`,`K`,`k`,`t`,`T`]}})),WC=t((e=>{e.Hour0to23Parser=void 0;var t=yC(),n=Q(),r=$();e.Hour0to23Parser=class extends n.Parser{priority=70;parse(e,n,i){switch(n){case`H`:return(0,r.parseNumericPattern)(t.numericPatterns.hour23h,e);case`Ho`:return i.ordinalNumber(e,{unit:`hour`});default:return(0,r.parseNDigits)(n.length,e)}}validate(e,t){return t>=0&&t<=23}set(e,t,n){return e.setHours(n,0,0,0),e}incompatibleTokens=[`a`,`b`,`h`,`K`,`k`,`t`,`T`]}})),GC=t((e=>{e.Hour0To11Parser=void 0;var t=yC(),n=Q(),r=$();e.Hour0To11Parser=class extends n.Parser{priority=70;parse(e,n,i){switch(n){case`K`:return(0,r.parseNumericPattern)(t.numericPatterns.hour11h,e);case`Ko`:return i.ordinalNumber(e,{unit:`hour`});default:return(0,r.parseNDigits)(n.length,e)}}validate(e,t){return t>=0&&t<=11}set(e,t,n){return e.getHours()>=12&&n<12?e.setHours(n+12,0,0,0):e.setHours(n,0,0,0),e}incompatibleTokens=[`h`,`H`,`k`,`t`,`T`]}})),KC=t((e=>{e.Hour1To24Parser=void 0;var t=yC(),n=Q(),r=$();e.Hour1To24Parser=class extends n.Parser{priority=70;parse(e,n,i){switch(n){case`k`:return(0,r.parseNumericPattern)(t.numericPatterns.hour24h,e);case`ko`:return i.ordinalNumber(e,{unit:`hour`});default:return(0,r.parseNDigits)(n.length,e)}}validate(e,t){return t>=1&&t<=24}set(e,t,n){let r=n<=24?n%24:n;return e.setHours(r,0,0,0),e}incompatibleTokens=[`a`,`b`,`h`,`H`,`K`,`t`,`T`]}})),qC=t((e=>{e.MinuteParser=void 0;var t=yC(),n=Q(),r=$();e.MinuteParser=class extends n.Parser{priority=60;parse(e,n,i){switch(n){case`m`:return(0,r.parseNumericPattern)(t.numericPatterns.minute,e);case`mo`:return i.ordinalNumber(e,{unit:`minute`});default:return(0,r.parseNDigits)(n.length,e)}}validate(e,t){return t>=0&&t<=59}set(e,t,n){return e.setMinutes(n,0,0),e}incompatibleTokens=[`t`,`T`]}})),JC=t((e=>{e.SecondParser=void 0;var t=yC(),n=Q(),r=$();e.SecondParser=class extends n.Parser{priority=50;parse(e,n,i){switch(n){case`s`:return(0,r.parseNumericPattern)(t.numericPatterns.second,e);case`so`:return i.ordinalNumber(e,{unit:`second`});default:return(0,r.parseNDigits)(n.length,e)}}validate(e,t){return t>=0&&t<=59}set(e,t,n){return e.setSeconds(n,0),e}incompatibleTokens=[`t`,`T`]}})),YC=t((e=>{e.FractionOfSecondParser=void 0;var t=Q(),n=$();e.FractionOfSecondParser=class extends t.Parser{priority=30;parse(e,t){return(0,n.mapValue)((0,n.parseNDigits)(t.length,e),e=>Math.trunc(e*10**(-t.length+3)))}set(e,t,n){return e.setMilliseconds(n),e}incompatibleTokens=[`t`,`T`]}})),XC=t((e=>{e.ISOTimezoneWithZParser=void 0;var t=Y(),n=Ib(),r=yC(),i=Q(),a=$();e.ISOTimezoneWithZParser=class extends i.Parser{priority=10;parse(e,t){switch(t){case`X`:return(0,a.parseTimezonePattern)(r.timezonePatterns.basicOptionalMinutes,e);case`XX`:return(0,a.parseTimezonePattern)(r.timezonePatterns.basic,e);case`XXXX`:return(0,a.parseTimezonePattern)(r.timezonePatterns.basicOptionalSeconds,e);case`XXXXX`:return(0,a.parseTimezonePattern)(r.timezonePatterns.extendedOptionalSeconds,e);default:return(0,a.parseTimezonePattern)(r.timezonePatterns.extended,e)}}set(e,r,i){return r.timestampIsSet?e:(0,t.constructFrom)(e,e.getTime()-(0,n.getTimezoneOffsetInMilliseconds)(e)-i)}incompatibleTokens=[`t`,`T`,`x`]}})),ZC=t((e=>{e.ISOTimezoneParser=void 0;var t=Y(),n=Ib(),r=yC(),i=Q(),a=$();e.ISOTimezoneParser=class extends i.Parser{priority=10;parse(e,t){switch(t){case`x`:return(0,a.parseTimezonePattern)(r.timezonePatterns.basicOptionalMinutes,e);case`xx`:return(0,a.parseTimezonePattern)(r.timezonePatterns.basic,e);case`xxxx`:return(0,a.parseTimezonePattern)(r.timezonePatterns.basicOptionalSeconds,e);case`xxxxx`:return(0,a.parseTimezonePattern)(r.timezonePatterns.extendedOptionalSeconds,e);default:return(0,a.parseTimezonePattern)(r.timezonePatterns.extended,e)}}set(e,r,i){return r.timestampIsSet?e:(0,t.constructFrom)(e,e.getTime()-(0,n.getTimezoneOffsetInMilliseconds)(e)-i)}incompatibleTokens=[`t`,`T`,`X`]}})),QC=t((e=>{e.TimestampSecondsParser=void 0;var t=Y(),n=Q(),r=$();e.TimestampSecondsParser=class extends n.Parser{priority=40;parse(e){return(0,r.parseAnyDigitsSigned)(e)}set(e,n,r){return[(0,t.constructFrom)(e,r*1e3),{timestampIsSet:!0}]}incompatibleTokens=`*`}})),$C=t((e=>{e.TimestampMillisecondsParser=void 0;var t=Y(),n=Q(),r=$();e.TimestampMillisecondsParser=class extends n.Parser{priority=20;parse(e){return(0,r.parseAnyDigitsSigned)(e)}set(e,n,r){return[(0,t.constructFrom)(e,r),{timestampIsSet:!0}]}incompatibleTokens=`*`}})),ew=t((e=>{e.parsers=void 0;var t=vC(),n=bC(),r=xC(),i=SC(),a=CC(),o=wC(),s=TC(),c=EC(),l=DC(),u=kC(),d=jC(),f=MC(),p=NC(),m=FC(),h=IC(),g=LC(),_=zC(),v=BC(),y=VC(),b=HC(),x=UC(),S=WC(),C=GC(),w=KC(),T=qC(),E=JC(),D=YC(),O=XC(),k=ZC(),A=QC(),j=$C();e.parsers={G:new t.EraParser,y:new n.YearParser,Y:new r.LocalWeekYearParser,R:new i.ISOWeekYearParser,u:new a.ExtendedYearParser,Q:new o.QuarterParser,q:new s.StandAloneQuarterParser,M:new c.MonthParser,L:new l.StandAloneMonthParser,w:new u.LocalWeekParser,I:new d.ISOWeekParser,d:new f.DateParser,D:new p.DayOfYearParser,E:new m.DayParser,e:new h.LocalDayParser,c:new g.StandAloneLocalDayParser,i:new _.ISODayParser,a:new v.AMPMParser,b:new y.AMPMMidnightParser,B:new b.DayPeriodParser,h:new x.Hour1to12Parser,H:new S.Hour0to23Parser,K:new C.Hour0To11Parser,k:new w.Hour1To24Parser,m:new T.MinuteParser,s:new E.SecondParser,S:new D.FractionOfSecondParser,X:new O.ISOTimezoneWithZParser,x:new k.ISOTimezoneParser,t:new A.TimestampSecondsParser,T:new j.TimestampMillisecondsParser}})),tw=t((e=>{Object.defineProperty(e,`longFormatters`,{enumerable:!0,get:function(){return n.longFormatters}}),e.parse=h,Object.defineProperty(e,`parsers`,{enumerable:!0,get:function(){return c.parsers}});var t=dS(),n=bS(),r=xS(),i=Y(),a=VS(),o=X(),s=_C(),c=ew(),l=/[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g,u=/P+p+|P+|p+|''|'(''|[^'])+('|$)|./g,d=/^'([^]*?)'?$/,f=/''/g,p=/\S/,m=/[a-zA-Z]/;function h(e,d,f,h){let _=()=>(0,i.constructFrom)(h?.in||f,NaN),v=(0,a.getDefaultOptions)(),y=h?.locale??v.locale??t.defaultLocale,b=h?.firstWeekContainsDate??h?.locale?.options?.firstWeekContainsDate??v.firstWeekContainsDate??v.locale?.options?.firstWeekContainsDate??1,x=h?.weekStartsOn??h?.locale?.options?.weekStartsOn??v.weekStartsOn??v.locale?.options?.weekStartsOn??0;if(!d)return e?_():(0,o.toDate)(f,h?.in);let S={firstWeekContainsDate:b,weekStartsOn:x,locale:y},C=[new s.DateTimezoneSetter(h?.in,f)],w=d.match(u).map(e=>{let t=e[0];if(t in n.longFormatters){let r=n.longFormatters[t];return r(e,y.formatLong)}return e}).join(``).match(l),T=[];for(let t of w){!h?.useAdditionalWeekYearTokens&&(0,r.isProtectedWeekYearToken)(t)&&(0,r.warnOrThrowProtectedError)(t,d,e),!h?.useAdditionalDayOfYearTokens&&(0,r.isProtectedDayOfYearToken)(t)&&(0,r.warnOrThrowProtectedError)(t,d,e);let n=t[0],i=c.parsers[n];if(i){let{incompatibleTokens:r}=i;if(Array.isArray(r)){let e=T.find(e=>r.includes(e.token)||e.token===n);if(e)throw RangeError(`The format string mustn't contain \`${e.fullToken}\` and \`${t}\` at the same time`)}else if(i.incompatibleTokens===`*`&&T.length>0)throw RangeError(`The format string mustn't contain \`${t}\` and any other token at the same time`);T.push({token:n,fullToken:t});let a=i.run(e,t,y.match,S);if(!a)return _();C.push(a.setter),e=a.rest}else{if(n.match(m))throw RangeError("Format string contains an unescaped latin alphabet character `"+n+"`");if(t===`''`?t=`'`:n===`'`&&(t=g(t)),e.indexOf(t)===0)e=e.slice(t.length);else return _()}}if(e.length>0&&p.test(e))return _();let E=C.map(e=>e.priority).sort((e,t)=>t-e).filter((e,t,n)=>n.indexOf(e)===t).map(e=>C.filter(t=>t.priority===e).sort((e,t)=>t.subPriority-e.subPriority)).map(e=>e[0]),D=(0,o.toDate)(f,h?.in);if(isNaN(+D))return _();let O={};for(let e of E){if(!e.validate(D,S))return _();let t=e.set(D,O,S);Array.isArray(t)?(D=t[0],Object.assign(O,t[1])):D=t}return D}function g(e){return e.match(d)[1].replace(f,`'`)}})),nw=t((e=>{e.isMatch=r;var t=ax(),n=tw();function r(e,r,i){return(0,t.isValid)((0,n.parse)(e,r,new Date,i))}})),rw=t((e=>{e.isMonday=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDay()===1}})),iw=t((e=>{e.isPast=n;var t=X();function n(e){return+(0,t.toDate)(e)<Date.now()}})),aw=t((e=>{e.startOfHour=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setMinutes(0,0,0),r}})),ow=t((e=>{e.isSameHour=r;var t=Z(),n=aw();function r(e,r,i){let[a,o]=(0,t.normalizeDates)(i?.in,e,r);return+(0,n.startOfHour)(a)==+(0,n.startOfHour)(o)}})),sw=t((e=>{e.isSameWeek=r;var t=Z(),n=Nb();function r(e,r,i){let[a,o]=(0,t.normalizeDates)(i?.in,e,r);return+(0,n.startOfWeek)(a,i)==+(0,n.startOfWeek)(o,i)}})),cw=t((e=>{e.isSameISOWeek=n;var t=sw();function n(e,n,r){return(0,t.isSameWeek)(e,n,{...r,weekStartsOn:1})}})),lw=t((e=>{e.isSameISOWeekYear=r;var t=zb(),n=Z();function r(e,r,i){let[a,o]=(0,n.normalizeDates)(i?.in,e,r);return+(0,t.startOfISOWeekYear)(a)==+(0,t.startOfISOWeekYear)(o)}})),uw=t((e=>{e.startOfMinute=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setSeconds(0,0),r}})),dw=t((e=>{e.isSameMinute=n;var t=uw();function n(e,n){return+(0,t.startOfMinute)(e)==+(0,t.startOfMinute)(n)}})),fw=t((e=>{e.isSameMonth=n;var t=Z();function n(e,n,r){let[i,a]=(0,t.normalizeDates)(r?.in,e,n);return i.getFullYear()===a.getFullYear()&&i.getMonth()===a.getMonth()}})),pw=t((e=>{e.isSameQuarter=r;var t=Z(),n=Px();function r(e,r,i){let[a,o]=(0,t.normalizeDates)(i?.in,e,r);return+(0,n.startOfQuarter)(a)==+(0,n.startOfQuarter)(o)}})),mw=t((e=>{e.startOfSecond=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in);return r.setMilliseconds(0),r}})),hw=t((e=>{e.isSameSecond=n;var t=mw();function n(e,n){return+(0,t.startOfSecond)(e)==+(0,t.startOfSecond)(n)}})),gw=t((e=>{e.isSameYear=n;var t=Z();function n(e,n,r){let[i,a]=(0,t.normalizeDates)(r?.in,e,n);return i.getFullYear()===a.getFullYear()}})),_w=t((e=>{e.isThisHour=i;var t=tx(),n=ow(),r=X();function i(e,i){return(0,n.isSameHour)((0,r.toDate)(e,i?.in),(0,t.constructNow)(i?.in||e))}})),vw=t((e=>{e.isThisISOWeek=i;var t=Y(),n=tx(),r=cw();function i(e,i){return(0,r.isSameISOWeek)((0,t.constructFrom)(i?.in||e,e),(0,n.constructNow)(i?.in||e))}})),yw=t((e=>{e.isThisMinute=r;var t=tx(),n=dw();function r(e){return(0,n.isSameMinute)(e,(0,t.constructNow)(e))}})),bw=t((e=>{e.isThisMonth=i;var t=Y(),n=tx(),r=fw();function i(e,i){return(0,r.isSameMonth)((0,t.constructFrom)(i?.in||e,e),(0,n.constructNow)(i?.in||e))}})),xw=t((e=>{e.isThisQuarter=i;var t=Y(),n=tx(),r=pw();function i(e,i){return(0,r.isSameQuarter)((0,t.constructFrom)(i?.in||e,e),(0,n.constructNow)(i?.in||e))}})),Sw=t((e=>{e.isThisSecond=r;var t=tx(),n=hw();function r(e){return(0,n.isSameSecond)(e,(0,t.constructNow)(e))}})),Cw=t((e=>{e.isThisWeek=i;var t=Y(),n=tx(),r=sw();function i(e,i){return(0,r.isSameWeek)((0,t.constructFrom)(i?.in||e,e),(0,n.constructNow)(i?.in||e),i)}})),ww=t((e=>{e.isThisYear=i;var t=Y(),n=tx(),r=gw();function i(e,i){return(0,r.isSameYear)((0,t.constructFrom)(i?.in||e,e),(0,n.constructNow)(i?.in||e))}})),Tw=t((e=>{e.isThursday=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDay()===4}})),Ew=t((e=>{e.isToday=i;var t=Y(),n=tx(),r=rx();function i(e,i){return(0,r.isSameDay)((0,t.constructFrom)(i?.in||e,e),(0,n.constructNow)(i?.in||e))}})),Dw=t((e=>{e.isTomorrow=i;var t=Cb(),n=tx(),r=rx();function i(e,i){return(0,r.isSameDay)(e,(0,t.addDays)((0,n.constructNow)(i?.in||e),1),i)}})),Ow=t((e=>{e.isTuesday=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDay()===2}})),kw=t((e=>{e.isWednesday=n;var t=X();function n(e,n){return(0,t.toDate)(e,n?.in).getDay()===3}})),Aw=t((e=>{e.isWithinInterval=n;var t=X();function n(e,n,r){let i=+(0,t.toDate)(e,r?.in),[a,o]=[+(0,t.toDate)(n.start,r?.in),+(0,t.toDate)(n.end,r?.in)].sort((e,t)=>e-t);return i>=a&&i<=o}})),jw=t((e=>{e.subDays=n;var t=Cb();function n(e,n,r){return(0,t.addDays)(e,-n,r)}})),Mw=t((e=>{e.isYesterday=a;var t=Y(),n=tx(),r=rx(),i=jw();function a(e,a){return(0,r.isSameDay)((0,t.constructFrom)(a?.in||e,e),(0,i.subDays)((0,n.constructNow)(a?.in||e),1))}})),Nw=t((e=>{e.lastDayOfDecade=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getFullYear(),a=9+Math.floor(i/10)*10;return r.setFullYear(a+1,0,0),r.setHours(0,0,0,0),(0,t.toDate)(r,n?.in)}})),Pw=t((e=>{e.lastDayOfWeek=r;var t=Mb(),n=X();function r(e,r){let i=(0,t.getDefaultOptions)(),a=r?.weekStartsOn??r?.locale?.options?.weekStartsOn??i.weekStartsOn??i.locale?.options?.weekStartsOn??0,o=(0,n.toDate)(e,r?.in),s=o.getDay(),c=(s<a?-7:0)+6-(s-a);return o.setHours(0,0,0,0),o.setDate(o.getDate()+c),o}})),Fw=t((e=>{e.lastDayOfISOWeek=n;var t=Pw();function n(e,n){return(0,t.lastDayOfWeek)(e,{...n,weekStartsOn:1})}})),Iw=t((e=>{e.lastDayOfISOWeekYear=i;var t=Y(),n=Fb(),r=Pb();function i(e,i){let a=(0,n.getISOWeekYear)(e,i),o=(0,t.constructFrom)(i?.in||e,0);o.setFullYear(a+1,0,4),o.setHours(0,0,0,0);let s=(0,r.startOfISOWeek)(o,i);return s.setDate(s.getDate()-1),s}})),Lw=t((e=>{e.lastDayOfQuarter=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getMonth(),a=i-i%3+3;return r.setMonth(a,0),r.setHours(0,0,0,0),r}})),Rw=t((e=>{e.lastDayOfYear=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getFullYear();return r.setFullYear(i+1,0,0),r.setHours(0,0,0,0),r}})),zw=t((e=>{e.lightFormat=c,Object.defineProperty(e,`lightFormatters`,{enumerable:!0,get:function(){return t.lightFormatters}});var t=vS(),n=ax(),r=X(),i=/(\w)\1*|''|'(''|[^'])+('|$)|./g,a=/^'([^]*?)'?$/,o=/''/g,s=/[a-zA-Z]/;function c(e,a){let o=(0,r.toDate)(e);if(!(0,n.isValid)(o))throw RangeError(`Invalid time value`);let c=a.match(i);return c?c.map(e=>{if(e===`''`)return`'`;let n=e[0];if(n===`'`)return l(e);let r=t.lightFormatters[n];if(r)return r(o,e);if(n.match(s))throw RangeError("Format string contains an unescaped latin alphabet character `"+n+"`");return e}).join(``):``}function l(e){let t=e.match(a);return t?t[1].replace(o,`'`):e}})),Bw=t((e=>{e.milliseconds=n;var t=J();function n({years:e,months:n,weeks:r,days:i,hours:a,minutes:o,seconds:s}){let c=0;e&&(c+=e*t.daysInYear),n&&(c+=n*(t.daysInYear/12)),r&&(c+=r*7),i&&(c+=i);let l=c*24*60*60;return a&&(l+=a*60*60),o&&(l+=o*60),s&&(l+=s),Math.trunc(l*1e3)}})),Vw=t((e=>{e.millisecondsToHours=n;var t=J();function n(e){let n=e/t.millisecondsInHour;return Math.trunc(n)}})),Hw=t((e=>{e.millisecondsToMinutes=n;var t=J();function n(e){let n=e/t.millisecondsInMinute;return Math.trunc(n)}})),Uw=t((e=>{e.millisecondsToSeconds=n;var t=J();function n(e){let n=e/t.millisecondsInSecond;return Math.trunc(n)}})),Ww=t((e=>{e.minutesToHours=n;var t=J();function n(e){let n=e/t.minutesInHour;return Math.trunc(n)}})),Gw=t((e=>{e.minutesToMilliseconds=n;var t=J();function n(e){return Math.trunc(e*t.millisecondsInMinute)}})),Kw=t((e=>{e.minutesToSeconds=n;var t=J();function n(e){return Math.trunc(e*t.secondsInMinute)}})),qw=t((e=>{e.monthsToQuarters=n;var t=J();function n(e){let n=e/t.monthsInQuarter;return Math.trunc(n)}})),Jw=t((e=>{e.monthsToYears=n;var t=J();function n(e){let n=e/t.monthsInYear;return Math.trunc(n)}})),Yw=t((e=>{e.nextDay=r;var t=Cb(),n=IS();function r(e,r,i){let a=r-(0,n.getDay)(e,i);return a<=0&&(a+=7),(0,t.addDays)(e,a,i)}})),Xw=t((e=>{e.nextFriday=n;var t=Yw();function n(e,n){return(0,t.nextDay)(e,5,n)}})),Zw=t((e=>{e.nextMonday=n;var t=Yw();function n(e,n){return(0,t.nextDay)(e,1,n)}})),Qw=t((e=>{e.nextSaturday=n;var t=Yw();function n(e,n){return(0,t.nextDay)(e,6,n)}})),$w=t((e=>{e.nextSunday=n;var t=Yw();function n(e,n){return(0,t.nextDay)(e,0,n)}})),eT=t((e=>{e.nextThursday=n;var t=Yw();function n(e,n){return(0,t.nextDay)(e,4,n)}})),tT=t((e=>{e.nextTuesday=n;var t=Yw();function n(e,n){return(0,t.nextDay)(e,2,n)}})),nT=t((e=>{e.nextWednesday=n;var t=Yw();function n(e,n){return(0,t.nextDay)(e,3,n)}})),rT=t((e=>{e.parseISO=i;var t=J(),n=Y(),r=X();function i(e,t){let i=()=>(0,n.constructFrom)(t?.in,NaN),a=t?.additionalDigits??2,o=l(e),s;if(o.date){let e=u(o.date,a);s=d(e.restDateString,e.year)}if(!s||isNaN(+s))return i();let c=+s,f=0,m;if(o.time&&(f=p(o.time),isNaN(f)))return i();if(o.timezone){if(m=h(o.timezone),isNaN(m))return i()}else{let e=new Date(c+f),n=(0,r.toDate)(0,t?.in);return n.setFullYear(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate()),n.setHours(e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds(),e.getUTCMilliseconds()),n}return(0,r.toDate)(c+f+m,t?.in)}var a={dateTimeDelimiter:/[T ]/,timeZoneDelimiter:/[Z ]/i,timezone:/([Z+-].*)$/},o=/^-?(?:(\d{3})|(\d{2})(?:-?(\d{2}))?|W(\d{2})(?:-?(\d{1}))?|)$/,s=/^(\d{2}(?:[.,]\d*)?)(?::?(\d{2}(?:[.,]\d*)?))?(?::?(\d{2}(?:[.,]\d*)?))?$/,c=/^([+-])(\d{2})(?::?(\d{2}))?$/;function l(e){let t={},n=e.split(a.dateTimeDelimiter),r;if(n.length>2)return t;if(/:/.test(n[0])?r=n[0]:(t.date=n[0],r=n[1],a.timeZoneDelimiter.test(t.date)&&(t.date=e.split(a.timeZoneDelimiter)[0],r=e.substr(t.date.length,e.length))),r){let e=a.timezone.exec(r);e?(t.time=r.replace(e[1],``),t.timezone=e[1]):t.time=r}return t}function u(e,t){let n=RegExp(`^(?:(\\d{4}|[+-]\\d{`+(4+t)+`})|(\\d{2}|[+-]\\d{`+(2+t)+`})$)`),r=e.match(n);if(!r)return{year:NaN,restDateString:``};let i=r[1]?parseInt(r[1]):null,a=r[2]?parseInt(r[2]):null;return{year:a===null?i:a*100,restDateString:e.slice((r[1]||r[2]).length)}}function d(e,t){if(t===null)return new Date(NaN);let n=e.match(o);if(!n)return new Date(NaN);let r=!!n[4],i=f(n[1]),a=f(n[2])-1,s=f(n[3]),c=f(n[4]),l=f(n[5])-1;if(r)return x(t,c,l)?g(t,c,l):new Date(NaN);{let e=new Date(0);return!y(t,a,s)||!b(t,i)?new Date(NaN):(e.setUTCFullYear(t,a,Math.max(i,s)),e)}}function f(e){return e?parseInt(e):1}function p(e){let n=e.match(s);if(!n)return NaN;let r=m(n[1]),i=m(n[2]),a=m(n[3]);return S(r,i,a)?r*t.millisecondsInHour+i*t.millisecondsInMinute+a*1e3:NaN}function m(e){return e&&parseFloat(e.replace(`,`,`.`))||0}function h(e){if(e===`Z`)return 0;let n=e.match(c);if(!n)return 0;let r=n[1]===`+`?-1:1,i=parseInt(n[2]),a=n[3]&&parseInt(n[3])||0;return C(i,a)?r*(i*t.millisecondsInHour+a*t.millisecondsInMinute):NaN}function g(e,t,n){let r=new Date(0);r.setUTCFullYear(e,0,4);let i=r.getUTCDay()||7,a=(t-1)*7+n+1-i;return r.setUTCDate(r.getUTCDate()+a),r}var _=[31,null,31,30,31,30,31,31,30,31,30,31];function v(e){return e%400==0||e%4==0&&e%100!=0}function y(e,t,n){return t>=0&&t<=11&&n>=1&&n<=(_[t]||(v(e)?29:28))}function b(e,t){return t>=1&&t<=(v(e)?366:365)}function x(e,t,n){return t>=1&&t<=53&&n>=0&&n<=6}function S(e,t,n){return e===24?t===0&&n===0:n>=0&&n<60&&t>=0&&t<60&&e>=0&&e<25}function C(e,t){return t>=0&&t<=59}})),iT=t((e=>{e.parseJSON=n;var t=X();function n(e,n){let r=e.match(/(\d{4})-(\d{2})-(\d{2})[T ](\d{2}):(\d{2}):(\d{2})(?:\.(\d{0,7}))?(?:Z|(.)(\d{2}):?(\d{2})?)?/);return r?(0,t.toDate)(Date.UTC(+r[1],r[2]-1,+r[3],r[4]-(+r[9]||0)*(r[8]==`-`?-1:1),r[5]-(+r[10]||0)*(r[8]==`-`?-1:1),+r[6],+((r[7]||`0`)+`00`).substring(0,3)),n?.in):(0,t.toDate)(NaN,n?.in)}})),aT=t((e=>{e.previousDay=r;var t=IS(),n=jw();function r(e,r,i){let a=(0,t.getDay)(e,i)-r;return a<=0&&(a+=7),(0,n.subDays)(e,a,i)}})),oT=t((e=>{e.previousFriday=n;var t=aT();function n(e,n){return(0,t.previousDay)(e,5,n)}})),sT=t((e=>{e.previousMonday=n;var t=aT();function n(e,n){return(0,t.previousDay)(e,1,n)}})),cT=t((e=>{e.previousSaturday=n;var t=aT();function n(e,n){return(0,t.previousDay)(e,6,n)}})),lT=t((e=>{e.previousSunday=n;var t=aT();function n(e,n){return(0,t.previousDay)(e,0,n)}})),uT=t((e=>{e.previousThursday=n;var t=aT();function n(e,n){return(0,t.previousDay)(e,4,n)}})),dT=t((e=>{e.previousTuesday=n;var t=aT();function n(e,n){return(0,t.previousDay)(e,2,n)}})),fT=t((e=>{e.previousWednesday=n;var t=aT();function n(e,n){return(0,t.previousDay)(e,3,n)}})),pT=t((e=>{e.quartersToMonths=n;var t=J();function n(e){return Math.trunc(e*t.monthsInQuarter)}})),mT=t((e=>{e.quartersToYears=n;var t=J();function n(e){let n=e/t.quartersInYear;return Math.trunc(n)}})),hT=t((e=>{e.roundToNearestHours=i;var t=hx(),n=Y(),r=X();function i(e,i){let a=i?.nearestTo??1;if(a<1||a>12)return(0,n.constructFrom)(i?.in||e,NaN);let o=(0,r.toDate)(e,i?.in),s=o.getMinutes()/60,c=o.getSeconds()/60/60,l=o.getMilliseconds()/1e3/60/60,u=o.getHours()+s+c+l,d=i?.roundingMethod??`round`,f=(0,t.getRoundingMethod)(d)(u/a)*a;return o.setHours(f,0,0,0),o}})),gT=t((e=>{e.roundToNearestMinutes=i;var t=hx(),n=Y(),r=X();function i(e,i){let a=i?.nearestTo??1;if(a<1||a>30)return(0,n.constructFrom)(e,NaN);let o=(0,r.toDate)(e,i?.in),s=o.getSeconds()/60,c=o.getMilliseconds()/1e3/60,l=o.getMinutes()+s+c,u=i?.roundingMethod??`round`,d=(0,t.getRoundingMethod)(u)(l/a)*a;return o.setMinutes(d,0,0),o}})),_T=t((e=>{e.secondsToHours=n;var t=J();function n(e){let n=e/t.secondsInHour;return Math.trunc(n)}})),vT=t((e=>{e.secondsToMilliseconds=n;var t=J();function n(e){return e*t.millisecondsInSecond}})),yT=t((e=>{e.secondsToMinutes=n;var t=J();function n(e){let n=e/t.secondsInMinute;return Math.trunc(n)}})),bT=t((e=>{e.setMonth=i;var t=Y(),n=LS(),r=X();function i(e,i,a){let o=(0,r.toDate)(e,a?.in),s=o.getFullYear(),c=o.getDate(),l=(0,t.constructFrom)(a?.in||e,0);l.setFullYear(s,i,15),l.setHours(0,0,0,0);let u=(0,n.getDaysInMonth)(l);return o.setMonth(i,Math.min(c,u)),o}})),xT=t((e=>{e.set=i;var t=Y(),n=bT(),r=X();function i(e,i,a){let o=(0,r.toDate)(e,a?.in);return isNaN(+o)?(0,t.constructFrom)(a?.in||e,NaN):(i.year!=null&&o.setFullYear(i.year),i.month!=null&&(o=(0,n.setMonth)(o,i.month)),i.date!=null&&o.setDate(i.date),i.hours!=null&&o.setHours(i.hours),i.minutes!=null&&o.setMinutes(i.minutes),i.seconds!=null&&o.setSeconds(i.seconds),i.milliseconds!=null&&o.setMilliseconds(i.milliseconds),o)}})),ST=t((e=>{e.setDate=n;var t=X();function n(e,n,r){let i=(0,t.toDate)(e,r?.in);return i.setDate(n),i}})),CT=t((e=>{e.setDayOfYear=n;var t=X();function n(e,n,r){let i=(0,t.toDate)(e,r?.in);return i.setMonth(0),i.setDate(n),i}})),wT=t((e=>{e.setDefaultOptions=n;var t=Mb();function n(e){let n={},r=(0,t.getDefaultOptions)();for(let e in r)Object.prototype.hasOwnProperty.call(r,e)&&(n[e]=r[e]);for(let t in e)Object.prototype.hasOwnProperty.call(e,t)&&(e[t]===void 0?delete n[t]:n[t]=e[t]);(0,t.setDefaultOptions)(n)}})),TT=t((e=>{e.setHours=n;var t=X();function n(e,n,r){let i=(0,t.toDate)(e,r?.in);return i.setHours(n),i}})),ET=t((e=>{e.setMilliseconds=n;var t=X();function n(e,n,r){let i=(0,t.toDate)(e,r?.in);return i.setMilliseconds(n),i}})),DT=t((e=>{e.setMinutes=n;var t=X();function n(e,n,r){let i=(0,t.toDate)(e,r?.in);return i.setMinutes(n),i}})),OT=t((e=>{e.setQuarter=r;var t=bT(),n=X();function r(e,r,i){let a=(0,n.toDate)(e,i?.in),o=r-(Math.trunc(a.getMonth()/3)+1);return(0,t.setMonth)(a,a.getMonth()+o*3)}})),kT=t((e=>{e.setSeconds=n;var t=X();function n(e,n,r){let i=(0,t.toDate)(e,r?.in);return i.setSeconds(n),i}})),AT=t((e=>{e.setWeekYear=o;var t=Mb(),n=Y(),r=Rb(),i=hS(),a=X();function o(e,o,s){let c=(0,t.getDefaultOptions)(),l=s?.firstWeekContainsDate??s?.locale?.options?.firstWeekContainsDate??c.firstWeekContainsDate??c.locale?.options?.firstWeekContainsDate??1,u=(0,r.differenceInCalendarDays)((0,a.toDate)(e,s?.in),(0,i.startOfWeekYear)(e,s),s),d=(0,n.constructFrom)(s?.in||e,0);d.setFullYear(o,0,l),d.setHours(0,0,0,0);let f=(0,i.startOfWeekYear)(d,s);return f.setDate(f.getDate()+u),f}})),jT=t((e=>{e.setYear=r;var t=Y(),n=X();function r(e,r,i){let a=(0,n.toDate)(e,i?.in);return isNaN(+a)?(0,t.constructFrom)(i?.in||e,NaN):(a.setFullYear(r),a)}})),MT=t((e=>{e.startOfDecade=n;var t=X();function n(e,n){let r=(0,t.toDate)(e,n?.in),i=r.getFullYear(),a=Math.floor(i/10)*10;return r.setFullYear(a,0,1),r.setHours(0,0,0,0),r}})),NT=t((e=>{e.startOfToday=n;var t=Lb();function n(e){return(0,t.startOfDay)(Date.now(),e)}})),PT=t((e=>{e.startOfTomorrow=r;var t=Y(),n=tx();function r(e){let r=(0,n.constructNow)(e?.in),i=r.getFullYear(),a=r.getMonth(),o=r.getDate(),s=(0,t.constructFrom)(e?.in,0);return s.setFullYear(i,a,o+1),s.setHours(0,0,0,0),s}})),FT=t((e=>{e.startOfYesterday=n;var t=tx();function n(e){let n=(0,t.constructNow)(e?.in),r=n.getFullYear(),i=n.getMonth(),a=n.getDate(),o=(0,t.constructNow)(e?.in);return o.setFullYear(r,i,a-1),o.setHours(0,0,0,0),o}})),IT=t((e=>{e.subMonths=n;var t=wb();function n(e,n,r){return(0,t.addMonths)(e,-n,r)}})),LT=t((e=>{e.sub=i;var t=Y(),n=jw(),r=IT();function i(e,i,a){let{years:o=0,months:s=0,weeks:c=0,days:l=0,hours:u=0,minutes:d=0,seconds:f=0}=i,p=(0,r.subMonths)(e,s+o*12,a),m=(0,n.subDays)(p,l+c*7,a),h=(f+(d+u*60)*60)*1e3;return(0,t.constructFrom)(a?.in||e,+m-h)}})),RT=t((e=>{e.subBusinessDays=n;var t=kb();function n(e,n,r){return(0,t.addBusinessDays)(e,-n,r)}})),zT=t((e=>{e.subHours=n;var t=jb();function n(e,n,r){return(0,t.addHours)(e,-n,r)}})),BT=t((e=>{e.subMilliseconds=n;var t=Ab();function n(e,n,r){return(0,t.addMilliseconds)(e,-n,r)}})),VT=t((e=>{e.subMinutes=n;var t=Hb();function n(e,n,r){return(0,t.addMinutes)(e,-n,r)}})),HT=t((e=>{e.subQuarters=n;var t=Ub();function n(e,n,r){return(0,t.addQuarters)(e,-n,r)}})),UT=t((e=>{e.subSeconds=n;var t=Wb();function n(e,n,r){return(0,t.addSeconds)(e,-n,r)}})),WT=t((e=>{e.subWeeks=n;var t=Gb();function n(e,n,r){return(0,t.addWeeks)(e,-n,r)}})),GT=t((e=>{e.subYears=n;var t=Kb();function n(e,n,r){return(0,t.addYears)(e,-n,r)}})),KT=t((e=>{e.weeksToDays=n;var t=J();function n(e){return Math.trunc(e*t.daysInWeek)}})),qT=t((e=>{e.yearsToDays=n;var t=J();function n(e){return Math.trunc(e*t.daysInYear)}})),JT=t((e=>{e.yearsToMonths=n;var t=J();function n(e){return Math.trunc(e*t.monthsInYear)}})),YT=t((e=>{e.yearsToQuarters=n;var t=J();function n(e){return Math.trunc(e*t.quartersInYear)}})),XT=t((e=>{var t=Tb();Object.keys(t).forEach(function(n){n===`default`||n===`__esModule`||n in e&&e[n]===t[n]||Object.defineProperty(e,n,{enumerable:!0,get:function(){return t[n]}})});var n=kb();Object.keys(n).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===n[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return n[t]}})});var r=Cb();Object.keys(r).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===r[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return r[t]}})});var i=jb();Object.keys(i).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===i[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return i[t]}})});var a=Vb();Object.keys(a).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===a[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return a[t]}})});var o=Ab();Object.keys(o).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===o[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return o[t]}})});var s=Hb();Object.keys(s).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===s[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return s[t]}})});var c=wb();Object.keys(c).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===c[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return c[t]}})});var l=Ub();Object.keys(l).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===l[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return l[t]}})});var u=Wb();Object.keys(u).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===u[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return u[t]}})});var d=Gb();Object.keys(d).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===d[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return d[t]}})});var f=Kb();Object.keys(f).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===f[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return f[t]}})});var p=qb();Object.keys(p).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===p[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return p[t]}})});var m=Xb();Object.keys(m).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===m[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return m[t]}})});var h=Zb();Object.keys(h).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===h[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return h[t]}})});var g=Qb();Object.keys(g).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===g[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return g[t]}})});var _=$b();Object.keys(_).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===_[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return _[t]}})});var v=ex();Object.keys(v).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===v[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return v[t]}})});var y=Y();Object.keys(y).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===y[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return y[t]}})});var b=tx();Object.keys(b).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===b[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return b[t]}})});var x=nx();Object.keys(x).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===x[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return x[t]}})});var S=ox();Object.keys(S).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===S[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return S[t]}})});var C=Rb();Object.keys(C).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===C[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return C[t]}})});var w=sx();Object.keys(w).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===w[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return w[t]}})});var T=cx();Object.keys(T).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===T[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return T[t]}})});var E=lx();Object.keys(E).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===E[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return E[t]}})});var D=dx();Object.keys(D).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===D[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return D[t]}})});var O=fx();Object.keys(O).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===O[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return O[t]}})});var k=px();Object.keys(k).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===k[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return k[t]}})});var A=mx();Object.keys(A).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===A[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return A[t]}})});var j=gx();Object.keys(j).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===j[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return j[t]}})});var ee=vx();Object.keys(ee).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ee[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ee[t]}})});var te=yx();Object.keys(te).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===te[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return te[t]}})});var M=bx();Object.keys(M).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===M[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return M[t]}})});var ne=wx();Object.keys(ne).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ne[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ne[t]}})});var re=Tx();Object.keys(re).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===re[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return re[t]}})});var N=Ex();Object.keys(N).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===N[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return N[t]}})});var P=Dx();Object.keys(P).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===P[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return P[t]}})});var ie=Ox();Object.keys(ie).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ie[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ie[t]}})});var ae=Ax();Object.keys(ae).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ae[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ae[t]}})});var oe=jx();Object.keys(oe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===oe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return oe[t]}})});var se=Mx();Object.keys(se).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===se[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return se[t]}})});var ce=Nx();Object.keys(ce).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ce[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ce[t]}})});var le=Fx();Object.keys(le).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===le[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return le[t]}})});var ue=Ix();Object.keys(ue).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ue[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ue[t]}})});var de=Lx();Object.keys(de).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===de[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return de[t]}})});var fe=zx();Object.keys(fe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===fe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return fe[t]}})});var pe=Hx();Object.keys(pe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===pe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return pe[t]}})});var me=Ux();Object.keys(me).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===me[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return me[t]}})});var he=xx();Object.keys(he).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===he[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return he[t]}})});var ge=Wx();Object.keys(ge).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ge[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ge[t]}})});var _e=Gx();Object.keys(_e).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===_e[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return _e[t]}})});var ve=qx();Object.keys(ve).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ve[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ve[t]}})});var ye=Jx();Object.keys(ye).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ye[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ye[t]}})});var be=Yx();Object.keys(be).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===be[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return be[t]}})});var xe=Sx();Object.keys(xe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===xe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return xe[t]}})});var Se=Xx();Object.keys(Se).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Se[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Se[t]}})});var Ce=Zx();Object.keys(Ce).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ce[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ce[t]}})});var we=Qx();Object.keys(we).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===we[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return we[t]}})});var Te=$x();Object.keys(Te).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Te[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Te[t]}})});var Ee=Kx();Object.keys(Ee).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ee[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ee[t]}})});var De=Bx();Object.keys(De).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===De[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return De[t]}})});var Oe=eS();Object.keys(Oe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Oe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Oe[t]}})});var ke=SS();Object.keys(ke).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ke[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ke[t]}})});var Ae=CS();Object.keys(Ae).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ae[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ae[t]}})});var je=wS();Object.keys(je).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===je[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return je[t]}})});var Me=TS();Object.keys(Me).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Me[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Me[t]}})});var Ne=ES();Object.keys(Ne).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ne[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ne[t]}})});var Pe=DS();Object.keys(Pe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Pe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Pe[t]}})});var Fe=OS();Object.keys(Fe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Fe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Fe[t]}})});var Ie=kS();Object.keys(Ie).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ie[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ie[t]}})});var Le=AS();Object.keys(Le).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Le[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Le[t]}})});var Re=jS();Object.keys(Re).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Re[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Re[t]}})});var ze=MS();Object.keys(ze).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ze[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ze[t]}})});var Be=NS();Object.keys(Be).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Be[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Be[t]}})});var Ve=PS();Object.keys(Ve).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ve[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ve[t]}})});var He=FS();Object.keys(He).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===He[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return He[t]}})});var Ue=IS();Object.keys(Ue).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ue[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ue[t]}})});var F=fS();Object.keys(F).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===F[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return F[t]}})});var We=LS();Object.keys(We).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===We[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return We[t]}})});var Ge=zS();Object.keys(Ge).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ge[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ge[t]}})});var Ke=BS();Object.keys(Ke).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ke[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ke[t]}})});var qe=VS();Object.keys(qe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===qe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return qe[t]}})});var Je=HS();Object.keys(Je).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Je[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Je[t]}})});var Ye=US();Object.keys(Ye).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ye[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ye[t]}})});var Xe=pS();Object.keys(Xe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Xe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Xe[t]}})});var Ze=Fb();Object.keys(Ze).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ze[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ze[t]}})});var Qe=WS();Object.keys(Qe).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Qe[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Qe[t]}})});var $e=GS();Object.keys($e).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===$e[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return $e[t]}})});var et=KS();Object.keys(et).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===et[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return et[t]}})});var tt=qS();Object.keys(tt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===tt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return tt[t]}})});var nt=JS();Object.keys(nt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===nt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return nt[t]}})});var rt=ux();Object.keys(rt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===rt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return rt[t]}})});var it=YS();Object.keys(it).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===it[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return it[t]}})});var at=XS();Object.keys(at).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===at[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return at[t]}})});var ot=ZS();Object.keys(ot).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ot[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ot[t]}})});var st=gS();Object.keys(st).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===st[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return st[t]}})});var ct=QS();Object.keys(ct).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ct[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ct[t]}})});var lt=mS();Object.keys(lt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===lt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return lt[t]}})});var ut=eC();Object.keys(ut).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ut[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ut[t]}})});var dt=tC();Object.keys(dt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===dt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return dt[t]}})});var ft=nC();Object.keys(ft).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ft[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ft[t]}})});var pt=rC();Object.keys(pt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===pt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return pt[t]}})});var mt=iC();Object.keys(mt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===mt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return mt[t]}})});var ht=aC();Object.keys(ht).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ht[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ht[t]}})});var I=oC();Object.keys(I).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===I[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return I[t]}})});var gt=sC();Object.keys(gt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===gt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return gt[t]}})});var _t=cC();Object.keys(_t).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===_t[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return _t[t]}})});var vt=lC();Object.keys(vt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===vt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return vt[t]}})});var yt=uC();Object.keys(yt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===yt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return yt[t]}})});var bt=ix();Object.keys(bt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===bt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return bt[t]}})});var xt=dC();Object.keys(xt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===xt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return xt[t]}})});var St=fC();Object.keys(St).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===St[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return St[t]}})});var Ct=pC();Object.keys(Ct).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ct[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ct[t]}})});var L=mC();Object.keys(L).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===L[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return L[t]}})});var wt=hC();Object.keys(wt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===wt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return wt[t]}})});var Tt=Cx();Object.keys(Tt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Tt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Tt[t]}})});var Et=RS();Object.keys(Et).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Et[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Et[t]}})});var R=nw();Object.keys(R).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===R[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return R[t]}})});var Dt=rw();Object.keys(Dt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Dt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Dt[t]}})});var Ot=iw();Object.keys(Ot).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ot[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ot[t]}})});var kt=rx();Object.keys(kt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===kt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return kt[t]}})});var At=ow();Object.keys(At).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===At[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return At[t]}})});var jt=cw();Object.keys(jt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===jt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return jt[t]}})});var Mt=lw();Object.keys(Mt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Mt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Mt[t]}})});var Nt=dw();Object.keys(Nt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Nt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Nt[t]}})});var Pt=fw();Object.keys(Pt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Pt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Pt[t]}})});var Ft=pw();Object.keys(Ft).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ft[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ft[t]}})});var It=hw();Object.keys(It).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===It[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return It[t]}})});var Lt=sw();Object.keys(Lt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Lt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Lt[t]}})});var Rt=gw();Object.keys(Rt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Rt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Rt[t]}})});var zt=Eb();Object.keys(zt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===zt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return zt[t]}})});var Bt=Db();Object.keys(Bt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Bt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Bt[t]}})});var Vt=_w();Object.keys(Vt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Vt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Vt[t]}})});var Ht=vw();Object.keys(Ht).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ht[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ht[t]}})});var Ut=yw();Object.keys(Ut).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ut[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ut[t]}})});var Wt=bw();Object.keys(Wt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Wt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Wt[t]}})});var Gt=xw();Object.keys(Gt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Gt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Gt[t]}})});var Kt=Sw();Object.keys(Kt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Kt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Kt[t]}})});var qt=Cw();Object.keys(qt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===qt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return qt[t]}})});var Jt=ww();Object.keys(Jt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Jt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Jt[t]}})});var Yt=Tw();Object.keys(Yt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Yt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Yt[t]}})});var Xt=Ew();Object.keys(Xt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Xt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Xt[t]}})});var Zt=Dw();Object.keys(Zt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Zt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Zt[t]}})});var Qt=Ow();Object.keys(Qt).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Qt[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Qt[t]}})});var $t=ax();Object.keys($t).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===$t[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return $t[t]}})});var en=kw();Object.keys(en).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===en[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return en[t]}})});var tn=Ob();Object.keys(tn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===tn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return tn[t]}})});var nn=Aw();Object.keys(nn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===nn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return nn[t]}})});var rn=Mw();Object.keys(rn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===rn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return rn[t]}})});var an=Nw();Object.keys(an).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===an[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return an[t]}})});var on=Fw();Object.keys(on).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===on[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return on[t]}})});var sn=Iw();Object.keys(sn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===sn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return sn[t]}})});var cn=$S();Object.keys(cn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===cn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return cn[t]}})});var ln=Lw();Object.keys(ln).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ln[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ln[t]}})});var un=Pw();Object.keys(un).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===un[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return un[t]}})});var dn=Rw();Object.keys(dn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===dn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return dn[t]}})});var fn=zw();Object.keys(fn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===fn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return fn[t]}})});var pn=Jb();Object.keys(pn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===pn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return pn[t]}})});var mn=Bw();Object.keys(mn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===mn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return mn[t]}})});var hn=Vw();Object.keys(hn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===hn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return hn[t]}})});var gn=Hw();Object.keys(gn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===gn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return gn[t]}})});var _n=Uw();Object.keys(_n).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===_n[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return _n[t]}})});var vn=Yb();Object.keys(vn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===vn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return vn[t]}})});var yn=Ww();Object.keys(yn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===yn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return yn[t]}})});var bn=Gw();Object.keys(bn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===bn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return bn[t]}})});var xn=Kw();Object.keys(xn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===xn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return xn[t]}})});var Sn=qw();Object.keys(Sn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Sn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Sn[t]}})});var Cn=Jw();Object.keys(Cn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Cn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Cn[t]}})});var wn=Yw();Object.keys(wn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===wn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return wn[t]}})});var Tn=Xw();Object.keys(Tn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Tn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Tn[t]}})});var En=Zw();Object.keys(En).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===En[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return En[t]}})});var Dn=Qw();Object.keys(Dn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Dn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Dn[t]}})});var On=$w();Object.keys(On).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===On[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return On[t]}})});var kn=eT();Object.keys(kn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===kn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return kn[t]}})});var An=tT();Object.keys(An).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===An[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return An[t]}})});var jn=nT();Object.keys(jn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===jn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return jn[t]}})});var Mn=tw();Object.keys(Mn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Mn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Mn[t]}})});var Nn=rT();Object.keys(Nn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Nn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Nn[t]}})});var Pn=iT();Object.keys(Pn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Pn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Pn[t]}})});var Fn=aT();Object.keys(Fn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Fn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Fn[t]}})});var In=oT();Object.keys(In).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===In[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return In[t]}})});var Ln=sT();Object.keys(Ln).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ln[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ln[t]}})});var Rn=cT();Object.keys(Rn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Rn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Rn[t]}})});var zn=lT();Object.keys(zn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===zn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return zn[t]}})});var Bn=uT();Object.keys(Bn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Bn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Bn[t]}})});var Vn=dT();Object.keys(Vn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Vn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Vn[t]}})});var Hn=fT();Object.keys(Hn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Hn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Hn[t]}})});var Un=pT();Object.keys(Un).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Un[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Un[t]}})});var z=mT();Object.keys(z).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===z[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return z[t]}})});var Wn=hT();Object.keys(Wn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Wn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Wn[t]}})});var Gn=gT();Object.keys(Gn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Gn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Gn[t]}})});var Kn=_T();Object.keys(Kn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Kn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Kn[t]}})});var B=vT();Object.keys(B).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===B[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return B[t]}})});var qn=yT();Object.keys(qn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===qn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return qn[t]}})});var Jn=xT();Object.keys(Jn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Jn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Jn[t]}})});var Yn=ST();Object.keys(Yn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Yn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Yn[t]}})});var Xn=PC();Object.keys(Xn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Xn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Xn[t]}})});var Zn=CT();Object.keys(Zn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Zn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Zn[t]}})});var Qn=wT();Object.keys(Qn).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Qn[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Qn[t]}})});var $n=TT();Object.keys($n).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===$n[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return $n[t]}})});var V=RC();Object.keys(V).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===V[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return V[t]}})});var er=AC();Object.keys(er).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===er[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return er[t]}})});var tr=Bb();Object.keys(tr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===tr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return tr[t]}})});var nr=ET();Object.keys(nr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===nr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return nr[t]}})});var rr=DT();Object.keys(rr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===rr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return rr[t]}})});var ir=bT();Object.keys(ir).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ir[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ir[t]}})});var ar=OT();Object.keys(ar).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ar[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ar[t]}})});var or=kT();Object.keys(or).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===or[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return or[t]}})});var sr=OC();Object.keys(sr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===sr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return sr[t]}})});var cr=AT();Object.keys(cr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===cr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return cr[t]}})});var lr=jT();Object.keys(lr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===lr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return lr[t]}})});var ur=Lb();Object.keys(ur).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===ur[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return ur[t]}})});var dr=MT();Object.keys(dr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===dr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return dr[t]}})});var fr=aw();Object.keys(fr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===fr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return fr[t]}})});var pr=Pb();Object.keys(pr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===pr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return pr[t]}})});var mr=zb();Object.keys(mr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===mr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return mr[t]}})});var hr=uw();Object.keys(hr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===hr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return hr[t]}})});var gr=Rx();Object.keys(gr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===gr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return gr[t]}})});var _r=Px();Object.keys(_r).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===_r[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return _r[t]}})});var vr=mw();Object.keys(vr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===vr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return vr[t]}})});var yr=NT();Object.keys(yr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===yr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return yr[t]}})});var br=PT();Object.keys(br).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===br[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return br[t]}})});var xr=Nb();Object.keys(xr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===xr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return xr[t]}})});var Sr=hS();Object.keys(Sr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Sr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Sr[t]}})});var Cr=Vx();Object.keys(Cr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Cr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Cr[t]}})});var wr=FT();Object.keys(wr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===wr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return wr[t]}})});var Tr=LT();Object.keys(Tr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Tr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Tr[t]}})});var Er=RT();Object.keys(Er).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Er[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Er[t]}})});var Dr=jw();Object.keys(Dr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Dr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Dr[t]}})});var Or=zT();Object.keys(Or).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Or[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Or[t]}})});var kr=_x();Object.keys(kr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===kr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return kr[t]}})});var Ar=BT();Object.keys(Ar).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ar[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ar[t]}})});var jr=VT();Object.keys(jr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===jr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return jr[t]}})});var Mr=IT();Object.keys(Mr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Mr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Mr[t]}})});var Nr=HT();Object.keys(Nr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Nr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Nr[t]}})});var Pr=UT();Object.keys(Pr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Pr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Pr[t]}})});var Fr=WT();Object.keys(Fr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Fr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Fr[t]}})});var Ir=GT();Object.keys(Ir).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Ir[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Ir[t]}})});var Lr=X();Object.keys(Lr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Lr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Lr[t]}})});var Rr=gC();Object.keys(Rr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Rr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Rr[t]}})});var zr=KT();Object.keys(zr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===zr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return zr[t]}})});var Br=qT();Object.keys(Br).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Br[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Br[t]}})});var Vr=JT();Object.keys(Vr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Vr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Vr[t]}})});var Hr=YT();Object.keys(Hr).forEach(function(t){t===`default`||t===`__esModule`||t in e&&e[t]===Hr[t]||Object.defineProperty(e,t,{enumerable:!0,get:function(){return Hr[t]}})})})),ZT=t((t=>{Object.defineProperty(t,`__esModule`,{value:!0});var n=e(),i=XT(),a=r(),o=`react-activity-calendar`,s=8,c=[`Jan`,`Feb`,`Mar`,`Apr`,`May`,`Jun`,`Jul`,`Aug`,`Sep`,`Oct`,`Nov`,`Dec`],l={months:c,weekdays:[`Sun`,`Mon`,`Tue`,`Wed`,`Thu`,`Fri`,`Sat`],totalCount:`{{count}} activities in {{year}}`,legend:{less:`Less`,more:`More`}};function u(){let[e,t]=n.useState(`light`),r=e=>{t(e.matches?`dark`:`light`)};return n.useEffect(()=>{let e=window.matchMedia(`(prefers-color-scheme: dark)`);return t(e.matches?`dark`:`light`),e.addEventListener(`change`,r),()=>{e.removeEventListener(`change`,r)}},[]),e}var d=`${o}--loading-animation`;function f(e,t){n.useEffect(()=>{let n=`oklab(from ${e} l a b)`,r=t===`light`?`oklab(from ${e} calc(l * 0.96) a b)`:`oklab(from ${e} calc(l * 1.08) a b)`,i=document.createElement(`style`);return i.innerHTML=`
32
+ @keyframes ${d} {
33
+ 0% {
34
+ fill: ${n};
35
+ }
36
+ 50% {
37
+ fill: ${r};
38
+ }
39
+ 100% {
40
+ fill: ${n};
41
+ }
42
+ }
43
+ `,document.head.appendChild(i),()=>{document.head.removeChild(i)}},[e,t])}var p=`(prefers-reduced-motion: reduce)`;function m(){let[e,t]=n.useState(!0);return n.useEffect(()=>{let e=window.matchMedia(p);t(e.matches);let n=e=>{t(e.matches)};return e.addEventListener(`change`,n),()=>{e.removeEventListener(`change`,n)}},[]),e}function h(e,t){if(e.length===0)throw Error(`Activity data must not be empty.`);for(let{date:n,level:r,count:a}of e){if(!i.isValid(i.parseISO(n)))throw Error(`Activity date '${n}' is not a valid ISO 8601 date string.`);if(a<0)throw RangeError(`Activity count must not be negative, found ${a}.`);if(r<0||r>t)throw RangeError(`Activity level ${r} for ${n} is out of range. It must be between 0 and ${t}.`)}}function g(e,t=0){let n=_(e),r=n[0],a=i.parseISO(r.date),o=i.getDay(a)===t?a:i.subWeeks(i.nextDay(a,t),1),s=[...Array(i.differenceInCalendarDays(a,o)).fill(void 0),...n];return b(Math.ceil(s.length/7)).map(e=>s.slice(e*7,e*7+7))}function _(e){let t=new Map(e.map(e=>[e.date,e])),n=e[0],r=e[e.length-1];return i.eachDayOfInterval({start:i.parseISO(n.date),end:i.parseISO(r.date)}).map(e=>{let n=i.formatISO(e,{representation:`date`});return t.has(n)?t.get(n):{date:n,count:0,level:0}})}function v(e){return`${o}__${e}`}function y(){let e=new Date().getFullYear();return i.eachDayOfInterval({start:new Date(e,0,1),end:new Date(e,11,31)}).map(e=>({date:i.formatISO(e,{representation:`date`}),count:0,level:0}))}function b(e){return[...Array(e).keys()]}function x(e,t=c){return e.reduce((e,n,r)=>{let a=n.find(e=>e!==void 0);if(!a)throw Error(`Unexpected error: Week ${r+1} is empty.`);let o=t[i.getMonth(i.parseISO(a.date))];if(!o){let e=new Date(a.date).toLocaleString(`en-US`,{month:`short`});throw Error(`Unexpected error: undefined month label for ${e}.`)}let s=e[e.length-1];return r===0||!s||s.label!==o?[...e,{weekIndex:r,label:o}]:e},[]).filter(({weekIndex:t},n,r)=>n===0?r[1]&&r[1].weekIndex-t>=3:n===r.length-1?e.slice(t).length>=3:!0)}function S(e,t,n){if(e.length!==7)throw Error(`Exactly 7 labels, one for each weekday must be passed.`);return e.reduce((e,r,i)=>t.byDayIndex(i)?Math.max(e,Math.ceil(C(r,n).width)):e,0)}function C(e,t){if(typeof document>`u`||typeof window>`u`)return{width:0,height:0};if(t<1)throw RangeError(`fontSize must be positive`);if(e.length===0)return{width:0,height:0};let n=`http://www.w3.org/2000/svg`,r=document.createElementNS(n,`svg`);r.style.position=`absolute`,r.style.visibility=`hidden`,r.style.fontFamily=window.getComputedStyle(document.body).fontFamily,r.style.fontSize=`${t}px`;let i=document.createElementNS(n,`text`);i.textContent=e,r.appendChild(i),document.body.appendChild(r);let a=i.getBBox();return document.body.removeChild(r),{width:a.width,height:a.height}}function w(e,t){if(!e)return{byDayIndex:()=>!1,shouldShow:!1};if(e===!0)return{byDayIndex:e=>(7+e-t)%7%2!=0,shouldShow:!0};let n=[];for(let t of e){let e=T[t.toLowerCase()];n[e]=!0}return{byDayIndex:e=>n[e]??!1,shouldShow:e.length>0}}var T={sun:0,mon:1,tue:2,wed:3,thu:4,fri:5,sat:6};function E(e,t=5){let n=D(t);return e?(O(e,t),e.light=e.light??n.light,e.dark=e.dark??n.dark,{light:A(e.light)?k(e.light,t):e.light,dark:A(e.dark)?k(e.dark,t):e.dark}):n}function D(e){return{light:k([`hsl(0, 0%, 92%)`,`hsl(0, 0%, 26%)`],e),dark:k([`hsl(0, 0%, 22%)`,`hsl(0, 0%, 92%)`],e)}}function O(e,t){let n=`The number of colors is controlled by the "maxLevel" property.`;if(typeof e!=`object`||e.light===void 0&&e.dark===void 0)throw 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){let{length:r}=e.light;if(r!==2&&r!==t)throw Error(`theme.light must contain exactly 2 or ${t} colors, ${r} passed. ${n}`);for(let t of e.light)if(typeof window<`u`&&!CSS.supports(`color`,t))throw Error(`Invalid color "${t}" passed. All CSS color formats are accepted.`)}if(e.dark){let{length:r}=e.dark;if(r!==2&&r!==t)throw Error(`theme.dark must contain exactly 2 or ${t} colors, ${r} passed. ${n}`);for(let t of e.dark)if(typeof window<`u`&&!CSS.supports(`color`,t))throw Error(`Invalid color "${t}" passed. All CSS color formats are accepted.`)}}function k([e,t],n){return b(n).map(r=>{switch(r){case 0:return e;case n-1:return t;default:{let i=r/(n-1)*100;return`color-mix(in oklab, ${t} ${parseFloat(i.toFixed(2))}%, ${e})`}}})}function A(e){return e.length===2}var j={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`}}},ee=n.forwardRef(({data:e,blockMargin:t=4,blockRadius:r=2,blockSize:c=12,colorScheme:p=void 0,eventHandlers:_={},fontSize:C=14,hideColorLegend:T=!1,hideMonthLabels:D=!1,hideTotalCount:O=!1,labels:k=void 0,maxLevel:A=4,loading:ee=!1,renderBlock:te=void 0,renderColorLegend:M=void 0,showWeekdayLabels:ne=!1,style:re={},theme:N=void 0,totalCount:P=void 0,weekStart:ie=0},ae)=>{let[oe,se]=n.useState(!1);n.useEffect(()=>{se(!0)},[]),A=Math.max(1,A);let ce=E(N,A+1),le=u(),ue=p??le,de=ce[ue];f(de[0],ue);let fe=!m();ee&&(e=y()),h(e,A);let pe=e[0],me=i.getYear(i.parseISO(pe.date)),he=g(e,ie),ge=Object.assign({},l,k),_e=D?0:C+s,ve=w(ne,ie),ye=oe&&ve.shouldShow?S(ge.weekdays,ve,C)+s:void 0;function be(){return{width:he.length*(c+t)-t,height:_e+(c+t)*7-t}}function xe(e){return Object.keys(_).reduce((t,n)=>({...t,[n]:t=>_[n]?.(t)(e)}),{})}function Se(){return he.map((e,i)=>e.map((e,o)=>{if(!e)return null;let s=ee&&fe?{animation:`${d} 1.75s ease-in-out infinite`,animationDelay:`${i*20+o*20}ms`}:void 0,l=a.jsx(`rect`,{...xe(e),x:0,y:_e+(c+t)*o,width:c,height:c,rx:r,ry:r,fill:de[e.level],"data-date":e.date,"data-level":e.level,style:{...j.rect(ue),...s}});return a.jsx(n.Fragment,{children:te?te(l,e):l},e.date)})).map((e,n)=>a.jsx(`g`,{transform:`translate(${(c+t)*n}, 0)`,children:e},n))}function Ce(){if(O&&T)return null;let t=typeof P==`number`?P:e.reduce((e,t)=>e+t.count,0);return a.jsxs(`footer`,{className:v(`footer`),style:{...j.footer.container,marginLeft:ye},children:[ee&&a.jsx(`div`,{children:`\xA0`}),!ee&&!O&&a.jsx(`div`,{className:v(`count`),children:ge.totalCount?ge.totalCount.replace(`{{count}}`,String(t)).replace(`{{year}}`,String(me)):`${t} activities in ${me}`}),!ee&&!T&&a.jsxs(`div`,{className:v(`legend-colors`),style:j.footer.legend,children:[a.jsx(`span`,{style:{marginRight:`0.4em`},children:ge.legend.less}),b(A+1).map(e=>{let t=a.jsx(`svg`,{width:c,height:c,children:a.jsx(`rect`,{width:c,height:c,fill:de[e],rx:r,ry:r,style:j.rect(ue)})});return a.jsx(n.Fragment,{children:M?M(t,e):t},e)}),a.jsx(`span`,{style:{marginLeft:`0.4em`},children:ge.legend.more})]})]})}function we(){return ve.shouldShow?a.jsx(`g`,{className:v(`legend-weekday`),children:b(7).map(e=>{let n=(e+ie)%7;return ve.byDayIndex(n)?a.jsx(`text`,{x:-s,y:_e+(c+t)*e+c/2,dominantBaseline:`central`,textAnchor:`end`,fill:`currentColor`,children:ge.weekdays[n]},e):null})}):null}function Te(){return D?null:a.jsx(`g`,{className:v(`legend-month`),children:x(he,ge.months).map(({label:e,weekIndex:n})=>a.jsx(`text`,{x:(c+t)*n,y:0,dominantBaseline:`hanging`,fill:`currentColor`,children:e},n))})}let{width:Ee,height:De}=be();return a.jsxs(`article`,{ref:ae,className:o,style:{...re,...j.container(C)},children:[a.jsx(`div`,{className:v(`scroll-container`),style:j.scrollContainer(C),children:a.jsxs(`svg`,{width:Ee,height:De,viewBox:`0 0 ${Ee} ${De}`,className:v(`calendar`),style:{...j.calendar,marginLeft:ye},children:[!ee&&we(),!ee&&Te(),Se()]})}),Ce()]})});ee.displayName=`ActivityCalendar`,t.ActivityCalendar=ee}))(),QT=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,alignItems:`center`,"svg rect":{stroke:`#0000 !important`}})),$T=e=>{let t=new Date,n=new Date;n.setFullYear(t.getFullYear()-1);let r=t.toISOString().split(`T`)[0],i=n.toISOString().split(`T`)[0],a=e.some(e=>e.date===r);return e.some(e=>e.date===i)||e.unshift({count:0,date:i,level:0}),a||e.push({count:0,date:r,level:0}),e},eE=e=>{let t=e.map(e=>e.count),n=Object.values(t).sort((e,t)=>e-t),r=e=>n[Math.floor(e/100*n.length)]||n[n.length-1],i=[r(25),r(50),r(75),r(100)],a=e=>e<=i[0]?1:e<=i[1]?2:e<=i[2]?3:4;return e.map(({date:e,count:t})=>({date:e,count:t,level:a(t)}))},tE=()=>{let{data:e}=vs(L(`projectId`)),{themeMode:t}=Mr(),n={light:[`#f1f0fc`,`#ceccfd`,`#8982ff`,`#6c65e5`,`#615bc2`],dark:[`#302E42`,sa.palette.background.alternative]},r=$T(eE(e.activityCountByDate));return(0,G.jsx)(G.Fragment,{children:e.activityCountByDate.length>0?(0,G.jsx)(QT,{children:(0,G.jsx)(ZT.ActivityCalendar,{colorScheme:t,theme:n,data:r,maxLevel:4,showWeekdayLabels:!0,labels:{totalCount:`{{count}} activities in the last year`},renderBlock:(e,t)=>(0,G.jsx)(Ua,{title:`${t.count} activities on ${t.date}`,children:e})})}):(0,G.jsx)(`span`,{children:`No activity`})})},nE={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.`},rE=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}})),iE=({text:e})=>(0,G.jsxs)(U(`span`)(({theme:e})=>({display:`flex`,alignItems:`flex-start`,gap:e.spacing(1),fontSize:e.typography.body1.fontSize,padding:e.spacing(1)})),{children:[(0,G.jsx)(Wn,{fontSize:`small`,color:`primary`}),(0,G.jsx)(`p`,{children:e})]}),aE=({children:e,tooltipText:t})=>(0,G.jsx)(`li`,{children:(0,G.jsx)(ae,{arrow:!0,maxWidth:`850px`,title:(0,G.jsx)(iE,{text:t}),children:(0,G.jsx)(rE,{tabIndex:0,children:e})})}),oE=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})),sE=U(`span`)({display:`flex`,alignItems:`center`,justifyContent:`space-between`}),cE=U(`span`)(({theme:e})=>({fontSize:`calc(2 * ${e.typography.body1.fontSize})`})),lE=U(`dl`)(({theme:e})=>({margin:0,fontSize:e.typography.body2.fontSize,"& dd":{margin:0,fontWeight:`bold`}})),uE=U(`span`)(({theme:e})=>({fontSize:e.typography.body2.fontSize})),dE=U(`span`)({fontWeight:`normal`}),fE=({averageDays:e})=>(0,G.jsxs)(lE,{children:[(0,G.jsx)(`dt`,{children:`Avg. time in stage`}),(0,G.jsx)(`dd`,{"data-loading-project-lifecycle-summary":!0,children:(0,G.jsx)(()=>e==null?(0,G.jsx)(dE,{children:`No data`}):e<1?`less than a day`:e===1?`1 day`:`${e} days`,{})})]}),pE=({value:e})=>(0,G.jsx)(cE,{"data-loading-project-lifecycle-summary":!0,children:(0,G.jsx)(Bn,{value:e??0,threshold:1e3,precision:1})}),mE=()=>{let{data:e,loading:t}=vs(L(`projectId`)),n=jn(t,`[data-loading-project-lifecycle-summary=true]`),r=t=>e?.lifecycleSummary[t].currentFlags===1?`Flag`:`Flags`,i=e=>{let t=e===`preLive`?`pre-live`:e;return(0,G.jsxs)(uE,{children:[r(e),` in`,` `,Hr(t)]})},a=e?.lifecycleSummary.archived.last30Days??0,o=`${a} ${a===1?`flag`:`flags`} archived`;return(0,G.jsxs)(oE,{ref:n,children:[(0,G.jsxs)(aE,{tooltipText:nE.initial,children:[(0,G.jsxs)(`p`,{children:[(0,G.jsxs)(sE,{children:[(0,G.jsx)(pE,{value:e?.lifecycleSummary.initial.currentFlags}),(0,G.jsx)(cr,{"aria-hidden":`true`,stage:{name:`initial`}})]}),(0,G.jsx)(`span`,{children:i(`initial`)})]}),(0,G.jsx)(fE,{averageDays:e?.lifecycleSummary.initial.averageDays})]}),(0,G.jsxs)(aE,{tooltipText:nE.preLive,children:[(0,G.jsxs)(`p`,{children:[(0,G.jsxs)(sE,{children:[(0,G.jsx)(pE,{value:e?.lifecycleSummary.preLive.currentFlags}),(0,G.jsx)(cr,{"aria-hidden":`true`,stage:{name:`pre-live`}})]}),(0,G.jsx)(`span`,{children:i(`preLive`)})]}),(0,G.jsx)(fE,{averageDays:e?.lifecycleSummary.preLive.averageDays})]}),(0,G.jsxs)(aE,{tooltipText:nE.live,children:[(0,G.jsxs)(`p`,{children:[(0,G.jsxs)(sE,{children:[(0,G.jsx)(pE,{value:e?.lifecycleSummary.live.currentFlags}),(0,G.jsx)(cr,{"aria-hidden":`true`,stage:{name:`live`}})]}),(0,G.jsx)(`span`,{children:i(`live`)})]}),(0,G.jsx)(fE,{averageDays:e?.lifecycleSummary.live.averageDays})]}),(0,G.jsxs)(aE,{tooltipText:nE.completed,children:[(0,G.jsxs)(`p`,{children:[(0,G.jsxs)(sE,{children:[(0,G.jsx)(pE,{value:e?.lifecycleSummary.completed.currentFlags}),(0,G.jsx)(cr,{"aria-hidden":`true`,stage:{name:`completed`}})]}),(0,G.jsx)(`span`,{children:i(`completed`)})]}),(0,G.jsx)(fE,{averageDays:e?.lifecycleSummary.completed.averageDays})]}),(0,G.jsxs)(aE,{tooltipText:nE.archived,children:[(0,G.jsxs)(`p`,{children:[(0,G.jsxs)(sE,{children:[(0,G.jsx)(pE,{value:e?.lifecycleSummary.archived.currentFlags}),(0,G.jsx)(cr,{"aria-hidden":`true`,stage:{name:`archived`}})]}),(0,G.jsx)(`span`,{children:i(`archived`)})]}),(0,G.jsxs)(lE,{children:[(0,G.jsx)(`dt`,{children:`Last 30 days`}),(0,G.jsx)(`dd`,{"data-loading-project-lifecycle-summary":!0,children:o})]})]})]})},hE=U(`article`)(({theme:e})=>({backgroundColor:e.palette.background.elevation1,padding:e.spacing(3),borderRadius:e.shape.borderRadiusExtraLarge})),gE=40,_E=13,vE=gE*2+_E,yE=100,bE=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(1)})),xE=U(`div`)(({theme:e})=>({display:`flex`,alignItems:`center`,gap:e.spacing(2)})),SE=U(`div`)(({theme:e})=>({flex:`none`,height:85,width:yE,position:`relative`})),CE=U(`svg`)({position:`absolute`}),wE=U(`span`)(({theme:e})=>({fontSize:e.typography.h1.fontSize})),TE=U(`div`)(({theme:e})=>({flex:`none`,display:`grid`,placeItems:`center`,width:yE})),EE=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:vE,height:vE,overflow:`hidden`})),DE=({flagCount:e})=>(0,G.jsx)(TE,{children:(0,G.jsxs)(EE,{children:[(0,G.jsx)(wE,{children:(0,G.jsx)(Bn,{value:e,threshold:1e3,precision:1})}),(0,G.jsx)(`span`,{children:`unhealthy`}),(0,G.jsx)(`span`,{children:e===1?`flag`:`flags`})]})}),OE=e=>{let t=P();switch($t(e)){case`error`:return t.palette.error.main;case`warning`:return t.palette.warning.border;default:return t.palette.success.border}},kE=U(hE)(({theme:e})=>({display:`flex`,flexDirection:`column`,justifyContent:`space-around`,gap:e.spacing(2)})),AE=()=>{let e=L(`projectId`),{data:{technicalDebt:t,staleFlags:n}}=vs(e),{isOss:r}=ti(),i=P(),a=2*Math.PI*gE,o=.3;1-o;let s=.75-o/2,c=(t.current||0)/100*a*.7,l=OE(t.current||0);return(0,G.jsxs)(kE,{children:[(0,G.jsxs)(xE,{children:[(0,G.jsx)(SE,{children:(0,G.jsxs)(CE,{viewBox:`0 0 100 100`,children:[(0,G.jsx)(`circle`,{cx:`50`,cy:`50`,r:gE,fill:`none`,stroke:i.palette.background.application,strokeWidth:_E,strokeDasharray:`${.7*a} ${o*a}`,strokeDashoffset:s*a}),(0,G.jsx)(`circle`,{cx:`50`,cy:`50`,r:gE,fill:`none`,stroke:l,strokeWidth:_E,strokeDasharray:`${c} ${a-c}`,strokeDashoffset:s*a}),(0,G.jsxs)(`text`,{x:`50`,y:`50`,textAnchor:`middle`,dominantBaseline:`middle`,fill:i.palette.text.primary,fontSize:i.typography.h1.fontSize,children:[t.current||0,`%`]})]})}),(0,G.jsxs)(bE,{children:[(0,G.jsxs)(H,{children:[`Your current technical debt rating is`,` `,t.current,`%.`]}),!r()&&(0,G.jsx)(z,{to:`/insights?project=IS%3A${e}`,children:`View technical debt over time`})]})]}),(0,G.jsxs)(xE,{children:[(0,G.jsx)(DE,{flagCount:n.total}),(0,G.jsxs)(bE,{children:[(0,G.jsx)(H,{variant:`body2`,children:`To keep your project healthy, archive stale feature flags and remove code from your code base to reduce technical debt.`}),(0,G.jsx)(z,{to:`/projects/${e}?state=IS_ANY_OF%3Astale%2Cpotentially-stale`,children:`View unhealthy flags`})]})]})]})},jE=or((0,G.jsx)(`path`,{d:`M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3m-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3m0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5m8 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.5`}),`Group`),ME=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(2),containerType:`inline-size`})),NE=U(`span`)(({theme:e})=>({display:`inline-flex`,flexFlow:`row nowrap`,gap:e.spacing(1),svg:{fill:e.palette.primary.main}})),PE=e=>({"@container (max-width: 385px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 385px)":e}}),FE=U(`li`)(({theme:e})=>({display:`flex`,flexFlow:`row`,justifyContent:`space-between`,alignItems:`center`,gap:e.spacing(1),...PE({flexFlow:`column`,alignItems:`flex-start`,justifyContent:`unset`,"& + li":{marginTop:e.spacing(5)}})})),IE=U(`ul`)(({theme:e})=>({margin:0,listStyle:`none`,padding:0,"li + li":{marginTop:e.spacing(2)},...PE({"li + li":{marginTop:e.spacing(4)}})})),LE=({children:e,linkUrl:t,linkText:n,icon:r})=>(0,G.jsxs)(FE,{children:[(0,G.jsxs)(NE,{children:[r,(0,G.jsx)(`span`,{"data-loading-resources":!0,children:e})]}),(0,G.jsx)(z,{to:t,children:n})]}),RE=e=>{let{data:t,loading:n}=vs(e),{resources:r}=t??{resources:{members:0,apiTokens:0,segments:0}};return{resources:r,loading:n}},zE=()=>{let e=L(`projectId`),{resources:t,loading:n}=RE(e);return(0,G.jsx)(hE,{ref:jn(n,`[data-loading-resources=true]`),children:(0,G.jsxs)(ME,{children:[(0,G.jsx)(H,{variant:`h4`,sx:{margin:0},children:`Project resources`}),(0,G.jsxs)(IE,{children:[(0,G.jsxs)(LE,{linkUrl:`/projects/${e}/settings/access`,linkText:`Add members`,icon:(0,G.jsx)(jE,{}),children:[t.members,` project member(s)`]}),(0,G.jsxs)(LE,{linkUrl:`/projects/${e}/settings/api-access`,linkText:`Add new key`,icon:(0,G.jsx)(c,{}),children:[t.apiTokens,` API key(s)`]}),(0,G.jsxs)(LE,{linkUrl:`/projects/${e}/settings/segments`,linkText:`Add segments`,icon:(0,G.jsx)(At,{}),children:[t.segments,` project segment(s)`]})]})]})})},BE=e=>({"@container (max-width: 650px)":e,"@supports not (container-type: inline-size)":{"@media (max-width: 712px)":e}}),VE=U(`div`)({containerType:`inline-size`}),HE=U(`div`)(({theme:e})=>({display:`grid`,gridTemplateAreas:`
44
+ "health resources"
45
+ "health resources"
46
+ `,gridTemplateColumns:`repeat(2, minmax(300px, 1fr))`,gap:e.spacing(1,2),...BE({display:`flex`,flexDirection:`column`,gap:e.spacing(1)})})),UE=U(`div`,{shouldForwardProp:e=>e!==`gridArea`})(({theme:e,gridArea:t})=>({gridArea:t,"&>*":{height:`100%`}})),WE=()=>(0,G.jsx)(VE,{children:(0,G.jsxs)(HE,{children:[(0,G.jsx)(UE,{gridArea:`health`,children:(0,G.jsx)(AE,{})}),(0,G.jsx)(UE,{gridArea:`resources`,children:(0,G.jsx)(zE,{})})]})}),GE=or((0,G.jsx)(`path`,{d:`M4 4h16v12H5.17L4 17.17zm0-2c-1.1 0-1.99.9-1.99 2L2 22l4-4h14c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2zm2 10h8v2H6zm0-3h12v2H6zm0-3h12v2H6z`}),`ChatOutlined`),KE=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)})),qE=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(4)})),JE=U(`div`)(({theme:e})=>({display:`flex`,alignItems:`end`})),YE=U(`div`)(({theme:e})=>({display:`flex`,alignItems:`center`,gap:e.spacing(1.5),marginInlineEnd:e.spacing(5)})),XE=U(ho)(({theme:e})=>({fill:e.palette.primary.main,flex:`none`})),ZE=U(`h3`)(({theme:e})=>({fontSize:e.typography.h2.fontSize,margin:0})),QE=U(`h4`)(({theme:e})=>({margin:0,fontWeight:`normal`})),$E=U(`div`)(({theme:e})=>({display:`flex`,flexDirection:`column`,gap:e.spacing(2)})),eD=U(`div`)(({theme:e})=>({padding:e.spacing(.5)})),tD=U(`p`)(({theme:e})=>({fontSize:e.typography.body1.fontSize,"& + p":{marginTop:e.spacing(1)}})),nD=()=>(0,G.jsx)(N,{htmlTooltip:!0,htmlTooltipMaxWidth:`550px`,tooltip:(0,G.jsxs)(eD,{children:[(0,G.jsx)(tD,{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.`}),(0,G.jsx)(tD,{children:(0,G.jsx)(`a`,{href:`https://docs.getunleash.io/concepts/feature-flags#feature-flag-lifecycle`,children:`Read more in our documentation`})})]})}),rD=U(`div`)(({theme:e})=>({display:`flex`,justifyContent:`flex-end`,marginBlockStart:`auto`,gap:e.spacing(4)})),iD=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})),aD=U(V)(({theme:e})=>({color:e.palette.primary.main,fontWeight:`normal`,padding:0,textDecoration:`underline`,verticalAlign:`baseline`})),oD=({open:e,onClose:t,onFollowLink:n})=>{let{openFeedback:r}=Le(`projectStatus`,`manual`),i=()=>{r({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:a}=ti();return(0,G.jsx)(C,{open:e,onClose:t,label:`Project status`,onClick:e=>{e.target instanceof HTMLAnchorElement&&n()},children:(0,G.jsxs)(KE,{children:[(0,G.jsxs)(YE,{children:[(0,G.jsx)(XE,{"aria-hidden":`true`}),(0,G.jsx)(ZE,{children:`Project status`})]}),(0,G.jsxs)(qE,{children:[(0,G.jsx)($E,{children:(0,G.jsx)(WE,{})}),!a()&&(0,G.jsxs)(G.Fragment,{children:[(0,G.jsxs)($E,{children:[(0,G.jsx)(QE,{children:`Activity in project`}),(0,G.jsx)(tE,{})]}),(0,G.jsxs)($E,{children:[(0,G.jsxs)(JE,{children:[(0,G.jsx)(QE,{children:`Flag lifecycle`}),(0,G.jsx)(nD,{})]}),(0,G.jsx)(mE,{})]})]})]}),(0,G.jsxs)(rD,{children:[(0,G.jsxs)(iD,{children:[(0,G.jsx)(GE,{color:`primary`}),(0,G.jsxs)(`p`,{children:[`Help us improve the project status overview; give us your`,` `,(0,G.jsx)(aD,{variant:`text`,onClick:()=>{i(),t()},size:`small`,children:`feedback`})]})]}),(0,G.jsx)(V,{variant:`outlined`,onClick:t,children:`Close`})]})]})})},sD=U(Nn)(({theme:e})=>({position:`absolute`,top:5,right:20,[e.breakpoints.down(`md`)]:{top:2}})),cD=U(ar)(({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`})),lD=U(`span`)(({theme:e})=>({color:e.palette.text.primary})),uD=()=>{let{total:e}=Hp(L(`projectId`));return(0,G.jsx)(cD,{badgeContent:e??0,color:`primary`,children:(0,G.jsx)(lD,{children:`Change requests`})})},dD=U(V)(({theme:e})=>({color:e.palette.text.primary,fontSize:e.typography.body1.fontSize,fontWeight:`bold`,"svg *":{fill:e.palette.primary.main}})),fD=U(ho)(({theme:e})=>({marginLeft:e.spacing(.5)})),pD=()=>{let[e,t]=nr(),[n,r]=(0,W.useState)(e.has(`project-status`));return(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(dD,{onClick:()=>{e.set(`project-status`,``),t(e),r(!0)},startIcon:(0,G.jsx)(fD,{}),"data-loading-project":!0,children:`Project status`}),(0,G.jsx)(oD,{open:n,onClose:()=>{e.delete(`project-status`),t(e),r(!1)},onFollowLink:()=>r(!1)})]})},mD=()=>{let e=L(`projectId`),{trackEvent:t}=I(),n=Ke(),{project:r,loading:i,error:a,refetch:o}=se(e),s=jn(i,`[data-loading-project=true]`),{setToastData:c,setToastApiError:l}=Lt(),[u,d]=(0,W.useState)(!1),f=gi(),{pathname:p}=ra(),{isOss:m,uiConfig:h,isPro:g}=ti(),_=`/projects/${e}`,v=r?.name||e,{favorite:y,unfavorite:b}=hn(),[x,C]=(0,W.useState)(!1),[T,E]=(0,W.useState)(!1),D=[{title:`Overview`,path:_,name:`flags`},{title:`Change requests`,path:`${_}/change-requests`,name:`change-request`,isEnterprise:!0,labelOverride:uD},{title:`Applications`,path:`${_}/applications`,name:`applications`},{title:`Event log`,path:`${_}/logs`,name:`logs`},{title:`Settings`,path:`${_}/settings`,ossPath:`${_}/settings/api-access`,name:`settings`}].filter(e=>e.flag?h.flags[e.flag]:!0).filter(e=>!(m()&&e.isEnterprise)),O=[...D].reverse().find(e=>p.startsWith(e.path));if((0,W.useEffect)(()=>{let e=n.get(`created`),t=n.get(`edited`);(e||t)&&c({type:`success`,text:e?`Project created`:`Project updated`})},[]),a?.status===404)return(0,G.jsxs)(ki,{sx:e=>({padding:e.spacing(2,4,4)}),children:[(0,G.jsx)(H,{variant:`h1`,children:`404 Not Found`}),(0,G.jsxs)(H,{children:[`Project `,(0,G.jsx)(`strong`,{children:e}),` does not exist.`]})]});let k=async()=>{try{r?.favorite?await b(e):await y(e),o()}catch{l(`Something went wrong, could not update favorite`)}},A=(0,G.jsx)(B,{sx:e=>({marginLeft:e.spacing(1),display:`flex`}),children:(0,G.jsx)(Sr,{})});return r.archivedAt?(0,G.jsx)(Sb,{name:r.name}):(0,G.jsxs)(`div`,{ref:s,children:[(0,G.jsxs)(bo,{children:[(0,G.jsx)(xo,{children:(0,G.jsxs)(_o,{children:[(0,G.jsx)(go,{children:(0,G.jsxs)(So,{children:[(0,G.jsx)(w,{condition:r?.mode===`private`,show:(0,G.jsx)(pb,{})}),(0,G.jsx)(vo,{"data-loading-project":!0,children:v}),(0,G.jsx)(yo,{onClick:k,isFavorite:r?.favorite||!1})]})}),(0,G.jsx)(go,{children:(0,G.jsx)(pD,{})})]})}),(0,G.jsx)(Co,{}),(0,G.jsx)(wo,{children:(0,G.jsx)(Tr,{value:O?.path,indicatorColor:`primary`,textColor:`primary`,variant:`scrollable`,allowScrollButtonsMobile:!0,children:D.map(e=>(0,G.jsx)(To,{"data-loading-project":!0,label:e.labelOverride?(0,G.jsx)(e.labelOverride,{}):e.title,value:e.path,onClick:()=>{e.title!==`Flags`&&t(`project-navigation`,{props:{eventType:e.title}}),f(m()&&e.ossPath?e.ossPath:e.path)},"data-testid":`TAB_${e.title}`,iconPosition:e.isEnterprise?`end`:void 0,icon:(0,G.jsxs)(G.Fragment,{children:[(0,G.jsx)(w,{condition:!!e.new,show:(0,G.jsx)(`span`,{children:(0,G.jsx)(sD,{color:`success`,children:`Beta`})})}),e.isEnterprise&&g()&&A||void 0]})},e.title))})})]}),(0,G.jsx)(_i,{projectId:e,open:x,onClose:()=>{C(!1)},onSuccess:()=>{f(`/projects`)}}),(0,G.jsxs)(kr,{children:[(0,G.jsx)(S,{path:`access/*`,element:(0,G.jsx)(Vt,{replace:!0,to:`/projects/${e}/settings/access`})}),(0,G.jsx)(S,{path:`logs`,element:(0,G.jsx)(Tf,{})}),(0,G.jsx)(S,{path:`change-requests`,element:(0,G.jsx)(zm,{})}),(0,G.jsx)(S,{path:`change-requests/:id`,element:(0,G.jsx)(ct,{value:{willOverwriteStrategyChanges:T,registerWillOverwriteStrategyChanges:()=>E(!0)},children:(0,G.jsx)(Em,{})})}),(0,G.jsx)(S,{path:`settings/*`,element:(0,G.jsx)(db,{})}),(0,G.jsx)(S,{path:`applications`,element:(0,G.jsx)(xb,{})}),(0,G.jsx)(S,{path:`*`,element:(0,G.jsx)(wf,{})})]}),(0,G.jsx)(Vd,{open:u,setOpen:d,project:e})]})};export{mD as default};