abdul-react 0.0.33 → 0.0.34

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 (106) hide show
  1. package/lib/_virtual/index11.js +2 -2
  2. package/lib/_virtual/index9.js +2 -2
  3. package/lib/assets/icons/fia_ai_icon.svg.js +846 -0
  4. package/lib/assets/icons/fia_ai_icon.svg.js.map +1 -0
  5. package/lib/components/AppHeader/AppHeader.js +1 -1
  6. package/lib/components/AppHeader/AppHeader.js.map +1 -1
  7. package/lib/components/Comments/childComment/ChildComment.js +6 -6
  8. package/lib/components/Comments/childComment/ChildComment.js.map +1 -1
  9. package/lib/components/DragAndDrop/DragAndDrop.d.ts +2 -0
  10. package/lib/components/DragAndDrop/DragAndDrop.js +3 -1
  11. package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -1
  12. package/lib/components/Editor/Editor.js +4 -2
  13. package/lib/components/Editor/Editor.js.map +1 -1
  14. package/lib/components/Editor/types.d.ts +4 -0
  15. package/lib/components/Excel/Data.d.ts +60 -0
  16. package/lib/components/Excel/Data.js +12 -2
  17. package/lib/components/Excel/Data.js.map +1 -1
  18. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +26 -14
  19. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  20. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +6 -1
  21. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
  22. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +36 -11
  23. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
  24. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +0 -3
  25. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +4 -8
  26. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js.map +1 -1
  27. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js +5 -1
  28. package/lib/components/Excel/ExcelFile/ExcelFileComponents/DataViewer.js.map +1 -1
  29. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +4 -4
  30. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
  31. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +0 -3
  32. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +5 -9
  33. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -1
  34. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +160 -189
  35. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  36. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js +9 -13
  37. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Table.js.map +1 -1
  38. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js +1 -0
  39. package/lib/components/Excel/ExcelFile/ExcelFileComponents/index.js.map +1 -1
  40. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +51 -16
  41. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  42. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js +1 -1
  43. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducerFunctions.js.map +1 -1
  44. package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +3 -5
  45. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +6 -18
  46. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +118 -67
  47. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -1
  48. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +26 -25
  49. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -1
  50. package/lib/components/Excel/dataConversion.js +12 -3
  51. package/lib/components/Excel/dataConversion.js.map +1 -1
  52. package/lib/components/Icon/Icon.js +14 -1
  53. package/lib/components/Icon/Icon.js.map +1 -1
  54. package/lib/components/Icon/iconList.js +2 -0
  55. package/lib/components/Icon/iconList.js.map +1 -1
  56. package/lib/components/Input/Input.js +3 -2
  57. package/lib/components/Input/Input.js.map +1 -1
  58. package/lib/components/Input/types.d.ts +1 -0
  59. package/lib/components/MachineInputField/MachineInputField.js +2 -2
  60. package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
  61. package/lib/components/PrePostTable/PrePostTable.js +2 -0
  62. package/lib/components/PrePostTable/PrePostTable.js.map +1 -1
  63. package/lib/components/Prompt/Prompt.js +15 -1
  64. package/lib/components/Prompt/Prompt.js.map +1 -1
  65. package/lib/components/Prompt/types.d.ts +4 -0
  66. package/lib/components/Select/Select.js +3 -1
  67. package/lib/components/Select/Select.js.map +1 -1
  68. package/lib/components/Select/components/Dropdown.js +2 -1
  69. package/lib/components/Select/components/Dropdown.js.map +1 -1
  70. package/lib/components/Select/types.d.ts +3 -2
  71. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +4 -4
  72. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
  73. package/lib/components/StepsLandingTable/Components/StepInnerTable.js +2 -0
  74. package/lib/components/StepsLandingTable/Components/StepInnerTable.js.map +1 -1
  75. package/lib/components/StepsLandingTable/StepLandingTable.js +5 -2
  76. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  77. package/lib/components/StepsLandingTable/types.d.ts +1 -0
  78. package/lib/components/TableTreeFn/TableTreeFn.js +30 -0
  79. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
  80. package/lib/components/Toggle/Toggle.js +6 -2
  81. package/lib/components/Toggle/Toggle.js.map +1 -1
  82. package/lib/hooks/useFileDropzone.js +45 -17
  83. package/lib/hooks/useFileDropzone.js.map +1 -1
  84. package/lib/index.cjs +1582 -400
  85. package/lib/index.cjs.map +1 -1
  86. package/lib/index.d.ts +22 -3
  87. package/lib/index.js +1 -0
  88. package/lib/index.js.map +1 -1
  89. package/lib/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js +106 -0
  90. package/lib/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js.map +1 -0
  91. package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
  92. package/lib/node_modules/js-beautify/js/src/css/index.js +1 -1
  93. package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
  94. package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
  95. package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
  96. package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
  97. package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
  98. package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
  99. package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
  100. package/lib/styles.css +1 -1
  101. package/lib/styles.css.map +1 -1
  102. package/lib/tsconfig.tsbuildinfo +1 -1
  103. package/lib/utils/useDeviceType/useDeviceType.d.ts +6 -0
  104. package/lib/utils/useDeviceType/useDeviceType.js +27 -0
  105. package/lib/utils/useDeviceType/useDeviceType.js.map +1 -0
  106. package/package.json +2 -1
package/lib/index.cjs CHANGED
@@ -856,6 +856,848 @@ const SvgHideScripts = (props) => /* @__PURE__ */ React__namespace.createElement
856
856
 
857
857
  const SvgFiaIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("circle", { cx: 16, cy: 17, r: 8, fill: "#F2D7FE" }), /* @__PURE__ */ React__namespace.createElement("rect", { x: 0.5, y: 0.5, width: 31, height: 31, rx: 15.5, fill: "url(#paint0_linear_175_15917)", stroke: "url(#paint1_linear_175_15917)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M25.0585 16.7819C25.0585 19.7902 23.9858 21.7593 22.2647 22.9703C20.3982 24.2141 18.2799 24.5817 16 24.5817C10.9988 24.5817 6.9415 22.6318 6.9415 16.7819C6.9415 11.3181 10.9988 7.41821 16 7.41821C21.0013 7.41821 25.0585 11.3181 25.0585 16.7819Z", fill: "#F5F5F5" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.7067 23.6157L22.6985 23.6212C20.653 24.9843 18.3597 25.3639 16 25.3639C13.4186 25.3639 10.9594 24.8642 9.12864 23.5033C7.25646 22.1116 6.1593 19.9083 6.1593 16.7819C6.1593 10.8945 10.5585 6.63605 16 6.63605C21.4415 6.63605 25.8407 10.8945 25.8407 16.7819C25.8407 20.0008 24.6777 22.2289 22.7148 23.61L22.7067 23.6157ZM22.2647 22.9703C23.9858 21.7593 25.0585 19.7903 25.0585 16.7819C25.0585 11.3182 21.0013 7.41824 16 7.41824C10.9988 7.41824 6.94149 11.3182 6.94149 16.7819C6.94149 22.6318 10.9988 24.5817 16 24.5817C18.2799 24.5817 20.3982 24.2142 22.2647 22.9703Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M16 7.41821C15.7588 7.41821 15.5233 7.43538 15.2849 7.45302C19.951 7.8063 23.6283 11.5818 23.6283 16.7819C23.6283 19.7902 22.5555 21.7593 20.8344 22.9703C19.5495 23.8284 17.9428 24.4573 15.304 24.5641C15.5342 24.5731 15.765 24.5817 16 24.5817C18.2823 24.5817 20.3991 24.2137 22.2647 22.9703C23.9858 21.7593 25.0585 19.7902 25.0585 16.7819C25.0585 11.3181 21.0013 7.41821 16 7.41821Z", fill: "#CFD8DC" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M18.8606 13.1394H13.1394C10.7696 13.1394 8.84856 15.0605 8.84856 17.4303C8.84856 19.8001 10.7696 21.7212 13.1394 21.7212H18.8606C21.2304 21.7212 23.1515 19.8001 23.1515 17.4303C23.1515 15.0605 21.2304 13.1394 18.8606 13.1394Z", fill: "#607D8B" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M18.8606 13.1394H17.4303C19.8001 13.1394 21.7212 15.0605 21.7212 17.4303C21.7212 19.8001 19.8001 21.7212 17.4303 21.7212H18.8606C21.2304 21.7212 23.1515 19.8001 23.1515 17.4303C23.1515 15.0605 21.2304 13.1394 18.8606 13.1394Z", fill: "#37474F" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.89503 9.32527C8.42165 9.32527 8.84855 8.89836 8.84855 8.37174C8.84855 7.84512 8.42165 7.41821 7.89503 7.41821C7.36841 7.41821 6.9415 7.84512 6.9415 8.37174C6.9415 8.89836 7.36841 9.32527 7.89503 9.32527Z", fill: "#D156E5" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.40727 8.37179C9.40727 9.20698 8.73022 9.88403 7.89503 9.88403C7.05985 9.88403 6.3828 9.20698 6.3828 8.37179C6.3828 7.53661 7.05985 6.85956 7.89503 6.85956C8.73022 6.85956 9.40727 7.53661 9.40727 8.37179ZM8.84856 8.37179C8.84856 8.89841 8.42165 9.32532 7.89503 9.32532C7.36841 9.32532 6.94151 8.89841 6.94151 8.37179C6.94151 7.84518 7.36841 7.41827 7.89503 7.41827C8.42165 7.41827 8.84856 7.84518 8.84856 8.37179Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.1859 17.9071C12.7125 17.9071 13.1394 17.4801 13.1394 16.9535C13.1394 16.4269 12.7125 16 12.1859 16C11.6593 16 11.2324 16.4269 11.2324 16.9535C11.2324 17.4801 11.6593 17.9071 12.1859 17.9071Z", fill: "#00BCD4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.8141 17.9071C20.3407 17.9071 20.7677 17.4801 20.7677 16.9535C20.7677 16.4269 20.3407 16 19.8141 16C19.2875 16 18.8606 16.4269 18.8606 16.9535C18.8606 17.4801 19.2875 17.9071 19.8141 17.9071Z", fill: "#00BCD4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.105 9.32527C24.6317 9.32527 25.0586 8.89836 25.0586 8.37174C25.0586 7.84512 24.6317 7.41821 24.105 7.41821C23.5784 7.41821 23.1515 7.84512 23.1515 8.37174C23.1515 8.89836 23.5784 9.32527 24.105 9.32527Z", fill: "#D156E5" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.6172 8.37179C25.6172 9.20698 24.9402 9.88403 24.105 9.88403C23.2698 9.88403 22.5927 9.20698 22.5927 8.37179C22.5927 7.53661 23.2698 6.85956 24.105 6.85956C24.9402 6.85956 25.6172 7.53661 25.6172 8.37179ZM25.0585 8.37179C25.0585 8.89841 24.6316 9.32532 24.105 9.32532C23.5784 9.32532 23.1515 8.89841 23.1515 8.37179C23.1515 7.84518 23.5784 7.41827 24.105 7.41827C24.6316 7.41827 25.0585 7.84518 25.0585 8.37179Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.4768 10.7556H15.5233C15.2599 10.7556 15.0465 10.5421 15.0465 10.2788C15.0465 10.0155 15.2599 9.80206 15.5233 9.80206H16.4768C16.7401 9.80206 16.9535 10.0155 16.9535 10.2788C16.9535 10.5421 16.7401 10.7556 16.4768 10.7556ZM15.0465 12.1859H16.9536C17.2169 12.1859 17.4303 11.9724 17.4303 11.7091C17.4303 11.4458 17.2169 11.2324 16.9536 11.2324H15.0465C14.7832 11.2324 14.5697 11.4458 14.5697 11.7091C14.5697 11.9724 14.7832 12.1859 15.0465 12.1859ZM23.6282 17.4303C23.6254 14.7984 21.4925 12.6655 18.8606 12.6626H13.1394C10.5063 12.6626 8.3718 14.7972 8.3718 17.4303C8.3718 20.0634 10.5063 22.1979 13.1394 22.1979H18.8606C21.4925 22.195 23.6254 20.0622 23.6282 17.4303ZM9.32532 17.4303C9.32769 15.3248 11.0339 13.6185 13.1394 13.6162H18.8606C20.9671 13.6162 22.6747 15.3238 22.6747 17.4303C22.6747 19.5368 20.9671 21.2444 18.8606 21.2444H13.1394C11.0339 21.242 9.32769 19.5358 9.32532 17.4303ZM10.7556 16.9535C10.7556 16.1636 11.396 15.5232 12.1859 15.5232C12.9758 15.5232 13.6162 16.1636 13.6162 16.9535C13.6162 17.7435 12.9758 18.3838 12.1859 18.3838C11.396 18.3838 10.7556 17.7435 10.7556 16.9535ZM11.7091 16.9535C11.7091 17.2168 11.9226 17.4303 12.1859 17.4303C12.4492 17.4303 12.6627 17.2168 12.6627 16.9535C12.6627 16.6902 12.4492 16.4768 12.1859 16.4768C11.9226 16.4768 11.7091 16.6902 11.7091 16.9535ZM19.8141 15.5232C20.6041 15.5232 21.2444 16.1636 21.2444 16.9535C21.2444 17.7435 20.6041 18.3838 19.8141 18.3838C19.0242 18.3838 18.3838 17.7435 18.3838 16.9535C18.3838 16.1636 19.0242 15.5232 19.8141 15.5232ZM19.8141 16.4768C19.5508 16.4768 19.3374 16.6902 19.3374 16.9535C19.3374 17.2168 19.5508 17.4303 19.8141 17.4303C20.0774 17.4303 20.2909 17.2168 20.2909 16.9535C20.2909 16.6902 20.0774 16.4768 19.8141 16.4768ZM16 18.8606C16.3955 18.8817 16.7855 18.7603 17.099 18.5183C17.2887 18.3389 17.587 18.3442 17.7702 18.5302C17.953 18.7156 17.9517 19.0138 17.7674 19.1977C17.2786 19.6213 16.6463 19.8419 16 19.8141C15.3549 19.841 14.7239 19.6205 14.236 19.1977C14.0656 19.0105 14.0711 18.7229 14.2485 18.5424C14.426 18.362 14.7135 18.3516 14.9035 18.5187C15.2164 18.76 15.6054 18.8812 16 18.8606Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1394 13.5603H18.8606C20.9979 13.5603 22.7306 15.293 22.7306 17.4303C22.7306 19.5676 20.9979 21.3003 18.8606 21.3003H13.1394C11.0031 21.2979 9.27185 19.5667 9.26945 17.4304L9.26945 17.4302C9.27185 15.2939 11.0031 13.5627 13.1394 13.5603ZM17.1353 18.5608L17.1331 18.5625C16.8098 18.8121 16.4078 18.9376 16 18.9165C15.5931 18.9371 15.1921 18.8118 14.8694 18.563L14.8679 18.5619L14.8666 18.5607C14.6988 18.4131 14.445 18.4223 14.2884 18.5816C14.1325 18.7401 14.1269 18.9924 14.2751 19.1576C14.7519 19.5697 15.368 19.7846 15.9977 19.7583L16.0001 19.7582L16.0024 19.7583C16.6337 19.7854 17.2515 19.5702 17.7293 19.1568C17.8905 18.9945 17.8912 18.7325 17.7305 18.5694C17.5686 18.405 17.305 18.4003 17.1374 18.5589L17.1353 18.5608ZM17.7674 19.1977C17.2786 19.6213 16.6463 19.8419 16 19.8141C15.3549 19.841 14.7239 19.6205 14.236 19.1977C14.0656 19.0105 14.0711 18.7229 14.2485 18.5424C14.426 18.362 14.7135 18.3516 14.9035 18.5187C15.2164 18.76 15.6054 18.8812 16 18.8606C16.3955 18.8817 16.7855 18.7603 17.099 18.5183C17.2887 18.3389 17.587 18.3442 17.7702 18.5302C17.953 18.7156 17.9517 19.0138 17.7674 19.1977ZM15.5233 10.6997H16.4768C16.7092 10.6997 16.8977 10.5113 16.8977 10.2788C16.8977 10.0464 16.7092 9.85793 16.4768 9.85793H15.5233C15.2908 9.85793 15.1024 10.0464 15.1024 10.2788C15.1024 10.5113 15.2908 10.6997 15.5233 10.6997ZM15.0465 12.13H16.9536C17.186 12.13 17.3744 11.9416 17.3744 11.7091C17.3744 11.4767 17.186 11.2882 16.9536 11.2882H15.0465C14.814 11.2882 14.6256 11.4767 14.6256 11.7091C14.6256 11.9416 14.814 12.13 15.0465 12.13ZM23.5724 17.4303C23.5695 14.8292 21.4616 12.7214 18.8605 12.7185H13.1394C10.5372 12.7185 8.42767 14.8281 8.42767 17.4303C8.42767 20.0325 10.5372 22.1421 13.1394 22.1421H18.8605C21.4616 22.1392 23.5695 20.0314 23.5724 17.4303ZM23.6282 17.4303C23.6254 14.7984 21.4925 12.6655 18.8606 12.6626H13.1394C10.5063 12.6626 8.3718 14.7972 8.3718 17.4303C8.3718 20.0634 10.5063 22.1979 13.1394 22.1979H18.8606C21.4925 22.195 23.6254 20.0622 23.6282 17.4303ZM12.1859 15.5791C11.4268 15.5791 10.8115 16.1945 10.8115 16.9535C10.8115 17.7126 11.4268 18.3279 12.1859 18.3279C12.945 18.3279 13.5603 17.7126 13.5603 16.9535C13.5603 16.1945 12.945 15.5791 12.1859 15.5791ZM12.1859 17.4862C11.8917 17.4862 11.6533 17.2477 11.6533 16.9535C11.6533 16.6594 11.8917 16.4209 12.1859 16.4209C12.4801 16.4209 12.7185 16.6594 12.7185 16.9535C12.7185 17.2477 12.4801 17.4862 12.1859 17.4862ZM21.1886 16.9535C21.1886 16.1945 20.5732 15.5791 19.8141 15.5791C19.0551 15.5791 18.4397 16.1945 18.4397 16.9535C18.4397 17.7126 19.0551 18.3279 19.8141 18.3279C20.5732 18.3279 21.1886 17.7126 21.1886 16.9535ZM19.2815 16.9535C19.2815 16.6594 19.52 16.4209 19.8141 16.4209C20.1083 16.4209 20.3468 16.6594 20.3468 16.9535C20.3468 17.2477 20.1083 17.4862 19.8141 17.4862C19.52 17.4862 19.2815 17.2477 19.2815 16.9535ZM15.5233 10.7556H16.4768C16.7401 10.7556 16.9535 10.5421 16.9535 10.2788C16.9535 10.0155 16.7401 9.80206 16.4768 9.80206H15.5233C15.2599 9.80206 15.0465 10.0155 15.0465 10.2788C15.0465 10.5421 15.2599 10.7556 15.5233 10.7556ZM16.9536 12.1859H15.0465C14.7832 12.1859 14.5697 11.9724 14.5697 11.7091C14.5697 11.4458 14.7832 11.2324 15.0465 11.2324H16.9536C17.2169 11.2324 17.4303 11.4458 17.4303 11.7091C17.4303 11.9724 17.2169 12.1859 16.9536 12.1859ZM13.1394 13.6162C11.0339 13.6185 9.32769 15.3248 9.32532 17.4303C9.32769 19.5358 11.0339 21.242 13.1394 21.2444H18.8606C20.9671 21.2444 22.6747 19.5368 22.6747 17.4303C22.6747 15.3238 20.9671 13.6162 18.8606 13.6162H13.1394ZM12.1859 15.5232C11.396 15.5232 10.7556 16.1636 10.7556 16.9535C10.7556 17.7435 11.396 18.3838 12.1859 18.3838C12.9758 18.3838 13.6162 17.7435 13.6162 16.9535C13.6162 16.1636 12.9758 15.5232 12.1859 15.5232ZM12.1859 17.4303C11.9226 17.4303 11.7091 17.2168 11.7091 16.9535C11.7091 16.6902 11.9226 16.4768 12.1859 16.4768C12.4492 16.4768 12.6627 16.6902 12.6627 16.9535C12.6627 17.2168 12.4492 17.4303 12.1859 17.4303ZM21.2444 16.9535C21.2444 16.1636 20.6041 15.5232 19.8141 15.5232C19.0242 15.5232 18.3838 16.1636 18.3838 16.9535C18.3838 17.7435 19.0242 18.3838 19.8141 18.3838C20.6041 18.3838 21.2444 17.7435 21.2444 16.9535ZM19.3374 16.9535C19.3374 16.6902 19.5508 16.4768 19.8141 16.4768C20.0774 16.4768 20.2909 16.6902 20.2909 16.9535C20.2909 17.2168 20.0774 17.4303 19.8141 17.4303C19.5508 17.4303 19.3374 17.2168 19.3374 16.9535Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.895 9.53558C8.08014 9.53558 8.23022 9.68567 8.23022 9.87081L8.23022 11.3757C8.23022 11.5608 8.08014 11.7109 7.895 11.7109C7.70986 11.7109 7.55978 11.5608 7.55978 11.3757L7.55978 9.87081C7.55978 9.68567 7.70986 9.53558 7.895 9.53558Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.105 9.53558C24.2901 9.53558 24.4402 9.68567 24.4402 9.87081L24.4402 11.3757C24.4402 11.5608 24.2901 11.7109 24.105 11.7109C23.9199 11.7109 23.7698 11.5608 23.7698 11.3757L23.7698 9.87081C23.7698 9.68567 23.9199 9.53558 24.105 9.53558Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint0_linear_175_15917", x1: 16, y1: 0, x2: 16, y2: 32, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#E14BEE" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#71347B" })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint1_linear_175_15917", x1: 16, y1: 0, x2: 16, y2: 32, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#71347B" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#E14BEE" }))));
858
858
 
859
+ const SvgFiaAiIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 47 43", width: "1em", height: "1em", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-28.624 0c0 .909 5.894 1.646 13.165 1.646 7.27 0 13.164-.737 13.164-1.646 0-.909-5.894-1.645-13.164-1.645s-13.165.736-13.165 1.645Z", fill: "#5D32A0" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-17.946 0c0 .172 1.113.31 2.487.31 1.373 0 2.486-.138 2.486-.31s-1.113-.31-2.486-.31c-1.374 0-2.487.138-2.487.31Z", fill: "#6C3AAC" }), /* @__PURE__ */ React__namespace.createElement("ellipse", { fill: "#9A88F8", cx: 24.291, cy: 34.783, rx: 15.46, ry: 1.932 }), /* @__PURE__ */ React__namespace.createElement("ellipse", { fill: "#9A88F8", cx: 24.291, cy: 34.783, rx: 15.46, ry: 1.932 }), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#a)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-19.442 0c0 .275 1.783.498 3.983.498s3.982-.223 3.982-.498-1.783-.498-3.982-.498c-2.2 0-3.983.223-3.983.498Z", fill: "#B49DFD" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#b)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-21.32 0c0 .405 2.624.733 5.86.733 3.237 0 5.861-.328 5.861-.733 0-.405-2.624-.733-5.86-.733-3.237 0-5.861.328-5.861.733Z", fill: "#C0C9FE" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#c)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-23.198 0c0 .534 3.465.967 7.739.967 4.273 0 7.738-.433 7.738-.967s-3.465-.967-7.738-.967c-4.274 0-7.739.433-7.739.967Z", fill: "#9A88F8" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#d)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-25.329 0c0 .681 4.419 1.234 9.87 1.234 5.45 0 9.87-.553 9.87-1.234 0-.681-4.42-1.234-9.87-1.234-5.451 0-9.87.553-9.87 1.234Z", fill: "#6C3AAC" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#e)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-27.433 0c0 .827 5.36 1.497 11.974 1.497 6.612 0 11.973-.67 11.973-1.497 0-.827-5.36-1.497-11.973-1.497s-11.974.67-11.974 1.497Z", fill: "#5F33A2" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#f)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.742 7.68c.168.014.242.074.348.202.18.217.321.49.451.74l-.015.008c-.1 0-.255-.44-.431-.535-.107.006-.159.049-.24.11-.082-.18-.14-.323-.113-.524Z", fill: "#564ED9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.146 19.418c.101-.241-.029-.563-.016-.827.092-.09.24-.114.363-.136.433-.079 1.265-.11 1.63.163.208.156.167.415.19.647l.035-.045c.126.454.075 1.101.128 1.588a21.54 21.54 0 0 0 .543 3.14c-.485-.187-.934-.398-1.337-.733-1.058-.875-1.415-2.496-1.536-3.797Z", fill: "#B49DFD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.098 11.72c-.1.356-.17.771-.302 1.112-.12.713-.26 1.43-.345 2.149-.166 1.414-.164 2.819-.103 4.24l-.034.044c-.024-.232.017-.49-.19-.646-.366-.275-1.198-.242-1.631-.164-.123.023-.271.047-.363.137-.013.264.117.585.016.827-.274-.936-.112-3.368.079-4.374.15-.79.426-2.005 1.145-2.491.472-.428 1.08-.798 1.728-.834Z", fill: "#B9B3FD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.098 11.72c-.1.356-.17.771-.302 1.112-.074-.116-.021-.221-.113-.34a.717.717 0 0 1-.162-.04 3.386 3.386 0 0 0-.233-.083l.014-.048.462-.087.067.056.02-.084-.005.005c.04-.076.067-.126.069-.214a.532.532 0 0 0-.29-.1c-.316-.027-.942.491-1.19.68l-.065-.023c.472-.428 1.08-.798 1.728-.834Z", fill: "#C277C4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.96 11.783c.959.258 1.765 1.038 2.25 1.879.866 1.502 1.136 4.024.68 5.706-.358 1.597-.905 3.411-2.365 4.344a4.8 4.8 0 0 1-.612.328c.248-1.03.523-2.116.587-3.176.117-.513.134-1.117.153-1.643.063-.324.034-.673.068-1.004.023-2.22-.14-4.296-.762-6.434Z", fill: "#94E3FD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M41.827 14.685c.191.009.382.07.513.215.418.463.538 1.925.487 2.545-.017.206-.046.462-.212.603l-.045-.027.055-.007.015-.03c.036-.092.109-.249.076-.337-.184-.008-.47.154-.666.21l-.425-.136a1.71 1.71 0 0 0-.156-.151l.006.073c.14.196.285.295.52.347.076.017.07.03.118.088l-.007.032-.072.023a.912.912 0 0 1-.54-.269c-.305-.322-.273-1.468-.251-1.901.03-.595.137-.876.584-1.277Z", fill: "#FEFEFE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.932 18.125c.118.422.369.785.68 1.087l.007-.437.014-.013c.003.153.01.306.02.46-.02.526-.036 1.13-.154 1.642-.063 1.06-.338 2.147-.586 3.176-.256 1.102-.633 2.135-1.211 3.11-.09.949-1.462 2.413-2.164 2.992-1.583 1.307-3.397 2.03-5.375 2.511-.424.104-.872.147-1.288.268-.535.04-1.068.126-1.6.193-.337.041-.683.06-1.016.123-.311.023-.627.06-.939.057-.399.076-.832.07-1.237.086-1.392.06-2.787.042-4.177-.054-1.281-.117-2.59-.242-3.844-.535-.361-.137-.93-.188-1.33-.29-1.55-.397-2.964-.881-4.32-1.754-1.54-.99-2.806-2.273-3.53-3.97-.143-.332-.296-.689-.373-1.042.362.44.582.983.978 1.402.148.005.285.293.389.401.15.155.31.405.507.497-.074-.193-.333-.34-.46-.508-.147-.196-.24-.482-.331-.71l.044-.043c.144.284.253.597.453.848.922 1.156 3.034 2.143 4.457 2.608 3.224 1.054 7.06 1.25 10.43 1.241.608-.002 1.56.047 2.145-.074.516.006 1.048-.057 1.562-.105 2.474-.227 5.732-.815 7.928-2.035.456-.18.919-.487 1.297-.797 2.112-1.733 2.641-5.717 2.908-8.286 0-.676.081-1.372.116-2.049Z", fill: "#B49DFD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M38.702 27.15c-.09.949-1.462 2.413-2.164 2.992-1.583 1.307-3.397 2.03-5.375 2.511-.424.104-.872.147-1.288.268-.535.04-1.068.126-1.6.193-.337.041-.683.06-1.016.123-.31.023-.627.06-.939.057l-.378-.024c.635.01 1.316-.103 1.947-.184.82-.104 1.64-.17 2.453-.324.714-.135 1.408-.348 2.105-.55.292-.084.622-.142.89-.283.01-.209.518-1.027.639-1.294l.052.013c.073-.095.066-.205.083-.322-.536.262-2.5.87-3.038.781 2.18-.421 4.84-1.298 6.546-2.767.413-.356.75-.76 1.083-1.19Z", fill: "#C0C9FE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.932 18.125c.118.422.369.785.68 1.087l.007-.437.014-.013c.003.153.01.306.02.46-.02.526-.036 1.13-.154 1.642-.063 1.06-.338 2.147-.586 3.176-.256 1.102-.633 2.135-1.211 3.11-.333.429-.67.834-1.083 1.19-1.705 1.47-4.365 2.346-6.546 2.767-1.057.145-2.091.359-3.156.469-4.118.423-9.357.299-13.342-.781-1.87-.507-3.681-1.306-5.141-2.6-.347-.306-.715-.653-.947-1.058.148.005.284.293.389.401.15.155.31.405.507.497-.074-.193-.333-.34-.46-.508-.147-.196-.24-.482-.331-.71l.044-.043c.144.284.253.597.453.848.922 1.156 3.034 2.143 4.457 2.608 3.224 1.054 7.06 1.25 10.43 1.241.608-.002 1.56.047 2.145-.074.516.006 1.048-.057 1.562-.105 2.474-.227 5.732-.815 7.928-2.035.456-.18.919-.487 1.297-.797 2.112-1.733 2.641-5.717 2.908-8.286 0-.676.081-1.372.116-2.049Z", fill: "#4501B1" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.932 18.125c.118.422.369.785.68 1.087l.006-.437.015-.013c.003.153.01.306.02.46-.02.526-.036 1.13-.154 1.642-.041-.347.069-.684.033-1.013-.033-.308-.378-.519-.598-.696-.029.322.055.727-.118 1.019 0-.676.081-1.372.116-2.049Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.33 6.336c.255-.477.704-.936 1.075-1.33 1.962-2.083 4.374-3.438 7.093-4.264C22.787-.559 27.681-.15 31.646 1.98c1.603.862 3.005 1.879 4.237 3.226.51.558.934 1.178 1.366 1.795.101.143.356.602.493.68-.026.2.03.343.112.524.082-.061.134-.104.24-.11.177.096.333.535.431.535l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.434-.034.33-.005.68-.068 1.004-.01-.153-.017-.306-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.035.677-.116 1.373-.116 2.05-.267 2.568-.796 6.552-2.908 8.286-.378.31-.841.616-1.297.797-2.196 1.22-5.454 1.807-7.928 2.035-.514.047-1.046.11-1.562.104-.584.122-1.537.073-2.146.075-3.368.009-7.205-.188-10.429-1.242-1.423-.465-3.535-1.451-4.457-2.608-.2-.25-.31-.564-.453-.848l-.044.043c.09.228.184.514.331.71.127.168.386.316.46.51-.197-.093-.357-.343-.507-.498-.105-.108-.24-.397-.389-.402-.396-.419-.616-.961-.978-1.401-.217-.581-.268-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.052-.487-.001-1.134-.127-1.588-.061-1.42-.064-2.825.103-4.24.085-.719.225-1.435.344-2.149.133-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.45-4.342.31-.298.498-.717.782-1.042Z", fill: "#C0C9FE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.412 4.91c-.106.096-.34.352-.48.365l-.035-.056a.78.78 0 0 1 .034-.255c.082-.297.232-.512.507-.66.27-.147.547-.18.841-.097a7.83 7.83 0 0 0-.867.703Zm-.015.255c.308-.246.694-.555 1.05-.724.061-.03.091.001.151.023.082.297.133.628-.026.91-.119.212-.336.327-.566.38-.2.048-.395.024-.597.007-.13-.08-.249-.176-.37-.268.136-.077.248-.217.358-.328ZM32.1 4.34c.176-.018.347-.036.522.006.461.112.992.471 1.223.895a.501.501 0 0 1 .047.423c-.053.144-.16.194-.286.258a1.628 1.628 0 0 1-.434.003 1.927 1.927 0 0 1-1.255-.802c-.096-.14-.151-.296-.107-.466.043-.167.15-.233.29-.317Zm-2.272 1.057c.425-.024.815.008 1.19.232.344.205.636.553.733.947.056.228.042.471-.088.673-.169.263-.428.368-.722.424-.386.028-.732 0-1.083-.18-.375-.192-.733-.535-.847-.951a.846.846 0 0 1 .076-.668c.163-.27.45-.397.741-.477Z", fill: "#FEFEFE" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "g", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
860
+ maskType: "luminance"
861
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#g)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.895 8.095 2.21 11.127h-2.251V8.095h.041Z", fill: "#534BF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "h", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
862
+ maskType: "luminance"
863
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#h)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.917 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#534BF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "i", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
864
+ maskType: "luminance"
865
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#i)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.939 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#544CF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "j", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
866
+ maskType: "luminance"
867
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#j)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.96 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#554DF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "k", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
868
+ maskType: "luminance"
869
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#k)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.982 8.095 2.21 11.127h-.022L37.96 8.095h.022Z", fill: "#564EF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "l", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
870
+ maskType: "luminance"
871
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#l)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.004 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#574FF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "m", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
872
+ maskType: "luminance"
873
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#m)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.026 8.095 2.21 11.127h-.023L38.004 8.095h.022Z", fill: "#5850F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "n", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
874
+ maskType: "luminance"
875
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#n)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.048 8.095 2.21 11.127h-.023L38.026 8.095h.022Z", fill: "#5951F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "o", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
876
+ maskType: "luminance"
877
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#o)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.07 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5952F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "p", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
878
+ maskType: "luminance"
879
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#p)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.092 8.095 2.21 11.127h-.023L38.07 8.095h.023Z", fill: "#5A53F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "q", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
880
+ maskType: "luminance"
881
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#q)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.114 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5B54F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "r", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
882
+ maskType: "luminance"
883
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#r)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.136 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5C55F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "s", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
884
+ maskType: "luminance"
885
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#s)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.158 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5D56F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "t", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
886
+ maskType: "luminance"
887
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#t)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.18 8.095 2.209 11.127h-.022l-2.21-11.127h.022Z", fill: "#5E57F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "u", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
888
+ maskType: "luminance"
889
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#u)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.201 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#5F58F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "v", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
890
+ maskType: "luminance"
891
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#v)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.223 8.095 2.21 11.127h-.022L38.2 8.095h.022Z", fill: "#6059F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "w", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
892
+ maskType: "luminance"
893
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#w)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.245 8.095 2.21 11.127h-.023L38.223 8.095h.022Z", fill: "#615AFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "x", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
894
+ maskType: "luminance"
895
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#x)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.267 8.095 2.21 11.127h-.023L38.245 8.095h.022Z", fill: "#625BFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "y", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
896
+ maskType: "luminance"
897
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#y)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.289 8.095 2.21 11.127h-.023L38.267 8.095h.022Z", fill: "#635CFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "z", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
898
+ maskType: "luminance"
899
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#z)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.31 8.095 2.21 11.127h-.022l-2.21-11.127h.023Z", fill: "#645DFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "A", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
900
+ maskType: "luminance"
901
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#A)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.333 8.095 2.21 11.127h-.023L38.311 8.095h.022Z", fill: "#645EFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "B", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
902
+ maskType: "luminance"
903
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#B)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.355 8.095 2.21 11.127h-.023l-2.21-11.127h.023Z", fill: "#655FFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "C", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
904
+ maskType: "luminance"
905
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#C)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.377 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#6660FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "D", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
906
+ maskType: "luminance"
907
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#D)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.398 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#6761FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "E", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
908
+ maskType: "luminance"
909
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#E)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.42 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#6862FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "F", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
910
+ maskType: "luminance"
911
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#F)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.442 8.095 2.21 11.127h-.022L38.42 8.095h.022Z", fill: "#6963FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "G", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
912
+ maskType: "luminance"
913
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#G)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.464 8.095 2.21 11.127h-.023L38.442 8.095h.022Z", fill: "#6A64FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "H", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
914
+ maskType: "luminance"
915
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#H)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.486 8.095 2.21 11.127h-.023L38.464 8.095h.022Z", fill: "#6B65FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "I", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
916
+ maskType: "luminance"
917
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#I)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.508 8.095 2.21 11.127h-.023L38.486 8.095h.022Z", fill: "#6C66FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "J", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
918
+ maskType: "luminance"
919
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#J)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.53 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#6D67FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "K", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
920
+ maskType: "luminance"
921
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#K)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.552 8.095 2.191 11.037v.09h-.004L38.53 8.095h.023Z", fill: "#6E68FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "L", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
922
+ maskType: "luminance"
923
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#L)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.574 8.095 2.17 10.927v.11L38.551 8.095h.022Z", fill: "#6F6AFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "M", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
924
+ maskType: "luminance"
925
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#M)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.595 8.095 2.148 10.816v.11l-2.17-10.926h.022Z", fill: "#6F6BFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "N", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
926
+ maskType: "luminance"
927
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#N)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M38.617 8.095 40.743 18.8v.11L38.595 8.095h.022Z", fill: "#706CFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "O", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
928
+ maskType: "luminance"
929
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#O)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.64 8.095 2.103 10.596v.11L38.617 8.095h.022Z", fill: "#716DFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "P", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
930
+ maskType: "luminance"
931
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#P)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.661 8.095 2.082 10.486v.11L38.64 8.095h.022Z", fill: "#726EFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "Q", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
932
+ maskType: "luminance"
933
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#Q)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.683 8.095 2.06 10.375v.11L38.661 8.096h.022Z", fill: "#736FFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "R", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
934
+ maskType: "luminance"
935
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#R)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.705 8.095 2.038 10.265v.11l-2.06-10.375h.022Z", fill: "#7470FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "S", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
936
+ maskType: "luminance"
937
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#S)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.727 8.095 2.016 10.155v.11L38.705 8.095h.022Z", fill: "#7571FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "T", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
938
+ maskType: "luminance"
939
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#T)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.749 8.095 1.994 10.044v.11L38.727 8.096h.022Z", fill: "#7672FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "U", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
940
+ maskType: "luminance"
941
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#U)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.77 8.095 1.973 9.934v.11L38.75 8.095h.022Z", fill: "#7773FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "V", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
942
+ maskType: "luminance"
943
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#V)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.792 8.095 1.951 9.824v.11l-1.972-9.934h.021Z", fill: "#7874FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "W", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
944
+ maskType: "luminance"
945
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#W)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.814 8.095 1.929 9.713v.11l-1.95-9.823h.021Z", fill: "#7975FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "X", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
946
+ maskType: "luminance"
947
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#X)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.837 8.095 1.906 9.603v.11l-1.928-9.713h.022Z", fill: "#7A76FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "Y", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
948
+ maskType: "luminance"
949
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#Y)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.858 8.095 1.885 9.493v.11l-1.907-9.603h.022Z", fill: "#7A77FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "Z", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
950
+ maskType: "luminance"
951
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#Z)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.88 8.095 1.863 9.383v.11l-1.885-9.493h.022Z", fill: "#7B78FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aa", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
952
+ maskType: "luminance"
953
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aa)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.902 8.095 1.841 9.272v.11L38.88 8.096h.022Z", fill: "#7C79FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ab", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
954
+ maskType: "luminance"
955
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ab)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.924 8.095 1.82 9.162v.11l-1.842-9.272h.022Z", fill: "#7D7AFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ac", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
956
+ maskType: "luminance"
957
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ac)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.946 8.095 1.797 9.052v.11l-1.819-9.162h.022Z", fill: "#7E7BFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ad", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
958
+ maskType: "luminance"
959
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ad)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.968 8.095 1.775 8.941v.11l-1.797-9.051h.022Z", fill: "#7F7CFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ae", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
960
+ maskType: "luminance"
961
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ae)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.99 8.095 1.753 8.831v.11l-1.775-8.941h.022Z", fill: "#807DFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "af", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
962
+ maskType: "luminance"
963
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#af)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.011 8.095 1.732 8.721v.11L38.99 8.095h.021Z", fill: "#817EFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ag", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
964
+ maskType: "luminance"
965
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ag)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.033 8.095 1.71 8.61v.111l-1.732-8.721h.022Z", fill: "#827FFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ah", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
966
+ maskType: "luminance"
967
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ah)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.055 8.095 1.688 8.5v.11l-1.71-8.61h.022Z", fill: "#8380FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ai", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
968
+ maskType: "luminance"
969
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ai)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.077 8.095 1.666 8.39v.11l-1.688-8.5h.022Z", fill: "#8481FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aj", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
970
+ maskType: "luminance"
971
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.1 8.095 1.643 8.28v.11l-1.666-8.39h.022Z", fill: "#8582FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ak", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
972
+ maskType: "luminance"
973
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ak)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.121 8.095 1.622 8.17v.11L39.1 8.095h.022Z", fill: "#8583FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "al", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
974
+ maskType: "luminance"
975
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#al)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.143 8.095 1.6 8.06v.11l-1.622-8.17h.022Z", fill: "#8684FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "am", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
976
+ maskType: "luminance"
977
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#am)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.165 8.095 1.578 7.949v.11l-1.6-8.06h.022Z", fill: "#8785FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "an", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
978
+ maskType: "luminance"
979
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#an)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.187 8.095 1.556 7.839v.11l-1.578-7.95h.022Z", fill: "#8886FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ao", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
980
+ maskType: "luminance"
981
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ao)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.209 8.095 1.534 7.728v.11l-1.556-7.838h.022Z", fill: "#8987FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ap", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
982
+ maskType: "luminance"
983
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ap)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.23 8.095 1.513 7.618v.11l-1.535-7.728h.022Z", fill: "#8A88FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aq", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
984
+ maskType: "luminance"
985
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M40.743 15.713 39.23 8.095h1.513v7.618Z", fill: "#8A88FB" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.817 9.841c1.15-.028 2.383.06 3.523.222.56.04 1.12.188 1.675.275 2.051.323 6.048.95 7.432 2.556 1.184 1.376 1.332 4.99 1.185 6.775-.079.951-.296 1.867-.707 2.728-.067.14-.142.336-.264.43-.029.02-.04.024-.069.038.707-2.275.87-5.156.489-7.509-.183-1.133-.668-1.95-1.6-2.62a6.658 6.658 0 0 0-1.06-.52c-.31-.17-.69-.273-1.028-.378-2.122-.658-4.41-.956-6.618-1.14.424-.09 2.107.22 2.253.137l-.04-.058c-.272-.03-.546-.043-.816-.1-.834-.178-1.64-.514-2.477-.67-.62-.114-1.252-.029-1.878-.166Z", fill: "#B49DFD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.817 9.841c1.15-.028 2.383.06 3.523.222.659.26 1.59.464 2.296.609.964.16 4.156.846 4.874 1.394l-.331-.106c.396.207 1.047.403 1.302.776a6.658 6.658 0 0 0-1.06-.52c-.31-.17-.69-.273-1.028-.378-2.122-.658-4.41-.956-6.618-1.14.424-.09 2.107.22 2.253.137l-.04-.058c-.272-.03-.546-.043-.816-.1-.834-.178-1.64-.514-2.478-.67-.619-.114-1.251-.029-1.877-.166Z", fill: "#9A88F8" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.33 6.335c.508-.306.728-1.076 1.255-1.369.256-.142.756.367 1.055.428.19.038.364.127.554.161a.921.921 0 0 1 .178.049l.033.095c-.422.534-1.854 1.984-1.986 2.574.331-.502 2.068-2.764 2.484-2.896l.137.116c.12.092.24.188.37.268-.11.023-.138-.016-.231-.08-.105-.072-.198-.161-.292-.248-.415.409-1.226 1.15-1.477 1.653-.003.558.145 1.106.193 1.661.047.541.393 1.014.448 1.572.015.148.033.34.08.48.011-.009.022-.021.036-.028.11-.059 1.614-.351 1.73-.337.036.004.065.03.097.045 3.269-.531 6.517-.671 9.823-.637.626.137 1.258.052 1.878.166.837.156 1.643.492 2.477.67.27.057.544.07.816.1l.04.058c-.146.082-1.829-.227-2.253-.137-.277.051-.662-.018-.948-.035-.776-.047-1.585-.126-2.362-.069-.453.155-1.014-.064-1.462.069a.481.481 0 0 0 .052.207.458.458 0 0 1-.135.23c-.005-.153-.01-.305-.018-.457-.536.023-2.192.185-2.612.032-.534-.009-1.08.058-1.612.105a35.35 35.35 0 0 0-4.59.69c-.964.202-1.9.41-2.816.772-1.452.992-2.021 2.16-2.338 3.883-.08.43-.084.882-.171 1.306-.17-.359.113-.875.037-1.267-.08-.033-.097-.03-.184-.018-.222.183-.156.533-.236.78l-.017.042.003.072c.014.508-.087 1.032-.083 1.545.015 2.373.503 5.113 2.274 6.844.527.515 1.049 1.037 1.664 1.446 2.19 1.46 5.347 2.125 7.939 2.341 1.3.109 2.62.107 3.923.09 2.016-.025 4.11-.161 6.09-.559.567-.113 1.122-.363 1.687-.457.307-.052.137.283.69.185.12-.022.202-.028.31.041.137.09.217.27.347.372.142.113.354.13.49.255.044.042.04.092.053.15a.418.418 0 0 1-.185.276c-.03.019-.055.03-.088.045l-.041-.02c-.066-.234-.096-.374-.29-.537l-.048.003c.036.117.141.346.091.46-.028.063-.07.125-.105.186-.046.08-.022.034-.058.118-.059.14-.165.24-.2.392l.02.025c-.058.039-.128.094-.198.101-.09.009-.198-.024-.29-.03a3.315 3.315 0 0 0-.885.079c-.328.073-.596.374-.934.456-.71.174-1.488.23-2.214.31-.851.093-1.728.216-2.587.21l.032-.046-.078.051c.143.008.287.01.43.024-.585.121-1.537.073-2.146.074-3.369.01-7.206-.187-10.43-1.241-1.423-.465-3.534-1.451-4.457-2.608-.2-.251-.309-.564-.453-.848l-.044.043c.09.228.184.514.332.71.126.167.386.315.46.509-.197-.092-.358-.343-.508-.498-.104-.108-.24-.396-.389-.401-.396-.42-.615-.962-.977-1.402-.218-.58-.269-1.21-.49-1.787a21.548 21.548 0 0 1-.545-3.14c-.052-.486 0-1.134-.127-1.588-.061-1.42-.063-2.825.103-4.24.085-.718.225-1.434.345-2.148.132-.34.202-.756.302-1.112.519-1.582 1.135-3.24 2.45-4.342.311-.298.498-.717.782-1.043Z", fill: "#9A88F8" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ar", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
986
+ maskType: "luminance"
987
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ar)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.374 28.036.174-1.317v1.317h-.174Z", fill: "#000AA8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "as", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
988
+ maskType: "luminance"
989
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#as)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.311 28.037.236-1.789v.472l-.173 1.317H9.31Z", fill: "#000AA8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "at", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
990
+ maskType: "luminance"
991
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#at)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.25 28.034.298-2.26v.472l-.236 1.788h-.063Z", fill: "#010AA9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "au", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
992
+ maskType: "luminance"
993
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#au)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.187 28.035.36-2.731v.471l-.298 2.26h-.062Z", fill: "#020AA9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "av", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
994
+ maskType: "luminance"
995
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#av)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.125 28.036.423-3.203v.472l-.36 2.731h-.063Z", fill: "#030BAA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aw", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
996
+ maskType: "luminance"
997
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.063 28.036.485-3.675v.472l-.423 3.203h-.062Z", fill: "#040BAA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ax", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
998
+ maskType: "luminance"
999
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ax)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9 28.034.547-4.146v.471l-.484 3.675H9Z", fill: "#050BAB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ay", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1000
+ maskType: "luminance"
1001
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ay)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.938 28.034.61-4.618v.471L9 28.034h-.062Z", fill: "#060BAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "az", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1002
+ maskType: "luminance"
1003
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#az)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.876 28.035.672-5.089v.472l-.61 4.617h-.062Z", fill: "#070BAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aA", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1004
+ maskType: "luminance"
1005
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.814 28.036.734-5.56v.471l-.672 5.09h-.062Z", fill: "#080BAD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aB", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1006
+ maskType: "luminance"
1007
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.803 28.037-.05-.007.795-6.025v.471l-.734 5.561h-.01Z", fill: "#090CAD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aC", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1008
+ maskType: "luminance"
1009
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.752 28.03-.06-.009.856-6.489v.472l-.796 6.025Z", fill: "#0A0CAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aD", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1010
+ maskType: "luminance"
1011
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.691 28.02-.06-.008.917-6.952v.471L8.69 28.02Z", fill: "#0B0CAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aE", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1012
+ maskType: "luminance"
1013
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.63 28.013-.061-.008.979-7.416v.471l-.918 6.953Z", fill: "#0C0CAF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aF", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1014
+ maskType: "luminance"
1015
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.57 28.005-.062-.008 1.04-7.879v.472l-.979 7.415Z", fill: "#0D0CB0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aG", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1016
+ maskType: "luminance"
1017
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.508 27.997-.061-.008 1.1-8.343v.472l-1.04 7.88Z", fill: "#0E0CB0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aH", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1018
+ maskType: "luminance"
1019
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.447 27.989-.062-.008 1.162-8.806v.471l-1.1 8.343Z", fill: "#0F0DB1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aI", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1020
+ maskType: "luminance"
1021
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.386 27.98-.061-.007 1.223-9.27v.472L8.386 27.98Z", fill: "#100DB1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aJ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1022
+ maskType: "luminance"
1023
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.325 27.971-.062-.008 1.285-9.733v.472l-1.223 9.27Z", fill: "#110DB2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aK", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1024
+ maskType: "luminance"
1025
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.263 27.965-.061-.008 1.345-10.196v.471l-1.284 9.733Z", fill: "#120DB3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aL", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1026
+ maskType: "luminance"
1027
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.202 27.956-.061-.008 1.407-10.66v.472L8.202 27.956Z", fill: "#130DB3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aM", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1028
+ maskType: "luminance"
1029
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.14 27.949-.06-.008 1.468-11.124v.472L8.14 27.949Z", fill: "#140EB4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aN", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1030
+ maskType: "luminance"
1031
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.08 27.939-.062-.009 1.53-11.586v.471L8.08 27.938Z", fill: "#150EB4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aO", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1032
+ maskType: "luminance"
1033
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.018 27.931-.06-.008 1.59-12.05v.472L8.017 27.93Z", fill: "#160EB5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aP", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1034
+ maskType: "luminance"
1035
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.957 27.924-.061-.008 1.651-12.514v.472l-1.59 12.05Z", fill: "#170EB6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aQ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1036
+ maskType: "luminance"
1037
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.896 27.918-.06-.008 1.712-12.977v.471L7.896 27.918Z", fill: "#180EB6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aR", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1038
+ maskType: "luminance"
1039
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.835 27.908-.061-.009 1.774-13.44v.472L7.835 27.907Z", fill: "#190EB7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aS", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1040
+ maskType: "luminance"
1041
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.774 27.9-.061-.009 1.834-13.904v.472l-1.773 13.44Z", fill: "#1A0FB7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aT", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1042
+ maskType: "luminance"
1043
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.713 27.892-.062-.008 1.896-14.367v.471L7.713 27.892Z", fill: "#1B0FB8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aU", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1044
+ maskType: "luminance"
1045
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.651 27.883-.06-.008 1.956-14.831v.471L7.651 27.883Z", fill: "#1C0FB8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aV", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1046
+ maskType: "luminance"
1047
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.59 27.875-.06-.008 2.017-15.295v.472L7.59 27.874Z", fill: "#1D0FB9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aW", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1048
+ maskType: "luminance"
1049
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.53 27.866-.062-.008 2.08-15.757v.471L7.529 27.866Z", fill: "#1E0FBA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aX", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1050
+ maskType: "luminance"
1051
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.468 27.86-.061-.008 2.14-16.221v.471L7.467 27.86Z", fill: "#1F10BA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aY", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1052
+ maskType: "luminance"
1053
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.407 27.85-.061-.007 2.202-16.685v.472l-2.14 16.22Z", fill: "#2010BB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aZ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1054
+ maskType: "luminance"
1055
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.346 27.843-.061-.008 2.263-17.149v.472L7.346 27.843Z", fill: "#2110BB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ba", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1056
+ maskType: "luminance"
1057
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ba)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.285 27.836-.061-.008 2.324-17.611v.471L7.285 27.836Z", fill: "#2210BC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bb", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1058
+ maskType: "luminance"
1059
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.224 27.827-.062-.008L9.548 9.744v.472L7.224 27.827Z", fill: "#2310BD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bc", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1060
+ maskType: "luminance"
1061
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.162 27.82-.06-.008L9.547 9.273v.472L7.162 27.82Z", fill: "#2410BD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bd", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1062
+ maskType: "luminance"
1063
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.101 27.81-.06-.007L9.547 8.8v.471L7.1 27.811Z", fill: "#2611BE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "be", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1064
+ maskType: "luminance"
1065
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#be)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.04 27.803-.061-.008L9.547 8.33v.472L7.04 27.804Z", fill: "#2711BE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bf", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1066
+ maskType: "luminance"
1067
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bf)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.979 27.793-.062-.008 2.63-19.929v.472L6.98 27.793Z", fill: "#2811BF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bg", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1068
+ maskType: "luminance"
1069
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.918 27.789-.062-.008L9.547 7.389v.471l-2.63 19.93Z", fill: "#2911C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bh", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1070
+ maskType: "luminance"
1071
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.857 27.778-.061-.008 2.69-20.393h.062v.009L6.857 27.778Z", fill: "#2A11C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bi", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1072
+ maskType: "luminance"
1073
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bi)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.795 27.77-.06-.008 2.69-20.385h.061L6.796 27.77Z", fill: "#2B11C1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bj", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1074
+ maskType: "luminance"
1075
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.734 27.762-.061-.008L9.362 7.377h.062l-2.69 20.385Z", fill: "#2C12C1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bk", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1076
+ maskType: "luminance"
1077
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bk)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.673 27.754-.061-.008L9.3 7.377h.062l-2.69 20.377Z", fill: "#2D12C2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bl", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1078
+ maskType: "luminance"
1079
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.612 27.746-.061-.008L9.238 7.377H9.3L6.612 27.746Z", fill: "#2E12C3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bm", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1080
+ maskType: "luminance"
1081
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.55 27.738-.06-.008L9.174 7.377h.062L6.55 27.737Z", fill: "#2F12C3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bn", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1082
+ maskType: "luminance"
1083
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.49 27.73-.061-.008L9.113 7.377h.063L6.49 27.73Z", fill: "#3012C4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bo", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1084
+ maskType: "luminance"
1085
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bo)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.428 27.722-.06-.009L9.05 7.378h.062L6.428 27.722Z", fill: "#3113C4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bp", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1086
+ maskType: "luminance"
1087
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.367 27.713-.061-.008L8.989 7.377h.062L6.367 27.714Z", fill: "#3213C5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bq", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1088
+ maskType: "luminance"
1089
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.306 27.705-.021-.002v-.308L8.927 7.377h.062L6.306 27.705Z", fill: "#3313C5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "br", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1090
+ maskType: "luminance"
1091
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#br)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 26.924 2.58-19.547h.062L6.285 27.395v-.471Z", fill: "#3413C6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bs", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1092
+ maskType: "luminance"
1093
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bs)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 26.452 8.802 7.377h.062l-2.58 19.547v-.472Z", fill: "#3513C7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bt", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1094
+ maskType: "luminance"
1095
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bt)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 25.98 8.74 7.378h.062L6.285 26.452v-.471Z", fill: "#3613C7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bu", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1096
+ maskType: "luminance"
1097
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 25.509 8.678 7.377h.062L6.285 25.98v-.472Z", fill: "#3714C8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bv", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1098
+ maskType: "luminance"
1099
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 25.038 2.33-17.661h.063L6.285 25.509v-.471Z", fill: "#3814C8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bw", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1100
+ maskType: "luminance"
1101
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 24.566 8.553 7.377h.062l-2.33 17.66v-.471Z", fill: "#3914C9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bx", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1102
+ maskType: "luminance"
1103
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 24.095 8.49 7.377h.062L6.285 24.566v-.471Z", fill: "#3A14CA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "by", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1104
+ maskType: "luminance"
1105
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#by)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 23.623 8.429 7.377h.062L6.285 24.095v-.472Z", fill: "#3B14CA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bz", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1106
+ maskType: "luminance"
1107
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 23.151 8.367 7.377h.062L6.285 23.623v-.472Z", fill: "#3C15CB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bA", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1108
+ maskType: "luminance"
1109
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 22.68 2.02-15.303h.062L6.285 23.151v-.471Z", fill: "#3D15CB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bB", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1110
+ maskType: "luminance"
1111
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 22.208 8.242 7.377h.062L6.284 22.68v-.472Z", fill: "#3E15CC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bC", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1112
+ maskType: "luminance"
1113
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 21.737 8.18 7.377h.062L6.285 22.208v-.471Z", fill: "#3F15CD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bD", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1114
+ maskType: "luminance"
1115
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 21.265 8.118 7.377h.062l-1.895 14.36v-.472Z", fill: "#4015CD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bE", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1116
+ maskType: "luminance"
1117
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 20.794 1.77-13.417h.063L6.285 21.265v-.471Z", fill: "#4115CE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bF", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1118
+ maskType: "luminance"
1119
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 20.322 7.993 7.377h.062l-1.77 13.417v-.472Z", fill: "#4216CE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bG", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1120
+ maskType: "luminance"
1121
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 19.85 7.93 7.378h.062L6.285 20.322v-.471Z", fill: "#4316CF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bH", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1122
+ maskType: "luminance"
1123
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 19.38 7.869 7.376h.062L6.285 19.85v-.472Z", fill: "#4416CF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bI", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1124
+ maskType: "luminance"
1125
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 18.908 7.807 7.377h.062L6.285 19.379v-.471Z", fill: "#4516D0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bJ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1126
+ maskType: "luminance"
1127
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 18.436 1.46-11.059h.062l-1.522 11.53v-.47Z", fill: "#4616D1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bK", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1128
+ maskType: "luminance"
1129
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 17.965 7.682 7.377h.062l-1.46 11.06v-.472Z", fill: "#4716D1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bL", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1130
+ maskType: "luminance"
1131
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 17.493 7.62 7.377h.062L6.285 17.965v-.472Z", fill: "#4817D2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bM", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1132
+ maskType: "luminance"
1133
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 17.022 1.273-9.645h.062L6.285 17.493v-.471Z", fill: "#4917D2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bN", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1134
+ maskType: "luminance"
1135
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 16.55 1.21-9.173h.063l-1.273 9.645v-.472Z", fill: "#4A17D3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bO", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
1136
+ maskType: "luminance"
1137
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.495 7.377-1.21 9.173V7.377h1.21Z", fill: "#4A17D3" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.993 10.479c3.27-.532 6.518-.672 9.824-.637.626.137 1.258.051 1.877.166.838.156 1.644.492 2.478.67.27.057.543.07.816.1l.04.058c-.146.082-1.829-.227-2.253-.137-.277.051-.662-.018-.948-.035-.776-.047-1.586-.126-2.362-.069-.454.155-1.014-.064-1.462.069a.482.482 0 0 0 .052.207.458.458 0 0 1-.135.23c-.006-.153-.01-.305-.018-.457-.537.023-2.192.185-2.612.032-.534-.009-1.08.058-1.613.105a35.23 35.23 0 0 0-4.59.69c-.963.202-1.899.41-2.815.771-.044-.053-.062-.109-.136-.117-.303-.031-.847.401-1.067.605a3.78 3.78 0 0 0-.71.888c-.442.76-1.001 2.385-1.058 3.255-.002.04 0 .048.001.084-.106.52-.093 1.103-.133 1.634.008-.319-.03-.928.03-1.21.028-.138.018-.34.053-.436.024-.065.023-.04.027-.096.039-.599.255-1.125.386-1.705-.02-.01-.04-.023-.061-.032a.297.297 0 0 0-.245.014c-.267.355-.442 1.627-.482 2.1-.016.185.015.375-.02.556a.554.554 0 0 1-.036-.163c-.018-.359.066-.767.12-1.124.241-1.552.698-2.927 1.749-4.118.304-.242.593-.48.931-.674.938-.535 2.182-.783 3.232-1 .352-.072.743-.1 1.084-.206l.056-.018Z", fill: "#8642F0" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M20.29 10.676a35.494 35.494 0 0 1 4.175-.081c-.454.155-1.014-.065-1.462.068a.481.481 0 0 0 .052.208.458.458 0 0 1-.135.229c-.006-.152-.01-.304-.018-.456-.536.022-2.192.185-2.612.032Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bP", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1138
+ maskType: "luminance"
1139
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 21.852 4.776 7.08H8.639v-7.08Z", fill: "#0E0764" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bQ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1140
+ maskType: "luminance"
1141
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 21.514 5.004 7.42h-.228l-4.776-7.081v-.34Z", fill: "#0E0764" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bR", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1142
+ maskType: "luminance"
1143
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 21.173 5.233 7.76h-.229l-5.004-7.42v-.34Z", fill: "#0F0865" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bS", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1144
+ maskType: "luminance"
1145
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 20.833 5.462 8.099h-.229l-5.233-7.76v-.339Z", fill: "#100866" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bT", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1146
+ maskType: "luminance"
1147
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 20.494 5.69 8.438h-.228l-5.462-8.099v-.339Z", fill: "#110966" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bU", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1148
+ maskType: "luminance"
1149
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 20.156 5.92 8.777h-.23l-5.69-8.438v-.339Z", fill: "#120967" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bV", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1150
+ maskType: "luminance"
1151
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 19.816 6.148 9.117h-.228l-5.92-8.777v-.34Z", fill: "#130A68" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bW", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1152
+ maskType: "luminance"
1153
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 19.479 6.377 9.455h-.229L8.64 19.818v-.34Z", fill: "#140A69" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bX", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1154
+ maskType: "luminance"
1155
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 19.139 6.606 9.794h-.229L8.64 19.478v-.34Z", fill: "#150B69" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bY", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1156
+ maskType: "luminance"
1157
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 18.8 6.835 10.134h-.229l-6.606-9.795v-.34Z", fill: "#160B6A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bZ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1158
+ maskType: "luminance"
1159
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 18.46 7.064 10.473h-.23L8.64 18.799v-.339Z", fill: "#170C6B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ca", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1160
+ maskType: "luminance"
1161
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ca)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 18.121 7.292 10.812h-.228L8.639 18.46v-.339Z", fill: "#180C6C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cb", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1162
+ maskType: "luminance"
1163
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 17.782 7.521 11.152h-.229L8.64 18.12v-.339Z", fill: "#190D6C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cc", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1164
+ maskType: "luminance"
1165
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 17.443 7.75 11.491h-.229L8.64 17.783v-.34Z", fill: "#1A0E6D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cd", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1166
+ maskType: "luminance"
1167
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 17.102 7.979 11.83h-.23l-7.75-11.49v-.34Z", fill: "#1B0E6E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ce", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1168
+ maskType: "luminance"
1169
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ce)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 16.766 8.207 12.169h-.228l-7.98-11.83v-.34Z", fill: "#1C0F6F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cf", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1170
+ maskType: "luminance"
1171
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cf)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 16.425 8.436 12.508h-.229L8.64 16.764v-.34Z", fill: "#1D0F70" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cg", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1172
+ maskType: "luminance"
1173
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 16.087 8.665 12.848h-.229L8.64 16.425v-.34Z", fill: "#1E1070" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ch", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1174
+ maskType: "luminance"
1175
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ch)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 15.747 8.894 13.187h-.229L8.64 16.086v-.339Z", fill: "#1F1071" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ci", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1176
+ maskType: "luminance"
1177
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ci)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 15.407 9.123 13.526h-.23L8.64 15.746v-.339Z", fill: "#201172" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cj", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1178
+ maskType: "luminance"
1179
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 15.066 9.352 13.866h-.23L8.64 15.406v-.34Z", fill: "#211173" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ck", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1180
+ maskType: "luminance"
1181
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ck)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 14.73 9.58 14.204h-.229L8.64 15.069v-.34Z", fill: "#221273" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cl", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1182
+ maskType: "luminance"
1183
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 14.39 9.81 14.543h-.23L8.64 14.73v-.34Z", fill: "#231274" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cm", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1184
+ maskType: "luminance"
1185
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 14.05 10.038 14.884h-.229L8.638 14.39v-.34Z", fill: "#241375" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cn", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1186
+ maskType: "luminance"
1187
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 13.929.1-.068 10.167 15.074h-.23L8.64 14.052v-.123Z", fill: "#251476" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "co", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1188
+ maskType: "luminance"
1189
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#co)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.739 13.86.157-.106 10.239 15.18h-.23L8.74 13.86Z", fill: "#261476" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cp", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1190
+ maskType: "luminance"
1191
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.896 13.754.157-.106 10.31 15.285h-.229L8.896 13.753Z", fill: "#271577" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cq", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1192
+ maskType: "luminance"
1193
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.054 13.649.157-.106 10.381 15.392h-.228L9.054 13.649Z", fill: "#281578" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cr", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1194
+ maskType: "luminance"
1195
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cr)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.21 13.542.158-.107L19.82 28.933h-.229L9.211 13.542Z", fill: "#291679" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cs", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1196
+ maskType: "luminance"
1197
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cs)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.368 13.435.157-.106L20.05 28.933h-.23L9.369 13.435Z", fill: "#2A167A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ct", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1198
+ maskType: "luminance"
1199
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ct)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.526 13.33.157-.105 10.596 15.71h-.229L9.526 13.33Z", fill: "#2B177A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cu", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1200
+ maskType: "luminance"
1201
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.682 13.223.158-.106 10.667 15.816h-.229L9.682 13.223Z", fill: "#2C177B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cv", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1202
+ maskType: "luminance"
1203
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.84 13.118.157-.106 10.74 15.922h-.23L9.84 13.118Z", fill: "#2D187C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cw", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1204
+ maskType: "luminance"
1205
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.997 13.012.157-.106 10.811 16.028h-.229L9.997 13.012Z", fill: "#2E187D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cx", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1206
+ maskType: "luminance"
1207
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.154 12.905.157-.106 10.883 16.134h-.23l-10.81-16.028Z", fill: "#2F197D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cy", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1208
+ maskType: "luminance"
1209
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cy)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.312 12.799.157-.107 10.954 16.24h-.23L10.312 12.8Z", fill: "#301A7E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cz", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1210
+ maskType: "luminance"
1211
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.469 12.694.157-.106 11.025 16.346h-.229L10.47 12.694Z", fill: "#311A7F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cA", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1212
+ maskType: "luminance"
1213
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.626 12.588.157-.107L21.88 28.934h-.229L10.626 12.587Z", fill: "#321B80" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cB", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1214
+ maskType: "luminance"
1215
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.783 12.48.158-.106 11.168 16.558h-.229L10.783 12.48Z", fill: "#331B80" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cC", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1216
+ maskType: "luminance"
1217
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.94 12.375.158-.106 11.24 16.664h-.229L10.941 12.375Z", fill: "#341C81" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cD", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1218
+ maskType: "luminance"
1219
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.098 12.268.157-.106 11.312 16.77h-.23l-11.24-16.664Z", fill: "#351C82" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cE", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1220
+ maskType: "luminance"
1221
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.255 12.162.157-.106 11.383 16.876h-.229l-11.311-16.77Z", fill: "#361D83" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cF", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1222
+ maskType: "luminance"
1223
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.412 12.057.157-.106 11.455 16.983h-.229L11.412 12.057Z", fill: "#371D84" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cG", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1224
+ maskType: "luminance"
1225
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.57 11.95.157-.105 11.526 17.088h-.229L11.57 11.951Z", fill: "#381E84" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cH", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1226
+ maskType: "luminance"
1227
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.727 11.843.157-.106 11.598 17.195h-.23L11.728 11.843Z", fill: "#391E85" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cI", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1228
+ maskType: "luminance"
1229
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.884 11.739.157-.106 11.67 17.3h-.23L11.885 11.74Z", fill: "#3A1F86" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cJ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1230
+ maskType: "luminance"
1231
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.041 11.632.157-.106L23.94 28.933h-.229l-11.669-17.3Z", fill: "#3B2087" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cK", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1232
+ maskType: "luminance"
1233
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.198 11.527.158-.106 11.812 17.513h-.229L12.2 11.527Z", fill: "#3C2087" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cL", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1234
+ maskType: "luminance"
1235
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.356 11.42.157-.105 11.884 17.618h-.229L12.356 11.421Z", fill: "#3D2188" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cM", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1236
+ maskType: "luminance"
1237
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.513 11.315.157-.106 11.956 17.725h-.23L12.514 11.315Z", fill: "#3E2189" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cN", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1238
+ maskType: "luminance"
1239
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.67 11.207.157-.106 12.027 17.83h-.229L12.67 11.208Z", fill: "#3F228A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cO", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1240
+ maskType: "luminance"
1241
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.828 11.102.157-.106 12.098 17.937h-.229l-12.026-17.83Z", fill: "#40228A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cP", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1242
+ maskType: "luminance"
1243
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.985 10.996.157-.106 12.17 18.043h-.229L12.985 10.996Z", fill: "#41238B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cQ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1244
+ maskType: "luminance"
1245
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m13.142 10.89.157-.107 12.242 18.15h-.23l-12.17-18.044Z", fill: "#42238C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cR", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1246
+ maskType: "luminance"
1247
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m13.3 10.784.157-.106L25.77 28.933h-.23L13.3 10.783Z", fill: "#43248D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cS", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1248
+ maskType: "luminance"
1249
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m13.456 10.678.158-.106 12.384 18.362h-.229L13.456 10.678Z", fill: "#44248E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cT", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1250
+ maskType: "luminance"
1251
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m13.614 10.572.06-.04h.141l12.412 18.401H26L13.614 10.572Z", fill: "#45258E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cU", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1252
+ maskType: "luminance"
1253
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.044 10.531 12.412 18.402h-.229L13.815 10.531h.229Z", fill: "#46268F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cV", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1254
+ maskType: "luminance"
1255
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.273 10.531 12.412 18.402h-.229L14.044 10.531h.229Z", fill: "#472690" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cW", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1256
+ maskType: "luminance"
1257
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.501 10.531 12.412 18.402h-.228L14.273 10.531h.228Z", fill: "#482791" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cX", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1258
+ maskType: "luminance"
1259
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.73 10.531 12.412 18.402h-.228L14.502 10.531h.228Z", fill: "#492791" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cY", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1260
+ maskType: "luminance"
1261
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.96 10.531 12.41 18.402h-.229L14.73 10.531h.23Z", fill: "#4A2892" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cZ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1262
+ maskType: "luminance"
1263
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.188 10.531 27.6 28.933h-.229L14.96 10.531h.229Z", fill: "#4B2893" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "da", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1264
+ maskType: "luminance"
1265
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#da)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m15.417 10.531 12.412 18.402h-.23l-12.41-18.402h.229Z", fill: "#4C2994" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "db", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1266
+ maskType: "luminance"
1267
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#db)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m15.645 10.531 12.413 18.402h-.23l-12.41-18.402h.228Z", fill: "#4D2994" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dc", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1268
+ maskType: "luminance"
1269
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m15.874 10.531 12.412 18.402h-.229L15.645 10.531h.23Z", fill: "#4E2A95" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dd", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1270
+ maskType: "luminance"
1271
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m16.103 10.531 12.412 18.402h-.229L15.874 10.531h.23Z", fill: "#502B96" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "de", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1272
+ maskType: "luminance"
1273
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#de)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m16.332 10.531 12.412 18.402h-.229L16.103 10.531h.229Z", fill: "#512B97" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "df", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1274
+ maskType: "luminance"
1275
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#df)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m16.56 10.531 12.413 18.402h-.229L16.332 10.531h.229Z", fill: "#522C98" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dg", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1276
+ maskType: "luminance"
1277
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.79 10.531 29.2 28.933h-.229L16.56 10.531h.23Z", fill: "#532C98" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dh", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1278
+ maskType: "luminance"
1279
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.018 10.531 29.43 28.933h-.228L16.79 10.531h.228Z", fill: "#542D99" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "di", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1280
+ maskType: "luminance"
1281
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#di)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m17.247 10.531 12.412 18.402h-.229L17.018 10.531h.229Z", fill: "#552D9A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dj", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1282
+ maskType: "luminance"
1283
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m17.476 10.531 12.412 18.402h-.229L17.247 10.531h.229Z", fill: "#562E9B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dk", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1284
+ maskType: "luminance"
1285
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dk)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m17.705 10.531 12.412 18.402h-.229L17.476 10.531h.229Z", fill: "#572E9B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dl", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1286
+ maskType: "luminance"
1287
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m17.933 10.531 12.412 18.402h-.228L17.705 10.531h.228Z", fill: "#582F9C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dm", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1288
+ maskType: "luminance"
1289
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.162 10.531 12.412 18.402h-.228L17.934 10.531h.228Z", fill: "#592F9D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dn", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1290
+ maskType: "luminance"
1291
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.391 10.531 12.412 18.402h-.229L18.162 10.531h.229Z", fill: "#5A309E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "do", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1292
+ maskType: "luminance"
1293
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#do)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.62 10.531 12.412 18.402h-.23l-12.41-18.402h.229Z", fill: "#5B319E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dp", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1294
+ maskType: "luminance"
1295
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.849 10.531 12.34 18.296-.157.106L18.62 10.531h.229Z", fill: "#5C319F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dq", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1296
+ maskType: "luminance"
1297
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m19.077 10.531 12.27 18.19-.158.106-12.34-18.296h.228Z", fill: "#5D32A0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dr", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1298
+ maskType: "luminance"
1299
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dr)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m19.306 10.531 12.198 18.084-.158.106-12.269-18.19h.23Z", fill: "#5E32A1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ds", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1300
+ maskType: "luminance"
1301
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ds)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.535 10.531 31.661 28.51l-.157.106-12.198-18.084h.23Z", fill: "#5F33A2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dt", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1302
+ maskType: "luminance"
1303
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dt)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m19.764 10.531 12.054 17.872-.157.106-12.126-17.978h.229Z", fill: "#6033A2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "du", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1304
+ maskType: "luminance"
1305
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#du)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m19.993 10.531 11.982 17.766-.157.106-12.054-17.872h.229Z", fill: "#6134A3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dv", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1306
+ maskType: "luminance"
1307
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m20.222 10.531 11.91 17.66-.156.106L19.993 10.53h.229Z", fill: "#6234A4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dw", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1308
+ maskType: "luminance"
1309
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m20.45 10.531 11.84 17.554-.157.106L20.22 10.53h.229Z", fill: "#6335A5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dx", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1310
+ maskType: "luminance"
1311
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M20.68 10.531 32.446 27.98l-.157.106L20.45 10.53h.23Z", fill: "#6435A5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dy", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1312
+ maskType: "luminance"
1313
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dy)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m20.908 10.531 11.696 17.342-.157.106L20.679 10.53h.229Z", fill: "#6536A6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dz", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1314
+ maskType: "luminance"
1315
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m21.137 10.531 11.625 17.236-.157.106L20.908 10.53h.229Z", fill: "#6637A7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dA", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1316
+ maskType: "luminance"
1317
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m21.365 10.531 11.554 17.13-.157.106L21.137 10.53h.228Z", fill: "#6737A8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dB", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1318
+ maskType: "luminance"
1319
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m21.594 10.531 11.482 17.023-.157.107-11.553-17.13h.228Z", fill: "#6838A8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dC", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1320
+ maskType: "luminance"
1321
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m21.823 10.531 11.41 16.917-.157.106-11.482-17.023h.229Z", fill: "#6938A9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dD", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1322
+ maskType: "luminance"
1323
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M22.052 10.531 33.39 27.342l-.157.106-11.411-16.917h.229Z", fill: "#6A39AA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dE", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1324
+ maskType: "luminance"
1325
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.28 10.531 11.268 16.705-.157.106-11.34-16.81h.23Z", fill: "#6B39AB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dF", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1326
+ maskType: "luminance"
1327
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.51 10.531 11.195 16.6-.157.105L22.28 10.531h.23Z", fill: "#6C3AAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dG", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1328
+ maskType: "luminance"
1329
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.738 10.531 11.125 16.493-.157.106L22.51 10.531h.228Z", fill: "#6D3AAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dH", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1330
+ maskType: "luminance"
1331
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M22.967 10.531 34.02 26.918l-.157.106-11.125-16.493h.23Z", fill: "#6E3BAD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dI", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1332
+ maskType: "luminance"
1333
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m23.196 10.531 10.981 16.281-.157.106-11.053-16.387h.229Z", fill: "#6F3BAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dJ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1334
+ maskType: "luminance"
1335
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m23.424 10.531 10.91 16.175-.157.106-10.981-16.28h.228Z", fill: "#703CAF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dK", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1336
+ maskType: "luminance"
1337
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M23.654 10.531 34.492 26.6l-.158.106-10.91-16.175h.23Z", fill: "#713DAF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dL", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1338
+ maskType: "luminance"
1339
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M23.882 10.531 34.65 26.494l-.157.106-10.84-16.07h.23Z", fill: "#723DB0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dM", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1340
+ maskType: "luminance"
1341
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.111 10.531 10.695 15.857-.157.106L23.882 10.53h.229Z", fill: "#733EB1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dN", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1342
+ maskType: "luminance"
1343
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.34 10.531 10.623 15.75-.157.107L24.111 10.53h.229Z", fill: "#743EB2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dO", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1344
+ maskType: "luminance"
1345
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.568 10.531 35.12 26.176l-.157.106-10.623-15.75h.228Z", fill: "#753FB2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dP", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1346
+ maskType: "luminance"
1347
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.797 10.531 10.48 15.539-.157.106L24.568 10.53h.229Z", fill: "#763FB3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dQ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1348
+ maskType: "luminance"
1349
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.026 10.531 10.409 15.432-.157.107-10.48-15.539h.228Z", fill: "#7740B4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dR", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1350
+ maskType: "luminance"
1351
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.255 10.531 10.337 15.326-.157.106-10.409-15.432h.229Z", fill: "#7840B5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dS", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1352
+ maskType: "luminance"
1353
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.484 10.531 10.265 15.22-.157.106-10.337-15.326h.229Z", fill: "#7941B6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dT", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1354
+ maskType: "luminance"
1355
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.713 10.531 10.194 15.114-.157.106-10.266-15.22h.229Z", fill: "#7A41B6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dU", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1356
+ maskType: "luminance"
1357
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M25.941 10.531 36.064 25.54l-.157.106-10.195-15.114h.23Z", fill: "#7B42B7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dV", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1358
+ maskType: "luminance"
1359
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.17 10.531 10.051 14.902-.157.106-10.123-15.008h.23Z", fill: "#7C43B8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dW", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1360
+ maskType: "luminance"
1361
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.399 10.531 9.98 14.796-.158.106L26.17 10.531h.229Z", fill: "#7D43B9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dX", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1362
+ maskType: "luminance"
1363
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.628 10.531 9.908 14.69-.157.106-9.98-14.796h.229Z", fill: "#7E44B9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dY", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1364
+ maskType: "luminance"
1365
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.856 10.531 9.837 14.584-.157.106-9.908-14.69h.228Z", fill: "#7F44BA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dZ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1366
+ maskType: "luminance"
1367
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M27.085 10.531 36.85 25.01l-.157.106-9.837-14.584h.23Z", fill: "#8045BB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ea", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1368
+ maskType: "luminance"
1369
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ea)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.314 10.531 9.694 14.372-.158.106-9.765-14.478h.229Z", fill: "#8145BC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eb", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1370
+ maskType: "luminance"
1371
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.543 10.531 9.622 14.266-.157.106-9.694-14.372h.229Z", fill: "#8246BC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ec", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1372
+ maskType: "luminance"
1373
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ec)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.771 10.531 9.55 14.16-.156.106-9.622-14.266h.229Z", fill: "#8346BD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ed", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1374
+ maskType: "luminance"
1375
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ed)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28 10.531 9.48 14.054-.158.106-9.55-14.16H28Z", fill: "#8447BE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ee", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1376
+ maskType: "luminance"
1377
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ee)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.23 10.531 9.407 13.947-.157.107L28 10.53h.23Z", fill: "#8547BF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ef", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1378
+ maskType: "luminance"
1379
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ef)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.458 10.531 9.336 13.841-.158.107L28.23 10.53h.229Z", fill: "#8648C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eg", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1380
+ maskType: "luminance"
1381
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.687 10.531 9.264 13.735-.157.106-9.336-13.84h.229Z", fill: "#8749C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eh", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1382
+ maskType: "luminance"
1383
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.915 10.531 9.193 13.63-.157.105-9.265-13.735h.23Z", fill: "#8849C1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ei", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1384
+ maskType: "luminance"
1385
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ei)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.144 10.531 9.122 13.523-.158.106-9.192-13.629h.228Z", fill: "#894AC2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ej", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1386
+ maskType: "luminance"
1387
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ej)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.373 10.531 9.05 13.417-.157.106-9.122-13.523h.23Z", fill: "#8A4AC3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ek", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1388
+ maskType: "luminance"
1389
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ek)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.602 10.531 8.86 13.136v.255l-.04.026-9.049-13.417h.23Z", fill: "#8B4BC3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "el", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1390
+ maskType: "luminance"
1391
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#el)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.83 10.531 8.632 12.796v.34l-8.86-13.136h.229Z", fill: "#8C4BC4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "em", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1392
+ maskType: "luminance"
1393
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#em)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.06 10.531 8.402 12.457v.34L29.83 10.53h.229Z", fill: "#8D4CC5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "en", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1394
+ maskType: "luminance"
1395
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#en)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.288 10.531 8.174 12.118v.34L30.06 10.53h.228Z", fill: "#8E4CC6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eo", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1396
+ maskType: "luminance"
1397
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eo)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.517 10.531 7.945 11.779v.339l-8.173-12.118h.228Z", fill: "#8F4DC6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ep", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1398
+ maskType: "luminance"
1399
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ep)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.746 10.531 7.716 11.44v.339l-7.945-11.78h.23Z", fill: "#904DC7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eq", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1400
+ maskType: "luminance"
1401
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.975 10.531 7.487 11.1v.34l-7.716-11.44h.229Z", fill: "#914EC8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "er", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
1402
+ maskType: "luminance"
1403
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#er)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.462 21.631-7.487-11.1h7.487v11.1Z", fill: "#914EC8" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "m20.041 11.596-.012-.036c.176-.147.486-.04.695-.074.114-.018.2-.08.328-.09.474-.034 1.271.087 1.689-.078.104-.041.14-.119.179-.217l.038.169a1.3 1.3 0 0 0 .259.083l.025-.017.018.02.054-.018c-.102-.012-.296-.012-.378.05-.622.032-1.246.057-1.867.107-.34.028-.688.093-1.028.101Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.454 16.52.165-.203c.069.059-.01.108.013.19a2.742 2.742 0 0 1 1.019-1.108l.046-.028-.007-.098.125-.065-.107-.029c.006-.019.024-.076.034-.091.075-.109.647-.375.785-.398l.034.032-.01.08-.053.104.02.038.15-.012-.01.014-.065.004.027.02c-.468.221-.813.442-1.164.824-.246.125-.62.466-.719.722-.001.004-.004.008-.006.011-.233.197-.333.452-.515.684.043-.24.147-.465.238-.69Zm5.58-2.035.014-.035c.022-.058.014-.037.032-.11.651.026 1.167.629 1.756.827-.024.123-.034.164.037.27.276.418.808.675 1.134 1.057.58.68 1.086 2.251 1.093 3.13.003.402-.1.797-.09 1.203l-.007.044c-.036.264-.02.528-.077.79-.178.826-.827 1.82-1.474 2.36-.042.036-.05.039-.093.063.24-.46.592-.757.884-1.167.155-.216.23-.486.347-.723.045-.092.117-.162.17-.249.15-.249.038-.87.038-1.172.003-1.244.203-1.916-.314-3.149-.122-.288-.26-.615-.444-.869-.248-.341-1.418-1.114-1.482-1.376a1.51 1.51 0 0 0-.02-.086.777.777 0 0 0-.041-.093c-.167-.141-1.204-.608-1.464-.715Z", fill: "#4501B1" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M20.409 24.56c.945.367 1.868.627 2.876.76-.381.029-.706-.026-1.075-.108-.082.414-.205 1.21.036 1.587.176.275.659.208.878.43a3.126 3.126 0 0 1-1.086-.364c-.978-.534-1.325-1.283-1.63-2.305Z", fill: "#B9B3FD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.751 25.23c.77-.024 1.621-.383 2.314-.709-.17.66-.352 1.148-.745 1.711-.2.174-.386.372-.603.526-.645.46-1.57.557-2.337.501a2.926 2.926 0 0 1-.256-.03c-.219-.222-.702-.156-.878-.43-.241-.377-.118-1.174-.036-1.587.369.082.694.137 1.075.108.482.012.994.03 1.466-.09Z", fill: "#C0C9FE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.62 24.738c-1.041-.503-1.918-1.494-2.479-2.488-.253-.447-.716-1.664-.579-2.157l.042.011.024.15.049.007c.059-.091.017-.192 0-.298a.791.791 0 0 0 .1-.27l.007-.072.007.049c.052-.184-.021-.54-.032-.742-.062.04-.04.021-.091.076l-.037.039c-.007-.01-.015-.019-.02-.03-.097-.196-.007-.744.041-.963.09-.408.417-1.36.775-1.59l.027.06c-.091.226-.195.45-.237.69.181-.232.281-.487.514-.684l-.018.057c-.064.206-.15.373-.177.593l.046-.105c-.256.9-.407 1.526-.357 2.48l.03.057.008.066c.01.09.015.179.018.269l.036.003c.155 1.278.583 2.414 1.633 3.227.506.392 1.077.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.048-.666.134a1.15 1.15 0 0 0-.344.099c.208.054.44.091.627.202-.146-.011-.292-.035-.434.01l-.015.037.064.097c.153-.012.252.023.394.076a.509.509 0 0 0 .124-.074c.02.07.023.036-.008.1l.086-.006-.024.002c.09-.062.186-.15.298-.155l.047.043-.135.064c.018.02.053.014.08.017.142.013.281 0 .424.02-.192.046-.388.048-.573.118.71.255 2.088-.12 2.716-.508.2-.124.433-.438.663-.469l.043.112c-.392.504-1.63.95-2.268 1.033-1.075.14-2.264-.003-3.209-.564Z", fill: "#300092" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.73 16.527-.017.057c-.064.205-.15.373-.177.593l.046-.105c-.257.9-.407 1.526-.357 2.48l.03.057c-.006.363-.04.723-.06 1.085l-.095.061.046.066-.04-.072.058.075a12.531 12.531 0 0 1-.199-.22c-.08-.77-.135-2.083.087-2.807.033-.202.1-.391.165-.585.18-.233.281-.488.514-.685Z", fill: "#3B5AA5" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "es", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1404
+ maskType: "luminance"
1405
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#es)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.62 2.213 3.07h-2.213v-3.07Z", fill: "#24438C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "et", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1406
+ maskType: "luminance"
1407
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#et)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.554 2.26 3.135h-.047l-2.213-3.07v-.065Z", fill: "#24438C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eu", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1408
+ maskType: "luminance"
1409
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.487 2.307 3.2h-.047l-2.26-3.135v-.065Z", fill: "#24448D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ev", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1410
+ maskType: "luminance"
1411
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ev)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.423 2.353 3.265h-.046l-2.307-3.2v-.065Z", fill: "#25458E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ew", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1412
+ maskType: "luminance"
1413
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ew)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.36 2.4 3.33h-.047l-2.353-3.266v-.065Z", fill: "#25468F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ex", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1414
+ maskType: "luminance"
1415
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ex)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.295 2.447 3.395h-.047l-2.4-3.33v-.065Z", fill: "#264690" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ey", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1416
+ maskType: "luminance"
1417
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ey)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.23 2.494 3.459h-.047l-2.447-3.395v-.064Z", fill: "#264791" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ez", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1418
+ maskType: "luminance"
1419
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ez)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.167 2.54 3.524h-.046l-2.494-3.46v-.064Z", fill: "#274892" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eA", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1420
+ maskType: "luminance"
1421
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.102 2.587 3.589h-.047l-2.54-3.525v-.064Z", fill: "#274993" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eB", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1422
+ maskType: "luminance"
1423
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.035 2.634 3.654h-.047L10.965 21.1v-.065Z", fill: "#284A94" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eC", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1424
+ maskType: "luminance"
1425
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.97 2.68 3.719H13.6l-2.634-3.654v-.065Z", fill: "#284B95" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eD", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1426
+ maskType: "luminance"
1427
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.906 2.727 3.784h-.047l-2.68-3.719v-.065Z", fill: "#294B96" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eE", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1428
+ maskType: "luminance"
1429
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.84 2.774 3.85h-.047l-2.727-3.784v-.065Z", fill: "#294C97" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eF", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1430
+ maskType: "luminance"
1431
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.774 2.82 3.914h-.046l-2.774-3.849v-.065Z", fill: "#2A4D98" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eG", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1432
+ maskType: "luminance"
1433
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.71 2.867 3.978h-.046l-2.821-3.913v-.065Z", fill: "#2A4E99" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eH", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1434
+ maskType: "luminance"
1435
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.645 2.914 4.044h-.047l-2.867-3.979v-.065Z", fill: "#2B4F9A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eI", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1436
+ maskType: "luminance"
1437
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.58 2.96 4.107h-.046l-2.914-4.043v-.065Z", fill: "#2B509B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eJ", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1438
+ maskType: "luminance"
1439
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.517 3.008 4.172h-.047l-2.961-4.108v-.064Z", fill: "#2C509C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eK", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1440
+ maskType: "luminance"
1441
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.452 3.054 4.238h-.046l-3.008-4.173v-.065Z", fill: "#2C519D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eL", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1442
+ maskType: "luminance"
1443
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.387 3.101 4.302h-.047l-3.054-4.237v-.065Z", fill: "#2D529E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eM", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1444
+ maskType: "luminance"
1445
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.323 3.148 4.367h-.047l-3.101-4.302v-.065Z", fill: "#2D539F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eN", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1446
+ maskType: "luminance"
1447
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.257 3.194 4.432h-.046l-3.148-4.367v-.065Z", fill: "#2D54A0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eO", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1448
+ maskType: "luminance"
1449
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.192 3.241 4.497h-.046l-3.195-4.432v-.065Z", fill: "#2E55A1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eP", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1450
+ maskType: "luminance"
1451
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.127 3.288 4.562h-.047l-3.241-4.497v-.065Z", fill: "#2E56A2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eQ", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1452
+ maskType: "luminance"
1453
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.965 20.064 14.3 24.69h-.047l-3.288-4.562v-.064Z", fill: "#2F56A3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eR", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1454
+ maskType: "luminance"
1455
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.998 3.382 4.691H14.3l-3.335-4.626v-.065Z", fill: "#2F57A4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eS", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1456
+ maskType: "luminance"
1457
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.934 3.428 4.756h-.046l-3.382-4.692v-.064Z", fill: "#3058A5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eT", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1458
+ maskType: "luminance"
1459
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.866 3.475 4.821h-.047l-3.428-4.756v-.065Z", fill: "#3059A6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eU", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1460
+ maskType: "luminance"
1461
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.804 3.522 4.886h-.047l-3.475-4.822v-.064Z", fill: "#315AA7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eV", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1462
+ maskType: "luminance"
1463
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.738 3.568 4.951h-.046l-3.522-4.886v-.065Z", fill: "#315BA8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eW", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1464
+ maskType: "luminance"
1465
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.722.023-.017 3.592 4.983h-.047l-3.568-4.95v-.016Z", fill: "#325BAA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eX", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1466
+ maskType: "luminance"
1467
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.989 19.706.03-.022 3.608 5.005h-.046l-3.592-4.983Z", fill: "#325CAB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eY", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1468
+ maskType: "luminance"
1469
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.019 19.684.03-.022 3.625 5.027h-.047l-3.608-5.005Z", fill: "#335DAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eZ", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1470
+ maskType: "luminance"
1471
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.05 19.662.03-.022 3.64 5.049h-.046l-3.624-5.027Z", fill: "#335EAD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fa", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1472
+ maskType: "luminance"
1473
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fa)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.08 19.641.031-.022 3.656 5.072h-.046l-3.64-5.05Z", fill: "#345FAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fb", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1474
+ maskType: "luminance"
1475
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.111 19.617.013-.01h.027l3.663 5.081h-.047l-3.655-5.071Z", fill: "#3460AF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fc", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1476
+ maskType: "luminance"
1477
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.198 19.607 3.663 5.081h-.047l-3.662-5.08h.046Z", fill: "#3560B0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fd", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1478
+ maskType: "luminance"
1479
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.245 19.607 3.663 5.081h-.047l-3.663-5.08h.047Z", fill: "#3561B1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fe", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1480
+ maskType: "luminance"
1481
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fe)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.291 19.607 3.663 5.081h-.047l-3.662-5.08h.046Z", fill: "#3662B2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ff", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1482
+ maskType: "luminance"
1483
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ff)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.339 19.607 15 24.688h-.047l-3.662-5.08h.047Z", fill: "#3663B3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fg", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1484
+ maskType: "luminance"
1485
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.385 19.607 3.663 5.081H15l-3.663-5.08h.047Z", fill: "#3664B4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fh", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1486
+ maskType: "luminance"
1487
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.432 19.607 3.662 5.081h-.046l-3.663-5.08h.047Z", fill: "#3765B5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fi", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1488
+ maskType: "luminance"
1489
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fi)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.479 19.607 3.662 5.081h-.046l-3.663-5.08h.047Z", fill: "#3766B6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fj", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1490
+ maskType: "luminance"
1491
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.526 19.607 3.662 5.081h-.047l-3.662-5.08h.047Z", fill: "#3866B7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fk", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1492
+ maskType: "luminance"
1493
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fk)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.572 19.607 3.663 5.081h-.047l-3.663-5.08h.047Z", fill: "#3867B8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fl", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1494
+ maskType: "luminance"
1495
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.619 19.607 3.662 5.081h-.046l-3.663-5.08h.047Z", fill: "#3968B9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fm", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1496
+ maskType: "luminance"
1497
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.666 19.607 3.662 5.081h-.047l-3.662-5.08h.047Z", fill: "#3969BA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fn", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1498
+ maskType: "luminance"
1499
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.712 19.607 3.663 5.081h-.047l-3.662-5.08h.046Z", fill: "#3A6ABB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fo", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1500
+ maskType: "luminance"
1501
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fo)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.759 19.607 3.652 5.066-.021.015h-.015l-3.663-5.08h.047Z", fill: "#3A6BBC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fp", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1502
+ maskType: "luminance"
1503
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.806 19.607 3.635 5.044-.03.022-3.652-5.066h.047Z", fill: "#3B6BBD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fq", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1504
+ maskType: "luminance"
1505
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.853 19.607 3.62 5.022-.032.022-3.635-5.044h.047Z", fill: "#3B6CBE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fr", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1506
+ maskType: "luminance"
1507
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fr)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.9 19.607 3.603 5-.03.022-3.62-5.022h.046Z", fill: "#3C6DBF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fs", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1508
+ maskType: "luminance"
1509
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fs)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.946 19.607 3.588 4.977-.031.023-3.604-5h.047Z", fill: "#3C6EC0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ft", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1510
+ maskType: "luminance"
1511
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ft)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.993 19.607 3.571 4.955-.03.022-3.588-4.977h.047Z", fill: "#3D6FC1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fu", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1512
+ maskType: "luminance"
1513
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.04 19.607 3.555 4.933-.03.022-3.572-4.955h.046Z", fill: "#3D70C2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fv", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1514
+ maskType: "luminance"
1515
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.086 19.607 3.54 4.91-.031.023-3.556-4.933h.047Z", fill: "#3E70C3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fw", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1516
+ maskType: "luminance"
1517
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.133 19.607 3.524 4.889-.03.022-3.54-4.91h.046Z", fill: "#3E71C4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fx", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1518
+ maskType: "luminance"
1519
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.18 19.607 3.507 4.867-.03.022-3.524-4.889h.047Z", fill: "#3F72C5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fy", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1520
+ maskType: "luminance"
1521
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fy)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.227 19.607 3.491 4.844-.03.023-3.508-4.867h.047Z", fill: "#3F73C6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fz", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
1522
+ maskType: "luminance"
1523
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m15.73 24.443-.012.008-3.491-4.844h3.502v4.836Z", fill: "#3F73C6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fA", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1524
+ maskType: "luminance"
1525
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 21.749 10.073 5.532H22.92v-5.532Z", fill: "#2B0C82" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fB", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1526
+ maskType: "luminance"
1527
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 21.557 10.422 5.723h-.349L22.92 21.748v-.191Z", fill: "#2B0C82" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fC", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1528
+ maskType: "luminance"
1529
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 21.364 10.77 5.915h-.348L22.92 21.556v-.192Z", fill: "#2C0C83" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fD", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1530
+ maskType: "luminance"
1531
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 21.173 11.12 6.106h-.35l-10.77-5.915v-.191Z", fill: "#2D0D84" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fE", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1532
+ maskType: "luminance"
1533
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.983 11.468 6.298h-.349L22.92 21.175v-.192Z", fill: "#2E0D85" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fF", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1534
+ maskType: "luminance"
1535
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.791 11.816 6.489h-.348L22.92 20.983v-.192Z", fill: "#2F0E86" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fG", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1536
+ maskType: "luminance"
1537
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.599 12.165 6.68h-.349L22.92 20.79v-.19Z", fill: "#300E87" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fH", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1538
+ maskType: "luminance"
1539
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.407 12.514 6.872h-.349l-12.165-6.68v-.192Z", fill: "#310E88" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fI", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1540
+ maskType: "luminance"
1541
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.217 12.697 6.972-.05.091h-.133L22.92 20.408v-.191Z", fill: "#320F89" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fJ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1542
+ maskType: "luminance"
1543
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.025 12.778 7.017-.08.147-12.698-6.972v-.192Z", fill: "#330F8A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fK", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1544
+ maskType: "luminance"
1545
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.833 12.859 7.061-.081.147-12.778-7.017v-.191Z", fill: "#34108B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fL", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1546
+ maskType: "luminance"
1547
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.643 12.94 7.105-.081.147-12.859-7.061v-.191Z", fill: "#35108C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fM", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1548
+ maskType: "luminance"
1549
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.451 13.02 7.15-.08.147-12.94-7.105v-.192Z", fill: "#36108D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fN", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1550
+ maskType: "luminance"
1551
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.257 13.101 7.194-.08.147-13.021-7.15v-.191Z", fill: "#37118E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fO", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1552
+ maskType: "luminance"
1553
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.067 13.182 7.239-.081.147-13.101-7.194v-.192Z", fill: "#38118F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fP", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1554
+ maskType: "luminance"
1555
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.876 13.263 7.283-.081.147-13.182-7.239v-.191Z", fill: "#391290" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fQ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1556
+ maskType: "luminance"
1557
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.686 13.343 7.327-.08.147-13.263-7.283v-.191Z", fill: "#3A1291" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fR", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1558
+ maskType: "luminance"
1559
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.492 13.424 7.372-.08.147-13.344-7.327v-.192Z", fill: "#3B1292" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fS", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1560
+ maskType: "luminance"
1561
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.303 13.505 7.416-.08.147-13.425-7.372v-.191Z", fill: "#3C1393" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fT", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1562
+ maskType: "luminance"
1563
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.11 13.586 7.46-.081.148-13.505-7.416v-.192Z", fill: "#3D1394" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fU", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1564
+ maskType: "luminance"
1565
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.92 13.666 7.505-.08.147-13.586-7.46v-.192Z", fill: "#3E1495" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fV", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1566
+ maskType: "luminance"
1567
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.727 13.747 7.549-.08.147-13.667-7.505v-.191Z", fill: "#3F1496" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fW", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1568
+ maskType: "luminance"
1569
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.536 13.828 7.593-.08.148-13.748-7.55v-.19Z", fill: "#401497" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fX", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1570
+ maskType: "luminance"
1571
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.344 13.909 7.637-.081.148-13.828-7.594v-.191Z", fill: "#411598" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fY", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1572
+ maskType: "luminance"
1573
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.152 13.99 7.682-.081.148-13.909-7.638v-.192Z", fill: "#421599" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fZ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1574
+ maskType: "luminance"
1575
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.962 14.07 7.726-.08.148-13.99-7.683v-.191Z", fill: "#43169A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ga", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1576
+ maskType: "luminance"
1577
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ga)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.77 14.151 7.771-.08.147-14.071-7.726v-.192Z", fill: "#44169B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gb", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1578
+ maskType: "luminance"
1579
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.577 14.232 7.815-.08.147-14.152-7.77v-.192Z", fill: "#45169C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gc", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1580
+ maskType: "luminance"
1581
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.387 14.313 7.86-.081.146-14.232-7.815v-.191Z", fill: "#46179D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gd", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1582
+ maskType: "luminance"
1583
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M22.92 16.196 37.313 24.1l-.08.147-14.313-7.86v-.19Z", fill: "#47179E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ge", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1584
+ maskType: "luminance"
1585
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ge)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.005 14.474 7.948-.08.147-14.394-7.904v-.191Z", fill: "#48189F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gf", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1586
+ maskType: "luminance"
1587
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gf)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.812 14.555 7.992-.08.147-14.475-7.948v-.191Z", fill: "#4918A0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gg", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1588
+ maskType: "luminance"
1589
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.622 14.636 8.037-.081.147-14.555-7.993v-.19Z", fill: "#4A18A1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gh", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1590
+ maskType: "luminance"
1591
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.43 14.716 8.081-.08.147-14.636-8.037v-.191Z", fill: "#4B19A2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gi", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1592
+ maskType: "luminance"
1593
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gi)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.238 14.797 8.126-.08.147L22.92 15.43v-.192Z", fill: "#4C19A3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gj", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1594
+ maskType: "luminance"
1595
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.046 14.878 8.17-.08.147-14.798-8.126v-.191Z", fill: "#4D1AA4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gk", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1596
+ maskType: "luminance"
1597
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gk)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.855 14.959 8.215-.08.147-14.879-8.17v-.192Z", fill: "#4E1AA5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gl", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1598
+ maskType: "luminance"
1599
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.663 15.04 8.259-.081.147-14.959-8.214v-.192Z", fill: "#4F1AA6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gm", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1600
+ maskType: "luminance"
1601
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.472 15.12 8.303-.08.147-15.04-8.259v-.191Z", fill: "#501BA7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gn", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1602
+ maskType: "luminance"
1603
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.28 15.201 8.348-.08.147-15.121-8.303v-.192Z", fill: "#511BA8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "go", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1604
+ maskType: "luminance"
1605
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#go)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.089 15.282 8.392-.08.147L22.92 14.28v-.191Z", fill: "#521CA9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gp", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1606
+ maskType: "luminance"
1607
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.898 15.363 8.437-.081.147L22.92 14.09v-.192Z", fill: "#531CAA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gq", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1608
+ maskType: "luminance"
1609
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.706 15.444 8.48-.081.148-15.363-8.436v-.192Z", fill: "#541CAB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gr", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1610
+ maskType: "luminance"
1611
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gr)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.515 15.524 8.524-.08.148-15.444-8.48v-.192Z", fill: "#551DAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gs", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1612
+ maskType: "luminance"
1613
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gs)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.323 15.542 8.535v.15l-.018.032-15.524-8.525v-.192Z", fill: "#561DAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gt", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1614
+ maskType: "luminance"
1615
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gt)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.133 15.542 8.534v.192L22.92 13.324v-.191Z", fill: "#571EAF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gu", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1616
+ maskType: "luminance"
1617
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.94 15.542 8.535v.191L22.92 13.132v-.192Z", fill: "#581EB0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gv", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1618
+ maskType: "luminance"
1619
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.749 15.542 8.534v.192L22.92 12.94v-.191Z", fill: "#591EB1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gw", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1620
+ maskType: "luminance"
1621
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.558 15.542 8.534v.192L22.92 12.748v-.191Z", fill: "#5A1FB2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gx", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1622
+ maskType: "luminance"
1623
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.368 15.542 8.535v.191L22.92 12.56v-.192Z", fill: "#5B1FB3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gy", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1624
+ maskType: "luminance"
1625
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gy)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.174 15.542 8.534v.192L22.92 12.365v-.191Z", fill: "#5C20B4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gz", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1626
+ maskType: "luminance"
1627
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.983 15.542 8.535v.191L22.92 12.175v-.192Z", fill: "#5D20B5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gA", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1628
+ maskType: "luminance"
1629
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.791 15.542 8.534v.192L22.92 11.983v-.192Z", fill: "#5E20B6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gB", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1630
+ maskType: "luminance"
1631
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.6 15.542 8.534v.192L22.92 11.79v-.19Z", fill: "#5F21B7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gC", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1632
+ maskType: "luminance"
1633
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.41 15.542 8.534v.191L22.92 11.601v-.192Z", fill: "#6021B8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gD", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1634
+ maskType: "luminance"
1635
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.218 15.542 8.534v.192L22.92 11.409v-.191Z", fill: "#6122B9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gE", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1636
+ maskType: "luminance"
1637
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.026 15.542 8.535v.191L22.92 11.218v-.192Z", fill: "#6222BA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gF", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1638
+ maskType: "luminance"
1639
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 10.835 15.542 8.534v.192L22.92 11.026v-.191Z", fill: "#6322BB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gG", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1640
+ maskType: "luminance"
1641
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 10.657.006-.01 15.536 8.53v.192L22.92 10.835v-.178Z", fill: "#6423BC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gH", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1642
+ maskType: "luminance"
1643
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.926 10.647.064-.116h.074l15.398 8.456v.191l-15.536-8.531Z", fill: "#6523BD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gI", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1644
+ maskType: "luminance"
1645
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m23.413 10.531 15.049 8.264v.192L23.064 10.53h.349Z", fill: "#6624BE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gJ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1646
+ maskType: "luminance"
1647
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m23.762 10.531 14.7 8.073v.191l-15.05-8.264h.35Z", fill: "#6724BF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gK", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1648
+ maskType: "luminance"
1649
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.11 10.531 14.352 7.881v.192l-14.7-8.073h.348Z", fill: "#6824C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gL", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1650
+ maskType: "luminance"
1651
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.459 10.531 14.003 7.69v.191l-14.352-7.88h.349Z", fill: "#6925C1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gM", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1652
+ maskType: "luminance"
1653
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.807 10.531 13.655 7.498v.192l-14.004-7.69h.35Z", fill: "#6A25C2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gN", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1654
+ maskType: "luminance"
1655
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.156 10.531 13.306 7.307v.191l-13.655-7.498h.349Z", fill: "#6B26C3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gO", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1656
+ maskType: "luminance"
1657
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.504 10.531 12.958 7.115v.192l-13.306-7.307h.348Z", fill: "#6C26C4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gP", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1658
+ maskType: "luminance"
1659
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.853 10.531 12.609 6.924v.192L25.504 10.53h.349Z", fill: "#6D26C5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gQ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1660
+ maskType: "luminance"
1661
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.202 10.531 12.26 6.733v.191l-12.609-6.924h.349Z", fill: "#6E27C6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gR", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1662
+ maskType: "luminance"
1663
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.55 10.531 11.912 6.541v.192l-12.26-6.733h.348Z", fill: "#6F27C7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gS", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1664
+ maskType: "luminance"
1665
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.9 10.531 11.562 6.35v.191l-11.912-6.54h.35Z", fill: "#7028C8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gT", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1666
+ maskType: "luminance"
1667
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.248 10.531 11.214 6.158v.192l-11.563-6.35h.349Z", fill: "#7128C9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gU", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1668
+ maskType: "luminance"
1669
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.596 10.531 10.866 5.967v.191l-11.214-6.158h.348Z", fill: "#7228CA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gV", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1670
+ maskType: "luminance"
1671
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.945 10.531 10.517 5.775v.192L27.596 10.53h.349Z", fill: "#7329CB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gW", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1672
+ maskType: "luminance"
1673
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.294 10.531 10.168 5.584v.191l-10.517-5.775h.349Z", fill: "#7429CC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gX", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1674
+ maskType: "luminance"
1675
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.642 10.531 9.82 5.392v.192L28.294 10.53h.348Z", fill: "#752ACD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gY", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1676
+ maskType: "luminance"
1677
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.99 10.531 9.472 5.201v.191l-9.82-5.392h.349Z", fill: "#762ACE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gZ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1678
+ maskType: "luminance"
1679
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.34 10.531 9.122 5.01v.191l-9.471-5.2h.349Z", fill: "#772ACF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ha", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1680
+ maskType: "luminance"
1681
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ha)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.688 10.531 8.774 4.818v.191l-9.122-5.009h.348Z", fill: "#782BD0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hb", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1682
+ maskType: "luminance"
1683
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.037 10.531 8.425 4.627v.191l-8.774-4.818h.349Z", fill: "#792BD1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hc", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1684
+ maskType: "luminance"
1685
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.386 10.531 8.076 4.435v.192l-8.425-4.627h.349Z", fill: "#7A2CD2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hd", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1686
+ maskType: "luminance"
1687
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.734 10.531 7.728 4.244v.191l-8.077-4.435h.349Z", fill: "#7B2CD3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "he", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1688
+ maskType: "luminance"
1689
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#he)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m31.083 10.531 7.379 4.052v.192l-7.728-4.244h.349Z", fill: "#7C2CD4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hf", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1690
+ maskType: "luminance"
1691
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hf)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m31.431 10.531 7.03 3.86v.192l-7.378-4.052h.348Z", fill: "#7D2DD5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hg", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1692
+ maskType: "luminance"
1693
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m31.78 10.531 6.682 3.67v.19l-7.03-3.86h.348Z", fill: "#7E2DD6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hh", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1694
+ maskType: "luminance"
1695
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m32.129 10.531 6.333 3.478v.191l-6.682-3.669h.349Z", fill: "#7F2ED7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hi", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1696
+ maskType: "luminance"
1697
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hi)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m32.477 10.531 5.985 3.287v.19l-6.333-3.477h.348Z", fill: "#802ED8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hj", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
1698
+ maskType: "luminance"
1699
+ } }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.462 13.818-5.985-3.287h5.985v3.287Z", fill: "#802ED8" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "M26.373 16.974c.109-.483.716-2.228.991-2.537l.06-.015c.052-.218.241-.314.328-.515l.039-.09c.117-.186.046.014.142-.019.128-.044.165-.393.449-.443l.069-.01.08-.14.054-.006.021.112.104-.003-.073.04a.68.68 0 0 1 .076-.176c.101-.06.114-.054.232-.045.062.067.072.082.081.177.04.39-.143.63-.033 1.076.117.471.577 1.04.579 1.52-.078.13-.225.169-.346.25-.098.066-.155.092-.175.208-.258.252-.521.478-.75.761-.586.726-.888 1.739-.902 2.663-.018 1.134.374 2.223 1.172 3.037.807.824 1.992 1.296 3.143 1.297 1.132.002 2.265-.541 3.058-1.339.652-.656.935-1.453 1.103-2.346.009-.049.002-.03.021-.066l.025.038c.041-.078.056-.16.073-.245.272.056.575-.156.852-.191.11-.014.188.044.293.048.01-.143.005-.164.097-.282-.061.83-.322 2.049-.877 2.704l-.009.007c-.346.232-.759.703-1.123.986-1.51 1.17-3.262 1.713-5.136 1.129-.295-.092-1.281-.61-1.39-.606-.063.002-.064.013-.122-.01-.227-.09-.26-.34-.426-.486-.107-.093-.234-.16-.34-.257-.583-.53-.968-1.222-1.208-1.968-.06-.186-.036-.476-.12-.635-.006-.011-.014-.02-.022-.031l.024.02-.052-.021c-.006.13-.01.256-.033.384-.193-.31.047-3.2-.022-3.748a1.128 1.128 0 0 1-.007-.227Z", fill: "#9A88F8" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.55 14.803c.134-.018.287-.103.411-.156l.043-.098c.035-.014.042-.019.084-.029.153-.035.328-.034.485-.057.645-.093 1.884-.293 2.46.023.26.107 1.297.573 1.464.715.008.006.04.09.042.092l.02.087c.063.262 1.233 1.034 1.482 1.376.184.254.322.58.443.869.517 1.233.317 1.904.315 3.148-.001.302.112.924-.039 1.173-.053.086-.125.157-.17.25-.117.236-.192.505-.346.722-.293.41-.645.706-.885 1.166-.097.02-.198.111-.262.186l-.043-.112c-.23.03-.463.344-.663.468-.628.388-2.007.764-2.716.508.185-.07.381-.072.573-.118-.143-.02-.283-.007-.424-.02-.027-.002-.062.003-.08-.017l.135-.064-.047-.042c-.113.005-.207.093-.298.155l.024-.003-.086.006c.03-.064.027-.03.008-.1a.517.517 0 0 1-.125.075c-.142-.053-.24-.088-.393-.076l-.064-.098.015-.037c.141-.045.288-.021.434-.01-.187-.11-.419-.148-.627-.202.118-.054.215-.08.344-.099.217-.085.436-.106.666-.133-.339-.287-.78-.101-1.092-.36.905.17 1.7.082 2.55-.27l.058-.029c.807-.402 1.53-1.119 1.895-1.949.12-.27.193-.57.285-.851a3.99 3.99 0 0 0 .018-1.524c-.22-1.163-.845-2.158-1.83-2.819a4.25 4.25 0 0 0-3.162-.624c-1.184.24-1.983.93-2.634 1.918-.345.718-.466 1.313-.501 2.103l-.036-.003a3.27 3.27 0 0 0-.018-.269l-.008-.065-.03-.057c-.05-.955.1-1.58.357-2.481l-.046.105c.027-.22.113-.387.177-.593l.018-.056.006-.01c.099-.257.473-.599.72-.724.35-.381.695-.602 1.163-.823l-.027-.02.065-.004.01-.014-.15.012-.02-.039.053-.102Z", fill: "#564ED9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.252 23.762c-.1.05-.195.1-.289.161l.007.047c.44.01.839-.436 1.25-.447-.316.426-1.651.724-2.146.8-.113.018-.23.037-.344.027-.339-.286-.78-.1-1.092-.36.905.17 1.7.082 2.55-.27l.064.042Z", fill: "#288CE4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.11 15.874-.007-.09.049.057c.134-.025.264-.041.387.031.312.186 1.22 1.13 1.276 1.478.006.04.002.047-.006.082-.015 0-.031 0-.047.003-.012.003-.023.009-.035.013l.017.074-.06.01a1.355 1.355 0 0 0-.208-.155l-.061-.034c-.213-.514-.618-.866-1.03-1.221-.093-.08-.207-.145-.276-.248Z", fill: "#3B5AA5" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.534 15.8c.17-.057.39.052.576.074.068.103.182.168.274.248.413.355.818.707 1.031 1.22l.023.035c.1.145.333.256.402.38.062.11.034.308.11.393.207.233.249.49.226.794-.03.395-.09.787-.12 1.182-.07.023-.038.026-.093.006.107-.669-.233-2.093-.617-2.638l-.074-.1-.013-.037c-.058-.134-.17-.263-.257-.38-.407-.556-.828-.918-1.468-1.176Z", fill: "#288CE4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.346 17.494c.384.545.724 1.969.616 2.638-.082.304-.13.643-.238.937-.34.923-1.225 1.993-2.082 2.496-.125.073-.258.14-.39.197l-.065-.042.059-.028c.807-.402 1.53-1.119 1.895-1.95.12-.27.193-.57.285-.85.013-.022.028-.043.04-.066.411-.808.357-1.875.01-2.696-.037-.087-.063-.109-.05-.206 0-.143-.047-.291-.08-.43Z", fill: "#4588CA" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.616 15.384c.204-.133.441-.099.669-.066l-.008-.105c.134.01.016-.006.112.023.117.036.275-.023.401-.021l.011.051-.057.057a.364.364 0 0 0 .193-.074c.337.055 1.226.411 1.565.559l.032-.008c.64.258 1.06.62 1.468 1.175.086.118.2.247.257.38l.013.039.074.1c.033.139.08.286.08.43-.013.097.014.118.05.206.347.82.402 1.887-.01 2.695-.012.023-.027.044-.04.066a3.988 3.988 0 0 0 .018-1.524c-.22-1.163-.845-2.158-1.83-2.819a4.25 4.25 0 0 0-3.162-.624c-1.185.241-1.983.93-2.634 1.918.048-.283.31-.606.476-.844.196-.281.834-1.153 1.18-1.215l.014.054.03-.027.042-.037c.245-.217.747-.266 1.056-.389Z", fill: "#3C99D9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.427 17.924c-.023-.047-.047-.094-.068-.142-.24-.566-.972-1.071-1.383-1.514-.193-.208-.36-.162-.606-.262.054-.04.24-.007.316-.002.701.254 1.032.94 1.586 1.39l.074.1c.033.139.08.287.08.43Z", fill: "#288CE4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.616 15.384c.204-.133.441-.099.669-.066l-.008-.105c.134.01.016-.006.112.023.117.036.275-.023.401-.021l.011.051-.057.057a.364.364 0 0 0 .193-.074c.336.055 1.226.411 1.565.559l.031-.008c.641.258 1.061.62 1.47 1.175.085.118.198.247.256.38l.013.039c-.554-.451-.884-1.136-1.586-1.39l-.01-.023a.544.544 0 0 0-.15-.039c-.472-.053-.851-.318-1.307-.407-.473-.093-1.224.07-1.603-.15Z", fill: "#4588CA" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M26.373 16.974c-.02-.3-.08-.596-.104-.896-.094-1.172-.191-3.185.612-4.107.055-.063.223-.273.295-.29.29-.067 2.129.275 2.6.323.37.038.73.023 1.1-.002 1.314-.026 2.372.035 3.623.502.531.198 1.05.451 1.594.61.247.092.415.128.53.387.592 1.323.787 4.781.613 6.232-.091.118-.087.139-.097.282-.105-.004-.182-.062-.292-.048-.277.035-.58.247-.852.191-.018.086-.032.167-.073.244l-.026-.037c.095-1.085-.044-2.103-.657-3.03-.606-.92-1.627-1.57-2.702-1.78-1.243-.243-2.453.11-3.485.803.02-.116.077-.142.175-.208.12-.08.268-.12.345-.25-.001-.48-.462-1.049-.578-1.52-.11-.445.072-.686.032-1.076-.01-.095-.018-.11-.08-.177-.119-.01-.131-.015-.232.045a.676.676 0 0 0-.077.176l.073-.04-.103.003-.022-.112-.053.005-.08.14-.07.01c-.283.05-.32.4-.449.444-.096.033-.024-.167-.142.02l-.038.09c-.087.2-.277.296-.329.514l-.06.014c-.275.31-.882 2.055-.99 2.538Z", fill: "#C277C4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.818 17.842c.651-.988 1.45-1.676 2.634-1.917a4.251 4.251 0 0 1 3.163.624c.984.66 1.61 1.656 1.829 2.819a3.99 3.99 0 0 1-.018 1.523c-.092.282-.165.58-.285.852-.365.83-1.088 1.546-1.895 1.949l-.059.028c-.85.352-1.644.44-2.549.27-.612-.174-1.183-.425-1.688-.817-1.05-.813-1.478-1.949-1.633-3.227.035-.79.156-1.385.5-2.104Z", fill: "#17F2F7" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.696 18.989a3.123 3.123 0 0 1 1.577-2.094c.858-.447 1.85-.415 2.748-.126.152.073.31.141.456.225.845.574 1.352 1.253 1.544 2.271.112.595.101 1.268-.132 1.834a1.558 1.558 0 0 1-.152.38c-.03.067-.063.129-.101.191-.45.727-1.17 1.33-2.017 1.526-.846.195-1.79-.067-2.508-.524-.604-.384-1.147-1.012-1.302-1.727-.236-.566-.302-1.37-.113-1.956Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M18.422 18.698c.045.06.115.132.135.204.005.372-.007.69-.286.976a1.082 1.082 0 0 1-.98.282c.26-.072.5-.2.694-.387.303-.295.428-.66.437-1.075Z", fill: "#8642F0" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.28 21.223a.967.967 0 0 1 .23.011.48.48 0 0 1 .302.208.47.47 0 0 1 .063.37c-.044.183-.157.288-.313.38a1.68 1.68 0 0 1-.121-.008c-.174-.017-.33-.08-.436-.225a.408.408 0 0 1-.069-.336c.046-.2.179-.297.345-.4Zm-1.269-2.193.125.02.027.028c.102.105.08.479.087.63.017.363.039.772.176 1.114.085.21.197.416.264.634.033.108.039.15-.013.25a1.57 1.57 0 0 1-.404-.526c-.304-.612-.487-1.49-.262-2.15Zm3.641-1.665c.433-.038.818-.039 1.17.258.321.269.492.681.6 1.075-.009.416-.134.78-.438 1.075a1.605 1.605 0 0 1-.693.387l-.288.03a2.546 2.546 0 0 1-.077-.013c-.404-.07-.812-.26-1.046-.611-.269-.403-.263-.876-.18-1.333.209-.472.49-.673.952-.868Z", fill: "#FEFEFE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M29.051 16.357c1.033-.693 2.243-1.047 3.485-.804 1.076.21 2.096.86 2.703 1.78.613.927.752 1.946.657 3.03-.019.037-.012.017-.021.066-.168.893-.45 1.69-1.103 2.347-.792.797-1.925 1.34-3.058 1.339-1.15-.001-2.336-.474-3.143-1.298-.798-.814-1.19-1.903-1.172-3.037.014-.924.316-1.937.903-2.662.228-.283.49-.51.75-.761Z", fill: "#17F2F7" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M34.543 18.792c.27.848.231 1.784-.176 2.581-.287.56-.676 1.081-1.18 1.46.109-.394.351-.672.526-1.034.19-.393.3-.851.405-1.276.078-.32.201-.827.022-1.125l.032-.082c.08-.018.169-.034.235-.084.133-.101.125-.29.136-.44Z", fill: "#564ED9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M33.188 22.834a3.456 3.456 0 0 1-.935.436c-.748.205-1.65.098-2.324-.29-.767-.44-1.275-1.185-1.502-2.03-.234-.874-.162-1.823.305-2.608.433-.729 1.21-1.366 2.039-1.573.988-.246 1.86.015 2.706.528.586.394.803.867 1.066 1.496-.011.15-.003.338-.136.44-.066.05-.155.066-.234.084l-.033.082c.18.298.057.805-.022 1.125-.104.424-.215.882-.405 1.276-.175.362-.417.64-.525 1.034Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M29.988 21.411a.763.763 0 0 1 .225.059.54.54 0 0 1 .277.321.448.448 0 0 1-.027.341c-.087.17-.213.213-.386.262a.703.703 0 0 1-.207-.043.48.48 0 0 1-.279-.258.464.464 0 0 1 .007-.353c.075-.18.22-.255.39-.329Zm3.49-4.115c.585.394.802.868 1.065 1.496-.011.15-.003.338-.136.44-.066.05-.155.066-.234.084l-.033.082a1.754 1.754 0 0 1-.584.665 1.278 1.278 0 0 1-1.01.181c-.384-.094-.708-.37-.904-.707-.215-.368-.305-.843-.185-1.257.104-.357.357-.61.683-.775.421-.213.782-.21 1.221-.06l.116-.15Z", fill: "#FEFEFE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M33.477 17.296c.586.394.803.868 1.066 1.496-.011.15-.003.338-.136.44-.066.05-.155.066-.234.084.076-.305.115-.602.036-.912-.119-.468-.446-.733-.848-.96l.117-.148Z", fill: "#8642F0" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("filter", { id: "a", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "b", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "c", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "d", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", k2: -1, k3: 1, operator: "arithmetic" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "shape", mode: "normal", result: "effect2_innerShadow_883_15119" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "e", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "f", width: 45.228, height: 39.533, x: 0.94, y: 0, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" }))));
1700
+
859
1701
  const SvgFiaQueries = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { clipPath: "url(#clip0_300_28244)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.3438 13.625C10.3438 14.9188 9.29375 16 8 16C6.70625 16 5.65625 14.9188 5.65625 13.625C5.65625 13.3625 5.86247 13.1562 6.125 13.1562H9.875C10.1375 13.1562 10.3438 13.3625 10.3438 13.625Z", fill: "#AEADB3" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.3438 13.625C10.3438 14.9188 9.29375 16 8 16V13.1562H9.875C10.1375 13.1562 10.3438 13.3625 10.3438 13.625Z", fill: "#8B8892" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.2812 12.2188V12.6875C11.2812 13.4656 10.6532 14.0938 9.875 14.0938H6.125C5.34684 14.0938 4.71875 13.4656 4.71875 12.6875V12.2188L5.60938 11.25H10.3906L11.2812 12.2188Z", fill: "#D9D9D9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.3906 11.25L11.2812 12.2188V12.6875C11.2812 13.4656 10.6532 14.0938 9.875 14.0938H8V11.25H10.3906Z", fill: "#C8C6CD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.625 5.625C13.625 6.98438 13.1281 8.30625 12.2281 9.32812C11.7312 9.9 11.4312 10.5656 11.3281 11.25C11.3094 11.4093 11.2812 11.5906 11.2812 11.75V12.2188H4.71874V11.75C4.71874 11.5906 4.69996 11.4093 4.67186 11.25C4.57808 10.5656 4.27814 9.9 3.79061 9.35622C2.59058 8.00622 2.12183 6.19684 2.50624 4.39687C2.95624 2.2875 4.67186 0.571875 6.79064 0.121875C7.19374 0.0374688 7.59686 0 7.99999 0C9.28436 0 10.5406 0.440594 11.5438 1.25622C12.8656 2.33437 13.625 3.92812 13.625 5.625Z", fill: "#FEDB41" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.625 5.625C13.625 6.98438 13.1281 8.30625 12.2281 9.32812C11.7312 9.9 11.4312 10.5656 11.3281 11.25C11.3094 11.4093 11.2812 11.5906 11.2812 11.75V12.2188H8V0C9.28437 0 10.5407 0.440594 11.5438 1.25622C12.8656 2.33437 13.625 3.92812 13.625 5.625Z", fill: "#FCBF29" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.75 5.625C11.75 5.88747 11.5438 6.09375 11.2812 6.09375C11.0187 6.09375 10.8125 5.88747 10.8125 5.625C10.8125 4.07809 9.54691 2.8125 8 2.8125C7.73747 2.8125 7.53125 2.60622 7.53125 2.34375C7.53125 2.08122 7.73747 1.875 8 1.875C10.0719 1.875 11.75 3.55309 11.75 5.625Z", fill: "#FEA832" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.40625 6.5625H0.46875C0.209656 6.5625 0 6.35284 0 6.09375C0 5.83466 0.209656 5.625 0.46875 5.625H1.40625C1.66534 5.625 1.875 5.83466 1.875 6.09375C1.875 6.35284 1.66534 6.5625 1.40625 6.5625Z", fill: "#FEA832" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.2689 4.08152C1.14896 4.08152 1.02902 4.03574 0.937493 3.94418L0.274649 3.28137C0.0915557 3.09827 0.0915557 2.80162 0.274649 2.61852C0.457743 2.43543 0.754399 2.43543 0.937493 2.61852L1.60034 3.28137C1.78343 3.46446 1.78343 3.76112 1.60034 3.94421C1.50877 4.03577 1.38884 4.08152 1.2689 4.08152Z", fill: "#FEA832" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M0.274649 9.56921C0.0915557 9.38612 0.0915557 9.08946 0.274649 8.90637L0.937493 8.24352C1.12059 8.06043 1.41724 8.06043 1.60034 8.24352C1.78343 8.42662 1.78343 8.72327 1.60034 8.90637L0.937493 9.56921C0.754399 9.7523 0.457774 9.7523 0.274649 9.56921Z", fill: "#FEA832" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.5312 6.5625H14.5938C14.3347 6.5625 14.125 6.35284 14.125 6.09375C14.125 5.83466 14.3347 5.625 14.5938 5.625H15.5312C15.7903 5.625 16 5.83466 16 6.09375C16 6.35284 15.7903 6.5625 15.5312 6.5625Z", fill: "#FE9923" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.3996 3.94421C14.2166 3.76112 14.2166 3.46446 14.3996 3.28137L15.0625 2.61852C15.2456 2.43543 15.5422 2.43543 15.7253 2.61852C15.9084 2.80162 15.9084 3.09827 15.7253 3.28137L15.0625 3.94421C14.8794 4.1273 14.5828 4.1273 14.3996 3.94421Z", fill: "#FE9923" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.0625 9.56921L14.3996 8.90637C14.2166 8.72327 14.2166 8.42662 14.3996 8.24352C14.5827 8.06043 14.8794 8.06043 15.0625 8.24352L15.7253 8.90637C15.9084 9.08946 15.9084 9.38612 15.7253 9.56921C15.5422 9.7523 15.2456 9.7523 15.0625 9.56921Z", fill: "#FE9923" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.75 5.625C11.75 5.88747 11.5438 6.09375 11.2812 6.09375C11.0187 6.09375 10.8125 5.88747 10.8125 5.625C10.8125 4.07809 9.54691 2.8125 8 2.8125V1.875C10.0719 1.875 11.75 3.55309 11.75 5.625Z", fill: "#FE9923" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", { id: "clip0_300_28244" }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, fill: "white" }))));
860
1702
 
861
1703
  const SvgFiaMagic = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { clipPath: "url(#clip0_704_11368)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.67062 10.6706L2.31875 15.5481C1.81344 16.1256 0.927188 16.1521 0.3875 15.6124C-0.15375 15.0712 -0.124062 14.1853 0.451875 13.6812L5.32937 9.32932C5.32937 9.32932 5.75 9.24994 6.25 9.74994C6.75 10.2499 6.67062 10.6706 6.67062 10.6706Z", fill: "#0052BE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.67064 10.6706L2.31876 15.5481C1.81345 16.1256 0.9272 16.1522 0.387512 15.6125L6.25001 9.75C6.75001 10.25 6.67064 10.6706 6.67064 10.6706Z", fill: "#00429B" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.49997 7.5L6.6706 10.6706C6.20194 10.202 5.79803 9.79806 5.32935 9.32937L8.49997 6.5L9.49997 7.5Z", fill: "#00429B" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.5 7.5L6.67063 10.6706L6 10L9 7L9.5 7.5Z", fill: "#00337A" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.5 8.7189H10.4875L9.16032 10.5273C8.91407 10.8628 8.38457 10.7338 8.31938 10.3236L7.95813 8.04202L5.67657 7.68077C5.26598 7.61555 5.1377 7.08571 5.47282 6.83983L7.28126 5.51265V3.50015C7.28126 3.11965 7.71242 2.89736 8.02251 3.11858L9.5897 4.23827L11.8059 3.6164C12.1575 3.5174 12.4827 3.8428 12.3838 4.19421L11.7619 6.41046L12.8816 7.97765C13.1025 8.28743 12.8809 8.7189 12.5 8.7189Z", fill: "#FFDD54" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.8816 7.9774C13.1025 8.28718 12.8809 8.71865 12.5 8.71865H10.4875L9.16032 10.5271C8.91422 10.8623 8.3846 10.7338 8.31938 10.3233L7.95813 8.04178L12.2641 3.73584C12.3838 3.85584 12.4297 4.03084 12.3838 4.19396L11.7619 6.41021L12.8816 7.9774Z", fill: "#FFB454" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M16 1.21875C16 1.4775 15.79 1.6875 15.5312 1.6875H15.25V1.96875C15.25 2.2275 15.04 2.4375 14.7812 2.4375C14.5225 2.4375 14.3125 2.2275 14.3125 1.96875V1.6875H14.0312C13.7725 1.6875 13.5625 1.4775 13.5625 1.21875C13.5625 0.96 13.7725 0.75 14.0312 0.75H14.3125V0.46875C14.3125 0.21 14.5225 0 14.7812 0C15.04 0 15.25 0.21 15.25 0.46875V0.75H15.5312C15.79 0.75 16 0.959969 16 1.21875Z", fill: "#BEE75E" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M16 1.21875C16 1.4775 15.79 1.6875 15.5312 1.6875H15.25V1.96875C15.25 2.2275 15.04 2.4375 14.7812 2.4375C14.5225 2.4375 14.3125 2.2275 14.3125 1.96875V1.6875L15.25 0.75H15.5312C15.79 0.75 16 0.959969 16 1.21875Z", fill: "#00CB75" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.5 1.28125H10.2188V1C10.2188 0.741125 10.0089 0.53125 9.75 0.53125C9.49112 0.53125 9.28125 0.741125 9.28125 1V1.28125H9C8.74112 1.28125 8.53125 1.49112 8.53125 1.75C8.53125 2.00888 8.74112 2.21875 9 2.21875H9.28125V2.5C9.28125 2.75887 9.49112 2.96875 9.75 2.96875C10.0089 2.96875 10.2188 2.75887 10.2188 2.5V2.21875H10.5C10.7589 2.21875 10.9688 2.00888 10.9688 1.75C10.9688 1.49112 10.7589 1.28125 10.5 1.28125Z", fill: "#F6F9F9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.7812 7C13.7812 7.25887 13.9911 7.46875 14.25 7.46875C14.5089 7.46875 14.7188 7.25887 14.7188 7V6.71875H15C15.2589 6.71875 15.4688 6.50888 15.4688 6.25C15.4688 5.99112 15.2589 5.78125 15 5.78125H14.7188V5.5C14.7188 5.24112 14.5089 5.03125 14.25 5.03125C13.9911 5.03125 13.7812 5.24112 13.7812 5.5V5.78125H13.5C13.2411 5.78125 13.0312 5.99112 13.0312 6.25C13.0312 6.50888 13.2411 6.71875 13.5 6.71875H13.7812V7Z", fill: "#E2DFF4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.5312 10.2812H15.25V10C15.25 9.74112 15.0401 9.53125 14.7812 9.53125C14.5224 9.53125 14.3125 9.74112 14.3125 10V10.2812H14.0312C13.7724 10.2812 13.5625 10.4911 13.5625 10.75C13.5625 11.0089 13.7724 11.2188 14.0312 11.2188H14.3125V11.5C14.3125 11.7589 14.5224 11.9688 14.7812 11.9688C15.0401 11.9688 15.25 11.7589 15.25 11.5V11.2188H15.5312C15.7901 11.2188 16 11.0089 16 10.75C16 10.4911 15.7901 10.2812 15.5312 10.2812Z", fill: "#FF4A4A" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6 0.75H5.71875V0.46875C5.71875 0.209875 5.50888 0 5.25 0C4.99112 0 4.78125 0.209875 4.78125 0.46875V0.75H4.5C4.24112 0.75 4.03125 0.959875 4.03125 1.21875C4.03125 1.47763 4.24112 1.6875 4.5 1.6875H4.78125V1.96875C4.78125 2.22762 4.99112 2.4375 5.25 2.4375C5.50888 2.4375 5.71875 2.22762 5.71875 1.96875V1.6875H6C6.25887 1.6875 6.46875 1.47763 6.46875 1.21875C6.46875 0.959875 6.25887 0.75 6 0.75Z", fill: "#FF8659" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.98259 3.84307L3.23259 2.84307C3.00787 2.71467 2.7215 2.79273 2.59303 3.01748C2.46459 3.24226 2.54268 3.52857 2.76743 3.65704L4.51743 4.65704C4.74118 4.78495 5.02796 4.70842 5.157 4.48264C5.28546 4.25786 5.20737 3.97154 4.98259 3.84307Z", fill: "#F6F9F9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M3.6919 5.28499L1.6919 5.53499C1.43499 5.56708 1.25277 5.80136 1.28493 6.05824C1.31702 6.31505 1.55127 6.49743 1.80818 6.46521L3.80818 6.21521C4.06508 6.18311 4.2473 5.94883 4.21515 5.69196C4.18302 5.43508 3.94868 5.25252 3.6919 5.28499Z", fill: "#ACCEFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.157 11.0175C12.0285 10.7927 11.7422 10.7146 11.5174 10.8431C11.2927 10.9716 11.2146 11.2579 11.343 11.4827L12.343 13.2327C12.4296 13.3841 12.5877 13.469 12.7504 13.469C13.1042 13.469 13.3374 13.0833 13.157 12.7676L12.157 11.0175Z", fill: "#E2DFF4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.3081 11.7849C10.0512 11.7527 9.81697 11.9351 9.78488 12.1919L9.53488 14.1919C9.49997 14.4708 9.71719 14.7188 10.0006 14.7188C10.2335 14.7188 10.4355 14.5453 10.4651 14.3082L10.7151 12.3082C10.7473 12.0513 10.565 11.817 10.3081 11.7849Z", fill: "#6BA7FF" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", { id: "clip0_704_11368" }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, fill: "white" }))));
@@ -1484,6 +2326,7 @@ Components['link'] = SvgLink;
1484
2326
  Components['arrow_left'] = SvgArrowLeft;
1485
2327
  Components['accordion_back'] = SvgAccordionBack;
1486
2328
  Components['fia_icon'] = SvgFiaIcon;
2329
+ Components['fia_ai_icon'] = SvgFiaAiIcon;
1487
2330
  Components['fia_queries'] = SvgFiaQueries;
1488
2331
  Components['fia_magic'] = SvgFiaMagic;
1489
2332
  Components['fia_clear'] = SvgFiaClear;
@@ -1663,13 +2506,26 @@ const Icon = /*#__PURE__*/React.forwardRef(({
1663
2506
  }
1664
2507
  }, [x, y]);
1665
2508
  const iconColor = variant === 'dark' ? 'var(--ff-icon-color-dark-variant)' : color;
2509
+ const getCursor = () => {
2510
+ if (disabled) {
2511
+ return 'not-allowed';
2512
+ } else if (hoverEffect && cursorType) {
2513
+ return cursorType;
2514
+ } else if (hoverEffect) {
2515
+ return 'pointer';
2516
+ } else if (cursorType) {
2517
+ return cursorType;
2518
+ } else {
2519
+ return 'default';
2520
+ }
2521
+ };
1666
2522
  const baseProps = {
1667
2523
  ref: iconRef,
1668
2524
  onClick: disabled ? () => {} : onClick,
1669
2525
  style: {
1670
2526
  height: `${iconHeight}px`,
1671
2527
  width: `${iconWidth}px`,
1672
- cursor: disabled ? 'not-allowed' : hoverEffect && cursorType ? cursorType : hoverEffect ? 'pointer' : 'default'
2528
+ cursor: getCursor()
1673
2529
  },
1674
2530
  className: classNames('ff-icon-container', {
1675
2531
  'ff-icon-click': hoverEffect,
@@ -3661,12 +4517,16 @@ const Toggle = ({
3661
4517
  name: iconNames.checked.name,
3662
4518
  width: iconNames.checked.width,
3663
4519
  height: iconNames.checked.height,
3664
- className: `ff-checked-icon--${variant}`
4520
+ className: `ff-checked-icon--${variant}`,
4521
+ disabled: disabled,
4522
+ cursorType: "pointer"
3665
4523
  }) : jsxRuntime.jsx(Icon, {
3666
4524
  name: iconNames.unchecked.name,
3667
4525
  width: iconNames.unchecked.width,
3668
4526
  height: iconNames.unchecked.height,
3669
- className: `ff-unchecked-icon--${variant}`
4527
+ className: `ff-unchecked-icon--${variant}`,
4528
+ disabled: disabled,
4529
+ cursorType: "pointer"
3670
4530
  })
3671
4531
  })
3672
4532
  })]
@@ -3754,6 +4614,7 @@ const Input$1 = /*#__PURE__*/React.forwardRef(({
3754
4614
  pattern,
3755
4615
  background,
3756
4616
  helperTextWidth,
4617
+ fixedLabel = false,
3757
4618
  ...props
3758
4619
  }, ref) => {
3759
4620
  const isValueFilled = !checkEmpty(value) || type === 'password' && value?.length > 0;
@@ -3876,7 +4737,7 @@ const Input$1 = /*#__PURE__*/React.forwardRef(({
3876
4737
  }),
3877
4738
  children: jsxRuntime.jsxs("div", {
3878
4739
  className: classNames('ff-input-container', {
3879
- 'ff-input-container--float': isValueFilled,
4740
+ 'ff-input-container--float': isValueFilled || fixedLabel,
3880
4741
  'ff-input-container--disabled': !!disabled
3881
4742
  }),
3882
4743
  children: [isLabelRequired && jsxRuntime.jsxs("label", {
@@ -3912,7 +4773,7 @@ const Input$1 = /*#__PURE__*/React.forwardRef(({
3912
4773
  'ff-input--disabled': !!disabled,
3913
4774
  'ff-input--danger': (displayErrorImmediately || touched) && !!error,
3914
4775
  'ff-input--no-border': !!noBorder,
3915
- 'ff-input--placeholder': !isLabelRequired,
4776
+ 'ff-input--placeholder': !isLabelRequired || fixedLabel,
3916
4777
  'ff-input--number': isTypeNumber,
3917
4778
  'ff-input--focused': isFocused,
3918
4779
  'ff-input--isSearchIcon': showSearchIcon
@@ -6274,7 +7135,8 @@ const Dropdown$1 = /*#__PURE__*/React.forwardRef(({
6274
7135
  }),
6275
7136
  children: !checkEmpty(options) ? jsxRuntime.jsx("div", {
6276
7137
  style: {
6277
- padding: `${dropDownWrapperPadding}px 0`
7138
+ padding: `${dropDownWrapperPadding}px 0`,
7139
+ fontSize: '12px'
6278
7140
  },
6279
7141
  children: jsxRuntime.jsx(FixedSizeList, {
6280
7142
  height: listHeight,
@@ -6393,7 +7255,8 @@ const Select$1 = ({
6393
7255
  borderRadius = '0px',
6394
7256
  noResultsMessage,
6395
7257
  dropDownRef,
6396
- dropDownHeight = 160
7258
+ dropDownHeight = 160,
7259
+ onSearchText
6397
7260
  }) => {
6398
7261
  const selectWidth = typeof width === 'number' ? `${width}px` : width;
6399
7262
  const memoizedOptionsList = React.useMemo(() => optionsList, [optionsList]);
@@ -6438,6 +7301,7 @@ const Select$1 = ({
6438
7301
  const {
6439
7302
  value
6440
7303
  } = event.target;
7304
+ onSearchText?.(value);
6441
7305
  const filteredOptions = optionsList.filter(option => {
6442
7306
  const valueData = getValue$1(option, valueAccessor);
6443
7307
  return typeof valueData === 'string' ? valueData.toLowerCase().includes(value.toLowerCase().trim()) : valueData === Number(value);
@@ -11932,7 +12796,7 @@ const getColumnLeftPosition = (index, columns, freezeColumns) => {
11932
12796
  for (let i = 0; i < index; i++) {
11933
12797
  const width = columns[i]?.width;
11934
12798
  // Add column width plus left padding only
11935
- leftPosition += width ? parseInt(width.toString(), 10) : DEFAULT_COLUMN_WIDTH$1;
12799
+ leftPosition += width ? parseInt(width.toString(), 10) : DEFAULT_COLUMN_WIDTH;
11936
12800
  // Add padding between frozen columns
11937
12801
  if (freezeColumns && i < freezeColumns - 1) {
11938
12802
  leftPosition += CELL_PADDING;
@@ -11940,9 +12804,9 @@ const getColumnLeftPosition = (index, columns, freezeColumns) => {
11940
12804
  }
11941
12805
  return `${leftPosition}px`;
11942
12806
  };
11943
- const DEFAULT_COLUMN_WIDTH$1 = 400;
12807
+ const DEFAULT_COLUMN_WIDTH = 400;
11944
12808
  const calculateFrozenWidth = (columnData, freezeColumns) => {
11945
- return columnData.slice(0, freezeColumns).reduce((acc, col) => acc + parseInt(col.width?.toString() || `${DEFAULT_COLUMN_WIDTH$1}`, 10), 1) + 8 * (freezeColumns - 0.17);
12809
+ return columnData.slice(0, freezeColumns).reduce((acc, col) => acc + parseInt(col.width?.toString() || `${DEFAULT_COLUMN_WIDTH}`, 10), 1) + 8 * (freezeColumns - 0.17);
11946
12810
  };
11947
12811
  const SortableRow = ({
11948
12812
  row,
@@ -12642,7 +13506,7 @@ const useFileDropzone = options => {
12642
13506
  validateMIMEType = false,
12643
13507
  selectedFile,
12644
13508
  setSelectedFile,
12645
- handleReplaceFile
13509
+ handleReplaceFile = () => {}
12646
13510
  } = options;
12647
13511
  const file = !selectedFile ? [] : [selectedFile];
12648
13512
  const [files, setFiles] = React.useState({
@@ -12678,7 +13542,7 @@ const useFileDropzone = options => {
12678
13542
  code: 'file-invalid-type'
12679
13543
  });
12680
13544
  }
12681
- const fileExists = files.accepted.some(existingFile => existingFile.name === file.name && getExtensionWithPeriod(existingFile) === getExtensionWithPeriod(file));
13545
+ const fileExists = files.accepted.some(existingFile => existingFile.name === file.name && getExtensionWithPeriod(existingFile) === getExtensionWithPeriod(file) && existingFile?.lastModified === file?.lastModified);
12682
13546
  if (fileExists) {
12683
13547
  errors.push({
12684
13548
  message: fileExistMessage ? fileExistMessage : 'File already exists.',
@@ -12688,26 +13552,54 @@ const useFileDropzone = options => {
12688
13552
  return errors;
12689
13553
  }, [accept, maxSize, files, maxSizeErrorMessage, invalidFileMessage, fileExistMessage, validateMIMEType]);
12690
13554
  const replaceFile = React.useCallback((fileToReplace, newFile) => {
12691
- if (fileToReplace.name === newFile.name && fileToReplace.size === newFile.size) {
12692
- handleReplaceFile && handleReplaceFile(newFile);
12693
- return;
12694
- }
12695
- if (handleReplaceFile) handleReplaceFile();
13555
+ if (handleReplaceFile) handleReplaceFile(newFile);
12696
13556
  const errors = validateFile(newFile);
12697
13557
  const isValid = checkEmpty(errors);
12698
13558
  setFiles(prevFiles => {
12699
- const updatedAccepted = prevFiles.accepted.filter(file => file.name !== fileToReplace.name || file.size !== fileToReplace.size);
12700
- const updatedRejected = prevFiles.rejected.filter(rejection => rejection.file.name !== fileToReplace.name || rejection.file.size !== fileToReplace.size);
12701
- // If valid, update selectedFile too
13559
+ const fileNameMatch = file => file.name === fileToReplace.name && file.lastModified === fileToReplace.lastModified;
13560
+ // === Handle Accepted Files ===
13561
+ const hasSameNameInAccepted = prevFiles.accepted.some(fileNameMatch);
13562
+ let updatedAccepted;
13563
+ if (isValid) {
13564
+ if (hasSameNameInAccepted) {
13565
+ // Replace file with same name
13566
+ updatedAccepted = prevFiles.accepted.map(file => file.name === fileToReplace.name ? newFile : file);
13567
+ } else {
13568
+ // Remove old file (by name) and add new one
13569
+ updatedAccepted = [...prevFiles.accepted.filter(file => file.name !== fileToReplace.name), newFile];
13570
+ }
13571
+ } else {
13572
+ // Keep accepted unchanged if invalid
13573
+ updatedAccepted = prevFiles.accepted;
13574
+ }
13575
+ // === Handle Rejected Files ===
13576
+ const hasSameNameInRejected = prevFiles.rejected.some(rejection => rejection.file.name === fileToReplace.name);
13577
+ let updatedRejected;
13578
+ if (!isValid) {
13579
+ if (hasSameNameInRejected) {
13580
+ // Replace the rejected file with same name
13581
+ updatedRejected = prevFiles.rejected.map(rejection => rejection.file.name === fileToReplace.name ? {
13582
+ file: newFile,
13583
+ errors
13584
+ } : rejection);
13585
+ } else {
13586
+ // Remove the old one (by name) and add new rejected
13587
+ updatedRejected = [...prevFiles.rejected.filter(rejection => rejection.file.name !== fileToReplace.name), {
13588
+ file: newFile,
13589
+ errors
13590
+ }];
13591
+ }
13592
+ } else {
13593
+ // Clean up the rejected list if file is now valid
13594
+ updatedRejected = prevFiles.rejected.filter(rejection => rejection.file.name !== fileToReplace.name || rejection.file.size !== fileToReplace.size || rejection.file.lastModified !== fileToReplace.lastModified);
13595
+ }
13596
+ // Update selectedFile if valid
12702
13597
  if (isValid && setSelectedFile) {
12703
- setSelectedFile([...updatedAccepted, newFile]);
13598
+ setSelectedFile(updatedAccepted);
12704
13599
  }
12705
13600
  return {
12706
- accepted: isValid ? [...updatedAccepted, newFile] : updatedAccepted,
12707
- rejected: isValid ? updatedRejected : [...updatedRejected, {
12708
- file: newFile,
12709
- errors
12710
- }]
13601
+ accepted: updatedAccepted,
13602
+ rejected: updatedRejected
12711
13603
  };
12712
13604
  });
12713
13605
  }, [validateFile, setSelectedFile]);
@@ -12761,7 +13653,7 @@ const useFileDropzone = options => {
12761
13653
  }
12762
13654
  }
12763
13655
  setFiles(prevFiles => ({
12764
- accepted: [...prevFiles.accepted, ...accepted.filter(newFile => !prevFiles.accepted.some(file => file.name === newFile.name && getExtensionWithPeriod(file) === getExtensionWithPeriod(newFile)))],
13656
+ accepted: [...prevFiles.accepted, ...accepted.filter(newFile => !prevFiles.accepted.some(file => file.name === newFile.name && getExtensionWithPeriod(file) === getExtensionWithPeriod(newFile) && file.lastModified === newFile.lastModified))],
12765
13657
  rejected: [...prevFiles.rejected, ...rejected.filter(newFile => !prevFiles.rejected.some(file => file.file.name === newFile.file.name && getExtensionWithPeriod(file.file) === getExtensionWithPeriod(newFile.file)))]
12766
13658
  }));
12767
13659
  if ('dataTransfer' in event) {
@@ -29799,10 +30691,124 @@ const Modal = /*#__PURE__*/React.forwardRef(({
29799
30691
  }), document.body);
29800
30692
  });
29801
30693
 
30694
+ function createSnapModifier(gridSize) {
30695
+ return _ref => {
30696
+ let {
30697
+ transform
30698
+ } = _ref;
30699
+ return {
30700
+ ...transform,
30701
+ x: Math.ceil(transform.x / gridSize) * gridSize,
30702
+ y: Math.ceil(transform.y / gridSize) * gridSize
30703
+ };
30704
+ };
30705
+ }
30706
+ const restrictToHorizontalAxis = _ref => {
30707
+ let {
30708
+ transform
30709
+ } = _ref;
30710
+ return {
30711
+ ...transform,
30712
+ y: 0
30713
+ };
30714
+ };
30715
+ function restrictToBoundingRect(transform, rect, boundingRect) {
30716
+ const value = {
30717
+ ...transform
30718
+ };
30719
+ if (rect.top + transform.y <= boundingRect.top) {
30720
+ value.y = boundingRect.top - rect.top;
30721
+ } else if (rect.bottom + transform.y >= boundingRect.top + boundingRect.height) {
30722
+ value.y = boundingRect.top + boundingRect.height - rect.bottom;
30723
+ }
30724
+ if (rect.left + transform.x <= boundingRect.left) {
30725
+ value.x = boundingRect.left - rect.left;
30726
+ } else if (rect.right + transform.x >= boundingRect.left + boundingRect.width) {
30727
+ value.x = boundingRect.left + boundingRect.width - rect.right;
30728
+ }
30729
+ return value;
30730
+ }
30731
+ const restrictToParentElement = _ref => {
30732
+ let {
30733
+ containerNodeRect,
30734
+ draggingNodeRect,
30735
+ transform
30736
+ } = _ref;
30737
+ if (!draggingNodeRect || !containerNodeRect) {
30738
+ return transform;
30739
+ }
30740
+ return restrictToBoundingRect(transform, draggingNodeRect, containerNodeRect);
30741
+ };
30742
+ const restrictToFirstScrollableAncestor = _ref => {
30743
+ let {
30744
+ draggingNodeRect,
30745
+ transform,
30746
+ scrollableAncestorRects
30747
+ } = _ref;
30748
+ const firstScrollableAncestorRect = scrollableAncestorRects[0];
30749
+ if (!draggingNodeRect || !firstScrollableAncestorRect) {
30750
+ return transform;
30751
+ }
30752
+ return restrictToBoundingRect(transform, draggingNodeRect, firstScrollableAncestorRect);
30753
+ };
30754
+ const restrictToVerticalAxis = _ref => {
30755
+ let {
30756
+ transform
30757
+ } = _ref;
30758
+ return {
30759
+ ...transform,
30760
+ x: 0
30761
+ };
30762
+ };
30763
+ const restrictToWindowEdges = _ref => {
30764
+ let {
30765
+ transform,
30766
+ draggingNodeRect,
30767
+ windowRect
30768
+ } = _ref;
30769
+ if (!draggingNodeRect || !windowRect) {
30770
+ return transform;
30771
+ }
30772
+ return restrictToBoundingRect(transform, draggingNodeRect, windowRect);
30773
+ };
30774
+ const snapCenterToCursor = _ref => {
30775
+ let {
30776
+ activatorEvent,
30777
+ draggingNodeRect,
30778
+ transform
30779
+ } = _ref;
30780
+ if (draggingNodeRect && activatorEvent) {
30781
+ const activatorCoordinates = getEventCoordinates(activatorEvent);
30782
+ if (!activatorCoordinates) {
30783
+ return transform;
30784
+ }
30785
+ const offsetX = activatorCoordinates.x - draggingNodeRect.left;
30786
+ const offsetY = activatorCoordinates.y - draggingNodeRect.top;
30787
+ return {
30788
+ ...transform,
30789
+ x: transform.x + offsetX - draggingNodeRect.width / 2,
30790
+ y: transform.y + offsetY - draggingNodeRect.height / 2
30791
+ };
30792
+ }
30793
+ return transform;
30794
+ };
30795
+
30796
+ var DNDModifiers = /*#__PURE__*/Object.freeze({
30797
+ __proto__: null,
30798
+ createSnapModifier: createSnapModifier,
30799
+ restrictToFirstScrollableAncestor: restrictToFirstScrollableAncestor,
30800
+ restrictToHorizontalAxis: restrictToHorizontalAxis,
30801
+ restrictToParentElement: restrictToParentElement,
30802
+ restrictToVerticalAxis: restrictToVerticalAxis,
30803
+ restrictToWindowEdges: restrictToWindowEdges,
30804
+ snapCenterToCursor: snapCenterToCursor
30805
+ });
30806
+
29802
30807
  const DragAndDrop = {
29803
30808
  DNDCore,
29804
30809
  DNDSortable,
29805
- DNDUtilities
30810
+ DNDUtilities,
30811
+ DNDModifiers
29806
30812
  };
29807
30813
 
29808
30814
  const VariableInput = ({
@@ -30763,7 +31769,7 @@ const AppHeader = ({
30763
31769
  },
30764
31770
  children: [jsxRuntime.jsxs("div", {
30765
31771
  className: "ff-app-header-left-container",
30766
- children: [jsxRuntime.jsx("div", {
31772
+ children: [logo && jsxRuntime.jsx("div", {
30767
31773
  className: "ff-app-header-logo-icon",
30768
31774
  children: logo
30769
31775
  }), leftContent && jsxRuntime.jsx("div", {
@@ -34817,14 +35823,14 @@ const MachineInputField = ({
34817
35823
  }),
34818
35824
  children: options.map(({
34819
35825
  label,
34820
- type = 'local',
35826
+ type,
34821
35827
  version
34822
35828
  }) => jsxRuntime.jsxs("div", {
34823
35829
  className: classNames('ff-machine-icon-text-wrapper', {
34824
35830
  'ff-machine-icon-text-wrapper-reverse': contentReverse
34825
35831
  }),
34826
35832
  children: [jsxRuntime.jsx(Icon, {
34827
- name: getIcon[type?.toLowerCase()] || 'local',
35833
+ name: getIcon[type?.toLowerCase()] || '',
34828
35834
  className: "ff-machine-icon"
34829
35835
  }), jsxRuntime.jsx(Tooltip, {
34830
35836
  title: label,
@@ -34927,9 +35933,9 @@ const Branches = ({
34927
35933
  const showMiddleArrow = index => machineInstances.length - 1 !== index && machineColumnCount > 1;
34928
35934
  const getGridTemplateColumnStyle = () => {
34929
35935
  if (machineColumnCount === 1) {
34930
- return `24px minmax(420px, auto) 24px`;
35936
+ return `24px minmax(min-content, auto) 24px`;
34931
35937
  }
34932
- return `24px minmax(420px, auto) repeat(${machineColumnCount - 1}, 40px minmax(420px, auto)) 24px`;
35938
+ return `24px minmax(min-content, auto) repeat(${machineColumnCount - 1}, 40px minmax(min-content, auto)) 24px`;
34933
35939
  };
34934
35940
  const getMachineLabelOptionList = (type = '', machineInstance) => {
34935
35941
  const {
@@ -34958,7 +35964,7 @@ const Branches = ({
34958
35964
  if (scriptType.toLowerCase() === 'manual') {
34959
35965
  baseOptions.push({
34960
35966
  label: hostName || '',
34961
- type: 'local'
35967
+ type: executionEnv?.toLowerCase() === 'local' ? 'local' : ''
34962
35968
  });
34963
35969
  }
34964
35970
  // Web-specific options
@@ -34971,7 +35977,7 @@ const Branches = ({
34971
35977
  }];
34972
35978
  // Mobile-specific options
34973
35979
  const mobileOptions = deviceInfo?.reduce((acc, device) => {
34974
- if (device?.name) {
35980
+ if (device) {
34975
35981
  acc.push({
34976
35982
  label: device?.name,
34977
35983
  type: scriptType.toLowerCase() === 'manual' ? 'android' : device?.platform,
@@ -36952,11 +37958,10 @@ class InvalidIndexError extends Error {
36952
37958
 
36953
37959
  const PLAIN_TEXT_MIME = 'text/plain';
36954
37960
  const FOCUS_WITHIN_SELECTOR = ':focus-within';
36955
- /** Constants for defaults */
36956
- const DEFAULT_ROW_HEIGHT = 32;
36957
- const DEFAULT_COLUMN_WIDTH = 100;
36958
- const HEADER_HEIGHT = 32;
36959
- const ROW_INDICATOR_WIDTH = 60;
37961
+ const INITIAL_ROW = 20;
37962
+ const INITIAL_COLUMN = 15;
37963
+ const ROW_BUFFER = 10;
37964
+ const COL_BUFFER = 10;
36960
37965
  /** Move the cursor of given input element to the input's end */
36961
37966
  function moveCursorToEnd(el) {
36962
37967
  el.selectionStart = el.selectionEnd = el.value.length;
@@ -37137,38 +38142,45 @@ function deleteColumnDimension(columns, deleteIndex) {
37137
38142
  }
37138
38143
  return updated;
37139
38144
  }
37140
- /** Get the row top position (cumulative) */
37141
- function getRowTop(row, rowDimensions) {
37142
- const rowDim = rowDimensions[row];
37143
- if (rowDim) {
37144
- return rowDim.top || row * DEFAULT_ROW_HEIGHT;
37145
- }
37146
- return row * DEFAULT_ROW_HEIGHT;
37147
- }
37148
- /** Get the row height */
37149
- function getRowHeight(row, rowDimensions) {
37150
- const rowDim = rowDimensions[row];
37151
- return rowDim ? rowDim.height || DEFAULT_ROW_HEIGHT : DEFAULT_ROW_HEIGHT;
37152
- }
37153
- /** Get the column left position (cumulative) */
37154
- function getColumnLeft(column, columnDimensions) {
37155
- const colDim = columnDimensions[column];
37156
- if (colDim) {
37157
- return colDim.left || column * DEFAULT_COLUMN_WIDTH;
37158
- }
37159
- return column * DEFAULT_COLUMN_WIDTH;
37160
- }
37161
- /** Get the column width */
37162
- function getColumnWidth(column, columnDimensions) {
37163
- const colDim = columnDimensions[column];
37164
- return colDim ? colDim.width || DEFAULT_COLUMN_WIDTH : DEFAULT_COLUMN_WIDTH;
37165
- }
37166
38145
  /** Get the dimensions of cell at point from state */
37167
38146
  function getCellDimensions(point, rowDimensions, columnDimensions) {
37168
- const top = HEADER_HEIGHT + getRowTop(point.row, rowDimensions);
37169
- const height = getRowHeight(point.row, rowDimensions);
37170
- const left = ROW_INDICATOR_WIDTH + getColumnLeft(point.column, columnDimensions);
37171
- const width = getColumnWidth(point.column, columnDimensions);
38147
+ const DEFAULT_ROW_HEIGHT = 32;
38148
+ const DEFAULT_COLUMN_WIDTH = 100; // Use your minimumColumnWidth or a default value; adjust based on props if needed
38149
+ const HEADER_HEIGHT = 32; // Adjust based on your header row height (e.g., from CSS or measured)
38150
+ const ROW_INDICATOR_WIDTH = 60; // From your RowIndicator minWidth style
38151
+ let top = HEADER_HEIGHT;
38152
+ for (let r = 0; r < point.row; r++) {
38153
+ top += (rowDimensions?.[r] ? rowDimensions?.[r]?.height : DEFAULT_ROW_HEIGHT) || DEFAULT_ROW_HEIGHT;
38154
+ }
38155
+ const height = (rowDimensions?.[point.row] ? rowDimensions?.[point.row]?.height : DEFAULT_ROW_HEIGHT) || DEFAULT_ROW_HEIGHT;
38156
+ let left = ROW_INDICATOR_WIDTH;
38157
+ for (let c = 0; c < point.column; c++) {
38158
+ left += (columnDimensions?.[c] ? columnDimensions?.[c]?.width : DEFAULT_COLUMN_WIDTH) || DEFAULT_COLUMN_WIDTH;
38159
+ }
38160
+ const width = (columnDimensions?.[point.column] ? columnDimensions?.[point.column]?.width : DEFAULT_COLUMN_WIDTH) || DEFAULT_COLUMN_WIDTH;
38161
+ return {
38162
+ top,
38163
+ height,
38164
+ left,
38165
+ width
38166
+ };
38167
+ }
38168
+ /** Get the dimensions of customized cell at point from state */
38169
+ function getScrollCellDimensions(point, rowDimensions, columnDimensions) {
38170
+ const DEFAULT_ROW_HEIGHT = 32;
38171
+ const DEFAULT_COLUMN_WIDTH = 100; // Use your minimumColumnWidth or a default value
38172
+ const HEADER_HEIGHT = 32; // Adjust as needed
38173
+ const ROW_INDICATOR_WIDTH = 60;
38174
+ let top = HEADER_HEIGHT + 4000; // Preserve your fixed top for scrolling, but add header offset
38175
+ for (let r = 0; r < point.row; r++) {
38176
+ top += (rowDimensions?.[r] ? rowDimensions?.[r]?.height : DEFAULT_ROW_HEIGHT) || DEFAULT_ROW_HEIGHT;
38177
+ }
38178
+ const height = (rowDimensions?.[point.row] ? rowDimensions?.[point.row]?.height : DEFAULT_ROW_HEIGHT) || DEFAULT_ROW_HEIGHT;
38179
+ let left = ROW_INDICATOR_WIDTH;
38180
+ for (let c = 0; c < point.column; c++) {
38181
+ left += (columnDimensions?.[c] ? columnDimensions?.[c]?.width : DEFAULT_COLUMN_WIDTH) || DEFAULT_COLUMN_WIDTH;
38182
+ }
38183
+ const width = (columnDimensions?.[point.column] ? columnDimensions?.[point.column]?.width : DEFAULT_COLUMN_WIDTH) || DEFAULT_COLUMN_WIDTH;
37172
38184
  return {
37173
38185
  top,
37174
38186
  height,
@@ -37176,6 +38188,26 @@ function getCellDimensions(point, rowDimensions, columnDimensions) {
37176
38188
  width
37177
38189
  };
37178
38190
  }
38191
+ /** Get the dimensions of a range of cells */
38192
+ function getRangeDimensions(rowDimensions, columnDimensions, range) {
38193
+ const startDimensions = getCellDimensions(range.start, rowDimensions, columnDimensions);
38194
+ let endDimensions = getCellDimensions(range.end, rowDimensions, columnDimensions);
38195
+ if (endDimensions === undefined) {
38196
+ endDimensions = getScrollCellDimensions(range.end, rowDimensions, columnDimensions);
38197
+ }
38198
+ return startDimensions && endDimensions && {
38199
+ width: endDimensions.left + endDimensions.width - startDimensions.left,
38200
+ height: endDimensions.top + endDimensions.height - startDimensions.top,
38201
+ top: startDimensions.top + 1,
38202
+ // Note: +1 Because of Active cell width is 2px
38203
+ left: startDimensions.left + 1 // Note: +1 Because of Active cell width is 2px
38204
+ };
38205
+ }
38206
+ /** Get the dimensions of selected */
38207
+ function getSelectedDimensions(rowDimensions, columnDimensions, data, selected) {
38208
+ const range = selected.toRange(data);
38209
+ return range ? getRangeDimensions(rowDimensions, columnDimensions, range) : undefined;
38210
+ }
37179
38211
  /** Get given data as CSV */
37180
38212
  function getCSV(data) {
37181
38213
  const valueMatrix = map(cell => cell?.value || '', data);
@@ -37250,6 +38282,63 @@ const EmptyCell = {
37250
38282
  const fontFamilyList = [{
37251
38283
  label: 'Times New Roman',
37252
38284
  value: 'Times New Roman'
38285
+ }, {
38286
+ label: 'Arial',
38287
+ value: 'Arial'
38288
+ }, {
38289
+ label: 'fantasy',
38290
+ value: 'fantasy'
38291
+ }, {
38292
+ label: 'cursive',
38293
+ value: 'cursive'
38294
+ }, {
38295
+ label: 'Poppins',
38296
+ value: 'Poppins'
38297
+ }, {
38298
+ label: 'Courier New',
38299
+ value: '"Courier New"'
38300
+ }, {
38301
+ label: 'Verdana',
38302
+ value: 'Verdana'
38303
+ }, {
38304
+ label: 'Tahoma',
38305
+ value: 'Tahoma'
38306
+ }, {
38307
+ label: 'Trebuchet MS',
38308
+ value: 'Trebuchet MS'
38309
+ }, {
38310
+ label: 'Comic Sans MS',
38311
+ value: 'Comic Sans MS'
38312
+ }, {
38313
+ label: 'Impact',
38314
+ value: 'Impact'
38315
+ }, {
38316
+ label: 'Arial Black',
38317
+ value: 'Arial Black'
38318
+ }, {
38319
+ label: 'Lucida Console',
38320
+ value: 'Lucida Console'
38321
+ }, {
38322
+ label: 'Lucida Sans Unicode',
38323
+ value: 'Lucida Sans Unicode'
38324
+ }, {
38325
+ label: 'Courier',
38326
+ value: 'Courier'
38327
+ }, {
38328
+ label: 'Arial Rounded MT Bold',
38329
+ value: 'Arial Rounded MT Bold'
38330
+ }, {
38331
+ label: 'Georgia',
38332
+ value: 'Georgia'
38333
+ }, {
38334
+ label: 'sans-serif',
38335
+ value: 'sans-serif'
38336
+ }, {
38337
+ label: 'serif',
38338
+ value: 'serif'
38339
+ }, {
38340
+ label: 'monospace',
38341
+ value: 'monospace'
37253
38342
  }];
37254
38343
  const fontSizeList = [5, 6, 8, 9, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 32, 36, 40, 48, 56, 72];
37255
38344
  const isPasteAllowed = currentCell => {
@@ -37264,38 +38353,6 @@ function getMatrixDimensions(matrixData) {
37264
38353
  columnCount
37265
38354
  };
37266
38355
  }
37267
- function getVisibleRangeDimensions(fullRange, visibleRange, rowDimensions, columnDimensions, visibleColRange) {
37268
- if (!fullRange) return undefined;
37269
- const clippedStartRow = Math.max(fullRange?.start?.row, visibleRange?.start);
37270
- const clippedEndRow = Math.min(fullRange?.end?.row, visibleRange?.end - 1);
37271
- const clippedStartCol = Math.max(fullRange?.start?.column, visibleColRange.start);
37272
- const clippedEndCol = Math.min(fullRange?.end?.column, visibleColRange.end - 1);
37273
- if (clippedStartRow > clippedEndRow || clippedStartCol > clippedEndCol) {
37274
- return undefined;
37275
- }
37276
- let top = 0;
37277
- for (let row = visibleRange?.start; row < clippedStartRow; row++) {
37278
- top += getRowHeight(row, rowDimensions);
37279
- }
37280
- let height = 0;
37281
- for (let row = clippedStartRow; row <= clippedEndRow; row++) {
37282
- height += getRowHeight(row, rowDimensions);
37283
- }
37284
- let left = 0;
37285
- for (let col = visibleColRange.start; col < clippedStartCol; col++) {
37286
- left += getColumnWidth(col, columnDimensions);
37287
- }
37288
- let width = 0;
37289
- for (let col = clippedStartCol; col <= clippedEndCol; col++) {
37290
- width += getColumnWidth(col, columnDimensions);
37291
- }
37292
- return {
37293
- top,
37294
- left,
37295
- width,
37296
- height
37297
- };
37298
- }
37299
38356
 
37300
38357
  const FORMULA_VALUE_PREFIX = '=';
37301
38358
  /** Returns whether given value is a formula */
@@ -38192,7 +39249,7 @@ function dragEndAutoFill(currentData, selectedRange, cellValue, activeCell, cont
38192
39249
  row,
38193
39250
  column: col
38194
39251
  }, updatedData);
38195
- if (!currentCell || currentCell.readOnly || ['file', 'dropDown'].includes(currentCell?.inputType?.type || '')) {
39252
+ if (!currentCell || currentCell.readOnly || ['file'].includes(currentCell?.inputType?.type || '')) {
38196
39253
  continue;
38197
39254
  }
38198
39255
  let newValue = baseValue;
@@ -38632,17 +39689,26 @@ function reducer(state, action) {
38632
39689
  if (checkEmpty(selectedRow)) {
38633
39690
  return state;
38634
39691
  }
38635
- selectedRow = row ?? selectedRow;
39692
+ const insertIndex = (row ?? selectedRow) + 1;
38636
39693
  let updatedData = [...model.data];
38637
39694
  const newRow = Array(updatedData[0]?.length || 0).fill(EmptyCell);
38638
- updatedData.splice((row ?? selectedRow) + 1, 0, newRow);
39695
+ updatedData.splice(insertIndex, 0, newRow);
38639
39696
  const updatedModel = new Model(model.createFormulaParser, updatedData);
39697
+ const newSelectedRow = insertIndex;
39698
+ const newSelectedColumn = selectedColumn ?? 0;
39699
+ const newActive = updatedData.length > 0 ? {
39700
+ row: newSelectedRow,
39701
+ column: newSelectedColumn
39702
+ } : null;
39703
+ const newSelected = updatedData.length > 0 ? new EntireRowsSelection(newSelectedRow, newSelectedRow) : new EmptySelection();
38640
39704
  return {
38641
39705
  ...state,
38642
39706
  model: updatedModel,
38643
- selectedRow: (row ?? selectedRow) + 1,
38644
- selectedColumn: selectedColumn,
38645
- rowDimensions: insertRowDimension(rowDimensions, (row ?? selectedRow) + 1, 32)
39707
+ selectedRow: newSelectedRow,
39708
+ selectedColumn: newSelectedColumn,
39709
+ selected: newSelected,
39710
+ active: newActive,
39711
+ rowDimensions: insertRowDimension(rowDimensions, insertIndex, 32)
38646
39712
  };
38647
39713
  }
38648
39714
  case ADD_COLUMN_LEFT:
@@ -38689,18 +39755,27 @@ function reducer(state, action) {
38689
39755
  if (checkEmpty(column ?? selectedColumn)) {
38690
39756
  return state;
38691
39757
  }
38692
- selectedColumn = column ?? selectedColumn;
39758
+ const insertIndex = (column ?? selectedColumn) + 1;
38693
39759
  let updatedData = [...model.data];
38694
39760
  updatedData = updatedData.map(row => {
38695
- return [...row.slice(0, (column ?? selectedColumn) + 1), EmptyCell, ...row.slice((column ?? selectedColumn) + 1)];
39761
+ return [...row.slice(0, insertIndex), EmptyCell, ...row.slice(insertIndex)];
38696
39762
  });
38697
39763
  const updatedModel = new Model(model.createFormulaParser, updatedData);
39764
+ const newSelectedRow = selectedRow ?? 0;
39765
+ const newSelectedColumn = insertIndex;
39766
+ const newActive = updatedData.length > 0 ? {
39767
+ row: newSelectedRow,
39768
+ column: newSelectedColumn
39769
+ } : null;
39770
+ const newSelected = updatedData.length > 0 ? new EntireColumnsSelection(newSelectedColumn, newSelectedColumn) : new EmptySelection();
38698
39771
  return {
38699
39772
  ...state,
38700
39773
  model: updatedModel,
38701
- selectedRow: selectedRow,
38702
- selectedColumn: (column ?? selectedColumn) + 1,
38703
- columnDimensions: insertColumnDimension(columnDimensions, (column ?? selectedColumn) + 1, columnWidth)
39774
+ selectedRow: newSelectedRow,
39775
+ selectedColumn: newSelectedColumn,
39776
+ selected: newSelected,
39777
+ active: newActive,
39778
+ columnDimensions: insertColumnDimension(columnDimensions, insertIndex, columnWidth)
38704
39779
  };
38705
39780
  }
38706
39781
  case DELETE_ROW:
@@ -38709,14 +39784,13 @@ function reducer(state, action) {
38709
39784
  selectedRow,
38710
39785
  selectedColumn,
38711
39786
  model,
38712
- rowDimensions
39787
+ rowDimensions,
39788
+ copied
38713
39789
  } = state;
38714
39790
  const {
38715
39791
  row
38716
39792
  } = action;
38717
- if (checkEmpty(selectedRow)) {
38718
- return state;
38719
- }
39793
+ if (checkEmpty(selectedRow)) return state;
38720
39794
  const deleteIndex = row ?? selectedRow;
38721
39795
  let updatedData = [...model.data];
38722
39796
  updatedData.splice(deleteIndex, 1);
@@ -38728,6 +39802,10 @@ function reducer(state, action) {
38728
39802
  column: newSelectedColumn
38729
39803
  } : null;
38730
39804
  const newSelected = updatedData.length > 0 ? new EntireRowsSelection(newSelectedRow, newSelectedRow) : new EmptySelection();
39805
+ let newCopied = copied;
39806
+ if (copied && copied.start.row <= deleteIndex && copied.end.row >= deleteIndex) {
39807
+ newCopied = null;
39808
+ }
38731
39809
  return {
38732
39810
  ...state,
38733
39811
  model: updatedModel,
@@ -38735,6 +39813,7 @@ function reducer(state, action) {
38735
39813
  selectedColumn: newSelectedColumn,
38736
39814
  selected: newSelected,
38737
39815
  active: newActive,
39816
+ copied: newCopied,
38738
39817
  rowDimensions: deleteRowDimension(rowDimensions, deleteIndex)
38739
39818
  };
38740
39819
  }
@@ -38744,7 +39823,8 @@ function reducer(state, action) {
38744
39823
  selectedRow,
38745
39824
  selectedColumn,
38746
39825
  model,
38747
- columnDimensions
39826
+ columnDimensions,
39827
+ copied
38748
39828
  } = state;
38749
39829
  const {
38750
39830
  column
@@ -38753,13 +39833,25 @@ function reducer(state, action) {
38753
39833
  const deleteIndex = column ?? selectedColumn;
38754
39834
  const updatedData = model.data.map(row => row.filter((_, cellIndex) => cellIndex !== deleteIndex));
38755
39835
  const updatedModel = new Model(model.createFormulaParser, updatedData);
38756
- const newSelectedRow = selectedRow || 0;
39836
+ const newSelectedRow = selectedRow !== null ? selectedRow : 0;
38757
39837
  const newSelectedColumn = deleteIndex > 0 ? deleteIndex - 1 : 0;
39838
+ const newActive = updatedData.length > 0 ? {
39839
+ row: newSelectedRow,
39840
+ column: newSelectedColumn
39841
+ } : null;
39842
+ const newSelected = updatedData.length > 0 ? new EntireColumnsSelection(newSelectedColumn, newSelectedColumn) : new EmptySelection();
39843
+ let newCopied = copied;
39844
+ if (copied && copied.start.column <= deleteIndex && copied.end.column >= deleteIndex) {
39845
+ newCopied = null;
39846
+ }
38758
39847
  return {
38759
39848
  ...state,
38760
39849
  model: updatedModel,
38761
39850
  selectedRow: newSelectedRow,
38762
39851
  selectedColumn: newSelectedColumn,
39852
+ selected: newSelected,
39853
+ active: newActive,
39854
+ copied: newCopied,
38763
39855
  columnDimensions: deleteColumnDimension(columnDimensions, deleteIndex)
38764
39856
  };
38765
39857
  }
@@ -40642,26 +41734,23 @@ const context = createContext([INITIAL_STATE, () => {}]);
40642
41734
 
40643
41735
  const Table = ({
40644
41736
  children,
40645
- columns,
40646
- hideColumnIndicators,
40647
- useTableRef
41737
+ useTableRef,
41738
+ totalWidth
40648
41739
  }) => {
40649
41740
  const tableRef = React.useRef(null);
40650
- const columnCount = columns + (hideColumnIndicators ? 0 : 1);
40651
- const columnNodes = range(columnCount).map(i => jsxRuntime.jsx("col", {}, i));
40652
41741
  React.useEffect(() => {
40653
41742
  if (useTableRef && tableRef.current) {
40654
41743
  useTableRef(tableRef);
40655
41744
  }
40656
41745
  }, [useTableRef]);
40657
- return jsxRuntime.jsxs("table", {
41746
+ return jsxRuntime.jsx("table", {
40658
41747
  className: "ff-spreadsheet-table",
40659
41748
  ref: tableRef,
40660
- children: [jsxRuntime.jsx("colgroup", {
40661
- children: columnNodes
40662
- }), jsxRuntime.jsx("tbody", {
40663
- children: children
40664
- })]
41749
+ style: {
41750
+ minWidth: `${60 + totalWidth}px`,
41751
+ tableLayout: 'fixed'
41752
+ },
41753
+ children: children
40665
41754
  });
40666
41755
  };
40667
41756
 
@@ -40736,26 +41825,52 @@ const ColumnIndicator = ({
40736
41825
  contextMenu,
40737
41826
  onAddColumn,
40738
41827
  onDeleteColumn,
41828
+ setVisibleRange,
40739
41829
  scrollToColumn
40740
41830
  }) => {
40741
41831
  const dispatch = useDispatch();
41832
+ const excelData = useSelector(state => state.model.data);
41833
+ const activeCell = useSelector(state => state.active);
40742
41834
  const minColumnWidth = minimumColumnWidth;
40743
41835
  const columnWidth = useSelector(state => state.columnDimensions[column]?.width || minColumnWidth);
40744
41836
  const matrixData = useSelector(state => state.model.data);
40745
41837
  const {
40746
41838
  columnCount
40747
41839
  } = getMatrixDimensions(matrixData);
41840
+ const prevExcelDataRef = React__namespace.useRef(excelData);
41841
+ const isCellDataChanged = React__namespace.useCallback(() => {
41842
+ if (activeCell) {
41843
+ if (prevExcelDataRef.current?.[activeCell.row]?.[activeCell.column] === EmptyCell || prevExcelDataRef.current?.[0]?.length !== excelData?.[0]?.length) {
41844
+ prevExcelDataRef.current = excelData;
41845
+ }
41846
+ const prevValue = prevExcelDataRef.current?.[activeCell.row]?.[activeCell.column]?.value;
41847
+ const newValue = excelData?.[activeCell.row]?.[activeCell.column]?.value;
41848
+ return prevValue === newValue;
41849
+ }
41850
+ return false;
41851
+ }, [activeCell, excelData, prevExcelDataRef, EmptyCell]);
41852
+ const updateVisibleRangeEnd = action => {
41853
+ setVisibleRange(prev => {
41854
+ const value = {
41855
+ ...prev,
41856
+ end: action === 'increment' ? prev.end + 1 : prev.end - 1
41857
+ };
41858
+ if (selectedColumn) {
41859
+ scrollToColumn(selectedColumn);
41860
+ }
41861
+ return value;
41862
+ });
41863
+ };
40748
41864
  const options = React.useMemo(() => {
41865
+ const checkVisible = cell?.contextDisable?.['Delete Column'] && isCellDataChanged();
40749
41866
  return [{
40750
41867
  label: 'Add Column Left',
40751
41868
  value: 'Add Column Left',
40752
41869
  iconName: 'plus_icon',
40753
41870
  action: () => {
41871
+ updateVisibleRangeEnd('increment');
40754
41872
  addColumnLeft(minColumnWidth);
40755
41873
  onAddColumn?.(selectedColumn ?? column, true);
40756
- if (column === columnCount - 1) {
40757
- scrollToColumn(column);
40758
- }
40759
41874
  },
40760
41875
  disableTooltip: 'Column limit reached',
40761
41876
  visible: cell?.contextDisable?.['Add Column Left'] ?? false,
@@ -40765,11 +41880,9 @@ const ColumnIndicator = ({
40765
41880
  value: 'Add Column Right',
40766
41881
  iconName: 'plus_icon',
40767
41882
  action: () => {
41883
+ updateVisibleRangeEnd('increment');
40768
41884
  addColumnRight(minColumnWidth);
40769
41885
  onAddColumn?.(selectedColumn ?? column, false);
40770
- if (column === columnCount - 1) {
40771
- scrollToColumn(column + 1);
40772
- }
40773
41886
  },
40774
41887
  disableTooltip: 'Column limit reached',
40775
41888
  visible: cell?.contextDisable?.['Add Column Right'] ?? false,
@@ -40779,14 +41892,15 @@ const ColumnIndicator = ({
40779
41892
  value: 'Delete Column',
40780
41893
  iconName: 'delete',
40781
41894
  action: () => {
41895
+ updateVisibleRangeEnd('decrement');
40782
41896
  deleteColumn();
40783
41897
  onDeleteColumn?.(selectedColumn ?? column);
40784
41898
  },
40785
41899
  disableTooltip: '',
40786
- visible: cell?.contextDisable?.['Delete Column'] ?? false,
41900
+ visible: checkVisible ? true : false,
40787
41901
  disable: false
40788
41902
  }] : [])];
40789
- }, [selectedColumn, cell, addColumnLeft, addColumnRight, deleteColumn, minColumnWidth, columnCount, maxColLimit, disableDeleteOption, onAddColumn, onDeleteColumn, column]);
41903
+ }, [selectedColumn, cell, addColumnLeft, addColumnRight, deleteColumn, minColumnWidth, columnCount, maxColLimit, disableDeleteOption, onAddColumn, onDeleteColumn, column, isCellDataChanged]);
40790
41904
  const onMouseDrag = React__namespace.useCallback((event, isRight) => {
40791
41905
  const getTargetColumn = isRight ? column - 1 : column;
40792
41906
  const targetColumn = Math.max(getTargetColumn, 0);
@@ -40820,14 +41934,14 @@ const ColumnIndicator = ({
40820
41934
  });
40821
41935
  }, [column, selectedColumn, columnContextEnable, options]);
40822
41936
  React__namespace.useEffect(() => {
40823
- if (selectedColumn !== undefined && contextMenu?.contextType === 'column' || !contextMenu?.contextType) {
41937
+ if (selectedColumn !== undefined) {
40824
41938
  setContextMenu(prev => ({
40825
41939
  open: prev.open,
40826
41940
  contextType: 'column',
40827
41941
  options
40828
41942
  }));
40829
41943
  }
40830
- }, [column, selectedColumn, columnContextEnable, options, contextMenu?.contextType]);
41944
+ }, [column, selectedColumn, columnContextEnable, options, contextMenu?.contextType === 'column']);
40831
41945
  return jsxRuntime.jsxs("th", {
40832
41946
  className: classNames('ff-spreadsheet-header', {
40833
41947
  'ff-spreadsheet-header--selected': selected
@@ -40918,8 +42032,8 @@ const RowIndicator = ({
40918
42032
  ...prev,
40919
42033
  end: action === 'increment' ? prev.end + 1 : prev.end - 1
40920
42034
  };
40921
- if (row === rowCount - 1) {
40922
- scrollToRow(row, value);
42035
+ if (selectedRow) {
42036
+ scrollToRow(selectedRow);
40923
42037
  }
40924
42038
  return value;
40925
42039
  });
@@ -40993,14 +42107,14 @@ const RowIndicator = ({
40993
42107
  });
40994
42108
  }, [row, rowContextEnable, options, selectedRow]);
40995
42109
  React__namespace.useEffect(() => {
40996
- if (selectedRow !== undefined && contextMenu?.contextType === 'row' || !contextMenu?.contextType) {
42110
+ if (selectedRow !== undefined) {
40997
42111
  setContextMenu(prev => ({
40998
42112
  open: prev.open,
40999
42113
  contextType: 'row',
41000
42114
  options
41001
42115
  }));
41002
42116
  }
41003
- }, [row, rowContextEnable, options, selectedRow, contextMenu?.contextType]);
42117
+ }, [row, rowContextEnable, options, selectedRow, contextMenu?.contextType === 'row']);
41004
42118
  return jsxRuntime.jsxs("th", {
41005
42119
  className: classNames('ff-spreadsheet-header', {
41006
42120
  'ff-spreadsheet-header--selected': selected
@@ -41105,7 +42219,12 @@ const Cell = ({
41105
42219
  }
41106
42220
  return jsxRuntime.jsx("td", {
41107
42221
  ref: rootRef,
41108
- style: data?.style,
42222
+ style: {
42223
+ ...data?.style,
42224
+ ...(data?.inputType?.type === 'dropDown' && {
42225
+ fontSize: '12px'
42226
+ })
42227
+ },
41109
42228
  className: classNames('ff-spreadsheet-cell', data?.className, {
41110
42229
  'ff-spreadsheet-active-cell': active || dragging
41111
42230
  }),
@@ -41177,7 +42296,10 @@ const DataViewer = ({
41177
42296
  return fileList.map(file => {
41178
42297
  return jsxRuntime.jsx("div", {
41179
42298
  className: "ff-spreadsheet-data-viewer--fileType",
41180
- children: file.name.split('*')[0]
42299
+ children: jsxRuntime.jsx(TruncatedTooltip, {
42300
+ width: cell?.style?.width ?? 100,
42301
+ title: file?.name?.split('*')?.[0] ?? ''
42302
+ })
41181
42303
  }, file.name);
41182
42304
  });
41183
42305
  };
@@ -41268,19 +42390,21 @@ const ActiveCell = props => {
41268
42390
  const active = useSelector(state => state.active);
41269
42391
  const mode = useSelector(state => state.mode);
41270
42392
  const cell = useSelector(state => state.active ? get$1(state.active, state.model.data) : undefined);
42393
+ const selected = useSelector(state => state.selected);
42394
+ const selectedDimensions = useSelector(state => {
42395
+ return selected && getSelectedDimensions(state.rowDimensions, state.columnDimensions, state.model.data, state.selected);
42396
+ });
41271
42397
  const dimensions = useSelector(state => {
41272
42398
  let dimensionValue = active ? getCellDimensions(active, state.rowDimensions, state.columnDimensions) : undefined;
42399
+ dimensionValue = {
42400
+ top: dimensionValue?.top ? dimensionValue?.top : 0,
42401
+ height: dimensionValue?.height ? dimensionValue?.height : 0,
42402
+ left: dimensionValue?.left ? dimensionValue?.left : 0,
42403
+ // Note: +1 Because of Active cell width is 2px
42404
+ width: dimensionValue?.width ? dimensionValue?.width : 0
42405
+ };
41273
42406
  return dimensionValue;
41274
42407
  });
41275
- const adjustedDimensions = React__namespace.useMemo(() => {
41276
- if (!dimensions) return undefined;
41277
- return {
41278
- top: dimensions.top - 32,
41279
- height: dimensions.height,
41280
- left: dimensions.left - 60,
41281
- width: dimensions.width
41282
- };
41283
- }, [dimensions, props.scrollPos]);
41284
42408
  const hidden = React__namespace.useMemo(() => !active || !dimensions || active.row < props.visibleRowRange.start || active.row >= props.visibleRowRange.end || active.column < props.visibleColRange.start || active.column >= props.visibleColRange.end, [active, dimensions, props.visibleRowRange, props.visibleColRange]);
41285
42409
  const initialCellRef = React__namespace.useRef(undefined);
41286
42410
  const prevActiveRef = React__namespace.useRef(null);
@@ -41646,12 +42770,21 @@ const ActiveCell = props => {
41646
42770
  options: props.contextOption?.options || []
41647
42771
  });
41648
42772
  }, [props]);
42773
+ const isDragged = selectedDimensions?.height !== dimensions?.height || selectedDimensions?.width !== dimensions?.width;
42774
+ const handleCellClick = React__namespace.useCallback(event => {
42775
+ if (active && isDragged) {
42776
+ setCellDimensions(active, getOffsetRect(event.currentTarget));
42777
+ activate$1(active);
42778
+ }
42779
+ }, [active, isDragged]);
41649
42780
  return jsxRuntime.jsxs("div", {
41650
42781
  ref: rootRef,
41651
42782
  className: classNames('ff-spreadsheet-active-cell', `ff-spreadsheet-active-cell--${mode}`, {
41652
- 'ff-spreadsheet-active-cell--hidden': hidden
42783
+ 'ff-spreadsheet-active-cell--hidden': hidden,
42784
+ 'ff-spreadsheet-active-cell--dragging': isDragged && cell?.inputType?.type !== 'text'
41653
42785
  }),
41654
- style: adjustedDimensions,
42786
+ onMouseDown: handleCellClick,
42787
+ style: dimensions,
41655
42788
  onContextMenu: contextClick,
41656
42789
  onClick: mode === 'view' && !readOnly ? edit : undefined,
41657
42790
  tabIndex: 0,
@@ -41693,7 +42826,7 @@ const ActiveCell = props => {
41693
42826
  selectedFileMessage: "Duplicate attachments not allowed within the same row",
41694
42827
  addAttachmentButton: true,
41695
42828
  isInfoIconRequired: false,
41696
- truncateMaxLimit: adjustedDimensions?.width ?? 0 - 60
42829
+ truncateMaxLimit: dimensions?.width ?? 0 - 60
41697
42830
  }) : mode === 'edit' && active ? jsxRuntime.jsx(DataEditor, {
41698
42831
  row: active.row,
41699
42832
  column: active.column,
@@ -41705,6 +42838,7 @@ const ActiveCell = props => {
41705
42838
  style: {
41706
42839
  ...cell?.style,
41707
42840
  textDecoration: cell?.style?.textDecoration === 'underline' ? 'underline' : 'none',
42841
+ backgroundColor: isDragged ? '#1e161f00' : cell?.style?.backgroundColor,
41708
42842
  pointerEvents: 'none',
41709
42843
  borderTop: '',
41710
42844
  borderBottom: '',
@@ -41764,25 +42898,21 @@ const FloatingRect = ({
41764
42898
  };
41765
42899
 
41766
42900
  const Selected = ({
41767
- visibleRowRange,
41768
- visibleColRange,
41769
42901
  scrollPos = {
41770
42902
  top: 0,
41771
42903
  left: 0
41772
42904
  }
41773
42905
  }) => {
41774
- const rowDimensions = useSelector(state => state.rowDimensions);
41775
- const columnDimensions = useSelector(state => state.columnDimensions);
42906
+ const selected = useSelector(state => state.selected);
41776
42907
  const dragging = useSelector(state => state.dragging);
41777
42908
  const hidden = useSelector(state => state.selected.size(state.model.data) < 2);
41778
- const fullRange = useSelector(state => state.selected.toRange(state.model.data));
41779
- const dimensions = React__namespace.useMemo(() => getVisibleRangeDimensions(fullRange, visibleRowRange, rowDimensions, columnDimensions, visibleColRange), [fullRange, visibleRowRange, rowDimensions, columnDimensions, visibleColRange]);
42909
+ const dimensions = useSelector(state => selected && getSelectedDimensions(state.rowDimensions, state.columnDimensions, state.model.data, state.selected));
41780
42910
  const adjustedDimensions = React__namespace.useMemo(() => {
41781
42911
  if (!dimensions) return undefined;
41782
42912
  return {
41783
42913
  ...dimensions,
41784
- top: dimensions.top + 34,
41785
- left: dimensions.left + 62,
42914
+ top: dimensions.top,
42915
+ left: dimensions.left,
41786
42916
  height: dimensions.height - 1,
41787
42917
  width: dimensions.width - 1
41788
42918
  };
@@ -41796,24 +42926,20 @@ const Selected = ({
41796
42926
  };
41797
42927
 
41798
42928
  const Copied = ({
41799
- visibleRowRange,
41800
- visibleColRange,
41801
42929
  scrollPos = {
41802
42930
  top: 0,
41803
42931
  left: 0
41804
42932
  }
41805
42933
  }) => {
41806
- const rowDimensions = useSelector(state => state.rowDimensions);
41807
- const columnDimensions = useSelector(state => state.columnDimensions);
41808
42934
  const fullRange = useSelector(state => state.copied);
41809
42935
  const hidden = fullRange === null;
41810
- const dimensions = React__namespace.useMemo(() => getVisibleRangeDimensions(fullRange, visibleRowRange, rowDimensions, columnDimensions, visibleColRange), [fullRange, visibleRowRange, rowDimensions, columnDimensions, visibleColRange]);
42936
+ const dimensions = useSelector(state => fullRange && getRangeDimensions(state.rowDimensions, state.columnDimensions, fullRange));
41811
42937
  const adjustedDimensions = React__namespace.useMemo(() => {
41812
42938
  if (!dimensions) return undefined;
41813
42939
  return {
41814
42940
  ...dimensions,
41815
- top: dimensions.top - scrollPos.top,
41816
- left: dimensions.left - scrollPos.left,
42941
+ top: dimensions.top,
42942
+ left: dimensions.left,
41817
42943
  height: dimensions.height - 1,
41818
42944
  width: dimensions.width - 1
41819
42945
  };
@@ -41871,6 +42997,10 @@ const getTextAlignment = alignment => {
41871
42997
  return 'center';
41872
42998
  case 'JUSTIFY':
41873
42999
  return 'justify';
43000
+ case 'BOTTOM':
43001
+ return 'end';
43002
+ case 'TOP':
43003
+ return 'start';
41874
43004
  default:
41875
43005
  return 'left';
41876
43006
  }
@@ -41885,8 +43015,12 @@ const getTextAlignmentBack = alignment => {
41885
43015
  return 'CENTER';
41886
43016
  case 'justify':
41887
43017
  return 'JUSTIFY';
43018
+ case 'end':
43019
+ return 'BOTTOM';
43020
+ case 'start':
43021
+ return 'TOP';
41888
43022
  default:
41889
- return 'LEFT';
43023
+ return 'BOTTOM';
41890
43024
  }
41891
43025
  };
41892
43026
  const getFontFamily = selectedFontType => {
@@ -41933,7 +43067,8 @@ function convertStyleToFrontend(backendStyle) {
41933
43067
  borderRight: borderRight,
41934
43068
  borderBottom: borderBottom,
41935
43069
  borderLeft: borderLeft,
41936
- textAlign: getTextAlignment(backendStyle.alignment.horizontal)
43070
+ textAlign: getTextAlignment(backendStyle.alignment.horizontal),
43071
+ alignContent: getTextAlignment(backendStyle.alignment.vertical)
41937
43072
  };
41938
43073
  }
41939
43074
  const getBorderStyle = border => {
@@ -41967,7 +43102,7 @@ const convertStyleToBackend = frontendStyle => {
41967
43102
  },
41968
43103
  alignment: {
41969
43104
  horizontal: getTextAlignmentBack(frontendStyle.textAlign),
41970
- vertical: 'BOTTOM',
43105
+ vertical: getTextAlignmentBack(frontendStyle.alignContent),
41971
43106
  wrapText: false
41972
43107
  }
41973
43108
  };
@@ -42010,7 +43145,7 @@ const ExcelToolBar = ({
42010
43145
  if (selected) {
42011
43146
  setDisable(false);
42012
43147
  } else if (cell && typeof cell.readOnly === 'boolean') {
42013
- setDisable(cell.readOnly || toolbar === 'disable' || !editable);
43148
+ setDisable(cell.readOnly || toolbar === 'disable' || !editable || cell?.inputType?.type === 'dropDown');
42014
43149
  }
42015
43150
  }, [cell]);
42016
43151
  const styleBackend = convertStyleToBackend(cellStyle);
@@ -42276,34 +43411,35 @@ const ExcelToolBar = ({
42276
43411
  className: "ff-excel-toolbar-divider"
42277
43412
  }), jsxRuntime.jsx("div", {
42278
43413
  className: "ff-excel-toolbar-menu",
42279
- children: jsxRuntime.jsx(Tooltip, {
42280
- placement: "top",
42281
- title: 'Border Type',
42282
- children: jsxRuntime.jsxs("div", {
42283
- className: "ff-excel-toolbar-menu-option",
42284
- children: [jsxRuntime.jsx(Icon, {
43414
+ children: jsxRuntime.jsxs("div", {
43415
+ className: "ff-excel-toolbar-menu-option",
43416
+ children: [jsxRuntime.jsx(Tooltip, {
43417
+ placement: "top",
43418
+ title: 'Border Type',
43419
+ children: jsxRuntime.jsx(Icon, {
42285
43420
  hoverEffect: true,
42286
43421
  disabled: disable,
42287
43422
  onClick: () => setBorderType(data, border, 'var(--input-hover-border-color)'),
42288
43423
  name: getBorderIcon()
42289
- }), jsxRuntime.jsx("span", {
42290
- ref: borderMenuRef,
42291
- children: jsxRuntime.jsx(MenuOption, {
42292
- disabled: disable,
42293
- iconName: "arrow_down",
42294
- targetRef: borderMenuRef,
42295
- iconSize: 12,
42296
- zIndex: 2000,
42297
- options: borderTypeIcon,
42298
- tooltipPlacement: "top",
42299
- onOptionClick: e => {
42300
- let selectedValue = e.value;
42301
- setBorderType(data, selectedValue, 'var(--input-hover-border-color)');
42302
- setBorder(selectedValue);
42303
- }
42304
- })
42305
- })]
42306
- })
43424
+ })
43425
+ }), jsxRuntime.jsx("span", {
43426
+ ref: borderMenuRef,
43427
+ children: jsxRuntime.jsx(MenuOption, {
43428
+ disabled: disable,
43429
+ iconName: "arrow_down",
43430
+ targetRef: borderMenuRef,
43431
+ iconSize: 12,
43432
+ zIndex: 2000,
43433
+ options: borderTypeIcon,
43434
+ tooltipTitle: "Border Type",
43435
+ tooltipPlacement: "top",
43436
+ onOptionClick: e => {
43437
+ let selectedValue = e.value;
43438
+ setBorderType(data, selectedValue, 'var(--input-hover-border-color)');
43439
+ setBorder(selectedValue);
43440
+ }
43441
+ })
43442
+ })]
42307
43443
  })
42308
43444
  })]
42309
43445
  });
@@ -42370,8 +43506,7 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
42370
43506
  } = props;
42371
43507
  const DEFAULT_ROW_HEIGHT = 32;
42372
43508
  const DEFAULT_COLUMN_WIDTH = props.minimumColumnWidth || 100;
42373
- const ROW_BUFFER = 20;
42374
- const COL_BUFFER = 30;
43509
+ const initialized = React__namespace.useRef(false);
42375
43510
  const [sheetChange, setSheetChange] = React__namespace.useState(false);
42376
43511
  const [maxWidth, setMaxWidth] = React__namespace.useState(0);
42377
43512
  const [maxHeight, setMaxHeight] = React__namespace.useState(0);
@@ -42382,23 +43517,19 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
42382
43517
  const resizeObserver = new ResizeObserver(entries => {
42383
43518
  const entry = entries[0];
42384
43519
  if (entry && rootRef.current) {
42385
- const {
42386
- clientWidth,
42387
- clientHeight
42388
- } = rootRef.current;
42389
- setMaxHeight(clientHeight);
42390
- setMaxWidth(showHider ? clientWidth : entry.contentRect.width);
43520
+ const target = entry.target;
43521
+ if (target) {
43522
+ const {
43523
+ clientWidth,
43524
+ clientHeight
43525
+ } = target;
43526
+ setMaxHeight(Math.min(rootRef.current.clientHeight, clientHeight));
43527
+ if (showHider) {
43528
+ setMaxWidth(Math.min(rootRef.current.clientWidth, clientWidth));
43529
+ }
43530
+ }
42391
43531
  }
42392
43532
  });
42393
- React__namespace.useEffect(() => {
42394
- if (rootRef.current) {
42395
- resizeObserver.observe(rootRef.current);
42396
- }
42397
- return () => {
42398
- resizeObserver.disconnect();
42399
- };
42400
- }, []);
42401
- // const scrollOption = props.scroller;
42402
43533
  const initialState = React__namespace.useMemo(() => {
42403
43534
  const createParser = props.createFormulaParser || createFormulaParser;
42404
43535
  const model = new Model(createParser, props.data);
@@ -42416,12 +43547,32 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
42416
43547
  }, [state.model.data, rowLabels, columnLabels]);
42417
43548
  const [visibleRowRange, setVisibleRowRange] = React__namespace.useState({
42418
43549
  start: 0,
42419
- end: Math.min(50, size.rows)
43550
+ end: Math.min(INITIAL_ROW, size.rows)
42420
43551
  });
42421
43552
  const [visibleColRange, setVisibleColRange] = React__namespace.useState({
42422
43553
  start: 0,
42423
- end: Math.min(30, size.columns) // Initial visible columns
43554
+ end: Math.min(INITIAL_COLUMN, size.columns)
42424
43555
  });
43556
+ const getCumulativeHeight = React__namespace.useCallback(row => {
43557
+ let height = 0;
43558
+ for (let r = 0; r < row; r++) {
43559
+ height += state.rowDimensions[r]?.height || DEFAULT_ROW_HEIGHT;
43560
+ }
43561
+ return height;
43562
+ }, [state.rowDimensions, DEFAULT_ROW_HEIGHT]);
43563
+ const getCumulativeWidth = React__namespace.useCallback(col => {
43564
+ let width = 0;
43565
+ for (let c = 0; c < col; c++) {
43566
+ width += state.columnDimensions[c]?.width || DEFAULT_COLUMN_WIDTH;
43567
+ }
43568
+ return width;
43569
+ }, [state.columnDimensions, DEFAULT_COLUMN_WIDTH]);
43570
+ const totalHeight = getCumulativeHeight(size.rows);
43571
+ const totalWidth = getCumulativeWidth(size.columns);
43572
+ const beforeRowHeight = getCumulativeHeight(visibleRowRange.start);
43573
+ const afterRowHeight = totalHeight - getCumulativeHeight(visibleRowRange.end);
43574
+ const beforeColWidth = getCumulativeWidth(visibleColRange.start);
43575
+ const afterColWidth = totalWidth - getCumulativeWidth(visibleColRange.end);
42425
43576
  const mode = state.mode;
42426
43577
  const rootRef = React__namespace.useRef(null);
42427
43578
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
@@ -42604,28 +43755,7 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
42604
43755
  if (!table) return;
42605
43756
  resizeObserver.observe(table);
42606
43757
  };
42607
- const getCumulativeHeight = React__namespace.useCallback(row => {
42608
- let height = 0;
42609
- for (let r = 0; r < row; r++) {
42610
- height += state.rowDimensions[r]?.height || DEFAULT_ROW_HEIGHT;
42611
- }
42612
- return height;
42613
- }, [state.rowDimensions, DEFAULT_ROW_HEIGHT]);
42614
- const getCumulativeWidth = React__namespace.useCallback(col => {
42615
- let width = 0;
42616
- for (let c = 0; c < col; c++) {
42617
- width += state.columnDimensions[c]?.width || DEFAULT_COLUMN_WIDTH;
42618
- }
42619
- return width;
42620
- }, [state.columnDimensions, DEFAULT_COLUMN_WIDTH]);
42621
- // Total height and width for spacers
42622
- const totalHeight = getCumulativeHeight(size.rows);
42623
- const totalWidth = getCumulativeWidth(size.columns);
42624
- const beforeRowHeight = getCumulativeHeight(visibleRowRange.start);
42625
- const afterRowHeight = totalHeight - getCumulativeHeight(visibleRowRange.end);
42626
- const beforeColWidth = getCumulativeWidth(visibleColRange.start);
42627
- const afterColWidth = totalWidth - getCumulativeWidth(visibleColRange.end);
42628
- const throttledHandleScroll = React__namespace.useMemo(() => throttle(e => {
43758
+ const handleScroll = React__namespace.useCallback(e => {
42629
43759
  const target = e.target;
42630
43760
  const {
42631
43761
  scrollTop,
@@ -42637,7 +43767,7 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
42637
43767
  top: scrollTop,
42638
43768
  left: scrollLeft
42639
43769
  });
42640
- // For rows
43770
+ // ----- For rows (NEW)-----
42641
43771
  let newRowStart = 0;
42642
43772
  while (newRowStart < size.rows && getCumulativeHeight(newRowStart) < scrollTop) {
42643
43773
  newRowStart++;
@@ -42652,9 +43782,9 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
42652
43782
  start: newRowStart,
42653
43783
  end: newRowEnd
42654
43784
  });
42655
- // For columns
43785
+ // ----- For columns (NEW) -----
42656
43786
  let newColStart = 0;
42657
- while (newColStart < size.columns && getCumulativeWidth(newColStart) < scrollLeft + 100) {
43787
+ while (newColStart < size.columns && getCumulativeWidth(newColStart) < scrollLeft) {
42658
43788
  newColStart++;
42659
43789
  }
42660
43790
  let newColEnd = newColStart;
@@ -42668,89 +43798,74 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
42668
43798
  end: newColEnd
42669
43799
  });
42670
43800
  // Close context menu on scroll
42671
- setContextMenu({
42672
- open: false,
42673
- contextType: null,
42674
- options: [{
42675
- label: '',
42676
- value: '',
42677
- iconName: '',
42678
- action: () => {},
42679
- disableTooltip: '',
42680
- visible: false,
42681
- disable: false
42682
- }]
42683
- });
42684
- }, 0), [size.rows, size.columns, getCumulativeHeight, getCumulativeWidth]);
42685
- React__namespace.useEffect(() => {
42686
- setVisibleRowRange({
42687
- start: 0,
42688
- end: Math.min(50, size.rows)
43801
+ if (contextMenu.open) {
43802
+ setContextMenu({
43803
+ open: false,
43804
+ contextType: null,
43805
+ options: [{
43806
+ label: '',
43807
+ value: '',
43808
+ iconName: '',
43809
+ action: () => {},
43810
+ disableTooltip: '',
43811
+ visible: false,
43812
+ disable: false
43813
+ }]
43814
+ });
43815
+ }
43816
+ }, [size.rows, size.columns, getCumulativeHeight, getCumulativeWidth]);
43817
+ const throttledHandleScroll = React__namespace.useMemo(() => throttle(handleScroll, 16), [handleScroll]);
43818
+ const scrollToRow = row => {
43819
+ initialized.current = true;
43820
+ requestAnimationFrame(() => {
43821
+ let scrollTop = 0;
43822
+ for (let r = 0; r <= row; r++) {
43823
+ scrollTop += state.rowDimensions?.[r]?.height || DEFAULT_ROW_HEIGHT;
43824
+ }
43825
+ requestAnimationFrame(() => {
43826
+ if (!rootRef.current) return;
43827
+ if (row >= size.rows - 1) {
43828
+ rootRef?.current?.scrollTo({
43829
+ top: scrollTop + DEFAULT_ROW_HEIGHT,
43830
+ behavior: 'smooth'
43831
+ });
43832
+ }
43833
+ });
42689
43834
  });
42690
- setVisibleColRange({
42691
- start: 0,
42692
- end: Math.min(30, size.columns)
43835
+ // }
43836
+ };
43837
+ const scrollToColumn = column => {
43838
+ initialized.current = true;
43839
+ requestAnimationFrame(() => {
43840
+ let scrollLeft = 0;
43841
+ for (let c = 0; c <= column; c++) {
43842
+ scrollLeft += state.columnDimensions?.[c]?.width || DEFAULT_COLUMN_WIDTH;
43843
+ }
43844
+ requestAnimationFrame(() => {
43845
+ if (!rootRef.current) return;
43846
+ if (column >= size.columns - 1) {
43847
+ rootRef.current.scrollTo({
43848
+ left: scrollLeft + 60,
43849
+ behavior: 'smooth'
43850
+ });
43851
+ }
43852
+ });
42693
43853
  });
42694
- }, [size.rows, size.columns]);
42695
- console.log(visibleColRange, 'col range');
42696
- console.log(visibleRowRange, 'row range');
43854
+ };
43855
+ React__namespace.useEffect(() => {
43856
+ if (!initialized.current) {
43857
+ setVisibleRowRange({
43858
+ start: 0,
43859
+ end: Math.min(INITIAL_ROW, size.rows)
43860
+ });
43861
+ setVisibleColRange({
43862
+ start: 0,
43863
+ end: Math.min(INITIAL_COLUMN, size.columns)
43864
+ });
43865
+ }
43866
+ }, [size.rows, size.columns, initialized.current]);
42697
43867
  const visibleRows = range(visibleRowRange.end, visibleRowRange.start);
42698
43868
  const visibleCols = range(visibleColRange.end, visibleColRange.start);
42699
- const scrollToRow = React__namespace.useCallback(row => {
42700
- const root = rootRef.current;
42701
- if (!root) return;
42702
- const rowStart = getCumulativeHeight(row);
42703
- const rowHeight = state.rowDimensions[row]?.height || DEFAULT_ROW_HEIGHT;
42704
- const viewportTop = root.scrollTop;
42705
- const viewportBottom = viewportTop + root.clientHeight;
42706
- const rowEnd = rowStart + rowHeight;
42707
- let targetTop = viewportTop;
42708
- const fullyVisible = rowStart >= viewportTop && rowEnd <= viewportBottom;
42709
- if (!fullyVisible) {
42710
- if (rowStart < viewportTop) {
42711
- targetTop = rowStart;
42712
- } else if (rowEnd > viewportBottom) {
42713
- targetTop = rowEnd - root.clientHeight;
42714
- }
42715
- }
42716
- targetTop = Math.max(0, targetTop);
42717
- root.scrollTo({
42718
- top: targetTop,
42719
- behavior: 'smooth'
42720
- });
42721
- }, [getCumulativeHeight, state.rowDimensions, DEFAULT_ROW_HEIGHT]);
42722
- const scrollToColumn = React__namespace.useCallback((column, align = 'start') => {
42723
- const root = rootRef.current;
42724
- if (!root) return;
42725
- const colStart = getCumulativeWidth(column);
42726
- const colWidth = state.columnDimensions[column]?.width || DEFAULT_COLUMN_WIDTH;
42727
- const viewportLeft = root.scrollLeft;
42728
- const viewportRight = viewportLeft + root.clientWidth;
42729
- const colEnd = colStart + colWidth;
42730
- let targetLeft = viewportLeft;
42731
- // If it's already fully visible, do nothing unless an explicit align was passed
42732
- const fullyVisible = colStart >= viewportLeft && colEnd <= viewportRight;
42733
- if (!fullyVisible) {
42734
- if (colStart < viewportLeft) {
42735
- targetLeft = colStart; // reveal from the left
42736
- } else if (colEnd > viewportRight) {
42737
- targetLeft = colEnd - root.clientWidth; // reveal from the right
42738
- }
42739
- }
42740
- // Optional alignment overrides
42741
- if (align === 'center') {
42742
- targetLeft = colStart - (root.clientWidth - colWidth) / 2;
42743
- } else if (align === 'end') {
42744
- targetLeft = colEnd - root.clientWidth;
42745
- }
42746
- // Clamp and scroll
42747
- targetLeft = Math.max(0, targetLeft);
42748
- root.scrollTo({
42749
- left: targetLeft,
42750
- behavior: 'smooth'
42751
- });
42752
- }, [getCumulativeWidth, state.columnDimensions, DEFAULT_COLUMN_WIDTH]);
42753
- const spacerColSpan = 1 + 1 + visibleCols.length + 1;
42754
43869
  const colgroup = jsxRuntime.jsxs("colgroup", {
42755
43870
  children: [jsxRuntime.jsx("col", {
42756
43871
  style: {
@@ -42771,70 +43886,66 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
42771
43886
  }, "right-spacer"), ' ']
42772
43887
  });
42773
43888
  const tableNode = React__namespace.useMemo(() => jsxRuntime.jsxs(Table$1, {
42774
- columns: size.columns,
42775
- hideColumnIndicators: false,
42776
43889
  useTableRef: useTableRef,
42777
- children: [colgroup, jsxRuntime.jsxs(HeaderRow$1, {
42778
- children: [jsxRuntime.jsx(CornerIndicator$1, {}), jsxRuntime.jsx("th", {
42779
- className: "spacer left"
42780
- }), visibleCols.map(colNumber => jsxRuntime.jsx(ColumnIndicator, {
42781
- column: colNumber,
42782
- minimumColumnWidth: minimumColumnWidth,
42783
- setContextMenu: props.setContextMenu,
42784
- label: colNumber in columnLabels ? columnLabels[colNumber] : undefined,
42785
- deleteColumn: deleteColumn$1,
42786
- addColumnLeft: addColumnLeft$1,
42787
- addColumnRight: addColumnRight$1,
42788
- columnContextEnable: props.columnContextEnable,
42789
- maxColLimit: maxColLimit,
42790
- disableDeleteOption: disableDeleteOption,
42791
- contextMenu: contextMenu,
42792
- onAddColumn: onAddColumn,
42793
- onDeleteColumn: onDeleteColumn,
42794
- scrollToColumn: scrollToColumn
42795
- }, colNumber)), jsxRuntime.jsx("th", {
42796
- className: "spacer right"
42797
- })]
42798
- }), jsxRuntime.jsxs("tr", {
42799
- style: {
42800
- height: `${beforeRowHeight}px`
42801
- },
42802
- children: [jsxRuntime.jsx("td", {
42803
- colSpan: spacerColSpan
42804
- }), " "]
42805
- }), visibleRows.map(rowNumber => jsxRuntime.jsxs(Row$1, {
42806
- row: rowNumber,
42807
- children: [jsxRuntime.jsx(RowIndicator$1, {
42808
- label: rowNumber in rowLabels ? rowLabels?.[rowNumber] : undefined,
42809
- row: rowNumber,
42810
- addRowTop: addRowTop$1,
42811
- addRowBottom: addRowBottom$1,
42812
- deleteRow: deleteRow$1,
42813
- setContextMenu: props.setContextMenu,
42814
- rowContextEnable: props.rowContextEnable,
42815
- maxRowLimit: maxRowLimit,
42816
- disableDeleteOption: disableDeleteOption,
42817
- contextMenu: contextMenu,
42818
- setVisibleRange: setVisibleRowRange,
42819
- scrollToRow: scrollToRow
42820
- }, rowNumber), jsxRuntime.jsx("td", {
42821
- className: "spacer left"
42822
- }), visibleCols.map(columnNumber => jsxRuntime.jsx(Cell$1, {
43890
+ totalWidth: totalWidth,
43891
+ children: [colgroup, jsxRuntime.jsxs("tbody", {
43892
+ children: [jsxRuntime.jsxs(HeaderRow$1, {
43893
+ children: [jsxRuntime.jsx(CornerIndicator$1, {}), jsxRuntime.jsx("div", {
43894
+ className: "spacer left"
43895
+ }), visibleCols.map(colNumber => jsxRuntime.jsx(ColumnIndicator, {
43896
+ column: colNumber,
43897
+ minimumColumnWidth: minimumColumnWidth,
43898
+ setContextMenu: props.setContextMenu,
43899
+ label: colNumber in columnLabels ? columnLabels[colNumber] : undefined,
43900
+ deleteColumn: deleteColumn$1,
43901
+ addColumnLeft: addColumnLeft$1,
43902
+ addColumnRight: addColumnRight$1,
43903
+ columnContextEnable: props.columnContextEnable,
43904
+ maxColLimit: maxColLimit,
43905
+ disableDeleteOption: disableDeleteOption,
43906
+ contextMenu: contextMenu,
43907
+ onAddColumn: onAddColumn,
43908
+ onDeleteColumn: onDeleteColumn,
43909
+ setVisibleRange: setVisibleColRange,
43910
+ scrollToColumn: scrollToColumn
43911
+ }, colNumber)), jsxRuntime.jsx("div", {
43912
+ className: "spacer right"
43913
+ })]
43914
+ }), jsxRuntime.jsx("tr", {
43915
+ style: {
43916
+ height: `${beforeRowHeight}px`
43917
+ }
43918
+ }), visibleRows.map(rowNumber => jsxRuntime.jsxs(Row$1, {
42823
43919
  row: rowNumber,
42824
- column: columnNumber,
42825
- // @ts-ignore
42826
- DataViewer: DataViewer$1,
42827
- editable: editable$1
42828
- }, columnNumber)), jsxRuntime.jsx("td", {
42829
- className: "spacer right"
43920
+ children: [jsxRuntime.jsx(RowIndicator$1, {
43921
+ label: rowNumber in rowLabels ? rowLabels?.[rowNumber] : undefined,
43922
+ row: rowNumber,
43923
+ addRowTop: addRowTop$1,
43924
+ addRowBottom: addRowBottom$1,
43925
+ deleteRow: deleteRow$1,
43926
+ setContextMenu: props.setContextMenu,
43927
+ rowContextEnable: props.rowContextEnable,
43928
+ maxRowLimit: maxRowLimit,
43929
+ disableDeleteOption: disableDeleteOption,
43930
+ contextMenu: contextMenu,
43931
+ setVisibleRange: setVisibleRowRange,
43932
+ scrollToRow: scrollToRow
43933
+ }, rowNumber), jsxRuntime.jsx("div", {
43934
+ className: "spacer left"
43935
+ }), visibleCols.map(columnNumber => jsxRuntime.jsx(Cell$1, {
43936
+ row: rowNumber,
43937
+ column: columnNumber,
43938
+ // @ts-ignore
43939
+ DataViewer: DataViewer$1,
43940
+ editable: editable$1
43941
+ }, columnNumber)), jsxRuntime.jsx("div", {
43942
+ className: "spacer right"
43943
+ })]
43944
+ }, rowNumber)), jsxRuntime.jsx("tr", {
43945
+ style: {
43946
+ height: `${afterRowHeight}px`
43947
+ }
42830
43948
  })]
42831
- }, rowNumber)), jsxRuntime.jsx("tr", {
42832
- style: {
42833
- height: `${afterRowHeight}px`
42834
- },
42835
- children: jsxRuntime.jsx("td", {
42836
- colSpan: spacerColSpan
42837
- })
42838
43949
  })]
42839
43950
  }), [Table$1, size.rows, size.columns, Row$1, HeaderRow$1, CornerIndicator$1, columnLabels, ColumnIndicator, rowLabels, RowIndicator$1, Cell$1, DataViewer$1, visibleRowRange, visibleColRange, beforeRowHeight, afterRowHeight, beforeColWidth, afterColWidth, state.rowDimensions, state.columnDimensions]);
42840
43951
  const activeCellNode = React__namespace.useMemo(() => jsxRuntime.jsx(ActiveCell, {
@@ -42894,12 +44005,8 @@ const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadshee
42894
44005
  onMouseMove: handleMouseMove,
42895
44006
  onScroll: e => throttledHandleScroll(e),
42896
44007
  children: [tableNode, activeCellNode, jsxRuntime.jsx(Selected, {
42897
- visibleRowRange: visibleRowRange,
42898
- visibleColRange: visibleColRange,
42899
44008
  scrollPos: scrollPos
42900
44009
  }), jsxRuntime.jsx(Copied, {
42901
- visibleRowRange: visibleRowRange,
42902
- visibleColRange: visibleColRange,
42903
44010
  scrollPos: scrollPos
42904
44011
  })]
42905
44012
  })]
@@ -48950,7 +50057,11 @@ const Prompt = /*#__PURE__*/React.forwardRef(({
48950
50057
  onPromptChange,
48951
50058
  onBlur,
48952
50059
  onFocus,
48953
- disableInput
50060
+ disableInput,
50061
+ isAdditionalIcon = false,
50062
+ additionalIconName,
50063
+ additionIconToolTip,
50064
+ onAdditionalIconClick
48954
50065
  }) => {
48955
50066
  const containerRef = React.useRef(null);
48956
50067
  useKeyboardActions([{
@@ -48997,6 +50108,16 @@ const Prompt = /*#__PURE__*/React.forwardRef(({
48997
50108
  onBlur: onBlur,
48998
50109
  value: value,
48999
50110
  readOnly: disableInput
50111
+ }), isAdditionalIcon && additionalIconName && jsxRuntime.jsx(Tooltip, {
50112
+ placement: "top",
50113
+ title: additionIconToolTip,
50114
+ children: jsxRuntime.jsx(Icon, {
50115
+ name: additionalIconName,
50116
+ className: "ff-prompt-icon additional-icon",
50117
+ height: iconHeight,
50118
+ width: iconWidth,
50119
+ onClick: onAdditionalIconClick
50120
+ })
49000
50121
  })]
49001
50122
  });
49002
50123
  });
@@ -51112,6 +52233,36 @@ const TableTreeFn = /*#__PURE__*/React.forwardRef(({
51112
52233
  });
51113
52234
  }
51114
52235
  }, [newNode]);
52236
+ React.useLayoutEffect(() => {
52237
+ if (!navigateTreeNode) return;
52238
+ const container = containerRef.current;
52239
+ if (!container) return;
52240
+ let retryCount = 0;
52241
+ const maxRetries = 30;
52242
+ const scrollToNode = () => {
52243
+ const element = document.getElementById(navigateTreeNode);
52244
+ if (element) {
52245
+ setTimeout(() => {
52246
+ element.scrollIntoView({
52247
+ behavior: 'smooth',
52248
+ block: 'center'
52249
+ });
52250
+ handleRemoveNavigateTreeNode();
52251
+ }, 200);
52252
+ } else {
52253
+ if (retryCount === 0 && treeData?.length > 1) {
52254
+ loadMoreAbove?.();
52255
+ }
52256
+ if (retryCount < maxRetries) {
52257
+ retryCount++;
52258
+ requestAnimationFrame(scrollToNode);
52259
+ } else {
52260
+ handleRemoveNavigateTreeNode();
52261
+ }
52262
+ }
52263
+ };
52264
+ scrollToNode();
52265
+ }, [navigateTreeNode, loadMoreAbove, handleRemoveNavigateTreeNode]);
51115
52266
  return jsxRuntime.jsx("div", {
51116
52267
  className: "tree-table-wrapper-container",
51117
52268
  children: jsxRuntime.jsx("div", {
@@ -62791,7 +63942,8 @@ const Editor = /*#__PURE__*/React.forwardRef(({
62791
63942
  isRequisiteType = false,
62792
63943
  onPaste,
62793
63944
  showVariableDropdown = true,
62794
- defaultValue
63945
+ defaultValue,
63946
+ customOptions = {}
62795
63947
  }, ref) => {
62796
63948
  const editorRef = React.useRef(null);
62797
63949
  const decorationsRef = React.useRef([]);
@@ -63108,7 +64260,8 @@ const Editor = /*#__PURE__*/React.forwardRef(({
63108
64260
  wordWrap: 'on',
63109
64261
  autoClosingBrackets: 'always',
63110
64262
  scrollBeyondLastLine: false,
63111
- readOnly
64263
+ readOnly,
64264
+ ...customOptions
63112
64265
  },
63113
64266
  onMount: handleEditorDidMount,
63114
64267
  onChange: (newValue, event) => handleChange(newValue, event),
@@ -65154,17 +66307,17 @@ const ChildComment = ({
65154
66307
  className: "edit-comment",
65155
66308
  children: [jsxRuntime.jsx("div", {
65156
66309
  className: "reply",
65157
- onClick: () => {
65158
- onAddComment();
65159
- setEditMode(false);
65160
- setShowInput(false);
65161
- },
65162
66310
  children: jsxRuntime.jsx(Tooltip, {
65163
66311
  title: editMode ? 'Update' : 'Add',
65164
66312
  children: jsxRuntime.jsx(Icon, {
65165
66313
  name: "comment_reply",
65166
66314
  hoverEffect: true,
65167
- disabled: editMode && input.length === previousInputLength || input.trim().length === 0
66315
+ disabled: editMode && input.length === previousInputLength || input.trim().length === 0,
66316
+ onClick: () => {
66317
+ onAddComment();
66318
+ setEditMode(false);
66319
+ setShowInput(false);
66320
+ }
65168
66321
  })
65169
66322
  })
65170
66323
  }), jsxRuntime.jsx("div", {
@@ -79632,6 +80785,7 @@ const PrePostTable = /*#__PURE__*/React.forwardRef(({
79632
80785
  expandStepGroup.clear();
79633
80786
  },
79634
80787
  onDragEnd: handleDragEnd,
80788
+ modifiers: [restrictToVerticalAxis],
79635
80789
  children: jsxRuntime.jsx(SortableContext, {
79636
80790
  disabled: !draggable,
79637
80791
  items: data?.map(row => row.stepId || row._id),
@@ -80061,6 +81215,7 @@ const StepInnerTable = ({
80061
81215
  collisionDetection: closestCorners,
80062
81216
  onDragStart: handleDragStart,
80063
81217
  onDragEnd: handleDragEnd,
81218
+ modifiers: [restrictToVerticalAxis],
80064
81219
  children: jsxRuntime.jsx(SortableContext, {
80065
81220
  disabled: !draggable,
80066
81221
  items: data?.map(row => row._id || row.stepId),
@@ -80730,14 +81885,14 @@ const StepLandingTable = /*#__PURE__*/React.forwardRef(({
80730
81885
  const [expandedRows, setExpandedRows] = React.useState({});
80731
81886
  const [expandStepGroup, setExpandStepGroup] = React.useState(new Map());
80732
81887
  const [isBulkEnable, setBulkEnable] = React.useState(false);
80733
- const onAccordionClick = title => {
81888
+ const onAccordionClick = (title, action) => {
80734
81889
  const row = tableData.find(row => row.title === title);
80735
81890
  if (!row || !row.data || row.data.length === 0) {
80736
81891
  return;
80737
81892
  }
80738
81893
  setExpandedRows(prev => ({
80739
81894
  ...prev,
80740
- [title]: !prev[title]
81895
+ [title]: action === 'open' ? true : !prev[title]
80741
81896
  }));
80742
81897
  };
80743
81898
  const isExpanded = React.useMemo(() => title => expandedRows[title] ?? false, [expandedRows]);
@@ -80907,6 +82062,9 @@ const StepLandingTable = /*#__PURE__*/React.forwardRef(({
80907
82062
  if (!checkEmpty(AddNlp)) {
80908
82063
  setViewComponent(() => null);
80909
82064
  setViewModeId(null);
82065
+ if (AddNlp?.action === 'addLast') {
82066
+ onAccordionClick('Steps', 'open');
82067
+ }
80910
82068
  }
80911
82069
  }, [AddNlp]);
80912
82070
  return jsxRuntime.jsxs("div", {
@@ -121606,6 +122764,29 @@ const ScriptGenerationLoader = ({
121606
122764
  });
121607
122765
  };
121608
122766
 
122767
+ const useDeviceType = () => {
122768
+ const getDeviceType = () => {
122769
+ const width = window.innerWidth;
122770
+ return {
122771
+ isMobile: width <= 640,
122772
+ isTab: width > 640 && width <= 820,
122773
+ isLargeTab: width > 820 && width < 1025,
122774
+ isWeb: width >= 1025
122775
+ };
122776
+ };
122777
+ const [device, setDevice] = React.useState(getDeviceType());
122778
+ React.useEffect(() => {
122779
+ const handleResize = () => {
122780
+ setDevice(getDeviceType());
122781
+ };
122782
+ window.addEventListener('resize', handleResize);
122783
+ return () => {
122784
+ window.removeEventListener('resize', handleResize);
122785
+ };
122786
+ }, []);
122787
+ return device;
122788
+ };
122789
+
121609
122790
  exports.AADHAAR_REGEX = AADHAAR_REGEX;
121610
122791
  exports.ALPHABET_ONLY_REGEX = ALPHABET_ONLY_REGEX;
121611
122792
  exports.ALPHABET_WITH_SPACES_ONLY_REGEX = ALPHABET_WITH_SPACES_ONLY_REGEX;
@@ -121854,6 +123035,7 @@ exports.truncateText = truncateText;
121854
123035
  exports.updateTreeState = updateTreeState;
121855
123036
  exports.useBeforeUnload = useBeforeUnload;
121856
123037
  exports.useClickOutside = useClickOutside;
123038
+ exports.useDeviceType = useDeviceType;
121857
123039
  exports.useFileDropzone = useFileDropzone;
121858
123040
  exports.useKeyboardActions = useKeyboardActions;
121859
123041
  exports.useTheme = useTheme;