@harnessio/ui 1.3.22 → 1.3.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/dist/components.d.ts +12 -0
- package/dist/components.js +2 -2
- package/dist/context.js +2 -2
- package/dist/{index-CyZ2_ztL.js → index--Fmbjmmn.js} +5531 -5525
- package/dist/{index-CyZ2_ztL.js.map → index--Fmbjmmn.js.map} +1 -1
- package/dist/index-BDJi_LAk.js +1724 -0
- package/dist/index-BDJi_LAk.js.map +1 -0
- package/dist/{index-mqyyt6h1.js → index-CrRWU2DY.js} +2 -2
- package/dist/{index-mqyyt6h1.js.map → index-CrRWU2DY.js.map} +1 -1
- package/dist/index.d.ts +12 -0
- package/dist/index.js +2 -2
- package/package.json +2 -2
- package/dist/index-DVdsT8Ub.js +0 -1718
- package/dist/index-DVdsT8Ub.js.map +0 -1
|
@@ -0,0 +1,1724 @@
|
|
|
1
|
+
import { jsx as s, jsxs as C, Fragment as p0 } from "react/jsx-runtime";
|
|
2
|
+
import { S as z0, c as j, i as F0, m as n0, P as U, b as G1, e as Y, f as $1, g as s0, d as y0, n as j1, D as U1, J as X1, I as W, B as J, u as Y1 } from "./button-C279ILnq.js";
|
|
3
|
+
import * as e from "react";
|
|
4
|
+
import { forwardRef as R, useMemo as J1, createContext as M0, useContext as i0, useRef as D, useCallback as V, useState as N, useEffect as G, Children as k0, isValidElement as U0, useLayoutEffect as Q1 } from "react";
|
|
5
|
+
import { c as M } from "./utils-CuOoUMR1.js";
|
|
6
|
+
import { u as Z1, a as K1 } from "./use-resize-observer-DNQ1lBLF.js";
|
|
7
|
+
const X0 = R(({ className: t, children: a }, l) => /* @__PURE__ */ s("div", { ref: l, className: M("cn-alert-description", t), children: a }));
|
|
8
|
+
X0.displayName = "AlertDescription";
|
|
9
|
+
function Y0(t, a) {
|
|
10
|
+
return (a == null ? void 0 : a.defaultValue) ?? "";
|
|
11
|
+
}
|
|
12
|
+
const J0 = M0({
|
|
13
|
+
t: (t, a = "", l) => Y0(t, { ...l, defaultValue: a })
|
|
14
|
+
}), e2 = (t) => ({
|
|
15
|
+
t: (a, l = "", r) => t(a, { ...r, defaultValue: l }) || l
|
|
16
|
+
});
|
|
17
|
+
function I5({ t = Y0, children: a }) {
|
|
18
|
+
const l = J1(() => e2(t), [t]);
|
|
19
|
+
return /* @__PURE__ */ s(J0.Provider, { value: l, children: a });
|
|
20
|
+
}
|
|
21
|
+
function Q0() {
|
|
22
|
+
return i0(J0);
|
|
23
|
+
}
|
|
24
|
+
const Z0 = M0(void 0), R0 = () => i0(Z0), _5 = ({ children: t }) => {
|
|
25
|
+
const a = D([]), l = V((o) => {
|
|
26
|
+
a.current = a.current.filter((i) => i.triggerId !== o);
|
|
27
|
+
}, []), r = V((o) => {
|
|
28
|
+
l(o.triggerId), a.current.push(o);
|
|
29
|
+
}, []), c = V((o) => {
|
|
30
|
+
const i = a.current.findIndex((h) => h.triggerId === o);
|
|
31
|
+
if (i !== -1) {
|
|
32
|
+
const h = a.current[i];
|
|
33
|
+
h.triggerElement && setTimeout(() => h.triggerElement.focus(), 0), l(h.triggerId);
|
|
34
|
+
} else {
|
|
35
|
+
const h = a.current.at(-1);
|
|
36
|
+
h != null && h.triggerElement && setTimeout(() => h.triggerElement.focus(), 0);
|
|
37
|
+
}
|
|
38
|
+
}, []), n = V(() => a.current.at(-1), []);
|
|
39
|
+
return /* @__PURE__ */ s(Z0.Provider, { value: { registerTrigger: r, unregisterTrigger: l, restoreFocus: c, getLastTrigger: n }, children: t });
|
|
40
|
+
};
|
|
41
|
+
let t2 = 0;
|
|
42
|
+
const K0 = (t) => D(`${t || "dialog-trigger"}-${t2++}`).current, G5 = () => {
|
|
43
|
+
const t = R0(), a = K0(), l = D(null), r = V(() => {
|
|
44
|
+
t && l.current && t.registerTrigger({ triggerId: a, triggerElement: l.current });
|
|
45
|
+
}, [t, a]);
|
|
46
|
+
return { triggerRef: l, registerTrigger: r };
|
|
47
|
+
}, S0 = M0(void 0), a2 = () => {
|
|
48
|
+
const t = i0(S0);
|
|
49
|
+
if (!t)
|
|
50
|
+
throw new Error("useDialogOpenContext must be used within a DialogProvider");
|
|
51
|
+
return t;
|
|
52
|
+
}, l2 = () => {
|
|
53
|
+
const t = R0(), [a, l] = N(""), { open: r } = a2(), c = V(() => {
|
|
54
|
+
t && t.restoreFocus(a);
|
|
55
|
+
}, [t, a]);
|
|
56
|
+
return G(() => {
|
|
57
|
+
var n;
|
|
58
|
+
if (t && r) {
|
|
59
|
+
const o = (n = t.getLastTrigger()) == null ? void 0 : n.triggerId;
|
|
60
|
+
if (!o) return;
|
|
61
|
+
l(o);
|
|
62
|
+
}
|
|
63
|
+
}, [r]), G(() => () => {
|
|
64
|
+
t && t.unregisterTrigger(a);
|
|
65
|
+
}, []), { handleCloseAutoFocus: c };
|
|
66
|
+
}, e1 = R(({ onClick: t, id: a, children: l, TriggerComponent: r, ...c }, n) => {
|
|
67
|
+
const o = K0(a), i = R0(), d = i0(S0) !== void 0;
|
|
68
|
+
k0.count(l) > 1 && (console.warn("Dialog.Trigger: Only one child is allowed"), l = /* @__PURE__ */ s("span", { children: l }));
|
|
69
|
+
const g = /* @__PURE__ */ s(z0, { ref: n, onClick: (p) => {
|
|
70
|
+
i && i.registerTrigger({ triggerId: o, triggerElement: p.currentTarget }), t == null || t(p);
|
|
71
|
+
}, ...c, id: o, children: l });
|
|
72
|
+
return d && !t ? /* @__PURE__ */ s(r, { asChild: !0, children: g }) : g;
|
|
73
|
+
});
|
|
74
|
+
e1.displayName = "DialogTriggerBase";
|
|
75
|
+
const r2 = j("cn-button-layout", {
|
|
76
|
+
variants: {
|
|
77
|
+
orientation: {
|
|
78
|
+
horizontal: "cn-button-layout-horizontal",
|
|
79
|
+
vertical: "cn-button-layout-vertical"
|
|
80
|
+
},
|
|
81
|
+
horizontalAlign: {
|
|
82
|
+
start: "cn-button-layout-horizontal-start",
|
|
83
|
+
end: "cn-button-layout-horizontal-end"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
defaultVariants: {
|
|
87
|
+
orientation: "horizontal",
|
|
88
|
+
horizontalAlign: "end"
|
|
89
|
+
}
|
|
90
|
+
}), E0 = ({
|
|
91
|
+
orientation: t = "horizontal",
|
|
92
|
+
horizontalAlign: a = "end",
|
|
93
|
+
className: l,
|
|
94
|
+
...r
|
|
95
|
+
}) => /* @__PURE__ */ s("div", { className: M(r2({ orientation: t, horizontalAlign: a }), l), ...r });
|
|
96
|
+
E0.displayName = "ButtonLayoutRoot";
|
|
97
|
+
const t1 = R(
|
|
98
|
+
({ className: t, ...a }, l) => /* @__PURE__ */ s("div", { ref: l, className: M("cn-button-layout-primary", t), ...a })
|
|
99
|
+
);
|
|
100
|
+
t1.displayName = "ButtonLayoutPrimary";
|
|
101
|
+
const a1 = R(
|
|
102
|
+
({ className: t, ...a }, l) => /* @__PURE__ */ s("div", { ref: l, className: M("cn-button-layout-secondary", t), ...a })
|
|
103
|
+
);
|
|
104
|
+
a1.displayName = "ButtonLayoutSecondary";
|
|
105
|
+
const c2 = Object.assign((t) => /* @__PURE__ */ s(E0, { ...t }), {
|
|
106
|
+
Root: E0,
|
|
107
|
+
Primary: t1,
|
|
108
|
+
Secondary: a1
|
|
109
|
+
});
|
|
110
|
+
var m0 = "focusScope.autoFocusOnMount", h0 = "focusScope.autoFocusOnUnmount", A0 = { bubbles: !1, cancelable: !0 }, n2 = "FocusScope", l1 = e.forwardRef((t, a) => {
|
|
111
|
+
const {
|
|
112
|
+
loop: l = !1,
|
|
113
|
+
trapped: r = !1,
|
|
114
|
+
onMountAutoFocus: c,
|
|
115
|
+
onUnmountAutoFocus: n,
|
|
116
|
+
...o
|
|
117
|
+
} = t, [i, h] = e.useState(null), d = F0(c), f = F0(n), v = e.useRef(null), g = n0(a, (m) => h(m)), p = e.useRef({
|
|
118
|
+
paused: !1,
|
|
119
|
+
pause() {
|
|
120
|
+
this.paused = !0;
|
|
121
|
+
},
|
|
122
|
+
resume() {
|
|
123
|
+
this.paused = !1;
|
|
124
|
+
}
|
|
125
|
+
}).current;
|
|
126
|
+
e.useEffect(() => {
|
|
127
|
+
if (r) {
|
|
128
|
+
let m = function(E) {
|
|
129
|
+
if (p.paused || !i) return;
|
|
130
|
+
const y = E.target;
|
|
131
|
+
i.contains(y) ? v.current = y : L(v.current, { select: !0 });
|
|
132
|
+
}, w = function(E) {
|
|
133
|
+
if (p.paused || !i) return;
|
|
134
|
+
const y = E.relatedTarget;
|
|
135
|
+
y !== null && (i.contains(y) || L(v.current, { select: !0 }));
|
|
136
|
+
}, u = function(E) {
|
|
137
|
+
if (document.activeElement === document.body)
|
|
138
|
+
for (const q of E)
|
|
139
|
+
q.removedNodes.length > 0 && L(i);
|
|
140
|
+
};
|
|
141
|
+
document.addEventListener("focusin", m), document.addEventListener("focusout", w);
|
|
142
|
+
const k = new MutationObserver(u);
|
|
143
|
+
return i && k.observe(i, { childList: !0, subtree: !0 }), () => {
|
|
144
|
+
document.removeEventListener("focusin", m), document.removeEventListener("focusout", w), k.disconnect();
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
}, [r, i, p.paused]), e.useEffect(() => {
|
|
148
|
+
if (i) {
|
|
149
|
+
L0.add(p);
|
|
150
|
+
const m = document.activeElement;
|
|
151
|
+
if (!i.contains(m)) {
|
|
152
|
+
const u = new CustomEvent(m0, A0);
|
|
153
|
+
i.addEventListener(m0, d), i.dispatchEvent(u), u.defaultPrevented || (i2(v2(r1(i)), { select: !0 }), document.activeElement === m && L(i));
|
|
154
|
+
}
|
|
155
|
+
return () => {
|
|
156
|
+
i.removeEventListener(m0, d), setTimeout(() => {
|
|
157
|
+
const u = new CustomEvent(h0, A0);
|
|
158
|
+
i.addEventListener(h0, f), i.dispatchEvent(u), u.defaultPrevented || L(m ?? document.body, { select: !0 }), i.removeEventListener(h0, f), L0.remove(p);
|
|
159
|
+
}, 0);
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
}, [i, d, f, p]);
|
|
163
|
+
const z = e.useCallback(
|
|
164
|
+
(m) => {
|
|
165
|
+
if (!l && !r || p.paused) return;
|
|
166
|
+
const w = m.key === "Tab" && !m.altKey && !m.ctrlKey && !m.metaKey, u = document.activeElement;
|
|
167
|
+
if (w && u) {
|
|
168
|
+
const k = m.currentTarget, [E, y] = o2(k);
|
|
169
|
+
E && y ? !m.shiftKey && u === y ? (m.preventDefault(), l && L(E, { select: !0 })) : m.shiftKey && u === E && (m.preventDefault(), l && L(y, { select: !0 })) : u === k && m.preventDefault();
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
[l, r, p.paused]
|
|
173
|
+
);
|
|
174
|
+
return /* @__PURE__ */ s(U.div, { tabIndex: -1, ...o, ref: g, onKeyDown: z });
|
|
175
|
+
});
|
|
176
|
+
l1.displayName = n2;
|
|
177
|
+
function i2(t, { select: a = !1 } = {}) {
|
|
178
|
+
const l = document.activeElement;
|
|
179
|
+
for (const r of t)
|
|
180
|
+
if (L(r, { select: a }), document.activeElement !== l) return;
|
|
181
|
+
}
|
|
182
|
+
function o2(t) {
|
|
183
|
+
const a = r1(t), l = b0(a, t), r = b0(a.reverse(), t);
|
|
184
|
+
return [l, r];
|
|
185
|
+
}
|
|
186
|
+
function r1(t) {
|
|
187
|
+
const a = [], l = document.createTreeWalker(t, NodeFilter.SHOW_ELEMENT, {
|
|
188
|
+
acceptNode: (r) => {
|
|
189
|
+
const c = r.tagName === "INPUT" && r.type === "hidden";
|
|
190
|
+
return r.disabled || r.hidden || c ? NodeFilter.FILTER_SKIP : r.tabIndex >= 0 ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;
|
|
191
|
+
}
|
|
192
|
+
});
|
|
193
|
+
for (; l.nextNode(); ) a.push(l.currentNode);
|
|
194
|
+
return a;
|
|
195
|
+
}
|
|
196
|
+
function b0(t, a) {
|
|
197
|
+
for (const l of t)
|
|
198
|
+
if (!s2(l, { upTo: a })) return l;
|
|
199
|
+
}
|
|
200
|
+
function s2(t, { upTo: a }) {
|
|
201
|
+
if (getComputedStyle(t).visibility === "hidden") return !0;
|
|
202
|
+
for (; t; ) {
|
|
203
|
+
if (a !== void 0 && t === a) return !1;
|
|
204
|
+
if (getComputedStyle(t).display === "none") return !0;
|
|
205
|
+
t = t.parentElement;
|
|
206
|
+
}
|
|
207
|
+
return !1;
|
|
208
|
+
}
|
|
209
|
+
function m2(t) {
|
|
210
|
+
return t instanceof HTMLInputElement && "select" in t;
|
|
211
|
+
}
|
|
212
|
+
function L(t, { select: a = !1 } = {}) {
|
|
213
|
+
if (t && t.focus) {
|
|
214
|
+
const l = document.activeElement;
|
|
215
|
+
t.focus({ preventScroll: !0 }), t !== l && m2(t) && a && t.select();
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
var L0 = h2();
|
|
219
|
+
function h2() {
|
|
220
|
+
let t = [];
|
|
221
|
+
return {
|
|
222
|
+
add(a) {
|
|
223
|
+
const l = t[0];
|
|
224
|
+
a !== l && (l == null || l.pause()), t = W0(t, a), t.unshift(a);
|
|
225
|
+
},
|
|
226
|
+
remove(a) {
|
|
227
|
+
var l;
|
|
228
|
+
t = W0(t, a), (l = t[0]) == null || l.resume();
|
|
229
|
+
}
|
|
230
|
+
};
|
|
231
|
+
}
|
|
232
|
+
function W0(t, a) {
|
|
233
|
+
const l = [...t], r = l.indexOf(a);
|
|
234
|
+
return r !== -1 && l.splice(r, 1), l;
|
|
235
|
+
}
|
|
236
|
+
function v2(t) {
|
|
237
|
+
return t.filter((a) => a.tagName !== "A");
|
|
238
|
+
}
|
|
239
|
+
var v0 = 0;
|
|
240
|
+
function f2() {
|
|
241
|
+
e.useEffect(() => {
|
|
242
|
+
const t = document.querySelectorAll("[data-radix-focus-guard]");
|
|
243
|
+
return document.body.insertAdjacentElement("afterbegin", t[0] ?? N0()), document.body.insertAdjacentElement("beforeend", t[1] ?? N0()), v0++, () => {
|
|
244
|
+
v0 === 1 && document.querySelectorAll("[data-radix-focus-guard]").forEach((a) => a.remove()), v0--;
|
|
245
|
+
};
|
|
246
|
+
}, []);
|
|
247
|
+
}
|
|
248
|
+
function N0() {
|
|
249
|
+
const t = document.createElement("span");
|
|
250
|
+
return t.setAttribute("data-radix-focus-guard", ""), t.tabIndex = 0, t.style.outline = "none", t.style.opacity = "0", t.style.position = "fixed", t.style.pointerEvents = "none", t;
|
|
251
|
+
}
|
|
252
|
+
var q0 = function(t, a) {
|
|
253
|
+
return q0 = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(l, r) {
|
|
254
|
+
l.__proto__ = r;
|
|
255
|
+
} || function(l, r) {
|
|
256
|
+
for (var c in r) Object.prototype.hasOwnProperty.call(r, c) && (l[c] = r[c]);
|
|
257
|
+
}, q0(t, a);
|
|
258
|
+
};
|
|
259
|
+
function $5(t, a) {
|
|
260
|
+
if (typeof a != "function" && a !== null)
|
|
261
|
+
throw new TypeError("Class extends value " + String(a) + " is not a constructor or null");
|
|
262
|
+
q0(t, a);
|
|
263
|
+
function l() {
|
|
264
|
+
this.constructor = t;
|
|
265
|
+
}
|
|
266
|
+
t.prototype = a === null ? Object.create(a) : (l.prototype = a.prototype, new l());
|
|
267
|
+
}
|
|
268
|
+
var F = function() {
|
|
269
|
+
return F = Object.assign || function(a) {
|
|
270
|
+
for (var l, r = 1, c = arguments.length; r < c; r++) {
|
|
271
|
+
l = arguments[r];
|
|
272
|
+
for (var n in l) Object.prototype.hasOwnProperty.call(l, n) && (a[n] = l[n]);
|
|
273
|
+
}
|
|
274
|
+
return a;
|
|
275
|
+
}, F.apply(this, arguments);
|
|
276
|
+
};
|
|
277
|
+
function c1(t, a) {
|
|
278
|
+
var l = {};
|
|
279
|
+
for (var r in t) Object.prototype.hasOwnProperty.call(t, r) && a.indexOf(r) < 0 && (l[r] = t[r]);
|
|
280
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
281
|
+
for (var c = 0, r = Object.getOwnPropertySymbols(t); c < r.length; c++)
|
|
282
|
+
a.indexOf(r[c]) < 0 && Object.prototype.propertyIsEnumerable.call(t, r[c]) && (l[r[c]] = t[r[c]]);
|
|
283
|
+
return l;
|
|
284
|
+
}
|
|
285
|
+
function j5(t) {
|
|
286
|
+
var a = typeof Symbol == "function" && Symbol.iterator, l = a && t[a], r = 0;
|
|
287
|
+
if (l) return l.call(t);
|
|
288
|
+
if (t && typeof t.length == "number") return {
|
|
289
|
+
next: function() {
|
|
290
|
+
return t && r >= t.length && (t = void 0), { value: t && t[r++], done: !t };
|
|
291
|
+
}
|
|
292
|
+
};
|
|
293
|
+
throw new TypeError(a ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
294
|
+
}
|
|
295
|
+
function U5(t, a) {
|
|
296
|
+
var l = typeof Symbol == "function" && t[Symbol.iterator];
|
|
297
|
+
if (!l) return t;
|
|
298
|
+
var r = l.call(t), c, n = [], o;
|
|
299
|
+
try {
|
|
300
|
+
for (; (a === void 0 || a-- > 0) && !(c = r.next()).done; ) n.push(c.value);
|
|
301
|
+
} catch (i) {
|
|
302
|
+
o = { error: i };
|
|
303
|
+
} finally {
|
|
304
|
+
try {
|
|
305
|
+
c && !c.done && (l = r.return) && l.call(r);
|
|
306
|
+
} finally {
|
|
307
|
+
if (o) throw o.error;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
return n;
|
|
311
|
+
}
|
|
312
|
+
function d2(t, a, l) {
|
|
313
|
+
if (l || arguments.length === 2) for (var r = 0, c = a.length, n; r < c; r++)
|
|
314
|
+
(n || !(r in a)) && (n || (n = Array.prototype.slice.call(a, 0, r)), n[r] = a[r]);
|
|
315
|
+
return t.concat(n || Array.prototype.slice.call(a));
|
|
316
|
+
}
|
|
317
|
+
var a0 = "right-scroll-bar-position", l0 = "width-before-scroll-bar", g2 = "with-scroll-bars-hidden", w2 = "--removed-body-scroll-bar-size";
|
|
318
|
+
function f0(t, a) {
|
|
319
|
+
return typeof t == "function" ? t(a) : t && (t.current = a), t;
|
|
320
|
+
}
|
|
321
|
+
function u2(t, a) {
|
|
322
|
+
var l = N(function() {
|
|
323
|
+
return {
|
|
324
|
+
// value
|
|
325
|
+
value: t,
|
|
326
|
+
// last callback
|
|
327
|
+
callback: a,
|
|
328
|
+
// "memoized" public interface
|
|
329
|
+
facade: {
|
|
330
|
+
get current() {
|
|
331
|
+
return l.value;
|
|
332
|
+
},
|
|
333
|
+
set current(r) {
|
|
334
|
+
var c = l.value;
|
|
335
|
+
c !== r && (l.value = r, l.callback(r, c));
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
};
|
|
339
|
+
})[0];
|
|
340
|
+
return l.callback = a, l.facade;
|
|
341
|
+
}
|
|
342
|
+
var p2 = typeof window < "u" ? e.useLayoutEffect : e.useEffect, T0 = /* @__PURE__ */ new WeakMap();
|
|
343
|
+
function E2(t, a) {
|
|
344
|
+
var l = u2(null, function(r) {
|
|
345
|
+
return t.forEach(function(c) {
|
|
346
|
+
return f0(c, r);
|
|
347
|
+
});
|
|
348
|
+
});
|
|
349
|
+
return p2(function() {
|
|
350
|
+
var r = T0.get(l);
|
|
351
|
+
if (r) {
|
|
352
|
+
var c = new Set(r), n = new Set(t), o = l.current;
|
|
353
|
+
c.forEach(function(i) {
|
|
354
|
+
n.has(i) || f0(i, null);
|
|
355
|
+
}), n.forEach(function(i) {
|
|
356
|
+
c.has(i) || f0(i, o);
|
|
357
|
+
});
|
|
358
|
+
}
|
|
359
|
+
T0.set(l, t);
|
|
360
|
+
}, [t]), l;
|
|
361
|
+
}
|
|
362
|
+
function q2(t) {
|
|
363
|
+
return t;
|
|
364
|
+
}
|
|
365
|
+
function x2(t, a) {
|
|
366
|
+
a === void 0 && (a = q2);
|
|
367
|
+
var l = [], r = !1, c = {
|
|
368
|
+
read: function() {
|
|
369
|
+
if (r)
|
|
370
|
+
throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");
|
|
371
|
+
return l.length ? l[l.length - 1] : t;
|
|
372
|
+
},
|
|
373
|
+
useMedium: function(n) {
|
|
374
|
+
var o = a(n, r);
|
|
375
|
+
return l.push(o), function() {
|
|
376
|
+
l = l.filter(function(i) {
|
|
377
|
+
return i !== o;
|
|
378
|
+
});
|
|
379
|
+
};
|
|
380
|
+
},
|
|
381
|
+
assignSyncMedium: function(n) {
|
|
382
|
+
for (r = !0; l.length; ) {
|
|
383
|
+
var o = l;
|
|
384
|
+
l = [], o.forEach(n);
|
|
385
|
+
}
|
|
386
|
+
l = {
|
|
387
|
+
push: function(i) {
|
|
388
|
+
return n(i);
|
|
389
|
+
},
|
|
390
|
+
filter: function() {
|
|
391
|
+
return l;
|
|
392
|
+
}
|
|
393
|
+
};
|
|
394
|
+
},
|
|
395
|
+
assignMedium: function(n) {
|
|
396
|
+
r = !0;
|
|
397
|
+
var o = [];
|
|
398
|
+
if (l.length) {
|
|
399
|
+
var i = l;
|
|
400
|
+
l = [], i.forEach(n), o = l;
|
|
401
|
+
}
|
|
402
|
+
var h = function() {
|
|
403
|
+
var f = o;
|
|
404
|
+
o = [], f.forEach(n);
|
|
405
|
+
}, d = function() {
|
|
406
|
+
return Promise.resolve().then(h);
|
|
407
|
+
};
|
|
408
|
+
d(), l = {
|
|
409
|
+
push: function(f) {
|
|
410
|
+
o.push(f), d();
|
|
411
|
+
},
|
|
412
|
+
filter: function(f) {
|
|
413
|
+
return o = o.filter(f), l;
|
|
414
|
+
}
|
|
415
|
+
};
|
|
416
|
+
}
|
|
417
|
+
};
|
|
418
|
+
return c;
|
|
419
|
+
}
|
|
420
|
+
function z2(t) {
|
|
421
|
+
t === void 0 && (t = {});
|
|
422
|
+
var a = x2(null);
|
|
423
|
+
return a.options = F({ async: !0, ssr: !1 }, t), a;
|
|
424
|
+
}
|
|
425
|
+
var n1 = function(t) {
|
|
426
|
+
var a = t.sideCar, l = c1(t, ["sideCar"]);
|
|
427
|
+
if (!a)
|
|
428
|
+
throw new Error("Sidecar: please provide `sideCar` property to import the right car");
|
|
429
|
+
var r = a.read();
|
|
430
|
+
if (!r)
|
|
431
|
+
throw new Error("Sidecar medium not found");
|
|
432
|
+
return e.createElement(r, F({}, l));
|
|
433
|
+
};
|
|
434
|
+
n1.isSideCarExport = !0;
|
|
435
|
+
function y2(t, a) {
|
|
436
|
+
return t.useMedium(a), n1;
|
|
437
|
+
}
|
|
438
|
+
var i1 = z2(), d0 = function() {
|
|
439
|
+
}, o0 = e.forwardRef(function(t, a) {
|
|
440
|
+
var l = e.useRef(null), r = e.useState({
|
|
441
|
+
onScrollCapture: d0,
|
|
442
|
+
onWheelCapture: d0,
|
|
443
|
+
onTouchMoveCapture: d0
|
|
444
|
+
}), c = r[0], n = r[1], o = t.forwardProps, i = t.children, h = t.className, d = t.removeScrollBar, f = t.enabled, v = t.shards, g = t.sideCar, p = t.noIsolation, z = t.inert, m = t.allowPinchZoom, w = t.as, u = w === void 0 ? "div" : w, k = t.gapMode, E = c1(t, ["forwardProps", "children", "className", "removeScrollBar", "enabled", "shards", "sideCar", "noIsolation", "inert", "allowPinchZoom", "as", "gapMode"]), y = g, q = E2([l, a]), H = F(F({}, E), c);
|
|
445
|
+
return e.createElement(
|
|
446
|
+
e.Fragment,
|
|
447
|
+
null,
|
|
448
|
+
f && e.createElement(y, { sideCar: i1, removeScrollBar: d, shards: v, noIsolation: p, inert: z, setCallbacks: n, allowPinchZoom: !!m, lockRef: l, gapMode: k }),
|
|
449
|
+
o ? e.cloneElement(e.Children.only(i), F(F({}, H), { ref: q })) : e.createElement(u, F({}, H, { className: h, ref: q }), i)
|
|
450
|
+
);
|
|
451
|
+
});
|
|
452
|
+
o0.defaultProps = {
|
|
453
|
+
enabled: !0,
|
|
454
|
+
removeScrollBar: !0,
|
|
455
|
+
inert: !1
|
|
456
|
+
};
|
|
457
|
+
o0.classNames = {
|
|
458
|
+
fullWidth: l0,
|
|
459
|
+
zeroRight: a0
|
|
460
|
+
};
|
|
461
|
+
var M2 = function() {
|
|
462
|
+
if (typeof __webpack_nonce__ < "u")
|
|
463
|
+
return __webpack_nonce__;
|
|
464
|
+
};
|
|
465
|
+
function k2() {
|
|
466
|
+
if (!document)
|
|
467
|
+
return null;
|
|
468
|
+
var t = document.createElement("style");
|
|
469
|
+
t.type = "text/css";
|
|
470
|
+
var a = M2();
|
|
471
|
+
return a && t.setAttribute("nonce", a), t;
|
|
472
|
+
}
|
|
473
|
+
function R2(t, a) {
|
|
474
|
+
t.styleSheet ? t.styleSheet.cssText = a : t.appendChild(document.createTextNode(a));
|
|
475
|
+
}
|
|
476
|
+
function S2(t) {
|
|
477
|
+
var a = document.head || document.getElementsByTagName("head")[0];
|
|
478
|
+
a.appendChild(t);
|
|
479
|
+
}
|
|
480
|
+
var P2 = function() {
|
|
481
|
+
var t = 0, a = null;
|
|
482
|
+
return {
|
|
483
|
+
add: function(l) {
|
|
484
|
+
t == 0 && (a = k2()) && (R2(a, l), S2(a)), t++;
|
|
485
|
+
},
|
|
486
|
+
remove: function() {
|
|
487
|
+
t--, !t && a && (a.parentNode && a.parentNode.removeChild(a), a = null);
|
|
488
|
+
}
|
|
489
|
+
};
|
|
490
|
+
}, C2 = function() {
|
|
491
|
+
var t = P2();
|
|
492
|
+
return function(a, l) {
|
|
493
|
+
e.useEffect(function() {
|
|
494
|
+
return t.add(a), function() {
|
|
495
|
+
t.remove();
|
|
496
|
+
};
|
|
497
|
+
}, [a && l]);
|
|
498
|
+
};
|
|
499
|
+
}, o1 = function() {
|
|
500
|
+
var t = C2(), a = function(l) {
|
|
501
|
+
var r = l.styles, c = l.dynamic;
|
|
502
|
+
return t(r, c), null;
|
|
503
|
+
};
|
|
504
|
+
return a;
|
|
505
|
+
}, V2 = {
|
|
506
|
+
left: 0,
|
|
507
|
+
top: 0,
|
|
508
|
+
right: 0,
|
|
509
|
+
gap: 0
|
|
510
|
+
}, g0 = function(t) {
|
|
511
|
+
return parseInt(t || "", 10) || 0;
|
|
512
|
+
}, H2 = function(t) {
|
|
513
|
+
var a = window.getComputedStyle(document.body), l = a[t === "padding" ? "paddingLeft" : "marginLeft"], r = a[t === "padding" ? "paddingTop" : "marginTop"], c = a[t === "padding" ? "paddingRight" : "marginRight"];
|
|
514
|
+
return [g0(l), g0(r), g0(c)];
|
|
515
|
+
}, B2 = function(t) {
|
|
516
|
+
if (t === void 0 && (t = "margin"), typeof window > "u")
|
|
517
|
+
return V2;
|
|
518
|
+
var a = H2(t), l = document.documentElement.clientWidth, r = window.innerWidth;
|
|
519
|
+
return {
|
|
520
|
+
left: a[0],
|
|
521
|
+
top: a[1],
|
|
522
|
+
right: a[2],
|
|
523
|
+
gap: Math.max(0, r - l + a[2] - a[0])
|
|
524
|
+
};
|
|
525
|
+
}, D2 = o1(), $ = "data-scroll-locked", F2 = function(t, a, l, r) {
|
|
526
|
+
var c = t.left, n = t.top, o = t.right, i = t.gap;
|
|
527
|
+
return l === void 0 && (l = "margin"), `
|
|
528
|
+
.`.concat(g2, ` {
|
|
529
|
+
overflow: hidden `).concat(r, `;
|
|
530
|
+
padding-right: `).concat(i, "px ").concat(r, `;
|
|
531
|
+
}
|
|
532
|
+
body[`).concat($, `] {
|
|
533
|
+
overflow: hidden `).concat(r, `;
|
|
534
|
+
overscroll-behavior: contain;
|
|
535
|
+
`).concat([
|
|
536
|
+
a && "position: relative ".concat(r, ";"),
|
|
537
|
+
l === "margin" && `
|
|
538
|
+
padding-left: `.concat(c, `px;
|
|
539
|
+
padding-top: `).concat(n, `px;
|
|
540
|
+
padding-right: `).concat(o, `px;
|
|
541
|
+
margin-left:0;
|
|
542
|
+
margin-top:0;
|
|
543
|
+
margin-right: `).concat(i, "px ").concat(r, `;
|
|
544
|
+
`),
|
|
545
|
+
l === "padding" && "padding-right: ".concat(i, "px ").concat(r, ";")
|
|
546
|
+
].filter(Boolean).join(""), `
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.`).concat(a0, ` {
|
|
550
|
+
right: `).concat(i, "px ").concat(r, `;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.`).concat(l0, ` {
|
|
554
|
+
margin-right: `).concat(i, "px ").concat(r, `;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.`).concat(a0, " .").concat(a0, ` {
|
|
558
|
+
right: 0 `).concat(r, `;
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.`).concat(l0, " .").concat(l0, ` {
|
|
562
|
+
margin-right: 0 `).concat(r, `;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
body[`).concat($, `] {
|
|
566
|
+
`).concat(w2, ": ").concat(i, `px;
|
|
567
|
+
}
|
|
568
|
+
`);
|
|
569
|
+
}, O0 = function() {
|
|
570
|
+
var t = parseInt(document.body.getAttribute($) || "0", 10);
|
|
571
|
+
return isFinite(t) ? t : 0;
|
|
572
|
+
}, A2 = function() {
|
|
573
|
+
e.useEffect(function() {
|
|
574
|
+
return document.body.setAttribute($, (O0() + 1).toString()), function() {
|
|
575
|
+
var t = O0() - 1;
|
|
576
|
+
t <= 0 ? document.body.removeAttribute($) : document.body.setAttribute($, t.toString());
|
|
577
|
+
};
|
|
578
|
+
}, []);
|
|
579
|
+
}, b2 = function(t) {
|
|
580
|
+
var a = t.noRelative, l = t.noImportant, r = t.gapMode, c = r === void 0 ? "margin" : r;
|
|
581
|
+
A2();
|
|
582
|
+
var n = e.useMemo(function() {
|
|
583
|
+
return B2(c);
|
|
584
|
+
}, [c]);
|
|
585
|
+
return e.createElement(D2, { styles: F2(n, !a, c, l ? "" : "!important") });
|
|
586
|
+
}, x0 = !1;
|
|
587
|
+
if (typeof window < "u")
|
|
588
|
+
try {
|
|
589
|
+
var Z = Object.defineProperty({}, "passive", {
|
|
590
|
+
get: function() {
|
|
591
|
+
return x0 = !0, !0;
|
|
592
|
+
}
|
|
593
|
+
});
|
|
594
|
+
window.addEventListener("test", Z, Z), window.removeEventListener("test", Z, Z);
|
|
595
|
+
} catch {
|
|
596
|
+
x0 = !1;
|
|
597
|
+
}
|
|
598
|
+
var O = x0 ? { passive: !1 } : !1, L2 = function(t) {
|
|
599
|
+
return t.tagName === "TEXTAREA";
|
|
600
|
+
}, s1 = function(t, a) {
|
|
601
|
+
if (!(t instanceof Element))
|
|
602
|
+
return !1;
|
|
603
|
+
var l = window.getComputedStyle(t);
|
|
604
|
+
return (
|
|
605
|
+
// not-not-scrollable
|
|
606
|
+
l[a] !== "hidden" && // contains scroll inside self
|
|
607
|
+
!(l.overflowY === l.overflowX && !L2(t) && l[a] === "visible")
|
|
608
|
+
);
|
|
609
|
+
}, W2 = function(t) {
|
|
610
|
+
return s1(t, "overflowY");
|
|
611
|
+
}, N2 = function(t) {
|
|
612
|
+
return s1(t, "overflowX");
|
|
613
|
+
}, I0 = function(t, a) {
|
|
614
|
+
var l = a.ownerDocument, r = a;
|
|
615
|
+
do {
|
|
616
|
+
typeof ShadowRoot < "u" && r instanceof ShadowRoot && (r = r.host);
|
|
617
|
+
var c = m1(t, r);
|
|
618
|
+
if (c) {
|
|
619
|
+
var n = h1(t, r), o = n[1], i = n[2];
|
|
620
|
+
if (o > i)
|
|
621
|
+
return !0;
|
|
622
|
+
}
|
|
623
|
+
r = r.parentNode;
|
|
624
|
+
} while (r && r !== l.body);
|
|
625
|
+
return !1;
|
|
626
|
+
}, T2 = function(t) {
|
|
627
|
+
var a = t.scrollTop, l = t.scrollHeight, r = t.clientHeight;
|
|
628
|
+
return [
|
|
629
|
+
a,
|
|
630
|
+
l,
|
|
631
|
+
r
|
|
632
|
+
];
|
|
633
|
+
}, O2 = function(t) {
|
|
634
|
+
var a = t.scrollLeft, l = t.scrollWidth, r = t.clientWidth;
|
|
635
|
+
return [
|
|
636
|
+
a,
|
|
637
|
+
l,
|
|
638
|
+
r
|
|
639
|
+
];
|
|
640
|
+
}, m1 = function(t, a) {
|
|
641
|
+
return t === "v" ? W2(a) : N2(a);
|
|
642
|
+
}, h1 = function(t, a) {
|
|
643
|
+
return t === "v" ? T2(a) : O2(a);
|
|
644
|
+
}, I2 = function(t, a) {
|
|
645
|
+
return t === "h" && a === "rtl" ? -1 : 1;
|
|
646
|
+
}, _2 = function(t, a, l, r, c) {
|
|
647
|
+
var n = I2(t, window.getComputedStyle(a).direction), o = n * r, i = l.target, h = a.contains(i), d = !1, f = o > 0, v = 0, g = 0;
|
|
648
|
+
do {
|
|
649
|
+
var p = h1(t, i), z = p[0], m = p[1], w = p[2], u = m - w - n * z;
|
|
650
|
+
(z || u) && m1(t, i) && (v += u, g += z), i instanceof ShadowRoot ? i = i.host : i = i.parentNode;
|
|
651
|
+
} while (
|
|
652
|
+
// portaled content
|
|
653
|
+
!h && i !== document.body || // self content
|
|
654
|
+
h && (a.contains(i) || a === i)
|
|
655
|
+
);
|
|
656
|
+
return (f && Math.abs(v) < 1 || !f && Math.abs(g) < 1) && (d = !0), d;
|
|
657
|
+
}, K = function(t) {
|
|
658
|
+
return "changedTouches" in t ? [t.changedTouches[0].clientX, t.changedTouches[0].clientY] : [0, 0];
|
|
659
|
+
}, _0 = function(t) {
|
|
660
|
+
return [t.deltaX, t.deltaY];
|
|
661
|
+
}, G0 = function(t) {
|
|
662
|
+
return t && "current" in t ? t.current : t;
|
|
663
|
+
}, G2 = function(t, a) {
|
|
664
|
+
return t[0] === a[0] && t[1] === a[1];
|
|
665
|
+
}, $2 = function(t) {
|
|
666
|
+
return `
|
|
667
|
+
.block-interactivity-`.concat(t, ` {pointer-events: none;}
|
|
668
|
+
.allow-interactivity-`).concat(t, ` {pointer-events: all;}
|
|
669
|
+
`);
|
|
670
|
+
}, j2 = 0, I = [];
|
|
671
|
+
function U2(t) {
|
|
672
|
+
var a = e.useRef([]), l = e.useRef([0, 0]), r = e.useRef(), c = e.useState(j2++)[0], n = e.useState(o1)[0], o = e.useRef(t);
|
|
673
|
+
e.useEffect(function() {
|
|
674
|
+
o.current = t;
|
|
675
|
+
}, [t]), e.useEffect(function() {
|
|
676
|
+
if (t.inert) {
|
|
677
|
+
document.body.classList.add("block-interactivity-".concat(c));
|
|
678
|
+
var m = d2([t.lockRef.current], (t.shards || []).map(G0), !0).filter(Boolean);
|
|
679
|
+
return m.forEach(function(w) {
|
|
680
|
+
return w.classList.add("allow-interactivity-".concat(c));
|
|
681
|
+
}), function() {
|
|
682
|
+
document.body.classList.remove("block-interactivity-".concat(c)), m.forEach(function(w) {
|
|
683
|
+
return w.classList.remove("allow-interactivity-".concat(c));
|
|
684
|
+
});
|
|
685
|
+
};
|
|
686
|
+
}
|
|
687
|
+
}, [t.inert, t.lockRef.current, t.shards]);
|
|
688
|
+
var i = e.useCallback(function(m, w) {
|
|
689
|
+
if ("touches" in m && m.touches.length === 2 || m.type === "wheel" && m.ctrlKey)
|
|
690
|
+
return !o.current.allowPinchZoom;
|
|
691
|
+
var u = K(m), k = l.current, E = "deltaX" in m ? m.deltaX : k[0] - u[0], y = "deltaY" in m ? m.deltaY : k[1] - u[1], q, H = m.target, A = Math.abs(E) > Math.abs(y) ? "h" : "v";
|
|
692
|
+
if ("touches" in m && A === "h" && H.type === "range")
|
|
693
|
+
return !1;
|
|
694
|
+
var x = I0(A, H);
|
|
695
|
+
if (!x)
|
|
696
|
+
return !0;
|
|
697
|
+
if (x ? q = A : (q = A === "v" ? "h" : "v", x = I0(A, H)), !x)
|
|
698
|
+
return !1;
|
|
699
|
+
if (!r.current && "changedTouches" in m && (E || y) && (r.current = q), !q)
|
|
700
|
+
return !0;
|
|
701
|
+
var S = r.current || q;
|
|
702
|
+
return _2(S, w, m, S === "h" ? E : y);
|
|
703
|
+
}, []), h = e.useCallback(function(m) {
|
|
704
|
+
var w = m;
|
|
705
|
+
if (!(!I.length || I[I.length - 1] !== n)) {
|
|
706
|
+
var u = "deltaY" in w ? _0(w) : K(w), k = a.current.filter(function(q) {
|
|
707
|
+
return q.name === w.type && (q.target === w.target || w.target === q.shadowParent) && G2(q.delta, u);
|
|
708
|
+
})[0];
|
|
709
|
+
if (k && k.should) {
|
|
710
|
+
w.cancelable && w.preventDefault();
|
|
711
|
+
return;
|
|
712
|
+
}
|
|
713
|
+
if (!k) {
|
|
714
|
+
var E = (o.current.shards || []).map(G0).filter(Boolean).filter(function(q) {
|
|
715
|
+
return q.contains(w.target);
|
|
716
|
+
}), y = E.length > 0 ? i(w, E[0]) : !o.current.noIsolation;
|
|
717
|
+
y && w.cancelable && w.preventDefault();
|
|
718
|
+
}
|
|
719
|
+
}
|
|
720
|
+
}, []), d = e.useCallback(function(m, w, u, k) {
|
|
721
|
+
var E = { name: m, delta: w, target: u, should: k, shadowParent: X2(u) };
|
|
722
|
+
a.current.push(E), setTimeout(function() {
|
|
723
|
+
a.current = a.current.filter(function(y) {
|
|
724
|
+
return y !== E;
|
|
725
|
+
});
|
|
726
|
+
}, 1);
|
|
727
|
+
}, []), f = e.useCallback(function(m) {
|
|
728
|
+
l.current = K(m), r.current = void 0;
|
|
729
|
+
}, []), v = e.useCallback(function(m) {
|
|
730
|
+
d(m.type, _0(m), m.target, i(m, t.lockRef.current));
|
|
731
|
+
}, []), g = e.useCallback(function(m) {
|
|
732
|
+
d(m.type, K(m), m.target, i(m, t.lockRef.current));
|
|
733
|
+
}, []);
|
|
734
|
+
e.useEffect(function() {
|
|
735
|
+
return I.push(n), t.setCallbacks({
|
|
736
|
+
onScrollCapture: v,
|
|
737
|
+
onWheelCapture: v,
|
|
738
|
+
onTouchMoveCapture: g
|
|
739
|
+
}), document.addEventListener("wheel", h, O), document.addEventListener("touchmove", h, O), document.addEventListener("touchstart", f, O), function() {
|
|
740
|
+
I = I.filter(function(m) {
|
|
741
|
+
return m !== n;
|
|
742
|
+
}), document.removeEventListener("wheel", h, O), document.removeEventListener("touchmove", h, O), document.removeEventListener("touchstart", f, O);
|
|
743
|
+
};
|
|
744
|
+
}, []);
|
|
745
|
+
var p = t.removeScrollBar, z = t.inert;
|
|
746
|
+
return e.createElement(
|
|
747
|
+
e.Fragment,
|
|
748
|
+
null,
|
|
749
|
+
z ? e.createElement(n, { styles: $2(c) }) : null,
|
|
750
|
+
p ? e.createElement(b2, { gapMode: t.gapMode }) : null
|
|
751
|
+
);
|
|
752
|
+
}
|
|
753
|
+
function X2(t) {
|
|
754
|
+
for (var a = null; t !== null; )
|
|
755
|
+
t instanceof ShadowRoot && (a = t.host, t = t.host), t = t.parentNode;
|
|
756
|
+
return a;
|
|
757
|
+
}
|
|
758
|
+
const Y2 = y2(i1, U2);
|
|
759
|
+
var v1 = e.forwardRef(function(t, a) {
|
|
760
|
+
return e.createElement(o0, F({}, t, { ref: a, sideCar: Y2 }));
|
|
761
|
+
});
|
|
762
|
+
v1.classNames = o0.classNames;
|
|
763
|
+
var J2 = function(t) {
|
|
764
|
+
if (typeof document > "u")
|
|
765
|
+
return null;
|
|
766
|
+
var a = Array.isArray(t) ? t[0] : t;
|
|
767
|
+
return a.ownerDocument.body;
|
|
768
|
+
}, _ = /* @__PURE__ */ new WeakMap(), e0 = /* @__PURE__ */ new WeakMap(), t0 = {}, w0 = 0, f1 = function(t) {
|
|
769
|
+
return t && (t.host || f1(t.parentNode));
|
|
770
|
+
}, Q2 = function(t, a) {
|
|
771
|
+
return a.map(function(l) {
|
|
772
|
+
if (t.contains(l))
|
|
773
|
+
return l;
|
|
774
|
+
var r = f1(l);
|
|
775
|
+
return r && t.contains(r) ? r : (console.error("aria-hidden", l, "in not contained inside", t, ". Doing nothing"), null);
|
|
776
|
+
}).filter(function(l) {
|
|
777
|
+
return !!l;
|
|
778
|
+
});
|
|
779
|
+
}, Z2 = function(t, a, l, r) {
|
|
780
|
+
var c = Q2(a, Array.isArray(t) ? t : [t]);
|
|
781
|
+
t0[l] || (t0[l] = /* @__PURE__ */ new WeakMap());
|
|
782
|
+
var n = t0[l], o = [], i = /* @__PURE__ */ new Set(), h = new Set(c), d = function(v) {
|
|
783
|
+
!v || i.has(v) || (i.add(v), d(v.parentNode));
|
|
784
|
+
};
|
|
785
|
+
c.forEach(d);
|
|
786
|
+
var f = function(v) {
|
|
787
|
+
!v || h.has(v) || Array.prototype.forEach.call(v.children, function(g) {
|
|
788
|
+
if (i.has(g))
|
|
789
|
+
f(g);
|
|
790
|
+
else
|
|
791
|
+
try {
|
|
792
|
+
var p = g.getAttribute(r), z = p !== null && p !== "false", m = (_.get(g) || 0) + 1, w = (n.get(g) || 0) + 1;
|
|
793
|
+
_.set(g, m), n.set(g, w), o.push(g), m === 1 && z && e0.set(g, !0), w === 1 && g.setAttribute(l, "true"), z || g.setAttribute(r, "true");
|
|
794
|
+
} catch (u) {
|
|
795
|
+
console.error("aria-hidden: cannot operate on ", g, u);
|
|
796
|
+
}
|
|
797
|
+
});
|
|
798
|
+
};
|
|
799
|
+
return f(a), i.clear(), w0++, function() {
|
|
800
|
+
o.forEach(function(v) {
|
|
801
|
+
var g = _.get(v) - 1, p = n.get(v) - 1;
|
|
802
|
+
_.set(v, g), n.set(v, p), g || (e0.has(v) || v.removeAttribute(r), e0.delete(v)), p || v.removeAttribute(l);
|
|
803
|
+
}), w0--, w0 || (_ = /* @__PURE__ */ new WeakMap(), _ = /* @__PURE__ */ new WeakMap(), e0 = /* @__PURE__ */ new WeakMap(), t0 = {});
|
|
804
|
+
};
|
|
805
|
+
}, K2 = function(t, a, l) {
|
|
806
|
+
l === void 0 && (l = "data-aria-hidden");
|
|
807
|
+
var r = Array.from(Array.isArray(t) ? t : [t]), c = J2(t);
|
|
808
|
+
return c ? (r.push.apply(r, Array.from(c.querySelectorAll("[aria-live]"))), Z2(r, c, l, "aria-hidden")) : function() {
|
|
809
|
+
return null;
|
|
810
|
+
};
|
|
811
|
+
}, P0 = "Dialog", [d1, X5] = G1(P0), [e3, B] = d1(P0), g1 = (t) => {
|
|
812
|
+
const {
|
|
813
|
+
__scopeDialog: a,
|
|
814
|
+
children: l,
|
|
815
|
+
open: r,
|
|
816
|
+
defaultOpen: c,
|
|
817
|
+
onOpenChange: n,
|
|
818
|
+
modal: o = !0
|
|
819
|
+
} = t, i = e.useRef(null), h = e.useRef(null), [d = !1, f] = $1({
|
|
820
|
+
prop: r,
|
|
821
|
+
defaultProp: c,
|
|
822
|
+
onChange: n
|
|
823
|
+
});
|
|
824
|
+
return /* @__PURE__ */ s(
|
|
825
|
+
e3,
|
|
826
|
+
{
|
|
827
|
+
scope: a,
|
|
828
|
+
triggerRef: i,
|
|
829
|
+
contentRef: h,
|
|
830
|
+
contentId: s0(),
|
|
831
|
+
titleId: s0(),
|
|
832
|
+
descriptionId: s0(),
|
|
833
|
+
open: d,
|
|
834
|
+
onOpenChange: f,
|
|
835
|
+
onOpenToggle: e.useCallback(() => f((v) => !v), [f]),
|
|
836
|
+
modal: o,
|
|
837
|
+
children: l
|
|
838
|
+
}
|
|
839
|
+
);
|
|
840
|
+
};
|
|
841
|
+
g1.displayName = P0;
|
|
842
|
+
var w1 = "DialogTrigger", u1 = e.forwardRef(
|
|
843
|
+
(t, a) => {
|
|
844
|
+
const { __scopeDialog: l, ...r } = t, c = B(w1, l), n = n0(a, c.triggerRef);
|
|
845
|
+
return /* @__PURE__ */ s(
|
|
846
|
+
U.button,
|
|
847
|
+
{
|
|
848
|
+
type: "button",
|
|
849
|
+
"aria-haspopup": "dialog",
|
|
850
|
+
"aria-expanded": c.open,
|
|
851
|
+
"aria-controls": c.contentId,
|
|
852
|
+
"data-state": H0(c.open),
|
|
853
|
+
...r,
|
|
854
|
+
ref: n,
|
|
855
|
+
onClick: Y(t.onClick, c.onOpenToggle)
|
|
856
|
+
}
|
|
857
|
+
);
|
|
858
|
+
}
|
|
859
|
+
);
|
|
860
|
+
u1.displayName = w1;
|
|
861
|
+
var C0 = "DialogPortal", [t3, p1] = d1(C0, {
|
|
862
|
+
forceMount: void 0
|
|
863
|
+
}), E1 = (t) => {
|
|
864
|
+
const { __scopeDialog: a, forceMount: l, children: r, container: c } = t, n = B(C0, a);
|
|
865
|
+
return /* @__PURE__ */ s(t3, { scope: a, forceMount: l, children: e.Children.map(r, (o) => /* @__PURE__ */ s(y0, { present: l || n.open, children: /* @__PURE__ */ s(j1, { asChild: !0, container: c, children: o }) })) });
|
|
866
|
+
};
|
|
867
|
+
E1.displayName = C0;
|
|
868
|
+
var r0 = "DialogOverlay", q1 = e.forwardRef(
|
|
869
|
+
(t, a) => {
|
|
870
|
+
const l = p1(r0, t.__scopeDialog), { forceMount: r = l.forceMount, ...c } = t, n = B(r0, t.__scopeDialog);
|
|
871
|
+
return n.modal ? /* @__PURE__ */ s(y0, { present: r || n.open, children: /* @__PURE__ */ s(a3, { ...c, ref: a }) }) : null;
|
|
872
|
+
}
|
|
873
|
+
);
|
|
874
|
+
q1.displayName = r0;
|
|
875
|
+
var a3 = e.forwardRef(
|
|
876
|
+
(t, a) => {
|
|
877
|
+
const { __scopeDialog: l, ...r } = t, c = B(r0, l);
|
|
878
|
+
return (
|
|
879
|
+
// Make sure `Content` is scrollable even when it doesn't live inside `RemoveScroll`
|
|
880
|
+
// ie. when `Overlay` and `Content` are siblings
|
|
881
|
+
/* @__PURE__ */ s(v1, { as: z0, allowPinchZoom: !0, shards: [c.contentRef], children: /* @__PURE__ */ s(
|
|
882
|
+
U.div,
|
|
883
|
+
{
|
|
884
|
+
"data-state": H0(c.open),
|
|
885
|
+
...r,
|
|
886
|
+
ref: a,
|
|
887
|
+
style: { pointerEvents: "auto", ...r.style }
|
|
888
|
+
}
|
|
889
|
+
) })
|
|
890
|
+
);
|
|
891
|
+
}
|
|
892
|
+
), T = "DialogContent", x1 = e.forwardRef(
|
|
893
|
+
(t, a) => {
|
|
894
|
+
const l = p1(T, t.__scopeDialog), { forceMount: r = l.forceMount, ...c } = t, n = B(T, t.__scopeDialog);
|
|
895
|
+
return /* @__PURE__ */ s(y0, { present: r || n.open, children: n.modal ? /* @__PURE__ */ s(l3, { ...c, ref: a }) : /* @__PURE__ */ s(r3, { ...c, ref: a }) });
|
|
896
|
+
}
|
|
897
|
+
);
|
|
898
|
+
x1.displayName = T;
|
|
899
|
+
var l3 = e.forwardRef(
|
|
900
|
+
(t, a) => {
|
|
901
|
+
const l = B(T, t.__scopeDialog), r = e.useRef(null), c = n0(a, l.contentRef, r);
|
|
902
|
+
return e.useEffect(() => {
|
|
903
|
+
const n = r.current;
|
|
904
|
+
if (n) return K2(n);
|
|
905
|
+
}, []), /* @__PURE__ */ s(
|
|
906
|
+
z1,
|
|
907
|
+
{
|
|
908
|
+
...t,
|
|
909
|
+
ref: c,
|
|
910
|
+
trapFocus: l.open,
|
|
911
|
+
disableOutsidePointerEvents: !0,
|
|
912
|
+
onCloseAutoFocus: Y(t.onCloseAutoFocus, (n) => {
|
|
913
|
+
var o;
|
|
914
|
+
n.preventDefault(), (o = l.triggerRef.current) == null || o.focus();
|
|
915
|
+
}),
|
|
916
|
+
onPointerDownOutside: Y(t.onPointerDownOutside, (n) => {
|
|
917
|
+
const o = n.detail.originalEvent, i = o.button === 0 && o.ctrlKey === !0;
|
|
918
|
+
(o.button === 2 || i) && n.preventDefault();
|
|
919
|
+
}),
|
|
920
|
+
onFocusOutside: Y(
|
|
921
|
+
t.onFocusOutside,
|
|
922
|
+
(n) => n.preventDefault()
|
|
923
|
+
)
|
|
924
|
+
}
|
|
925
|
+
);
|
|
926
|
+
}
|
|
927
|
+
), r3 = e.forwardRef(
|
|
928
|
+
(t, a) => {
|
|
929
|
+
const l = B(T, t.__scopeDialog), r = e.useRef(!1), c = e.useRef(!1);
|
|
930
|
+
return /* @__PURE__ */ s(
|
|
931
|
+
z1,
|
|
932
|
+
{
|
|
933
|
+
...t,
|
|
934
|
+
ref: a,
|
|
935
|
+
trapFocus: !1,
|
|
936
|
+
disableOutsidePointerEvents: !1,
|
|
937
|
+
onCloseAutoFocus: (n) => {
|
|
938
|
+
var o, i;
|
|
939
|
+
(o = t.onCloseAutoFocus) == null || o.call(t, n), n.defaultPrevented || (r.current || (i = l.triggerRef.current) == null || i.focus(), n.preventDefault()), r.current = !1, c.current = !1;
|
|
940
|
+
},
|
|
941
|
+
onInteractOutside: (n) => {
|
|
942
|
+
var h, d;
|
|
943
|
+
(h = t.onInteractOutside) == null || h.call(t, n), n.defaultPrevented || (r.current = !0, n.detail.originalEvent.type === "pointerdown" && (c.current = !0));
|
|
944
|
+
const o = n.target;
|
|
945
|
+
((d = l.triggerRef.current) == null ? void 0 : d.contains(o)) && n.preventDefault(), n.detail.originalEvent.type === "focusin" && c.current && n.preventDefault();
|
|
946
|
+
}
|
|
947
|
+
}
|
|
948
|
+
);
|
|
949
|
+
}
|
|
950
|
+
), z1 = e.forwardRef(
|
|
951
|
+
(t, a) => {
|
|
952
|
+
const { __scopeDialog: l, trapFocus: r, onOpenAutoFocus: c, onCloseAutoFocus: n, ...o } = t, i = B(T, l), h = e.useRef(null), d = n0(a, h);
|
|
953
|
+
return f2(), /* @__PURE__ */ C(p0, { children: [
|
|
954
|
+
/* @__PURE__ */ s(
|
|
955
|
+
l1,
|
|
956
|
+
{
|
|
957
|
+
asChild: !0,
|
|
958
|
+
loop: !0,
|
|
959
|
+
trapped: r,
|
|
960
|
+
onMountAutoFocus: c,
|
|
961
|
+
onUnmountAutoFocus: n,
|
|
962
|
+
children: /* @__PURE__ */ s(
|
|
963
|
+
U1,
|
|
964
|
+
{
|
|
965
|
+
role: "dialog",
|
|
966
|
+
id: i.contentId,
|
|
967
|
+
"aria-describedby": i.descriptionId,
|
|
968
|
+
"aria-labelledby": i.titleId,
|
|
969
|
+
"data-state": H0(i.open),
|
|
970
|
+
...o,
|
|
971
|
+
ref: d,
|
|
972
|
+
onDismiss: () => i.onOpenChange(!1)
|
|
973
|
+
}
|
|
974
|
+
)
|
|
975
|
+
}
|
|
976
|
+
),
|
|
977
|
+
/* @__PURE__ */ C(p0, { children: [
|
|
978
|
+
/* @__PURE__ */ s(c3, { titleId: i.titleId }),
|
|
979
|
+
/* @__PURE__ */ s(i3, { contentRef: h, descriptionId: i.descriptionId })
|
|
980
|
+
] })
|
|
981
|
+
] });
|
|
982
|
+
}
|
|
983
|
+
), V0 = "DialogTitle", y1 = e.forwardRef(
|
|
984
|
+
(t, a) => {
|
|
985
|
+
const { __scopeDialog: l, ...r } = t, c = B(V0, l);
|
|
986
|
+
return /* @__PURE__ */ s(U.h2, { id: c.titleId, ...r, ref: a });
|
|
987
|
+
}
|
|
988
|
+
);
|
|
989
|
+
y1.displayName = V0;
|
|
990
|
+
var M1 = "DialogDescription", k1 = e.forwardRef(
|
|
991
|
+
(t, a) => {
|
|
992
|
+
const { __scopeDialog: l, ...r } = t, c = B(M1, l);
|
|
993
|
+
return /* @__PURE__ */ s(U.p, { id: c.descriptionId, ...r, ref: a });
|
|
994
|
+
}
|
|
995
|
+
);
|
|
996
|
+
k1.displayName = M1;
|
|
997
|
+
var R1 = "DialogClose", S1 = e.forwardRef(
|
|
998
|
+
(t, a) => {
|
|
999
|
+
const { __scopeDialog: l, ...r } = t, c = B(R1, l);
|
|
1000
|
+
return /* @__PURE__ */ s(
|
|
1001
|
+
U.button,
|
|
1002
|
+
{
|
|
1003
|
+
type: "button",
|
|
1004
|
+
...r,
|
|
1005
|
+
ref: a,
|
|
1006
|
+
onClick: Y(t.onClick, () => c.onOpenChange(!1))
|
|
1007
|
+
}
|
|
1008
|
+
);
|
|
1009
|
+
}
|
|
1010
|
+
);
|
|
1011
|
+
S1.displayName = R1;
|
|
1012
|
+
function H0(t) {
|
|
1013
|
+
return t ? "open" : "closed";
|
|
1014
|
+
}
|
|
1015
|
+
var P1 = "DialogTitleWarning", [Y5, C1] = X1(P1, {
|
|
1016
|
+
contentName: T,
|
|
1017
|
+
titleName: V0,
|
|
1018
|
+
docsSlug: "dialog"
|
|
1019
|
+
}), c3 = ({ titleId: t }) => {
|
|
1020
|
+
const a = C1(P1), l = `\`${a.contentName}\` requires a \`${a.titleName}\` for the component to be accessible for screen reader users.
|
|
1021
|
+
|
|
1022
|
+
If you want to hide the \`${a.titleName}\`, you can wrap it with our VisuallyHidden component.
|
|
1023
|
+
|
|
1024
|
+
For more information, see https://radix-ui.com/primitives/docs/components/${a.docsSlug}`;
|
|
1025
|
+
return e.useEffect(() => {
|
|
1026
|
+
t && (document.getElementById(t) || console.error(l));
|
|
1027
|
+
}, [l, t]), null;
|
|
1028
|
+
}, n3 = "DialogDescriptionWarning", i3 = ({ contentRef: t, descriptionId: a }) => {
|
|
1029
|
+
const r = `Warning: Missing \`Description\` or \`aria-describedby={undefined}\` for {${C1(n3).contentName}}.`;
|
|
1030
|
+
return e.useEffect(() => {
|
|
1031
|
+
var n;
|
|
1032
|
+
const c = (n = t.current) == null ? void 0 : n.getAttribute("aria-describedby");
|
|
1033
|
+
a && c && (document.getElementById(a) || console.warn(r));
|
|
1034
|
+
}, [r, t, a]), null;
|
|
1035
|
+
}, o3 = g1, s3 = u1, m3 = E1, h3 = q1, v3 = x1, f3 = y1, d3 = k1, V1 = S1;
|
|
1036
|
+
const g3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "m10.617 1.133 3.646 1.147c.055.017.052.1-.002.119a1.895 1.895 0 0 0-1.278 1.773c0 1.011.82 1.832 1.832 1.832.466 0 .588.127.593.132.007.008.13.132.13.594.001 1.012.823 1.83 1.832 1.83l.164-.007a1.82 1.82 0 0 0 1.178-.582c.036-.038.104-.014.104.038v4.253c0 3.086-2.148 5.258-4.15 6.615a17.7 17.7 0 0 1-3.95 1.985l-.09.03a.6.6 0 0 1-.344.004l-.098-.034q-.094-.03-.261-.093a17.649 17.649 0 0 1-3.69-1.892c-2.002-1.358-4.15-3.529-4.15-6.615v-8.11c0-.238.155-.45.382-.523l7.817-2.496.083-.02a.55.55 0 0 1 .252.02m.011 4.36a.66.66 0 0 0-.742.293l-3.194 5.261a.66.66 0 0 0 .565 1.002H9.79v3.85a.661.661 0 0 0 1.2.382l3.192-4.51a.66.66 0 0 0-.538-1.04H11.11V6.127a.66.66 0 0 0-.482-.636", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M17.37 1.107a.51.51 0 0 1 .51.51c0 .727.205 1.221.52 1.534s.812.512 1.526.512a.51.51 0 0 1 0 1.022c-.71 0-1.206.202-1.524.518-.173.173-.312.4-.404.686a2.6 2.6 0 0 0-.108.582l-.01.259-.01.102a.51.51 0 0 1-.5.408l-.103-.01a.5.5 0 0 1-.093-.03h-.003l-.066-.034-.011-.007q-.019-.013-.035-.027l-.033-.026a.5.5 0 0 1-.112-.15q-.012-.021-.02-.042-.009-.024-.015-.048-.006-.02-.01-.042a.5.5 0 0 1-.01-.094q0-.135-.01-.259a2.5 2.5 0 0 0-.131-.655 1.8 1.8 0 0 0-.164-.343 1.5 1.5 0 0 0-.34-.383c-.316-.25-.773-.405-1.4-.405a.5.5 0 0 1-.327-.123.51.51 0 0 1-.169-.507q.005-.026.014-.051l.013-.03q.008-.02.018-.04l.02-.032.032-.047.009-.01.043-.046.021-.019.027-.02a.5.5 0 0 1 .196-.087l.104-.01.258-.009c.509-.037.887-.186 1.158-.406l.11-.097a2 2 0 0 0 .128-.15c.239-.312.39-.761.39-1.383 0-.282.23-.51.511-.51" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), w3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#8BC0D0" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M5.498 1 0 11l5.498 10h11.004L22 11 16.502 1zm3.637 5.305 2.47 2.674 1.465 1.535.002-.002 2.209 2.274a5 5 0 0 1-.516.33 3.4 3.4 0 0 1-.455.21 2.4 2.4 0 0 1-.39.106 2 2 0 0 1-.328.033q-.178-.002-.31-.033a1 1 0 0 1-.22-.069 1 1 0 0 1-.183-.109l-.973-1.05L9.12 9.278 8.112 10.29l-2.815 2.956a1 1 0 0 1-.183.107q-.106.046-.217.07-.133.03-.31.032-.148 0-.328-.03a2.4 2.4 0 0 1-.39-.11 3.4 3.4 0 0 1-.454-.209 5 5 0 0 1-.517-.33zm4.326.755 4.198 4.424 1.267 1.302a5 5 0 0 1-.517.33q-.22.123-.453.21a2.4 2.4 0 0 1-.39.106q-.18.033-.33.033a1.4 1.4 0 0 1-.31-.033 1.1 1.1 0 0 1-.353-.14.2.2 0 0 1-.048-.039l-1.13-1.171-1.935-2.032-.306.322-1.43-1.489 1.738-1.825zm-5.469 3.964v2.433a2 2 0 0 1-.326-.033 2.4 2.4 0 0 1-.387-.112 3 3 0 0 1-.447-.206 5 5 0 0 1-.509-.327z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), u3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0E40C0" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M10.94.005A7.6 7.6 0 0 0 6.47 1.26a7.36 7.36 0 0 0-2.852 3.596c-.04.37.058 1.039 1.166 1.374 1.215.366 1.663-.247 1.826-.651a4.4 4.4 0 0 1 1.682-2.147 4.56 4.56 0 0 1 2.648-.775c2.726 0 4.704 1.784 4.704 4.243v1.053c0 .493-.672.815-1.307.952l-5.41 1.384c-4.05.903-5.627 2.439-5.627 5.479C3.3 19.32 6.584 22 10.94 22c4.64 0 7.64-2.777 7.64-7.075l.12-8.066c0-3.971-3.263-6.854-7.76-6.854m0 19.339c-2.656 0-4.584-1.504-4.584-3.577 0-1.894 1.059-2.476 3.287-2.998l4.635-1.216a4.1 4.1 0 0 0 1.356-.487l-.11 3.726v.005c0 4.104-3.206 4.547-4.584 4.547", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), p3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#22CC6E" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M18.224 4.64a.569.569 0 1 1 .952.622l-2.082 3.181A10.99 10.99 0 0 1 22 17.6H0c0-3.655 1.784-6.892 4.526-8.892L2.273 5.262l-.052-.102a.57.57 0 0 1 .933-.61l.073.09L5.48 8.084A10.95 10.95 0 0 1 11 6.6c1.847 0 3.586.458 5.115 1.262zM5.5 12.1a1.1 1.1 0 1 0 .001 2.2 1.1 1.1 0 0 0-.001-2.2m11 0a1.1 1.1 0 1 0 .001 2.2 1.1 1.1 0 0 0-.001-2.2", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), E3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0D274D" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M10.148 18.865 4.384 6.855a6.95 6.95 0 0 0-2.271 5.139c0 3.833 3.123 6.956 6.956 6.956.37 0 .71-.028 1.08-.085M7.791 5.15a6.5 6.5 0 0 1 1.278-.113c3.833 0 6.957 3.124 6.957 6.957a6.91 6.91 0 0 1-2.442 5.281l1.703 3.578a10.81 10.81 0 0 0 4.6-8.86C19.916 6.004 15.06 1.148 9.07 1.148c-1.022 0-2.044.142-2.981.426z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), q3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("mask", { id: "a", x: "inf", y: "inf", maskUnits: "userSpaceOnUse", style: {
|
|
1037
|
+
maskType: "alpha"
|
|
1038
|
+
} }))), x3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M2.201 18.566c0 .665.558 1.232 1.28 1.232h2.13v-9.083h-2.13c-.722 0-1.28.566-1.28 1.23zm11.64-11.349c0 .142.122.286.309.286h3.398c2.169 0 3.865 1.893 3.528 4.031l-1.045 6.62c-.27 1.718-1.779 2.964-3.527 2.964H3.482c-1.42 0-2.6-1.127-2.6-2.552v-6.62c0-1.425 1.18-2.552 2.6-2.552h2.28c.13 0 .24-.075.285-.175L9.46 1.73a1.46 1.46 0 0 1 1.329-.847c1.67 0 3.052 1.324 3.052 2.992z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), z3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#1904da" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M4.9 5.667a.72.72 0 0 0-1.23-.51L.373 8.453a1.08 1.08 0 0 0-.317.765v6.944h4.845zm.77-.768h10.498V.056H9.221c-.286 0-.561.114-.764.317L5.159 3.669a.72.72 0 0 0 .51 1.23m10.397 11.929H.057v4.002c0 .464.376.84.84.84h11.617c.287 0 .562-.114.765-.316l3.297-3.296a.72.72 0 0 0-.51-1.23M20.838.056h-4.003V16.06a.72.72 0 0 0 1.23.51l3.298-3.297a1.08 1.08 0 0 0 .316-.764V.897a.84.84 0 0 0-.84-.84" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), y3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#EF7B4D" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M11.533 0q.601.052 1.19.17c1.54.352 2.862 1.112 4.018 2.168 1.064.972 1.757 2.175 2.14 3.558.081.294.198.513.537.572.188.032.218.225.22.394q.002.889.001 1.778l-.002 1.11c0 .326-.106.439-.427.434-.193-.003-.269.11-.315.267a9 9 0 0 1-.506 1.307c-.75 1.542-1.91 2.693-3.381 3.548l-.214.12c-.23.125-.236.133-.142.38a.96.96 0 0 0 .609.573c.247.088.507.123.758.192q.116.023.216.087c-.06.075-.143.061-.211.075-.33.067-.654.168-.996.156a1.2 1.2 0 0 1-.401-.059c-.105-.041-.14-.005-.162.1q-.074.418-.077.843c-.013.566-.065 1.128-.102 1.69-.039.549-.017.597.511.772q.387.128.772.263c.063.022.137.034.176.107-.037.052-.09.032-.134.032q-.677.006-1.355 0c-.48-.004-.739-.258-.774-.735-.05-.699-.11-1.397-.167-2.096a1 1 0 0 0-.024-.11c-.072.417-.06.806-.077 1.19-.021.484-.007.969-.006 1.452 0 .248.079.356.307.443.329.124.651.27 1.02.24.13-.011.254.057.37.118.029.016.066.03.063.067-.004.04-.045.043-.077.041-.603-.017-1.208.06-1.808-.025-.296-.042-.489-.217-.578-.506-.087-.278-.105-.566-.126-.853-.042-.574-.072-1.148-.106-1.723a.2.2 0 0 0-.056-.157.26.26 0 0 0-.029.177q-.003 1.314 0 2.627c0 .356.112.527.452.65.441.157.895.272 1.348.387.1.026.206.043.222.176h-1.698q-.071-.016-.142-.027c-.643-.092-.918-.341-1.048-.956l-.061-.303-.207-1.011q-.096.166-.133.354c-.076.365-.138.735-.222 1.1-.104.452-.407.7-.855.785L9.542 22H7.845c.052-.157.198-.17.326-.203.436-.116.88-.204 1.299-.375a.55.55 0 0 0 .363-.477c.054-.399.002-.793-.011-1.188a1.4 1.4 0 0 0-.072-.289.37.37 0 0 0-.065.19q-.034.407-.069.812c-.035.396-.25.656-.622.743q-.167.04-.34.04-.765.004-1.533-.004c-.044 0-.1.018-.136-.06.164-.094.346-.153.534-.17q.438-.053.86-.178c.386-.104.48-.228.47-.63-.021-.853-.083-1.704-.063-2.558.003-.168 0-.337 0-.505q-.037.174-.045.353-.046 1.205-.17 2.404c-.048.47-.272.686-.738.738-.409.047-.815.002-1.22-.018-.1-.006-.215.011-.311-.059.039-.06.097-.064.146-.08.332-.105.665-.205.996-.315.225-.074.32-.215.325-.45q.004-.108-.003-.213a42 42 0 0 1-.096-1.97 5 5 0 0 0-.032-.439c-.022-.172-.12-.263-.27-.236-.463.084-.908-.005-1.35-.127-.055-.015-.123-.007-.164-.081a1 1 0 0 1 .261-.083q.352-.07.69-.19c.287-.103.518-.318.638-.597.081-.186.051-.29-.103-.365-1.3-.626-2.303-1.586-3.108-2.765a7.5 7.5 0 0 1-1.03-2.243c-.061-.226-.143-.276-.35-.239-.281.049-.368.006-.491-.25v-3.2c.132-.277.188-.312.49-.3.215.008.226-.005.283-.223.363-1.382.991-2.622 1.99-3.655C6.325 1.302 7.814.578 9.479.186 9.897.087 10.324.05 10.75 0zm7.31 8.202a7 7 0 0 0-.045-.86 8 8 0 0 0-.09-.595C18.16 4.03 16.559 2.145 14.078 1 12.654.346 11.135.236 9.606.533 6.63 1.113 4.66 2.9 3.612 5.713c-.4 1.076-.454 2.206-.34 3.346.08.857.312 1.693.684 2.47.536 1.112 1.323 2.023 2.27 2.803q.474.395 1.028.66c.215.1.226.095.225-.135a4 4 0 0 0-.009-.44c-.114-.935-.13-1.874-.155-2.813a.36.36 0 0 0-.168-.323c-.353-.246-.654-.543-.845-.935-.434-.889-.34-2.164.746-2.947.124-.089.199-.174.181-.342a1.6 1.6 0 0 1 .029-.405c.162-1.088.685-1.96 1.578-2.603.623-.451 1.322-.708 2.096-.717.442-.006.873.1 1.296.224 1.475.428 2.609 1.897 2.608 3.389a.59.59 0 0 0 .245.518c.425.34.753.76.865 1.307.201.987-.076 1.817-.898 2.414-.243.178-.318.372-.305.64q.002.065-.002.13l-.057 1.32c-.022.537-.126 1.067-.107 1.607.008.205.006.207.184.117a6.8 6.8 0 0 0 2.194-1.744c1.21-1.445 1.901-3.09 1.887-5.052M8.357 11.094c1.365.019 2.239-1.447 1.573-2.64a1.78 1.78 0 0 0-1.558-.908c-1.003-.004-1.791.753-1.795 1.724-.004 1.053.746 1.82 1.78 1.824m5.31 0c1.01.001 1.775-.755 1.775-1.758 0-1-.776-1.786-1.76-1.785-.976.003-1.779.794-1.782 1.756-.002 1.013.762 1.786 1.768 1.787m-1.349 1.775c-.19.117-.373.254-.577.352-.491.236-.975.236-1.448-.044-.144-.086-.282-.184-.425-.273-.043-.026-.084-.095-.137-.057-.04.028-.01.092-.001.139q.05.247.075.498c.025.518.269.91.68 1.201a.9.9 0 0 0 .725.17c.518-.109.94-.562 1.03-1.116.04-.244.005-.499.1-.736a.12.12 0 0 0-.022-.134M4.271 8.36c-.01-1.01.131-1.884.495-2.714.58-1.323 1.505-2.34 2.732-3.093a.346.346 0 0 1 .42.061c.056.055.034.109.01.164a1 1 0 0 1-.44.467c-.99.586-1.677 1.44-2.16 2.464a5.8 5.8 0 0 0-.567 2.737c.05 1.2.402 2.307 1.112 3.29.08.095.135.21.158.334.01.073.054.154-.028.209a.29.29 0 0 1-.264.037.46.46 0 0 1-.215-.17c-.66-.897-1.093-1.884-1.22-3-.033-.298-.004-.598-.033-.786m3.924-6.214a.34.34 0 0 1 .347-.35c.193 0 .375.207.381.433.004.127-.283.358-.436.354-.173-.004-.292-.183-.292-.437M7.77 9.002a.56.56 0 0 1 .537-.579c.349-.002.615.249.619.58.004.327-.247.57-.586.57-.348-.002-.569-.221-.57-.571m5.955.57c-.35-.001-.573-.233-.57-.591a.58.58 0 0 1 .547-.562.6.6 0 0 1 .613.59c.001.324-.252.566-.59.564" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), M3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#5f36f1" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M7.669 8.839c-.116 1.476.418 2.95 1.565 4.078.244.24.427.414.743.662q0 .003-.003.004a5.4 5.4 0 0 1-5.244.399 5.15 5.15 0 0 1 .3-2.248 5.2 5.2 0 0 1 1.236-1.907c.418-.41.887-.74 1.387-.985zM11.005 3.162c1.282.825 2.14 2.182 2.235 3.742-1.748-.486-2.536-.681-4.48.063v-.009l.014-.15a4.94 4.94 0 0 1 2.231-3.646M14.516 8.74c.48.253.923.574 1.31.955a5.27 5.27 0 0 1 1.574 4.219 5.57 5.57 0 0 1-5.455-.32c.189-.102.334-.234.527-.399 1.383-1.182 1.95-2.792 2.044-4.456M11.012 12.978c1.662-1.154 2.365-2.669 2.365-4.91-1.706-.652-3.065-.719-4.743.054-.124 2.272.846 3.752 2.378 4.856" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M11 2.423c2.741-1.826 6.51-1.546 8.936.84A6.83 6.83 0 0 1 22 8.167a6.84 6.84 0 0 1-2.064 4.904 7 7 0 0 1-1.841 1.303 6.83 6.83 0 0 1-2.042 4.363 7.1 7.1 0 0 1-4.985 2.028 7.1 7.1 0 0 1-4.984-2.028 6.813 6.813 0 0 1-2.037-4.295 7 7 0 0 1-1.984-1.371A6.83 6.83 0 0 1 0 8.167c0-1.854.733-3.594 2.063-4.904C4.49.877 8.26.597 11 2.423m0 11.487a7.1 7.1 0 0 1-3.952 1.189 7.1 7.1 0 0 1-2.647-.505 6.5 6.5 0 0 0 1.92 3.906 6.75 6.75 0 0 0 4.748 1.932 6.75 6.75 0 0 0 4.747-1.932 6.483 6.483 0 0 0 1.927-3.966 7.1 7.1 0 0 1-2.791.564A7.12 7.12 0 0 1 11 13.91M7.905 8.01a6.7 6.7 0 0 0-1.583 1.155 6.5 6.5 0 0 0-1.457 2.138 6.5 6.5 0 0 0-.496 2.916 6.8 6.8 0 0 0 2.679.546 6.8 6.8 0 0 0 3.658-1.063 7 7 0 0 1-.739-.632 6.83 6.83 0 0 1-2.062-5.06m6.188-.071q.004.113.004.227a6.84 6.84 0 0 1-2.064 4.904q-.35.343-.739.632a6.83 6.83 0 0 0 6.48.454q.007-.16.006-.323a6.5 6.5 0 0 0-1.964-4.668 6.7 6.7 0 0 0-1.723-1.226m-3.387-5.31C8.104.969 4.58 1.259 2.3 3.5A6.5 6.5 0 0 0 .337 8.168c0 1.763.697 3.42 1.964 4.667a6.7 6.7 0 0 0 1.723 1.226l-.004-.227c0-1.852.733-3.593 2.064-4.903a7 7 0 0 1 1.841-1.305 6.83 6.83 0 0 1 2.042-4.362q.351-.344.739-.632m4.246-1.061a6.77 6.77 0 0 0-3.656 1.063q.385.286.737.631a6.9 6.9 0 0 1 1.53 2.247c.275.654.446 1.345.507 2.048.718.332 1.39.789 1.983 1.372a6.9 6.9 0 0 1 1.53 2.246 6.8 6.8 0 0 1 .531 2.815c.57-.3 1.106-.685 1.586-1.157a6.5 6.5 0 0 0 1.964-4.667c0-1.763-.698-3.42-1.964-4.666a6.75 6.75 0 0 0-4.748-1.932m-4.05 5.667a6.8 6.8 0 0 0-2.654.607 6.505 6.505 0 0 0 1.957 4.991q.377.37.795.67.418-.3.796-.67a6.5 6.5 0 0 0 1.952-5.054 6.8 6.8 0 0 0-2.68-.545zm.1-4.405q-.423.302-.797.67a6.5 6.5 0 0 0-1.927 3.963 7.2 7.2 0 0 1 5.438-.059 6.5 6.5 0 0 0-1.92-3.904 7 7 0 0 0-.795-.67", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), k3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#42A046" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11 17.029a8.534 8.534 0 0 1-8.533-8.533C2.467 3.784 6.288 0 11 0a8.534 8.534 0 0 1 8.533 8.533c0 4.712-3.859 8.496-8.533 8.496M11 1.52a7.006 7.006 0 0 0-7.012 7.012A7.006 7.006 0 0 0 11 15.545a7.006 7.006 0 0 0 7.012-7.012c0-3.858-3.154-7.012-7.012-7.012M2.578 20.48h16.955V22H2.578z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), R3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11 .649C16.717.649 21.351 5.283 21.351 11S16.717 21.351 11 21.351.649 16.717.649 11 5.283.649 11 .649m0 11.771a.66.66 0 0 0-.66.66v3.26l-.815-.815a.66.66 0 0 0-.933.933l1.942 1.941a.66.66 0 0 0 .932 0l1.942-1.94a.66.66 0 0 0-.933-.934l-.816.815v-3.26a.66.66 0 0 0-.659-.66M6.475 8.592a.66.66 0 0 0-.933 0L3.6 10.534a.66.66 0 0 0 0 .932l1.94 1.942a.66.66 0 0 0 .934-.933l-.815-.815h3.26a.66.66 0 0 0 0-1.32H5.66l.815-.815a.66.66 0 0 0 0-.933m9.983 0a.66.66 0 0 0-.933.933l.814.814h-3.26a.66.66 0 0 0 0 1.32h3.26l-.814.815a.66.66 0 0 0 .933.933l1.941-1.94a.66.66 0 0 0 0-.934zM11 3.407a.66.66 0 0 0-.467.194L8.592 5.54a.66.66 0 0 0 .933.934l.814-.815v3.26a.66.66 0 0 0 1.32 0V5.66l.815.815a.66.66 0 0 0 .933-.933L11.467 3.6A.66.66 0 0 0 11 3.407", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), S3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#E7157B" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M14.143 12.73V9.7l-2.75 1.529v3.013zm-6.286-.372 2.75 1.818v-2.948L7.857 9.7zm.417-3.325 2.727 1.515 2.725-1.515L11 7.524zm6.655-.001v3.93a.39.39 0 0 1-.204.344l-3.536 1.945a.39.39 0 0 1-.406-.016l-3.536-2.339a.4.4 0 0 1-.176-.327V9.032c0-.143.078-.274.203-.344l3.536-1.956a.39.39 0 0 1 .38 0l3.536 1.956c.125.07.203.201.203.344M22 10.604h-4.159l2.08-2.08-.556-.556-2.75 2.75a.393.393 0 0 0 0 .557l2.75 2.75.556-.555-2.08-2.08H22zM3.064 7.617l-.628.472 1.885 2.515H0v.786h4.159l-2.08 2.08.556.555 2.75-2.75a.39.39 0 0 0 .036-.514zm8.329 12.944v-4.063h-.786v4.064l-2.061-2.357-.592.517 2.75 3.144a.394.394 0 0 0 .591 0l2.75-3.144-.59-.517zM8.546 3.789l-.592-.517 2.75-3.144c.15-.17.442-.17.591 0l2.75 3.144-.59.517-2.062-2.356v4.062h-.786V1.432z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), P3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#7AA116" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M21.214 18.071H22V22h-3.929v-.786h2.588L17.4 17.956l.555-.555 3.258 3.258zM4.6 17.956l-3.258 3.258H3.93V22H0v-3.929h.786v2.588L4.044 17.4zM22 0v3.929h-.786V1.34L17.956 4.6l-.555-.555L20.659.786H18.07V0zM1.341.786 4.6 4.044l-.555.555L.786 1.341V3.93H0V0h3.929v.786zm13.854 15.58c-.455.467-1.981.938-4.367.938-2.905 0-4.53-.714-4.542-1.197V7.015c1.022.604 2.875.842 4.542.842 1.648 0 3.48-.237 4.493-.838v9.098c.001.029.004.117-.126.25M10.828 4.715c2.397 0 3.922.464 4.37.924.127.13.124.216.123.245v.01c0 .482-1.6 1.178-4.493 1.178-2.805 0-4.53-.681-4.541-1.173.023-.498 1.607-1.184 4.541-1.184m5.279 1.179c.003-.204-.056-.505-.346-.803-.71-.727-2.553-1.161-4.933-1.161-2.435 0-5.291.511-5.328 1.964v10.224c.037 1.456 2.893 1.973 5.328 1.973 1.83 0 4.086-.309 4.93-1.175.298-.306.354-.613.35-.808V5.894z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), C3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#ED7100" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M6 15.5h9.5v-9H6zm10.5-9H18v1h-1.5v1H18v1h-1.5v1H18v1h-1.5V13H18v1h-1.5v1H18v1h-1.569a.83.83 0 0 1-.759.5H15.5V18h-1v-1.5h-1V18h-1v-1.5h-1V18h-1v-1.5h-1V18h-1v-1.5H7V18H6v-1.5h-.172a.83.83 0 0 1-.76-.5H4v-1h1v-1H4v-1h1v-1.5H4v-1h1v-1H4v-1h1v-1H4v-1h1v-.172c0-.457.372-.828.828-.828H6V4h1v1.5h1.5V4h1v1.5h1V4h1v1.5h1V4h1v1.5h1V4h1v1.5h.172c.456 0 .828.372.828.828zM11 21H1V11h2v-1H.922a.92.92 0 0 0-.922.922v10.156c0 .509.413.922.922.922h10.157a.92.92 0 0 0 .921-.922V19h-1zM22 .922v10.157a.92.92 0 0 1-.922.921H19v-1h2V1H11v2h-1V.922c0-.509.413-.922.922-.922h10.156c.509 0 .922.414.922.922", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), V3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#ED7100" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "m20.216 13.985-3.138-1.853V7.719a.38.38 0 0 0-.194-.333l-4.511-2.59V1.062l7.843 4.562zm.591-8.914L12.18.054a.4.4 0 0 0-.394-.003.39.39 0 0 0-.198.335v4.632c0 .137.074.264.195.333l4.511 2.59v4.41c0 .135.073.261.19.33l3.922 2.316a.4.4 0 0 0 .395.005.38.38 0 0 0 .199-.335V5.404a.38.38 0 0 0-.192-.333m-9.829 16.104-9.194-4.81V5.624l7.843-4.562v3.744L5.495 7.394a.39.39 0 0 0-.181.325v6.562c0 .144.081.276.21.342l5.276 2.702a.4.4 0 0 0 .362 0l5.118-2.603 3.15 1.86zm9.44-4.91-3.922-2.315a.4.4 0 0 0-.382-.012l-5.132 2.61-4.884-2.502V7.931l4.132-2.588a.39.39 0 0 0 .182-.325V.386a.39.39 0 0 0-.198-.335.4.4 0 0 0-.394.003L1.193 5.07A.39.39 0 0 0 1 5.404v11.192c0 .143.08.274.208.341l9.59 5.018a.4.4 0 0 0 .373-.003l9.235-5.018a.39.39 0 0 0 .202-.33.39.39 0 0 0-.19-.339", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), H3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#C925D1" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M15.025 12.491v-2.5c-.994.593-2.597.87-4.193.87-1.675 0-3.013-.297-3.857-.814v2.444c0 .511 1.226 1.268 3.857 1.268 2.753 0 4.193-.825 4.193-1.268m0 3.61v-2.136c-.994.591-2.597.869-4.193.869-1.675 0-3.013-.297-3.857-.815v2.083c0 .512 1.226 1.268 3.857 1.268 2.753 0 4.193-.826 4.193-1.268m0 3.572v-2.097c-.994.591-2.597.868-4.193.868-1.675 0-3.013-.297-3.857-.813v2.042c0 .525 1.341 1.253 3.859 1.253 2.752 0 4.191-.816 4.191-1.253M6.975 8.518c0 .532 1.34 1.269 3.857 1.269 2.753 0 4.193-.826 4.193-1.269s-1.44-1.268-4.193-1.268c-2.517 0-3.857.737-3.857 1.268m9.05 0c0 .027-.006.052-.008.078h.008v11.077c0 1.607-2.607 2.327-5.191 2.327-2.951 0-4.859-.913-4.859-2.327V8.596h.006c0-.026-.006-.052-.006-.078 0-1.423 1.907-2.342 4.857-2.342 2.585 0 5.193.724 5.193 2.342M21.5 3.222c.276 0 .5-.24.5-.537V.537C22 .241 21.776 0 21.5 0H.5C.224 0 0 .24 0 .537v2.148c0 .297.224.537.5.537.414 0 .75.362.75.806s-.336.805-.75.805c-.276 0-.5.24-.5.537v8.593c0 .296.224.537.5.537h4v-1.075h-2v-1.074h2v-1.074H2c-.276 0-.5.241-.5.537v1.611H1V5.83c.722-.232 1.25-.952 1.25-1.801 0-.85-.528-1.57-1.25-1.802V1.074h20v1.152c-.722.231-1.25.952-1.25 1.802s.528 1.57 1.25 1.8v7.597h-.5v-1.61c0-.297-.224-.538-.5-.538h-2.5v1.074h2v1.074h-2V14.5h4c.276 0 .5-.24.5-.537V5.37c0-.297-.224-.537-.5-.537-.413 0-.75-.361-.75-.805s.337-.806.75-.806M6 5.907V2.685c0-.296-.223-.537-.5-.537h-2c-.276 0-.5.24-.5.537v6.981c0 .297.224.537.5.537h1V9.13H4V3.222h1v2.685zM18 9.13h-.5v1.074h1c.276 0 .5-.24.5-.537v-6.98c0-.297-.224-.538-.5-.538h-2c-.276 0-.5.24-.5.537v3.222h1V3.222h1zM15 5.37V2.685c0-.296-.223-.537-.5-.537H12c-.277 0-.5.24-.5.537v2.148h1v-1.61H14V5.37zm-5.5-.537v-1.61H8V5.37H7V2.685c0-.296.223-.537.5-.537H10c.277 0 .5.24.5.537v2.148z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), B3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#C925D1" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M22 .5v4h-1V1.707l-3.146 3.147-.707-.708L20.293 1h-2.73V0H21.5a.5.5 0 0 1 .5.5M1 4.438H0V.5A.5.5 0 0 1 .5 0h4v1H1.707l3.147 3.146-.708.708L1 1.707zm3.854 13.416L1.707 21h2.73v1H.5a.5.5 0 0 1-.5-.5v-4h1v2.793l3.146-3.146zM20.75 10.89c0-1.215-1.433-2.425-3.834-3.237l.321-.947c2.868.97 4.513 2.495 4.513 4.184 0 1.688-1.645 3.213-4.513 4.184l-.32-.947c2.4-.812 3.833-2.023 3.833-3.238m-19.478 0c0 1.162 1.34 2.339 3.585 3.15l-.34.94C1.82 14.006.271 12.516.271 10.89S1.82 7.773 4.518 6.8l.34.94c-2.246.81-3.586 1.988-3.586 3.15M21 17.563h1V21.5a.5.5 0 0 1-.5.5h-4v-1h2.793l-3.146-3.146.707-.707L21 20.293zM11.011 10.7c-2.511 0-3.948-.671-4.011-.96V8.13c1.08.504 2.805.668 4 .668s2.92-.164 4-.668v1.613c-.053.286-1.475.959-3.989.959m0 2.864c-2.511 0-3.948-.672-4.011-.96v-1.627c.976.49 2.528.723 4.011.723 1.476 0 3.017-.232 3.989-.721v1.625c-.053.287-1.474.96-3.989.96M11 16.134c-2.525 0-3.948-.675-4-.961v-1.332c.976.492 2.528.724 4.011.724 1.476 0 3.017-.232 3.989-.721v1.327c-.052.288-1.475.963-4 .963m0-10.038c2.486 0 3.821.589 3.991.851-.17.261-1.505.85-3.991.85-2.546 0-3.883-.616-4-.822v-.01c.117-.252 1.454-.868 4-.868m0-1c-1.857 0-5 .39-5 1.851v8.226c0 1.347 2.592 1.961 5 1.961s5-.614 5-1.961V6.947c0-1.46-3.143-1.85-5-1.85", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), D3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#8C4FFF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M14.988 9.103c-.39 0-.707-.338-.707-.753s.317-.753.707-.753.707.338.707.753-.317.753-.707.753m-1.792 4.578c-.39 0-.708-.338-.708-.753s.318-.753.708-.753.707.338.707.753-.317.753-.707.753m-4.303-.763c-.39 0-.706-.338-.706-.753s.317-.753.706-.753c.391 0 .708.338.708.753s-.317.753-.708.753m-1.792 4.197c-.39 0-.707-.338-.707-.753s.318-.753.707-.753c.39 0 .708.338.708.753s-.317.753-.708.753m7.887-10.302c-.796 0-1.444.69-1.444 1.537 0 .52.245.977.617 1.256l-.673 1.818a1.4 1.4 0 0 0-.292-.032c-.633 0-1.167.439-1.36 1.044l-1.508-.365c-.046-.802-.668-1.442-1.435-1.442-.795 0-1.443.689-1.443 1.536 0 .396.146.754.378 1.027l-.658 1.641c-.023-.001-.045-.007-.069-.007-.795 0-1.443.689-1.443 1.536s.648 1.536 1.443 1.536c.796 0 1.444-.69 1.444-1.536 0-.543-.268-1.019-.67-1.292l.58-1.449c.14.048.285.08.438.08.568 0 1.056-.353 1.291-.861l1.597.386c.13.705.715 1.238 1.415 1.238.796 0 1.443-.689 1.443-1.536a1.57 1.57 0 0 0-.492-1.147l.707-1.91c.045.005.088.015.134.015.796 0 1.444-.69 1.444-1.536s-.648-1.537-1.444-1.537M11 21.217c-3.585 0-6.264-1.148-6.264-2.174V4.38c1.22 1.057 3.801 1.615 6.272 1.615 2.46 0 5.03-.554 6.256-1.601v14.648c0 1.026-2.68 2.174-6.264 2.174M11.008.783c3.687 0 6.256 1.168 6.256 2.215 0 1.048-2.57 2.215-6.256 2.215S4.75 4.046 4.75 2.998 7.321.783 11.008.783M18 2.998C18 1.051 14.398 0 11.008 0S4.015 1.05 4.015 2.998l.001.01H4v16.035C4 20.963 7.607 22 11 22s7-1.036 7-2.957V2.998", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), F3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#141F2E" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m6.656 9.37.131.59c0 .197.066.329.197.525v.132l-.065.196-.46.263-.13.066-.198-.066-.262-.328-.197-.394c-.525.59-1.181.919-1.903.919-.59 0-1.05-.197-1.312-.525-.328-.263-.525-.722-.525-1.247s.197-.984.59-1.312c.394-.394.919-.525 1.64-.525.489-.003.975.064 1.444.197V7.4c0-.524-.13-.853-.328-1.05-.197-.262-.525-.328-1.05-.328l-.721.066a5.3 5.3 0 0 0-.919.328h-.131c-.066 0-.131-.065-.131-.197v-.328l.065-.197c0-.065.066-.13.197-.13l.787-.329 1.05-.131c.788 0 1.313.197 1.706.525.328.393.525.918.525 1.64zm-2.624 1.05.656-.131c.262-.066.459-.263.656-.46l.197-.393.065-.591v-.262A5.5 5.5 0 0 0 4.36 8.45c-.394 0-.722.066-.985.263-.196.131-.262.393-.262.722s.066.524.197.721c.197.132.393.263.722.263m5.249.656-.263-.066-.13-.197-1.51-5.118-.066-.262.132-.131H8.1l.262.065.131.263L9.61 9.96l.984-4.33.131-.263.263-.065h.525l.262.065.132.263 1.05 4.396L14.07 5.63l.131-.263.262-.065h.591c.131 0 .197.065.197.131v.131l-.066.131-1.575 5.118-.13.263-.263.066h-.59l-.263-.066-.066-.263-1.05-4.265-.984 4.2-.131.262-.263.066zm8.464.197a4.3 4.3 0 0 1-1.771-.394l-.197-.197-.066-.131v-.328c0-.131.066-.197.131-.197h.132l.197.066c.472.219.988.33 1.509.328.393 0 .721-.131.918-.263.263-.13.328-.328.328-.59l-.13-.46-.657-.328-.984-.328c-.46-.13-.853-.393-1.05-.656a1.575 1.575 0 0 1 .328-2.23l.656-.329c.422-.144.87-.19 1.313-.131q.398.075.787.197l.262.131.197.131.066.263v.262c0 .197-.066.263-.131.263l-.263-.132a3.8 3.8 0 0 0-1.247-.197c-.393 0-.721 0-.918.132-.197.131-.263.328-.263.59 0 .197.066.328.197.46.131.13.328.262.722.393l.919.263c.459.197.787.393.984.656.197.262.328.59.328.919l-.197.787-.46.525c-.196.197-.459.328-.721.394z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M18.992 14.489a14.436 14.436 0 0 1-17.716-1.313c-.263-.197-.066-.393.131-.262a19.68 19.68 0 0 0 17.257 1.05c.328-.132.656.262.328.524", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M19.847 13.439c-.263-.328-1.838-.197-2.494-.066-.262 0-.262-.197-.066-.328 1.247-.853 3.281-.59 3.478-.328.263.328-.066 2.362-1.18 3.346-.198.132-.395.066-.329-.13.328-.657.853-2.166.59-2.494", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), A3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0078D4" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M20.647 1H1.177C.529 1 0 1.603 0 2.266V16.19c0 .663.53 1.266 1.177 1.266h6.647c.706 2.592-.236 2.953-4.47 2.953v1.387h14.352v-1.387c-4.235 0-4.647-.361-3.941-2.953h6.882c.647 0 1.353-.603 1.353-1.266V2.266C22 1.603 21.294 1 20.647 1m-.353 1.688v13.02H1.647V2.688zm-6.13 4.11-3.412-1.99-3.412 1.99v.06l3.412 1.989zM11.119 9.42v3.978l3.412-1.989V7.432zm-.701 0-3.412-1.99v3.98l3.412 1.988z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), b3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0078D4" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M14.362 1.5a.95.95 0 0 1 .9.646l5.77 17.1a.95.95 0 0 1-.465 1.15.95.95 0 0 1-.434.104h-6.854q-.015-.001-.03-.004a.95.95 0 0 1-.429-.118l-.019-.01a1 1 0 0 1-.094-.064q-.02-.014-.039-.027l-.023-.021q-.007-.007-.016-.012l-4.066-3.795-.786 2.319-.366 1.085a.95.95 0 0 1-.619.603 1 1 0 0 1-.158.044H1.867a.95.95 0 0 1-.901-1.254L6.737 2.147a1 1 0 0 1 .2-.337l.029-.03.005-.006q.026-.025.055-.049.026-.023.054-.044a.94.94 0 0 1 .41-.17l.15-.011zM9.45 13.81h3.098l-1.546-4.577z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), L3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M19.82.97c.669 0 1.211.541 1.211 1.21v8.27c0 .668-.543 1.21-1.21 1.21h-3.48v2.422c0 .014.004.028.004.042v1.012a1.21 1.21 0 0 1-1.21 1.21h-8.27a1.21 1.21 0 0 1-1.21-1.21v-.116q-.003-.028-.004-.056V11.66H2.29v8.05h17.422v-5.586a.66.66 0 1 1 1.32 0v5.696c0 .669-.542 1.21-1.21 1.211H2.18a1.21 1.21 0 0 1-1.21-1.21V11.55c0-.668.541-1.21 1.21-1.21H5.65V7.036q.001-.03.004-.061v-.11c0-.668.542-1.21 1.21-1.21h8.27c.669 0 1.21.542 1.21 1.21v3.475h3.366V2.29H2.289v5.586a.66.66 0 1 1-1.319 0V2.18c0-.669.541-1.21 1.21-1.21zM11 9.56a1.44 1.44 0 1 0 0 2.88 1.44 1.44 0 0 0 0-2.88", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), W3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#2684FF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M19.007 12.353h-4.111a.54.54 0 0 0-.538.457 3.38 3.38 0 0 1-3.35 2.912l1.113 5.085a8.554 8.554 0 0 0 7.424-7.879.54.54 0 0 0-.538-.575M11.892 12.224l5.916-5.085a.538.538 0 0 0 0-.807L11.892 1.24a.538.538 0 0 0-.885.41v10.166a.538.538 0 0 0 .885.409M2.535 13.463a8.55 8.55 0 0 0 8.472 7.424v-5.165a3.377 3.377 0 0 1-3.377-3.37zM2.454 12.272v.08H7.63a3.377 3.377 0 0 1 3.377-3.369L9.897 3.9a8.55 8.55 0 0 0-7.443 8.373" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), N3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F9D03A" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11.717 3.203a3.581 3.581 0 1 1 0 7.162 3.581 3.581 0 0 1 0-7.162m-1.496 4.322a.952.952 0 1 0 0 1.904.952.952 0 0 0 0-1.904m2.508-3.355a1.768 1.768 0 1 0 0 3.536 1.768 1.768 0 0 0 0-3.536", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11.717 0a6.12 6.12 0 0 1 6.12 6.12v.079q-.006.422-.068.83c.38-.048.834-.055 1.218.047.25.067.475.18.627.365.11.132.18.298.197.502l.037-.025c-.62 5.887-2.413 8.968-8.13 14.082-4.667-4.02-6.622-6.467-7.424-10.014a3 3 0 0 1-.487.207l-.342.11-.206-.296c-.394-.564-.57-1.122-.564-1.645a2.14 2.14 0 0 1 .553-1.41C2.195 8.698 1.364 8.078.885 7.603L.55 7.27l.321-.346c.512-.55 1.079-.847 1.667-.942.58-.093 1.138.016 1.633.205.561.215 1.075.548 1.49.859l.004-.018A6.12 6.12 0 0 1 11.717 0m6.874 9.845c-.341.194-.718.4-1.12.607-1.154.59-2.604 1.229-4.033 1.542a6.1 6.1 0 0 1-1.72.245h-.08a6.1 6.1 0 0 1-1.593-.231c-1.42-.272-2.831-.808-3.956-1.312-.275-.123-.484.112-.695.223q-.086.148-.189.284c.594 1.49 1.721 2.358 2.943 2.874 1.346.569 2.806.706 3.789.77l.014.095c-.87.325-1.522.495-2.128.537-.58.041-1.115-.035-1.758-.197.06.12.172.23.324.333.186.124.426.231.687.32a7.5 7.5 0 0 0 1.508.326l.01.095c-1.478.5-2.684.128-3.376-.288 1.004 1.372 2.431 2.82 4.486 4.626 2.468-2.261 4.072-4.079 5.145-5.934.261-.453.493-.91.699-1.382-1.424.7-2.924.43-3.648-.041l.034-.09c.43.068 1.472.015 2.486-.48a4.06 4.06 0 0 0 1.999-2.079q.094-.411.172-.843M11.717.977a5.143 5.143 0 0 0-1.443 10.08c.462.086.92.141 1.362.153l.081.002c.466.006.961-.054 1.47-.163A5.143 5.143 0 0 0 11.717.977M4.752 9.208a.8.8 0 0 0-.249.044 1.26 1.26 0 0 0-.57.402 1.16 1.16 0 0 0-.26.721c-.004.206.045.453.186.736.615-.346 1.027-1.04.915-1.892zM3.822 7.1c-.388-.148-.768-.211-1.13-.153a1.7 1.7 0 0 0-.728.306c.741.58 1.898 1.11 3.238.672-.393-.306-.868-.63-1.38-.825", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), T3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M15.584 1.1a5.243 5.243 0 0 1 .477 10.464v8.676a.661.661 0 0 1-1.32 0v-5.06H7.26v5.06a.661.661 0 0 1-1.32 0v-8.676A5.243 5.243 0 0 1 6.416 1.1zM7.26 11.587v2.273h7.48v-2.274zm-.845-6.82a1.576 1.576 0 1 0 .001 3.152 1.576 1.576 0 0 0 0-3.153m8.8 0a1.576 1.576 0 1 0 .001 3.152 1.576 1.576 0 0 0 0-3.153", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), O3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0052CC" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M1.775 2.132a.63.63 0 0 0-.632.733l2.683 16.286a.86.86 0 0 0 .84.717h12.87a.635.635 0 0 0 .633-.53L20.857 2.87a.633.633 0 0 0-.631-.733zm11.297 11.77h-4.11l-1.11-5.808h6.215z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), I3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#A07DBC" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11 0c6.075 0 11 4.925 11 11 0 5.749-4.41 10.465-10.032 10.955l-.07.005c-.296.024-.595.04-.898.04l-.46-.01-.046-.003q-.102-.005-.203-.013a11 11 0 0 1-.825-.084q-.102-.013-.203-.029a11 11 0 0 1-.4-.07l-.095-.019a11 11 0 0 1-.456-.104l-.228-.062a11 11 0 0 1-.471-.14l-.275-.093-.196-.07a11 11 0 0 1-.326-.13q-.06-.023-.123-.05a11 11 0 0 1-.45-.204l-.075-.036q-.186-.091-.368-.19-.075-.04-.15-.083a11 11 0 0 1-.74-.45l-.091-.061q-.163-.111-.322-.228-.102-.075-.202-.154-.123-.092-.242-.189-.087-.072-.173-.146a11 11 0 0 1-.572-.522l-.125-.122a11 11 0 0 1-.648-.714q-.073-.09-.144-.18a11 11 0 0 1-.274-.357 11 11 0 0 1-.182-.259q-.046-.065-.09-.132-.091-.135-.178-.275-.048-.074-.094-.15a11 11 0 0 1-.238-.415L1.3 16.19a11 11 0 0 1-.198-.388l-.044-.093a11 11 0 0 1-.35-.822l-.053-.14A10.9 10.9 0 0 1 0 11C0 4.925 4.925 0 11 0m0 1.32a9.68 9.68 0 0 0-9.178 12.754h.017q.065-.009.13-.014.24-.022.485-.03h.005q.278-.007.554-.005l.187.003q.184.003.367.01.113.005.224.012.165.008.329.019l.24.02q.156.012.31.028l.25.028.302.037a18 18 0 0 1 .549.08q.126.019.252.041a19 19 0 0 1 .546.1q.04.008.083.015l.088.02q.144.029.288.059a.8.8 0 0 0 .267-.004 1 1 0 0 0 .07-.021l.015-.007a.47.47 0 0 0 .147-.092.4.4 0 0 0 .125-.317.5.5 0 0 0-.036-.16c-.04-.083-.096-.155-.15-.229q-.139-.187-.276-.376l-.354-.483-.348-.473-.251-.342a4.4 4.4 0 0 1-.553-1.027 4.6 4.6 0 0 1-.378-1.808c-.01-2.304 1.733-4.333 4.177-4.7a5.2 5.2 0 0 1 1.811.05q.395.083.767.225a3.4 3.4 0 0 1 .847.416l.033.021.03.02.03.02.005.003.048.031.182.128.048.037.016.012c.368.28.695.61.966.982.206.285.417.569.671.816.677.657 1.537 1.121 2.393 1.527.501.238 1.018.449 1.529.654l.01.005a1 1 0 0 1 .134.069q.022.013.043.027.045.032.09.07a.7.7 0 0 1 .163.201q.003.01.006.02a.4.4 0 0 1 .03.1v.014l-.001-.002q.002.006.004.011.002.03-.002.061v.013a.3.3 0 0 1-.015.071l-.003.005a.4.4 0 0 1-.047.09q-.016.02-.033.04a.5.5 0 0 1-.089.083.7.7 0 0 1-.13.079 1 1 0 0 1-.121.052l-.009.003a4.2 4.2 0 0 1-.806.141l-.025.001c-.782.064-1.569.05-2.352.032-.397-.009-.793-.02-1.19-.021l-.072-.001q-.186 0-.335.002l-.158.003-.163.006a2 2 0 0 0-.155.027l-.057.014-.074.025a1 1 0 0 0-.133.064l-.01.004a1 1 0 0 0-.11.078l-.002.001a1 1 0 0 0-.091.084l-.012.013a1 1 0 0 0-.107.14l-.013.024a1 1 0 0 0-.076.18c-.093.309.019.601.162.891.287.563 1.49 2.933 1.955 3.967.269.6.946 2.163 1.02 2.561q.06.26.093.528A9.67 9.67 0 0 0 20.68 11 9.68 9.68 0 0 0 11 1.32", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), _3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F83D02" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M8.286 18.292c.083.028.154.1.154.205v1.98c0 .103-.07.174-.153.204l-.085.014c-.111 0-.239-.08-.24-.219v-1.979c0-.141.13-.22.24-.22zM9.364 18.292c.083.028.155.1.155.205v1.98c-.001.103-.071.174-.153.204l-.086.014c-.111 0-.238-.08-.24-.219v-1.979c0-.141.13-.22.24-.22zM10.442 18.292c.083.028.155.1.155.205v1.98c0 .104-.072.175-.155.204l-.084.014c-.112 0-.238-.08-.239-.219v-1.979c0-.14.127-.22.239-.22zM11.52 18.292c.083.028.155.1.155.205v1.98c0 .104-.072.175-.155.204l-.084.014c-.112 0-.237-.08-.238-.219v-1.979c0-.14.126-.22.238-.22zM12.599 18.292c.083.028.155.1.155.205v1.98c0 .104-.072.175-.155.204l-.085.014c-.112 0-.237-.08-.238-.219v-1.979c0-.14.127-.22.239-.22zM13.677 18.292c.083.028.155.1.155.205v1.98c0 .104-.072.175-.155.204l-.084.014c-.111 0-.239-.08-.24-.219v-1.979c0-.141.13-.22.24-.22zM9.875 7.705a.29.29 0 0 1 0 .578.29.29 0 0 1 0-.578M10.836 7.705a.29.29 0 0 1 0 .578.289.289 0 0 1 0-.578M11.796 7.705a.289.289 0 0 1 0 .578.29.29 0 0 1 0-.578" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M10.89 0c3.71 0 6.727 3.026 6.727 6.744 0 .854-.164 1.67-.455 2.423a1.853 1.853 0 0 1-.13 3.145 5 5 0 0 1-1.485 5.625q.057.18.06.373v2.3c-.001.766-.688 1.39-1.531 1.39h-6.49c-.843 0-1.53-.624-1.53-1.39v-2.3q0-.174.045-.34a5 5 0 0 1-1.521-5.662 1.854 1.854 0 0 1 .006-3.219 6.7 6.7 0 0 1-.422-2.345C4.164 3.026 7.182 0 10.89 0M7.081 17.789c-.188.126-.306.317-.306.521v2.3c0 .368.364.669.811.67h6.49c.447 0 .811-.302.811-.67v-2.3c0-.205-.12-.396-.31-.521zM5.58 15.856c.245.512.602.978 1.064 1.362q.04-.03.083-.058a6.7 6.7 0 0 1-.547-1.303zm9.91 0c-.14.459-.322.898-.551 1.307q.026.017.051.036c.452-.38.8-.84 1.042-1.343zm-8.556 0c.121.355.276.692.456 1.007h6.887q.274-.477.456-1.006h-1.914c-.542.523-1.242.84-2.006.84-.765 0-1.465-.317-2.007-.84zm3.066 0q.318.134.668.16l-.121-.16zm1.018.156q.316-.034.607-.155h-.487zm-5.162-4.173a4.06 4.06 0 0 0-.59 3.09h.7a7.307 7.307 0 0 1 .13-3.016 1.4 1.4 0 0 1-.24-.073m1.055-.142a6.5 6.5 0 0 0-.215 3.233h1.43a3.9 3.9 0 0 1-.422-1.775c0-.591.13-1.15.355-1.64H6.97zm1.905-.182a3.2 3.2 0 0 0-.44 1.64c0 .67.197 1.286.526 1.775h.938l-1.024-1.343-.049-.063 1.009-1.751.035-.06h2.062l.035.06 1.008 1.751-.049.063-1.023 1.343h.88a3.2 3.2 0 0 0 .526-1.775c0-.61-.164-1.175-.44-1.64zm4.751 0c.226.49.355 1.048.355 1.64 0 .647-.156 1.253-.423 1.775h1.473c.068-.383.107-.78.107-1.185 0-.707-.11-1.396-.325-2.048l-.06-.182zm2 .4a7.3 7.3 0 0 1 .133 3.015h.648a4.06 4.06 0 0 0-.58-3.075 1.4 1.4 0 0 1-.2.06m-4.493 2.807v.208h.076l.936-1.23-.224-.013zm-1.477-1.021.937 1.229h.077v-.208l-.791-1.035zm.61-.27.635.833.635-.833-.297-.515h-.674zm-.64-.192.223-.014.312-.542-.107-.186zm2.002-.576.324.562.22.014-.432-.752zm-1.064-.21h.65l.12-.188h-.879zm6.168-2.266h-.007q.002.03.003.058v.31c0 .255-.07.494-.191.7q.075.11.144.223a.92.92 0 0 0 .43-.777.92.92 0 0 0-.293-.673q-.043.08-.086.16m-11.7-.246a.93.93 0 0 0-.4.76c.001.324.169.606.42.772q.08-.132.17-.26a1.4 1.4 0 0 1-.167-.659v-.31q0-.116.02-.227zm1.358.43v.211a.2.2 0 0 0 .051.006h8.9a.2.2 0 0 0 .052-.006v-.211a.2.2 0 0 0-.052-.006h-8.9a.2.2 0 0 0-.05.006m2.533-2.305h-.736a.67.67 0 0 0-.667.669v.703h6.743v-.703a.67.67 0 0 0-.667-.67H12.8v-1.27H8.863zM10.89.926c-3.199 0-5.802 2.61-5.802 5.818 0 .84.181 1.638.502 2.36.225-.157.498-.249.791-.249h.36v-.12c0-.766.622-1.39 1.386-1.39h.018v-1.27h5.373v1.27h.018a1.39 1.39 0 0 1 1.385 1.39v.12h.36c.333 0 .637.118.877.315.34-.74.535-1.56.535-2.426 0-3.208-2.603-5.817-5.803-5.817", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), G3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#14CC80" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M21.645 7.464 14.616 3.93V11l7.03-3.535m-14.16 7.072V7.464L.356 3.93V11zM.168 3.628a.35.35 0 0 1 .345-.015l6.973 3.456 6.973-3.456a.35.35 0 0 1 .317 0l7.029 3.535a.35.35 0 0 1 .195.316v7.068a.36.36 0 0 1-.195.317l-7.03 3.538a.357.357 0 0 1-.514-.316v-6.499l-6.618 3.282a.36.36 0 0 1-.315 0l-7.13-3.537A.36.36 0 0 1 0 11V3.93a.35.35 0 0 1 .168-.302" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), $3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FF6633" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M12.117 22H9.883v-3.548l3.046-3.904H9.883V9.794H4.4l5.483-7.097V0h2.234v3.548L9.07 7.452h3.046v4.755H17.6l-5.483 7.096z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), j3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#4445E7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M18.13 13.075A7.8 7.8 0 0 0 18.397 11c0-4.705-3.696-10-7.386-10S3.626 6.295 3.626 11c0 1.025.176 1.938.489 2.74l-2.219-.132c-.903-.054-1.736.624-1.595 1.566.055.365.16.738.345 1.061-.628.465-.884 1.32-.376 1.99.511.673 1.261 1.293 2.29 1.293 1.118 0 1.79-.304 2.198-.686q.044.252.188.486C5.447 20.12 6.277 21 7.505 21c2.087 0 2.32-1.38 2.437-2.073q.013-.081.026-.15l1.395-.734 1.395.735q.013.068.026.149c.117.692.35 2.073 2.437 2.073 1.227 0 2.058-.88 2.559-1.682q.03-.047.054-.095c.394.179.914.295 1.605.295 1.03 0 1.78-.62 2.29-1.293.626-.824.095-1.927-.862-2.242l-.316-.104c.928-.506 1.065-1.46.966-2.298-.113-.945-1.091-1.354-1.945-1.039zm-6.766 4.955h-.002z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), U3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#000000" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M8.67 8.215V6.332c0-.159.06-.278.2-.357l3.785-2.18c.516-.297 1.13-.436 1.764-.436 2.379 0 3.885 1.843 3.885 3.806 0 .138 0 .297-.02.455L14.36 5.321a.66.66 0 0 0-.714 0zm8.841 7.334v-4.5a.66.66 0 0 0-.357-.614L12.18 7.54l1.626-.932a.36.36 0 0 1 .396 0l3.786 2.18c1.09.635 1.824 1.983 1.824 3.291 0 1.506-.892 2.894-2.3 3.469m-10.01-3.964-1.625-.952c-.139-.079-.198-.198-.198-.356V5.916c0-2.121 1.625-3.727 3.825-3.727a3.7 3.7 0 0 1 2.26.773l-3.905 2.26a.66.66 0 0 0-.356.615zM11 13.606l-2.33-1.308V9.523L11 8.215l2.329 1.308v2.775zm1.496 6.026a3.7 3.7 0 0 1-2.26-.773l3.906-2.26a.66.66 0 0 0 .356-.614v-5.748l1.646.951c.138.08.198.198.198.357v4.36c0 2.121-1.645 3.727-3.845 3.727M7.8 15.212l-3.786-2.18c-1.09-.635-1.824-1.982-1.824-3.29 0-1.527.912-2.894 2.32-3.47v4.52c0 .277.118.476.356.614L9.82 14.28l-1.625.932a.36.36 0 0 1-.396 0m-.218 3.25c-2.24 0-3.885-1.684-3.885-3.765 0-.159.02-.317.04-.476l3.904 2.26a.66.66 0 0 0 .714 0l4.975-2.874v1.883c0 .158-.06.277-.198.357l-3.786 2.18c-.516.297-1.13.436-1.764.436m4.915 2.36c2.399 0 4.4-1.705 4.857-3.965C19.573 16.282 21 14.201 21 12.08a5.01 5.01 0 0 0-1.665-3.706c.1-.417.159-.833.159-1.25 0-2.833-2.3-4.955-4.956-4.955-.535 0-1.05.08-1.566.258A4.97 4.97 0 0 0 9.503 1a4.956 4.956 0 0 0-4.856 3.964C2.427 5.54 1 7.62 1 9.741c0 1.388.595 2.736 1.665 3.707a5.4 5.4 0 0 0-.159 1.249c0 2.834 2.3 4.955 4.956 4.955.535 0 1.05-.08 1.566-.258a4.97 4.97 0 0 0 3.468 1.428" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), X3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#6B34FD" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M20.022.001a2.1 2.1 0 0 1 1.516.76c.335.405.498.926.455 1.464a2.2 2.2 0 0 1-.636 1.375L11.262 12.92a.528.528 0 0 0 .012.722l5.51 4.74a2.2 2.2 0 0 1 .653 1.528c.008.595-.22 1.14-.643 1.532a2.09 2.09 0 0 1-2.894-.05l-.025-.025-4.801-5.56c-.18-.172-.522-.172-.717.017L3.56 21.378q-.315.314-.702.47a2.1 2.1 0 0 1-1.536.014 2.1 2.1 0 0 1-.669-.42 2.02 2.02 0 0 1-.643-1.53c.01-.564.24-1.12.64-1.515l.024-.025 5.516-4.746a.525.525 0 0 0-.016-.718L.657 8.164a2.2 2.2 0 0 1-.65-1.389A2.04 2.04 0 0 1 .461 5.31c.376-.455.93-.732 1.517-.758a2.07 2.07 0 0 1 1.569.608l.025.026 4.8 5.56c.18.173.533.168.725-.023L18.438.627A2.12 2.12 0 0 1 19.925 0z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), Y3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#052882" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M16.026 7.401c-.342-.41-.683-.822-1.163-1.096-.41-.274-.888-.548-1.367-.685a5.7 5.7 0 0 0-1.504-.206c-.684 0-1.437.137-2.052.48A4.95 4.95 0 0 0 8.3 7.127c-.48.48-.89 1.166-1.164 1.851-.273.754-.41 1.645-.41 2.468q0 1.027.41 2.056c.274.616.616 1.164 1.095 1.644.478.48 1.025.89 1.64 1.097 1.095.48 2.394.548 3.557.205a5 5 0 0 0 1.367-.616c.41-.274.821-.617 1.095-.96.341-.411.615-.823.82-1.302l3.898 3.907a11 11 0 0 1-3.761 3.358 9.6 9.6 0 0 1-2.326.89c-.82.206-1.709.275-2.53.275q-2.154 0-4.102-.823c-2.53-1.096-4.582-3.083-5.676-5.62a10.5 10.5 0 0 1-.82-4.111c0-1.509.273-3.016.82-4.455.547-1.371 1.3-2.536 2.257-3.633C5.427 2.33 6.59 1.508 7.82.89 9.12.274 10.488 0 11.924 0c.89 0 1.71.137 2.53.343 1.71.41 3.214 1.302 4.445 2.535.616.617 1.231 1.303 1.641 2.125L16.642 8.91c0-.617-.274-1.097-.616-1.509", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), J3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#343434" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M8.217 11a2.616 2.616 0 0 1 2.617-2.617A2.624 2.624 0 0 1 13.452 11a2.624 2.624 0 0 1-2.618 2.618A2.625 2.625 0 0 1 8.217 11m2.617-11C5.698 0 1.396 3.52.175 8.273c-.01.033-.01.064-.01.11 0 .287.232.528.528.528h4.432c.21 0 .397-.12.474-.305.914-1.98 2.915-3.366 5.236-3.366a5.77 5.77 0 0 1 5.762 5.763 5.77 5.77 0 0 1-5.766 5.766 5.76 5.76 0 0 1-5.234-3.367.54.54 0 0 0-.474-.308H.693a.53.53 0 0 0-.527.528c0 .034.013.066.013.11C1.389 18.48 5.697 22 10.834 22c6.072 0 11-4.927 11-11 0-6.071-4.928-11-11-11" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), Q3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#D97757" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m4.924 14.296 3.934-2.206.066-.192-.066-.106h-.192l-.658-.04-2.248-.061-1.95-.081-1.888-.101-.476-.102L1 10.82l.046-.293.4-.268.572.05 1.266.086 1.898.132 1.377.08 2.041.213h.324l.046-.131-.112-.081-.086-.081-1.964-1.33L4.68 7.79l-1.114-.81-.602-.41-.304-.384-.132-.84.547-.602.734.05.188.051.744.572 1.59 1.23 2.076 1.527.304.253.121-.086.015-.06-.137-.228-1.129-2.04L6.377 3.94l-.536-.86-.142-.517a2.5 2.5 0 0 1-.086-.607l.623-.845L6.58 1l.83.111.35.304.516 1.179.835 1.857 1.297 2.524.38.749.202.693.076.213h.131v-.122l.107-1.421.197-1.746.193-2.246.065-.633.314-.759.623-.41.486.233.4.572-.055.37-.238 1.542-.466 2.419-.304 1.619h.177l.203-.203.82-1.087 1.377-1.72.608-.684.709-.753.455-.36h.861l.633.941-.284.972-.886 1.123-.734.951-1.053 1.417-.658 1.133.06.091.158-.015 2.38-.506 1.285-.233 1.535-.263.693.324.076.329-.273.673-1.64.405-1.925.384-2.866.678-.035.025.04.051 1.292.121.551.03h1.352l2.517.188.658.435.395.531-.066.405-1.012.516-1.368-.324-3.19-.759-1.093-.273h-.152v.091l.911.89 1.671 1.508 2.091 1.943.107.48-.269.38-.283-.04-1.838-1.381-.709-.623-1.605-1.35h-.106v.141l.37.541 1.954 2.935.1.9-.14.294-.507.177-.557-.101-1.144-1.604-1.18-1.806-.952-1.62-.117.067-.562 6.046-.263.308-.607.233-.507-.384-.268-.623.268-1.23.324-1.603.264-1.275.238-1.584.141-.526-.01-.035-.116.015-1.195 1.64-1.818 2.453-1.438 1.538-.344.137-.598-.309.056-.551.334-.491 1.99-2.53 1.2-1.568.775-.906-.005-.132h-.046l-5.286 3.43-.942.122-.405-.38.05-.622.193-.202 1.59-1.093z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), Z3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FF0077" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M1.624 11.313c0-5.09 4.218-9.263 9.397-9.263 2.506 0 4.845.96 6.599 2.712a9.08 9.08 0 0 1 2.756 6.55v.043l-1.587.918h-.041a4.5 4.5 0 0 0-2.715-.793h-.167a4.44 4.44 0 0 0-4.219 4.423c0 .667.168 1.377.502 2.003-.084.626-.752 1.669-1.045 2.003l-.041.041-.042-.041c-.71-.877-1.17-1.836-1.378-2.838 0-.083-.042-.209-.042-.292v-.793c0-.75.125-1.46.334-2.128v-.042c.083-.292.209-.584.334-.834v-.042c.042-.083.084-.208.167-.334l.042-.083c.083-.125.125-.25.209-.334.083-.083.167-.208.292-.375l.042-.084c.46-.584 1.044-1.043 1.67-1.418h.042c.126-.084.25-.167.376-.21.293-.124.543-.25.835-.333h.042l.501-.167c.168-.042.293-.042.46-.083.083 0 .209-.042.292-.042h.042c.292 0 .543-.042.793-.042h.126c.668 0 1.336.084 1.963.292A6.85 6.85 0 0 0 16.2 6.222a7.27 7.27 0 0 0-5.18-2.128c-3.466 0-6.39 2.337-7.141 5.633 1.002-.333 2.088-.375 3.174-.167a6.84 6.84 0 0 1 3.049 1.42l.209.166-.167.209c-.084.125-.167.208-.25.333-.168.293-.335.585-.502.918l-.167.334-.292-.25c-.627-.584-1.42-.96-2.256-1.127a4.7 4.7 0 0 0-3.425.71h-.041l-1.587-.918z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), K3 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#885630" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M15.105 0c-.061 0-.1.031-.144.087a.39.39 0 0 0-.062.394c.168.376.32.761.465 1.146l.035.062c-.035-.001-.044-.02-.056-.039-.261-.284-.57-.51-.879-.737-.417-.309-.872-.553-1.324-.8a.5.5 0 0 0-.189-.059l-.338-.037C12.435-.006 12.3.1 12.3.285c0 .1-.04.121-.119.128-.07.004-.164.106-.172.176a.66.66 0 0 0 .2.568c.392.38.77.774 1.148 1.169l.014.006q.016.014.024.035-.01.004-.017.003a.05.05 0 0 1-.031-.02q-.004-.003-.005-.007-.083-.048-.164-.1c-.265-.184-.525-.371-.789-.549a.8.8 0 0 0-.406-.156.38.38 0 0 0-.345.131.26.26 0 0 0-.078.232c.014.134.101.217.197.286.442.31.837.673 1.203 1.076.032.035.065.073.101.103.104.088.168.205.231.326.03.055.018.068-.038.068-.377 0-.736.108-1.097.187-.148.033-.295.086-.348.257-.057.192-.084.3.141.36q.676.18 1.313.472a.5.5 0 0 1 .103.07c.106.096.203.202.32.279.334.226.678.438 1.074.534.047.011.088.036.132.046.044.014.075.04.084.086.025.163.122.256.269.303.017.005.033.018.052.025.046.016.067.05.082.1q.089.329.187.655c.023.073.002.091-.062.112a61 61 0 0 0-.98.307c-.115.036-.117.039-.058.149l.8 1.499c.112.21.116.21.321.1.021-.01.05-.048.07-.012.018.033.053.081.021.119-.1.118-.167.257-.252.385-.027.041-.027.068-.004.107q.134.228.264.46c.01.018.03.04.026.054l-.108.336a2.4 2.4 0 0 0-.28-.656c-.158-.264-.36-.497-.546-.744q-.045-.054-.096-.105c-.177-.19-.402-.305-.617-.438a.9.9 0 0 0-.3-.117c-.33-.073-.657-.1-.986.004-.066.022-.103.004-.142-.055-.081-.117-.146-.25-.256-.341-.264-.22-.543-.42-.868-.535a2.5 2.5 0 0 0-.762-.154 4 4 0 0 0-.408.016c-.348.027-.696.068-1.004.269-.062.039-.132.061-.195.099-.317.177-.63.353-.895.622q-.415.412-.79.865c-.284.352-.498.75-.69 1.162-.013.027-.02.064-.062.088l-.105-.682c-.006-.042.02-.04.046-.035.079.01.155.013.233.024.06.009.09-.005.106-.074q.03-.14.059-.285c.072-.364.176-.715.267-1.072.017-.068.006-.092-.062-.11-.336-.083-.672-.176-1.009-.26-.063-.015-.093-.039-.074-.11.077-.273.11-.559.213-.825a.16.16 0 0 1 .05-.08c.086-.07.15-.15.14-.276-.005-.095.037-.154.124-.196.16-.08.316-.172.467-.264a.76.76 0 0 0 .288-.306c.284-.554.52-1.138.864-1.659.029-.047.052-.097.088-.137.222-.242.43-.499.679-.715.078-.068.1-.16.101-.262 0-.117-.065-.199-.133-.28-.066-.079-.133-.147-.246-.134-.024.003-.05-.01-.077-.013.017-.036.044-.044.067-.06q.447-.3.895-.603.54-.364 1.085-.727c.046-.032.067-.055.017-.101-.013-.012-.021-.028-.032-.04-.074-.091-.074-.091-.176-.028L7.55 3.385c-.09.057-.09.057-.134-.046-.099-.24-.156-.495-.23-.742-.018-.057-.003-.09.04-.126.254-.21.487-.449.722-.68.091-.09.15-.21.164-.339.02-.156-.08-.237-.215-.18a1.5 1.5 0 0 0-.195.097c-.599.343-1.238.579-1.893.777-.038.011-.072.024-.104-.018-.065-.083-.163-.129-.245-.191a.06.06 0 0 0-.056-.014c-.088.025-.18.052-.234.135-.14.214-.315.403-.447.625-.15.257-.293.515-.462.76-.032.045-.044.052-.074-.003l-.561-1.025a3 3 0 0 0-.197-.31c-.083-.108-.184-.16-.315-.146-.023.004-.053-.004-.062.034-.018.1-.062.207-.05.304q.043.374.132.739c.1.42.215.836.335 1.25.117.407.248.807.375 1.213.01.035.03.066-.017.095-.06.034-.155.053-.165.114-.01.064.044.138.07.206l.006.016c.022.053.032.132.07.152.051.027.098-.046.144-.075.042-.027.057-.02.076.027q.165.4.335.803.027.062.005.125a4 4 0 0 0-.169.66c-.01.064-.033.064-.08.05q-.366-.098-.734-.192c-.108-.03-.108-.03-.12.085v.01q-.079.915-.162 1.827c-.003.055.003.078.06.085q.256.035.51.077c.031.004.058.006.05.055-.037.206-.067.415-.11.62a.17.17 0 0 0 .03.15l.176.242c.04.057.07.132.033.191a.2.2 0 0 0-.029.109c.006.38.006.76.023 1.142.009.183.006.37.01.554.01.49.036.98.053 1.47.01.24-.031.476-.02.718.001.06.014.091.073.111.141.046.275.107.417.152a.24.24 0 0 1 .163.144q.043.095.033.2c-.001.066.022.106.073.143q.324.245.652.497c.572.44 1.145.883 1.721 1.32.053.041.065.074.034.134-.03.057-.049.124-.079.18-.025.054-.021.087.027.123q.11.081.208.173c.058.05.06.129.043.19-.014.046-.077.005-.117 0-.028-.002-.055-.009-.082-.012-.274-.046-.544-.12-.822-.144-.44-.036-.883-.076-1.33-.064-.023 0-.059-.022-.065.028-.006.038-.015.08.027.107a.4.4 0 0 0 .068.033c.25.09.482.22.711.358.148.087.293.186.456.245.03.011.06.035.096.002q-.367-.303-.734-.61c.035-.026.061-.015.088-.012.292.024.585.066.87.137q.943.234 1.87.524c.202.065.418.096.6.223.045.03.071.062.066.12.01.012.024.03.009.04-.018.012-.032-.01-.044-.021q-.217-.018-.43-.04c-.408-.042-.814-.1-1.227-.088-.308.01-.617-.014-.925.01-.435.03-.871.09-1.304.137-.022.003-.055-.002-.055.025 0 .033.012.07.053.08q.048.01.1.01c.22.01.437.007.656.01.547.014 1.095-.01 1.64.038.196.018.396.01.588.046.907.177 1.81.361 2.712.566.105.024.214.042.317.095-.049.046-.112.06-.14.126-.193.463-.32.953-.466 1.432a.16.16 0 0 0 .105.198.24.24 0 0 0 .199-.028.25.25 0 0 0 .111-.173q.028-.15.047-.301c.004-.033.015-.05.047-.061q.172-.076.346-.147.26-.103.466-.298c.118-.116.218-.251.22-.43 0-.056.013-.092.055-.125.194-.155.368-.334.537-.517q.249-.263.529-.488c.021-.019.038-.044.07-.032l.494.203c-.33.21-.643.41-.953.605q-.024.014-.047.018a.7.7 0 0 0-.298.185c-.33.34-.5.746-.48 1.237.012.33.194.486.502.413.543-.133 1.004-.673 1.086-1.265.021-.165.046-.328-.068-.47a2 2 0 0 0-.156-.18c.017-.01.025-.017.034-.023.685-.424 1.432-.713 2.18-.981.917-.33 1.85-.59 2.788-.841l-.066-.016q-.091.01-.181.018a4.3 4.3 0 0 0-.769.123l-.014.006a.2.2 0 0 1-.083.014q-.018 0-.042.002c.057-.057.222-.242.267-.23l.002-.004h.004c0-.006.017-.018.017-.018q.021-.043.065-.046a.6.6 0 0 1 .174-.173c.044-.028.09-.057.14-.079.14 0 .28-.178.428-.24 0-.006-.009-.01-.011-.016a2.7 2.7 0 0 0-.622.147c-.434.166-.882.296-1.305.49-.654.297-1.306.594-1.934.948l-.068.033-.048-.462c-.005-.03.01-.044.035-.058.557-.306 1.115-.61 1.697-.86.478-.207.951-.43 1.432-.633q.003-.008.01-.009h.003q.002.002.004.003c.006.01.002.018-.004.024q-.003.002-.01.004h-.001a3 3 0 0 0-.328.605c.034.01.047-.003.06-.016q.149-.163.295-.328c.189-.214.388-.42.62-.586.015-.011.04-.02.03-.044-.013-.028-.04-.014-.06-.01-.217.047-.435.089-.651.142-.072.017-.067-.01-.07-.062-.002-.18.024-.357.03-.537a.6.6 0 0 1 .051-.226q.13-.31.262-.619c.044-.104.07-.213.087-.323q.04-.265.065-.532c.027-.275.12-.532.165-.802.057-.343.104-.689.226-1.018.11-.29.216-.58.328-.868.155-.392.352-.764.445-1.182.032-.145.067-.277.004-.42-.036-.077-.046-.165-.072-.249a.4.4 0 0 1-.01-.187c.042-.224.061-.447-.056-.656-.032-.057.007-.092.039-.128.077-.083.082-.12.014-.211-.078-.101-.154-.205-.238-.299-.07-.077-.136-.16-.206-.24-.049-.03-.044-.05.01-.07.124-.044.244-.099.369-.14.07-.021.088-.063.093-.128q.06-.833.123-1.667c.006-.077-.006-.092-.083-.068-.4.132-.8.257-1.201.387-.123.04-.125.04-.18-.085-.203-.477-.362-.97-.528-1.458a.37.37 0 0 1 .006-.29c.059-.172.02-.345.016-.52l-.004-.027a9 9 0 0 0-.224-1.418 5.7 5.7 0 0 0-.44-1.164q-.301-.596-.65-1.169c-.099-.163-.205-.31-.382-.391A.6.6 0 0 0 15.105 0m-2.327.238a.3.3 0 0 1 .176.047q.662.339 1.294.738c.218.145.425.31.63.477.097.08.17.199.25.302.034.043.01.083-.02.114-.022.022-.052.036-.078.05-.027.02-.063.037-.052.08.008.037.048.046.079.053a.23.23 0 0 0 .14-.014c.149-.064.274.044.37.153.024.027.034.085.081.067.049-.019.056-.074.051-.125-.01-.138-.044-.272-.074-.407-.08-.346-.238-.658-.368-.984q-.072-.174-.144-.35c-.026-.064.01-.12.043-.167.026-.036.07-.004.107.013.134.062.21.174.275.304.07.138.157.266.23.4.128.234.284.454.386.699.148.355.336.694.425 1.078.076.339.184.67.222 1.02.014.133-.008.26.007.388q.043.381-.109.731c-.026.064-.018.125.01.19.223.49.406.994.591 1.5.024.066.013.091-.053.112q-.637.195-1.275.398c-.061.02-.08.003-.1-.055a43 43 0 0 1-.31-.886c-.021-.063-.047-.096-.113-.08-.078.02-.12-.016-.154-.088-.055-.116-.1-.257-.19-.33-.091-.073-.235-.075-.356-.105-.09-.025-.182-.054-.274-.07a1.24 1.24 0 0 1-.54-.25 12 12 0 0 0-.822-.574c-.092-.007-.178-.033-.267-.055-.245-.052-.489-.107-.734-.156-.06-.011-.07-.058-.074-.099-.007-.051.006-.1.057-.132.078-.049.167-.058.255-.073a8 8 0 0 1 1.185-.12c.097-.001.184.037.275.061a.15.15 0 0 0 .146-.028q.287-.193.573-.386c.03-.02.085-.033.062-.086l-.013-.02q-.015-.012-.038-.01l-.044.001h-.007a1 1 0 0 0-.588.183c-.07.046-.229.018-.273-.05-.3-.474-.725-.815-1.13-1.183-.18-.162-.355-.331-.546-.482-.047-.036-.07-.132-.037-.18.043-.065.097-.037.148-.013.163.075.32.16.465.268.497.37 1.031.682 1.562.995q.02.014.044.025c.08.027.123-.01.11-.097a.25.25 0 0 0-.055-.123c-.43-.526-.882-1.03-1.327-1.543-.092-.106-.202-.198-.306-.293a.8.8 0 0 1-.194-.255.15.15 0 0 1 .02-.174c.035-.042.068-.05.12-.022q.226.112.426.268l.709.555.71.553c.018.015.039.03.055.045.044.043.083.087.125.13l.026.027c.017.018.032.041.053.055.048.03.098.057.15.004q.025-.026.026-.05c0-.007.004-.013 0-.02v-.009a.2.2 0 0 0-.039-.066l-.158-.171a4 4 0 0 0-.275-.274 29 29 0 0 0-.94-.774c-.16-.128-.35-.214-.524-.32-.064-.037-.106-.092-.153-.145a.14.14 0 0 1-.021-.137c.02-.05.066-.047.106-.052m-5.08 1.274a.04.04 0 0 1 .025.004c.043.025.027.07.027.124.011.055-.023.1-.07.147-.306.295-.624.574-.949.845-.13.108-.288.158-.431.24-.03.016-.047 0-.064-.022q-.158-.213-.315-.424c-.04-.05.015-.05.04-.06.224-.083.444-.179.666-.27.322-.132.613-.321.917-.49q.046-.027.092-.057c.021-.009.039-.034.062-.037m-2.308.76a.2.2 0 0 1 .118.06 1 1 0 0 1 .159.208c.152.257.364.464.57.676q.215.225.441.43c.05.046.06.117.087.177.01.022.001.039-.018.05q-.016.01-.026.018c-.125.11-.243.095-.39.018a2.8 2.8 0 0 1-.76-.592q-.015-.014-.027-.022c-.1-.08-.106-.076-.15.045-.046.124-.076.252-.129.37-.02.042.01.087.04.117.034.036.057.09.119.082q.04-.006.048-.05c.015-.074.036-.147.053-.236.23.201.487.357.74.534l-.245.146q-.944.549-1.884 1.104c-.051.028-.072.035-.094-.03-.24-.777-.493-1.55-.696-2.34-.045-.183-.065-.374-.098-.561-.01-.055.024-.083.059-.104.046-.023.048.033.065.055.332.477.558 1.018.829 1.53.081.154.172.303.258.456.018.027.03.052.072.037.047-.019.038-.048.03-.083-.034-.16-.112-.302-.17-.452a.17.17 0 0 1 .003-.147c.12-.26.29-.486.423-.736.123-.226.28-.429.397-.657a.2.2 0 0 1 .073-.079.18.18 0 0 1 .103-.024m1.563.451q.017.004.032.039c.106.247.177.509.266.76.009.026.01.046-.015.061l-.225.145c-.008.005-.015.007-.041.018-.006-.011-.015-.03-.027-.046l-.476-.569c-.021-.025-.042-.05 0-.074.156-.092.275-.242.44-.32q.03-.016.046-.014m1.7.446a.18.18 0 0 1 .123.042q.045.035.064.089a.2.2 0 0 1 .007.111.5.5 0 0 1-.142.266c-.3.298-.56.635-.777 1.002-.201.33-.4.658-.55 1.017a.7.7 0 0 1-.129.19q-.317.375-.753.584a.15.15 0 0 0-.07.057.16.16 0 0 0-.025.089c-.005.055-.021.108-.026.163a.45.45 0 0 1-.167.348c-.035.03-.04.076-.053.116l-.24.838q0 .01-.002.018c0 .013.002.027-.015.035-.035.009-.068-.002-.1-.02a35 35 0 0 1-1.172-.306c-.048-.01-.095-.027-.146-.033-.077-.01-.084-.048-.048-.11.05-.257.11-.513.262-.73.034-.049.032-.088.002-.141-.167-.291-.294-.604-.433-.908-.023-.05-.015-.073.03-.1q1.14-.734 2.275-1.472c.04-.028.079-.011.117-.02.133-.031.262-.074.378-.15.01-.006.023-.01.027-.02.085-.195.273-.262.432-.339.362-.171.727-.33 1.047-.58a.15.15 0 0 1 .084-.036m10.081 3.458v.004h.002c-.018.234-.038.456-.055.678l-.037.49c-.005.06-.022.097-.083.12q-1.486.53-2.97 1.072l-.034.008c-.031.005-.048-.011-.071-.05q-.287-.542-.582-1.08c-.027-.045-.034-.07.03-.087l3.748-1.142c.012-.005.026-.007.052-.013m-.36.354a.27.27 0 0 0-.253.268c.006.126.11.236.224.231.12-.002.238-.14.235-.277q-.005-.226-.207-.222m-14.829.797q.015 0 .036.006l1.703.466 1.706.468c.055.015.073.033.053.091l-.245.837c-.009.033-.015.068-.05.068l-.019-.002-.912-.13q-.299-.042-.595-.085a217 217 0 0 0-1.81-.262c-.038-.011-.052-.035-.044-.09l.134-1.311c.003-.01.002-.018.005-.028l.004-.013q.01-.02.034-.019zm7.169.094.099.002c.174.01.343.08.501.152q.105.049.21.1l.05.026q.078.038.153.083l.1.06c.03.022.065.041.094.066a1.535 1.535 0 0 1 .59.811c.058.185.1.375.115.566.014.185-.039.366-.084.543-.007.028-.018.034-.027.032-.012-.005-.018-.02-.029-.033l-.19-.23a1.85 1.85 0 0 0-.918-.627 3.5 3.5 0 0 0-.876-.14q-.359.002-.708.084c-.186.036-.373.067-.556.103-.12.022-.231.08-.341.129q-.08.039-.159.07l-.017.004c-.332.12-.613.33-.903.522-.079.055-.145.129-.214.2l-.008.008-.057.06c-.134.134-.264.27-.409.393-.065.095-.154.16-.236.244q.03-.234.129-.433a4 4 0 0 1 .36-.587q.132-.187.277-.363.106-.134.217-.266l.22-.26a1 1 0 0 1 .102-.092l.023-.028c.069-.06.13-.124.21-.192l.01-.01.06-.055c.21-.21.456-.372.701-.535q.037-.026.076-.046l.098-.044q.014-.008.026-.011.075-.033.152-.06l.103-.033c.123-.037.246-.068.367-.107.222-.074.455-.11.688-.106m-6.67.412c-.062.004-.135-.003-.19.052a.43.43 0 0 0-.118.307.44.44 0 0 0 .13.303.246.246 0 0 0 .334 0c.128-.117.16-.288.084-.49-.047-.126-.11-.172-.238-.172zm13.96.057c.077-.001.144.048.203.134q.02.013.038.029c.02.017.027.037.047.059.087.103.182.205.273.306a.1.1 0 0 1 .012.022l.002.01-.003.01a.04.04 0 0 1-.014.013l-.008.014-.002.001q-.002.003-.004.01l-.002.003h.002v.008c-.127.133-.093.26.01.38.005.011.012.022.012.033.084.116.014.233 0 .35-.003.011-.005.015-.014.019l-.006.003-.026-.004-.01-.003-.22-.07q-.008-.001-.018-.007c-.005 0-.01-.007-.016-.007a.24.24 0 0 1-.104-.018.214.214 0 0 0-.257.046l-.004.018c.035.055.095.07.148.086.216.074.399.211.599.32.046.027.054.084.05.139q-.005.045-.018.094l-.063.284a.12.12 0 0 1-.018.07c.004.154-.1.269-.15.4-.005.012-.01.016-.017.037q-.049.14-.113.274c0 .007-.009.016-.01.022v-.004l-.002.004-.005.01q-.002.002-.004.006c-.01.041-.018.085-.051.121a1.8 1.8 0 0 1-.165.396c-.006.011-.01.011-.015.033-.054.132-.112.29-.167.435l-.035.156-.008.014-.001.005c0 .004-.005.009-.006.012a.4.4 0 0 1-.032.176l-.03.11-.005.019-.177.836c-.048.229-.067.462-.104.691-.033.215-.042.437-.093.649-.035.154-.12.297-.188.44-.063.134-.104.277-.182.407l-.006.014-.01.027q-.002.01-.005.017l-.006.03-.002.033q0 .016-.003.033v.033l-.001.066c-.018.236-.047.471-.037.709.002.044-.01.068-.05.082l-.05.021a1 1 0 0 0-.1.044l-.053.022c-.028.011-.044.02-.088.031V17.1s-.006.004-.01.004l-.116.05-.082.036a.6.6 0 0 1-.186.084l-.032.018q-.21.095-.418.195c-.07.022-.145.066-.217.1l-.233.105q-.184.084-.368.166-.007.002-.014 0c-.113.044-.23.108-.335.158-.042.024-.103.049-.156.071-.097.04-.119.035-.14-.069-.063-.047-.07-.128-.092-.198-.024-.066-.043-.137-.064-.203-.004-.022-.015-.019-.015-.031-.021-.03-.021-.06-.031-.09l-.003-.016c-.006-.004-.006-.01-.009-.018l-.005-.015h.003c-.029-.091-.061-.183-.082-.275-.02-.061-.059-.12-.07-.185a.2.2 0 0 1 0-.064l.007-.03.003-.016c.018-.043.044-.085.066-.128.016-.034.027-.07.043-.105s.026-.061.042-.105c.034-.066.055-.143.097-.22 0-.019.013-.037.018-.053q.055-.203.13-.401-.002-.008-.002-.016c.015-.078.087-.107.129-.154v.003c.021-.007.032-.02.043-.02.012-.022.025-.031.038-.044a1 1 0 0 0 .095-.138c.04-.06.076-.124.12-.186.015-.019.027-.05.051-.05q.005 0 .01.002c.035.009.024.05.02.077q-.027.15 0 .3c.01.077.023.154.029.23l-.002.035a.6.6 0 0 1 .032.175c.018.075.032.146.053.221.063.138.11.275.152.417l.005-.002c.07.11.143.238.216.357a1 1 0 0 0 .065.083h.004v.018c.021 0 .032.048.064.004-.007-.022-.011-.022-.018-.022a.4.4 0 0 1-.027-.074c-.004-.014-.011-.032-.013-.045l-.01-.046q-.002-.012-.005-.022l-.008-.044-.01-.069-.012-.068q-.007-.01-.006-.024-.002-.014-.009-.027-.003-.039-.01-.079l-.019-.158c-.002-.027-.01-.053-.012-.08a3.5 3.5 0 0 1 .032-.862h.012c.026-.132.051-.284.076-.427q.01.001.02.003-.01.358.067.71.003.008.002.016c.031.09.066.18.093.273.006.018.012.04.02.057q.017.046.048.086c.006.01.018.022.018.033.022.017.032.036.05.055.012.014.023.033.035.048.044.044.092.086.146.143l-.015-.128q-.006-.058-.014-.123s-.011-.006-.011-.01a1 1 0 0 0-.009-.1l-.035-.302.001-.023c0-.01.003-.025.003-.025a3 3 0 0 1-.018-.38l-.001-.016a1 1 0 0 1-.002-.34c.004-.03.002-.063.004-.094l-.002-.018c0-.145.006-.293.048-.433l.003-.015.032-.218.029-.22q.005-.046.03-.046.012 0 .035.015l.044.028.067.045q.032.021.062.05.001.004.007.007l.015.01h.005v-.001c.148.077.229.207.33.328a.3.3 0 0 1 .096.137q.098.135.15.297.002.014.008.027c.002.01.006.006.008.028.018.022.026.05.038.077l.03.077.017.036a.1.1 0 0 0 .014.022q.015.018.036.022c.023-.08-.031-.157-.01-.234h.006c0-.022-.006-.023-.006-.034-.021-.143-.039-.284-.097-.416v-.036c-.052-.131-.077-.266-.15-.382a.1.1 0 0 1-.033-.057c-.023-.022-.035-.049-.049-.075l-.033-.057v.015c0-.002-.005-.004-.005-.006v-.003a3 3 0 0 0-.193-.255l-.01-.009c-.008-.01-.017-.01-.026-.03-.05-.022-.098-.088-.15-.135l-.017-.015c-.004-.004 0-.01-.02-.015-.106-.075-.185-.168-.277-.234-.018-.022-.039-.01-.047-.044.273-.018.538.016.813.033v-.011h.002c.135.022.262.049.384.104.005 0 .01.006.016.006v.005c.084.02.164.06.244.099.018.009.04.036.058.01.015-.021-.01-.042-.021-.059q-.047-.069-.096-.138c-.006-.011-.017-.022-.017-.033-.063-.065-.111-.138-.168-.202l-.053-.058a1 1 0 0 1-.183-.156c-.01-.007-.02-.02-.032-.02-.026 0-.056-.031-.084-.051q-.04-.028-.085-.057l-.031-.018q-.194-.073-.388-.147c-.003 0-.011-.003-.011-.005l-.015-.001a.1.1 0 0 1-.064-.028.1.1 0 0 1-.024-.032l-.004-.011q-.01-.027-.006-.058a1 1 0 0 0-.01-.201l-.011-.058-.013-.055-.013-.057-.021-.083s-.009-.001-.009-.009c-.02-.133-.07-.267-.11-.4l-.014-.052a.35.35 0 0 1-.05-.154l.001-.05.002-.025q.006-.037.018-.075l.029-.099c0-.005 0-.015.003-.015h-.003c.026-.156.087-.288.13-.43q.002 0 .004-.004l.009-.01q.002 0 .003-.003a.25.25 0 0 0 .047-.17.3.3 0 0 0-.024-.094q-.022-.059-.053-.116c-.002-.005-.009-.01-.012-.011q-.004-.004-.005-.008a1.1 1.1 0 0 1-.185-.325l-.013-.035q-.004-.007-.007-.016l-.002-.006-.006-.016.002.002-.002-.004.01-.04q.007-.012.013-.024l.018-.02.008-.006c.057-.086.11-.176.173-.26a.24.24 0 0 0 .044-.23c-.035-.126-.031-.129.088-.175.022-.009.279-.11.382-.143l.066-.027.017-.006q.223-.088.448-.174.008-.002.015-.002c.123-.066.258-.108.388-.154q.023-.01.053-.018c.022-.018.085-.032.105-.05.106-.035.191-.086.287-.108a.25.25 0 0 1 .147-.061m-4.785.553q.104 0 .203.033l.012.003c.228.074.46.13.679.239.035.017.074.034.099.07q.213.157.379.371c.167.225.335.452.49.71l-.03-.013a1 1 0 0 1-.162-.095q-.288-.181-.594-.327a1.3 1.3 0 0 0-.292-.091 2.8 2.8 0 0 0-.802-.038c-.074.007-.15 0-.224 0q-.081 0-.08-.084c0-.216.01-.433-.053-.642-.013-.044.012-.062.048-.075a1 1 0 0 1 .328-.061m-2.423.708c.373-.014.716.096 1.028.297q.175.112.32.26l.013.012q.162.17.281.376c.071.12.053.25.029.38-.064.372-.279.647-.522.905-.233.246-.525.407-.795.594-.384.265-.822.369-1.267.438-.557.085-1.122.094-1.68.171-.202.027-.408.044-.611.082a.94.94 0 0 0-.6.376c-.054.077-.087.171-.14.277a.5.5 0 0 1 .023-.36c.096-.218.262-.393.47-.496.365-.201.774-.24 1.165-.344.317-.083.643-.132.958-.221.434-.122.856-.29 1.256-.505.211-.114.432-.23.578-.444a.68.68 0 0 0 .106-.51q-.007-.047-.024-.05-.017-.002-.044.025a4.5 4.5 0 0 1-.503.412 2.9 2.9 0 0 1-.915.385 9 9 0 0 1-1.554.284 4.1 4.1 0 0 0-1.091.222c-.3.108-.606.215-.846.45-.03.027-.066.051-.115.089l.006-.035-.022.018v-.005q.012-.009.02-.016a.6.6 0 0 1 .075-.183l.569-.937A.3.3 0 0 1 7 11.501c.294-.303.575-.62.901-.885.541-.44 1.131-.784 1.81-.935.165-.038.333-.064.503-.064q.293-.005.581-.016zm-6.724.02q.019 0 .043.009c.026.009.054.006.082.009.112.025.23.027.34.057.011 0 .015.001.03.009q.18.009.353.052c.128.018.255.033.381.055.03 0 .055-.002.082.016q.009-.002.01 0c.149.018.265.027.393.05h-.013v.005c.084.01.14.022.205.033.068.01.137.027.203.027h.002c.006 0 .01.004.015.004l.019.004c.042.002.059.026.066.065.033.208.061.417.103.626 0 .015.009.029.007.042l.018.1.053.305c0 .01 0 .027.003.033v.01c.021.13.044.25.065.375v.042q-.165.188-.264.422c-.027.069-.062.14-.088.207l-.006.003c-.02.07-.054.137-.086.204q-.004.001-.006.01l-.01.027v.003q-.069.198-.17.38c-.007.018-.02.036-.02.051-.022.083-.041.167-.082.244a.7.7 0 0 1-.065.207 2 2 0 0 1-.115.361c-.006.018-.016.034-.016.051l-.002.006c-.003.007-.005.019-.009.027a.1.1 0 0 1-.009.027l-.002.01-.033.68.018.007.083-.17c.028-.055.049-.112.08-.169.015-.04.044-.079.044-.12.062-.11.12-.22.185-.32.007-.011.019-.018.026-.04.055-.088.118-.205.183-.306.023-.039.048-.073.069-.112.014-.044.037-.05.056-.07s.03-.04.072-.06c0 .018.004.033.002.049l-.002.01q-.002.011-.006.025l-.002.009q-.003.008-.005.017l-.001.019c0 .005-.005.009-.003.016l-.003.014h.003c-.02.132-.018.281-.021.42 0 .006-.005.018-.005.022l.005-.002c.017.132.038.264.054.396H6.38c.002 0 .004.027.004.04.021.131.049.265.064.4l.001.016.005.023c.02.107.097.18.143.272.035.05.07.11.103.154H6.7v.002c.106.097.194.196.313.284.018 0 .034.022.051.022h-.002v.01c.043.005.078.04.123.027a.1.1 0 0 0 .023-.01c.006-.005.015-.01.017-.016.01-.02-.008-.031-.023-.038-.174-.114-.147-.302-.168-.477h.007v-.003c.043.042.072.082.108.128q.008.014.02.024l.045.05a1 1 0 0 0 .095.092q.05.047.11.083c.018.006.035.022.05.022h-.005c.127.064.237.125.353.188a.13.13 0 0 1 .07.033c.042.132.093.264.08.418.005 0 .009.016.01.028q.003.014-.001.027.023.193-.003.385a.04.04 0 0 1-.001.036c-.003.005 0 .007-.002.011h.002c0 .129-.002.255-.034.38-.003.126-.04.248-.053.373q0 .006-.004.015c-.007.024-.018.053.033.046v-.002c.115-.124.23-.244.335-.383v.01c.002-.045.027-.068.05-.089.044-.046.088-.119.133-.183q.067-.095.134-.189l.002-.01q.01-.034.026-.043.006-.004.012-.005h.014q.023.005.044.019a1 1 0 0 1 .068.044c.127.072.27.12.366.246.01.011.022.013.033.035a.4.4 0 0 1 .117.121l.034.033q.002.002.006.005c.167.146.18.225.059.421q-.007.012-.014.013a.2.2 0 0 1-.021.05l-.018.034-.009.015c-.03.053-.065.108-.077.17a.4.4 0 0 0-.01.154q.034.13.06.262c.011.052.022.105.025.16.018.13-.042.21-.148.264v-.001c-.02.001-.022.015-.033.022l-.018.012-.033.024a.17.17 0 0 0-.068.08c0 .006 0 .005-.002.01-.002.003 0 .012-.002.012h.007v.013c-.021.064-.032.11-.043.143q-.004.013-.008.022t-.01.015l-.007.011a.04.04 0 0 1-.021.011h-.006a.1.1 0 0 1-.045-.01q-.043-.018-.121-.045-.006 0-.01-.004l-.01-.004-.024-.01h-.009v-.01h-.002c-.063-.022-.123-.035-.18-.06q-.051-.017-.105-.039c-.044-.011-.088-.033-.133-.033-.124-.044-.248-.066-.367-.11-.01 0-.016.002-.038 0v.002c-.084-.018-.152-.04-.232-.055-.079-.013-.108-.055-.1-.136.005-.034.003-.073.003-.106 0-.011-.003-.016-.003-.037-.012-.023-.031-.048-.048-.078l-.013-.024c-.01-.01-.031-.022-.031-.034-.021-.005-.013-.01-.02-.014-.065-.064-.046-.15-.038-.231l.002-.027.007-.05.004-.024c.034-.137.042-.266-.1-.348-.016-.011-.026-.022-.048-.037v.004a3 3 0 0 0-.198-.152c-.011-.022-.014-.026-.035-.035a1.3 1.3 0 0 1-.273-.208l-.065-.037h.009c-.014-.023-.028-.02-.04-.031-.016-.013-.03-.022-.052-.037-.106-.093-.25-.181-.364-.289-.04-.013-.065-.046-.097-.073v-.004c-.112-.082-.222-.161-.332-.249h.003c-.013 0-.013-.011-.035-.022-.063-.033-.126-.088-.181-.132-.018-.022-.034-.022-.051-.022-.051-.044-.095-.064-.138-.104-.017-.01-.031-.023-.052-.036a2 2 0 0 1-.35-.266l-.01-.01-.02-.022a.2.2 0 0 1-.033-.074v.017c-.076-.086-.127-.185-.19-.275l-.006-.014-.005-.013-.002-.023a.1.1 0 0 1 .02-.049q.002-.008.003-.018c.022-.14.096-.268.149-.4v-.034s0-.02-.003-.03l-.004-.012-.004-.005a.03.03 0 0 0-.015-.009h-.006a.1.1 0 0 0-.051.02.3.3 0 0 0-.049.04l-.017.014-.013.017-.006.01h-.004c-.043.051-.106.095-.16.142-.011.011-.03.024-.03.035v-.002h-.007c-.017.022-.04.022-.063.011l-.273-.126c-.021-.01-.032-.034-.036-.056l-.007-.03-.006-.024v.005c-.031-.154.02-.269.047-.4q.003-.017.004-.034c.021-.128.03-.263.066-.387v-.057c-.018-.141-.02-.28-.03-.422l.002-.071c-.012-.262-.029-.524-.038-.786-.02-.548-.061-1.094-.046-1.64q.003-.153-.066-.29a2 2 0 0 0-.087-.15.25.25 0 0 1-.042-.217c.032-.128.055-.26.08-.39.006-.046.018-.077.052-.079zm-.146.349.004.013c.005.03-.006.06-.017.104a.1.1 0 0 1 0-.079zm9.44.002q.173-.002.335.022c.194.016.37.054.485.15q.125.057.246.133c.194.12.388.246.583.37a.4.4 0 0 1 .104.098l.197.289c.01.015.026.033.013.052a.03.03 0 0 1-.018.013c-.015.004-.03-.002-.043-.01q-.132-.075-.263-.15a4 4 0 0 0-1.043-.422c-.095-.027-.183-.055-.285-.069l-.134-.03c-.003.002.005.01.015.021q.009.008.01.014.016.018.036.03l.018.01c.2.105.54.17.787.29l.05.026c.138.074.263.167.388.266l.236.19c.356.269.573.632.679 1.072l.009.039.008.013c.018.027.021.06.015.088q.002.01.005.02c-.005.064-.053.037-.081.037a2.1 2.1 0 0 1-.538-.101h-.005c-.045-.015-.104-.037-.145-.05-.186-.068-.362-.15-.542-.218-.222-.082-.397-.24-.583-.378a7 7 0 0 1-.882-.748.3.3 0 0 1-.07-.098l-.055-.14-.032-.086-.021-.055-.002-.005q-.004-.003-.003-.009v-.002l-.002-.009a.16.16 0 0 1 .007-.112q0-.007.004-.012l.005-.016.003-.013c.003-.004.003-.012.004-.015l.003-.014.002-.016.002-.013.002-.015.002-.013.003-.016.001-.012.003-.016q0-.008.002-.014 0-.006.002-.014v-.244c-.002-.075.023-.105.096-.102q.106.003.214-.005l.066.004q.052-.004.107-.005m.25.488.025.008h.002c-.01.007-.025.004-.03.018q-.004-.026.003-.026m.776.314.01.005h.003zm-1.681.162.002.003q.009.003.019.022c.067.14.16.256.264.365.11.11.228.211.343.32q.355.332.72.653c.157.137.346.209.547.264.456.121.924.167 1.387.233.123.018.233.06.33.143h-.006c.009.007.015.01.02.018-.26-.04-.519-.037-.78-.042-.285-.006-.564.027-.845.061q-.151.015-.296-.023c-.272-.065-.527-.18-.785-.291-.289-.128-.53-.324-.758-.539l-.05-.05a.9.9 0 0 1-.181-.262l-.002-.005c-.079-.194-.075-.41-.014-.65q.025-.095.055-.192.01-.03.03-.028m-.219 1.082c.057.213.205.363.33.525l.026.036.025.034a.5.5 0 0 0 .093.087q.021.013.04.03l.018.015q.232.19.475.363l.29.21q.197.14.412.244.054.026.109.05.164.074.334.129l.017.006c.07.019.148.026.22.035q.044.004.082.01a.2.2 0 0 1 .053.021.4.4 0 0 1 .06.046c.065.062.126.15.13.202q0 .013-.002.023l-.004.009q-.016.02-.03.044a2 2 0 0 0-.074.14l-.01.025a.3.3 0 0 0 .002.238c.101-.104.192-.216.258-.344q.045-.089.076-.185c.008-.024.002-.053.008-.077.01-.027-.02-.064-.008-.082l.004-.004.012-.006q.015-.004.024-.005.024-.004.049-.004.063 0 .123.02c.025.009.017.041.014.066v.004c-.004.08-.035.152-.063.222l-.022.05q-.064.184-.169.344c-.104.143-.223.277-.418.285h-.056c-.033 0-.068.009-.101.01a.07.07 0 0 0-.046.013.1.1 0 0 0-.03.04c-.015.036-.035.066-.05.1l-.007.016c-.08.2-.203.38-.36.523q-.106.097-.22.186a1.7 1.7 0 0 1-.412.205l-.032.013-.03.014-.017.006q-.015.004-.027.01c-.031.012-.057.031-.04.082.017.055.055.07.104.073q.016 0 .035-.003a.5.5 0 0 0 .132-.03q.063-.025.129-.055.044-.022.09-.037c-.026.111-.04.215-.074.311l-.018.05a7 7 0 0 1-.134.29c-.101.211-.216.413-.357.6q-.135.18-.313.312-.045.035-.091.067a2.4 2.4 0 0 1-.335.188l-.056.028-.047.018-.038.017-.108.04a4.127 4.127 0 0 1-.65.171q-.01.003-.018.004-.072.014-.144.024l-.155.022q-.267.03-.533-.018l-.024-.008a.6.6 0 0 1-.128-.055c-.055-.031-.106-.064-.16-.091a1.647 1.647 0 0 1-.255-.164.57.57 0 0 1-.206-.255q-.036-.091-.081-.178l-.027-.049a2.5 2.5 0 0 0-.244-.336 3 3 0 0 0-.11-.13q-.026-.033-.055-.065a6 6 0 0 0-.229-.253l-.059-.061a2.5 2.5 0 0 0-.32-.277 2.4 2.4 0 0 0-.267-.176l-.053-.037a1.44 1.44 0 0 1-.555-.697c-.038-.085-.095-.112-.194-.114a.5.5 0 0 1-.222-.044l-.002-.002a.4.4 0 0 1-.116-.077l-.023-.014c-.02-.024-.034-.053-.051-.083a5 5 0 0 1-.34-.603l.002.007-.005-.011.003.004a4 4 0 0 0-.065-.18l-.031-.079a.4.4 0 0 1-.013-.14l.007-.029q0-.008.004-.014l.01-.027a.4.4 0 0 1 .112-.129l.06-.045c.04-.032.082-.058.123-.087q.093-.06.192-.112a3.5 3.5 0 0 1 .755-.288q.021-.007.047-.011.044-.01.092-.014.049-.004.094-.005l.093-.001c.014 0 .032 0 .046-.002q.396-.019.793-.058l.475-.05c.345-.04.68-.141.993-.297.032-.019.066-.033.097-.05l.056-.032c.127-.07.253-.138.376-.214.012-.018.026-.023.048-.03l.01-.003v.011a.06.06 0 0 1-.018.032l-.019.012c-.123.164-.292.275-.438.413a.4.4 0 0 0-.044.041c-.047.04-.093.082-.146.126q.277.002.527-.074c.306-.09.575-.284.765-.55q.137-.187.245-.441m-2.876.014a1 1 0 0 1-.302.1c-.494.128-.996.202-1.496.299-.353.067-.687.22-.973.446q-.025.023-.055.04-.033.023-.038-.01-.002-.006-.002-.016c-.01-.132.03-.196.146-.251q.238-.114.476-.231c.207-.099.429-.13.653-.154.35-.04.698-.086 1.049-.128l.462-.08zm2.102 1.142h-.023c-.034.009-.032.045-.032.073.003.091.006.185.018.278.009.1.041.2.099.281a.74.74 0 0 0 .449.306c.136.033.136.035.15.184.006.063.014.119.07.155.1.062.2.126.32.134.075.007.15.011.214.063a.5.5 0 0 0 .282.09c.074.006.15.009.224.021.059.011.1-.009.14-.045.211-.181.418-.364.615-.566-.023-.027-.057-.037-.104-.011a5 5 0 0 0-.366.204.3.3 0 0 1-.1.044q-.315.065-.635.068a.6.6 0 0 1-.325-.119c-.059-.04-.118-.096-.128-.184.031-.011.061.002.09.006.112.016.222.058.337.05.275-.018.533-.103.791-.195l.25-.094c.037-.014.048-.027.014-.064-.04-.046-.084-.037-.13-.031a4.8 4.8 0 0 1-1.647-.042c-.158-.03-.327-.042-.389-.247a1.4 1.4 0 0 1-.044-.167.34.34 0 0 0-.108-.18.1.1 0 0 0-.032-.012m-.505.06c-.042 0-.07.045-.09.084-.054.095-.121.18-.183.268-.095.135-.23.163-.368.141a15 15 0 0 0-1.514-.165c-.026-.002-.051-.009-.072.01-.161.122-.324.241-.426.428q.01.005.018.007c.017-.002.03-.007.048-.01q.395-.102.813-.065c.35.03.697.103 1.046.154.047.007.094.009.138.033.106.057.158.158.199.266.062.165.08.341.09.517.01.138-.019.255-.126.349a.5.5 0 0 0-.176.255c.135 0 .252.023.34.143.056.073.127.136.197.2a.33.33 0 0 0 .275.091.33.33 0 0 0 .241-.166q.075-.13.154-.257c.077-.117.15-.242.287-.294.082-.027.046-.07.017-.105-.053-.073-.156-.074-.246-.018-.141.088-.235.219-.336.344-.03.037-.06.073-.1.106-.05.036-.095.039-.14-.01-.05-.052-.101-.107-.156-.154-.046-.039-.055-.075-.028-.132a.7.7 0 0 0 .072-.378c-.026-.286-.07-.569-.264-.795-.021-.024-.021-.037.009-.059a.85.85 0 0 0 .25-.278.9.9 0 0 0 .11-.364c.006-.069-.007-.124-.06-.143zm3.93.031c.18 0 .341.073.499.167q-.006 0-.01.003l.026.015a2.7 2.7 0 0 1-.714.028c-.074-.01-.148-.024-.225-.021-.15.004-.27-.077-.397-.148h.015q-.015-.008-.032-.018.034.003.066.005c.025.002.048.009.074.013.21.046.412-.018.62-.04a1 1 0 0 1 .077-.004m-7.656.655-.014.003c-.044.018-.086.044-.099.106-.042.204.049.4.245.506a.45.45 0 0 1 .2.21c.014.035.016.098.063.087.046-.011.009-.07.018-.095.007-.123-.016-.229-.112-.293-.07-.046-.096-.11-.123-.184-.033-.097-.041-.205-.118-.282-.018-.019-.03-.058-.06-.058m1.624.324c-.097.025-.208.049-.311.097q-.108.052-.013.128c.038.031.076.046.123.027a.4.4 0 0 1 .435.09.44.44 0 0 0 .461.079c.093-.033.174-.088.258-.138a.3.3 0 0 1 .1-.036q.191-.02.379-.049c.033-.004.086.01.095-.033.008-.044-.04-.07-.07-.099-.015-.015-.04-.018-.062-.024a.7.7 0 0 0-.385-.013 1.8 1.8 0 0 1-.782 0c-.07-.019-.144-.019-.229-.028m6.082.815q.007 0 .013.007l.01.012.007.005c.038.031-.006.1-.017.154q-.039.23-.076.46c-.006.044-.01.09-.042.151l-.006-.039-.011.022a5 5 0 0 1-.066-.647c-.002-.049.03-.06.06-.07.042-.015.094-.061.128-.056zm-2.837.827-.02.01c-.167.095-.356.1-.54.125-.077.01-.176-.014-.232.046-.14.143-.258.082-.38-.019q-.01-.006-.022-.013c-.182-.1-.364-.137-.55-.004a.3.3 0 0 1-.235.062c-.065-.018-.116-.014-.168.035-.024.025-.058.044-.088.064-.082.057-.082.066-.006.128.018.017.038.023.06.03.175.056.34.015.494-.073.16-.09.311-.085.457.03.134.102.275.105.423.041a2.6 2.6 0 0 1 .575-.195c.03-.005.06-.016.087.009.085.08.165.024.246-.01.032-.013.035-.04.034-.073-.007-.07-.058-.11-.087-.165q-.019-.034-.047-.027zm-4.156.064q.012 0 .028.016.05.05.1.1l.013.013q.024.025.01.055l-.197.413-.021-.007q.002-.006.003-.011c.042-.181.025-.367.048-.55q.004-.028.016-.028m3.436.54c-.21.006-.423.041-.62.111-.162.058-.345.097-.43.293-.048.114-.042.235-.075.349.015.091.015.18.065.257.015.022.021.058.057.055.038-.002.051-.035.062-.061.038-.083.047-.178.07-.266.042-.143.105-.257.249-.32q.225-.1.455-.19a.16.16 0 0 1 .088-.01c.189.027.386.018.553.133a.07.07 0 0 0 .055.011c.063-.015.07-.037.031-.09a.64.64 0 0 0-.246-.212.6.6 0 0 0-.314-.06m-1.954.678.012.016c.083.107.165.2.22.308.133.266.33.46.584.6.119.066.225.158.364.175h.019c.015 0 .035-.003.032.022-.003.012-.015.012-.028.01h-.006q-.007 0-.013-.002c-.147.004-.29.03-.434.061l-.225.053-.214.05H9.99c-.029.008-.042.023-.038.054.005.037.018.057.06.066q.12.021.24.016.157-.005.312-.032.343-.055.685-.001c-.379.064-.692.286-1.034.435-.178.077-.316.225-.485.319-.012.016-.02.04-.031.055-.028.037-.032.108-.077.1h-.004c-.004 0-.008.004-.013 0a.5.5 0 0 1-.234-.078c-.027-.017-.02-.05-.02-.082V18.9c0-.03.011-.061-.016-.082-.094-.06-.07-.167-.094-.255-.009-.035.015-.052.035-.074l.245-.284c.055-.062.078-.13.037-.205a.5.5 0 0 1-.001-.445c.048-.119.08-.244.125-.385m4.04.163q.007.003.01.007l.006-.007c.034.02.035.046.044.068q.133.342.264.682c.022.05.027.095-.005.138a.47.47 0 0 0-.068.45c.06.187.017.317-.161.41a.2.2 0 0 1-.106.033.1.1 0 0 1-.077-.028c-.33-.237-.723-.316-1.094-.453-.053-.018-.104-.039-.159-.052-.063-.015-.06-.06-.05-.106.006-.033.023-.037.04-.035.017-.005.04.01.055.013.423.11.85.198 1.258.363q.021.009.038.012c.03-.005.039-.034.034-.075-.009-.1-.017-.197-.127-.248a2.4 2.4 0 0 0-.859-.214q-.065-.007-.132-.01c.21-.132.44-.201.63-.372a1 1 0 0 0 .065-.061l.351-.442zm-1.659 1.038h.018c.026-.002.047.005.05.049 0 .04.009.075-.053.084q-.12.02-.241.02-.123 0-.245-.028c-.044-.012-.062-.043-.057-.08.001-.025.017-.025.035-.025a.1.1 0 0 1 .034.003h.159q.15.012.3-.022m.032.363q.007 0 .018.005l.743.32c-.116.102-.224.19-.33.279a10 10 0 0 0-.569.506c-.044.044-.079.046-.129.013a8 8 0 0 0-.966-.5c-.146-.064-.3-.09-.45-.144.017-.033.048-.033.073-.042.324-.126.654-.239.971-.385.083-.04.165-.007.245.004a.52.52 0 0 0 .347-.042.1.1 0 0 1 .047-.014m-1.904.64q.038.002.072.017c.174.07.335.17.502.25q.006 0 .013.003l.012.007q.005.002.005.01v.005q-.002.002-.003.004-.004.004-.006.003l-.01-.003-.01-.01-.76-.197c.066-.054.118-.092.185-.089m7.198.49c-.125-.003-.23.057-.328.138-.026.02-.04.044-.083.016-.092-.066-.181-.049-.26.036a.4.4 0 0 0-.09.17c-.11.463-.222.923-.328 1.387-.036.156.042.234.197.21.139-.023.21-.107.232-.293.023-.181.047-.359.097-.546.132.171.255.332.381.493.123.156.256.294.436.378.127.06.237.025.336-.068a.177.177 0 0 0 .048-.189.14.14 0 0 0-.049-.083.13.13 0 0 0-.09-.031.2.2 0 0 1-.133-.065 2 2 0 0 1-.32-.363c-.079-.11-.082-.11.024-.185.222-.158.3-.382.283-.65-.012-.201-.116-.318-.3-.349zm-9.456.028c-.035 0-.068.018-.085.069-.017.046-.047.04-.08.035a.64.64 0 0 0-.587.201c-.334.34-.505.746-.486 1.24.012.329.194.486.501.414.607-.147 1.079-.765 1.104-1.45.007-.176-.148-.431-.3-.493a.2.2 0 0 0-.067-.015m-1.7.053a.8.8 0 0 0-.54.218c-.305.277-.482.636-.57 1.044a.6.6 0 0 0 .066.441c.062.109.14.148.258.124q.402-.08.766-.28a.8.8 0 0 0 .198-.153.27.27 0 0 0 .074-.187c0-.07-.029-.092-.09-.096-.062-.002-.115.022-.17.042-.182.07-.359.153-.547.202-.093.025-.124.003-.144-.096a.3.3 0 0 1 .004-.112c.036-.154.087-.303.165-.443a.74.74 0 0 1 .216-.26c.123-.08.25-.125.39-.036.045.028.09.015.132-.012a.32.32 0 0 0 .132-.183q.021-.07-.04-.107a.66.66 0 0 0-.301-.106m8.105.064a.59.59 0 0 0-.455.19c-.138.147-.162.296-.074.481.065.139.155.257.244.38.064.087.132.172.19.263.043.064.022.115-.05.138a.17.17 0 0 1-.124-.004.9.9 0 0 1-.328-.211.22.22 0 0 1-.073-.115c-.01-.067-.046-.099-.11-.105-.071-.006-.137-.006-.18.073-.07.127-.05.241.077.36.243.225.533.324.822.349a.35.35 0 0 0 .341-.479c-.038-.105-.104-.198-.167-.287-.106-.146-.216-.287-.315-.437-.079-.114-.042-.198.087-.242.118-.04.22-.004.317.074.114.091.211.043.237-.107.015-.079-.027-.132-.08-.178a.6.6 0 0 0-.36-.143zm1.678.055c-.12-.002-.241 0-.36.015-.145.018-.283.06-.336.227-.001.01-.012.022-.02.024-.166.044-.223.185-.267.328-.093.318-.176.638-.262.956-.022.077.008.128.07.166.048.032.097.03.152.014.285-.073.57-.152.87-.13a.2.2 0 0 0 .111-.027.2.2 0 0 0 .083-.093.23.23 0 0 0 .02-.127c-.012-.082-.076-.107-.144-.119a1 1 0 0 0-.155-.014 3.3 3.3 0 0 0-.547.047c.027-.209.043-.222.233-.222.14 0 .284-.009.417-.066.088-.039.146-.103.155-.207.006-.07-.022-.112-.092-.113a1 1 0 0 0-.167.001l-.4.037c.022-.048.032-.092.055-.125.039-.056-.006-.163.074-.191.066-.022.145-.007.216-.01.189-.003.376-.006.559-.067a.3.3 0 0 0 .169-.12c.062-.098.038-.164-.072-.169q-.18-.009-.362-.015m-5.87.008c-.063-.003-.115.038-.164.085q-.187.186-.345.398l-.323.418c-.018.022-.036.064-.07.046-.027-.013-.017-.05-.013-.08q.014-.15.031-.3c.014-.133.03-.265.01-.397-.028-.158-.138-.201-.26-.103a1 1 0 0 0-.083.083 3 3 0 0 0-.263.38c-.198.319-.38.65-.62.941-.043.055-.09.108-.13.167-.043.066-.06.141-.02.21.036.063.097.085.166.08.071-.003.11-.058.148-.111l.551-.781c.01-.014.015-.04.047-.032l-.01.101c-.01.126-.034.251-.01.379.03.146.141.205.27.14a.8.8 0 0 0 .18-.14q.155-.155.29-.332c.1-.132.202-.266.308-.41.032.11.02.21.015.308-.01.173-.042.344-.01.518.02.107.08.172.164.178a.38.38 0 0 0 .245-.064c.11-.073.12-.217.018-.315a.18.18 0 0 1-.056-.103c-.023-.12-.003-.236.015-.352.034-.225.101-.445.09-.676-.003-.09-.017-.174-.105-.217a.2.2 0 0 0-.067-.02m7.083.174c.103-.01.154.058.123.161a.4.4 0 0 1-.062.121 1.03 1.03 0 0 1-.436.324q.022-.202.097-.39c.055-.123.144-.203.278-.216m-5.86.018a.25.25 0 0 1 .132.031c.067.04.087.134.04.214a.6.6 0 0 1-.163.169 1.3 1.3 0 0 1-.426.222c.062-.198.113-.38.216-.537a.25.25 0 0 1 .201-.099m1.41.084a.4.4 0 0 1 .187.03c.1.043.132.093.132.248-.03.29-.163.559-.375.75a.5.5 0 0 1-.285.125c-.13.01-.231-.073-.218-.21.025-.293.101-.571.29-.802a.39.39 0 0 1 .269-.141m-5.183.002a.4.4 0 0 1 .192.033c.097.04.132.09.127.24-.027.29-.16.56-.371.75a.5.5 0 0 1-.287.129c-.132.01-.234-.075-.222-.214.027-.289.102-.562.287-.788a.4.4 0 0 1 .274-.15" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), e4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#6699CB" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M10.733 0 0 5.073v10.29L10.985 22l4.453-2.48V9.165c.119-.077.252-.18.365-.248l.03-.015c.18-.101.301-.094.21.302v9.977l5.928-3.302V5.6L22 5.585zm.839 2.594c.854.018 1.7.175 2.48.506a8.35 8.35 0 0 1 3.163 2.227 58 58 0 0 1-2.79 1.481c.513-.782.128-1.841-.697-2.25-.852-.594-1.919-.67-2.938-.618-.975.16-2.07.467-2.652 1.351-.662.79-.077 1.934.838 2.207 1.1.467 2.331.349 3.489.379-.894.419-1.77.89-2.683 1.245-1.56-.162-3.286-.84-4.01-2.301-.526-1.08.197-2.358 1.21-2.878.947-.571 1.98-.988 3.057-1.236a8.5 8.5 0 0 1 1.533-.113" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), t4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#44A833" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11.041.03q-.626 0-1.247.072.874.602 1.662 1.313l.44.402-.427.412q-.546.525-1.032 1.105l-.163.197q.393-.043.788-.046a7.474 7.474 0 1 1-3.928 13.887q-.841.098-1.688.097h-.788q.033 1.322.242 2.627A10.969 10.969 0 1 0 11.04.03M7.49.621c-.846.292-1.653.685-2.405 1.17q.842.146 1.662.393.331-.8.743-1.563m1.149.066q-.519.885-.912 1.832.752.263 1.47.605.187-.242.395-.467.322-.393.656-.749a14 14 0 0 0-1.61-1.22M4.29 2.703a14 14 0 0 0 0 2.142c.538-.06 1.096-.092 1.661-.099q.176-.812.44-1.602a15 15 0 0 0-2.101-.44m-.972.505A11 11 0 0 0 1.615 5.39q.85-.252 1.72-.407a16 16 0 0 1-.017-1.775m4.04.263c-.132.401-.244.814-.35 1.235A7.6 7.6 0 0 1 8.54 3.97a14 14 0 0 0-1.183-.499M5.774 5.698q-.716.01-1.425.099c.058.48.144.951.249 1.424a7.7 7.7 0 0 1 1.176-1.523m-2.338.126c-.812.148-1.61.367-2.385.656H.981v.072c.322.809.71 1.589 1.161 2.332l.04.065.066-.045a15 15 0 0 1 1.59-.992l.051-.032v-.052a15.5 15.5 0 0 1-.374-1.92v-.084zM.59 7.42l-.057.184A10.9 10.9 0 0 0 0 10.684v.191l.131-.139q.686-.707 1.452-1.326l.052-.04-.04-.059a15 15 0 0 1-.939-1.714zM4.046 8.57l-.165.092c-.426.25-.852.525-1.26.815l-.06.045.046.06c.283.4.591.794.913 1.169l.126.151v-.19a7.5 7.5 0 0 1 .333-1.972zm-2.03 1.38-.065.045a15 15 0 0 0-1.662 1.59l-.053.053.06.052q.858.754 1.825 1.36l.066.046.04-.074q.438-.78.965-1.503v-.046l-.04-.046q-.586-.675-1.09-1.411zm1.701 1.898-.11.158q-.458.633-.841 1.313l-.04.066.065.04q.698.389 1.432.702l.177.079-.079-.177a7.4 7.4 0 0 1-.605-1.991zm-3.645.44v.183c.138 1.054.43 2.081.868 3.05l.071.17.066-.178q.326-.943.775-1.834l.052-.057-.059-.04q-.85-.536-1.628-1.177zm2.332 1.655-.033.073c-.364.73-.665 1.49-.9 2.272v.074h.078c.807.222 1.631.375 2.464.458l.066.006v-.078q.02-.947.15-1.885v-.06h-.058a15 15 0 0 1-1.695-.821zm2.332 1.071v.105a16 16 0 0 0-.139 1.675v.072h.853c.264 0 .572.013.868 0h.191l-.152-.118a7.3 7.3 0 0 1-1.503-1.682zM1.72 16.938l.105.158c.63.95 1.404 1.796 2.294 2.509l.144.118v-.184q-.148-1.066-.184-2.142v-.065h-.066a15 15 0 0 1-2.108-.354z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), a4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0052CC" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M1.304 16.45c-.216.334-.461.763-.664 1.085a.666.666 0 0 0 .222.907l4.325 2.66a.667.667 0 0 0 .922-.227c.173-.289.395-.664.638-1.063 1.714-2.829 3.437-2.486 6.541-.998l4.318 2.035a.667.667 0 0 0 .896-.332l2.06-4.658a.666.666 0 0 0-.333-.87 523 523 0 0 1-4.326-2.058c-5.851-2.828-10.806-2.641-14.599 3.52m19.393-10.9c.217-.354.463-.763.666-1.09a.665.665 0 0 0-.223-.9L16.815.897a.666.666 0 0 0-.921.226c-.17.292-.393.665-.64 1.068-1.713 2.827-3.436 2.482-6.54.998L4.412 1.15a.665.665 0 0 0-.895.333l-2.06 4.658a.666.666 0 0 0 .333.87c.906.428 2.705 1.279 4.326 2.058 5.835 2.827 10.795 2.638 14.581-3.52" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), l4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M8.67 9.895a.7.7 0 0 1 .99.988l-1.34 1.34 1.457 1.456 1.34-1.339a.7.7 0 0 1 .989.989l-1.34 1.338 1.31 1.31a.7.7 0 0 1 0 .99l-1.224 1.222a4.98 4.98 0 0 1-6.512.457l-2.015 2.017a.7.7 0 0 1-.989-.988l2.016-2.018a4.98 4.98 0 0 1 .448-6.496l1.192-1.254a.7.7 0 0 1 1-.012l1.339 1.338zM19.675 1.337a.7.7 0 0 1 .989.989l-2.017 2.017a4.976 4.976 0 0 1-.448 6.496l.001.002-1.192 1.253a.7.7 0 0 1-1 .012L9.924 6.024a.7.7 0 0 1 0-.99l1.224-1.222a4.98 4.98 0 0 1 6.51-.458z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), r4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#276DC3" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11 2C4.925 2 0 5.5 0 9.816c0 3.79 3.799 6.948 8.837 7.664v-2.337c-2.68-.89-4.515-2.68-4.515-4.743 0-2.952 3.744-5.343 8.36-5.343 4.618 0 8.027 1.637 8.027 5.343 0 1.922-.915 3.286-2.44 4.155a1.7 1.7 0 0 1 .237.21c.155.145.229.353.34.529C20.798 13.884 22 11.95 22 9.817 22 5.5 17.075 2 11 2M9.065 6.853v13.145l3.752-.002-.002-5.146h1.008c.207 0 .295.065.504.244.249.213.655.955.655.955L16.966 20l4.241-.002-2.625-4.693s-.08-.188-.243-.373a2 2 0 0 0-.534-.405c-.386-.208-1.053-.422-1.053-.422s3.28-.256 3.28-3.72S16.6 6.853 16.6 6.853zm3.783 2.85 2.271.002s1.054-.06 1.054 1.096c0 1.133-1.053 1.137-1.053 1.137h-2.272zm1.608 5.95c-.453.048-.928.077-1.412.086v1.758q1.102-.147 2.173-.46l-.432-.867s-.1-.178-.227-.383c-.036-.053-.074-.095-.102-.133" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), c4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#26251E" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M19.641 5.207 11.426.122a.8.8 0 0 0-.853 0L2.358 5.207A.78.78 0 0 0 2 5.873v10.254a.78.78 0 0 0 .358.666l8.215 5.085c.264.163.59.163.854 0l8.215-5.085a.78.78 0 0 0 .358-.666V5.873a.78.78 0 0 0-.358-.666m-.516 1.077-7.93 14.726c-.054.1-.195.059-.195-.056v-9.642a.55.55 0 0 0-.252-.468l-7.79-4.821c-.092-.057-.054-.21.053-.21h15.861c.225 0 .366.263.253.472" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), n4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M5.518 11.006c0-2.004 2.453-3.21 4.16-1.896l2.98 2.296a.61.61 0 0 0 .744-.965l-1.365-1.052.355-.282a2.52 2.52 0 0 1 1.473-.542c1.36-.048 2.618.979 2.618 2.435 0 2.011-2.421 3.194-4.09 1.893l-1.027-.8-1.32-1.026c.002-.022.008-.044.008-.067a1.079 1.079 0 0 0-2.134-.217L7.899 11l.02.217c.101.491.536.861 1.057.861.11 0 .216-.022.316-.053l.823.64c-.327.305-.715.5-1.105.62-.527.16-1.023.17-1.291.136-1.206-.168-2.201-1.124-2.201-2.415" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11 1.1c5.468 0 9.9 4.432 9.9 9.9s-4.432 9.9-9.9 9.9-9.9-4.432-9.9-9.9S5.532 1.1 11 1.1m2.822 6.247a3.74 3.74 0 0 0-2.178.799l-.006.004-.595.473-.622-.479c-2.437-1.876-6.123-.241-6.123 2.862 0 1.999 1.551 3.39 3.265 3.625h.009c.429.052 1.097.03 1.793-.182a4 4 0 0 0 1.717-1.032l.562.437c2.42 1.885 6.058.234 6.058-2.854 0-2.242-1.93-3.722-3.88-3.653", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), i4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M5.626 14.015c.128 0 .238.09.261.216l.151.8a2.6 2.6 0 0 1 .845.48l.765-.267.046-.012a.27.27 0 0 1 .273.129l.436.752c.064.11.04.25-.057.334l-.62.53q.05.238.052.48v.006q-.003.242-.052.479l.619.528a.264.264 0 0 1 .058.333l-.436.752a.266.266 0 0 1-.318.118l-.766-.27a2.6 2.6 0 0 1-.845.483l-.15.803a.27.27 0 0 1-.262.216h-.87a.27.27 0 0 1-.263-.216l-.15-.8a2.6 2.6 0 0 1-.846-.482l-.766.269a.27.27 0 0 1-.318-.118l-.436-.752a.265.265 0 0 1 .057-.333l.62-.531a2.5 2.5 0 0 1-.052-.479v-.006q.003-.243.052-.48l-.62-.53a.266.266 0 0 1-.057-.334l.436-.752.027-.038a.27.27 0 0 1 .292-.079l.767.271a2.6 2.6 0 0 1 .52-.344l.02-.01a3 3 0 0 1 .302-.128l.152-.802a.266.266 0 0 1 .261-.216zM5.19 16.24q-.111 0-.218.02a1.22 1.22 0 0 0-1.006 1.199 1.224 1.224 0 0 0 2.449 0 1.22 1.22 0 0 0-.748-1.122 1.2 1.2 0 0 0-.477-.097", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "m11.845 1.12 7.83 2.488a.55.55 0 0 1 .383.523v8.085c0 3.077-2.151 5.242-4.156 6.596a17.7 17.7 0 0 1-3.958 1.979l-.09.03a.6.6 0 0 1-.343.003l-.1-.033c-.06-.021-.15-.052-.26-.093a18.719 18.719 0 0 1-2.241-1.013l.256-.443h.001a1.14 1.14 0 0 0-.249-1.438l-.265-.228c.001-.034.006-.068.006-.102v-.028l-.002-.045-.001-.007-.003-.054.267-.228v-.001c.417-.357.522-.96.247-1.435l-.001-.001-.435-.752a1.15 1.15 0 0 0-1.18-.557l-.074.016-.047.012-.075.022-.335.117a4 4 0 0 0-.2-.115l-.066-.349-.024-.1a1.15 1.15 0 0 0-1.105-.832h-.87c-.518 0-.968.344-1.106.832l-.022.1-.02.107a6.4 6.4 0 0 1-.31-1.96v-1.712h11.114l-2.62 2.607a.547.547 0 0 0 0 .775.553.553 0 0 0 .78 0l3.559-3.543a.55.55 0 0 0 0-.775l-3.56-3.545a.553.553 0 0 0-.779 0 .547.547 0 0 0 0 .776l2.62 2.608H3.297V4.13a.55.55 0 0 1 .383-.523l7.83-2.488.084-.019a.56.56 0 0 1 .251.02" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), o4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M5.625 14.029a.266.266 0 0 1 .262.217l.15.804a2.6 2.6 0 0 1 .845.483l.765-.269.047-.012a.27.27 0 0 1 .273.13l.436.755a.27.27 0 0 1-.057.336l-.62.533q.049.238.051.482v.006q-.003.244-.051.481l.619.53a.266.266 0 0 1 .058.335l-.436.756a.266.266 0 0 1-.319.118l-.766-.27a2.6 2.6 0 0 1-.845.484l-.15.807a.27.27 0 0 1-.262.218h-.87a.27.27 0 0 1-.263-.218l-.15-.803a2.6 2.6 0 0 1-.845-.485l-.767.27a.266.266 0 0 1-.318-.118l-.436-.755a.27.27 0 0 1 .057-.335l.62-.534a2.6 2.6 0 0 1-.052-.48v-.007q.003-.244.052-.482l-.62-.533a.27.27 0 0 1-.057-.336l.436-.755.027-.038a.27.27 0 0 1 .292-.08l.767.273q.238-.205.52-.346l.02-.01a3 3 0 0 1 .302-.129l.152-.806a.27.27 0 0 1 .261-.217zm-.436 2.237a1.225 1.225 0 1 0 0 2.45 1.225 1.225 0 0 0 0-2.45", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "m11.845 1.073 7.832 2.5a.55.55 0 0 1 .383.525v8.124c0 .416-.041.816-.113 1.199l-4.317-2.492a4.151 4.151 0 1 0-.551.954l4.558 2.631c-.724 1.908-2.268 3.34-3.735 4.335a17.7 17.7 0 0 1-3.958 1.989l-.09.03a.6.6 0 0 1-.343.003l-.1-.033a17.067 17.067 0 0 1-1.178-.466c-.386-.17-.838-.385-1.324-.646l.257-.444v-.002a1.15 1.15 0 0 0-.248-1.444l-.266-.229q.004-.051.007-.102l-.001-.028-.001-.045-.001-.008q-.001-.027-.004-.054l.267-.229.001-.001c.417-.359.522-.963.247-1.442l-.001-.001-.435-.756a1.15 1.15 0 0 0-1.18-.56l-.075.017-.046.012-.075.022-.335.118a4 4 0 0 0-.201-.115l-.066-.351-.024-.101a1.15 1.15 0 0 0-1.105-.835h-.87c-.518 0-.968.345-1.106.836l-.022.1-.02.107a6.4 6.4 0 0 1-.31-1.969V4.098c0-.24.156-.452.383-.525l7.832-2.5.083-.02a.55.55 0 0 1 .251.02" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M11.004 6.405a3.05 3.05 0 0 1 3.734 2.156 3.04 3.04 0 0 1-.286 2.275q-.013.017-.024.035l-.02.038a3.04 3.04 0 0 1-1.825 1.386 3.05 3.05 0 0 1-1.58-5.89" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), s4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M6.488 9.251a1.801 1.801 0 1 1-.001 3.602 1.801 1.801 0 0 1 .001-3.602" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11 .649C16.717.649 21.351 5.283 21.351 11S16.717 21.351 11 21.351.649 16.717.649 11 5.283.649 11 .649m-4.512 7.26a3.144 3.144 0 1 0 3.07 3.815h9.103V9.199a.671.671 0 1 0-1.341 0v1.182h-1.13V9.2a.672.672 0 0 0-1.343 0v1.182h-5.29A3.14 3.14 0 0 0 6.488 7.91", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), m4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0175C2" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M3.763 3.763S8.395 1.45 10.71.29a2.8 2.8 0 0 1 1.358-.289c.702.044 1.537.723 1.537.723L22 9.119v8.973h-3.908v3.907H8.973l-8.25-8.25A2.56 2.56 0 0 1 0 12.014c0-.293.165-.75.29-1.013zm.622.623V15.19c.002.498.02.938.457 1.382l4.512 4.51h7.822v-3.907zm11.05-.622a96 96 0 0 0-2.51-2.422c-.278-.245-.52-.43-.982-.424-.339.013-.797.179-.797.179L5.813 3.763z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), h4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#5C2D90" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m18.858 11.526.482 6.145-8.524 1.53-.734-6.145 1.218-.17c.198.085.34.113.567.17.368.085.793.198 1.415-.142.142-.085.453-.34.567-.51zM5.69 18.833c-.142-.226-.397-.481-.793-.793-.567-.453-.368-1.246-.029-1.727.428-.821 2.662-1.898 2.55-3.229-.057-.481-.114-1.104-.567-1.557-.029.17 0 .34 0 .34s-.198-.227-.283-.567c-.085-.113-.17-.17-.255-.34-.057.198-.057.397-.057.397s-.141-.368-.17-.652c-.085.142-.113.397-.113.397s-.198-.566-.142-.877c-.085-.255-.368-.794-.283-1.983.482.34 1.558.255 1.983-.368.141-.198.226-.764-.057-1.87-.198-.707-.68-1.755-.877-2.151l-.029.028c.113.312.312.991.397 1.331.226.991.312 1.331.198 1.784-.085.397-.312.652-.906.935-.567.283-1.36-.428-1.388-.453-.567-.453-.991-1.192-1.048-1.53-.057-.396.226-.622.368-.934-.198.057-.428.17-.428.17s.255-.283.595-.51q.194-.112.368-.255h-.365s.34-.198.708-.311h-.509l1.36-.595c.427-.17.82-.113 1.047.198.312.428.623.651 1.274.821.397-.17.538-.283 1.048-.428.453-.51.821-.566.821-.566s-.255.226-.283.481c.255-.198.538-.368.538-.368s-.113.142-.198.34l.029.029a8 8 0 0 1 .65-.312s-.112.113-.226.283c.227 0 .68 0 .85.028 1.048.029 1.275-1.104 1.671-1.274.51-.17.736-.283 1.586.567.736.736 1.302 2.01 1.02 2.293-.227.227-.708-.085-1.247-.736q-.425-.51-.594-1.274c-.057-.428-.368-.68-.368-.68s.198.428.198.793c0 .198.028.935.34 1.36-.029.056-.057.311-.085.34-.368-.454-1.193-.765-1.303-.878.454.368 1.473 1.192 1.87 1.982.368.765.141 1.445.34 1.615.056.056.793.963.934 1.444.255.821.029 1.67-.312 2.18l-.906.142a1.2 1.2 0 0 1-.34-.114c.057-.113.198-.396.198-.453l-.056-.085c-.283.397-.765.793-1.161 1.02-.51.283-1.105.255-1.498.113-1.105-.34-2.153-1.076-2.379-1.274 0 0 0 .141.028.198.459.483.972.91 1.53 1.274l-1.303.142.623 4.814c-.283.028-.311.056-.623.113-.255-.934-.764-1.53-1.33-1.897-.482-.312-1.162-.397-1.813-.255l-.029.056c.453-.056.992.029 1.53.368.538.34.963 1.218 1.132 1.728.198.68.34 1.388-.198 2.152-.396.538-1.529.85-2.435.198.255.397.566.708 1.02.765.65.084 1.274-.029 1.727-.454.368-.368.566-1.16.51-2.01l.594-.085.198 1.498 9.653-1.152-.85-7.703-.482.085-.962-9.717L1.81 3.088l1.983 16.028z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M13.343 10.408c.428.312.793.51 1.161.482.226-.029.453-.397.595-.736.113-.227.113-.482-.057-.567-.085-.028-.428-.028-.68 0-.48.057-.962.226-1.075.312-.17.113-.086.396.056.51m.113-3.313v.028l.029.057c.113.226.226.453.453.566.056 0 .113-.028.17-.028.198 0 .311.028.396.056v-.17c-.028-.283.057-.793-.51-1.076-.226-.113-.51-.057-.623.057h.057c.142.056.057.113.028.17-.028.113-.056.141 0 .34M10.907 7.151c.142-.113-.65-.283-1.274.114-.453.311-.453.963-.028 1.33q.063.033.113.086c.113-.057.283-.113.428-.17.283-.085.51-.142.708-.17a.78.78 0 0 0 .17-.595c-.029-.428-.368-.34-.113-.595zm4.62 6.88-1.36 2.262-1.585-.482-1.389 2.124.057.68 7.59-1.388-.453-4.73-1.247 2.605z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), v4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M20.01 16.349a4.292 4.292 0 1 0-8.584 0 4.292 4.292 0 0 0 8.585 0M15.06 18.33v-2.368l-.607.607a.66.66 0 0 1-.932-.934l1.732-1.733a.66.66 0 0 1 .934 0l1.733 1.733a.66.66 0 0 1-.934.934l-.606-.607v2.368a.66.66 0 0 1-1.32 0m-.53-9.684V5.832c-1.078.808-2.966 1.466-6.27 1.466s-5.191-.658-6.27-1.466v3.76l.005.035c.007.041.023.113.059.206.07.182.225.462.572.76.698.597 2.248 1.325 5.634 1.325a.66.66 0 0 1 0 1.32c-3.304 0-5.191-.659-6.27-1.466v3.759l.005.037c.007.04.023.113.059.206.07.182.226.462.572.758.698.599 2.248 1.327 5.634 1.327a.66.66 0 0 1 0 1.319c-3.544 0-5.459-.757-6.493-1.643-.52-.446-.798-.909-.944-1.284a2.4 2.4 0 0 1-.13-.467 2 2 0 0 1-.022-.203l-.001-.018v-.013s0-.002.66-.002H.67V3.635l.004-.05q.004-.06.018-.153c.02-.121.06-.282.131-.467.146-.375.424-.838.944-1.283C2.8.795 4.716.038 8.259.038s5.458.757 6.493 1.644c.52.445.799.908.944 1.283a2.4 2.4 0 0 1 .15.62l.003.05v.032c-.005.001.004 0 0 0v4.979a.66.66 0 1 1-1.32 0m6.802 7.703a5.612 5.612 0 1 1-11.225 0 5.612 5.612 0 0 1 11.225 0" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), f4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M19.732 15.132a.66.66 0 0 1 .932.934l-5.109 5.11a.66.66 0 0 1-.934 0l-3.066-3.067a.66.66 0 0 1 .934-.933l2.6 2.6zM8.956.63c3.656 0 5.626.782 6.689 1.692.533.458.82.932.969 1.316.073.19.113.354.133.478a2 2 0 0 1 .022.206v6.2l-.003.051q-.004.062-.019.155a2.4 2.4 0 0 1-.133.478c-.15.384-.436.86-.97 1.316-1.062.91-3.032 1.692-6.688 1.692-3.443 0-5.391-.694-6.494-1.535v3.925l.005.04c.007.043.024.118.062.215.074.192.237.483.597.792.726.623 2.332 1.375 5.83 1.375a.66.66 0 1 1 0 1.32c-3.655 0-5.627-.781-6.69-1.692-.533-.457-.818-.932-.967-1.316a2.4 2.4 0 0 1-.153-.632l-.003-.053-.001-.018V4.323a1.3 1.3 0 0 1 .023-.206c.021-.124.06-.288.134-.478.15-.384.435-.858.968-1.316C3.329 1.413 5.3.631 8.957.631m6.494 5.917c-1.103.841-3.05 1.535-6.494 1.535s-5.391-.694-6.494-1.535v3.925l.005.04c.007.043.024.119.062.216.074.19.237.482.597.792.726.622 2.332 1.374 5.83 1.374s5.104-.752 5.83-1.374c.36-.31.523-.601.597-.793.038-.096.054-.172.062-.215l.005-.034z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), d4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M19.274 17.797c0-.64-.148-1.076-.336-1.378a1.84 1.84 0 0 0-.71-.654 2.6 2.6 0 0 0-1.075-.295h-5.54l2.308 2.225a.66.66 0 0 1-.916.95l-3.484-3.36a.66.66 0 0 1-.017-.933l3.485-3.608a.66.66 0 1 1 .949.916l-2.405 2.49h5.613v.66-.66h.02a3 3 0 0 1 .15.008 3.926 3.926 0 0 1 1.535.444c.43.23.874.584 1.207 1.12s.535 1.221.535 2.075c0 1.901-.81 2.96-1.713 3.504a3.7 3.7 0 0 1-1.713.515h-.02l-.001-.66v.66h-.796a.66.66 0 0 1 0-1.32h.8l.06-.004a2.367 2.367 0 0 0 .99-.321c.49-.296 1.074-.917 1.074-2.374m-3.931-8.962V5.998c-1.083.813-2.98 1.478-6.309 1.478-3.327 0-5.224-.665-6.307-1.478V9.69l.12.268c.117.228.31.537.605.847.578.605 1.59 1.255 3.342 1.255a.66.66 0 0 1 0 1.32c-1.941 0-3.236-.674-4.067-1.44v3.816l.005.038c.007.041.022.114.058.208.072.183.228.465.577.764.703.603 2.263 1.334 5.667 1.334a.66.66 0 0 1 0 1.32c-3.562 0-5.487-.761-6.526-1.652-.522-.447-.801-.912-.947-1.288a2.4 2.4 0 0 1-.132-.469 2 2 0 0 1-.022-.204v-.031s0-.002.66-.002h-.66V3.797a1.3 1.3 0 0 1 .022-.204c.02-.121.06-.283.132-.47.146-.376.425-.84.947-1.287C3.548.945 5.472.183 9.034.183c3.563 0 5.489.762 6.528 1.653.521.447.8.912.947 1.288a2.4 2.4 0 0 1 .15.62l.003.053v.018l.001.008v5.012a.66.66 0 0 1-1.32 0" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), g4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FF3621" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m0 13.002 11 5.7 9.874-5.087v2.026L11 20.773.563 15.31l-.562.282v.706L11 22l11-5.7v-3.957l-.513-.283L11 17.525l-9.822-5.182v-2.026L11 15.405l11-5.7V5.793l-.513-.282L11 10.976 1.69 6.124 11 1.272l7.725 4.004.665-.376v-.52L11 0 0 5.748v.66l11 5.698 9.874-5.087V9.09L11 14.227.563 8.763l-.562.283z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), w4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#A81D33" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M12.723 11.628c-.366 0 .074.183.551.257.129-.092.248-.202.358-.303-.298.066-.606.081-.909.046m1.963-.486c.21-.302.367-.632.43-.972-.054.248-.183.459-.302.67-.687.43-.064-.248 0-.514-.733.926-.1.55-.128.816m.716-1.88c.046-.66-.128-.458-.183-.202.064.037.119.46.183.203M11.348.285c.184.037.413.064.385.11.211-.046.257-.092-.394-.11m.394.11-.137.028.128-.01V.394m6.08 9.115c.019.587-.183.871-.348 1.375l-.32.166c-.257.495.027.321-.157.715-.403.358-1.228 1.119-1.485 1.193-.184 0 .129-.23.175-.312-.542.367-.441.55-1.257.78l-.028-.056c-2.036.954-4.86-.934-4.815-3.521-.027.155-.064.119-.11.183a3.26 3.26 0 0 1 1.834-3.21 3.08 3.08 0 0 1 3.421.44 3.06 3.06 0 0 0-2.494-1.19c-1.082.008-2.09.696-2.43 1.438-.55.349-.614 1.348-.853 1.523-.33 2.384.605 3.412 2.182 4.622.248.174.074.192.11.32a4.3 4.3 0 0 1-1.402-1.063c.21.303.43.605.733.834-.504-.165-1.164-1.191-1.357-1.237.853 1.521 3.465 2.677 4.823 2.108a5.7 5.7 0 0 1-2.136-.257c-.302-.146-.706-.467-.642-.522a5.32 5.32 0 0 0 5.41-.77c.404-.32.853-.862.981-.87-.183.293.037.146-.11.402.404-.66-.183-.274.422-1.136l.22.302c-.082-.55.678-1.21.605-2.073.174-.275.183.275 0 .889.266-.678.073-.78.138-1.338.073.183.165.385.21.577-.165-.641.184-1.1.257-1.466-.082-.046-.257.274-.293-.486 0-.34.091-.184.128-.257-.073-.046-.238-.293-.348-.79.073-.118.201.303.311.312-.073-.385-.183-.687-.183-.99-.312-.623-.11.092-.367-.275-.311-1 .275-.229.312-.678.495.706.77 1.797.9 2.255a8.8 8.8 0 0 0-.45-1.613c.147.064-.238-1.138.193-.34a7.17 7.17 0 0 0-3.357-4.026c.165.155.385.357.302.385-.687-.413-.568-.44-.669-.614-.559-.23-.596.018-.971 0C13.825.669 13.624.733 12.65.367l.046.21c-.706-.229-.825.092-1.586 0-.046-.036.248-.128.486-.164-.68.091-.643-.129-1.312.027.156-.12.33-.192.504-.293-.55.036-1.32.32-1.081.064-.907.412-2.514.98-3.412 1.824l-.027-.202c-.412.495-1.797 1.477-1.907 2.119l-.12.027c-.21.367-.348.78-.522 1.156-.275.477-.413.184-.367.257-.55 1.118-.825 2.063-1.063 2.843.165.248 0 1.513.064 2.53-.275 5.008 3.52 9.878 7.666 11.006.614.21 1.513.21 2.283.229-.908-.257-1.027-.137-1.907-.45-.642-.293-.78-.64-1.228-1.035l.183.32c-.89-.31-.523-.384-1.248-.613l.193-.248c-.284-.027-.76-.486-.89-.742l-.31.009c-.377-.46-.578-.799-.56-1.064l-.102.183c-.119-.193-1.393-1.743-.733-1.385-.12-.11-.284-.184-.459-.504l.129-.156c-.321-.404-.587-.935-.569-1.1.184.22.294.275.413.302-.807-1.99-.853-.11-1.468-2.018l.138-.019c-.092-.146-.165-.311-.238-.467l.055-.55c-.578-.678-.165-2.843-.083-4.035.064-.495.486-1.009.807-1.816l-.193-.037c.367-.65 2.146-2.632 2.971-2.53.394-.505-.082 0-.165-.129.88-.908 1.155-.642 1.743-.807.641-.367-.55.147-.248-.138 1.1-.275.78-.642 2.22-.78.146.092-.358.13-.477.24.917-.45 2.888-.34 4.182.247 1.494.705 3.172 2.76 3.236 4.704l.074.018c-.037.78.119 1.67-.156 2.485l.183-.385m-9.05 2.633-.046.257c.238.32.431.669.733.925-.22-.43-.385-.604-.687-1.191m.568-.019c-.128-.137-.201-.311-.284-.476.073.293.238.55.394.806zm10.033-2.183-.064.137a6.5 6.5 0 0 1-.632 2.028c.366-.669.595-1.412.687-2.165M11.413.11c.247-.092.604-.046.87-.11-.339.028-.678.046-1.008.092zM2.755 4.713c.065.523-.394.734.101.385.275-.604-.1-.164-.091-.385m-.587 2.44c.11-.358.137-.569.183-.77-.32.403-.156.486-.183.76" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), u4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M10.999 6.049a1.657 1.657 0 0 1 0 3.313 1.657 1.657 0 0 1 0-3.313" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "m11.167 1.133 7.817 2.496a.55.55 0 0 1 .382.524v8.11c0 3.085-2.148 5.257-4.15 6.614a17.6 17.6 0 0 1-3.95 1.985l-.09.03a.6.6 0 0 1-.344.004l-.098-.034q-.094-.03-.261-.093a17.649 17.649 0 0 1-3.69-1.892c-2.002-1.358-4.15-3.529-4.15-6.615v-8.11c0-.238.155-.45.382-.523l7.817-2.496.083-.02a.55.55 0 0 1 .252.02m-.168 3.816a2.757 2.757 0 0 0-.55 5.457v6.123c0 .303.247.55.55.55h1.655a.55.55 0 0 0 0-1.1H11.55v-1.105h1.105a.55.55 0 0 0 0-1.1H11.55v-3.368a2.756 2.756 0 0 0-.55-5.457", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), p4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0B100F" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M2 7.394V2.838c0-.2.1-.385.263-.485L5.96.075c.163-.1.363-.1.526 0l3.697 2.278c.163.1.263.285.263.485v2.327c.016.773.4 1.519 1.073 1.934.674.415 1.47.396 2.107.024l1.888-1.163c.163-.1.363-.1.526 0l3.697 2.277c.163.1.263.285.263.486v4.555c0 .2-.1.385-.263.485l-3.697 2.278c-.163.1-.363.1-.526 0l-1.873-1.155a2.03 2.03 0 0 0-2.122.016c-.674.415-1.057 1.16-1.073 1.934v2.326c0 .2-.1.385-.262.485l-3.698 2.278c-.163.1-.363.1-.526 0l-3.697-2.278A.57.57 0 0 1 2 19.162v-4.555c0-.2.1-.385.263-.485l3.697-2.278c.163-.1.363-.1.526 0l1.893 1.166c.635.37 1.43.387 2.102-.027.679-.418 1.063-1.173 1.073-1.952-.016-.774-.4-1.6-1.073-2.014a2.03 2.03 0 0 0-2.106-.025l-1.898 1.176a.5.5 0 0 1-.528 0l-3.688-2.29A.57.57 0 0 1 2 7.395" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), E4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#2496ED" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M20.6 9.607c-.486-.327-1.761-.466-2.689-.216-.05-.924-.526-1.702-1.397-2.381l-.322-.217-.216.325c-.422.641-.6 1.496-.537 2.272.05.479.216 1.017.537 1.407-1.206.7-2.319.541-7.246.541H1.124c-.022 1.113.156 3.253 1.517 4.995q.225.29.494.558c1.107 1.108 2.778 1.92 5.278 1.923 3.814.003 7.081-2.058 9.068-7.042.654.01 2.38.117 3.226-1.515.02-.028.215-.434.215-.434zM6.088 8.59H3.949v2.139h2.139zm2.763 0H6.712v2.139h2.14zm2.764 0h-2.14v2.139h2.14zm2.763 0H12.24v2.139h2.14zm-11.053 0h-2.14v2.139h2.14zm2.763-2.702H3.949v2.14h2.139zm2.763 0H6.712v2.14h2.14zm2.764 0h-2.14v2.14h2.14zm0-2.702h-2.14v2.14h2.14z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), q4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#1496FF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M1.385 8.827c.239-.984 3.36-.865 4.908-.744l.858.083c-.29 3.475-.114 5.815-.112 5.849l-4.932 4.683s-.376-2.626-.57-5.585a80 80 0 0 1-.152-4.286" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M1.384 8.513v.305c.056-.236.153-.403.348-.667.403-.514 1.056-.653 1.32-.68 1.334-.181 3.307-.39 5.294-.445 3.516-.111 5.836.18 5.836.18l4.933-4.682s-2.584-.487-5.53-.834a75 75 0 0 0-4.586-.417c-.07 0-.75-.083-1.39.528-.694.667-4.224 4.016-5.641 5.364-.64.611-.584 1.292-.584 1.348M7.79 14.794c.03.003 1.81.223 4.59.205l1.26-.025s.375 5.488-.944 5.725c.025 0 .153-.007.336-.04-.07.005-.174.054-.24.054a78 78 0 0 1-4.377-.375c-2.946-.334-5.558-.848-5.558-.848z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M12.987 20.727c-.097 0-.194-.014-.306-.014.25-.042.417-.125.681-.32.528-.375.695-1.028.75-1.292.237-1.32.556-3.28.71-5.266.277-3.502.11-5.836.11-5.836l4.933-4.697s.362 2.612.57 5.572c.125 1.931.167 3.64.18 4.586 0 .069.056.75-.583 1.361-.695.667-4.224 4.03-5.628 5.378-.667.611-1.348.528-1.417.528" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), x4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#24BBB1" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m8.724 9.518 4.666 2.126 4.706-4.125c.07-.341.102-.689.099-1.036A5.256 5.256 0 0 0 8.6 3.51l-.787 4.063zM3.895 14.455a5 5 0 0 0-.099 1.053 5.278 5.278 0 0 0 9.639 2.964l.772-4.045-1.031-1.98L8.49 10.31zM3.868 6.383l3.197.754.703-3.63a2.524 2.524 0 0 0-3.9 2.876M3.589 7.15a3.523 3.523 0 0 0-.153 6.638l4.486-4.052-.82-1.756zM14.246 18.472a2.52 2.52 0 0 0 3.892-2.874l-3.19-.748zM14.894 14.013l3.512.82a3.523 3.523 0 0 0 .155-6.642l-4.594 4.026z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), z4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#08090D", clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M11 7.756a3.246 3.246 0 0 1 0 6.49 3.246 3.246 0 0 1 0-6.49" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M11.001.77a.66.66 0 0 1 .66.66v2.745a6.876 6.876 0 0 1 6.18 6.165h2.73a.66.66 0 0 1 0 1.32h-2.727a6.875 6.875 0 0 1-6.183 6.2v2.71a.66.66 0 0 1-1.32 0v-2.709a6.876 6.876 0 0 1-6.185-6.2H1.43a.66.66 0 0 1 0-1.32h2.73a6.876 6.876 0 0 1 6.18-6.167V1.43a.66.66 0 0 1 .661-.66M11 5.463a5.554 5.554 0 1 0 .001 11.11A5.554 5.554 0 0 0 11 5.462", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), y4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FF5310" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M.671 14 16.037 0l-2.063 8h7.35L5.956 22l2.063-8z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), M4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#070709" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M17.256 6.382H2.17V1.306h17.66V3.77c0 1.444-1.151 2.612-2.574 2.612M10.833 13.538H2.17V8.463h11.236v2.464c0 1.444-1.15 2.611-2.573 2.611M4.597 20.694H2.17v-5.076h5.001v2.464c-.02 1.444-1.172 2.612-2.574 2.612" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), k4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FF5402" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m9.002 10.148 1.332 4.368c-2.397 3.516-3.942 5.06-6.126 5.646-1.225.373-2.503.48-4.208.426.852-.373 4.048-1.97 3.196-5.06L1.438 9.029C.586 5.567 3.676 1.412 12.625 1.412L4.954 9.349l1.172 3.782zM22 1.412c-.852.373-4.048 1.97-3.196 5.06l1.705 6.499c.852 3.462-2.291 7.617-11.187 7.617l7.67-7.99-1.171-3.729-2.877 3.037-1.331-4.422c2.45-3.515 3.942-5.06 6.232-5.646 1.172-.373 2.45-.48 4.155-.426" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), R4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#CC0000" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11 0c3.626 0 6.795.733 8.266 1.785v18.426C17.795 21.268 14.626 22 11 22s-6.795-.732-8.266-1.79v-.937l3.783-.773a4.55 4.55 0 0 0 2.677-1.676c.664-.86.998-1.928.94-3.012l.219-.044c1.174-.243 2.22-.914 2.892-1.909.561-.816.835-1.796.78-2.784l.226-.045c1.2-.246 2.22-1.032 2.88-2.217.606-1.09.812-2.38.573-3.543l-.095-.465a.56.56 0 0 0-.659-.432L2.734 5.284V1.785C4.204.732 7.374 0 11 0" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M15.701 4.733c-.06.38-.185.745-.37 1.081-.211.375-.68 1.032-1.484 1.197l-4.12.843c-.56.116-.94.654-.828 1.213a1.027 1.027 0 0 0 1.22.81l1.845-.378A2.48 2.48 0 0 1 9.99 11.74l-4.17.856a1.035 1.035 0 0 0-.805 1.11 1.03 1.03 0 0 0 1.217.908l1.837-.378c-.026.417-.16.82-.39 1.168a2.54 2.54 0 0 1-1.611 1.081l-3.33.683V7.39z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), S4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0066FF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M17.935 8.6c.001-.097.04-.19.107-.258a.36.36 0 0 1 .254-.108h1.897a.36.36 0 0 0 .304-.166l1.444-2.262a.367.367 0 0 0-.305-.565h-3.312a.36.36 0 0 1-.334-.226.4.4 0 0 1-.027-.14V2.57a.37.37 0 0 0-.105-.26.36.36 0 0 0-.256-.11h-3.456a.36.36 0 0 0-.334.226.4.4 0 0 0-.027.14V8.98a7.37 7.37 0 0 0-2.688-2.917 7.23 7.23 0 0 0-3.79-1.078c-1.298 0-2.571.35-3.69 1.014a7.36 7.36 0 0 0-2.68 2.764 7.49 7.49 0 0 0 .128 7.482 7.35 7.35 0 0 0 2.773 2.669 7.22 7.22 0 0 0 7.375-.262 7.37 7.37 0 0 0 2.582-2.86c.019 1.047.122 1.87.595 2.577.9 1.33 2.483 1.411 3.931 1.411.675 0 1.175-.062 1.901-.176a.36.36 0 0 0 .222-.124.37.37 0 0 0 .088-.242V16.61a.37.37 0 0 0-.11-.265.36.36 0 0 0-.265-.101l-1.125.043c-1.12 0-1.091-.746-1.091-1.635V8.6zm-10.63 7.117a3.24 3.24 0 0 1-2.32-.975 3.3 3.3 0 0 1-.71-1.08 3.37 3.37 0 0 1 .712-3.624 3.26 3.26 0 0 1 2.32-.974c.87 0 1.703.35 2.319.974s.96 1.47.96 2.352a3.35 3.35 0 0 1-.96 2.353 3.26 3.26 0 0 1-2.321.974" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), P4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#289E6D" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M12.788.793a1.766 1.766 0 0 1 2.336.899L16.832 5.5l.072.072c.059.06.108.114.158.18.044.023.066.067.087.089.638.73 2.111 1.417 3.694 1.683.088-.022.198-.022.308-.022a1 1 0 0 1 .242.022c.198.022.352.243.374.487.197 1.695-.368 1.814-.374 1.815-.264 1.24-.77 2.015-1.385 2.68l-.024.025.44.984.002.002c.392.896.002 1.954-.893 2.353L7.79 21.206l-.003.001a1.766 1.766 0 0 1-2.337-.901L.153 8.485v-.002c-.394-.897-.002-1.956.894-2.354l1.094-.485.115-.058.007-.055c.198-1.882 1.715-3.321 3.54-3.321.792 0 1.54.288 2.133.753l.02.017 4.83-2.186zm6.75 12.161q-.293.254-.63.504c-.264.177-.594.22-.902.177a18 18 0 0 0-2.66-.222c-4.889 0-8.516 2.6-9.086 7.052.338.311.845.41 1.296.21l11.738-5.334.003-.002c.598-.265.866-.978.6-1.587zm1.443-5.157c-.286 0-.386.07-.593.2l-.381.272c-.066.044-.096.155-.03.2.55.509 1.027 1.084 1.18 1.084.006-.001.417-.126.286-1.38-.022-.2-.154-.332-.286-.354a.5.5 0 0 0-.176-.022M15.5 6.46c-.33.022-.351.022-1.385.266-.066.022-.088.088-.022.132 1.122.798 1.144.798 1.495.775.352-.022.616-.265.616-.575.022-.355-.308-.62-.703-.598m-14.219.2c-.336.15-.569.44-.66.774l1.797-.398a4.3 4.3 0 0 1-.164-.808zm4.336-4.042c-1.83.088-2.862 1.49-2.862 3.643 0 .243.022.45.066.716 1.583-.244 3.423-.362 5.798-.406-.726-.465-.968-1.285-1.188-2.082-.24-.844-.479-1.48-1.277-1.79a1.3 1.3 0 0 0-.537-.081m8.982-.69a1.19 1.19 0 0 0-1.577-.605L8.417 3.41c.486.372 1.389.372 3.675.372a7.4 7.4 0 0 1 3.814 1.063l-1.306-2.914z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), C4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#DE4C36" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m20.427 10.144-8.555-8.39a1.28 1.28 0 0 0-1.784 0L8.312 3.496l2.253 2.21a1.52 1.52 0 0 1 1.542.353c.42.412.537 1.006.356 1.521l2.171 2.13a1.52 1.52 0 0 1 1.552.35 1.45 1.45 0 0 1 0 2.082 1.52 1.52 0 0 1-2.124 0 1.45 1.45 0 0 1-.327-1.601L11.71 8.554v5.228c.143.07.278.162.397.278a1.453 1.453 0 0 1 0 2.083 1.52 1.52 0 0 1-2.123 0 1.453 1.453 0 0 1 0-2.083c.145-.142.312-.25.491-.321V8.463a1.5 1.5 0 0 1-.491-.322 1.45 1.45 0 0 1-.324-1.61L7.44 4.352l-5.866 5.753a1.22 1.22 0 0 0 0 1.75l8.555 8.39a1.28 1.28 0 0 0 1.784 0l8.515-8.35a1.22 1.22 0 0 0 0-1.751" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), V4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#609926" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M4.162 4.508c-.217 0-.46.017-.737.077-.293.061-1.124.248-1.803.901C.114 6.831.498 8.968.546 9.29c.057.392.23 1.48 1.062 2.43 1.535 1.879 4.839 1.836 4.839 1.836s.405.968 1.025 1.86c.838 1.108 1.699 1.973 2.536 2.077 2.112 0 6.33-.003 6.33-.003s.402.003.948-.346c.47-.284.89-.784.89-.784s.431-.462 1.035-1.518c.184-.325.338-.64.472-.938 0 0 1.85-3.924 1.85-7.744-.037-1.156-.323-1.36-.39-1.428-.136-.137-.32-.134-.32-.134s-3.928.221-5.962.269q-.669.017-1.327.023v3.927l-.557-.264-.003-3.66c-.972.014-2.989-.074-2.989-.074s-4.738-.237-5.254-.284c-.164-.01-.352-.027-.57-.027m.31 1.608h.098s.238 1.991.527 3.157c.241.978.83 2.605.83 2.605s-.874-.105-1.44-.306c-.87-.284-1.237-.626-1.237-.626s-.64-.449-.962-1.335c-.553-1.481-.047-2.385-.047-2.385s.281-.754 1.29-1.005c.347-.093.758-.105.942-.105m7.312 2.241c.228.003.447.112.447.112l.761.37-.464.944a.6.6 0 0 0-.608.656c.012.118.058.23.132.322l-.824 1.689a.605.605 0 0 0-.579.463.6.6 0 0 0 .305.67.6.6 0 0 0 .76-.182.604.604 0 0 0-.06-.774l.804-1.645q.105.01.208-.017a.6.6 0 0 0 .238-.12q.46.195.892.449a.67.67 0 0 1 .25.247c.065.185-.063.5-.063.5-.077.255-.617 1.36-.617 1.36a.61.61 0 0 0-.593.419.6.6 0 0 0 .972.62.597.597 0 0 0 .044-.841c.064-.124.123-.248.187-.378.167-.349.452-1.019.452-1.019.031-.057.192-.345.09-.714-.083-.382-.42-.56-.42-.56-.41-.264-.98-.509-.98-.509s0-.137-.037-.237a.6.6 0 0 0-.13-.212l.453-.932 2.537 1.23s.42.191.511.543a.9.9 0 0 1-.06.577c-.21.515-1.843 3.789-1.843 3.789s-.204.486-.657.516a.9.9 0 0 1-.345-.04l-.177-.07-3.783-1.843s-.366-.191-.43-.523c-.073-.272.091-.606.091-.606l1.82-3.75s.16-.325.409-.436a.75.75 0 0 1 .307-.068" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), H4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M5.156.99a4.166 4.166 0 0 1 .66 8.28v.171a.9.9 0 0 0 .899.9h1.362a2.997 2.997 0 0 1 5.846 0h1.166a2.997 2.997 0 1 1 0 1.319h-1.166a2.997 2.997 0 0 1-5.846 0H6.715c-.32 0-.624-.07-.9-.192v4.986a.9.9 0 0 0 .9.899h1.362a2.997 2.997 0 0 1 5.846 0h1.166a2.997 2.997 0 1 1 0 1.32h-1.166a2.997 2.997 0 0 1-5.846 0H6.715a2.22 2.22 0 0 1-2.218-2.22V9.27A4.166 4.166 0 0 1 5.157.99m12.857 15.345a1.678 1.678 0 1 0 0 3.356 1.678 1.678 0 0 0 0-3.356M11 9.322a1.678 1.678 0 1 0 0 3.356 1.678 1.678 0 0 0 0-3.356M4.881 3.397a.9.9 0 0 0-.834-.02.74.74 0 0 0-.423.651v2.196c0 .27.162.52.423.652a.9.9 0 0 0 .834-.02l1.94-1.098a.73.73 0 0 0 .386-.632.73.73 0 0 0-.387-.63z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), B4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#000000" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M21.929 15.58c-.79 1.371-5.371 4.605-10.929 4.605S.86 16.951.072 15.581A.6.6 0 0 1 0 15.346v-2.63a.8.8 0 0 1 .049-.202c.34-.857 1.234-2.1 2.387-2.434.154-.394.38-.967.59-1.39a9 9 0 0 1-.047-.996c0-1.22.259-2.291 1.038-3.088.364-.372.816-.657 1.351-.872 1.282-1.042 3.11-1.919 5.612-1.919s4.37.877 5.652 1.919c.535.215.987.5 1.351.872.78.797 1.038 1.867 1.038 3.088 0 .337-.013.672-.048.995.211.424.437.997.59 1.39 1.154.334 2.047 1.578 2.388 2.435a.8.8 0 0 1 .049.202v2.63a.6.6 0 0 1-.072.235m-10.771-5.492h-.316a4 4 0 0 1-.325.466c-.706.868-1.758 1.367-3.216 1.367-1.581 0-2.74-.329-3.467-1.154l-.078-.095-.09.095v6.036c1.316.714 4.139 1.998 7.334 1.998s6.018-1.283 7.333-1.998v-6.036l-.09-.095s-.03.041-.077.095c-.727.825-1.886 1.154-3.467 1.154-1.458 0-2.51-.5-3.216-1.367a4 4 0 0 1-.325-.466m2.134 2.98a.92.92 0 0 1 .916.916v1.833a.92.92 0 0 1-.916.917.92.92 0 0 1-.917-.917v-1.833a.92.92 0 0 1 .917-.917m-4.584 0a.92.92 0 0 1 .917.916v1.833a.92.92 0 0 1-.917.917.92.92 0 0 1-.916-.917v-1.833a.92.92 0 0 1 .916-.917m3.037-5.67c.125.968.37 1.753.805 2.288.405.5 1.04.86 2.149.86 1.442 0 2.1-.309 2.435-.688.352-.399.512-1.054.512-2.164 0-1.045-.223-1.694-.646-2.126-.438-.447-1.21-.79-2.59-.94-1.362-.147-2.008.127-2.321.485-.247.282-.4.74-.402 1.447v.019q0 .364.058.819m-1.49 0a7 7 0 0 0 .057-.82V6.56c0-.706-.154-1.165-.401-1.447-.313-.358-.959-.632-2.322-.485-1.38.15-2.151.492-2.589.94-.423.433-.646 1.08-.646 2.126 0 1.11.16 1.765.512 2.164.334.38.993.688 2.435.688 1.11 0 1.744-.36 2.149-.86.435-.535.68-1.32.805-2.288" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), D4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#070709" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M11.041 1.237c-5.504 0-10.007 4.503-10.007 10.007a10 10 0 0 0 6.838 9.506c.5.083.667-.25.667-.5v-1.668c-2.751.584-3.335-1.334-3.335-1.334-.417-1.168-1.084-1.501-1.084-1.501-1-.584 0-.584 0-.584 1 .083 1.5 1 1.5 1 .918 1.502 2.336 1.085 2.92.834.083-.667.333-1.083.667-1.334-2.252-.25-4.587-1.084-4.587-4.92 0-1.084.417-2.001 1-2.668 0-.334-.416-1.334.168-2.669 0 0 .833-.25 2.751 1.001.834-.25 1.668-.334 2.502-.334s1.668.084 2.502.334c1.918-1.334 2.752-1 2.752-1 .583 1.417.166 2.418.083 2.668.667.667 1 1.584 1 2.668 0 3.836-2.334 4.67-4.586 4.92.334.334.667.918.667 1.835v2.752c0 .25.167.583.668.5a10 10 0 0 0 6.838-9.506c.083-5.504-4.42-10.007-9.924-10.007", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), F4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FC6D26" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m20.456 9.038-.027-.07-2.663-6.95a.69.69 0 0 0-.688-.435.7.7 0 0 0-.401.15.7.7 0 0 0-.236.358l-1.798 5.5h-7.28l-1.798-5.5a.7.7 0 0 0-.236-.36.71.71 0 0 0-.815-.043.7.7 0 0 0-.274.33L1.572 8.964l-.026.07a4.944 4.944 0 0 0 1.64 5.714l.009.008.024.017 4.056 3.037 2.007 1.52 1.222.922a.82.82 0 0 0 .995 0l1.222-.923 2.007-1.519 4.08-3.055.01-.009a4.946 4.946 0 0 0 1.638-5.708" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), A4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FFFFFF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M12.779 13.448h.56v-.68h.68v.68h.514l.109.001v.898h-.622v.547h.622v.9h-.622v.545h.622v.899h-.683v-.681h-.56v.681h-.681v-.681h-.621v-.898h.62v-.547h-.62v-.899h.62v-.547h-.62v-.898h.682zm0 2.89h.56v-.545h-.56zm.62-.68h.56v-.546h-.56zm-.62-.764h.56v-.547h-.56zm.62-.681h.56v-.547h-.56zM8.582 13.521h.003a1.39 1.39 0 0 1 1.318 1.39v.07a1.39 1.39 0 0 1-1.39 1.32H8.51l-.066-.002h-.003a1.39 1.39 0 0 1-1.318-1.318v-.002l-.001-.066v-.003c0-.768.622-1.39 1.39-1.39h.003zm-.07.68a.709.709 0 1 0 .002 1.418.709.709 0 0 0-.002-1.418", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M8.854 12.652h-.681V3.148h.68z" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M13.438 9.022h.003a1.39 1.39 0 0 1 1.319 1.39v.002l-.002.066v.003a1.39 1.39 0 0 1-1.39 1.32h-.003l-.065-.002h-.002a1.39 1.39 0 0 1-1.318-1.318v-.003l-.003-.066v-.003c0-.767.624-1.39 1.392-1.39h.003zm-.07.68a.71.71 0 1 0 .002 1.42.71.71 0 0 0-.001-1.42", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "m10.059 3.204 2.677 5.094h-.715l-.03-.058-2.678-5.094h.715z" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M8.582.001h.003A1.39 1.39 0 0 1 9.87 1.087h8.89v18.787H9.707v.681h-.621v.546h.511l.11.001V22h-.681v-.681h-.561V22h-.682v-.681h-.62v-.898h.62v-.546H3.24V1.086h3.916A1.39 1.39 0 0 1 8.512 0h.003zm-.737 21.1h.559v-.546h-.559zm.62-.68h.56v-.546h-.56zm-.62-.764h.559v-.547h-.559zm-3.923-.465h3.24v-.217l.11.001h.51v-.547h-.62v-.899h.683v.681h.559v-.68h.682v.68h.62v.9h-.62v.546h.627v-.465h8.366V1.769H9.851a1.39 1.39 0 0 1-1.339 1.012H8.51l-.066-.002h-.003a1.39 1.39 0 0 1-1.265-1.01H3.922zm4.543-.217.047.001h.514v-.547h-.561zM8.512.682a.708.708 0 1 0 0 1.417.708.708 0 0 0 0-1.417", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), b4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#00ADD8" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M2.131 9.458q-.06-.002-.03-.052l.214-.274c.02-.03.07-.05.111-.05h3.632c.04 0 .05.03.03.06l-.173.264c-.02.032-.072.061-.102.061zm-1.535.935c-.041 0-.052-.02-.03-.05l.212-.275c.02-.03.072-.05.113-.05h4.637c.041 0 .061.03.05.06l-.08.244c-.01.041-.05.061-.091.061zm2.461.936c-.04 0-.051-.03-.03-.06l.142-.255c.02-.03.06-.06.101-.06h2.035c.04 0 .06.03.06.07l-.02.244c0 .041-.04.072-.07.072zm10.558-2.054c-.64.163-1.079.285-1.709.447-.153.04-.163.05-.296-.101-.151-.174-.264-.285-.477-.387-.641-.315-1.262-.224-1.84.152-.693.448-1.049 1.11-1.038 1.933.01.814.569 1.485 1.372 1.597.692.091 1.271-.152 1.73-.67.091-.113.172-.235.274-.378H9.668c-.213 0-.264-.132-.193-.305.132-.315.376-.844.519-1.109a.27.27 0 0 1 .254-.162h3.702c-.02.275-.02.549-.061.824a4.34 4.34 0 0 1-.834 1.993c-.732.966-1.689 1.567-2.899 1.729-.996.132-1.922-.06-2.735-.67-.753-.57-1.18-1.323-1.292-2.259-.132-1.109.193-2.106.864-2.98.723-.946 1.679-1.546 2.848-1.759.956-.174 1.872-.06 2.695.497.54.357.926.845 1.18 1.435.062.091.02.143-.101.174m3.367 5.624c-.927-.021-1.77-.286-2.483-.896a3.2 3.2 0 0 1-1.098-1.963c-.183-1.149.132-2.166.824-3.072.742-.976 1.637-1.484 2.848-1.697 1.038-.183 2.014-.083 2.899.518.803.548 1.302 1.292 1.434 2.267.172 1.374-.224 2.493-1.17 3.45-.67.68-1.495 1.107-2.441 1.3-.275.053-.549.061-.813.093m2.42-4.109c-.01-.133-.01-.235-.03-.337-.183-1.007-1.11-1.575-2.075-1.352-.946.213-1.557.814-1.78 1.77-.183.793.203 1.597.935 1.923.56.244 1.119.213 1.659-.06.803-.419 1.24-1.07 1.291-1.944" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), L4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#94399E" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m16.54 12.134-8.165 5.44c-.223.15-.486.23-.755.23a1.357 1.357 0 0 1-1.357-1.358V11a1.358 1.358 0 1 1 2.711 0v2.9l4.352-2.9-6.471-4.305a1.366 1.366 0 1 1 1.514-2.274l8.17 5.445a1.368 1.368 0 0 1 0 2.268M11 0a11 11 0 1 0 11 11A11.01 11.01 0 0 0 11 0" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), W4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#4285F4" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11.416 9.454v2.84h6.787c-.208 1.592-.738 2.759-1.547 3.578-.993.993-2.54 2.077-5.24 2.077-4.18 0-7.446-3.37-7.446-7.549s3.267-7.55 7.446-7.55c2.25 0 3.901.89 5.113 2.033l1.998-1.997C16.84 1.246 14.578 0 11.416 0 5.69 0 .876 4.664.876 10.389s4.814 10.389 10.54 10.389c3.093 0 5.425-1.016 7.248-2.91 1.87-1.87 2.46-4.512 2.46-6.637 0-.658-.047-1.27-.15-1.777z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), N4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FF671D" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M21.088 9.7a6.7 6.7 0 0 0-.213-1.254 8 8 0 0 0-.568-1.515A8.7 8.7 0 0 0 19.243 5.3c-.166-.213-.38-.426-.568-.615.308-1.23-.378-2.295-.378-2.295-1.184-.07-1.94.38-2.224.568a.34.34 0 0 0-.143-.047 2.7 2.7 0 0 0-.614-.213c-.213-.047-.426-.118-.663-.19a29 29 0 0 0-.686-.141c-.047 0-.07-.024-.118-.024C13.329.686 11.839 0 11.839 0c-1.657 1.04-1.964 2.507-1.964 2.507s0 .024-.024.095l-.284.07c-.118.048-.26.096-.379.143-.118.047-.26.095-.378.142-.236.095-.497.236-.733.355-.237.142-.474.284-.686.426-.024-.024-.048-.024-.048-.024-2.294-.875-4.329.19-4.329.19-.142 2.436.946 3.974 1.16 4.258-.048.142-.095.307-.142.45a13 13 0 0 0-.38 1.702c-.023.072-.023.166-.023.26-2.106 1.041-2.744 3.17-2.744 3.17 1.775 2.035 3.809 2.153 3.809 2.153.26.473.568.899.9 1.324a8 8 0 0 0 .448.497c-.638 1.845.095 3.36.095 3.36 1.964.07 3.265-.852 3.524-1.065.19.07.403.118.592.19.592.165 1.23.236 1.846.284h.78C13.801 21.81 15.434 22 15.434 22c1.16-1.23 1.23-2.437 1.23-2.697v-.118a6.949 6.949 0 0 0 1.892-1.964c.025-.047.072-.094.095-.141 1.302.07 2.224-.805 2.224-.805-.213-1.372-.994-2.034-1.16-2.152h-.047s-.023 0-.023-.024c0-.071.023-.166.023-.237 0-.142.024-.284.024-.45v-.567c0-.048 0-.07-.024-.118l-.023-.118-.024-.119c-.023-.142-.047-.308-.095-.45a6.7 6.7 0 0 0-.662-1.655 6 6 0 0 0-1.111-1.325 5.2 5.2 0 0 0-1.396-.9c-.497-.212-1.017-.378-1.538-.425a9 9 0 0 0-.78-.047h-.403c-.141 0-.26.023-.402.047a4.3 4.3 0 0 0-1.443.544 4.8 4.8 0 0 0-1.112.947c-.307.354-.544.78-.71 1.182-.164.408-.26.84-.284 1.278v.615c.024.213.048.426.119.615a3.2 3.2 0 0 0 .52 1.064c.237.308.497.544.781.758.284.19.591.33.899.426.308.094.591.118.899.118h.402c.047 0 .07-.024.095-.024s.07-.024.095-.024c.07-.023.118-.023.189-.047l.354-.142c.118-.047.213-.118.308-.19.023-.023.047-.046.07-.046a.224.224 0 0 0 .048-.308c-.07-.095-.19-.118-.284-.047-.024 0-.047.024-.071.047-.07.047-.165.07-.26.118l-.284.072c-.047 0-.095.023-.142.023h-.449a2.3 2.3 0 0 1-.663-.19 2.5 2.5 0 0 1-.615-.401 2.27 2.27 0 0 1-.733-1.349c-.024-.142-.024-.284-.024-.402v-.213c0-.07.024-.142.024-.213a2.84 2.84 0 0 1 .851-1.585q.18-.177.355-.284c.118-.095.26-.165.403-.237q.217-.104.45-.165c.165-.047.306-.07.473-.07h.496l.52.07c.331.07.663.19.994.379.623.354 1.132.88 1.467 1.514.165.33.284.662.331 1.017.023.094.023.19.023.26v.568c0 .095-.023.19-.023.284-.024.095-.024.19-.047.284l-.071.284c-.047.19-.119.378-.19.567a5 5 0 0 1-.567 1.04 4.83 4.83 0 0 1-1.822 1.491 4.9 4.9 0 0 1-1.136.355c-.189.024-.402.048-.59.048h-.308c-.118 0-.213 0-.308-.024a5.6 5.6 0 0 1-1.254-.213 7.3 7.3 0 0 1-1.183-.473 6.1 6.1 0 0 1-1.94-1.609 6.3 6.3 0 0 1-.686-1.063 7 7 0 0 1-.45-1.16 5.4 5.4 0 0 1-.212-1.23v-.663c0-.213.023-.402.047-.615.023-.213.07-.426.095-.639s.094-.425.141-.615a8.5 8.5 0 0 1 .426-1.159c.355-.733.805-1.396 1.325-1.916q.204-.2.426-.38c.142-.117.284-.235.45-.33.165-.095.307-.19.472-.284.071-.047.166-.094.237-.118.047-.024.094-.047.118-.047s.095-.048.119-.048c.165-.071.354-.142.52-.19.047-.022.095-.022.142-.046s.095-.024.142-.048l.284-.07c.047 0 .095-.025.142-.025s.095-.023.141-.023c.047 0 .095-.024.143-.024h.142c.047 0 .094-.023.142-.023s.095 0 .165-.024c.048 0 .118-.024.166-.024h1.183c.355.024.709.048 1.04.118a7 7 0 0 1 1.87.616 7.8 7.8 0 0 1 1.537.993l.071.072.07.07c.048.048.096.095.166.142.071.048.095.095.143.142l.142.142c.19.213.354.402.52.615.308.402.568.828.78 1.206.024.024.024.048.048.072.023.023.023.047.047.07l.071.143.07.142a.3.3 0 0 1 .048.141c.072.19.142.355.19.52q.142.392.213.71c.023.071.094.143.19.119.094 0 .165-.071.165-.166.047-.284.023-.543 0-.851" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), T4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M20.141.98a.88.88 0 0 1 .88.88V13.9a.88.88 0 0 1-.88.88h-5.36v5.03a1.21 1.21 0 0 1-1.21 1.21H2.19a1.21 1.21 0 0 1-1.21-1.21V8.43c0-.669.542-1.21 1.21-1.21h5.03V1.86A.88.88 0 0 1 8.1.98zM2.299 19.7h11.162v-4.92H9.159a1.44 1.44 0 1 1 0-1.319h4.301V8.539H7.89l-.01.001-.01-.001H2.3z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), O4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#7CBCF8" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M11.213 16.84c0 .463-.087.54-.627.54s-.628-.077-.628-.54v-.426h1.255zM10.363 8.919c.493-.155 1.14-.117 1.71.115l.405.164-.192.203c-.213.232-.272.725-.107 1.015.135.27.619.435.86.3.193-.097.203-.078.203.318 0 1.255-1.034 2.193-2.29 2.067-1.217-.125-1.96-.88-2.038-2.049C8.847 10 9.36 9.247 10.363 8.92" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11.128 6.335c2.71 0 4.898 2.102 4.899 4.681 0 2.58-2.188 4.68-4.899 4.681-2.71 0-4.898-2.102-4.898-4.68 0-2.58 2.188-4.682 4.898-4.682m-.036.443a4.274 4.274 0 1 0 0 8.55 4.274 4.274 0 0 0 0-8.55", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M9.97 2.612c.615-.072 1.013.243 1.086.435.109.29.626.19.363-.073-.264-.263.144-.199.253-.145.217.11.218.58.508.58.288 0 .033-.268.181-.253.362.036.434.399.796.688.185.148.482.174 1.025.34a1.231 1.231 0 1 0 1.802.78q.272.147.579.33c2.245 1.34 3.079 4.382 3.26 7.534.064 1.108-.006 2.49-.218 3.837a1.993 1.993 0 1 0-1.102 3.66c-.436.806-.981 1.374-1.65 1.523-2.282.507-3.043-.832-3.406-1.122-.362-.29-2.096-1.92-4.527-.4-1.371.859-3.366 2.948-4.927.581-.871-1.322-2.041-4.937-1.547-8.984h.024a1.305 1.305 0 0 0 .5-2.51l.008-.027c1.522-4.998 6.738-5.36 7.1-5.832.436-.567-.573-.887-.108-.942m3.097 13.919c-.205-.116-2.936-.213-3.438-.126-.251.038-.444.145-.57.318-.405.54.154 1.082 1.371 1.343 1.034.222 2.57-.174 2.821-.724.136-.29.048-.695-.184-.811M11.128 6.06c-2.85 0-5.172 2.213-5.172 4.955s2.321 4.956 5.172 4.956 5.173-2.213 5.173-4.956c0-2.742-2.322-4.955-5.173-4.955m6.341 8.108a.725.725 0 1 0 0 1.45.725.725 0 0 0 0-1.45M3.087 12.936c-.38 0-.69.277-.69.617s.31.616.69.616.688-.276.688-.616-.309-.617-.688-.617m9.274-8.259a.544.544 0 1 0 0 1.088.544.544 0 0 0 0-1.088", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M2.76.08c.097-.155.802-.05 1.41.211.792.348 1.44 1.228 1.44 1.981 0 .107-.088.521-.194.917-.28 1.043-.26 1.517.078 1.923l.06.105L5 5.64c-.328.3-1.012.93-1.225 1.23-.36.511-.292.687-.29.694 0 0-1.266-.53-1.469-.86-.386-.637-.164-1.496.696-2.655.521-.705.648-.966.783-1.69.145-.764.018-1.277-.417-1.75C2.858.369 2.723.147 2.76.08M18.275.176c.588-.203 1.013-.232 1.11-.078.03.058-.096.27-.289.463-.424.445-.58.928-.492 1.585.106.763.289 1.189.82 1.904 1.15 1.555 1.18 2.55.069 3.188-.715.405-.397.223-.89-.453-.405-.56-.734-.933-1.333-1.396l-.55-.392c.241-.406.242-.803-.01-1.808-.25-.995-.194-1.497.231-2.057.406-.522.706-.734 1.334-.956" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), I4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#009AE7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m20.35 7.203-5.543-5.55A6.3 6.3 0 0 0 12.514.268C10.622-.362 8.737.129 7.21 1.653l-5.555 5.55A6.3 6.3 0 0 0 .269 9.495c-.633 1.894-.14 3.779 1.386 5.302l5.549 5.55a6.3 6.3 0 0 0 2.29 1.385 5.1 5.1 0 0 0 1.605.268c1.332 0 2.606-.562 3.699-1.653l5.547-5.55a6.3 6.3 0 0 0 1.388-2.292c.63-1.894.138-3.776-1.388-5.302zm-8.922-3.94c.42.135.806.356 1.134.649l1.64 1.642-3.198 3.195-3.197-3.197L9.455 3.9c.443-.44 1.066-.907 1.978-.64zM3.27 10.57c.135-.42.357-.806.65-1.134l1.64-1.64 3.198 3.198-3.2 3.198-1.648-1.651c-.443-.44-.907-1.064-.642-1.975zm7.307 8.16a3.1 3.1 0 0 1-1.134-.649L7.807 16.46l3.197-3.2 3.198 3.197-1.65 1.651c-.441.44-1.062.908-1.976.64zm8.163-7.291c-.135.419-.355.805-.648 1.134l-1.64 1.619-3.197-3.198 3.197-3.197L18.1 9.445c.442.44.907 1.064.641 1.976" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), _4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#000000" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M9.448 4.492 4.592 7.296v10.775l-2.921-1.686V5.609l7.777-4.486zm3.104 11.006 2.922-1.687V2.81l-2.922-1.687v8.581H9.448V6.503L6.524 8.189v10.994l2.923 1.691v-8.558h3.105zm4.854-11.569v10.775l-4.854 2.803v3.37l7.777-4.486V5.615l-2.923-1.687z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), G4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0F1689" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11.758 2.794c.008.344-.026.684-.113 1.017-.023.09-.002.105.082.115a7.14 7.14 0 0 1 3.055 1.067c.11.07.131.031.172-.067a4.3 4.3 0 0 1 1.227-1.703c.185-.155.384-.293.63-.338.25-.045.406.075.43.327.026.246-.03.48-.117.705a4.3 4.3 0 0 1-1.225 1.742c-.084.072-.1.107-.01.19.443.41.82.875 1.146 1.383.052.08.054.121-.035.173q-.39.225-.771.466c-.084.053-.127.053-.185-.04a5.8 5.8 0 0 0-1.401-1.535c-.906-.694-1.925-1.122-3.065-1.224-2.243-.199-4.067.594-5.475 2.34l-.078.102c-.199.278-.199.278-.48.097-.19-.122-.377-.247-.57-.364-.083-.051-.11-.088-.045-.183.33-.48.704-.919 1.137-1.307.089-.08.098-.115.006-.204-.568-.549-1.004-1.182-1.198-1.959a1.1 1.1 0 0 1-.018-.43c.032-.206.185-.315.392-.285.26.038.468.182.662.344.52.434.906.97 1.178 1.585.05.115.087.123.192.061a6.96 6.96 0 0 1 3.009-.953c.142-.011.158-.058.132-.19-.147-.717-.143-1.433.073-2.14.052-.169.123-.33.235-.47.198-.248.43-.248.627.005.196.253.273.554.333.86.054.268.073.54.068.813M10.323 19.213c.012-.273.008-.546.071-.814.024-.099.027-.157-.116-.17a7.1 7.1 0 0 1-3.064-.992c-.098-.059-.126-.037-.17.056a4.3 4.3 0 0 1-1.132 1.482c-.186.155-.384.294-.63.34-.25.045-.406-.075-.432-.327-.025-.245.032-.478.118-.705a4.3 4.3 0 0 1 1.013-1.546c.108-.107.091-.154-.01-.243a6.7 6.7 0 0 1-.895-1.008c-.06-.082-.067-.125.026-.185q.37-.243.728-.504c.089-.065.133-.06.2.032a5.86 5.86 0 0 0 2.006 1.752c1.21.645 2.494.872 3.85.651 1.642-.267 2.954-1.08 3.945-2.408.062-.083.105-.109.2-.039q.356.262.728.504c.086.057.1.093.033.182-.253.34-.524.665-.834.955-.079.074-.063.104.007.17.598.56 1.052 1.21 1.254 2.016q.05.206.018.415c-.031.215-.184.325-.4.292-.255-.04-.459-.18-.65-.338a4.3 4.3 0 0 1-1.195-1.611c-.044-.1-.073-.108-.163-.05a7.04 7.04 0 0 1-3.064 1.09c-.105.011-.099.047-.084.131.118.656.117 1.31-.056 1.956-.058.218-.137.429-.287.604-.19.224-.411.226-.596-.005-.236-.294-.308-.652-.372-1.012-.04-.222-.034-.447-.047-.671M16.654 10.43c.196 1.074.198 2.141.192 3.21 0 .144-.04.178-.179.173-.316-.01-.634-.007-.95 0-.102.001-.126-.03-.125-.127q.004-2.505 0-5.01c0-.105.027-.136.133-.134q.605.01 1.21-.001c.12-.003.166.043.203.148.337.946.723 1.875.98 2.848.008.03.023.058.04.099.072-.094.082-.197.108-.291.256-.917.605-1.803.912-2.702.027-.08.071-.101.152-.1q.621.006 1.242-.001c.105-.002.123.037.122.13q-.003 2.505 0 5.01c0 .09-.012.133-.12.13a25 25 0 0 0-1.016 0c-.106.003-.121-.04-.121-.131-.005-1-.017-2.001.147-2.994.01-.063.009-.128.011-.192 0-.013-.008-.026-.022-.073l-.14.415c-.27.817-.588 1.617-.88 2.426-.035.098-.086.13-.188.126a6 6 0 0 0-.5 0c-.077.002-.114-.026-.14-.097-.333-.913-.7-1.815-.973-2.75-.01-.037-.013-.085-.098-.112M5.659 11.178c0 .824-.002 1.648.002 2.472 0 .117-.018.168-.154.163a23 23 0 0 0-1.096 0c-.11.002-.145-.026-.144-.14.006-.595 0-1.189.005-1.783.001-.12-.023-.167-.157-.164q-.629.015-1.257 0c-.14-.003-.166.046-.164.173.006.589-.001 1.178.006 1.766.002.124-.037.15-.153.148a34 34 0 0 0-1.112-.001c-.095.001-.13-.018-.13-.122q.006-2.513 0-5.025c0-.103.034-.124.13-.123q.555.009 1.112 0c.118-.003.154.025.153.148-.007.546 0 1.092-.006 1.638-.002.127.024.175.164.172q.629-.015 1.257 0c.134.003.159-.043.157-.163-.006-.552.001-1.103-.005-1.654-.001-.114.032-.143.144-.141.366.007.731.01 1.096-.001.137-.004.155.047.154.164q-.004 1.237-.002 2.473M6.79 11.184q.002-1.245-.002-2.488c-.001-.114.02-.156.147-.155q1.547.008 3.095 0c.115 0 .16.022.155.148q-.013.442 0 .883c.002.109-.035.133-.138.132-.57-.004-1.139.002-1.708-.005-.123 0-.166.025-.163.157.006.285.008.23 0 .514-.003.124.027.165.158.162.468-.008.936.002 1.403-.007.132-.002.16.041.157.163q-.011.45 0 .899c.002.106-.03.136-.136.134-.473-.005-.946.002-1.419-.004-.12-.002-.166.02-.163.155.003.217-.003.432 0 .642.002.116.035.142.145.14.597-.005 1.193.002 1.79-.005.124-.001.165.029.16.158-.01.289-.006.578 0 .867.002.099-.019.139-.13.138a385 385 0 0 0-3.225 0c-.115.001-.128-.043-.128-.139q.003-1.245.002-2.489M11.305 11.173c0-.824.003-1.649-.003-2.473 0-.125.03-.162.159-.159q.54.015 1.08 0c.134-.004.155.043.155.163-.004 1.257 0 2.515-.005 3.773-.001.135.022.182.172.18.559-.011 1.118 0 1.677-.008.124-.001.153.036.15.153q-.013.443-.001.883c.002.099-.026.127-.126.127a435 435 0 0 0-3.128 0c-.107 0-.133-.031-.132-.134q.004-1.252.002-2.505" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), $4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FF5C35" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M16.142 7.605V5.231a1.83 1.83 0 0 0 1.057-1.65v-.055a1.835 1.835 0 0 0-1.829-1.83h-.056a1.835 1.835 0 0 0-1.829 1.829v.056a1.83 1.83 0 0 0 1.044 1.645l.011.005v2.38a5.2 5.2 0 0 0-2.476 1.092l.01-.008-6.53-5.084a2.083 2.083 0 1 0-.965 1.264l-.01.005 6.42 4.996a5.15 5.15 0 0 0-.866 2.875c0 1.12.354 2.158.957 3.008l-.011-.016-1.954 1.954a1.6 1.6 0 0 0-.483-.08H8.63a1.696 1.696 0 1 0 1.696 1.696 1.7 1.7 0 0 0-.084-.496l.004.012 1.933-1.933a5.21 5.21 0 1 0 3.989-9.287l-.03-.004zm-.803 7.822a2.674 2.674 0 1 1 2.681-2.675v.002a2.674 2.674 0 0 1-2.675 2.675z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), j4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FFD21E" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11.023 1c-5.289 0-9.578 4.276-9.578 9.549 0 1.023.163 2.006.461 2.93a.93.93 0 0 1 .381-.531.9.9 0 0 1 .48-.138c.27 0 .536.114.77.261.256.16.44.376.652.639.207.26.42.562.627.875v-.013c.015-.298.097-.572.242-.804.144-.232.369-.448.698-.5a.99.99 0 0 1 .722.187c.175.131.284.288.366.43.138.236.195.43.214.498.009.024.598 1.428 1.519 2.337.564.557.926 1.126.992 1.76.05.494-.088.974-.349 1.446a9.6 9.6 0 0 0 1.803.172c.603 0 1.19-.058 1.761-.164-.263-.476-.403-.958-.352-1.454.064-.635.427-1.203.991-1.76.92-.909 1.51-2.313 1.52-2.337.018-.068.075-.262.213-.498.082-.142.19-.297.367-.43a.99.99 0 0 1 .72-.187c.33.052.555.267.7.5s.226.506.242.804v.014c.207-.313.42-.617.626-.876.211-.263.396-.479.651-.639.236-.147.502-.261.77-.262.17 0 .337.048.48.139a.94.94 0 0 1 .395.575l.005.037c.325-.97.49-1.988.49-3.011C20.602 5.276 16.314 1 11.023 1m-3.39 5.017a1.37 1.37 0 0 1 1.373 1.5q-.027.272-.153.512c-.168.316-.699-.197-1.01-.086-.349.123-.488.84-.841.653a1.366 1.366 0 0 1-.69-1.538 1.37 1.37 0 0 1 1.322-1.04m6.863 0a1.36 1.36 0 0 1 1.32 1.04 1.374 1.374 0 0 1-.689 1.538c-.353.188-.491-.53-.84-.653-.311-.11-.843.402-1.01.086a1.373 1.373 0 0 1 .565-1.852 1.4 1.4 0 0 1 .654-.16m-9.79 1.425a.88.88 0 0 1 .88.884.885.885 0 0 1-.88.884.88.88 0 0 1-.88-.884.885.885 0 0 1 .88-.884m12.685.001a.88.88 0 0 1 .88.883.885.885 0 0 1-.88.884.88.88 0 0 1-.88-.884.885.885 0 0 1 .88-.883m-9.61 3.058c.539.01 1.801 1.065 3.274 1.071 1.474-.006 2.736-1.062 3.275-1.07.18-.003.28.11.28.417 0 .815-.39 2.142-1.433 2.946-.202-.695-1.28-1.257-1.495-1.214l-.018.005-.04.024-.01.008-.027.022-.032.033-.03.037a1 1 0 0 0-.053.082l-.012.023q-.045.082-.101.175a1 1 0 0 1-.076.107 1.1 1.1 0 0 1-.228.219 1.2 1.2 0 0 1-.3-.322c-.113-.178-.162-.334-.308-.409-.032-.014-.096-.007-.184.02a1.7 1.7 0 0 0-.312.139l-.12.068a3 3 0 0 0-.248.167 3 3 0 0 0-.348.313 2 2 0 0 0-.097.118l-.002.002q-.044.059-.083.121a1.1 1.1 0 0 0-.119.263c-1.044-.805-1.433-2.132-1.433-2.947 0-.307.1-.42.28-.418m.766 9.527c.756-1.095.703-1.916-.334-2.939s-1.64-2.519-1.64-2.519-.226-.87-.74-.79c-.512.08-.888 1.38.186 2.174 1.075.795-.213 1.334-.628.589-.412-.748-1.543-2.665-2.128-3.032s-.999-.161-.86.595c.138.757 2.587 2.589 2.348 2.985-.238.397-1.078-.466-1.078-.466S1.047 14.265.475 14.88s.434 1.132 1.867 1.987c1.434.858 1.546 1.084 1.342 1.408S.316 15.965.018 17.082c-.296 1.117 3.23 1.442 3.013 2.213s-2.484-1.46-2.948-.591c-.464.87 3.199 1.892 3.228 1.899 1.183.304 4.188.946 5.237-.574m4.904 0c-.756-1.095-.703-1.916.334-2.939s1.64-2.519 1.64-2.519.226-.87.74-.79c.512.08.888 1.38-.186 2.174-1.075.795.213 1.334.628.589.413-.748 1.543-2.665 2.128-3.032s.999-.161.86.595c-.138.757-2.587 2.589-2.348 2.985.238.397 1.078-.466 1.078-.466s2.627-2.361 3.199-1.746-.434 1.132-1.867 1.987c-1.434.858-1.546 1.084-1.342 1.408s3.368-2.31 3.666-1.193c.296 1.117-3.23 1.442-3.013 2.213s2.484-1.46 2.948-.591c.464.87-3.199 1.892-3.228 1.899-1.183.304-4.188.946-5.237-.574" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), U4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#E84135" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m18.499 19.513.047.028a.25.25 0 0 1 .124.229c-.022.41-.28.736-.652.986-.37.25-.887.447-1.507.603-1.245.313-2.982.473-5.01.49h-.034q-.617.03-1.302.037-.253 0-.506-.002c-.44.008-.876.015-1.294.012-1.008-.006-1.958-.064-2.668-.272a.25.25 0 0 1-.053-.456l.125-.072a.25.25 0 0 1 .164-.03c1.23.195 2.474.301 3.72.318.598-.012 1.204-.029 1.8-.034 5.11-.236 6.542-1.554 6.727-1.78a.25.25 0 0 1 .319-.057" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m8.36 16.948.051.03.078.043c.125.072.132.25.012.33.082.041.207.087.383.128.385.088.952.149 1.651.149h.006a9.3 9.3 0 0 0 2.34-.251.25.25 0 0 1 .182.027l.988.572a.25.25 0 0 1 .023.418c-.096.07-1.125.69-3.54.69-.882 0-1.783-.108-2.472-.293-.342-.092-.646-.206-.87-.344-.159-.098-.322-.236-.391-.42l-.507.118H6.29l-.012.003-.048.013a5 5 0 0 0-.703.244 2 2 0 0 0-.493.293c-.122.106-.16.19-.163.253.004.008.017.03.062.066q.106.091.359.199c.336.141.822.274 1.395.387 1.145.228 2.596.37 3.81.359 1.897-.017 3.478-.18 4.615-.44.57-.13 1.02-.282 1.338-.446.328-.169.475-.328.519-.447a.26.26 0 0 1 .112-.133l.056-.031a.25.25 0 0 1 .257.008.78.78 0 0 1 .345.52l.01.09.002.013h-.002c.003.424-.35.733-.755.952-.426.23-1.016.42-1.693.572-1.359.306-3.13.476-4.794.49-1.44.012-3.32-.117-4.846-.388-.76-.136-1.448-.309-1.951-.523-.25-.107-.47-.23-.632-.374a.8.8 0 0 1-.283-.48l-.007-.085c-.002-.307.199-.546.424-.719.231-.178.541-.33.869-.454a9.8 9.8 0 0 1 2.007-.498.25.25 0 0 1 .157.03l.114.066.413.235a1 1 0 0 1-.006-.08c0-.195.103-.346.218-.45.114-.104.26-.181.4-.24.283-.12.61-.19.803-.23a.25.25 0 0 1 .172.028M7.745 14.453l.05.03.453.267-.492.182h-.001l-.017.008a.3.3 0 0 0-.054.035q-.017.014-.026.025a1 1 0 0 0 .091.053c.133.064.342.128.618.185.549.113 1.316.186 2.167.186 1.737 0 2.945-.248 3.47-.397a.26.26 0 0 1 .193.024l.83.478a.25.25 0 0 1-.011.44c-.43.218-1.095.4-1.869.528-.779.13-1.687.207-2.616.207-1.089 0-2.232-.117-3.11-.313-.436-.098-.82-.219-1.103-.362a1.4 1.4 0 0 1-.363-.253.6.6 0 0 1-.163-.277l-.016-.116a.56.56 0 0 1 .22-.428c.114-.096.265-.172.423-.235.319-.127.737-.224 1.155-.298l.092-.016zM17.197 11.61c.97 0 1.785.553 1.973 1.4l.03.175.01.171c.019.849-.56 1.52-1.233 2.004-.725.522-1.63.877-2.277 1.059a.25.25 0 0 1-.191-.024l-.109-.061a.25.25 0 0 1 .001-.435c.587-.334 1.151-.687 1.576-1.104.422-.414.692-.876.721-1.432q.001-.018.005-.035c.011-.64-.583-1.127-1.268-.993a.25.25 0 0 1-.28-.339l.045-.114a.25.25 0 0 1 .16-.146c.27-.083.553-.126.837-.126" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m8.612 11.838.104.058a.25.25 0 0 1-.081.463c-.209.038-.715.128-1.168.254-.228.064-.43.133-.57.204l-.047.027q.064.03.165.063c.241.078.59.148.996.207.808.118 1.8.185 2.528.185 2.484 0 4.167-.376 4.607-.495a.25.25 0 0 1 .19.024l.643.373a.25.25 0 0 1-.016.441c-.486.238-2.414.803-5.424.803-1.674 0-3.053-.162-4.02-.387-.482-.113-.872-.242-1.147-.38a1.4 1.4 0 0 1-.347-.232.53.53 0 0 1-.17-.303l-.004-.057v-.002q0-.028.005-.054a.58.58 0 0 1 .166-.336c.093-.095.214-.174.343-.24.26-.132.605-.24.967-.327a14.6 14.6 0 0 1 2.138-.322q.077-.005.142.033" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m15.195 4.324.056.032a.25.25 0 0 1 .094.341.25.25 0 0 1-.131.109c-.376.2-1.068.604-1.667 1.148-.62.563-1.093 1.231-1.093 1.941 0 .441.24.887.525 1.37.137.232.285.475.396.71.11.233.199.485.2.742 0 .561-.274 1.041-.593 1.412-.32.372-.706.657-.978.835a.25.25 0 0 1-.26.008l-.1-.057a.25.25 0 0 1-.07-.375c.184-.226.387-.577.387-.924 0-.52-.267-.941-.59-1.446-.31-.486-.669-1.047-.669-1.777 0-1.266.861-2.209 1.787-2.859.932-.654 1.989-1.055 2.501-1.23l.108-.035z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M13.033.114c.117-.04.249 0 .324.1.163.216.297.404.382.617.087.218.118.447.111.743 0 1.816-1.248 3.054-2.4 4.096-.59.532-1.151 1.01-1.572 1.506-.418.493-.665.969-.665 1.485 0 1.575 1.036 2.559 1.673 3.251a.25.25 0 0 1-.06.387l-.052.028a.25.25 0 0 1-.255-.006c-.388-.242-1.124-.686-1.76-1.333-.638-.647-1.2-1.523-1.2-2.632 0-.796.374-1.472.893-2.075.517-.599 1.202-1.154 1.861-1.7.669-.553 1.316-1.1 1.796-1.705.478-.6.779-1.24.779-1.976V.898c0-.156.004-.197 0-.242a1.4 1.4 0 0 0-.04-.203.29.29 0 0 1 .136-.316z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), X4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#73C3D5" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "m15.868 13.479.233.19q.03.026.033.064a.1.1 0 0 1-.023.068c-.334.371-1.26 1.214-2.949 1.214H8.84c-1.693 0-2.62-.843-2.948-1.215a.1.1 0 0 1-.023-.068.1.1 0 0 1 .033-.063l.232-.19.032-.017c.033-.01.07 0 .095.028.27.304 1.07 1.046 2.579 1.046h4.323c1.51 0 2.311-.738 2.58-1.046l.028-.022a.09.09 0 0 1 .098.011M7.608 9.526a1.297 1.297 0 1 1-.002 2.594 1.297 1.297 0 0 1 .002-2.594" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M7.608 8.934c.522 0 .994.212 1.333.55l.121.136a1.88 1.88 0 0 1 0 2.396l-.121.134a1.892 1.892 0 0 1-2.665.001l-.002-.001a1.891 1.891 0 0 1 0-2.666l.134-.12a1.88 1.88 0 0 1 1.2-.43m0 .42c-.402 0-.772.163-1.042.427l.002.001a1.47 1.47 0 0 0-.428 1.04c0 .402.163.771.426 1.04a1.476 1.476 0 0 0 2.081 0l.096-.103c.209-.253.338-.58.338-.936l-.01-.15a1.5 1.5 0 0 0-.33-.787l-.094-.104a1.47 1.47 0 0 0-1.039-.427", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M14.394 9.526a1.297 1.297 0 1 1-1.29 1.429l-.007-.132c0-.716.58-1.297 1.297-1.297" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M14.394 8.934c.457 0 .871.162 1.198.43l.134.12h.001l.122.135c.27.327.428.742.428 1.198 0 .457-.162.872-.429 1.199l-.121.134c-.339.339-.811.55-1.333.55a1.88 1.88 0 0 1-1.883-1.883c0-.522.211-.99.55-1.333l.133-.12a1.88 1.88 0 0 1 1.2-.43m-.006.42c-.407 0-.771.163-1.04.427v.001a1.47 1.47 0 0 0-.433 1.04c0 .403.165.771.434 1.04l.103.094c.253.208.579.334.936.334.403 0 .772-.164 1.04-.428l.095-.103a1.47 1.47 0 0 0 .334-.937l-.006-.151a1.4 1.4 0 0 0-.326-.784l-.096-.105a1.47 1.47 0 0 0-1.04-.427", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11.489 3.117c.712.042 1.404.17 1.979.363.328.11.62.24.856.39.22.14.392.3.503.475a5.25 5.25 0 0 1 3.554 2.593l2.003-2.114.044-.026a.1.1 0 0 1 .053.003.09.09 0 0 1 .06.078l.082.99c.112-.178.264-.412.428-.662.262-.4.554-.848.759-1.187l.04-.034a.1.1 0 0 1 .05-.009.09.09 0 0 1 .076.067c.018.064.023.168.024.291 0 .127-.005.287-.014.466a39.783 39.783 0 0 1-.305 2.954l-.048.277c-.048.198-.235.984-.475 1.715-.12.364-.254.72-.391.982-.068.13-.14.244-.215.323-.071.077-.163.14-.268.13a.1.1 0 0 1-.03-.007.13.13 0 0 1-.047-.037l-.023-.037a1 1 0 0 1-.04-.088 4 4 0 0 1-.087-.258l-.158-.502-1.04 1.93a5.87 5.87 0 0 1-4.4 4.276c.035.245.039.49.026.701a3.1 3.1 0 0 1-.245 1.016c-.153.33-.397.625-.774.7h.002a.8.8 0 0 1-.395-.011c-.432-.117-.915-.36-1.351-.622a1 1 0 0 1-.367.075h-.693a1 1 0 0 1-.368-.075c-.433.267-.915.506-1.352.622H8.94a1 1 0 0 1-.385.013l-.003-.002c-.377-.074-.62-.37-.772-.7a3 3 0 0 1-.22-.778l-.027-.237a3.2 3.2 0 0 1 .02-.71 5.88 5.88 0 0 1-4.411-4.279L2.1 10.243c-.057.18-.11.356-.156.505a4 4 0 0 1-.088.258 1 1 0 0 1-.04.088.2.2 0 0 1-.026.037l-.05.035-.025.006c-.105.01-.196-.056-.268-.133a1.5 1.5 0 0 1-.214-.323 7 7 0 0 1-.39-.982c-.24-.73-.43-1.513-.477-1.712-.05-.209-.163-1.1-.25-1.981a30 30 0 0 1-.102-1.245A8 8 0 0 1 0 4.33c0-.124.007-.228.025-.292l.027-.044a.09.09 0 0 1 .138.021l.359.572c.131.204.27.416.401.616.164.25.314.486.426.662l.083-.99.019-.05a.092.092 0 0 1 .139-.006l2.001 2.12a5.25 5.25 0 0 1 3.554-2.594c.11-.176.285-.335.504-.474.236-.15.528-.281.856-.391.657-.22 1.468-.357 2.287-.376h.363zM8.828 15.928c-.133-.05-.235-.047-.314-.015a.43.43 0 0 0-.205.202c-.115.207-.164.532-.15.876s.09.69.207.934a.7.7 0 0 0 .195.264q.097.074.202.045l.28-.09c.256-.097.513-.232.746-.37a1 1 0 0 1-.094-.292 14 14 0 0 1-.737.261.092.092 0 0 1-.083-.16l.469-.355c.06-.043.11-.071.213-.132-.08-.04-.125-.06-.178-.093-.074-.045-.177-.115-.456-.29a.091.091 0 0 1 .069-.166q.414.097.69.176a1 1 0 0 1 .078-.323 12 12 0 0 0-.725-.383zm4.654-.008c-.078-.03-.18-.033-.312.019a7 7 0 0 0-.936.472 1 1 0 0 1 .078.305q.259-.072.63-.158a.09.09 0 0 1 .104.053c.017.041.002.09-.036.113-.27.17-.374.24-.45.285-.058.035-.103.055-.186.096.106.063.157.09.22.136.079.055.184.139.464.348a.09.09 0 0 1 .027.115.09.09 0 0 1-.078.049l-.032-.005a19 19 0 0 1-.674-.236 1 1 0 0 1-.09.268c.314.184.682.364 1.023.454l.052.008q.076.003.15-.053a.7.7 0 0 0 .194-.264c.118-.243.193-.589.207-.931.014-.344-.035-.669-.15-.875a.43.43 0 0 0-.205-.199M7.094 5.018a4.575 4.575 0 0 0-3.487 4.43v1.295c0 2.496 1.781 4.591 4.134 5.086a1.1 1.1 0 0 1 .463-.473l.107-.048a1.06 1.06 0 0 1 .762.023l.21.088c.207.094.41.206.602.312.114.062.233.129.347.195a1 1 0 0 1 .425-.1h.693a.95.95 0 0 1 .424.099l.346-.194c.253-.143.533-.292.814-.4l.107-.037c.25-.072.512-.067.758.06.214.109.366.283.47.483 2.348-.498 4.123-2.591 4.123-5.083V9.46c0-2.137-1.494-3.94-3.486-4.43l-1.209 3.257c-.157.422-.439.831-.99.831H9.293c-.481 0-.757-.313-.924-.674l-.064-.157zm-6.499.754c.22 1.487.502 2.643.974 4.057l.15-.975.025-.05a.09.09 0 0 1 .144.016l1.072 1.814V9.46c0-.668.127-1.307.361-1.895L2.015 6.07l-.21 1.572a.09.09 0 0 1-.074.078.09.09 0 0 1-.097-.046zm19.766 1.902a.09.09 0 0 1-.096.046.09.09 0 0 1-.074-.078l-.212-1.572-1.306 1.494c.234.588.362 1.227.362 1.895v1.175l1.073-1.814.04-.037a.092.092 0 0 1 .128.07l.149.977c.475-1.414.755-2.573.974-4.058zm-9.357-3.716a9.6 9.6 0 0 0-2.378.324c-.32.09-.577.19-.742.29a.6.6 0 0 0-.165.134c-.027.035-.024.054-.02.065l1.22 3.287.07.164q.039.075.085.13c.06.07.13.112.224.112h3.404a.28.28 0 0 0 .224-.112 1 1 0 0 0 .156-.294l1.22-3.287.002-.024a.1.1 0 0 0-.021-.043.6.6 0 0 0-.164-.133 3.2 3.2 0 0 0-.742-.29 9.5 9.5 0 0 0-2.373-.323", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), Y4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#D24939" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M2.633 22h-.894a4 4 0 0 1-.064-.18c-.197-.611-.545-1.367-.635-1.975-.133-.902.715-.953 1.26-1.343.839-.605 1.499-.94 2.408-1.485.27-.164 1.084-.572 1.174-.76.184-.374-.316-.9-.449-1.192-.206-.464-.316-.858-.345-1.315-.755-.12-1.333-.575-1.69-1.086-.577-.848-.977-2.416-.481-3.608.041-.095.233-.28.261-.425.055-.282-.096-.66-.11-.96-.055-1.551.26-2.888 1.306-3.355.425-1.687 1.937-2.249 3.367-3.087C8.273.916 8.863.714 9.474.49c2.174-.803 5.525-.652 7.328.718.766.58 1.994 1.806 2.434 2.694 1.157 2.342 1.073 6.257.263 9.107-.11.385-.265.946-.488 1.405-.154.32-.632.962-.573 1.246.059.288 1.09 1.073 1.313 1.28.397.386 1.154.893 1.213 1.374.064.51-.227 1.225-.376 1.719-.199.66-.4 1.32-.6 1.953H2.632zm10.178-3.245a7 7 0 0 0-1.893-.694c-.797-.15-.715 1.089-.687 1.828.027.59.33 1.206.467 1.599.07.18.083.375.235.411.275.063 1.183-.299 1.444-.439.55-.3.975-.774 1.443-1.09.014-.156.014-.312.027-.466a2.4 2.4 0 0 0-1.004-.253c.288-.138.688-.138.95-.305l.014-.177c-.455-.027-.633-.233-.936-.4zm6.833 2.69q.255-.791.426-1.606c.055-.263.197-.841.164-1.078-.055-.42-.627-.732-.92-.995-.536-.481-.872-.894-1.43-1.347-.229.344-.716.564-.902.838 1.327-.632 1.568 2.406 1.046 3.383.083.301.359.412.471.673l-.079.152h1.183c.012 0 .027 0 .04.013zm-6.081-.01c-.046-.069-.092-.124-.138-.192l-.275.179h.412zm2.54 0c.006-.192.016-.371.027-.549-.486.027-.757-.44-1.097-.483-.297-.041-.55.331-.935.179-.087.096-.167.208-.26.29q.211.247.389.535h.747c.013-.15.123-.261.275-.261.151 0 .26.11.26.247h.605zm1.939 0c-.288-.44-.868-.824-1.54-.51l-.028.497h1.568zm-7.801 0-.095-.316c-.207-.66-.33-1.155-.372-1.54-.837-.4-1.718-.797-2.432-1.307-.138-.096-1.017-1.238-1.128-1.196-1.594.62-3.079 1.705-4.413 2.735.235.51.44 1.046.633 1.595h7.796zm7.576-1.937c-.026-.47-.15-1.43-.44-1.596-.605-.357-1.692.715-2.145.865.042.137.124.248.138.44.261-.068.591-.027.823.084-.274.028-.577.028-.755.15-.068.18.014.44-.027.7.633.182 1.375.279 2.186.305.15-.208.206-.591.194-.992zm-3.74-.33c-.04.343.042.467.11.864 1.155.358.948-1.595-.123-.88zM8.03 17.875c-.412.419 1.164.992 1.663 1.022 0-.266.151-.517.124-.706-.596-.108-1.377-.038-1.783-.318zm5.101.197c0 .04-.056.027-.062.059.532.413.93.5 1.652.467.324-.24.614-.516.956-.74-.784.068-1.77.557-2.543.211zm3.135-16.249c-1.472-.83-3.987-1.458-5.57-.67C9.433 1.787 7.7 2.84 7.124 4.171c.55 1.285-.153 2.462-.208 3.766-.016.694.33 1.302.359 2.056-.184.31-.756.348-1.155.326-.134-.668-.367-1.42-1.059-1.494-.975-.107-1.691.7-1.732 1.543-.055.99.763 2.625 1.91 2.516.448-.043.558-.495 1.045-.495.261.522-.408.687-.48 1.058-.014.096.055.468.096.646.213.865.682 1.98 1.141 2.64.582.825 1.727.963 2.96 1.046.22-.482 1.031-.44 1.564-.317-.634-.248-1.225-.867-1.719-1.402-.564-.62-1.128-1.292-1.156-2.09 1.059 1.47 1.925 2.75 3.85 3.395 1.458.482 3.163-.232 4.275-1.016.468-.33.744-.853 1.073-1.32 1.237-1.774 1.815-4.317 1.692-6.777-.055-1.019-.055-2.036-.4-2.709-.356-.716-1.553-1.348-2.268-.716-.138-.7.577-1.127 1.416-.88-.605-.783-1.225-1.703-2.077-2.185zm-3.818 11.832c.564 1.415 2.497 1.249 4.13 1.212-.077.178-.235.4-.426.472-.523.213-1.967.374-2.693-.01-.463-.248-.755-.8-1.01-1.125-.125-.158-.729-.558-.01-.559zm.15-.798c.82.426 2.31.474 3.42.44.061.245.061.544.063.837-1.42.073-3.104-.279-3.478-1.279H12.6zm6.12-.537c-.434.825-1.05 1.739-2.328 1.767-.021-.26-.041-.673 0-.828.975-.095 1.583-.593 2.331-.933zm-.596-.611c-.934.604-1.974 1.26-3.505 1.109-.322-.284-.444-.917-.128-1.337.166.287.055.812.522.89.866.15 1.869-.531 2.503-.77.385-.654-.042-.895-.385-1.314-.717-.853-1.678-1.925-1.652-3.218.288-.205.317.317.358.413.37.88 1.306 1.994 1.993 2.75.165.192.44.357.468.48.084.358-.233.783-.192 1.018zm-12.319-.62c-.287-.168-.36-.907-.704-.925-.49-.027-.401.963-.4 1.54-.338-.303-.398-1.251-.15-1.733-.282-.137-.408.15-.566.26.202-1.457 2.145-.672 1.824.88zM4.32 5.496c-.628.693-.495 1.993-.42 2.923 1.14-.72 2.656.055 2.642 1.278.546-.015.205-.682.106-1.114-.324-1.4.542-2.922.037-4.208-.975.077-1.777.477-2.363 1.114zm8.36 1.02c.282.516.37 1.053.77 1.44.179.174.526.388.355.87-.041.112-.335.359-.505.413-.618.179-2.066.028-1.578-.742.516.013 1.205.33 1.588-.042-.288-.48-.811-1.402-.618-1.952zm5.682-.011h.062c.303.612.55 1.26.92 1.801-.247.576-1.882 1.09-1.854.052.358-.156.963-.032 1.279-.229-.177-.51-.44-.922-.398-1.623zm-6.35-1.483c-1.303-.302-1.953.543-2.347 1.424-.352-.086-.211-.564-.123-.81.233-.642 1.173-1.496 1.942-1.38.33.052.777.354.528.765zm-3.174-3.56c-1.43.403-3.263 1.442-3.85 2.725.454-.064.77-.294 1.22-.321.17-.015.392.067.587.013.389-.095.715-.976 1.01-1.292.285-.316.628-.455.862-.743.153-.082.375-.067.385-.302-.067-.069-.137-.124-.213-.096z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), J4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#40BE46" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m9.767 14.328-1.162.324c.1.293.183.819.183 1.526v3.479h1.303v-3.68c.243-.294.506-.435.788-.435.143 0 .254.03.375.1l.354-1.202a.96.96 0 0 0-.486-.112q-.22 0-.425.083c-.242.12-.546.394-.737.655 0-.293-.071-.525-.193-.738M5.28 12.611h-.141v7.036h1.354v-3.115H8.2V15.37h-1.71v-1.617h2.135l.08-.617a21.7 21.7 0 0 1-3.426-.525m-3.164 7.975.627.73c.607-.244 1.366-.79 1.567-1.66.07-.282.092-.464.092-1.384V12.62h-1.37v5.802c0 .76-.029 1.042-.13 1.305-.132.293-.445.637-.788.86zm12.303-3.568c0 1.234-.242 1.76-.798 1.76a.72.72 0 0 1-.658-.425c-.1-.263-.16-.709-.16-1.315 0-.516.05-.88.13-1.162.101-.324.354-.526.668-.526.232 0 .434.1.555.273.182.243.263.696.263 1.395m.798 2.022c.426-.505.617-1.123.617-2.012 0-.84-.17-1.415-.565-1.9-.425-.526-.972-.78-1.678-.78-1.335 0-2.224 1.082-2.224 2.72s.88 2.69 2.223 2.69c.759.009 1.253-.272 1.627-.718m3.701-2.912c0 .477-.284.738-.788.738-.456 0-.76-.211-.76-.738 0-.485.285-.768.769-.768.486 0 .78.284.78.768m2.295-1.112-.537-.859c-.302.284-.666.445-1.02.445-.162 0-.253-.02-.607-.11a3 3 0 0 0-.889-.133c-1.265 0-2.083.687-2.083 1.76 0 .767.344 1.253 1.062 1.444-.293.07-.607.223-.748.395a.72.72 0 0 0-.152.476c0 .162.04.303.1.425.067.111.166.2.285.252.232.091.605.152 1.182.162.303 0 .485.01.546.01.354.02.535.082.677.151.131.082.232.263.232.466a.64.64 0 0 1-.313.525c-.172.121-.455.172-.82.172-.595 0-.929-.222-.929-.637 0-.183.02-.222.06-.333h-1.192c-.05.1-.111.243-.111.525 0 .354.131.657.405.92.444.435 1.172.556 1.87.556.768 0 1.516-.182 1.95-.667.273-.303.395-.637.395-1.072 0-.465-.132-.819-.425-1.111-.344-.334-.738-.456-1.496-.466l-.698-.009c-.13 0-.212-.051-.212-.122 0-.141.182-.264.516-.425.1.009.131.009.192.009 1.05 0 1.82-.646 1.82-1.546 0-.343-.102-.606-.294-.85.162.02.212.031.333.031.344 0 .617-.11.9-.384M4.935 6.495c-1.617.394-2.718 1.172-2.718 2.062 0 .556.424 1.06 1.122 1.455a1.98 1.98 0 0 1-.324-1.06c.01-.921.728-1.78 1.92-2.457M22 9.982c0-.587-.364-1.122-.97-1.567.05.183.09.364.09.546 0 1.669-2.335 3.103-5.65 3.7.374.04.758.06 1.162.06C19.592 12.713 22 11.49 22 9.982m-1.91-.91c0-.617-.526-1.182-1.426-1.648.211.253.324.526.324.81 0 1.485-3.153 2.688-7.057 2.688-3.892 0-7.056-1.203-7.056-2.688q0-.29.151-.547c-.626.414-.98.89-.98 1.395 0 1.607 3.589 2.912 8.017 2.912s8.027-1.325 8.027-2.922m-3.498-.08c-1.637 1.052-6.673 1.456-8.836.101-1.699-1.061-1.112-2.75-5.975-6.45-.636-.485.122-1 .597-.667.475.334.04.416 1 1.375 1.941 1.942 1.921.193 2.225.86.647 1.384 2.062 2.78 2.062 2.78 1.426.93 2.558 1.132 4.66-.294 1.335-.9.789 1.436 4.055-.252 1.192-.617 1.142-.202 2.355-1.891.504-.697 1.467.536.374.708-.435.071-1.174.546-1.486 1.294-.455 1.122-.263 1.95-1.031 2.437m-9.079-2.85C7.11 5.959 6.684 5.27 6.523 5c.455-.446.272-1.183.01-1.588-.253-.403-.566-.293-.9-.667-.344-.375.131-1.344.566-.596 1.628 2.8 2.7 1.637 4.025 1.465 1.274-.162 2.405.536 2.75-1.435.06-.324.373-.394.403.131.03.536.233 1.83.93 1.992.697.171 1.263-.162 1.426-.344.161-.183.252-.162.323.303.07.455.252 1.092 1.233.385 2.012-1.436 1.436-1.992 2.224-2.365.445-.213 1.152.474.132.99-1.456.738-1.608 1.647-2.527 2.224-1.547.97-1.073.04-3.559-.314-.96-.131-1.265.93-2.012.627-1.708-.708-2.913-.566-4.034.334m5.39-5.186c.06.425.13.414.282.445.152.04.344-.202.344-.425.01-.233-.1-.374-.323-.364-.233.01-.314.121-.304.344m7.48.758c.182.172.666.06.778-.071.294-.323.303-.516.151-.738-.15-.212-.464-.182-.779.051-.312.232-.253.667-.15.758m-.132 2.143c-.151.202-.161.354-.05.465.12.121.363.222.536.092.171-.142.171-.345.03-.516-.152-.184-.354-.184-.516-.04M4.906 1.33c.232.07.343.294.535.04.101-.121.11-.293-.02-.476C5.34.783 4.955.7 4.793.863s-.009.426.111.466zM.163 1.187c.425.263.697.657 1.021.303.111-.12.242-.333.01-.758C1.024.42.468.298.276.42c-.202.11-.445.566-.111.768zM4.076 3.2c.132.141.364.131.506.05.132-.08.11-.293-.02-.474-.081-.112-.324-.173-.486 0-.162.171-.09.322 0 .424" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), Q4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0052CC" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M7.469 14.568H5.695c-2.674 0-4.592-1.638-4.592-4.036h9.534c.494 0 .813.351.813.848v9.594c-2.383 0-3.981-1.93-3.981-4.622zm4.708-4.767h-1.773c-2.674 0-4.592-1.609-4.592-4.007h9.533c.494 0 .843.322.843.819v9.593c-2.383 0-4.01-1.93-4.01-4.621zm4.738-4.738h-1.773c-2.674 0-4.592-1.638-4.592-4.037h9.533c.494 0 .814.351.814.82v9.593c-2.383 0-3.982-1.93-3.982-4.621z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), Z4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#19D89F" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M18.03 14.666h-7.182V22h7.181z" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M10.848 0 3.667 7.334v7.334h7.181l7.179-7.334V0z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), K4 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#326CE5" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M12.748 12.332a.33.33 0 0 0-.378.214.34.34 0 0 0 .007.253l-.003.003.776 1.874a3.96 3.96 0 0 0 1.6-2.01l-1.999-.338zm-3.11.266a.34.34 0 0 0-.391-.258l-.004-.004-1.981.337a3.97 3.97 0 0 0 1.595 1.996l.768-1.856-.006-.007a.34.34 0 0 0 .019-.208m1.66.727a.34.34 0 0 0-.597.001h-.002l-.974 1.762a3.97 3.97 0 0 0 2.556.002l-.976-1.765zm3.084-4.092-1.5 1.341.001.005a.34.34 0 0 0 .133.581l.002.008 1.942.56a4.03 4.03 0 0 0-.578-2.495m-2.785.15a.338.338 0 0 0 .537.258l.006.003 1.64-1.163a4 4 0 0 0-2.3-1.11l.115 2.011zm-1.738.266a.338.338 0 0 0 .537-.26l.009-.004.114-2.013q-.206.025-.41.07A3.95 3.95 0 0 0 8.205 8.48l1.651 1.17zm-.88 1.521a.338.338 0 0 0 .133-.582l.002-.008-1.508-1.348a3.95 3.95 0 0 0-.56 2.502l1.932-.557zm1.464.592.556.268.555-.267.138-.599-.384-.48h-.618l-.384.48z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M10.999 1.237c.2 0 .4.045.58.131l6.998 3.34a1.35 1.35 0 0 1 .723.901l1.73 7.51a1.34 1.34 0 0 1-.26 1.122l-4.841 6.023a1.36 1.36 0 0 1-1.046.498l-7.765.001a1.36 1.36 0 0 1-1.046-.498l-4.844-6.023a1.33 1.33 0 0 1-.256-1.122l1.725-7.51a1.35 1.35 0 0 1 .724-.899l6.996-3.343A1.35 1.35 0 0 1 11 1.237m4.224 18.514q.084-.053.158-.118zM10.998 4.397a.387.387 0 0 0-.383.343v.19q.014.153.041.303l.012.062q.054.346.042.696a.4.4 0 0 1-.124.2l-.01.161q-.35.03-.694.108a4.94 4.94 0 0 0-2.507 1.432l-.14-.099a.3.3 0 0 1-.227-.022 3.6 3.6 0 0 1-.517-.467 3 3 0 0 0-.123-.138l-.13-.13-.086-.07a.46.46 0 0 0-.267-.1.38.38 0 0 0-.306.137.407.407 0 0 0 .094.565l.007.004c.025.02.056.047.079.064q.154.102.318.187.305.172.57.4a.43.43 0 0 1 .078.222l.122.11a5 5 0 0 0-.337.592 4.97 4.97 0 0 0-.446 2.87l-.16.048a.5.5 0 0 1-.166.166q-.337.09-.687.112a3 3 0 0 0-.369.03l-.102.024h-.004l-.005.002-.078.02a.4.4 0 0 0-.188.142.4.4 0 0 0-.06.306.4.4 0 0 0 .046.108q.01.02.022.037.044.058.106.096l.013.009a.4.4 0 0 0 .073.032l.079.015a.4.4 0 0 0 .158-.016l.005-.002.008-.002c.031-.007.072-.014.1-.022q.175-.056.343-.131l.03-.01q.31-.124.64-.188a.4.4 0 0 1 .116.024l.104.053.168-.028.075.216a5 5 0 0 0 2.138 2.549l-.07.167a.4.4 0 0 1 .035.217 3.8 3.8 0 0 1-.348.623 3 3 0 0 0-.205.307c-.016.029-.036.074-.05.105a.4.4 0 0 0-.026.055.4.4 0 0 0-.027.095.386.386 0 0 0 .294.423l.08.01a.4.4 0 0 0 .156-.029q.015-.007.029-.015a.4.4 0 0 0 .103-.074.4.4 0 0 0 .084-.137l.002-.001c.014-.03.035-.07.047-.099q.065-.172.11-.351.1-.366.297-.69a.3.3 0 0 1 .166-.08l.087-.157a4.97 4.97 0 0 0 3.542.009l.082.146a.3.3 0 0 1 .195.12q.164.31.265.646.045.179.11.35c.013.03.034.07.048.1a.39.39 0 0 0 .293.248l.08.007a.387.387 0 0 0 .32-.584c-.014-.03-.034-.074-.05-.102a3 3 0 0 0-.205-.307 3.6 3.6 0 0 1-.34-.61.3.3 0 0 1 .03-.225 1 1 0 0 1-.064-.156 5 5 0 0 0 2.212-2.783l.164.03a.3.3 0 0 1 .216-.081q.344.066.669.196.168.078.344.134c.027.008.068.014.1.02l.007.003.005.002a.4.4 0 0 0 .31-.03.4.4 0 0 0 .066-.048l.053-.059a.4.4 0 0 0 .07-.303.39.39 0 0 0-.328-.309l-.112-.027a3 3 0 0 0-.368-.029 3.6 3.6 0 0 1-.689-.112.43.43 0 0 1-.164-.168l-.155-.044a5 5 0 0 0-.8-3.454l.136-.123a.3.3 0 0 1 .071-.217 3.6 3.6 0 0 1 .571-.401q.165-.085.32-.187l.084-.067a.4.4 0 0 0 .174-.262.4.4 0 0 0-.004-.133l-.004-.028a.386.386 0 0 0-.644-.178c-.026.021-.062.048-.085.068q-.135.127-.253.268-.236.26-.518.47a.43.43 0 0 1-.233.023l-.146.105a5.03 5.03 0 0 0-3.186-1.54l-.01-.17a.3.3 0 0 1-.125-.193 3.6 3.6 0 0 1 .044-.696q.036-.18.052-.366V4.74a.39.39 0 0 0-.227-.31.4.4 0 0 0-.077-.026z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), e6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#3E5FA8" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M15.743 1.1a1.09 1.09 0 0 1 1.084 1.097v.237H5.092c-.869 0-1.574.713-1.574 1.593v13.846h-.234A1.09 1.09 0 0 1 2.2 16.776V2.197c0-.606.486-1.097 1.084-1.097z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M17.55 2.93a1.09 1.09 0 0 1 1.085 1.097v.236H6.829c-.868 0-1.574.713-1.574 1.593v13.846h-.163a1.09 1.09 0 0 1-1.085-1.097V4.027c0-.606.486-1.098 1.085-1.098z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M18.716 4.758c.598 0 1.084.492 1.084 1.098v13.947a1.09 1.09 0 0 1-1.084 1.097H6.829c-.599 0-1.085-.49-1.085-1.097V5.856c0-.606.486-1.098 1.085-1.098zM9.564 8.246v8.707h1.145v-3.049l1.434-1.353 3.108 4.402h1.446l-3.771-5.195 3.626-3.512H15.07l-4.361 4.34v-4.34z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), t6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FFFFFF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M11.462 0a6 6 0 0 0-.44.02C7.148.324 8.176 4.425 8.116 5.791c-.07 1.002-.275 1.79-.962 2.769-.812.963-1.95 2.52-2.49 4.144-.255.763-.376 1.544-.263 2.282a.4.4 0 0 0-.1.123c-.24.246-.413.55-.609.77-.182.182-.444.244-.73.366-.287.125-.603.247-.792.624a1.2 1.2 0 0 0-.121.552c0 .182.024.366.05.49.053.367.106.668.037.89-.228.623-.257 1.05-.097 1.36.16.306.49.431.861.551.743.184 1.751.124 2.543.55.849.427 1.71.614 2.398.431.482-.106.89-.425 1.108-.867.538-.003 1.127-.247 2.071-.306.641-.053 1.443.244 2.363.183.022.123.057.182.104.305l.003.003c.358.713 1.02 1.038 1.727.982.707-.055 1.46-.491 2.069-1.197.578-.702 1.542-.994 2.18-1.378.319-.183.576-.43.595-.782.02-.367-.184-.744-.655-1.261v-.09l-.003-.002c-.156-.183-.229-.49-.31-.849-.078-.367-.166-.72-.45-.959h-.003c-.054-.05-.113-.061-.173-.124a.33.33 0 0 0-.174-.058c.395-1.172.242-2.338-.158-3.386-.489-1.293-1.343-2.419-1.994-3.193-.73-.921-1.445-1.794-1.43-3.088.024-1.972.216-5.621-3.249-5.627m.485 3.121h.012c.195 0 .363.057.535.182a1.4 1.4 0 0 1 .402.488c.096.238.145.421.152.664 0-.018.005-.037.005-.055v.096l-.003-.019-.004-.022a1.7 1.7 0 0 1-.137.647.9.9 0 0 1-.196.307 1 1 0 0 0-.08-.038c-.096-.041-.182-.059-.26-.122a1 1 0 0 0-.202-.06c.046-.056.134-.123.167-.182q.073-.177.081-.369V4.62a1.1 1.1 0 0 0-.056-.367c-.041-.122-.092-.183-.168-.305-.077-.06-.153-.12-.244-.12h-.015c-.085 0-.161.027-.24.12a.73.73 0 0 0-.188.306q-.074.176-.083.367v.017q.003.123.019.245c-.177-.061-.402-.124-.557-.185a2 2 0 0 1-.016-.183v-.019c-.007-.242.04-.482.137-.704a1 1 0 0 1 .395-.488.9.9 0 0 1 .544-.183m-2.715.054h.033a.64.64 0 0 1 .366.124c.133.118.242.264.315.426.082.183.128.367.14.612v.003c.007.123.006.184-.002.244v.074c-.027.006-.051.016-.076.022-.14.05-.25.123-.36.183a1 1 0 0 0 .003-.245v-.014c-.011-.121-.037-.183-.075-.305a.56.56 0 0 0-.153-.245.23.23 0 0 0-.167-.058h-.02c-.065.005-.119.036-.17.12a.5.5 0 0 0-.11.248.9.9 0 0 0-.021.303v.014c.01.123.034.183.073.306.042.123.09.183.152.245q.014.014.031.022c-.064.053-.107.065-.16.125a.3.3 0 0 1-.121.062 2.4 2.4 0 0 1-.252-.368 1.6 1.6 0 0 1-.142-.612c-.015-.206.01-.414.073-.612.05-.18.14-.347.26-.49.117-.122.238-.184.383-.184m1.256 1.564c.304 0 .672.06 1.114.366.269.183.48.247.965.429h.002c.234.125.372.244.439.366v-.12a.52.52 0 0 1 .014.43c-.113.285-.473.59-.974.772v.002c-.246.124-.46.305-.71.426-.254.124-.54.268-.928.245-.14.007-.28-.013-.41-.061a3 3 0 0 1-.296-.182c-.179-.123-.333-.304-.561-.426v-.005h-.005c-.366-.225-.564-.469-.629-.65q-.095-.37.177-.55c.206-.124.349-.249.443-.308.095-.068.131-.094.161-.12h.002V5.35c.155-.185.4-.431.77-.551.127-.033.269-.06.427-.06zm2.566 1.964c.329 1.299 1.097 3.185 1.59 4.1.263.49.784 1.52 1.011 2.772.143-.005.303.017.47.059.592-1.532-.5-3.178-.998-3.636-.202-.183-.213-.307-.113-.307.541.49 1.252 1.441 1.51 2.527.118.49.146 1.012.018 1.531.062.026.124.055.188.062.946.49 1.296.86 1.128 1.409v-.04c-.055-.003-.11 0-.165 0h-.015c.139-.428-.167-.756-.976-1.122-.839-.367-1.509-.308-1.623.426-.007.04-.012.06-.016.124-.062.021-.128.049-.192.059-.394.245-.607.613-.727 1.088-.119.489-.156 1.06-.188 1.713v.003c-.018.306-.155.768-.292 1.238-1.375.982-3.282 1.41-4.902.306a2.4 2.4 0 0 0-.369-.489 1.3 1.3 0 0 0-.252-.305c.167 0 .31-.028.426-.062a.56.56 0 0 0 .288-.306c.1-.245 0-.639-.316-1.066s-.854-.912-1.64-1.394c-.577-.367-.903-.798-1.053-1.28-.152-.49-.131-.994-.014-1.508.224-.98.8-1.934 1.168-2.533.098-.06.034.124-.374.893-.363.689-1.045 2.29-.112 3.533a7.5 7.5 0 0 1 .593-2.636c.517-1.172 1.598-3.212 1.683-4.83.044.034.199.125.265.186.2.122.348.305.54.426.193.184.438.307.804.307q.054.005.1.006c.378 0 .67-.123.915-.246.265-.123.476-.306.678-.367h.004c.428-.123.766-.368.957-.641zm2.003 8.211c.034.55.315 1.142.809 1.263.539.122 1.314-.306 1.642-.702l.193-.009c.289-.006.529.01.776.246l.003.003c.19.182.28.485.359.803.078.366.14.715.375.977.445.483.59.83.583 1.045l.002-.007v.017l-.002-.01c-.014.24-.17.362-.457.544-.578.368-1.6.653-2.252 1.44-.567.675-1.256 1.044-1.867 1.091-.608.049-1.134-.183-1.443-.823l-.004-.003c-.193-.366-.11-.94.051-1.549.162-.612.393-1.232.425-1.739.034-.654.07-1.224.178-1.663.11-.426.283-.73.588-.902l.041-.02zm-9.913.045h.01q.072 0 .143.013c.345.05.648.305.938.69l.834 1.525.003.002c.223.49.691.976 1.09 1.501.398.548.706 1.037.668 1.44v.005c-.052.682-.44 1.052-1.031 1.186-.591.124-1.393.002-2.195-.425-.888-.492-1.942-.43-2.62-.552q-.507-.091-.662-.367c-.101-.183-.104-.552.113-1.127v-.004l.001-.003c.108-.306.028-.69-.024-1.025-.05-.367-.076-.65.04-.861.146-.306.362-.367.632-.489.27-.124.586-.185.838-.43h.002v-.003c.235-.245.408-.55.613-.768.174-.184.348-.308.607-.308m6.563-8.318c-.399.185-.866.49-1.364.49-.497 0-.89-.244-1.174-.426-.14-.123-.256-.246-.341-.308-.15-.122-.132-.305-.068-.305.1.015.118.123.182.184.088.06.197.183.33.305.268.183.623.428 1.07.428.444 0 .965-.245 1.281-.427.18-.124.408-.306.594-.428.143-.125.137-.245.256-.245.117.015.031.123-.135.304a7 7 0 0 1-.632.43zm-.992-1.45v-.02c-.005-.02.012-.04.027-.047.067-.04.165-.025.238.004.058 0 .147.061.137.124-.005.045-.078.06-.123.06-.05 0-.085-.04-.13-.062-.047-.017-.133-.008-.149-.06m-.505 0c-.018.052-.104.044-.152.06-.043.023-.08.062-.129.062-.045 0-.119-.018-.124-.062-.01-.06.08-.122.137-.122.074-.029.169-.043.238-.005.017.008.033.028.027.046v.018h.003z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), a6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#2962ff" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M19.314 18.666c0 1.593-3.466 3.334-8.31 3.334-2.129 0-3.978-.338-5.389-.842 1.56-.759 3.764-1.295 5.91-1.806 2.995-.718 6.064-1.453 7.789-2.913zM19.306 13.559c.007 2.475-4.126 3.465-8.112 4.422-2.657.636-5.389 1.295-7.138 2.45-.883-.544-1.37-1.17-1.37-1.765 0-2.64 4.407-3.64 8.665-4.597 3.07-.693 6.205-1.402 7.955-2.838zM19.306 8.45c.008 2.369-4.201 3.318-8.261 4.234-3.235.734-6.544 1.485-8.36 3.045v-.512c0-4.597 5.043-5.776 9.912-6.915 3.54-.825 5.265-1.263 6.709-2.427zM10.996 0c4.59 0 8.31 1.493 8.31 3.334s-3.72 3.334-8.31 3.334-8.31-1.493-8.31-3.334S6.406 0 10.996 0" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), l6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#51BB7B" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m4.799 10.976 5.518-5.517a.53.53 0 0 0 .168-.393V1.783a.58.58 0 0 0-.347-.515.56.56 0 0 0-.608.122L2.248 8.682C1.47 9.46 1.1 10.21 1.09 11c-.01.788.359 1.527 1.124 2.29l7.314 7.316a.53.53 0 0 0 .393.168.32.32 0 0 0 .215-.068.56.56 0 0 0 .346-.517v-3.303a.57.57 0 0 0-.168-.393zm-2.18 1.09c-.28-.372-.414-.72-.414-1.058.01-.47.28-.975.831-1.527l6.325-6.327v1.699l-5.83 5.83c-.407.383-.72.857-.912 1.382m6.743 6.775-5.327-5.326a.6.6 0 0 0-.077-.1c-.169-.17-.674-.676.077-1.619l5.326 5.325zm3.11-17.44a.55.55 0 0 0-.606-.123.56.56 0 0 0-.349.517V5.11a.57.57 0 0 0 .169.393l5.516 5.516-5.516 5.518a.53.53 0 0 0-.169.393v3.27a.563.563 0 0 0 .955.404l7.28-7.28c.776-.776 1.147-1.528 1.156-2.315.014-.787-.357-1.528-1.123-2.292zm.168 3.473V3.156l5.327 5.324c.021.036.05.07.078.1.168.17.673.675-.078 1.62l-5.325-5.327zm6.315 7.652-6.325 6.326v-1.684l5.83-5.844c.404-.386.716-.858.91-1.382.281.371.417.72.417 1.057-.012.47-.28.966-.832 1.527m-3.82-1.068H6.789a.426.426 0 0 1-.426-.426v-.045c0-.236.19-.428.426-.428h8.348a.43.43 0 0 1 .428.428v.045a.434.434 0 0 1-.428.426zm-1.19-2.101v.046a.427.427 0 0 1-.429.426H8.393a.426.426 0 0 1-.428-.426v-.046c0-.235.191-.427.428-.427h5.123c.236 0 .426.192.426.427zm-1.585-1.64v.044a.426.426 0 0 1-.427.428H9.9a.426.426 0 0 1-.426-.428v-.045c0-.236.191-.426.426-.426h2.034a.42.42 0 0 1 .426.426zm-.427 6.145c.235 0 .426.192.426.428v.045a.425.425 0 0 1-.426.426H9.9a.426.426 0 0 1-.426-.426v-.045c0-.236.191-.428.426-.428zm1.584-.753H8.393a.427.427 0 0 1-.427-.426v-.044a.43.43 0 0 1 .427-.428h5.124c.236 0 .426.191.426.428v.044a.426.426 0 0 1-.426.426" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), r6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#C71A36" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M4.077.001C3.8-.01 3.484.067 3.34.42c-.14.343-.252 1.089-.303 2.086l1.09.542c-.017-.675.007-1.31.068-1.894-.023.274-.05.88.006 1.87q.026.47.078 1.054.001.033.006.063.11 1.11.276 2.21c.05.338.112.69.174 1.064l-.01.01c.013.008.014.016.013.02l.027.147.083.453.096.507.05.265q.188.951.408 1.895.12.527.256 1.087.13.53.275 1.094.13.498.27 1.024c.003.016.011.033.014.05q.15.544.303 1.087l.044.16c.07.238.14.488.215.737a4 4 0 0 1-.26-.124l-.17-.6c-.018-.07-.038-.135-.056-.206l-.001-.003-.004-.002c-.077-.275-.151-.556-.23-.84q-.028-.118-.06-.24l-.28-1.08q-.133-.524-.26-1.058-.124-.536-.246-1.075a52 52 0 0 1-.236-1.102c-.076-.363-.144-.732-.214-1.094q-.1-.535-.189-1.073c-.003-.011-.005-.027-.009-.037l.004-.002q-.076-.531-.155-1.054-.074-.55-.137-1.104a26 26 0 0 1-.154-2.209l-1.088-.54q-.006.1-.011.21-.017.406-.02.853-.005.53.005 1.06.012.51.04 1.053.025.46.062.936l.002.036.005.004c.003.02.006.046.006.07.029.337.057.677.095 1.021q.105.978.27 1.948.016.09.031.18a22 22 0 0 0 .675 2.75l.173.499q.209.579.457 1.129l.005.004q.007.022.018.046.3.666.673 1.278c.01.012.018.03.027.043-.406-.167-1.123-.09-1.117-.089.74.264 1.388.587 1.797 1.077-.163.184-.466.323-.85.438.53.058.825-.036.933-.085-.277.239-.431.671-.567 1.137.312-.523.62-.87.921-1.003q.107.357.218.723A137 137 0 0 0 4.898 22a.49.49 0 0 0 .383-.286c.116-.258.74-1.627 1.702-3.552.368 1.194.784 2.456 1.236 3.767a.46.46 0 0 0 .067-.427 97 97 0 0 1-1.166-3.616q.206-.413.432-.854.167.056.346.142c.181.17.314.45.43.77a1.42 1.42 0 0 0-.298-1.007c1.19.237 2.272.083 2.931-.742a4 4 0 0 0 .172-.237c-.29.279-.608.37-1.171.25.888-.257 1.358-.565 1.814-1.118q.161-.197.331-.44c-.84.662-1.718.754-2.586.452l-.04-.016c.815.018 1.965-.435 2.757-1.09.366-.303.71-.67 1.044-1.11.25-.328.49-.696.73-1.114q.315-.54.625-1.185a2.5 2.5 0 0 1-.66.125l-.128.008-.13.001c.789-.181 1.337-.678 1.778-1.326-.214.107-.56.24-.954.272a2 2 0 0 1-.163.006c-.011-.002-.025 0-.042-.002.273-.072.512-.163.723-.283q.165-.098.319-.217l.116-.097a2 2 0 0 0 .25-.263c.024-.031.05-.058.07-.09q.051-.069.093-.134.25-.365.455-.759.022-.04.041-.08c.036-.077.072-.147.098-.208q.057-.137.082-.218a.5.5 0 0 1-.096.046c-.243.103-.648.172-.968.185q-.005 0-.012.003h-.06c.642-.196.952-.412 1.268-.75q.557-.62 1.03-1.309c.235-.339.45-.676.616-.982q.147-.264.266-.543.088-.215.154-.412c-.416.009-.88.01-1.32 0 .441.009.905.006 1.323-.005.446-1.361.056-2.073.056-2.073S18.373.37 17.594.702c-.38.16-1.045.669-1.858 1.43l.459 1.329a16 16 0 0 1 1.518-1.469c-.229.202-.72.666-1.44 1.507q-.342.4-.752.914c-.015.018-.032.035-.042.055a47 47 0 0 0-1.486 2.005c-.22.311-.444.645-.682.997h-.014c.002.018-.004.026-.01.03l-.09.139c-.092.142-.19.284-.283.43l-.314.49q-.082.123-.165.254c-.165.258-.328.525-.498.8a89 89 0 0 0-2.47 4.291c-.01.016-.017.037-.03.052q-.3.56-.595 1.121l-.087.166q-.229.436-.463.898c0 .003-.005.007-.006.012a2 2 0 0 0-.064.129c-.104.203-.194.389-.401.797a1.2 1.2 0 0 0-.208-.166l.308-.596q.063-.122.127-.248l.036-.07.487-.918.116-.213v-.006l-.001-.005c.15-.285.307-.569.463-.862q.069-.118.137-.243.301-.543.61-1.097A85 85 0 0 1 11.8 9.443c.22-.354.448-.706.672-1.056.082-.127.162-.25.249-.376q.212-.323.428-.643c.006-.01.017-.022.023-.034h.005q.347-.49.69-.976.37-.512.74-.999.752-.987 1.584-1.902l-.459-1.326q-.081.079-.171.164-.343.328-.676.668-.393.404-.813.857-.75.822-1.456 1.685l-.026.03.002.007q-.022.03-.049.059c-.237.296-.48.595-.714.903A36 36 0 0 0 10.54 8.29c-.038.055-.075.116-.113.17q-.678 1.024-1.25 2.112-.177.339-.33.655-.127.271-.249.542a17 17 0 0 0-.504 1.283l.001.005a.3.3 0 0 0-.023.053 14 14 0 0 0-.258.838 2.4 2.4 0 0 1-.431.422 3 3 0 0 0-.117-.14 4.8 4.8 0 0 0 .735-2.027 6 6 0 0 0-.014-1.364 10 10 0 0 0-.213-1.168q-.128-.541-.323-1.144a2.3 2.3 0 0 1-.338.5l-.077.086q-.039.041-.082.086c.387-.618.433-1.28.32-1.97a2.5 2.5 0 0 1-.438.78q-.045.052-.098.106-.012.011-.03.026a2.8 2.8 0 0 0 .32-.774q.02-.102.034-.206l.016-.134a2 2 0 0 0-.002-.324q-.002-.054-.009-.104c-.009-.05-.014-.096-.024-.141a7 7 0 0 0-.172-.77c-.009-.026-.013-.051-.023-.077q-.034-.109-.064-.192a2 2 0 0 0-.08-.191.4.4 0 0 1-.032.091c-.09.22-.303.523-.496.734q-.006.003-.007.009l-.035.04c.283-.532.347-.868.343-1.282q-.023-.744-.143-1.48-.077-.513-.207-1.012a6 6 0 0 0-.16-.512 6 6 0 0 0-.153-.358l.001-.004C5.271.313 4.597.114 4.597.114s-.241-.1-.52-.113M7.091 14.47l.029.075v.002c-.054.03-.103.061-.159.089q-.014.006-.035.016.089-.087.166-.183m-.537 1.49q.175.187.315.294l.063.208a2 2 0 0 0-.22.048l-.026-.09q-.032-.115-.068-.235l-.019-.067zm.232.802q.12-.002.241.01l.063.21a.7.7 0 0 1 .22-.004l-.29.575q-.12-.396-.234-.79" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), c6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M3.438 18.563h15.125v-4.125H3.438zm11-2.063a1.375 1.375 0 1 1 2.75 0 1.375 1.375 0 0 1-2.75 0m-13.063-.687h.688v-4.126h-.688zm2.063-2.75h15.125V8.936H3.438zm11-2.063a1.375 1.375 0 1 1 2.75 0 1.375 1.375 0 0 1-2.75 0m5.5-.687h.687V6.187h-.687zm-16.5-2.75h15.125V3.438H3.438zm11-2.063a1.375 1.375 0 1 1 2.75 0 1.375 1.375 0 0 1-2.75 0m5.5-.687h1.03c.57 0 1.032.461 1.032 1.03v4.813c0 .57-.462 1.031-1.031 1.031h-1.032v4.126h1.375a.687.687 0 1 1 0 1.374h-1.375v1.494c0 .737-.626 1.256-1.297 1.256H3.36c-.671 0-1.297-.519-1.297-1.256v-1.494H1.03c-.57 0-1.031-.461-1.031-1.03v-4.813c0-.57.462-1.031 1.031-1.031h1.032V6.187H.687a.687.687 0 1 1 0-1.375h1.376V3.32c0-.737.626-1.256 1.297-1.256h15.28c.671 0 1.297.519 1.297 1.256z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), n6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FFFFFF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M9.968 1.123a3.91 3.91 0 0 1 5.483 0l.137.143a3.8 3.8 0 0 1 .96 3.091 3.9 3.9 0 0 1 3.127.95l.145.137.044.044a3.805 3.805 0 0 1 0 5.423l-7.902 7.816a.24.24 0 0 0 0 .338l1.623 1.605a.773.773 0 0 1 0 1.102.794.794 0 0 1-1.114 0l-1.623-1.605a1.784 1.784 0 0 1 0-2.542l7.903-7.815a2.26 2.26 0 0 0 .158-3.047l-.158-.173-.045-.044-.175-.156a2.32 2.32 0 0 0-3.08.156l-6.599 6.526a.794.794 0 0 1-1.114 0 .773.773 0 0 1 0-1.102l6.599-6.526a2.26 2.26 0 0 0 .158-3.046l-.158-.173a2.32 2.32 0 0 0-3.255 0l-8.738 8.642a.794.794 0 0 1-1.113 0 .773.773 0 0 1 0-1.102zm2.184 2.16a.794.794 0 0 1 1.114 0 .773.773 0 0 1 0 1.102l-6.462 6.39a2.26 2.26 0 0 0 0 3.22 2.32 2.32 0 0 0 3.255 0l6.462-6.39a.794.794 0 0 1 1.114 0 .773.773 0 0 1 0 1.101l-6.462 6.391a3.91 3.91 0 0 1-5.483 0 3.805 3.805 0 0 1 0-5.423z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), i6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#133C8C" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M21.09 15.373c-.14.023-.284.039-.431.039a2.51 2.51 0 0 1-2.5-2.511V9.095c0-.758-.611-1.372-1.362-1.372-.75 0-1.36.618-1.36 1.372v3.806a2.51 2.51 0 0 1-2.5 2.51 2.51 2.51 0 0 1-2.5-2.51V9.099c0-.758-.611-1.372-1.362-1.372-.75 0-1.36.618-1.36 1.372v1.085q.002.011.003.023v2.698a2.51 2.51 0 0 1-2.5 2.51 2.51 2.51 0 0 1-2.5-2.51V9.099c0-.758-.61-1.372-1.361-1.372-.389 0-.735.167-.984.428-.24.91-.373 1.862-.373 2.849C0 17.075 4.926 22 11 22a11 11 0 0 0 10.09-6.627" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M1.357 6.584a2.51 2.51 0 0 1 2.5 2.511v3.806c0 .758.61 1.372 1.361 1.372.75 0 1.361-.618 1.361-1.372V9.095a2.51 2.51 0 0 1 2.5-2.51 2.51 2.51 0 0 1 2.5 2.51v3.806c0 .758.61 1.372 1.361 1.372.75 0 1.361-.618 1.361-1.372v-.72q-.002-.01-.004-.023V9.095a2.51 2.51 0 0 1 2.5-2.51c1.38 0 2.5 1.127 2.5 2.51v3.806c0 .758.611 1.372 1.361 1.372.374 0 .712-.152.957-.397.249-.917.385-1.885.385-2.88C22 4.925 17.073 0 11 0 6.482 0 2.597 2.729.906 6.623c.148-.023.296-.039.451-.039" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), o6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#3258E2" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M19.548 7.67c0 1.826-.016 3.652.007 5.478a3.1 3.1 0 0 1-.452 1.647 7.9 7.9 0 0 1-1.572 1.967 98 98 0 0 1-3.143 2.735c-.897.746-1.84 1.446-2.767 2.17-.13.096-.276.17-.414.267s-.26.082-.391-.015c-.322-.238-.667-.454-.981-.7-1.557-1.23-3.12-2.452-4.661-3.711a10.2 10.2 0 0 1-2.216-2.482 3.33 3.33 0 0 1-.514-1.781c.016-3.816.008-7.631 0-11.447 0-.164.046-.246.207-.298A26 26 0 0 1 6.631.45C7.48.3 8.34.173 9.197.083a19.6 19.6 0 0 1 3.373-.022c2.323.186 4.577.678 6.77 1.43.153.053.191.127.191.276v5.91zm-8.586-.879-.13-.104c-1.273-1.155-2.561-2.31-3.826-3.48-.253-.239-.499-.35-.859-.336-.697.03-1.395.015-2.093 0-.16 0-.222.053-.207.202v8.212c0 .574.039 1.155.1 1.729.077.745.284 1.46.736 2.094.56.775 1.227 1.453 1.924 2.11.023.021.054.029.115.066V7.127l.146.111Q8.144 8.356 9.42 9.474a.33.33 0 0 1 .122.276v3.905c0 .171.054.224.223.216.736-.008 1.464-.008 2.2-.015q.23 0 .23-.23V9.667c0-.082.038-.194.1-.239.912-.73 1.824-1.445 2.744-2.168.03-.023.069-.045.138-.082v10.098c.046-.038.077-.045.092-.067.483-.53.974-1.044 1.441-1.588.36-.417.682-.864.866-1.393.261-.73.36-1.483.36-2.25.016-2.96 0-5.918.016-8.884 0-.134-.038-.179-.184-.179h-2.453a.48.48 0 0 0-.36.142c-.874.82-1.748 1.632-2.622 2.452-.453.424-.905.85-1.38 1.281z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), s6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#05A6F0" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#fff", clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M.957.957h9.565v9.565H.957zM11.478.957h9.566v9.565h-9.566zM.957 11.478h9.565v9.566H.957zM11.478 11.478h9.566v9.566h-9.566z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), m6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#602fcd" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#fff", clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M21.697 6.358a.11.11 0 0 1 .155.1v10.61a.11.11 0 0 1-.065.1L11.045 21.99a.11.11 0 0 1-.09 0L.213 17.17a.11.11 0 0 1-.065-.101V6.458a.11.11 0 0 1 .155-.1l10.652 4.78a.11.11 0 0 0 .09 0z" }), /* @__PURE__ */ e.createElement("path", { d: "m10.843.009 9.438 4.035a.11.11 0 0 1 .004.2l-9.442 4.56a.11.11 0 0 1-.096 0L2.06 4.6a.11.11 0 0 1-.002-.198L10.75.012a.11.11 0 0 1 .094-.003" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), h6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#47A248" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M15.702 8.759c-1.16-5.115-3.898-6.796-4.192-7.439-.257-.361-.486-.874-.674-1.32-.033.454-.05.628-.48 1.085-.662.52-4.068 3.375-4.344 9.185-.259 5.42 3.914 8.65 4.48 9.06l.064.047q.178 1.308.303 2.623h.44a26 26 0 0 1 .468-2.814 6.4 6.4 0 0 0 .78-.635 10.4 10.4 0 0 0 3.335-7.76c.01-.745-.094-1.523-.18-2.032M10.81 16.27s0-7.6.252-7.6c.196 0 .45 9.804.45 9.804-.35-.04-.702-1.613-.702-2.204" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), v6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#5158BE" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M10.389 6.03c.464 0 .84.372.84.829v8.282a.834.834 0 0 1-.84.828H6.77a5.4 5.4 0 0 0 .278.904h4.258a.8.8 0 0 0 .317-.064.83.83 0 0 0 .522-.763V8.74h7.839c.48 0 .87.384.871.858v4.571c0 1.742-1.433 3.154-3.201 3.154h-.015a3.2 3.2 0 0 1-1.36-.3 5.17 5.17 0 0 1-4.593 3.011c-2.453-.06-4.464-1.793-4.937-4.066H1.984a.834.834 0 0 1-.84-.828V6.86c0-.457.376-.828.84-.828zM3.975 9.185h1.672v4.508h1.071V9.184h1.68v-.876H3.975z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M18.335 3.773c1.14 0 2.062.91 2.062 2.032 0 1.123-.923 2.033-2.062 2.033-1.14 0-2.063-.91-2.063-2.033s.924-2.032 2.063-2.032M11.917 1.965c1.646 0 2.98 1.315 2.98 2.937 0 1.545-1.213 2.808-2.75 2.924v-1.42a.836.836 0 0 0-.84-.826H9.02a3 3 0 0 1-.082-.678c0-1.622 1.334-2.937 2.98-2.937" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), f6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#1CE783" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M7.652 12.934v6.183L11 21.048V11.001L2.298 5.975v3.866zM11 .952 3.316 5.388 6.663 7.32l4.338-2.504 5.354 3.091v6.184l-4.337 2.504v3.866l7.684-4.437V5.974z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), d6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#346898" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#fff", clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M20.048 19.25c.592.262.888.393 1.036.916v.262c-.148.524-.444.656-1.183.656H1.861c-.443 0-.739-.263-.887-.524-.147-.262.001-.786.297-1.048.295-.262.59-.262 1.034-.262zM1.027 16.003c.295-.257.738-.513 1.18-.385H20.2q.663 0 .885.77v.258c0 .514-.591.77-1.18.77H2.058c-.442 0-.737-.128-1.032-.513a.97.97 0 0 1 0-.9M19.902 11.916c.295 0 .738 0 1.033.262 0 .131.149.263.149.525 0 .392-.149.654-.444.916-.148.13-.443.131-.59.131H2.031C1.59 13.75 1 13.488 1 13.226c-.148-.524-.148-.917.443-1.179.147-.13.296-.13.443-.13.443.13.738 0 1.18 0zM19.904 8.31c.148-.001.443-.135.59 0 .442.267.59.535.59.937 0 .401-.443.803-1.033.803H2.361c-.296 0-.738.134-1.033-.134-.59-.268-.59-1.339.294-1.607zM4.965 4.584c4.88.13 9.908 0 14.788.13.443-.13.74-.13.887.132.296.262.444.523.444.916-.148.524-.444.654-1.036.654H2.155c-.296 0-.444 0-.74-.13-.443-.263-.59-.655-.443-1.048.148-.262.444-.523.74-.523.443 0 .887-.131 1.33-.131zM20.08.916q.669 0 .892.424c.148.282.148.564 0 .987l-.298.282c-.445.141-.742.141-1.04.141H1.957c-.742 0-1.04-.423-1.04-.987 0-.423.446-.847.892-.847z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), g6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F7F7F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M14.22 14.759c.28.115.303-.006.534.094-.038 1.562-.857 3.037-.446 4.82.156-.382.259-.603.337-.832.232-.68.315-.975.58-1.659.333.338.627.625.92.965-.265 1.417-1.188 1.818-2.206 2.57-.12.089-.425-.048-.625-.13-.37-.151-.727-.34-1.13-.409.602.595 1.204 1.188 1.822 1.822-.736-.163-1.488-.366-2.24-.568l.036-.184c-.266.147-.529.302-.801.435-.06.029-.155-.025-.215-.12.07-.418.122-.758.18-1.135l-.954-.23.617 1.236-.64-.098.367.663c-.532-.266-1.136.208-1.353-.477l-1.32-.437c1.075-.983 1.408-2.114 1.266-3.544.823.469 1.588.895 2.344 1.335.68.395 1.346.816 2.03 1.202.172.098.391.108.558.15v-1.216c-.445-.247-.999-.664-1.617-.865-.598-.194-1.262-.165-1.934-.238-.03-.127.057-.14 0-.368.162-.226.425-.412.636-.523 1.174-.617 2.264-1.27 3.253-2.26m-4.105 4.26c.344.518.429 1.143 1.152.934-.118-.591-.482-.856-1.152-.934", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M19.467 7.505c.03 1.441.218 2.878-.084 4.325-.112.536.128 1.142.102 1.71-.018.404-.108.896-.348 1.18-.89 1.052-1.855 2.035-2.823 3.068a16 16 0 0 1-.95-1.047c.05-1.243.14-2.435.239-3.73l2.46.528.065-.102-2.438-2.222c.374-.472.708-.894 1.081-1.317.332-.25.631-.492.915-.75.598-.543 1.188-1.095 1.78-1.643M18 9.76c-.261.342-.451.594-.61.866l.037.017-.003.006 1.06.51-.44-1.459z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M3.876 7.76c.232-.247.437-.296.705-.103.195.14.427.227.653.39.072 1.71.866 2.961 2.036 4.006.472.422.982.704 1.625.771.419.044.855.198 1.222.414.755.444 1.531.546 2.362.368q.842-.18 1.687-.356c-.045.452-.086.862-.165 1.27-.954 1.017-2.114 1.649-3.288 2.265-.21.11-.354.358-.529.541l-2.256-1.872C7 14.002 6.13 12.596 5.24 11.163v2.07l-.12.07-1.123-1.51a43 43 0 0 1-.443-1.663c.093-.853.188-1.61.32-2.37" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M5.409 11.774c.889 1.434 1.418 2.348 2.308 3.788-.273.277-.39.397-.733.682.014.006-.063-.007-.113-.053-1.175-1.076-2.333-2.168-3.19-3.553-.075-.121-.09-.151-.14-.364-.006-.069.096-.085.1-.086.124-.066.085.003.243-.082.408.484.853.95 1.227 1.452.04-.023.257-.093.298-.116z" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M6.206 3.916c.567.27 1.049.532 1.55.827.855.473 1.69.914 2.523 1.354.708.714 1.431 1.413 2.12 2.147.688.734 1.34 1.506 2.01 2.257.284.318.183.58-.062.864-.507.589-1.152.983-1.878 1.008-1.11.037-2.242.017-3.336-.165-1.874-.313-2.625-1.764-2.949-3.537-.16-.872-.29-1.75-.444-2.67.026-.576.044-1.11.111-1.637.021-.161.175-.305.355-.448m3.693 4.417c.134.145.269.29.444.457l.023.004.018.017 1.389.21.064-.31-1.833-.598z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M3.543 11.992c.011.04-.01.08-.001.103-.046.025-.143.046-.15.03q-.483-1.28-.945-2.567c-.005-.014.082-.065.12-.093.32.825.642 1.656.976 2.527M13.082 7.18c.406.32.774.634 1.18.963.495.483 1.054.453 1.707.378.54.171 1.076.276.693 1.004-.57.33-1.098.66-1.676 1.019-.269-1.179-.978-2.022-1.775-2.805-.177-.173-.316-.389-.472-.585.101.006.203.012.343.026M3.274 7.02c.151.353.175.416.329.833-.063.793-.222 1.083-.33 1.892-.623-.384-.439-.723-.37-1.385.063-.595.186-.73.37-1.34" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M17.302 5.678c.377.987.159 1.884.097 2.86l1.187-1.595c-.58-.334-.295-.753-.182-1.193.38.539.574.851.915 1.459-.618.575-.957.883-1.555 1.426-.284.258-.394.57-.741.776.341-.728-.34-.987-.835-1.18.017-1.134.38-1.713 1.114-2.553" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M14.506 1.087c1.29.98 2.542 1.982 3.38 3.414.207.352.206.488.37.947-.102.48-.58 1.09 0 1.423-.417.56-.158.279-.543.795.062-.975.053-1.51-.324-2.496-.733.84-1.57 1.936-1.671 3.06-.614.107-.854.138-1.31-.33.473-.845.851-1.423 1.31-2.276.585-1.088.196-1.987-.5-2.857-.353-.442-.603-.974-.919-1.502.045-.079.109-.12.207-.178M6.943 2.69c1.443-1.186 1.444-1.187 2.087-.217-.623.934-.618.99.156 1.67.13.114.275.211.403.327.626.56 1.25 1.124 1.826 1.673-.328-.07-.414-.2-.708-.295-.463-.41-.948-.78-1.411-1.191C8.133 3.7 6.633 3.184 5.882 3.283c.115.205-.061.328 0 .537-.144.162-.264.385-.284.547-.067.526-.118 1.003-.192 1.531-.123.151.026.352 0 .517-.083.523-.1.716-.158 1.243-.215-.111-.413-.158-.609-.299-.268-.193-.545-.148-.81.062-.191-.412-.299-.49-.42-.87.089-.961.54-1.696 1.23-2.329.424-.389.738-.906 1.137-1.329.329-.348.712-.63 1.167-.204" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M9.186 2.683c.829 1.717 2.234 2.476 3.57 3.629.201.173.13.28.205.584-.156.033-.178.018-.318 0-.439-.336-.536-.504-.935-.828-.623-.563-1.194-1.026-1.82-1.586-.129-.116-.25-.243-.38-.357-.774-.68-.964-.546-.322-1.442M7.998 4.637c.417-.016.585.09 1.074.11.5.375.955.724 1.418 1.135-.052.066-.045.023-.136.078-.86-.415-1.501-.85-2.356-1.323M12.42 0c.73.333 1.22.593 1.882.978-.08.093-.185.102-.25.143-1.66-1.147-3.245-.769-5.056-.498-.076.01-.155 0-.255-.102.212-.079.424-.16.637-.235.215-.074.433-.142.671-.25C10.836 0 11.601 0 12.42 0" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), w6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#DDF2F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M10.864 5.592c3.274-.187 6.43 1.76 8.774 3.502.414.307 1.073.765 1.558 1.266.242.25.446.518.554.789.109.273.121.555-.029.823l-.007.014-.001-.002c-.372.43-.912.533-1.601.663-.325.062-.69.13-1.097.238q-.009.01-.02.019l-.018.012a.1.1 0 0 1-.04.008v-.02a9 9 0 0 0-1.485.556c-.727.348-1.286.66-1.766.935-.479.274-.885.511-1.305.706-.845.39-1.746.606-3.432.618-1.745.013-2.646-.221-3.498-.634-.422-.205-.834-.455-1.325-.735a20 20 0 0 0-1.84-.938 10 10 0 0 0-1.903-.63v.003a.1.1 0 0 1-.042-.012l-.002-.002q-.147-.032-.285-.058v.014a.1.1 0 0 1-.049-.013q-.012-.007-.022-.015-.278-.053-.513-.093c-.335-.059-.616-.113-.83-.208-.22-.097-.377-.24-.457-.476L.15 11.81a1.23 1.23 0 0 1 .08-.787q-.004-.014-.005-.027h.016a2.6 2.6 0 0 1 .505-.714c.455-.478 1.067-.89 1.491-1.19C4.175 7.729 5.573 6.85 6.866 6.317c1.294-.535 2.482-.725 3.998-.724m3.434 9.357c-.46.217-.937.38-1.554.487.63-.102 1.11-.26 1.573-.474q.237-.112.477-.243l.007-.029c-.17.092-.335.18-.503.26m-6.986-1.24a.97.97 0 0 0-.299.507c.252.14.486.268.725.38.775.363 1.598.567 3.2.555 1.548-.01 2.366-.194 3.131-.534.255-.113.504-.246.774-.394a.7.7 0 0 0-.094-.272.9.9 0 0 0-.215-.23q-.477.175-.957.325c-.761.251-1.666.465-2.64.465-.933-.11-1.806-.195-2.536-.408a15 15 0 0 1-.734-.256q-.174-.067-.355-.138m7.667.885-.005.028q.197-.11.41-.232l.007-.028zm-2.852-.297a8 8 0 0 1-.975.101q.045.002.091.003.412-.019.823-.085zm-2.564-.088c.424.071.872.11 1.38.105l.078-.003-.076.001a8.4 8.4 0 0 1-1.394-.116zm6.016.049-.014.007-.005.025.051-.028q.15-.087.315-.178l.006-.021zm-.774-.637-.11.04a.823.823 0 0 1 .29.485q.142-.079.292-.161l.118-.066a1.04 1.04 0 0 0-.224-.444q-.182.074-.366.146m-8.04-.126a1.06 1.06 0 0 0-.244.445l.354.198c.056-.203.159-.367.28-.49zm9.347.47-.004.016q.187-.101.39-.208l.001-.006q-.203.101-.387.198m-2.294-.095-.006.004q.16-.052.32-.107-.157.053-.314.103m-7.737-.505a.8.8 0 0 0-.125.268q.226.12.427.231c.053-.17.136-.314.231-.428l-.444-.177a1 1 0 0 0-.09.106m9.239.052q.049.062.092.133.078.133.122.293.186-.105.392-.216a1 1 0 0 0-.215-.363q-.195.077-.391.153m-4.66.38q.105.008.212.01v-.032a4 4 0 0 1-.208-.01zm.364-.022v.032q.108-.002.215-.01l-.004-.033q-.105.01-.21.011m-.717-.024q.098.017.2.03l.004-.03a4 4 0 0 1-.197-.03zm1.081-.003.005.033q.104-.014.206-.033l-.008-.03a4 4 0 0 1-.203.03m-3.651-.053.222.08-.006-.006-.206-.072q-.135-.05-.271-.103.132.052.261.1m2.215-.026q.101.03.205.051l.008-.03a4 4 0 0 1-.203-.05zm1.789.017.007.032q.102-.023.201-.051l-.01-.031a4 4 0 0 1-.198.05m2.278.018-.005.005.34-.117q-.004 0-.007-.004-.164.06-.328.116m2.645-.021-.001.002.11-.057zm-7.046-.13q.093.038.189.07l.01-.03a3 3 0 0 1-.187-.067zm1.067.059q.092.007.187.01v-.056a4 4 0 0 1-.18-.009zm.34-.049v.058q.096-.002.191-.01l-.007-.056q-.092.007-.185.008m1.058.024.012.034q.097-.033.191-.07l-.015-.031a4 4 0 0 1-.188.067m-1.732-.018q.09.016.18.027l.008-.056a3 3 0 0 1-.175-.026zm1.01-.03.008.055q.093-.011.185-.027l-.014-.054a3 3 0 0 1-.179.026m-5.742-.493a.84.84 0 0 0-.185.319q.2.099.382.193a1 1 0 0 1 .139-.281q.031-.041.064-.078zm10.24.159c.03.038.063.076.09.119q.069.106.112.23.192-.103.405-.21a.9.9 0 0 0-.188-.306q-.21.083-.42.167m-5.847.288q.093.026.188.047l.014-.057a3 3 0 0 1-.183-.045zm1.678-.012.013.053q.092-.019.183-.045l-.02-.052a3 3 0 0 1-.176.044m2.985-.007q-.073.026-.148.052l.004.003.187-.066q.153-.059.305-.119l-.005-.003q-.17.067-.343.133m-7.214-5.12a.083.083 0 0 0-.112.035 4.34 4.34 0 0 0-.083 3.889c.219.459.507.863.847 1.204.032.032.086.03.118-.001a.083.083 0 0 0 0-.116 4.17 4.17 0 0 1-.735-4.898.083.083 0 0 0-.035-.112m6.955 0a.084.084 0 0 0-.034.112 4.17 4.17 0 0 1 .08 3.74c-.21.443-.488.831-.815 1.159a.08.08 0 0 0 0 .116.084.084 0 0 0 .117 0 4.335 4.335 0 0 0 .764-5.093.083.083 0 0 0-.112-.033M9.29 13.403q.092.047.187.089l.012-.026q-.094-.04-.185-.086zm3.12.055.015.03q.1-.044.196-.093l-.017-.028q-.094.049-.193.091m-2.716-.07q.085.032.172.06l.02-.056a3 3 0 0 1-.166-.06zm2.318.002.019.053q.088-.029.174-.061l-.025-.05q-.083.031-.168.059m-1.3.012q.08.007.16.009v-.124q-.072 0-.143-.006zm.313-.112v.12a3 3 0 0 0 .165-.008l-.015-.12q-.075.006-.15.008m3.562.119.056-.02q.133-.05.265-.103h-.004q-.157.062-.317.123m-4.187-.044q.079.014.159.023l.017-.124q-.074-.01-.147-.022zm.928-.097.015.12q.08-.01.16-.024l-.03-.117zm-1.247.025q.083.023.169.043l.03-.126q-.08-.017-.157-.039zm1.543-.075.028.116q.082-.019.162-.041l-.04-.113q-.075.02-.15.038M6.706 8.654c-.911.506-2.071 1.254-3.661 2.358a3 3 0 0 1-.385.204c-.15.07-.31.139-.452.208s-.263.136-.333.197q-.051.047-.058.074c-.004.014-.002.029.016.048a.2.2 0 0 0 .09.046q.067.021.17.034c.137.018.312.025.507.035l.206.01.008-.01.017.011c.336.02.708.056 1.032.157l.148.048.01-.006a.1.1 0 0 1 .05-.013v.038q.284.09.546.178a.2.2 0 0 1 .08-.018v.045q.296.1.567.197a1 1 0 0 1 .07-.019l.008.047q.267.095.515.187.017-.007.033-.011l.006.026q.27.098.52.192l.024-.01.008.023.582.22.03-.008.003.02q.226.088.438.167a4.42 4.42 0 0 1-.795-4.675m2.266 4.56q.092.059.186.112l.014-.024q-.094-.051-.184-.11zm.412.033q.083.042.17.08l.025-.058q-.082-.036-.163-.076zm2.936.021.024.05q.091-.04.18-.083l-.03-.048q-.085.043-.174.081m.418.02.017.027q.088-.05.175-.106l-.02-.027q-.085.056-.172.105m2.428-4.693a4.415 4.415 0 0 1-.747 4.706l.057-.019q.175-.068.35-.137v-.028q.027 0 .056.006l.518-.202.013-.048a1 1 0 0 1 .058.02l.533-.208.009-.02q.01.004.02.01c.16-.064.322-.122.482-.183l.011-.038q.023.007.045.017.292-.11.58-.212l.014-.053q.035.01.07.026.285-.097.57-.18l.021-.037q.015.008.031.021l.08-.023q.255-.068.47-.106l.006-.023q.018.006.036.016c.235-.04.436-.06.612-.067l.011-.008.005.008.201-.007q.164-.004.303-.012l.007-.005.003.005c.173-.011.323-.036.478-.109-.003-.008-.01-.018-.01-.03h.006q-.012-.015-.031-.032a2.6 2.6 0 0 0-.328-.199c-.138-.074-.29-.15-.43-.223a3 3 0 0 1-.34-.2c-1.26-.927-2.292-1.605-3.172-2.102l-.01.007-.012-.02q-.299-.169-.576-.31m-10.133 4.31q-.057.098-.095.224.186.085.358.167a1 1 0 0 1 .172-.307l-.393-.146q-.022.03-.042.062m10.152.37.005.005.382-.147-.006-.004zm1.242-.297q.03.033.056.068.073.103.12.23.155-.079.323-.16l.062-.028a.8.8 0 0 0-.162-.266zm-4.507.156.04.113q.077-.026.153-.055l-.051-.11zm-2.136.058q.075.03.152.054l.042-.124q-.07-.024-.139-.05zm5.314.017.003.002.375-.145-.004-.002zM9.08 13.07q.083.054.17.101l.034-.054q-.084-.048-.164-.1zm3.547.04.03.046q.081-.044.159-.095l-.035-.046q-.075.05-.154.094m-1.602-.116v.142q.065-.001.13-.006l-.017-.141zm-.276.135q.06.004.124.005v-.139l-.106-.005zm-1.253-.068q.071.037.147.07l.057-.123q-.069-.03-.136-.062zm2.705-.038.053.108a3 3 0 0 0 .16-.077l-.063-.1q-.074.036-.15.07m-3.523-.03q.083.069.17.131l.017-.021q-.086-.062-.169-.128zm4.355.1.02.026q.09-.065.174-.134l-.022-.024q-.084.069-.172.132m-1.742-.12.018.144q.065-.009.128-.02l-.036-.14zm-.827.119q.066.012.133.02l.018-.136q-.06-.007-.118-.017zm5.262-.026.006.005.412-.157-.01-.007zm-4.174-.142.035.144q.068-.014.134-.033l-.05-.14zm-7.097-.262a.7.7 0 0 0-.064.228q.19.075.389.164l.018.009q.042-.13.102-.235.013-.02.026-.039l-.451-.16q-.01.016-.02.033m5.717.363q.07.02.143.036l.031-.132-.129-.034zm6.804-.26c.063.074.118.16.156.258q.192-.085.375-.159a.8.8 0 0 0-.088-.265q-.22.08-.443.165m-1.332.232.004.003.393-.154-.003-.001q-.196.074-.394.152m-3.828-.151.052.145q.065-.021.127-.046l-.066-.14q-.056.022-.113.041m-2.605.05q.074.047.151.09l.07-.119q-.07-.04-.136-.083zm-.41-.032q.076.061.155.117l.039-.052q-.075-.055-.148-.113zm1.102.069q.061.023.124.045l.044-.13-.11-.04zm2.581-.056.062.101q.073-.04.143-.085l-.073-.095q-.064.04-.132.08m.421.047.036.047q.08-.06.157-.123l-.04-.04q-.074.06-.153.116m-4.491-.177q.072.075.15.144l.016-.018a4 4 0 0 1-.15-.14zm3.653-.005.069.144q.068-.03.133-.064l-.084-.137q-.058.03-.118.057m1.253.117.021.024q.076-.069.145-.14l-.025-.02a4 4 0 0 1-.141.136m-3.676-.045q.059.029.119.056l.058-.125q-.054-.024-.106-.052zm6.653.03.008.007.388-.147-.01-.006zm-5.51-.006.086.005v-.193l-.06-.003zm.24-.188-.002.192.094-.005-.024-.19zm-7.085-.202a.8.8 0 0 0-.037.264q.165.056.339.122a1 1 0 0 1 .072-.236l.01-.02zm6.59.362.102.015.026-.192-.083-.012zm.717-.178.023.19q.046-.006.093-.014l-.048-.187zm6.317-.086a1 1 0 0 1 .085.261q.186-.069.365-.127a.7.7 0 0 0-.042-.25q-.003-.011-.01-.02-.198.066-.398.136m-8.613.16q.066.05.134.1l.085-.114q-.06-.044-.12-.092zm3.787.001.073.096q.072-.052.14-.107l-.082-.088q-.064.05-.131.1m-2.473.043q.057.017.115.03l.045-.19-.097-.024zm1.2-.159.047.186q.053-.012.104-.028l-.064-.18zm-2.919.042q.066.066.138.13l.046-.05a3 3 0 0 1-.131-.124zm4.626.072.04.043q.068-.06.131-.125l-.045-.04q-.06.063-.126.122m-.858-.1.087.141q.06-.034.12-.07l-.104-.136q-.05.034-.103.065m-2.929.056q.06.039.124.075l.073-.12q-.058-.033-.112-.069zm.638.008.096.034.064-.186-.077-.028zm1.674-.146.065.179.098-.035-.084-.173zm-8.315-.256a.8.8 0 0 0-.012.283q.184.05.379.112a1 1 0 0 1 .045-.26q-.2-.067-.412-.135m13.465.368.007.007q.235-.088.466-.17l-.006-.007q-.232.082-.467.17m-8.662-.143q.06.072.121.142l.018-.014a4 4 0 0 1-.12-.141zm9.924-.13.006.012a.8.8 0 0 1 .054.26q.174-.053.34-.096a.7.7 0 0 0 .02-.301q-.21.058-.42.124m-4.544.249.023.02q.068-.076.13-.156l-.025-.017a3 3 0 0 1-.128.153m-3.774-.049q.046.023.091.044l.084-.181q-.037-.017-.072-.035zm2.125-.13.083.172q.052-.023.104-.05l-.101-.164q-.043.022-.086.041m-3.2.058q.059.058.12.112l.099-.104-.105-.103zm4.267.017.083.087q.061-.053.116-.11l-.092-.08q-.052.053-.107.103m-.443-.059.105.138q.06-.043.118-.09l-.122-.13zm-3.384.041q.052.042.105.08l.086-.114q-.046-.035-.09-.071zm-.83-.1q.056.069.115.133l.053-.046a3 3 0 0 1-.11-.127zm5.078.082.044.039q.06-.068.118-.139l-.05-.034q-.055.068-.112.134M2.83 12.183a.6.6 0 0 0-.01.228q.188.043.392.094a1 1 0 0 1 .023-.276 3 3 0 0 0-.367-.044zm8.196.09v.224l.05-.002-.028-.224zm-.193.222h.039v-.225h-.009zm8.227-.37q-.17.024-.38.074a.8.8 0 0 1-.001.296q.208-.05.4-.09a.6.6 0 0 0-.019-.28m-9.496.3q.048.03.098.06l.102-.172-.08-.05zm1.05.046q.033.006.066.01l.03-.226-.044-.006zm.587-.213.028.222.052-.008-.055-.218zm.935.054.1.163q.046-.027.091-.057l-.117-.152zm-.758-.085.053.216.07-.018-.075-.21zm-.998.194.083.021.053-.225-.061-.016zm7.097-.011.005.005.279-.099q-.142.045-.284.094m-4.721-.146.123.13q.05-.044.096-.09l-.14-.12zm-3.807.033q.045.046.094.09l.101-.107-.08-.08zm-.439-.038q.05.06.104.12l.113-.097-.092-.112zm3.062-.089.075.209.065-.024-.096-.2q-.022.008-.044.015m-9.27-.017a.5.5 0 0 0-.01.15q.175.034.37.075a.8.8 0 0 1 .013-.204zm16.914-.046c.026.092.03.182.023.266l.277-.054q.05-.012.097-.02a.45.45 0 0 0-.027-.2 3 3 0 0 0-.37.008m-9.045.243q.031.012.064.022l.075-.219-.041-.015zm3.025-.058.093.08q.053-.06.103-.122l-.102-.07q-.045.058-.094.112m-5.228-.108q.06.095.126.185l.018-.012a3 3 0 0 1-.125-.183zm5.82.152.026.017a4 4 0 0 0 .108-.161l-.027-.015q-.051.08-.107.159m-4.425-.063q.038.03.078.06l.121-.162q-.03-.023-.057-.047zm2.97-.098.117.152.088-.07-.133-.141zM.329 11.872c.064.187.184.303.373.386q.049.021.104.039c-.212-.091-.367-.22-.447-.43l-.02-.06q-.015 0-.03-.002v-.001zm11.429.223.095.199.071-.035-.117-.189zm-1.782.164q.028.014.056.027l.098-.212q-.016-.008-.033-.017zm-8.06-.033q.072.016.148.032l.073.014q0-.063.013-.132a4 4 0 0 1-.234-.024 1 1 0 0 0 0 .11m6.207-.125q.054.086.113.167l.058-.04a3 3 0 0 1-.108-.16zm11.627.005q.021.084.018.161l.236-.048a.5.5 0 0 0 .002-.103q-.084 0-.174-.005zm-6.137.11.05.033q.05-.073.1-.148l-.053-.029a3 3 0 0 1-.097.143m-12.19-.108c.1.033.214.058.34.086q-.002-.052.001-.106-.036-.006-.07-.012a1 1 0 0 1-.183-.066.7.7 0 0 0-.088.098m11.516-.039.142.123q.042-.049.083-.1l-.158-.108q-.033.044-.067.085m-4.178.013q.04.053.085.102l.114-.098-.075-.093zm3.18-.087.115.187q.031-.019.063-.039l-.133-.175zm-2.163.145q.033.021.067.041l.12-.202-.044-.029zm10.605-.115a.7.7 0 0 1-.162.067q-.03.007-.063.012a1 1 0 0 1 .003.077q.134-.032.253-.07.015-.005.029-.012a1 1 0 0 0-.06-.074m-11.202.078q.034.034.07.067l.14-.149-.051-.053zm12.385-.287a1 1 0 0 1-.045.096l-.004.007-.005.006a1.4 1.4 0 0 1-.28.244c.136-.073.256-.163.36-.281q.02-.038.035-.078zm-9.047.197.134.14q.034-.034.067-.07l-.147-.127q-.026.03-.054.057m-4.199-.018q.047.074.098.143l.125-.09q-.044-.062-.084-.128zm5.064.064.102.07.09-.13-.11-.062zm-2.357.06h.002v-.015zM.506 11.82c.052.13.143.222.279.295a.74.74 0 0 1-.233-.29zm10.676.285.006-.001-.012-.055zm-.48-.007.029.005.008-.066-.021-.002zm.62-.089.018.069.033-.009-.024-.067zM.728 11.835a.67.67 0 0 0 .288.243.7.7 0 0 1-.22-.242zm9.777.221q.024.007.049.012l.013-.063-.04-.012zm3.473-.01.026.015q.052-.093.099-.188l-.028-.012q-.045.094-.097.185m-6.195-.196q.05.104.105.204l.019-.01a3 3 0 0 1-.105-.201zm4.326.028.132.174.06-.047-.15-.158q-.021.015-.042.031M.984 11.84a.7.7 0 0 0 .287.212h.002a1 1 0 0 1 .102-.126.4.4 0 0 1-.058-.064l-.015-.03a6 6 0 0 1-.318.008m8.625.174.044.036.143-.191-.021-.019zm11.003-.156q-.053.048-.101.086a1 1 0 0 1 .078.1q.194-.083.34-.207a6 6 0 0 1-.298-.012c-.006.01-.01.024-.02.033m-9.117.1.025.07.03-.01-.033-.068zm-1.162.041.026.009.02-.061-.019-.008zm-1.325-.094.069.085.159-.134q-.03-.035-.057-.072zm-1.065-.118q.045.094.097.186l.064-.035a3 3 0 0 1-.093-.178zm5.154.077.16.109.074-.109-.173-.097zm.692.08.053.029a3 3 0 0 0 .09-.171l-.056-.023a3 3 0 0 1-.087.165m-1.114-.1.147.126q.03-.034.056-.07l-.16-.111zm-4.083.005q.036.057.074.112l.126-.09q-.033-.047-.062-.096zm12.557-.01q-.01.013-.02.025-.05.051-.106.096.078-.056.146-.122zm-9.492.05.033.07.037-.018-.041-.066zm-1.483.037.02.009.027-.06-.012-.007zm-.718-.054.04.04.166-.175-.021-.021zm2.808-.128.15.159.042-.045-.165-.142zm7.84.125.055-.018-.008-.004q-.024.012-.046.022m-6.559-.062.111.061q.041-.073.078-.148l-.118-.05q-.034.07-.07.137m-5.392-.104q.04.083.086.163l.138-.075q-.039-.073-.075-.148zm3.665.095.042.067.03-.018-.048-.063zm9.549.054.021-.021h-.013zm-11.355-.023.031.019.034-.057-.025-.016zm-8.525-.011h.001l.009.008.004-.003-.003-.006zm18.896-.016-.01.01.015.012.022-.022-.026-.004zm-8.637-1.266a.81.81 0 0 1-.722.699v.573a1.39 1.39 0 0 0 1.301-1.273zm-2.163.006a1.394 1.394 0 0 0 1.289 1.265v-.573a.81.81 0 0 1-.7-.693zm-.72 1.16.052.08.172-.122-.036-.06zm3.947-.036.16.111q.028-.041.053-.084l-.172-.095q-.02.034-.042.068m-3.507.028q.024.032.05.064l.185-.156-.037-.05zm2.663 0 .049.063.029-.022-.057-.06zm.429-.092.165.142q.015-.021.031-.042l-.18-.124q-.008.013-.016.024m-2.514.128.008.006.04-.055h-.002zm4.26-.006.03.012a3 3 0 0 0 .068-.168l-.03-.01a3 3 0 0 1-.067.166m-.905-.088.175.097q.034-.06.063-.121l-.188-.08q-.024.053-.05.104m-4.792-.05q.032.067.068.132l.138-.074q-.03-.058-.058-.118zm-.8-.055q.033.092.07.183l.02-.008a3 3 0 0 1-.071-.181zm-6.792-.085q.002.122.044.24l.001.004q.178.002.385-.01a.3.3 0 0 1 .044-.092.4.4 0 0 1 .039-.043 5 5 0 0 1-.513-.099m20.231-.042q-.247.103-.585.158a1 1 0 0 1 .089.075q.014.016.027.034c.133.01.29.015.46.015a.4.4 0 0 0 .063-.308q-.026.014-.054.026M.63 11.377q-.015.154.03.304.036.002.074.003a.9.9 0 0 1-.034-.282q-.036-.011-.07-.024m20.647-.067a.6.6 0 0 1 .019.202.6.6 0 0 1-.046.168h.021a.62.62 0 0 0 .008-.371zm-19.878.333-.02.031.005-.001.022-.038zm20.035-.374a.8.8 0 0 1 0 .405l.015-.001a.74.74 0 0 0-.015-.404m-20.97.039a.9.9 0 0 0-.004.355l.036.003a.9.9 0 0 1-.013-.35zm13.48.333.056.023q.032-.077.06-.155l-.057-.019q-.029.077-.06.15m7.603-.521c.072.178.099.359.065.538l.058-.004a.85.85 0 0 0-.062-.448 1 1 0 0 0-.046-.101zm-21.223.088q-.07.216-.047.437l.024.003a1.1 1.1 0 0 1 .03-.434zm7.488.272q.029.085.064.168l.067-.027c-.023-.053-.04-.108-.061-.163zm-6.076.156h.009l.006-.012zm10.362-.066.06.062.017-.017-.066-.057zm-2.34.046.01.01.047-.05-.005-.005zm3.926-.085.118.05q.029-.068.055-.138l-.124-.04q-.023.065-.05.128m-1.182-.076.18.123q.019-.027.035-.055l-.19-.107q-.012.02-.025.039m-3.767.013q.023.052.05.102l.188-.101-.038-.08zm.451.059.026.043.2-.143-.01-.016zm-1.158-.112q.027.075.057.15l.152-.062q-.028-.067-.051-.135zm4.9.05.175.096q.022-.044.043-.089l-.184-.076q-.016.034-.033.068m-3.303-.002.03.04.053-.046-.027-.034zm2.585-.021.069.059.006-.01-.074-.05zm1.142-.05.191.08q.023-.057.044-.115l-.198-.064zm-5.021-.068.046.122.152-.06q-.022-.053-.041-.108zm12.535-.469a1.3 1.3 0 0 1-.214.175 4 4 0 0 1-.553.286l.209.118c.285-.028.525-.093.716-.172q.037-.017.07-.035l-.012-.033a1.6 1.6 0 0 0-.216-.339m-6.605.557.029.01a3 3 0 0 0 .069-.244l-.032-.006q-.028.122-.066.24M.96 11.023q-.066.135-.09.269c.188.05.42.092.678.122l.05-.03q.078-.04.163-.08a3.3 3.3 0 0 1-.525-.274 1.4 1.4 0 0 1-.194-.154q-.046.074-.082.147m8.117.308.03.065.218-.117-.02-.04zm3.527-.047.192.106.025-.053-.202-.085zm-5.069-.12q.027.112.06.22l.018-.005a3 3 0 0 1-.059-.217zm4.766.153.076.052.016-.027-.08-.044zm1.756.03.057.018a3 3 0 0 0 .06-.22l-.06-.011q-.025.107-.057.212m-6.35-.213q.023.102.053.2l.07-.02q-.028-.095-.051-.193zm5.318.122.185.078q.018-.045.032-.089l-.19-.06q-.014.036-.027.071m-4.39-.022.034.095.202-.08-.028-.078zm5.152.025.123.04q.03-.095.053-.193l-.129-.023q-.02.09-.047.176m-5.858-.166q.02.09.046.178l.16-.048a3 3 0 0 1-.042-.16zm-7.012-.365a2 2 0 0 0-.192.319q-.042.09-.067.178l.061.023a1.2 1.2 0 0 1 .103-.293q.05-.1.115-.2zm19.47-.36c-.161.325-.444.535-.712.7.07.047.16.1.259.155.23-.104.453-.2.635-.32a1.2 1.2 0 0 0 .196-.162 4 4 0 0 0-.248-.257q-.063-.06-.13-.116M1.49 10.35q-.206.196-.358.398.081.083.19.156c.18.122.4.219.62.312l.033-.015q.133-.064.25-.133c-.237-.18-.511-.428-.649-.798zm11.95.798.2.065q.024-.078.043-.158l-.21-.038q-.014.066-.033.13m-1.05.017.08.045.009-.017-.085-.036zm-2.943.017.012.025.062-.035-.008-.017zm3.237-.07.2.084.022-.058-.207-.067zm-3.694.015.023.065.23-.093-.015-.043zm-.747-.091q.017.073.038.144l.157-.047q-.017-.064-.03-.127zm-7.733.118.01.005q.024-.083.06-.166a1.4 1.4 0 0 0-.07.161m12.59-.115.193.061.029-.11-.2-.037q-.01.044-.021.086m-4.542-.061q.012.056.028.11l.21-.063-.022-.086zm3.898.039.086.036.01-.029-.087-.028zm-3.082-.005.01.03.066-.027-.01-.023zm4.986.01.03.005a3 3 0 0 0 .036-.224l-.031-.001q-.014.111-.035.22m-6.89-.21q.014.104.033.204l.02-.004a3 3 0 0 1-.032-.2zm6.681.172.057.01q.02-.1.032-.2l-.058-.003q-.012.098-.03.193m-1.404-.059.207.067.018-.066-.215-.04zm-1.523-.389a.31.31 0 0 1-.2.158v.291a.56.56 0 0 0 .474-.449zm-3.58.266q.01.091.029.182l.07-.013a3 3 0 0 1-.029-.174zm2.774-.263c.05.232.232.407.454.444v-.287a.31.31 0 0 1-.208-.157zm-1.494.372.018.071.24-.072-.012-.044zm-7.223-.752c.122.387.412.634.664.821q.163-.111.319-.22a1.8 1.8 0 0 1-.334-.325 1.7 1.7 0 0 1-.292-.56c-.12.092-.242.186-.357.284m19.774.813.007-.006a2 2 0 0 0-.111-.164q.057.085.104.17m-1.66-1.066c-.122.371-.36.629-.609.828l.331.236c.29-.173.583-.376.73-.707-.145-.123-.3-.242-.451-.357m-5.946 1.027.13.023q.015-.086.028-.174l-.134-.006a3 3 0 0 1-.024.157m-5.999-.146q.01.079.025.156l.165-.03-.021-.137zm5.636.08.211.039q.013-.068.022-.138l-.216-.011zm-5.314-.1q.008.06.019.12l.164-.03-.015-.101zm4.321.083.088.028.004-.018-.09-.018zm-3.193-.01.007.027.065-.02-.005-.02zm3.833-.037.202.036q.009-.045.014-.09l-.205-.01zm-4.64-.057.012.083.219-.04-.009-.057zm4.276-.009.215.039.006-.045-.218-.012zm-3.902-.015.007.039.246-.045-.002-.01zM2.19 9.776c.055.217.157.407.281.565.106.135.228.245.347.329q.219-.151.427-.294a1.83 1.83 0 0 1-.63-.902c-.135.094-.28.195-.425.302m5.265.884.02-.001a3 3 0 0 1-.009-.205h-.02q.001.104.01.206m6.965-.198a4 4 0 0 1-.009.187l.031.002q.007-.093.01-.19zm-6.792.187.071-.005a3 3 0 0 1-.01-.183l-.07-.002q.001.096.01.19m6.571-.01.058.003q.008-.088.009-.178h-.057a3 3 0 0 1-.01.174m5.091-1.122a1.6 1.6 0 0 1-.235.474 1.9 1.9 0 0 1-.374.371q.194.136.394.279c.26-.202.502-.455.611-.835q-.207-.154-.396-.289M7.852 10.634l.17-.01q-.005-.075-.008-.151l-.17-.006q.001.084.008.167m6.066-.165a3 3 0 0 1-.007.155l.133.007a3 3 0 0 0 .008-.164zm-12.682-.106a4 4 0 0 0-.22.238l.016.026c.102-.134.223-.264.353-.388q.07-.068.143-.132l-.002-.009q-.153.13-.29.265m12.311.111-.007.131.216.01q.006-.071.008-.144zm-5.373.14.169-.011-.007-.12-.168-.006q.002.07.006.137m5.013-.136q-.002.055-.006.109l.206.01q.005-.06.007-.12zm-4.693.115.225-.014-.004-.083-.226-.008zm4.317-.025.218.011q0-.022.002-.045h-.218zm-3.94.002.25-.016-.001-.012h-.201v-.04l-.052-.001zm3.696-.015.091.005.001-.026h-.09zm-3.295-.011.054-.003H9.27zm-.405-.197.052.001v-.05l-.049-.007q0 .029-.003.056m-.38-.013.228.008q0-.036.004-.072l-.227-.033zm-.32-.01.168.006q.002-.057.006-.115l-.168-.024q-.005.066-.006.134m5.014-.06.003.06.21-.001-.005-.084zm.361-.044q.004.05.005.1l.217-.003-.006-.124zm-5.7.094.172.005q.002-.076.008-.151l-.171-.025a3 3 0 0 0-.009.171m6.069-.14q.005.07.007.141l.135-.001a3 3 0 0 0-.007-.157zm.29-.036q.006.086.008.174l.055-.001a3 3 0 0 0-.01-.18zm-6.582.168.069.003q.001-.096.01-.188l-.068-.01q-.01.097-.011.195m6.788-.194q.008.097.01.197h.034a4 4 0 0 0-.012-.201zm-6.961.188.02.001q.004-.106.013-.212l-.021-.003a3 3 0 0 0-.012.214m3.427-1.31c-.687.042-1.243.6-1.293 1.306l.589-.001a.814.814 0 0 1 .704-.714zm0 .84a.57.57 0 0 0-.459.464h.235a.31.31 0 0 1 .224-.193zm.152.275a.31.31 0 0 1 .213.186h.263a.57.57 0 0 0-.476-.463zm0-.525c.376.033.67.333.722.71h.58c-.054-.708-.612-1.265-1.302-1.3zm1.962.71h.043v-.006zM2.95 9.238l-.205.144c.116.413.374.714.633.902l.404-.27a2.1 2.1 0 0 1-.362-.358 1.6 1.6 0 0 1-.287-.547zm15.797-.116q-.085.268-.236.467c-.112.151-.25.275-.393.387q.21.141.428.293c.143-.104.277-.224.384-.37a1.4 1.4 0 0 0 .227-.479q-.142-.1-.253-.183zm-9.465 1.074.063.009.003-.028-.06-.014q-.005.016-.006.033m3.277-.01v.002l.087-.01-.002-.013zm-3.675-.048.247.036.008-.046-.244-.058zm3.91-.009q0 .015.004.03l.217-.027-.009-.054zm-4.288-.046.228.033q.005-.04.012-.08l-.225-.054zm4.65-.04.009.07.21-.027-.013-.093zm.356-.087.016.111.215-.028-.021-.133zm-5.323.08.167.025q.007-.057.017-.113l-.164-.039zm4.343-.007.001.005.082-.02-.003-.013zm-3.215-.018.058.014.002-.01-.056-.02q-.001.008-.004.016m4.554-.142q.014.075.023.152l.137-.017a3 3 0 0 0-.026-.167zm-6.004.12.17.025.023-.14-.168-.039q-.015.076-.025.155M1.66 9.987l.001.008q.177-.145.358-.28-.18.13-.359.272m12.497-.183q.016.09.027.182l.053-.007a3 3 0 0 0-.03-.188zm-1.401.147.007.029.213-.05-.014-.053zm-3.83-.03.243.058.009-.032-.237-.085zm-1.278.038.066.01q.011-.084.026-.167l-.063-.015a3 3 0 0 0-.03.172m6.708-.204q.021.102.035.206l.032-.005q-.014-.105-.033-.21zm-6.88.18.02.002q.014-.094.032-.186l-.022-.004a3 3 0 0 0-.03.188m-4.21-.918c.05.209.15.391.273.546.115.146.25.266.38.361q.166-.112.327-.218a2.2 2.2 0 0 1-.301-.395 2 2 0 0 1-.234-.603zm9.84.808.017.069.21-.05-.024-.093zm-4.555.01.227.052.02-.077-.22-.078q-.015.05-.027.103m9.589-1.146a2.1 2.1 0 0 1-.183.58c-.08.162-.183.294-.294.407q.159.103.323.211c.15-.114.29-.237.402-.387.098-.132.177-.287.228-.473a26 26 0 0 0-.476-.338m-5.658 1.16.01.035.076-.027-.015-.041zm-3.116.002.052.018.004-.017-.048-.023zm4.088-.153q.015.054.028.11l.207-.05-.034-.132zm-.763.052.02.056.206-.075-.03-.077zm-4.45.012.162.037.031-.119-.157-.056zm.749-.046.233.083.013-.035-.225-.106zm-1.067-.028.17.04a3 3 0 0 1 .04-.155l-.164-.06a3 3 0 0 0-.046.175m5.877-.114q.02.073.039.148l.134-.032a3 3 0 0 0-.043-.163zm-4.367.114.045.021.016-.032-.043-.026zm2.981-.005.012.024.066-.031-.015-.03zm.613-.095q.017.045.033.091l.204-.074-.041-.112zm-4.402-.002.22.08.027-.075-.212-.1zm5.45-.112q.026.09.047.18l.049-.011q-.022-.095-.049-.186zm-6.362.164.062.014q.022-.096.05-.19l-.06-.021q-.028.097-.052.197m1.36-.121.223.106.024-.052-.211-.13q-.019.038-.036.076M3.85 8.612c.035.227.12.437.228.62.09.152.195.283.294.384l.006.005q.209-.136.406-.263a2.3 2.3 0 0 1-.199-.365 2.8 2.8 0 0 1-.202-.737q-.258.17-.533.356m8.76.953q.011.022.021.043l.196-.094-.03-.06zm1.658-.16q.032.098.056.2l.033-.009a3 3 0 0 0-.057-.204zm-6.728.191.023.006q.027-.108.06-.214L7.6 9.381q-.034.106-.06.215m10.036-1.29c-.044.461-.24.81-.421 1.038q.184.117.378.245c.11-.107.21-.233.288-.389q.124-.248.178-.611-.209-.143-.423-.284m-4.213 1.12.047.126.196-.072q-.025-.073-.054-.146zm-1.025.11.005.009.058-.034-.008-.016zm-2.81-.02.04.025.01-.014-.039-.03zm-1.2-.038.154.055.04-.11-.148-.07q-.024.063-.046.125m.395-.129.214.102q.02-.045.043-.09l-.202-.123q-.029.055-.055.111m4.206.026.035.073.198-.095-.044-.092zm-3.74-.066.21.127q.008-.016.02-.033l-.194-.15zm3.325.093.018.03.187-.112-.03-.049zm1.177-.134q.033.078.06.16l.132-.047q-.03-.089-.066-.175zm-5.672.1.165.059q.024-.072.051-.14l-.156-.074q-.031.076-.06.155m4.21.007.024.033.05-.037-.029-.038zm1.727-.235q.038.093.07.189l.044-.016q-.034-.098-.075-.192zm-6.135.157.056.02q.03-.085.063-.17l-.052-.024q-.036.085-.067.174m5.429-.115q.026.052.05.104l.185-.09q-.028-.06-.06-.12zm-4.81.033.146.069q.03-.064.06-.127l-.136-.083q-.037.07-.07.141m1.289.042.027.027.012-.012-.024-.031zm-.413-.127.192.15.01-.013-.178-.169zm3.071.1.038.048.173-.13-.05-.065zm-7.86-1.068c.03.294.107.556.199.77.057.135.124.25.186.343q.226-.142.436-.27a2.3 2.3 0 0 1-.385-1.122q-.213.133-.436.28M16.96 7.92a1.7 1.7 0 0 1-.106.502 3 3 0 0 1-.296.555q.226.136.466.286c.18-.22.382-.574.407-1.05q-.233-.15-.47-.293m-2.826 1.135q.045.101.084.205l.033-.012a3 3 0 0 0-.084-.21zm-2.038.168.032.036.043-.039-.038-.035zm-4.446.014.024.008q.035-.095.077-.187l-.025-.012a3 3 0 0 0-.076.19m5.161-.057q.02.03.04.063l.19-.115q-.025-.043-.051-.084zm-3.955-.073.203.123.045-.07-.189-.147zm1 .029.02.027.035-.032-.02-.027zm-.412-.15.175.167q.014-.016.028-.031l-.15-.19zm-1.3.09.157.074q.037-.079.078-.155l-.147-.09q-.046.084-.088.17m5.413-.078q.035.066.068.133l.125-.061q-.034-.073-.072-.144zM11.96 9.1l.023.018.033-.034-.026-.02zm.277-.028.047.044.16-.147q-.027-.028-.058-.056zm.422-.092.061.075.18-.135q-.036-.049-.073-.094zm.453-.03q.031.049.06.099l.172-.104-.075-.113zm-4.105-.06.189.147.034-.044-.174-.167q-.025.031-.05.064m1.008.121.018.025q.018-.014.038-.026l-.016-.024zM8.59 8.943l.135.083q.034-.055.069-.107l-.125-.097q-.04.059-.08.121m1.02-.116.149.188.042-.036-.14-.191zm-1.655.158.05.025q.045-.094.096-.185l-.045-.028q-.054.093-.1.188m3.878.023h.001l.027-.032-.005-.004zm1.976-.162q.041.076.079.156l.039-.018q-.04-.08-.083-.16zm-1.725.098.036.027.151-.16-.05-.037zm-1.898-.035.015.022q.055-.03.112-.054l-.014-.022a2 2 0 0 0-.113.054m1.404-.034q.057.025.112.055l.021-.032a2 2 0 0 0-.116-.054zM5.113 7.79c.006.483.195.878.363 1.133q.233-.142.449-.268a1.98 1.98 0 0 1-.364-1.134q-.219.128-.448.269m2.68 1.118.025.01q.051-.102.108-.201l-.024-.015a3 3 0 0 0-.11.206m6.182-.163q.047.085.09.172L14.1 8.9q-.045-.088-.092-.175zm2.408-1.162c.003.481-.163.849-.35 1.086q.19.109.391.228c.101-.154.21-.333.286-.532.064-.168.103-.349.099-.538q-.21-.124-.426-.244M9.784 8.695l.14.192q.022-.014.044-.027l-.132-.197zm-.626.018.174.166.068-.068-.15-.189zm3.331.09q.034.03.066.063l.168-.154-.076-.077zm.902-.064.085.127.12-.072a3 3 0 0 0-.093-.14zm-5.078.035.146.09a3 3 0 0 1 .09-.136l-.135-.104a3 3 0 0 0-.101.15m3.625.07.018.011.14-.172-.039-.023zm1.002-.122q.04.052.08.105l.156-.118a3 3 0 0 0-.098-.115zm-2.495.078.014.022.022-.007-.011-.023zm.949.005.051.015.016-.028q-.028-.009-.055-.014zM8.763 8.7l.122.095.06-.074-.112-.106q-.036.041-.07.085m1.205-.116.132.196q.057-.03.115-.055l-.128-.198q-.06.026-.119.057m1.239.178.035.007.012-.025-.039-.007zm.476-.053q.063.028.123.06l.12-.188a2 2 0 0 0-.136-.065zm-.91.02.007.023h.009l-.004-.025zm2.853-.17q.053.076.1.156l.036-.022a3 3 0 0 0-.106-.156zm-4.263-.042.15.19.059-.045-.143-.197q-.034.025-.066.052m2.952.136.06.045.158-.167-.072-.06zm-4.177.013.045.027q.053-.083.11-.164l-.037-.03q-.061.082-.118.167m2.094-.198.13.2.041-.015-.102-.21q-.034.011-.069.025m1.236.168q.034.01.069.02l.11-.196-.089-.03zm1.723-.146q.055.062.106.126l.113-.085a3 3 0 0 0-.114-.138zm.587-.045q.06.083.115.17l.033-.02a4 4 0 0 0-.116-.174zm-3.328-.044.103.212.021-.006-.07-.22zm2.302.121.083.086.139-.128q-.047-.046-.097-.09zm-3.815-.02.11.105q.052-.054.107-.106l-.094-.117a3 3 0 0 0-.123.118m-.43 0 .136.104.08-.097-.123-.117zm2.753.088q.03.004.057.009l.092-.208-.082-.016zm4.49-1.342a1.6 1.6 0 0 1-.11.643c-.067.17-.157.313-.246.435q.243.124.503.268c.182-.221.355-.592.33-1.099a16 16 0 0 0-.476-.247M7.985 8.573l.024.015q.06-.093.128-.18l-.024-.019q-.067.09-.128.184m2.673-.21.07.22q.014-.002.029-.005l-.042-.223zm-4.94-.931c-.028.506.168.903.34 1.147q.23-.132.44-.247a2.13 2.13 0 0 1-.325-1.147q-.222.116-.455.247m3.835.943.143.197.056-.035-.136-.202q-.031.02-.063.04m2.588.157.05.03.147-.182-.07-.045zm-2.394-.276.136.202q.06-.03.122-.06l-.133-.206q-.064.03-.125.064m2.12.128q.072.031.143.07l.127-.198a3 3 0 0 0-.156-.079zm-4.044-.03q-.03.043-.057.086h.002q.036-.05.073-.103zm5.587-.064q.064.073.123.148l.03-.022q-.06-.075-.127-.148zm-2.258.137.022-.075-.011-.002zm1.406-.075.082.068.123-.132q-.046-.037-.095-.073zm-4.208.027.038.03q.05-.062.102-.121l-.031-.03q-.056.06-.109.121m.826-.096.093.116q.035-.029.072-.055l-.087-.12zm-.47-.002.122.117q.068-.069.139-.133l-.105-.132a3 3 0 0 0-.156.148m4.276-.002q.054.049.106.1l.105-.097-.112-.108zm-2.969-.151.136.21.087-.032-.108-.22q-.057.02-.115.042m1.607.162q.052.016.102.037l.118-.21-.124-.046zm1.928-.127q.072.078.138.16l.03-.023a3 3 0 0 0-.117-.138l-.031-.018zm-5.343.105.025.018q.058-.068.118-.134l-.022-.022a4 4 0 0 0-.12.138m2.07-.23.109.224.076-.02-.073-.232zm2.076.168.082.055.11-.137q-.05-.031-.1-.06zM6.33 7.101c-.027.514.15.915.303 1.158q.193-.104.372-.192l.034-.055a2 2 0 0 1-.145-.292 2.4 2.4 0 0 1-.162-.813q-.198.09-.401.194m8.833-.13c-.008.22-.049.432-.112.62a2 2 0 0 1-.194.42l.047.08q.171.078.348.167c.09-.118.18-.257.245-.422.073-.186.117-.405.098-.663q-.215-.105-.432-.202M9.377 8.133l.085.119.068-.043-.082-.12zm1.996.096q.05.01.097.021l.097-.222c-.04-.01-.081-.023-.122-.031zm-.835-.248.072.235q.038-.006.075-.01l-.046-.24zm.645.219.036.005.073-.233q-.037-.006-.073-.01zm-.39-.247.045.24h.018V7.95zm.216.237.02.001.036-.24-.057-.002zm2.176-.128q.062.057.12.116l.024-.022q-.06-.06-.122-.116zm-.423.034q.054.039.105.081l.098-.105-.113-.089zm-4.2.05.032.03a3 3 0 0 1 .172-.162l-.025-.031a3 3 0 0 0-.179.162m.415-.114.104.131q.04-.031.083-.062l-.098-.134zm.603-.022.08.12q.063-.036.128-.066l-.079-.122zm2.475.034q.083.039.164.084l.091-.143a3 3 0 0 0-.175-.084zm-3.516-.13q-.056.051-.11.104l.023.022a3 3 0 0 1 .167-.154zm.651-.038.097.134q.037-.025.075-.049l-.091-.136q-.041.025-.08.05m3.335.059q.057.033.113.07l.09-.113-.122-.078h-.004zm-2.675-.06.077.122q.067-.026.133-.05l-.062-.127q-.076.026-.148.056m1.926.055.14.05.077-.139a3 3 0 0 0-.154-.055zm1.294.031.02-.022-.012-.01-.075-.021q.034.027.067.053m-4.212-.077.023.03q.046-.037.096-.07l-.022-.03q-.05.034-.097.07m1.285-.115.064.13q.065-.02.133-.035l-.042-.133q-.078.017-.155.038m1.347.082q.07.016.139.035l.061-.142-.112-.027-.046-.003zm-2.059-.12-.028.016.091.136q.065-.037.131-.07l-.059-.091zm-.078-1.58a8.3 8.3 0 0 0-2.469.689c.003.33.068.607.153.823q.045.115.095.207a4.6 4.6 0 0 1 2.22-1.719m3.242.02c.886.335 1.642.93 2.166 1.696.053-.095.105-.204.145-.323a2 2 0 0 0 .107-.636c-.78-.336-1.59-.597-2.418-.736m-.385 1.597q.093.041.184.088l.044-.07a6 6 0 0 0-.223-.03zm-1.719.066q.06-.011.12-.019l-.022-.11h-.139zm2.705-.007.002-.003-.01-.002zm-1.956-.016.097.014.034-.112h-.117zm-.477-.01.091-.004V7.71l-.11-.002zm.245-.005q.04.001.078.004l.013-.089h-.092zm.369-1.468a5.3 5.3 0 0 0-1.531.16c-.217.055-.423.089-.629.164-.283.104-.64.249-.884.432-.187.141-.382.371-.533.55a1 1 0 0 0-.07.103l.03-.013c1.18-.472 1.974-.472 3.128-.473 1.086 0 2.022.075 3.197.502a3 3 0 0 0-.264-.323 2.3 2.3 0 0 0-.465-.39c-.207-.138-.411-.301-.645-.415-.408-.198-.88-.28-1.335-.297M9.743 7.71l.023.036q.049-.021.099-.039zm3.01.016.077.017-.013-.008-.069-.012zm-3.615-.04-.036.022.082-.012-.01-.015q-.019.002-.036.006m.545-.068.016.022.205-.016-.011-.021zm.377-.023.008.019.085-.006.07-.018z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), u6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#5FA04E" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M10.999 20.817c-.263 0-.525-.069-.755-.202l-2.401-1.42c-.359-.201-.184-.273-.066-.314.479-.166.575-.205 1.087-.494.053-.03.123-.02.178.014l1.845 1.095a.24.24 0 0 0 .223 0l7.195-4.153a.23.23 0 0 0 .11-.194V6.845a.23.23 0 0 0-.112-.198l-7.192-4.15a.23.23 0 0 0-.222 0L3.7 6.648a.23.23 0 0 0-.114.198v8.304c0 .079.044.154.114.192l1.97 1.139c1.07.535 1.725-.095 1.725-.728V7.553c0-.116.094-.206.21-.206h.912c.114 0 .208.091.208.206v8.199c0 1.427-.777 2.245-2.13 2.245-.415 0-.743 0-1.657-.45L3.049 16.46a1.52 1.52 0 0 1-.755-1.312V6.845c0-.54.29-1.043.755-1.311l7.195-4.158a1.58 1.58 0 0 1 1.511 0l7.195 4.158c.466.269.756.772.756 1.311v8.304c0 .539-.29 1.041-.756 1.312l-7.194 4.154c-.23.133-.49.202-.757.202m5.809-8.186c0-1.555-1.05-1.969-3.262-2.26-2.234-.296-2.461-.45-2.461-.972 0-.432.192-1.009 1.847-1.009 1.478 0 2.023.319 2.247 1.315.02.094.106.163.202.163h.934a.21.21 0 0 0 .152-.066.2.2 0 0 0 .055-.16c-.145-1.717-1.285-2.517-3.59-2.517-2.052 0-3.276.865-3.276 2.317 0 1.575 1.218 2.01 3.187 2.205 2.356.23 2.538.575 2.538 1.038 0 .804-.645 1.147-2.161 1.147-1.904 0-2.323-.477-2.463-1.425a.21.21 0 0 0-.207-.176h-.93a.206.206 0 0 0-.208.207c0 1.213.66 2.657 3.808 2.657 2.28.001 3.588-.896 3.588-2.464" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), p6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#CB3837" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M2.477 1.01c-.813 0-1.467.654-1.467 1.467v17.046c0 .813.654 1.467 1.467 1.467h17.046c.813 0 1.467-.654 1.467-1.467V2.477c0-.813-.654-1.467-1.467-1.467zM5.281 5.44l11.52.016-.008 11.519h-2.884l.008-8.643H11.04l-.007 8.636H5.266z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), E6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#004880" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M1.832.314a1.831 1.831 0 1 0 0 3.662 1.831 1.831 0 0 0 0-3.662m8.414 3.978a5.643 5.643 0 0 0-5.64 5.642v6.111a5.64 5.64 0 0 0 5.641 5.641h6.112A5.64 5.64 0 0 0 22 16.046V9.933a5.64 5.64 0 0 0-5.641-5.642zM8.894 6.859a2.289 2.289 0 1 1 0 4.577 2.289 2.289 0 0 1 0-4.577m7.304 5.646a3.663 3.663 0 1 1-.002 7.325 3.663 3.663 0 0 1 .002-7.325" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), q6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#262262" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#fff", clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M12.429 8.214H8.106v5.572h4.323v2.929H5.177V5.285h7.252zM16.823 16.715h-2.93V9.679h2.93zM16.823 8.214h-2.93V5.285h2.93z" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M21.226.774v20.452H.774V.774zM3.712 3.816v14.368h14.576V3.816z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), x6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#DA2430" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m6.815 10.065-3.206 1.167c.041.514.13 1.021.254 1.519l3.045-1.11a6 6 0 0 1-.093-1.576M20.982 6.52a9 9 0 0 0-.781-1.327L16.995 6.36c.373.381.686.81.942 1.269z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M15.296 6.501a5.9 5.9 0 0 0-1.366-.888 5.96 5.96 0 0 0-8.123 3.39 6.1 6.1 0 0 0-.313 1.533l-.012.004v.011l-1.93.702-1.241.46-.001-.008-.034.013a9.1 9.1 0 0 1 1.117-5.15c2.28-4.246 7.465-6.02 11.839-3.949a9 9 0 0 1 2.397 1.653q.691.64 1.238 1.408l-3.205 1.166-.05-.05-.009.003a6 6 0 0 0-.307-.298M2.455 16.89l-.005.002a9.3 9.3 0 0 1-1.432-3.104l3.045-1.11.002.01.02-.007v.001c.157.829.483 1.62.957 2.314q.274.39.606.732l-.012.004.023.024-3.176 1.175z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M14.551 16.07a5.96 5.96 0 0 1-5.656.339 5.9 5.9 0 0 1-1.736-1.231l-3.198 1.164.025.034h-.002a9.06 9.06 0 0 0 3.551 3.005c3.175 1.503 6.777.98 9.385-1.042a9.1 9.1 0 0 0 2.801-3.453 9.1 9.1 0 0 0 .825-4.58l-.09.033q0-.025-.003-.05l-3.176 1.174a6 6 0 0 1-.534 2.076 5.94 5.94 0 0 1-2.192 2.531" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m18.088 7.574.048-.018a9.2 9.2 0 0 1 .899 3.3l-3.199 1.163.002-.024-.06.022a6.1 6.1 0 0 0-.74-3.383l3.023-1.117zM6.819 10.046l-3.184 1.177c.041.518.13 1.03.253 1.532l3.024-1.119a6 6 0 0 1-.092-1.59zm14.068-3.574a9.3 9.3 0 0 0-.777-1.339L16.928 6.31c.37.385.68.817.935 1.28z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m3.635 11.223 3.176-1.163-.013.638-3.064 1.157zM16.93 6.3l3.225-1.107.335.506-3.134 1.108zM3.985 16.365l3.18-1.157.96.907-3.333 1.252zm16.522-6.067-3.23 1.165-.237 1.292 3.443-1.227z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), z6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FFDA18" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "m9.488 20.369-.028-.014L2.47 16.51a1.4 1.4 0 0 1-.728-1.23V6.72c0-.512.28-.984.728-1.23l7.855-4.318a1.4 1.4 0 0 1 1.352 0l6.926 3.808.019.01.005.001h-.004l.91.499c.448.246.727.718.727 1.23v8.563c0 .512-.28.983-.728 1.23l-6.991 3.843-.025.013-.839.46c-.421.232-.931.232-1.352 0zm.497-.958.01.005a.324.324 0 0 0 .465-.282V11.51a.32.32 0 0 0-.168-.283L3.301 7.383a.324.324 0 0 0-.48.285v7.614c0 .117.064.226.167.283zm-1.649-4.274-.004.002-1.633-.86-.002-.002v-.009c.02-.254.128-.437.289-.527.161-.089.375-.084.6.035.227.119.423.33.56.576.135.244.21.523.19.779zm-2.579-1.489-.004.002-1.634-.86-.001-.003v-.008c.019-.254.127-.437.289-.527s.374-.084.6.035.423.33.56.575c.134.245.21.524.19.78zm12.487-7.5-.002-.016a.32.32 0 0 0-.16-.208l-6.926-3.807a.32.32 0 0 0-.312 0L3.918 5.924a.323.323 0 0 0-.009.563l6.935 3.811a.32.32 0 0 0 .312 0l6.936-3.812a.32.32 0 0 0 .152-.339m-14.48.134-.004-.005-.003-.002zm-.39-1.3-.002.002.005.005zm.007.006h-.004z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), y6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#172B4D" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11.002 0a5.489 5.489 0 1 1 .142 10.977A5.489 5.489 0 0 1 11.002 0m8.913 11.94h-.028l-4.15-2.055a.615.615 0 0 0-.803.246 20.5 20.5 0 0 1-3.947 4.782 20.5 20.5 0 0 1-3.929-4.767.615.615 0 0 0-.803-.246l-4.157 2.04h-.027a.615.615 0 0 0-.228.827 26.5 26.5 0 0 0 4.171 5.439h-.002q.034.035.07.067.459.462.94.899.114.1.227.199c.289.255.58.509.88.752.132.107.27.208.404.312.254.198.506.398.767.586q.605.438 1.234.84a.88.88 0 0 0 .923.016q.67-.43 1.31-.898c.062-.046.12-.095.183-.14q.493-.365.971-.752c.215-.174.422-.358.631-.54.156-.134.312-.266.464-.404q.403-.37.792-.756.086-.083.172-.165l-.003-.002a26.5 26.5 0 0 0 4.184-5.453.614.614 0 0 0-.246-.826" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), M6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#C5221F" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11.388 6.791c1.079-.096 2.371.393 2.896 1.732l-1.44.564c-.217-.554-.754-.807-1.318-.756-.607.054-.846.384-.846.653 0 .298.075.447.148.54.087.108.232.215.484.331.274.126.533.205.91.35.335.129.736.301 1.083.58 1.596 1.276 1.123 3.708-.54 4.276-.6.205-1.46.24-2.247-.05-.831-.308-1.59-.987-1.83-2.164l1.516-.309c.12.588.455.877.849 1.022.438.162.933.133 1.212.038.434-.149.78-1.042.075-1.606-.153-.123-.368-.227-.673-.344-.264-.101-.67-.237-1-.388-.352-.161-.748-.395-1.052-.779-.317-.4-.48-.9-.48-1.497 0-1.393 1.218-2.1 2.253-2.193M4.16 9.205a1.82 1.82 0 1 1 0 3.64 1.82 1.82 0 0 1 0-3.64" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M4.16 6.864a4.16 4.16 0 0 1 4.16 4.16v.108a4.16 4.16 0 0 1-4.16 4.053h-.107a4.16 4.16 0 0 1 .107-8.32m0 1.547a2.614 2.614 0 1 0 0 5.229 2.614 2.614 0 0 0 0-5.229", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m22 6.94-2.973 8.131h-1.569L14.595 6.94h1.596l2.036 5.687 2.185-5.704z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), k6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FFFFFF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M14.98 4.256a.12.12 0 0 1 .169.031c.068.098.169.257.253.417a2 2 0 0 1 .11.239c.028.073.051.153.051.223s-.022.153-.049.232a3 3 0 0 1-.11.264 6 6 0 0 1-.18.358 1.75 1.75 0 0 1 .672.783c.108-.06.243-.13.377-.191.09-.042.182-.08.264-.11a.8.8 0 0 1 .232-.049c.07 0 .15.023.223.051.076.029.159.068.239.11.16.085.319.186.417.254a.122.122 0 0 1-.138.2 4 4 0 0 0-.393-.239 2 2 0 0 0-.211-.098.5.5 0 0 0-.137-.035.6.6 0 0 0-.153.036c-.072.025-.155.06-.241.1a6 6 0 0 0-.285.142c.099.012.193.06.263.14a.423.423 0 0 1-.408.686.9.9 0 0 1-.25.354c-.27.234-.65.28-1.022.164.097.265.124.536.078.78.172.16.55.498.652.498.128 0 1.073-.053 1.106-.053.025 0 .029.126.029.128-.007 0-1.116.164-1.173.158a6 6 0 0 1-.638-.231c.1.234.204.542.279.562l1.074.283c.024.007.048.138.048.14a42 42 0 0 1-1.122-.204c-.028-.01-.18-.152-.354-.314.028.22.06.403.09.434l.74.736c.018.018-.028.144-.028.145-.005-.003-.799-.638-.835-.682a8 8 0 0 1-.462-.84q-.076.03-.157.051c.174 1 .483 2.811.524 3.17.054.474.233 3.69.217 4.07-.015.38.024 1.677-.217 1.662s-1.453-2.213-1.763-2.944c-.311-.73-.257-2.19-.21-2.36.047-.171.598-.98.614-1.072.011-.072.108-1.655.162-2.554a1.7 1.7 0 0 1-.496-.244c.482 1.04-1.22 2.549-2.329 3.482-.997.839-3.04 1.817-3.937 2.202.423-.859.77-1.784 1.433-2.831.342-.54.533-.849.943-1.34.52-.622 1.328-1.304 1.491-1.444.147-.126 1.06-1.155 1.863-.65A1.8 1.8 0 0 1 12.1 8.6c-.879.052-2.568.155-2.642.168-.093.015-.9.567-1.072.613-.17.047-1.63.101-2.36-.21-.73-.31-2.929-1.522-2.944-1.763s1.281-.201 1.662-.217c.38-.016 3.596.163 4.07.217.37.043 2.28.37 3.259.54q.014-.068.035-.131a8 8 0 0 1-.867-.475c-.044-.036-.68-.831-.682-.834.001 0 .127-.046.145-.028l.736.74c.03.03.215.062.434.09-.163-.174-.304-.326-.314-.354-.02-.054-.203-1.12-.204-1.123.003 0 .133.024.14.049l.283 1.074c.02.075.328.179.562.278a6 6 0 0 1-.231-.638c-.006-.057.158-1.172.158-1.172.003 0 .127.003.128.029 0 .032-.053.978-.053 1.105 0 .093.281.418.452.604.246-.066.523-.046.792.053-.145-.456-.062-.922.258-1.198a.9.9 0 0 1 .258-.156.423.423 0 0 1 .738-.259c.069.08.102.179.1.277q.035.012.068.027c.056-.101.12-.225.175-.345q.061-.132.1-.242a.6.6 0 0 0 .037-.153q.001-.037-.035-.137a2 2 0 0 0-.099-.211c-.079-.15-.175-.3-.238-.393a.12.12 0 0 1 .031-.17" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11 0c6.075 0 11 4.925 11 11s-4.925 11-11 11S0 17.075 0 11 4.925 0 11 0m0 1.782a9.219 9.219 0 1 0 0 18.437 9.219 9.219 0 0 0 0-18.437", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), R6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#06AC38" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M15.28 1.674C13.66.798 12.525.657 9.865.657H3.872v12.541h5.97c2.364 0 4.137-.141 5.697-1.18 1.702-1.124 2.59-3.004 2.59-5.179 0-2.34-1.088-4.219-2.85-5.165m-4.741 8.9H6.91V3.34l3.428-.023c3.12-.025 4.68 1.063 4.68 3.558 0 2.683-1.937 3.7-4.48 3.7m-6.667 5.262H6.91v5.507H3.872z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), S6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M4.997 15.707c.668 0 1.21.541 1.21 1.21v2.2a1.21 1.21 0 0 1-1.21 1.209H2.2a1.21 1.21 0 0 1-1.21-1.21v-2.2c0-.668.541-1.21 1.21-1.21zm-2.687 3.3h2.576v-1.981H2.31z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M19.8 15.707c.669 0 1.211.541 1.211 1.21v2.2a1.21 1.21 0 0 1-1.21 1.209H9.213a1.21 1.21 0 0 1-1.21-1.21v-2.2c0-.668.542-1.21 1.21-1.21zM12.788 8.69c.668 0 1.21.542 1.21 1.21v2.2a1.21 1.21 0 0 1-1.21 1.21H2.201A1.21 1.21 0 0 1 .99 12.1V9.9c0-.668.542-1.21 1.21-1.21z" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M19.802 8.69c.668 0 1.21.542 1.21 1.21v2.2a1.21 1.21 0 0 1-1.21 1.21h-2.796a1.21 1.21 0 0 1-1.21-1.21V9.9c0-.668.541-1.21 1.21-1.21zm-2.687 3.3h2.576v-1.98h-2.576zM4.997 1.674c.668 0 1.21.542 1.21 1.21v2.2a1.21 1.21 0 0 1-1.21 1.21H2.2a1.21 1.21 0 0 1-1.21-1.21v-2.2c0-.668.541-1.21 1.21-1.21zm-2.687 3.3h2.576v-1.98H2.31z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M19.8 1.674c.669 0 1.211.542 1.211 1.21v2.2a1.21 1.21 0 0 1-1.21 1.21H9.213a1.21 1.21 0 0 1-1.21-1.21v-2.2c0-.668.542-1.21 1.21-1.21z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), P6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#000", d: "M21.996 6.84c-.051.767-.235 1.957-.656 3.53-.912 3.405-3.914 9.967-9.552 8.457-5.637-1.512-4.956-8.696-4.044-12.1.422-1.574.856-2.695 1.196-3.387.385-.782.776-.265 1.664.48.627.525 2.21 1.642 4.593 2.28 2.385.64 4.314.464 5.118.323 1.141-.2 1.74-.453 1.681.417m-8.99 3.541s-.116-1.667-1.625-2.095c-1.507-.428-2.395.953-2.395.953zm3.72 4.161-7.121-1.991s.409 2.114 3.06 2.89c2.623.767 4.061-.899 4.061-.899m2.476-2.3s-.119-1.667-1.625-2.096-2.394.951-2.394.951zM7.856 16.71C3.503 17.883 1.2 12.839.503 10.22.181 9.01.04 8.096.003 7.506-.04 6.836.42 7.029 1.3 7.18c.62.108 2.108.24 3.949-.256a10.3 10.3 0 0 0 2.209-.877q-.079.27-.156.56c-.397 1.483-.758 3.716-.58 5.89-1.81.67-2.077 2.22-2.077 2.22l2.313-.655c.209.919.55 1.822 1.055 2.602zm-3.84-5.773c1.16-.306 1.25-1.495 1.25-1.495l-3.093.814s.684.986 1.844.68" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" }))))), C6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#42B7E1" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M13.855 14.668V4.481l5.351 10.187zm-.002-10.187L8.504 14.67h5.35V22L2.794 11l11.06-11z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), V6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#E6522C" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11 .86C5.4.86.859 5.398.859 11c0 5.6 4.54 10.141 10.141 10.141 5.6 0 10.14-4.54 10.14-10.141S16.6.86 11 .86m0 18.98c-1.593 0-2.885-1.065-2.885-2.378h5.77c0 1.312-1.291 2.378-2.885 2.378m4.766-3.165H6.234v-1.73h9.532zm-.034-2.618H6.26l-.094-.11c-.976-1.184-1.206-1.803-1.428-2.433-.004-.021 1.183.242 2.024.432 0 0 .433.1 1.066.215-.608-.712-.969-1.618-.969-2.544 0-2.033 1.56-3.81.997-5.245.548.045 1.133 1.155 1.172 2.892.583-.804.826-2.273.826-3.173 0-.932.614-2.016 1.229-2.053-.548.903.142 1.677.755 3.597.23.721.2 1.935.378 2.705.06-1.6.334-3.932 1.348-4.737-.447 1.014.067 2.283.417 2.894.568.983.911 1.73.911 3.14a3.92 3.92 0 0 1-.938 2.532c.67-.126 1.133-.24 1.133-.24l2.174-.424s-.315 1.3-1.529 2.552" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), H6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#10B981" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M14.955.625C17.71.625 22 3.227 22 7.746c0 3.381-1.53 5.286-2.952 6.297-.824.585-1.857.739-2.867.739h-3.143c-.415 0-.824-.117-1.145-.379-.245-.2-.499-.435-.652-.649a.37.37 0 0 0-.288-.163h-.844v7.784H5.361V5.535L0 .625zm-4.8 5.48V9.64h5.092a1.768 1.768 0 0 0 0-3.535z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), B6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FFAE1A" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M8.379 19.81h-2.19v-2.189h2.19zM6.189 2.19h2.19v2.19H6.19zm12.098 5.527h-5.023v-.002L10.57 5.019V0H4v6.569h5.023l2.694 2.693h.001v3.477l-.002-.003-2.695 2.695H4V22h6.569v-5.02l2.695-2.696h5.023V7.716" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), D6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#3776AB" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M10.884 1.158c-.803.004-1.57.072-2.244.192-1.988.35-2.348 1.085-2.348 2.44v1.79h4.696v.597H4.529c-1.365 0-2.56.82-2.933 2.38-.432 1.79-.45 2.906 0 4.774.333 1.39 1.13 2.38 2.495 2.38h1.615v-2.145c0-1.55 1.341-2.917 2.934-2.917h4.69c1.306 0 2.348-1.075 2.348-2.387V3.791c0-1.273-1.073-2.23-2.348-2.441a14.7 14.7 0 0 0-2.446-.192m-2.54 1.44c.485 0 .881.402.881.897a.887.887 0 0 1-.88.892.886.886 0 0 1-.882-.892.89.89 0 0 1 .881-.898" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M16.265 6.177v2.085c0 1.617-1.371 2.978-2.934 2.978H8.64c-1.285 0-2.349 1.1-2.349 2.386v4.472c0 1.273 1.107 2.021 2.348 2.386 1.487.437 2.912.516 4.69 0 1.183-.342 2.349-1.031 2.349-2.386v-1.79h-4.69v-.597h7.038c1.365 0 1.873-.952 2.348-2.38.49-1.471.47-2.886 0-4.773-.337-1.359-.982-2.38-2.348-2.38zm-2.639 11.324c.487 0 .882.4.882.892a.89.89 0 0 1-.881.898.89.89 0 0 1-.882-.898c0-.493.396-.892.882-.892" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), F6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FF6C0E" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M17.64 0A4.36 4.36 0 0 1 22 4.36v10.307h-3.964V5.35c0-.766-.621-1.387-1.387-1.387H5.35c-.766 0-1.387.621-1.387 1.387V16.65c0 .766.621 1.387 1.387 1.387h16.63A4.36 4.36 0 0 1 17.64 22H4.36A4.36 4.36 0 0 1 0 17.64V4.36A4.36 4.36 0 0 1 4.36 0z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M13.081 7.333c.876 0 1.586.71 1.586 1.586v4.162c0 .876-.71 1.586-1.586 1.586H8.92c-.876 0-1.586-.71-1.586-1.586V8.92c0-.876.71-1.586 1.586-1.586z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), A6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#ED2E26" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M10.998 0c6.016 0 9.04 3.22 9.04 3.22.005.032.345 2.415.126 7.18C19.831 17.63 11.042 21.979 11 22c0 0-8.832-4.353-9.165-11.6-.22-4.76.119-7.144.124-7.18 0 0 3.023-3.22 9.04-3.22m.001 2.647a6.76 6.76 0 0 0-6.753 6.752c0 2.249.937 4.246 2.709 5.777 1.656 1.43 4.078 2.386 6.836 2.839.597-.33 1.619-1.306 2.002-1.877-2.303-.296-4.483-.858-5.945-1.624-2.233-1.172-3.365-2.85-3.365-4.987 0-2.562 2.026-4.648 4.516-4.648a4.525 4.525 0 0 1 4.52 4.52c-.001 1.99-1.71 3.627-3.029 4.468.511.292 1.64.598 2.721.697a6.52 6.52 0 0 0 2.54-5.165 6.76 6.76 0 0 0-6.752-6.752", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), b6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M12.131 1.5c.256-.027.515-.009.764.054.306.076.58.237.872.398l5.705 3.17a.826.826 0 0 1-.105 1.491L15.554 8.08l3.92 2.178a.826.826 0 0 1-.105 1.49l-3.817 1.468 3.921 2.178a.826.826 0 0 1-.105 1.49l-8.578 3.3c-.312.12-.607.24-.92.273a2.2 2.2 0 0 1-.763-.053c-.306-.077-.582-.238-.873-.4L2.53 16.837a.826.826 0 0 1 .104-1.49l3.816-1.47-3.92-2.176a.825.825 0 0 1 .104-1.492l3.814-1.466L2.53 6.564a.826.826 0 0 1 .104-1.49l8.578-3.301c.312-.12.606-.24.92-.273M10.79 9.912c-.312.12-.607.24-.92.273a2.2 2.2 0 0 1-.763-.054c-.273-.068-.99-.405-1.247-.548l-3.798 1.524 5.045 2.77c.37.204.426.228.471.24q.094.023.191.013c.047-.005.107-.02.5-.172l7.568-3.03-3.881-2.186z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), L6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0E37F6" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M13.662 9.098c.048.04.105.08.167.101.057.022.11.035.15.027.083-.014.114-.049.127-.08a.14.14 0 0 0-.009-.105c-.11-.286-.11-.55-.061-.766.079-.347.277-.611.32-.673q.009-.007.01-.013c.017-.026.013-.04.008-.048 0-.005-.013-.014-.03-.022a.1.1 0 0 0-.062 0c-.04.013-.19.066-.352.176-.163.11-.339.277-.436.514-.136.352-.088.665.15.88l.013.009zm2.472.356a.4.4 0 0 1-.171.097 1 1 0 0 1-.251.04c-.436 0-.766-.251-.933-.7-.114-.299-.08-.611-.009-.862.07-.25.176-.436.203-.48.017-.026.04-.044.061-.048.022-.009.044-.009.053-.004q.027-.001.035.057v.022c.005.1.022.493.251.946.123.25.37.492.722.664a.18.18 0 0 1 .096.092c.018.044.014.102-.057.18zm1.659-.968c.176-.123.268-.281.277-.404.013-.128-.026-.198-.08-.238a.25.25 0 0 0-.17-.03c-.471.118-.885.092-1.189-.04a2.5 2.5 0 0 1-.924-.665c-.008-.008-.013-.017-.017-.017-.031-.031-.057-.031-.08-.022-.026.013-.039.035-.039.057 0 .062.026.304.136.58.11.278.304.581.63.762.488.268 1.051.29 1.447.017h.009m.602-2.454a.5.5 0 0 1 .242-.141q.055-.01.097.022a.2.2 0 0 1 .07.105.7.7 0 0 1 .018.286 1 1 0 0 1-.088.335v.008c-.268.506-.814.678-1.416.647-.405-.022-.735-.215-.973-.422a1.8 1.8 0 0 1-.409-.484.08.08 0 0 1 .013-.075c.018-.022.044-.03.088-.018q.007 0 .027.014c.119.048.567.237 1.205.189.524-.04.907-.255 1.127-.466m.177-1.866a.7.7 0 0 0-.11-.25c-.04-.05-.07-.071-.102-.08q-.045-.008-.079.018a.5.5 0 0 0-.105.132c-.282.519-.612.827-1.091 1.064-.326.159-.62.225-.845.256q-.167.018-.273.017h-.124c-.048 0-.07.027-.078.049-.01.03 0 .061.017.079.035.03.141.101.295.176.154.07.352.145.576.189.45.088.99.057 1.448-.348.32-.281.492-.59.51-.95a1.1 1.1 0 0 0-.04-.343zm-.828-1.61v.009c.132.33.084.682-.118 1.082-.3.576-.836.85-1.329.972a3 3 0 0 1-.664.088c-.185 0-.321-.013-.374-.026-.027-.009-.049-.03-.049-.062 0-.026.013-.057.062-.079.004 0 .018-.009.03-.013a3.2 3.2 0 0 0 1.122-.792c.388-.431.595-.854.665-1.456.004-.031.013-.11.053-.167a.14.14 0 0 1 .075-.058c.03-.008.079 0 .136.027.066.03.14.097.215.18.07.084.141.185.18.295zM15.994.932a1.1 1.1 0 0 0-.313-.224.8.8 0 0 0-.3-.092c-.074-.005-.122.008-.153.03a.15.15 0 0 0-.057.088.4.4 0 0 0 .013.194c.176.647.145 1.17-.08 1.777a3.5 3.5 0 0 1-.822 1.29.1.1 0 0 0-.026.03c-.04.049-.044.084-.031.11.017.031.048.044.079.04a1.6 1.6 0 0 0 .396-.132c.19-.084.422-.207.651-.374.458-.334.902-.845.968-1.566.048-.497-.053-.885-.326-1.17M13.018.026a1 1 0 0 1 .33-.022c.132.013.273.049.396.106.383.18.678.55.766 1.047a2.95 2.95 0 0 1-.387 2.134c-.313.506-.696.796-.806.853-.03.013-.07.013-.096-.013-.027-.022-.035-.062-.013-.123q.002-.014.017-.04c.075-.163.348-.765.339-1.597A3.37 3.37 0 0 0 12.94.413a.5.5 0 0 1-.088-.189c-.004-.04 0-.08.022-.11q.031-.054.14-.088zm-2.164.137c-.141.03-.264.079-.344.131-.07.049-.105.097-.118.141a.17.17 0 0 0 .013.123c.04.08.119.141.154.168a3.68 3.68 0 0 1 1.298 1.843 4.1 4.1 0 0 1 .167 1.782c0 .022-.004.04-.004.048 0 .07.022.115.057.128s.079.009.105-.018c.049-.048.12-.145.19-.281.074-.137.154-.313.224-.51.14-.401.246-.898.211-1.395-.035-.475-.136-.911-.352-1.325C12.223.55 11.77.22 11.308.154a1.3 1.3 0 0 0-.449.017zM7.969 1.359c.061-.083.171-.18.312-.264.136-.079.295-.15.453-.18h.013c.51-.101 1.109.075 1.523.462.382.352.65.774.862 1.262.224.506.299 1.074.299 1.545 0 .237-.018.448-.044.62s-.062.3-.097.37c-.017.04-.061.061-.105.061s-.084-.035-.106-.114a.2.2 0 0 0-.013-.049c-.049-.215-.22-.998-.84-1.812a4.16 4.16 0 0 0-2.05-1.456.53.53 0 0 1-.225-.12.2.2 0 0 1-.062-.127c0-.053.018-.114.075-.193zM6.174 2.68c-.159.106-.3.242-.41.387s-.184.29-.215.405a.46.46 0 0 0-.009.242.2.2 0 0 0 .084.114c.074.044.176.04.233.036.98-.066 2.046.189 2.86.69a5.3 5.3 0 0 1 1.645 1.57q.027.042.035.05c.057.07.114.092.163.078a.12.12 0 0 0 .088-.11 1.8 1.8 0 0 0-.057-.43 5 5 0 0 0-.216-.674c-.202-.501-.519-1.064-.968-1.513-.43-.427-.888-.766-1.438-.981-.594-.238-1.294-.18-1.787.14zM4.277 6.806a.5.5 0 0 1-.268.053.22.22 0 0 1-.136-.088.5.5 0 0 1-.08-.264 1.4 1.4 0 0 1 .08-.528c.061-.198.162-.405.294-.577h.005c.413-.545 1.157-.888 1.892-.862.677.022 1.306.207 1.935.502.656.308 1.22.774 1.633 1.21.206.22.378.43.497.611.123.18.202.334.229.431a.15.15 0 0 1-.053.154c-.044.035-.115.035-.207-.017-.004 0-.018-.014-.03-.022-.19-.124-1.07-.696-2.425-.973-1.073-.22-2.327-.079-3.366.379zM3.261 8.944c-.07.233-.097.493-.088.726s.053.444.119.58a.6.6 0 0 0 .185.247c.061.044.118.053.176.044.114-.018.206-.11.26-.158.91-.88 2.16-1.51 3.365-1.694 1.527-.233 2.67.026 2.908.079.018 0 .026.004.035.009.119.022.19-.005.224-.062a.18.18 0 0 0 0-.185 1.7 1.7 0 0 0-.404-.36c-.198-.141-.453-.3-.757-.45-.598-.298-1.364-.567-2.165-.633-.77-.066-1.495-.017-2.208.225-.779.26-1.421.902-1.646 1.628zm.308 4.452c-.128-.84.207-1.8.867-2.446.607-.594 1.32-.998 2.13-1.31.844-.326 1.755-.432 2.511-.428.379 0 .717.036.986.08.273.048.475.105.59.167.065.035.105.11.096.185-.009.074-.07.14-.198.171q-.012.002-.044.009c-.273.062-1.553.36-2.983 1.342-1.13.778-2.09 2.024-2.578 3.352-.026.075-.08.216-.185.286a.27.27 0 0 1-.198.044.66.66 0 0 1-.308-.158c-.136-.106-.281-.295-.409-.528a2.4 2.4 0 0 1-.268-.774zm2.56 5.465c.22.286.502.54.784.734.281.194.558.326.77.374.193.044.334.04.43.005a.29.29 0 0 0 .186-.163c.03-.07.04-.154.04-.233s-.018-.15-.027-.198c-.343-1.787-.137-3.74.55-5.253.866-1.918 2.024-2.97 2.27-3.194.018-.018.03-.027.04-.036.114-.11.14-.224.096-.312a.27.27 0 0 0-.224-.163c-.159-.008-.41.04-.726.141-.317.101-.69.25-1.087.462-.796.414-1.685 1.043-2.367 1.887-.655.81-1.14 1.668-1.399 2.684-.277 1.087-.022 2.354.634 3.238l.03.035zm11.013 1.935h-.005c-.968.146-2.072-.272-2.815-1.069-.682-.734-1.149-1.584-1.505-2.556-.374-1.012-.493-2.094-.484-2.991.004-.45.04-.85.092-1.175.053-.326.123-.568.194-.7a.22.22 0 0 1 .216-.114c.083.013.162.088.202.242 0 .013.004.026.013.048.07.326.41 1.853 1.54 3.568a8.4 8.4 0 0 0 3.854 3.11c.084.032.246.098.33.23.044.061.066.14.048.242-.013.1-.07.224-.18.37-.123.157-.343.333-.612.479a2.7 2.7 0 0 1-.884.308zm-3.683 1.096c.194-.075.313-.159.383-.242a.35.35 0 0 0 .084-.255.55.55 0 0 0-.084-.233 1 1 0 0 0-.123-.168c-1.197-1.412-1.984-3.295-2.138-5.055-.19-2.222.303-3.836.409-4.18q.012-.039.017-.052c.049-.167.014-.282-.07-.339a.26.26 0 0 0-.277-.017c-.141.083-.343.272-.572.54a8 8 0 0 0-.73 1.039c-.498.832-.968 1.905-1.149 3.058-.171 1.104-.176 2.156.106 3.22.303 1.157 1.179 2.165 2.222 2.574.334.132.712.198 1.055.215.344.014.656-.026.867-.105" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), W6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0075A8" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M20.833 8.256a.653.653 0 0 1-.665.784h-1.414v-.975h.43a.81.81 0 0 0 .801-.802v-.356c0-.437.11-.802.247-.802.127 0 .3.356.373.793zm-3.2-1.148c.446 0 .802.356.82.811v4.176a.81.81 0 0 1-.802.802h-2.16a.81.81 0 0 1-.802-.803v-1.64a.8.8 0 0 0-.32.638v1.377c0 .437.365.802.803.802h1.403v2.133a.49.49 0 0 1-.492.493h-2.644a.49.49 0 0 1-.492-.493v-1.988a.49.49 0 0 0-.492-.492h-6.6a.49.49 0 0 0-.493.492v1.988a.49.49 0 0 1-.493.493H2.226a.49.49 0 0 1-.493-.493V9.698l-1.194.938c-.055.037-.128.037-.173-.018l-.338-.402a.12.12 0 0 1-.009-.146L1.77 7.4a.49.49 0 0 1 .446-.292h9.318a.495.495 0 0 1 .483.575l-.192 1.139a.495.495 0 0 0 .484.574h1.87a.49.49 0 0 0 .482-.4q-.178.054-.383.054h-1.331c-.446 0-.747-.355-.675-.794l.229-1.358c.073-.437.236-.793.373-.793s.246.365.246.802v.21c.019-.01.046-.01.074-.01zm3.347-.492c0-.356.264-.511.51-.511s.51.156.51.51c0 .347-.264.502-.51.502s-.51-.156-.51-.501m.902 0c0-.283-.184-.402-.383-.402-.201 0-.393.12-.393.402 0 .273.193.401.393.401.2-.01.383-.128.383-.401m-.557-.256h.183c.091 0 .182.027.182.156 0 .073-.055.118-.119.136l.12.21h-.11l-.11-.2h-.046v.2h-.1zm.183.229c.046 0 .082-.028.082-.073 0-.055-.046-.064-.082-.064h-.092v.137z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), N6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#EE0000" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M14.675 12.592c1.445 0 3.538-.299 3.538-2.019a1.6 1.6 0 0 0-.036-.395l-.862-3.74c-.198-.823-.372-1.196-1.817-1.918C14.377 3.947 11.934 3 11.212 3c-.672 0-.868.867-1.67.867-.772 0-1.345-.647-2.067-.647-.694 0-1.146.472-1.495 1.445 0 0-.971 2.74-1.097 3.138a.7.7 0 0 0-.026.225c0 1.065 4.196 4.56 9.818 4.56m3.76-1.316c.199.946.199 1.045.199 1.17 0 1.618-1.819 2.517-4.21 2.517-5.404.004-10.139-3.164-10.139-5.256 0-.292.06-.58.175-.848C2.517 8.952 0 9.299 0 11.52c0 3.639 8.621 8.123 15.447 8.123 5.234 0 6.553-2.367 6.553-4.235 0-1.471-1.271-3.14-3.563-4.136" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), T6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#000", d: "M10.484.637c3.625 0 5.602.774 6.679 1.697.541.464.833.948.987 1.343a2.5 2.5 0 0 1 .158.655l.003.055v12.158c.003 0 0 .002 0 .002v.035l-.003.055q-.006.065-.02.163a2.5 2.5 0 0 1-.138.492c-.154.395-.446.88-.987 1.343-1.077.923-3.054 1.697-6.679 1.697s-5.603-.774-6.68-1.697c-.54-.463-.832-.948-.985-1.343a2.5 2.5 0 0 1-.139-.492 2 2 0 0 1-.023-.218V4.387l.004-.055q.003-.065.019-.162c.022-.13.063-.298.139-.493.153-.395.444-.88.985-1.343C4.881 1.411 6.86.637 10.484.637m6.312 12.218c-1.14.793-3.063 1.417-6.312 1.417s-5.173-.624-6.313-1.417v3.67l.004.025c.006.037.02.105.056.194.067.173.217.447.559.74.69.592 2.25 1.333 5.694 1.333s5.002-.741 5.693-1.333c.343-.294.493-.567.56-.74a1 1 0 0 0 .056-.194l.003-.025zm0-6.06c-1.14.793-3.063 1.417-6.312 1.417s-5.173-.624-6.313-1.417v3.67l.004.025c.006.037.02.105.056.194.067.173.217.447.559.74.69.592 2.25 1.333 5.694 1.333s5.002-.741 5.693-1.333c.343-.294.493-.567.56-.74a1 1 0 0 0 .056-.194l.003-.025z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), O6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M8.93 15.191a1.746 1.746 0 0 1 .898 3.248l.718.908a.657.657 0 0 1-1.031.815l-1.162-1.47-.001-.002h-.46v1.004a.661.661 0 0 1-1.32 0v-3.842a.66.66 0 0 1 .658-.66zm-.49 1.32h-.548v.864h1.04a.434.434 0 0 0 0-.868h-.444q-.023.003-.048.005M14.038 15.233a.66.66 0 0 1 .543.359l1.952 3.852a.661.661 0 0 1-1.178.597l-.174-.347h-2.396l-.175.347a.661.661 0 0 1-1.177-.597l1.952-3.852a.66.66 0 0 1 .543-.359h.11m-.584 3.141h1.058l-.53-1.043z", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M21.34 15.184a.66.66 0 0 1 .66.66v3.842a.66.66 0 0 1-1.12.472l-1.284-1.253-1.262 1.25a.66.66 0 0 1-1.125-.469v-3.842a.66.66 0 0 1 1.32 0v2.26l.599-.594a.66.66 0 0 1 .926-.004l.627.613v-2.275a.66.66 0 0 1 .66-.66" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M7.956.63c3.655 0 5.626.783 6.689 1.693.533.458.819.932.968 1.316.074.19.113.354.134.478a2 2 0 0 1 .022.206v6.2l-.003.051a2 2 0 0 1-.019.155c-.02.124-.06.288-.134.478-.149.384-.435.86-.968 1.316-1.063.91-3.034 1.692-6.689 1.692-3.443 0-5.391-.694-6.494-1.535v3.925l.005.04c.007.043.024.119.061.215.075.192.237.483.598.792.47.403 1.308.858 2.787 1.13.326.06.573.34.573.671 0 .4-.35.71-.743.64-1.694-.301-2.78-.841-3.476-1.438-.534-.457-.819-.933-.968-1.316a2.4 2.4 0 0 1-.153-.632l-.003-.053-.001-.018V4.323a1.3 1.3 0 0 1 .023-.206c.02-.124.06-.288.134-.478.149-.384.434-.859.968-1.316C2.329 1.413 4.3.631 7.957.631m6.493 5.918c-1.102.841-3.05 1.535-6.493 1.535s-5.391-.694-6.494-1.535v3.925l.005.04c.007.043.024.119.061.216.075.19.237.482.598.792.726.622 2.332 1.374 5.83 1.374s5.104-.752 5.83-1.374c.36-.31.523-.601.597-.793.038-.096.054-.172.061-.215l.005-.034z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), I6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#CC342D" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M18.476.01c2.78.483 3.569 2.395 3.51 4.399L22 4.38 20.749 20.88 4.483 22h.014c-1.35-.057-4.36-.182-4.497-4.415l1.508-2.767 2.584 6.074.461 1.081 2.571-8.433-.027.006.014-.028 8.484 2.727-1.28-5.01-.907-3.596 8.085-.525-.564-.47-5.804-4.762L18.479 0zM4.703 4.611C7.967 1.353 12.18-.573 13.798 1.07c1.615 1.639-.097 5.63-3.367 8.887-3.266 3.258-7.428 5.289-9.042 3.65-1.62-1.639.041-5.734 3.31-8.993z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), _6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M17.623.88a3.5 3.5 0 0 1 3.497 3.499v12.297a4.445 4.445 0 0 1-8.839.66H2.271A3.126 3.126 0 0 0 5.325 19.8H11a.661.661 0 0 1 0 1.32H5.325A4.445 4.445 0 0 1 .88 16.676c0-.319.227-.585.527-.646l.133-.013h3.124V4.379a3.5 3.5 0 0 1 3.499-3.5zM13.81 6.162a.66.66 0 0 0-.818.449l-1.572 5.386a.66.66 0 0 0 1.268.37l1.57-5.387a.66.66 0 0 0-.448-.818m3.201 1.355a.661.661 0 0 0-.914.953l1.074 1.031-1.074 1.033a.66.66 0 0 0 .914.953l1.57-1.509a.66.66 0 0 0 0-.952zM9.74 7.415a.66.66 0 0 0-.934-.018l-1.57 1.507a.663.663 0 0 0 0 .953l1.57 1.508a.66.66 0 0 0 .915-.953L8.645 9.38 9.721 8.35a.66.66 0 0 0 .019-.934", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), G6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M20.187.979c.46 0 .835.374.835.835v18.373a.837.837 0 0 1-.835.835H1.814a.837.837 0 0 1-.835-.835V1.814c0-.46.374-.835.835-.835zm-8.712 13.158a.66.66 0 0 0 0 1.32h4.745a.66.66 0 0 0 0-1.32zm-5.228-7.4a.659.659 0 1 0-.933.933L8.644 11l-3.33 3.33a.66.66 0 0 0 .933.934l3.797-3.797a.66.66 0 0 0 0-.933z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), $6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#000000" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m21.848 10.724-.923-.572q-.011-.135-.026-.27l.793-.739a.32.32 0 0 0-.105-.53l-1.015-.38a8 8 0 0 0-.08-.262l.633-.879a.317.317 0 0 0-.206-.499l-1.07-.174a9 9 0 0 0-.128-.24l.449-.987a.315.315 0 0 0-.145-.414.3.3 0 0 0-.156-.035l-1.086.038a6 6 0 0 0-.172-.208l.25-1.057a.318.318 0 0 0-.382-.383l-1.057.25-.21-.172.039-1.086a.315.315 0 0 0-.45-.3l-.986.45q-.12-.066-.24-.13l-.175-1.07a.32.32 0 0 0-.499-.207l-.88.633a8 8 0 0 0-.261-.079L13.38.408a.32.32 0 0 0-.53-.106l-.74.794q-.134-.014-.268-.026L11.27.147a.317.317 0 0 0-.54 0l-.572.923-.269.026-.74-.794a.317.317 0 0 0-.53.106l-.38 1.014q-.132.038-.262.08L7.098.867a.32.32 0 0 0-.499.207l-.174 1.07a9 9 0 0 0-.24.13l-.987-.45a.317.317 0 0 0-.45.3l.039 1.086q-.106.084-.21.172l-1.056-.25a.318.318 0 0 0-.382.382l.248 1.058q-.087.103-.17.208L2.13 4.743a.317.317 0 0 0-.301.449l.45.987-.129.24-1.069.174a.32.32 0 0 0-.207.5l.633.878-.08.262-1.014.38a.32.32 0 0 0-.106.53l.793.74q-.015.135-.025.269l-.924.572a.316.316 0 0 0 0 .54l.924.572q.011.135.025.27l-.793.74a.318.318 0 0 0 .106.53l1.014.38q.038.132.08.261l-.633.88a.317.317 0 0 0 .208.5l1.069.173q.062.12.129.24l-.45.987a.317.317 0 0 0 .3.45l1.085-.039.172.209-.249 1.058a.317.317 0 0 0 .383.382l1.057-.249q.102.088.209.17l-.038 1.087a.316.316 0 0 0 .449.3l.986-.45q.12.067.24.13l.175 1.069a.32.32 0 0 0 .5.208l.878-.633q.13.042.262.08l.38 1.014a.316.316 0 0 0 .53.106l.74-.794q.134.016.269.027l.572.924a.318.318 0 0 0 .54 0l.571-.924q.135-.011.27-.027l.74.794a.32.32 0 0 0 .437.024.3.3 0 0 0 .092-.13l.38-1.014a8 8 0 0 0 .261-.08l.88.633a.316.316 0 0 0 .498-.208l.175-1.07q.12-.062.24-.128l.987.449a.318.318 0 0 0 .449-.3l-.038-1.086q.105-.084.208-.17l1.057.248a.317.317 0 0 0 .378-.222.3.3 0 0 0 .004-.16l-.248-1.058q.086-.103.17-.209l1.086.038a.315.315 0 0 0 .3-.45l-.448-.986.129-.24 1.069-.174a.32.32 0 0 0 .263-.35.3.3 0 0 0-.056-.15l-.633-.879.08-.261 1.014-.38a.317.317 0 0 0 .106-.53l-.794-.74q.015-.135.026-.27l.923-.572a.316.316 0 0 0 0-.54zm-6.18 7.661a.654.654 0 0 1 .274-1.28.654.654 0 1 1-.274 1.28m-.313-2.122a.595.595 0 0 0-.707.459l-.328 1.53a8 8 0 0 1-3.318.715 8 8 0 0 1-3.387-.747l-.327-1.53a.594.594 0 0 0-.707-.457l-1.35.29a8 8 0 0 1-.699-.824h6.57c.075 0 .125-.013.125-.08v-2.326c0-.068-.049-.081-.124-.081H9.18v-1.474h2.079c.189 0 1.014.053 1.277 1.108.083.324.264 1.38.388 1.717.124.38.627 1.136 1.163 1.136h3.274q.06 0 .12-.012-.343.463-.745.873zm-9.088 2.09a.655.655 0 1 1-.296-1.275.655.655 0 0 1 .296 1.276M3.774 8.244a.655.655 0 1 1-1.18.565.655.655 0 0 1 1.18-.565m-.765 1.816 1.406-.625a.596.596 0 0 0 .303-.788l-.29-.655h1.14v5.137H3.27a8 8 0 0 1-.26-3.07zm6.173-.498V8.047h2.713c.14 0 .99.162.99.797 0 .527-.652.717-1.187.717zm9.86 1.363q0 .3-.021.597h-.825c-.083 0-.116.053-.116.135v.379c0 .892-.503 1.086-.944 1.135-.42.047-.884-.175-.942-.432-.248-1.393-.66-1.691-1.311-2.204.808-.514 1.649-1.271 1.649-2.285 0-1.094-.751-1.784-1.262-2.123-.718-.473-1.512-.568-1.726-.568H5.012a8.03 8.03 0 0 1 4.498-2.54l1.006 1.055a.594.594 0 0 0 .842.02l1.125-1.077a8.04 8.04 0 0 1 5.504 3.921l-.77 1.74a.6.6 0 0 0 .302.788l1.483.66q.04.393.04.799M10.518 2.12a.653.653 0 1 1 .902.946.654.654 0 0 1-.902-.946m7.644 6.153a.651.651 0 0 1 1.15-.084.655.655 0 1 1-1.15.085" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), j6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0D9DDA" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M5.835 10.574c.183 0 .347.029.347.029v.58s-.162.033-.345.046c-.259.014-.372-.075-.372-.075a.3.3 0 0 1-.075-.075.3.3 0 0 1-.039-.166c0-.113.037-.192.114-.248.002-.002.113-.096.37-.091M8.691 9.835c.169 0 .277.065.359.185.053.08.074.183.084.301h-.912a.7.7 0 0 1 .103-.3.41.41 0 0 1 .366-.186M13.814 9.84c.168 0 .286.058.366.178q.12.18.12.51v.08a.87.87 0 0 1-.118.433q-.118.179-.366.178-.248.001-.365-.178-.12-.184-.12-.513 0-.33.117-.51c.08-.12.198-.178.366-.178M18.903 9.835a.39.39 0 0 1 .356.185c.053.08.075.183.084.301h-.909a.7.7 0 0 1 .104-.3c.076-.12.197-.186.365-.186" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M5.758 3.3c1.386 0 2.618.66 3.398 1.68a3.86 3.86 0 0 1 2.788-1.199c1.454 0 2.72.811 3.396 2.012a4.7 4.7 0 0 1 1.917-.41c2.62 0 4.743 2.142 4.743 4.787s-2.125 4.786-4.743 4.786q-.482 0-.933-.094a3.47 3.47 0 0 1-4.543 1.427 3.96 3.96 0 0 1-3.64 2.41c-1.635 0-3.155-1.077-3.714-2.588a3.7 3.7 0 0 1-.755.08C1.643 16.19 0 14.53 0 12.48c0-1.374.739-2.573 1.836-3.215A4.27 4.27 0 0 1 5.758 3.3m7.055 5.378q-.346 0-.539.195-.192.192-.255.577l-.014.087h-.289s-.036 0-.043.036l-.048.265c-.003.026.007.04.04.04h.282l-.286 1.596a2 2 0 0 1-.077.315.7.7 0 0 1-.09.18.24.24 0 0 1-.115.09.5.5 0 0 1-.253.01c-.03-.006-.045-.013-.07-.023 0 0-.033-.011-.045.022-.01.027-.086.233-.094.26-.01.024.005.046.02.05a.9.9 0 0 0 .302.051 1 1 0 0 0 .313-.048.6.6 0 0 0 .236-.164.9.9 0 0 0 .166-.286q.066-.174.113-.428l.287-1.627h.42s.037-.001.044-.036l.048-.265c.002-.026-.007-.04-.04-.04h-.407s.021-.153.067-.29a.4.4 0 0 1 .089-.137.3.3 0 0 1 .106-.067.5.5 0 0 1 .243-.01.3.3 0 0 1 .065.017c.04.012.048 0 .055-.019l.099-.267c.01-.029-.014-.04-.024-.043l-.008.002a1 1 0 0 0-.125-.029 1 1 0 0 0-.173-.014m-8.872.816c-.413 0-.702.25-.702.606v.007c0 .378.318.498.616.585l.048.014c.216.068.404.125.404.277v.007c0 .14-.123.243-.317.243-.077 0-.32 0-.583-.168l-.074-.046c-.013-.007-.046-.021-.06.02l-.09.247h.005c-.014.036.005.044.01.05.04.03.084.051.125.078.224.117.436.154.657.154.452 0 .731-.241.731-.626v-.007c0-.356-.317-.486-.613-.58l-.039-.012c-.223-.072-.416-.135-.416-.284v-.007c0-.125.113-.22.289-.22.195 0 .426.066.572.148 0 0 .044.027.06-.015.01-.024.085-.226.092-.248.01-.024-.007-.04-.022-.05a1.3 1.3 0 0 0-.647-.173zm6.606 0c-.414 0-.703.25-.703.606v.007c0 .378.317.498.616.585l.048.014c.216.068.404.125.404.277v.007c0 .14-.123.243-.317.243-.077 0-.32 0-.583-.168l-.074-.046c-.008-.005-.046-.019-.06.02l-.09.247h.005c-.014.036.005.044.01.05.04.03.084.051.125.078.224.117.436.154.657.154.452 0 .731-.241.731-.626v-.007c0-.356-.315-.486-.613-.58l-.039-.012c-.223-.072-.416-.135-.416-.284v-.007c0-.125.113-.22.289-.22.195 0 .426.066.572.148 0 0 .044.027.06-.015.01-.024.085-.226.092-.248.01-.024-.007-.04-.022-.05a1.3 1.3 0 0 0-.647-.173zm6.749.004q-.238 0-.421.082a.9.9 0 0 0-.303.22.9.9 0 0 0-.183.326q-.062.188-.063.407 0 .471.25.75c.166.186.417.28.744.28.192 0 .39-.039.534-.096 0 0 .026-.013.015-.046l-.092-.255-.002-.005c-.012-.035-.048-.022-.048-.022a1 1 0 0 1-.176.05q-.094.015-.207.015a.58.58 0 0 1-.43-.16c-.104-.11-.164-.282-.162-.516 0-.214.053-.373.144-.495q.138-.184.42-.183c.155 0 .274.016.399.057 0 0 .029.01.043-.026l.094-.257c.01-.03-.015-.041-.024-.044a1.4 1.4 0 0 0-.25-.062 2 2 0 0 0-.282-.02M5.794 9.496c-.096 0-.25.012-.341.031 0 0-.28.053-.393.145 0 0-.023.015-.012.05l.092.243c.012.031.04.022.04.022l.022-.01c.243-.13.55-.13.556-.13a.53.53 0 0 1 .315.082c.07.053.106.135.106.303v.053c-.105-.016-.204-.024-.209-.024l.002-.002q-.078-.006-.2-.005-.163 0-.315.04a.8.8 0 0 0-.267.123.6.6 0 0 0-.185.21.6.6 0 0 0-.067.293c0 .111.019.212.057.291q.058.12.166.2c.07.05.16.09.26.113q.152.034.337.034c.13 0 .262-.012.387-.031.126-.022.28-.053.32-.063l.09-.021c.03-.008.029-.041.029-.041v-1.167q-.001-.384-.205-.563-.202-.177-.585-.176m2.924 0a1 1 0 0 0-.421.082.8.8 0 0 0-.294.223 1 1 0 0 0-.173.333 1.5 1.5 0 0 0-.055.406c0 .145.019.284.057.407a.829.829 0 0 0 .505.537c.128.05.285.074.463.074.368 0 .563-.084.642-.127.014-.008.026-.022.01-.06l-.085-.234c-.011-.033-.045-.022-.048-.022-.091.034-.221.094-.524.094-.198 0-.344-.058-.436-.149-.094-.094-.14-.231-.149-.424h1.275s.034 0 .036-.03c0-.015.044-.263-.038-.55l.007-.002a.77.77 0 0 0-.772-.558m5.099 0a.9.9 0 0 0-.405.082.8.8 0 0 0-.289.219.9.9 0 0 0-.17.327q-.055.188-.056.404.001.22.056.404a.844.844 0 0 0 .46.546q.173.08.403.08a1 1 0 0 0 .405-.08.8.8 0 0 0 .288-.218.9.9 0 0 0 .171-.328q.055-.188.056-.404-.001-.218-.056-.404a.9.9 0 0 0-.17-.327.8.8 0 0 0-.29-.22 1 1 0 0 0-.404-.081m5.113 0a1 1 0 0 0-.421.082.8.8 0 0 0-.294.223 1 1 0 0 0-.173.333 1.47 1.47 0 0 0 .002.813.84.84 0 0 0 .186.325.8.8 0 0 0 .32.211c.127.05.284.075.462.075.367 0 .563-.084.642-.127.014-.008.026-.022.012-.06l-.084-.234c-.012-.033-.048-.022-.048-.022-.092.034-.222.094-.525.094-.197 0-.344-.058-.435-.149-.094-.094-.14-.231-.15-.424H19.7s.034 0 .036-.03c0-.015.043-.263-.039-.55l.005-.002a.77.77 0 0 0-.406-.484.9.9 0 0 0-.366-.074M7.04 8.719c-.021 0-.035.017-.035.038v2.722c0 .021.014.038.036.038h.339c.021 0 .036-.017.036-.038V8.757c0-.021-.015-.038-.036-.038zm8.983.8a.63.63 0 0 0-.33.054.6.6 0 0 0-.216.159v-.157c0-.021-.015-.038-.036-.038h-.327c-.022 0-.037.017-.037.038v1.904c0 .021.017.038.039.038h.334a.04.04 0 0 0 .039-.038v-.95c0-.128.014-.256.043-.335a.5.5 0 0 1 .11-.188.36.36 0 0 1 .157-.094.6.6 0 0 1 .31-.007c.025.002.04-.012.046-.034l.097-.267.005-.002c.01-.029-.01-.043-.02-.046a1 1 0 0 0-.214-.036", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), U6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "m16.483 7.093-.456.455h-2.185a.61.61 0 0 0-.608.61v2.183l-1.617 1.617a.61.61 0 0 0-.153.605c.09.3.146.586.146.873a3.047 3.047 0 1 1-3.046-3.046c.287 0 .574.056.873.146a.61.61 0 0 0 .605-.153l4.865-4.865h1.576zm-7.92 5.125a1.22 1.22 0 1 0 0 2.44 1.22 1.22 0 0 0 0-2.44", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M18.108 1.1A2.79 2.79 0 0 1 20.9 3.892v14.216a2.79 2.79 0 0 1-2.792 2.792H3.892A2.79 2.79 0 0 1 1.1 18.108V3.892A2.79 2.79 0 0 1 3.892 1.1zm-3.452 3.198a.6.6 0 0 0-.34.102l-.091.076-4.8 4.799a4 4 0 0 0-.861-.103 4.266 4.266 0 0 0 0 8.53 4.266 4.266 0 0 0 4.264-4.266c0-.305-.043-.592-.104-.862l1.55-1.549a.6.6 0 0 0 .178-.431V8.766h1.828a.6.6 0 0 0 .43-.179l.814-.812a.61.61 0 0 0 .178-.431V4.908a.61.61 0 0 0-.61-.61z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), X6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#08090D", clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M6.867 13.2a1.323 1.323 0 0 1 0 2.644 1.322 1.322 0 0 1 0-2.644" }), /* @__PURE__ */ e.createElement("path", { fillRule: "evenodd", d: "M20.187.98c.461 0 .835.373.835.834v18.373c0 .461-.374.835-.835.835H1.814a.835.835 0 0 1-.835-.835V1.814c0-.46.374-.835.835-.835zM6.867 11.862a2.659 2.659 0 0 0 0 5.317 2.66 2.66 0 0 0 2.57-1.99h8.356v-2.161a.669.669 0 0 0-1.336 0v.825h-1.093v-.825a.67.67 0 0 0-.667-.669.67.67 0 0 0-.668.669v.825H9.437a2.66 2.66 0 0 0-2.57-1.991m-1.51-7.45a.668.668 0 1 0-.96.929l1.478 1.525-1.477 1.527a.668.668 0 0 0 .959.93l1.93-1.99a.67.67 0 0 0 0-.932zM7.772 8.19a.669.669 0 0 0 0 1.336h2.412a.67.67 0 0 0 .67-.668.67.67 0 0 0-.67-.668z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), Y6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#2ACFA6" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M17.703 15.297a4.297 4.297 0 1 0-3.356-6.978l-.001-.002a4 4 0 0 0-.121.16c-.163.213-.28.397-.391.652q-.037.075-.07.152h-.143q.047-.191.128-.382c.12-.257.27-.531.422-.778l.007-.011a4.297 4.297 0 0 0-6.356 0l.007.011c.152.247.302.52.422.778q.081.191.128.382h-.143l-.07-.152a3 3 0 0 0-.39-.653 4 4 0 0 0-.122-.159v.002a4.297 4.297 0 1 0-.165 5.558c-.264-.425-.46-.744-.593-1.072h.151c.197.322.297.497.44.686l.162.198A4.29 4.29 0 0 0 11 15.297a4.29 4.29 0 0 0 3.35-1.608c.25-.286.34-.456.603-.884h.15c-.132.328-.328.647-.591 1.072a4.3 4.3 0 0 0 3.19 1.42m-13.406-1.89a2.406 2.406 0 1 1 0-4.812 2.406 2.406 0 0 1 0 4.811m6.703 0a2.407 2.407 0 1 1 0-4.814 2.407 2.407 0 0 1 0 4.813m6.703 0a2.406 2.406 0 1 1 0-4.812 2.406 2.406 0 0 1 0 4.811", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), J6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FD5750" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 16.135h3.894L2.688 19.8H0zm0-6.967h6.188L4.98 12.832H0zM0 2.2h8.481L7.275 5.865H0zm12.32 0H22v3.665H11.113zM8.818 12.831l1.208-3.663H22v3.664zm-1.085 3.304H22V19.8H6.526z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), Q6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#62d84e" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", fillRule: "evenodd", d: "M11.083 2.156c-5.44 0-9.917 4.41-9.983 9.85 0 2.885 1.16 5.506 3.118 7.33.696.663 1.79.73 2.553.132 1.128-.895 2.587-1.393 4.246-1.393 1.658 0 3.117.53 4.245 1.393.763.597 1.857.53 2.554-.166 1.923-1.824 3.084-4.377 3.084-7.23 0-5.472-4.411-9.916-9.85-9.95m-.067 14.925c-2.951 0-4.941-2.222-4.941-4.942s2.023-5.008 4.941-5.008c2.919 0 4.942 2.256 4.942 5.008s-2.023 4.942-4.942 4.942", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), Z6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#5EA800" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m17.73 12.662 2.86 3.875h-2.632l-1.535-2.08-1.534 2.08h-2.632l2.85-3.861-2.157-2.923h2.632l2.138 2.895v-3.03l1.648-2.152H22z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M14.162 7.519h-4.006v2.16h1.755l1.488 1.902h-3.242v3.98H7.903V5.616h6.259zM3.77 5.463c1.84 0 2.622.832 3.247 1.248L5.864 8.104c-.658-.449-2.149-1.188-2.848-.547-.875.8.074 1.371.304 1.482.233.11 4.432 1.144 3.92 3.898-.411 2.204-2.329 2.666-3.236 2.621-.911-.033-2.987-.353-4.004-1.361l1.216-1.506c.49.424 1.735 1.211 2.788.97 1.316-.3 1.25-1.37.335-1.795-.915-.423-4.228-1.272-3.938-3.592s1.997-2.81 3.368-2.81" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), K6 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#4A154B" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M5.26 13.611a2.086 2.086 0 0 1-2.08 2.082A2.086 2.086 0 0 1 1.1 13.61a2.085 2.085 0 0 1 2.08-2.079h2.08zm1.048 0a2.085 2.085 0 0 1 2.08-2.079 2.085 2.085 0 0 1 2.08 2.08v5.207a2.086 2.086 0 0 1-2.08 2.081 2.086 2.086 0 0 1-2.08-2.08zm2.08-8.351a2.086 2.086 0 0 1-2.08-2.08 2.086 2.086 0 0 1 2.08-2.08 2.086 2.086 0 0 1 2.08 2.08v2.08zm0 1.048a2.086 2.086 0 0 1 2.08 2.08 2.085 2.085 0 0 1-2.08 2.08H3.181A2.086 2.086 0 0 1 1.1 8.388a2.086 2.086 0 0 1 2.08-2.08zm8.35 2.08a2.085 2.085 0 0 1 2.081-2.08 2.086 2.086 0 0 1 2.081 2.08 2.086 2.086 0 0 1-2.08 2.08h-2.081zm-1.045 0a2.086 2.086 0 0 1-2.082 2.08 2.085 2.085 0 0 1-2.079-2.08V3.181a2.085 2.085 0 0 1 2.08-2.081 2.085 2.085 0 0 1 2.08 2.08zm-2.082 8.35a2.085 2.085 0 0 1 2.082 2.081A2.085 2.085 0 0 1 13.61 20.9a2.085 2.085 0 0 1-2.079-2.08v-2.081zm0-1.045a2.085 2.085 0 0 1-2.079-2.082 2.084 2.084 0 0 1 2.08-2.079h5.207a2.085 2.085 0 0 1 2.081 2.08 2.086 2.086 0 0 1-2.08 2.08z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), e5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#29B5E8" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M7.33 11.384c.036-.145.072-.292.072-.438 0-.11-.036-.22-.036-.33-.11-.33-.293-.622-.623-.806L2.048 7.14c-.66-.366-1.504-.147-1.87.512-.368.66-.148 1.501.512 1.867l2.604 1.5L.69 12.52c-.66.365-.88 1.208-.514 1.866.367.66 1.211.88 1.87.513l4.66-2.672c.33-.257.55-.513.623-.843m1.283 2.527c-.256-.037-.55.036-.807.183l-4.658 2.671c-.66.366-.88 1.209-.513 1.867.366.66 1.21.88 1.87.512l2.604-1.5v3.001c0 .77.624 1.355 1.394 1.355s1.357-.622 1.357-1.355v-5.38c0-.732-.55-1.318-1.247-1.354m4.769-5.857c.256.036.55-.037.807-.183l4.658-2.672c.66-.365.88-1.208.513-1.866-.366-.66-1.21-.88-1.87-.513l-2.604 1.5V1.356c0-.77-.624-1.355-1.394-1.355s-1.394.586-1.394 1.355v5.344c0 .731.587 1.319 1.284 1.355M3.148 5.198 7.806 7.87c.257.146.514.183.807.183.697-.037 1.284-.658 1.284-1.354V1.355C9.897.585 9.274 0 8.54 0c-.77 0-1.394.622-1.394 1.355v3.001l-2.604-1.5c-.66-.366-1.504-.147-1.87.512-.404.622-.184 1.464.476 1.83m8.766 5.783a.4.4 0 0 0-.11-.256l-.549-.549a.33.33 0 0 0-.258-.11.4.4 0 0 0-.256.11l-.55.548a.4.4 0 0 0-.11.257c0 .073.036.183.11.257l.55.549a.33.33 0 0 0 .257.11.4.4 0 0 0 .256-.11l.55-.549a.4.4 0 0 0 .11-.257m1.541.513-1.944 1.94c-.037.036-.147.11-.22.11h-.587a.4.4 0 0 1-.257-.11l-1.944-1.94a.4.4 0 0 1-.073-.22v-.585c0-.073.037-.183.11-.257l1.944-1.94a.4.4 0 0 1 .257-.11h.586a.4.4 0 0 1 .258.11l1.943 1.94a.33.33 0 0 1 .11.257v.585c-.073.074-.11.183-.183.22m5.392 5.234-4.658-2.672a1.28 1.28 0 0 0-.807-.146c-.697.036-1.284.658-1.284 1.354v5.344c0 .77.623 1.354 1.357 1.354.77 0 1.394-.622 1.394-1.354v-3.002l2.603 1.501c.662.366 1.505.146 1.871-.513.404-.621.184-1.463-.476-1.866m2.458-7.248L18.7 10.981l2.603 1.501c.661.366.881 1.209.514 1.867-.367.659-1.21.878-1.87.512l-4.66-2.672a1.6 1.6 0 0 1-.623-.768c-.036-.147-.073-.293-.073-.44 0-.11.037-.22.037-.329.11-.33.33-.622.623-.805l4.659-2.673c.66-.365 1.504-.146 1.87.513.44.586.183 1.428-.476 1.793" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), t5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#030328" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M10.155 18.205q.033.013.052.04a.98.98 0 0 0 1.256.306 1 1 0 0 0 .351-.305.12.12 0 0 1 .118-.046 1 1 0 0 0 .237.028l.065-.004a.12.12 0 0 1 .108.055.12.12 0 0 1 .003.12 1.51 1.51 0 0 1-1.33.793 1.52 1.52 0 0 1-1.332-.793.12.12 0 0 1 .004-.12.119.119 0 0 1 .108-.054h.07q.114 0 .224-.027a.1.1 0 0 1 .066.007" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11.47 18.056a.05.05 0 0 1 .044.032q.005.015.001.029a.05.05 0 0 1-.015.024.82.82 0 0 1-.992-.001.047.047 0 0 1 .003-.076.05.05 0 0 1 .028-.008zM12.278 11.812a.12.12 0 0 1 .06.036l.969 1.1q.022.026.055.035l1.014.295a.12.12 0 0 1 .084.133.1.1 0 0 1-.023.052c-.197.257-.392.5-.554.699l-.061.076v.1c0 .06 0 1.496-.38 2.522-.304.825-.985.917-1.262.917-.649 0-.947-.539-1.015-.666a.1.1 0 0 1-.012-.052v-.29q-.011-.187.029-.37c.07-.166.228-.127.355.088 0 .009.008.02.013.029.344-.246.694-.555.694-.79 0-.184-.194-.484-.262-.582a.13.13 0 0 1-.02-.073l.168-3.15a.118.118 0 0 1 .08-.105.12.12 0 0 1 .068-.004M9.815 11.811a.12.12 0 0 1 .08.106l.168 3.15a.13.13 0 0 1-.02.074c-.067.098-.262.397-.262.58 0 .236.355.545.694.791l.013-.03c.118-.213.278-.252.355-.088q.04.184.027.372h.007v.29a.1.1 0 0 1-.013.052c-.062.127-.366.665-1.014.665-.277 0-.958-.09-1.262-.916-.376-1.026-.38-2.461-.38-2.523v-.1l-.062-.076c-.162-.2-.355-.445-.554-.707a.12.12 0 0 1-.015-.102.12.12 0 0 1 .07-.075l1.015-.294a.1.1 0 0 0 .056-.036l.97-1.1a.12.12 0 0 1 .127-.033M8.814 10.696a.18.18 0 0 1 .052.158.18.18 0 0 1-.176.155.297.297 0 0 0 .557.062.294.294 0 0 0-.11-.375h.495q.006 0 .01.004l.004.01a.665.665 0 0 1-.402.646.675.675 0 0 1-.894-.372.7.7 0 0 1-.045-.263v-.025zM12.873 10.702a.295.295 0 0 0-.12.354.29.29 0 0 0 .238.181.3.3 0 0 0 .331-.229.182.182 0 0 1-.17-.236.2.2 0 0 1 .042-.07h.51v.025a.666.666 0 0 1-.676.661.666.666 0 0 1-.664-.672v-.014zM8.626 9.377c.575 0 1.03.347 1.283.597a.117.117 0 0 1-.018.18.12.12 0 0 1-.066.02H8.539a.12.12 0 0 1-.09-.041c-.149-.173-.591-.756.177-.756M13.381 9.377c.766 0 .325.583.177.756a.12.12 0 0 1-.09.041h-1.286a.12.12 0 0 1-.11-.072.12.12 0 0 1 .025-.128c.253-.25.71-.597 1.284-.597M14.525 3.14q.027.014.041.042c.458.95.9 1.992.947 2.468a.1.1 0 0 1 0 .043l-.22.589a.096.096 0 0 1-.179.02c-.549-.862-.764-2.09-.817-2.44v-.027l.09-.625a.094.094 0 0 1 .08-.08q.03-.005.058.01M7.56 3.13a.095.095 0 0 1 .08.08l.09.625v.026c-.053.354-.267 1.58-.817 2.44a.094.094 0 0 1-.139.025.1.1 0 0 1-.03-.042l-.222-.589a.1.1 0 0 1-.008-.045c.045-.471.486-1.517.947-2.468a.094.094 0 0 1 .1-.052" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M13.964.004a.54.54 0 0 1 .473.279l.28.516c.268.497 1.37 2.577 1.845 4.08.406.09.739.176.989.247a.83.83 0 0 1 .599.793v10.865a.82.82 0 0 1-.346.67l-2.1 1.498-.001-.009-.148.106-3.797 2.708a1.31 1.31 0 0 1-1.517 0l-3.22-2.296-.715-.51v.007l-2.109-1.504a.83.83 0 0 1-.347-.67V5.92a.82.82 0 0 1 .6-.793c.256-.07.583-.155.984-.243.474-1.504 1.58-3.59 1.85-4.087L7.561.28A.53.53 0 0 1 8.035 0a.53.53 0 0 1 .528.455l.566 3.927q.879-.059 1.887-.061c.64 0 1.597.046 1.863.06l.566-3.926A.526.526 0 0 1 13.973 0zM8.036.469a.06.06 0 0 0-.05.03l-.28.518c-.75 1.38-2.013 3.978-2.013 4.95v.045l.83 2.225v.036c-.261 2.34-.337 3.94-.205 4.278.119.304.591.953.985 1.47l-.568 4.648.992.707 2.794 2.003a.83.83 0 0 0 .966 0l3.8-2.71-.574-4.658c.394-.515.859-1.156.977-1.458.133-.339.057-1.937-.203-4.277v-.037l.83-2.226v-.045C16.315 5 15.05 2.402 14.302 1.02l-.279-.518a.06.06 0 0 0-.05-.03.06.06 0 0 0-.06.05l-.746 5.185-.456.755-.118-.037a5.3 5.3 0 0 0-1.589-.29 5.2 5.2 0 0 0-1.581.288l-.119.04-.463-.758L8.096.52a.06.06 0 0 0-.06-.051", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), a5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#126ED3" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M11 .86a.654.654 0 1 0 0 1.31c4.869 0 8.83 3.961 8.83 8.83a.653.653 0 0 0 1.118.463.65.65 0 0 0 .192-.463C21.14 5.41 16.59.86 11 .86m0 3.323a.654.654 0 1 0 0 1.31A5.513 5.513 0 0 1 16.508 11c0 .363.292.655.655.655a.653.653 0 0 0 .654-.655A6.826 6.826 0 0 0 11 4.183m0 3.316a.653.653 0 0 0-.655.656c0 .363.292.655.655.655A2.195 2.195 0 0 1 13.19 11c0 .363.293.655.655.655a.654.654 0 0 0 .656-.655A3.503 3.503 0 0 0 11 7.5m-9.485 2.846A.654.654 0 0 0 .86 11c0 5.59 4.55 10.14 10.14 10.14a.653.653 0 0 0 .605-.906.66.66 0 0 0-.605-.405C6.131 19.83 2.17 15.87 2.17 11a.654.654 0 0 0-.655-.655m3.323 0a.654.654 0 0 0-.655.655A6.826 6.826 0 0 0 11 17.817a.653.653 0 0 0 .463-1.118.65.65 0 0 0-.463-.191A5.51 5.51 0 0 1 5.492 11a.654.654 0 0 0-.654-.655m3.317 0a.655.655 0 0 0-.656.655A3.5 3.5 0 0 0 11 14.5a.654.654 0 0 0 .25-1.26.7.7 0 0 0-.25-.05A2.194 2.194 0 0 1 8.81 11a.654.654 0 0 0-.655-.655" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), l5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#000000" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M2.684 11.56a.87.87 0 0 1-.342.694q-.162.129-.38.193-.216.071-.48.07-.314 0-.562-.086a1.7 1.7 0 0 1-.497-.284l.272-.443q.2.168.359.24a.7.7 0 0 0 .326.075.5.5 0 0 0 .326-.107.34.34 0 0 0 .123-.283.4.4 0 0 0-.102-.284 2 2 0 0 0-.166-.155 9 9 0 0 0-.272-.203q-.127-.089-.246-.187a2 2 0 0 1-.22-.203 1.2 1.2 0 0 1-.16-.24.7.7 0 0 1-.058-.305.78.78 0 0 1 .304-.636q.143-.112.342-.177t.433-.064a1.8 1.8 0 0 1 .481.064q.233.064.433.193l-.25.4a.93.93 0 0 0-.535-.176.45.45 0 0 0-.284.091.27.27 0 0 0-.112.225q0 .126.096.23.095.104.342.288.24.178.401.316c.107.09.193.17.251.25q.097.121.129.241a.6.6 0 0 1 .048.262m2.822-.749q.001-.523-.214-.829a.66.66 0 0 0-.577-.304.7.7 0 0 0-.61.32c-.149.214-.224.508-.224.872 0 .358.075.636.22.844a.71.71 0 0 0 .609.305.57.57 0 0 0 .38-.118.9.9 0 0 0 .245-.299c.064-.123.107-.251.134-.396.021-.138.037-.272.037-.395m.893-.037q.001.375-.118.69a1.7 1.7 0 0 1-.32.55q-.208.232-.487.369a1.45 1.45 0 0 1-.882.101 1 1 0 0 1-.24-.085 1.2 1.2 0 0 1-.225-.155 2.4 2.4 0 0 1-.235-.236v2.02h-.823V9.25h.817l.006.465q.223-.282.486-.411a1.4 1.4 0 0 1 .61-.129 1.34 1.34 0 0 1 1.02.444c.124.139.225.31.29.502.063.198.1.417.1.652m.363-3.015h.84v4.682h-.84zm3.592 4.682v-.427c-.16.176-.326.31-.497.385q-.256.119-.593.117-.378.001-.636-.15a.85.85 0 0 1-.374-.443 1 1 0 0 1-.049-.145c-.01-.053-.02-.107-.026-.176a1.4 1.4 0 0 1-.016-.224c0-.086-.006-.187-.006-.316V9.245h.84v1.828q-.002.24.021.369.024.126.08.23c.096.181.273.267.519.267q.474-.002.652-.396a.8.8 0 0 0 .064-.224c.01-.086.021-.203.021-.353V9.245h.84v3.19h-.84zm3.63-1.823q.001-.24-.022-.368a.8.8 0 0 0-.08-.23c-.096-.177-.272-.267-.518-.267a.8.8 0 0 0-.407.096.58.58 0 0 0-.25.288.8.8 0 0 0-.06.236 3 3 0 0 0-.016.347v1.721h-.85V9.255h.85v.428c.16-.176.326-.31.497-.385q.258-.119.594-.117.378.001.636.155a.87.87 0 0 1 .417.588l.032.17q.015.098.016.225c0 .086.005.193.005.316v1.812h-.844zm3.538 1.887-1.272-1.764v1.7h-.844V7.76h.844v2.747h.09l1.129-1.304.636.273-1.08 1.16 1.278 1.592zm1.513-.155v-.556l1.972-.978-1.972-.962v-.572l2.55 1.283v.519zM19.28 8.459c.156 0 .284.128.284.289a.283.283 0 1 1-.566 0c0-.166.128-.289.283-.289m0 .043a.234.234 0 0 0-.229.24c0 .134.102.24.23.24s.23-.106.23-.24a.234.234 0 0 0-.23-.24m-.053.406h-.053v-.32c.027-.006.053-.006.09-.006q.072 0 .102.027c.022.016.027.037.027.064 0 .043-.027.07-.064.08.027.005.048.032.053.08.006.048.016.07.022.08h-.054a.3.3 0 0 1-.021-.08c-.005-.043-.027-.053-.07-.053h-.037v.128zm0-.176h.038c.043 0 .08-.016.08-.054 0-.027-.021-.053-.08-.053h-.038z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), r5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0086FF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M17.184 9.085h-.124a6.14 6.14 0 0 1-.585 4.094 6.15 6.15 0 0 1-1.957 2.205c.426.439.956.764 1.541.945.583.18 1.2.214 1.8.101a3.7 3.7 0 0 0 1.642-.765 3.69 3.69 0 0 0 1.35-3.228 3.56 3.56 0 0 0-.608-1.698 3.75 3.75 0 0 0-1.338-1.215 3.66 3.66 0 0 0-1.755-.439z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M17.06 9.085a6.2 6.2 0 0 0-1.642-3.093 6.1 6.1 0 0 0-3.06-1.699 6.15 6.15 0 0 0-3.486.236A6.16 6.16 0 0 0 6.07 6.622a4.9 4.9 0 0 0-3.487 1.45 4.95 4.95 0 0 0-1.451 3.488c0 1.304.517 2.564 1.451 3.486a4.95 4.95 0 0 0 3.487 1.452h4.938c1.26 0 2.486-.383 3.52-1.114a3.67 3.67 0 0 1-.978-1.867 3.73 3.73 0 0 1 .202-2.103A3.8 3.8 0 0 1 15.07 9.76a3.64 3.64 0 0 1 2.003-.664z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), c5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M9.941 15.722c0-.427-.133-.79-.318-1.032-.185-.24-.394-.335-.575-.335s-.39.095-.575.335c-.186.242-.319.605-.319 1.032 0 .426.133.788.319 1.03.184.24.394.335.575.335s.39-.094.575-.335.318-.604.318-1.03m2.508-2.051a.66.66 0 0 1 1.32 0v3.469h1.648a.66.66 0 0 1 0 1.32h-2.308a.66.66 0 0 1-.66-.66zm-9.403-.464c.667-.32 1.539-.312 2.49.27a.66.66 0 0 1-.687 1.127c-.624-.381-1.023-.307-1.233-.206a.75.75 0 0 0-.247.189q.041.034.106.078.152.1.354.209c.122.067.278.148.4.22.239.14.607.35.912.59.153.12.317.269.448.443.128.17.263.42.264.73 0 .206-.072.383-.141.508a1.7 1.7 0 0 1-.27.356c-.206.209-.483.398-.801.53-.652.27-1.53.314-2.368-.27a.66.66 0 0 1 .756-1.083c.407.285.8.26 1.108.133.133-.055.242-.128.32-.196a2 2 0 0 0-.133-.114c-.218-.172-.5-.334-.762-.489-.1-.058-.211-.116-.364-.199a6 6 0 0 1-.46-.272 2.2 2.2 0 0 1-.462-.402 1.2 1.2 0 0 1-.278-.62l-.007-.117.007-.116c.031-.268.163-.515.304-.7a2.06 2.06 0 0 1 .744-.599M2.003 11V2.07c0-.679.55-1.23 1.23-1.23h8.301a.66.66 0 0 1 0 1.32H3.322V11a.66.66 0 0 1-1.32 0M20.68 8.06c0-.546-.127-.911-.283-1.16a1.53 1.53 0 0 0-.588-.544 2.2 2.2 0 0 0-.905-.248h-4.638l1.87 1.804a.66.66 0 0 1-.915.95l-3.048-2.938a.66.66 0 0 1-.017-.934l3.048-3.157a.66.66 0 0 1 .95.917l-1.969 2.038h4.723l.01.001h.034l.104.007a3.514 3.514 0 0 1 1.376.397c.386.207.786.526 1.087 1.01S22 7.3 22 8.06c0 1.691-.723 2.646-1.538 3.137a3.3 3.3 0 0 1-1.54.462h-.717a.66.66 0 0 1 0-1.32h.697l.048-.003a1.98 1.98 0 0 0 .83-.27c.404-.243.9-.76.9-2.006m-2.158 11.87c0 .679-.55 1.23-1.23 1.23H8.121a.66.66 0 0 1 0-1.32h9.081v-6.17a.66.66 0 0 1 1.32 0zm-7.261-4.208c0 .586-.157 1.141-.433 1.596.087.061.173.126.241.192.122.115.234.261.302.355q.058.08.092.131l.027.04.008.013.003.004a.661.661 0 0 1-1.024.823l-.083-.105-.004-.006-.019-.028-.066-.093a2 2 0 0 0-.147-.18 2.5 2.5 0 0 0-.34-.226 1.9 1.9 0 0 1-.771.17c-.677 0-1.245-.36-1.622-.852s-.592-1.143-.592-1.834.215-1.343.592-1.834.945-.852 1.622-.852 1.244.36 1.622.852c.377.491.592 1.142.592 1.834" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), n5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M10.685 15.722c0-.427-.134-.79-.319-1.032-.185-.24-.394-.335-.575-.335s-.39.095-.575.335c-.186.242-.319.605-.319 1.032 0 .426.134.788.319 1.03.185.24.394.335.575.335s.39-.094.575-.335.319-.604.319-1.03m2.507-2.051a.66.66 0 0 1 1.32 0v3.469h1.648a.66.66 0 0 1 0 1.32h-2.308a.66.66 0 0 1-.66-.66zm-9.403-.464c.667-.32 1.539-.312 2.49.27a.66.66 0 0 1-.687 1.127c-.624-.381-1.023-.307-1.233-.206a.75.75 0 0 0-.247.189q.041.034.106.078.151.1.354.209c.122.067.278.148.4.22.239.14.607.35.912.59.153.12.317.269.448.443.128.17.264.42.264.73 0 .206-.072.383-.141.508a1.7 1.7 0 0 1-.27.356c-.206.209-.483.398-.801.53-.652.27-1.53.314-2.367-.27a.66.66 0 0 1 .755-1.083c.408.285.8.26 1.108.133.134-.055.242-.128.32-.196a2 2 0 0 0-.133-.114c-.218-.172-.499-.334-.762-.489-.1-.058-.211-.116-.364-.199a6 6 0 0 1-.46-.272 2.2 2.2 0 0 1-.462-.402 1.2 1.2 0 0 1-.278-.62l-.007-.117.007-.116c.031-.268.163-.515.304-.7a2.06 2.06 0 0 1 .744-.599m8.216 2.515c0 .586-.157 1.141-.433 1.596.087.061.173.126.241.192.122.115.234.261.302.355l.092.131.027.04.008.013.003.004h.001a.661.661 0 0 1-1.024.823l-.084-.105-.004-.006-.019-.028-.066-.093a2 2 0 0 0-.147-.18 2.5 2.5 0 0 0-.34-.226 1.9 1.9 0 0 1-.771.17c-.677 0-1.245-.36-1.622-.852s-.592-1.143-.592-1.834.215-1.343.592-1.834.945-.852 1.622-.852 1.245.36 1.622.852c.377.491.592 1.142.592 1.834m7.26 4.208c0 .679-.55 1.23-1.229 1.23H8.864a.66.66 0 0 1 0-1.32h9.081V6.582h-3.207c-.68 0-1.23-.55-1.23-1.23V2.16H4.066V11a.66.66 0 0 1-1.319 0V2.07c0-.679.55-1.23 1.23-1.23h11.069c.285 0 .56.099.78.278l.089.082 2.991 2.991.082.09c.18.22.279.495.279.78z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), i5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#08090D", fillRule: "evenodd", clipPath: "url(#a)", clipRule: "evenodd" }, /* @__PURE__ */ e.createElement("path", { d: "M11 5.626a3.88 3.88 0 1 1 0 7.76 3.88 3.88 0 0 1 0-7.76m0 1.417a.65.65 0 0 0-.65.65v1.162H9.189a.65.65 0 1 0 0 1.3h1.163v1.162a.65.65 0 0 0 1.3 0v-1.162h1.162a.65.65 0 0 0 0-1.3H11.65V7.693a.65.65 0 0 0-.65-.65" }), /* @__PURE__ */ e.createElement("path", { d: "M17.548.773a4.446 4.446 0 0 1 4.445 4.445.66.66 0 0 1-.527.646l-.133.013h-3.124v11.745a3.591 3.591 0 1 1-7.182-.027l.003-.364-9.64.106A3.126 3.126 0 0 0 4.446 19.8l2.835.093a.661.661 0 0 1 0 1.32l-2.835-.093A4.446 4.446 0 0 1 0 16.676c0-.319.227-.585.527-.647l.133-.012h3.124V4.379a3.5 3.5 0 0 1 3.5-3.5zM11 4.325a5.18 5.18 0 1 0 .001 10.361A5.18 5.18 0 0 0 11 4.326m8.795-1.28c-.602-.57-1.586.015-1.586 1.12v.392h2.393c-.136-.635-.537-1.254-.807-1.511" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), o5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#000099" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M17.179 12.204c1.729 0 3.108.957 3.678 2.446v3.237c-.552 1.508-1.931 2.446-3.678 2.446s-3.146-.956-3.698-2.464v-3.2c.57-1.527 1.95-2.465 3.698-2.465m0 1.637c-.883 0-1.527.497-1.82 1.306v2.243c.312.81.974 1.287 1.82 1.287.864 0 1.507-.477 1.801-1.287v-2.244c-.312-.808-.937-1.305-1.801-1.305", clipRule: "evenodd" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M9.509 12.223c1.655 0 2.575.974 2.575 2.556v5.334h-1.95v-4.745c0-.901-.368-1.472-1.214-1.472-.845 0-1.341.626-1.341 1.508v4.69h-1.95V15.35c0-.975-.405-1.472-1.214-1.472-.864 0-1.343.625-1.343 1.508v4.69H1.141V12.48h1.802v.846c.442-.736 1.178-1.104 2.171-1.104.975 0 1.71.405 2.114 1.122.515-.754 1.288-1.121 2.281-1.121M4.673 1.667c1.324 0 2.225.313 3.291 1.196L6.916 4.13c-.883-.717-1.453-.9-2.28-.9-.589 0-1.011.183-1.195.459v.589c.11.128.312.239.57.312.22.037.588.148 1.122.258 1.563.35 2.409.735 2.776 1.452v1.932c-.423.956-1.526 1.544-3.07 1.545-1.454 0-2.484-.369-3.698-1.436l1.086-1.268c.552.46.993.754 1.38.901.385.165.808.258 1.231.24.589 0 1.048-.166 1.232-.46v-.663c-.128-.202-.387-.312-.662-.404-.221-.037-.57-.13-1.122-.258-1.508-.33-2.262-.699-2.593-1.342V3.175c.423-.882 1.472-1.508 2.98-1.508M16.075 6.715c0 .79.423 1.27 1.27 1.27.974 0 1.562-.553 1.562-1.583V1.805h1.95v7.632h-1.784V8.61c-.405.662-1.14 1.029-2.244 1.029-1.802 0-2.703-.937-2.703-2.427V1.805h1.949z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), s5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F05138" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M13.52 1c4.995 3.047 7.946 8.836 6.736 13.732-.029.115-.06.224-.092.336l.002.002c2.504 3.13 1.822 6.485 1.502 5.852-1.302-2.572-3.723-1.934-4.965-1.286a8 8 0 0 1-.341.195l-.024.014-.002.004c-2.569 1.385-6.02 1.486-9.487-.028A15.33 15.33 0 0 1 0 13.853c.788.592 1.64 1.113 2.546 1.544 3.666 1.745 7.349 1.618 9.955-.002-3.709-2.897-6.805-6.672-9.18-9.73a13 13 0 0 1-1.22-1.708c2.84 2.642 7.332 5.958 8.943 6.879-3.42-3.67-6.433-8.191-6.292-8.047 5.37 5.497 10.325 8.612 10.355 8.631.187.105.329.19.438.263q.155-.398.271-.824c.86-3.193-.108-6.844-2.297-9.859" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), m5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#bdf78b" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M3.235 11.896a1.15 1.15 0 0 1-.438.974c-.317.223-.7.333-1.086.312A2.7 2.7 0 0 1 0 12.58l.484-.744q.654.476 1.257.476.475 0 .476-.297V12q0-.164-.246-.276-.09-.036-.58-.185Q.2 11.189.2 10.34v-.015a1.15 1.15 0 0 1 .431-.937 1.57 1.57 0 0 1 1.027-.327 2.6 2.6 0 0 1 1.487.46l-.431.782q-.633-.372-1.079-.372-.416 0-.416.275v.015q0 .15.245.268.097.045.566.208c.288.086.562.216.81.387a.97.97 0 0 1 .394.796zm2.75 1.309q-.23.617-.514.862a1.2 1.2 0 0 1-.795.253c-.354.001-.701-.094-1.005-.275l.38-.818a.95.95 0 0 0 .483.156.42.42 0 0 0 .394-.26L3.367 9.12h1.197l.907 2.715.87-2.715h1.176zm4.717-1.31a1.15 1.15 0 0 1-.44.975c-.316.223-.698.333-1.085.312a2.7 2.7 0 0 1-1.71-.602l.483-.744q.654.476 1.257.476.476 0 .476-.297V12q0-.164-.246-.276-.09-.036-.58-.185-1.19-.35-1.19-1.198v-.015A1.15 1.15 0 0 1 8.1 9.39a1.57 1.57 0 0 1 1.026-.327 2.6 2.6 0 0 1 1.487.46l-.431.782q-.633-.372-1.078-.372-.417 0-.417.275v.015q0 .15.246.268.096.045.565.208c.289.086.562.216.81.387a.97.97 0 0 1 .395.796zm3.45 1.213v-.35a1.8 1.8 0 0 1-1.243.424 1.69 1.69 0 0 1-1.257-.528q-.557-.58-.557-1.532v-.015q0-.952.55-1.532a1.7 1.7 0 0 1 1.264-.528c.444-.016.88.115 1.242.372v-1.74h1.13v5.429zm.014-2a1.14 1.14 0 0 0-.282-.797.89.89 0 0 0-.685-.305.9.9 0 0 0-.684.298c-.197.22-.302.508-.29.803v.015c-.01.293.093.579.29.796a.92.92 0 0 0 1.369 0c.192-.22.293-.504.282-.796zm1.8-2.426V7.678h1.19v1.004zm.03 4.426V9.12h1.13v3.987zm6.004-.9q0 1.108-.558 1.614-.535.49-1.666.49a3.7 3.7 0 0 1-1.763-.416l.387-.922c.41.237.874.363 1.346.364q1.138 0 1.138-.937v-.044a2.03 2.03 0 0 1-1.301.424 1.71 1.71 0 0 1-1.647-1.116 1.8 1.8 0 0 1-.123-.744v-.015a1.82 1.82 0 0 1 .543-1.376 1.7 1.7 0 0 1 1.227-.483c.457-.012.906.118 1.287.372V9.12H22zm-1.116-1.302a.86.86 0 0 0-.282-.662 1.05 1.05 0 0 0-1.384 0 .87.87 0 0 0-.275.662v.015a.88.88 0 0 0 .275.67.98.98 0 0 0 .692.252.97.97 0 0 0 .692-.26.86.86 0 0 0 .282-.662z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), h5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#238FCF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#fff", clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "M14.41 19.521H7.7a.86.86 0 0 1-.682-.326l-4.26-5.331a.87.87 0 0 1-.166-.756l1.621-6.526a.89.89 0 0 1 .458-.572L10.677 3a.88.88 0 0 1 .778 0l6.083 3.013a.86.86 0 0 1 .462.58l1.547 6.526a.87.87 0 0 1-.169.734l-4.29 5.346a.87.87 0 0 1-.678.322m-6.71-.898h6.695l4.272-5.313-1.54-6.501-6.057-3-5.984 3-1.617 6.505zM18.78 4.81l.763-.626L11.517.209v1.005zM1.173 14.15l-.979.216 5.6 7.025.44-.89zM10.615 1.217V.213l-7.92 3.97.74.639zM2.9 5.548l-.762-.657L0 13.486l.983-.216zM21.16 13.273l.98.217-2.036-8.599-.777.638zM20.959 14.15l-5.115 6.361.436.891 5.658-7.036zM7.044 20.889l-.44.902h8.862l-.44-.902z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), v5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M7.537 15.057a.661.661 0 0 1 0 1.32c-.362 0-.71.175-1.1.565-.34.34-.658.788-1 1.297.168.493.324.902.528 1.207.217.326.437.464.765.464a.66.66 0 1 1 0 1.32c-.886 0-1.475-.468-1.864-1.052a4.4 4.4 0 0 1-.338-.623c-.194.258-.4.505-.618.724-.52.519-1.183.952-2.034.952a.66.66 0 0 1 0-1.32c.362 0 .71-.175 1.1-.566.341-.34.658-.79 1.001-1.3-.167-.49-.323-.898-.526-1.203-.217-.325-.438-.465-.766-.465a.66.66 0 0 1 0-1.32c.886 0 1.474.469 1.864 1.053.128.192.238.403.337.622.195-.257.4-.505.618-.723.519-.52 1.183-.952 2.033-.952m11.358 4.813c0 .677-.549 1.225-1.226 1.225h-5.964a.66.66 0 1 1 0-1.32h5.87V6.635h-3.18c-.678 0-1.227-.55-1.227-1.227V2.223h-9.37V11a.66.66 0 0 1-1.32 0V2.13c0-.677.55-1.226 1.227-1.226h10.993c.325 0 .637.13.867.36l2.971 2.97.082.09c.179.218.277.493.277.777z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), f5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M12.097 13.19c.664-.318 1.532-.31 2.48.268a.66.66 0 0 1-.69 1.127c-.618-.379-1.013-.304-1.22-.205a.7.7 0 0 0-.241.183q.04.033.102.075.151.1.352.207c.121.067.275.148.397.22.237.138.603.348.906.586.153.12.316.268.446.442.127.17.263.418.263.727 0 .206-.07.382-.14.507-.072.131-.167.25-.27.354-.204.209-.48.398-.796.529a2.42 2.42 0 0 1-2.357-.27.66.66 0 0 1 .756-1.082c.403.281.79.258 1.096.132.13-.054.236-.126.313-.192a2 2 0 0 0-.127-.11c-.217-.17-.496-.331-.758-.485-.098-.057-.21-.115-.36-.197a6 6 0 0 1-.457-.272 2.2 2.2 0 0 1-.46-.399 1.18 1.18 0 0 1-.278-.62l-.007-.115.007-.117c.03-.267.163-.513.303-.697.175-.229.424-.444.74-.596m-9.613 4.442V14.45h-.86a.66.66 0 0 1 0-1.32H4.55a.66.66 0 1 1 0 1.32h-.747v3.182a.66.66 0 1 1-1.32 0m5.236-4.526a.66.66 0 0 1 .545.36l1.953 3.853a.66.66 0 1 1-1.177.597l-.175-.346H6.469l-.175.346a.66.66 0 0 1-1.177-.597l1.953-3.854a.66.66 0 0 1 .544-.359h.106m-.582 3.144h1.058l-.53-1.046zm11.797 3.624c0 .677-.548 1.227-1.225 1.227H8.596a.661.661 0 0 1 0-1.32h9.02V6.614h-3.184a1.226 1.226 0 0 1-1.225-1.226V2.22H3.83V11a.66.66 0 1 1-1.32 0V2.127c0-.677.55-1.226 1.226-1.226h11c.285 0 .559.099.777.277l.09.082 2.973 2.972.081.09c.179.219.277.493.277.777z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), d5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#000000" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0v22h22V0zm2.442 2.717h6.857v1.68h-2.52v6.596H4.962V4.396H2.442zm8.55 16.5h-8.25v-1.375h8.25zm5.1-8.45a4.2 4.2 0 0 1-1.865.343 4.175 4.175 0 0 1-4.243-4.231v-.022a4.2 4.2 0 0 1 4.316-4.28 4.27 4.27 0 0 1 3.263 1.273l-1.158 1.335a3.06 3.06 0 0 0-2.12-.935 2.45 2.45 0 0 0-2.398 2.566v.026a2.46 2.46 0 0 0 2.398 2.6 2.96 2.96 0 0 0 2.178-.968l1.159 1.17c-.418.485-.941.869-1.53 1.123" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), g5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#01A6B4" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "m8.372 1.115.131.02 8.976 1.636q.278.05.527.169c.313.138.579.357.766.63q.154.212.245.461l2.877 7.973q.091.266.1.538.002.035.002.068.002.057 0 .114c-.01.207-.059.41-.144.6q-.105.254-.285.472l-.087.098-6.087 6.372a2 2 0 0 1-.326.274c-.323.231-.72.36-1.128.36l-.03-.002-.028.002q-.197-.001-.381-.034h-.002L4.52 19.228a2 2 0 0 1-.501-.158 1.8 1.8 0 0 1-.829-.697 2 2 0 0 1-.159-.284l-.048-.12L.106 9.994a1.8 1.8 0 0 1-.09-.852q.004-.028.009-.055.026-.175.09-.34c.087-.234.223-.454.405-.643l6.086-6.372q.112-.115.241-.21l.044-.032q.048-.036.098-.069a1.94 1.94 0 0 1 1.068-.319q.157-.005.315.012M9.94 19.182l3.753.686c.34.062.69-.052.916-.288l.617-.65zm-5.953-1.549.05.11c.132.247.38.429.677.48h.003l.942.172-2.981-4.392zm2.639.315-.149.1.15-.099c.144.215.41.345.695.333l2.265-.107-4.44-2.402zm6.05.081 2.564-.12.103-.012a.75.75 0 0 0 .538-.37l.002-.005.997-1.765zM11 4.317c-.102 0-.2.023-.281.07l-.004.002-5.71 3.085v.001a.51.51 0 0 0-.271.437v6.18c0 .175.098.342.27.437l5.711 3.088a.6.6 0 0 0 .57 0l5.711-3.088a.5.5 0 0 0 .27-.437v-6.18c0-.175-.1-.342-.272-.437l-5.71-3.086-.003-.002a.6.6 0 0 0-.281-.07m9.539 7.104h-.001l-2.681 4.758 2.839-2.97.078-.094a.84.84 0 0 0 .115-.774l-.34-.94zm-18.141-.354a.66.66 0 0 0 .029.698l1.24 1.826V8.813zM18.33 13.19l1.273-2.255a.66.66 0 0 0-.03-.699L18.33 8.403zM1.304 8.797a.84.84 0 0 0-.193.863l.34.94.01-.02 2.681-4.755zm18.017-.802-1.309-3.628a.94.94 0 0 0-.726-.59h-.003l-.943-.173zM6.76 4.095a.76.76 0 0 0-.641.381l-.002.004-.996 1.766L9.32 3.974zm5.651-.27 4.44 2.399-1.476-2.172a.8.8 0 0 0-.696-.334zM8.123 2.12a1.02 1.02 0 0 0-.73.304l-.618.647 5.284-.25-3.748-.685a1 1 0 0 0-.188-.016", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), w5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#844FBA" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#fff", fillRule: "evenodd", clipPath: "url(#a)", clipRule: "evenodd" }, /* @__PURE__ */ e.createElement("path", { d: "m7.994 3.879 6.014 3.47v6.944l-6.014-3.47zM14.666 7.35v6.943l6.014-3.471V3.876zM1.32 0v6.944l6.014 3.474V3.472zm6.674 18.525L14.005 22v-6.946l-6.01-3.472z" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), u5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#7d5dff" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "m18.704 15.683-7.49 4.312v-4.188l3.853-2.218zM10.785 11.124v8.87L3.081 15.56v-8.87zM14.637 13.342l-3.422 1.97v-3.94zM18.704 11l-3.637 2.094L11.431 11l3.636-2.094zM14.637 8.658 11 10.752 7.363 8.658 11 6.565z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M18.704 6.317 15.067 8.41l-3.96-2.28a.22.22 0 0 0-.201-.006l-.013.007-3.96 2.28-3.637-2.094L11 1.88z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", fillRule: "evenodd", d: "M20.553 5.5v11L11 22l-9.553-5.5v-11L11 0zm-18.074.594v9.812L11 20.813l8.522-4.907V6.094L11 1.188z", clipRule: "evenodd" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), p5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#009AE7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M19.245 14.017v.994l-.305.297h-3.307a5.75 5.75 0 0 0-4.02 1.629L6.83 21.616h-.43l-.716-.703v-.42l5.006-4.897a6.62 6.62 0 0 1 4.626-1.874h3.625z" }), /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M22 10.477v.994l-.3.285h-6.235a10.1 10.1 0 0 0-3.803.74 9.9 9.9 0 0 0-3.22 2.112l-6.56 6.406h-.43l-.72-.702v-.421l7.036-6.88a10.05 10.05 0 0 1 7.02-2.847h6.907zM4.068 8.462c.338.33.607.724.79 1.156a3.5 3.5 0 0 1-.001 2.726 3.6 3.6 0 0 1-.791 1.155L1.352 16.15H.925l-.719-.703v-.418l2.576-2.524a2.12 2.12 0 0 0 0-3.053L0 6.729v-.417l.719-.703h.427zM8.462 7.361a10.2 10.2 0 0 0 4.107 2.378 10 10 0 0 0-4.444 2.135q.108-.432.112-.883A3.76 3.76 0 0 0 7.12 8.305L.8 2.123v-.42l.717-.705h.43zM11.613 5.063a5.75 5.75 0 0 0 4.02 1.629h3.307l.305.295v.997l-.305.296h-3.625c-1.735 0-3.4-.675-4.626-1.875l-5.006-4.9v-.42l.716-.701h.43z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), E5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#3EAAAF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M8.544 11.94a.445.445 0 0 1-.89 0c0-.41-.153-.695-.372-.695s-.371.286-.371.695a.445.445 0 0 1-.89 0c0-1.088.654-1.584 1.261-1.584s1.262.495 1.262 1.584m5.515.444a.443.443 0 0 0 .445-.444c0-.41.153-.695.37-.695.22 0 .372.286.372.695a.445.445 0 1 0 .89 0c0-1.088-.654-1.584-1.261-1.584s-1.26.495-1.26 1.584c0 .245.198.444.444.444m7.303-4.083-.175 2.254a.74.74 0 0 1-.336.572.8.8 0 0 1-.422.119 1 1 0 0 1-.335-.063q-.374-.136-.75-.26a8 8 0 0 1-.086 1.479c-.036.221-.084.431-.126.648a.4.4 0 0 1-.022.114c-.214 1.101-.53 2.18-.947 3.22l.03-.018.822-.492c.177-.126.55-.112.748.092a.59.59 0 0 1 .11.674l-.794 1.747c-.619 1.36-1.889 1.623-1.945 1.634.001 0-.83.196-1.722.403A6.57 6.57 0 0 1 11.08 22c-1.687 0-3.16-.532-4.388-1.57l-1.764-.413c-.037-.007-1.308-.27-1.928-1.63l-.797-1.754c-.005-.017-.046-.145-.049-.162-.008-.573.57-.838.938-.58l.787.47c.005.002.067.04.156.078a19 19 0 0 1-.9-3.157c-.058-.291-.118-.578-.168-.88a8 8 0 0 1-.082-1.559q-.492.16-.977.341c-.268.1-.544.08-.758-.057a.73.73 0 0 1-.336-.569L.637 8.3c-.033-.435.28-.888.728-1.056l.275-.107c.206-.081.463-.181.767-.291C3.346 2.864 6.936 0 11.037 0c4.14 0 7.736 2.895 8.649 6.92.432.14.772.258.95.325.45.168.763.62.726 1.056m-4.227 8.226a15.4 15.4 0 0 0 .852-2.448l-.914.654a.87.87 0 0 1-.6.152l-4.095-.431a.88.88 0 0 1-.753-.64l-.511-1.763a2 2 0 0 0-.224 0l-.513 1.77a.88.88 0 0 1-.752.633l-4.098.432a.87.87 0 0 1-.589-.149l-.662-.46q.317 1.223.755 2.246c.558-.026 1.106-.063 1.108-.063.001 0 .398-.036.722-.305l.973-.81c.136-.152.598-.427 1.22-.25.179.051.453.134.746.223q.086.027.156.085c.488.408 1.68.408 2.168.002a.4.4 0 0 1 .154-.084c.309-.094.578-.176.754-.226.624-.177 1.084.099 1.26.288l.931.772c.324.27.72.305.723.305 0 0 .604.04 1.188.067M11.08 21.11c.607-.003 1.21-.1 1.787-.287-.855-.192-1.426-.934-1.456-.974l-.372-.496-.373.497c-.029.04-.588.772-1.429.972.578.18 1.188.288 1.843.288m6.362-3.681a58 58 0 0 1-1.559-.082 2.3 2.3 0 0 1-1.227-.508l-.976-.814c-.05-.047-.172-.14-.406-.076-.16.046-.4.12-.657.198-.805.6-2.353.6-3.156-.003a40 40 0 0 0-.65-.194c-.236-.07-.354.027-.377.048l-1.005.841a2.3 2.3 0 0 1-1.23.507s-.799.054-1.46.078h-.002l-.098.004a2.2 2.2 0 0 1-1.229-.315l-.016-.009.415.913a2 2 0 0 0 1.308 1.13c.013.003 2.525.591 3.504.814.715.16 1.326-.638 1.332-.646l.73-.973c.167-.224.544-.224.71 0l.73.973c.007.008.625.808 1.334.646.978-.223 3.49-.812 3.49-.812a2.01 2.01 0 0 0 1.321-1.133l.415-.91-.024.014a2.1 2.1 0 0 1-1.216.309m1.005-6.795a25.93 25.93 0 0 0-14.665-.069 7.4 7.4 0 0 0 .062 1.692c.041.252.091.49.14.733l1.458 1.016 4.089-.437.588-2.056a.45.45 0 0 1 .362-.316c.345-.05.696-.05 1.04.003a.44.44 0 0 1 .362.315l.598 2.058 4.09.429 1.708-1.225c.033-.174.073-.343.102-.52.083-.537.105-1.081.066-1.623m2.03-2.404c-.005-.031-.067-.122-.152-.153l-.003-.001a25 25 0 0 0-1.152-.388l-.006-.005c-.875-.274-2.54-.754-3.911-.907a.445.445 0 0 1 .099-.884c1.092.123 2.318.427 3.334.722C17.69 3.256 14.587.889 11.038.889 7.525.89 4.43 3.226 3.413 6.54c.98-.297 1.982-.513 2.997-.646a.444.444 0 1 1 .111.882c-1.22.15-2.42.425-3.583.824l-.004.004c-.396.136-.72.264-.968.36l-.29.114c-.085.032-.148.123-.152.16l.162 2.075a26.9 26.9 0 0 1 9.317-1.665c3.155 0 6.308.556 9.31 1.668zm-7.823-5.487H9.41a.445.445 0 0 0-.445.444v.744a.445.445 0 1 0 .89 0v-.3h.683v3.033h-.477a.444.444 0 1 0 0 .89h1.889a.445.445 0 0 0 0-.89h-.523V3.633h.782v.299a.444.444 0 1 0 .89 0v-.744a.444.444 0 0 0-.445-.444" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), q5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#00B2E5" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M8.482 3.267a7.764 7.764 0 1 0 7.781 7.805 7.784 7.784 0 0 0-7.782-7.805m0 12.537c-3.18 0-4.625-2.793-4.625-4.773S5.302 6.26 8.482 6.26c3.361 0 4.625 2.963 4.625 4.83-.006 1.946-1.44 4.715-4.625 4.715m9.556 2.723V6.525h-2.362V3.53H21.2v14.997z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), x5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#4FC08D" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M22 1.476h-9.112L11 4.73 9.112 1.476H0l11 19.048zm-11 11.43L4.73 2.045h4.06L11 5.876l2.21-3.832h4.06z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), z5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("mask", { id: "a", x: 0, y: 0, maskUnits: "userSpaceOnUse", style: {
|
|
1039
|
+
maskType: "alpha"
|
|
1040
|
+
} }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M22 0 9.755 1.762v8.748H22zM0 3.164v7.346h8.892V1.885zM0 18.8l8.892 1.293V11.36H0zM22 22V11.36H9.755v8.86z" })), /* @__PURE__ */ e.createElement("g", { mask: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), y5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#FFFFFF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M21.797 4.644h-.21A1.995 1.995 0 0 0 19.59 6.64v4.462c0 .891-.737 1.613-1.613 1.613a1.67 1.67 0 0 1-1.35-.702L12.07 5.504a2.02 2.02 0 0 0-1.659-.863c-1.039 0-1.974.883-1.974 1.974v4.487c0 .891-.73 1.613-1.613 1.613a1.67 1.67 0 0 1-1.35-.702L.373 4.73A.205.205 0 0 0 0 4.847V8.74c0 .196.06.387.173.549l5.018 7.166c.297.424.734.738 1.239.853a1.983 1.983 0 0 0 2.424-1.923v-4.485c0-.891.722-1.613 1.613-1.613h.002c.537 0 1.041.262 1.35.702l4.557 6.508a1.99 1.99 0 0 0 3.63-1.111v-4.487c.001-.891.723-1.613 1.614-1.613h.178c.112 0 .202-.09.202-.202V4.846a.2.2 0 0 0-.202-.202" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), M5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0254EC" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M1.895 8.627c.026 0 .05.016.062.04l1.416 2.958a.069.069 0 0 0 .123.002l1.336-2.96a.069.069 0 0 1 .123.002l1.296 2.951c.026.052.1.05.124-.002L7.658 8.67a.07.07 0 0 1 .063-.042h1.946c.05 0 .083.05.064.095l-.001-.001-2.958 7.135a.07.07 0 0 1-.058.042.07.07 0 0 1-.064-.032l-1.67-2.812a.068.068 0 0 0-.114 0l-1.74 2.823c-.029.047-.099.04-.12-.01l-3-7.146a.07.07 0 0 1 .063-.096zM18.992 8.63c.05 0 .083.055.059.1l-2.799 5.188-.069.12c-.025.045.007.1.059.1v.001h2.707c.036 0 .066.03.066.067v1.626c0 .037-.03.067-.066.067h-5.8c-.05 0-.083-.048-.06-.092l2.72-5.179.055-.118a.067.067 0 0 0-.06-.095h-2.692a.067.067 0 0 1-.067-.067l-.006-1.653c0-.037.03-.065.067-.065zM12.195 8.641c.036 0 .066.03.066.067v7.12c0 .038-.03.068-.066.068h-1.796a.067.067 0 0 1-.066-.067V8.708c0-.037.03-.067.066-.067zM20.458 6.09q.015 0 .026.008a.04.04 0 0 1 .014.022c.076.332.225.835.43 1.04s.708.354 1.04.43q.015.003.023.014a.04.04 0 0 1 .009.025q0 .014-.009.026a.04.04 0 0 1-.022.014c-.332.076-.835.225-1.04.43s-.354.708-.43 1.04a.04.04 0 0 1-.014.022.04.04 0 0 1-.05 0 .04.04 0 0 1-.015-.022c-.077-.332-.225-.835-.43-1.04s-.708-.353-1.04-.43a.04.04 0 0 1-.023-.014.04.04 0 0 1-.009-.025q0-.014.009-.026a.04.04 0 0 1 .022-.014c.332-.076.835-.225 1.04-.43.206-.204.354-.707.43-1.04a.04.04 0 0 1 .039-.031" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), k5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#F6F6F7" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#08090D", d: "M8.088 9.983a.66.66 0 0 1 .544.359l1.952 3.852a.66.66 0 0 1-1.178.596l-.175-.346H6.836l-.175.346a.66.66 0 1 1-1.178-.596l1.952-3.852a.66.66 0 0 1 .544-.359q.027-.001.055-.001zm-5.612 4.454v-1.862l-1.469-1.468a.66.66 0 0 1 .932-.934l1.196 1.195 1.196-1.195a.66.66 0 0 1 .933.934l-1.468 1.468v1.862a.66.66 0 0 1-1.32 0m12.64 0V12.16l-.627.613a.66.66 0 0 1-.927-.003l-.598-.594v2.26a.66.66 0 0 1-1.32 0v-3.844a.66.66 0 0 1 1.125-.468l1.262 1.25 1.284-1.253a.66.66 0 0 1 1.12.471v3.844a.66.66 0 1 1-1.32 0m2.459-3.844a.66.66 0 0 1 1.32 0v3.183h1.632a.66.66 0 0 1 0 1.32h-2.293a.66.66 0 0 1-.66-.66zm-10.07 2.531h1.057l-.53-1.043zm11.387 6.745c0 .677-.549 1.227-1.226 1.227H3.701c-.677 0-1.225-.55-1.225-1.227v-1.897a.66.66 0 1 1 1.32 0v1.804h13.777v-1.804a.66.66 0 1 1 1.319 0zm0-12.467a.66.66 0 1 1-1.32 0v-.767h-3.181a1.226 1.226 0 0 1-1.226-1.226V2.224h-9.37v5.178a.66.66 0 0 1-1.32 0V2.13c0-.678.55-1.226 1.226-1.226h10.994c.325 0 .637.129.867.359l2.97 2.97c.23.23.36.543.36.868z" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), R5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#00549E" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("g", { fill: "#fff", clipPath: "url(#a)" }, /* @__PURE__ */ e.createElement("path", { d: "m3.405 7.3-.055.024a.966.966 0 0 0-.491 1.273c.069.155.177.29.314.39L7.09 11.82l-.346.133a.966.966 0 0 0-.494 1.343c.084.16.212.293.367.384l10.926 6.306a10.72 10.72 0 0 1-13.322-.654A10.71 10.71 0 0 1 1.854 6.21z" }), /* @__PURE__ */ e.createElement("path", { d: "M8.693 0a.14.14 0 0 1 .075.063l4.6 6.536a.15.15 0 0 1 .022.137.156.156 0 0 1-.097.099l-1.233.396a.16.16 0 0 0-.088.21l.02.034 3.65 4.57a.1.1 0 0 1 .02.036.2.2 0 0 1 0 .074.2.2 0 0 1-.022.068.173.173 0 0 1-.091.069l-1.574.385a.16.16 0 0 0-.066.038.16.16 0 0 0-.014.208l5.343 6.772a.152.152 0 0 1-.008.18.15.15 0 0 1-.173.045L7.024 12.975a.16.16 0 0 1-.06-.062.16.16 0 0 1-.005-.124.16.16 0 0 1 .085-.09l1.449-.566a.158.158 0 0 0 .038-.27L3.644 8.34a.17.17 0 0 1-.062-.142V8.16a.2.2 0 0 1 .032-.052.2.2 0 0 1 .05-.036l1.114-.488.037-.022q.015-.015.026-.031a.13.13 0 0 0 .025-.074.15.15 0 0 0-.062-.139L.062 3.951a.156.156 0 0 1 .028-.266L8.595 0a.14.14 0 0 1 .098 0" }), /* @__PURE__ */ e.createElement("path", { d: "M11.3.567a10.72 10.72 0 0 1 9.788 6.34 10.71 10.71 0 0 1-1.805 11.518l-4.112-5.206.568-.142a.963.963 0 0 0 .518-1.534l-3.045-3.844.332-.108a.96.96 0 0 0 .612-.606.98.98 0 0 0-.124-.85L10.166.622c.38-.036.755-.056 1.135-.056" })), /* @__PURE__ */ e.createElement("defs", null, /* @__PURE__ */ e.createElement("clipPath", { id: "a" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M0 0h22v22H0z" })))), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), S5 = (t) => /* @__PURE__ */ e.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 22 22", shapeRendering: "geometricPrecision", ...t }, /* @__PURE__ */ e.createElement("rect", { width: 22, height: 22, rx: 3, ry: 3, fill: "#0B5CFF" }), /* @__PURE__ */ e.createElement("g", { transform: "translate(11, 11) scale(0.7) translate(-11, -11)" }, /* @__PURE__ */ e.createElement("path", { fill: "#fff", d: "M4.614 13.428H.68a.678.678 0 0 1-.482-1.16l2.725-2.726H.972A.97.97 0 0 1 0 8.572h3.627a.68.68 0 0 1 .482 1.16l-2.725 2.726h2.259c.536 0 .971.436.971.972M22 10.393a1.896 1.896 0 0 0-3.303-1.265A1.9 1.9 0 0 0 17.29 8.5a1.895 1.895 0 0 0-1.894 1.894v3.035a.97.97 0 0 0 .972-.971v-2.064a.923.923 0 1 1 1.845 0v2.064c0 .537.435.971.972.971v-3.035a.922.922 0 0 1 1.844 0v2.064c0 .537.436.971.972.971zM14.91 11a2.5 2.5 0 1 1-5.002 0 2.5 2.5 0 0 1 5.002 0m-.972 0a1.53 1.53 0 1 0-3.06 0 1.53 1.53 0 0 0 3.06 0M9.52 11a2.501 2.501 0 1 1-5.002 0 2.501 2.501 0 0 1 5 0zm-.972 0a1.53 1.53 0 1 0-3.06 0 1.53 1.53 0 0 0 3.06 0" })), /* @__PURE__ */ e.createElement("rect", { x: 0.3, y: 0.3, width: 21.4, height: 21.4, rx: 3, ry: 3, fill: "none", stroke: "var(--cn-comp-avatar-shadow)", strokeWidth: 0.6 })), $0 = {
|
|
1041
|
+
"ai-verify": g3,
|
|
1042
|
+
alpine: w3,
|
|
1043
|
+
anchore: u3,
|
|
1044
|
+
android: p3,
|
|
1045
|
+
"app-dynamics": E3,
|
|
1046
|
+
apple: q3,
|
|
1047
|
+
approval: x3,
|
|
1048
|
+
aqua: z3,
|
|
1049
|
+
argo: y3,
|
|
1050
|
+
"armore-code": M3,
|
|
1051
|
+
artifactory: k3,
|
|
1052
|
+
"auto-scaler": R3,
|
|
1053
|
+
"aws-asg": S3,
|
|
1054
|
+
"aws-ebs": P3,
|
|
1055
|
+
"aws-ec2": C3,
|
|
1056
|
+
"aws-ecs": V3,
|
|
1057
|
+
"aws-elasticache": H3,
|
|
1058
|
+
"aws-rds": B3,
|
|
1059
|
+
"aws-redshift": D3,
|
|
1060
|
+
aws: F3,
|
|
1061
|
+
"azure-vm": A3,
|
|
1062
|
+
azure: b3,
|
|
1063
|
+
background: L3,
|
|
1064
|
+
bamboo: W3,
|
|
1065
|
+
bandit: N3,
|
|
1066
|
+
barrier: T3,
|
|
1067
|
+
bitbucket: O3,
|
|
1068
|
+
blackduck: I3,
|
|
1069
|
+
brakeman: _3,
|
|
1070
|
+
"build-kite": G3,
|
|
1071
|
+
burb: $3,
|
|
1072
|
+
chainguard: j3,
|
|
1073
|
+
"chat-gpt": U3,
|
|
1074
|
+
checkmarx: X3,
|
|
1075
|
+
checkov: Y3,
|
|
1076
|
+
"circle-ci": J3,
|
|
1077
|
+
claude: Q3,
|
|
1078
|
+
codecov: Z3,
|
|
1079
|
+
composer: K3,
|
|
1080
|
+
conan: e4,
|
|
1081
|
+
conda: t4,
|
|
1082
|
+
confluence: a4,
|
|
1083
|
+
connector: l4,
|
|
1084
|
+
cran: r4,
|
|
1085
|
+
cursor: c4,
|
|
1086
|
+
"custom-deployment": n4,
|
|
1087
|
+
"custom-ingest": i4,
|
|
1088
|
+
"custom-scan": o4,
|
|
1089
|
+
"custom-secret-manager": s4,
|
|
1090
|
+
dart: m4,
|
|
1091
|
+
"data-dog": h4,
|
|
1092
|
+
"database-apply-schema": v4,
|
|
1093
|
+
"database-check": f4,
|
|
1094
|
+
"database-rollback": d4,
|
|
1095
|
+
databricks: g4,
|
|
1096
|
+
debian: w4,
|
|
1097
|
+
"default-secret-manager": u4,
|
|
1098
|
+
devin: p4,
|
|
1099
|
+
docker: E4,
|
|
1100
|
+
dynatrace: q4,
|
|
1101
|
+
elastic: x4,
|
|
1102
|
+
"error-tracking": z4,
|
|
1103
|
+
"event-relay": y4,
|
|
1104
|
+
fairwinds: M4,
|
|
1105
|
+
"fire-hydrant": k4,
|
|
1106
|
+
flyway: R4,
|
|
1107
|
+
fortify: S4,
|
|
1108
|
+
fossa: P4,
|
|
1109
|
+
git: C4,
|
|
1110
|
+
gitea: V4,
|
|
1111
|
+
"github-action": H4,
|
|
1112
|
+
"github-copilot": B4,
|
|
1113
|
+
github: D4,
|
|
1114
|
+
gitlab: F4,
|
|
1115
|
+
gitleaks: A4,
|
|
1116
|
+
go: b4,
|
|
1117
|
+
gocd: L4,
|
|
1118
|
+
google: W4,
|
|
1119
|
+
grafana: N4,
|
|
1120
|
+
group: T4,
|
|
1121
|
+
grype: O4,
|
|
1122
|
+
harness: I4,
|
|
1123
|
+
hashicorp: _4,
|
|
1124
|
+
helm: G4,
|
|
1125
|
+
hubspot: $4,
|
|
1126
|
+
huggingface: j4,
|
|
1127
|
+
java: U4,
|
|
1128
|
+
"jenkins-x": X4,
|
|
1129
|
+
jenkins: Y4,
|
|
1130
|
+
jfrog: J4,
|
|
1131
|
+
jira: Q4,
|
|
1132
|
+
katalon: Z4,
|
|
1133
|
+
kubernetes: K4,
|
|
1134
|
+
kustomize: e6,
|
|
1135
|
+
linux: t6,
|
|
1136
|
+
liquibase: a6,
|
|
1137
|
+
local: l6,
|
|
1138
|
+
maven: r6,
|
|
1139
|
+
"mcp-connector": c6,
|
|
1140
|
+
mcp: n6,
|
|
1141
|
+
mend: i6,
|
|
1142
|
+
metasploit: o6,
|
|
1143
|
+
microsoft: s6,
|
|
1144
|
+
modelscan: m6,
|
|
1145
|
+
mongodb: h6,
|
|
1146
|
+
"ms-teams": v6,
|
|
1147
|
+
"new-relic": f6,
|
|
1148
|
+
nexus: d6,
|
|
1149
|
+
nikto: g6,
|
|
1150
|
+
nmap: w6,
|
|
1151
|
+
"node-js": u6,
|
|
1152
|
+
npm: p6,
|
|
1153
|
+
nuget: E6,
|
|
1154
|
+
oci: q6,
|
|
1155
|
+
"open-shift": x6,
|
|
1156
|
+
"open-tofu": z6,
|
|
1157
|
+
"ops-genie": y6,
|
|
1158
|
+
osv: M6,
|
|
1159
|
+
owasp: k6,
|
|
1160
|
+
pagerduty: R6,
|
|
1161
|
+
parallel: S6,
|
|
1162
|
+
playwright: P6,
|
|
1163
|
+
"prisma-cloud": C6,
|
|
1164
|
+
prometheus: V6,
|
|
1165
|
+
prowler: H6,
|
|
1166
|
+
puppet: B6,
|
|
1167
|
+
python: D6,
|
|
1168
|
+
qtest: F6,
|
|
1169
|
+
qualys: A6,
|
|
1170
|
+
queue: b6,
|
|
1171
|
+
qwiet: L6,
|
|
1172
|
+
rancher: W6,
|
|
1173
|
+
redhat: N6,
|
|
1174
|
+
"registry-generic": T6,
|
|
1175
|
+
"registry-raw": O6,
|
|
1176
|
+
ruby: I6,
|
|
1177
|
+
"run-test": _6,
|
|
1178
|
+
run: G6,
|
|
1179
|
+
rust: $6,
|
|
1180
|
+
salesforce: j6,
|
|
1181
|
+
"secret-ssh": U6,
|
|
1182
|
+
"secure-shell": X6,
|
|
1183
|
+
semgrep: Y6,
|
|
1184
|
+
serverless: J6,
|
|
1185
|
+
servicenow: Q6,
|
|
1186
|
+
sfx: Z6,
|
|
1187
|
+
slack: K6,
|
|
1188
|
+
snowflake: e5,
|
|
1189
|
+
snyk: t5,
|
|
1190
|
+
sonarqube: a5,
|
|
1191
|
+
splunk: l5,
|
|
1192
|
+
spot: r5,
|
|
1193
|
+
"sql-rollback": c5,
|
|
1194
|
+
sql: n5,
|
|
1195
|
+
"ssca-orchestrate": i5,
|
|
1196
|
+
"sumo-logic": o5,
|
|
1197
|
+
swift: s5,
|
|
1198
|
+
sysdig: m5,
|
|
1199
|
+
tanzu: h5,
|
|
1200
|
+
"tas-vars": v5,
|
|
1201
|
+
tas: f5,
|
|
1202
|
+
teamcity: d5,
|
|
1203
|
+
tenable: g5,
|
|
1204
|
+
terraform: w5,
|
|
1205
|
+
terragrunt: u5,
|
|
1206
|
+
traceable: p5,
|
|
1207
|
+
"travis-ci": E5,
|
|
1208
|
+
veracode: q5,
|
|
1209
|
+
"vue-js": x5,
|
|
1210
|
+
windows: z5,
|
|
1211
|
+
windsurf: y5,
|
|
1212
|
+
wiz: M5,
|
|
1213
|
+
yaml: k5,
|
|
1214
|
+
zap: R5,
|
|
1215
|
+
zoom: S5
|
|
1216
|
+
}, P5 = j("cn-logo", {
|
|
1217
|
+
variants: {
|
|
1218
|
+
size: {
|
|
1219
|
+
xs: "cn-logo-xs",
|
|
1220
|
+
sm: "cn-logo-sm",
|
|
1221
|
+
md: "cn-logo-md",
|
|
1222
|
+
lg: "cn-logo-lg"
|
|
1223
|
+
}
|
|
1224
|
+
},
|
|
1225
|
+
defaultVariants: {
|
|
1226
|
+
size: "lg"
|
|
1227
|
+
}
|
|
1228
|
+
}), H1 = R(({ name: t, size: a, className: l, skipSize: r = !1, fallback: c }, n) => {
|
|
1229
|
+
const o = t ? $0[t] : void 0, i = r ? "" : P5({ size: a });
|
|
1230
|
+
if (!o && c) {
|
|
1231
|
+
console.warn(`Logo "${t}" not found, falling back to "${c}".`);
|
|
1232
|
+
const h = $0[c];
|
|
1233
|
+
return /* @__PURE__ */ s(h, { className: M(i, l), ref: n });
|
|
1234
|
+
}
|
|
1235
|
+
return o ? /* @__PURE__ */ s(o, { className: M(i, l), ref: n }) : (console.warn(`Logo "${t}" not found in LogoNameMapV2.`), null);
|
|
1236
|
+
});
|
|
1237
|
+
H1.displayName = "LogoV2";
|
|
1238
|
+
const C5 = 30 * 60 * 1e3, V5 = 1e3, B1 = R(
|
|
1239
|
+
({
|
|
1240
|
+
children: t,
|
|
1241
|
+
onScrollTop: a,
|
|
1242
|
+
onScrollBottom: l,
|
|
1243
|
+
onScrollLeft: r,
|
|
1244
|
+
onScrollRight: c,
|
|
1245
|
+
rootMargin: n = "0px",
|
|
1246
|
+
threshold: o = 0.1,
|
|
1247
|
+
direction: i,
|
|
1248
|
+
className: h,
|
|
1249
|
+
classNameContent: d,
|
|
1250
|
+
preserveScrollPosition: f = !1,
|
|
1251
|
+
storageKey: v,
|
|
1252
|
+
...g
|
|
1253
|
+
}, p) => {
|
|
1254
|
+
const z = D(null), m = D(), w = D(null), u = D(null), k = D(null), E = D(null), y = V(() => {
|
|
1255
|
+
if (!f || !v || !z.current) return;
|
|
1256
|
+
const x = z.current.scrollTop;
|
|
1257
|
+
try {
|
|
1258
|
+
sessionStorage.setItem(`scroll_${v}`, JSON.stringify({ scrollTop: x, timestamp: Date.now() }));
|
|
1259
|
+
} catch (S) {
|
|
1260
|
+
console.warn("Failed to save scroll position:", S);
|
|
1261
|
+
}
|
|
1262
|
+
}, [f, v]), q = V(() => {
|
|
1263
|
+
if (!(!f || !v || !z.current))
|
|
1264
|
+
try {
|
|
1265
|
+
const x = sessionStorage.getItem(`scroll_${v}`);
|
|
1266
|
+
if (x) {
|
|
1267
|
+
const { scrollTop: S, timestamp: P } = JSON.parse(x);
|
|
1268
|
+
Date.now() - P < C5 ? z.current.scrollTop = S : sessionStorage.removeItem(`scroll_${v}`);
|
|
1269
|
+
}
|
|
1270
|
+
} catch (x) {
|
|
1271
|
+
console.warn("Failed to restore scroll position:", x);
|
|
1272
|
+
}
|
|
1273
|
+
}, [f, v]), H = V(() => {
|
|
1274
|
+
f && (m.current && clearTimeout(m.current), m.current = setTimeout(() => {
|
|
1275
|
+
y();
|
|
1276
|
+
}, V5));
|
|
1277
|
+
}, [f, y]);
|
|
1278
|
+
G(() => {
|
|
1279
|
+
if (!(!f || !v))
|
|
1280
|
+
try {
|
|
1281
|
+
const x = [];
|
|
1282
|
+
for (let S = 0; S < sessionStorage.length; S++) {
|
|
1283
|
+
const P = sessionStorage.key(S);
|
|
1284
|
+
P != null && P.startsWith("scroll_") && P !== `scroll_${v}` && x.push(P);
|
|
1285
|
+
}
|
|
1286
|
+
x.forEach((S) => sessionStorage.removeItem(S));
|
|
1287
|
+
} catch {
|
|
1288
|
+
}
|
|
1289
|
+
}, [f, v]), G(() => {
|
|
1290
|
+
if (!f || !v) return;
|
|
1291
|
+
const x = setTimeout(() => {
|
|
1292
|
+
q();
|
|
1293
|
+
}, 0);
|
|
1294
|
+
return () => clearTimeout(x);
|
|
1295
|
+
}, [f, q, v]), G(() => {
|
|
1296
|
+
const x = z.current;
|
|
1297
|
+
if (x)
|
|
1298
|
+
return x.addEventListener("scroll", H, { passive: !0 }), () => {
|
|
1299
|
+
x.removeEventListener("scroll", H), m.current && clearTimeout(m.current);
|
|
1300
|
+
};
|
|
1301
|
+
}, [H]);
|
|
1302
|
+
const A = V(
|
|
1303
|
+
(x, S) => {
|
|
1304
|
+
if (!x.current || !S) return null;
|
|
1305
|
+
if (typeof n == "object") {
|
|
1306
|
+
const { top: X, right: Q, bottom: I1, left: _1 } = n;
|
|
1307
|
+
n = `${X || "0px"} ${Q || "0px"} ${I1 || "0px"} ${_1 || "0px"}`;
|
|
1308
|
+
}
|
|
1309
|
+
const P = new IntersectionObserver(
|
|
1310
|
+
([X]) => {
|
|
1311
|
+
S(X);
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
root: z.current,
|
|
1315
|
+
rootMargin: n,
|
|
1316
|
+
threshold: o
|
|
1317
|
+
}
|
|
1318
|
+
);
|
|
1319
|
+
return P.observe(x.current), P;
|
|
1320
|
+
},
|
|
1321
|
+
[n, o]
|
|
1322
|
+
);
|
|
1323
|
+
return G(() => {
|
|
1324
|
+
const x = [], S = [
|
|
1325
|
+
[w, a],
|
|
1326
|
+
[u, l],
|
|
1327
|
+
[k, r],
|
|
1328
|
+
[E, c]
|
|
1329
|
+
];
|
|
1330
|
+
for (const [P, X] of S) {
|
|
1331
|
+
const Q = A(P, X);
|
|
1332
|
+
Q && x.push(Q);
|
|
1333
|
+
}
|
|
1334
|
+
return () => {
|
|
1335
|
+
x.forEach((P) => P.disconnect());
|
|
1336
|
+
};
|
|
1337
|
+
}, [A, a, l, r, c]), /* @__PURE__ */ s("div", { className: M("cn-scroll-area", h), dir: i, ref: z, children: /* @__PURE__ */ C("div", { className: M("cn-scroll-area-content", d), ref: p, ...g, children: [
|
|
1338
|
+
t,
|
|
1339
|
+
a && /* @__PURE__ */ s("div", { className: "cn-scroll-area-marker cn-scroll-area-marker-top", ref: w }),
|
|
1340
|
+
l && /* @__PURE__ */ s("div", { className: "cn-scroll-area-marker cn-scroll-area-marker-bottom", ref: u }),
|
|
1341
|
+
r && /* @__PURE__ */ s("div", { className: "cn-scroll-area-marker cn-scroll-area-marker-left", ref: k }),
|
|
1342
|
+
c && /* @__PURE__ */ s("div", { className: "cn-scroll-area-marker cn-scroll-area-marker-right", ref: E })
|
|
1343
|
+
] }) });
|
|
1344
|
+
}
|
|
1345
|
+
);
|
|
1346
|
+
B1.displayName = "ScrollArea";
|
|
1347
|
+
const J5 = (t) => {
|
|
1348
|
+
const [a, l] = N(!0), [r, c] = N(!1), n = V(
|
|
1349
|
+
(i) => {
|
|
1350
|
+
i.isIntersecting && !a && l(!0), i.isIntersecting || l(!1), t != null && t.onScrollTop && t.onScrollTop(i);
|
|
1351
|
+
},
|
|
1352
|
+
[a, t]
|
|
1353
|
+
), o = V(
|
|
1354
|
+
(i) => {
|
|
1355
|
+
i.isIntersecting && !r && c(!0), i.isIntersecting || c(!1), t != null && t.onScrollBottom && t.onScrollBottom(i);
|
|
1356
|
+
},
|
|
1357
|
+
[r, t]
|
|
1358
|
+
);
|
|
1359
|
+
return {
|
|
1360
|
+
isTop: a,
|
|
1361
|
+
isBottom: r,
|
|
1362
|
+
onScrollTop: n,
|
|
1363
|
+
onScrollBottom: o
|
|
1364
|
+
};
|
|
1365
|
+
}, H5 = j("cn-modal-dialog-content", {
|
|
1366
|
+
variants: {
|
|
1367
|
+
size: {
|
|
1368
|
+
sm: "cn-modal-dialog-sm",
|
|
1369
|
+
md: "cn-modal-dialog-md",
|
|
1370
|
+
lg: "cn-modal-dialog-lg",
|
|
1371
|
+
max: "cn-modal-dialog-max"
|
|
1372
|
+
}
|
|
1373
|
+
},
|
|
1374
|
+
defaultVariants: {
|
|
1375
|
+
size: "sm"
|
|
1376
|
+
}
|
|
1377
|
+
}), B5 = j("cn-modal-dialog-header", {
|
|
1378
|
+
variants: {
|
|
1379
|
+
theme: {
|
|
1380
|
+
default: "cn-modal-dialog-theme-default",
|
|
1381
|
+
warning: "cn-modal-dialog-theme-warning",
|
|
1382
|
+
danger: "cn-modal-dialog-theme-danger"
|
|
1383
|
+
}
|
|
1384
|
+
},
|
|
1385
|
+
defaultVariants: {
|
|
1386
|
+
theme: "default"
|
|
1387
|
+
}
|
|
1388
|
+
}), D5 = ({ children: t, open: a, ...l }) => /* @__PURE__ */ s(S0.Provider, { value: { open: a }, children: /* @__PURE__ */ s(o3, { ...l, open: a, children: t }) }), D1 = R(
|
|
1389
|
+
({ children: t, className: a, size: l = "sm", hideClose: r = !1, onCloseAutoFocus: c, ...n }, o) => {
|
|
1390
|
+
const { portalContainer: i } = Y1(), { handleCloseAutoFocus: h } = l2(), d = V(
|
|
1391
|
+
(g) => {
|
|
1392
|
+
h(), c == null || c(g);
|
|
1393
|
+
},
|
|
1394
|
+
[c, h]
|
|
1395
|
+
), f = [], v = [];
|
|
1396
|
+
return k0.forEach(t, (g) => {
|
|
1397
|
+
U0(g) && g.type === D0 ? v.push(g) : f.push(g);
|
|
1398
|
+
}), /* @__PURE__ */ s(m3, { container: i, children: /* @__PURE__ */ s(h3, { className: "cn-modal-dialog-overlay", children: /* @__PURE__ */ C(
|
|
1399
|
+
v3,
|
|
1400
|
+
{
|
|
1401
|
+
ref: o,
|
|
1402
|
+
className: M(H5({ size: l }), a),
|
|
1403
|
+
...n,
|
|
1404
|
+
onCloseAutoFocus: d,
|
|
1405
|
+
children: [
|
|
1406
|
+
/* @__PURE__ */ C("div", { className: "cn-modal-dialog-container", children: [
|
|
1407
|
+
!r && /* @__PURE__ */ s(V1, { asChild: !0, children: /* @__PURE__ */ s(J, { className: "cn-modal-dialog-close", variant: "transparent", iconOnly: !0, ignoreIconOnlyTooltip: !0, children: /* @__PURE__ */ s(W, { name: "xmark" }) }) }),
|
|
1408
|
+
f
|
|
1409
|
+
] }),
|
|
1410
|
+
v
|
|
1411
|
+
]
|
|
1412
|
+
}
|
|
1413
|
+
) }) });
|
|
1414
|
+
}
|
|
1415
|
+
);
|
|
1416
|
+
D1.displayName = "Dialog.Content";
|
|
1417
|
+
const F1 = R(
|
|
1418
|
+
({ className: t, icon: a, logo: l, theme: r = "default", children: c, ...n }, o) => {
|
|
1419
|
+
const { t: i } = Q0();
|
|
1420
|
+
if (a && l)
|
|
1421
|
+
return console.warn("Dialog.Header: Cannot use both icon and logo props together"), null;
|
|
1422
|
+
let h = null, d = null;
|
|
1423
|
+
return k0.forEach(c, (f) => {
|
|
1424
|
+
U0(f) && (f.type === B0 ? h = f : f.type === c0 && (d = f));
|
|
1425
|
+
}), /* @__PURE__ */ C("div", { className: M(B5({ theme: r }), t), ref: o, ...n, children: [
|
|
1426
|
+
/* @__PURE__ */ C("div", { className: "cn-modal-dialog-header-title-row", children: [
|
|
1427
|
+
a && /* @__PURE__ */ s("div", { className: "cn-modal-dialog-header-icon", children: /* @__PURE__ */ s(W, { name: a, size: "xl" }) }),
|
|
1428
|
+
l && /* @__PURE__ */ s("div", { className: "cn-modal-dialog-header-logo", children: /* @__PURE__ */ s(H1, { name: l, size: "md" }) }),
|
|
1429
|
+
h
|
|
1430
|
+
] }),
|
|
1431
|
+
d || /* @__PURE__ */ s(c0, { className: "sr-only", children: i("component:dialog.noDescription", "No description available") })
|
|
1432
|
+
] });
|
|
1433
|
+
}
|
|
1434
|
+
);
|
|
1435
|
+
F1.displayName = "Dialog.Header";
|
|
1436
|
+
const B0 = R(({ className: t, ...a }, l) => /* @__PURE__ */ s(f3, { className: M("cn-modal-dialog-title", t), ...a, ref: l }));
|
|
1437
|
+
B0.displayName = "Dialog.Title";
|
|
1438
|
+
const c0 = R(
|
|
1439
|
+
({ className: t, ...a }, l) => /* @__PURE__ */ s(d3, { className: M("cn-modal-dialog-description", t), ...a, ref: l })
|
|
1440
|
+
);
|
|
1441
|
+
c0.displayName = "Dialog.Description";
|
|
1442
|
+
const A1 = R(
|
|
1443
|
+
({ className: t, classNameContent: a, children: l, scrollable: r = !0, ...c }, n) => {
|
|
1444
|
+
const o = M("cn-modal-dialog-body-content", a);
|
|
1445
|
+
return r ? /* @__PURE__ */ s(
|
|
1446
|
+
B1,
|
|
1447
|
+
{
|
|
1448
|
+
className: M("cn-modal-dialog-body", t),
|
|
1449
|
+
classNameContent: o,
|
|
1450
|
+
ref: n,
|
|
1451
|
+
...c,
|
|
1452
|
+
children: l
|
|
1453
|
+
}
|
|
1454
|
+
) : /* @__PURE__ */ s("div", { className: M("cn-modal-dialog-body", t), ref: n, ...c, children: /* @__PURE__ */ s("div", { className: o, children: l }) });
|
|
1455
|
+
}
|
|
1456
|
+
);
|
|
1457
|
+
A1.displayName = "Dialog.Body";
|
|
1458
|
+
const D0 = R(({ className: t, ...a }, l) => /* @__PURE__ */ s("div", { className: M("cn-modal-dialog-footer", t), ...a, ref: l }));
|
|
1459
|
+
D0.displayName = "Dialog.Footer";
|
|
1460
|
+
const b1 = R(({ children: t, className: a, ...l }, r) => /* @__PURE__ */ s(V1, { asChild: !0, children: /* @__PURE__ */ s(J, { variant: "secondary", className: a, ...l, ref: r, children: t }) }));
|
|
1461
|
+
b1.displayName = "Dialog.Close";
|
|
1462
|
+
const L1 = R(({ children: t, ...a }, l) => /* @__PURE__ */ s(e1, { ref: l, ...a, TriggerComponent: s3, children: t }));
|
|
1463
|
+
L1.displayName = "DialogTrigger";
|
|
1464
|
+
const b = {
|
|
1465
|
+
Root: D5,
|
|
1466
|
+
Trigger: L1,
|
|
1467
|
+
Content: D1,
|
|
1468
|
+
Close: b1,
|
|
1469
|
+
Header: F1,
|
|
1470
|
+
Title: B0,
|
|
1471
|
+
Description: c0,
|
|
1472
|
+
Body: A1,
|
|
1473
|
+
Footer: D0
|
|
1474
|
+
}, Q5 = ({
|
|
1475
|
+
open: t,
|
|
1476
|
+
onCancel: a,
|
|
1477
|
+
onConfirm: l,
|
|
1478
|
+
title: r = "Unsaved changes",
|
|
1479
|
+
subtitle: c = "You have unsaved changes that will be lost if you leave now.",
|
|
1480
|
+
confirmText: n = "Leave anyway",
|
|
1481
|
+
cancelText: o = "Keep editing",
|
|
1482
|
+
error: i,
|
|
1483
|
+
isLoading: h = !1
|
|
1484
|
+
}) => /* @__PURE__ */ s(
|
|
1485
|
+
b.Root,
|
|
1486
|
+
{
|
|
1487
|
+
open: t,
|
|
1488
|
+
onOpenChange: (d) => {
|
|
1489
|
+
d || a == null || a();
|
|
1490
|
+
},
|
|
1491
|
+
children: /* @__PURE__ */ C(b.Content, { className: "max-w-[500px]", children: [
|
|
1492
|
+
/* @__PURE__ */ s(b.Header, { children: /* @__PURE__ */ s(b.Title, { children: r }) }),
|
|
1493
|
+
/* @__PURE__ */ s(b.Body, { children: /* @__PURE__ */ s(b.Description, { children: c }) }),
|
|
1494
|
+
/* @__PURE__ */ C(b.Footer, { children: [
|
|
1495
|
+
/* @__PURE__ */ C(c2, { children: [
|
|
1496
|
+
/* @__PURE__ */ s(b.Close, { onClick: () => a == null ? void 0 : a(), disabled: h, children: o }),
|
|
1497
|
+
/* @__PURE__ */ s(J, { onClick: l, disabled: h, children: h ? "Loading..." : n })
|
|
1498
|
+
] }),
|
|
1499
|
+
i && /* @__PURE__ */ s(j0.Root, { children: /* @__PURE__ */ s(j0.Title, { children: i }) })
|
|
1500
|
+
] })
|
|
1501
|
+
] })
|
|
1502
|
+
}
|
|
1503
|
+
), F5 = j("cn-link", {
|
|
1504
|
+
variants: {
|
|
1505
|
+
variant: {
|
|
1506
|
+
default: "cn-link-default",
|
|
1507
|
+
secondary: "cn-link-secondary"
|
|
1508
|
+
},
|
|
1509
|
+
size: {
|
|
1510
|
+
md: "",
|
|
1511
|
+
sm: "cn-link-sm"
|
|
1512
|
+
},
|
|
1513
|
+
noHoverUnderline: {
|
|
1514
|
+
true: "cn-link-no-underline"
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
defaultVariants: {
|
|
1518
|
+
variant: "default",
|
|
1519
|
+
size: "md"
|
|
1520
|
+
}
|
|
1521
|
+
}), W1 = R(
|
|
1522
|
+
({
|
|
1523
|
+
className: t,
|
|
1524
|
+
variant: a = "default",
|
|
1525
|
+
children: l,
|
|
1526
|
+
prefixIcon: r,
|
|
1527
|
+
suffixIcon: c,
|
|
1528
|
+
noHoverUnderline: n = !1,
|
|
1529
|
+
disabled: o = !1,
|
|
1530
|
+
size: i,
|
|
1531
|
+
onClick: h,
|
|
1532
|
+
external: d,
|
|
1533
|
+
...f
|
|
1534
|
+
}, v) => {
|
|
1535
|
+
const { Link: g } = Z1(), p = d ? "a" : g, z = (m) => {
|
|
1536
|
+
o ? (m.preventDefault(), m.stopPropagation()) : h == null || h(m);
|
|
1537
|
+
};
|
|
1538
|
+
return /* @__PURE__ */ C(
|
|
1539
|
+
p,
|
|
1540
|
+
{
|
|
1541
|
+
...f,
|
|
1542
|
+
className: M(F5({ variant: a, size: i, noHoverUnderline: n }), t),
|
|
1543
|
+
onClick: z,
|
|
1544
|
+
"data-disabled": o,
|
|
1545
|
+
"aria-disabled": o,
|
|
1546
|
+
ref: v,
|
|
1547
|
+
children: [
|
|
1548
|
+
!!r && /* @__PURE__ */ s(W, { name: typeof r == "string" ? r : "nav-arrow-left", size: "2xs" }),
|
|
1549
|
+
l,
|
|
1550
|
+
!!c && /* @__PURE__ */ s(W, { name: typeof c == "string" ? c : "arrow-up-right", size: "2xs" })
|
|
1551
|
+
]
|
|
1552
|
+
}
|
|
1553
|
+
);
|
|
1554
|
+
}
|
|
1555
|
+
);
|
|
1556
|
+
W1.displayName = "Link";
|
|
1557
|
+
const N1 = R(
|
|
1558
|
+
({ external: t, asChild: a = !1, children: l, className: r, ...c }, n) => {
|
|
1559
|
+
if (a)
|
|
1560
|
+
return /* @__PURE__ */ s("div", { className: "cn-alert-link-wrapper", children: /* @__PURE__ */ s(z0, { ref: n, children: l }) });
|
|
1561
|
+
const o = c;
|
|
1562
|
+
return /* @__PURE__ */ s("div", { className: "cn-alert-link-wrapper", children: /* @__PURE__ */ s(
|
|
1563
|
+
W1,
|
|
1564
|
+
{
|
|
1565
|
+
ref: n,
|
|
1566
|
+
variant: "default",
|
|
1567
|
+
suffixIcon: !0,
|
|
1568
|
+
className: M("cn-alert-link", r),
|
|
1569
|
+
...o,
|
|
1570
|
+
...c,
|
|
1571
|
+
children: l
|
|
1572
|
+
}
|
|
1573
|
+
) });
|
|
1574
|
+
}
|
|
1575
|
+
);
|
|
1576
|
+
N1.displayName = "AlertLink";
|
|
1577
|
+
const A5 = j("cn-alert", {
|
|
1578
|
+
variants: {
|
|
1579
|
+
theme: {
|
|
1580
|
+
info: "cn-alert-info",
|
|
1581
|
+
danger: "cn-alert-danger",
|
|
1582
|
+
warning: "cn-alert-warning",
|
|
1583
|
+
success: "cn-alert-success"
|
|
1584
|
+
}
|
|
1585
|
+
},
|
|
1586
|
+
defaultVariants: {
|
|
1587
|
+
theme: "info"
|
|
1588
|
+
}
|
|
1589
|
+
}), b5 = {
|
|
1590
|
+
info: "info-circle",
|
|
1591
|
+
danger: "xmark-circle",
|
|
1592
|
+
warning: "warning-triangle",
|
|
1593
|
+
success: "check-circle"
|
|
1594
|
+
}, u0 = 138, T1 = R(
|
|
1595
|
+
({ className: t, textWrapClassName: a, theme: l, children: r, dismissible: c, onDismiss: n, expandable: o }, i) => {
|
|
1596
|
+
const { t: h } = Q0(), [d, f] = N(!0), [v, g] = N(!1), [p, z] = N(!1), m = D(null), w = () => {
|
|
1597
|
+
f(!1), n == null || n();
|
|
1598
|
+
}, u = b5[l ?? "info"], k = () => g((q) => !q), E = o && p, y = {
|
|
1599
|
+
"--cn-alert-min-h": `${u0}px`
|
|
1600
|
+
};
|
|
1601
|
+
return K1(
|
|
1602
|
+
m,
|
|
1603
|
+
(q) => {
|
|
1604
|
+
if (!q) return;
|
|
1605
|
+
const { scrollHeight: H } = q;
|
|
1606
|
+
z(H > u0);
|
|
1607
|
+
},
|
|
1608
|
+
100
|
|
1609
|
+
), Q1(() => {
|
|
1610
|
+
if (!o || !m.current) return;
|
|
1611
|
+
const q = m.current;
|
|
1612
|
+
z(q.scrollHeight > u0);
|
|
1613
|
+
}, [r, o]), d ? /* @__PURE__ */ C("div", { ref: i, role: "alert", className: M(A5({ theme: l }), t), style: y, children: [
|
|
1614
|
+
c && /* @__PURE__ */ s(
|
|
1615
|
+
J,
|
|
1616
|
+
{
|
|
1617
|
+
className: "cn-alert-close-button",
|
|
1618
|
+
onClick: w,
|
|
1619
|
+
type: "button",
|
|
1620
|
+
variant: "transparent",
|
|
1621
|
+
size: "sm",
|
|
1622
|
+
iconOnly: !0,
|
|
1623
|
+
"aria-label": h("component:alert.close", "Close alert"),
|
|
1624
|
+
ignoreIconOnlyTooltip: !0,
|
|
1625
|
+
children: /* @__PURE__ */ s(W, { className: "cn-alert-close-button-icon", name: "xmark" })
|
|
1626
|
+
}
|
|
1627
|
+
),
|
|
1628
|
+
/* @__PURE__ */ s(W, { className: "cn-alert-icon", name: u, size: "md" }),
|
|
1629
|
+
/* @__PURE__ */ C("div", { className: M("cn-alert-text-wrap", { "cn-alert-text-wrap-expanded": v }, a), children: [
|
|
1630
|
+
/* @__PURE__ */ s(
|
|
1631
|
+
"div",
|
|
1632
|
+
{
|
|
1633
|
+
className: M("cn-alert-content-box", {
|
|
1634
|
+
"cn-alert-content-expanded": v,
|
|
1635
|
+
"cn-alert-content-overflow": E
|
|
1636
|
+
}),
|
|
1637
|
+
children: /* @__PURE__ */ s(
|
|
1638
|
+
"div",
|
|
1639
|
+
{
|
|
1640
|
+
ref: m,
|
|
1641
|
+
className: M("cn-alert-content", { "cn-alert-min-h-content": E }),
|
|
1642
|
+
role: "region",
|
|
1643
|
+
"aria-label": h("component:alert.contentRegion", "Alert content"),
|
|
1644
|
+
children: r
|
|
1645
|
+
}
|
|
1646
|
+
)
|
|
1647
|
+
}
|
|
1648
|
+
),
|
|
1649
|
+
E && /* @__PURE__ */ s(p0, { children: /* @__PURE__ */ C(
|
|
1650
|
+
J,
|
|
1651
|
+
{
|
|
1652
|
+
className: "cn-alert-expand-button",
|
|
1653
|
+
onClick: k,
|
|
1654
|
+
type: "button",
|
|
1655
|
+
variant: "transparent",
|
|
1656
|
+
"aria-expanded": v,
|
|
1657
|
+
children: [
|
|
1658
|
+
v ? h("component:alert.showLess", "Show less") : h("component:alert.showMore", "Show more"),
|
|
1659
|
+
/* @__PURE__ */ s(
|
|
1660
|
+
W,
|
|
1661
|
+
{
|
|
1662
|
+
className: M("cn-alert-expand-button-icon", {
|
|
1663
|
+
"cn-alert-expand-button-icon-rotate-180": v
|
|
1664
|
+
}),
|
|
1665
|
+
name: "nav-arrow-down"
|
|
1666
|
+
}
|
|
1667
|
+
)
|
|
1668
|
+
]
|
|
1669
|
+
}
|
|
1670
|
+
) })
|
|
1671
|
+
] }),
|
|
1672
|
+
E && /* @__PURE__ */ s("div", { className: M("cn-alert-fade-overlay", { "cn-alert-fade-overlay-not-visible": v }) })
|
|
1673
|
+
] }) : null;
|
|
1674
|
+
}
|
|
1675
|
+
);
|
|
1676
|
+
T1.displayName = "AlertRoot";
|
|
1677
|
+
const O1 = R(({ className: t, children: a }, l) => /* @__PURE__ */ s("h5", { ref: l, className: M("cn-alert-title", t), children: a }));
|
|
1678
|
+
O1.displayName = "AlertTitle";
|
|
1679
|
+
const j0 = {
|
|
1680
|
+
Root: T1,
|
|
1681
|
+
Title: O1,
|
|
1682
|
+
Description: X0,
|
|
1683
|
+
Link: N1
|
|
1684
|
+
};
|
|
1685
|
+
export {
|
|
1686
|
+
j0 as A,
|
|
1687
|
+
c2 as B,
|
|
1688
|
+
v3 as C,
|
|
1689
|
+
d3 as D,
|
|
1690
|
+
Q5 as E,
|
|
1691
|
+
l1 as F,
|
|
1692
|
+
W1 as L,
|
|
1693
|
+
h3 as O,
|
|
1694
|
+
m3 as P,
|
|
1695
|
+
o3 as R,
|
|
1696
|
+
B1 as S,
|
|
1697
|
+
s3 as T,
|
|
1698
|
+
F as _,
|
|
1699
|
+
f3 as a,
|
|
1700
|
+
V1 as b,
|
|
1701
|
+
H1 as c,
|
|
1702
|
+
J5 as d,
|
|
1703
|
+
l2 as e,
|
|
1704
|
+
S0 as f,
|
|
1705
|
+
e1 as g,
|
|
1706
|
+
f2 as h,
|
|
1707
|
+
v1 as i,
|
|
1708
|
+
K2 as j,
|
|
1709
|
+
b as k,
|
|
1710
|
+
U5 as l,
|
|
1711
|
+
$5 as m,
|
|
1712
|
+
c1 as n,
|
|
1713
|
+
d2 as o,
|
|
1714
|
+
j5 as p,
|
|
1715
|
+
G5 as q,
|
|
1716
|
+
$0 as r,
|
|
1717
|
+
F5 as s,
|
|
1718
|
+
P5 as t,
|
|
1719
|
+
Q0 as u,
|
|
1720
|
+
_5 as v,
|
|
1721
|
+
I5 as w,
|
|
1722
|
+
e2 as x
|
|
1723
|
+
};
|
|
1724
|
+
//# sourceMappingURL=index-BDJi_LAk.js.map
|