pixel-react 1.14.58 → 1.14.60

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 (53) hide show
  1. package/lib/assets/icons/fia_ai_icon.svg.js +846 -0
  2. package/lib/assets/icons/fia_ai_icon.svg.js.map +1 -0
  3. package/lib/components/DragAndDrop/DragAndDrop.d.ts +2 -0
  4. package/lib/components/DragAndDrop/DragAndDrop.js +3 -1
  5. package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -1
  6. package/lib/components/Excel/ExcelFile/ExcelFile.js +6 -1
  7. package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
  8. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +23 -5
  9. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
  10. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +6 -1
  11. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
  12. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +10 -2
  13. package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
  14. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +9 -1
  15. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +26 -7
  16. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js.map +1 -1
  17. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +14 -6
  18. package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
  19. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +4 -0
  20. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +13 -18
  21. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -1
  22. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +3 -1
  23. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +67 -31
  24. package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
  25. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +14 -10
  26. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  27. package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +12 -0
  28. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +1 -0
  29. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +33 -1
  30. package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -1
  31. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +26 -25
  32. package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -1
  33. package/lib/components/Icon/iconList.js +2 -0
  34. package/lib/components/Icon/iconList.js.map +1 -1
  35. package/lib/components/Prompt/Prompt.js +15 -1
  36. package/lib/components/Prompt/Prompt.js.map +1 -1
  37. package/lib/components/Prompt/types.d.ts +4 -0
  38. package/lib/components/Select/components/Dropdown.js +2 -1
  39. package/lib/components/Select/components/Dropdown.js.map +1 -1
  40. package/lib/components/TableTreeFn/TableTreeFn.js +30 -0
  41. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
  42. package/lib/hooks/useFileDropzone.js +45 -17
  43. package/lib/hooks/useFileDropzone.js.map +1 -1
  44. package/lib/index.cjs +1281 -121
  45. package/lib/index.cjs.map +1 -1
  46. package/lib/index.d.ts +6 -0
  47. package/lib/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js +106 -0
  48. package/lib/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js.map +1 -0
  49. package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
  50. package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
  51. package/lib/styles.css +1 -1
  52. package/lib/styles.css.map +1 -1
  53. package/package.json +2 -1
@@ -0,0 +1,846 @@
1
+ import * as React from 'react';
2
+
3
+ const SvgFiaAiIcon = (props) => /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 47 43", width: "1em", height: "1em", ...props }, /* @__PURE__ */ React.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.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.createElement("ellipse", { fill: "#9A88F8", cx: 24.291, cy: 34.783, rx: 15.46, ry: 1.932 }), /* @__PURE__ */ React.createElement("ellipse", { fill: "#9A88F8", cx: 24.291, cy: 34.783, rx: 15.46, ry: 1.932 }), /* @__PURE__ */ React.createElement("g", { filter: "url(#a)" }, /* @__PURE__ */ React.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.createElement("g", { filter: "url(#b)" }, /* @__PURE__ */ React.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.createElement("g", { filter: "url(#c)" }, /* @__PURE__ */ React.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.createElement("g", { filter: "url(#d)" }, /* @__PURE__ */ React.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.createElement("g", { filter: "url(#e)" }, /* @__PURE__ */ React.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.createElement("g", { filter: "url(#f)" }, /* @__PURE__ */ React.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.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.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.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.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.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.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.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.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.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.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.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.createElement("mask", { id: "g", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
4
+ maskType: "luminance"
5
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#g)" }, /* @__PURE__ */ React.createElement("path", { d: "m37.895 8.095 2.21 11.127h-2.251V8.095h.041Z", fill: "#534BF9" })), /* @__PURE__ */ React.createElement("mask", { id: "h", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
6
+ maskType: "luminance"
7
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#h)" }, /* @__PURE__ */ React.createElement("path", { d: "m37.917 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#534BF9" })), /* @__PURE__ */ React.createElement("mask", { id: "i", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
8
+ maskType: "luminance"
9
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#i)" }, /* @__PURE__ */ React.createElement("path", { d: "m37.939 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#544CF9" })), /* @__PURE__ */ React.createElement("mask", { id: "j", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
10
+ maskType: "luminance"
11
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#j)" }, /* @__PURE__ */ React.createElement("path", { d: "m37.96 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#554DF9" })), /* @__PURE__ */ React.createElement("mask", { id: "k", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
12
+ maskType: "luminance"
13
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#k)" }, /* @__PURE__ */ React.createElement("path", { d: "m37.982 8.095 2.21 11.127h-.022L37.96 8.095h.022Z", fill: "#564EF9" })), /* @__PURE__ */ React.createElement("mask", { id: "l", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
14
+ maskType: "luminance"
15
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#l)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.004 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#574FF9" })), /* @__PURE__ */ React.createElement("mask", { id: "m", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
16
+ maskType: "luminance"
17
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#m)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.026 8.095 2.21 11.127h-.023L38.004 8.095h.022Z", fill: "#5850F9" })), /* @__PURE__ */ React.createElement("mask", { id: "n", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
18
+ maskType: "luminance"
19
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#n)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.048 8.095 2.21 11.127h-.023L38.026 8.095h.022Z", fill: "#5951F9" })), /* @__PURE__ */ React.createElement("mask", { id: "o", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
20
+ maskType: "luminance"
21
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#o)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.07 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5952F9" })), /* @__PURE__ */ React.createElement("mask", { id: "p", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
22
+ maskType: "luminance"
23
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#p)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.092 8.095 2.21 11.127h-.023L38.07 8.095h.023Z", fill: "#5A53F9" })), /* @__PURE__ */ React.createElement("mask", { id: "q", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
24
+ maskType: "luminance"
25
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#q)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.114 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5B54F9" })), /* @__PURE__ */ React.createElement("mask", { id: "r", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
26
+ maskType: "luminance"
27
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#r)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.136 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5C55F9" })), /* @__PURE__ */ React.createElement("mask", { id: "s", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
28
+ maskType: "luminance"
29
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#s)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.158 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5D56F9" })), /* @__PURE__ */ React.createElement("mask", { id: "t", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
30
+ maskType: "luminance"
31
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#t)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.18 8.095 2.209 11.127h-.022l-2.21-11.127h.022Z", fill: "#5E57F9" })), /* @__PURE__ */ React.createElement("mask", { id: "u", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
32
+ maskType: "luminance"
33
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#u)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.201 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#5F58F9" })), /* @__PURE__ */ React.createElement("mask", { id: "v", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
34
+ maskType: "luminance"
35
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#v)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.223 8.095 2.21 11.127h-.022L38.2 8.095h.022Z", fill: "#6059F9" })), /* @__PURE__ */ React.createElement("mask", { id: "w", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
36
+ maskType: "luminance"
37
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#w)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.245 8.095 2.21 11.127h-.023L38.223 8.095h.022Z", fill: "#615AFA" })), /* @__PURE__ */ React.createElement("mask", { id: "x", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
38
+ maskType: "luminance"
39
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#x)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.267 8.095 2.21 11.127h-.023L38.245 8.095h.022Z", fill: "#625BFA" })), /* @__PURE__ */ React.createElement("mask", { id: "y", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
40
+ maskType: "luminance"
41
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#y)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.289 8.095 2.21 11.127h-.023L38.267 8.095h.022Z", fill: "#635CFA" })), /* @__PURE__ */ React.createElement("mask", { id: "z", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
42
+ maskType: "luminance"
43
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#z)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.31 8.095 2.21 11.127h-.022l-2.21-11.127h.023Z", fill: "#645DFA" })), /* @__PURE__ */ React.createElement("mask", { id: "A", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
44
+ maskType: "luminance"
45
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#A)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.333 8.095 2.21 11.127h-.023L38.311 8.095h.022Z", fill: "#645EFA" })), /* @__PURE__ */ React.createElement("mask", { id: "B", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
46
+ maskType: "luminance"
47
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#B)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.355 8.095 2.21 11.127h-.023l-2.21-11.127h.023Z", fill: "#655FFA" })), /* @__PURE__ */ React.createElement("mask", { id: "C", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
48
+ maskType: "luminance"
49
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#C)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.377 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#6660FA" })), /* @__PURE__ */ React.createElement("mask", { id: "D", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
50
+ maskType: "luminance"
51
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#D)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.398 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#6761FA" })), /* @__PURE__ */ React.createElement("mask", { id: "E", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
52
+ maskType: "luminance"
53
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#E)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.42 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#6862FA" })), /* @__PURE__ */ React.createElement("mask", { id: "F", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
54
+ maskType: "luminance"
55
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#F)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.442 8.095 2.21 11.127h-.022L38.42 8.095h.022Z", fill: "#6963FA" })), /* @__PURE__ */ React.createElement("mask", { id: "G", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
56
+ maskType: "luminance"
57
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#G)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.464 8.095 2.21 11.127h-.023L38.442 8.095h.022Z", fill: "#6A64FA" })), /* @__PURE__ */ React.createElement("mask", { id: "H", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
58
+ maskType: "luminance"
59
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#H)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.486 8.095 2.21 11.127h-.023L38.464 8.095h.022Z", fill: "#6B65FA" })), /* @__PURE__ */ React.createElement("mask", { id: "I", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
60
+ maskType: "luminance"
61
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#I)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.508 8.095 2.21 11.127h-.023L38.486 8.095h.022Z", fill: "#6C66FA" })), /* @__PURE__ */ React.createElement("mask", { id: "J", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
62
+ maskType: "luminance"
63
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#J)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.53 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#6D67FA" })), /* @__PURE__ */ React.createElement("mask", { id: "K", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
64
+ maskType: "luminance"
65
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#K)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.552 8.095 2.191 11.037v.09h-.004L38.53 8.095h.023Z", fill: "#6E68FA" })), /* @__PURE__ */ React.createElement("mask", { id: "L", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
66
+ maskType: "luminance"
67
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#L)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.574 8.095 2.17 10.927v.11L38.551 8.095h.022Z", fill: "#6F6AFA" })), /* @__PURE__ */ React.createElement("mask", { id: "M", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
68
+ maskType: "luminance"
69
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#M)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.595 8.095 2.148 10.816v.11l-2.17-10.926h.022Z", fill: "#6F6BFA" })), /* @__PURE__ */ React.createElement("mask", { id: "N", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
70
+ maskType: "luminance"
71
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#N)" }, /* @__PURE__ */ React.createElement("path", { d: "M38.617 8.095 40.743 18.8v.11L38.595 8.095h.022Z", fill: "#706CFA" })), /* @__PURE__ */ React.createElement("mask", { id: "O", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
72
+ maskType: "luminance"
73
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#O)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.64 8.095 2.103 10.596v.11L38.617 8.095h.022Z", fill: "#716DFA" })), /* @__PURE__ */ React.createElement("mask", { id: "P", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
74
+ maskType: "luminance"
75
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#P)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.661 8.095 2.082 10.486v.11L38.64 8.095h.022Z", fill: "#726EFA" })), /* @__PURE__ */ React.createElement("mask", { id: "Q", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
76
+ maskType: "luminance"
77
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#Q)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.683 8.095 2.06 10.375v.11L38.661 8.096h.022Z", fill: "#736FFA" })), /* @__PURE__ */ React.createElement("mask", { id: "R", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
78
+ maskType: "luminance"
79
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#R)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.705 8.095 2.038 10.265v.11l-2.06-10.375h.022Z", fill: "#7470FA" })), /* @__PURE__ */ React.createElement("mask", { id: "S", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
80
+ maskType: "luminance"
81
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#S)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.727 8.095 2.016 10.155v.11L38.705 8.095h.022Z", fill: "#7571FA" })), /* @__PURE__ */ React.createElement("mask", { id: "T", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
82
+ maskType: "luminance"
83
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#T)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.749 8.095 1.994 10.044v.11L38.727 8.096h.022Z", fill: "#7672FA" })), /* @__PURE__ */ React.createElement("mask", { id: "U", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
84
+ maskType: "luminance"
85
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#U)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.77 8.095 1.973 9.934v.11L38.75 8.095h.022Z", fill: "#7773FA" })), /* @__PURE__ */ React.createElement("mask", { id: "V", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
86
+ maskType: "luminance"
87
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#V)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.792 8.095 1.951 9.824v.11l-1.972-9.934h.021Z", fill: "#7874FA" })), /* @__PURE__ */ React.createElement("mask", { id: "W", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
88
+ maskType: "luminance"
89
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#W)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.814 8.095 1.929 9.713v.11l-1.95-9.823h.021Z", fill: "#7975FA" })), /* @__PURE__ */ React.createElement("mask", { id: "X", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
90
+ maskType: "luminance"
91
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#X)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.837 8.095 1.906 9.603v.11l-1.928-9.713h.022Z", fill: "#7A76FA" })), /* @__PURE__ */ React.createElement("mask", { id: "Y", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
92
+ maskType: "luminance"
93
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#Y)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.858 8.095 1.885 9.493v.11l-1.907-9.603h.022Z", fill: "#7A77FA" })), /* @__PURE__ */ React.createElement("mask", { id: "Z", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
94
+ maskType: "luminance"
95
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#Z)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.88 8.095 1.863 9.383v.11l-1.885-9.493h.022Z", fill: "#7B78FA" })), /* @__PURE__ */ React.createElement("mask", { id: "aa", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
96
+ maskType: "luminance"
97
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aa)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.902 8.095 1.841 9.272v.11L38.88 8.096h.022Z", fill: "#7C79FB" })), /* @__PURE__ */ React.createElement("mask", { id: "ab", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
98
+ maskType: "luminance"
99
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ab)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.924 8.095 1.82 9.162v.11l-1.842-9.272h.022Z", fill: "#7D7AFB" })), /* @__PURE__ */ React.createElement("mask", { id: "ac", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
100
+ maskType: "luminance"
101
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ac)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.946 8.095 1.797 9.052v.11l-1.819-9.162h.022Z", fill: "#7E7BFB" })), /* @__PURE__ */ React.createElement("mask", { id: "ad", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
102
+ maskType: "luminance"
103
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ad)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.968 8.095 1.775 8.941v.11l-1.797-9.051h.022Z", fill: "#7F7CFB" })), /* @__PURE__ */ React.createElement("mask", { id: "ae", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
104
+ maskType: "luminance"
105
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ae)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.99 8.095 1.753 8.831v.11l-1.775-8.941h.022Z", fill: "#807DFB" })), /* @__PURE__ */ React.createElement("mask", { id: "af", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
106
+ maskType: "luminance"
107
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#af)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.011 8.095 1.732 8.721v.11L38.99 8.095h.021Z", fill: "#817EFB" })), /* @__PURE__ */ React.createElement("mask", { id: "ag", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
108
+ maskType: "luminance"
109
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ag)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.033 8.095 1.71 8.61v.111l-1.732-8.721h.022Z", fill: "#827FFB" })), /* @__PURE__ */ React.createElement("mask", { id: "ah", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
110
+ maskType: "luminance"
111
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ah)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.055 8.095 1.688 8.5v.11l-1.71-8.61h.022Z", fill: "#8380FB" })), /* @__PURE__ */ React.createElement("mask", { id: "ai", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
112
+ maskType: "luminance"
113
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ai)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.077 8.095 1.666 8.39v.11l-1.688-8.5h.022Z", fill: "#8481FB" })), /* @__PURE__ */ React.createElement("mask", { id: "aj", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
114
+ maskType: "luminance"
115
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aj)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.1 8.095 1.643 8.28v.11l-1.666-8.39h.022Z", fill: "#8582FB" })), /* @__PURE__ */ React.createElement("mask", { id: "ak", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
116
+ maskType: "luminance"
117
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ak)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.121 8.095 1.622 8.17v.11L39.1 8.095h.022Z", fill: "#8583FB" })), /* @__PURE__ */ React.createElement("mask", { id: "al", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
118
+ maskType: "luminance"
119
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#al)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.143 8.095 1.6 8.06v.11l-1.622-8.17h.022Z", fill: "#8684FB" })), /* @__PURE__ */ React.createElement("mask", { id: "am", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
120
+ maskType: "luminance"
121
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#am)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.165 8.095 1.578 7.949v.11l-1.6-8.06h.022Z", fill: "#8785FB" })), /* @__PURE__ */ React.createElement("mask", { id: "an", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
122
+ maskType: "luminance"
123
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#an)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.187 8.095 1.556 7.839v.11l-1.578-7.95h.022Z", fill: "#8886FB" })), /* @__PURE__ */ React.createElement("mask", { id: "ao", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
124
+ maskType: "luminance"
125
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ao)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.209 8.095 1.534 7.728v.11l-1.556-7.838h.022Z", fill: "#8987FB" })), /* @__PURE__ */ React.createElement("mask", { id: "ap", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
126
+ maskType: "luminance"
127
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ap)" }, /* @__PURE__ */ React.createElement("path", { d: "m39.23 8.095 1.513 7.618v.11l-1.535-7.728h.022Z", fill: "#8A88FB" })), /* @__PURE__ */ React.createElement("mask", { id: "aq", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
128
+ maskType: "luminance"
129
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aq)" }, /* @__PURE__ */ React.createElement("path", { d: "M40.743 15.713 39.23 8.095h1.513v7.618Z", fill: "#8A88FB" })), /* @__PURE__ */ React.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.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.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.createElement("mask", { id: "ar", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
130
+ maskType: "luminance"
131
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ar)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.374 28.036.174-1.317v1.317h-.174Z", fill: "#000AA8" })), /* @__PURE__ */ React.createElement("mask", { id: "as", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
132
+ maskType: "luminance"
133
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#as)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.311 28.037.236-1.789v.472l-.173 1.317H9.31Z", fill: "#000AA8" })), /* @__PURE__ */ React.createElement("mask", { id: "at", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
134
+ maskType: "luminance"
135
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#at)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.25 28.034.298-2.26v.472l-.236 1.788h-.063Z", fill: "#010AA9" })), /* @__PURE__ */ React.createElement("mask", { id: "au", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
136
+ maskType: "luminance"
137
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#au)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.187 28.035.36-2.731v.471l-.298 2.26h-.062Z", fill: "#020AA9" })), /* @__PURE__ */ React.createElement("mask", { id: "av", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
138
+ maskType: "luminance"
139
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#av)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.125 28.036.423-3.203v.472l-.36 2.731h-.063Z", fill: "#030BAA" })), /* @__PURE__ */ React.createElement("mask", { id: "aw", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
140
+ maskType: "luminance"
141
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aw)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.063 28.036.485-3.675v.472l-.423 3.203h-.062Z", fill: "#040BAA" })), /* @__PURE__ */ React.createElement("mask", { id: "ax", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
142
+ maskType: "luminance"
143
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ax)" }, /* @__PURE__ */ React.createElement("path", { d: "m9 28.034.547-4.146v.471l-.484 3.675H9Z", fill: "#050BAB" })), /* @__PURE__ */ React.createElement("mask", { id: "ay", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
144
+ maskType: "luminance"
145
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ay)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.938 28.034.61-4.618v.471L9 28.034h-.062Z", fill: "#060BAC" })), /* @__PURE__ */ React.createElement("mask", { id: "az", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
146
+ maskType: "luminance"
147
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#az)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.876 28.035.672-5.089v.472l-.61 4.617h-.062Z", fill: "#070BAC" })), /* @__PURE__ */ React.createElement("mask", { id: "aA", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
148
+ maskType: "luminance"
149
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aA)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.814 28.036.734-5.56v.471l-.672 5.09h-.062Z", fill: "#080BAD" })), /* @__PURE__ */ React.createElement("mask", { id: "aB", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
150
+ maskType: "luminance"
151
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aB)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.803 28.037-.05-.007.795-6.025v.471l-.734 5.561h-.01Z", fill: "#090CAD" })), /* @__PURE__ */ React.createElement("mask", { id: "aC", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
152
+ maskType: "luminance"
153
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aC)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.752 28.03-.06-.009.856-6.489v.472l-.796 6.025Z", fill: "#0A0CAE" })), /* @__PURE__ */ React.createElement("mask", { id: "aD", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
154
+ maskType: "luminance"
155
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aD)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.691 28.02-.06-.008.917-6.952v.471L8.69 28.02Z", fill: "#0B0CAE" })), /* @__PURE__ */ React.createElement("mask", { id: "aE", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
156
+ maskType: "luminance"
157
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aE)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.63 28.013-.061-.008.979-7.416v.471l-.918 6.953Z", fill: "#0C0CAF" })), /* @__PURE__ */ React.createElement("mask", { id: "aF", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
158
+ maskType: "luminance"
159
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aF)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.57 28.005-.062-.008 1.04-7.879v.472l-.979 7.415Z", fill: "#0D0CB0" })), /* @__PURE__ */ React.createElement("mask", { id: "aG", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
160
+ maskType: "luminance"
161
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aG)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.508 27.997-.061-.008 1.1-8.343v.472l-1.04 7.88Z", fill: "#0E0CB0" })), /* @__PURE__ */ React.createElement("mask", { id: "aH", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
162
+ maskType: "luminance"
163
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aH)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.447 27.989-.062-.008 1.162-8.806v.471l-1.1 8.343Z", fill: "#0F0DB1" })), /* @__PURE__ */ React.createElement("mask", { id: "aI", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
164
+ maskType: "luminance"
165
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aI)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.386 27.98-.061-.007 1.223-9.27v.472L8.386 27.98Z", fill: "#100DB1" })), /* @__PURE__ */ React.createElement("mask", { id: "aJ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
166
+ maskType: "luminance"
167
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aJ)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.325 27.971-.062-.008 1.285-9.733v.472l-1.223 9.27Z", fill: "#110DB2" })), /* @__PURE__ */ React.createElement("mask", { id: "aK", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
168
+ maskType: "luminance"
169
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aK)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.263 27.965-.061-.008 1.345-10.196v.471l-1.284 9.733Z", fill: "#120DB3" })), /* @__PURE__ */ React.createElement("mask", { id: "aL", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
170
+ maskType: "luminance"
171
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aL)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.202 27.956-.061-.008 1.407-10.66v.472L8.202 27.956Z", fill: "#130DB3" })), /* @__PURE__ */ React.createElement("mask", { id: "aM", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
172
+ maskType: "luminance"
173
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aM)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.14 27.949-.06-.008 1.468-11.124v.472L8.14 27.949Z", fill: "#140EB4" })), /* @__PURE__ */ React.createElement("mask", { id: "aN", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
174
+ maskType: "luminance"
175
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aN)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.08 27.939-.062-.009 1.53-11.586v.471L8.08 27.938Z", fill: "#150EB4" })), /* @__PURE__ */ React.createElement("mask", { id: "aO", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
176
+ maskType: "luminance"
177
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aO)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.018 27.931-.06-.008 1.59-12.05v.472L8.017 27.93Z", fill: "#160EB5" })), /* @__PURE__ */ React.createElement("mask", { id: "aP", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
178
+ maskType: "luminance"
179
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aP)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.957 27.924-.061-.008 1.651-12.514v.472l-1.59 12.05Z", fill: "#170EB6" })), /* @__PURE__ */ React.createElement("mask", { id: "aQ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
180
+ maskType: "luminance"
181
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aQ)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.896 27.918-.06-.008 1.712-12.977v.471L7.896 27.918Z", fill: "#180EB6" })), /* @__PURE__ */ React.createElement("mask", { id: "aR", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
182
+ maskType: "luminance"
183
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aR)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.835 27.908-.061-.009 1.774-13.44v.472L7.835 27.907Z", fill: "#190EB7" })), /* @__PURE__ */ React.createElement("mask", { id: "aS", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
184
+ maskType: "luminance"
185
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aS)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.774 27.9-.061-.009 1.834-13.904v.472l-1.773 13.44Z", fill: "#1A0FB7" })), /* @__PURE__ */ React.createElement("mask", { id: "aT", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
186
+ maskType: "luminance"
187
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aT)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.713 27.892-.062-.008 1.896-14.367v.471L7.713 27.892Z", fill: "#1B0FB8" })), /* @__PURE__ */ React.createElement("mask", { id: "aU", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
188
+ maskType: "luminance"
189
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aU)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.651 27.883-.06-.008 1.956-14.831v.471L7.651 27.883Z", fill: "#1C0FB8" })), /* @__PURE__ */ React.createElement("mask", { id: "aV", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
190
+ maskType: "luminance"
191
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aV)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.59 27.875-.06-.008 2.017-15.295v.472L7.59 27.874Z", fill: "#1D0FB9" })), /* @__PURE__ */ React.createElement("mask", { id: "aW", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
192
+ maskType: "luminance"
193
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aW)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.53 27.866-.062-.008 2.08-15.757v.471L7.529 27.866Z", fill: "#1E0FBA" })), /* @__PURE__ */ React.createElement("mask", { id: "aX", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
194
+ maskType: "luminance"
195
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aX)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.468 27.86-.061-.008 2.14-16.221v.471L7.467 27.86Z", fill: "#1F10BA" })), /* @__PURE__ */ React.createElement("mask", { id: "aY", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
196
+ maskType: "luminance"
197
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aY)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.407 27.85-.061-.007 2.202-16.685v.472l-2.14 16.22Z", fill: "#2010BB" })), /* @__PURE__ */ React.createElement("mask", { id: "aZ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
198
+ maskType: "luminance"
199
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#aZ)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.346 27.843-.061-.008 2.263-17.149v.472L7.346 27.843Z", fill: "#2110BB" })), /* @__PURE__ */ React.createElement("mask", { id: "ba", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
200
+ maskType: "luminance"
201
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ba)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.285 27.836-.061-.008 2.324-17.611v.471L7.285 27.836Z", fill: "#2210BC" })), /* @__PURE__ */ React.createElement("mask", { id: "bb", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
202
+ maskType: "luminance"
203
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bb)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.224 27.827-.062-.008L9.548 9.744v.472L7.224 27.827Z", fill: "#2310BD" })), /* @__PURE__ */ React.createElement("mask", { id: "bc", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
204
+ maskType: "luminance"
205
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bc)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.162 27.82-.06-.008L9.547 9.273v.472L7.162 27.82Z", fill: "#2410BD" })), /* @__PURE__ */ React.createElement("mask", { id: "bd", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
206
+ maskType: "luminance"
207
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bd)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.101 27.81-.06-.007L9.547 8.8v.471L7.1 27.811Z", fill: "#2611BE" })), /* @__PURE__ */ React.createElement("mask", { id: "be", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
208
+ maskType: "luminance"
209
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#be)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.04 27.803-.061-.008L9.547 8.33v.472L7.04 27.804Z", fill: "#2711BE" })), /* @__PURE__ */ React.createElement("mask", { id: "bf", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
210
+ maskType: "luminance"
211
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bf)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.979 27.793-.062-.008 2.63-19.929v.472L6.98 27.793Z", fill: "#2811BF" })), /* @__PURE__ */ React.createElement("mask", { id: "bg", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
212
+ maskType: "luminance"
213
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bg)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.918 27.789-.062-.008L9.547 7.389v.471l-2.63 19.93Z", fill: "#2911C0" })), /* @__PURE__ */ React.createElement("mask", { id: "bh", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
214
+ maskType: "luminance"
215
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bh)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.857 27.778-.061-.008 2.69-20.393h.062v.009L6.857 27.778Z", fill: "#2A11C0" })), /* @__PURE__ */ React.createElement("mask", { id: "bi", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
216
+ maskType: "luminance"
217
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bi)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.795 27.77-.06-.008 2.69-20.385h.061L6.796 27.77Z", fill: "#2B11C1" })), /* @__PURE__ */ React.createElement("mask", { id: "bj", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
218
+ maskType: "luminance"
219
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bj)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.734 27.762-.061-.008L9.362 7.377h.062l-2.69 20.385Z", fill: "#2C12C1" })), /* @__PURE__ */ React.createElement("mask", { id: "bk", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
220
+ maskType: "luminance"
221
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bk)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.673 27.754-.061-.008L9.3 7.377h.062l-2.69 20.377Z", fill: "#2D12C2" })), /* @__PURE__ */ React.createElement("mask", { id: "bl", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
222
+ maskType: "luminance"
223
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bl)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.612 27.746-.061-.008L9.238 7.377H9.3L6.612 27.746Z", fill: "#2E12C3" })), /* @__PURE__ */ React.createElement("mask", { id: "bm", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
224
+ maskType: "luminance"
225
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bm)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.55 27.738-.06-.008L9.174 7.377h.062L6.55 27.737Z", fill: "#2F12C3" })), /* @__PURE__ */ React.createElement("mask", { id: "bn", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
226
+ maskType: "luminance"
227
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bn)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.49 27.73-.061-.008L9.113 7.377h.063L6.49 27.73Z", fill: "#3012C4" })), /* @__PURE__ */ React.createElement("mask", { id: "bo", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
228
+ maskType: "luminance"
229
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bo)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.428 27.722-.06-.009L9.05 7.378h.062L6.428 27.722Z", fill: "#3113C4" })), /* @__PURE__ */ React.createElement("mask", { id: "bp", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
230
+ maskType: "luminance"
231
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bp)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.367 27.713-.061-.008L8.989 7.377h.062L6.367 27.714Z", fill: "#3213C5" })), /* @__PURE__ */ React.createElement("mask", { id: "bq", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
232
+ maskType: "luminance"
233
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bq)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.306 27.705-.021-.002v-.308L8.927 7.377h.062L6.306 27.705Z", fill: "#3313C5" })), /* @__PURE__ */ React.createElement("mask", { id: "br", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
234
+ maskType: "luminance"
235
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#br)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.285 26.924 2.58-19.547h.062L6.285 27.395v-.471Z", fill: "#3413C6" })), /* @__PURE__ */ React.createElement("mask", { id: "bs", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
236
+ maskType: "luminance"
237
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bs)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 26.452 8.802 7.377h.062l-2.58 19.547v-.472Z", fill: "#3513C7" })), /* @__PURE__ */ React.createElement("mask", { id: "bt", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
238
+ maskType: "luminance"
239
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bt)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 25.98 8.74 7.378h.062L6.285 26.452v-.471Z", fill: "#3613C7" })), /* @__PURE__ */ React.createElement("mask", { id: "bu", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
240
+ maskType: "luminance"
241
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bu)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 25.509 8.678 7.377h.062L6.285 25.98v-.472Z", fill: "#3714C8" })), /* @__PURE__ */ React.createElement("mask", { id: "bv", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
242
+ maskType: "luminance"
243
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bv)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.285 25.038 2.33-17.661h.063L6.285 25.509v-.471Z", fill: "#3814C8" })), /* @__PURE__ */ React.createElement("mask", { id: "bw", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
244
+ maskType: "luminance"
245
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bw)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 24.566 8.553 7.377h.062l-2.33 17.66v-.471Z", fill: "#3914C9" })), /* @__PURE__ */ React.createElement("mask", { id: "bx", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
246
+ maskType: "luminance"
247
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bx)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 24.095 8.49 7.377h.062L6.285 24.566v-.471Z", fill: "#3A14CA" })), /* @__PURE__ */ React.createElement("mask", { id: "by", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
248
+ maskType: "luminance"
249
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#by)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 23.623 8.429 7.377h.062L6.285 24.095v-.472Z", fill: "#3B14CA" })), /* @__PURE__ */ React.createElement("mask", { id: "bz", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
250
+ maskType: "luminance"
251
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bz)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 23.151 8.367 7.377h.062L6.285 23.623v-.472Z", fill: "#3C15CB" })), /* @__PURE__ */ React.createElement("mask", { id: "bA", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
252
+ maskType: "luminance"
253
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bA)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.285 22.68 2.02-15.303h.062L6.285 23.151v-.471Z", fill: "#3D15CB" })), /* @__PURE__ */ React.createElement("mask", { id: "bB", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
254
+ maskType: "luminance"
255
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bB)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 22.208 8.242 7.377h.062L6.284 22.68v-.472Z", fill: "#3E15CC" })), /* @__PURE__ */ React.createElement("mask", { id: "bC", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
256
+ maskType: "luminance"
257
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bC)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 21.737 8.18 7.377h.062L6.285 22.208v-.471Z", fill: "#3F15CD" })), /* @__PURE__ */ React.createElement("mask", { id: "bD", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
258
+ maskType: "luminance"
259
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bD)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 21.265 8.118 7.377h.062l-1.895 14.36v-.472Z", fill: "#4015CD" })), /* @__PURE__ */ React.createElement("mask", { id: "bE", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
260
+ maskType: "luminance"
261
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bE)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.285 20.794 1.77-13.417h.063L6.285 21.265v-.471Z", fill: "#4115CE" })), /* @__PURE__ */ React.createElement("mask", { id: "bF", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
262
+ maskType: "luminance"
263
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bF)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 20.322 7.993 7.377h.062l-1.77 13.417v-.472Z", fill: "#4216CE" })), /* @__PURE__ */ React.createElement("mask", { id: "bG", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
264
+ maskType: "luminance"
265
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bG)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 19.85 7.93 7.378h.062L6.285 20.322v-.471Z", fill: "#4316CF" })), /* @__PURE__ */ React.createElement("mask", { id: "bH", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
266
+ maskType: "luminance"
267
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bH)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 19.38 7.869 7.376h.062L6.285 19.85v-.472Z", fill: "#4416CF" })), /* @__PURE__ */ React.createElement("mask", { id: "bI", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
268
+ maskType: "luminance"
269
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bI)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 18.908 7.807 7.377h.062L6.285 19.379v-.471Z", fill: "#4516D0" })), /* @__PURE__ */ React.createElement("mask", { id: "bJ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
270
+ maskType: "luminance"
271
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bJ)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.285 18.436 1.46-11.059h.062l-1.522 11.53v-.47Z", fill: "#4616D1" })), /* @__PURE__ */ React.createElement("mask", { id: "bK", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
272
+ maskType: "luminance"
273
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bK)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 17.965 7.682 7.377h.062l-1.46 11.06v-.472Z", fill: "#4716D1" })), /* @__PURE__ */ React.createElement("mask", { id: "bL", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
274
+ maskType: "luminance"
275
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bL)" }, /* @__PURE__ */ React.createElement("path", { d: "M6.285 17.493 7.62 7.377h.062L6.285 17.965v-.472Z", fill: "#4817D2" })), /* @__PURE__ */ React.createElement("mask", { id: "bM", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
276
+ maskType: "luminance"
277
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bM)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.285 17.022 1.273-9.645h.062L6.285 17.493v-.471Z", fill: "#4917D2" })), /* @__PURE__ */ React.createElement("mask", { id: "bN", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
278
+ maskType: "luminance"
279
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bN)" }, /* @__PURE__ */ React.createElement("path", { d: "m6.285 16.55 1.21-9.173h.063l-1.273 9.645v-.472Z", fill: "#4A17D3" })), /* @__PURE__ */ React.createElement("mask", { id: "bO", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
280
+ maskType: "luminance"
281
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bO)" }, /* @__PURE__ */ React.createElement("path", { d: "m7.495 7.377-1.21 9.173V7.377h1.21Z", fill: "#4A17D3" })), /* @__PURE__ */ React.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.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.createElement("mask", { id: "bP", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
282
+ maskType: "luminance"
283
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bP)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 21.852 4.776 7.08H8.639v-7.08Z", fill: "#0E0764" })), /* @__PURE__ */ React.createElement("mask", { id: "bQ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
284
+ maskType: "luminance"
285
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bQ)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 21.514 5.004 7.42h-.228l-4.776-7.081v-.34Z", fill: "#0E0764" })), /* @__PURE__ */ React.createElement("mask", { id: "bR", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
286
+ maskType: "luminance"
287
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bR)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 21.173 5.233 7.76h-.229l-5.004-7.42v-.34Z", fill: "#0F0865" })), /* @__PURE__ */ React.createElement("mask", { id: "bS", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
288
+ maskType: "luminance"
289
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bS)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 20.833 5.462 8.099h-.229l-5.233-7.76v-.339Z", fill: "#100866" })), /* @__PURE__ */ React.createElement("mask", { id: "bT", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
290
+ maskType: "luminance"
291
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bT)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 20.494 5.69 8.438h-.228l-5.462-8.099v-.339Z", fill: "#110966" })), /* @__PURE__ */ React.createElement("mask", { id: "bU", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
292
+ maskType: "luminance"
293
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bU)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 20.156 5.92 8.777h-.23l-5.69-8.438v-.339Z", fill: "#120967" })), /* @__PURE__ */ React.createElement("mask", { id: "bV", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
294
+ maskType: "luminance"
295
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bV)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 19.816 6.148 9.117h-.228l-5.92-8.777v-.34Z", fill: "#130A68" })), /* @__PURE__ */ React.createElement("mask", { id: "bW", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
296
+ maskType: "luminance"
297
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bW)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 19.479 6.377 9.455h-.229L8.64 19.818v-.34Z", fill: "#140A69" })), /* @__PURE__ */ React.createElement("mask", { id: "bX", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
298
+ maskType: "luminance"
299
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bX)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 19.139 6.606 9.794h-.229L8.64 19.478v-.34Z", fill: "#150B69" })), /* @__PURE__ */ React.createElement("mask", { id: "bY", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
300
+ maskType: "luminance"
301
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bY)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 18.8 6.835 10.134h-.229l-6.606-9.795v-.34Z", fill: "#160B6A" })), /* @__PURE__ */ React.createElement("mask", { id: "bZ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
302
+ maskType: "luminance"
303
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#bZ)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 18.46 7.064 10.473h-.23L8.64 18.799v-.339Z", fill: "#170C6B" })), /* @__PURE__ */ React.createElement("mask", { id: "ca", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
304
+ maskType: "luminance"
305
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ca)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 18.121 7.292 10.812h-.228L8.639 18.46v-.339Z", fill: "#180C6C" })), /* @__PURE__ */ React.createElement("mask", { id: "cb", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
306
+ maskType: "luminance"
307
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cb)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 17.782 7.521 11.152h-.229L8.64 18.12v-.339Z", fill: "#190D6C" })), /* @__PURE__ */ React.createElement("mask", { id: "cc", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
308
+ maskType: "luminance"
309
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cc)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 17.443 7.75 11.491h-.229L8.64 17.783v-.34Z", fill: "#1A0E6D" })), /* @__PURE__ */ React.createElement("mask", { id: "cd", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
310
+ maskType: "luminance"
311
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cd)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 17.102 7.979 11.83h-.23l-7.75-11.49v-.34Z", fill: "#1B0E6E" })), /* @__PURE__ */ React.createElement("mask", { id: "ce", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
312
+ maskType: "luminance"
313
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ce)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 16.766 8.207 12.169h-.228l-7.98-11.83v-.34Z", fill: "#1C0F6F" })), /* @__PURE__ */ React.createElement("mask", { id: "cf", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
314
+ maskType: "luminance"
315
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cf)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 16.425 8.436 12.508h-.229L8.64 16.764v-.34Z", fill: "#1D0F70" })), /* @__PURE__ */ React.createElement("mask", { id: "cg", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
316
+ maskType: "luminance"
317
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cg)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 16.087 8.665 12.848h-.229L8.64 16.425v-.34Z", fill: "#1E1070" })), /* @__PURE__ */ React.createElement("mask", { id: "ch", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
318
+ maskType: "luminance"
319
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ch)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 15.747 8.894 13.187h-.229L8.64 16.086v-.339Z", fill: "#1F1071" })), /* @__PURE__ */ React.createElement("mask", { id: "ci", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
320
+ maskType: "luminance"
321
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ci)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 15.407 9.123 13.526h-.23L8.64 15.746v-.339Z", fill: "#201172" })), /* @__PURE__ */ React.createElement("mask", { id: "cj", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
322
+ maskType: "luminance"
323
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cj)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 15.066 9.352 13.866h-.23L8.64 15.406v-.34Z", fill: "#211173" })), /* @__PURE__ */ React.createElement("mask", { id: "ck", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
324
+ maskType: "luminance"
325
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ck)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 14.73 9.58 14.204h-.229L8.64 15.069v-.34Z", fill: "#221273" })), /* @__PURE__ */ React.createElement("mask", { id: "cl", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
326
+ maskType: "luminance"
327
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cl)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 14.39 9.81 14.543h-.23L8.64 14.73v-.34Z", fill: "#231274" })), /* @__PURE__ */ React.createElement("mask", { id: "cm", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
328
+ maskType: "luminance"
329
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cm)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 14.05 10.038 14.884h-.229L8.638 14.39v-.34Z", fill: "#241375" })), /* @__PURE__ */ React.createElement("mask", { id: "cn", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
330
+ maskType: "luminance"
331
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cn)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.639 13.929.1-.068 10.167 15.074h-.23L8.64 14.052v-.123Z", fill: "#251476" })), /* @__PURE__ */ React.createElement("mask", { id: "co", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
332
+ maskType: "luminance"
333
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#co)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.739 13.86.157-.106 10.239 15.18h-.23L8.74 13.86Z", fill: "#261476" })), /* @__PURE__ */ React.createElement("mask", { id: "cp", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
334
+ maskType: "luminance"
335
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cp)" }, /* @__PURE__ */ React.createElement("path", { d: "m8.896 13.754.157-.106 10.31 15.285h-.229L8.896 13.753Z", fill: "#271577" })), /* @__PURE__ */ React.createElement("mask", { id: "cq", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
336
+ maskType: "luminance"
337
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cq)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.054 13.649.157-.106 10.381 15.392h-.228L9.054 13.649Z", fill: "#281578" })), /* @__PURE__ */ React.createElement("mask", { id: "cr", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
338
+ maskType: "luminance"
339
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cr)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.21 13.542.158-.107L19.82 28.933h-.229L9.211 13.542Z", fill: "#291679" })), /* @__PURE__ */ React.createElement("mask", { id: "cs", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
340
+ maskType: "luminance"
341
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cs)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.368 13.435.157-.106L20.05 28.933h-.23L9.369 13.435Z", fill: "#2A167A" })), /* @__PURE__ */ React.createElement("mask", { id: "ct", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
342
+ maskType: "luminance"
343
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ct)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.526 13.33.157-.105 10.596 15.71h-.229L9.526 13.33Z", fill: "#2B177A" })), /* @__PURE__ */ React.createElement("mask", { id: "cu", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
344
+ maskType: "luminance"
345
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cu)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.682 13.223.158-.106 10.667 15.816h-.229L9.682 13.223Z", fill: "#2C177B" })), /* @__PURE__ */ React.createElement("mask", { id: "cv", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
346
+ maskType: "luminance"
347
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cv)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.84 13.118.157-.106 10.74 15.922h-.23L9.84 13.118Z", fill: "#2D187C" })), /* @__PURE__ */ React.createElement("mask", { id: "cw", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
348
+ maskType: "luminance"
349
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cw)" }, /* @__PURE__ */ React.createElement("path", { d: "m9.997 13.012.157-.106 10.811 16.028h-.229L9.997 13.012Z", fill: "#2E187D" })), /* @__PURE__ */ React.createElement("mask", { id: "cx", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
350
+ maskType: "luminance"
351
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cx)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.154 12.905.157-.106 10.883 16.134h-.23l-10.81-16.028Z", fill: "#2F197D" })), /* @__PURE__ */ React.createElement("mask", { id: "cy", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
352
+ maskType: "luminance"
353
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cy)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.312 12.799.157-.107 10.954 16.24h-.23L10.312 12.8Z", fill: "#301A7E" })), /* @__PURE__ */ React.createElement("mask", { id: "cz", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
354
+ maskType: "luminance"
355
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cz)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.469 12.694.157-.106 11.025 16.346h-.229L10.47 12.694Z", fill: "#311A7F" })), /* @__PURE__ */ React.createElement("mask", { id: "cA", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
356
+ maskType: "luminance"
357
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cA)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.626 12.588.157-.107L21.88 28.934h-.229L10.626 12.587Z", fill: "#321B80" })), /* @__PURE__ */ React.createElement("mask", { id: "cB", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
358
+ maskType: "luminance"
359
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cB)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.783 12.48.158-.106 11.168 16.558h-.229L10.783 12.48Z", fill: "#331B80" })), /* @__PURE__ */ React.createElement("mask", { id: "cC", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
360
+ maskType: "luminance"
361
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cC)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.94 12.375.158-.106 11.24 16.664h-.229L10.941 12.375Z", fill: "#341C81" })), /* @__PURE__ */ React.createElement("mask", { id: "cD", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
362
+ maskType: "luminance"
363
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cD)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.098 12.268.157-.106 11.312 16.77h-.23l-11.24-16.664Z", fill: "#351C82" })), /* @__PURE__ */ React.createElement("mask", { id: "cE", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
364
+ maskType: "luminance"
365
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cE)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.255 12.162.157-.106 11.383 16.876h-.229l-11.311-16.77Z", fill: "#361D83" })), /* @__PURE__ */ React.createElement("mask", { id: "cF", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
366
+ maskType: "luminance"
367
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cF)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.412 12.057.157-.106 11.455 16.983h-.229L11.412 12.057Z", fill: "#371D84" })), /* @__PURE__ */ React.createElement("mask", { id: "cG", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
368
+ maskType: "luminance"
369
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cG)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.57 11.95.157-.105 11.526 17.088h-.229L11.57 11.951Z", fill: "#381E84" })), /* @__PURE__ */ React.createElement("mask", { id: "cH", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
370
+ maskType: "luminance"
371
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cH)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.727 11.843.157-.106 11.598 17.195h-.23L11.728 11.843Z", fill: "#391E85" })), /* @__PURE__ */ React.createElement("mask", { id: "cI", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
372
+ maskType: "luminance"
373
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cI)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.884 11.739.157-.106 11.67 17.3h-.23L11.885 11.74Z", fill: "#3A1F86" })), /* @__PURE__ */ React.createElement("mask", { id: "cJ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
374
+ maskType: "luminance"
375
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cJ)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.041 11.632.157-.106L23.94 28.933h-.229l-11.669-17.3Z", fill: "#3B2087" })), /* @__PURE__ */ React.createElement("mask", { id: "cK", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
376
+ maskType: "luminance"
377
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cK)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.198 11.527.158-.106 11.812 17.513h-.229L12.2 11.527Z", fill: "#3C2087" })), /* @__PURE__ */ React.createElement("mask", { id: "cL", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
378
+ maskType: "luminance"
379
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cL)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.356 11.42.157-.105 11.884 17.618h-.229L12.356 11.421Z", fill: "#3D2188" })), /* @__PURE__ */ React.createElement("mask", { id: "cM", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
380
+ maskType: "luminance"
381
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cM)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.513 11.315.157-.106 11.956 17.725h-.23L12.514 11.315Z", fill: "#3E2189" })), /* @__PURE__ */ React.createElement("mask", { id: "cN", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
382
+ maskType: "luminance"
383
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cN)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.67 11.207.157-.106 12.027 17.83h-.229L12.67 11.208Z", fill: "#3F228A" })), /* @__PURE__ */ React.createElement("mask", { id: "cO", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
384
+ maskType: "luminance"
385
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cO)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.828 11.102.157-.106 12.098 17.937h-.229l-12.026-17.83Z", fill: "#40228A" })), /* @__PURE__ */ React.createElement("mask", { id: "cP", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
386
+ maskType: "luminance"
387
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cP)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.985 10.996.157-.106 12.17 18.043h-.229L12.985 10.996Z", fill: "#41238B" })), /* @__PURE__ */ React.createElement("mask", { id: "cQ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
388
+ maskType: "luminance"
389
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cQ)" }, /* @__PURE__ */ React.createElement("path", { d: "m13.142 10.89.157-.107 12.242 18.15h-.23l-12.17-18.044Z", fill: "#42238C" })), /* @__PURE__ */ React.createElement("mask", { id: "cR", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
390
+ maskType: "luminance"
391
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cR)" }, /* @__PURE__ */ React.createElement("path", { d: "m13.3 10.784.157-.106L25.77 28.933h-.23L13.3 10.783Z", fill: "#43248D" })), /* @__PURE__ */ React.createElement("mask", { id: "cS", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
392
+ maskType: "luminance"
393
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cS)" }, /* @__PURE__ */ React.createElement("path", { d: "m13.456 10.678.158-.106 12.384 18.362h-.229L13.456 10.678Z", fill: "#44248E" })), /* @__PURE__ */ React.createElement("mask", { id: "cT", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
394
+ maskType: "luminance"
395
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cT)" }, /* @__PURE__ */ React.createElement("path", { d: "m13.614 10.572.06-.04h.141l12.412 18.401H26L13.614 10.572Z", fill: "#45258E" })), /* @__PURE__ */ React.createElement("mask", { id: "cU", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
396
+ maskType: "luminance"
397
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cU)" }, /* @__PURE__ */ React.createElement("path", { d: "m14.044 10.531 12.412 18.402h-.229L13.815 10.531h.229Z", fill: "#46268F" })), /* @__PURE__ */ React.createElement("mask", { id: "cV", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
398
+ maskType: "luminance"
399
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cV)" }, /* @__PURE__ */ React.createElement("path", { d: "m14.273 10.531 12.412 18.402h-.229L14.044 10.531h.229Z", fill: "#472690" })), /* @__PURE__ */ React.createElement("mask", { id: "cW", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
400
+ maskType: "luminance"
401
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cW)" }, /* @__PURE__ */ React.createElement("path", { d: "m14.501 10.531 12.412 18.402h-.228L14.273 10.531h.228Z", fill: "#482791" })), /* @__PURE__ */ React.createElement("mask", { id: "cX", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
402
+ maskType: "luminance"
403
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cX)" }, /* @__PURE__ */ React.createElement("path", { d: "m14.73 10.531 12.412 18.402h-.228L14.502 10.531h.228Z", fill: "#492791" })), /* @__PURE__ */ React.createElement("mask", { id: "cY", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
404
+ maskType: "luminance"
405
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cY)" }, /* @__PURE__ */ React.createElement("path", { d: "m14.96 10.531 12.41 18.402h-.229L14.73 10.531h.23Z", fill: "#4A2892" })), /* @__PURE__ */ React.createElement("mask", { id: "cZ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
406
+ maskType: "luminance"
407
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#cZ)" }, /* @__PURE__ */ React.createElement("path", { d: "M15.188 10.531 27.6 28.933h-.229L14.96 10.531h.229Z", fill: "#4B2893" })), /* @__PURE__ */ React.createElement("mask", { id: "da", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
408
+ maskType: "luminance"
409
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#da)" }, /* @__PURE__ */ React.createElement("path", { d: "m15.417 10.531 12.412 18.402h-.23l-12.41-18.402h.229Z", fill: "#4C2994" })), /* @__PURE__ */ React.createElement("mask", { id: "db", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
410
+ maskType: "luminance"
411
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#db)" }, /* @__PURE__ */ React.createElement("path", { d: "m15.645 10.531 12.413 18.402h-.23l-12.41-18.402h.228Z", fill: "#4D2994" })), /* @__PURE__ */ React.createElement("mask", { id: "dc", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
412
+ maskType: "luminance"
413
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dc)" }, /* @__PURE__ */ React.createElement("path", { d: "m15.874 10.531 12.412 18.402h-.229L15.645 10.531h.23Z", fill: "#4E2A95" })), /* @__PURE__ */ React.createElement("mask", { id: "dd", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
414
+ maskType: "luminance"
415
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dd)" }, /* @__PURE__ */ React.createElement("path", { d: "m16.103 10.531 12.412 18.402h-.229L15.874 10.531h.23Z", fill: "#502B96" })), /* @__PURE__ */ React.createElement("mask", { id: "de", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
416
+ maskType: "luminance"
417
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#de)" }, /* @__PURE__ */ React.createElement("path", { d: "m16.332 10.531 12.412 18.402h-.229L16.103 10.531h.229Z", fill: "#512B97" })), /* @__PURE__ */ React.createElement("mask", { id: "df", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
418
+ maskType: "luminance"
419
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#df)" }, /* @__PURE__ */ React.createElement("path", { d: "m16.56 10.531 12.413 18.402h-.229L16.332 10.531h.229Z", fill: "#522C98" })), /* @__PURE__ */ React.createElement("mask", { id: "dg", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
420
+ maskType: "luminance"
421
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dg)" }, /* @__PURE__ */ React.createElement("path", { d: "M16.79 10.531 29.2 28.933h-.229L16.56 10.531h.23Z", fill: "#532C98" })), /* @__PURE__ */ React.createElement("mask", { id: "dh", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
422
+ maskType: "luminance"
423
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dh)" }, /* @__PURE__ */ React.createElement("path", { d: "M17.018 10.531 29.43 28.933h-.228L16.79 10.531h.228Z", fill: "#542D99" })), /* @__PURE__ */ React.createElement("mask", { id: "di", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
424
+ maskType: "luminance"
425
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#di)" }, /* @__PURE__ */ React.createElement("path", { d: "m17.247 10.531 12.412 18.402h-.229L17.018 10.531h.229Z", fill: "#552D9A" })), /* @__PURE__ */ React.createElement("mask", { id: "dj", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
426
+ maskType: "luminance"
427
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dj)" }, /* @__PURE__ */ React.createElement("path", { d: "m17.476 10.531 12.412 18.402h-.229L17.247 10.531h.229Z", fill: "#562E9B" })), /* @__PURE__ */ React.createElement("mask", { id: "dk", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
428
+ maskType: "luminance"
429
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dk)" }, /* @__PURE__ */ React.createElement("path", { d: "m17.705 10.531 12.412 18.402h-.229L17.476 10.531h.229Z", fill: "#572E9B" })), /* @__PURE__ */ React.createElement("mask", { id: "dl", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
430
+ maskType: "luminance"
431
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dl)" }, /* @__PURE__ */ React.createElement("path", { d: "m17.933 10.531 12.412 18.402h-.228L17.705 10.531h.228Z", fill: "#582F9C" })), /* @__PURE__ */ React.createElement("mask", { id: "dm", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
432
+ maskType: "luminance"
433
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dm)" }, /* @__PURE__ */ React.createElement("path", { d: "m18.162 10.531 12.412 18.402h-.228L17.934 10.531h.228Z", fill: "#592F9D" })), /* @__PURE__ */ React.createElement("mask", { id: "dn", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
434
+ maskType: "luminance"
435
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dn)" }, /* @__PURE__ */ React.createElement("path", { d: "m18.391 10.531 12.412 18.402h-.229L18.162 10.531h.229Z", fill: "#5A309E" })), /* @__PURE__ */ React.createElement("mask", { id: "do", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
436
+ maskType: "luminance"
437
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#do)" }, /* @__PURE__ */ React.createElement("path", { d: "m18.62 10.531 12.412 18.402h-.23l-12.41-18.402h.229Z", fill: "#5B319E" })), /* @__PURE__ */ React.createElement("mask", { id: "dp", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
438
+ maskType: "luminance"
439
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dp)" }, /* @__PURE__ */ React.createElement("path", { d: "m18.849 10.531 12.34 18.296-.157.106L18.62 10.531h.229Z", fill: "#5C319F" })), /* @__PURE__ */ React.createElement("mask", { id: "dq", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
440
+ maskType: "luminance"
441
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dq)" }, /* @__PURE__ */ React.createElement("path", { d: "m19.077 10.531 12.27 18.19-.158.106-12.34-18.296h.228Z", fill: "#5D32A0" })), /* @__PURE__ */ React.createElement("mask", { id: "dr", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
442
+ maskType: "luminance"
443
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dr)" }, /* @__PURE__ */ React.createElement("path", { d: "m19.306 10.531 12.198 18.084-.158.106-12.269-18.19h.23Z", fill: "#5E32A1" })), /* @__PURE__ */ React.createElement("mask", { id: "ds", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
444
+ maskType: "luminance"
445
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ds)" }, /* @__PURE__ */ React.createElement("path", { d: "M19.535 10.531 31.661 28.51l-.157.106-12.198-18.084h.23Z", fill: "#5F33A2" })), /* @__PURE__ */ React.createElement("mask", { id: "dt", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
446
+ maskType: "luminance"
447
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dt)" }, /* @__PURE__ */ React.createElement("path", { d: "m19.764 10.531 12.054 17.872-.157.106-12.126-17.978h.229Z", fill: "#6033A2" })), /* @__PURE__ */ React.createElement("mask", { id: "du", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
448
+ maskType: "luminance"
449
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#du)" }, /* @__PURE__ */ React.createElement("path", { d: "m19.993 10.531 11.982 17.766-.157.106-12.054-17.872h.229Z", fill: "#6134A3" })), /* @__PURE__ */ React.createElement("mask", { id: "dv", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
450
+ maskType: "luminance"
451
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dv)" }, /* @__PURE__ */ React.createElement("path", { d: "m20.222 10.531 11.91 17.66-.156.106L19.993 10.53h.229Z", fill: "#6234A4" })), /* @__PURE__ */ React.createElement("mask", { id: "dw", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
452
+ maskType: "luminance"
453
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dw)" }, /* @__PURE__ */ React.createElement("path", { d: "m20.45 10.531 11.84 17.554-.157.106L20.22 10.53h.229Z", fill: "#6335A5" })), /* @__PURE__ */ React.createElement("mask", { id: "dx", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
454
+ maskType: "luminance"
455
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dx)" }, /* @__PURE__ */ React.createElement("path", { d: "M20.68 10.531 32.446 27.98l-.157.106L20.45 10.53h.23Z", fill: "#6435A5" })), /* @__PURE__ */ React.createElement("mask", { id: "dy", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
456
+ maskType: "luminance"
457
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dy)" }, /* @__PURE__ */ React.createElement("path", { d: "m20.908 10.531 11.696 17.342-.157.106L20.679 10.53h.229Z", fill: "#6536A6" })), /* @__PURE__ */ React.createElement("mask", { id: "dz", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
458
+ maskType: "luminance"
459
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dz)" }, /* @__PURE__ */ React.createElement("path", { d: "m21.137 10.531 11.625 17.236-.157.106L20.908 10.53h.229Z", fill: "#6637A7" })), /* @__PURE__ */ React.createElement("mask", { id: "dA", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
460
+ maskType: "luminance"
461
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dA)" }, /* @__PURE__ */ React.createElement("path", { d: "m21.365 10.531 11.554 17.13-.157.106L21.137 10.53h.228Z", fill: "#6737A8" })), /* @__PURE__ */ React.createElement("mask", { id: "dB", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
462
+ maskType: "luminance"
463
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dB)" }, /* @__PURE__ */ React.createElement("path", { d: "m21.594 10.531 11.482 17.023-.157.107-11.553-17.13h.228Z", fill: "#6838A8" })), /* @__PURE__ */ React.createElement("mask", { id: "dC", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
464
+ maskType: "luminance"
465
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dC)" }, /* @__PURE__ */ React.createElement("path", { d: "m21.823 10.531 11.41 16.917-.157.106-11.482-17.023h.229Z", fill: "#6938A9" })), /* @__PURE__ */ React.createElement("mask", { id: "dD", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
466
+ maskType: "luminance"
467
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dD)" }, /* @__PURE__ */ React.createElement("path", { d: "M22.052 10.531 33.39 27.342l-.157.106-11.411-16.917h.229Z", fill: "#6A39AA" })), /* @__PURE__ */ React.createElement("mask", { id: "dE", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
468
+ maskType: "luminance"
469
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dE)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.28 10.531 11.268 16.705-.157.106-11.34-16.81h.23Z", fill: "#6B39AB" })), /* @__PURE__ */ React.createElement("mask", { id: "dF", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
470
+ maskType: "luminance"
471
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dF)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.51 10.531 11.195 16.6-.157.105L22.28 10.531h.23Z", fill: "#6C3AAC" })), /* @__PURE__ */ React.createElement("mask", { id: "dG", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
472
+ maskType: "luminance"
473
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dG)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.738 10.531 11.125 16.493-.157.106L22.51 10.531h.228Z", fill: "#6D3AAC" })), /* @__PURE__ */ React.createElement("mask", { id: "dH", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
474
+ maskType: "luminance"
475
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dH)" }, /* @__PURE__ */ React.createElement("path", { d: "M22.967 10.531 34.02 26.918l-.157.106-11.125-16.493h.23Z", fill: "#6E3BAD" })), /* @__PURE__ */ React.createElement("mask", { id: "dI", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
476
+ maskType: "luminance"
477
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dI)" }, /* @__PURE__ */ React.createElement("path", { d: "m23.196 10.531 10.981 16.281-.157.106-11.053-16.387h.229Z", fill: "#6F3BAE" })), /* @__PURE__ */ React.createElement("mask", { id: "dJ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
478
+ maskType: "luminance"
479
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dJ)" }, /* @__PURE__ */ React.createElement("path", { d: "m23.424 10.531 10.91 16.175-.157.106-10.981-16.28h.228Z", fill: "#703CAF" })), /* @__PURE__ */ React.createElement("mask", { id: "dK", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
480
+ maskType: "luminance"
481
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dK)" }, /* @__PURE__ */ React.createElement("path", { d: "M23.654 10.531 34.492 26.6l-.158.106-10.91-16.175h.23Z", fill: "#713DAF" })), /* @__PURE__ */ React.createElement("mask", { id: "dL", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
482
+ maskType: "luminance"
483
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dL)" }, /* @__PURE__ */ React.createElement("path", { d: "M23.882 10.531 34.65 26.494l-.157.106-10.84-16.07h.23Z", fill: "#723DB0" })), /* @__PURE__ */ React.createElement("mask", { id: "dM", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
484
+ maskType: "luminance"
485
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dM)" }, /* @__PURE__ */ React.createElement("path", { d: "m24.111 10.531 10.695 15.857-.157.106L23.882 10.53h.229Z", fill: "#733EB1" })), /* @__PURE__ */ React.createElement("mask", { id: "dN", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
486
+ maskType: "luminance"
487
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dN)" }, /* @__PURE__ */ React.createElement("path", { d: "m24.34 10.531 10.623 15.75-.157.107L24.111 10.53h.229Z", fill: "#743EB2" })), /* @__PURE__ */ React.createElement("mask", { id: "dO", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
488
+ maskType: "luminance"
489
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dO)" }, /* @__PURE__ */ React.createElement("path", { d: "M24.568 10.531 35.12 26.176l-.157.106-10.623-15.75h.228Z", fill: "#753FB2" })), /* @__PURE__ */ React.createElement("mask", { id: "dP", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
490
+ maskType: "luminance"
491
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dP)" }, /* @__PURE__ */ React.createElement("path", { d: "m24.797 10.531 10.48 15.539-.157.106L24.568 10.53h.229Z", fill: "#763FB3" })), /* @__PURE__ */ React.createElement("mask", { id: "dQ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
492
+ maskType: "luminance"
493
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dQ)" }, /* @__PURE__ */ React.createElement("path", { d: "m25.026 10.531 10.409 15.432-.157.107-10.48-15.539h.228Z", fill: "#7740B4" })), /* @__PURE__ */ React.createElement("mask", { id: "dR", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
494
+ maskType: "luminance"
495
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dR)" }, /* @__PURE__ */ React.createElement("path", { d: "m25.255 10.531 10.337 15.326-.157.106-10.409-15.432h.229Z", fill: "#7840B5" })), /* @__PURE__ */ React.createElement("mask", { id: "dS", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
496
+ maskType: "luminance"
497
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dS)" }, /* @__PURE__ */ React.createElement("path", { d: "m25.484 10.531 10.265 15.22-.157.106-10.337-15.326h.229Z", fill: "#7941B6" })), /* @__PURE__ */ React.createElement("mask", { id: "dT", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
498
+ maskType: "luminance"
499
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dT)" }, /* @__PURE__ */ React.createElement("path", { d: "m25.713 10.531 10.194 15.114-.157.106-10.266-15.22h.229Z", fill: "#7A41B6" })), /* @__PURE__ */ React.createElement("mask", { id: "dU", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
500
+ maskType: "luminance"
501
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dU)" }, /* @__PURE__ */ React.createElement("path", { d: "M25.941 10.531 36.064 25.54l-.157.106-10.195-15.114h.23Z", fill: "#7B42B7" })), /* @__PURE__ */ React.createElement("mask", { id: "dV", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
502
+ maskType: "luminance"
503
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dV)" }, /* @__PURE__ */ React.createElement("path", { d: "m26.17 10.531 10.051 14.902-.157.106-10.123-15.008h.23Z", fill: "#7C43B8" })), /* @__PURE__ */ React.createElement("mask", { id: "dW", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
504
+ maskType: "luminance"
505
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dW)" }, /* @__PURE__ */ React.createElement("path", { d: "m26.399 10.531 9.98 14.796-.158.106L26.17 10.531h.229Z", fill: "#7D43B9" })), /* @__PURE__ */ React.createElement("mask", { id: "dX", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
506
+ maskType: "luminance"
507
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dX)" }, /* @__PURE__ */ React.createElement("path", { d: "m26.628 10.531 9.908 14.69-.157.106-9.98-14.796h.229Z", fill: "#7E44B9" })), /* @__PURE__ */ React.createElement("mask", { id: "dY", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
508
+ maskType: "luminance"
509
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dY)" }, /* @__PURE__ */ React.createElement("path", { d: "m26.856 10.531 9.837 14.584-.157.106-9.908-14.69h.228Z", fill: "#7F44BA" })), /* @__PURE__ */ React.createElement("mask", { id: "dZ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
510
+ maskType: "luminance"
511
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#dZ)" }, /* @__PURE__ */ React.createElement("path", { d: "M27.085 10.531 36.85 25.01l-.157.106-9.837-14.584h.23Z", fill: "#8045BB" })), /* @__PURE__ */ React.createElement("mask", { id: "ea", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
512
+ maskType: "luminance"
513
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ea)" }, /* @__PURE__ */ React.createElement("path", { d: "m27.314 10.531 9.694 14.372-.158.106-9.765-14.478h.229Z", fill: "#8145BC" })), /* @__PURE__ */ React.createElement("mask", { id: "eb", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
514
+ maskType: "luminance"
515
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eb)" }, /* @__PURE__ */ React.createElement("path", { d: "m27.543 10.531 9.622 14.266-.157.106-9.694-14.372h.229Z", fill: "#8246BC" })), /* @__PURE__ */ React.createElement("mask", { id: "ec", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
516
+ maskType: "luminance"
517
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ec)" }, /* @__PURE__ */ React.createElement("path", { d: "m27.771 10.531 9.55 14.16-.156.106-9.622-14.266h.229Z", fill: "#8346BD" })), /* @__PURE__ */ React.createElement("mask", { id: "ed", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
518
+ maskType: "luminance"
519
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ed)" }, /* @__PURE__ */ React.createElement("path", { d: "m28 10.531 9.48 14.054-.158.106-9.55-14.16H28Z", fill: "#8447BE" })), /* @__PURE__ */ React.createElement("mask", { id: "ee", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
520
+ maskType: "luminance"
521
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ee)" }, /* @__PURE__ */ React.createElement("path", { d: "m28.23 10.531 9.407 13.947-.157.107L28 10.53h.23Z", fill: "#8547BF" })), /* @__PURE__ */ React.createElement("mask", { id: "ef", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
522
+ maskType: "luminance"
523
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ef)" }, /* @__PURE__ */ React.createElement("path", { d: "m28.458 10.531 9.336 13.841-.158.107L28.23 10.53h.229Z", fill: "#8648C0" })), /* @__PURE__ */ React.createElement("mask", { id: "eg", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
524
+ maskType: "luminance"
525
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eg)" }, /* @__PURE__ */ React.createElement("path", { d: "m28.687 10.531 9.264 13.735-.157.106-9.336-13.84h.229Z", fill: "#8749C0" })), /* @__PURE__ */ React.createElement("mask", { id: "eh", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
526
+ maskType: "luminance"
527
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eh)" }, /* @__PURE__ */ React.createElement("path", { d: "m28.915 10.531 9.193 13.63-.157.105-9.265-13.735h.23Z", fill: "#8849C1" })), /* @__PURE__ */ React.createElement("mask", { id: "ei", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
528
+ maskType: "luminance"
529
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ei)" }, /* @__PURE__ */ React.createElement("path", { d: "m29.144 10.531 9.122 13.523-.158.106-9.192-13.629h.228Z", fill: "#894AC2" })), /* @__PURE__ */ React.createElement("mask", { id: "ej", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
530
+ maskType: "luminance"
531
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ej)" }, /* @__PURE__ */ React.createElement("path", { d: "m29.373 10.531 9.05 13.417-.157.106-9.122-13.523h.23Z", fill: "#8A4AC3" })), /* @__PURE__ */ React.createElement("mask", { id: "ek", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
532
+ maskType: "luminance"
533
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ek)" }, /* @__PURE__ */ React.createElement("path", { d: "m29.602 10.531 8.86 13.136v.255l-.04.026-9.049-13.417h.23Z", fill: "#8B4BC3" })), /* @__PURE__ */ React.createElement("mask", { id: "el", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
534
+ maskType: "luminance"
535
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#el)" }, /* @__PURE__ */ React.createElement("path", { d: "m29.83 10.531 8.632 12.796v.34l-8.86-13.136h.229Z", fill: "#8C4BC4" })), /* @__PURE__ */ React.createElement("mask", { id: "em", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
536
+ maskType: "luminance"
537
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#em)" }, /* @__PURE__ */ React.createElement("path", { d: "m30.06 10.531 8.402 12.457v.34L29.83 10.53h.229Z", fill: "#8D4CC5" })), /* @__PURE__ */ React.createElement("mask", { id: "en", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
538
+ maskType: "luminance"
539
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#en)" }, /* @__PURE__ */ React.createElement("path", { d: "m30.288 10.531 8.174 12.118v.34L30.06 10.53h.228Z", fill: "#8E4CC6" })), /* @__PURE__ */ React.createElement("mask", { id: "eo", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
540
+ maskType: "luminance"
541
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eo)" }, /* @__PURE__ */ React.createElement("path", { d: "m30.517 10.531 7.945 11.779v.339l-8.173-12.118h.228Z", fill: "#8F4DC6" })), /* @__PURE__ */ React.createElement("mask", { id: "ep", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
542
+ maskType: "luminance"
543
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ep)" }, /* @__PURE__ */ React.createElement("path", { d: "m30.746 10.531 7.716 11.44v.339l-7.945-11.78h.23Z", fill: "#904DC7" })), /* @__PURE__ */ React.createElement("mask", { id: "eq", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
544
+ maskType: "luminance"
545
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eq)" }, /* @__PURE__ */ React.createElement("path", { d: "m30.975 10.531 7.487 11.1v.34l-7.716-11.44h.229Z", fill: "#914EC8" })), /* @__PURE__ */ React.createElement("mask", { id: "er", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
546
+ maskType: "luminance"
547
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#er)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.462 21.631-7.487-11.1h7.487v11.1Z", fill: "#914EC8" })), /* @__PURE__ */ React.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.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.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.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.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.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.createElement("mask", { id: "es", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
548
+ maskType: "luminance"
549
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#es)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.62 2.213 3.07h-2.213v-3.07Z", fill: "#24438C" })), /* @__PURE__ */ React.createElement("mask", { id: "et", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
550
+ maskType: "luminance"
551
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#et)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.554 2.26 3.135h-.047l-2.213-3.07v-.065Z", fill: "#24438C" })), /* @__PURE__ */ React.createElement("mask", { id: "eu", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
552
+ maskType: "luminance"
553
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eu)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.487 2.307 3.2h-.047l-2.26-3.135v-.065Z", fill: "#24448D" })), /* @__PURE__ */ React.createElement("mask", { id: "ev", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
554
+ maskType: "luminance"
555
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ev)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.423 2.353 3.265h-.046l-2.307-3.2v-.065Z", fill: "#25458E" })), /* @__PURE__ */ React.createElement("mask", { id: "ew", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
556
+ maskType: "luminance"
557
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ew)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.36 2.4 3.33h-.047l-2.353-3.266v-.065Z", fill: "#25468F" })), /* @__PURE__ */ React.createElement("mask", { id: "ex", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
558
+ maskType: "luminance"
559
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ex)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.295 2.447 3.395h-.047l-2.4-3.33v-.065Z", fill: "#264690" })), /* @__PURE__ */ React.createElement("mask", { id: "ey", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
560
+ maskType: "luminance"
561
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ey)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.23 2.494 3.459h-.047l-2.447-3.395v-.064Z", fill: "#264791" })), /* @__PURE__ */ React.createElement("mask", { id: "ez", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
562
+ maskType: "luminance"
563
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ez)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.167 2.54 3.524h-.046l-2.494-3.46v-.064Z", fill: "#274892" })), /* @__PURE__ */ React.createElement("mask", { id: "eA", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
564
+ maskType: "luminance"
565
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eA)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.102 2.587 3.589h-.047l-2.54-3.525v-.064Z", fill: "#274993" })), /* @__PURE__ */ React.createElement("mask", { id: "eB", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
566
+ maskType: "luminance"
567
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eB)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 21.035 2.634 3.654h-.047L10.965 21.1v-.065Z", fill: "#284A94" })), /* @__PURE__ */ React.createElement("mask", { id: "eC", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
568
+ maskType: "luminance"
569
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eC)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.97 2.68 3.719H13.6l-2.634-3.654v-.065Z", fill: "#284B95" })), /* @__PURE__ */ React.createElement("mask", { id: "eD", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
570
+ maskType: "luminance"
571
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eD)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.906 2.727 3.784h-.047l-2.68-3.719v-.065Z", fill: "#294B96" })), /* @__PURE__ */ React.createElement("mask", { id: "eE", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
572
+ maskType: "luminance"
573
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eE)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.84 2.774 3.85h-.047l-2.727-3.784v-.065Z", fill: "#294C97" })), /* @__PURE__ */ React.createElement("mask", { id: "eF", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
574
+ maskType: "luminance"
575
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eF)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.774 2.82 3.914h-.046l-2.774-3.849v-.065Z", fill: "#2A4D98" })), /* @__PURE__ */ React.createElement("mask", { id: "eG", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
576
+ maskType: "luminance"
577
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eG)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.71 2.867 3.978h-.046l-2.821-3.913v-.065Z", fill: "#2A4E99" })), /* @__PURE__ */ React.createElement("mask", { id: "eH", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
578
+ maskType: "luminance"
579
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eH)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.645 2.914 4.044h-.047l-2.867-3.979v-.065Z", fill: "#2B4F9A" })), /* @__PURE__ */ React.createElement("mask", { id: "eI", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
580
+ maskType: "luminance"
581
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eI)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.58 2.96 4.107h-.046l-2.914-4.043v-.065Z", fill: "#2B509B" })), /* @__PURE__ */ React.createElement("mask", { id: "eJ", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
582
+ maskType: "luminance"
583
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eJ)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.517 3.008 4.172h-.047l-2.961-4.108v-.064Z", fill: "#2C509C" })), /* @__PURE__ */ React.createElement("mask", { id: "eK", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
584
+ maskType: "luminance"
585
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eK)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.452 3.054 4.238h-.046l-3.008-4.173v-.065Z", fill: "#2C519D" })), /* @__PURE__ */ React.createElement("mask", { id: "eL", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
586
+ maskType: "luminance"
587
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eL)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.387 3.101 4.302h-.047l-3.054-4.237v-.065Z", fill: "#2D529E" })), /* @__PURE__ */ React.createElement("mask", { id: "eM", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
588
+ maskType: "luminance"
589
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eM)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.323 3.148 4.367h-.047l-3.101-4.302v-.065Z", fill: "#2D539F" })), /* @__PURE__ */ React.createElement("mask", { id: "eN", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
590
+ maskType: "luminance"
591
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eN)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.257 3.194 4.432h-.046l-3.148-4.367v-.065Z", fill: "#2D54A0" })), /* @__PURE__ */ React.createElement("mask", { id: "eO", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
592
+ maskType: "luminance"
593
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eO)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.192 3.241 4.497h-.046l-3.195-4.432v-.065Z", fill: "#2E55A1" })), /* @__PURE__ */ React.createElement("mask", { id: "eP", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
594
+ maskType: "luminance"
595
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eP)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 20.127 3.288 4.562h-.047l-3.241-4.497v-.065Z", fill: "#2E56A2" })), /* @__PURE__ */ React.createElement("mask", { id: "eQ", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
596
+ maskType: "luminance"
597
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eQ)" }, /* @__PURE__ */ React.createElement("path", { d: "M10.965 20.064 14.3 24.69h-.047l-3.288-4.562v-.064Z", fill: "#2F56A3" })), /* @__PURE__ */ React.createElement("mask", { id: "eR", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
598
+ maskType: "luminance"
599
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eR)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 19.998 3.382 4.691H14.3l-3.335-4.626v-.065Z", fill: "#2F57A4" })), /* @__PURE__ */ React.createElement("mask", { id: "eS", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
600
+ maskType: "luminance"
601
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eS)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 19.934 3.428 4.756h-.046l-3.382-4.692v-.064Z", fill: "#3058A5" })), /* @__PURE__ */ React.createElement("mask", { id: "eT", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
602
+ maskType: "luminance"
603
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eT)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 19.866 3.475 4.821h-.047l-3.428-4.756v-.065Z", fill: "#3059A6" })), /* @__PURE__ */ React.createElement("mask", { id: "eU", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
604
+ maskType: "luminance"
605
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eU)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 19.804 3.522 4.886h-.047l-3.475-4.822v-.064Z", fill: "#315AA7" })), /* @__PURE__ */ React.createElement("mask", { id: "eV", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
606
+ maskType: "luminance"
607
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eV)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 19.738 3.568 4.951h-.046l-3.522-4.886v-.065Z", fill: "#315BA8" })), /* @__PURE__ */ React.createElement("mask", { id: "eW", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
608
+ maskType: "luminance"
609
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eW)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.965 19.722.023-.017 3.592 4.983h-.047l-3.568-4.95v-.016Z", fill: "#325BAA" })), /* @__PURE__ */ React.createElement("mask", { id: "eX", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
610
+ maskType: "luminance"
611
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eX)" }, /* @__PURE__ */ React.createElement("path", { d: "m10.989 19.706.03-.022 3.608 5.005h-.046l-3.592-4.983Z", fill: "#325CAB" })), /* @__PURE__ */ React.createElement("mask", { id: "eY", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
612
+ maskType: "luminance"
613
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eY)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.019 19.684.03-.022 3.625 5.027h-.047l-3.608-5.005Z", fill: "#335DAC" })), /* @__PURE__ */ React.createElement("mask", { id: "eZ", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
614
+ maskType: "luminance"
615
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#eZ)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.05 19.662.03-.022 3.64 5.049h-.046l-3.624-5.027Z", fill: "#335EAD" })), /* @__PURE__ */ React.createElement("mask", { id: "fa", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
616
+ maskType: "luminance"
617
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fa)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.08 19.641.031-.022 3.656 5.072h-.046l-3.64-5.05Z", fill: "#345FAE" })), /* @__PURE__ */ React.createElement("mask", { id: "fb", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
618
+ maskType: "luminance"
619
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fb)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.111 19.617.013-.01h.027l3.663 5.081h-.047l-3.655-5.071Z", fill: "#3460AF" })), /* @__PURE__ */ React.createElement("mask", { id: "fc", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
620
+ maskType: "luminance"
621
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fc)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.198 19.607 3.663 5.081h-.047l-3.662-5.08h.046Z", fill: "#3560B0" })), /* @__PURE__ */ React.createElement("mask", { id: "fd", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
622
+ maskType: "luminance"
623
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fd)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.245 19.607 3.663 5.081h-.047l-3.663-5.08h.047Z", fill: "#3561B1" })), /* @__PURE__ */ React.createElement("mask", { id: "fe", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
624
+ maskType: "luminance"
625
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fe)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.291 19.607 3.663 5.081h-.047l-3.662-5.08h.046Z", fill: "#3662B2" })), /* @__PURE__ */ React.createElement("mask", { id: "ff", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
626
+ maskType: "luminance"
627
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ff)" }, /* @__PURE__ */ React.createElement("path", { d: "M11.339 19.607 15 24.688h-.047l-3.662-5.08h.047Z", fill: "#3663B3" })), /* @__PURE__ */ React.createElement("mask", { id: "fg", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
628
+ maskType: "luminance"
629
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fg)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.385 19.607 3.663 5.081H15l-3.663-5.08h.047Z", fill: "#3664B4" })), /* @__PURE__ */ React.createElement("mask", { id: "fh", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
630
+ maskType: "luminance"
631
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fh)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.432 19.607 3.662 5.081h-.046l-3.663-5.08h.047Z", fill: "#3765B5" })), /* @__PURE__ */ React.createElement("mask", { id: "fi", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
632
+ maskType: "luminance"
633
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fi)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.479 19.607 3.662 5.081h-.046l-3.663-5.08h.047Z", fill: "#3766B6" })), /* @__PURE__ */ React.createElement("mask", { id: "fj", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
634
+ maskType: "luminance"
635
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fj)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.526 19.607 3.662 5.081h-.047l-3.662-5.08h.047Z", fill: "#3866B7" })), /* @__PURE__ */ React.createElement("mask", { id: "fk", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
636
+ maskType: "luminance"
637
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fk)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.572 19.607 3.663 5.081h-.047l-3.663-5.08h.047Z", fill: "#3867B8" })), /* @__PURE__ */ React.createElement("mask", { id: "fl", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
638
+ maskType: "luminance"
639
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fl)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.619 19.607 3.662 5.081h-.046l-3.663-5.08h.047Z", fill: "#3968B9" })), /* @__PURE__ */ React.createElement("mask", { id: "fm", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
640
+ maskType: "luminance"
641
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fm)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.666 19.607 3.662 5.081h-.047l-3.662-5.08h.047Z", fill: "#3969BA" })), /* @__PURE__ */ React.createElement("mask", { id: "fn", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
642
+ maskType: "luminance"
643
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fn)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.712 19.607 3.663 5.081h-.047l-3.662-5.08h.046Z", fill: "#3A6ABB" })), /* @__PURE__ */ React.createElement("mask", { id: "fo", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
644
+ maskType: "luminance"
645
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fo)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.759 19.607 3.652 5.066-.021.015h-.015l-3.663-5.08h.047Z", fill: "#3A6BBC" })), /* @__PURE__ */ React.createElement("mask", { id: "fp", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
646
+ maskType: "luminance"
647
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fp)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.806 19.607 3.635 5.044-.03.022-3.652-5.066h.047Z", fill: "#3B6BBD" })), /* @__PURE__ */ React.createElement("mask", { id: "fq", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
648
+ maskType: "luminance"
649
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fq)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.853 19.607 3.62 5.022-.032.022-3.635-5.044h.047Z", fill: "#3B6CBE" })), /* @__PURE__ */ React.createElement("mask", { id: "fr", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
650
+ maskType: "luminance"
651
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fr)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.9 19.607 3.603 5-.03.022-3.62-5.022h.046Z", fill: "#3C6DBF" })), /* @__PURE__ */ React.createElement("mask", { id: "fs", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
652
+ maskType: "luminance"
653
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fs)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.946 19.607 3.588 4.977-.031.023-3.604-5h.047Z", fill: "#3C6EC0" })), /* @__PURE__ */ React.createElement("mask", { id: "ft", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
654
+ maskType: "luminance"
655
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ft)" }, /* @__PURE__ */ React.createElement("path", { d: "m11.993 19.607 3.571 4.955-.03.022-3.588-4.977h.047Z", fill: "#3D6FC1" })), /* @__PURE__ */ React.createElement("mask", { id: "fu", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
656
+ maskType: "luminance"
657
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fu)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.04 19.607 3.555 4.933-.03.022-3.572-4.955h.046Z", fill: "#3D70C2" })), /* @__PURE__ */ React.createElement("mask", { id: "fv", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
658
+ maskType: "luminance"
659
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fv)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.086 19.607 3.54 4.91-.031.023-3.556-4.933h.047Z", fill: "#3E70C3" })), /* @__PURE__ */ React.createElement("mask", { id: "fw", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
660
+ maskType: "luminance"
661
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fw)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.133 19.607 3.524 4.889-.03.022-3.54-4.91h.046Z", fill: "#3E71C4" })), /* @__PURE__ */ React.createElement("mask", { id: "fx", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
662
+ maskType: "luminance"
663
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fx)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.18 19.607 3.507 4.867-.03.022-3.524-4.889h.047Z", fill: "#3F72C5" })), /* @__PURE__ */ React.createElement("mask", { id: "fy", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
664
+ maskType: "luminance"
665
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fy)" }, /* @__PURE__ */ React.createElement("path", { d: "m12.227 19.607 3.491 4.844-.03.023-3.508-4.867h.047Z", fill: "#3F73C6" })), /* @__PURE__ */ React.createElement("mask", { id: "fz", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
666
+ maskType: "luminance"
667
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fz)" }, /* @__PURE__ */ React.createElement("path", { d: "m15.73 24.443-.012.008-3.491-4.844h3.502v4.836Z", fill: "#3F73C6" })), /* @__PURE__ */ React.createElement("mask", { id: "fA", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
668
+ maskType: "luminance"
669
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fA)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 21.749 10.073 5.532H22.92v-5.532Z", fill: "#2B0C82" })), /* @__PURE__ */ React.createElement("mask", { id: "fB", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
670
+ maskType: "luminance"
671
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fB)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 21.557 10.422 5.723h-.349L22.92 21.748v-.191Z", fill: "#2B0C82" })), /* @__PURE__ */ React.createElement("mask", { id: "fC", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
672
+ maskType: "luminance"
673
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fC)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 21.364 10.77 5.915h-.348L22.92 21.556v-.192Z", fill: "#2C0C83" })), /* @__PURE__ */ React.createElement("mask", { id: "fD", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
674
+ maskType: "luminance"
675
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fD)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 21.173 11.12 6.106h-.35l-10.77-5.915v-.191Z", fill: "#2D0D84" })), /* @__PURE__ */ React.createElement("mask", { id: "fE", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
676
+ maskType: "luminance"
677
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fE)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 20.983 11.468 6.298h-.349L22.92 21.175v-.192Z", fill: "#2E0D85" })), /* @__PURE__ */ React.createElement("mask", { id: "fF", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
678
+ maskType: "luminance"
679
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fF)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 20.791 11.816 6.489h-.348L22.92 20.983v-.192Z", fill: "#2F0E86" })), /* @__PURE__ */ React.createElement("mask", { id: "fG", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
680
+ maskType: "luminance"
681
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fG)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 20.599 12.165 6.68h-.349L22.92 20.79v-.19Z", fill: "#300E87" })), /* @__PURE__ */ React.createElement("mask", { id: "fH", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
682
+ maskType: "luminance"
683
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fH)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 20.407 12.514 6.872h-.349l-12.165-6.68v-.192Z", fill: "#310E88" })), /* @__PURE__ */ React.createElement("mask", { id: "fI", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
684
+ maskType: "luminance"
685
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fI)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 20.217 12.697 6.972-.05.091h-.133L22.92 20.408v-.191Z", fill: "#320F89" })), /* @__PURE__ */ React.createElement("mask", { id: "fJ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
686
+ maskType: "luminance"
687
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fJ)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 20.025 12.778 7.017-.08.147-12.698-6.972v-.192Z", fill: "#330F8A" })), /* @__PURE__ */ React.createElement("mask", { id: "fK", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
688
+ maskType: "luminance"
689
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fK)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 19.833 12.859 7.061-.081.147-12.778-7.017v-.191Z", fill: "#34108B" })), /* @__PURE__ */ React.createElement("mask", { id: "fL", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
690
+ maskType: "luminance"
691
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fL)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 19.643 12.94 7.105-.081.147-12.859-7.061v-.191Z", fill: "#35108C" })), /* @__PURE__ */ React.createElement("mask", { id: "fM", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
692
+ maskType: "luminance"
693
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fM)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 19.451 13.02 7.15-.08.147-12.94-7.105v-.192Z", fill: "#36108D" })), /* @__PURE__ */ React.createElement("mask", { id: "fN", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
694
+ maskType: "luminance"
695
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fN)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 19.257 13.101 7.194-.08.147-13.021-7.15v-.191Z", fill: "#37118E" })), /* @__PURE__ */ React.createElement("mask", { id: "fO", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
696
+ maskType: "luminance"
697
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fO)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 19.067 13.182 7.239-.081.147-13.101-7.194v-.192Z", fill: "#38118F" })), /* @__PURE__ */ React.createElement("mask", { id: "fP", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
698
+ maskType: "luminance"
699
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fP)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 18.876 13.263 7.283-.081.147-13.182-7.239v-.191Z", fill: "#391290" })), /* @__PURE__ */ React.createElement("mask", { id: "fQ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
700
+ maskType: "luminance"
701
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fQ)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 18.686 13.343 7.327-.08.147-13.263-7.283v-.191Z", fill: "#3A1291" })), /* @__PURE__ */ React.createElement("mask", { id: "fR", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
702
+ maskType: "luminance"
703
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fR)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 18.492 13.424 7.372-.08.147-13.344-7.327v-.192Z", fill: "#3B1292" })), /* @__PURE__ */ React.createElement("mask", { id: "fS", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
704
+ maskType: "luminance"
705
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fS)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 18.303 13.505 7.416-.08.147-13.425-7.372v-.191Z", fill: "#3C1393" })), /* @__PURE__ */ React.createElement("mask", { id: "fT", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
706
+ maskType: "luminance"
707
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fT)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 18.11 13.586 7.46-.081.148-13.505-7.416v-.192Z", fill: "#3D1394" })), /* @__PURE__ */ React.createElement("mask", { id: "fU", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
708
+ maskType: "luminance"
709
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fU)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 17.92 13.666 7.505-.08.147-13.586-7.46v-.192Z", fill: "#3E1495" })), /* @__PURE__ */ React.createElement("mask", { id: "fV", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
710
+ maskType: "luminance"
711
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fV)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 17.727 13.747 7.549-.08.147-13.667-7.505v-.191Z", fill: "#3F1496" })), /* @__PURE__ */ React.createElement("mask", { id: "fW", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
712
+ maskType: "luminance"
713
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fW)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 17.536 13.828 7.593-.08.148-13.748-7.55v-.19Z", fill: "#401497" })), /* @__PURE__ */ React.createElement("mask", { id: "fX", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
714
+ maskType: "luminance"
715
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fX)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 17.344 13.909 7.637-.081.148-13.828-7.594v-.191Z", fill: "#411598" })), /* @__PURE__ */ React.createElement("mask", { id: "fY", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
716
+ maskType: "luminance"
717
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fY)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 17.152 13.99 7.682-.081.148-13.909-7.638v-.192Z", fill: "#421599" })), /* @__PURE__ */ React.createElement("mask", { id: "fZ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
718
+ maskType: "luminance"
719
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#fZ)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 16.962 14.07 7.726-.08.148-13.99-7.683v-.191Z", fill: "#43169A" })), /* @__PURE__ */ React.createElement("mask", { id: "ga", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
720
+ maskType: "luminance"
721
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ga)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 16.77 14.151 7.771-.08.147-14.071-7.726v-.192Z", fill: "#44169B" })), /* @__PURE__ */ React.createElement("mask", { id: "gb", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
722
+ maskType: "luminance"
723
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gb)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 16.577 14.232 7.815-.08.147-14.152-7.77v-.192Z", fill: "#45169C" })), /* @__PURE__ */ React.createElement("mask", { id: "gc", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
724
+ maskType: "luminance"
725
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gc)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 16.387 14.313 7.86-.081.146-14.232-7.815v-.191Z", fill: "#46179D" })), /* @__PURE__ */ React.createElement("mask", { id: "gd", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
726
+ maskType: "luminance"
727
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gd)" }, /* @__PURE__ */ React.createElement("path", { d: "M22.92 16.196 37.313 24.1l-.08.147-14.313-7.86v-.19Z", fill: "#47179E" })), /* @__PURE__ */ React.createElement("mask", { id: "ge", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
728
+ maskType: "luminance"
729
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ge)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 16.005 14.474 7.948-.08.147-14.394-7.904v-.191Z", fill: "#48189F" })), /* @__PURE__ */ React.createElement("mask", { id: "gf", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
730
+ maskType: "luminance"
731
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gf)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 15.812 14.555 7.992-.08.147-14.475-7.948v-.191Z", fill: "#4918A0" })), /* @__PURE__ */ React.createElement("mask", { id: "gg", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
732
+ maskType: "luminance"
733
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gg)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 15.622 14.636 8.037-.081.147-14.555-7.993v-.19Z", fill: "#4A18A1" })), /* @__PURE__ */ React.createElement("mask", { id: "gh", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
734
+ maskType: "luminance"
735
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gh)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 15.43 14.716 8.081-.08.147-14.636-8.037v-.191Z", fill: "#4B19A2" })), /* @__PURE__ */ React.createElement("mask", { id: "gi", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
736
+ maskType: "luminance"
737
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gi)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 15.238 14.797 8.126-.08.147L22.92 15.43v-.192Z", fill: "#4C19A3" })), /* @__PURE__ */ React.createElement("mask", { id: "gj", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
738
+ maskType: "luminance"
739
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gj)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 15.046 14.878 8.17-.08.147-14.798-8.126v-.191Z", fill: "#4D1AA4" })), /* @__PURE__ */ React.createElement("mask", { id: "gk", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
740
+ maskType: "luminance"
741
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gk)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 14.855 14.959 8.215-.08.147-14.879-8.17v-.192Z", fill: "#4E1AA5" })), /* @__PURE__ */ React.createElement("mask", { id: "gl", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
742
+ maskType: "luminance"
743
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gl)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 14.663 15.04 8.259-.081.147-14.959-8.214v-.192Z", fill: "#4F1AA6" })), /* @__PURE__ */ React.createElement("mask", { id: "gm", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
744
+ maskType: "luminance"
745
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gm)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 14.472 15.12 8.303-.08.147-15.04-8.259v-.191Z", fill: "#501BA7" })), /* @__PURE__ */ React.createElement("mask", { id: "gn", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
746
+ maskType: "luminance"
747
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gn)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 14.28 15.201 8.348-.08.147-15.121-8.303v-.192Z", fill: "#511BA8" })), /* @__PURE__ */ React.createElement("mask", { id: "go", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
748
+ maskType: "luminance"
749
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#go)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 14.089 15.282 8.392-.08.147L22.92 14.28v-.191Z", fill: "#521CA9" })), /* @__PURE__ */ React.createElement("mask", { id: "gp", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
750
+ maskType: "luminance"
751
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gp)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 13.898 15.363 8.437-.081.147L22.92 14.09v-.192Z", fill: "#531CAA" })), /* @__PURE__ */ React.createElement("mask", { id: "gq", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
752
+ maskType: "luminance"
753
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gq)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 13.706 15.444 8.48-.081.148-15.363-8.436v-.192Z", fill: "#541CAB" })), /* @__PURE__ */ React.createElement("mask", { id: "gr", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
754
+ maskType: "luminance"
755
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gr)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 13.515 15.524 8.524-.08.148-15.444-8.48v-.192Z", fill: "#551DAC" })), /* @__PURE__ */ React.createElement("mask", { id: "gs", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
756
+ maskType: "luminance"
757
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gs)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 13.323 15.542 8.535v.15l-.018.032-15.524-8.525v-.192Z", fill: "#561DAE" })), /* @__PURE__ */ React.createElement("mask", { id: "gt", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
758
+ maskType: "luminance"
759
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gt)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 13.133 15.542 8.534v.192L22.92 13.324v-.191Z", fill: "#571EAF" })), /* @__PURE__ */ React.createElement("mask", { id: "gu", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
760
+ maskType: "luminance"
761
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gu)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 12.94 15.542 8.535v.191L22.92 13.132v-.192Z", fill: "#581EB0" })), /* @__PURE__ */ React.createElement("mask", { id: "gv", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
762
+ maskType: "luminance"
763
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gv)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 12.749 15.542 8.534v.192L22.92 12.94v-.191Z", fill: "#591EB1" })), /* @__PURE__ */ React.createElement("mask", { id: "gw", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
764
+ maskType: "luminance"
765
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gw)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 12.558 15.542 8.534v.192L22.92 12.748v-.191Z", fill: "#5A1FB2" })), /* @__PURE__ */ React.createElement("mask", { id: "gx", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
766
+ maskType: "luminance"
767
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gx)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 12.368 15.542 8.535v.191L22.92 12.56v-.192Z", fill: "#5B1FB3" })), /* @__PURE__ */ React.createElement("mask", { id: "gy", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
768
+ maskType: "luminance"
769
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gy)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 12.174 15.542 8.534v.192L22.92 12.365v-.191Z", fill: "#5C20B4" })), /* @__PURE__ */ React.createElement("mask", { id: "gz", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
770
+ maskType: "luminance"
771
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gz)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 11.983 15.542 8.535v.191L22.92 12.175v-.192Z", fill: "#5D20B5" })), /* @__PURE__ */ React.createElement("mask", { id: "gA", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
772
+ maskType: "luminance"
773
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gA)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 11.791 15.542 8.534v.192L22.92 11.983v-.192Z", fill: "#5E20B6" })), /* @__PURE__ */ React.createElement("mask", { id: "gB", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
774
+ maskType: "luminance"
775
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gB)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 11.6 15.542 8.534v.192L22.92 11.79v-.19Z", fill: "#5F21B7" })), /* @__PURE__ */ React.createElement("mask", { id: "gC", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
776
+ maskType: "luminance"
777
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gC)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 11.41 15.542 8.534v.191L22.92 11.601v-.192Z", fill: "#6021B8" })), /* @__PURE__ */ React.createElement("mask", { id: "gD", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
778
+ maskType: "luminance"
779
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gD)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 11.218 15.542 8.534v.192L22.92 11.409v-.191Z", fill: "#6122B9" })), /* @__PURE__ */ React.createElement("mask", { id: "gE", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
780
+ maskType: "luminance"
781
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gE)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 11.026 15.542 8.535v.191L22.92 11.218v-.192Z", fill: "#6222BA" })), /* @__PURE__ */ React.createElement("mask", { id: "gF", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
782
+ maskType: "luminance"
783
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gF)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 10.835 15.542 8.534v.192L22.92 11.026v-.191Z", fill: "#6322BB" })), /* @__PURE__ */ React.createElement("mask", { id: "gG", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
784
+ maskType: "luminance"
785
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gG)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.92 10.657.006-.01 15.536 8.53v.192L22.92 10.835v-.178Z", fill: "#6423BC" })), /* @__PURE__ */ React.createElement("mask", { id: "gH", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
786
+ maskType: "luminance"
787
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gH)" }, /* @__PURE__ */ React.createElement("path", { d: "m22.926 10.647.064-.116h.074l15.398 8.456v.191l-15.536-8.531Z", fill: "#6523BD" })), /* @__PURE__ */ React.createElement("mask", { id: "gI", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
788
+ maskType: "luminance"
789
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gI)" }, /* @__PURE__ */ React.createElement("path", { d: "m23.413 10.531 15.049 8.264v.192L23.064 10.53h.349Z", fill: "#6624BE" })), /* @__PURE__ */ React.createElement("mask", { id: "gJ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
790
+ maskType: "luminance"
791
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gJ)" }, /* @__PURE__ */ React.createElement("path", { d: "m23.762 10.531 14.7 8.073v.191l-15.05-8.264h.35Z", fill: "#6724BF" })), /* @__PURE__ */ React.createElement("mask", { id: "gK", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
792
+ maskType: "luminance"
793
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gK)" }, /* @__PURE__ */ React.createElement("path", { d: "m24.11 10.531 14.352 7.881v.192l-14.7-8.073h.348Z", fill: "#6824C0" })), /* @__PURE__ */ React.createElement("mask", { id: "gL", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
794
+ maskType: "luminance"
795
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gL)" }, /* @__PURE__ */ React.createElement("path", { d: "m24.459 10.531 14.003 7.69v.191l-14.352-7.88h.349Z", fill: "#6925C1" })), /* @__PURE__ */ React.createElement("mask", { id: "gM", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
796
+ maskType: "luminance"
797
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gM)" }, /* @__PURE__ */ React.createElement("path", { d: "m24.807 10.531 13.655 7.498v.192l-14.004-7.69h.35Z", fill: "#6A25C2" })), /* @__PURE__ */ React.createElement("mask", { id: "gN", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
798
+ maskType: "luminance"
799
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gN)" }, /* @__PURE__ */ React.createElement("path", { d: "m25.156 10.531 13.306 7.307v.191l-13.655-7.498h.349Z", fill: "#6B26C3" })), /* @__PURE__ */ React.createElement("mask", { id: "gO", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
800
+ maskType: "luminance"
801
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gO)" }, /* @__PURE__ */ React.createElement("path", { d: "m25.504 10.531 12.958 7.115v.192l-13.306-7.307h.348Z", fill: "#6C26C4" })), /* @__PURE__ */ React.createElement("mask", { id: "gP", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
802
+ maskType: "luminance"
803
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gP)" }, /* @__PURE__ */ React.createElement("path", { d: "m25.853 10.531 12.609 6.924v.192L25.504 10.53h.349Z", fill: "#6D26C5" })), /* @__PURE__ */ React.createElement("mask", { id: "gQ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
804
+ maskType: "luminance"
805
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gQ)" }, /* @__PURE__ */ React.createElement("path", { d: "m26.202 10.531 12.26 6.733v.191l-12.609-6.924h.349Z", fill: "#6E27C6" })), /* @__PURE__ */ React.createElement("mask", { id: "gR", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
806
+ maskType: "luminance"
807
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gR)" }, /* @__PURE__ */ React.createElement("path", { d: "m26.55 10.531 11.912 6.541v.192l-12.26-6.733h.348Z", fill: "#6F27C7" })), /* @__PURE__ */ React.createElement("mask", { id: "gS", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
808
+ maskType: "luminance"
809
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gS)" }, /* @__PURE__ */ React.createElement("path", { d: "m26.9 10.531 11.562 6.35v.191l-11.912-6.54h.35Z", fill: "#7028C8" })), /* @__PURE__ */ React.createElement("mask", { id: "gT", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
810
+ maskType: "luminance"
811
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gT)" }, /* @__PURE__ */ React.createElement("path", { d: "m27.248 10.531 11.214 6.158v.192l-11.563-6.35h.349Z", fill: "#7128C9" })), /* @__PURE__ */ React.createElement("mask", { id: "gU", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
812
+ maskType: "luminance"
813
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gU)" }, /* @__PURE__ */ React.createElement("path", { d: "m27.596 10.531 10.866 5.967v.191l-11.214-6.158h.348Z", fill: "#7228CA" })), /* @__PURE__ */ React.createElement("mask", { id: "gV", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
814
+ maskType: "luminance"
815
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gV)" }, /* @__PURE__ */ React.createElement("path", { d: "m27.945 10.531 10.517 5.775v.192L27.596 10.53h.349Z", fill: "#7329CB" })), /* @__PURE__ */ React.createElement("mask", { id: "gW", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
816
+ maskType: "luminance"
817
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gW)" }, /* @__PURE__ */ React.createElement("path", { d: "m28.294 10.531 10.168 5.584v.191l-10.517-5.775h.349Z", fill: "#7429CC" })), /* @__PURE__ */ React.createElement("mask", { id: "gX", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
818
+ maskType: "luminance"
819
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gX)" }, /* @__PURE__ */ React.createElement("path", { d: "m28.642 10.531 9.82 5.392v.192L28.294 10.53h.348Z", fill: "#752ACD" })), /* @__PURE__ */ React.createElement("mask", { id: "gY", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
820
+ maskType: "luminance"
821
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gY)" }, /* @__PURE__ */ React.createElement("path", { d: "m28.99 10.531 9.472 5.201v.191l-9.82-5.392h.349Z", fill: "#762ACE" })), /* @__PURE__ */ React.createElement("mask", { id: "gZ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
822
+ maskType: "luminance"
823
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#gZ)" }, /* @__PURE__ */ React.createElement("path", { d: "m29.34 10.531 9.122 5.01v.191l-9.471-5.2h.349Z", fill: "#772ACF" })), /* @__PURE__ */ React.createElement("mask", { id: "ha", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
824
+ maskType: "luminance"
825
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#ha)" }, /* @__PURE__ */ React.createElement("path", { d: "m29.688 10.531 8.774 4.818v.191l-9.122-5.009h.348Z", fill: "#782BD0" })), /* @__PURE__ */ React.createElement("mask", { id: "hb", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
826
+ maskType: "luminance"
827
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#hb)" }, /* @__PURE__ */ React.createElement("path", { d: "m30.037 10.531 8.425 4.627v.191l-8.774-4.818h.349Z", fill: "#792BD1" })), /* @__PURE__ */ React.createElement("mask", { id: "hc", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
828
+ maskType: "luminance"
829
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#hc)" }, /* @__PURE__ */ React.createElement("path", { d: "m30.386 10.531 8.076 4.435v.192l-8.425-4.627h.349Z", fill: "#7A2CD2" })), /* @__PURE__ */ React.createElement("mask", { id: "hd", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
830
+ maskType: "luminance"
831
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#hd)" }, /* @__PURE__ */ React.createElement("path", { d: "m30.734 10.531 7.728 4.244v.191l-8.077-4.435h.349Z", fill: "#7B2CD3" })), /* @__PURE__ */ React.createElement("mask", { id: "he", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
832
+ maskType: "luminance"
833
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#he)" }, /* @__PURE__ */ React.createElement("path", { d: "m31.083 10.531 7.379 4.052v.192l-7.728-4.244h.349Z", fill: "#7C2CD4" })), /* @__PURE__ */ React.createElement("mask", { id: "hf", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
834
+ maskType: "luminance"
835
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#hf)" }, /* @__PURE__ */ React.createElement("path", { d: "m31.431 10.531 7.03 3.86v.192l-7.378-4.052h.348Z", fill: "#7D2DD5" })), /* @__PURE__ */ React.createElement("mask", { id: "hg", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
836
+ maskType: "luminance"
837
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#hg)" }, /* @__PURE__ */ React.createElement("path", { d: "m31.78 10.531 6.682 3.67v.19l-7.03-3.86h.348Z", fill: "#7E2DD6" })), /* @__PURE__ */ React.createElement("mask", { id: "hh", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
838
+ maskType: "luminance"
839
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#hh)" }, /* @__PURE__ */ React.createElement("path", { d: "m32.129 10.531 6.333 3.478v.191l-6.682-3.669h.349Z", fill: "#7F2ED7" })), /* @__PURE__ */ React.createElement("mask", { id: "hi", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
840
+ maskType: "luminance"
841
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#hi)" }, /* @__PURE__ */ React.createElement("path", { d: "m32.477 10.531 5.985 3.287v.19l-6.333-3.477h.348Z", fill: "#802ED8" })), /* @__PURE__ */ React.createElement("mask", { id: "hj", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
842
+ maskType: "luminance"
843
+ } }, /* @__PURE__ */ React.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.createElement("g", { mask: "url(#hj)" }, /* @__PURE__ */ React.createElement("path", { d: "m38.462 13.818-5.985-3.287h5.985v3.287Z", fill: "#802ED8" })), /* @__PURE__ */ React.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.createElement("defs", null, /* @__PURE__ */ React.createElement("filter", { id: "a", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.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.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.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.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React.createElement("filter", { id: "b", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.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.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.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.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React.createElement("filter", { id: "c", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.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.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.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.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React.createElement("filter", { id: "d", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.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.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.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.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" }), /* @__PURE__ */ React.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.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", k2: -1, k3: 1, operator: "arithmetic" }), /* @__PURE__ */ React.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.createElement("feBlend", { in2: "shape", mode: "normal", result: "effect2_innerShadow_883_15119" })), /* @__PURE__ */ React.createElement("filter", { id: "e", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.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.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.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.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React.createElement("filter", { id: "f", width: 45.228, height: 39.533, x: 0.94, y: 0, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React.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.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React.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.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" }))));
844
+
845
+ export { SvgFiaAiIcon as default };
846
+ //# sourceMappingURL=fia_ai_icon.svg.js.map