@mx-cartographer/experiences 7.11.21 → 7.11.23
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/CHANGELOG.md +8 -0
- package/dist/{ManageIncome-C0ddaiMR.mjs → ManageIncome-y-37mN2m.mjs} +1 -1
- package/dist/{RecurringSettings-CD1_vCES.mjs → RecurringSettings-BGMZxsCb.mjs} +1 -1
- package/dist/{TransactionDetails-CgC3Qu7o.mjs → TransactionDetails-BGdUTqhq.mjs} +123 -121
- package/dist/accounts/index.es.js +1 -1
- package/dist/budgets/index.es.js +2 -2
- package/dist/cashflow/index.es.js +2 -2
- package/dist/common/index.es.js +1 -1
- package/dist/common/utils/Theme.d.ts +1 -1
- package/dist/dashboard/index.es.js +1 -1
- package/dist/finstrong/index.es.js +2 -2
- package/dist/insights/components/shared/ChartDrawerTemplate/TipSection.d.ts +3 -1
- package/dist/insights/index.es.js +70 -59
- package/dist/recurringtransactions/index.es.js +4 -4
- package/dist/spending/index.es.js +1 -1
- package/dist/transactions/index.es.js +2 -2
- package/dist/trends/index.es.js +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { B as z4 } from "../BeatStore-C6CAT-ce.mjs";
|
|
2
2
|
import { jsx as e, jsxs as c, Fragment as V } from "react/jsx-runtime";
|
|
3
3
|
import * as t from "react";
|
|
4
|
-
import k, { useMemo as V1, useState as Q, useEffect as G1, forwardRef as
|
|
4
|
+
import k, { useMemo as V1, useState as Q, useEffect as G1, forwardRef as W, useRef as u1, useLayoutEffect as P1 } from "react";
|
|
5
5
|
import y from "@mui/material/Box";
|
|
6
6
|
import A from "@mui/material/Button";
|
|
7
7
|
import E from "@mui/material/Stack";
|
|
@@ -12,7 +12,7 @@ import { T as B1, b as q1 } from "../StatusIndicator-wyBzyHJc.mjs";
|
|
|
12
12
|
import _1 from "@mui/material/Tab";
|
|
13
13
|
import $1 from "@mui/material/Tabs";
|
|
14
14
|
import F from "@mui/material/IconButton";
|
|
15
|
-
import { useTheme as
|
|
15
|
+
import { useTheme as N, alpha as R1, ThemeProvider as ee } from "@mui/material/styles";
|
|
16
16
|
import { ChartContainer as C1, ChartsReferenceLine as _, ChartsXAxis as M1, BarPlot as f1 } from "@mui/x-charts";
|
|
17
17
|
import { u as Y1, h as te } from "../hooks-BxkfR-Ff.mjs";
|
|
18
18
|
import { D as re } from "../Drawer-DV4NTsFg.mjs";
|
|
@@ -31,9 +31,9 @@ import se from "@mui/material/Menu";
|
|
|
31
31
|
import ce from "@mui/material/MenuItem";
|
|
32
32
|
import he from "@mui/material/Paper";
|
|
33
33
|
import { CardHeader as de, Stack as q, Box as Z1, ToggleButtonGroup as me, TextField as pe, Grow as Ee, Alert as ue, useTheme as ye, useMediaQuery as S1, AppBar as Ce, Toolbar as Me, IconButton as fe } from "@mui/material";
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
34
|
+
import W1 from "@mui/material/FormControl";
|
|
35
|
+
import j1 from "@mui/material/FormControlLabel";
|
|
36
|
+
import N1 from "@mui/material/Radio";
|
|
37
37
|
import T1 from "@mui/material/RadioGroup";
|
|
38
38
|
import ke from "@mui/material/TextField";
|
|
39
39
|
import { TextareaAutosize as xe } from "@mui/base/TextareaAutosize";
|
|
@@ -94,8 +94,8 @@ const be = ({
|
|
|
94
94
|
children: n
|
|
95
95
|
}
|
|
96
96
|
);
|
|
97
|
-
}, V2 = be, Je = ({ message: r, tipAriaLabel: n, onDismiss: i, onAction: l }) => {
|
|
98
|
-
const
|
|
97
|
+
}, V2 = be, Je = ({ message: r, tipAriaLabel: n, onDismiss: i, onAction: l, sx: o }) => {
|
|
98
|
+
const a = l || i, s = l ? "chevron_right" : "close";
|
|
99
99
|
return /* @__PURE__ */ c(
|
|
100
100
|
E,
|
|
101
101
|
{
|
|
@@ -104,15 +104,26 @@ const be = ({
|
|
|
104
104
|
gap: 8,
|
|
105
105
|
sx: {
|
|
106
106
|
backgroundColor: "primary.lighter",
|
|
107
|
-
borderRadius:
|
|
107
|
+
borderRadius: "8px",
|
|
108
108
|
mb: 24,
|
|
109
109
|
mt: 12,
|
|
110
|
-
|
|
110
|
+
p: 12,
|
|
111
|
+
mx: 24,
|
|
112
|
+
...o
|
|
111
113
|
},
|
|
112
114
|
children: [
|
|
113
|
-
/* @__PURE__ */ e(d1, { color: "info", fill: !0, name: "lightbulb", size: 24
|
|
114
|
-
/* @__PURE__ */ e(v, { color: "primary.dark", fontWeight: 400, noWrap: !1,
|
|
115
|
-
|
|
115
|
+
/* @__PURE__ */ e(d1, { color: "info", fill: !0, name: "lightbulb", size: 24 }),
|
|
116
|
+
/* @__PURE__ */ e(v, { color: "primary.dark", fontWeight: 400, noWrap: !1, variant: "subtitle2", children: r }),
|
|
117
|
+
a && /* @__PURE__ */ e(
|
|
118
|
+
F,
|
|
119
|
+
{
|
|
120
|
+
"aria-label": n,
|
|
121
|
+
onClick: a,
|
|
122
|
+
size: "small",
|
|
123
|
+
sx: { minHeight: 0, minWidth: 0, p: 0 },
|
|
124
|
+
children: /* @__PURE__ */ e(d1, { color: "primary", fill: !0, name: s, size: 20 })
|
|
125
|
+
}
|
|
126
|
+
)
|
|
116
127
|
]
|
|
117
128
|
}
|
|
118
129
|
);
|
|
@@ -241,13 +252,13 @@ const be = ({
|
|
|
241
252
|
style: a,
|
|
242
253
|
...s
|
|
243
254
|
}) => {
|
|
244
|
-
const h =
|
|
255
|
+
const h = N(), d = k.useRef(null);
|
|
245
256
|
k.useLayoutEffect(() => {
|
|
246
257
|
const J = new ResizeObserver(() => {
|
|
247
258
|
window.requestAnimationFrame(() => {
|
|
248
259
|
if (d.current) {
|
|
249
|
-
const { width: I } = d.current.getBoundingClientRect(),
|
|
250
|
-
g && g.setAttribute("transform", `translate(${
|
|
260
|
+
const { width: I } = d.current.getBoundingClientRect(), j = I / 2, g = d.current.querySelector("text");
|
|
261
|
+
g && g.setAttribute("transform", `translate(${j}, -10)`);
|
|
251
262
|
}
|
|
252
263
|
});
|
|
253
264
|
});
|
|
@@ -323,7 +334,7 @@ const be = ({
|
|
|
323
334
|
removeSelectedTabColorChange: m,
|
|
324
335
|
onBarClick: p
|
|
325
336
|
}) => {
|
|
326
|
-
const u = k.useRef(null), { height: C, width: f } = U(u), b =
|
|
337
|
+
const u = k.useRef(null), { height: C, width: f } = U(u), b = N(), x = i.reduce((g, R) => Math.min(g, R.value), 1 / 0) < 0, Z = k.useMemo(() => {
|
|
327
338
|
const g = `${n}80`;
|
|
328
339
|
return m ? i.map(() => n) : d === void 0 ? [...new Array(i.length - 1).fill(g), n] : i.map((R, S) => S === d ? n : g);
|
|
329
340
|
}, [n, i, d]), J = k.useCallback(
|
|
@@ -506,7 +517,7 @@ const be = ({
|
|
|
506
517
|
trendAmount: o,
|
|
507
518
|
trendAmountLabel: a
|
|
508
519
|
}) => {
|
|
509
|
-
const s =
|
|
520
|
+
const s = N();
|
|
510
521
|
return /* @__PURE__ */ c(
|
|
511
522
|
E,
|
|
512
523
|
{
|
|
@@ -574,7 +585,7 @@ const be = ({
|
|
|
574
585
|
style: a,
|
|
575
586
|
...s
|
|
576
587
|
}) => {
|
|
577
|
-
const h =
|
|
588
|
+
const h = N(), { ariaLabel: d, formattedAmount: m } = n[i], p = o === i ? "bold" : 400, u = a.x ?? 0, C = a.y ?? 0, f = a.width ?? 0, b = a.height ?? 0;
|
|
578
589
|
return /* @__PURE__ */ c("g", { "aria-label": d, children: [
|
|
579
590
|
/* @__PURE__ */ e(
|
|
580
591
|
"path",
|
|
@@ -616,7 +627,7 @@ const be = ({
|
|
|
616
627
|
selectedTabIndex: m,
|
|
617
628
|
trendAmountLabel: p
|
|
618
629
|
}) => {
|
|
619
|
-
const u = k.useRef(null), { height: C, width: f } = U(u), b =
|
|
630
|
+
const u = k.useRef(null), { height: C, width: f } = U(u), b = N(), w = k.useMemo(() => {
|
|
620
631
|
const S = i.map(({ value: z }) => z), Y = Math.min(...S), D = Math.max(...S);
|
|
621
632
|
return {
|
|
622
633
|
series: [
|
|
@@ -646,7 +657,7 @@ const be = ({
|
|
|
646
657
|
}, [n, i, m]), Z = k.useMemo(
|
|
647
658
|
() => i[m ?? i.length - 1],
|
|
648
659
|
[i, m]
|
|
649
|
-
), I = i.reduce((S, Y) => Math.min(S, Y.value), 1 / 0) < 0,
|
|
660
|
+
), I = i.reduce((S, Y) => Math.min(S, Y.value), 1 / 0) < 0, j = /* @__PURE__ */ e(
|
|
650
661
|
Ge,
|
|
651
662
|
{
|
|
652
663
|
color: n,
|
|
@@ -658,7 +669,7 @@ const be = ({
|
|
|
658
669
|
}
|
|
659
670
|
), g = h || p, R = (S, { dataIndex: Y }) => a?.(Y);
|
|
660
671
|
return /* @__PURE__ */ c(E, { sx: { alignItems: "center", width: "100%" }, children: [
|
|
661
|
-
g && s === "top" &&
|
|
672
|
+
g && s === "top" && j,
|
|
662
673
|
/* @__PURE__ */ e(
|
|
663
674
|
y,
|
|
664
675
|
{
|
|
@@ -785,7 +796,7 @@ const be = ({
|
|
|
785
796
|
)
|
|
786
797
|
}
|
|
787
798
|
),
|
|
788
|
-
g && s === "bottom" &&
|
|
799
|
+
g && s === "bottom" && j
|
|
789
800
|
] });
|
|
790
801
|
}, Ie = ({
|
|
791
802
|
color: r,
|
|
@@ -794,15 +805,15 @@ const be = ({
|
|
|
794
805
|
style: l,
|
|
795
806
|
...o
|
|
796
807
|
}) => {
|
|
797
|
-
const a =
|
|
808
|
+
const a = N(), s = k.useRef(null), h = k.useRef(null), [d, m] = k.useState(l.width || 0);
|
|
798
809
|
k.useLayoutEffect(() => {
|
|
799
810
|
m(l.width || 0);
|
|
800
811
|
}, [l.width]), k.useLayoutEffect(() => {
|
|
801
812
|
const J = new ResizeObserver(() => {
|
|
802
813
|
window.requestAnimationFrame(() => {
|
|
803
814
|
if (s.current) {
|
|
804
|
-
const { width: I } = s.current.getBoundingClientRect(),
|
|
805
|
-
g && g.setAttribute("transform", `translate(${
|
|
815
|
+
const { width: I } = s.current.getBoundingClientRect(), j = I / 2, g = s.current.querySelector("text");
|
|
816
|
+
g && g.setAttribute("transform", `translate(${j}, -8)`);
|
|
806
817
|
}
|
|
807
818
|
});
|
|
808
819
|
});
|
|
@@ -899,7 +910,7 @@ const be = ({
|
|
|
899
910
|
},
|
|
900
911
|
onBarClick: m
|
|
901
912
|
}) => {
|
|
902
|
-
const p =
|
|
913
|
+
const p = N(), u = k.useRef(null), { height: C, width: f } = U(u), b = ({ dataIndex: w, seriesId: x }) => {
|
|
903
914
|
const Z = x.toString().split("-").pop();
|
|
904
915
|
m?.(w * 2 + Number(Z));
|
|
905
916
|
};
|
|
@@ -1011,7 +1022,7 @@ const be = ({
|
|
|
1011
1022
|
}
|
|
1012
1023
|
)
|
|
1013
1024
|
] });
|
|
1014
|
-
}, ze = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 288, height: 156, viewBox: "0 0 288 156", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("rect", { width: 288, height: 156 }), /* @__PURE__ */ t.createElement("line", { x1: 16, y1: 119.5, x2: 272, y2: 119.5, stroke: "#A8B1BD" }), /* @__PURE__ */ t.createElement("path", { d: "M242 18C242 16.8954 242.895 16 244 16H262C263.105 16 264 16.8954 264 18V119H242V18Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("path", { d: "M198 37C198 35.8954 198.895 35 200 35H218C219.105 35 220 35.8954 220 37V119H198V37Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M154 54C154 52.8954 154.895 52 156 52H174C175.105 52 176 52.8954 176 54V119H154V54Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M110 77C110 75.8954 110.895 75 112 75H130C131.105 75 132 75.8954 132 77V119H110V77Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M66 61C66 59.8954 66.8954 59 68 59H86C87.1046 59 88 59.8954 88 61V119H66V61Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M22 72C22 70.8954 22.8954 70 24 70H42C43.1046 70 44 70.8954 44 72V119H22V72Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 23, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 67, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 111, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 155, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 199, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 243, y: 130, width: 20, height: 6, rx: 3, fill: "#CDD3DD" })),
|
|
1025
|
+
}, ze = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 288, height: 156, viewBox: "0 0 288 156", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("rect", { width: 288, height: 156 }), /* @__PURE__ */ t.createElement("line", { x1: 16, y1: 119.5, x2: 272, y2: 119.5, stroke: "#A8B1BD" }), /* @__PURE__ */ t.createElement("path", { d: "M242 18C242 16.8954 242.895 16 244 16H262C263.105 16 264 16.8954 264 18V119H242V18Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("path", { d: "M198 37C198 35.8954 198.895 35 200 35H218C219.105 35 220 35.8954 220 37V119H198V37Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M154 54C154 52.8954 154.895 52 156 52H174C175.105 52 176 52.8954 176 54V119H154V54Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M110 77C110 75.8954 110.895 75 112 75H130C131.105 75 132 75.8954 132 77V119H110V77Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M66 61C66 59.8954 66.8954 59 68 59H86C87.1046 59 88 59.8954 88 61V119H66V61Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M22 72C22 70.8954 22.8954 70 24 70H42C43.1046 70 44 70.8954 44 72V119H22V72Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 23, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 67, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 111, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 155, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 199, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 243, y: 130, width: 20, height: 6, rx: 3, fill: "#CDD3DD" })), We = W(ze), je = 200, Ne = 130, Te = (r) => r || null, J1 = (r, n) => {
|
|
1015
1026
|
r.forEach((i) => {
|
|
1016
1027
|
const l = Te(i);
|
|
1017
1028
|
if (l) {
|
|
@@ -1023,7 +1034,7 @@ const be = ({
|
|
|
1023
1034
|
}
|
|
1024
1035
|
});
|
|
1025
1036
|
}, T = ({ divProps: r, image: n, isMini: i = !1 }) => {
|
|
1026
|
-
const l =
|
|
1037
|
+
const l = N(), o = u1(null), a = {
|
|
1027
1038
|
100: l.palette.primary.lighter,
|
|
1028
1039
|
200: l.palette.primary.light,
|
|
1029
1040
|
300: l.palette.primary.main,
|
|
@@ -1041,7 +1052,7 @@ const be = ({
|
|
|
1041
1052
|
"div",
|
|
1042
1053
|
{
|
|
1043
1054
|
style: {
|
|
1044
|
-
maxWidth: i ?
|
|
1055
|
+
maxWidth: i ? Ne : je,
|
|
1045
1056
|
width: "100%"
|
|
1046
1057
|
},
|
|
1047
1058
|
...r,
|
|
@@ -1050,7 +1061,7 @@ const be = ({
|
|
|
1050
1061
|
);
|
|
1051
1062
|
};
|
|
1052
1063
|
function B() {
|
|
1053
|
-
return /* @__PURE__ */ e(T, { divProps: { style: {} }, image:
|
|
1064
|
+
return /* @__PURE__ */ e(T, { divProps: { style: {} }, image: We });
|
|
1054
1065
|
}
|
|
1055
1066
|
const Ae = ({
|
|
1056
1067
|
ariaLabel: r,
|
|
@@ -1590,7 +1601,7 @@ const Ae = ({
|
|
|
1590
1601
|
)
|
|
1591
1602
|
] })
|
|
1592
1603
|
}
|
|
1593
|
-
), qe = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 124, height: 107, viewBox: "0 0 124 107", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M78.3577 97.4096H32.9454C31.9936 97.4096 31.2148 96.6308 31.2148 95.679V54.2712C31.2148 53.3194 31.9936 52.5405 32.9454 52.5405H78.3577C79.3096 52.5405 80.0884 53.3194 80.0884 54.2712V95.679C80.0884 96.6308 79.3096 97.4096 78.3577 97.4096Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M80.0884 54.2701V58.1431H31.2148V54.2701C31.2148 53.3189 31.9933 52.5396 32.9454 52.5396H78.3578C79.3099 52.5396 80.0884 53.3189 80.0884 54.2701Z", fill: "#E8F6FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.8132 55.4896C35.8132 56.2271 35.2154 56.8249 34.4779 56.8249C33.7404 56.8249 33.1426 56.2271 33.1426 55.4896C33.1426 54.7521 33.7404 54.1543 34.4779 54.1543C35.2154 54.1543 35.8132 54.7521 35.8132 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.1267 55.4896C40.1267 56.2271 39.5289 56.8249 38.7914 56.8249C38.0539 56.8249 37.4561 56.2271 37.4561 55.4896C37.4561 54.7521 38.0539 54.1543 38.7914 54.1543C39.5289 54.1543 40.1267 54.7521 40.1267 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.4372 55.4896C44.4372 56.2271 43.8394 56.8249 43.1019 56.8249C42.3645 56.8249 41.7666 56.2271 41.7666 55.4896C41.7666 54.7521 42.3645 54.1543 43.1019 54.1543C43.8394 54.1543 44.4372 54.7521 44.4372 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M83.6985 106.675H38.2863C37.3344 106.675 36.5557 105.896 36.5557 104.944V63.5363C36.5557 62.5845 37.3344 61.8057 38.2863 61.8057H83.6985C84.6504 61.8057 85.4292 62.5845 85.4292 63.5363V104.944C85.4292 105.896 84.6504 106.675 83.6985 106.675Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M85.4292 63.5353V67.4083H36.5557V63.5353C36.5557 62.5841 37.3342 61.8047 38.2862 61.8047H83.6986C84.6507 61.8047 85.4292 62.5841 85.4292 63.5353Z", fill: "#E8F6FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.155 64.7547C41.155 65.4922 40.5572 66.0901 39.8197 66.0901C39.0823 66.0901 38.4844 65.4922 38.4844 64.7547C38.4844 64.0173 39.0823 63.4194 39.8197 63.4194C40.5572 63.4194 41.155 64.0173 41.155 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M45.4675 64.7547C45.4675 65.4922 44.8697 66.0901 44.1322 66.0901C43.3947 66.0901 42.7969 65.4922 42.7969 64.7547C42.7969 64.0173 43.3947 63.4194 44.1322 63.4194C44.8697 63.4194 45.4675 64.0173 45.4675 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M49.779 64.7547C49.779 65.4922 49.1812 66.0901 48.4437 66.0901C47.7063 66.0901 47.1084 65.4922 47.1084 64.7547C47.1084 64.0173 47.7063 63.4194 48.4437 63.4194C49.1812 63.4194 49.779 64.0173 49.779 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M117.767 74.9926H72.3547C71.4029 74.9926 70.624 74.2139 70.624 73.2619V31.8541C70.624 30.9023 71.4029 30.1235 72.3547 30.1235H117.767C118.719 30.1235 119.498 30.9023 119.498 31.8541V73.2619C119.498 74.2139 118.719 74.9926 117.767 74.9926Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("mask", { id: "mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 70, y: 30, width: 50, height: 6 }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M70.624 30.0874H119.498V35.6909H70.624V30.0874Z", fill: "white" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask0)" }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M119.498 31.8185V35.6915H70.624V31.8185C70.624 30.8673 71.4025 30.0879 72.3546 30.0879H117.767C118.719 30.0879 119.498 30.8673 119.498 31.8185Z", fill: "#CDD3DD" })), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M75.1814 33.0384C75.1814 33.7759 74.5835 34.3738 73.8461 34.3738C73.1086 34.3738 72.5107 33.7759 72.5107 33.0384C72.5107 32.3009 73.1086 31.7031 73.8461 31.7031C74.5835 31.7031 75.1814 32.3009 75.1814 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M79.4939 33.0384C79.4939 33.7759 78.896 34.3738 78.1586 34.3738C77.4211 34.3738 76.8232 33.7759 76.8232 33.0384C76.8232 32.3009 77.4211 31.7031 78.1586 31.7031C78.896 31.7031 79.4939 32.3009 79.4939 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M83.8054 33.0384C83.8054 33.7759 83.2076 34.3738 82.4701 34.3738C81.7326 34.3738 81.1348 33.7759 81.1348 33.0384C81.1348 32.3009 81.7326 31.7031 82.4701 31.7031C83.2076 31.7031 83.8054 32.3009 83.8054 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 82.5761H101.728V80.5459H91.0693V82.5761Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 85.5937H121.426V84.644H91.0693V85.5937Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 91.0863H122.441V90.1367H91.0693V91.0863Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 93.833H123.771V92.8833H91.0693V93.833Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 96.5786H110.937V95.6289H91.0693V96.5786Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 88.3397H123.771V87.3901H91.0693V88.3397Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 35.0087H42.6513V32.9785H33.1426V35.0087Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 38.0277H60.2242V37.0781H33.1426V38.0277Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 43.518H61.1298V42.5684H33.1426V43.518Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 46.2645H53.7589V45.3149H33.1426V46.2645Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 40.7724H62.3157V39.8228H33.1426V40.7724Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("g", { filter: "url(#filter0_d)" }, /* @__PURE__ */ t.createElement("mask", { id: "mask1", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 52, y: 36, width: 51, height: 65 }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M52.8486 36.0361H102.157V100.752H52.8486V36.0361Z", fill: "white" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask1)" }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M100.652 100.752H54.3538C53.5259 100.752 52.8486 100.075 52.8486 99.2473V37.541C52.8486 36.7133 53.5259 36.0361 54.3538 36.0361H100.652C101.48 36.0361 102.157 36.7133 102.157 37.541V99.2473C102.157 100.075 101.48 100.752 100.652 100.752Z", fill: "white" })), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 64.132H97.0019V62.9336H66.0273V64.132Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 66.6379H87.8484V65.4395H66.0273V66.6379Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 95.1347H87.177V93.4868H66.0273V95.1347Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 67.7822C57.9041 67.7822 56.5557 66.434 56.5557 64.7861C56.5557 63.1383 57.9041 61.79 59.5523 61.79C61.2004 61.79 62.549 63.1383 62.549 64.7861C62.549 66.434 61.2004 67.7822 59.5523 67.7822Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 87.6983C57.9041 87.6983 56.5557 86.35 56.5557 84.7022C56.5557 83.0542 57.9041 81.7061 59.5523 81.7061C61.2004 81.7061 62.549 83.0542 62.549 84.7022C62.549 86.35 61.2004 87.6983 59.5523 87.6983Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 77.7417C57.9041 77.7417 56.5557 76.3935 56.5557 74.7456C56.5557 73.0978 57.9041 71.7495 59.5523 71.7495C61.2004 71.7495 62.549 73.0978 62.549 74.7456C62.549 76.3935 61.2004 77.7417 59.5523 77.7417Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 74.0906H97.0019V72.8921H66.0273V74.0906Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 76.5969H87.8484V75.3984H66.0273V76.5969Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 84.0496H97.0019V82.8511H66.0273V84.0496Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 86.5554H87.8484V85.3569H66.0273V86.5554Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 42.273H97.0019V40.7573H66.0273V42.273Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 45.442H87.8484V43.9263H66.0273V45.442Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 41.5145H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 41.5145H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 44.6844H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 44.6844H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 52.2316H97.0019V50.7158H66.0273V52.2316Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 55.3995H87.8484V53.8838H66.0273V55.3995Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 51.4739H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 51.4739H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 54.6419H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 54.6419H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M58.1973 59.0614H96.6276H58.1973Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M58.1973 59.0614H96.6276", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5521 92.0054V96.6176V92.0054Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M59.5521 92.0054V96.6176", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.2451 94.3109H61.8582H57.2451Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M57.2451 94.3109H61.8582", stroke: "#E4E8EE", strokeWidth: 0.797096 })), /* @__PURE__ */ t.createElement("g", { filter: "url(#filter1_d)" }, /* @__PURE__ */ t.createElement("circle", { cx: 48.4218, cy: 47.4218, r: 45.4218, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("mask", { id: "mask2", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 4, y: 3, width: 88, height: 88 }, /* @__PURE__ */ t.createElement("circle", { cx: 48.4212, cy: 47.4217, r: 43.4622, fill: "#F8F9FB" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask2)" }, /* @__PURE__ */ t.createElement("rect", { width: 93.6272, height: 94.0068, transform: "translate(3 -0.528809)", fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 12.6294, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 50.8384, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 77.5361, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 26.293, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 12.6294, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 50.8384, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 77.5361, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 26.293, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 6.0498, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 44.2598, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 70.9556, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 18.1948, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 56.4058, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 83.1025, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 31.8604, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 15.4131, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 53.6221, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 80.3179, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 29.0767, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 37.5547H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 10.2246H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 48.4355H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 75.1313H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }))), /* @__PURE__ */ t.createElement("path", { d: "M76.0285 81.4569L76.7644 80.721L80.4085 83.0384L100.493 103.122C101.095 103.725 101.095 104.702 100.493 105.304C99.8901 105.907 98.9134 105.907 98.3109 105.304L78.3227 85.3158L76.0285 81.4569Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("filter", { id: "filter0_d", x: 51.8364, y: 35.4035, width: 51.333, height: 66.7404, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ t.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ t.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ t.createElement("feOffset", { dy: 0.37957 }), /* @__PURE__ */ t.createElement("feGaussianBlur", { stdDeviation: 0.506093 }), /* @__PURE__ */ t.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.15 0" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })), /* @__PURE__ */ t.createElement("filter", { id: "filter1_d", x: 0.469535, y: 0.734768, width: 95.9046, height: 95.9046, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ t.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ t.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ t.createElement("feOffset", { dy: 1.26523 }), /* @__PURE__ */ t.createElement("feGaussianBlur", { stdDeviation: 1.26523 }), /* @__PURE__ */ t.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.16 0" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })))), _e = N(qe), $e = {
|
|
1604
|
+
), qe = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 124, height: 107, viewBox: "0 0 124 107", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M78.3577 97.4096H32.9454C31.9936 97.4096 31.2148 96.6308 31.2148 95.679V54.2712C31.2148 53.3194 31.9936 52.5405 32.9454 52.5405H78.3577C79.3096 52.5405 80.0884 53.3194 80.0884 54.2712V95.679C80.0884 96.6308 79.3096 97.4096 78.3577 97.4096Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M80.0884 54.2701V58.1431H31.2148V54.2701C31.2148 53.3189 31.9933 52.5396 32.9454 52.5396H78.3578C79.3099 52.5396 80.0884 53.3189 80.0884 54.2701Z", fill: "#E8F6FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M35.8132 55.4896C35.8132 56.2271 35.2154 56.8249 34.4779 56.8249C33.7404 56.8249 33.1426 56.2271 33.1426 55.4896C33.1426 54.7521 33.7404 54.1543 34.4779 54.1543C35.2154 54.1543 35.8132 54.7521 35.8132 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M40.1267 55.4896C40.1267 56.2271 39.5289 56.8249 38.7914 56.8249C38.0539 56.8249 37.4561 56.2271 37.4561 55.4896C37.4561 54.7521 38.0539 54.1543 38.7914 54.1543C39.5289 54.1543 40.1267 54.7521 40.1267 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M44.4372 55.4896C44.4372 56.2271 43.8394 56.8249 43.1019 56.8249C42.3645 56.8249 41.7666 56.2271 41.7666 55.4896C41.7666 54.7521 42.3645 54.1543 43.1019 54.1543C43.8394 54.1543 44.4372 54.7521 44.4372 55.4896Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M83.6985 106.675H38.2863C37.3344 106.675 36.5557 105.896 36.5557 104.944V63.5363C36.5557 62.5845 37.3344 61.8057 38.2863 61.8057H83.6985C84.6504 61.8057 85.4292 62.5845 85.4292 63.5363V104.944C85.4292 105.896 84.6504 106.675 83.6985 106.675Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M85.4292 63.5353V67.4083H36.5557V63.5353C36.5557 62.5841 37.3342 61.8047 38.2862 61.8047H83.6986C84.6507 61.8047 85.4292 62.5841 85.4292 63.5353Z", fill: "#E8F6FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M41.155 64.7547C41.155 65.4922 40.5572 66.0901 39.8197 66.0901C39.0823 66.0901 38.4844 65.4922 38.4844 64.7547C38.4844 64.0173 39.0823 63.4194 39.8197 63.4194C40.5572 63.4194 41.155 64.0173 41.155 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M45.4675 64.7547C45.4675 65.4922 44.8697 66.0901 44.1322 66.0901C43.3947 66.0901 42.7969 65.4922 42.7969 64.7547C42.7969 64.0173 43.3947 63.4194 44.1322 63.4194C44.8697 63.4194 45.4675 64.0173 45.4675 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M49.779 64.7547C49.779 65.4922 49.1812 66.0901 48.4437 66.0901C47.7063 66.0901 47.1084 65.4922 47.1084 64.7547C47.1084 64.0173 47.7063 63.4194 48.4437 63.4194C49.1812 63.4194 49.779 64.0173 49.779 64.7547Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M117.767 74.9926H72.3547C71.4029 74.9926 70.624 74.2139 70.624 73.2619V31.8541C70.624 30.9023 71.4029 30.1235 72.3547 30.1235H117.767C118.719 30.1235 119.498 30.9023 119.498 31.8541V73.2619C119.498 74.2139 118.719 74.9926 117.767 74.9926Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("mask", { id: "mask0", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 70, y: 30, width: 50, height: 6 }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M70.624 30.0874H119.498V35.6909H70.624V30.0874Z", fill: "white" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask0)" }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M119.498 31.8185V35.6915H70.624V31.8185C70.624 30.8673 71.4025 30.0879 72.3546 30.0879H117.767C118.719 30.0879 119.498 30.8673 119.498 31.8185Z", fill: "#CDD3DD" })), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M75.1814 33.0384C75.1814 33.7759 74.5835 34.3738 73.8461 34.3738C73.1086 34.3738 72.5107 33.7759 72.5107 33.0384C72.5107 32.3009 73.1086 31.7031 73.8461 31.7031C74.5835 31.7031 75.1814 32.3009 75.1814 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M79.4939 33.0384C79.4939 33.7759 78.896 34.3738 78.1586 34.3738C77.4211 34.3738 76.8232 33.7759 76.8232 33.0384C76.8232 32.3009 77.4211 31.7031 78.1586 31.7031C78.896 31.7031 79.4939 32.3009 79.4939 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M83.8054 33.0384C83.8054 33.7759 83.2076 34.3738 82.4701 34.3738C81.7326 34.3738 81.1348 33.7759 81.1348 33.0384C81.1348 32.3009 81.7326 31.7031 82.4701 31.7031C83.2076 31.7031 83.8054 32.3009 83.8054 33.0384Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 82.5761H101.728V80.5459H91.0693V82.5761Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 85.5937H121.426V84.644H91.0693V85.5937Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 91.0863H122.441V90.1367H91.0693V91.0863Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 93.833H123.771V92.8833H91.0693V93.833Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 96.5786H110.937V95.6289H91.0693V96.5786Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M91.0693 88.3397H123.771V87.3901H91.0693V88.3397Z", fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 35.0087H42.6513V32.9785H33.1426V35.0087Z", fill: "#C3E4FF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 38.0277H60.2242V37.0781H33.1426V38.0277Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 43.518H61.1298V42.5684H33.1426V43.518Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 46.2645H53.7589V45.3149H33.1426V46.2645Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M33.1426 40.7724H62.3157V39.8228H33.1426V40.7724Z", fill: "#D6EEFF" }), /* @__PURE__ */ t.createElement("g", { filter: "url(#filter0_d)" }, /* @__PURE__ */ t.createElement("mask", { id: "mask1", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 52, y: 36, width: 51, height: 65 }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M52.8486 36.0361H102.157V100.752H52.8486V36.0361Z", fill: "white" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask1)" }, /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M100.652 100.752H54.3538C53.5259 100.752 52.8486 100.075 52.8486 99.2473V37.541C52.8486 36.7133 53.5259 36.0361 54.3538 36.0361H100.652C101.48 36.0361 102.157 36.7133 102.157 37.541V99.2473C102.157 100.075 101.48 100.752 100.652 100.752Z", fill: "white" })), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 64.132H97.0019V62.9336H66.0273V64.132Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 66.6379H87.8484V65.4395H66.0273V66.6379Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 95.1347H87.177V93.4868H66.0273V95.1347Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 67.7822C57.9041 67.7822 56.5557 66.434 56.5557 64.7861C56.5557 63.1383 57.9041 61.79 59.5523 61.79C61.2004 61.79 62.549 63.1383 62.549 64.7861C62.549 66.434 61.2004 67.7822 59.5523 67.7822Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 87.6983C57.9041 87.6983 56.5557 86.35 56.5557 84.7022C56.5557 83.0542 57.9041 81.7061 59.5523 81.7061C61.2004 81.7061 62.549 83.0542 62.549 84.7022C62.549 86.35 61.2004 87.6983 59.5523 87.6983Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5523 77.7417C57.9041 77.7417 56.5557 76.3935 56.5557 74.7456C56.5557 73.0978 57.9041 71.7495 59.5523 71.7495C61.2004 71.7495 62.549 73.0978 62.549 74.7456C62.549 76.3935 61.2004 77.7417 59.5523 77.7417Z", fill: "#E4E8EE", stroke: "#E4E8EE", strokeWidth: 0.531397 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 74.0906H97.0019V72.8921H66.0273V74.0906Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 76.5969H87.8484V75.3984H66.0273V76.5969Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 84.0496H97.0019V82.8511H66.0273V84.0496Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 86.5554H87.8484V85.3569H66.0273V86.5554Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M56.5527 53.5731L58.7522 55.3118L62.6507 50.8042", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M56.5527 43.6146L58.7522 45.3532L62.6507 40.8457", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 42.273H97.0019V40.7573H66.0273V42.273Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 45.442H87.8484V43.9263H66.0273V45.442Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 41.5145H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 41.5145H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 44.6844H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 44.6844H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 52.2316H97.0019V50.7158H66.0273V52.2316Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M66.0273 55.3995H87.8484V53.8838H66.0273V55.3995Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 51.4739H98.2397H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 51.4739H98.2397", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M64.7861 54.6419H89.0278H64.7861Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M64.7861 54.6419H89.0278", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M58.1973 59.0614H96.6276H58.1973Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M58.1973 59.0614H96.6276", stroke: "#E4E8EE", strokeWidth: 0.265699 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M59.5521 92.0054V96.6176V92.0054Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M59.5521 92.0054V96.6176", stroke: "#E4E8EE", strokeWidth: 0.797096 }), /* @__PURE__ */ t.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M57.2451 94.3109H61.8582H57.2451Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M57.2451 94.3109H61.8582", stroke: "#E4E8EE", strokeWidth: 0.797096 })), /* @__PURE__ */ t.createElement("g", { filter: "url(#filter1_d)" }, /* @__PURE__ */ t.createElement("circle", { cx: 48.4218, cy: 47.4218, r: 45.4218, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("mask", { id: "mask2", "mask-type": "alpha", maskUnits: "userSpaceOnUse", x: 4, y: 3, width: 88, height: 88 }, /* @__PURE__ */ t.createElement("circle", { cx: 48.4212, cy: 47.4217, r: 43.4622, fill: "#F8F9FB" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask2)" }, /* @__PURE__ */ t.createElement("rect", { width: 93.6272, height: 94.0068, transform: "translate(3 -0.528809)", fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 12.6294, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 50.8384, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 77.5361, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 26.293, width: 9.10967, height: 9.10967, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 12.6294, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 50.8384, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 77.5361, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 26.293, width: 33.1491, height: 3.54265, rx: 0.506093, fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 6.0498, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 44.2598, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 12.8691, y: 70.9556, width: 33.1491, height: 2.65699, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 18.1948, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 56.4058, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 83.1025, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 23.75, y: 31.8604, width: 25.6842, height: 3.54265, rx: 0.506093, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 15.4131, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 53.6221, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 80.3179, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("rect", { x: 68.4131, y: 29.0767, width: 15.5624, height: 3.54265, rx: 0.506093, fill: "#A8B1BD" }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 37.5547H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 10.2246H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 48.4355H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 75.1313H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 23.8901H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 62.1001H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }), /* @__PURE__ */ t.createElement("path", { d: "M10.9707 88.7959H85.8724", stroke: "#E4E8EE", strokeWidth: 0.253046 }))), /* @__PURE__ */ t.createElement("path", { d: "M76.0285 81.4569L76.7644 80.721L80.4085 83.0384L100.493 103.122C101.095 103.725 101.095 104.702 100.493 105.304C99.8901 105.907 98.9134 105.907 98.3109 105.304L78.3227 85.3158L76.0285 81.4569Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("filter", { id: "filter0_d", x: 51.8364, y: 35.4035, width: 51.333, height: 66.7404, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ t.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ t.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ t.createElement("feOffset", { dy: 0.37957 }), /* @__PURE__ */ t.createElement("feGaussianBlur", { stdDeviation: 0.506093 }), /* @__PURE__ */ t.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.15 0" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })), /* @__PURE__ */ t.createElement("filter", { id: "filter1_d", x: 0.469535, y: 0.734768, width: 95.9046, height: 95.9046, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ t.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ t.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ t.createElement("feOffset", { dy: 1.26523 }), /* @__PURE__ */ t.createElement("feGaussianBlur", { stdDeviation: 1.26523 }), /* @__PURE__ */ t.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0.341176 0 0 0 0 0.4 0 0 0 0 0.458824 0 0 0 0.16 0" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow", result: "shape" })))), _e = W(qe), $e = {
|
|
1594
1605
|
marginBottom: 16,
|
|
1595
1606
|
maxWidth: 120,
|
|
1596
1607
|
width: "100%"
|
|
@@ -1927,7 +1938,7 @@ const Ae = ({
|
|
|
1927
1938
|
backButtonTitle: h,
|
|
1928
1939
|
submitButtonTitle: d
|
|
1929
1940
|
}) => {
|
|
1930
|
-
const m =
|
|
1941
|
+
const m = N(), [p, u] = Q(null), [C, f] = Q(""), b = (Z) => {
|
|
1931
1942
|
const J = parseInt(Z.target.value, 10);
|
|
1932
1943
|
u(J), J !== t1 && f("");
|
|
1933
1944
|
}, w = (Z) => {
|
|
@@ -1955,7 +1966,7 @@ const Ae = ({
|
|
|
1955
1966
|
}
|
|
1956
1967
|
),
|
|
1957
1968
|
/* @__PURE__ */ c(E, { sx: { px: 24 }, children: [
|
|
1958
|
-
/* @__PURE__ */ e(
|
|
1969
|
+
/* @__PURE__ */ e(W1, { children: /* @__PURE__ */ e(
|
|
1959
1970
|
T1,
|
|
1960
1971
|
{
|
|
1961
1972
|
"aria-labelledby": "hide-insight-radio-buttons-group-label",
|
|
@@ -1963,10 +1974,10 @@ const Ae = ({
|
|
|
1963
1974
|
onChange: b,
|
|
1964
1975
|
value: p,
|
|
1965
1976
|
children: a.map((Z, J) => /* @__PURE__ */ e(
|
|
1966
|
-
|
|
1977
|
+
j1,
|
|
1967
1978
|
{
|
|
1968
1979
|
control: /* @__PURE__ */ e(
|
|
1969
|
-
|
|
1980
|
+
N1,
|
|
1970
1981
|
{
|
|
1971
1982
|
sx: {
|
|
1972
1983
|
"& .MuiSvgIcon-root": {
|
|
@@ -2056,7 +2067,7 @@ const Ae = ({
|
|
|
2056
2067
|
...h,
|
|
2057
2068
|
children: o ? r.call_to_action : r.supporting_action
|
|
2058
2069
|
}
|
|
2059
|
-
), ct = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 295, height: 142, viewBox: "0 0 295 142", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("path", { d: "M0.5 4C0.5 2.067 2.067 0.5 4 0.5H291C292.933 0.5 294.5 2.067 294.5 4V39.5H0.5V4Z", stroke: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { d: "M0.5 102.5H294.5V138C294.5 139.933 292.933 141.5 291 141.5H4.00001C2.06701 141.5 0.5 139.933 0.5 138V102.5Z", fill: "#F8F9FB", stroke: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 0.5, y: 39.5, width: 294, height: 63, fill: "white", stroke: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 16, y: 55, width: 32, height: 32, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 16, y: 15, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 16, y: 118, width: 80, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 226, y: 118, width: 56, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 64, y: 60, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 232, y: 60, width: 47, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 64, y: 76, width: 60, height: 4, rx: 2, fill: "#EEF1F6" })), ht =
|
|
2070
|
+
), ct = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 295, height: 142, viewBox: "0 0 295 142", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("path", { d: "M0.5 4C0.5 2.067 2.067 0.5 4 0.5H291C292.933 0.5 294.5 2.067 294.5 4V39.5H0.5V4Z", stroke: "#EEF1F6" }), /* @__PURE__ */ t.createElement("path", { d: "M0.5 102.5H294.5V138C294.5 139.933 292.933 141.5 291 141.5H4.00001C2.06701 141.5 0.5 139.933 0.5 138V102.5Z", fill: "#F8F9FB", stroke: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 0.5, y: 39.5, width: 294, height: 63, fill: "white", stroke: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 16, y: 55, width: 32, height: 32, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 16, y: 15, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 16, y: 118, width: 80, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 226, y: 118, width: 56, height: 8, rx: 2, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 64, y: 60, width: 80, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 232, y: 60, width: 47, height: 8, rx: 2, fill: "#EEF1F6" }), /* @__PURE__ */ t.createElement("rect", { x: 64, y: 76, width: 60, height: 4, rx: 2, fill: "#EEF1F6" })), ht = W(ct), dt = {
|
|
2060
2071
|
padding: 8,
|
|
2061
2072
|
marginTop: 8,
|
|
2062
2073
|
marginBottom: 12
|
|
@@ -2069,7 +2080,7 @@ const Ae = ({
|
|
|
2069
2080
|
},
|
|
2070
2081
|
children: /* @__PURE__ */ e(T, { divProps: { style: dt }, image: ht })
|
|
2071
2082
|
}
|
|
2072
|
-
), pt = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 147, height: 104, viewBox: "0 0 147 104", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("path", { opacity: 0.15, d: "M132.18 93.1784C128.573 91.0141 78.373 92.2766 53.7238 93.1784H50.5965C50.2942 93.1784 50.0081 93.3152 49.8183 93.5505L44.3794 100.291C44.0546 100.693 43.4764 100.782 43.0462 100.494L32.3346 93.3466C32.1702 93.237 31.9771 93.1784 31.7795 93.1784H22.4446C22.2603 93.1784 22.0782 93.2276 21.9259 93.3315C20.2511 94.4746 19.2999 96.4924 27.5735 96.4924C35.9509 96.4924 34.8706 97.8014 33.1578 98.5193C33.0438 98.5671 32.9209 98.5892 32.7973 98.5892H8.63393C-5.07339 98.5892 0.0503439 104 6.83034 104H46.5094C77.1706 104 139.936 102.016 145.707 101.295C151.479 100.573 133.082 99.1904 123.162 98.5892C118.687 98.5892 114.211 97.6638 110.812 96.674C109.759 96.3675 110.007 95.0772 111.103 95.0937C121.551 95.2513 135.251 95.0207 132.18 93.1784Z", fill: "#2C64EF", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M56.431 21.6432C58.5352 21.9438 64.3669 21.8236 70.8598 18.9378C78.976 15.3306 82.5832 13.527 86.1904 15.3306C89.7975 17.1342 90.6993 20.7414 88.8957 26.1522C87.844 29.3074 85.4508 31.0571 83.532 31.8903C82.7859 32.2143 82.4803 33.2637 83.0554 33.8389L83.485 34.2684C84.1566 34.8456 85.1999 36.5001 83.9999 38.5001", stroke: "#2C64EF", strokeLinecap: "round", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M89.8408 5.53344L41.0915 12.4976C40.5842 12.5701 40.1042 12.2474 39.9799 11.7502L39.5394 9.98812C39.4055 9.45232 39.7312 8.90939 40.267 8.77544L42.1466 8.30555C42.5918 8.19425 42.9041 7.79427 42.9041 7.3354V6.29357C42.9041 5.78925 43.2796 5.36384 43.78 5.30129L85.705 0.0606634C86.0113 0.0223874 86.318 0.127628 86.5362 0.345835L87.7011 1.5107C87.8886 1.69824 88.1429 1.8036 88.4082 1.8036H89.6993C90.2516 1.8036 90.6993 2.25131 90.6993 2.80359V4.54349C90.6993 5.04114 90.3334 5.46306 89.8408 5.53344Z", fill: "#A0B9F8", className: "brand200" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.15, d: "M9.04298 76.0297L40.3855 13.5948C40.6477 13.0725 41.3 12.8854 41.7992 13.1893L85.2719 39.655C85.768 39.957 85.9034 40.6167 85.5662 41.0896L44.6908 98.4287C44.3831 98.8603 43.7922 98.9769 43.3437 98.6945L9.40387 77.3246C8.96815 77.0502 8.81197 76.4899 9.04298 76.0297Z", fill: "#2C64EF", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M54.6796 84.287L14.8497 60.0399C14.3984 59.7652 14.2387 59.1867 14.4852 58.7193L27.8386 33.3987C28.1061 32.8913 28.7447 32.7126 29.2368 33.0072L72.6331 58.9928C73.1349 59.2933 73.2728 59.9585 72.9319 60.4337L56.0121 84.0158C55.7072 84.4407 55.1263 84.5589 54.6796 84.287Z", fill: "#A0B9F8", className: "brand200" }), /* @__PURE__ */ t.createElement("path", { d: "M95.8922 32.9036C94.7208 30.8689 92.9432 32.6952 91.9424 34.2454C91.724 34.5837 91.7585 35.0286 92.0414 35.3151C94.5895 37.8957 97.4519 35.6131 95.8922 32.9036Z", stroke: "#2C64EF", strokeLinecap: "round", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M99.193 26.692C98.4116 23.6755 96.1194 25.977 95.3356 28.2686C95.2621 28.4834 95.1391 28.7499 95.3305 28.8721C96.1571 29.3998 100.029 29.9202 99.193 26.692Z", stroke: "#2C64EF", strokeLinecap: "round", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M102.494 30.0367C102.049 28.1072 100.358 28.985 99.6264 31.1343C99.5533 31.3492 99.3919 31.6192 99.5815 31.744C100.223 32.1662 103.038 32.3979 102.494 30.0367Z", stroke: "#2C64EF", strokeLinecap: "round", className: "brand300" })), Et = N(pt), ut = (r, n) => /* @__PURE__ */ t.createElement("svg", { alt: "", width: "147px", height: "104px", viewBox: "0 0 256 256", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: n, ...r }, /* @__PURE__ */ t.createElement("title", null, "Icons/Illustrative/Gears1"), /* @__PURE__ */ t.createElement("g", { id: "Icons/Illustrative/Gears1", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /* @__PURE__ */ t.createElement("circle", { id: "Oval", fill: "#F2F3F2", cx: 128, cy: 128, r: 128 }), /* @__PURE__ */ t.createElement("g", { id: "Group", transform: "translate(42.000000, 38.000000)", fillRule: "nonzero" }, /* @__PURE__ */ t.createElement("path", { d: "M106.11,-0.000218413865 C107.642968,-0.0133183256 109.118435,0.582907809 110.211785,1.65750358 C111.305134,2.73209936 111.926796,4.19703062 111.94,5.73000001 L111.94,5.73000001 L111.94,14.26 C116.057784,15.2957977 120.000229,16.9334286 123.64,19.12 L123.64,19.12 L129.64,13.07 C131.902451,10.8198774 135.55755,10.8198774 137.82,13.07 L137.82,13.07 L144.82,20.07 C147.074462,22.3267544 147.074462,25.9832456 144.82,28.24 L144.82,28.24 L138.76,34.3 C140.939324,37.9422419 142.573338,41.8840905 143.61,46 L143.61,46 L152.18,46 C153.721605,45.9893289 155.203593,46.5949522 156.296512,47.6822371 C157.38943,48.7695221 158.002704,50.2483606 158.000009,51.79 L158.000009,51.79 L158.000009,61.69 C157.989428,63.2229629 157.370303,64.6889356 156.278833,65.7654023 C155.187364,66.841869 153.712962,67.4406455 152.18,67.43 L152.18,67.43 L143.61,67.43 C142.571461,71.5421335 140.937529,75.4804158 138.76,79.12 L138.76,79.12 L144.87,85.22 C147.124462,87.4767544 147.124462,91.1332457 144.87,93.3900001 L144.87,93.3900001 L137.87,100.39 C135.60755,102.640123 131.952451,102.640123 129.69,100.39 L129.69,100.39 L123.63,94.3200001 C119.984367,96.4949311 116.043674,98.131834 111.93,99.1800001 L111.93,99.1800001 L111.93,107.74 C111.93,110.932206 109.342206,113.52 106.15,113.52 L106.15,113.52 L96.2600001,113.52 C93.0677942,113.52 90.4800001,110.932206 90.4800001,107.74 L90.4800001,107.74 L90.4800001,99.1800001 C86.3651225,98.1354485 82.4239217,96.4983343 78.78,94.3200001 L78.78,94.3200001 L72.72,100.39 C70.4575496,102.640123 66.8024505,102.640123 64.54,100.39 L64.54,100.39 L57.54,93.3900001 C56.4523907,92.3088247 55.8408343,90.8385692 55.8408343,89.305 C55.8408343,87.7714309 56.4523907,86.3011754 57.54,85.22 L57.54,85.22 L63.54,79.12 C61.3721395,75.4897739 59.7482054,71.5613358 58.72,67.46 L58.72,67.46 L50.15,67.46 C46.9577942,67.46 44.37,64.8722059 44.37,61.68 L44.37,61.68 L44.37,51.78 C44.37,48.5877942 46.9577942,46 50.15,46 L50.15,46 L58.69,46 C59.7312635,41.9013872 61.3651501,37.9766906 63.54,34.35 L63.54,34.35 L57.54,28.35 C56.4523907,27.2688246 55.8408343,25.7985692 55.8408343,24.265 C55.8408343,22.7314309 56.4523907,21.2611754 57.54,20.18 L57.54,20.18 L64.54,13.18 C66.7999116,10.9616363 70.4200885,10.9616363 72.68,13.18 L72.68,13.18 L78.74,19.18 C82.3805971,16.9997464 86.3230896,15.368835 90.4400001,14.34 L90.4400001,14.34 L90.4400001,5.78000001 C90.4400001,2.58779416 93.0277942,-0.000218413865 96.2200001,-0.000218413865 L96.2200001,-0.000218413865 Z M101.16,33.85 C88.5402935,33.85 78.31,44.0982021 78.31,56.74 C78.31,69.381798 88.5402935,79.63 101.16,79.63 C113.779707,79.63 124.01,69.381798 124.01,56.74 C124.01,44.0982021 113.779707,33.85 101.16,33.85 Z", id: "Combined-Shape", fill: "#C41F3E" }), /* @__PURE__ */ t.createElement("path", { d: "M125.31,101.68 C126.663009,101.190465 128.156991,101.888254 128.65,103.24 L128.65,103.24 L129.98,106.88 C131.881968,106.682983 133.802585,106.767221 135.68,107.13 L135.68,107.13 L137.36,103.65 C137.974114,102.348051 139.523599,101.785414 140.83,102.39 L140.83,102.39 L144.83,104.28 C145.45764,104.570893 145.943478,105.099917 146.18,105.75 C146.410536,106.403106 146.378265,107.12024 146.09,107.75 L146.09,107.75 L144.45,111.25 C145.938487,112.457816 147.239344,113.879997 148.31,115.47 L148.31,115.47 L151.95,114.15 C152.60106,113.9061 153.323478,113.938609 153.95,114.24 C154.57764,114.530893 155.063478,115.059917 155.3,115.71 L155.3,115.71 L156.82,119.9 L156.8,119.9 C157.042025,120.555947 157.008571,121.281881 156.707242,121.912787 C156.405914,122.543694 155.86231,123.025975 155.2,123.25 L155.2,123.25 L151.57,124.58 C151.762006,126.482114 151.6778,128.402001 151.32,130.28 L151.32,130.28 L154.82,131.92 C155.44764,132.210893 155.933478,132.739917 156.17,133.39 C156.400536,134.043106 156.368265,134.76024 156.08,135.39 L156.08,135.39 L154.19,139.39 C153.899107,140.01764 153.370083,140.503478 152.72,140.74 C152.067374,140.973748 151.348994,140.941421 150.72,140.65 L150.72,140.65 L147.21,139.01 C146.00577,140.498247 144.586919,141.799141 143,142.87 L143,142.87 L144.35,146.52 C144.839535,147.873009 144.141747,149.366991 142.79,149.86 L142.79,149.86 L138.59,151.38 C137.940627,151.623555 137.220542,151.595411 136.59216,151.301915 C135.963777,151.008419 135.48002,150.47429 135.25,149.82 L135.25,149.82 L133.93,146.19 C132.024565,146.382273 130.10134,146.298069 128.22,145.94 L128.22,145.94 L126.59,149.44 C126.297704,150.070291 125.764434,150.55672 125.11,150.79 C124.457374,151.023748 123.738994,150.991421 123.11,150.7 L123.11,150.7 L119.11,148.81 C118.483388,148.51904 117.998342,147.990654 117.761941,147.34149 C117.52554,146.692325 117.557225,145.975766 117.85,145.35 L117.85,145.35 L119.48,141.84 C117.99911,140.627965 116.699271,139.210265 115.62,137.63 L115.62,137.63 L111.99,138.95 C110.636992,139.439535 109.143009,138.741746 108.65,137.39 L108.65,137.39 L107.12,133.19 C106.630465,131.836992 107.328254,130.343009 108.68,129.85 L108.68,129.85 L112.32,128.53 C112.122724,126.62471 112.20696,124.700758 112.57,122.82 L112.57,122.82 L109.06,121.19 C107.762385,120.571943 107.201268,119.026645 107.8,117.72 L107.8,117.72 L109.69,113.67 C110.303837,112.367488 111.856552,111.808152 113.16,112.42 L113.16,112.42 L116.66,114.05 C117.873171,112.566569 119.294557,111.266438 120.88,110.19 L120.88,110.19 L119.56,106.56 C119.317574,105.90955 119.346396,105.189009 119.64,104.56 C119.935033,103.931721 120.467319,103.44619 121.12,103.21 L121.12,103.21 Z M128.447599,116.83953 C123.095918,118.78421 120.337056,124.707495 122.285508,130.069558 C124.233961,135.43162 130.151888,138.201956 135.503569,136.257276 C140.85525,134.312597 143.614112,128.389311 141.66566,123.027249 C139.717208,117.665186 133.79928,114.89485 128.447599,116.83953 Z", id: "Combined-Shape", fill: "#C41F3E" }), /* @__PURE__ */ t.createElement("path", { d: "M49.0033734,120.673794 L107.724759,161.167841 C110.229937,162.882581 111.95088,165.522716 112.508555,168.506883 C113.044781,171.376274 112.463214,174.337468 110.891371,176.786789 L110.698005,177.078212 C107.111197,182.279527 99.9870169,183.588344 94.785702,180.001537 L36.0313869,139.484783 L49.0033734,120.673794 Z M100.36,162.71 C96.3504128,162.71 93.1000001,165.960413 93.1000001,169.97 C93.1000001,173.979587 96.3504128,177.23 100.36,177.23 C104.369587,177.23 107.62,173.979587 107.62,169.97 C107.62,165.960413 104.369587,162.71 100.36,162.71 Z", id: "Combined-Shape", fill: "#8B1D41" }), /* @__PURE__ */ t.createElement("path", { d: "M14.15,96.5100001 L35.84,111.51 L36.41,120.37 L31.47,127.54 L22.75,130.48 L1.06000001,115.49 C-1.8576625,129.410687 5.44846092,143.45713 18.5213637,149.060478 C31.5942664,154.663825 46.8049178,150.26859 54.8742555,138.556029 C62.9435933,126.843469 61.6315736,111.064983 51.7385773,100.846035 C41.845581,90.627086 26.1178984,88.8044491 14.15,96.4900001 L14.15,96.5100001 Z", id: "Path", fill: "#8B1D41" })))), yt = N(ut), _2 = ({ errorText: r, errorDescription: n, isCibc: i = !1 }) => /* @__PURE__ */ e(P, { sx: { py: 32, px: 16 }, children: /* @__PURE__ */ c(E, { sx: { gap: 16, alignItems: "center" }, children: [
|
|
2083
|
+
), pt = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 147, height: 104, viewBox: "0 0 147 104", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("path", { opacity: 0.15, d: "M132.18 93.1784C128.573 91.0141 78.373 92.2766 53.7238 93.1784H50.5965C50.2942 93.1784 50.0081 93.3152 49.8183 93.5505L44.3794 100.291C44.0546 100.693 43.4764 100.782 43.0462 100.494L32.3346 93.3466C32.1702 93.237 31.9771 93.1784 31.7795 93.1784H22.4446C22.2603 93.1784 22.0782 93.2276 21.9259 93.3315C20.2511 94.4746 19.2999 96.4924 27.5735 96.4924C35.9509 96.4924 34.8706 97.8014 33.1578 98.5193C33.0438 98.5671 32.9209 98.5892 32.7973 98.5892H8.63393C-5.07339 98.5892 0.0503439 104 6.83034 104H46.5094C77.1706 104 139.936 102.016 145.707 101.295C151.479 100.573 133.082 99.1904 123.162 98.5892C118.687 98.5892 114.211 97.6638 110.812 96.674C109.759 96.3675 110.007 95.0772 111.103 95.0937C121.551 95.2513 135.251 95.0207 132.18 93.1784Z", fill: "#2C64EF", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M56.431 21.6432C58.5352 21.9438 64.3669 21.8236 70.8598 18.9378C78.976 15.3306 82.5832 13.527 86.1904 15.3306C89.7975 17.1342 90.6993 20.7414 88.8957 26.1522C87.844 29.3074 85.4508 31.0571 83.532 31.8903C82.7859 32.2143 82.4803 33.2637 83.0554 33.8389L83.485 34.2684C84.1566 34.8456 85.1999 36.5001 83.9999 38.5001", stroke: "#2C64EF", strokeLinecap: "round", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M89.8408 5.53344L41.0915 12.4976C40.5842 12.5701 40.1042 12.2474 39.9799 11.7502L39.5394 9.98812C39.4055 9.45232 39.7312 8.90939 40.267 8.77544L42.1466 8.30555C42.5918 8.19425 42.9041 7.79427 42.9041 7.3354V6.29357C42.9041 5.78925 43.2796 5.36384 43.78 5.30129L85.705 0.0606634C86.0113 0.0223874 86.318 0.127628 86.5362 0.345835L87.7011 1.5107C87.8886 1.69824 88.1429 1.8036 88.4082 1.8036H89.6993C90.2516 1.8036 90.6993 2.25131 90.6993 2.80359V4.54349C90.6993 5.04114 90.3334 5.46306 89.8408 5.53344Z", fill: "#A0B9F8", className: "brand200" }), /* @__PURE__ */ t.createElement("path", { opacity: 0.15, d: "M9.04298 76.0297L40.3855 13.5948C40.6477 13.0725 41.3 12.8854 41.7992 13.1893L85.2719 39.655C85.768 39.957 85.9034 40.6167 85.5662 41.0896L44.6908 98.4287C44.3831 98.8603 43.7922 98.9769 43.3437 98.6945L9.40387 77.3246C8.96815 77.0502 8.81197 76.4899 9.04298 76.0297Z", fill: "#2C64EF", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M54.6796 84.287L14.8497 60.0399C14.3984 59.7652 14.2387 59.1867 14.4852 58.7193L27.8386 33.3987C28.1061 32.8913 28.7447 32.7126 29.2368 33.0072L72.6331 58.9928C73.1349 59.2933 73.2728 59.9585 72.9319 60.4337L56.0121 84.0158C55.7072 84.4407 55.1263 84.5589 54.6796 84.287Z", fill: "#A0B9F8", className: "brand200" }), /* @__PURE__ */ t.createElement("path", { d: "M95.8922 32.9036C94.7208 30.8689 92.9432 32.6952 91.9424 34.2454C91.724 34.5837 91.7585 35.0286 92.0414 35.3151C94.5895 37.8957 97.4519 35.6131 95.8922 32.9036Z", stroke: "#2C64EF", strokeLinecap: "round", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M99.193 26.692C98.4116 23.6755 96.1194 25.977 95.3356 28.2686C95.2621 28.4834 95.1391 28.7499 95.3305 28.8721C96.1571 29.3998 100.029 29.9202 99.193 26.692Z", stroke: "#2C64EF", strokeLinecap: "round", className: "brand300" }), /* @__PURE__ */ t.createElement("path", { d: "M102.494 30.0367C102.049 28.1072 100.358 28.985 99.6264 31.1343C99.5533 31.3492 99.3919 31.6192 99.5815 31.744C100.223 32.1662 103.038 32.3979 102.494 30.0367Z", stroke: "#2C64EF", strokeLinecap: "round", className: "brand300" })), Et = W(pt), ut = (r, n) => /* @__PURE__ */ t.createElement("svg", { alt: "", width: "147px", height: "104px", viewBox: "0 0 256 256", xmlns: "http://www.w3.org/2000/svg", xmlnsXlink: "http://www.w3.org/1999/xlink", ref: n, ...r }, /* @__PURE__ */ t.createElement("title", null, "Icons/Illustrative/Gears1"), /* @__PURE__ */ t.createElement("g", { id: "Icons/Illustrative/Gears1", stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" }, /* @__PURE__ */ t.createElement("circle", { id: "Oval", fill: "#F2F3F2", cx: 128, cy: 128, r: 128 }), /* @__PURE__ */ t.createElement("g", { id: "Group", transform: "translate(42.000000, 38.000000)", fillRule: "nonzero" }, /* @__PURE__ */ t.createElement("path", { d: "M106.11,-0.000218413865 C107.642968,-0.0133183256 109.118435,0.582907809 110.211785,1.65750358 C111.305134,2.73209936 111.926796,4.19703062 111.94,5.73000001 L111.94,5.73000001 L111.94,14.26 C116.057784,15.2957977 120.000229,16.9334286 123.64,19.12 L123.64,19.12 L129.64,13.07 C131.902451,10.8198774 135.55755,10.8198774 137.82,13.07 L137.82,13.07 L144.82,20.07 C147.074462,22.3267544 147.074462,25.9832456 144.82,28.24 L144.82,28.24 L138.76,34.3 C140.939324,37.9422419 142.573338,41.8840905 143.61,46 L143.61,46 L152.18,46 C153.721605,45.9893289 155.203593,46.5949522 156.296512,47.6822371 C157.38943,48.7695221 158.002704,50.2483606 158.000009,51.79 L158.000009,51.79 L158.000009,61.69 C157.989428,63.2229629 157.370303,64.6889356 156.278833,65.7654023 C155.187364,66.841869 153.712962,67.4406455 152.18,67.43 L152.18,67.43 L143.61,67.43 C142.571461,71.5421335 140.937529,75.4804158 138.76,79.12 L138.76,79.12 L144.87,85.22 C147.124462,87.4767544 147.124462,91.1332457 144.87,93.3900001 L144.87,93.3900001 L137.87,100.39 C135.60755,102.640123 131.952451,102.640123 129.69,100.39 L129.69,100.39 L123.63,94.3200001 C119.984367,96.4949311 116.043674,98.131834 111.93,99.1800001 L111.93,99.1800001 L111.93,107.74 C111.93,110.932206 109.342206,113.52 106.15,113.52 L106.15,113.52 L96.2600001,113.52 C93.0677942,113.52 90.4800001,110.932206 90.4800001,107.74 L90.4800001,107.74 L90.4800001,99.1800001 C86.3651225,98.1354485 82.4239217,96.4983343 78.78,94.3200001 L78.78,94.3200001 L72.72,100.39 C70.4575496,102.640123 66.8024505,102.640123 64.54,100.39 L64.54,100.39 L57.54,93.3900001 C56.4523907,92.3088247 55.8408343,90.8385692 55.8408343,89.305 C55.8408343,87.7714309 56.4523907,86.3011754 57.54,85.22 L57.54,85.22 L63.54,79.12 C61.3721395,75.4897739 59.7482054,71.5613358 58.72,67.46 L58.72,67.46 L50.15,67.46 C46.9577942,67.46 44.37,64.8722059 44.37,61.68 L44.37,61.68 L44.37,51.78 C44.37,48.5877942 46.9577942,46 50.15,46 L50.15,46 L58.69,46 C59.7312635,41.9013872 61.3651501,37.9766906 63.54,34.35 L63.54,34.35 L57.54,28.35 C56.4523907,27.2688246 55.8408343,25.7985692 55.8408343,24.265 C55.8408343,22.7314309 56.4523907,21.2611754 57.54,20.18 L57.54,20.18 L64.54,13.18 C66.7999116,10.9616363 70.4200885,10.9616363 72.68,13.18 L72.68,13.18 L78.74,19.18 C82.3805971,16.9997464 86.3230896,15.368835 90.4400001,14.34 L90.4400001,14.34 L90.4400001,5.78000001 C90.4400001,2.58779416 93.0277942,-0.000218413865 96.2200001,-0.000218413865 L96.2200001,-0.000218413865 Z M101.16,33.85 C88.5402935,33.85 78.31,44.0982021 78.31,56.74 C78.31,69.381798 88.5402935,79.63 101.16,79.63 C113.779707,79.63 124.01,69.381798 124.01,56.74 C124.01,44.0982021 113.779707,33.85 101.16,33.85 Z", id: "Combined-Shape", fill: "#C41F3E" }), /* @__PURE__ */ t.createElement("path", { d: "M125.31,101.68 C126.663009,101.190465 128.156991,101.888254 128.65,103.24 L128.65,103.24 L129.98,106.88 C131.881968,106.682983 133.802585,106.767221 135.68,107.13 L135.68,107.13 L137.36,103.65 C137.974114,102.348051 139.523599,101.785414 140.83,102.39 L140.83,102.39 L144.83,104.28 C145.45764,104.570893 145.943478,105.099917 146.18,105.75 C146.410536,106.403106 146.378265,107.12024 146.09,107.75 L146.09,107.75 L144.45,111.25 C145.938487,112.457816 147.239344,113.879997 148.31,115.47 L148.31,115.47 L151.95,114.15 C152.60106,113.9061 153.323478,113.938609 153.95,114.24 C154.57764,114.530893 155.063478,115.059917 155.3,115.71 L155.3,115.71 L156.82,119.9 L156.8,119.9 C157.042025,120.555947 157.008571,121.281881 156.707242,121.912787 C156.405914,122.543694 155.86231,123.025975 155.2,123.25 L155.2,123.25 L151.57,124.58 C151.762006,126.482114 151.6778,128.402001 151.32,130.28 L151.32,130.28 L154.82,131.92 C155.44764,132.210893 155.933478,132.739917 156.17,133.39 C156.400536,134.043106 156.368265,134.76024 156.08,135.39 L156.08,135.39 L154.19,139.39 C153.899107,140.01764 153.370083,140.503478 152.72,140.74 C152.067374,140.973748 151.348994,140.941421 150.72,140.65 L150.72,140.65 L147.21,139.01 C146.00577,140.498247 144.586919,141.799141 143,142.87 L143,142.87 L144.35,146.52 C144.839535,147.873009 144.141747,149.366991 142.79,149.86 L142.79,149.86 L138.59,151.38 C137.940627,151.623555 137.220542,151.595411 136.59216,151.301915 C135.963777,151.008419 135.48002,150.47429 135.25,149.82 L135.25,149.82 L133.93,146.19 C132.024565,146.382273 130.10134,146.298069 128.22,145.94 L128.22,145.94 L126.59,149.44 C126.297704,150.070291 125.764434,150.55672 125.11,150.79 C124.457374,151.023748 123.738994,150.991421 123.11,150.7 L123.11,150.7 L119.11,148.81 C118.483388,148.51904 117.998342,147.990654 117.761941,147.34149 C117.52554,146.692325 117.557225,145.975766 117.85,145.35 L117.85,145.35 L119.48,141.84 C117.99911,140.627965 116.699271,139.210265 115.62,137.63 L115.62,137.63 L111.99,138.95 C110.636992,139.439535 109.143009,138.741746 108.65,137.39 L108.65,137.39 L107.12,133.19 C106.630465,131.836992 107.328254,130.343009 108.68,129.85 L108.68,129.85 L112.32,128.53 C112.122724,126.62471 112.20696,124.700758 112.57,122.82 L112.57,122.82 L109.06,121.19 C107.762385,120.571943 107.201268,119.026645 107.8,117.72 L107.8,117.72 L109.69,113.67 C110.303837,112.367488 111.856552,111.808152 113.16,112.42 L113.16,112.42 L116.66,114.05 C117.873171,112.566569 119.294557,111.266438 120.88,110.19 L120.88,110.19 L119.56,106.56 C119.317574,105.90955 119.346396,105.189009 119.64,104.56 C119.935033,103.931721 120.467319,103.44619 121.12,103.21 L121.12,103.21 Z M128.447599,116.83953 C123.095918,118.78421 120.337056,124.707495 122.285508,130.069558 C124.233961,135.43162 130.151888,138.201956 135.503569,136.257276 C140.85525,134.312597 143.614112,128.389311 141.66566,123.027249 C139.717208,117.665186 133.79928,114.89485 128.447599,116.83953 Z", id: "Combined-Shape", fill: "#C41F3E" }), /* @__PURE__ */ t.createElement("path", { d: "M49.0033734,120.673794 L107.724759,161.167841 C110.229937,162.882581 111.95088,165.522716 112.508555,168.506883 C113.044781,171.376274 112.463214,174.337468 110.891371,176.786789 L110.698005,177.078212 C107.111197,182.279527 99.9870169,183.588344 94.785702,180.001537 L36.0313869,139.484783 L49.0033734,120.673794 Z M100.36,162.71 C96.3504128,162.71 93.1000001,165.960413 93.1000001,169.97 C93.1000001,173.979587 96.3504128,177.23 100.36,177.23 C104.369587,177.23 107.62,173.979587 107.62,169.97 C107.62,165.960413 104.369587,162.71 100.36,162.71 Z", id: "Combined-Shape", fill: "#8B1D41" }), /* @__PURE__ */ t.createElement("path", { d: "M14.15,96.5100001 L35.84,111.51 L36.41,120.37 L31.47,127.54 L22.75,130.48 L1.06000001,115.49 C-1.8576625,129.410687 5.44846092,143.45713 18.5213637,149.060478 C31.5942664,154.663825 46.8049178,150.26859 54.8742555,138.556029 C62.9435933,126.843469 61.6315736,111.064983 51.7385773,100.846035 C41.845581,90.627086 26.1178984,88.8044491 14.15,96.4900001 L14.15,96.5100001 Z", id: "Path", fill: "#8B1D41" })))), yt = W(ut), _2 = ({ errorText: r, errorDescription: n, isCibc: i = !1 }) => /* @__PURE__ */ e(P, { sx: { py: 32, px: 16 }, children: /* @__PURE__ */ c(E, { sx: { gap: 16, alignItems: "center" }, children: [
|
|
2073
2084
|
/* @__PURE__ */ e(
|
|
2074
2085
|
T,
|
|
2075
2086
|
{
|
|
@@ -2177,7 +2188,7 @@ const Ae = ({
|
|
|
2177
2188
|
selectedRadio: i,
|
|
2178
2189
|
setSelectedRadio: l
|
|
2179
2190
|
}) => /* @__PURE__ */ e(
|
|
2180
|
-
|
|
2191
|
+
W1,
|
|
2181
2192
|
{
|
|
2182
2193
|
sx: {
|
|
2183
2194
|
p: 24,
|
|
@@ -2191,10 +2202,10 @@ const Ae = ({
|
|
|
2191
2202
|
borderBottom: `1px solid ${s.palette.border.light}`
|
|
2192
2203
|
}),
|
|
2193
2204
|
children: /* @__PURE__ */ e(
|
|
2194
|
-
|
|
2205
|
+
j1,
|
|
2195
2206
|
{
|
|
2196
2207
|
control: /* @__PURE__ */ e(
|
|
2197
|
-
|
|
2208
|
+
N1,
|
|
2198
2209
|
{
|
|
2199
2210
|
checked: i === a,
|
|
2200
2211
|
name: `radio-${a}`,
|
|
@@ -2293,7 +2304,7 @@ const Ae = ({
|
|
|
2293
2304
|
}
|
|
2294
2305
|
}
|
|
2295
2306
|
}
|
|
2296
|
-
), Ct = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 199, height: 130, viewBox: "0 0 199 130", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_1656_94)" }, /* @__PURE__ */ t.createElement("path", { opacity: 0.35, d: "M10.3481 55.5205C15.731 51.1729 28.1084 43.7381 43.4465 35.6052C54.662 29.6461 67.4517 23.3028 80.2225 17.5123C89.2783 13.4037 98.3248 9.54811 106.79 6.34368C133.128 -3.7053 154.922 -3.27898 152.135 18.4821C148.04 50.4187 145.895 67.4621 151.1 94.92C155.096 116.044 139.978 126.683 120.203 126.43C88.0322 126.023 32.915 102.289 20.7063 96.1193C2.66966 86.9979 -9.83887 71.8237 10.3481 55.5205Z", className: "brand200", fill: "#A0B9F8" }), /* @__PURE__ */ t.createElement("path", { d: "M22.0189 101.535C16.7532 101.535 12.4666 97.3557 12.4666 92.2211V50.957C12.4666 45.8037 16.7532 41.6436 22.0189 41.6436H85.4189C90.6894 41.6436 94.976 45.8177 94.976 50.957V92.2211C94.976 97.3744 90.6894 101.535 85.4189 101.535H22.0189Z", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M87.1051 41.2686H20.3555C18.1868 41.2747 16.1089 42.14 14.5767 43.6748C13.0445 45.2096 12.1829 47.289 12.1804 49.4577V94.0433C12.1829 96.2144 13.0465 98.2959 14.5817 99.8311C16.1169 101.366 18.1984 102.23 20.3695 102.232H87.1051C89.2762 102.23 91.3577 101.366 92.8929 99.8311C94.4282 98.2959 95.2917 96.2144 95.2942 94.0433V49.4577C95.2917 47.2865 94.4282 45.205 92.8929 43.6698C91.3577 42.1346 89.2762 41.271 87.1051 41.2686ZM25.9867 100.326H20.3648C19.5376 100.329 18.718 100.169 17.9528 99.8543C17.1876 99.54 16.492 99.0778 15.9057 98.4942C15.3195 97.9106 14.8542 97.217 14.5365 96.4532C14.2188 95.6895 14.055 94.8705 14.0544 94.0433V90.3798H25.9867V100.326ZM25.9867 88.6745H14.0544V78.1055H25.9867V88.6745ZM25.9867 76.4049H14.0544V65.8312H25.9867V76.4049ZM25.9867 64.1306H14.0544V53.6974L25.9679 53.6412L25.9867 64.1306ZM39.4368 100.326H27.6872V90.3798H39.4368V100.326ZM39.4368 88.6745H27.6872V78.1055H39.4368V88.6745ZM39.4368 76.4049H27.6872V65.8312H39.4368V76.4049ZM39.4368 64.1306H27.6872V53.6319L39.4368 53.585V64.1306ZM52.887 100.326H41.1374V90.3798H52.887V100.326ZM52.887 88.6745H41.1374V78.1055H52.887V88.6745ZM52.887 76.4049H41.1374V65.8312H52.887V76.4049ZM52.887 64.1306H41.1374V53.5803L52.887 53.5428V64.1306ZM66.3372 100.326H54.5876V90.3798H66.3372V100.326ZM66.3372 88.6745H54.5876V78.1055H66.3372V88.6745ZM66.3372 76.4049H54.5876V65.8312H66.3372V76.4049ZM66.3372 64.1306H54.5876V53.5382H66.3372V64.1306ZM79.7874 100.326H68.0378V90.3798H79.7874V100.326ZM79.7874 88.6745H68.0378V78.1055H79.7874V88.6745ZM79.7874 76.4049H68.0378V65.8312H79.7874V76.4049ZM79.7874 64.1306H68.0378V53.5101H79.7874V64.1306ZM93.3734 94.0433C93.3709 95.7087 92.7083 97.3052 91.5306 98.4829C90.353 99.6605 88.7565 100.323 87.091 100.326H81.4692V90.3798H93.3687L93.3734 94.0433ZM93.3734 88.6745H81.4739V78.1055H93.3734V88.6745ZM93.3734 76.4049H81.4739V65.8312H93.3734V76.4049ZM93.3734 64.1306H81.4739V53.5194C87.2222 53.5194 91.5463 53.571 93.3734 53.6319V64.1306Z", className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("path", { d: "M73.6127 58.7852C55.665 67.5364 59.1459 78.2788 65.536 81.1084C71.3686 83.6851 81.0335 82.2141 85.8401 74.7136C90.4406 67.5364 84.3831 56.4427 68.2298 64.168", className: "brand200", stroke: "#A0B9F8", strokeWidth: 2.56261, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M164.456 22.5439H123.234C119.677 22.5439 116.793 25.428 116.793 28.9856V93.0321C116.793 96.5897 119.677 99.4737 123.234 99.4737H164.456C168.014 99.4737 170.898 96.5897 170.898 93.0321V28.9856C170.898 25.428 168.014 22.5439 164.456 22.5439Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M162.601 28.4463H124.72C123.312 28.4463 122.171 29.5873 122.171 30.9948V41.2031C122.171 42.6106 123.312 43.7517 124.72 43.7517H162.601C164.009 43.7517 165.15 42.6106 165.15 41.2031V30.9948C165.15 29.5873 164.009 28.4463 162.601 28.4463Z", className: "brand300", fill: "#2C64EF", stroke: "#2C64EF", strokeWidth: 1.40545, strokeMiterlimit: 10 }), /* @__PURE__ */ t.createElement("path", { d: "M161.379 60.6826H125.942C123.86 60.6826 122.171 62.3711 122.171 64.4539V90.4314C122.171 92.5142 123.86 94.2027 125.942 94.2027H161.379C163.461 94.2027 165.15 92.5142 165.15 90.4314V64.4539C165.15 62.3711 163.461 60.6826 161.379 60.6826Z", className: "brand100", fill: "#C0D0FA" }), /* @__PURE__ */ t.createElement("path", { d: "M161.379 60.6826H125.942C123.86 60.6826 122.171 62.3711 122.171 64.4539V90.4314C122.171 92.5142 123.86 94.2027 125.942 94.2027H161.379C163.461 94.2027 165.15 92.5142 165.15 90.4314V64.4539C165.15 62.3711 163.461 60.6826 161.379 60.6826Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M146.467 47.8936H123.68C122.847 47.8936 122.171 48.5689 122.171 49.4021V55.3237C122.171 56.1568 122.847 56.8322 123.68 56.8322H146.467C147.3 56.8322 147.975 56.1568 147.975 55.3237V49.4021C147.975 48.5689 147.3 47.8936 146.467 47.8936Z", className: "brand200", fill: "#A0B9F8" }), /* @__PURE__ */ t.createElement("path", { d: "M146.467 47.8936H123.68C122.847 47.8936 122.171 48.5689 122.171 49.4021V55.3237C122.171 56.1568 122.847 56.8322 123.68 56.8322H146.467C147.3 56.8322 147.975 56.1568 147.975 55.3237V49.4021C147.975 48.5689 147.3 47.8936 146.467 47.8936Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M163.51 47.8936H152.309C151.708 47.8936 151.222 48.3802 151.222 48.9804V55.7453C151.222 56.3456 151.708 56.8322 152.309 56.8322H163.51C164.11 56.8322 164.597 56.3456 164.597 55.7453V48.9804C164.597 48.3802 164.11 47.8936 163.51 47.8936Z", className: "brand200", fill: "#A0B9F8" }), /* @__PURE__ */ t.createElement("path", { d: "M163.51 47.8936H152.309C151.708 47.8936 151.222 48.3802 151.222 48.9804V55.7453C151.222 56.3456 151.708 56.8322 152.309 56.8322H163.51C164.11 56.8322 164.597 56.3456 164.597 55.7453V48.9804C164.597 48.3802 164.11 47.8936 163.51 47.8936Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M132.914 60.6826V94.1324", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M143.661 60.6826V94.1324", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M154.403 60.6826V94.1324", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M164.879 72.001H122.406", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M154.328 82.7012H122.677", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M105.76 117.196V125.085C105.76 127.156 113.12 128.833 122.199 128.833C131.278 128.833 138.638 127.156 138.638 125.085V117.196C138.638 115.13 131.278 113.448 122.199 113.448C113.12 113.448 105.76 115.13 105.76 117.196Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M138.638 117.196C138.638 119.267 131.278 120.944 122.199 120.944C113.12 120.944 105.76 119.267 105.76 117.196", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M138.638 117.196C138.638 119.267 131.278 120.944 122.199 120.944C113.12 120.944 105.76 119.267 105.76 117.196", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M107.32 109.499V117.407C107.32 119.473 114.685 121.155 123.764 121.155C132.843 121.155 140.203 119.478 140.203 117.407V109.499C140.203 107.428 132.843 105.751 123.764 105.751C114.685 105.751 107.32 107.428 107.32 109.499Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M140.203 109.499C140.203 111.565 132.843 113.247 123.764 113.247C114.685 113.247 107.32 111.57 107.32 109.499", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M140.203 109.499C140.203 111.565 132.843 113.247 123.764 113.247C114.685 113.247 107.32 111.57 107.32 109.499", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M164.288 102.884V110.792C164.288 112.862 171.648 114.54 180.727 114.54C189.806 114.54 197.166 112.862 197.166 110.792V102.884C197.166 100.818 189.806 99.1357 180.727 99.1357C171.648 99.1357 164.288 100.818 164.288 102.884Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M197.166 102.884C197.166 104.954 189.806 106.632 180.727 106.632C171.648 106.632 164.288 104.954 164.288 102.884", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M197.166 102.884C197.166 104.954 189.806 106.632 180.727 106.632C171.648 106.632 164.288 104.954 164.288 102.884", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M101.301 101.797V109.705C101.301 111.775 108.66 113.453 117.74 113.453C126.819 113.453 134.179 111.775 134.179 109.705V101.797C134.179 99.7307 126.819 98.0488 117.74 98.0488C108.66 98.0488 101.301 99.7307 101.301 101.797Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M134.179 101.797C134.179 103.868 126.819 105.545 117.74 105.545C108.66 105.545 101.301 103.868 101.301 101.797", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M134.179 101.797C134.179 103.868 126.819 105.545 117.74 105.545C108.66 105.545 101.301 103.868 101.301 101.797", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M105.76 91.0223V98.9303C105.76 101.001 113.12 102.678 122.199 102.678C131.278 102.678 138.638 101.001 138.638 98.9303V91.0223C138.638 88.9563 131.278 87.2744 122.199 87.2744C113.12 87.2744 105.76 88.9563 105.76 91.0223Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M138.638 91.0215C138.638 93.0922 131.278 94.7694 122.199 94.7694C113.12 94.7694 105.76 93.0922 105.76 91.0215", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M151.929 118.812L159.449 123.966C167.005 126.955 179.523 122.438 181.416 111.317C182.432 105.371 180.919 100.654 178.221 97.4634L171.161 91.5137", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M151.929 118.812L159.449 123.966C167.005 126.955 179.523 122.438 181.416 111.317C182.432 105.371 180.919 100.654 178.221 97.4634L171.161 91.5137", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M164.532 89.6119C172.112 89.7805 178.806 96.5173 176.885 107.775C175.012 118.878 162.475 123.394 154.918 120.424C149.015 118.082 144.485 110.815 148.055 100.654C150.707 93.0833 158.999 89.4807 164.532 89.6119Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M161.969 112.67L161.833 113.879C161.814 114.037 161.763 114.189 161.684 114.327C161.605 114.464 161.499 114.585 161.372 114.68C161.245 114.775 161.1 114.844 160.945 114.882C160.791 114.92 160.631 114.926 160.474 114.9C160.153 114.855 159.862 114.687 159.661 114.432C159.46 114.178 159.366 113.855 159.397 113.532L159.532 112.333C158.235 112.054 157.012 111.504 155.944 110.717C155.76 110.575 155.607 110.397 155.495 110.193C155.383 109.99 155.314 109.766 155.293 109.535C155.271 109.303 155.298 109.07 155.37 108.85C155.443 108.629 155.56 108.426 155.714 108.253C156.001 107.937 156.396 107.741 156.821 107.705C157.246 107.668 157.669 107.794 158.005 108.056C158.958 108.793 160.09 109.264 161.285 109.419C162.568 109.583 163.454 109.143 163.533 108.449C163.627 107.62 162.681 107.18 161.149 106.669C158.83 105.915 155.602 104.94 155.995 101.595C156.239 99.4591 158.113 97.7257 161.186 97.6507L161.336 96.3343C161.376 96.0119 161.539 95.7176 161.792 95.5132C162.044 95.3087 162.366 95.2101 162.69 95.238C162.849 95.2479 163.004 95.2898 163.146 95.3614C163.288 95.433 163.415 95.5327 163.517 95.6545C163.62 95.7762 163.696 95.9176 163.743 96.0698C163.789 96.2221 163.804 96.3822 163.786 96.5404L163.636 97.8897C164.639 98.097 165.6 98.4707 166.48 98.9953C166.696 99.1265 166.879 99.3052 167.015 99.5178C167.151 99.7304 167.237 99.9713 167.265 100.222C167.294 100.473 167.266 100.727 167.181 100.965C167.097 101.203 166.96 101.419 166.78 101.595C166.495 101.887 166.12 102.073 165.716 102.123C165.311 102.173 164.902 102.084 164.555 101.872C163.671 101.305 162.669 100.946 161.627 100.822C160.38 100.701 159.846 101.146 159.776 101.759C159.692 102.509 160.554 102.86 162.147 103.333C164.54 104.097 167.909 105.175 167.534 108.487C167.248 111.157 165.257 112.745 161.969 112.67Z", className: "brand300", fill: "#2C64EF" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_1656_94" }, /* @__PURE__ */ t.createElement("rect", { width: 198.145, height: 129.826, fill: "white" })))), Mt = N(Ct), ft = (r, n) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 100", ref: n, ...r }, /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("style", null, ".a{fill:#f2f3f3;}.b{fill:#812a42;}.c,.e{fill:#c51f3f;}.c,.f{fill-rule:evenodd;}.d,.f{fill:#fff;}")), /* @__PURE__ */ t.createElement("circle", { className: "a", cx: 50, cy: 50, r: 50 }), /* @__PURE__ */ t.createElement("path", { className: "b", d: "M52.6,25.51V40.28a1.09,1.09,0,0,0,1.12,1.12H68.49Z" }), /* @__PURE__ */ t.createElement("path", { className: "c", d: "M64.26,51.22H66V50.1H38v1.12ZM66,57.45H38V56.33H66Zm-1.76,6.23H66v-1H38v1ZM53.72,42.52H69.13a1.22,1.22,0,0,1,1.2,1.12v30.1H33.83v-50H50.36a1.09,1.09,0,0,1,1.12,1.12V40.36A2.22,2.22,0,0,0,53.72,42.52Z" }), /* @__PURE__ */ t.createElement("polygon", { className: "d", points: "66.02 51.22 64.34 51.22 37.98 51.22 37.98 50.1 66.02 50.1 66.02 51.22" }), /* @__PURE__ */ t.createElement("polygon", { className: "d", points: "66.02 57.45 64.34 57.45 37.98 57.45 37.98 56.41 66.02 56.41 66.02 57.45" }), /* @__PURE__ */ t.createElement("polygon", { className: "d", points: "66.02 63.68 64.34 63.68 37.98 63.68 37.98 62.64 66.02 62.64 66.02 63.68" }), /* @__PURE__ */ t.createElement("circle", { className: "e", cx: 33.83, cy: 36.93, r: 8.31 }), /* @__PURE__ */ t.createElement("path", { className: "d", d: "M33.83,29.11A7.82,7.82,0,1,1,26,36.93a7.82,7.82,0,0,1,7.81-7.82m0-1a8.82,8.82,0,1,0,8.81,8.82,8.83,8.83,0,0,0-8.81-8.82Z" }), /* @__PURE__ */ t.createElement("path", { className: "f", d: "M31.1,35a.38.38,0,0,0,.39.39c.29,0,.78-.24.78-.39s-.49-.39-.78-.39A.39.39,0,0,0,31.1,35Zm3.51-.39A.39.39,0,0,1,35,35a.38.38,0,0,1-.39.39c-.29,0-.78-.24-.78-.39S34.32,34.58,34.61,34.58Zm2.2,2.36-3-.75v-.68a1.58,1.58,0,0,0,.78.24.78.78,0,0,0,0-1.56,1.82,1.82,0,0,0-.78.24V33.8a.78.78,0,1,0-1.56,0v.63a1.82,1.82,0,0,0-.78-.24.79.79,0,0,0-.68.39.78.78,0,0,0,0,.78.77.77,0,0,0,.68.39,1.58,1.58,0,0,0,.78-.24v2L31.53,37a.53.53,0,0,0-.75.71l1.51,3a.19.19,0,0,0,.17.1h3.91a.19.19,0,0,0,.19-.17l.4-3.5A.22.22,0,0,0,36.81,36.94Z" })), kt = N(ft), l4 = ({
|
|
2307
|
+
), Ct = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 199, height: 130, viewBox: "0 0 199 130", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_1656_94)" }, /* @__PURE__ */ t.createElement("path", { opacity: 0.35, d: "M10.3481 55.5205C15.731 51.1729 28.1084 43.7381 43.4465 35.6052C54.662 29.6461 67.4517 23.3028 80.2225 17.5123C89.2783 13.4037 98.3248 9.54811 106.79 6.34368C133.128 -3.7053 154.922 -3.27898 152.135 18.4821C148.04 50.4187 145.895 67.4621 151.1 94.92C155.096 116.044 139.978 126.683 120.203 126.43C88.0322 126.023 32.915 102.289 20.7063 96.1193C2.66966 86.9979 -9.83887 71.8237 10.3481 55.5205Z", className: "brand200", fill: "#A0B9F8" }), /* @__PURE__ */ t.createElement("path", { d: "M22.0189 101.535C16.7532 101.535 12.4666 97.3557 12.4666 92.2211V50.957C12.4666 45.8037 16.7532 41.6436 22.0189 41.6436H85.4189C90.6894 41.6436 94.976 45.8177 94.976 50.957V92.2211C94.976 97.3744 90.6894 101.535 85.4189 101.535H22.0189Z", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M87.1051 41.2686H20.3555C18.1868 41.2747 16.1089 42.14 14.5767 43.6748C13.0445 45.2096 12.1829 47.289 12.1804 49.4577V94.0433C12.1829 96.2144 13.0465 98.2959 14.5817 99.8311C16.1169 101.366 18.1984 102.23 20.3695 102.232H87.1051C89.2762 102.23 91.3577 101.366 92.8929 99.8311C94.4282 98.2959 95.2917 96.2144 95.2942 94.0433V49.4577C95.2917 47.2865 94.4282 45.205 92.8929 43.6698C91.3577 42.1346 89.2762 41.271 87.1051 41.2686ZM25.9867 100.326H20.3648C19.5376 100.329 18.718 100.169 17.9528 99.8543C17.1876 99.54 16.492 99.0778 15.9057 98.4942C15.3195 97.9106 14.8542 97.217 14.5365 96.4532C14.2188 95.6895 14.055 94.8705 14.0544 94.0433V90.3798H25.9867V100.326ZM25.9867 88.6745H14.0544V78.1055H25.9867V88.6745ZM25.9867 76.4049H14.0544V65.8312H25.9867V76.4049ZM25.9867 64.1306H14.0544V53.6974L25.9679 53.6412L25.9867 64.1306ZM39.4368 100.326H27.6872V90.3798H39.4368V100.326ZM39.4368 88.6745H27.6872V78.1055H39.4368V88.6745ZM39.4368 76.4049H27.6872V65.8312H39.4368V76.4049ZM39.4368 64.1306H27.6872V53.6319L39.4368 53.585V64.1306ZM52.887 100.326H41.1374V90.3798H52.887V100.326ZM52.887 88.6745H41.1374V78.1055H52.887V88.6745ZM52.887 76.4049H41.1374V65.8312H52.887V76.4049ZM52.887 64.1306H41.1374V53.5803L52.887 53.5428V64.1306ZM66.3372 100.326H54.5876V90.3798H66.3372V100.326ZM66.3372 88.6745H54.5876V78.1055H66.3372V88.6745ZM66.3372 76.4049H54.5876V65.8312H66.3372V76.4049ZM66.3372 64.1306H54.5876V53.5382H66.3372V64.1306ZM79.7874 100.326H68.0378V90.3798H79.7874V100.326ZM79.7874 88.6745H68.0378V78.1055H79.7874V88.6745ZM79.7874 76.4049H68.0378V65.8312H79.7874V76.4049ZM79.7874 64.1306H68.0378V53.5101H79.7874V64.1306ZM93.3734 94.0433C93.3709 95.7087 92.7083 97.3052 91.5306 98.4829C90.353 99.6605 88.7565 100.323 87.091 100.326H81.4692V90.3798H93.3687L93.3734 94.0433ZM93.3734 88.6745H81.4739V78.1055H93.3734V88.6745ZM93.3734 76.4049H81.4739V65.8312H93.3734V76.4049ZM93.3734 64.1306H81.4739V53.5194C87.2222 53.5194 91.5463 53.571 93.3734 53.6319V64.1306Z", className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("path", { d: "M73.6127 58.7852C55.665 67.5364 59.1459 78.2788 65.536 81.1084C71.3686 83.6851 81.0335 82.2141 85.8401 74.7136C90.4406 67.5364 84.3831 56.4427 68.2298 64.168", className: "brand200", stroke: "#A0B9F8", strokeWidth: 2.56261, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M164.456 22.5439H123.234C119.677 22.5439 116.793 25.428 116.793 28.9856V93.0321C116.793 96.5897 119.677 99.4737 123.234 99.4737H164.456C168.014 99.4737 170.898 96.5897 170.898 93.0321V28.9856C170.898 25.428 168.014 22.5439 164.456 22.5439Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M162.601 28.4463H124.72C123.312 28.4463 122.171 29.5873 122.171 30.9948V41.2031C122.171 42.6106 123.312 43.7517 124.72 43.7517H162.601C164.009 43.7517 165.15 42.6106 165.15 41.2031V30.9948C165.15 29.5873 164.009 28.4463 162.601 28.4463Z", className: "brand300", fill: "#2C64EF", stroke: "#2C64EF", strokeWidth: 1.40545, strokeMiterlimit: 10 }), /* @__PURE__ */ t.createElement("path", { d: "M161.379 60.6826H125.942C123.86 60.6826 122.171 62.3711 122.171 64.4539V90.4314C122.171 92.5142 123.86 94.2027 125.942 94.2027H161.379C163.461 94.2027 165.15 92.5142 165.15 90.4314V64.4539C165.15 62.3711 163.461 60.6826 161.379 60.6826Z", className: "brand100", fill: "#C0D0FA" }), /* @__PURE__ */ t.createElement("path", { d: "M161.379 60.6826H125.942C123.86 60.6826 122.171 62.3711 122.171 64.4539V90.4314C122.171 92.5142 123.86 94.2027 125.942 94.2027H161.379C163.461 94.2027 165.15 92.5142 165.15 90.4314V64.4539C165.15 62.3711 163.461 60.6826 161.379 60.6826Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M146.467 47.8936H123.68C122.847 47.8936 122.171 48.5689 122.171 49.4021V55.3237C122.171 56.1568 122.847 56.8322 123.68 56.8322H146.467C147.3 56.8322 147.975 56.1568 147.975 55.3237V49.4021C147.975 48.5689 147.3 47.8936 146.467 47.8936Z", className: "brand200", fill: "#A0B9F8" }), /* @__PURE__ */ t.createElement("path", { d: "M146.467 47.8936H123.68C122.847 47.8936 122.171 48.5689 122.171 49.4021V55.3237C122.171 56.1568 122.847 56.8322 123.68 56.8322H146.467C147.3 56.8322 147.975 56.1568 147.975 55.3237V49.4021C147.975 48.5689 147.3 47.8936 146.467 47.8936Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M163.51 47.8936H152.309C151.708 47.8936 151.222 48.3802 151.222 48.9804V55.7453C151.222 56.3456 151.708 56.8322 152.309 56.8322H163.51C164.11 56.8322 164.597 56.3456 164.597 55.7453V48.9804C164.597 48.3802 164.11 47.8936 163.51 47.8936Z", className: "brand200", fill: "#A0B9F8" }), /* @__PURE__ */ t.createElement("path", { d: "M163.51 47.8936H152.309C151.708 47.8936 151.222 48.3802 151.222 48.9804V55.7453C151.222 56.3456 151.708 56.8322 152.309 56.8322H163.51C164.11 56.8322 164.597 56.3456 164.597 55.7453V48.9804C164.597 48.3802 164.11 47.8936 163.51 47.8936Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M132.914 60.6826V94.1324", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M143.661 60.6826V94.1324", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M154.403 60.6826V94.1324", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M164.879 72.001H122.406", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M154.328 82.7012H122.677", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M105.76 117.196V125.085C105.76 127.156 113.12 128.833 122.199 128.833C131.278 128.833 138.638 127.156 138.638 125.085V117.196C138.638 115.13 131.278 113.448 122.199 113.448C113.12 113.448 105.76 115.13 105.76 117.196Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M138.638 117.196C138.638 119.267 131.278 120.944 122.199 120.944C113.12 120.944 105.76 119.267 105.76 117.196", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M138.638 117.196C138.638 119.267 131.278 120.944 122.199 120.944C113.12 120.944 105.76 119.267 105.76 117.196", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M107.32 109.499V117.407C107.32 119.473 114.685 121.155 123.764 121.155C132.843 121.155 140.203 119.478 140.203 117.407V109.499C140.203 107.428 132.843 105.751 123.764 105.751C114.685 105.751 107.32 107.428 107.32 109.499Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M140.203 109.499C140.203 111.565 132.843 113.247 123.764 113.247C114.685 113.247 107.32 111.57 107.32 109.499", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M140.203 109.499C140.203 111.565 132.843 113.247 123.764 113.247C114.685 113.247 107.32 111.57 107.32 109.499", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M164.288 102.884V110.792C164.288 112.862 171.648 114.54 180.727 114.54C189.806 114.54 197.166 112.862 197.166 110.792V102.884C197.166 100.818 189.806 99.1357 180.727 99.1357C171.648 99.1357 164.288 100.818 164.288 102.884Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M197.166 102.884C197.166 104.954 189.806 106.632 180.727 106.632C171.648 106.632 164.288 104.954 164.288 102.884", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M197.166 102.884C197.166 104.954 189.806 106.632 180.727 106.632C171.648 106.632 164.288 104.954 164.288 102.884", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M101.301 101.797V109.705C101.301 111.775 108.66 113.453 117.74 113.453C126.819 113.453 134.179 111.775 134.179 109.705V101.797C134.179 99.7307 126.819 98.0488 117.74 98.0488C108.66 98.0488 101.301 99.7307 101.301 101.797Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M134.179 101.797C134.179 103.868 126.819 105.545 117.74 105.545C108.66 105.545 101.301 103.868 101.301 101.797", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M134.179 101.797C134.179 103.868 126.819 105.545 117.74 105.545C108.66 105.545 101.301 103.868 101.301 101.797", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M105.76 91.0223V98.9303C105.76 101.001 113.12 102.678 122.199 102.678C131.278 102.678 138.638 101.001 138.638 98.9303V91.0223C138.638 88.9563 131.278 87.2744 122.199 87.2744C113.12 87.2744 105.76 88.9563 105.76 91.0223Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M138.638 91.0215C138.638 93.0922 131.278 94.7694 122.199 94.7694C113.12 94.7694 105.76 93.0922 105.76 91.0215", className: "brand300", stroke: "#2C64EF", strokeWidth: 1.95358, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M151.929 118.812L159.449 123.966C167.005 126.955 179.523 122.438 181.416 111.317C182.432 105.371 180.919 100.654 178.221 97.4634L171.161 91.5137", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M151.929 118.812L159.449 123.966C167.005 126.955 179.523 122.438 181.416 111.317C182.432 105.371 180.919 100.654 178.221 97.4634L171.161 91.5137", className: "brand300", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M164.532 89.6119C172.112 89.7805 178.806 96.5173 176.885 107.775C175.012 118.878 162.475 123.394 154.918 120.424C149.015 118.082 144.485 110.815 148.055 100.654C150.707 93.0833 158.999 89.4807 164.532 89.6119Z", className: "brand300", fill: "white", stroke: "#2C64EF", strokeWidth: 2, strokeMiterlimit: 10, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M161.969 112.67L161.833 113.879C161.814 114.037 161.763 114.189 161.684 114.327C161.605 114.464 161.499 114.585 161.372 114.68C161.245 114.775 161.1 114.844 160.945 114.882C160.791 114.92 160.631 114.926 160.474 114.9C160.153 114.855 159.862 114.687 159.661 114.432C159.46 114.178 159.366 113.855 159.397 113.532L159.532 112.333C158.235 112.054 157.012 111.504 155.944 110.717C155.76 110.575 155.607 110.397 155.495 110.193C155.383 109.99 155.314 109.766 155.293 109.535C155.271 109.303 155.298 109.07 155.37 108.85C155.443 108.629 155.56 108.426 155.714 108.253C156.001 107.937 156.396 107.741 156.821 107.705C157.246 107.668 157.669 107.794 158.005 108.056C158.958 108.793 160.09 109.264 161.285 109.419C162.568 109.583 163.454 109.143 163.533 108.449C163.627 107.62 162.681 107.18 161.149 106.669C158.83 105.915 155.602 104.94 155.995 101.595C156.239 99.4591 158.113 97.7257 161.186 97.6507L161.336 96.3343C161.376 96.0119 161.539 95.7176 161.792 95.5132C162.044 95.3087 162.366 95.2101 162.69 95.238C162.849 95.2479 163.004 95.2898 163.146 95.3614C163.288 95.433 163.415 95.5327 163.517 95.6545C163.62 95.7762 163.696 95.9176 163.743 96.0698C163.789 96.2221 163.804 96.3822 163.786 96.5404L163.636 97.8897C164.639 98.097 165.6 98.4707 166.48 98.9953C166.696 99.1265 166.879 99.3052 167.015 99.5178C167.151 99.7304 167.237 99.9713 167.265 100.222C167.294 100.473 167.266 100.727 167.181 100.965C167.097 101.203 166.96 101.419 166.78 101.595C166.495 101.887 166.12 102.073 165.716 102.123C165.311 102.173 164.902 102.084 164.555 101.872C163.671 101.305 162.669 100.946 161.627 100.822C160.38 100.701 159.846 101.146 159.776 101.759C159.692 102.509 160.554 102.86 162.147 103.333C164.54 104.097 167.909 105.175 167.534 108.487C167.248 111.157 165.257 112.745 161.969 112.67Z", className: "brand300", fill: "#2C64EF" })), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_1656_94" }, /* @__PURE__ */ t.createElement("rect", { width: 198.145, height: 129.826, fill: "white" })))), Mt = W(Ct), ft = (r, n) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 100 100", ref: n, ...r }, /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("style", null, ".a{fill:#f2f3f3;}.b{fill:#812a42;}.c,.e{fill:#c51f3f;}.c,.f{fill-rule:evenodd;}.d,.f{fill:#fff;}")), /* @__PURE__ */ t.createElement("circle", { className: "a", cx: 50, cy: 50, r: 50 }), /* @__PURE__ */ t.createElement("path", { className: "b", d: "M52.6,25.51V40.28a1.09,1.09,0,0,0,1.12,1.12H68.49Z" }), /* @__PURE__ */ t.createElement("path", { className: "c", d: "M64.26,51.22H66V50.1H38v1.12ZM66,57.45H38V56.33H66Zm-1.76,6.23H66v-1H38v1ZM53.72,42.52H69.13a1.22,1.22,0,0,1,1.2,1.12v30.1H33.83v-50H50.36a1.09,1.09,0,0,1,1.12,1.12V40.36A2.22,2.22,0,0,0,53.72,42.52Z" }), /* @__PURE__ */ t.createElement("polygon", { className: "d", points: "66.02 51.22 64.34 51.22 37.98 51.22 37.98 50.1 66.02 50.1 66.02 51.22" }), /* @__PURE__ */ t.createElement("polygon", { className: "d", points: "66.02 57.45 64.34 57.45 37.98 57.45 37.98 56.41 66.02 56.41 66.02 57.45" }), /* @__PURE__ */ t.createElement("polygon", { className: "d", points: "66.02 63.68 64.34 63.68 37.98 63.68 37.98 62.64 66.02 62.64 66.02 63.68" }), /* @__PURE__ */ t.createElement("circle", { className: "e", cx: 33.83, cy: 36.93, r: 8.31 }), /* @__PURE__ */ t.createElement("path", { className: "d", d: "M33.83,29.11A7.82,7.82,0,1,1,26,36.93a7.82,7.82,0,0,1,7.81-7.82m0-1a8.82,8.82,0,1,0,8.81,8.82,8.83,8.83,0,0,0-8.81-8.82Z" }), /* @__PURE__ */ t.createElement("path", { className: "f", d: "M31.1,35a.38.38,0,0,0,.39.39c.29,0,.78-.24.78-.39s-.49-.39-.78-.39A.39.39,0,0,0,31.1,35Zm3.51-.39A.39.39,0,0,1,35,35a.38.38,0,0,1-.39.39c-.29,0-.78-.24-.78-.39S34.32,34.58,34.61,34.58Zm2.2,2.36-3-.75v-.68a1.58,1.58,0,0,0,.78.24.78.78,0,0,0,0-1.56,1.82,1.82,0,0,0-.78.24V33.8a.78.78,0,1,0-1.56,0v.63a1.82,1.82,0,0,0-.78-.24.79.79,0,0,0-.68.39.78.78,0,0,0,0,.78.77.77,0,0,0,.68.39,1.58,1.58,0,0,0,.78-.24v2L31.53,37a.53.53,0,0,0-.75.71l1.51,3a.19.19,0,0,0,.17.1h3.91a.19.19,0,0,0,.19-.17l.4-3.5A.22.22,0,0,0,36.81,36.94Z" })), kt = W(ft), l4 = ({
|
|
2297
2308
|
beat: r,
|
|
2298
2309
|
isCIBC: n,
|
|
2299
2310
|
isMini: i,
|
|
@@ -2325,7 +2336,7 @@ const Ae = ({
|
|
|
2325
2336
|
}
|
|
2326
2337
|
)
|
|
2327
2338
|
}
|
|
2328
|
-
), xt = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 288, height: 156, viewBox: "0 0 288 156", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("rect", { width: 288, height: 156 }), /* @__PURE__ */ t.createElement("line", { x1: 16, y1: 119.5, x2: 272, y2: 119.5, stroke: "#A8B1BD" }), /* @__PURE__ */ t.createElement("path", { d: "M242 18C242 16.8954 242.895 16 244 16H262C263.105 16 264 16.8954 264 18V119H242V18Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("path", { d: "M198 37C198 35.8954 198.895 35 200 35H218C219.105 35 220 35.8954 220 37V119H198V37Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M154 54C154 52.8954 154.895 52 156 52H174C175.105 52 176 52.8954 176 54V119H154V54Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M110 77C110 75.8954 110.895 75 112 75H130C131.105 75 132 75.8954 132 77V119H110V77Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M66 61C66 59.8954 66.8954 59 68 59H86C87.1046 59 88 59.8954 88 61V119H66V61Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M22 72C22 70.8954 22.8954 70 24 70H42C43.1046 70 44 70.8954 44 72V119H22V72Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 23, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 67, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 111, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 155, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 199, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 243, y: 130, width: 20, height: 6, rx: 3, fill: "#CDD3DD" })), g1 =
|
|
2339
|
+
), xt = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 288, height: 156, viewBox: "0 0 288 156", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("rect", { width: 288, height: 156 }), /* @__PURE__ */ t.createElement("line", { x1: 16, y1: 119.5, x2: 272, y2: 119.5, stroke: "#A8B1BD" }), /* @__PURE__ */ t.createElement("path", { d: "M242 18C242 16.8954 242.895 16 244 16H262C263.105 16 264 16.8954 264 18V119H242V18Z", fill: "#CDD3DD" }), /* @__PURE__ */ t.createElement("path", { d: "M198 37C198 35.8954 198.895 35 200 35H218C219.105 35 220 35.8954 220 37V119H198V37Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M154 54C154 52.8954 154.895 52 156 52H174C175.105 52 176 52.8954 176 54V119H154V54Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M110 77C110 75.8954 110.895 75 112 75H130C131.105 75 132 75.8954 132 77V119H110V77Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M66 61C66 59.8954 66.8954 59 68 59H86C87.1046 59 88 59.8954 88 61V119H66V61Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("path", { d: "M22 72C22 70.8954 22.8954 70 24 70H42C43.1046 70 44 70.8954 44 72V119H22V72Z", fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 23, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 67, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 111, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 155, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 199, y: 130, width: 20, height: 6, rx: 3, fill: "#E4E8EE" }), /* @__PURE__ */ t.createElement("rect", { x: 243, y: 130, width: 20, height: 6, rx: 3, fill: "#CDD3DD" })), g1 = W(xt), a4 = ({
|
|
2329
2340
|
amounts: r,
|
|
2330
2341
|
beat: n,
|
|
2331
2342
|
buttonProps: i,
|
|
@@ -2619,9 +2630,9 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
2619
2630
|
}
|
|
2620
2631
|
), Zt = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 58, height: 46, viewBox: "0 0 58 46", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("rect", { y: 14, width: 44, height: 32, rx: 4, fill: "#59AB8E" }), /* @__PURE__ */ t.createElement("rect", { y: 19.2539, width: 44, height: 6, fill: "#B8DBCF" }), /* @__PURE__ */ t.createElement("rect", { x: 3, y: 38.5176, width: 8, height: 2, rx: 1, fill: "#0D5F42" }), /* @__PURE__ */ t.createElement("rect", { x: 13, y: 38.5176, width: 8, height: 2, rx: 1, fill: "#0D5F42" }), /* @__PURE__ */ t.createElement("rect", { x: 23, y: 38.5176, width: 8, height: 2, rx: 1, fill: "#0D5F42" }), /* @__PURE__ */ t.createElement("rect", { x: 33, y: 38.5176, width: 8, height: 2, rx: 1, fill: "#B8DBCF" }), /* @__PURE__ */ t.createElement("mask", { id: "mask0_1712_4317", style: {
|
|
2621
2632
|
maskType: "alpha"
|
|
2622
|
-
}, maskUnits: "userSpaceOnUse", x: 34, y: 0, width: 24, height: 24 }, /* @__PURE__ */ t.createElement("rect", { x: 34, width: 24, height: 24, fill: "#D9D9D9" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask0_1712_4317)" }, /* @__PURE__ */ t.createElement("path", { d: "M44.6 13.8L42.45 11.65C42.2667 11.4667 42.0333 11.375 41.75 11.375C41.4667 11.375 41.2333 11.4667 41.05 11.65C40.8667 11.8333 40.775 12.0667 40.775 12.35C40.775 12.6333 40.8667 12.8667 41.05 13.05L43.9 15.9C44.1 16.1 44.3333 16.2 44.6 16.2C44.8667 16.2 45.1 16.1 45.3 15.9L50.95 10.25C51.1333 10.0667 51.225 9.83333 51.225 9.55C51.225 9.26667 51.1333 9.03333 50.95 8.85C50.7667 8.66667 50.5333 8.575 50.25 8.575C49.9667 8.575 49.7333 8.66667 49.55 8.85L44.6 13.8ZM46 22C44.6167 22 43.3167 21.7375 42.1 21.2125C40.8833 20.6875 39.825 19.975 38.925 19.075C38.025 18.175 37.3125 17.1167 36.7875 15.9C36.2625 14.6833 36 13.3833 36 12C36 10.6167 36.2625 9.31667 36.7875 8.1C37.3125 6.88333 38.025 5.825 38.925 4.925C39.825 4.025 40.8833 3.3125 42.1 2.7875C43.3167 2.2625 44.6167 2 46 2C47.3833 2 48.6833 2.2625 49.9 2.7875C51.1167 3.3125 52.175 4.025 53.075 4.925C53.975 5.825 54.6875 6.88333 55.2125 8.1C55.7375 9.31667 56 10.6167 56 12C56 13.3833 55.7375 14.6833 55.2125 15.9C54.6875 17.1167 53.975 18.175 53.075 19.075C52.175 19.975 51.1167 20.6875 49.9 21.2125C48.6833 21.7375 47.3833 22 46 22Z", fill: "#B8DBCF" }))), St =
|
|
2633
|
+
}, maskUnits: "userSpaceOnUse", x: 34, y: 0, width: 24, height: 24 }, /* @__PURE__ */ t.createElement("rect", { x: 34, width: 24, height: 24, fill: "#D9D9D9" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask0_1712_4317)" }, /* @__PURE__ */ t.createElement("path", { d: "M44.6 13.8L42.45 11.65C42.2667 11.4667 42.0333 11.375 41.75 11.375C41.4667 11.375 41.2333 11.4667 41.05 11.65C40.8667 11.8333 40.775 12.0667 40.775 12.35C40.775 12.6333 40.8667 12.8667 41.05 13.05L43.9 15.9C44.1 16.1 44.3333 16.2 44.6 16.2C44.8667 16.2 45.1 16.1 45.3 15.9L50.95 10.25C51.1333 10.0667 51.225 9.83333 51.225 9.55C51.225 9.26667 51.1333 9.03333 50.95 8.85C50.7667 8.66667 50.5333 8.575 50.25 8.575C49.9667 8.575 49.7333 8.66667 49.55 8.85L44.6 13.8ZM46 22C44.6167 22 43.3167 21.7375 42.1 21.2125C40.8833 20.6875 39.825 19.975 38.925 19.075C38.025 18.175 37.3125 17.1167 36.7875 15.9C36.2625 14.6833 36 13.3833 36 12C36 10.6167 36.2625 9.31667 36.7875 8.1C37.3125 6.88333 38.025 5.825 38.925 4.925C39.825 4.025 40.8833 3.3125 42.1 2.7875C43.3167 2.2625 44.6167 2 46 2C47.3833 2 48.6833 2.2625 49.9 2.7875C51.1167 3.3125 52.175 4.025 53.075 4.925C53.975 5.825 54.6875 6.88333 55.2125 8.1C55.7375 9.31667 56 10.6167 56 12C56 13.3833 55.7375 14.6833 55.2125 15.9C54.6875 17.1167 53.975 18.175 53.075 19.075C52.175 19.975 51.1167 20.6875 49.9 21.2125C48.6833 21.7375 47.3833 22 46 22Z", fill: "#B8DBCF" }))), St = W(Zt), wt = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 58, height: 46, viewBox: "0 0 58 46", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("rect", { y: 14, width: 44, height: 32, rx: 4, fill: "#12875E" }), /* @__PURE__ */ t.createElement("rect", { y: 19.2539, width: 44, height: 6, fill: "#09442F" }), /* @__PURE__ */ t.createElement("rect", { x: 3, y: 38.5176, width: 8, height: 2, rx: 1, fill: "#94C9B7" }), /* @__PURE__ */ t.createElement("rect", { x: 13, y: 38.5176, width: 8, height: 2, rx: 1, fill: "#94C9B7" }), /* @__PURE__ */ t.createElement("rect", { x: 23, y: 38.5176, width: 8, height: 2, rx: 1, fill: "#94C9B7" }), /* @__PURE__ */ t.createElement("rect", { x: 33, y: 38.5176, width: 8, height: 2, rx: 1, fill: "#09442F" }), /* @__PURE__ */ t.createElement("mask", { id: "mask0_1712_15475", style: {
|
|
2623
2634
|
maskType: "alpha"
|
|
2624
|
-
}, maskUnits: "userSpaceOnUse", x: 34, y: 0, width: 24, height: 24 }, /* @__PURE__ */ t.createElement("rect", { x: 34, width: 24, height: 24, fill: "#D9D9D9" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask0_1712_15475)" }, /* @__PURE__ */ t.createElement("path", { d: "M44.6 13.8L42.45 11.65C42.2667 11.4667 42.0333 11.375 41.75 11.375C41.4667 11.375 41.2333 11.4667 41.05 11.65C40.8667 11.8333 40.775 12.0667 40.775 12.35C40.775 12.6333 40.8667 12.8667 41.05 13.05L43.9 15.9C44.1 16.1 44.3333 16.2 44.6 16.2C44.8667 16.2 45.1 16.1 45.3 15.9L50.95 10.25C51.1333 10.0667 51.225 9.83333 51.225 9.55C51.225 9.26667 51.1333 9.03333 50.95 8.85C50.7667 8.66667 50.5333 8.575 50.25 8.575C49.9667 8.575 49.7333 8.66667 49.55 8.85L44.6 13.8ZM46 22C44.6167 22 43.3167 21.7375 42.1 21.2125C40.8833 20.6875 39.825 19.975 38.925 19.075C38.025 18.175 37.3125 17.1167 36.7875 15.9C36.2625 14.6833 36 13.3833 36 12C36 10.6167 36.2625 9.31667 36.7875 8.1C37.3125 6.88333 38.025 5.825 38.925 4.925C39.825 4.025 40.8833 3.3125 42.1 2.7875C43.3167 2.2625 44.6167 2 46 2C47.3833 2 48.6833 2.2625 49.9 2.7875C51.1167 3.3125 52.175 4.025 53.075 4.925C53.975 5.825 54.6875 6.88333 55.2125 8.1C55.7375 9.31667 56 10.6167 56 12C56 13.3833 55.7375 14.6833 55.2125 15.9C54.6875 17.1167 53.975 18.175 53.075 19.075C52.175 19.975 51.1167 20.6875 49.9 21.2125C48.6833 21.7375 47.3833 22 46 22Z", fill: "#09442F" }))), bt =
|
|
2635
|
+
}, maskUnits: "userSpaceOnUse", x: 34, y: 0, width: 24, height: 24 }, /* @__PURE__ */ t.createElement("rect", { x: 34, width: 24, height: 24, fill: "#D9D9D9" })), /* @__PURE__ */ t.createElement("g", { mask: "url(#mask0_1712_15475)" }, /* @__PURE__ */ t.createElement("path", { d: "M44.6 13.8L42.45 11.65C42.2667 11.4667 42.0333 11.375 41.75 11.375C41.4667 11.375 41.2333 11.4667 41.05 11.65C40.8667 11.8333 40.775 12.0667 40.775 12.35C40.775 12.6333 40.8667 12.8667 41.05 13.05L43.9 15.9C44.1 16.1 44.3333 16.2 44.6 16.2C44.8667 16.2 45.1 16.1 45.3 15.9L50.95 10.25C51.1333 10.0667 51.225 9.83333 51.225 9.55C51.225 9.26667 51.1333 9.03333 50.95 8.85C50.7667 8.66667 50.5333 8.575 50.25 8.575C49.9667 8.575 49.7333 8.66667 49.55 8.85L44.6 13.8ZM46 22C44.6167 22 43.3167 21.7375 42.1 21.2125C40.8833 20.6875 39.825 19.975 38.925 19.075C38.025 18.175 37.3125 17.1167 36.7875 15.9C36.2625 14.6833 36 13.3833 36 12C36 10.6167 36.2625 9.31667 36.7875 8.1C37.3125 6.88333 38.025 5.825 38.925 4.925C39.825 4.025 40.8833 3.3125 42.1 2.7875C43.3167 2.2625 44.6167 2 46 2C47.3833 2 48.6833 2.2625 49.9 2.7875C51.1167 3.3125 52.175 4.025 53.075 4.925C53.975 5.825 54.6875 6.88333 55.2125 8.1C55.7375 9.31667 56 10.6167 56 12C56 13.3833 55.7375 14.6833 55.2125 15.9C54.6875 17.1167 53.975 18.175 53.075 19.075C52.175 19.975 51.1167 20.6875 49.9 21.2125C48.6833 21.7375 47.3833 22 46 22Z", fill: "#09442F" }))), bt = W(wt), m4 = ({
|
|
2625
2636
|
beat: r,
|
|
2626
2637
|
displayData: n,
|
|
2627
2638
|
isDarkMode: i,
|
|
@@ -3031,7 +3042,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3031
3042
|
account_guid_2: l,
|
|
3032
3043
|
isSuccess: s
|
|
3033
3044
|
}
|
|
3034
|
-
) }), Lt = (r, n) => /* @__PURE__ */ t.createElement("svg", { viewBox: "0 0 349 320", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("g", null, /* @__PURE__ */ t.createElement("path", { d: "M348.198 211.685C340.847 166.938 304.882 116.163 289.128 64.6516C275.759 20.9661 241.789 0.357238 215.138 4.63519e-05C168.168 -0.61692 108.654 49.3465 61.8571 73.7546C5.53009 103.12 -27.3445 152.196 29.9258 200.655C67.3435 232.315 199.362 267.45 268.516 272.093C315.681 275.21 355.17 254.19 348.198 211.685Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ t.createElement("path", { d: "M324.691 115.427L193.399 37.0505C191.668 36.0091 189.685 35.4587 187.663 35.4587C185.642 35.4587 183.659 36.0091 181.928 37.0505L50.6352 115.427C49.8363 115.915 49.2174 116.649 48.8709 117.518C48.5245 118.387 48.4692 119.344 48.7133 120.247C48.9574 121.15 49.4878 121.95 50.2252 122.527C50.9625 123.104 51.8671 123.427 52.8037 123.447H63.7655C65.7462 123.454 67.6914 122.923 69.3928 121.91L74.4671 118.88C75.0249 119.672 75.8679 120.219 76.8199 120.406V136.198C76.8228 137.225 77.2327 138.209 77.96 138.935C78.6873 139.661 79.673 140.07 80.7016 140.073H83.4231V141.307C83.4231 142.645 83.9554 143.928 84.9029 144.874C85.8505 145.82 87.1356 146.351 88.4757 146.351H88.7684L87.8251 174.818H92.1621L93.0838 146.957H104.566L105.488 174.818H109.825L108.881 146.351H109.163C110.503 146.351 111.788 145.82 112.736 144.874C113.684 143.928 114.216 142.645 114.216 141.307V140.073H127.802V141.307C127.802 142.645 128.334 143.928 129.281 144.874C130.229 145.82 131.514 146.351 132.854 146.351H133.147L132.204 174.818H136.541L137.473 146.957H148.977L149.91 174.818H152.154C152.859 174.818 153.563 174.818 154.247 174.926L153.303 146.351H153.596C154.936 146.351 156.221 145.82 157.169 144.874C158.116 143.928 158.649 142.645 158.649 141.307V140.073H172.234V141.307C172.234 142.645 172.767 143.928 173.714 144.874C174.662 145.82 175.947 146.351 177.287 146.351H177.58L175.411 210.494V221.459H200.186C200.323 221.507 200.441 221.597 200.524 221.715C200.607 221.833 200.652 221.974 200.653 222.119V224.284H175.455V228.613H296.674C297.076 228.613 297.47 228.718 297.818 228.918C298.166 229.117 298.456 229.404 298.659 229.75L306.845 243.702H175.455V248.659H313.469C314.247 248.657 315.004 248.903 315.632 249.36C316.26 249.818 316.725 250.463 316.961 251.203L317.947 254.255H175.455V258.585H318.576C319.193 258.584 319.801 258.438 320.35 258.158C320.899 257.878 321.375 257.472 321.737 256.974C322.1 256.476 322.339 255.9 322.436 255.292C322.533 254.684 322.485 254.062 322.295 253.476L321.135 249.871C320.618 248.266 319.605 246.866 318.242 245.87C316.878 244.875 315.234 244.335 313.545 244.33H312.266L302.453 227.585C301.862 226.595 301.024 225.776 300.02 225.207C299.017 224.638 297.883 224.338 296.729 224.338H293.834V222.173C293.831 220.856 293.312 219.592 292.388 218.651C291.465 217.71 290.209 217.168 288.889 217.14L286.547 146.405H286.84C287.504 146.405 288.161 146.275 288.774 146.021C289.387 145.768 289.944 145.396 290.413 144.928C290.882 144.459 291.254 143.903 291.508 143.291C291.762 142.679 291.893 142.024 291.893 141.361V140.127H294.603C295.634 140.127 296.622 139.719 297.352 138.993C298.082 138.267 298.493 137.281 298.496 136.252V120.406C299.448 120.219 300.291 119.672 300.849 118.88L305.923 121.91C307.615 122.917 309.548 123.448 311.518 123.447H322.436C323.373 123.427 324.277 123.104 325.015 122.527C325.752 121.95 326.283 121.15 326.527 120.247C326.771 119.344 326.715 118.387 326.369 117.518C326.023 116.649 325.404 115.915 324.605 115.427H324.691ZM109.89 141.307C109.891 141.401 109.874 141.495 109.838 141.582C109.803 141.669 109.75 141.749 109.683 141.815C109.617 141.882 109.537 141.935 109.45 141.97C109.362 142.005 109.268 142.023 109.174 142.021H88.4431C88.2534 142.021 88.0713 141.946 87.9371 141.812C87.8029 141.678 87.7275 141.496 87.7275 141.307V140.073H109.89V141.307ZM154.344 141.307C154.344 141.496 154.269 141.678 154.135 141.812C154 141.946 153.818 142.021 153.629 142.021H132.865C132.675 142.021 132.493 141.946 132.359 141.812C132.225 141.678 132.149 141.496 132.149 141.307V140.073H154.322L154.344 141.307ZM177.32 142.021C177.225 142.023 177.131 142.005 177.044 141.97C176.956 141.935 176.877 141.882 176.81 141.815C176.744 141.749 176.691 141.669 176.655 141.582C176.62 141.495 176.602 141.401 176.604 141.307V140.073H198.744V141.307C198.744 141.496 198.669 141.678 198.535 141.812C198.401 141.946 198.219 142.021 198.029 142.021H177.32ZM179.607 217.075L181.928 146.957H193.442L195.763 217.075H179.607ZM214.683 222.119V224.284H205.033V222.119C205.031 220.801 204.512 219.537 203.588 218.597C202.664 217.656 201.408 217.114 200.089 217.086L197.736 146.351H198.029C199.369 146.351 200.654 145.82 201.602 144.874C202.549 143.928 203.081 142.645 203.081 141.307V140.073H216.667V141.307C216.667 142.645 217.199 143.928 218.147 144.874C219.095 145.82 220.38 146.351 221.72 146.351H222.013L219.671 217.086C218.343 217.1 217.074 217.636 216.14 218.579C215.207 219.521 214.683 220.793 214.683 222.119ZM221.676 142.021C221.487 142.021 221.305 141.946 221.17 141.812C221.036 141.678 220.961 141.496 220.961 141.307V140.073H243.123V141.307C243.124 141.401 243.107 141.495 243.071 141.582C243.036 141.669 242.983 141.749 242.917 141.815C242.85 141.882 242.77 141.935 242.683 141.97C242.595 142.005 242.502 142.023 242.407 142.021H221.676ZM240.109 217.075H224.008L226.328 146.957H237.843L240.109 217.075ZM245.053 224.305H219.02V222.14C219.018 221.997 219.061 221.856 219.142 221.738C219.224 221.62 219.34 221.53 219.475 221.48H244.608C244.745 221.529 244.862 221.619 244.946 221.737C245.029 221.855 245.074 221.996 245.075 222.14L245.053 224.305ZM259.083 222.14V224.305H249.39V222.14C249.387 220.823 248.869 219.559 247.945 218.618C247.021 217.678 245.765 217.136 244.446 217.107L242.104 146.373H242.386C243.726 146.373 245.011 145.841 245.958 144.895C246.906 143.949 247.438 142.666 247.438 141.329V140.095H261.035V141.329C261.035 142.665 261.566 143.946 262.511 144.891C263.456 145.837 264.738 146.37 266.077 146.373H266.369L264.027 217.107C262.721 217.149 261.482 217.695 260.571 218.629C259.659 219.564 259.145 220.814 259.137 222.119L259.083 222.14ZM289.019 221.48C289.153 221.532 289.268 221.623 289.349 221.741C289.43 221.858 289.474 221.998 289.475 222.14V224.305H263.474V222.14C263.475 221.996 263.52 221.855 263.603 221.737C263.687 221.619 263.804 221.529 263.941 221.48H289.074H289.019ZM268.364 217.151L270.696 147.033H282.21L284.531 217.151H268.364ZM287.534 141.383C287.534 141.572 287.459 141.754 287.324 141.888C287.19 142.022 287.008 142.097 286.818 142.097H266.142C266.048 142.097 265.956 142.079 265.869 142.043C265.783 142.007 265.705 141.954 265.639 141.887C265.574 141.821 265.522 141.742 265.487 141.655C265.453 141.569 265.436 141.476 265.437 141.383V140.149H287.599L287.534 141.383ZM294.137 135.819H81.1244V120.503H294.202L294.137 135.819ZM79.3354 116.174L187.761 52.1391L296.002 116.174H79.3354ZM311.561 119.118C310.374 119.117 309.208 118.795 308.189 118.187L191.274 48.394C190.183 47.7405 188.935 47.3952 187.663 47.3952C186.391 47.3952 185.143 47.7405 184.053 48.394L67.1267 118.187C66.1121 118.797 64.9499 119.119 63.7655 119.118H52.8579L184.15 40.7631C185.211 40.1255 186.425 39.7886 187.663 39.7886C188.901 39.7886 190.116 40.1255 191.176 40.7631L322.48 119.118H311.561ZM168.949 87.3711C168.949 91.0661 170.047 94.6781 172.103 97.7504C174.159 100.823 177.082 103.217 180.502 104.631C183.921 106.045 187.684 106.415 191.314 105.694C194.945 104.973 198.279 103.194 200.896 100.581C203.514 97.9687 205.296 94.6398 206.018 91.0159C206.74 87.3919 206.369 83.6355 204.953 80.2218C203.537 76.8081 201.138 73.8903 198.06 71.8375C194.983 69.7847 191.365 68.689 187.663 68.689C182.702 68.6947 177.945 70.6648 174.437 74.1672C170.928 77.6695 168.955 82.4181 168.949 87.3711ZM202.041 87.3711C202.041 90.2098 201.197 92.9847 199.618 95.345C198.038 97.7053 195.792 99.5449 193.165 100.631C190.538 101.718 187.647 102.002 184.858 101.448C182.07 100.894 179.508 99.5272 177.497 97.52C175.486 95.5127 174.117 92.9553 173.562 90.1712C173.008 87.3871 173.292 84.5012 174.381 81.8786C175.469 79.256 177.311 77.0145 179.676 75.4374C182.04 73.8603 184.82 73.0185 187.663 73.0185C191.475 73.0243 195.128 74.5383 197.823 77.2287C200.518 79.919 202.035 83.5664 202.041 87.3711Z", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M39.4782 318.387C27.2803 318.387 17.3594 308.732 17.3594 296.869V201.531C17.3594 189.625 27.2803 180.013 39.4782 180.013H186.167C198.365 180.013 208.286 189.668 208.286 201.531V296.869C208.286 308.775 198.365 318.387 186.167 318.387H39.4782Z", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M175.476 234.729H144.563V262.373H175.476V234.729Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ t.createElement("path", { d: "M190.07 179.148H35.5856C30.5589 179.153 25.7399 181.15 22.1865 184.7C18.6331 188.249 16.6357 193.061 16.6328 198.079V301.091C16.6386 306.107 18.6372 310.916 22.1903 314.463C25.7434 318.01 30.5608 320.005 35.5856 320.011H190.07C195.095 320.005 199.912 318.01 203.466 314.463C207.019 310.916 209.017 306.107 209.023 301.091V198.079C209.02 193.061 207.023 188.249 203.469 184.7C199.916 181.15 195.097 179.153 190.07 179.148V179.148ZM48.6183 315.595H35.6073C31.7519 315.592 28.0553 314.062 25.3292 311.34C22.6031 308.619 21.0703 304.929 21.0674 301.08V292.615H48.6183V315.595ZM48.6183 288.686H21.0457V264.257H48.6183V288.686ZM48.6183 260.328H21.0457V235.898H48.6183V260.328ZM48.6183 231.969H21.0457V207.82L48.6183 207.691V231.969ZM79.7473 315.595H52.5542V292.615H79.7473V315.595ZM79.7473 288.686H52.5542V264.257H79.7473V288.686ZM79.7473 260.328H52.5542V235.898H79.7473V260.328ZM79.7473 231.969H52.5542V207.712L79.7473 207.604V231.969ZM110.876 315.595H83.6831V292.615H110.876V315.595ZM110.876 288.686H83.6831V264.257H110.876V288.686ZM110.876 260.328H83.6831V235.898H110.876V260.328ZM110.876 231.969H83.6831V207.593L110.876 207.507V231.969ZM142.038 315.595H114.812V292.615H142.038V315.595ZM142.038 288.686H114.812V264.257H142.038V288.686ZM142.038 260.328H114.812V235.898H142.038V260.328ZM142.038 231.969H114.812V207.496H142.005L142.038 231.969ZM173.156 315.595H145.941V292.615H173.123L173.156 315.595ZM173.156 288.686H145.941V264.257H173.123L173.156 288.686ZM173.156 260.328H145.941V235.898H173.123L173.156 260.328ZM173.156 231.969H145.941V207.442C155.699 207.442 164.948 207.442 173.123 207.442L173.156 231.969ZM204.599 301.08C204.596 304.929 203.064 308.619 200.337 311.34C197.611 314.062 193.915 315.592 190.059 315.595H177.048V292.615H204.588L204.599 301.08ZM204.599 288.686H177.059V264.257H204.599V288.686ZM204.599 260.328H177.059V235.898H204.599V260.328ZM204.599 231.969H177.059V207.452C190.363 207.452 200.371 207.571 204.599 207.712V231.969Z", className: "Overlay", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("path", { d: "M145.94 235.898L173.123 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M173.123 235.898L145.94 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }))), vt = N(Lt), Ht = (r, n) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "28.15 56.63 286.76 143.97", ref: n, ...r }, /* @__PURE__ */ t.createElement("path", { fill: "#CCDDF2", fillRule: "evenodd", d: "M264.093 147.855c12.021 0 21.841 9.407 22.508 21.261a16.69 16.69 0 0 1 11.562-4.637c9.251 0 16.749 7.499 16.749 16.75 0 8.273-5.999 15.389-13.882 16.75h-62.402c-6.273 0-11.357-5.085-11.357-11.358 0-6.272 5.084-11.357 11.357-11.357 1.253 0 2.457.206 3.585.58a22.595 22.595 0 0 1-.666-5.443c0-12.452 10.094-22.546 22.546-22.546ZM96.186 132.749c14.685 0 26.627 11.703 27.033 26.289a20.468 20.468 0 0 1 9.238-2.192c11.358 0 20.566 9.207 20.566 20.566 0 11.359-9.208 20.567-20.566 20.567H42.195c-7.757 0-14.045-6.288-14.045-14.045 0-7.756 6.288-14.044 14.045-14.044 1.397 0 2.745.207 4.019.587a17.686 17.686 0 0 1-1.042-5.996c0-9.788 7.934-17.724 17.724-17.724 3.087 0 5.988.791 8.516 2.179 4.185-9.529 13.7-16.187 24.774-16.187Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#C41F3E", fillRule: "evenodd", d: "M88.498 200.6H254.42v-91.004H88.498V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "M240.849 200.6H199.64v-52.205c0-11.379 9.225-20.604 20.605-20.604 11.379 0 20.604 9.225 20.604 20.604V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M230.552 174.045a3.37 3.37 0 1 1 6.74 0 3.37 3.37 0 0 1-6.74 0ZM220.245 143.744l7.742 8.202h-15.485l7.743-8.202Zm8.933 8.202-8.933-9.464-8.934 9.464h-2.109v12.501l22.085-12.501h-2.109Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#F2F3F2", fillRule: "evenodd", d: "M231.287 151.946v12.501h-22.085l22.085-12.501Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "m262.739 104.406-8.319-21.649V56.631H88.498v26.126l-8.32 21.649c-.96 2.502.886 5.19 3.566 5.19h175.43c2.68 0 4.527-2.688 3.565-5.19Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("mask", { id: "a", width: 287, height: 145, x: 28, y: 56, "mask-type": "alpha", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M28.15 200.6h286.763V56.631H28.15V200.6Z" })), /* @__PURE__ */ t.createElement("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)" }, /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M102.308 178.084h82.339v-50.293h-82.339v50.293Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#F2F3F2", d: "M184.647 127.791v50.292h-82.339l82.339-50.292Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#C41F3E", d: "M218.904 143.452a1.34 1.34 0 1 1 2.681-.001 1.34 1.34 0 0 1-2.681.001ZM106.934 82.757h18.436V56.631h-18.436v26.126ZM143.805 82.757h18.436V56.631h-18.436v26.126ZM180.677 82.757h18.436V56.631h-18.436v26.126ZM217.549 82.757h18.435V56.631h-18.435v26.126Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M254.419 110.895H88.496l.004-1.299h165.922l-.003 1.299Z" }))), O1 = N(Ht), C4 = ({
|
|
3045
|
+
) }), Lt = (r, n) => /* @__PURE__ */ t.createElement("svg", { viewBox: "0 0 349 320", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("g", null, /* @__PURE__ */ t.createElement("path", { d: "M348.198 211.685C340.847 166.938 304.882 116.163 289.128 64.6516C275.759 20.9661 241.789 0.357238 215.138 4.63519e-05C168.168 -0.61692 108.654 49.3465 61.8571 73.7546C5.53009 103.12 -27.3445 152.196 29.9258 200.655C67.3435 232.315 199.362 267.45 268.516 272.093C315.681 275.21 355.17 254.19 348.198 211.685Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ t.createElement("path", { d: "M324.691 115.427L193.399 37.0505C191.668 36.0091 189.685 35.4587 187.663 35.4587C185.642 35.4587 183.659 36.0091 181.928 37.0505L50.6352 115.427C49.8363 115.915 49.2174 116.649 48.8709 117.518C48.5245 118.387 48.4692 119.344 48.7133 120.247C48.9574 121.15 49.4878 121.95 50.2252 122.527C50.9625 123.104 51.8671 123.427 52.8037 123.447H63.7655C65.7462 123.454 67.6914 122.923 69.3928 121.91L74.4671 118.88C75.0249 119.672 75.8679 120.219 76.8199 120.406V136.198C76.8228 137.225 77.2327 138.209 77.96 138.935C78.6873 139.661 79.673 140.07 80.7016 140.073H83.4231V141.307C83.4231 142.645 83.9554 143.928 84.9029 144.874C85.8505 145.82 87.1356 146.351 88.4757 146.351H88.7684L87.8251 174.818H92.1621L93.0838 146.957H104.566L105.488 174.818H109.825L108.881 146.351H109.163C110.503 146.351 111.788 145.82 112.736 144.874C113.684 143.928 114.216 142.645 114.216 141.307V140.073H127.802V141.307C127.802 142.645 128.334 143.928 129.281 144.874C130.229 145.82 131.514 146.351 132.854 146.351H133.147L132.204 174.818H136.541L137.473 146.957H148.977L149.91 174.818H152.154C152.859 174.818 153.563 174.818 154.247 174.926L153.303 146.351H153.596C154.936 146.351 156.221 145.82 157.169 144.874C158.116 143.928 158.649 142.645 158.649 141.307V140.073H172.234V141.307C172.234 142.645 172.767 143.928 173.714 144.874C174.662 145.82 175.947 146.351 177.287 146.351H177.58L175.411 210.494V221.459H200.186C200.323 221.507 200.441 221.597 200.524 221.715C200.607 221.833 200.652 221.974 200.653 222.119V224.284H175.455V228.613H296.674C297.076 228.613 297.47 228.718 297.818 228.918C298.166 229.117 298.456 229.404 298.659 229.75L306.845 243.702H175.455V248.659H313.469C314.247 248.657 315.004 248.903 315.632 249.36C316.26 249.818 316.725 250.463 316.961 251.203L317.947 254.255H175.455V258.585H318.576C319.193 258.584 319.801 258.438 320.35 258.158C320.899 257.878 321.375 257.472 321.737 256.974C322.1 256.476 322.339 255.9 322.436 255.292C322.533 254.684 322.485 254.062 322.295 253.476L321.135 249.871C320.618 248.266 319.605 246.866 318.242 245.87C316.878 244.875 315.234 244.335 313.545 244.33H312.266L302.453 227.585C301.862 226.595 301.024 225.776 300.02 225.207C299.017 224.638 297.883 224.338 296.729 224.338H293.834V222.173C293.831 220.856 293.312 219.592 292.388 218.651C291.465 217.71 290.209 217.168 288.889 217.14L286.547 146.405H286.84C287.504 146.405 288.161 146.275 288.774 146.021C289.387 145.768 289.944 145.396 290.413 144.928C290.882 144.459 291.254 143.903 291.508 143.291C291.762 142.679 291.893 142.024 291.893 141.361V140.127H294.603C295.634 140.127 296.622 139.719 297.352 138.993C298.082 138.267 298.493 137.281 298.496 136.252V120.406C299.448 120.219 300.291 119.672 300.849 118.88L305.923 121.91C307.615 122.917 309.548 123.448 311.518 123.447H322.436C323.373 123.427 324.277 123.104 325.015 122.527C325.752 121.95 326.283 121.15 326.527 120.247C326.771 119.344 326.715 118.387 326.369 117.518C326.023 116.649 325.404 115.915 324.605 115.427H324.691ZM109.89 141.307C109.891 141.401 109.874 141.495 109.838 141.582C109.803 141.669 109.75 141.749 109.683 141.815C109.617 141.882 109.537 141.935 109.45 141.97C109.362 142.005 109.268 142.023 109.174 142.021H88.4431C88.2534 142.021 88.0713 141.946 87.9371 141.812C87.8029 141.678 87.7275 141.496 87.7275 141.307V140.073H109.89V141.307ZM154.344 141.307C154.344 141.496 154.269 141.678 154.135 141.812C154 141.946 153.818 142.021 153.629 142.021H132.865C132.675 142.021 132.493 141.946 132.359 141.812C132.225 141.678 132.149 141.496 132.149 141.307V140.073H154.322L154.344 141.307ZM177.32 142.021C177.225 142.023 177.131 142.005 177.044 141.97C176.956 141.935 176.877 141.882 176.81 141.815C176.744 141.749 176.691 141.669 176.655 141.582C176.62 141.495 176.602 141.401 176.604 141.307V140.073H198.744V141.307C198.744 141.496 198.669 141.678 198.535 141.812C198.401 141.946 198.219 142.021 198.029 142.021H177.32ZM179.607 217.075L181.928 146.957H193.442L195.763 217.075H179.607ZM214.683 222.119V224.284H205.033V222.119C205.031 220.801 204.512 219.537 203.588 218.597C202.664 217.656 201.408 217.114 200.089 217.086L197.736 146.351H198.029C199.369 146.351 200.654 145.82 201.602 144.874C202.549 143.928 203.081 142.645 203.081 141.307V140.073H216.667V141.307C216.667 142.645 217.199 143.928 218.147 144.874C219.095 145.82 220.38 146.351 221.72 146.351H222.013L219.671 217.086C218.343 217.1 217.074 217.636 216.14 218.579C215.207 219.521 214.683 220.793 214.683 222.119ZM221.676 142.021C221.487 142.021 221.305 141.946 221.17 141.812C221.036 141.678 220.961 141.496 220.961 141.307V140.073H243.123V141.307C243.124 141.401 243.107 141.495 243.071 141.582C243.036 141.669 242.983 141.749 242.917 141.815C242.85 141.882 242.77 141.935 242.683 141.97C242.595 142.005 242.502 142.023 242.407 142.021H221.676ZM240.109 217.075H224.008L226.328 146.957H237.843L240.109 217.075ZM245.053 224.305H219.02V222.14C219.018 221.997 219.061 221.856 219.142 221.738C219.224 221.62 219.34 221.53 219.475 221.48H244.608C244.745 221.529 244.862 221.619 244.946 221.737C245.029 221.855 245.074 221.996 245.075 222.14L245.053 224.305ZM259.083 222.14V224.305H249.39V222.14C249.387 220.823 248.869 219.559 247.945 218.618C247.021 217.678 245.765 217.136 244.446 217.107L242.104 146.373H242.386C243.726 146.373 245.011 145.841 245.958 144.895C246.906 143.949 247.438 142.666 247.438 141.329V140.095H261.035V141.329C261.035 142.665 261.566 143.946 262.511 144.891C263.456 145.837 264.738 146.37 266.077 146.373H266.369L264.027 217.107C262.721 217.149 261.482 217.695 260.571 218.629C259.659 219.564 259.145 220.814 259.137 222.119L259.083 222.14ZM289.019 221.48C289.153 221.532 289.268 221.623 289.349 221.741C289.43 221.858 289.474 221.998 289.475 222.14V224.305H263.474V222.14C263.475 221.996 263.52 221.855 263.603 221.737C263.687 221.619 263.804 221.529 263.941 221.48H289.074H289.019ZM268.364 217.151L270.696 147.033H282.21L284.531 217.151H268.364ZM287.534 141.383C287.534 141.572 287.459 141.754 287.324 141.888C287.19 142.022 287.008 142.097 286.818 142.097H266.142C266.048 142.097 265.956 142.079 265.869 142.043C265.783 142.007 265.705 141.954 265.639 141.887C265.574 141.821 265.522 141.742 265.487 141.655C265.453 141.569 265.436 141.476 265.437 141.383V140.149H287.599L287.534 141.383ZM294.137 135.819H81.1244V120.503H294.202L294.137 135.819ZM79.3354 116.174L187.761 52.1391L296.002 116.174H79.3354ZM311.561 119.118C310.374 119.117 309.208 118.795 308.189 118.187L191.274 48.394C190.183 47.7405 188.935 47.3952 187.663 47.3952C186.391 47.3952 185.143 47.7405 184.053 48.394L67.1267 118.187C66.1121 118.797 64.9499 119.119 63.7655 119.118H52.8579L184.15 40.7631C185.211 40.1255 186.425 39.7886 187.663 39.7886C188.901 39.7886 190.116 40.1255 191.176 40.7631L322.48 119.118H311.561ZM168.949 87.3711C168.949 91.0661 170.047 94.6781 172.103 97.7504C174.159 100.823 177.082 103.217 180.502 104.631C183.921 106.045 187.684 106.415 191.314 105.694C194.945 104.973 198.279 103.194 200.896 100.581C203.514 97.9687 205.296 94.6398 206.018 91.0159C206.74 87.3919 206.369 83.6355 204.953 80.2218C203.537 76.8081 201.138 73.8903 198.06 71.8375C194.983 69.7847 191.365 68.689 187.663 68.689C182.702 68.6947 177.945 70.6648 174.437 74.1672C170.928 77.6695 168.955 82.4181 168.949 87.3711ZM202.041 87.3711C202.041 90.2098 201.197 92.9847 199.618 95.345C198.038 97.7053 195.792 99.5449 193.165 100.631C190.538 101.718 187.647 102.002 184.858 101.448C182.07 100.894 179.508 99.5272 177.497 97.52C175.486 95.5127 174.117 92.9553 173.562 90.1712C173.008 87.3871 173.292 84.5012 174.381 81.8786C175.469 79.256 177.311 77.0145 179.676 75.4374C182.04 73.8603 184.82 73.0185 187.663 73.0185C191.475 73.0243 195.128 74.5383 197.823 77.2287C200.518 79.919 202.035 83.5664 202.041 87.3711Z", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M39.4782 318.387C27.2803 318.387 17.3594 308.732 17.3594 296.869V201.531C17.3594 189.625 27.2803 180.013 39.4782 180.013H186.167C198.365 180.013 208.286 189.668 208.286 201.531V296.869C208.286 308.775 198.365 318.387 186.167 318.387H39.4782Z", fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M175.476 234.729H144.563V262.373H175.476V234.729Z", className: "brand100", fill: "#C2DAFF" }), /* @__PURE__ */ t.createElement("path", { d: "M190.07 179.148H35.5856C30.5589 179.153 25.7399 181.15 22.1865 184.7C18.6331 188.249 16.6357 193.061 16.6328 198.079V301.091C16.6386 306.107 18.6372 310.916 22.1903 314.463C25.7434 318.01 30.5608 320.005 35.5856 320.011H190.07C195.095 320.005 199.912 318.01 203.466 314.463C207.019 310.916 209.017 306.107 209.023 301.091V198.079C209.02 193.061 207.023 188.249 203.469 184.7C199.916 181.15 195.097 179.153 190.07 179.148V179.148ZM48.6183 315.595H35.6073C31.7519 315.592 28.0553 314.062 25.3292 311.34C22.6031 308.619 21.0703 304.929 21.0674 301.08V292.615H48.6183V315.595ZM48.6183 288.686H21.0457V264.257H48.6183V288.686ZM48.6183 260.328H21.0457V235.898H48.6183V260.328ZM48.6183 231.969H21.0457V207.82L48.6183 207.691V231.969ZM79.7473 315.595H52.5542V292.615H79.7473V315.595ZM79.7473 288.686H52.5542V264.257H79.7473V288.686ZM79.7473 260.328H52.5542V235.898H79.7473V260.328ZM79.7473 231.969H52.5542V207.712L79.7473 207.604V231.969ZM110.876 315.595H83.6831V292.615H110.876V315.595ZM110.876 288.686H83.6831V264.257H110.876V288.686ZM110.876 260.328H83.6831V235.898H110.876V260.328ZM110.876 231.969H83.6831V207.593L110.876 207.507V231.969ZM142.038 315.595H114.812V292.615H142.038V315.595ZM142.038 288.686H114.812V264.257H142.038V288.686ZM142.038 260.328H114.812V235.898H142.038V260.328ZM142.038 231.969H114.812V207.496H142.005L142.038 231.969ZM173.156 315.595H145.941V292.615H173.123L173.156 315.595ZM173.156 288.686H145.941V264.257H173.123L173.156 288.686ZM173.156 260.328H145.941V235.898H173.123L173.156 260.328ZM173.156 231.969H145.941V207.442C155.699 207.442 164.948 207.442 173.123 207.442L173.156 231.969ZM204.599 301.08C204.596 304.929 203.064 308.619 200.337 311.34C197.611 314.062 193.915 315.592 190.059 315.595H177.048V292.615H204.588L204.599 301.08ZM204.599 288.686H177.059V264.257H204.599V288.686ZM204.599 260.328H177.059V235.898H204.599V260.328ZM204.599 231.969H177.059V207.452C190.363 207.452 200.371 207.571 204.599 207.712V231.969Z", className: "Overlay", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("path", { d: "M145.94 235.898L173.123 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M173.123 235.898L145.94 260.327", className: "Overlay", stroke: "#2C64EF", strokeWidth: 3.54, strokeLinecap: "round", strokeLinejoin: "round" }))), vt = W(Lt), Ht = (r, n) => /* @__PURE__ */ t.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "28.15 56.63 286.76 143.97", ref: n, ...r }, /* @__PURE__ */ t.createElement("path", { fill: "#CCDDF2", fillRule: "evenodd", d: "M264.093 147.855c12.021 0 21.841 9.407 22.508 21.261a16.69 16.69 0 0 1 11.562-4.637c9.251 0 16.749 7.499 16.749 16.75 0 8.273-5.999 15.389-13.882 16.75h-62.402c-6.273 0-11.357-5.085-11.357-11.358 0-6.272 5.084-11.357 11.357-11.357 1.253 0 2.457.206 3.585.58a22.595 22.595 0 0 1-.666-5.443c0-12.452 10.094-22.546 22.546-22.546ZM96.186 132.749c14.685 0 26.627 11.703 27.033 26.289a20.468 20.468 0 0 1 9.238-2.192c11.358 0 20.566 9.207 20.566 20.566 0 11.359-9.208 20.567-20.566 20.567H42.195c-7.757 0-14.045-6.288-14.045-14.045 0-7.756 6.288-14.044 14.045-14.044 1.397 0 2.745.207 4.019.587a17.686 17.686 0 0 1-1.042-5.996c0-9.788 7.934-17.724 17.724-17.724 3.087 0 5.988.791 8.516 2.179 4.185-9.529 13.7-16.187 24.774-16.187Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#C41F3E", fillRule: "evenodd", d: "M88.498 200.6H254.42v-91.004H88.498V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "M240.849 200.6H199.64v-52.205c0-11.379 9.225-20.604 20.605-20.604 11.379 0 20.604 9.225 20.604 20.604V200.6Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M230.552 174.045a3.37 3.37 0 1 1 6.74 0 3.37 3.37 0 0 1-6.74 0ZM220.245 143.744l7.742 8.202h-15.485l7.743-8.202Zm8.933 8.202-8.933-9.464-8.934 9.464h-2.109v12.501l22.085-12.501h-2.109Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#F2F3F2", fillRule: "evenodd", d: "M231.287 151.946v12.501h-22.085l22.085-12.501Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("path", { fill: "#8B1D41", fillRule: "evenodd", d: "m262.739 104.406-8.319-21.649V56.631H88.498v26.126l-8.32 21.649c-.96 2.502.886 5.19 3.566 5.19h175.43c2.68 0 4.527-2.688 3.565-5.19Z", clipRule: "evenodd" }), /* @__PURE__ */ t.createElement("mask", { id: "a", width: 287, height: 145, x: 28, y: 56, "mask-type": "alpha", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M28.15 200.6h286.763V56.631H28.15V200.6Z" })), /* @__PURE__ */ t.createElement("g", { fillRule: "evenodd", clipRule: "evenodd", mask: "url(#a)" }, /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M102.308 178.084h82.339v-50.293h-82.339v50.293Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#F2F3F2", d: "M184.647 127.791v50.292h-82.339l82.339-50.292Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#C41F3E", d: "M218.904 143.452a1.34 1.34 0 1 1 2.681-.001 1.34 1.34 0 0 1-2.681.001ZM106.934 82.757h18.436V56.631h-18.436v26.126ZM143.805 82.757h18.436V56.631h-18.436v26.126ZM180.677 82.757h18.436V56.631h-18.436v26.126ZM217.549 82.757h18.435V56.631h-18.435v26.126Z" }), /* @__PURE__ */ t.createElement("path", { fill: "#fff", d: "M254.419 110.895H88.496l.004-1.299h165.922l-.003 1.299Z" }))), O1 = W(Ht), C4 = ({
|
|
3035
3046
|
isCIBC: r,
|
|
3036
3047
|
isMini: n,
|
|
3037
3048
|
...i
|
|
@@ -3042,7 +3053,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3042
3053
|
width: n ? "30%" : "50%"
|
|
3043
3054
|
}, a = r ? { ...o, width: n ? "50%" : "70%" } : o;
|
|
3044
3055
|
return /* @__PURE__ */ e(H, { ...i, isMini: n, children: /* @__PURE__ */ e(T, { divProps: { style: a }, image: l }) });
|
|
3045
|
-
}, Gt = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 300, height: 150, viewBox: "0 0 300 150", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_894_181586)" }, /* @__PURE__ */ t.createElement("path", { d: "M263.546 101.006C256.166 68.1421 233.551 75.6061 227.423 34.1081C223.95 10.5858 193.86 0.812505 174.964 0.627529C141.662 0.308026 109.736 30.3465 76.5568 42.9865C36.6205 58.1937 3.04153 79.4439 43.6467 104.539C70.1761 120.935 163.779 139.129 212.809 141.534C246.25 143.148 268.489 123.018 263.546 101.006Z", className: "brand100", fill: "#DFE8FD" }), /* @__PURE__ */ t.createElement("path", { d: "M125.12 51.127H241.305", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M243.12 116.479H125.12V127.371H243.12V116.479Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M234.042 51.127H132.38V58.3885H234.042V51.127Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M208.627 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M224.966 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M175.951 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M192.289 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M143.274 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M183.212 13.0195L125.12 40.2366", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M241.304 40.2207L183.212 13.0037", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M125.12 40.2344V51.1267", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M241.304 40.2344V51.1267", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M159.612 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("circle", { cx: 183.212, cy: 32.9715, r: 7.50159, className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067 }), /* @__PURE__ */ t.createElement("g", { filter: "url(#filter0_d_894_181586)" }, /* @__PURE__ */ t.createElement("rect", { x: 40, y: 45.2305, width: 125, height: 96.3326, rx: 8.26446, fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 80.9224, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 96.9399, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 112.949, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 128.966, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 144.975, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 48.9053, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 64.9136, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 80.9224, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 96.9399, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 112.949, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand200", fill: "#A0B9F8" }), /* @__PURE__ */ t.createElement("rect", { x: 128.966, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 144.975, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 48.9053, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 48.9053, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 64.9136, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 64.9136, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 80.9224, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 80.9224, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 96.9399, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 96.9399, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 112.949, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 112.949, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 128.966, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 144.975, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("path", { d: "M40 53.4949C40 48.9306 43.7001 45.2305 48.2645 45.2305H156.736C161.3 45.2305 165 48.9306 165 53.4949V65.8916H40V53.4949Z", className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("circle", { cx: 58.599, cy: 56.144, r: 4.13223, className: "brand400", fill: "#163278" }), /* @__PURE__ */ t.createElement("circle", { cx: 116.964, cy: 56.144, r: 4.13223, className: "brand400", fill: "#163278" }), /* @__PURE__ */ t.createElement("circle", { cx: 87.786, cy: 56.144, r: 4.13223, className: "brand400", fill: "#163278" }), /* @__PURE__ */ t.createElement("circle", { cx: 146.15, cy: 56.144, r: 4.13223, className: "brand400", fill: "#163278" }), /* @__PURE__ */ t.createElement("rect", { x: 56.7832, y: 36, width: 3.6157, height: 21.6942, rx: 1.80785, fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 115.148, y: 36, width: 3.6157, height: 21.6942, rx: 1.80785, fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 85.9702, y: 36, width: 3.6157, height: 21.6942, rx: 1.80785, fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 144.335, y: 36, width: 3.6157, height: 21.6942, rx: 1.80785, fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M111.429 87.9199C116.151 92.8731 120.873 97.8263 123.354 100.396C125.834 102.967 125.931 103.004 126.056 103.068", className: "brand400", stroke: "#163278", strokeWidth: 2.30754, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M126.469 88.2559C126.452 88.2559 126.435 88.2559 124.288 89.8936C122.142 91.5313 117.867 94.8068 115.156 97.0827C112.445 99.3587 111.427 100.536 110.379 101.749", className: "brand400", stroke: "#163278", strokeWidth: 2.30754, strokeLinecap: "round" }))), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("filter", { id: "filter0_d_894_181586", x: 30.7699, y: 29.0774, width: 143.46, height: 124.023, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ t.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ t.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ t.createElement("feOffset", { dy: 2.30754 }), /* @__PURE__ */ t.createElement("feGaussianBlur", { stdDeviation: 4.61507 }), /* @__PURE__ */ t.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ t.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_894_181586" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_894_181586", result: "shape" })), /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_894_181586" }, /* @__PURE__ */ t.createElement("rect", { width: 300, height: 150, fill: "white" })))), Rt = N(Gt), M4 = ({
|
|
3056
|
+
}, Gt = (r, n) => /* @__PURE__ */ t.createElement("svg", { width: 300, height: 150, viewBox: "0 0 300 150", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, ...r }, /* @__PURE__ */ t.createElement("g", { clipPath: "url(#clip0_894_181586)" }, /* @__PURE__ */ t.createElement("path", { d: "M263.546 101.006C256.166 68.1421 233.551 75.6061 227.423 34.1081C223.95 10.5858 193.86 0.812505 174.964 0.627529C141.662 0.308026 109.736 30.3465 76.5568 42.9865C36.6205 58.1937 3.04153 79.4439 43.6467 104.539C70.1761 120.935 163.779 139.129 212.809 141.534C246.25 143.148 268.489 123.018 263.546 101.006Z", className: "brand100", fill: "#DFE8FD" }), /* @__PURE__ */ t.createElement("path", { d: "M125.12 51.127H241.305", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M243.12 116.479H125.12V127.371H243.12V116.479Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M234.042 51.127H132.38V58.3885H234.042V51.127Z", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M208.627 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M224.966 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M175.951 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M192.289 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M143.274 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M183.212 13.0195L125.12 40.2366", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M241.304 40.2207L183.212 13.0037", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M125.12 40.2344V51.1267", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M241.304 40.2344V51.1267", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M159.612 60.2012V116.478", className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ t.createElement("circle", { cx: 183.212, cy: 32.9715, r: 7.50159, className: "brand300", stroke: "#2C64EF", strokeWidth: 3.15067 }), /* @__PURE__ */ t.createElement("g", { filter: "url(#filter0_d_894_181586)" }, /* @__PURE__ */ t.createElement("rect", { x: 40, y: 45.2305, width: 125, height: 96.3326, rx: 8.26446, fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 80.9224, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 96.9399, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 112.949, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 128.966, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 144.975, y: 72.9219, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 48.9053, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 64.9136, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 80.9224, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 96.9399, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 112.949, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand200", fill: "#A0B9F8" }), /* @__PURE__ */ t.createElement("rect", { x: 128.966, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 144.975, y: 88.9316, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 48.9053, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 48.9053, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 64.9136, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 64.9136, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 80.9224, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 80.9224, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 96.9399, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 96.9399, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 112.949, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 112.949, y: 120.957, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 128.966, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("rect", { x: 144.975, y: 104.947, width: 12.1384, height: 12.1384, rx: 1.15377, className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("path", { d: "M40 53.4949C40 48.9306 43.7001 45.2305 48.2645 45.2305H156.736C161.3 45.2305 165 48.9306 165 53.4949V65.8916H40V53.4949Z", className: "brand300", fill: "#2C64EF" }), /* @__PURE__ */ t.createElement("circle", { cx: 58.599, cy: 56.144, r: 4.13223, className: "brand400", fill: "#163278" }), /* @__PURE__ */ t.createElement("circle", { cx: 116.964, cy: 56.144, r: 4.13223, className: "brand400", fill: "#163278" }), /* @__PURE__ */ t.createElement("circle", { cx: 87.786, cy: 56.144, r: 4.13223, className: "brand400", fill: "#163278" }), /* @__PURE__ */ t.createElement("circle", { cx: 146.15, cy: 56.144, r: 4.13223, className: "brand400", fill: "#163278" }), /* @__PURE__ */ t.createElement("rect", { x: 56.7832, y: 36, width: 3.6157, height: 21.6942, rx: 1.80785, fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 115.148, y: 36, width: 3.6157, height: 21.6942, rx: 1.80785, fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 85.9702, y: 36, width: 3.6157, height: 21.6942, rx: 1.80785, fill: "white" }), /* @__PURE__ */ t.createElement("rect", { x: 144.335, y: 36, width: 3.6157, height: 21.6942, rx: 1.80785, fill: "white" }), /* @__PURE__ */ t.createElement("path", { d: "M111.429 87.9199C116.151 92.8731 120.873 97.8263 123.354 100.396C125.834 102.967 125.931 103.004 126.056 103.068", className: "brand400", stroke: "#163278", strokeWidth: 2.30754, strokeLinecap: "round" }), /* @__PURE__ */ t.createElement("path", { d: "M126.469 88.2559C126.452 88.2559 126.435 88.2559 124.288 89.8936C122.142 91.5313 117.867 94.8068 115.156 97.0827C112.445 99.3587 111.427 100.536 110.379 101.749", className: "brand400", stroke: "#163278", strokeWidth: 2.30754, strokeLinecap: "round" }))), /* @__PURE__ */ t.createElement("defs", null, /* @__PURE__ */ t.createElement("filter", { id: "filter0_d_894_181586", x: 30.7699, y: 29.0774, width: 143.46, height: 124.023, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ t.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ t.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }), /* @__PURE__ */ t.createElement("feOffset", { dy: 2.30754 }), /* @__PURE__ */ t.createElement("feGaussianBlur", { stdDeviation: 4.61507 }), /* @__PURE__ */ t.createElement("feComposite", { in2: "hardAlpha", operator: "out" }), /* @__PURE__ */ t.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.12 0" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_894_181586" }), /* @__PURE__ */ t.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_894_181586", result: "shape" })), /* @__PURE__ */ t.createElement("clipPath", { id: "clip0_894_181586" }, /* @__PURE__ */ t.createElement("rect", { width: 300, height: 150, fill: "white" })))), Rt = W(Gt), M4 = ({
|
|
3046
3057
|
beat: r,
|
|
3047
3058
|
isCIBC: n,
|
|
3048
3059
|
isMini: i,
|
|
@@ -3357,7 +3368,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3357
3368
|
transactions: i
|
|
3358
3369
|
},
|
|
3359
3370
|
`multiple-transactions-${r.template}`
|
|
3360
|
-
) : /* @__PURE__ */ e(
|
|
3371
|
+
) : /* @__PURE__ */ e(Wt, { ...i[0] })
|
|
3361
3372
|
}
|
|
3362
3373
|
), zt = ({ transactions: r }) => {
|
|
3363
3374
|
const i = (s) => s === 0 ? 2 : s * 46, l = (s) => {
|
|
@@ -3449,7 +3460,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3449
3460
|
)
|
|
3450
3461
|
}
|
|
3451
3462
|
);
|
|
3452
|
-
},
|
|
3463
|
+
}, Wt = ({ amount: r, categoryGuid: n, description: i, feedDescription: l, merchantGuid: o }) => /* @__PURE__ */ c(
|
|
3453
3464
|
E,
|
|
3454
3465
|
{
|
|
3455
3466
|
sx: {
|
|
@@ -3583,7 +3594,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3583
3594
|
)
|
|
3584
3595
|
]
|
|
3585
3596
|
}
|
|
3586
|
-
),
|
|
3597
|
+
), jt = ({
|
|
3587
3598
|
destinationAccountGuid: r,
|
|
3588
3599
|
externalAccountName: n,
|
|
3589
3600
|
heldAccountName: i,
|
|
@@ -3637,14 +3648,14 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3637
3648
|
rightUpperText: u
|
|
3638
3649
|
}
|
|
3639
3650
|
) : /* @__PURE__ */ e(
|
|
3640
|
-
|
|
3651
|
+
jt,
|
|
3641
3652
|
{
|
|
3642
3653
|
destinationAccountGuid: i,
|
|
3643
3654
|
externalAccountName: l,
|
|
3644
3655
|
heldAccountName: o,
|
|
3645
3656
|
sourceAccountGuid: C
|
|
3646
3657
|
}
|
|
3647
|
-
) }),
|
|
3658
|
+
) }), Nt = ({
|
|
3648
3659
|
beat: r,
|
|
3649
3660
|
category: n,
|
|
3650
3661
|
formattedNumber: i,
|
|
@@ -3743,7 +3754,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3743
3754
|
},
|
|
3744
3755
|
isMini: a,
|
|
3745
3756
|
children: /* @__PURE__ */ e(
|
|
3746
|
-
|
|
3757
|
+
Nt,
|
|
3747
3758
|
{
|
|
3748
3759
|
beat: r,
|
|
3749
3760
|
category: i,
|
|
@@ -3754,7 +3765,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3754
3765
|
)
|
|
3755
3766
|
}
|
|
3756
3767
|
), Tt = ({ noSpendDays: r, daysOfTheWeek: n }) => {
|
|
3757
|
-
const i =
|
|
3768
|
+
const i = N();
|
|
3758
3769
|
return /* @__PURE__ */ e(
|
|
3759
3770
|
E1,
|
|
3760
3771
|
{
|
|
@@ -3835,13 +3846,13 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3835
3846
|
isMini: a,
|
|
3836
3847
|
...s
|
|
3837
3848
|
}) => {
|
|
3838
|
-
const h =
|
|
3849
|
+
const h = N(), d = new Array(5).fill(!1), [m, p] = k.useState(0), [u, C] = k.useState(d), [f, b] = k.useState(""), [w, x] = k.useState([]), Z = u.findIndex(Boolean), J = [i.question1, i.question2, i.question3], I = m < 2, j = m === 2, g = m === J.length - 1, R = m === J.length, S = (z, K) => {
|
|
3839
3850
|
C(u.map((e2, K1) => K1.toString() === K));
|
|
3840
3851
|
}, Y = () => {
|
|
3841
3852
|
let z;
|
|
3842
3853
|
if (I)
|
|
3843
3854
|
z = Z + 1;
|
|
3844
|
-
else if (
|
|
3855
|
+
else if (j)
|
|
3845
3856
|
z = f;
|
|
3846
3857
|
else
|
|
3847
3858
|
return;
|
|
@@ -3865,7 +3876,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3865
3876
|
call_to_action: g ? i.submit_feedback : i.continue
|
|
3866
3877
|
},
|
|
3867
3878
|
...n,
|
|
3868
|
-
disabled: I && !u.some(Boolean) ||
|
|
3879
|
+
disabled: I && !u.some(Boolean) || j && !f.trim(),
|
|
3869
3880
|
onClick: Y
|
|
3870
3881
|
}
|
|
3871
3882
|
),
|
|
@@ -3920,7 +3931,7 @@ const gt = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAACvCAYAAACM9QdJAA
|
|
|
3920
3931
|
/* @__PURE__ */ e(M, { ...D, children: i.strongly_agree })
|
|
3921
3932
|
] })
|
|
3922
3933
|
] }),
|
|
3923
|
-
|
|
3934
|
+
j && /* @__PURE__ */ e(
|
|
3924
3935
|
pe,
|
|
3925
3936
|
{
|
|
3926
3937
|
autoFocus: !0,
|
|
@@ -4193,7 +4204,7 @@ export {
|
|
|
4193
4204
|
f4 as Offer,
|
|
4194
4205
|
w4 as P2pCategorization,
|
|
4195
4206
|
zt as P2pCategorizationMultipleTransactions,
|
|
4196
|
-
|
|
4207
|
+
Wt as P2pCategorizationSingleTransaction,
|
|
4197
4208
|
It as ProjectedCompletionSection,
|
|
4198
4209
|
Ke as PulseGoalProgress,
|
|
4199
4210
|
Ve as PulseGraidentBox,
|
|
@@ -4204,7 +4215,7 @@ export {
|
|
|
4204
4215
|
E4 as SharedDeposit,
|
|
4205
4216
|
q1 as StatusIndicator,
|
|
4206
4217
|
L4 as SwitchDirectDepositBody,
|
|
4207
|
-
|
|
4218
|
+
jt as SwitchDirectDepositMainContainer,
|
|
4208
4219
|
Dt as TotalSavedSection,
|
|
4209
4220
|
v4 as UnifiedDeposit,
|
|
4210
4221
|
G4 as UserFeedback,
|