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.
- package/lib/assets/icons/fia_ai_icon.svg.js +846 -0
- package/lib/assets/icons/fia_ai_icon.svg.js.map +1 -0
- package/lib/components/DragAndDrop/DragAndDrop.d.ts +2 -0
- package/lib/components/DragAndDrop/DragAndDrop.js +3 -1
- package/lib/components/DragAndDrop/DragAndDrop.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFile.js +6 -1
- package/lib/components/Excel/ExcelFile/ExcelFile.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +23 -5
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js +6 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Cell.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js +10 -2
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ColumnIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.d.ts +9 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js +26 -7
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Copied.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js +14 -6
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/RowIndicator.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.d.ts +4 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js +13 -18
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Selected.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.d.ts +3 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js +67 -31
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/Spreadsheet.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +14 -10
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/types.d.ts +12 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.d.ts +1 -0
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js +33 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/util.js.map +1 -1
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js +26 -25
- package/lib/components/Excel/ExcelToolBar/ExcelToolBar.js.map +1 -1
- package/lib/components/Icon/iconList.js +2 -0
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/Prompt/Prompt.js +15 -1
- package/lib/components/Prompt/Prompt.js.map +1 -1
- package/lib/components/Prompt/types.d.ts +4 -0
- package/lib/components/Select/components/Dropdown.js +2 -1
- package/lib/components/Select/components/Dropdown.js.map +1 -1
- package/lib/components/TableTreeFn/TableTreeFn.js +30 -0
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
- package/lib/hooks/useFileDropzone.js +45 -17
- package/lib/hooks/useFileDropzone.js.map +1 -1
- package/lib/index.cjs +1281 -121
- package/lib/index.cjs.map +1 -1
- package/lib/index.d.ts +6 -0
- package/lib/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js +106 -0
- package/lib/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.js.map +1 -0
- package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/package.json +2 -1
package/lib/index.cjs
CHANGED
@@ -860,6 +860,848 @@ const SvgHideScripts = (props) => /* @__PURE__ */ React__namespace.createElement
|
|
860
860
|
|
861
861
|
const SvgFiaIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("circle", { cx: 16, cy: 17, r: 8, fill: "#F2D7FE" }), /* @__PURE__ */ React__namespace.createElement("rect", { x: 0.5, y: 0.5, width: 31, height: 31, rx: 15.5, fill: "url(#paint0_linear_175_15917)", stroke: "url(#paint1_linear_175_15917)" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M25.0585 16.7819C25.0585 19.7902 23.9858 21.7593 22.2647 22.9703C20.3982 24.2141 18.2799 24.5817 16 24.5817C10.9988 24.5817 6.9415 22.6318 6.9415 16.7819C6.9415 11.3181 10.9988 7.41821 16 7.41821C21.0013 7.41821 25.0585 11.3181 25.0585 16.7819Z", fill: "#F5F5F5" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M22.7067 23.6157L22.6985 23.6212C20.653 24.9843 18.3597 25.3639 16 25.3639C13.4186 25.3639 10.9594 24.8642 9.12864 23.5033C7.25646 22.1116 6.1593 19.9083 6.1593 16.7819C6.1593 10.8945 10.5585 6.63605 16 6.63605C21.4415 6.63605 25.8407 10.8945 25.8407 16.7819C25.8407 20.0008 24.6777 22.2289 22.7148 23.61L22.7067 23.6157ZM22.2647 22.9703C23.9858 21.7593 25.0585 19.7903 25.0585 16.7819C25.0585 11.3182 21.0013 7.41824 16 7.41824C10.9988 7.41824 6.94149 11.3182 6.94149 16.7819C6.94149 22.6318 10.9988 24.5817 16 24.5817C18.2799 24.5817 20.3982 24.2142 22.2647 22.9703Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M16 7.41821C15.7588 7.41821 15.5233 7.43538 15.2849 7.45302C19.951 7.8063 23.6283 11.5818 23.6283 16.7819C23.6283 19.7902 22.5555 21.7593 20.8344 22.9703C19.5495 23.8284 17.9428 24.4573 15.304 24.5641C15.5342 24.5731 15.765 24.5817 16 24.5817C18.2823 24.5817 20.3991 24.2137 22.2647 22.9703C23.9858 21.7593 25.0585 19.7902 25.0585 16.7819C25.0585 11.3181 21.0013 7.41821 16 7.41821Z", fill: "#CFD8DC" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M18.8606 13.1394H13.1394C10.7696 13.1394 8.84856 15.0605 8.84856 17.4303C8.84856 19.8001 10.7696 21.7212 13.1394 21.7212H18.8606C21.2304 21.7212 23.1515 19.8001 23.1515 17.4303C23.1515 15.0605 21.2304 13.1394 18.8606 13.1394Z", fill: "#607D8B" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M18.8606 13.1394H17.4303C19.8001 13.1394 21.7212 15.0605 21.7212 17.4303C21.7212 19.8001 19.8001 21.7212 17.4303 21.7212H18.8606C21.2304 21.7212 23.1515 19.8001 23.1515 17.4303C23.1515 15.0605 21.2304 13.1394 18.8606 13.1394Z", fill: "#37474F" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.89503 9.32527C8.42165 9.32527 8.84855 8.89836 8.84855 8.37174C8.84855 7.84512 8.42165 7.41821 7.89503 7.41821C7.36841 7.41821 6.9415 7.84512 6.9415 8.37174C6.9415 8.89836 7.36841 9.32527 7.89503 9.32527Z", fill: "#D156E5" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.40727 8.37179C9.40727 9.20698 8.73022 9.88403 7.89503 9.88403C7.05985 9.88403 6.3828 9.20698 6.3828 8.37179C6.3828 7.53661 7.05985 6.85956 7.89503 6.85956C8.73022 6.85956 9.40727 7.53661 9.40727 8.37179ZM8.84856 8.37179C8.84856 8.89841 8.42165 9.32532 7.89503 9.32532C7.36841 9.32532 6.94151 8.89841 6.94151 8.37179C6.94151 7.84518 7.36841 7.41827 7.89503 7.41827C8.42165 7.41827 8.84856 7.84518 8.84856 8.37179Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.1859 17.9071C12.7125 17.9071 13.1394 17.4801 13.1394 16.9535C13.1394 16.4269 12.7125 16 12.1859 16C11.6593 16 11.2324 16.4269 11.2324 16.9535C11.2324 17.4801 11.6593 17.9071 12.1859 17.9071Z", fill: "#00BCD4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.8141 17.9071C20.3407 17.9071 20.7677 17.4801 20.7677 16.9535C20.7677 16.4269 20.3407 16 19.8141 16C19.2875 16 18.8606 16.4269 18.8606 16.9535C18.8606 17.4801 19.2875 17.9071 19.8141 17.9071Z", fill: "#00BCD4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.105 9.32527C24.6317 9.32527 25.0586 8.89836 25.0586 8.37174C25.0586 7.84512 24.6317 7.41821 24.105 7.41821C23.5784 7.41821 23.1515 7.84512 23.1515 8.37174C23.1515 8.89836 23.5784 9.32527 24.105 9.32527Z", fill: "#D156E5" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M25.6172 8.37179C25.6172 9.20698 24.9402 9.88403 24.105 9.88403C23.2698 9.88403 22.5927 9.20698 22.5927 8.37179C22.5927 7.53661 23.2698 6.85956 24.105 6.85956C24.9402 6.85956 25.6172 7.53661 25.6172 8.37179ZM25.0585 8.37179C25.0585 8.89841 24.6316 9.32532 24.105 9.32532C23.5784 9.32532 23.1515 8.89841 23.1515 8.37179C23.1515 7.84518 23.5784 7.41827 24.105 7.41827C24.6316 7.41827 25.0585 7.84518 25.0585 8.37179Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.4768 10.7556H15.5233C15.2599 10.7556 15.0465 10.5421 15.0465 10.2788C15.0465 10.0155 15.2599 9.80206 15.5233 9.80206H16.4768C16.7401 9.80206 16.9535 10.0155 16.9535 10.2788C16.9535 10.5421 16.7401 10.7556 16.4768 10.7556ZM15.0465 12.1859H16.9536C17.2169 12.1859 17.4303 11.9724 17.4303 11.7091C17.4303 11.4458 17.2169 11.2324 16.9536 11.2324H15.0465C14.7832 11.2324 14.5697 11.4458 14.5697 11.7091C14.5697 11.9724 14.7832 12.1859 15.0465 12.1859ZM23.6282 17.4303C23.6254 14.7984 21.4925 12.6655 18.8606 12.6626H13.1394C10.5063 12.6626 8.3718 14.7972 8.3718 17.4303C8.3718 20.0634 10.5063 22.1979 13.1394 22.1979H18.8606C21.4925 22.195 23.6254 20.0622 23.6282 17.4303ZM9.32532 17.4303C9.32769 15.3248 11.0339 13.6185 13.1394 13.6162H18.8606C20.9671 13.6162 22.6747 15.3238 22.6747 17.4303C22.6747 19.5368 20.9671 21.2444 18.8606 21.2444H13.1394C11.0339 21.242 9.32769 19.5358 9.32532 17.4303ZM10.7556 16.9535C10.7556 16.1636 11.396 15.5232 12.1859 15.5232C12.9758 15.5232 13.6162 16.1636 13.6162 16.9535C13.6162 17.7435 12.9758 18.3838 12.1859 18.3838C11.396 18.3838 10.7556 17.7435 10.7556 16.9535ZM11.7091 16.9535C11.7091 17.2168 11.9226 17.4303 12.1859 17.4303C12.4492 17.4303 12.6627 17.2168 12.6627 16.9535C12.6627 16.6902 12.4492 16.4768 12.1859 16.4768C11.9226 16.4768 11.7091 16.6902 11.7091 16.9535ZM19.8141 15.5232C20.6041 15.5232 21.2444 16.1636 21.2444 16.9535C21.2444 17.7435 20.6041 18.3838 19.8141 18.3838C19.0242 18.3838 18.3838 17.7435 18.3838 16.9535C18.3838 16.1636 19.0242 15.5232 19.8141 15.5232ZM19.8141 16.4768C19.5508 16.4768 19.3374 16.6902 19.3374 16.9535C19.3374 17.2168 19.5508 17.4303 19.8141 17.4303C20.0774 17.4303 20.2909 17.2168 20.2909 16.9535C20.2909 16.6902 20.0774 16.4768 19.8141 16.4768ZM16 18.8606C16.3955 18.8817 16.7855 18.7603 17.099 18.5183C17.2887 18.3389 17.587 18.3442 17.7702 18.5302C17.953 18.7156 17.9517 19.0138 17.7674 19.1977C17.2786 19.6213 16.6463 19.8419 16 19.8141C15.3549 19.841 14.7239 19.6205 14.236 19.1977C14.0656 19.0105 14.0711 18.7229 14.2485 18.5424C14.426 18.362 14.7135 18.3516 14.9035 18.5187C15.2164 18.76 15.6054 18.8812 16 18.8606Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1394 13.5603H18.8606C20.9979 13.5603 22.7306 15.293 22.7306 17.4303C22.7306 19.5676 20.9979 21.3003 18.8606 21.3003H13.1394C11.0031 21.2979 9.27185 19.5667 9.26945 17.4304L9.26945 17.4302C9.27185 15.2939 11.0031 13.5627 13.1394 13.5603ZM17.1353 18.5608L17.1331 18.5625C16.8098 18.8121 16.4078 18.9376 16 18.9165C15.5931 18.9371 15.1921 18.8118 14.8694 18.563L14.8679 18.5619L14.8666 18.5607C14.6988 18.4131 14.445 18.4223 14.2884 18.5816C14.1325 18.7401 14.1269 18.9924 14.2751 19.1576C14.7519 19.5697 15.368 19.7846 15.9977 19.7583L16.0001 19.7582L16.0024 19.7583C16.6337 19.7854 17.2515 19.5702 17.7293 19.1568C17.8905 18.9945 17.8912 18.7325 17.7305 18.5694C17.5686 18.405 17.305 18.4003 17.1374 18.5589L17.1353 18.5608ZM17.7674 19.1977C17.2786 19.6213 16.6463 19.8419 16 19.8141C15.3549 19.841 14.7239 19.6205 14.236 19.1977C14.0656 19.0105 14.0711 18.7229 14.2485 18.5424C14.426 18.362 14.7135 18.3516 14.9035 18.5187C15.2164 18.76 15.6054 18.8812 16 18.8606C16.3955 18.8817 16.7855 18.7603 17.099 18.5183C17.2887 18.3389 17.587 18.3442 17.7702 18.5302C17.953 18.7156 17.9517 19.0138 17.7674 19.1977ZM15.5233 10.6997H16.4768C16.7092 10.6997 16.8977 10.5113 16.8977 10.2788C16.8977 10.0464 16.7092 9.85793 16.4768 9.85793H15.5233C15.2908 9.85793 15.1024 10.0464 15.1024 10.2788C15.1024 10.5113 15.2908 10.6997 15.5233 10.6997ZM15.0465 12.13H16.9536C17.186 12.13 17.3744 11.9416 17.3744 11.7091C17.3744 11.4767 17.186 11.2882 16.9536 11.2882H15.0465C14.814 11.2882 14.6256 11.4767 14.6256 11.7091C14.6256 11.9416 14.814 12.13 15.0465 12.13ZM23.5724 17.4303C23.5695 14.8292 21.4616 12.7214 18.8605 12.7185H13.1394C10.5372 12.7185 8.42767 14.8281 8.42767 17.4303C8.42767 20.0325 10.5372 22.1421 13.1394 22.1421H18.8605C21.4616 22.1392 23.5695 20.0314 23.5724 17.4303ZM23.6282 17.4303C23.6254 14.7984 21.4925 12.6655 18.8606 12.6626H13.1394C10.5063 12.6626 8.3718 14.7972 8.3718 17.4303C8.3718 20.0634 10.5063 22.1979 13.1394 22.1979H18.8606C21.4925 22.195 23.6254 20.0622 23.6282 17.4303ZM12.1859 15.5791C11.4268 15.5791 10.8115 16.1945 10.8115 16.9535C10.8115 17.7126 11.4268 18.3279 12.1859 18.3279C12.945 18.3279 13.5603 17.7126 13.5603 16.9535C13.5603 16.1945 12.945 15.5791 12.1859 15.5791ZM12.1859 17.4862C11.8917 17.4862 11.6533 17.2477 11.6533 16.9535C11.6533 16.6594 11.8917 16.4209 12.1859 16.4209C12.4801 16.4209 12.7185 16.6594 12.7185 16.9535C12.7185 17.2477 12.4801 17.4862 12.1859 17.4862ZM21.1886 16.9535C21.1886 16.1945 20.5732 15.5791 19.8141 15.5791C19.0551 15.5791 18.4397 16.1945 18.4397 16.9535C18.4397 17.7126 19.0551 18.3279 19.8141 18.3279C20.5732 18.3279 21.1886 17.7126 21.1886 16.9535ZM19.2815 16.9535C19.2815 16.6594 19.52 16.4209 19.8141 16.4209C20.1083 16.4209 20.3468 16.6594 20.3468 16.9535C20.3468 17.2477 20.1083 17.4862 19.8141 17.4862C19.52 17.4862 19.2815 17.2477 19.2815 16.9535ZM15.5233 10.7556H16.4768C16.7401 10.7556 16.9535 10.5421 16.9535 10.2788C16.9535 10.0155 16.7401 9.80206 16.4768 9.80206H15.5233C15.2599 9.80206 15.0465 10.0155 15.0465 10.2788C15.0465 10.5421 15.2599 10.7556 15.5233 10.7556ZM16.9536 12.1859H15.0465C14.7832 12.1859 14.5697 11.9724 14.5697 11.7091C14.5697 11.4458 14.7832 11.2324 15.0465 11.2324H16.9536C17.2169 11.2324 17.4303 11.4458 17.4303 11.7091C17.4303 11.9724 17.2169 12.1859 16.9536 12.1859ZM13.1394 13.6162C11.0339 13.6185 9.32769 15.3248 9.32532 17.4303C9.32769 19.5358 11.0339 21.242 13.1394 21.2444H18.8606C20.9671 21.2444 22.6747 19.5368 22.6747 17.4303C22.6747 15.3238 20.9671 13.6162 18.8606 13.6162H13.1394ZM12.1859 15.5232C11.396 15.5232 10.7556 16.1636 10.7556 16.9535C10.7556 17.7435 11.396 18.3838 12.1859 18.3838C12.9758 18.3838 13.6162 17.7435 13.6162 16.9535C13.6162 16.1636 12.9758 15.5232 12.1859 15.5232ZM12.1859 17.4303C11.9226 17.4303 11.7091 17.2168 11.7091 16.9535C11.7091 16.6902 11.9226 16.4768 12.1859 16.4768C12.4492 16.4768 12.6627 16.6902 12.6627 16.9535C12.6627 17.2168 12.4492 17.4303 12.1859 17.4303ZM21.2444 16.9535C21.2444 16.1636 20.6041 15.5232 19.8141 15.5232C19.0242 15.5232 18.3838 16.1636 18.3838 16.9535C18.3838 17.7435 19.0242 18.3838 19.8141 18.3838C20.6041 18.3838 21.2444 17.7435 21.2444 16.9535ZM19.3374 16.9535C19.3374 16.6902 19.5508 16.4768 19.8141 16.4768C20.0774 16.4768 20.2909 16.6902 20.2909 16.9535C20.2909 17.2168 20.0774 17.4303 19.8141 17.4303C19.5508 17.4303 19.3374 17.2168 19.3374 16.9535Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.895 9.53558C8.08014 9.53558 8.23022 9.68567 8.23022 9.87081L8.23022 11.3757C8.23022 11.5608 8.08014 11.7109 7.895 11.7109C7.70986 11.7109 7.55978 11.5608 7.55978 11.3757L7.55978 9.87081C7.55978 9.68567 7.70986 9.53558 7.895 9.53558Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M24.105 9.53558C24.2901 9.53558 24.4402 9.68567 24.4402 9.87081L24.4402 11.3757C24.4402 11.5608 24.2901 11.7109 24.105 11.7109C23.9199 11.7109 23.7698 11.5608 23.7698 11.3757L23.7698 9.87081C23.7698 9.68567 23.9199 9.53558 24.105 9.53558Z", fill: "black" }), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint0_linear_175_15917", x1: 16, y1: 0, x2: 16, y2: 32, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#E14BEE" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#71347B" })), /* @__PURE__ */ React__namespace.createElement("linearGradient", { id: "paint1_linear_175_15917", x1: 16, y1: 0, x2: 16, y2: 32, gradientUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("stop", { stopColor: "#71347B" }), /* @__PURE__ */ React__namespace.createElement("stop", { offset: 1, stopColor: "#E14BEE" }))));
|
862
862
|
|
863
|
+
const SvgFiaAiIcon = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 47 43", width: "1em", height: "1em", ...props }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-28.624 0c0 .909 5.894 1.646 13.165 1.646 7.27 0 13.164-.737 13.164-1.646 0-.909-5.894-1.645-13.164-1.645s-13.165.736-13.165 1.645Z", fill: "#5D32A0" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-17.946 0c0 .172 1.113.31 2.487.31 1.373 0 2.486-.138 2.486-.31s-1.113-.31-2.486-.31c-1.374 0-2.487.138-2.487.31Z", fill: "#6C3AAC" }), /* @__PURE__ */ React__namespace.createElement("ellipse", { fill: "#9A88F8", cx: 24.291, cy: 34.783, rx: 15.46, ry: 1.932 }), /* @__PURE__ */ React__namespace.createElement("ellipse", { fill: "#9A88F8", cx: 24.291, cy: 34.783, rx: 15.46, ry: 1.932 }), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#a)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-19.442 0c0 .275 1.783.498 3.983.498s3.982-.223 3.982-.498-1.783-.498-3.982-.498c-2.2 0-3.983.223-3.983.498Z", fill: "#B49DFD" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#b)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-21.32 0c0 .405 2.624.733 5.86.733 3.237 0 5.861-.328 5.861-.733 0-.405-2.624-.733-5.86-.733-3.237 0-5.861.328-5.861.733Z", fill: "#C0C9FE" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#c)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-23.198 0c0 .534 3.465.967 7.739.967 4.273 0 7.738-.433 7.738-.967s-3.465-.967-7.738-.967c-4.274 0-7.739.433-7.739.967Z", fill: "#9A88F8" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#d)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-25.329 0c0 .681 4.419 1.234 9.87 1.234 5.45 0 9.87-.553 9.87-1.234 0-.681-4.42-1.234-9.87-1.234-5.451 0-9.87.553-9.87 1.234Z", fill: "#6C3AAC" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#e)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.75 34.783c0 1.067-6.921 1.932-15.46 1.932-8.538 0-15.46-.865-15.46-1.932s6.922-1.932 15.46-1.932c8.539 0 15.46.865 15.46 1.932Zm-27.433 0c0 .827 5.36 1.497 11.974 1.497 6.612 0 11.973-.67 11.973-1.497 0-.827-5.36-1.497-11.973-1.497s-11.974.67-11.974 1.497Z", fill: "#5F33A2" })), /* @__PURE__ */ React__namespace.createElement("g", { filter: "url(#f)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.742 7.68c.168.014.242.074.348.202.18.217.321.49.451.74l-.015.008c-.1 0-.255-.44-.431-.535-.107.006-.159.049-.24.11-.082-.18-.14-.323-.113-.524Z", fill: "#564ED9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.146 19.418c.101-.241-.029-.563-.016-.827.092-.09.24-.114.363-.136.433-.079 1.265-.11 1.63.163.208.156.167.415.19.647l.035-.045c.126.454.075 1.101.128 1.588a21.54 21.54 0 0 0 .543 3.14c-.485-.187-.934-.398-1.337-.733-1.058-.875-1.415-2.496-1.536-3.797Z", fill: "#B49DFD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.098 11.72c-.1.356-.17.771-.302 1.112-.12.713-.26 1.43-.345 2.149-.166 1.414-.164 2.819-.103 4.24l-.034.044c-.024-.232.017-.49-.19-.646-.366-.275-1.198-.242-1.631-.164-.123.023-.271.047-.363.137-.013.264.117.585.016.827-.274-.936-.112-3.368.079-4.374.15-.79.426-2.005 1.145-2.491.472-.428 1.08-.798 1.728-.834Z", fill: "#B9B3FD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M7.098 11.72c-.1.356-.17.771-.302 1.112-.074-.116-.021-.221-.113-.34a.717.717 0 0 1-.162-.04 3.386 3.386 0 0 0-.233-.083l.014-.048.462-.087.067.056.02-.084-.005.005c.04-.076.067-.126.069-.214a.532.532 0 0 0-.29-.1c-.316-.027-.942.491-1.19.68l-.065-.023c.472-.428 1.08-.798 1.728-.834Z", fill: "#C277C4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.96 11.783c.959.258 1.765 1.038 2.25 1.879.866 1.502 1.136 4.024.68 5.706-.358 1.597-.905 3.411-2.365 4.344a4.8 4.8 0 0 1-.612.328c.248-1.03.523-2.116.587-3.176.117-.513.134-1.117.153-1.643.063-.324.034-.673.068-1.004.023-2.22-.14-4.296-.762-6.434Z", fill: "#94E3FD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M41.827 14.685c.191.009.382.07.513.215.418.463.538 1.925.487 2.545-.017.206-.046.462-.212.603l-.045-.027.055-.007.015-.03c.036-.092.109-.249.076-.337-.184-.008-.47.154-.666.21l-.425-.136a1.71 1.71 0 0 0-.156-.151l.006.073c.14.196.285.295.52.347.076.017.07.03.118.088l-.007.032-.072.023a.912.912 0 0 1-.54-.269c-.305-.322-.273-1.468-.251-1.901.03-.595.137-.876.584-1.277Z", fill: "#FEFEFE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.932 18.125c.118.422.369.785.68 1.087l.007-.437.014-.013c.003.153.01.306.02.46-.02.526-.036 1.13-.154 1.642-.063 1.06-.338 2.147-.586 3.176-.256 1.102-.633 2.135-1.211 3.11-.09.949-1.462 2.413-2.164 2.992-1.583 1.307-3.397 2.03-5.375 2.511-.424.104-.872.147-1.288.268-.535.04-1.068.126-1.6.193-.337.041-.683.06-1.016.123-.311.023-.627.06-.939.057-.399.076-.832.07-1.237.086-1.392.06-2.787.042-4.177-.054-1.281-.117-2.59-.242-3.844-.535-.361-.137-.93-.188-1.33-.29-1.55-.397-2.964-.881-4.32-1.754-1.54-.99-2.806-2.273-3.53-3.97-.143-.332-.296-.689-.373-1.042.362.44.582.983.978 1.402.148.005.285.293.389.401.15.155.31.405.507.497-.074-.193-.333-.34-.46-.508-.147-.196-.24-.482-.331-.71l.044-.043c.144.284.253.597.453.848.922 1.156 3.034 2.143 4.457 2.608 3.224 1.054 7.06 1.25 10.43 1.241.608-.002 1.56.047 2.145-.074.516.006 1.048-.057 1.562-.105 2.474-.227 5.732-.815 7.928-2.035.456-.18.919-.487 1.297-.797 2.112-1.733 2.641-5.717 2.908-8.286 0-.676.081-1.372.116-2.049Z", fill: "#B49DFD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M38.702 27.15c-.09.949-1.462 2.413-2.164 2.992-1.583 1.307-3.397 2.03-5.375 2.511-.424.104-.872.147-1.288.268-.535.04-1.068.126-1.6.193-.337.041-.683.06-1.016.123-.31.023-.627.06-.939.057l-.378-.024c.635.01 1.316-.103 1.947-.184.82-.104 1.64-.17 2.453-.324.714-.135 1.408-.348 2.105-.55.292-.084.622-.142.89-.283.01-.209.518-1.027.639-1.294l.052.013c.073-.095.066-.205.083-.322-.536.262-2.5.87-3.038.781 2.18-.421 4.84-1.298 6.546-2.767.413-.356.75-.76 1.083-1.19Z", fill: "#C0C9FE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.932 18.125c.118.422.369.785.68 1.087l.007-.437.014-.013c.003.153.01.306.02.46-.02.526-.036 1.13-.154 1.642-.063 1.06-.338 2.147-.586 3.176-.256 1.102-.633 2.135-1.211 3.11-.333.429-.67.834-1.083 1.19-1.705 1.47-4.365 2.346-6.546 2.767-1.057.145-2.091.359-3.156.469-4.118.423-9.357.299-13.342-.781-1.87-.507-3.681-1.306-5.141-2.6-.347-.306-.715-.653-.947-1.058.148.005.284.293.389.401.15.155.31.405.507.497-.074-.193-.333-.34-.46-.508-.147-.196-.24-.482-.331-.71l.044-.043c.144.284.253.597.453.848.922 1.156 3.034 2.143 4.457 2.608 3.224 1.054 7.06 1.25 10.43 1.241.608-.002 1.56.047 2.145-.074.516.006 1.048-.057 1.562-.105 2.474-.227 5.732-.815 7.928-2.035.456-.18.919-.487 1.297-.797 2.112-1.733 2.641-5.717 2.908-8.286 0-.676.081-1.372.116-2.049Z", fill: "#4501B1" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M39.932 18.125c.118.422.369.785.68 1.087l.006-.437.015-.013c.003.153.01.306.02.46-.02.526-.036 1.13-.154 1.642-.041-.347.069-.684.033-1.013-.033-.308-.378-.519-.598-.696-.029.322.055.727-.118 1.019 0-.676.081-1.372.116-2.049Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.33 6.336c.255-.477.704-.936 1.075-1.33 1.962-2.083 4.374-3.438 7.093-4.264C22.787-.559 27.681-.15 31.646 1.98c1.603.862 3.005 1.879 4.237 3.226.51.558.934 1.178 1.366 1.795.101.143.356.602.493.68-.026.2.03.343.112.524.082-.061.134-.104.24-.11.177.096.333.535.431.535l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.434-.034.33-.005.68-.068 1.004-.01-.153-.017-.306-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.035.677-.116 1.373-.116 2.05-.267 2.568-.796 6.552-2.908 8.286-.378.31-.841.616-1.297.797-2.196 1.22-5.454 1.807-7.928 2.035-.514.047-1.046.11-1.562.104-.584.122-1.537.073-2.146.075-3.368.009-7.205-.188-10.429-1.242-1.423-.465-3.535-1.451-4.457-2.608-.2-.25-.31-.564-.453-.848l-.044.043c.09.228.184.514.331.71.127.168.386.316.46.51-.197-.093-.357-.343-.507-.498-.105-.108-.24-.397-.389-.402-.396-.419-.616-.961-.978-1.401-.217-.581-.268-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.052-.487-.001-1.134-.127-1.588-.061-1.42-.064-2.825.103-4.24.085-.719.225-1.435.344-2.149.133-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.45-4.342.31-.298.498-.717.782-1.042Z", fill: "#C0C9FE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.412 4.91c-.106.096-.34.352-.48.365l-.035-.056a.78.78 0 0 1 .034-.255c.082-.297.232-.512.507-.66.27-.147.547-.18.841-.097a7.83 7.83 0 0 0-.867.703Zm-.015.255c.308-.246.694-.555 1.05-.724.061-.03.091.001.151.023.082.297.133.628-.026.91-.119.212-.336.327-.566.38-.2.048-.395.024-.597.007-.13-.08-.249-.176-.37-.268.136-.077.248-.217.358-.328ZM32.1 4.34c.176-.018.347-.036.522.006.461.112.992.471 1.223.895a.501.501 0 0 1 .047.423c-.053.144-.16.194-.286.258a1.628 1.628 0 0 1-.434.003 1.927 1.927 0 0 1-1.255-.802c-.096-.14-.151-.296-.107-.466.043-.167.15-.233.29-.317Zm-2.272 1.057c.425-.024.815.008 1.19.232.344.205.636.553.733.947.056.228.042.471-.088.673-.169.263-.428.368-.722.424-.386.028-.732 0-1.083-.18-.375-.192-.733-.535-.847-.951a.846.846 0 0 1 .076-.668c.163-.27.45-.397.741-.477Z", fill: "#FEFEFE" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "g", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
864
|
+
maskType: "luminance"
|
865
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#g)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.895 8.095 2.21 11.127h-2.251V8.095h.041Z", fill: "#534BF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "h", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
866
|
+
maskType: "luminance"
|
867
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#h)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.917 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#534BF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "i", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
868
|
+
maskType: "luminance"
|
869
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#i)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.939 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#544CF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "j", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
870
|
+
maskType: "luminance"
|
871
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#j)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.96 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#554DF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "k", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
872
|
+
maskType: "luminance"
|
873
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#k)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m37.982 8.095 2.21 11.127h-.022L37.96 8.095h.022Z", fill: "#564EF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "l", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
874
|
+
maskType: "luminance"
|
875
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#l)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.004 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#574FF9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "m", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
876
|
+
maskType: "luminance"
|
877
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#m)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.026 8.095 2.21 11.127h-.023L38.004 8.095h.022Z", fill: "#5850F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "n", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
878
|
+
maskType: "luminance"
|
879
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#n)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.048 8.095 2.21 11.127h-.023L38.026 8.095h.022Z", fill: "#5951F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "o", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
880
|
+
maskType: "luminance"
|
881
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#o)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.07 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5952F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "p", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
882
|
+
maskType: "luminance"
|
883
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#p)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.092 8.095 2.21 11.127h-.023L38.07 8.095h.023Z", fill: "#5A53F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "q", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
884
|
+
maskType: "luminance"
|
885
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#q)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.114 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5B54F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "r", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
886
|
+
maskType: "luminance"
|
887
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#r)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.136 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5C55F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "s", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
888
|
+
maskType: "luminance"
|
889
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#s)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.158 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#5D56F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "t", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
890
|
+
maskType: "luminance"
|
891
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#t)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.18 8.095 2.209 11.127h-.022l-2.21-11.127h.022Z", fill: "#5E57F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "u", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
892
|
+
maskType: "luminance"
|
893
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#u)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.201 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#5F58F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "v", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
894
|
+
maskType: "luminance"
|
895
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#v)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.223 8.095 2.21 11.127h-.022L38.2 8.095h.022Z", fill: "#6059F9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "w", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
896
|
+
maskType: "luminance"
|
897
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#w)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.245 8.095 2.21 11.127h-.023L38.223 8.095h.022Z", fill: "#615AFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "x", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
898
|
+
maskType: "luminance"
|
899
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#x)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.267 8.095 2.21 11.127h-.023L38.245 8.095h.022Z", fill: "#625BFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "y", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
900
|
+
maskType: "luminance"
|
901
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#y)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.289 8.095 2.21 11.127h-.023L38.267 8.095h.022Z", fill: "#635CFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "z", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
902
|
+
maskType: "luminance"
|
903
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#z)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.31 8.095 2.21 11.127h-.022l-2.21-11.127h.023Z", fill: "#645DFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "A", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
904
|
+
maskType: "luminance"
|
905
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#A)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.333 8.095 2.21 11.127h-.023L38.311 8.095h.022Z", fill: "#645EFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "B", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
906
|
+
maskType: "luminance"
|
907
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#B)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.355 8.095 2.21 11.127h-.023l-2.21-11.127h.023Z", fill: "#655FFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "C", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
908
|
+
maskType: "luminance"
|
909
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#C)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.377 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#6660FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "D", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
910
|
+
maskType: "luminance"
|
911
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#D)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.398 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#6761FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "E", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
912
|
+
maskType: "luminance"
|
913
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#E)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.42 8.095 2.21 11.127h-.022l-2.21-11.127h.022Z", fill: "#6862FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "F", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
914
|
+
maskType: "luminance"
|
915
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#F)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.442 8.095 2.21 11.127h-.022L38.42 8.095h.022Z", fill: "#6963FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "G", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
916
|
+
maskType: "luminance"
|
917
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#G)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.464 8.095 2.21 11.127h-.023L38.442 8.095h.022Z", fill: "#6A64FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "H", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
918
|
+
maskType: "luminance"
|
919
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#H)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.486 8.095 2.21 11.127h-.023L38.464 8.095h.022Z", fill: "#6B65FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "I", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
920
|
+
maskType: "luminance"
|
921
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#I)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.508 8.095 2.21 11.127h-.023L38.486 8.095h.022Z", fill: "#6C66FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "J", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
922
|
+
maskType: "luminance"
|
923
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#J)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.53 8.095 2.209 11.127h-.022l-2.21-11.127h.023Z", fill: "#6D67FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "K", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
924
|
+
maskType: "luminance"
|
925
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#K)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.552 8.095 2.191 11.037v.09h-.004L38.53 8.095h.023Z", fill: "#6E68FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "L", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
926
|
+
maskType: "luminance"
|
927
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#L)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.574 8.095 2.17 10.927v.11L38.551 8.095h.022Z", fill: "#6F6AFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "M", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
928
|
+
maskType: "luminance"
|
929
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#M)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.595 8.095 2.148 10.816v.11l-2.17-10.926h.022Z", fill: "#6F6BFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "N", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
930
|
+
maskType: "luminance"
|
931
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#N)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M38.617 8.095 40.743 18.8v.11L38.595 8.095h.022Z", fill: "#706CFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "O", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
932
|
+
maskType: "luminance"
|
933
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#O)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.64 8.095 2.103 10.596v.11L38.617 8.095h.022Z", fill: "#716DFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "P", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
934
|
+
maskType: "luminance"
|
935
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#P)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.661 8.095 2.082 10.486v.11L38.64 8.095h.022Z", fill: "#726EFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "Q", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
936
|
+
maskType: "luminance"
|
937
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#Q)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.683 8.095 2.06 10.375v.11L38.661 8.096h.022Z", fill: "#736FFA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "R", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
938
|
+
maskType: "luminance"
|
939
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#R)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.705 8.095 2.038 10.265v.11l-2.06-10.375h.022Z", fill: "#7470FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "S", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
940
|
+
maskType: "luminance"
|
941
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#S)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.727 8.095 2.016 10.155v.11L38.705 8.095h.022Z", fill: "#7571FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "T", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
942
|
+
maskType: "luminance"
|
943
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#T)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.749 8.095 1.994 10.044v.11L38.727 8.096h.022Z", fill: "#7672FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "U", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
944
|
+
maskType: "luminance"
|
945
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#U)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.77 8.095 1.973 9.934v.11L38.75 8.095h.022Z", fill: "#7773FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "V", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
946
|
+
maskType: "luminance"
|
947
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#V)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.792 8.095 1.951 9.824v.11l-1.972-9.934h.021Z", fill: "#7874FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "W", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
948
|
+
maskType: "luminance"
|
949
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#W)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.814 8.095 1.929 9.713v.11l-1.95-9.823h.021Z", fill: "#7975FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "X", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
950
|
+
maskType: "luminance"
|
951
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#X)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.837 8.095 1.906 9.603v.11l-1.928-9.713h.022Z", fill: "#7A76FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "Y", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
952
|
+
maskType: "luminance"
|
953
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#Y)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.858 8.095 1.885 9.493v.11l-1.907-9.603h.022Z", fill: "#7A77FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "Z", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
954
|
+
maskType: "luminance"
|
955
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#Z)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.88 8.095 1.863 9.383v.11l-1.885-9.493h.022Z", fill: "#7B78FA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aa", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
956
|
+
maskType: "luminance"
|
957
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aa)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.902 8.095 1.841 9.272v.11L38.88 8.096h.022Z", fill: "#7C79FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ab", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
958
|
+
maskType: "luminance"
|
959
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ab)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.924 8.095 1.82 9.162v.11l-1.842-9.272h.022Z", fill: "#7D7AFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ac", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
960
|
+
maskType: "luminance"
|
961
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ac)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.946 8.095 1.797 9.052v.11l-1.819-9.162h.022Z", fill: "#7E7BFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ad", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
962
|
+
maskType: "luminance"
|
963
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ad)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.968 8.095 1.775 8.941v.11l-1.797-9.051h.022Z", fill: "#7F7CFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ae", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
964
|
+
maskType: "luminance"
|
965
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ae)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.99 8.095 1.753 8.831v.11l-1.775-8.941h.022Z", fill: "#807DFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "af", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
966
|
+
maskType: "luminance"
|
967
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#af)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.011 8.095 1.732 8.721v.11L38.99 8.095h.021Z", fill: "#817EFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ag", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
968
|
+
maskType: "luminance"
|
969
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ag)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.033 8.095 1.71 8.61v.111l-1.732-8.721h.022Z", fill: "#827FFB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ah", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
970
|
+
maskType: "luminance"
|
971
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ah)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.055 8.095 1.688 8.5v.11l-1.71-8.61h.022Z", fill: "#8380FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ai", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
972
|
+
maskType: "luminance"
|
973
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ai)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.077 8.095 1.666 8.39v.11l-1.688-8.5h.022Z", fill: "#8481FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aj", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
974
|
+
maskType: "luminance"
|
975
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.1 8.095 1.643 8.28v.11l-1.666-8.39h.022Z", fill: "#8582FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ak", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
976
|
+
maskType: "luminance"
|
977
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ak)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.121 8.095 1.622 8.17v.11L39.1 8.095h.022Z", fill: "#8583FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "al", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
978
|
+
maskType: "luminance"
|
979
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#al)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.143 8.095 1.6 8.06v.11l-1.622-8.17h.022Z", fill: "#8684FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "am", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
980
|
+
maskType: "luminance"
|
981
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#am)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.165 8.095 1.578 7.949v.11l-1.6-8.06h.022Z", fill: "#8785FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "an", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
982
|
+
maskType: "luminance"
|
983
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#an)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.187 8.095 1.556 7.839v.11l-1.578-7.95h.022Z", fill: "#8886FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ao", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
984
|
+
maskType: "luminance"
|
985
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ao)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.209 8.095 1.534 7.728v.11l-1.556-7.838h.022Z", fill: "#8987FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ap", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
986
|
+
maskType: "luminance"
|
987
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ap)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m39.23 8.095 1.513 7.618v.11l-1.535-7.728h.022Z", fill: "#8A88FB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aq", width: 4, height: 12, x: 37, y: 8, maskUnits: "userSpaceOnUse", style: {
|
988
|
+
maskType: "luminance"
|
989
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M37.854 8.204c.082-.06.134-.104.24-.11.177.096.333.536.431.536l.016-.009c.582.787 1.097 2.22 1.418 3.163.622 2.138.784 4.213.762 6.433-.034.332-.005.68-.068 1.005-.01-.153-.017-.307-.02-.46l-.014.013-.007.437c-.311-.302-.562-.664-.68-1.087-.044-3.643-.575-6.593-2.078-9.92Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M40.743 15.713 39.23 8.095h1.513v7.618Z", fill: "#8A88FB" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.817 9.841c1.15-.028 2.383.06 3.523.222.56.04 1.12.188 1.675.275 2.051.323 6.048.95 7.432 2.556 1.184 1.376 1.332 4.99 1.185 6.775-.079.951-.296 1.867-.707 2.728-.067.14-.142.336-.264.43-.029.02-.04.024-.069.038.707-2.275.87-5.156.489-7.509-.183-1.133-.668-1.95-1.6-2.62a6.658 6.658 0 0 0-1.06-.52c-.31-.17-.69-.273-1.028-.378-2.122-.658-4.41-.956-6.618-1.14.424-.09 2.107.22 2.253.137l-.04-.058c-.272-.03-.546-.043-.816-.1-.834-.178-1.64-.514-2.477-.67-.62-.114-1.252-.029-1.878-.166Z", fill: "#B49DFD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.817 9.841c1.15-.028 2.383.06 3.523.222.659.26 1.59.464 2.296.609.964.16 4.156.846 4.874 1.394l-.331-.106c.396.207 1.047.403 1.302.776a6.658 6.658 0 0 0-1.06-.52c-.31-.17-.69-.273-1.028-.378-2.122-.658-4.41-.956-6.618-1.14.424-.09 2.107.22 2.253.137l-.04-.058c-.272-.03-.546-.043-.816-.1-.834-.178-1.64-.514-2.478-.67-.619-.114-1.251-.029-1.877-.166Z", fill: "#9A88F8" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.33 6.335c.508-.306.728-1.076 1.255-1.369.256-.142.756.367 1.055.428.19.038.364.127.554.161a.921.921 0 0 1 .178.049l.033.095c-.422.534-1.854 1.984-1.986 2.574.331-.502 2.068-2.764 2.484-2.896l.137.116c.12.092.24.188.37.268-.11.023-.138-.016-.231-.08-.105-.072-.198-.161-.292-.248-.415.409-1.226 1.15-1.477 1.653-.003.558.145 1.106.193 1.661.047.541.393 1.014.448 1.572.015.148.033.34.08.48.011-.009.022-.021.036-.028.11-.059 1.614-.351 1.73-.337.036.004.065.03.097.045 3.269-.531 6.517-.671 9.823-.637.626.137 1.258.052 1.878.166.837.156 1.643.492 2.477.67.27.057.544.07.816.1l.04.058c-.146.082-1.829-.227-2.253-.137-.277.051-.662-.018-.948-.035-.776-.047-1.585-.126-2.362-.069-.453.155-1.014-.064-1.462.069a.481.481 0 0 0 .052.207.458.458 0 0 1-.135.23c-.005-.153-.01-.305-.018-.457-.536.023-2.192.185-2.612.032-.534-.009-1.08.058-1.612.105a35.35 35.35 0 0 0-4.59.69c-.964.202-1.9.41-2.816.772-1.452.992-2.021 2.16-2.338 3.883-.08.43-.084.882-.171 1.306-.17-.359.113-.875.037-1.267-.08-.033-.097-.03-.184-.018-.222.183-.156.533-.236.78l-.017.042.003.072c.014.508-.087 1.032-.083 1.545.015 2.373.503 5.113 2.274 6.844.527.515 1.049 1.037 1.664 1.446 2.19 1.46 5.347 2.125 7.939 2.341 1.3.109 2.62.107 3.923.09 2.016-.025 4.11-.161 6.09-.559.567-.113 1.122-.363 1.687-.457.307-.052.137.283.69.185.12-.022.202-.028.31.041.137.09.217.27.347.372.142.113.354.13.49.255.044.042.04.092.053.15a.418.418 0 0 1-.185.276c-.03.019-.055.03-.088.045l-.041-.02c-.066-.234-.096-.374-.29-.537l-.048.003c.036.117.141.346.091.46-.028.063-.07.125-.105.186-.046.08-.022.034-.058.118-.059.14-.165.24-.2.392l.02.025c-.058.039-.128.094-.198.101-.09.009-.198-.024-.29-.03a3.315 3.315 0 0 0-.885.079c-.328.073-.596.374-.934.456-.71.174-1.488.23-2.214.31-.851.093-1.728.216-2.587.21l.032-.046-.078.051c.143.008.287.01.43.024-.585.121-1.537.073-2.146.074-3.369.01-7.206-.187-10.43-1.241-1.423-.465-3.534-1.451-4.457-2.608-.2-.251-.309-.564-.453-.848l-.044.043c.09.228.184.514.332.71.126.167.386.315.46.509-.197-.092-.358-.343-.508-.498-.104-.108-.24-.396-.389-.401-.396-.42-.615-.962-.977-1.402-.218-.58-.269-1.21-.49-1.787a21.548 21.548 0 0 1-.545-3.14c-.052-.486 0-1.134-.127-1.588-.061-1.42-.063-2.825.103-4.24.085-.718.225-1.434.345-2.148.132-.34.202-.756.302-1.112.519-1.582 1.135-3.24 2.45-4.342.311-.298.498-.717.782-1.043Z", fill: "#9A88F8" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ar", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
990
|
+
maskType: "luminance"
|
991
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ar)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.374 28.036.174-1.317v1.317h-.174Z", fill: "#000AA8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "as", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
992
|
+
maskType: "luminance"
|
993
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#as)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.311 28.037.236-1.789v.472l-.173 1.317H9.31Z", fill: "#000AA8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "at", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
994
|
+
maskType: "luminance"
|
995
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#at)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.25 28.034.298-2.26v.472l-.236 1.788h-.063Z", fill: "#010AA9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "au", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
996
|
+
maskType: "luminance"
|
997
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#au)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.187 28.035.36-2.731v.471l-.298 2.26h-.062Z", fill: "#020AA9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "av", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
998
|
+
maskType: "luminance"
|
999
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#av)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.125 28.036.423-3.203v.472l-.36 2.731h-.063Z", fill: "#030BAA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aw", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1000
|
+
maskType: "luminance"
|
1001
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.063 28.036.485-3.675v.472l-.423 3.203h-.062Z", fill: "#040BAA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ax", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1002
|
+
maskType: "luminance"
|
1003
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ax)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9 28.034.547-4.146v.471l-.484 3.675H9Z", fill: "#050BAB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ay", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1004
|
+
maskType: "luminance"
|
1005
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ay)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.938 28.034.61-4.618v.471L9 28.034h-.062Z", fill: "#060BAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "az", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1006
|
+
maskType: "luminance"
|
1007
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#az)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.876 28.035.672-5.089v.472l-.61 4.617h-.062Z", fill: "#070BAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aA", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1008
|
+
maskType: "luminance"
|
1009
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.814 28.036.734-5.56v.471l-.672 5.09h-.062Z", fill: "#080BAD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aB", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1010
|
+
maskType: "luminance"
|
1011
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.803 28.037-.05-.007.795-6.025v.471l-.734 5.561h-.01Z", fill: "#090CAD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aC", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1012
|
+
maskType: "luminance"
|
1013
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.752 28.03-.06-.009.856-6.489v.472l-.796 6.025Z", fill: "#0A0CAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aD", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1014
|
+
maskType: "luminance"
|
1015
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.691 28.02-.06-.008.917-6.952v.471L8.69 28.02Z", fill: "#0B0CAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aE", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1016
|
+
maskType: "luminance"
|
1017
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.63 28.013-.061-.008.979-7.416v.471l-.918 6.953Z", fill: "#0C0CAF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aF", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1018
|
+
maskType: "luminance"
|
1019
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.57 28.005-.062-.008 1.04-7.879v.472l-.979 7.415Z", fill: "#0D0CB0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aG", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1020
|
+
maskType: "luminance"
|
1021
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.508 27.997-.061-.008 1.1-8.343v.472l-1.04 7.88Z", fill: "#0E0CB0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aH", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1022
|
+
maskType: "luminance"
|
1023
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.447 27.989-.062-.008 1.162-8.806v.471l-1.1 8.343Z", fill: "#0F0DB1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aI", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1024
|
+
maskType: "luminance"
|
1025
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.386 27.98-.061-.007 1.223-9.27v.472L8.386 27.98Z", fill: "#100DB1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aJ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1026
|
+
maskType: "luminance"
|
1027
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.325 27.971-.062-.008 1.285-9.733v.472l-1.223 9.27Z", fill: "#110DB2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aK", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1028
|
+
maskType: "luminance"
|
1029
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.263 27.965-.061-.008 1.345-10.196v.471l-1.284 9.733Z", fill: "#120DB3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aL", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1030
|
+
maskType: "luminance"
|
1031
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.202 27.956-.061-.008 1.407-10.66v.472L8.202 27.956Z", fill: "#130DB3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aM", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1032
|
+
maskType: "luminance"
|
1033
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.14 27.949-.06-.008 1.468-11.124v.472L8.14 27.949Z", fill: "#140EB4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aN", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1034
|
+
maskType: "luminance"
|
1035
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.08 27.939-.062-.009 1.53-11.586v.471L8.08 27.938Z", fill: "#150EB4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aO", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1036
|
+
maskType: "luminance"
|
1037
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.018 27.931-.06-.008 1.59-12.05v.472L8.017 27.93Z", fill: "#160EB5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aP", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1038
|
+
maskType: "luminance"
|
1039
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.957 27.924-.061-.008 1.651-12.514v.472l-1.59 12.05Z", fill: "#170EB6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aQ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1040
|
+
maskType: "luminance"
|
1041
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.896 27.918-.06-.008 1.712-12.977v.471L7.896 27.918Z", fill: "#180EB6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aR", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1042
|
+
maskType: "luminance"
|
1043
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.835 27.908-.061-.009 1.774-13.44v.472L7.835 27.907Z", fill: "#190EB7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aS", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1044
|
+
maskType: "luminance"
|
1045
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.774 27.9-.061-.009 1.834-13.904v.472l-1.773 13.44Z", fill: "#1A0FB7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aT", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1046
|
+
maskType: "luminance"
|
1047
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.713 27.892-.062-.008 1.896-14.367v.471L7.713 27.892Z", fill: "#1B0FB8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aU", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1048
|
+
maskType: "luminance"
|
1049
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.651 27.883-.06-.008 1.956-14.831v.471L7.651 27.883Z", fill: "#1C0FB8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aV", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1050
|
+
maskType: "luminance"
|
1051
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.59 27.875-.06-.008 2.017-15.295v.472L7.59 27.874Z", fill: "#1D0FB9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aW", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1052
|
+
maskType: "luminance"
|
1053
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.53 27.866-.062-.008 2.08-15.757v.471L7.529 27.866Z", fill: "#1E0FBA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aX", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1054
|
+
maskType: "luminance"
|
1055
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.468 27.86-.061-.008 2.14-16.221v.471L7.467 27.86Z", fill: "#1F10BA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aY", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1056
|
+
maskType: "luminance"
|
1057
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.407 27.85-.061-.007 2.202-16.685v.472l-2.14 16.22Z", fill: "#2010BB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "aZ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1058
|
+
maskType: "luminance"
|
1059
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#aZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.346 27.843-.061-.008 2.263-17.149v.472L7.346 27.843Z", fill: "#2110BB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ba", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1060
|
+
maskType: "luminance"
|
1061
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ba)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.285 27.836-.061-.008 2.324-17.611v.471L7.285 27.836Z", fill: "#2210BC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bb", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1062
|
+
maskType: "luminance"
|
1063
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.224 27.827-.062-.008L9.548 9.744v.472L7.224 27.827Z", fill: "#2310BD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bc", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1064
|
+
maskType: "luminance"
|
1065
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.162 27.82-.06-.008L9.547 9.273v.472L7.162 27.82Z", fill: "#2410BD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bd", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1066
|
+
maskType: "luminance"
|
1067
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.101 27.81-.06-.007L9.547 8.8v.471L7.1 27.811Z", fill: "#2611BE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "be", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1068
|
+
maskType: "luminance"
|
1069
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#be)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.04 27.803-.061-.008L9.547 8.33v.472L7.04 27.804Z", fill: "#2711BE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bf", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1070
|
+
maskType: "luminance"
|
1071
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bf)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.979 27.793-.062-.008 2.63-19.929v.472L6.98 27.793Z", fill: "#2811BF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bg", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1072
|
+
maskType: "luminance"
|
1073
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.918 27.789-.062-.008L9.547 7.389v.471l-2.63 19.93Z", fill: "#2911C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bh", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1074
|
+
maskType: "luminance"
|
1075
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.857 27.778-.061-.008 2.69-20.393h.062v.009L6.857 27.778Z", fill: "#2A11C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bi", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1076
|
+
maskType: "luminance"
|
1077
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bi)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.795 27.77-.06-.008 2.69-20.385h.061L6.796 27.77Z", fill: "#2B11C1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bj", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1078
|
+
maskType: "luminance"
|
1079
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.734 27.762-.061-.008L9.362 7.377h.062l-2.69 20.385Z", fill: "#2C12C1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bk", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1080
|
+
maskType: "luminance"
|
1081
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bk)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.673 27.754-.061-.008L9.3 7.377h.062l-2.69 20.377Z", fill: "#2D12C2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bl", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1082
|
+
maskType: "luminance"
|
1083
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.612 27.746-.061-.008L9.238 7.377H9.3L6.612 27.746Z", fill: "#2E12C3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bm", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1084
|
+
maskType: "luminance"
|
1085
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.55 27.738-.06-.008L9.174 7.377h.062L6.55 27.737Z", fill: "#2F12C3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bn", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1086
|
+
maskType: "luminance"
|
1087
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.49 27.73-.061-.008L9.113 7.377h.063L6.49 27.73Z", fill: "#3012C4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bo", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1088
|
+
maskType: "luminance"
|
1089
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bo)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.428 27.722-.06-.009L9.05 7.378h.062L6.428 27.722Z", fill: "#3113C4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bp", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1090
|
+
maskType: "luminance"
|
1091
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.367 27.713-.061-.008L8.989 7.377h.062L6.367 27.714Z", fill: "#3213C5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bq", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1092
|
+
maskType: "luminance"
|
1093
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.306 27.705-.021-.002v-.308L8.927 7.377h.062L6.306 27.705Z", fill: "#3313C5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "br", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1094
|
+
maskType: "luminance"
|
1095
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#br)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 26.924 2.58-19.547h.062L6.285 27.395v-.471Z", fill: "#3413C6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bs", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1096
|
+
maskType: "luminance"
|
1097
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bs)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 26.452 8.802 7.377h.062l-2.58 19.547v-.472Z", fill: "#3513C7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bt", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1098
|
+
maskType: "luminance"
|
1099
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bt)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 25.98 8.74 7.378h.062L6.285 26.452v-.471Z", fill: "#3613C7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bu", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1100
|
+
maskType: "luminance"
|
1101
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 25.509 8.678 7.377h.062L6.285 25.98v-.472Z", fill: "#3714C8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bv", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1102
|
+
maskType: "luminance"
|
1103
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 25.038 2.33-17.661h.063L6.285 25.509v-.471Z", fill: "#3814C8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bw", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1104
|
+
maskType: "luminance"
|
1105
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 24.566 8.553 7.377h.062l-2.33 17.66v-.471Z", fill: "#3914C9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bx", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1106
|
+
maskType: "luminance"
|
1107
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 24.095 8.49 7.377h.062L6.285 24.566v-.471Z", fill: "#3A14CA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "by", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1108
|
+
maskType: "luminance"
|
1109
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#by)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 23.623 8.429 7.377h.062L6.285 24.095v-.472Z", fill: "#3B14CA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bz", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1110
|
+
maskType: "luminance"
|
1111
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 23.151 8.367 7.377h.062L6.285 23.623v-.472Z", fill: "#3C15CB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bA", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1112
|
+
maskType: "luminance"
|
1113
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 22.68 2.02-15.303h.062L6.285 23.151v-.471Z", fill: "#3D15CB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bB", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1114
|
+
maskType: "luminance"
|
1115
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 22.208 8.242 7.377h.062L6.284 22.68v-.472Z", fill: "#3E15CC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bC", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1116
|
+
maskType: "luminance"
|
1117
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 21.737 8.18 7.377h.062L6.285 22.208v-.471Z", fill: "#3F15CD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bD", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1118
|
+
maskType: "luminance"
|
1119
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 21.265 8.118 7.377h.062l-1.895 14.36v-.472Z", fill: "#4015CD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bE", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1120
|
+
maskType: "luminance"
|
1121
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 20.794 1.77-13.417h.063L6.285 21.265v-.471Z", fill: "#4115CE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bF", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1122
|
+
maskType: "luminance"
|
1123
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 20.322 7.993 7.377h.062l-1.77 13.417v-.472Z", fill: "#4216CE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bG", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1124
|
+
maskType: "luminance"
|
1125
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 19.85 7.93 7.378h.062L6.285 20.322v-.471Z", fill: "#4316CF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bH", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1126
|
+
maskType: "luminance"
|
1127
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 19.38 7.869 7.376h.062L6.285 19.85v-.472Z", fill: "#4416CF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bI", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1128
|
+
maskType: "luminance"
|
1129
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 18.908 7.807 7.377h.062L6.285 19.379v-.471Z", fill: "#4516D0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bJ", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1130
|
+
maskType: "luminance"
|
1131
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 18.436 1.46-11.059h.062l-1.522 11.53v-.47Z", fill: "#4616D1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bK", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1132
|
+
maskType: "luminance"
|
1133
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 17.965 7.682 7.377h.062l-1.46 11.06v-.472Z", fill: "#4716D1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bL", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1134
|
+
maskType: "luminance"
|
1135
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.285 17.493 7.62 7.377h.062L6.285 17.965v-.472Z", fill: "#4817D2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bM", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1136
|
+
maskType: "luminance"
|
1137
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 17.022 1.273-9.645h.062L6.285 17.493v-.471Z", fill: "#4917D2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bN", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1138
|
+
maskType: "luminance"
|
1139
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m6.285 16.55 1.21-9.173h.063l-1.273 9.645v-.472Z", fill: "#4A17D3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bO", width: 4, height: 22, x: 6, y: 7, maskUnits: "userSpaceOnUse", style: {
|
1140
|
+
maskType: "luminance"
|
1141
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.548 7.377c-.702 1.433-1.309 2.838-1.743 4.378-.248.878-.39 1.776-.523 2.677-.604 4.116-.225 7.745 1.116 11.668.077.225.157.45.239.673l-.044.043c.09.228.183.514.33.71.127.168.387.316.46.509-.196-.092-.357-.342-.506-.497-.105-.108-.24-.397-.39-.402-.395-.419-.615-.961-.977-1.401-.217-.581-.269-1.211-.49-1.787a21.545 21.545 0 0 1-.544-3.14c-.053-.487-.002-1.134-.128-1.588-.06-1.42-.063-2.825.104-4.24.084-.719.225-1.435.344-2.149.132-.34.202-.755.303-1.112.518-1.582 1.134-3.239 2.449-4.342Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m7.495 7.377-1.21 9.173V7.377h1.21Z", fill: "#4A17D3" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.993 10.479c3.27-.532 6.518-.672 9.824-.637.626.137 1.258.051 1.877.166.838.156 1.644.492 2.478.67.27.057.543.07.816.1l.04.058c-.146.082-1.829-.227-2.253-.137-.277.051-.662-.018-.948-.035-.776-.047-1.586-.126-2.362-.069-.454.155-1.014-.064-1.462.069a.482.482 0 0 0 .052.207.458.458 0 0 1-.135.23c-.006-.153-.01-.305-.018-.457-.537.023-2.192.185-2.612.032-.534-.009-1.08.058-1.613.105a35.23 35.23 0 0 0-4.59.69c-.963.202-1.899.41-2.815.771-.044-.053-.062-.109-.136-.117-.303-.031-.847.401-1.067.605a3.78 3.78 0 0 0-.71.888c-.442.76-1.001 2.385-1.058 3.255-.002.04 0 .048.001.084-.106.52-.093 1.103-.133 1.634.008-.319-.03-.928.03-1.21.028-.138.018-.34.053-.436.024-.065.023-.04.027-.096.039-.599.255-1.125.386-1.705-.02-.01-.04-.023-.061-.032a.297.297 0 0 0-.245.014c-.267.355-.442 1.627-.482 2.1-.016.185.015.375-.02.556a.554.554 0 0 1-.036-.163c-.018-.359.066-.767.12-1.124.241-1.552.698-2.927 1.749-4.118.304-.242.593-.48.931-.674.938-.535 2.182-.783 3.232-1 .352-.072.743-.1 1.084-.206l.056-.018Z", fill: "#8642F0" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M20.29 10.676a35.494 35.494 0 0 1 4.175-.081c-.454.155-1.014-.065-1.462.068a.481.481 0 0 0 .052.208.458.458 0 0 1-.135.229c-.006-.152-.01-.304-.018-.456-.536.022-2.192.185-2.612.032Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bP", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1142
|
+
maskType: "luminance"
|
1143
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 21.852 4.776 7.08H8.639v-7.08Z", fill: "#0E0764" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bQ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1144
|
+
maskType: "luminance"
|
1145
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 21.514 5.004 7.42h-.228l-4.776-7.081v-.34Z", fill: "#0E0764" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bR", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1146
|
+
maskType: "luminance"
|
1147
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 21.173 5.233 7.76h-.229l-5.004-7.42v-.34Z", fill: "#0F0865" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bS", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1148
|
+
maskType: "luminance"
|
1149
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 20.833 5.462 8.099h-.229l-5.233-7.76v-.339Z", fill: "#100866" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bT", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1150
|
+
maskType: "luminance"
|
1151
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 20.494 5.69 8.438h-.228l-5.462-8.099v-.339Z", fill: "#110966" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bU", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1152
|
+
maskType: "luminance"
|
1153
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 20.156 5.92 8.777h-.23l-5.69-8.438v-.339Z", fill: "#120967" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bV", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1154
|
+
maskType: "luminance"
|
1155
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 19.816 6.148 9.117h-.228l-5.92-8.777v-.34Z", fill: "#130A68" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bW", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1156
|
+
maskType: "luminance"
|
1157
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 19.479 6.377 9.455h-.229L8.64 19.818v-.34Z", fill: "#140A69" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bX", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1158
|
+
maskType: "luminance"
|
1159
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 19.139 6.606 9.794h-.229L8.64 19.478v-.34Z", fill: "#150B69" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bY", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1160
|
+
maskType: "luminance"
|
1161
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 18.8 6.835 10.134h-.229l-6.606-9.795v-.34Z", fill: "#160B6A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "bZ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1162
|
+
maskType: "luminance"
|
1163
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#bZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 18.46 7.064 10.473h-.23L8.64 18.799v-.339Z", fill: "#170C6B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ca", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1164
|
+
maskType: "luminance"
|
1165
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ca)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 18.121 7.292 10.812h-.228L8.639 18.46v-.339Z", fill: "#180C6C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cb", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1166
|
+
maskType: "luminance"
|
1167
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 17.782 7.521 11.152h-.229L8.64 18.12v-.339Z", fill: "#190D6C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cc", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1168
|
+
maskType: "luminance"
|
1169
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 17.443 7.75 11.491h-.229L8.64 17.783v-.34Z", fill: "#1A0E6D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cd", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1170
|
+
maskType: "luminance"
|
1171
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 17.102 7.979 11.83h-.23l-7.75-11.49v-.34Z", fill: "#1B0E6E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ce", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1172
|
+
maskType: "luminance"
|
1173
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ce)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 16.766 8.207 12.169h-.228l-7.98-11.83v-.34Z", fill: "#1C0F6F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cf", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1174
|
+
maskType: "luminance"
|
1175
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cf)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 16.425 8.436 12.508h-.229L8.64 16.764v-.34Z", fill: "#1D0F70" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cg", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1176
|
+
maskType: "luminance"
|
1177
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 16.087 8.665 12.848h-.229L8.64 16.425v-.34Z", fill: "#1E1070" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ch", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1178
|
+
maskType: "luminance"
|
1179
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ch)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 15.747 8.894 13.187h-.229L8.64 16.086v-.339Z", fill: "#1F1071" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ci", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1180
|
+
maskType: "luminance"
|
1181
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ci)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 15.407 9.123 13.526h-.23L8.64 15.746v-.339Z", fill: "#201172" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cj", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1182
|
+
maskType: "luminance"
|
1183
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 15.066 9.352 13.866h-.23L8.64 15.406v-.34Z", fill: "#211173" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ck", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1184
|
+
maskType: "luminance"
|
1185
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ck)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 14.73 9.58 14.204h-.229L8.64 15.069v-.34Z", fill: "#221273" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cl", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1186
|
+
maskType: "luminance"
|
1187
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 14.39 9.81 14.543h-.23L8.64 14.73v-.34Z", fill: "#231274" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cm", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1188
|
+
maskType: "luminance"
|
1189
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 14.05 10.038 14.884h-.229L8.638 14.39v-.34Z", fill: "#241375" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cn", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1190
|
+
maskType: "luminance"
|
1191
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.639 13.929.1-.068 10.167 15.074h-.23L8.64 14.052v-.123Z", fill: "#251476" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "co", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1192
|
+
maskType: "luminance"
|
1193
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#co)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.739 13.86.157-.106 10.239 15.18h-.23L8.74 13.86Z", fill: "#261476" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cp", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1194
|
+
maskType: "luminance"
|
1195
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m8.896 13.754.157-.106 10.31 15.285h-.229L8.896 13.753Z", fill: "#271577" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cq", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1196
|
+
maskType: "luminance"
|
1197
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.054 13.649.157-.106 10.381 15.392h-.228L9.054 13.649Z", fill: "#281578" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cr", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1198
|
+
maskType: "luminance"
|
1199
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cr)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.21 13.542.158-.107L19.82 28.933h-.229L9.211 13.542Z", fill: "#291679" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cs", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1200
|
+
maskType: "luminance"
|
1201
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cs)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.368 13.435.157-.106L20.05 28.933h-.23L9.369 13.435Z", fill: "#2A167A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ct", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1202
|
+
maskType: "luminance"
|
1203
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ct)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.526 13.33.157-.105 10.596 15.71h-.229L9.526 13.33Z", fill: "#2B177A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cu", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1204
|
+
maskType: "luminance"
|
1205
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.682 13.223.158-.106 10.667 15.816h-.229L9.682 13.223Z", fill: "#2C177B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cv", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1206
|
+
maskType: "luminance"
|
1207
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.84 13.118.157-.106 10.74 15.922h-.23L9.84 13.118Z", fill: "#2D187C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cw", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1208
|
+
maskType: "luminance"
|
1209
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m9.997 13.012.157-.106 10.811 16.028h-.229L9.997 13.012Z", fill: "#2E187D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cx", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1210
|
+
maskType: "luminance"
|
1211
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.154 12.905.157-.106 10.883 16.134h-.23l-10.81-16.028Z", fill: "#2F197D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cy", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1212
|
+
maskType: "luminance"
|
1213
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cy)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.312 12.799.157-.107 10.954 16.24h-.23L10.312 12.8Z", fill: "#301A7E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cz", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1214
|
+
maskType: "luminance"
|
1215
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.469 12.694.157-.106 11.025 16.346h-.229L10.47 12.694Z", fill: "#311A7F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cA", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1216
|
+
maskType: "luminance"
|
1217
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.626 12.588.157-.107L21.88 28.934h-.229L10.626 12.587Z", fill: "#321B80" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cB", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1218
|
+
maskType: "luminance"
|
1219
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.783 12.48.158-.106 11.168 16.558h-.229L10.783 12.48Z", fill: "#331B80" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cC", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1220
|
+
maskType: "luminance"
|
1221
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.94 12.375.158-.106 11.24 16.664h-.229L10.941 12.375Z", fill: "#341C81" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cD", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1222
|
+
maskType: "luminance"
|
1223
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.098 12.268.157-.106 11.312 16.77h-.23l-11.24-16.664Z", fill: "#351C82" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cE", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1224
|
+
maskType: "luminance"
|
1225
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.255 12.162.157-.106 11.383 16.876h-.229l-11.311-16.77Z", fill: "#361D83" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cF", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1226
|
+
maskType: "luminance"
|
1227
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.412 12.057.157-.106 11.455 16.983h-.229L11.412 12.057Z", fill: "#371D84" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cG", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1228
|
+
maskType: "luminance"
|
1229
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.57 11.95.157-.105 11.526 17.088h-.229L11.57 11.951Z", fill: "#381E84" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cH", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1230
|
+
maskType: "luminance"
|
1231
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.727 11.843.157-.106 11.598 17.195h-.23L11.728 11.843Z", fill: "#391E85" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cI", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1232
|
+
maskType: "luminance"
|
1233
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.884 11.739.157-.106 11.67 17.3h-.23L11.885 11.74Z", fill: "#3A1F86" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cJ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1234
|
+
maskType: "luminance"
|
1235
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.041 11.632.157-.106L23.94 28.933h-.229l-11.669-17.3Z", fill: "#3B2087" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cK", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1236
|
+
maskType: "luminance"
|
1237
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.198 11.527.158-.106 11.812 17.513h-.229L12.2 11.527Z", fill: "#3C2087" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cL", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1238
|
+
maskType: "luminance"
|
1239
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.356 11.42.157-.105 11.884 17.618h-.229L12.356 11.421Z", fill: "#3D2188" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cM", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1240
|
+
maskType: "luminance"
|
1241
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.513 11.315.157-.106 11.956 17.725h-.23L12.514 11.315Z", fill: "#3E2189" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cN", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1242
|
+
maskType: "luminance"
|
1243
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.67 11.207.157-.106 12.027 17.83h-.229L12.67 11.208Z", fill: "#3F228A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cO", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1244
|
+
maskType: "luminance"
|
1245
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.828 11.102.157-.106 12.098 17.937h-.229l-12.026-17.83Z", fill: "#40228A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cP", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1246
|
+
maskType: "luminance"
|
1247
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.985 10.996.157-.106 12.17 18.043h-.229L12.985 10.996Z", fill: "#41238B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cQ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1248
|
+
maskType: "luminance"
|
1249
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m13.142 10.89.157-.107 12.242 18.15h-.23l-12.17-18.044Z", fill: "#42238C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cR", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1250
|
+
maskType: "luminance"
|
1251
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m13.3 10.784.157-.106L25.77 28.933h-.23L13.3 10.783Z", fill: "#43248D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cS", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1252
|
+
maskType: "luminance"
|
1253
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m13.456 10.678.158-.106 12.384 18.362h-.229L13.456 10.678Z", fill: "#44248E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cT", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1254
|
+
maskType: "luminance"
|
1255
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m13.614 10.572.06-.04h.141l12.412 18.401H26L13.614 10.572Z", fill: "#45258E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cU", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1256
|
+
maskType: "luminance"
|
1257
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.044 10.531 12.412 18.402h-.229L13.815 10.531h.229Z", fill: "#46268F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cV", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1258
|
+
maskType: "luminance"
|
1259
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.273 10.531 12.412 18.402h-.229L14.044 10.531h.229Z", fill: "#472690" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cW", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1260
|
+
maskType: "luminance"
|
1261
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.501 10.531 12.412 18.402h-.228L14.273 10.531h.228Z", fill: "#482791" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cX", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1262
|
+
maskType: "luminance"
|
1263
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.73 10.531 12.412 18.402h-.228L14.502 10.531h.228Z", fill: "#492791" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cY", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1264
|
+
maskType: "luminance"
|
1265
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m14.96 10.531 12.41 18.402h-.229L14.73 10.531h.23Z", fill: "#4A2892" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "cZ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1266
|
+
maskType: "luminance"
|
1267
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#cZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.188 10.531 27.6 28.933h-.229L14.96 10.531h.229Z", fill: "#4B2893" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "da", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1268
|
+
maskType: "luminance"
|
1269
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#da)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m15.417 10.531 12.412 18.402h-.23l-12.41-18.402h.229Z", fill: "#4C2994" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "db", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1270
|
+
maskType: "luminance"
|
1271
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#db)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m15.645 10.531 12.413 18.402h-.23l-12.41-18.402h.228Z", fill: "#4D2994" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dc", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1272
|
+
maskType: "luminance"
|
1273
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m15.874 10.531 12.412 18.402h-.229L15.645 10.531h.23Z", fill: "#4E2A95" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dd", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1274
|
+
maskType: "luminance"
|
1275
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m16.103 10.531 12.412 18.402h-.229L15.874 10.531h.23Z", fill: "#502B96" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "de", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1276
|
+
maskType: "luminance"
|
1277
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#de)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m16.332 10.531 12.412 18.402h-.229L16.103 10.531h.229Z", fill: "#512B97" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "df", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1278
|
+
maskType: "luminance"
|
1279
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#df)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m16.56 10.531 12.413 18.402h-.229L16.332 10.531h.229Z", fill: "#522C98" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dg", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1280
|
+
maskType: "luminance"
|
1281
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M16.79 10.531 29.2 28.933h-.229L16.56 10.531h.23Z", fill: "#532C98" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dh", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1282
|
+
maskType: "luminance"
|
1283
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.018 10.531 29.43 28.933h-.228L16.79 10.531h.228Z", fill: "#542D99" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "di", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1284
|
+
maskType: "luminance"
|
1285
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#di)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m17.247 10.531 12.412 18.402h-.229L17.018 10.531h.229Z", fill: "#552D9A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dj", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1286
|
+
maskType: "luminance"
|
1287
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m17.476 10.531 12.412 18.402h-.229L17.247 10.531h.229Z", fill: "#562E9B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dk", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1288
|
+
maskType: "luminance"
|
1289
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dk)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m17.705 10.531 12.412 18.402h-.229L17.476 10.531h.229Z", fill: "#572E9B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dl", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1290
|
+
maskType: "luminance"
|
1291
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m17.933 10.531 12.412 18.402h-.228L17.705 10.531h.228Z", fill: "#582F9C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dm", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1292
|
+
maskType: "luminance"
|
1293
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.162 10.531 12.412 18.402h-.228L17.934 10.531h.228Z", fill: "#592F9D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dn", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1294
|
+
maskType: "luminance"
|
1295
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.391 10.531 12.412 18.402h-.229L18.162 10.531h.229Z", fill: "#5A309E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "do", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1296
|
+
maskType: "luminance"
|
1297
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#do)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.62 10.531 12.412 18.402h-.23l-12.41-18.402h.229Z", fill: "#5B319E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dp", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1298
|
+
maskType: "luminance"
|
1299
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.849 10.531 12.34 18.296-.157.106L18.62 10.531h.229Z", fill: "#5C319F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dq", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1300
|
+
maskType: "luminance"
|
1301
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m19.077 10.531 12.27 18.19-.158.106-12.34-18.296h.228Z", fill: "#5D32A0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dr", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1302
|
+
maskType: "luminance"
|
1303
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dr)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m19.306 10.531 12.198 18.084-.158.106-12.269-18.19h.23Z", fill: "#5E32A1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ds", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1304
|
+
maskType: "luminance"
|
1305
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ds)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.535 10.531 31.661 28.51l-.157.106-12.198-18.084h.23Z", fill: "#5F33A2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dt", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1306
|
+
maskType: "luminance"
|
1307
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dt)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m19.764 10.531 12.054 17.872-.157.106-12.126-17.978h.229Z", fill: "#6033A2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "du", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1308
|
+
maskType: "luminance"
|
1309
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#du)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m19.993 10.531 11.982 17.766-.157.106-12.054-17.872h.229Z", fill: "#6134A3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dv", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1310
|
+
maskType: "luminance"
|
1311
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m20.222 10.531 11.91 17.66-.156.106L19.993 10.53h.229Z", fill: "#6234A4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dw", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1312
|
+
maskType: "luminance"
|
1313
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m20.45 10.531 11.84 17.554-.157.106L20.22 10.53h.229Z", fill: "#6335A5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dx", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1314
|
+
maskType: "luminance"
|
1315
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M20.68 10.531 32.446 27.98l-.157.106L20.45 10.53h.23Z", fill: "#6435A5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dy", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1316
|
+
maskType: "luminance"
|
1317
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dy)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m20.908 10.531 11.696 17.342-.157.106L20.679 10.53h.229Z", fill: "#6536A6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dz", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1318
|
+
maskType: "luminance"
|
1319
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m21.137 10.531 11.625 17.236-.157.106L20.908 10.53h.229Z", fill: "#6637A7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dA", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1320
|
+
maskType: "luminance"
|
1321
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m21.365 10.531 11.554 17.13-.157.106L21.137 10.53h.228Z", fill: "#6737A8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dB", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1322
|
+
maskType: "luminance"
|
1323
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m21.594 10.531 11.482 17.023-.157.107-11.553-17.13h.228Z", fill: "#6838A8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dC", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1324
|
+
maskType: "luminance"
|
1325
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m21.823 10.531 11.41 16.917-.157.106-11.482-17.023h.229Z", fill: "#6938A9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dD", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1326
|
+
maskType: "luminance"
|
1327
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M22.052 10.531 33.39 27.342l-.157.106-11.411-16.917h.229Z", fill: "#6A39AA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dE", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1328
|
+
maskType: "luminance"
|
1329
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.28 10.531 11.268 16.705-.157.106-11.34-16.81h.23Z", fill: "#6B39AB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dF", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1330
|
+
maskType: "luminance"
|
1331
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.51 10.531 11.195 16.6-.157.105L22.28 10.531h.23Z", fill: "#6C3AAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dG", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1332
|
+
maskType: "luminance"
|
1333
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.738 10.531 11.125 16.493-.157.106L22.51 10.531h.228Z", fill: "#6D3AAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dH", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1334
|
+
maskType: "luminance"
|
1335
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M22.967 10.531 34.02 26.918l-.157.106-11.125-16.493h.23Z", fill: "#6E3BAD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dI", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1336
|
+
maskType: "luminance"
|
1337
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m23.196 10.531 10.981 16.281-.157.106-11.053-16.387h.229Z", fill: "#6F3BAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dJ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1338
|
+
maskType: "luminance"
|
1339
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m23.424 10.531 10.91 16.175-.157.106-10.981-16.28h.228Z", fill: "#703CAF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dK", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1340
|
+
maskType: "luminance"
|
1341
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M23.654 10.531 34.492 26.6l-.158.106-10.91-16.175h.23Z", fill: "#713DAF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dL", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1342
|
+
maskType: "luminance"
|
1343
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M23.882 10.531 34.65 26.494l-.157.106-10.84-16.07h.23Z", fill: "#723DB0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dM", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1344
|
+
maskType: "luminance"
|
1345
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.111 10.531 10.695 15.857-.157.106L23.882 10.53h.229Z", fill: "#733EB1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dN", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1346
|
+
maskType: "luminance"
|
1347
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.34 10.531 10.623 15.75-.157.107L24.111 10.53h.229Z", fill: "#743EB2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dO", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1348
|
+
maskType: "luminance"
|
1349
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.568 10.531 35.12 26.176l-.157.106-10.623-15.75h.228Z", fill: "#753FB2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dP", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1350
|
+
maskType: "luminance"
|
1351
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.797 10.531 10.48 15.539-.157.106L24.568 10.53h.229Z", fill: "#763FB3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dQ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1352
|
+
maskType: "luminance"
|
1353
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.026 10.531 10.409 15.432-.157.107-10.48-15.539h.228Z", fill: "#7740B4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dR", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1354
|
+
maskType: "luminance"
|
1355
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.255 10.531 10.337 15.326-.157.106-10.409-15.432h.229Z", fill: "#7840B5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dS", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1356
|
+
maskType: "luminance"
|
1357
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.484 10.531 10.265 15.22-.157.106-10.337-15.326h.229Z", fill: "#7941B6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dT", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1358
|
+
maskType: "luminance"
|
1359
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.713 10.531 10.194 15.114-.157.106-10.266-15.22h.229Z", fill: "#7A41B6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dU", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1360
|
+
maskType: "luminance"
|
1361
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M25.941 10.531 36.064 25.54l-.157.106-10.195-15.114h.23Z", fill: "#7B42B7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dV", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1362
|
+
maskType: "luminance"
|
1363
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.17 10.531 10.051 14.902-.157.106-10.123-15.008h.23Z", fill: "#7C43B8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dW", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1364
|
+
maskType: "luminance"
|
1365
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.399 10.531 9.98 14.796-.158.106L26.17 10.531h.229Z", fill: "#7D43B9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dX", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1366
|
+
maskType: "luminance"
|
1367
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.628 10.531 9.908 14.69-.157.106-9.98-14.796h.229Z", fill: "#7E44B9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dY", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1368
|
+
maskType: "luminance"
|
1369
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.856 10.531 9.837 14.584-.157.106-9.908-14.69h.228Z", fill: "#7F44BA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "dZ", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1370
|
+
maskType: "luminance"
|
1371
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#dZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M27.085 10.531 36.85 25.01l-.157.106-9.837-14.584h.23Z", fill: "#8045BB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ea", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1372
|
+
maskType: "luminance"
|
1373
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ea)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.314 10.531 9.694 14.372-.158.106-9.765-14.478h.229Z", fill: "#8145BC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eb", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1374
|
+
maskType: "luminance"
|
1375
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.543 10.531 9.622 14.266-.157.106-9.694-14.372h.229Z", fill: "#8246BC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ec", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1376
|
+
maskType: "luminance"
|
1377
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ec)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.771 10.531 9.55 14.16-.156.106-9.622-14.266h.229Z", fill: "#8346BD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ed", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1378
|
+
maskType: "luminance"
|
1379
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ed)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28 10.531 9.48 14.054-.158.106-9.55-14.16H28Z", fill: "#8447BE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ee", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1380
|
+
maskType: "luminance"
|
1381
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ee)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.23 10.531 9.407 13.947-.157.107L28 10.53h.23Z", fill: "#8547BF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ef", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1382
|
+
maskType: "luminance"
|
1383
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ef)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.458 10.531 9.336 13.841-.158.107L28.23 10.53h.229Z", fill: "#8648C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eg", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1384
|
+
maskType: "luminance"
|
1385
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.687 10.531 9.264 13.735-.157.106-9.336-13.84h.229Z", fill: "#8749C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eh", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1386
|
+
maskType: "luminance"
|
1387
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.915 10.531 9.193 13.63-.157.105-9.265-13.735h.23Z", fill: "#8849C1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ei", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1388
|
+
maskType: "luminance"
|
1389
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ei)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.144 10.531 9.122 13.523-.158.106-9.192-13.629h.228Z", fill: "#894AC2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ej", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1390
|
+
maskType: "luminance"
|
1391
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ej)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.373 10.531 9.05 13.417-.157.106-9.122-13.523h.23Z", fill: "#8A4AC3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ek", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1392
|
+
maskType: "luminance"
|
1393
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ek)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.602 10.531 8.86 13.136v.255l-.04.026-9.049-13.417h.23Z", fill: "#8B4BC3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "el", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1394
|
+
maskType: "luminance"
|
1395
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#el)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.83 10.531 8.632 12.796v.34l-8.86-13.136h.229Z", fill: "#8C4BC4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "em", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1396
|
+
maskType: "luminance"
|
1397
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#em)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.06 10.531 8.402 12.457v.34L29.83 10.53h.229Z", fill: "#8D4CC5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "en", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1398
|
+
maskType: "luminance"
|
1399
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#en)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.288 10.531 8.174 12.118v.34L30.06 10.53h.228Z", fill: "#8E4CC6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eo", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1400
|
+
maskType: "luminance"
|
1401
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eo)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.517 10.531 7.945 11.779v.339l-8.173-12.118h.228Z", fill: "#8F4DC6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ep", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1402
|
+
maskType: "luminance"
|
1403
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ep)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.746 10.531 7.716 11.44v.339l-7.945-11.78h.23Z", fill: "#904DC7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eq", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1404
|
+
maskType: "luminance"
|
1405
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.975 10.531 7.487 11.1v.34l-7.716-11.44h.229Z", fill: "#914EC8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "er", width: 31, height: 19, x: 8, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1406
|
+
maskType: "luminance"
|
1407
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.777-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.496.481 6.618 1.14.338.104.718.207 1.028.377.37.144.72.314 1.06.52.932.67 1.417 1.487 1.6 2.621.381 2.353.218 5.233-.489 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.764.477-1.169.622-.012.005-.026.007-.04.01-.514.27-1.125.437-1.684.595-3.25.914-6.757 1.059-10.116.921-3.533-.145-7.762-.952-10.25-3.677-1.965-2.152-2.304-4.905-2.18-7.686.087-.424.091-.876.17-1.306.318-1.724.887-2.89 2.339-3.883.917-.363 1.852-.57 2.816-.772a35.175 35.175 0 0 1 4.59-.69c.531-.047 1.078-.114 1.612-.105.42.153 2.076-.01 2.612-.032.009.152.013.304.018.456a.458.458 0 0 0 .135-.229.484.484 0 0 1-.052-.207c.448-.133 1.009.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#er)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.462 21.631-7.487-11.1h7.487v11.1Z", fill: "#914EC8" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "m20.041 11.596-.012-.036c.176-.147.486-.04.695-.074.114-.018.2-.08.328-.09.474-.034 1.271.087 1.689-.078.104-.041.14-.119.179-.217l.038.169a1.3 1.3 0 0 0 .259.083l.025-.017.018.02.054-.018c-.102-.012-.296-.012-.378.05-.622.032-1.246.057-1.867.107-.34.028-.688.093-1.028.101Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.454 16.52.165-.203c.069.059-.01.108.013.19a2.742 2.742 0 0 1 1.019-1.108l.046-.028-.007-.098.125-.065-.107-.029c.006-.019.024-.076.034-.091.075-.109.647-.375.785-.398l.034.032-.01.08-.053.104.02.038.15-.012-.01.014-.065.004.027.02c-.468.221-.813.442-1.164.824-.246.125-.62.466-.719.722-.001.004-.004.008-.006.011-.233.197-.333.452-.515.684.043-.24.147-.465.238-.69Zm5.58-2.035.014-.035c.022-.058.014-.037.032-.11.651.026 1.167.629 1.756.827-.024.123-.034.164.037.27.276.418.808.675 1.134 1.057.58.68 1.086 2.251 1.093 3.13.003.402-.1.797-.09 1.203l-.007.044c-.036.264-.02.528-.077.79-.178.826-.827 1.82-1.474 2.36-.042.036-.05.039-.093.063.24-.46.592-.757.884-1.167.155-.216.23-.486.347-.723.045-.092.117-.162.17-.249.15-.249.038-.87.038-1.172.003-1.244.203-1.916-.314-3.149-.122-.288-.26-.615-.444-.869-.248-.341-1.418-1.114-1.482-1.376a1.51 1.51 0 0 0-.02-.086.777.777 0 0 0-.041-.093c-.167-.141-1.204-.608-1.464-.715Z", fill: "#4501B1" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M20.409 24.56c.945.367 1.868.627 2.876.76-.381.029-.706-.026-1.075-.108-.082.414-.205 1.21.036 1.587.176.275.659.208.878.43a3.126 3.126 0 0 1-1.086-.364c-.978-.534-1.325-1.283-1.63-2.305Z", fill: "#B9B3FD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.751 25.23c.77-.024 1.621-.383 2.314-.709-.17.66-.352 1.148-.745 1.711-.2.174-.386.372-.603.526-.645.46-1.57.557-2.337.501a2.926 2.926 0 0 1-.256-.03c-.219-.222-.702-.156-.878-.43-.241-.377-.118-1.174-.036-1.587.369.082.694.137 1.075.108.482.012.994.03 1.466-.09Z", fill: "#C0C9FE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.62 24.738c-1.041-.503-1.918-1.494-2.479-2.488-.253-.447-.716-1.664-.579-2.157l.042.011.024.15.049.007c.059-.091.017-.192 0-.298a.791.791 0 0 0 .1-.27l.007-.072.007.049c.052-.184-.021-.54-.032-.742-.062.04-.04.021-.091.076l-.037.039c-.007-.01-.015-.019-.02-.03-.097-.196-.007-.744.041-.963.09-.408.417-1.36.775-1.59l.027.06c-.091.226-.195.45-.237.69.181-.232.281-.487.514-.684l-.018.057c-.064.206-.15.373-.177.593l.046-.105c-.256.9-.407 1.526-.357 2.48l.03.057.008.066c.01.09.015.179.018.269l.036.003c.155 1.278.583 2.414 1.633 3.227.506.392 1.077.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.048-.666.134a1.15 1.15 0 0 0-.344.099c.208.054.44.091.627.202-.146-.011-.292-.035-.434.01l-.015.037.064.097c.153-.012.252.023.394.076a.509.509 0 0 0 .124-.074c.02.07.023.036-.008.1l.086-.006-.024.002c.09-.062.186-.15.298-.155l.047.043-.135.064c.018.02.053.014.08.017.142.013.281 0 .424.02-.192.046-.388.048-.573.118.71.255 2.088-.12 2.716-.508.2-.124.433-.438.663-.469l.043.112c-.392.504-1.63.95-2.268 1.033-1.075.14-2.264-.003-3.209-.564Z", fill: "#300092" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.73 16.527-.017.057c-.064.205-.15.373-.177.593l.046-.105c-.257.9-.407 1.526-.357 2.48l.03.057c-.006.363-.04.723-.06 1.085l-.095.061.046.066-.04-.072.058.075a12.531 12.531 0 0 1-.199-.22c-.08-.77-.135-2.083.087-2.807.033-.202.1-.391.165-.585.18-.233.281-.488.514-.685Z", fill: "#3B5AA5" }), /* @__PURE__ */ React__namespace.createElement("mask", { id: "es", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1408
|
+
maskType: "luminance"
|
1409
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#es)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.62 2.213 3.07h-2.213v-3.07Z", fill: "#24438C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "et", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1410
|
+
maskType: "luminance"
|
1411
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#et)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.554 2.26 3.135h-.047l-2.213-3.07v-.065Z", fill: "#24438C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eu", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1412
|
+
maskType: "luminance"
|
1413
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.487 2.307 3.2h-.047l-2.26-3.135v-.065Z", fill: "#24448D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ev", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1414
|
+
maskType: "luminance"
|
1415
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ev)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.423 2.353 3.265h-.046l-2.307-3.2v-.065Z", fill: "#25458E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ew", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1416
|
+
maskType: "luminance"
|
1417
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ew)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.36 2.4 3.33h-.047l-2.353-3.266v-.065Z", fill: "#25468F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ex", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1418
|
+
maskType: "luminance"
|
1419
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ex)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.295 2.447 3.395h-.047l-2.4-3.33v-.065Z", fill: "#264690" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ey", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1420
|
+
maskType: "luminance"
|
1421
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ey)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.23 2.494 3.459h-.047l-2.447-3.395v-.064Z", fill: "#264791" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ez", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1422
|
+
maskType: "luminance"
|
1423
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ez)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.167 2.54 3.524h-.046l-2.494-3.46v-.064Z", fill: "#274892" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eA", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1424
|
+
maskType: "luminance"
|
1425
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.102 2.587 3.589h-.047l-2.54-3.525v-.064Z", fill: "#274993" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eB", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1426
|
+
maskType: "luminance"
|
1427
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 21.035 2.634 3.654h-.047L10.965 21.1v-.065Z", fill: "#284A94" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eC", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1428
|
+
maskType: "luminance"
|
1429
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.97 2.68 3.719H13.6l-2.634-3.654v-.065Z", fill: "#284B95" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eD", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1430
|
+
maskType: "luminance"
|
1431
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.906 2.727 3.784h-.047l-2.68-3.719v-.065Z", fill: "#294B96" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eE", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1432
|
+
maskType: "luminance"
|
1433
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.84 2.774 3.85h-.047l-2.727-3.784v-.065Z", fill: "#294C97" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eF", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1434
|
+
maskType: "luminance"
|
1435
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.774 2.82 3.914h-.046l-2.774-3.849v-.065Z", fill: "#2A4D98" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eG", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1436
|
+
maskType: "luminance"
|
1437
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.71 2.867 3.978h-.046l-2.821-3.913v-.065Z", fill: "#2A4E99" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eH", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1438
|
+
maskType: "luminance"
|
1439
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.645 2.914 4.044h-.047l-2.867-3.979v-.065Z", fill: "#2B4F9A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eI", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1440
|
+
maskType: "luminance"
|
1441
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.58 2.96 4.107h-.046l-2.914-4.043v-.065Z", fill: "#2B509B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eJ", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1442
|
+
maskType: "luminance"
|
1443
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.517 3.008 4.172h-.047l-2.961-4.108v-.064Z", fill: "#2C509C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eK", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1444
|
+
maskType: "luminance"
|
1445
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.452 3.054 4.238h-.046l-3.008-4.173v-.065Z", fill: "#2C519D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eL", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1446
|
+
maskType: "luminance"
|
1447
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.387 3.101 4.302h-.047l-3.054-4.237v-.065Z", fill: "#2D529E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eM", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1448
|
+
maskType: "luminance"
|
1449
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.323 3.148 4.367h-.047l-3.101-4.302v-.065Z", fill: "#2D539F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eN", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1450
|
+
maskType: "luminance"
|
1451
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.257 3.194 4.432h-.046l-3.148-4.367v-.065Z", fill: "#2D54A0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eO", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1452
|
+
maskType: "luminance"
|
1453
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.192 3.241 4.497h-.046l-3.195-4.432v-.065Z", fill: "#2E55A1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eP", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1454
|
+
maskType: "luminance"
|
1455
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 20.127 3.288 4.562h-.047l-3.241-4.497v-.065Z", fill: "#2E56A2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eQ", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1456
|
+
maskType: "luminance"
|
1457
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.965 20.064 14.3 24.69h-.047l-3.288-4.562v-.064Z", fill: "#2F56A3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eR", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1458
|
+
maskType: "luminance"
|
1459
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.998 3.382 4.691H14.3l-3.335-4.626v-.065Z", fill: "#2F57A4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eS", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1460
|
+
maskType: "luminance"
|
1461
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.934 3.428 4.756h-.046l-3.382-4.692v-.064Z", fill: "#3058A5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eT", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1462
|
+
maskType: "luminance"
|
1463
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.866 3.475 4.821h-.047l-3.428-4.756v-.065Z", fill: "#3059A6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eU", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1464
|
+
maskType: "luminance"
|
1465
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.804 3.522 4.886h-.047l-3.475-4.822v-.064Z", fill: "#315AA7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eV", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1466
|
+
maskType: "luminance"
|
1467
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.738 3.568 4.951h-.046l-3.522-4.886v-.065Z", fill: "#315BA8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eW", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1468
|
+
maskType: "luminance"
|
1469
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.965 19.722.023-.017 3.592 4.983h-.047l-3.568-4.95v-.016Z", fill: "#325BAA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eX", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1470
|
+
maskType: "luminance"
|
1471
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m10.989 19.706.03-.022 3.608 5.005h-.046l-3.592-4.983Z", fill: "#325CAB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eY", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1472
|
+
maskType: "luminance"
|
1473
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.019 19.684.03-.022 3.625 5.027h-.047l-3.608-5.005Z", fill: "#335DAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "eZ", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1474
|
+
maskType: "luminance"
|
1475
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#eZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.05 19.662.03-.022 3.64 5.049h-.046l-3.624-5.027Z", fill: "#335EAD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fa", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1476
|
+
maskType: "luminance"
|
1477
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fa)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.08 19.641.031-.022 3.656 5.072h-.046l-3.64-5.05Z", fill: "#345FAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fb", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1478
|
+
maskType: "luminance"
|
1479
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.111 19.617.013-.01h.027l3.663 5.081h-.047l-3.655-5.071Z", fill: "#3460AF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fc", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1480
|
+
maskType: "luminance"
|
1481
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.198 19.607 3.663 5.081h-.047l-3.662-5.08h.046Z", fill: "#3560B0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fd", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1482
|
+
maskType: "luminance"
|
1483
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.245 19.607 3.663 5.081h-.047l-3.663-5.08h.047Z", fill: "#3561B1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fe", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1484
|
+
maskType: "luminance"
|
1485
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fe)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.291 19.607 3.663 5.081h-.047l-3.662-5.08h.046Z", fill: "#3662B2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ff", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1486
|
+
maskType: "luminance"
|
1487
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ff)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.339 19.607 15 24.688h-.047l-3.662-5.08h.047Z", fill: "#3663B3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fg", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1488
|
+
maskType: "luminance"
|
1489
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.385 19.607 3.663 5.081H15l-3.663-5.08h.047Z", fill: "#3664B4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fh", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1490
|
+
maskType: "luminance"
|
1491
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.432 19.607 3.662 5.081h-.046l-3.663-5.08h.047Z", fill: "#3765B5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fi", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1492
|
+
maskType: "luminance"
|
1493
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fi)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.479 19.607 3.662 5.081h-.046l-3.663-5.08h.047Z", fill: "#3766B6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fj", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1494
|
+
maskType: "luminance"
|
1495
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.526 19.607 3.662 5.081h-.047l-3.662-5.08h.047Z", fill: "#3866B7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fk", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1496
|
+
maskType: "luminance"
|
1497
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fk)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.572 19.607 3.663 5.081h-.047l-3.663-5.08h.047Z", fill: "#3867B8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fl", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1498
|
+
maskType: "luminance"
|
1499
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.619 19.607 3.662 5.081h-.046l-3.663-5.08h.047Z", fill: "#3968B9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fm", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1500
|
+
maskType: "luminance"
|
1501
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.666 19.607 3.662 5.081h-.047l-3.662-5.08h.047Z", fill: "#3969BA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fn", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1502
|
+
maskType: "luminance"
|
1503
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.712 19.607 3.663 5.081h-.047l-3.662-5.08h.046Z", fill: "#3A6ABB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fo", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1504
|
+
maskType: "luminance"
|
1505
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fo)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.759 19.607 3.652 5.066-.021.015h-.015l-3.663-5.08h.047Z", fill: "#3A6BBC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fp", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1506
|
+
maskType: "luminance"
|
1507
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.806 19.607 3.635 5.044-.03.022-3.652-5.066h.047Z", fill: "#3B6BBD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fq", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1508
|
+
maskType: "luminance"
|
1509
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.853 19.607 3.62 5.022-.032.022-3.635-5.044h.047Z", fill: "#3B6CBE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fr", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1510
|
+
maskType: "luminance"
|
1511
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fr)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.9 19.607 3.603 5-.03.022-3.62-5.022h.046Z", fill: "#3C6DBF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fs", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1512
|
+
maskType: "luminance"
|
1513
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fs)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.946 19.607 3.588 4.977-.031.023-3.604-5h.047Z", fill: "#3C6EC0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ft", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1514
|
+
maskType: "luminance"
|
1515
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ft)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.993 19.607 3.571 4.955-.03.022-3.588-4.977h.047Z", fill: "#3D6FC1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fu", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1516
|
+
maskType: "luminance"
|
1517
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.04 19.607 3.555 4.933-.03.022-3.572-4.955h.046Z", fill: "#3D70C2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fv", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1518
|
+
maskType: "luminance"
|
1519
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.086 19.607 3.54 4.91-.031.023-3.556-4.933h.047Z", fill: "#3E70C3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fw", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1520
|
+
maskType: "luminance"
|
1521
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.133 19.607 3.524 4.889-.03.022-3.54-4.91h.046Z", fill: "#3E71C4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fx", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1522
|
+
maskType: "luminance"
|
1523
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.18 19.607 3.507 4.867-.03.022-3.524-4.889h.047Z", fill: "#3F72C5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fy", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1524
|
+
maskType: "luminance"
|
1525
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fy)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m12.227 19.607 3.491 4.844-.03.023-3.508-4.867h.047Z", fill: "#3F73C6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fz", width: 6, height: 6, x: 10, y: 19, maskUnits: "userSpaceOnUse", style: {
|
1526
|
+
maskType: "luminance"
|
1527
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m11.254 19.607.009.066c.01.09.014.179.018.27l.035.002c.155 1.278.584 2.414 1.634 3.227.505.392 1.076.643 1.688.817.313.26.753.074 1.092.36-.23.028-.45.049-.666.134-.13.018-.226.045-.345.1-.148-.034-.29-.073-.444-.064.077.067.246.044.351.097v.034c-.163.038-.297-.082-.466-.077-.02 0-.04.002-.06.004l-.04-.057.055-.087c-.1-.092-.23-.126-.356-.165-.404-.126-.798-.424-1.142-.673l-.057.063-.014.06c-.03-.015-.037-.017-.064-.044-.136-.13-.259-.338-.373-.49-.588-.792-1.053-1.586-1.144-2.582l.199.22-.058-.075.04.072-.046-.066.095-.06c.02-.363.054-.723.06-1.086Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m15.73 24.443-.012.008-3.491-4.844h3.502v4.836Z", fill: "#3F73C6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fA", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1528
|
+
maskType: "luminance"
|
1529
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 21.749 10.073 5.532H22.92v-5.532Z", fill: "#2B0C82" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fB", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1530
|
+
maskType: "luminance"
|
1531
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 21.557 10.422 5.723h-.349L22.92 21.748v-.191Z", fill: "#2B0C82" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fC", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1532
|
+
maskType: "luminance"
|
1533
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 21.364 10.77 5.915h-.348L22.92 21.556v-.192Z", fill: "#2C0C83" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fD", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1534
|
+
maskType: "luminance"
|
1535
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 21.173 11.12 6.106h-.35l-10.77-5.915v-.191Z", fill: "#2D0D84" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fE", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1536
|
+
maskType: "luminance"
|
1537
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.983 11.468 6.298h-.349L22.92 21.175v-.192Z", fill: "#2E0D85" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fF", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1538
|
+
maskType: "luminance"
|
1539
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.791 11.816 6.489h-.348L22.92 20.983v-.192Z", fill: "#2F0E86" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fG", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1540
|
+
maskType: "luminance"
|
1541
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.599 12.165 6.68h-.349L22.92 20.79v-.19Z", fill: "#300E87" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fH", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1542
|
+
maskType: "luminance"
|
1543
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.407 12.514 6.872h-.349l-12.165-6.68v-.192Z", fill: "#310E88" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fI", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1544
|
+
maskType: "luminance"
|
1545
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.217 12.697 6.972-.05.091h-.133L22.92 20.408v-.191Z", fill: "#320F89" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fJ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1546
|
+
maskType: "luminance"
|
1547
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 20.025 12.778 7.017-.08.147-12.698-6.972v-.192Z", fill: "#330F8A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fK", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1548
|
+
maskType: "luminance"
|
1549
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.833 12.859 7.061-.081.147-12.778-7.017v-.191Z", fill: "#34108B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fL", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1550
|
+
maskType: "luminance"
|
1551
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.643 12.94 7.105-.081.147-12.859-7.061v-.191Z", fill: "#35108C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fM", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1552
|
+
maskType: "luminance"
|
1553
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.451 13.02 7.15-.08.147-12.94-7.105v-.192Z", fill: "#36108D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fN", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1554
|
+
maskType: "luminance"
|
1555
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.257 13.101 7.194-.08.147-13.021-7.15v-.191Z", fill: "#37118E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fO", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1556
|
+
maskType: "luminance"
|
1557
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 19.067 13.182 7.239-.081.147-13.101-7.194v-.192Z", fill: "#38118F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fP", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1558
|
+
maskType: "luminance"
|
1559
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.876 13.263 7.283-.081.147-13.182-7.239v-.191Z", fill: "#391290" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fQ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1560
|
+
maskType: "luminance"
|
1561
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.686 13.343 7.327-.08.147-13.263-7.283v-.191Z", fill: "#3A1291" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fR", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1562
|
+
maskType: "luminance"
|
1563
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.492 13.424 7.372-.08.147-13.344-7.327v-.192Z", fill: "#3B1292" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fS", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1564
|
+
maskType: "luminance"
|
1565
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.303 13.505 7.416-.08.147-13.425-7.372v-.191Z", fill: "#3C1393" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fT", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1566
|
+
maskType: "luminance"
|
1567
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 18.11 13.586 7.46-.081.148-13.505-7.416v-.192Z", fill: "#3D1394" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fU", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1568
|
+
maskType: "luminance"
|
1569
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.92 13.666 7.505-.08.147-13.586-7.46v-.192Z", fill: "#3E1495" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fV", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1570
|
+
maskType: "luminance"
|
1571
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.727 13.747 7.549-.08.147-13.667-7.505v-.191Z", fill: "#3F1496" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fW", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1572
|
+
maskType: "luminance"
|
1573
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.536 13.828 7.593-.08.148-13.748-7.55v-.19Z", fill: "#401497" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fX", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1574
|
+
maskType: "luminance"
|
1575
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.344 13.909 7.637-.081.148-13.828-7.594v-.191Z", fill: "#411598" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fY", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1576
|
+
maskType: "luminance"
|
1577
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 17.152 13.99 7.682-.081.148-13.909-7.638v-.192Z", fill: "#421599" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "fZ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1578
|
+
maskType: "luminance"
|
1579
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#fZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.962 14.07 7.726-.08.148-13.99-7.683v-.191Z", fill: "#43169A" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ga", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1580
|
+
maskType: "luminance"
|
1581
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ga)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.77 14.151 7.771-.08.147-14.071-7.726v-.192Z", fill: "#44169B" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gb", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1582
|
+
maskType: "luminance"
|
1583
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.577 14.232 7.815-.08.147-14.152-7.77v-.192Z", fill: "#45169C" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gc", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1584
|
+
maskType: "luminance"
|
1585
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.387 14.313 7.86-.081.146-14.232-7.815v-.191Z", fill: "#46179D" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gd", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1586
|
+
maskType: "luminance"
|
1587
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M22.92 16.196 37.313 24.1l-.08.147-14.313-7.86v-.19Z", fill: "#47179E" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ge", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1588
|
+
maskType: "luminance"
|
1589
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ge)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 16.005 14.474 7.948-.08.147-14.394-7.904v-.191Z", fill: "#48189F" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gf", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1590
|
+
maskType: "luminance"
|
1591
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gf)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.812 14.555 7.992-.08.147-14.475-7.948v-.191Z", fill: "#4918A0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gg", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1592
|
+
maskType: "luminance"
|
1593
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.622 14.636 8.037-.081.147-14.555-7.993v-.19Z", fill: "#4A18A1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gh", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1594
|
+
maskType: "luminance"
|
1595
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.43 14.716 8.081-.08.147-14.636-8.037v-.191Z", fill: "#4B19A2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gi", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1596
|
+
maskType: "luminance"
|
1597
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gi)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.238 14.797 8.126-.08.147L22.92 15.43v-.192Z", fill: "#4C19A3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gj", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1598
|
+
maskType: "luminance"
|
1599
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 15.046 14.878 8.17-.08.147-14.798-8.126v-.191Z", fill: "#4D1AA4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gk", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1600
|
+
maskType: "luminance"
|
1601
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gk)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.855 14.959 8.215-.08.147-14.879-8.17v-.192Z", fill: "#4E1AA5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gl", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1602
|
+
maskType: "luminance"
|
1603
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gl)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.663 15.04 8.259-.081.147-14.959-8.214v-.192Z", fill: "#4F1AA6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gm", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1604
|
+
maskType: "luminance"
|
1605
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gm)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.472 15.12 8.303-.08.147-15.04-8.259v-.191Z", fill: "#501BA7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gn", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1606
|
+
maskType: "luminance"
|
1607
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gn)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.28 15.201 8.348-.08.147-15.121-8.303v-.192Z", fill: "#511BA8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "go", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1608
|
+
maskType: "luminance"
|
1609
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#go)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 14.089 15.282 8.392-.08.147L22.92 14.28v-.191Z", fill: "#521CA9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gp", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1610
|
+
maskType: "luminance"
|
1611
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gp)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.898 15.363 8.437-.081.147L22.92 14.09v-.192Z", fill: "#531CAA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gq", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1612
|
+
maskType: "luminance"
|
1613
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gq)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.706 15.444 8.48-.081.148-15.363-8.436v-.192Z", fill: "#541CAB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gr", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1614
|
+
maskType: "luminance"
|
1615
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gr)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.515 15.524 8.524-.08.148-15.444-8.48v-.192Z", fill: "#551DAC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gs", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1616
|
+
maskType: "luminance"
|
1617
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gs)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.323 15.542 8.535v.15l-.018.032-15.524-8.525v-.192Z", fill: "#561DAE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gt", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1618
|
+
maskType: "luminance"
|
1619
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gt)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 13.133 15.542 8.534v.192L22.92 13.324v-.191Z", fill: "#571EAF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gu", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1620
|
+
maskType: "luminance"
|
1621
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gu)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.94 15.542 8.535v.191L22.92 13.132v-.192Z", fill: "#581EB0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gv", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1622
|
+
maskType: "luminance"
|
1623
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gv)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.749 15.542 8.534v.192L22.92 12.94v-.191Z", fill: "#591EB1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gw", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1624
|
+
maskType: "luminance"
|
1625
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gw)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.558 15.542 8.534v.192L22.92 12.748v-.191Z", fill: "#5A1FB2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gx", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1626
|
+
maskType: "luminance"
|
1627
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gx)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.368 15.542 8.535v.191L22.92 12.56v-.192Z", fill: "#5B1FB3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gy", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1628
|
+
maskType: "luminance"
|
1629
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gy)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 12.174 15.542 8.534v.192L22.92 12.365v-.191Z", fill: "#5C20B4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gz", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1630
|
+
maskType: "luminance"
|
1631
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gz)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.983 15.542 8.535v.191L22.92 12.175v-.192Z", fill: "#5D20B5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gA", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1632
|
+
maskType: "luminance"
|
1633
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gA)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.791 15.542 8.534v.192L22.92 11.983v-.192Z", fill: "#5E20B6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gB", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1634
|
+
maskType: "luminance"
|
1635
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gB)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.6 15.542 8.534v.192L22.92 11.79v-.19Z", fill: "#5F21B7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gC", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1636
|
+
maskType: "luminance"
|
1637
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gC)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.41 15.542 8.534v.191L22.92 11.601v-.192Z", fill: "#6021B8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gD", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1638
|
+
maskType: "luminance"
|
1639
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gD)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.218 15.542 8.534v.192L22.92 11.409v-.191Z", fill: "#6122B9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gE", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1640
|
+
maskType: "luminance"
|
1641
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gE)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 11.026 15.542 8.535v.191L22.92 11.218v-.192Z", fill: "#6222BA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gF", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1642
|
+
maskType: "luminance"
|
1643
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gF)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 10.835 15.542 8.534v.192L22.92 11.026v-.191Z", fill: "#6322BB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gG", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1644
|
+
maskType: "luminance"
|
1645
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gG)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.92 10.657.006-.01 15.536 8.53v.192L22.92 10.835v-.178Z", fill: "#6423BC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gH", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1646
|
+
maskType: "luminance"
|
1647
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gH)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m22.926 10.647.064-.116h.074l15.398 8.456v.191l-15.536-8.531Z", fill: "#6523BD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gI", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1648
|
+
maskType: "luminance"
|
1649
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gI)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m23.413 10.531 15.049 8.264v.192L23.064 10.53h.349Z", fill: "#6624BE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gJ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1650
|
+
maskType: "luminance"
|
1651
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gJ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m23.762 10.531 14.7 8.073v.191l-15.05-8.264h.35Z", fill: "#6724BF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gK", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1652
|
+
maskType: "luminance"
|
1653
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gK)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.11 10.531 14.352 7.881v.192l-14.7-8.073h.348Z", fill: "#6824C0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gL", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1654
|
+
maskType: "luminance"
|
1655
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gL)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.459 10.531 14.003 7.69v.191l-14.352-7.88h.349Z", fill: "#6925C1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gM", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1656
|
+
maskType: "luminance"
|
1657
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gM)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m24.807 10.531 13.655 7.498v.192l-14.004-7.69h.35Z", fill: "#6A25C2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gN", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1658
|
+
maskType: "luminance"
|
1659
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gN)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.156 10.531 13.306 7.307v.191l-13.655-7.498h.349Z", fill: "#6B26C3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gO", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1660
|
+
maskType: "luminance"
|
1661
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gO)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.504 10.531 12.958 7.115v.192l-13.306-7.307h.348Z", fill: "#6C26C4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gP", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1662
|
+
maskType: "luminance"
|
1663
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gP)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m25.853 10.531 12.609 6.924v.192L25.504 10.53h.349Z", fill: "#6D26C5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gQ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1664
|
+
maskType: "luminance"
|
1665
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gQ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.202 10.531 12.26 6.733v.191l-12.609-6.924h.349Z", fill: "#6E27C6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gR", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1666
|
+
maskType: "luminance"
|
1667
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gR)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.55 10.531 11.912 6.541v.192l-12.26-6.733h.348Z", fill: "#6F27C7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gS", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1668
|
+
maskType: "luminance"
|
1669
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gS)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m26.9 10.531 11.562 6.35v.191l-11.912-6.54h.35Z", fill: "#7028C8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gT", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1670
|
+
maskType: "luminance"
|
1671
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gT)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.248 10.531 11.214 6.158v.192l-11.563-6.35h.349Z", fill: "#7128C9" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gU", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1672
|
+
maskType: "luminance"
|
1673
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gU)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.596 10.531 10.866 5.967v.191l-11.214-6.158h.348Z", fill: "#7228CA" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gV", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1674
|
+
maskType: "luminance"
|
1675
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gV)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m27.945 10.531 10.517 5.775v.192L27.596 10.53h.349Z", fill: "#7329CB" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gW", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1676
|
+
maskType: "luminance"
|
1677
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gW)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.294 10.531 10.168 5.584v.191l-10.517-5.775h.349Z", fill: "#7429CC" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gX", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1678
|
+
maskType: "luminance"
|
1679
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gX)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.642 10.531 9.82 5.392v.192L28.294 10.53h.348Z", fill: "#752ACD" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gY", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1680
|
+
maskType: "luminance"
|
1681
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gY)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m28.99 10.531 9.472 5.201v.191l-9.82-5.392h.349Z", fill: "#762ACE" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "gZ", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1682
|
+
maskType: "luminance"
|
1683
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#gZ)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.34 10.531 9.122 5.01v.191l-9.471-5.2h.349Z", fill: "#772ACF" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "ha", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1684
|
+
maskType: "luminance"
|
1685
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#ha)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m29.688 10.531 8.774 4.818v.191l-9.122-5.009h.348Z", fill: "#782BD0" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hb", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1686
|
+
maskType: "luminance"
|
1687
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hb)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.037 10.531 8.425 4.627v.191l-8.774-4.818h.349Z", fill: "#792BD1" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hc", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1688
|
+
maskType: "luminance"
|
1689
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hc)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.386 10.531 8.076 4.435v.192l-8.425-4.627h.349Z", fill: "#7A2CD2" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hd", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1690
|
+
maskType: "luminance"
|
1691
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hd)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m30.734 10.531 7.728 4.244v.191l-8.077-4.435h.349Z", fill: "#7B2CD3" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "he", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1692
|
+
maskType: "luminance"
|
1693
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#he)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m31.083 10.531 7.379 4.052v.192l-7.728-4.244h.349Z", fill: "#7C2CD4" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hf", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1694
|
+
maskType: "luminance"
|
1695
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hf)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m31.431 10.531 7.03 3.86v.192l-7.378-4.052h.348Z", fill: "#7D2DD5" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hg", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1696
|
+
maskType: "luminance"
|
1697
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hg)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m31.78 10.531 6.682 3.67v.19l-7.03-3.86h.348Z", fill: "#7E2DD6" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hh", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1698
|
+
maskType: "luminance"
|
1699
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hh)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m32.129 10.531 6.333 3.478v.191l-6.682-3.669h.349Z", fill: "#7F2ED7" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hi", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1700
|
+
maskType: "luminance"
|
1701
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hi)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m32.477 10.531 5.985 3.287v.19l-6.333-3.477h.348Z", fill: "#802ED8" })), /* @__PURE__ */ React__namespace.createElement("mask", { id: "hj", width: 17, height: 18, x: 22, y: 10, maskUnits: "userSpaceOnUse", style: {
|
1702
|
+
maskType: "luminance"
|
1703
|
+
} }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M24.465 10.595c.776-.057 1.586.022 2.362.069.286.017.671.086.948.035 2.209.184 4.495.481 6.618 1.14.338.104.718.207 1.027.377.371.144.72.314 1.06.52.933.67 1.417 1.487 1.6 2.621.382 2.353.218 5.233-.488 7.508-.746 1.596-1.906 2.837-3.39 3.782-.36.23-.765.477-1.169.622-.013.005-.026.007-.04.01.001-.006 0-.012.003-.017.073-.146.507-.246.661-.362.544-.41 1.136-.723 1.66-1.174 1.072-.926 2.386-2.494 2.49-3.968.006-.093.002-.127.054-.21.093-.147.09-.446.12-.629-.031-.08-.058-.079-.128-.123-.147.02-.126.25-.276.328l-.021.064-.006-.047-.006.03-.01.048c-.052.278-.228.486-.3.75-.055.195-.014.43-.038.633-.052.438-.428 1.342-.928 1.436-.33.062-.667-.077-1.007.032-.224.072-.512.364-.702.512-.426.225-.85.433-1.331.517-.146.025-.342-.003-.475.045-.015.005-.03.013-.045.017-.055.013-.152.023-.202-.002.181-.091.352-.125.546-.176 1.31-.341 2.62-1.38 3.298-2.54.003-.002.007-.004.009-.007.556-.656.816-1.874.877-2.705.174-1.45-.02-4.909-.612-6.232-.116-.258-.284-.294-.531-.385-.543-.16-1.063-.414-1.594-.612-1.251-.466-2.31-.527-3.623-.502-.37-.099-.802-.051-1.186-.103-1.165-.155-2.338-.34-3.511-.417-1.081-.07-2.163-.044-3.243-.093.082-.061.276-.062.378-.05l-.053.02-.019-.022-.025.018a1.297 1.297 0 0 1-.26-.083l-.037-.17a.459.459 0 0 0 .135-.229.482.482 0 0 1-.052-.207c.448-.133 1.008.086 1.462-.069Z", fill: "#fff" })), /* @__PURE__ */ React__namespace.createElement("g", { mask: "url(#hj)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "m38.462 13.818-5.985-3.287h5.985v3.287Z", fill: "#802ED8" })), /* @__PURE__ */ React__namespace.createElement("path", { d: "M26.373 16.974c.109-.483.716-2.228.991-2.537l.06-.015c.052-.218.241-.314.328-.515l.039-.09c.117-.186.046.014.142-.019.128-.044.165-.393.449-.443l.069-.01.08-.14.054-.006.021.112.104-.003-.073.04a.68.68 0 0 1 .076-.176c.101-.06.114-.054.232-.045.062.067.072.082.081.177.04.39-.143.63-.033 1.076.117.471.577 1.04.579 1.52-.078.13-.225.169-.346.25-.098.066-.155.092-.175.208-.258.252-.521.478-.75.761-.586.726-.888 1.739-.902 2.663-.018 1.134.374 2.223 1.172 3.037.807.824 1.992 1.296 3.143 1.297 1.132.002 2.265-.541 3.058-1.339.652-.656.935-1.453 1.103-2.346.009-.049.002-.03.021-.066l.025.038c.041-.078.056-.16.073-.245.272.056.575-.156.852-.191.11-.014.188.044.293.048.01-.143.005-.164.097-.282-.061.83-.322 2.049-.877 2.704l-.009.007c-.346.232-.759.703-1.123.986-1.51 1.17-3.262 1.713-5.136 1.129-.295-.092-1.281-.61-1.39-.606-.063.002-.064.013-.122-.01-.227-.09-.26-.34-.426-.486-.107-.093-.234-.16-.34-.257-.583-.53-.968-1.222-1.208-1.968-.06-.186-.036-.476-.12-.635-.006-.011-.014-.02-.022-.031l.024.02-.052-.021c-.006.13-.01.256-.033.384-.193-.31.047-3.2-.022-3.748a1.128 1.128 0 0 1-.007-.227Z", fill: "#9A88F8" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.55 14.803c.134-.018.287-.103.411-.156l.043-.098c.035-.014.042-.019.084-.029.153-.035.328-.034.485-.057.645-.093 1.884-.293 2.46.023.26.107 1.297.573 1.464.715.008.006.04.09.042.092l.02.087c.063.262 1.233 1.034 1.482 1.376.184.254.322.58.443.869.517 1.233.317 1.904.315 3.148-.001.302.112.924-.039 1.173-.053.086-.125.157-.17.25-.117.236-.192.505-.346.722-.293.41-.645.706-.885 1.166-.097.02-.198.111-.262.186l-.043-.112c-.23.03-.463.344-.663.468-.628.388-2.007.764-2.716.508.185-.07.381-.072.573-.118-.143-.02-.283-.007-.424-.02-.027-.002-.062.003-.08-.017l.135-.064-.047-.042c-.113.005-.207.093-.298.155l.024-.003-.086.006c.03-.064.027-.03.008-.1a.517.517 0 0 1-.125.075c-.142-.053-.24-.088-.393-.076l-.064-.098.015-.037c.141-.045.288-.021.434-.01-.187-.11-.419-.148-.627-.202.118-.054.215-.08.344-.099.217-.085.436-.106.666-.133-.339-.287-.78-.101-1.092-.36.905.17 1.7.082 2.55-.27l.058-.029c.807-.402 1.53-1.119 1.895-1.949.12-.27.193-.57.285-.851a3.99 3.99 0 0 0 .018-1.524c-.22-1.163-.845-2.158-1.83-2.819a4.25 4.25 0 0 0-3.162-.624c-1.184.24-1.983.93-2.634 1.918-.345.718-.466 1.313-.501 2.103l-.036-.003a3.27 3.27 0 0 0-.018-.269l-.008-.065-.03-.057c-.05-.955.1-1.58.357-2.481l-.046.105c.027-.22.113-.387.177-.593l.018-.056.006-.01c.099-.257.473-.599.72-.724.35-.381.695-.602 1.163-.823l-.027-.02.065-.004.01-.014-.15.012-.02-.039.053-.102Z", fill: "#564ED9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.252 23.762c-.1.05-.195.1-.289.161l.007.047c.44.01.839-.436 1.25-.447-.316.426-1.651.724-2.146.8-.113.018-.23.037-.344.027-.339-.286-.78-.1-1.092-.36.905.17 1.7.082 2.55-.27l.064.042Z", fill: "#288CE4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "m18.11 15.874-.007-.09.049.057c.134-.025.264-.041.387.031.312.186 1.22 1.13 1.276 1.478.006.04.002.047-.006.082-.015 0-.031 0-.047.003-.012.003-.023.009-.035.013l.017.074-.06.01a1.355 1.355 0 0 0-.208-.155l-.061-.034c-.213-.514-.618-.866-1.03-1.221-.093-.08-.207-.145-.276-.248Z", fill: "#3B5AA5" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M17.534 15.8c.17-.057.39.052.576.074.068.103.182.168.274.248.413.355.818.707 1.031 1.22l.023.035c.1.145.333.256.402.38.062.11.034.308.11.393.207.233.249.49.226.794-.03.395-.09.787-.12 1.182-.07.023-.038.026-.093.006.107-.669-.233-2.093-.617-2.638l-.074-.1-.013-.037c-.058-.134-.17-.263-.257-.38-.407-.556-.828-.918-1.468-1.176Z", fill: "#288CE4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.346 17.494c.384.545.724 1.969.616 2.638-.082.304-.13.643-.238.937-.34.923-1.225 1.993-2.082 2.496-.125.073-.258.14-.39.197l-.065-.042.059-.028c.807-.402 1.53-1.119 1.895-1.95.12-.27.193-.57.285-.85.013-.022.028-.043.04-.066.411-.808.357-1.875.01-2.696-.037-.087-.063-.109-.05-.206 0-.143-.047-.291-.08-.43Z", fill: "#4588CA" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.616 15.384c.204-.133.441-.099.669-.066l-.008-.105c.134.01.016-.006.112.023.117.036.275-.023.401-.021l.011.051-.057.057a.364.364 0 0 0 .193-.074c.337.055 1.226.411 1.565.559l.032-.008c.64.258 1.06.62 1.468 1.175.086.118.2.247.257.38l.013.039.074.1c.033.139.08.286.08.43-.013.097.014.118.05.206.347.82.402 1.887-.01 2.695-.012.023-.027.044-.04.066a3.988 3.988 0 0 0 .018-1.524c-.22-1.163-.845-2.158-1.83-2.819a4.25 4.25 0 0 0-3.162-.624c-1.185.241-1.983.93-2.634 1.918.048-.283.31-.606.476-.844.196-.281.834-1.153 1.18-1.215l.014.054.03-.027.042-.037c.245-.217.747-.266 1.056-.389Z", fill: "#3C99D9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M19.427 17.924c-.023-.047-.047-.094-.068-.142-.24-.566-.972-1.071-1.383-1.514-.193-.208-.36-.162-.606-.262.054-.04.24-.007.316-.002.701.254 1.032.94 1.586 1.39l.074.1c.033.139.08.287.08.43Z", fill: "#288CE4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.616 15.384c.204-.133.441-.099.669-.066l-.008-.105c.134.01.016-.006.112.023.117.036.275-.023.401-.021l.011.051-.057.057a.364.364 0 0 0 .193-.074c.336.055 1.226.411 1.565.559l.031-.008c.641.258 1.061.62 1.47 1.175.085.118.198.247.256.38l.013.039c-.554-.451-.884-1.136-1.586-1.39l-.01-.023a.544.544 0 0 0-.15-.039c-.472-.053-.851-.318-1.307-.407-.473-.093-1.224.07-1.603-.15Z", fill: "#4588CA" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M26.373 16.974c-.02-.3-.08-.596-.104-.896-.094-1.172-.191-3.185.612-4.107.055-.063.223-.273.295-.29.29-.067 2.129.275 2.6.323.37.038.73.023 1.1-.002 1.314-.026 2.372.035 3.623.502.531.198 1.05.451 1.594.61.247.092.415.128.53.387.592 1.323.787 4.781.613 6.232-.091.118-.087.139-.097.282-.105-.004-.182-.062-.292-.048-.277.035-.58.247-.852.191-.018.086-.032.167-.073.244l-.026-.037c.095-1.085-.044-2.103-.657-3.03-.606-.92-1.627-1.57-2.702-1.78-1.243-.243-2.453.11-3.485.803.02-.116.077-.142.175-.208.12-.08.268-.12.345-.25-.001-.48-.462-1.049-.578-1.52-.11-.445.072-.686.032-1.076-.01-.095-.018-.11-.08-.177-.119-.01-.131-.015-.232.045a.676.676 0 0 0-.077.176l.073-.04-.103.003-.022-.112-.053.005-.08.14-.07.01c-.283.05-.32.4-.449.444-.096.033-.024-.167-.142.02l-.038.09c-.087.2-.277.296-.329.514l-.06.014c-.275.31-.882 2.055-.99 2.538Z", fill: "#C277C4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.818 17.842c.651-.988 1.45-1.676 2.634-1.917a4.251 4.251 0 0 1 3.163.624c.984.66 1.61 1.656 1.829 2.819a3.99 3.99 0 0 1-.018 1.523c-.092.282-.165.58-.285.852-.365.83-1.088 1.546-1.895 1.949l-.059.028c-.85.352-1.644.44-2.549.27-.612-.174-1.183-.425-1.688-.817-1.05-.813-1.478-1.949-1.633-3.227.035-.79.156-1.385.5-2.104Z", fill: "#17F2F7" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.696 18.989a3.123 3.123 0 0 1 1.577-2.094c.858-.447 1.85-.415 2.748-.126.152.073.31.141.456.225.845.574 1.352 1.253 1.544 2.271.112.595.101 1.268-.132 1.834a1.558 1.558 0 0 1-.152.38c-.03.067-.063.129-.101.191-.45.727-1.17 1.33-2.017 1.526-.846.195-1.79-.067-2.508-.524-.604-.384-1.147-1.012-1.302-1.727-.236-.566-.302-1.37-.113-1.956Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M18.422 18.698c.045.06.115.132.135.204.005.372-.007.69-.286.976a1.082 1.082 0 0 1-.98.282c.26-.072.5-.2.694-.387.303-.295.428-.66.437-1.075Z", fill: "#8642F0" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.28 21.223a.967.967 0 0 1 .23.011.48.48 0 0 1 .302.208.47.47 0 0 1 .063.37c-.044.183-.157.288-.313.38a1.68 1.68 0 0 1-.121-.008c-.174-.017-.33-.08-.436-.225a.408.408 0 0 1-.069-.336c.046-.2.179-.297.345-.4Zm-1.269-2.193.125.02.027.028c.102.105.08.479.087.63.017.363.039.772.176 1.114.085.21.197.416.264.634.033.108.039.15-.013.25a1.57 1.57 0 0 1-.404-.526c-.304-.612-.487-1.49-.262-2.15Zm3.641-1.665c.433-.038.818-.039 1.17.258.321.269.492.681.6 1.075-.009.416-.134.78-.438 1.075a1.605 1.605 0 0 1-.693.387l-.288.03a2.546 2.546 0 0 1-.077-.013c-.404-.07-.812-.26-1.046-.611-.269-.403-.263-.876-.18-1.333.209-.472.49-.673.952-.868Z", fill: "#FEFEFE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M29.051 16.357c1.033-.693 2.243-1.047 3.485-.804 1.076.21 2.096.86 2.703 1.78.613.927.752 1.946.657 3.03-.019.037-.012.017-.021.066-.168.893-.45 1.69-1.103 2.347-.792.797-1.925 1.34-3.058 1.339-1.15-.001-2.336-.474-3.143-1.298-.798-.814-1.19-1.903-1.172-3.037.014-.924.316-1.937.903-2.662.228-.283.49-.51.75-.761Z", fill: "#17F2F7" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M34.543 18.792c.27.848.231 1.784-.176 2.581-.287.56-.676 1.081-1.18 1.46.109-.394.351-.672.526-1.034.19-.393.3-.851.405-1.276.078-.32.201-.827.022-1.125l.032-.082c.08-.018.169-.034.235-.084.133-.101.125-.29.136-.44Z", fill: "#564ED9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M33.188 22.834a3.456 3.456 0 0 1-.935.436c-.748.205-1.65.098-2.324-.29-.767-.44-1.275-1.185-1.502-2.03-.234-.874-.162-1.823.305-2.608.433-.729 1.21-1.366 2.039-1.573.988-.246 1.86.015 2.706.528.586.394.803.867 1.066 1.496-.011.15-.003.338-.136.44-.066.05-.155.066-.234.084l-.033.082c.18.298.057.805-.022 1.125-.104.424-.215.882-.405 1.276-.175.362-.417.64-.525 1.034Z", fill: "#5E02C9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M29.988 21.411a.763.763 0 0 1 .225.059.54.54 0 0 1 .277.321.448.448 0 0 1-.027.341c-.087.17-.213.213-.386.262a.703.703 0 0 1-.207-.043.48.48 0 0 1-.279-.258.464.464 0 0 1 .007-.353c.075-.18.22-.255.39-.329Zm3.49-4.115c.585.394.802.868 1.065 1.496-.011.15-.003.338-.136.44-.066.05-.155.066-.234.084l-.033.082a1.754 1.754 0 0 1-.584.665 1.278 1.278 0 0 1-1.01.181c-.384-.094-.708-.37-.904-.707-.215-.368-.305-.843-.185-1.257.104-.357.357-.61.683-.775.421-.213.782-.21 1.221-.06l.116-.15Z", fill: "#FEFEFE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M33.477 17.296c.586.394.803.868 1.066 1.496-.011.15-.003.338-.136.44-.066.05-.155.066-.234.084.076-.305.115-.602.036-.912-.119-.468-.446-.733-.848-.96l.117-.148Z", fill: "#8642F0" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("filter", { id: "a", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "b", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "c", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "d", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", k2: -1, k3: 1, operator: "arithmetic" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "shape", mode: "normal", result: "effect2_innerShadow_883_15119" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "e", width: 37.039, height: 9.985, x: 5.771, y: 32.851, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.08 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" })), /* @__PURE__ */ React__namespace.createElement("filter", { id: "f", width: 45.228, height: 39.533, x: 0.94, y: 0, colorInterpolationFilters: "sRGB", filterUnits: "userSpaceOnUse" }, /* @__PURE__ */ React__namespace.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { in: "SourceAlpha", result: "hardAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" }), /* @__PURE__ */ React__namespace.createElement("feOffset", { dy: 3.06 }), /* @__PURE__ */ React__namespace.createElement("feGaussianBlur", { stdDeviation: 1.53 }), /* @__PURE__ */ React__namespace.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ React__namespace.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in2: "BackgroundImageFix", mode: "normal", result: "effect1_dropShadow_883_15119" }), /* @__PURE__ */ React__namespace.createElement("feBlend", { in: "SourceGraphic", in2: "effect1_dropShadow_883_15119", mode: "normal", result: "shape" }))));
|
1704
|
+
|
863
1705
|
const SvgFiaQueries = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { clipPath: "url(#clip0_300_28244)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.3438 13.625C10.3438 14.9188 9.29375 16 8 16C6.70625 16 5.65625 14.9188 5.65625 13.625C5.65625 13.3625 5.86247 13.1562 6.125 13.1562H9.875C10.1375 13.1562 10.3438 13.3625 10.3438 13.625Z", fill: "#AEADB3" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.3438 13.625C10.3438 14.9188 9.29375 16 8 16V13.1562H9.875C10.1375 13.1562 10.3438 13.3625 10.3438 13.625Z", fill: "#8B8892" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.2812 12.2188V12.6875C11.2812 13.4656 10.6532 14.0938 9.875 14.0938H6.125C5.34684 14.0938 4.71875 13.4656 4.71875 12.6875V12.2188L5.60938 11.25H10.3906L11.2812 12.2188Z", fill: "#D9D9D9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.3906 11.25L11.2812 12.2188V12.6875C11.2812 13.4656 10.6532 14.0938 9.875 14.0938H8V11.25H10.3906Z", fill: "#C8C6CD" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.625 5.625C13.625 6.98438 13.1281 8.30625 12.2281 9.32812C11.7312 9.9 11.4312 10.5656 11.3281 11.25C11.3094 11.4093 11.2812 11.5906 11.2812 11.75V12.2188H4.71874V11.75C4.71874 11.5906 4.69996 11.4093 4.67186 11.25C4.57808 10.5656 4.27814 9.9 3.79061 9.35622C2.59058 8.00622 2.12183 6.19684 2.50624 4.39687C2.95624 2.2875 4.67186 0.571875 6.79064 0.121875C7.19374 0.0374688 7.59686 0 7.99999 0C9.28436 0 10.5406 0.440594 11.5438 1.25622C12.8656 2.33437 13.625 3.92812 13.625 5.625Z", fill: "#FEDB41" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.625 5.625C13.625 6.98438 13.1281 8.30625 12.2281 9.32812C11.7312 9.9 11.4312 10.5656 11.3281 11.25C11.3094 11.4093 11.2812 11.5906 11.2812 11.75V12.2188H8V0C9.28437 0 10.5407 0.440594 11.5438 1.25622C12.8656 2.33437 13.625 3.92812 13.625 5.625Z", fill: "#FCBF29" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.75 5.625C11.75 5.88747 11.5438 6.09375 11.2812 6.09375C11.0187 6.09375 10.8125 5.88747 10.8125 5.625C10.8125 4.07809 9.54691 2.8125 8 2.8125C7.73747 2.8125 7.53125 2.60622 7.53125 2.34375C7.53125 2.08122 7.73747 1.875 8 1.875C10.0719 1.875 11.75 3.55309 11.75 5.625Z", fill: "#FEA832" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.40625 6.5625H0.46875C0.209656 6.5625 0 6.35284 0 6.09375C0 5.83466 0.209656 5.625 0.46875 5.625H1.40625C1.66534 5.625 1.875 5.83466 1.875 6.09375C1.875 6.35284 1.66534 6.5625 1.40625 6.5625Z", fill: "#FEA832" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M1.2689 4.08152C1.14896 4.08152 1.02902 4.03574 0.937493 3.94418L0.274649 3.28137C0.0915557 3.09827 0.0915557 2.80162 0.274649 2.61852C0.457743 2.43543 0.754399 2.43543 0.937493 2.61852L1.60034 3.28137C1.78343 3.46446 1.78343 3.76112 1.60034 3.94421C1.50877 4.03577 1.38884 4.08152 1.2689 4.08152Z", fill: "#FEA832" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M0.274649 9.56921C0.0915557 9.38612 0.0915557 9.08946 0.274649 8.90637L0.937493 8.24352C1.12059 8.06043 1.41724 8.06043 1.60034 8.24352C1.78343 8.42662 1.78343 8.72327 1.60034 8.90637L0.937493 9.56921C0.754399 9.7523 0.457774 9.7523 0.274649 9.56921Z", fill: "#FEA832" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.5312 6.5625H14.5938C14.3347 6.5625 14.125 6.35284 14.125 6.09375C14.125 5.83466 14.3347 5.625 14.5938 5.625H15.5312C15.7903 5.625 16 5.83466 16 6.09375C16 6.35284 15.7903 6.5625 15.5312 6.5625Z", fill: "#FE9923" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M14.3996 3.94421C14.2166 3.76112 14.2166 3.46446 14.3996 3.28137L15.0625 2.61852C15.2456 2.43543 15.5422 2.43543 15.7253 2.61852C15.9084 2.80162 15.9084 3.09827 15.7253 3.28137L15.0625 3.94421C14.8794 4.1273 14.5828 4.1273 14.3996 3.94421Z", fill: "#FE9923" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.0625 9.56921L14.3996 8.90637C14.2166 8.72327 14.2166 8.42662 14.3996 8.24352C14.5827 8.06043 14.8794 8.06043 15.0625 8.24352L15.7253 8.90637C15.9084 9.08946 15.9084 9.38612 15.7253 9.56921C15.5422 9.7523 15.2456 9.7523 15.0625 9.56921Z", fill: "#FE9923" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M11.75 5.625C11.75 5.88747 11.5438 6.09375 11.2812 6.09375C11.0187 6.09375 10.8125 5.88747 10.8125 5.625C10.8125 4.07809 9.54691 2.8125 8 2.8125V1.875C10.0719 1.875 11.75 3.55309 11.75 5.625Z", fill: "#FE9923" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", { id: "clip0_300_28244" }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, fill: "white" }))));
|
864
1706
|
|
865
1707
|
const SvgFiaMagic = (props) => /* @__PURE__ */ React__namespace.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React__namespace.createElement("g", { clipPath: "url(#clip0_704_11368)" }, /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.67062 10.6706L2.31875 15.5481C1.81344 16.1256 0.927188 16.1521 0.3875 15.6124C-0.15375 15.0712 -0.124062 14.1853 0.451875 13.6812L5.32937 9.32932C5.32937 9.32932 5.75 9.24994 6.25 9.74994C6.75 10.2499 6.67062 10.6706 6.67062 10.6706Z", fill: "#0052BE" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6.67064 10.6706L2.31876 15.5481C1.81345 16.1256 0.9272 16.1522 0.387512 15.6125L6.25001 9.75C6.75001 10.25 6.67064 10.6706 6.67064 10.6706Z", fill: "#00429B" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.49997 7.5L6.6706 10.6706C6.20194 10.202 5.79803 9.79806 5.32935 9.32937L8.49997 6.5L9.49997 7.5Z", fill: "#00429B" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M9.5 7.5L6.67063 10.6706L6 10L9 7L9.5 7.5Z", fill: "#00337A" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.5 8.7189H10.4875L9.16032 10.5273C8.91407 10.8628 8.38457 10.7338 8.31938 10.3236L7.95813 8.04202L5.67657 7.68077C5.26598 7.61555 5.1377 7.08571 5.47282 6.83983L7.28126 5.51265V3.50015C7.28126 3.11965 7.71242 2.89736 8.02251 3.11858L9.5897 4.23827L11.8059 3.6164C12.1575 3.5174 12.4827 3.8428 12.3838 4.19421L11.7619 6.41046L12.8816 7.97765C13.1025 8.28743 12.8809 8.7189 12.5 8.7189Z", fill: "#FFDD54" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.8816 7.9774C13.1025 8.28718 12.8809 8.71865 12.5 8.71865H10.4875L9.16032 10.5271C8.91422 10.8623 8.3846 10.7338 8.31938 10.3233L7.95813 8.04178L12.2641 3.73584C12.3838 3.85584 12.4297 4.03084 12.3838 4.19396L11.7619 6.41021L12.8816 7.9774Z", fill: "#FFB454" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M16 1.21875C16 1.4775 15.79 1.6875 15.5312 1.6875H15.25V1.96875C15.25 2.2275 15.04 2.4375 14.7812 2.4375C14.5225 2.4375 14.3125 2.2275 14.3125 1.96875V1.6875H14.0312C13.7725 1.6875 13.5625 1.4775 13.5625 1.21875C13.5625 0.96 13.7725 0.75 14.0312 0.75H14.3125V0.46875C14.3125 0.21 14.5225 0 14.7812 0C15.04 0 15.25 0.21 15.25 0.46875V0.75H15.5312C15.79 0.75 16 0.959969 16 1.21875Z", fill: "#BEE75E" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M16 1.21875C16 1.4775 15.79 1.6875 15.5312 1.6875H15.25V1.96875C15.25 2.2275 15.04 2.4375 14.7812 2.4375C14.5225 2.4375 14.3125 2.2275 14.3125 1.96875V1.6875L15.25 0.75H15.5312C15.79 0.75 16 0.959969 16 1.21875Z", fill: "#00CB75" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.5 1.28125H10.2188V1C10.2188 0.741125 10.0089 0.53125 9.75 0.53125C9.49112 0.53125 9.28125 0.741125 9.28125 1V1.28125H9C8.74112 1.28125 8.53125 1.49112 8.53125 1.75C8.53125 2.00888 8.74112 2.21875 9 2.21875H9.28125V2.5C9.28125 2.75887 9.49112 2.96875 9.75 2.96875C10.0089 2.96875 10.2188 2.75887 10.2188 2.5V2.21875H10.5C10.7589 2.21875 10.9688 2.00888 10.9688 1.75C10.9688 1.49112 10.7589 1.28125 10.5 1.28125Z", fill: "#F6F9F9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M13.7812 7C13.7812 7.25887 13.9911 7.46875 14.25 7.46875C14.5089 7.46875 14.7188 7.25887 14.7188 7V6.71875H15C15.2589 6.71875 15.4688 6.50888 15.4688 6.25C15.4688 5.99112 15.2589 5.78125 15 5.78125H14.7188V5.5C14.7188 5.24112 14.5089 5.03125 14.25 5.03125C13.9911 5.03125 13.7812 5.24112 13.7812 5.5V5.78125H13.5C13.2411 5.78125 13.0312 5.99112 13.0312 6.25C13.0312 6.50888 13.2411 6.71875 13.5 6.71875H13.7812V7Z", fill: "#E2DFF4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M15.5312 10.2812H15.25V10C15.25 9.74112 15.0401 9.53125 14.7812 9.53125C14.5224 9.53125 14.3125 9.74112 14.3125 10V10.2812H14.0312C13.7724 10.2812 13.5625 10.4911 13.5625 10.75C13.5625 11.0089 13.7724 11.2188 14.0312 11.2188H14.3125V11.5C14.3125 11.7589 14.5224 11.9688 14.7812 11.9688C15.0401 11.9688 15.25 11.7589 15.25 11.5V11.2188H15.5312C15.7901 11.2188 16 11.0089 16 10.75C16 10.4911 15.7901 10.2812 15.5312 10.2812Z", fill: "#FF4A4A" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M6 0.75H5.71875V0.46875C5.71875 0.209875 5.50888 0 5.25 0C4.99112 0 4.78125 0.209875 4.78125 0.46875V0.75H4.5C4.24112 0.75 4.03125 0.959875 4.03125 1.21875C4.03125 1.47763 4.24112 1.6875 4.5 1.6875H4.78125V1.96875C4.78125 2.22762 4.99112 2.4375 5.25 2.4375C5.50888 2.4375 5.71875 2.22762 5.71875 1.96875V1.6875H6C6.25887 1.6875 6.46875 1.47763 6.46875 1.21875C6.46875 0.959875 6.25887 0.75 6 0.75Z", fill: "#FF8659" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M4.98259 3.84307L3.23259 2.84307C3.00787 2.71467 2.7215 2.79273 2.59303 3.01748C2.46459 3.24226 2.54268 3.52857 2.76743 3.65704L4.51743 4.65704C4.74118 4.78495 5.02796 4.70842 5.157 4.48264C5.28546 4.25786 5.20737 3.97154 4.98259 3.84307Z", fill: "#F6F9F9" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M3.6919 5.28499L1.6919 5.53499C1.43499 5.56708 1.25277 5.80136 1.28493 6.05824C1.31702 6.31505 1.55127 6.49743 1.80818 6.46521L3.80818 6.21521C4.06508 6.18311 4.2473 5.94883 4.21515 5.69196C4.18302 5.43508 3.94868 5.25252 3.6919 5.28499Z", fill: "#ACCEFF" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M12.157 11.0175C12.0285 10.7927 11.7422 10.7146 11.5174 10.8431C11.2927 10.9716 11.2146 11.2579 11.343 11.4827L12.343 13.2327C12.4296 13.3841 12.5877 13.469 12.7504 13.469C13.1042 13.469 13.3374 13.0833 13.157 12.7676L12.157 11.0175Z", fill: "#E2DFF4" }), /* @__PURE__ */ React__namespace.createElement("path", { d: "M10.3081 11.7849C10.0512 11.7527 9.81697 11.9351 9.78488 12.1919L9.53488 14.1919C9.49997 14.4708 9.71719 14.7188 10.0006 14.7188C10.2335 14.7188 10.4355 14.5453 10.4651 14.3082L10.7151 12.3082C10.7473 12.0513 10.565 11.817 10.3081 11.7849Z", fill: "#6BA7FF" })), /* @__PURE__ */ React__namespace.createElement("defs", null, /* @__PURE__ */ React__namespace.createElement("clipPath", { id: "clip0_704_11368" }, /* @__PURE__ */ React__namespace.createElement("rect", { width: 16, height: 16, fill: "white" }))));
|
@@ -1488,6 +2330,7 @@ Components['link'] = SvgLink;
|
|
1488
2330
|
Components['arrow_left'] = SvgArrowLeft;
|
1489
2331
|
Components['accordion_back'] = SvgAccordionBack;
|
1490
2332
|
Components['fia_icon'] = SvgFiaIcon;
|
2333
|
+
Components['fia_ai_icon'] = SvgFiaAiIcon;
|
1491
2334
|
Components['fia_queries'] = SvgFiaQueries;
|
1492
2335
|
Components['fia_magic'] = SvgFiaMagic;
|
1493
2336
|
Components['fia_clear'] = SvgFiaClear;
|
@@ -6278,7 +7121,8 @@ const Dropdown$1 = /*#__PURE__*/React.forwardRef(({
|
|
6278
7121
|
}),
|
6279
7122
|
children: !checkEmpty(options) ? jsxRuntime.jsx("div", {
|
6280
7123
|
style: {
|
6281
|
-
padding: `${dropDownWrapperPadding}px 0
|
7124
|
+
padding: `${dropDownWrapperPadding}px 0`,
|
7125
|
+
fontSize: '12px'
|
6282
7126
|
},
|
6283
7127
|
children: jsxRuntime.jsx(FixedSizeList, {
|
6284
7128
|
height: listHeight,
|
@@ -12646,7 +13490,7 @@ const useFileDropzone = options => {
|
|
12646
13490
|
validateMIMEType = false,
|
12647
13491
|
selectedFile,
|
12648
13492
|
setSelectedFile,
|
12649
|
-
handleReplaceFile
|
13493
|
+
handleReplaceFile = () => {}
|
12650
13494
|
} = options;
|
12651
13495
|
const file = !selectedFile ? [] : [selectedFile];
|
12652
13496
|
const [files, setFiles] = React.useState({
|
@@ -12682,7 +13526,7 @@ const useFileDropzone = options => {
|
|
12682
13526
|
code: 'file-invalid-type'
|
12683
13527
|
});
|
12684
13528
|
}
|
12685
|
-
const fileExists = files.accepted.some(existingFile => existingFile.name === file.name && getExtensionWithPeriod(existingFile) === getExtensionWithPeriod(file));
|
13529
|
+
const fileExists = files.accepted.some(existingFile => existingFile.name === file.name && getExtensionWithPeriod(existingFile) === getExtensionWithPeriod(file) && existingFile?.lastModified === file?.lastModified);
|
12686
13530
|
if (fileExists) {
|
12687
13531
|
errors.push({
|
12688
13532
|
message: fileExistMessage ? fileExistMessage : 'File already exists.',
|
@@ -12692,26 +13536,54 @@ const useFileDropzone = options => {
|
|
12692
13536
|
return errors;
|
12693
13537
|
}, [accept, maxSize, files, maxSizeErrorMessage, invalidFileMessage, fileExistMessage, validateMIMEType]);
|
12694
13538
|
const replaceFile = React.useCallback((fileToReplace, newFile) => {
|
12695
|
-
if (
|
12696
|
-
handleReplaceFile && handleReplaceFile(newFile);
|
12697
|
-
return;
|
12698
|
-
}
|
12699
|
-
if (handleReplaceFile) handleReplaceFile();
|
13539
|
+
if (handleReplaceFile) handleReplaceFile(newFile);
|
12700
13540
|
const errors = validateFile(newFile);
|
12701
13541
|
const isValid = checkEmpty(errors);
|
12702
13542
|
setFiles(prevFiles => {
|
12703
|
-
const
|
12704
|
-
|
12705
|
-
|
13543
|
+
const fileNameMatch = file => file.name === fileToReplace.name && file.lastModified === fileToReplace.lastModified;
|
13544
|
+
// === Handle Accepted Files ===
|
13545
|
+
const hasSameNameInAccepted = prevFiles.accepted.some(fileNameMatch);
|
13546
|
+
let updatedAccepted;
|
13547
|
+
if (isValid) {
|
13548
|
+
if (hasSameNameInAccepted) {
|
13549
|
+
// Replace file with same name
|
13550
|
+
updatedAccepted = prevFiles.accepted.map(file => file.name === fileToReplace.name ? newFile : file);
|
13551
|
+
} else {
|
13552
|
+
// Remove old file (by name) and add new one
|
13553
|
+
updatedAccepted = [...prevFiles.accepted.filter(file => file.name !== fileToReplace.name), newFile];
|
13554
|
+
}
|
13555
|
+
} else {
|
13556
|
+
// Keep accepted unchanged if invalid
|
13557
|
+
updatedAccepted = prevFiles.accepted;
|
13558
|
+
}
|
13559
|
+
// === Handle Rejected Files ===
|
13560
|
+
const hasSameNameInRejected = prevFiles.rejected.some(rejection => rejection.file.name === fileToReplace.name);
|
13561
|
+
let updatedRejected;
|
13562
|
+
if (!isValid) {
|
13563
|
+
if (hasSameNameInRejected) {
|
13564
|
+
// Replace the rejected file with same name
|
13565
|
+
updatedRejected = prevFiles.rejected.map(rejection => rejection.file.name === fileToReplace.name ? {
|
13566
|
+
file: newFile,
|
13567
|
+
errors
|
13568
|
+
} : rejection);
|
13569
|
+
} else {
|
13570
|
+
// Remove the old one (by name) and add new rejected
|
13571
|
+
updatedRejected = [...prevFiles.rejected.filter(rejection => rejection.file.name !== fileToReplace.name), {
|
13572
|
+
file: newFile,
|
13573
|
+
errors
|
13574
|
+
}];
|
13575
|
+
}
|
13576
|
+
} else {
|
13577
|
+
// Clean up the rejected list if file is now valid
|
13578
|
+
updatedRejected = prevFiles.rejected.filter(rejection => rejection.file.name !== fileToReplace.name || rejection.file.size !== fileToReplace.size || rejection.file.lastModified !== fileToReplace.lastModified);
|
13579
|
+
}
|
13580
|
+
// Update selectedFile if valid
|
12706
13581
|
if (isValid && setSelectedFile) {
|
12707
|
-
setSelectedFile(
|
13582
|
+
setSelectedFile(updatedAccepted);
|
12708
13583
|
}
|
12709
13584
|
return {
|
12710
|
-
accepted:
|
12711
|
-
rejected:
|
12712
|
-
file: newFile,
|
12713
|
-
errors
|
12714
|
-
}]
|
13585
|
+
accepted: updatedAccepted,
|
13586
|
+
rejected: updatedRejected
|
12715
13587
|
};
|
12716
13588
|
});
|
12717
13589
|
}, [validateFile, setSelectedFile]);
|
@@ -12765,7 +13637,7 @@ const useFileDropzone = options => {
|
|
12765
13637
|
}
|
12766
13638
|
}
|
12767
13639
|
setFiles(prevFiles => ({
|
12768
|
-
accepted: [...prevFiles.accepted, ...accepted.filter(newFile => !prevFiles.accepted.some(file => file.name === newFile.name && getExtensionWithPeriod(file) === getExtensionWithPeriod(newFile)))],
|
13640
|
+
accepted: [...prevFiles.accepted, ...accepted.filter(newFile => !prevFiles.accepted.some(file => file.name === newFile.name && getExtensionWithPeriod(file) === getExtensionWithPeriod(newFile) && file.lastModified === newFile.lastModified))],
|
12769
13641
|
rejected: [...prevFiles.rejected, ...rejected.filter(newFile => !prevFiles.rejected.some(file => file.file.name === newFile.file.name && getExtensionWithPeriod(file.file) === getExtensionWithPeriod(newFile.file)))]
|
12770
13642
|
}));
|
12771
13643
|
if ('dataTransfer' in event) {
|
@@ -30530,10 +31402,124 @@ const Modal = /*#__PURE__*/React.forwardRef(({
|
|
30530
31402
|
}), document.body);
|
30531
31403
|
});
|
30532
31404
|
|
31405
|
+
function createSnapModifier(gridSize) {
|
31406
|
+
return _ref => {
|
31407
|
+
let {
|
31408
|
+
transform
|
31409
|
+
} = _ref;
|
31410
|
+
return {
|
31411
|
+
...transform,
|
31412
|
+
x: Math.ceil(transform.x / gridSize) * gridSize,
|
31413
|
+
y: Math.ceil(transform.y / gridSize) * gridSize
|
31414
|
+
};
|
31415
|
+
};
|
31416
|
+
}
|
31417
|
+
const restrictToHorizontalAxis = _ref => {
|
31418
|
+
let {
|
31419
|
+
transform
|
31420
|
+
} = _ref;
|
31421
|
+
return {
|
31422
|
+
...transform,
|
31423
|
+
y: 0
|
31424
|
+
};
|
31425
|
+
};
|
31426
|
+
function restrictToBoundingRect(transform, rect, boundingRect) {
|
31427
|
+
const value = {
|
31428
|
+
...transform
|
31429
|
+
};
|
31430
|
+
if (rect.top + transform.y <= boundingRect.top) {
|
31431
|
+
value.y = boundingRect.top - rect.top;
|
31432
|
+
} else if (rect.bottom + transform.y >= boundingRect.top + boundingRect.height) {
|
31433
|
+
value.y = boundingRect.top + boundingRect.height - rect.bottom;
|
31434
|
+
}
|
31435
|
+
if (rect.left + transform.x <= boundingRect.left) {
|
31436
|
+
value.x = boundingRect.left - rect.left;
|
31437
|
+
} else if (rect.right + transform.x >= boundingRect.left + boundingRect.width) {
|
31438
|
+
value.x = boundingRect.left + boundingRect.width - rect.right;
|
31439
|
+
}
|
31440
|
+
return value;
|
31441
|
+
}
|
31442
|
+
const restrictToParentElement = _ref => {
|
31443
|
+
let {
|
31444
|
+
containerNodeRect,
|
31445
|
+
draggingNodeRect,
|
31446
|
+
transform
|
31447
|
+
} = _ref;
|
31448
|
+
if (!draggingNodeRect || !containerNodeRect) {
|
31449
|
+
return transform;
|
31450
|
+
}
|
31451
|
+
return restrictToBoundingRect(transform, draggingNodeRect, containerNodeRect);
|
31452
|
+
};
|
31453
|
+
const restrictToFirstScrollableAncestor = _ref => {
|
31454
|
+
let {
|
31455
|
+
draggingNodeRect,
|
31456
|
+
transform,
|
31457
|
+
scrollableAncestorRects
|
31458
|
+
} = _ref;
|
31459
|
+
const firstScrollableAncestorRect = scrollableAncestorRects[0];
|
31460
|
+
if (!draggingNodeRect || !firstScrollableAncestorRect) {
|
31461
|
+
return transform;
|
31462
|
+
}
|
31463
|
+
return restrictToBoundingRect(transform, draggingNodeRect, firstScrollableAncestorRect);
|
31464
|
+
};
|
31465
|
+
const restrictToVerticalAxis = _ref => {
|
31466
|
+
let {
|
31467
|
+
transform
|
31468
|
+
} = _ref;
|
31469
|
+
return {
|
31470
|
+
...transform,
|
31471
|
+
x: 0
|
31472
|
+
};
|
31473
|
+
};
|
31474
|
+
const restrictToWindowEdges = _ref => {
|
31475
|
+
let {
|
31476
|
+
transform,
|
31477
|
+
draggingNodeRect,
|
31478
|
+
windowRect
|
31479
|
+
} = _ref;
|
31480
|
+
if (!draggingNodeRect || !windowRect) {
|
31481
|
+
return transform;
|
31482
|
+
}
|
31483
|
+
return restrictToBoundingRect(transform, draggingNodeRect, windowRect);
|
31484
|
+
};
|
31485
|
+
const snapCenterToCursor = _ref => {
|
31486
|
+
let {
|
31487
|
+
activatorEvent,
|
31488
|
+
draggingNodeRect,
|
31489
|
+
transform
|
31490
|
+
} = _ref;
|
31491
|
+
if (draggingNodeRect && activatorEvent) {
|
31492
|
+
const activatorCoordinates = getEventCoordinates(activatorEvent);
|
31493
|
+
if (!activatorCoordinates) {
|
31494
|
+
return transform;
|
31495
|
+
}
|
31496
|
+
const offsetX = activatorCoordinates.x - draggingNodeRect.left;
|
31497
|
+
const offsetY = activatorCoordinates.y - draggingNodeRect.top;
|
31498
|
+
return {
|
31499
|
+
...transform,
|
31500
|
+
x: transform.x + offsetX - draggingNodeRect.width / 2,
|
31501
|
+
y: transform.y + offsetY - draggingNodeRect.height / 2
|
31502
|
+
};
|
31503
|
+
}
|
31504
|
+
return transform;
|
31505
|
+
};
|
31506
|
+
|
31507
|
+
var DNDModifiers = /*#__PURE__*/Object.freeze({
|
31508
|
+
__proto__: null,
|
31509
|
+
createSnapModifier: createSnapModifier,
|
31510
|
+
restrictToFirstScrollableAncestor: restrictToFirstScrollableAncestor,
|
31511
|
+
restrictToHorizontalAxis: restrictToHorizontalAxis,
|
31512
|
+
restrictToParentElement: restrictToParentElement,
|
31513
|
+
restrictToVerticalAxis: restrictToVerticalAxis,
|
31514
|
+
restrictToWindowEdges: restrictToWindowEdges,
|
31515
|
+
snapCenterToCursor: snapCenterToCursor
|
31516
|
+
});
|
31517
|
+
|
30533
31518
|
const DragAndDrop = {
|
30534
31519
|
DNDCore,
|
30535
31520
|
DNDSortable,
|
30536
|
-
DNDUtilities
|
31521
|
+
DNDUtilities,
|
31522
|
+
DNDModifiers
|
30537
31523
|
};
|
30538
31524
|
|
30539
31525
|
const VariableInput = ({
|
@@ -38095,6 +39081,38 @@ function getMatrixDimensions(matrixData) {
|
|
38095
39081
|
columnCount
|
38096
39082
|
};
|
38097
39083
|
}
|
39084
|
+
function getVisibleRangeDimensions(fullRange, visibleRange, rowDimensions, columnDimensions) {
|
39085
|
+
const DEFAULT_ROW_HEIGHT = 32;
|
39086
|
+
const DEFAULT_COLUMN_WIDTH = 100;
|
39087
|
+
if (!fullRange) return undefined;
|
39088
|
+
const clippedStartRow = Math.max(fullRange?.start?.row, visibleRange?.start);
|
39089
|
+
const clippedEndRow = Math.min(fullRange?.end?.row, visibleRange?.end - 1);
|
39090
|
+
if (clippedStartRow > clippedEndRow) {
|
39091
|
+
return undefined;
|
39092
|
+
}
|
39093
|
+
let top = 0;
|
39094
|
+
for (let row = visibleRange?.start; row < clippedStartRow; row++) {
|
39095
|
+
top += rowDimensions?.[row]?.height || DEFAULT_ROW_HEIGHT;
|
39096
|
+
}
|
39097
|
+
let height = 0;
|
39098
|
+
for (let row = clippedStartRow; row <= clippedEndRow; row++) {
|
39099
|
+
height += rowDimensions?.[row]?.height || DEFAULT_ROW_HEIGHT;
|
39100
|
+
}
|
39101
|
+
let left = 0;
|
39102
|
+
for (let col = 0; col < fullRange?.start?.column; col++) {
|
39103
|
+
left += columnDimensions?.[col]?.width || DEFAULT_COLUMN_WIDTH;
|
39104
|
+
}
|
39105
|
+
let width = 0;
|
39106
|
+
for (let col = fullRange?.start?.column; col <= fullRange?.end?.column; col++) {
|
39107
|
+
width += columnDimensions?.[col]?.width || DEFAULT_COLUMN_WIDTH;
|
39108
|
+
}
|
39109
|
+
return {
|
39110
|
+
top,
|
39111
|
+
left,
|
39112
|
+
width,
|
39113
|
+
height
|
39114
|
+
};
|
39115
|
+
}
|
38098
39116
|
|
38099
39117
|
const FORMULA_VALUE_PREFIX = '=';
|
38100
39118
|
/** Returns whether given value is a formula */
|
@@ -39726,13 +40744,15 @@ function reducer(state, action) {
|
|
39726
40744
|
const {
|
39727
40745
|
active
|
39728
40746
|
} = state;
|
40747
|
+
const newSelected = extend && active ? new EntireRowsSelection(active.row, row) : new EntireRowsSelection(row, row);
|
40748
|
+
const newActive = extend && active ? active : {
|
40749
|
+
...ORIGIN,
|
40750
|
+
row
|
40751
|
+
};
|
39729
40752
|
return {
|
39730
40753
|
...state,
|
39731
|
-
selected:
|
39732
|
-
active:
|
39733
|
-
...ORIGIN,
|
39734
|
-
row
|
39735
|
-
},
|
40754
|
+
selected: newSelected,
|
40755
|
+
active: newActive,
|
39736
40756
|
mode: 'view',
|
39737
40757
|
selectedColumn: null,
|
39738
40758
|
selectedRow: row
|
@@ -39747,13 +40767,15 @@ function reducer(state, action) {
|
|
39747
40767
|
const {
|
39748
40768
|
active
|
39749
40769
|
} = state;
|
40770
|
+
const newSelected = extend && active ? new EntireColumnsSelection(active.column, column) : new EntireColumnsSelection(column, column);
|
40771
|
+
const newActive = extend && active ? active : {
|
40772
|
+
...ORIGIN,
|
40773
|
+
column
|
40774
|
+
};
|
39750
40775
|
return {
|
39751
40776
|
...state,
|
39752
|
-
selected:
|
39753
|
-
active:
|
39754
|
-
...ORIGIN,
|
39755
|
-
column
|
39756
|
-
},
|
40777
|
+
selected: newSelected,
|
40778
|
+
active: newActive,
|
39757
40779
|
mode: 'view',
|
39758
40780
|
selectedColumn: column,
|
39759
40781
|
selectedRow: null
|
@@ -41530,7 +42552,8 @@ const ColumnIndicator = ({
|
|
41530
42552
|
disableDeleteOption,
|
41531
42553
|
contextMenu,
|
41532
42554
|
onAddColumn,
|
41533
|
-
onDeleteColumn
|
42555
|
+
onDeleteColumn,
|
42556
|
+
scrollToColumn
|
41534
42557
|
}) => {
|
41535
42558
|
const dispatch = useDispatch();
|
41536
42559
|
const minColumnWidth = minimumColumnWidth;
|
@@ -41547,6 +42570,9 @@ const ColumnIndicator = ({
|
|
41547
42570
|
action: () => {
|
41548
42571
|
addColumnLeft(minColumnWidth);
|
41549
42572
|
onAddColumn?.(selectedColumn ?? column, true);
|
42573
|
+
if (column === columnCount - 1) {
|
42574
|
+
scrollToColumn(column);
|
42575
|
+
}
|
41550
42576
|
},
|
41551
42577
|
disableTooltip: 'Column limit reached',
|
41552
42578
|
visible: cell?.contextDisable?.['Add Column Left'] ?? false,
|
@@ -41558,6 +42584,9 @@ const ColumnIndicator = ({
|
|
41558
42584
|
action: () => {
|
41559
42585
|
addColumnRight(minColumnWidth);
|
41560
42586
|
onAddColumn?.(selectedColumn ?? column, false);
|
42587
|
+
if (column === columnCount - 1) {
|
42588
|
+
scrollToColumn(column + 1);
|
42589
|
+
}
|
41561
42590
|
},
|
41562
42591
|
disableTooltip: 'Column limit reached',
|
41563
42592
|
visible: cell?.contextDisable?.['Add Column Right'] ?? false,
|
@@ -41660,7 +42689,8 @@ const enhance$2 = ColumnIndicatorComponent => {
|
|
41660
42689
|
cell: cell,
|
41661
42690
|
selected: selected,
|
41662
42691
|
selectedColumn: selectedColumn,
|
41663
|
-
onSelect: selectEntireColumn$1
|
42692
|
+
onSelect: selectEntireColumn$1,
|
42693
|
+
scrollToColumn: props.scrollToColumn
|
41664
42694
|
});
|
41665
42695
|
};
|
41666
42696
|
};
|
@@ -41690,7 +42720,8 @@ const RowIndicator = ({
|
|
41690
42720
|
maxRowLimit,
|
41691
42721
|
disableDeleteOption,
|
41692
42722
|
contextMenu,
|
41693
|
-
setVisibleRange
|
42723
|
+
setVisibleRange,
|
42724
|
+
scrollToRow
|
41694
42725
|
}) => {
|
41695
42726
|
const dispatch = useDispatch();
|
41696
42727
|
const rowHeight = useSelector(state => state.rowDimensions[row]?.height || 32);
|
@@ -41699,10 +42730,16 @@ const RowIndicator = ({
|
|
41699
42730
|
rowCount
|
41700
42731
|
} = getMatrixDimensions(matrixData);
|
41701
42732
|
const updateVisibleRangeEnd = action => {
|
41702
|
-
setVisibleRange(prev =>
|
41703
|
-
|
41704
|
-
|
41705
|
-
|
42733
|
+
setVisibleRange(prev => {
|
42734
|
+
const value = {
|
42735
|
+
...prev,
|
42736
|
+
end: action === 'increment' ? prev.end + 1 : prev.end - 1
|
42737
|
+
};
|
42738
|
+
if (row === rowCount - 1) {
|
42739
|
+
scrollToRow(row, value);
|
42740
|
+
}
|
42741
|
+
return value;
|
42742
|
+
});
|
41706
42743
|
};
|
41707
42744
|
const options = React__namespace.useMemo(() => {
|
41708
42745
|
return [{
|
@@ -41826,7 +42863,8 @@ const enhance$1 = RowIndicatorComponent => {
|
|
41826
42863
|
selected: selected,
|
41827
42864
|
cell: cell,
|
41828
42865
|
selectedRow: selectedRow,
|
41829
|
-
onSelect: selectEntireRow$1
|
42866
|
+
onSelect: selectEntireRow$1,
|
42867
|
+
scrollToRow: props.scrollToRow
|
41830
42868
|
});
|
41831
42869
|
};
|
41832
42870
|
};
|
@@ -41884,7 +42922,12 @@ const Cell = ({
|
|
41884
42922
|
}
|
41885
42923
|
return jsxRuntime.jsx("td", {
|
41886
42924
|
ref: rootRef,
|
41887
|
-
style:
|
42925
|
+
style: {
|
42926
|
+
...data?.style,
|
42927
|
+
...(data?.inputType?.type === 'dropDown' && {
|
42928
|
+
fontSize: '12px'
|
42929
|
+
})
|
42930
|
+
},
|
41888
42931
|
className: classNames('ff-spreadsheet-cell', data?.className, {
|
41889
42932
|
'ff-spreadsheet-active-cell': active || dragging
|
41890
42933
|
}),
|
@@ -42048,6 +43091,10 @@ const ActiveCell = props => {
|
|
42048
43091
|
const active = useSelector(state => state.active);
|
42049
43092
|
const mode = useSelector(state => state.mode);
|
42050
43093
|
const cell = useSelector(state => state.active ? get$1(state.active, state.model.data) : undefined);
|
43094
|
+
const selected = useSelector(state => state.selected);
|
43095
|
+
const selectedDimensions = useSelector(state => {
|
43096
|
+
return selected && getSelectedDimensions(state.rowDimensions, state.columnDimensions, state.model.data, state.selected);
|
43097
|
+
});
|
42051
43098
|
const dimensions = useSelector(state => {
|
42052
43099
|
let dimensionValue = active ? getCellDimensions(active, state.rowDimensions, state.columnDimensions) : undefined;
|
42053
43100
|
dimensionValue = {
|
@@ -42074,7 +43121,7 @@ const ActiveCell = props => {
|
|
42074
43121
|
top: dimensions.top - offset
|
42075
43122
|
};
|
42076
43123
|
}, [dimensions, offset]);
|
42077
|
-
const hidden = React__namespace.useMemo(() => !active || !dimensions, [active, dimensions]);
|
43124
|
+
const hidden = React__namespace.useMemo(() => !active || !dimensions || active.row < props.visibleRange.start || active.row >= props.visibleRange.end, [active, dimensions, props.visibleRange]);
|
42078
43125
|
const initialCellRef = React__namespace.useRef(undefined);
|
42079
43126
|
const prevActiveRef = React__namespace.useRef(null);
|
42080
43127
|
const prevCellRef = React__namespace.useRef(undefined);
|
@@ -42363,7 +43410,9 @@ const ActiveCell = props => {
|
|
42363
43410
|
}
|
42364
43411
|
const root = rootRef.current;
|
42365
43412
|
if (!hidden && root) {
|
42366
|
-
root.focus(
|
43413
|
+
root.focus({
|
43414
|
+
preventScroll: true
|
43415
|
+
});
|
42367
43416
|
if (cell?.inputType?.type === 'file' && cell?.value) {
|
42368
43417
|
try {
|
42369
43418
|
const parsedFiles = JSON.parse(cell.value).map(file => new File([new Blob()], file.name.split('*')[0] ?? 'default'));
|
@@ -42437,9 +43486,20 @@ const ActiveCell = props => {
|
|
42437
43486
|
options: props.contextOption?.options || []
|
42438
43487
|
});
|
42439
43488
|
}, [props]);
|
43489
|
+
const isDragged = selectedDimensions?.height !== dimensions?.height || selectedDimensions?.width !== dimensions?.width;
|
43490
|
+
const handleCellClick = React__namespace.useCallback(event => {
|
43491
|
+
if (active && isDragged) {
|
43492
|
+
setCellDimensions(active, getOffsetRect(event.currentTarget));
|
43493
|
+
activate$1(active);
|
43494
|
+
}
|
43495
|
+
}, [active, isDragged]);
|
42440
43496
|
return jsxRuntime.jsxs("div", {
|
42441
43497
|
ref: rootRef,
|
42442
|
-
className: classNames('ff-spreadsheet-active-cell', `ff-spreadsheet-active-cell--${mode}
|
43498
|
+
className: classNames('ff-spreadsheet-active-cell', `ff-spreadsheet-active-cell--${mode}`, {
|
43499
|
+
'ff-spreadsheet-active-cell--hidden': hidden,
|
43500
|
+
'ff-spreadsheet-active-cell--dragging': isDragged && cell?.inputType?.type !== 'text'
|
43501
|
+
}),
|
43502
|
+
onMouseDown: handleCellClick,
|
42443
43503
|
style: adjustedDimensions,
|
42444
43504
|
onContextMenu: contextClick,
|
42445
43505
|
onClick: mode === 'view' && !readOnly ? edit : undefined,
|
@@ -42494,6 +43554,7 @@ const ActiveCell = props => {
|
|
42494
43554
|
style: {
|
42495
43555
|
...cell?.style,
|
42496
43556
|
textDecoration: cell?.style?.textDecoration === 'underline' ? 'underline' : 'none',
|
43557
|
+
backgroundColor: isDragged ? '#1e161f00' : cell?.style?.backgroundColor,
|
42497
43558
|
pointerEvents: 'none',
|
42498
43559
|
borderTop: '',
|
42499
43560
|
borderBottom: '',
|
@@ -42553,49 +43614,62 @@ const FloatingRect = ({
|
|
42553
43614
|
};
|
42554
43615
|
|
42555
43616
|
const Selected = ({
|
42556
|
-
visibleRange
|
43617
|
+
visibleRange,
|
43618
|
+
scrollPos = {
|
43619
|
+
top: 0,
|
43620
|
+
left: 0
|
43621
|
+
}
|
42557
43622
|
}) => {
|
42558
|
-
const selected = useSelector(state => state.selected);
|
42559
43623
|
const rowDimensions = useSelector(state => state.rowDimensions);
|
43624
|
+
const columnDimensions = useSelector(state => state.columnDimensions);
|
42560
43625
|
const dragging = useSelector(state => state.dragging);
|
42561
43626
|
const hidden = useSelector(state => state.selected.size(state.model.data) < 2);
|
42562
|
-
const
|
42563
|
-
|
42564
|
-
});
|
42565
|
-
const offset = React__namespace.useMemo(() => {
|
42566
|
-
let sum = 0;
|
42567
|
-
const DEFAULT_ROW_HEIGHT = 32;
|
42568
|
-
for (let r = 0; r < visibleRange.start; r++) {
|
42569
|
-
sum += rowDimensions[r]?.height || DEFAULT_ROW_HEIGHT;
|
42570
|
-
}
|
42571
|
-
return sum;
|
42572
|
-
}, [rowDimensions, visibleRange.start]);
|
43627
|
+
const fullRange = useSelector(state => state.selected.toRange(state.model.data));
|
43628
|
+
const dimensions = React__namespace.useMemo(() => getVisibleRangeDimensions(fullRange, visibleRange, rowDimensions, columnDimensions), [fullRange, rowDimensions, columnDimensions, visibleRange]);
|
42573
43629
|
const adjustedDimensions = React__namespace.useMemo(() => {
|
42574
43630
|
if (!dimensions) return undefined;
|
42575
43631
|
return {
|
42576
43632
|
...dimensions,
|
42577
|
-
top: dimensions.top
|
42578
|
-
left: dimensions.left
|
43633
|
+
top: dimensions.top + 32,
|
43634
|
+
left: dimensions.left + 60,
|
42579
43635
|
height: dimensions.height - 1,
|
42580
43636
|
width: dimensions.width - 1
|
42581
43637
|
};
|
42582
|
-
}, [dimensions,
|
43638
|
+
}, [dimensions, scrollPos]);
|
42583
43639
|
return jsxRuntime.jsx(FloatingRect, {
|
42584
43640
|
variant: "selected",
|
42585
43641
|
dimensions: adjustedDimensions,
|
42586
43642
|
dragging: dragging,
|
42587
|
-
hidden: hidden
|
43643
|
+
hidden: hidden || !dimensions
|
42588
43644
|
});
|
42589
43645
|
};
|
42590
43646
|
|
42591
|
-
const Copied = (
|
42592
|
-
|
42593
|
-
|
42594
|
-
|
43647
|
+
const Copied = ({
|
43648
|
+
visibleRange,
|
43649
|
+
scrollPos = {
|
43650
|
+
top: 0,
|
43651
|
+
left: 0
|
43652
|
+
}
|
43653
|
+
}) => {
|
43654
|
+
const rowDimensions = useSelector(state => state.rowDimensions);
|
43655
|
+
const columnDimensions = useSelector(state => state.columnDimensions);
|
43656
|
+
const fullRange = useSelector(state => state.copied);
|
43657
|
+
const hidden = fullRange === null;
|
43658
|
+
const dimensions = React__namespace.useMemo(() => getVisibleRangeDimensions(fullRange, visibleRange, rowDimensions, columnDimensions), [fullRange, rowDimensions, columnDimensions, visibleRange]);
|
43659
|
+
const adjustedDimensions = React__namespace.useMemo(() => {
|
43660
|
+
if (!dimensions) return undefined;
|
43661
|
+
return {
|
43662
|
+
...dimensions,
|
43663
|
+
top: dimensions.top + 32,
|
43664
|
+
left: dimensions.left + 60,
|
43665
|
+
height: dimensions.height - 1,
|
43666
|
+
width: dimensions.width - 1
|
43667
|
+
};
|
43668
|
+
}, [dimensions, scrollPos]);
|
42595
43669
|
return jsxRuntime.jsx(FloatingRect, {
|
42596
43670
|
variant: "copied",
|
42597
|
-
dimensions:
|
42598
|
-
hidden: hidden,
|
43671
|
+
dimensions: adjustedDimensions,
|
43672
|
+
hidden: hidden || !dimensions,
|
42599
43673
|
dragging: false
|
42600
43674
|
});
|
42601
43675
|
};
|
@@ -42784,7 +43858,7 @@ const ExcelToolBar = ({
|
|
42784
43858
|
if (selected) {
|
42785
43859
|
setDisable(false);
|
42786
43860
|
} else if (cell && typeof cell.readOnly === 'boolean') {
|
42787
|
-
setDisable(cell.readOnly || toolbar === 'disable' || !editable);
|
43861
|
+
setDisable(cell.readOnly || toolbar === 'disable' || !editable || cell?.inputType?.type === 'dropDown');
|
42788
43862
|
}
|
42789
43863
|
}, [cell]);
|
42790
43864
|
const styleBackend = convertStyleToBackend(cellStyle);
|
@@ -43050,34 +44124,35 @@ const ExcelToolBar = ({
|
|
43050
44124
|
className: "ff-excel-toolbar-divider"
|
43051
44125
|
}), jsxRuntime.jsx("div", {
|
43052
44126
|
className: "ff-excel-toolbar-menu",
|
43053
|
-
children: jsxRuntime.
|
43054
|
-
|
43055
|
-
|
43056
|
-
|
43057
|
-
|
43058
|
-
children:
|
44127
|
+
children: jsxRuntime.jsxs("div", {
|
44128
|
+
className: "ff-excel-toolbar-menu-option",
|
44129
|
+
children: [jsxRuntime.jsx(Tooltip, {
|
44130
|
+
placement: "top",
|
44131
|
+
title: 'Border Type',
|
44132
|
+
children: jsxRuntime.jsx(Icon, {
|
43059
44133
|
hoverEffect: true,
|
43060
44134
|
disabled: disable,
|
43061
44135
|
onClick: () => setBorderType(data, border, 'var(--input-hover-border-color)'),
|
43062
44136
|
name: getBorderIcon()
|
43063
|
-
})
|
43064
|
-
|
43065
|
-
|
43066
|
-
|
43067
|
-
|
43068
|
-
|
43069
|
-
|
43070
|
-
|
43071
|
-
|
43072
|
-
|
43073
|
-
|
43074
|
-
|
43075
|
-
|
43076
|
-
|
43077
|
-
|
43078
|
-
|
43079
|
-
|
43080
|
-
|
44137
|
+
})
|
44138
|
+
}), jsxRuntime.jsx("span", {
|
44139
|
+
ref: borderMenuRef,
|
44140
|
+
children: jsxRuntime.jsx(MenuOption, {
|
44141
|
+
disabled: disable,
|
44142
|
+
iconName: "arrow_down",
|
44143
|
+
targetRef: borderMenuRef,
|
44144
|
+
iconSize: 12,
|
44145
|
+
zIndex: 2000,
|
44146
|
+
options: borderTypeIcon,
|
44147
|
+
tooltipTitle: "Border Type",
|
44148
|
+
tooltipPlacement: "top",
|
44149
|
+
onOptionClick: e => {
|
44150
|
+
let selectedValue = e.value;
|
44151
|
+
setBorderType(data, selectedValue, 'var(--input-hover-border-color)');
|
44152
|
+
setBorder(selectedValue);
|
44153
|
+
}
|
44154
|
+
})
|
44155
|
+
})]
|
43081
44156
|
})
|
43082
44157
|
})]
|
43083
44158
|
});
|
@@ -43111,7 +44186,7 @@ const throttle = (func, limit) => {
|
|
43111
44186
|
/**
|
43112
44187
|
* The Spreadsheet component
|
43113
44188
|
*/
|
43114
|
-
const Spreadsheet = props
|
44189
|
+
const Spreadsheet = /*#__PURE__*/React__namespace.forwardRef(function Spreadsheet(props, ref) {
|
43115
44190
|
const {
|
43116
44191
|
className,
|
43117
44192
|
columnLabels,
|
@@ -43145,7 +44220,10 @@ const Spreadsheet = props => {
|
|
43145
44220
|
const [sheetChange, setSheetChange] = React__namespace.useState(false);
|
43146
44221
|
const [maxWidth, setMaxWidth] = React__namespace.useState(0);
|
43147
44222
|
const [maxHeight, setMaxHeight] = React__namespace.useState(0);
|
43148
|
-
const [
|
44223
|
+
const [scrollPos, setScrollPos] = React__namespace.useState({
|
44224
|
+
top: 0,
|
44225
|
+
left: 0
|
44226
|
+
});
|
43149
44227
|
const resizeObserver = new ResizeObserver(entries => {
|
43150
44228
|
const entry = entries[0];
|
43151
44229
|
if (entry && rootRef.current) {
|
@@ -43160,7 +44238,6 @@ const Spreadsheet = props => {
|
|
43160
44238
|
setMaxWidth(Math.min(rootRef.current.clientWidth, clientWidth));
|
43161
44239
|
}
|
43162
44240
|
}
|
43163
|
-
removeSelect();
|
43164
44241
|
}
|
43165
44242
|
});
|
43166
44243
|
const scrollOption = props.scroller;
|
@@ -43219,6 +44296,10 @@ const Spreadsheet = props => {
|
|
43219
44296
|
const addColumnRight$1 = useAction(addColumnRight);
|
43220
44297
|
const deleteRow$1 = useAction(deleteRow);
|
43221
44298
|
const deleteColumn$1 = useAction(deleteColumn);
|
44299
|
+
// Expose removeSelect
|
44300
|
+
React__namespace.useImperativeHandle(ref, () => ({
|
44301
|
+
removeSelect
|
44302
|
+
}));
|
43222
44303
|
// Track active
|
43223
44304
|
const prevActiveRef = React__namespace.useRef(state.active);
|
43224
44305
|
React__namespace.useEffect(() => {
|
@@ -43325,17 +44406,6 @@ const Spreadsheet = props => {
|
|
43325
44406
|
onKeyDownAction(event);
|
43326
44407
|
}
|
43327
44408
|
}, [state, onKeyDown, onKeyDownAction]);
|
43328
|
-
React__namespace.useEffect(() => {
|
43329
|
-
const handleDocumentClick = event => {
|
43330
|
-
if (workRef.current && !workRef.current.contains(event.target)) {
|
43331
|
-
removeSelect();
|
43332
|
-
}
|
43333
|
-
};
|
43334
|
-
document.addEventListener('click', handleDocumentClick);
|
43335
|
-
return () => {
|
43336
|
-
document.removeEventListener('click', handleDocumentClick);
|
43337
|
-
};
|
43338
|
-
}, [workRef]);
|
43339
44409
|
const handleClick = React__namespace.useCallback(() => {
|
43340
44410
|
if (state.formattedStyle.open && state.active) {
|
43341
44411
|
formateClick(state.active);
|
@@ -43373,11 +44443,6 @@ const Spreadsheet = props => {
|
|
43373
44443
|
if (!table) return;
|
43374
44444
|
resizeObserver.observe(table);
|
43375
44445
|
};
|
43376
|
-
const removeSelection = () => {
|
43377
|
-
if ((state.selectedColumn === null || state.selectedRow === null) && !state.autoFill.open) {
|
43378
|
-
removeSelect();
|
43379
|
-
}
|
43380
|
-
};
|
43381
44446
|
const updateVisibleRange = (newStart, newEnd, newScrollCount) => {
|
43382
44447
|
setScrollCount(newScrollCount);
|
43383
44448
|
setVisibleRange({
|
@@ -43393,10 +44458,8 @@ const Spreadsheet = props => {
|
|
43393
44458
|
});
|
43394
44459
|
});
|
43395
44460
|
}
|
43396
|
-
removeSelection();
|
43397
44461
|
};
|
43398
44462
|
const throttledHandleScroll = React__namespace.useMemo(() => throttle(e => {
|
43399
|
-
setRenderReady(false);
|
43400
44463
|
requestAnimationFrame(() => {
|
43401
44464
|
const {
|
43402
44465
|
scrollTop,
|
@@ -43422,7 +44485,6 @@ const Spreadsheet = props => {
|
|
43422
44485
|
updateVisibleRange((scrollCount + 1) * rowHeight, size.rows, scrollCount + 1);
|
43423
44486
|
setScrollCount(scrollCount + 1);
|
43424
44487
|
}
|
43425
|
-
setRenderReady(true);
|
43426
44488
|
});
|
43427
44489
|
setContextMenu({
|
43428
44490
|
open: false,
|
@@ -43445,6 +44507,42 @@ const Spreadsheet = props => {
|
|
43445
44507
|
return range(size.rows);
|
43446
44508
|
}
|
43447
44509
|
};
|
44510
|
+
const scrollToRow = (row, visibleRangeValue) => {
|
44511
|
+
if (!scrollOption || !rootRef.current) return;
|
44512
|
+
requestAnimationFrame(() => {
|
44513
|
+
const DEFAULT_ROW_HEIGHT = 32;
|
44514
|
+
let scrollTop = 0;
|
44515
|
+
for (let r = 0; r <= row; r++) {
|
44516
|
+
scrollTop += state.rowDimensions?.[r]?.height || DEFAULT_ROW_HEIGHT;
|
44517
|
+
}
|
44518
|
+
if (row >= visibleRange.end - 1) {
|
44519
|
+
setVisibleRange(prev => ({
|
44520
|
+
...prev,
|
44521
|
+
start: visibleRangeValue?.start,
|
44522
|
+
end: visibleRangeValue?.end
|
44523
|
+
}));
|
44524
|
+
rootRef.current?.scrollTo({
|
44525
|
+
top: scrollTop + DEFAULT_ROW_HEIGHT,
|
44526
|
+
behavior: 'smooth'
|
44527
|
+
});
|
44528
|
+
}
|
44529
|
+
});
|
44530
|
+
};
|
44531
|
+
const scrollToColumn = column => {
|
44532
|
+
requestAnimationFrame(() => {
|
44533
|
+
const columnWidth = minimumColumnWidth;
|
44534
|
+
const scrollLeft = column * columnWidth;
|
44535
|
+
requestAnimationFrame(() => {
|
44536
|
+
if (!rootRef.current) return;
|
44537
|
+
if (column >= size.columns - 1) {
|
44538
|
+
rootRef.current.scrollTo({
|
44539
|
+
left: scrollLeft,
|
44540
|
+
behavior: 'smooth'
|
44541
|
+
});
|
44542
|
+
}
|
44543
|
+
});
|
44544
|
+
});
|
44545
|
+
};
|
43448
44546
|
const tableNode = React__namespace.useMemo(() => jsxRuntime.jsxs(Table$1, {
|
43449
44547
|
columns: size.columns,
|
43450
44548
|
hideColumnIndicators: false,
|
@@ -43463,7 +44561,8 @@ const Spreadsheet = props => {
|
|
43463
44561
|
disableDeleteOption: disableDeleteOption,
|
43464
44562
|
contextMenu: contextMenu,
|
43465
44563
|
onAddColumn: onAddColumn,
|
43466
|
-
onDeleteColumn: onDeleteColumn
|
44564
|
+
onDeleteColumn: onDeleteColumn,
|
44565
|
+
scrollToColumn: scrollToColumn
|
43467
44566
|
}, columnNumber) : jsxRuntime.jsx(ColumnIndicator, {
|
43468
44567
|
column: columnNumber,
|
43469
44568
|
minimumColumnWidth: minimumColumnWidth,
|
@@ -43476,9 +44575,10 @@ const Spreadsheet = props => {
|
|
43476
44575
|
disableDeleteOption: disableDeleteOption,
|
43477
44576
|
contextMenu: contextMenu,
|
43478
44577
|
onAddColumn: onAddColumn,
|
43479
|
-
onDeleteColumn: onDeleteColumn
|
44578
|
+
onDeleteColumn: onDeleteColumn,
|
44579
|
+
scrollToColumn: scrollToColumn
|
43480
44580
|
}, columnNumber))]
|
43481
|
-
}),
|
44581
|
+
}), scrollerFunction().map(rowNumber => jsxRuntime.jsxs(Row$1, {
|
43482
44582
|
row: rowNumber,
|
43483
44583
|
children: [rowLabels ? jsxRuntime.jsx(RowIndicator$1, {
|
43484
44584
|
label: rowNumber in rowLabels ? rowLabels[rowNumber] : null,
|
@@ -43491,7 +44591,8 @@ const Spreadsheet = props => {
|
|
43491
44591
|
maxRowLimit: maxRowLimit,
|
43492
44592
|
disableDeleteOption: disableDeleteOption,
|
43493
44593
|
contextMenu: contextMenu,
|
43494
|
-
setVisibleRange: setVisibleRange
|
44594
|
+
setVisibleRange: setVisibleRange,
|
44595
|
+
scrollToRow: scrollToRow
|
43495
44596
|
}, rowNumber) : jsxRuntime.jsx(RowIndicator$1, {
|
43496
44597
|
row: rowNumber,
|
43497
44598
|
addRowTop: addRowTop$1,
|
@@ -43502,7 +44603,8 @@ const Spreadsheet = props => {
|
|
43502
44603
|
maxRowLimit: maxRowLimit,
|
43503
44604
|
disableDeleteOption: disableDeleteOption,
|
43504
44605
|
contextMenu: contextMenu,
|
43505
|
-
setVisibleRange: setVisibleRange
|
44606
|
+
setVisibleRange: setVisibleRange,
|
44607
|
+
scrollToRow: scrollToRow
|
43506
44608
|
}, rowNumber), range(size.columns).map(columnNumber => jsxRuntime.jsx(Cell$1, {
|
43507
44609
|
row: rowNumber,
|
43508
44610
|
column: columnNumber,
|
@@ -43566,6 +44668,11 @@ const Spreadsheet = props => {
|
|
43566
44668
|
onClick: handleClick,
|
43567
44669
|
onMouseMove: handleMouseMove,
|
43568
44670
|
onScroll: e => {
|
44671
|
+
const target = e.target;
|
44672
|
+
setScrollPos({
|
44673
|
+
top: target.scrollTop,
|
44674
|
+
left: target.scrollLeft
|
44675
|
+
});
|
43569
44676
|
scrollOption && throttledHandleScroll(e);
|
43570
44677
|
setContextMenu({
|
43571
44678
|
open: false,
|
@@ -43582,15 +44689,19 @@ const Spreadsheet = props => {
|
|
43582
44689
|
});
|
43583
44690
|
},
|
43584
44691
|
children: [tableNode, activeCellNode, jsxRuntime.jsx(Selected, {
|
43585
|
-
visibleRange: visibleRange
|
43586
|
-
|
44692
|
+
visibleRange: visibleRange,
|
44693
|
+
scrollPos: scrollPos
|
44694
|
+
}), jsxRuntime.jsx(Copied, {
|
44695
|
+
visibleRange: visibleRange,
|
44696
|
+
scrollPos: scrollPos
|
44697
|
+
})]
|
43587
44698
|
})]
|
43588
44699
|
}), [className, onKeyPress, handleKeyDown, handleMouseMove, tableNode, activeCellNode, maxWidth]);
|
43589
44700
|
return jsxRuntime.jsx(context.Provider, {
|
43590
44701
|
value: reducerElements,
|
43591
44702
|
children: rootNode
|
43592
44703
|
});
|
43593
|
-
};
|
44704
|
+
});
|
43594
44705
|
|
43595
44706
|
const ExcelContextMenu = ({
|
43596
44707
|
contextMenu,
|
@@ -43723,6 +44834,7 @@ const ExcelFile = ({
|
|
43723
44834
|
const pageRef = React.useRef('');
|
43724
44835
|
const workRef = React.useRef(null);
|
43725
44836
|
const sheetRef = React.useRef(null);
|
44837
|
+
const spreadsheetRef = React.useRef(null);
|
43726
44838
|
const checkVal = val => {
|
43727
44839
|
if (val === undefined || val === null) {
|
43728
44840
|
return null;
|
@@ -44227,6 +45339,9 @@ const ExcelFile = ({
|
|
44227
45339
|
});
|
44228
45340
|
}
|
44229
45341
|
};
|
45342
|
+
React.useEffect(() => {
|
45343
|
+
spreadsheetRef.current?.removeSelect();
|
45344
|
+
}, [selectedSheet.name]);
|
44230
45345
|
return jsxRuntime.jsx(jsxRuntime.Fragment, {
|
44231
45346
|
children: sheetNames.length > 0 && jsxRuntime.jsxs("div", {
|
44232
45347
|
ref: workRef,
|
@@ -44237,6 +45352,7 @@ const ExcelFile = ({
|
|
44237
45352
|
ref: sheetRef,
|
44238
45353
|
className: "ff-excel-sheet",
|
44239
45354
|
children: jsxRuntime.jsx(Spreadsheet, {
|
45355
|
+
ref: spreadsheetRef,
|
44240
45356
|
editable: editable,
|
44241
45357
|
attachmentAction: attachmentAction,
|
44242
45358
|
toolbar: toolbar,
|
@@ -44258,7 +45374,7 @@ const ExcelFile = ({
|
|
44258
45374
|
getActiveCell: getActiveCell,
|
44259
45375
|
onAddColumn: handleAddColumn,
|
44260
45376
|
onDeleteColumn: handleDeleteColumn
|
44261
|
-
})
|
45377
|
+
}, selectedSheet.name)
|
44262
45378
|
}), sheetBar !== 'hide' && jsxRuntime.jsxs("div", {
|
44263
45379
|
className: "ff-excel-sheet-bar",
|
44264
45380
|
children: [sheetBar === 'show' && jsxRuntime.jsx("div", {
|
@@ -49627,7 +50743,11 @@ const Prompt = /*#__PURE__*/React.forwardRef(({
|
|
49627
50743
|
onPromptChange,
|
49628
50744
|
onBlur,
|
49629
50745
|
onFocus,
|
49630
|
-
disableInput
|
50746
|
+
disableInput,
|
50747
|
+
isAdditionalIcon = false,
|
50748
|
+
additionalIconName,
|
50749
|
+
additionIconToolTip,
|
50750
|
+
onAdditionalIconClick
|
49631
50751
|
}) => {
|
49632
50752
|
const containerRef = React.useRef(null);
|
49633
50753
|
useKeyboardActions([{
|
@@ -49674,6 +50794,16 @@ const Prompt = /*#__PURE__*/React.forwardRef(({
|
|
49674
50794
|
onBlur: onBlur,
|
49675
50795
|
value: value,
|
49676
50796
|
readOnly: disableInput
|
50797
|
+
}), isAdditionalIcon && additionalIconName && jsxRuntime.jsx(Tooltip, {
|
50798
|
+
placement: "top",
|
50799
|
+
title: additionIconToolTip,
|
50800
|
+
children: jsxRuntime.jsx(Icon, {
|
50801
|
+
name: additionalIconName,
|
50802
|
+
className: "ff-prompt-icon additional-icon",
|
50803
|
+
height: iconHeight,
|
50804
|
+
width: iconWidth,
|
50805
|
+
onClick: onAdditionalIconClick
|
50806
|
+
})
|
49677
50807
|
})]
|
49678
50808
|
});
|
49679
50809
|
});
|
@@ -51789,6 +52919,36 @@ const TableTreeFn = /*#__PURE__*/React.forwardRef(({
|
|
51789
52919
|
});
|
51790
52920
|
}
|
51791
52921
|
}, [newNode]);
|
52922
|
+
React.useLayoutEffect(() => {
|
52923
|
+
if (!navigateTreeNode) return;
|
52924
|
+
const container = containerRef.current;
|
52925
|
+
if (!container) return;
|
52926
|
+
let retryCount = 0;
|
52927
|
+
const maxRetries = 30;
|
52928
|
+
const scrollToNode = () => {
|
52929
|
+
const element = document.getElementById(navigateTreeNode);
|
52930
|
+
if (element) {
|
52931
|
+
setTimeout(() => {
|
52932
|
+
element.scrollIntoView({
|
52933
|
+
behavior: 'smooth',
|
52934
|
+
block: 'center'
|
52935
|
+
});
|
52936
|
+
handleRemoveNavigateTreeNode();
|
52937
|
+
}, 200);
|
52938
|
+
} else {
|
52939
|
+
if (retryCount === 0) {
|
52940
|
+
loadMoreAbove?.();
|
52941
|
+
}
|
52942
|
+
if (retryCount < maxRetries) {
|
52943
|
+
retryCount++;
|
52944
|
+
requestAnimationFrame(scrollToNode);
|
52945
|
+
} else {
|
52946
|
+
handleRemoveNavigateTreeNode();
|
52947
|
+
}
|
52948
|
+
}
|
52949
|
+
};
|
52950
|
+
scrollToNode();
|
52951
|
+
}, [navigateTreeNode, loadMoreAbove, handleRemoveNavigateTreeNode]);
|
51792
52952
|
return jsxRuntime.jsx("div", {
|
51793
52953
|
className: "tree-table-wrapper-container",
|
51794
52954
|
children: jsxRuntime.jsx("div", {
|