@aitronos/freddy-plugins 0.1.36 → 0.1.38
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/index.cjs +1 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +114 -5
- package/dist/index.js +312 -322
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode(".freddy-modal-overlay{position:fixed;top:0;left:0;z-index:9998;width:100%;height:100%;background:#0f172acc;display:flex;justify-content:center;align-items:center}.freddy-modal-wrapper{display:flex;justify-content:center;align-items:center}.freddy-modal-container{background-color:#0f172a;padding:2rem;border-radius:2.5rem;overflow:hidden;color:#fff}.freddy-modal-large{width:90%;max-width:900px}@media (max-width: 1280px){.freddy-modal-large{max-width:900px}}@media (max-width: 1024px){.freddy-modal-large{max-width:900px}}@media (max-width: 768px){.freddy-modal-large{max-width:730px}}@media (max-width: 640px){.freddy-modal-large{max-width:500px}}@media (max-width: 480px){.freddy-modal-large{width:auto;max-width:90%}}.freddy-modal-header,.freddy-modal-body,.freddy-modal-footer{margin-bottom:1rem}.modal-enter-active,.modal-leave-active{transition:opacity .3s}.modal-enter,.modal-leave-to{opacity:0}.freddy-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background-color:#031525c4;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;overflow:auto}.freddy-modal-content{background-color:#031525;border-radius:40px;box-shadow:0 0 10px 2px #ffffff40;padding:30px;position:relative;margin:auto;min-width:370px;max-width:90%;width:auto}.freddy-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.freddy-modal-title{font-size:29px;line-height:35px;font-weight:600;margin:0}.freddy-modal-close{background:none;border:none;font-size:35px;font-weight:400;color:#fff;padding:0;line-height:1;cursor:pointer}.freddy-modal-close-icon{width:16px;height:16px;stroke-width:2px}.freddy-pagination-nav{width:100%;display:flex;gap:.25rem;justify-content:space-between}.freddy-pagination-number-button{display:flex;align-items:center;justify-content:center;border-radius:4px;color:#6b7280;cursor:pointer;padding:.5rem .75rem;height:auto;background:transparent;border:none;transition:background-color .2s,color .2s}.freddy-pagination-number-button.active,.freddy-pagination-number-button.bg-white{background-color:#ffffff1a;color:#fff}.freddy-pagination-dynamic-container{display:flex;gap:.25rem}.freddy-pagination-end-button{margin-left:16px;display:flex;align-items:center;justify-content:center;padding:0 1rem;height:2.5rem;margin-inline-start:0;line-height:1.25rem;color:#6b7280;background-color:#031525;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;cursor:pointer;transition:background-color .2s,color .2s}.freddy-pagination-hover-enabled:hover{background-color:#ffffff1a;color:#cbd6e3;cursor:pointer}.freddy-plugin-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-linear,.icon-slack,.icon-zapier{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.freddy-plugins-user-avatar-base[data-v-720c99ab]{width:100px;height:20px;object-fit:cover}.icon-lense{font-size:14px;color:#fff6}.icon-person-circle{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px;font-size:16px;color:#e8e2e0}.icon-person-circle:hover{color:#fff;cursor:pointer}.icon-polygon-down[data-v-26e89062]{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.icon-polygon-down[data-v-26e89062] :hover{color:#fff;cursor:pointer}.icon-progress-base,.icon-progress-complete,.icon-progress-going,.icon-radio,.icon-radio-fill,.icon-robot-screen{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.icon-robot-screen:hover{color:#fff;cursor:pointer}svg[data-v-302f30e0]{stroke:#cbd6e3}.icon-send[data-v-f415bf35]{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;font-size:14px;color:#b1a8a8}.icon-send[data-v-f415bf35]:hover{cursor:pointer}.freddy-search-wrapper{display:flex;box-sizing:border-box;align-items:flex-start;gap:.5rem;height:37px;width:100%;border:1px solid #333741;padding-left:.875rem;padding-right:.875rem;border-radius:.5rem;cursor:text}.freddy-search-icon{flex-shrink:0;width:1.25rem;height:1.25rem;align-self:center;stroke:#fff6}.freddy-search-input{flex:1 1 auto;width:100%;font-size:14px;font-weight:500;line-height:16px;background:transparent;border:none;outline:none;color:#cbd6e3;align-self:center}.freddy-search-input::placeholder{color:#fff6;opacity:.7}.freddy-search-spinner{width:21px!important;align-self:center}.freddy-plugin-toast-container{position:fixed;right:1.25rem;bottom:.5rem;width:78%;padding-bottom:17px;z-index:50}.freddy-plugin-toast{border:2px solid white;margin-top:.75rem;padding:1rem;border-radius:1.5rem;background-color:#031525;animation:fade-in-right .5s ease-out}.freddy-plugin-toast-content{display:flex;justify-content:space-between;align-items:center;position:relative}.freddy-plugin-toast-left{display:flex;gap:1rem}.freddy-plugin-toast-icon{margin-top:.5rem;height:2rem;width:2rem;border:4px solid;stroke-width:2;border-radius:9999px;padding:.25rem;box-sizing:border-box}.freddy-plugin-toast-icon-info{border-color:#fff3;background-color:#ffffff17}.freddy-plugin-toast-icon-danger{border-color:#f79009;background-color:#fdb022}.freddy-plugin-toast-text{display:flex;flex-direction:column;gap:.375rem}.freddy-plugin-toast-title{font-size:.875rem;font-weight:600;margin:0}.freddy-plugin-toast-message{font-size:.875rem;font-weight:500;line-height:normal;margin:0}.freddy-plugin-toast-close-btn{position:absolute;right:.5rem;top:0;background:none;border:none;cursor:pointer}.freddy-plugin-nav-bar{display:flex;width:100%;gap:24px;border-bottom:1px solid rgba(255,255,255,.09);padding-right:10px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.freddy-plugin-menu-button{all:unset;display:flex;flex-direction:column;padding-top:8px;cursor:pointer}.freddy-plugin-active-tab{width:100%;background-color:#fff;height:2px;border-top-left-radius:.375rem;border-top-right-radius:.375rem}.freddy-plugin-toast-wrapper{position:fixed;right:10px;bottom:10px;display:flex;flex-direction:column;gap:.5rem}.freddy-plugin-toast-item{background-color:var(--toast-bg-color, #099250);border-radius:10px;padding:.625rem;display:flex;align-items:center;gap:.625rem;box-shadow:0 2px 6px #00000026;animation:fadeIn .3s ease}.freddy-plugin-toast-success{--toast-bg-color: #099250;--toast-icon-color: #099250}.freddy-plugin-toast-danger{--toast-bg-color: #e71d41;--toast-icon-color: #e71d41}.freddy-plugin-toast-info{--toast-bg-color: #3182ce;--toast-icon-color: #3182ce}.freddy-plugin-toast-icon-wrapper{flex-shrink:0;width:1.25rem;height:1.25rem;background-color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center}.freddy-plugin-toast-icon{width:100%;height:100%;color:var(--toast-icon-color, #099250);padding:.25rem}.freddy-plugin-toast-message{min-width:16rem;max-width:420px;flex:1 1 auto;font-size:16px;font-weight:500;color:#fff}.freddy-plugin-toast-close-button{flex-shrink:0;width:1rem;height:1rem;background:transparent;border:none;display:flex;align-items:center;justify-content:center}.freddy-plugin-toast-close-icon{width:100%;height:100%;color:#fff;padding:.125rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}")),document.head.appendChild(e)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
2
|
-
import { defineComponent as u, createBlock as
|
|
2
|
+
import { defineComponent as u, createBlock as w, openBlock as s, Transition as V, withCtx as J, createElementBlock as r, createCommentVNode as L, createElementVNode as e, normalizeClass as g, renderSlot as x, withModifiers as R, toDisplayString as m, createVNode as v, computed as F, Fragment as U, renderList as G, createStaticVNode as C, ref as M, unref as y, withDirectives as N, vModelText as z, resolveDynamicComponent as Q, createTextVNode as K } from "vue";
|
|
3
3
|
const X = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "fixed z-[9998] top-0 left-0 w-full h-full bg-modalBackgroundBlur flex justify-center items-center"
|
|
@@ -10,8 +10,8 @@ const X = {
|
|
|
10
10
|
largeModel: { type: Boolean }
|
|
11
11
|
},
|
|
12
12
|
setup(o) {
|
|
13
|
-
return (t, i) => (s(),
|
|
14
|
-
default:
|
|
13
|
+
return (t, i) => (s(), w(V, { name: "modal" }, {
|
|
14
|
+
default: J(() => [
|
|
15
15
|
t.isVisible ? (s(), r("div", X, [
|
|
16
16
|
e("div", W, [
|
|
17
17
|
e("div", {
|
|
@@ -20,17 +20,17 @@ const X = {
|
|
|
20
20
|
})
|
|
21
21
|
}, [
|
|
22
22
|
e("div", q, [
|
|
23
|
-
|
|
23
|
+
x(t.$slots, "header")
|
|
24
24
|
]),
|
|
25
25
|
e("div", $, [
|
|
26
|
-
|
|
26
|
+
x(t.$slots, "body")
|
|
27
27
|
]),
|
|
28
28
|
e("div", t1, [
|
|
29
|
-
|
|
29
|
+
x(t.$slots, "footer")
|
|
30
30
|
])
|
|
31
31
|
], 2)
|
|
32
32
|
])
|
|
33
|
-
])) :
|
|
33
|
+
])) : L("", !0)
|
|
34
34
|
]),
|
|
35
35
|
_: 3
|
|
36
36
|
}));
|
|
@@ -52,8 +52,8 @@ const X = {
|
|
|
52
52
|
},
|
|
53
53
|
emits: ["close"],
|
|
54
54
|
setup(o, { emit: t }) {
|
|
55
|
-
return (i, l) => (s(),
|
|
56
|
-
default:
|
|
55
|
+
return (i, l) => (s(), w(V, { name: "modal" }, {
|
|
56
|
+
default: J(() => [
|
|
57
57
|
o.isVisible ? (s(), r("div", o1, [
|
|
58
58
|
e("div", e1, [
|
|
59
59
|
e("div", {
|
|
@@ -63,17 +63,17 @@ const X = {
|
|
|
63
63
|
])
|
|
64
64
|
}, [
|
|
65
65
|
e("div", s1, [
|
|
66
|
-
|
|
66
|
+
x(i.$slots, "header")
|
|
67
67
|
]),
|
|
68
68
|
e("div", r1, [
|
|
69
|
-
|
|
69
|
+
x(i.$slots, "body")
|
|
70
70
|
]),
|
|
71
71
|
e("div", n1, [
|
|
72
|
-
|
|
72
|
+
x(i.$slots, "footer")
|
|
73
73
|
])
|
|
74
74
|
], 2)
|
|
75
75
|
])
|
|
76
|
-
])) :
|
|
76
|
+
])) : L("", !0)
|
|
77
77
|
]),
|
|
78
78
|
_: 3
|
|
79
79
|
}));
|
|
@@ -99,7 +99,7 @@ function a1(o, t) {
|
|
|
99
99
|
}, null, -1)
|
|
100
100
|
]));
|
|
101
101
|
}
|
|
102
|
-
const
|
|
102
|
+
const T = /* @__PURE__ */ n(i1, [["render", a1]]), p1 = { class: "freddy-modal-title" }, c1 = { class: "freddy-modal-body" }, S6 = /* @__PURE__ */ u({
|
|
103
103
|
__name: "ModalOverlay",
|
|
104
104
|
props: {
|
|
105
105
|
modalTitle: {},
|
|
@@ -110,33 +110,33 @@ const b = /* @__PURE__ */ n(i1, [["render", a1]]), p1 = { class: "freddy-modal-t
|
|
|
110
110
|
setup(o, { emit: t }) {
|
|
111
111
|
const i = o, l = t, a = () => {
|
|
112
112
|
l("close");
|
|
113
|
-
},
|
|
113
|
+
}, d = () => {
|
|
114
114
|
i.disableClickOutside || a();
|
|
115
115
|
};
|
|
116
|
-
return (p,
|
|
116
|
+
return (p, A) => (s(), r("div", {
|
|
117
117
|
role: "dialog",
|
|
118
118
|
"aria-modal": "true",
|
|
119
119
|
class: "freddy-modal-overlay",
|
|
120
|
-
onClick:
|
|
120
|
+
onClick: d
|
|
121
121
|
}, [
|
|
122
122
|
e("div", {
|
|
123
123
|
class: "freddy-modal-content",
|
|
124
|
-
onClick:
|
|
124
|
+
onClick: A[0] || (A[0] = R(() => {
|
|
125
125
|
}, ["stop"]))
|
|
126
126
|
}, [
|
|
127
127
|
e("header", {
|
|
128
128
|
class: g(["freddy-modal-header", p.headerClass])
|
|
129
129
|
}, [
|
|
130
|
-
e("h2", p1,
|
|
130
|
+
e("h2", p1, m(p.modalTitle), 1),
|
|
131
131
|
e("button", {
|
|
132
132
|
class: "freddy-modal-close",
|
|
133
133
|
onClick: a
|
|
134
134
|
}, [
|
|
135
|
-
|
|
135
|
+
v(T, { class: "freddy-modal-close-icon" })
|
|
136
136
|
])
|
|
137
137
|
], 2),
|
|
138
138
|
e("div", c1, [
|
|
139
|
-
|
|
139
|
+
x(p.$slots, "content")
|
|
140
140
|
])
|
|
141
141
|
])
|
|
142
142
|
]));
|
|
@@ -153,42 +153,42 @@ const b = /* @__PURE__ */ n(i1, [["render", a1]]), p1 = { class: "freddy-modal-t
|
|
|
153
153
|
},
|
|
154
154
|
emits: ["update:currentPage"],
|
|
155
155
|
setup(o, { emit: t }) {
|
|
156
|
-
const i = o, l = t, a =
|
|
156
|
+
const i = o, l = t, a = F(
|
|
157
157
|
() => Math.ceil(i.totalItems / i.itemsPerPage)
|
|
158
|
-
),
|
|
159
|
-
const
|
|
158
|
+
), d = F(() => {
|
|
159
|
+
const A = [], c = a.value, f = i.currentPage;
|
|
160
160
|
if (c <= 7)
|
|
161
161
|
for (let h = 1; h <= c; h++)
|
|
162
|
-
|
|
162
|
+
A.push(h);
|
|
163
163
|
else {
|
|
164
|
-
|
|
165
|
-
for (let h = Math.max(4,
|
|
166
|
-
|
|
167
|
-
|
|
164
|
+
A.push(1), f > 4 ? A.push("...") : A.push(2, 3);
|
|
165
|
+
for (let h = Math.max(4, f - 1); h <= Math.min(c - 3, f + 1); h++)
|
|
166
|
+
A.push(h);
|
|
167
|
+
f < c - 4 && A.push("..."), A.push(c - 2, c - 1, c);
|
|
168
168
|
}
|
|
169
|
-
return
|
|
169
|
+
return A;
|
|
170
170
|
});
|
|
171
|
-
function p(
|
|
172
|
-
|
|
171
|
+
function p(A) {
|
|
172
|
+
A === "..." || A === i.currentPage || typeof A == "number" && A >= 1 && A <= a.value && l("update:currentPage", A);
|
|
173
173
|
}
|
|
174
|
-
return (
|
|
174
|
+
return (A, c) => (s(), r("nav", d1, [
|
|
175
175
|
e("button", {
|
|
176
176
|
class: g(["freddy-pagination-end-button", { "freddy-pagination-hover-enabled": o.currentPage !== 1 }]),
|
|
177
|
-
onClick: c[0] || (c[0] = (
|
|
177
|
+
onClick: c[0] || (c[0] = (f) => p(o.currentPage - 1)),
|
|
178
178
|
disabled: o.currentPage === 1
|
|
179
179
|
}, " Previous ", 10, A1),
|
|
180
180
|
e("div", f1, [
|
|
181
|
-
(s(!0), r(
|
|
182
|
-
key:
|
|
183
|
-
class: g(["freddy-pagination-number-button", { active:
|
|
184
|
-
onClick: (h) => p(
|
|
185
|
-
disabled:
|
|
186
|
-
},
|
|
181
|
+
(s(!0), r(U, null, G(d.value, (f) => (s(), r("button", {
|
|
182
|
+
key: f,
|
|
183
|
+
class: g(["freddy-pagination-number-button", { active: f === o.currentPage }]),
|
|
184
|
+
onClick: (h) => p(f),
|
|
185
|
+
disabled: f === "..." || f === o.currentPage
|
|
186
|
+
}, m(f), 11, C1))), 128)),
|
|
187
187
|
e("button", {
|
|
188
188
|
class: g(["freddy-pagination-end-button", {
|
|
189
189
|
"freddy-pagination-hover-enabled": o.currentPage !== a.value
|
|
190
190
|
}]),
|
|
191
|
-
onClick: c[1] || (c[1] = (
|
|
191
|
+
onClick: c[1] || (c[1] = (f) => p(o.currentPage + 1)),
|
|
192
192
|
disabled: o.currentPage === a.value
|
|
193
193
|
}, " Next ", 10, h1)
|
|
194
194
|
])
|
|
@@ -330,14 +330,14 @@ function T1(o, t) {
|
|
|
330
330
|
}, null, -1)
|
|
331
331
|
]));
|
|
332
332
|
}
|
|
333
|
-
const D6 = /* @__PURE__ */ n(J1, [["render", T1]]), Y1 = {},
|
|
333
|
+
const D6 = /* @__PURE__ */ n(J1, [["render", T1]]), Y1 = {}, j1 = {
|
|
334
334
|
class: "stroke-1",
|
|
335
335
|
viewBox: "0 0 16 16",
|
|
336
336
|
fill: "none",
|
|
337
337
|
xmlns: "http://www.w3.org/2000/svg"
|
|
338
338
|
};
|
|
339
|
-
function
|
|
340
|
-
return s(), r("svg",
|
|
339
|
+
function b1(o, t) {
|
|
340
|
+
return s(), r("svg", j1, t[0] || (t[0] = [
|
|
341
341
|
e("path", {
|
|
342
342
|
d: "M1.3335 9.66663L7.76165 12.8807C7.8491 12.9244 7.89283 12.9463 7.9387 12.9549C7.97932 12.9625 8.02101 12.9625 8.06163 12.9549C8.1075 12.9463 8.15122 12.9244 8.23868 12.8807L14.6668 9.66663M1.3335 6.3333L7.76165 3.11922C7.8491 3.07549 7.89283 3.05363 7.9387 3.04502C7.97932 3.0374 8.02101 3.0374 8.06163 3.04502C8.1075 3.05363 8.15122 3.07549 8.23868 3.11922L14.6668 6.3333L8.23868 9.54737C8.15122 9.5911 8.1075 9.61296 8.06163 9.62157C8.02101 9.62919 7.97932 9.62919 7.9387 9.62157C7.89283 9.61296 7.8491 9.5911 7.76165 9.54737L1.3335 6.3333Z",
|
|
343
343
|
stroke: "currentColor",
|
|
@@ -346,7 +346,7 @@ function j1(o, t) {
|
|
|
346
346
|
}, null, -1)
|
|
347
347
|
]));
|
|
348
348
|
}
|
|
349
|
-
const I6 = /* @__PURE__ */ n(Y1, [["render",
|
|
349
|
+
const I6 = /* @__PURE__ */ n(Y1, [["render", b1]]), P1 = {}, _1 = {
|
|
350
350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
351
351
|
fill: "currentColor",
|
|
352
352
|
viewBox: "0 0 16 16"
|
|
@@ -480,7 +480,7 @@ function f2(o, t) {
|
|
|
480
480
|
}, null, -1)
|
|
481
481
|
]));
|
|
482
482
|
}
|
|
483
|
-
const
|
|
483
|
+
const j6 = /* @__PURE__ */ n(d2, [["render", f2]]), C2 = {}, h2 = {
|
|
484
484
|
class: "stroke-1-25",
|
|
485
485
|
viewBox: "0 0 20 18",
|
|
486
486
|
fill: "none",
|
|
@@ -496,7 +496,7 @@ function u2(o, t) {
|
|
|
496
496
|
}, null, -1)
|
|
497
497
|
]));
|
|
498
498
|
}
|
|
499
|
-
const
|
|
499
|
+
const b6 = /* @__PURE__ */ n(C2, [["render", u2]]), g2 = {}, x2 = {
|
|
500
500
|
viewBox: "0 0 56 56",
|
|
501
501
|
fill: "none",
|
|
502
502
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -566,13 +566,13 @@ function T2(o, t) {
|
|
|
566
566
|
C('<svg width="57" height="56" viewBox="0 0 57 56" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#filter0_d_11450_20730)"><rect x="2.66797" y="1" width="52" height="52" rx="8" fill="white" shape-rendering="crispEdges"></rect><rect x="3.16797" y="1.5" width="51" height="51" rx="7.5" stroke="#EAECF0" shape-rendering="crispEdges"></rect><path d="M44.4183 25.4997C46.4892 25.4997 48.168 23.8209 48.168 21.75C48.168 19.6791 46.489 18.0003 44.4181 18.0003C42.3471 18.0003 40.668 19.6793 40.668 21.7503V25.4997H44.4183ZM33.918 25.4997C35.989 25.4997 37.668 23.8207 37.668 21.7497V11.2503C37.668 9.17926 35.989 7.50032 33.918 7.50032C31.8469 7.50032 30.168 9.17925 30.168 11.2503V21.7497C30.168 23.8207 31.8469 25.4997 33.918 25.4997Z" fill="#2EB67D"></path><path d="M12.9176 28.5003C10.8468 28.5003 9.16797 30.1791 9.16797 32.25C9.16797 34.3209 10.8469 35.9997 12.9178 35.9997C14.9889 35.9997 16.668 34.3207 16.668 32.2497V28.5003H12.9176ZM23.418 28.5003C21.3469 28.5003 19.668 30.1793 19.668 32.2503V42.7497C19.668 44.8207 21.3469 46.4997 23.418 46.4997C25.489 46.4997 27.168 44.8207 27.168 42.7497V32.2503C27.168 30.1793 25.489 28.5003 23.418 28.5003Z" fill="#E01E5A"></path><path d="M30.1686 42.7503C30.1686 44.8212 31.8474 46.5 33.9183 46.5C35.9892 46.5 37.668 44.8211 37.668 42.7502C37.668 40.6791 35.989 39 33.918 39L30.1686 39L30.1686 42.7503ZM30.1686 32.25C30.1686 34.3211 31.8475 36 33.9186 36L44.418 36C46.489 36 48.168 34.3211 48.168 32.25C48.168 30.1789 46.489 28.5 44.418 28.5L33.9186 28.5C31.8475 28.5 30.1686 30.1789 30.1686 32.25Z" fill="#ECB22E"></path><path d="M27.1673 11.2497C27.1673 9.17879 25.4885 7.5 23.4177 7.5C21.3468 7.5 19.668 9.17895 19.668 11.2498C19.668 13.3209 21.3469 15 23.418 15L27.1673 15L27.1673 11.2497ZM27.1673 21.75C27.1673 19.6789 25.4884 18 23.4173 18L12.918 18C10.8469 18 9.16797 19.6789 9.16797 21.75C9.16797 23.8211 10.8469 25.5 12.918 25.5L23.4173 25.5C25.4884 25.5 27.1673 23.8211 27.1673 21.75Z" fill="#36C5F0"></path></g><defs><filter id="filter0_d_11450_20730" x="0.667969" y="0" width="56" height="56" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.05 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_11450_20730"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_11450_20730" result="shape"></feBlend></filter></defs></svg>', 1)
|
|
567
567
|
]));
|
|
568
568
|
}
|
|
569
|
-
const W6 = /* @__PURE__ */ n(J2, [["render", T2]]), Y2 = {},
|
|
570
|
-
function
|
|
571
|
-
return s(), r("div",
|
|
569
|
+
const W6 = /* @__PURE__ */ n(J2, [["render", T2]]), Y2 = {}, j2 = { class: "icon-zapier" };
|
|
570
|
+
function b2(o, t) {
|
|
571
|
+
return s(), r("div", j2, t[0] || (t[0] = [
|
|
572
572
|
C('<svg width="56" height="56" viewBox="0 0 56 56" fill="none" xmlns="http://www.w3.org/2000/svg"><g filter="url(#filter0_d_11450_14511)"><rect x="2" y="1" width="52" height="52" rx="8" fill="white" shape-rendering="crispEdges"></rect><rect x="2.5" y="1.5" width="51" height="51" rx="7.5" stroke="#EAECF0" shape-rendering="crispEdges"></rect><path d="M32.4327 31.4428C29.5832 32.5151 26.3902 32.517 23.5406 31.4435C22.467 28.5971 22.4668 25.4047 23.539 22.5579C26.3878 21.4838 29.584 21.4836 32.4328 22.5577C33.506 25.4037 33.5056 28.5968 32.4327 31.4428ZM48.708 23.5001H36.442L45.1149 14.8322C43.7538 12.9214 42.0734 11.2429 40.1614 9.88256L31.4879 18.5505V6.29238C29.173 5.90322 26.799 5.90381 24.4841 6.29238V18.5505L15.8106 9.88256C13.8991 11.242 12.2182 12.9228 10.8569 14.8322L19.5311 23.5001H7.26525C6.96247 25.8828 6.8641 28.1221 7.26525 30.5H19.5313L10.8571 39.1679C12.2216 41.0815 13.8957 42.7545 15.8106 44.1181L24.4841 35.4496V47.7083C26.7992 48.096 29.1726 48.0962 31.4877 47.7083V35.4496L40.1621 44.1181C42.0749 42.7565 43.7523 41.0794 45.1149 39.1679L36.4407 30.5H48.708C49.0973 28.1886 49.0973 25.8115 48.708 23.5001Z" fill="#FF4A00"></path></g><defs><filter id="filter0_d_11450_14511" x="0" y="0" width="56" height="56" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1"></feGaussianBlur><feComposite in2="hardAlpha" operator="out"></feComposite><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.05 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_11450_14511"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_11450_14511" result="shape"></feBlend></filter></defs></svg>', 1)
|
|
573
573
|
]));
|
|
574
574
|
}
|
|
575
|
-
const q6 = /* @__PURE__ */ n(Y2, [["render",
|
|
575
|
+
const q6 = /* @__PURE__ */ n(Y2, [["render", b2]]), P2 = {}, _2 = {
|
|
576
576
|
viewBox: "0 0 12 12",
|
|
577
577
|
fill: "none",
|
|
578
578
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -588,7 +588,7 @@ function R2(o, t) {
|
|
|
588
588
|
}, null, -1)
|
|
589
589
|
]));
|
|
590
590
|
}
|
|
591
|
-
const
|
|
591
|
+
const E = /* @__PURE__ */ n(P2, [["render", R2]]), N2 = {}, z2 = {
|
|
592
592
|
class: "stroke-1-25",
|
|
593
593
|
viewBox: "0 0 16 16",
|
|
594
594
|
fill: "none",
|
|
@@ -731,10 +731,10 @@ const i7 = /* @__PURE__ */ n(C0, [["render", u0]]), g0 = "data:image/png;base64,
|
|
|
731
731
|
][o - 1], a7 = (o, t) => {
|
|
732
732
|
const i = new Date((/* @__PURE__ */ new Date()).getFullYear(), o, 0).getDate();
|
|
733
733
|
return Object.fromEntries(
|
|
734
|
-
Array.from({ length: i }, (a,
|
|
734
|
+
Array.from({ length: i }, (a, d) => {
|
|
735
735
|
var c;
|
|
736
|
-
const p =
|
|
737
|
-
return [p,
|
|
736
|
+
const p = d + 1, A = ((c = t.find((f) => f[p])) == null ? void 0 : c[p]) || 0;
|
|
737
|
+
return [p, A];
|
|
738
738
|
})
|
|
739
739
|
);
|
|
740
740
|
}, p7 = (o) => {
|
|
@@ -794,63 +794,63 @@ function f7(o, t) {
|
|
|
794
794
|
const i = o instanceof Date ? o : new Date(o);
|
|
795
795
|
if (isNaN(i.getTime()))
|
|
796
796
|
return "";
|
|
797
|
-
const l = /* @__PURE__ */ new Date(), a = i.toDateString() === l.toDateString(),
|
|
797
|
+
const l = /* @__PURE__ */ new Date(), a = i.toDateString() === l.toDateString(), d = i.toDateString() === new Date(l.setDate(l.getDate() - 1)).toDateString();
|
|
798
798
|
if (a)
|
|
799
799
|
return i.toLocaleTimeString("en-US", {
|
|
800
800
|
hour: "2-digit",
|
|
801
801
|
minute: "2-digit",
|
|
802
802
|
hour12: !1
|
|
803
803
|
}).replace(",", "");
|
|
804
|
-
if (
|
|
804
|
+
if (d)
|
|
805
805
|
return "Yesterday";
|
|
806
806
|
{
|
|
807
|
-
const p = String(i.getDate()).padStart(2, "0"),
|
|
808
|
-
return `${p} ${
|
|
807
|
+
const p = String(i.getDate()).padStart(2, "0"), A = i.toLocaleString("en-US", { month: "short" }), c = i.getFullYear();
|
|
808
|
+
return `${p} ${A} ${c}`;
|
|
809
809
|
}
|
|
810
810
|
}
|
|
811
811
|
function w0(o, t) {
|
|
812
812
|
return new Date(t, o, 0).getDate();
|
|
813
813
|
}
|
|
814
|
-
const B0 = "Feb",
|
|
815
|
-
(/* @__PURE__ */ new Date(`${B0} 1, ${
|
|
816
|
-
|
|
814
|
+
const B0 = "Feb", I = 2023, C7 = w0(
|
|
815
|
+
(/* @__PURE__ */ new Date(`${B0} 1, ${I}`)).getMonth() + 1,
|
|
816
|
+
I
|
|
817
817
|
), h7 = (o, t, i) => {
|
|
818
|
-
const l = (c) => c.match(/\w\w/g).map((
|
|
819
|
-
return Array.from({ length: i }, (c,
|
|
820
|
-
const h =
|
|
821
|
-
(
|
|
818
|
+
const l = (c) => c.match(/\w\w/g).map((f) => parseInt(f, 16)), a = (c) => `#${c.map((f) => f.toString(16).padStart(2, "0")).join("")}`, d = l(o), p = l(t);
|
|
819
|
+
return Array.from({ length: i }, (c, f) => {
|
|
820
|
+
const h = f / (i - 1), P = d.map(
|
|
821
|
+
(D, _) => Math.round(D + h * (p[_] - D))
|
|
822
822
|
);
|
|
823
|
-
return a(
|
|
823
|
+
return a(P);
|
|
824
824
|
});
|
|
825
825
|
};
|
|
826
826
|
function u7(o) {
|
|
827
827
|
const t = o.match(/\/freddy-streamline\/\d+\/(.+)$/);
|
|
828
828
|
return t ? t[1] : null;
|
|
829
829
|
}
|
|
830
|
-
const
|
|
831
|
-
snackQueue:
|
|
830
|
+
const B = M([]), y0 = () => ({
|
|
831
|
+
snackQueue: B,
|
|
832
832
|
addSnackBar: (i) => {
|
|
833
833
|
const l = i.duration ?? 3e3;
|
|
834
|
-
|
|
835
|
-
const a =
|
|
836
|
-
a !== -1 &&
|
|
834
|
+
B.value.push(i), l > 0 && setTimeout(() => {
|
|
835
|
+
const a = B.value.indexOf(i);
|
|
836
|
+
a !== -1 && B.value.splice(a, 1);
|
|
837
837
|
}, l);
|
|
838
838
|
},
|
|
839
839
|
removeSnackBar: (i) => {
|
|
840
|
-
const l =
|
|
841
|
-
l !== -1 &&
|
|
840
|
+
const l = B.value.indexOf(i);
|
|
841
|
+
l !== -1 && B.value.splice(l, 1);
|
|
842
842
|
}
|
|
843
843
|
// optional external manual removal
|
|
844
|
-
}),
|
|
844
|
+
}), S = M([]), m0 = F(() => S.value.length > 0), S0 = (o) => {
|
|
845
845
|
const t = o.duration ?? 3e3;
|
|
846
|
-
|
|
847
|
-
|
|
846
|
+
S.value.push(o), t > 0 && setTimeout(() => {
|
|
847
|
+
S.value.shift();
|
|
848
848
|
}, t);
|
|
849
|
-
},
|
|
850
|
-
toastQueue:
|
|
849
|
+
}, Y = () => ({
|
|
850
|
+
toastQueue: S,
|
|
851
851
|
addToast: S0,
|
|
852
852
|
hasToasts: m0
|
|
853
|
-
}), { addToast:
|
|
853
|
+
}), { addToast: O } = Y(), g7 = (o) => {
|
|
854
854
|
const t = document.getElementById(o);
|
|
855
855
|
t && t.scrollIntoView({
|
|
856
856
|
behavior: "smooth",
|
|
@@ -858,71 +858,38 @@ const y = w([]), y0 = () => ({
|
|
|
858
858
|
});
|
|
859
859
|
}, x7 = async (o) => {
|
|
860
860
|
try {
|
|
861
|
-
await navigator.clipboard.writeText(o),
|
|
861
|
+
await navigator.clipboard.writeText(o), O({
|
|
862
862
|
message: "Copied to clipboard!",
|
|
863
863
|
toastType: "success"
|
|
864
864
|
});
|
|
865
865
|
} catch {
|
|
866
|
-
|
|
866
|
+
O({
|
|
867
867
|
message: "Failed to copy text!",
|
|
868
868
|
toastType: "danger"
|
|
869
869
|
});
|
|
870
870
|
}
|
|
871
871
|
}, M7 = (o, t = 2) => {
|
|
872
872
|
if (!o) return "0 B";
|
|
873
|
-
const i = 1024, l = t < 0 ? 0 : t, a = ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"],
|
|
874
|
-
return parseFloat((o / Math.pow(i,
|
|
873
|
+
const i = 1024, l = t < 0 ? 0 : t, a = ["B", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], d = Math.floor(Math.log(o) / Math.log(i));
|
|
874
|
+
return parseFloat((o / Math.pow(i, d)).toFixed(l)) + " " + a[d];
|
|
875
875
|
};
|
|
876
876
|
function w7(o) {
|
|
877
877
|
return o.scrollWidth > o.clientWidth || o.scrollHeight > o.clientHeight;
|
|
878
878
|
}
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
}
|
|
887
|
-
const a = ((A = i.title) == null ? void 0 : A[0]) || "";
|
|
888
|
-
let f = `<div class="tooltip-title">${t} ${a}</div><div class="tooltip-body">`;
|
|
889
|
-
const p = /* @__PURE__ */ new Set();
|
|
890
|
-
(h = i.dataPoints) == null || h.forEach((k) => {
|
|
891
|
-
const x = o.chart.data.datasets[k.datasetIndex];
|
|
892
|
-
if (!x || p.has(x.label)) return;
|
|
893
|
-
p.add(x.label);
|
|
894
|
-
const E = `
|
|
895
|
-
<span style="
|
|
896
|
-
display: inline-block;
|
|
897
|
-
width: 10px;
|
|
898
|
-
height: 10px;
|
|
899
|
-
background-color: ${x.backgroundColor || "#ccc"};
|
|
900
|
-
border-radius: 50%;
|
|
901
|
-
margin-right: 8px;
|
|
902
|
-
"></span>`;
|
|
903
|
-
f += `
|
|
904
|
-
<div class="tooltip-item">
|
|
905
|
-
<div class="tooltip-label">
|
|
906
|
-
${E}${x.label || ""}
|
|
907
|
-
</div>
|
|
908
|
-
<div class="tooltip-value">${x.data[Number(k.label) - 1]}</div>
|
|
909
|
-
</div>`;
|
|
910
|
-
}), f += "</div>";
|
|
911
|
-
const d = l.querySelector(
|
|
912
|
-
".tooltip-content"
|
|
913
|
-
);
|
|
914
|
-
d && (d.innerHTML = f);
|
|
915
|
-
const c = o.chart.canvas.getBoundingClientRect();
|
|
916
|
-
l.style.opacity = "1", l.style.position = "absolute", l.style.left = `${c.left + window.pageXOffset + (i.caretX || 0)}px`, l.style.top = `${c.top + window.pageYOffset + (i.caretY || 0)}px`, l.style.pointerEvents = "none";
|
|
917
|
-
};
|
|
918
|
-
function J(o, t) {
|
|
879
|
+
function B7(o, t = 300) {
|
|
880
|
+
let i;
|
|
881
|
+
return (...l) => {
|
|
882
|
+
clearTimeout(i), i = setTimeout(() => o(...l), t);
|
|
883
|
+
};
|
|
884
|
+
}
|
|
885
|
+
function H(o, t) {
|
|
919
886
|
if (o === t) return !0;
|
|
920
887
|
if (typeof o != "object" || typeof t != "object" || o === null || t === null)
|
|
921
888
|
return !1;
|
|
922
889
|
if (Array.isArray(o) && Array.isArray(t)) {
|
|
923
890
|
if (o.length !== t.length) return !1;
|
|
924
891
|
for (let a = 0; a < o.length; a++)
|
|
925
|
-
if (!
|
|
892
|
+
if (!H(o[a], t[a])) return !1;
|
|
926
893
|
return !0;
|
|
927
894
|
}
|
|
928
895
|
if (Array.isArray(o) !== Array.isArray(t)) return !1;
|
|
@@ -931,42 +898,64 @@ function J(o, t) {
|
|
|
931
898
|
const i = Object.keys(o), l = Object.keys(t);
|
|
932
899
|
if (i.length !== l.length) return !1;
|
|
933
900
|
for (const a of i) {
|
|
934
|
-
const
|
|
935
|
-
if (!l.includes(a) || !
|
|
901
|
+
const d = a;
|
|
902
|
+
if (!l.includes(a) || !H(o[d], t[d]))
|
|
936
903
|
return !1;
|
|
937
904
|
}
|
|
938
905
|
return !0;
|
|
939
906
|
}
|
|
940
|
-
|
|
907
|
+
function y7(o) {
|
|
908
|
+
if (typeof structuredClone == "function")
|
|
909
|
+
return structuredClone(o);
|
|
910
|
+
const t = /* @__PURE__ */ new WeakMap();
|
|
911
|
+
function i(l) {
|
|
912
|
+
if (l === null || typeof l != "object") return l;
|
|
913
|
+
if (t.has(l)) return t.get(l);
|
|
914
|
+
if (Array.isArray(l)) {
|
|
915
|
+
const d = [];
|
|
916
|
+
t.set(l, d);
|
|
917
|
+
for (const p of l)
|
|
918
|
+
d.push(i(p));
|
|
919
|
+
return d;
|
|
920
|
+
}
|
|
921
|
+
const a = {};
|
|
922
|
+
t.set(l, a);
|
|
923
|
+
for (const d in l)
|
|
924
|
+
Object.prototype.hasOwnProperty.call(l, d) && (a[d] = i(l[d]));
|
|
925
|
+
return a;
|
|
926
|
+
}
|
|
927
|
+
return i(o);
|
|
928
|
+
}
|
|
929
|
+
const Z = "https://img.freepik.com/premium-vector/default-image-icon-vector-missing-picture-page-website-design-mobile-app-no-photo-available_87543-11093.jpg", k0 = ["src", "alt"], v0 = /* @__PURE__ */ u({
|
|
941
930
|
__name: "BaseImageIcon",
|
|
942
931
|
props: {
|
|
943
932
|
fileName: {},
|
|
944
933
|
alt: {}
|
|
945
934
|
},
|
|
946
935
|
setup(o) {
|
|
947
|
-
const t = o, i =
|
|
936
|
+
const t = o, i = M("");
|
|
948
937
|
if (!t.fileName)
|
|
949
|
-
i.value =
|
|
938
|
+
i.value = Z;
|
|
950
939
|
else if (t.fileName.startsWith("http") || t.fileName.startsWith("/"))
|
|
951
940
|
i.value = t.fileName;
|
|
952
941
|
else
|
|
953
942
|
try {
|
|
954
943
|
i.value = new URL((/* @__PURE__ */ Object.assign({ "../assets/images/avatar.png": g0, "../assets/images/freddy_title.png": x0 }))[`../assets/images/${t.fileName}`], import.meta.url).href;
|
|
955
944
|
} catch {
|
|
956
|
-
i.value =
|
|
945
|
+
i.value = Z;
|
|
957
946
|
}
|
|
958
947
|
return (l, a) => (s(), r("img", {
|
|
959
948
|
class: "freddy-plugins-user-avatar-base",
|
|
960
949
|
loading: "lazy",
|
|
961
950
|
src: i.value,
|
|
962
951
|
alt: l.alt,
|
|
963
|
-
onError: a[0] || (a[0] = (
|
|
952
|
+
onError: a[0] || (a[0] = (d) => i.value = y(Z))
|
|
964
953
|
}, null, 40, k0));
|
|
965
954
|
}
|
|
966
|
-
}),
|
|
955
|
+
}), j = /* @__PURE__ */ n(v0, [["__scopeId", "data-v-720c99ab"]]), m7 = /* @__PURE__ */ u({
|
|
967
956
|
__name: "IconEllipse",
|
|
968
957
|
setup(o) {
|
|
969
|
-
return (t, i) => (s(),
|
|
958
|
+
return (t, i) => (s(), w(j, {
|
|
970
959
|
"file-name": "avatar.png",
|
|
971
960
|
alt: "User avatar"
|
|
972
961
|
}));
|
|
@@ -987,7 +976,7 @@ function Z0(o, t) {
|
|
|
987
976
|
}, null, -1)
|
|
988
977
|
]));
|
|
989
978
|
}
|
|
990
|
-
const
|
|
979
|
+
const S7 = /* @__PURE__ */ n(U0, [["render", Z0]]), F0 = {}, E0 = {
|
|
991
980
|
class: "stroke-2",
|
|
992
981
|
xmlns: "http://www.w3.org/2000/svg",
|
|
993
982
|
viewBox: "0 0 25 25",
|
|
@@ -1009,7 +998,7 @@ function L0(o, t) {
|
|
|
1009
998
|
}, null, -1)
|
|
1010
999
|
]));
|
|
1011
1000
|
}
|
|
1012
|
-
const
|
|
1001
|
+
const k7 = /* @__PURE__ */ n(F0, [["render", L0]]), D0 = {}, I0 = {
|
|
1013
1002
|
class: "stroke-1-25",
|
|
1014
1003
|
viewBox: "0 0 14 18",
|
|
1015
1004
|
fill: "none",
|
|
@@ -1025,7 +1014,7 @@ function O0(o, t) {
|
|
|
1025
1014
|
}, null, -1)
|
|
1026
1015
|
]));
|
|
1027
1016
|
}
|
|
1028
|
-
const
|
|
1017
|
+
const v7 = /* @__PURE__ */ n(D0, [["render", O0]]), H0 = {}, V0 = {
|
|
1029
1018
|
class: "stroke-2",
|
|
1030
1019
|
viewBox: "0 0 20 20",
|
|
1031
1020
|
fill: "none",
|
|
@@ -1041,7 +1030,7 @@ function J0(o, t) {
|
|
|
1041
1030
|
}, null, -1)
|
|
1042
1031
|
]));
|
|
1043
1032
|
}
|
|
1044
|
-
const
|
|
1033
|
+
const U7 = /* @__PURE__ */ n(H0, [["render", J0]]), Q0 = {}, T0 = {
|
|
1045
1034
|
class: "stroke-2",
|
|
1046
1035
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1047
1036
|
viewBox: "0 0 36 36",
|
|
@@ -1055,17 +1044,17 @@ function Y0(o, t) {
|
|
|
1055
1044
|
}, null, -1)
|
|
1056
1045
|
]));
|
|
1057
1046
|
}
|
|
1058
|
-
const
|
|
1047
|
+
const G7 = /* @__PURE__ */ n(Q0, [["render", Y0]]), j0 = {}, b0 = {
|
|
1059
1048
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1060
1049
|
fill: "none",
|
|
1061
1050
|
viewBox: "0 0 24 25"
|
|
1062
1051
|
};
|
|
1063
1052
|
function P0(o, t) {
|
|
1064
|
-
return s(), r("svg",
|
|
1053
|
+
return s(), r("svg", b0, t[0] || (t[0] = [
|
|
1065
1054
|
C('<path fill="url(#a)" d="M22.071 16.145c-.168-.6-.666-.986-1.135-1.163-.437 4.093-3.742 7.335-7.947 7.335h-1.764c-4.38-.03-7.733-3.246-8.17-7.34-.382.146-.702.42-.906.77-.152.26-.24.564-.24.885v2.688a4.73 4.73 0 0 0 4.717 4.716h10.926c2.594 0 4.584-2.052 4.584-4.646l.025-2.645c0-.225-.044-.437-.09-.6Z"></path><path fill="url(#b)" d="m21.067 9.78-.001-.014h-.001l.002.013Z"></path><path fill="url(#c)" d="M10.082 12.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.576 1.577Z"></path><path fill="url(#d)" d="M10.082 12.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.576 1.577Z"></path><path fill="url(#e)" d="M10.082 12.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.576 1.577Z"></path><path fill="url(#f)" d="M6.709 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#g)" d="M6.709 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#h)" d="M6.709 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#i)" d="M6.709 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="#A8BDE1" d="M6.709 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#j)" d="M8.753 12.84a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#k)" d="M8.753 12.84a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#l)" d="M8.753 12.84a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#m)" d="M8.753 12.84a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#n)" d="M8.753 12.84a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="#F7F5F9" d="M8.753 12.84a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#o)" d="M18.153 12.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.576 1.577Z"></path><path fill="url(#p)" d="M18.153 12.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.576 1.577Z"></path><path fill="url(#q)" d="M18.153 12.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.576 1.577Z"></path><path fill="url(#r)" d="M16.485 12.938a.644.644 0 1 0 0-1.287.644.644 0 0 0 0 1.287Z"></path><path fill="url(#s)" d="M16.485 12.938a.644.644 0 1 0 0-1.287.644.644 0 0 0 0 1.287Z"></path><path fill="url(#t)" d="M16.485 12.938a.644.644 0 1 0 0-1.287.644.644 0 0 0 0 1.287Z"></path><path fill="url(#u)" d="M16.485 12.938a.644.644 0 1 0 0-1.287.644.644 0 0 0 0 1.287Z"></path><path fill="url(#v)" d="M16.485 12.938a.644.644 0 1 0 0-1.287.644.644 0 0 0 0 1.287Z"></path><path fill="url(#w)" d="M22.057 16.153c-.6 4.205-4.24 7.466-8.605 7.466h-2.757c-4.449 0-8.144-3.389-8.636-7.712-.152.261-.24.564-.24.886v2.688a4.73 4.73 0 0 0 4.717 4.715h10.926a4.73 4.73 0 0 0 4.716-4.715v-2.688c0-.226-.043-.441-.121-.64Z"></path><path fill="url(#x)" d="M10.695 23.619h2.757c4.365 0 8.004-3.26 8.605-7.466a1.79 1.79 0 0 0-1.027-1.017c-.437 4.094-3.926 7.31-8.131 7.31h-1.803c-4.205 0-7.694-3.215-8.131-7.31a1.796 1.796 0 0 0-.906.77c.491 4.324 4.187 7.712 8.636 7.712Z" opacity=".47"></path><path fill="url(#y)" d="M10.695 23.619h2.757c4.365 0 8.004-3.26 8.605-7.466a1.79 1.79 0 0 0-1.027-1.017c-.437 4.094-3.926 7.31-8.131 7.31h-1.803c-4.205 0-7.694-3.215-8.131-7.31a1.796 1.796 0 0 0-.906.77c.491 4.324 4.187 7.712 8.636 7.712Z"></path><path fill="#0C132C" d="M11.963 18.697h.044c1.411 0 2.264-.882 2.3-.92a.431.431 0 0 0-.627-.593c-.006.007-.646.65-1.674.65h-.026a2.456 2.456 0 0 1-1.694-.652.43.43 0 0 0-.624.595c.036.038.888.92 2.3.92Z"></path><path fill="#0B132F" d="M11.963 18.697h.044c1.411 0 2.264-.882 2.3-.92a.431.431 0 0 0-.627-.593c-.006.007-.646.65-1.674.65h-.026a2.456 2.456 0 0 1-1.694-.652.43.43 0 0 0-.624.595c.036.038.888.92 2.3.92Z"></path><path fill="url(#z)" d="M16.058 8.946c-.506-.118-1.643-.12-2.257-.261-1.933-.446-6.705-2.442-7.024-2.7-1.561.768-2.571 2.267-2.87 3.91a5.351 5.351 0 0 0-.088.97v2.107c0 .708.091 1.394.262 2.05.916 3.518 4.129 6.135 7.923 6.135 3.794 0 7.007-2.617 7.923-6.135.17-.655.262-1.342.262-2.05V10.92c-.094-.072-.41-1.097-4.131-1.973Zm-8.104 5.928a2.208 2.208 0 1 1 .559-4.343 2.168 2.168 0 0 1 1.576 1.576 2.208 2.208 0 0 1-2.136 2.767Zm8.07 0a2.208 2.208 0 1 1 .56-4.343 2.169 2.169 0 0 1 1.576 1.576 2.208 2.208 0 0 1-2.136 2.767Z"></path><path fill="url(#A)" d="m2.836 9.748.001-.022-.004-.002a.419.419 0 0 1 .002.024Z"></path><path fill="url(#B)" d="M7.232 15.51c-1.191-.758-2.166-1.898-1.823-3.416.329-1.456 1.474-1.844 2.065-1.947a.246.246 0 0 0 .172-.366c-.406-.695-1.368-2.24-1.83-2.156-.33.06-.921.82-1.314 2.23a.244.244 0 0 0-.009.067v2.743c0 2.641 1.396 4.972 3.486 6.292a.255.255 0 0 0 .114.038h.003a.247.247 0 0 0 .18-.062c1.5-1.307.128-2.676-1.044-3.422Z" opacity=".2"></path><path fill="url(#C)" d="M17.116 15.571c1.192-.758 1.679-1.598 1.598-3.466-.081-1.869-2.438-1.896-2.438-1.896s1.436-2.682 2.032-2.573c.33.06.93.831 1.322 2.262l-.217 2.91c-.27 3.304-2.022 5.322-3.305 6.1-.092.065-.176.122-.176.122-1.625-1.327-.008-2.7 1.184-3.459Z" opacity=".2"></path><path fill="url(#D)" d="M14.764 6.377a4.45 4.45 0 0 1 3.162 1.316 4.445 4.445 0 0 1 1.316 3.162v2.107a7.175 7.175 0 0 1-2.123 5.103 7.174 7.174 0 0 1-5.103 2.123 7.173 7.173 0 0 1-5.102-2.123 7.173 7.173 0 0 1-2.123-5.103v-2.107c0-1.19.467-2.313 1.316-3.162a4.445 4.445 0 0 1 3.161-1.316h5.496m0-.959H9.268c-2.99 0-5.436 2.446-5.436 5.437v2.107c0 4.502 3.683 8.185 8.184 8.185 4.502 0 8.185-3.683 8.185-8.184v-2.108c0-2.99-2.446-5.437-5.437-5.437Z"></path><path fill="#F7F5F9" d="M12.043 18.834h-.044c-1.44 0-2.333-1.013-2.317-1.068.077-.258.014-.3.19-.487.176-.186.274-.09.441.104.03.035.64.468 1.686.468h.043a3.6 3.6 0 0 0 1.847-.535c.167-.197.142-.285.318-.098.176.187.243.434.076.631-.036.044-.802.985-2.24.986Z"></path><path fill="#0C132C" d="M12.034 18.697h-.044c-1.412 0-2.264-.882-2.3-.92a.431.431 0 0 1 .625-.595c.03.031.65.653 1.675.653h.043a2.503 2.503 0 0 0 1.675-.651.431.431 0 1 1 .626.593c-.036.038-.889.92-2.3.92Z"></path><path fill="url(#E)" d="M10.147 12.633a2.166 2.166 0 1 1-1.641-2.102 2.21 2.21 0 0 0-2.767 2.136 2.208 2.208 0 1 0 4.344-.56c.041.169.064.345.064.526Z"></path><path fill="url(#F)" d="M10.147 12.633a2.166 2.166 0 1 1-1.641-2.102 2.21 2.21 0 0 0-2.767 2.136 2.208 2.208 0 1 0 4.344-.56c.041.169.064.345.064.526Z"></path><path fill="#F7F5F9" d="M10.147 12.633a2.166 2.166 0 1 1-1.641-2.102 2.21 2.21 0 0 0-2.767 2.136 2.208 2.208 0 1 0 4.344-.56c.041.169.064.345.064.526Z"></path><path fill="url(#G)" d="M5.815 12.633a2.166 2.166 0 1 0 4.268-.525 2.21 2.21 0 0 0-1.577-1.577 2.166 2.166 0 0 0-2.69 2.102Zm3.384 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#H)" d="M5.815 12.633a2.166 2.166 0 1 0 4.268-.525 2.21 2.21 0 0 0-1.577-1.577 2.166 2.166 0 0 0-2.69 2.102Zm3.384 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#I)" d="M5.815 12.633a2.166 2.166 0 1 0 4.268-.525 2.21 2.21 0 0 0-1.577-1.577 2.166 2.166 0 0 0-2.69 2.102Zm3.384 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="#091334" d="M5.815 12.633a2.166 2.166 0 1 0 4.268-.525 2.21 2.21 0 0 0-1.577-1.577 2.166 2.166 0 0 0-2.69 2.102Zm3.384 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#J)" d="M18.217 12.633a2.166 2.166 0 1 1-1.64-2.102 2.208 2.208 0 1 0 1.577 1.577c.04.168.063.344.063.525Z"></path><path fill="url(#K)" d="M18.217 12.633a2.166 2.166 0 1 1-1.64-2.102 2.208 2.208 0 1 0 1.577 1.577c.04.168.063.344.063.525Z"></path><path fill="#F7F5F9" d="M18.217 12.633a2.166 2.166 0 1 1-1.64-2.102 2.208 2.208 0 1 0 1.577 1.577c.04.168.063.344.063.525Z"></path><path fill="url(#L)" d="M13.886 12.633a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.577 2.166 2.166 0 0 0-2.69 2.102h-.001Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#M)" d="M13.886 12.633a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.577 2.166 2.166 0 0 0-2.69 2.102h-.001Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#N)" d="M13.886 12.633a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.577 2.166 2.166 0 0 0-2.69 2.102h-.001Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="#0B1332" d="M13.886 12.633a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.577 2.166 2.166 0 0 0-2.69 2.102h-.001Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#O)" d="M14.78 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#P)" d="M14.78 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#Q)" d="M14.78 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#R)" d="M14.78 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="#A8BDE1" d="M14.78 12.633a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="#F7F5F9" d="M15.93 11.425c.724 0 1.289.454 1.31 1.31.003.105-.012.207-.035.305.038-.122.054-.252.06-.386.03-.698-.576-1.295-1.261-1.262-.18.009-.352.039-.508.107a1.31 1.31 0 0 1 .434-.074Zm-8.078.01c.723 0 1.273.469 1.31 1.31.004.105-.013.208-.036.305.039-.122.055-.251.06-.386a1.206 1.206 0 0 0-1.261-1.261c-.18.009-.352.038-.507.106a1.31 1.31 0 0 1 .434-.074Z"></path><path fill="#F7F5F9" d="M16.415 13.102a.752.752 0 1 0 0-1.505.752.752 0 0 0 0 1.505Zm-8.088.013a.752.752 0 1 0 0-1.505.752.752 0 0 0 0 1.505Z"></path><g opacity=".2"><path fill="url(#S)" d="M5.873 2Z"></path><path fill="url(#T)" d="M5.99 2.185a4.8 4.8 0 0 1-.053-.082l.052.082Z"></path><path fill="url(#U)" d="m7.189 3.722.064.07-.028-.03-.036-.04Z"></path><path fill="url(#V)" d="m7.052 3.567.086.097a2.594 2.594 0 0 1-.086-.097Z"></path><path fill="url(#W)" d="M20.16 10.962c-.029-.325-.026-.28-.085-.652-.232-1.563-.99-2.73-1.854-3.578a8.538 8.538 0 0 0-2.473-1.665c-1.11-.492-2.169-.646-3.11-.784-.725-.105-1.41-.205-2.043-.439-1.822-.674-2.419-1.786-2.608-2.337l-.338-.056h-.987a4.58 4.58 0 0 0-1.875.402A4.732 4.732 0 0 0 1.792 6.24v2.373a1.78 1.78 0 0 0 1.013 1.6l.005.001.09.04a5.456 5.456 0 0 1 2.852-4.462c.174.17.47.446.886.782 1.365 1.103 3.1 1.649 4.755 2.157 1.528.47 3.09.816 4.637 1.214 1.437.37 2.956.726 4.155 1.645l-.009-.309c.003.002-.016-.32-.016-.32Z"></path></g><g opacity=".2"><path fill="url(#X)" d="m20.172 10.915-.022-.23a7.76 7.76 0 0 0-.54-.271c-.116-.046-.23-.092-.346-.136v.002c.044.244.084.49.099.735a6 6 0 0 1 .834.532l-.009-.31c.003.002-.016-.322-.016-.322Z"></path><path fill="url(#Y)" d="m6.79 5.939-.017-.02a1.949 1.949 0 0 1-.49.334c.095.08.197.166.308.256.15.12.305.235.462.343.2-.102.416-.172.635-.205a3.082 3.082 0 0 1-.898-.708Z"></path></g><path fill="url(#Z)" d="M2.853 10.684a.263.263 0 0 0-.304-.26 2.114 2.114 0 0 0 0 4.173.263.263 0 0 0 .303-.26v-3.653Z"></path><path fill="#2B70B8" d="M2.853 11.63a.2.2 0 0 0-.23-.198 1.603 1.603 0 0 0 0 3.166.2.2 0 0 0 .23-.198v-2.77Z"></path><path fill="url(#aa)" d="M21.147 10.684c0-.162.145-.286.304-.26a2.114 2.114 0 0 1 0 4.173.263.263 0 0 1-.303-.26v-3.653Z"></path><path fill="#2B70B8" d="M21.147 11.63a.2.2 0 0 1 .23-.198 1.603 1.603 0 0 1 0 3.166.2.2 0 0 1-.23-.198v-2.77Z"></path><path fill="url(#ab)" d="M17.397.81H8.83a2.225 2.225 0 0 0 .173.274c.372.508.986.928 1.774 1.217.547.2 1.161.288 1.873.39 1.089.157 2.323.335 3.668.982.876.421 2.101 1.163 3.09 2.34.266.317.515.665.735 1.047.408.706.906 1.02 1.047 1.971.152-.294.037.283.037.283.65-.263.886-.675.886-1.416V5.524A4.73 4.73 0 0 0 17.396.808l.001.001Z"></path><path fill="url(#ac)" d="M17.446.907H8.878a2.225 2.225 0 0 0 .173.275c.372.508.986.928 1.774 1.217.547.2 1.161.288 1.873.39 1.089.157 2.323.335 3.668.982.876.421 2.101 1.163 3.09 2.34.266.317.515.665.735 1.047a6.95 6.95 0 0 1 .858 2.48c.65-.263 1.113-.9 1.113-1.642V5.623A4.73 4.73 0 0 0 17.445.907Z"></path><path fill="#fff" d="M5.873 1.345Zm.117.185a4.839 4.839 0 0 1-.053-.082l.052.082Zm1.199 1.537.064.07-.028-.03-.036-.04Zm-.137-.155.085.098-.085-.098Z"></path><path fill="url(#ad)" d="M20.147 10.206c-.029-.321-.037-.306-.112-.672-.317-1.53-.992-2.63-1.855-3.47a8.34 8.34 0 0 0-2.185-1.524c-.082-.039-.206-.087-.287-.122-1.11-.487-2.128-.607-3.069-.743-.725-.105-1.41-.206-2.043-.438-1.822-.666-2.419-1.89-2.608-2.433H6.663a4.636 4.636 0 0 0-1.875.397c-1.75.683-2.995 2.373-2.995 4.337v2.347c0 .696.416 1.299 1.013 1.58l.005.003.09.04c.114-1.904 1.241-3.549 2.852-4.413.174.169.47.442.886.773 1.365 1.091 3.1 1.63 4.755 2.133 1.528.465 3.09.807 4.637 1.2 1.437.366 2.956.718 4.155 1.628l-.009-.306c.003.002-.03-.317-.03-.317Z"></path><path fill="url(#ae)" d="M20.163 10.32c-.03-.321-.035-.33-.11-.696-.317-1.531-1.01-2.612-1.874-3.45a8.34 8.34 0 0 0-2.184-1.525c-.082-.039-.207-.087-.287-.122-1.11-.487-2.128-.608-3.07-.743-.724-.105-1.41-.206-2.043-.438C8.774 2.68 8.177 1.456 7.987.913H6.663a4.637 4.637 0 0 0-1.876.396c-1.749.684-2.995 2.374-2.995 4.338v2.347c0 .695.416 1.299 1.014 1.58l.004.003c.03.014.06.026.091.039.114-1.903 1.24-3.548 2.852-4.412.173.169.47.441.885.773 1.366 1.091 3.101 1.63 4.755 2.133 1.528.465 3.09.807 4.638 1.2 1.436.366 2.955.718 4.155 1.628l-.01-.306c.003.002-.013-.312-.013-.312Z"></path><path fill="url(#af)" d="M19.317 10.337s-.764-4.675-6.652-5.516c0 0 3.811 1.216 4.431 4.758 0 0 2.221.73 2.221.758Z"></path><path fill="url(#ag)" d="M5.748 5.209s-.603-.587-.793-1.379c0 0-2.19 2.396-2.053 5.809 0 0 .07-2.932 2.846-4.43Z"></path><path fill="url(#ah)" d="M21.05 9.638s.894-4.095-3.304-6.072c0 0-2.499-.876-5.048-.777 0 0 3.152.127 5.698 2.267 2.546 2.139 2.655 4.582 2.655 4.582Z"></path><path fill="url(#ai)" d="M6.994.912s.542 2.843 4.82 3.629c4.28.785 4.524 1.462 5.39 2.058 0 0-1.395-2.512-4.699-2.839C9.22 3.435 8.26 1.753 7.97.913h-.975V.912Z"></path><defs><linearGradient id="a" x1="3.218" x2="21.32" y1="23.128" y2="14.514" gradientUnits="userSpaceOnUse"><stop stop-color="#92D6FF"></stop><stop offset="1" stop-color="#1A77AA"></stop></linearGradient><linearGradient id="b" x1="4.569" x2="21.864" y1="22.583" y2="9.147" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="c" x1="2.301" x2="17.246" y1="16.751" y2="5.144" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="d" x1=".893" x2="18.187" y1="17.845" y2="4.413" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="e" x1="5.768" x2="9.56" y1="14.058" y2="11.113" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="f" x1="5.821" x2="9.687" y1="14.289" y2="11.286" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="g" x1="2.433" x2="17.378" y1="16.921" y2="5.314" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="h" x1="1.025" x2="18.319" y1="18.015" y2="4.583" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="i" x1="5.9" x2="9.692" y1="14.228" y2="11.283" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="j" x1="5.831" x2="9.696" y1="14.3" y2="11.298" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="k" x1="2.442" x2="17.387" y1="16.933" y2="5.325" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="l" x1="1.034" x2="18.328" y1="18.026" y2="4.595" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="m" x1="5.909" x2="9.701" y1="14.24" y2="11.294" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="n" x1="6.772" x2="8.953" y1="13.569" y2="11.876" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="o" x1="5.338" x2="20.282" y1="20.66" y2="9.053" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="p" x1="3.929" x2="21.224" y1="21.754" y2="8.322" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="q" x1="13.838" x2="17.631" y1="14.058" y2="11.113" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="r" x1="5.479" x2="20.424" y1="20.842" y2="9.235" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="s" x1="4.07" x2="21.364" y1="21.936" y2="8.504" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="t" x1="13.902" x2="17.767" y1="14.301" y2="11.298" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="u" x1="13.979" x2="17.772" y1="14.24" y2="11.294" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="v" x1="14.843" x2="17.023" y1="13.569" y2="11.876" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="w" x1="11.928" x2="11.487" y1="19.422" y2="27.209" gradientUnits="userSpaceOnUse"><stop stop-color="#0088CA"></stop><stop offset=".47" stop-color="#02B6EE"></stop><stop offset="1" stop-color="#15FF72"></stop></linearGradient><linearGradient id="x" x1="3.829" x2="22.365" y1="23.88" y2="9.485" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="y" x1="6.806" x2="28.112" y1="20.506" y2="10.367" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".36" stop-color="#4687CE"></stop><stop offset="1" stop-color="#15FF72"></stop></linearGradient><linearGradient id="z" x1="5.197" x2="18.986" y1="18.055" y2="6.885" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset="1" stop-color="#0EE59B"></stop></linearGradient><linearGradient id="A" x1="1.347" x2="16.925" y1="10.891" y2="-1.209" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="B" x1="6.87" x2="6.466" y1="18.831" y2="9.538" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="C" x1="14.405" x2="18.488" y1="18.831" y2="11.107" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="D" x1="6.96" x2="15.736" y1="19.683" y2="6.927" gradientUnits="userSpaceOnUse"><stop offset=".05" stop-color="#304F96"></stop><stop offset=".73" stop-color="#51C2C4" stop-opacity=".1"></stop></linearGradient><linearGradient id="E" x1="5.835" x2="9.701" y1="14.306" y2="11.305" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="F" x1="2.447" x2="17.392" y1="16.939" y2="5.331" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="G" x1="5.832" x2="9.697" y1="14.302" y2="11.3" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="H" x1="2.443" x2="17.388" y1="16.934" y2="5.326" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="I" x1="1.035" x2="18.329" y1="18.027" y2="4.596" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="J" x1="5.483" x2="20.428" y1="20.849" y2="9.241" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="K" x1="4.075" x2="21.369" y1="21.942" y2="8.511" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="L" x1="5.48" x2="20.424" y1="20.844" y2="9.237" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="M" x1="4.071" x2="21.366" y1="21.937" y2="8.506" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="N" x1="13.903" x2="17.768" y1="14.302" y2="11.3" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="O" x1="5.469" x2="20.414" y1="20.83" y2="9.223" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="P" x1="4.061" x2="21.355" y1="21.924" y2="8.493" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="Q" x1="13.893" x2="17.758" y1="14.289" y2="11.286" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="R" x1="13.97" x2="17.763" y1="14.228" y2="11.283" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="S" x1="5.773" x2="5.873" y1="1.917" y2="1.917" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="T" x1="5.937" x2="5.989" y1="2.144" y2="2.144" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="U" x1="7.189" x2="7.253" y1="3.757" y2="3.757" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="V" x1="7.052" x2="7.138" y1="3.615" y2="3.615" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="W" x1="1.792" x2="20.186" y1="6.522" y2="6.522" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity=".2"></stop></linearGradient><linearGradient id="X" x1="1.725" x2="20.197" y1="10.912" y2="10.912" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity=".4"></stop></linearGradient><linearGradient id="Y" x1="1.725" x2="20.197" y1="6.385" y2="6.385" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="Z" x1=".77" x2="2.853" y1="12.51" y2="12.51" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="aa" x1="23.23" x2="21.147" y1="12.51" y2="12.51" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="ab" x1="8.829" x2="22.113" y1="5.062" y2="5.062" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="ac" x1="9.766" x2="25.149" y1="-1.471" y2="8.712" gradientUnits="userSpaceOnUse"><stop stop-color="#42BAE1"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="ad" x1="19.263" x2="3.582" y1="13.477" y2="3.131" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#83DBEF"></stop></linearGradient><linearGradient id="ae" x1="1.792" x2="20.186" y1="5.925" y2="5.925" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="af" x1="21.495" x2="11.146" y1="11.353" y2="3.763" gradientUnits="userSpaceOnUse"><stop stop-color="#FDFEFF"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient><linearGradient id="ag" x1="2.896" x2="5.748" y1="6.735" y2="6.735" gradientUnits="userSpaceOnUse"><stop stop-color="#FDFEFF"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient><linearGradient id="ah" x1="12.698" x2="21.13" y1="6.21" y2="6.21" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4" stop-opacity="0"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="ai" x1="7.18" x2="18.067" y1=".994" y2="7.792" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient></defs>', 73)
|
|
1066
1055
|
]));
|
|
1067
1056
|
}
|
|
1068
|
-
const
|
|
1057
|
+
const Z7 = /* @__PURE__ */ n(j0, [["render", P0]]), _0 = {}, R0 = {
|
|
1069
1058
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1070
1059
|
viewBox: "0 0 26 30",
|
|
1071
1060
|
fill: "none"
|
|
@@ -1075,7 +1064,7 @@ function N0(o, t) {
|
|
|
1075
1064
|
C('<path d="M8.86854 9.05736C9.10789 9.12025 9.35578 9.17825 9.60978 9.23259V0.555689H7.95085C5.07564 0.486084 3.93203 0.835333 3.05524 1.36959C2.96976 1.95025 2.88489 3.08714 3.2433 4.32111C3.92104 6.65657 5.81383 8.25018 8.86915 9.05736H8.86854Z" fill="url(#paint0_linear_20108_13094)"></path><path d="M19.8432 0.554688H16.6328V10.8032C16.7012 10.8276 16.7696 10.8521 16.838 10.8777C18.5757 11.5304 21.087 12.8254 23.1867 15.2891C24.2113 16.4913 25.0185 17.8352 25.6065 19.3098V6.31853C25.6065 3.13559 23.0262 0.554688 19.8426 0.554688H19.8432Z" fill="url(#paint1_linear_20108_13094)"></path><path d="M8.56698 10.1998C6.15459 9.5624 3.0724 8.07259 2.09242 4.59536C1.883 3.85351 1.80789 3.14951 1.79874 2.54688C0.923169 3.55799 0.392578 4.87561 0.392578 6.31841V23.6918C0.392578 26.8747 2.97288 29.4556 6.15642 29.4556H9.61045V21.4583L9.619 19.9575C9.619 19.9575 9.02369 10.3207 8.56759 10.1998H8.56698Z" fill="url(#paint2_linear_20108_13094)"></path><path d="M16.4219 12.5012L16.6325 22.2399V29.4551H19.8429C20.6843 29.4551 21.4836 29.275 22.204 28.9508C22.2028 28.9544 22.2016 28.9569 22.2016 28.9569C23.0045 28.6119 23.62 28.1161 24.0877 27.5904C24.5474 27.0903 24.8674 26.7643 25.1922 26.1446C25.2123 26.1067 25.2337 26.0713 25.2606 26.0255C25.2856 25.9828 25.3227 25.9052 25.3491 25.8454C25.3632 25.8136 25.3988 25.7261 25.4141 25.6944C25.4907 25.5137 25.5095 25.4456 25.5614 25.2667C25.5654 25.2531 25.5951 25.1375 25.5976 25.1132V25.1096C25.3161 16.1793 16.4225 12.5 16.4225 12.5V12.5012H16.4219Z" fill="url(#paint3_linear_20108_13094)"></path><path opacity="0.2" d="M7.97015 0.550961C7.97015 0.550961 2.11044 3.19232 5.80504 7.72646C5.80504 7.72646 2.50671 6.08828 3.04096 1.38196C3.04096 1.38196 4.01789 0.42213 7.96954 0.550961H7.97015Z" fill="url(#paint4_linear_20108_13094)"></path><path opacity="0.2" d="M24.9978 23.4596C24.6193 21.7646 23.7742 20.1759 23.0256 18.622C22.6422 17.8264 22.2881 17.0388 21.7868 16.3079C21.6097 16.0497 21.432 15.7938 21.2647 15.5325C19.9697 14.4548 18.6771 13.7001 17.6019 13.1885C17.4315 13.1073 17.1702 13.0065 17.0005 12.9333C14.6736 11.9228 12.5408 11.6724 10.5687 11.3916C9.1509 11.1895 7.81007 10.9837 6.55534 10.5746C3.06223 8.88636 2.11828 5.61245 1.733 3.89062C1.733 3.89307 1.69698 3.95962 1.64569 4.05426C1.57059 4.18553 1.45641 4.38641 1.33552 4.62515C1.29095 4.70697 1.26103 4.76192 1.26042 4.76375C1.1322 5.03118 0.941697 5.45004 0.891019 5.7193C0.875755 5.77425 0.861711 5.82921 0.848889 5.88355C0.810423 6.05207 0.775619 6.2212 0.743259 6.39033C0.676706 6.68585 0.610764 6.98197 0.599774 7.05524C0.596721 7.07661 0.608933 7.26101 0.596111 7.3007C0.554591 7.69635 0.514904 8.09078 0.484375 8.48705V15.9794C0.815918 16.7585 2.28619 18.4462 2.94927 18.945C3.80042 19.5855 4.53982 20.1295 5.53384 20.5221C7.91326 21.4612 10.4826 21.5351 13.0036 21.7134C15.2744 21.8733 17.6343 22.3447 19.8903 23.1122C20.2823 23.2685 22.9597 24.3956 24.2364 25.1796C24.6376 25.408 25.0222 25.6107 25.3977 25.8256C25.3123 25.3884 25.2762 24.9531 25.2604 24.5165C25.1553 24.1722 25.0772 23.8162 24.9972 23.4596H24.9978Z" fill="url(#paint5_linear_20108_13094)"></path><path d="M25.485 24.7636C25.4814 24.578 25.435 24.3966 25.4167 24.2104C25.4057 24.0974 25.4832 23.9961 25.5821 23.9454C25.5663 23.783 25.5492 23.6181 25.5492 23.6181C25.4893 22.9709 25.4728 23.0014 25.3196 22.2657C24.6766 19.1817 23.2448 17.1253 21.4882 15.4352C19.9471 13.9527 18.334 12.9788 17.0438 12.3646C16.8784 12.2858 16.625 12.1881 16.4601 12.1167C14.2016 11.1361 12.1885 10.7325 10.2744 10.4596C8.79921 10.2496 7.41015 10.0352 6.11755 9.57853C1.78002 8.04598 1.71591 4.40084 1.69759 3.17969C1.67927 3.25296 1.04122 4.22683 0.83912 5.114C0.780505 5.37227 0.514293 7.25651 0.484375 7.64117V15.7044C2.51332 17.8256 5.1846 18.7189 7.72154 19.0541C11.3563 19.534 13.7644 20.0395 16.9125 20.8327C19.7786 21.555 23.058 22.985 25.4857 24.7691C25.4857 24.7672 25.485 24.7654 25.485 24.763V24.7636Z" fill="url(#paint6_linear_20108_13094)"></path><path d="M25.608 24.4727C25.6142 24.4764 25.5806 23.8451 25.5806 23.8451C25.5207 23.1979 25.5091 23.1777 25.3559 22.442C24.7129 19.3579 23.3013 17.18 21.5453 15.4899C20.0042 14.0075 18.391 13.0336 17.1009 12.4194C16.9354 12.3406 16.682 12.2429 16.5172 12.1715C14.2587 11.1909 12.1882 10.9479 10.274 10.6749C8.79887 10.4649 7.40615 10.2604 6.11722 9.79387C2.5539 8.50311 1.29428 6.17498 0.860769 5.02344C0.854052 5.05275 0.846115 5.08205 0.839398 5.11136C0.780172 5.36963 0.420543 6.14629 0.390625 6.53095L0.401005 15.6872C0.722779 16.4431 2.01781 17.445 2.60458 17.8773C3.43679 18.4903 4.42165 18.9397 5.38575 19.3201C7.69556 20.2317 10.1892 20.3037 12.6363 20.4759C17.1387 20.7934 21.9733 22.3901 25.5977 25.1114L25.608 24.4721V24.4727Z" fill="url(#paint7_linear_20108_13094)"></path><path d="M23.8871 23.9331C23.8871 23.9331 22.3051 14.4606 10.3262 12.7656C10.3262 12.7656 17.8314 14.8935 19.3194 21.8382C19.1063 21.7167 21.6847 22.6197 23.8871 23.9331Z" fill="url(#paint8_linear_20108_13094)"></path><path d="M9.97912 10.6771C1.97874 8.88685 2.00743 4.13718 1.78885 2.5625C1.78762 2.56738 1.05615 3.34709 0.673932 4.5371C0.38574 5.43465 0.396731 6.41585 0.390625 6.43356C0.393067 6.81822 0.396121 8.04426 0.396121 8.04426C1.76992 9.65801 4.27878 11.4684 8.57418 12.2493C17.2792 13.8319 17.775 15.1959 19.5383 16.3963C19.5383 16.3963 16.6997 11.334 9.97912 10.6758V10.6771Z" fill="url(#paint9_linear_20108_13094)"></path><path opacity="0.2" d="M22.2885 28.9604C22.2885 28.9604 24.472 24.4979 19.3145 21.8438C19.3145 21.8438 23.5883 23.3236 25.5879 25.1126C25.5879 25.1126 24.9811 27.8034 22.2885 28.9604Z" fill="url(#paint10_linear_20108_13094)"></path><defs><linearGradient id="paint0_linear_20108_13094" x1="5.52502" y1="-0.184329" x2="12.2487" y2="19.4689" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset="0.47" stop-color="#02B6E6"></stop><stop offset="1" stop-color="#0EE59B"></stop></linearGradient><linearGradient id="paint1_linear_20108_13094" x1="16.5803" y1="0.955226" x2="30.3378" y2="21.3326" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset="0.47" stop-color="#02B6E6"></stop><stop offset="1" stop-color="#0EE59B"></stop></linearGradient><linearGradient id="paint2_linear_20108_13094" x1="-2.07171" y1="24.0636" x2="21.9997" y2="-0.894337" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset="0.47" stop-color="#02B6E6"></stop><stop offset="1" stop-color="#0EE59B"></stop></linearGradient><linearGradient id="paint3_linear_20108_13094" x1="14.545" y1="12.1221" x2="24.0132" y2="32.1667" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset="0.47" stop-color="#02B6E6"></stop><stop offset="1" stop-color="#0EE59B"></stop></linearGradient><linearGradient id="paint4_linear_20108_13094" x1="3.76389" y1="5.46733" x2="6.78258" y2="1.28304" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="paint5_linear_20108_13094" x1="-3.16687" y1="7.66155" x2="30.0754" y2="28.4169" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="paint6_linear_20108_13094" x1="26.647" y1="25.884" x2="-5.4199" y2="4.7275" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#83DBEF"></stop></linearGradient><linearGradient id="paint7_linear_20108_13094" x1="-1.60047" y1="11.3099" x2="25.5958" y2="18.2009" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="paint8_linear_20108_13094" x1="28.4279" y1="25.8485" x2="7.38441" y2="10.4167" gradientUnits="userSpaceOnUse"><stop stop-color="#FDFEFF"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient><linearGradient id="paint9_linear_20108_13094" x1="-1.07171" y1="4.23304" x2="21.6344" y2="18.4106" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient><linearGradient id="paint10_linear_20108_13094" x1="23.8174" y1="15.6676" x2="21.6871" y2="26.8546" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient></defs>', 12)
|
|
1076
1065
|
]));
|
|
1077
1066
|
}
|
|
1078
|
-
const
|
|
1067
|
+
const F7 = /* @__PURE__ */ n(_0, [["render", N0]]), z0 = {}, K0 = {
|
|
1079
1068
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1080
1069
|
fill: "none",
|
|
1081
1070
|
viewBox: "0 0 30 31"
|
|
@@ -1085,10 +1074,10 @@ function X0(o, t) {
|
|
|
1085
1074
|
C('<circle cx="15" cy="15.5" r="15" fill="#031525"></circle><path fill="url(#a)" d="M25.072 19.144c-.169-.6-.667-.985-1.136-1.163-.436 4.094-3.742 7.336-7.947 7.336h-1.763c-4.38-.03-7.734-3.247-8.17-7.34-.383.145-.703.42-.907.77a1.75 1.75 0 0 0-.239.885v2.688a4.73 4.73 0 0 0 4.716 4.716h10.926c2.594 0 4.584-2.053 4.584-4.647l.025-2.645a2.26 2.26 0 0 0-.089-.6Z"></path><path fill="url(#b)" d="M13.08 15.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.576 1.577Z"></path><path fill="url(#c)" d="M13.08 15.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.576 1.577Z"></path><path fill="url(#d)" d="M13.08 15.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.576 1.577Z"></path><path fill="url(#e)" d="M9.707 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#f)" d="M9.707 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#g)" d="M9.707 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#h)" d="M9.707 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="#A8BDE1" d="M9.707 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.705-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#i)" d="M11.752 15.842a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#j)" d="M11.752 15.842a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#k)" d="M11.752 15.842a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#l)" d="M11.752 15.842a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#m)" d="M11.752 15.842a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="#F7F5F9" d="M11.752 15.842a.644.644 0 1 0-.677-1.094.644.644 0 0 0 .677 1.095Z"></path><path fill="url(#n)" d="M21.15 15.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.577 1.577Z"></path><path fill="url(#o)" d="M21.15 15.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.577 1.577Z"></path><path fill="url(#p)" d="M21.15 15.108a2.169 2.169 0 0 0-1.576-1.577 2.21 2.21 0 0 1 1.577 1.577Z"></path><path fill="url(#q)" d="M19.483 15.936a.644.644 0 1 0 0-1.288.644.644 0 0 0 0 1.288Z"></path><path fill="url(#r)" d="M19.483 15.936a.644.644 0 1 0 0-1.288.644.644 0 0 0 0 1.288Z"></path><path fill="url(#s)" d="M19.483 15.936a.644.644 0 1 0 0-1.288.644.644 0 0 0 0 1.288Z"></path><path fill="url(#t)" d="M19.483 15.936a.644.644 0 1 0 0-1.288.644.644 0 0 0 0 1.288Z"></path><path fill="url(#u)" d="M19.483 15.936a.644.644 0 1 0 0-1.288.644.644 0 0 0 0 1.288Z"></path><path fill="url(#v)" d="M25.058 19.152c-.601 4.205-4.24 7.466-8.605 7.466h-2.757c-4.45 0-8.145-3.389-8.636-7.712-.152.261-.24.564-.24.886v2.688a4.73 4.73 0 0 0 4.716 4.715h10.927a4.73 4.73 0 0 0 4.715-4.715v-2.688c0-.226-.043-.441-.12-.64Z"></path><path fill="url(#w)" d="M13.695 26.623h2.757c4.364 0 8.004-3.26 8.605-7.466a1.79 1.79 0 0 0-1.028-1.016c-.436 4.093-3.926 7.31-8.13 7.31h-1.804c-4.205 0-7.694-3.216-8.13-7.31-.383.146-.703.42-.906.77.49 4.324 4.186 7.712 8.636 7.712Z" opacity=".47"></path><path fill="url(#x)" d="M13.695 26.623h2.757c4.364 0 8.004-3.26 8.605-7.466a1.79 1.79 0 0 0-1.028-1.016c-.436 4.093-3.926 7.31-8.13 7.31h-1.804c-4.205 0-7.694-3.216-8.13-7.31-.383.146-.703.42-.906.77.49 4.324 4.186 7.712 8.636 7.712Z"></path><path fill="#0C132C" d="M14.961 21.695h.044c1.411 0 2.264-.882 2.3-.92a.431.431 0 1 0-.626-.593c-.007.006-.646.65-1.675.65h-.025a2.455 2.455 0 0 1-1.694-.652.43.43 0 0 0-.624.595c.036.038.888.92 2.3.92Z"></path><path fill="#0B132F" d="M14.961 21.695h.044c1.411 0 2.264-.882 2.3-.92a.431.431 0 1 0-.626-.593c-.007.006-.646.65-1.675.65h-.025a2.455 2.455 0 0 1-1.694-.652.43.43 0 0 0-.624.595c.036.038.888.92 2.3.92Z"></path><path fill="url(#y)" d="M19.055 11.945c-.505-.119-1.643-.12-2.257-.261-1.933-.446-6.705-2.442-7.023-2.7-1.562.768-2.572 2.266-2.871 3.91a5.351 5.351 0 0 0-.088.97v2.107c0 .707.092 1.394.262 2.05.916 3.518 4.13 6.135 7.923 6.135 3.795 0 7.007-2.617 7.923-6.135.17-.655.262-1.343.262-2.05v-2.053c-.094-.072-.41-1.097-4.13-1.973Zm-8.104 5.928a2.208 2.208 0 1 1 .56-4.344 2.169 2.169 0 0 1 1.576 1.577 2.208 2.208 0 0 1-2.136 2.767Zm8.07 0a2.208 2.208 0 1 1 .56-4.344 2.169 2.169 0 0 1 1.576 1.577 2.208 2.208 0 0 1-2.136 2.767Z"></path><path fill="url(#z)" d="m5.834 12.751.002-.022-.004-.002.002.024Z"></path><path fill="url(#A)" d="M10.232 18.514c-1.192-.758-2.167-1.899-1.824-3.417.329-1.456 1.474-1.843 2.065-1.947a.246.246 0 0 0 .172-.366c-.406-.694-1.368-2.24-1.83-2.156-.33.06-.92.82-1.314 2.23a.244.244 0 0 0-.009.067v2.743c0 2.641 1.396 4.972 3.486 6.293a.253.253 0 0 0 .114.037h.003a.247.247 0 0 0 .181-.061c1.5-1.308.127-2.677-1.045-3.423Z" opacity=".2"></path><path fill="url(#B)" d="M20.116 18.571c1.192-.758 1.68-1.598 1.598-3.466-.08-1.869-2.437-1.896-2.437-1.896s1.435-2.681 2.031-2.573c.33.06.93.832 1.322 2.263l-.217 2.91c-.27 3.303-2.021 5.32-3.305 6.1l-.176.122c-1.625-1.327-.007-2.701 1.185-3.46Z" opacity=".2"></path><path fill="url(#C)" d="M17.765 9.381c1.19 0 2.312.468 3.161 1.316a4.445 4.445 0 0 1 1.316 3.162v2.107a7.177 7.177 0 0 1-2.123 5.103 7.173 7.173 0 0 1-5.102 2.123 7.173 7.173 0 0 1-5.103-2.123 7.173 7.173 0 0 1-2.123-5.103V13.86a4.45 4.45 0 0 1 1.316-3.162 4.445 4.445 0 0 1 3.162-1.316h5.495m0-.96H12.27c-2.99 0-5.437 2.447-5.437 5.438v2.107c0 4.502 3.683 8.185 8.185 8.185 4.501 0 8.184-3.683 8.184-8.185V13.86c0-2.99-2.446-5.437-5.436-5.437Z"></path><path fill="#F7F5F9" d="M15.04 21.837h-.044c-1.438 0-2.332-1.013-2.316-1.069.077-.257.014-.3.19-.486.176-.187.274-.091.441.104.03.035.64.467 1.685.467h.044c1.048 0 1.84-.527 1.846-.535.167-.197.143-.285.319-.098.176.188.243.435.076.632-.036.043-.802.985-2.24.985Z"></path><path fill="#0C132C" d="M15.032 21.695h-.044c-1.411 0-2.264-.882-2.3-.92a.431.431 0 0 1 .625-.595c.03.03.65.652 1.675.652h.043a2.503 2.503 0 0 0 1.675-.65.431.431 0 0 1 .626.593c-.036.038-.889.92-2.3.92Z"></path><path fill="url(#D)" d="M13.146 15.634a2.166 2.166 0 1 1-1.641-2.102 2.208 2.208 0 1 0 1.577 1.577c.042.168.064.344.064.525Z"></path><path fill="url(#E)" d="M13.146 15.634a2.166 2.166 0 1 1-1.641-2.102 2.208 2.208 0 1 0 1.577 1.577c.042.168.064.344.064.525Z"></path><path fill="#F7F5F9" d="M13.146 15.634a2.166 2.166 0 1 1-1.641-2.102 2.208 2.208 0 1 0 1.577 1.577c.042.168.064.344.064.525Z"></path><path fill="url(#F)" d="M8.813 15.634a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.576 2.166 2.166 0 0 0-2.69 2.102h-.002Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#G)" d="M8.813 15.634a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.576 2.166 2.166 0 0 0-2.69 2.102h-.002Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#H)" d="M8.813 15.634a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.576 2.166 2.166 0 0 0-2.69 2.102h-.002Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="#091334" d="M8.813 15.634a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.576 2.166 2.166 0 0 0-2.69 2.102h-.002Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#I)" d="M21.216 15.634a2.166 2.166 0 1 1-1.64-2.102 2.208 2.208 0 1 0 1.577 1.577c.041.168.064.344.064.525Z"></path><path fill="url(#J)" d="M21.216 15.634a2.166 2.166 0 1 1-1.64-2.102 2.208 2.208 0 1 0 1.577 1.577c.041.168.064.344.064.525Z"></path><path fill="#F7F5F9" d="M21.216 15.634a2.166 2.166 0 1 1-1.64-2.102 2.208 2.208 0 1 0 1.577 1.577c.041.168.064.344.064.525Z"></path><path fill="url(#K)" d="M16.887 15.634a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.576 2.166 2.166 0 0 0-2.69 2.102h-.001Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#L)" d="M16.887 15.634a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.576 2.166 2.166 0 0 0-2.69 2.102h-.001Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#M)" d="M16.887 15.634a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.576 2.166 2.166 0 0 0-2.69 2.102h-.001Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="#0B1332" d="M16.887 15.634a2.166 2.166 0 1 0 4.267-.525 2.21 2.21 0 0 0-1.576-1.576 2.166 2.166 0 0 0-2.69 2.102h-.001Zm3.383 0a1.245 1.245 0 1 1-2.49 0 1.245 1.245 0 0 1 2.49 0Z"></path><path fill="url(#N)" d="M17.777 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.706-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#O)" d="M17.777 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.706-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#P)" d="M17.777 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.706-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="url(#Q)" d="M17.777 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.706-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="#A8BDE1" d="M17.777 15.636a1.245 1.245 0 1 0 2.49 0 1.245 1.245 0 0 0-2.49 0Zm1.706-.983a.644.644 0 1 1 0 1.288.644.644 0 0 1 0-1.288Z"></path><path fill="#F7F5F9" d="M18.93 14.425c.724 0 1.289.454 1.31 1.31a1.13 1.13 0 0 1-.036.304c.04-.121.055-.25.06-.386.032-.697-.575-1.295-1.26-1.261a1.44 1.44 0 0 0-.508.106c.136-.047.282-.073.434-.073Zm-8.078.015c.724 0 1.274.468 1.31 1.31.005.105-.012.207-.036.305.04-.122.055-.251.06-.386a1.206 1.206 0 0 0-1.26-1.261 1.413 1.413 0 0 0-.508.106 1.31 1.31 0 0 1 .434-.074Z"></path><path fill="#F7F5F9" d="M19.413 16.107a.752.752 0 1 0 0-1.505.752.752 0 0 0 0 1.505Zm-8.086.007a.752.752 0 1 0 0-1.505.752.752 0 0 0 0 1.505Z"></path><g opacity=".2"><path fill="url(#R)" d="M8.873 5.003Z"></path><path fill="url(#S)" d="M8.99 5.184a4.822 4.822 0 0 1-.053-.082l.053.082Z"></path><path fill="url(#T)" d="m10.191 6.727.064.07-.028-.03-.036-.04Z"></path><path fill="url(#U)" d="m10.05 6.57.087.098c-.03-.032-.057-.065-.086-.098Z"></path><path fill="url(#V)" d="M23.162 13.964c-.03-.325-.027-.28-.086-.652-.232-1.563-.99-2.73-1.854-3.578a8.538 8.538 0 0 0-2.473-1.665c-1.11-.493-2.169-.647-3.11-.784-.725-.105-1.41-.205-2.043-.44-1.822-.673-2.419-1.786-2.608-2.336l-.338-.056h-.987a4.582 4.582 0 0 0-1.875.402 4.732 4.732 0 0 0-2.995 4.387v2.374c0 .703.416 1.314 1.013 1.599l.005.002.09.04a5.456 5.456 0 0 1 2.852-4.463c.174.17.47.447.886.783 1.365 1.103 3.1 1.648 4.755 2.157 1.528.47 3.09.816 4.638 1.214 1.436.37 2.955.725 4.154 1.645l-.009-.31c.003.003-.016-.32-.016-.32Z"></path></g><g opacity=".2"><path fill="url(#W)" d="M23.17 13.918a9.881 9.881 0 0 0-.023-.23 7.672 7.672 0 0 0-.54-.27 23.49 23.49 0 0 0-.345-.137v.002c.043.244.084.49.098.735.291.155.57.33.835.532l-.01-.31a12.35 12.35 0 0 0-.015-.322Z"></path><path fill="url(#X)" d="m9.788 8.943-.018-.021a1.949 1.949 0 0 1-.489.335c.094.08.197.166.308.255.15.121.304.235.462.344a2.03 2.03 0 0 1 .634-.205 3.083 3.083 0 0 1-.897-.708Z"></path></g><path fill="url(#Y)" d="M5.852 13.686a.263.263 0 0 0-.304-.26 2.114 2.114 0 0 0 0 4.173.263.263 0 0 0 .303-.26v-3.653Z"></path><path fill="#2B70B8" d="M5.853 14.63a.2.2 0 0 0-.23-.198 1.603 1.603 0 0 0 0 3.166.2.2 0 0 0 .23-.197V14.63Z"></path><path fill="url(#Z)" d="M24.145 13.686c0-.162.144-.286.304-.26a2.114 2.114 0 0 1 0 4.173.263.263 0 0 1-.304-.26v-3.653Z"></path><path fill="#2B70B8" d="M24.145 14.63a.2.2 0 0 1 .23-.198 1.603 1.603 0 0 1 0 3.166.2.2 0 0 1-.23-.197V14.63Z"></path><path fill="url(#aa)" d="M20.396 3.813h-8.568c.04.076.09.158.152.246l.021.03c.372.507.986.928 1.774 1.216.547.2 1.161.288 1.873.39 1.09.158 2.323.336 3.668.982.876.422 2.102 1.164 3.09 2.341a7.3 7.3 0 0 1 .735 1.046c.408.706.907 1.02 1.047 1.972.153-.294.038.282.038.282.65-.263.885-.675.885-1.416V8.528a4.73 4.73 0 0 0-4.716-4.716l.002.001Z"></path><path fill="url(#ab)" d="M20.447 3.906H11.88a2.234 2.234 0 0 0 .173.276c.372.507.986.928 1.774 1.216.547.2 1.161.288 1.873.39 1.089.157 2.323.335 3.668.982.876.421 2.101 1.163 3.09 2.34a7.3 7.3 0 0 1 .735 1.047 6.95 6.95 0 0 1 .858 2.48c.65-.263 1.113-.9 1.113-1.641V8.622a4.73 4.73 0 0 0-4.716-4.716Z"></path><path fill="#fff" d="M8.873 4.347Zm.117.189a4.822 4.822 0 0 1-.053-.083l.053.083Zm1.198 1.534.063.071-.027-.03a3.104 3.104 0 0 1-.037-.04Zm-.138-.156.087.097c-.03-.032-.057-.064-.086-.097Z"></path><path fill="url(#ac)" d="M23.147 13.207c-.029-.321-.037-.306-.112-.671-.316-1.531-.992-2.631-1.855-3.47a8.341 8.341 0 0 0-2.185-1.524c-.081-.04-.206-.088-.287-.123-1.11-.487-2.128-.607-3.069-.743-.725-.105-1.41-.206-2.043-.437-1.822-.667-2.419-1.89-2.608-2.434H9.663a4.636 4.636 0 0 0-1.875.397c-1.75.683-2.995 2.373-2.995 4.338v2.346c0 .696.416 1.3 1.013 1.581l.005.002.09.04c.114-1.904 1.241-3.549 2.852-4.412.174.168.47.44.886.773 1.365 1.09 3.1 1.63 4.755 2.132 1.528.465 3.09.807 4.638 1.2 1.436.366 2.955.718 4.154 1.628l-.009-.305c.003.002-.03-.318-.03-.318Z"></path><path fill="url(#ad)" d="M23.164 13.322c-.03-.322-.035-.331-.111-.697-.316-1.53-1.01-2.611-1.873-3.45a8.341 8.341 0 0 0-2.185-1.524c-.081-.04-.206-.087-.287-.123-1.11-.487-2.128-.607-3.069-.743-.725-.104-1.41-.205-2.043-.437-1.822-.666-2.419-1.89-2.608-2.433H9.663a4.637 4.637 0 0 0-1.875.396c-1.75.684-2.995 2.374-2.995 4.338v2.347c0 .695.416 1.298 1.013 1.58l.005.002.09.04c.114-1.903 1.241-3.548 2.852-4.412.174.168.47.441.886.773 1.365 1.091 3.1 1.63 4.755 2.133 1.528.464 3.09.806 4.638 1.2 1.436.366 2.955.718 4.154 1.627l-.009-.305c.003.002-.013-.312-.013-.312Z"></path><path fill="url(#ae)" d="M22.316 13.337s-.764-4.675-6.652-5.517c0 0 3.811 1.217 4.432 4.758 0 0 2.22.73 2.22.759Z"></path><path fill="url(#af)" d="M8.747 8.207s-.603-.587-.793-1.379c0 0-2.19 2.396-2.053 5.808 0 0 .07-2.931 2.846-4.43v.001Z"></path><path fill="url(#ag)" d="M24.052 12.638s.893-4.095-3.305-6.072c0 0-2.499-.876-5.048-.777 0 0 3.152.127 5.698 2.266 2.545 2.14 2.655 4.583 2.655 4.583Z"></path><path fill="url(#ah)" d="M9.992 3.914s.542 2.844 4.821 3.63c4.28.785 4.523 1.461 5.39 2.058 0 0-1.395-2.513-4.7-2.84-3.286-.325-4.246-2.007-4.536-2.847h-.975Z"></path><defs><linearGradient id="a" x1="6.218" x2="24.32" y1="26.128" y2="17.513" gradientUnits="userSpaceOnUse"><stop stop-color="#92D6FF"></stop><stop offset="1" stop-color="#1A77AA"></stop></linearGradient><linearGradient id="b" x1="5.299" x2="20.244" y1="19.751" y2="8.144" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="c" x1="3.891" x2="21.185" y1="20.845" y2="7.413" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="d" x1="8.766" x2="12.559" y1="17.058" y2="14.113" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="e" x1="8.82" x2="12.685" y1="17.292" y2="14.289" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="f" x1="5.431" x2="20.376" y1="19.924" y2="8.317" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="g" x1="4.023" x2="21.317" y1="21.018" y2="7.586" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="h" x1="8.898" x2="12.691" y1="17.231" y2="14.286" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="i" x1="8.83" x2="12.694" y1="17.302" y2="14.3" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="j" x1="5.44" x2="20.385" y1="19.934" y2="8.327" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="k" x1="4.032" x2="21.327" y1="21.028" y2="7.596" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="l" x1="8.907" x2="12.7" y1="17.242" y2="14.296" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="m" x1="9.771" x2="11.951" y1="16.571" y2="14.877" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="n" x1="8.335" x2="23.28" y1="23.66" y2="12.053" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="o" x1="6.926" x2="24.221" y1="24.754" y2="11.322" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="p" x1="16.836" x2="20.628" y1="17.058" y2="14.113" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="q" x1="8.477" x2="23.422" y1="23.84" y2="12.233" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="r" x1="7.069" x2="24.363" y1="24.934" y2="11.502" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="s" x1="16.9" x2="20.765" y1="17.299" y2="14.296" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="t" x1="16.978" x2="20.77" y1="17.238" y2="14.293" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="u" x1="17.841" x2="20.022" y1="16.567" y2="14.874" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="v" x1="14.929" x2="14.488" y1="22.421" y2="30.208" gradientUnits="userSpaceOnUse"><stop stop-color="#0088CA"></stop><stop offset=".47" stop-color="#02B6EE"></stop><stop offset="1" stop-color="#15FF72"></stop></linearGradient><linearGradient id="w" x1="6.829" x2="25.364" y1="26.885" y2="12.49" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="x" x1="9.806" x2="31.111" y1="23.511" y2="13.372" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".36" stop-color="#4687CE"></stop><stop offset="1" stop-color="#15FF72"></stop></linearGradient><linearGradient id="y" x1="8.194" x2="21.983" y1="21.054" y2="9.884" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset="1" stop-color="#0EE59B"></stop></linearGradient><linearGradient id="z" x1="4.346" x2="19.924" y1="13.893" y2="1.794" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="A" x1="9.869" x2="9.465" y1="21.834" y2="12.541" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="B" x1="17.405" x2="21.488" y1="21.831" y2="14.107" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="C" x1="9.961" x2="18.736" y1="22.686" y2="9.931" gradientUnits="userSpaceOnUse"><stop offset=".05" stop-color="#304F96"></stop><stop offset=".73" stop-color="#51C2C4" stop-opacity=".1"></stop></linearGradient><linearGradient id="D" x1="8.835" x2="12.7" y1="17.308" y2="14.306" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="E" x1="5.446" x2="20.391" y1="19.94" y2="8.333" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="F" x1="8.829" x2="12.694" y1="17.303" y2="14.301" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="G" x1="5.44" x2="20.385" y1="19.936" y2="8.328" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="H" x1="4.032" x2="21.326" y1="21.029" y2="7.598" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="I" x1="8.482" x2="23.427" y1="23.85" y2="12.243" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="J" x1="7.074" x2="24.368" y1="24.943" y2="11.512" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="K" x1="8.48" x2="23.425" y1="23.845" y2="12.238" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="L" x1="7.072" x2="24.366" y1="24.939" y2="11.507" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="M" x1="16.904" x2="20.769" y1="17.303" y2="14.301" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="N" x1="8.467" x2="23.412" y1="23.833" y2="12.226" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="O" x1="7.059" x2="24.353" y1="24.927" y2="11.496" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="P" x1="16.89" x2="20.755" y1="17.292" y2="14.289" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="Q" x1="16.968" x2="20.76" y1="17.231" y2="14.286" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="R" x1="8.773" x2="8.873" y1="4.919" y2="4.919" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="S" x1="8.937" x2="8.99" y1="5.143" y2="5.143" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="T" x1="10.191" x2="10.255" y1="6.762" y2="6.762" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="U" x1="10.051" x2="10.137" y1="6.619" y2="6.619" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="V" x1="4.793" x2="23.187" y1="9.524" y2="9.524" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity=".2"></stop></linearGradient><linearGradient id="W" x1="4.723" x2="23.195" y1="13.916" y2="13.916" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity=".4"></stop></linearGradient><linearGradient id="X" x1="4.722" x2="23.194" y1="9.389" y2="9.389" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="Y" x1="3.77" x2="5.852" y1="15.512" y2="15.512" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="Z" x1="26.227" x2="24.145" y1="15.512" y2="15.512" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="aa" x1="11.829" x2="25.112" y1="8.066" y2="8.066" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="ab" x1="12.767" x2="28.15" y1="1.528" y2="11.711" gradientUnits="userSpaceOnUse"><stop stop-color="#42BAE1"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="ac" x1="22.264" x2="6.582" y1="16.478" y2="6.132" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#83DBEF"></stop></linearGradient><linearGradient id="ad" x1="4.792" x2="23.186" y1="8.926" y2="8.926" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="ae" x1="24.495" x2="14.145" y1="14.353" y2="6.763" gradientUnits="userSpaceOnUse"><stop stop-color="#FDFEFF"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient><linearGradient id="af" x1="5.895" x2="8.747" y1="9.733" y2="9.733" gradientUnits="userSpaceOnUse"><stop stop-color="#FDFEFF"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient><linearGradient id="ag" x1="15.699" x2="24.131" y1="9.21" y2="9.21" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4" stop-opacity="0"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="ah" x1="10.178" x2="21.065" y1="3.997" y2="10.794" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient></defs>', 73)
|
|
1086
1075
|
]));
|
|
1087
1076
|
}
|
|
1088
|
-
const
|
|
1077
|
+
const E7 = /* @__PURE__ */ n(z0, [["render", X0]]), L7 = /* @__PURE__ */ u({
|
|
1089
1078
|
__name: "IconFreddyHubTitle",
|
|
1090
1079
|
setup(o) {
|
|
1091
|
-
return (t, i) => (s(),
|
|
1080
|
+
return (t, i) => (s(), w(j, {
|
|
1092
1081
|
fileName: "freddy_title.png",
|
|
1093
1082
|
alt: "User avatar"
|
|
1094
1083
|
}));
|
|
@@ -1103,7 +1092,7 @@ function $0(o, t) {
|
|
|
1103
1092
|
C('<path fill="url(#a)" d="M444.535 320.395c-3.51-12.51-13.9-20.55-23.68-24.26-9.1 85.36-78.03 152.96-165.7 152.96h-36.77c-91.34-.63-161.25-67.7-170.36-153.05-7.97 3.03-14.64 8.76-18.89 16.05a36.567 36.567 0 0 0-4.99 18.46v56.05c0 54.08 44.25 98.33 98.33 98.33h227.83c54.08 0 95.58-42.8 95.58-96.88l.51-55.15c0-4.7-.9-9.11-1.85-12.51h-.01Z"></path><path fill="url(#b)" d="M423.584 187.665c0-.09-.01-.18-.02-.27h-.02c.01.09.03.17.04.26v.01Z"></path><path fill="url(#c)" d="M194.544 236.215c-4.02-16.15-16.73-28.85-32.87-32.87 16.05 4.19 28.68 16.82 32.87 32.87Z"></path><path fill="url(#d)" d="M194.544 236.215c-4.02-16.15-16.73-28.85-32.87-32.87 16.05 4.19 28.68 16.82 32.87 32.87Z"></path><path fill="url(#e)" d="M194.544 236.215c-4.02-16.15-16.73-28.85-32.87-32.87 16.05 4.19 28.68 16.82 32.87 32.87Z"></path><path fill="url(#f)" d="M124.204 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="url(#g)" d="M124.204 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="url(#h)" d="M124.204 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="url(#i)" d="M124.204 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="#A8BDE1" d="M124.204 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="url(#j)" d="M166.831 251.497c6.304-3.897 8.256-12.166 4.359-18.471-3.896-6.305-12.166-8.256-18.471-4.36-6.304 3.897-8.256 12.167-4.359 18.472 3.896 6.304 12.166 8.256 18.471 4.359Z"></path><path fill="url(#k)" d="M166.831 251.497c6.304-3.897 8.256-12.166 4.359-18.471-3.896-6.305-12.166-8.256-18.471-4.36-6.304 3.897-8.256 12.167-4.359 18.472 3.896 6.304 12.166 8.256 18.471 4.359Z"></path><path fill="url(#l)" d="M166.831 251.497c6.304-3.897 8.256-12.166 4.359-18.471-3.896-6.305-12.166-8.256-18.471-4.36-6.304 3.897-8.256 12.167-4.359 18.472 3.896 6.304 12.166 8.256 18.471 4.359Z"></path><path fill="url(#m)" d="M166.831 251.497c6.304-3.897 8.256-12.166 4.359-18.471-3.896-6.305-12.166-8.256-18.471-4.36-6.304 3.897-8.256 12.167-4.359 18.472 3.896 6.304 12.166 8.256 18.471 4.359Z"></path><path fill="url(#n)" d="M166.831 251.497c6.304-3.897 8.256-12.166 4.359-18.471-3.896-6.305-12.166-8.256-18.471-4.36-6.304 3.897-8.256 12.167-4.359 18.472 3.896 6.304 12.166 8.256 18.471 4.359Z"></path><path fill="#F7F5F9" d="M166.831 251.497c6.304-3.897 8.256-12.166 4.359-18.471-3.896-6.305-12.166-8.256-18.471-4.36-6.304 3.897-8.256 12.167-4.359 18.472 3.896 6.304 12.166 8.256 18.471 4.359Z"></path><path fill="url(#o)" d="M362.834 236.215c-4.02-16.15-16.73-28.85-32.87-32.87 16.05 4.19 28.68 16.82 32.87 32.87Z"></path><path fill="url(#p)" d="M362.834 236.215c-4.02-16.15-16.73-28.85-32.87-32.87 16.05 4.19 28.68 16.82 32.87 32.87Z"></path><path fill="url(#q)" d="M362.834 236.215c-4.02-16.15-16.73-28.85-32.87-32.87 16.05 4.19 28.68 16.82 32.87 32.87Z"></path><path fill="url(#r)" d="M328.054 253.515c7.412 0 13.42-6.008 13.42-13.42s-6.008-13.42-13.42-13.42c-7.411 0-13.42 6.008-13.42 13.42s6.009 13.42 13.42 13.42Z"></path><path fill="url(#s)" d="M328.054 253.515c7.412 0 13.42-6.008 13.42-13.42s-6.008-13.42-13.42-13.42c-7.411 0-13.42 6.008-13.42 13.42s6.009 13.42 13.42 13.42Z"></path><path fill="url(#t)" d="M328.054 253.515c7.412 0 13.42-6.008 13.42-13.42s-6.008-13.42-13.42-13.42c-7.411 0-13.42 6.008-13.42 13.42s6.009 13.42 13.42 13.42Z"></path><path fill="url(#u)" d="M328.054 253.515c7.412 0 13.42-6.008 13.42-13.42s-6.008-13.42-13.42-13.42c-7.411 0-13.42 6.008-13.42 13.42s6.009 13.42 13.42 13.42Z"></path><path fill="url(#v)" d="M328.054 253.515c7.412 0 13.42-6.008 13.42-13.42s-6.008-13.42-13.42-13.42c-7.411 0-13.42 6.008-13.42 13.42s6.009 13.42 13.42 13.42Z"></path><path fill="url(#w)" d="M444.234 320.555c-12.53 87.69-88.41 155.67-179.42 155.67h-57.48c-92.77 0-169.83-70.65-180.08-160.79a36.567 36.567 0 0 0-4.99 18.46v56.05c0 54.08 44.25 98.33 98.33 98.33h227.83c54.08 0 98.33-44.25 98.33-98.33v-56.05c0-4.7-.9-9.19-2.52-13.34Z"></path><path fill="url(#x)" d="M207.334 476.225h57.48c91.01 0 166.89-67.98 179.42-155.67-3.81-9.73-11.64-17.49-21.42-21.2-9.1 85.36-81.86 152.43-169.54 152.43h-37.6c-87.67 0-160.42-67.05-169.53-152.41-7.97 3.03-14.64 8.76-18.89 16.05 10.24 90.15 87.3 160.79 180.08 160.79v.01Z" opacity=".47"></path><path fill="url(#y)" d="M207.334 476.225h57.48c91.01 0 166.89-67.98 179.42-155.67-3.81-9.73-11.64-17.49-21.42-21.2-9.1 85.36-81.86 152.43-169.54 152.43h-37.6c-87.67 0-160.42-67.05-169.53-152.41-7.97 3.03-14.64 8.76-18.89 16.05 10.24 90.15 87.3 160.79 180.08 160.79v.01Z"></path><path fill="#0C132C" d="M233.764 373.605h.91c29.43 0 47.21-18.39 47.95-19.18 3.42-3.6 3.26-9.29-.34-12.71-3.6-3.42-9.29-3.26-12.71.34-.13.14-13.47 13.57-34.92 13.57h-.51c-21.63.17-34.73-12.99-35.33-13.61a8.977 8.977 0 0 0-12.67-.3c-3.6 3.42-3.75 9.11-.34 12.71.75.79 18.52 19.18 47.95 19.18h.01Z"></path><path fill="#0B132F" d="M233.764 373.605h.91c29.43 0 47.21-18.39 47.95-19.18 3.42-3.6 3.26-9.29-.34-12.71-3.6-3.42-9.29-3.26-12.71.34-.13.14-13.47 13.57-34.92 13.57h-.51c-21.63.17-34.73-12.99-35.33-13.61a8.977 8.977 0 0 0-12.67-.3c-3.6 3.42-3.75 9.11-.34 12.71.75.79 18.52 19.18 47.95 19.18h.01Z"></path><path fill="url(#z)" d="M319.144 170.295c-10.54-2.48-34.26-2.51-47.06-5.46-40.3-9.3-139.8-50.91-146.45-56.28-32.56 16-53.62 47.25-59.86 81.51a112.48 112.48 0 0 0-1.82 20.22v43.95c0 14.75 1.9 29.07 5.46 42.75 19.1 73.35 86.09 127.91 165.2 127.91 79.12 0 146.1-54.56 165.2-127.91 3.56-13.67 5.46-28 5.46-42.75v-42.81c-1.95-1.5-8.53-22.87-86.13-41.13Zm-168.98 123.6c-25.42 0-46.03-20.61-46.03-46.03s20.61-46.03 46.03-46.03c4.03 0 7.94.52 11.66 1.49 16.15 4.02 28.85 16.73 32.87 32.87.97 3.72 1.49 7.63 1.49 11.66 0 25.42-20.61 46.03-46.03 46.03l.01.01Zm168.28 0c-25.42 0-46.03-20.61-46.03-46.03s20.61-46.03 46.03-46.03c4.03 0 7.94.52 11.66 1.49 16.15 4.02 28.85 16.73 32.87 32.87.97 3.72 1.49 7.63 1.49 11.66 0 25.42-20.61 46.03-46.03 46.03l.01.01Z"></path><path fill="url(#A)" d="M43.444 187.015s.01-.17.04-.47c-.03-.01-.06-.03-.09-.04.02.17.03.34.04.51h.01Z"></path><path fill="url(#B)" d="M135.124 307.165c-24.85-15.81-45.17-39.59-38.02-71.25 6.85-30.35 30.73-38.43 43.06-40.58 3.54-.62 5.39-4.54 3.58-7.64-8.47-14.48-28.52-46.7-38.17-44.95-6.85 1.25-19.19 17.09-27.38 46.49-.13.45-.19.93-.19 1.4v57.2c0 55.07 29.11 103.67 72.69 131.2.71.45 1.54.71 2.38.78h.05c1.38.11 2.74-.37 3.78-1.28 31.26-27.26 2.64-55.81-21.79-71.36l.01-.01Z" opacity=".2"></path><path fill="url(#C)" d="M341.204 308.425c24.85-15.81 35.01-33.32 33.32-72.28-1.69-38.96-50.82-39.53-50.82-39.53s29.93-55.91 42.35-53.65c6.9 1.26 19.39 17.34 27.57 47.18l-4.52 60.67c-5.65 68.89-42.16 110.96-68.92 127.2-1.91 1.34-3.67 2.54-3.67 2.54-33.88-27.67-.15-56.32 24.7-72.13h-.01Z" opacity=".2"></path><path fill="url(#D)" d="M292.174 116.725c24.81 0 48.22 9.75 65.92 27.44 17.7 17.7 27.44 41.11 27.44 65.92v43.95c0 40.05-15.72 77.84-44.27 106.39-28.55 28.55-66.33 44.27-106.39 44.27s-77.84-15.72-106.39-44.27c-28.55-28.55-44.27-66.33-44.27-106.39v-43.95c0-24.81 9.75-48.22 27.44-65.92 17.7-17.7 41.11-27.44 65.92-27.44h114.59m0-20h-114.59c-62.35 0-113.36 51.01-113.36 113.36v43.95c0 93.86 76.8 170.66 170.66 170.66s170.66-76.8 170.66-170.66v-43.95c0-62.35-51.01-113.36-113.36-113.36h-.01Z"></path><path fill="#F7F5F9" d="M235.424 376.465h-.92c-30 0-48.64-21.12-48.3-22.28 1.6-5.37.29-6.25 3.97-10.14 3.66-3.89 5.71-1.9 9.19 2.17.63.73 13.33 9.74 35.14 9.74h.91c21.86 0 38.37-10.99 38.5-11.15 3.48-4.11 2.97-5.94 6.64-2.04 3.67 3.9 5.07 9.06 1.59 13.17-.76.9-16.73 20.53-46.72 20.54v-.01Z"></path><path fill="#0C132C" d="M235.235 373.605h-.91c-29.43 0-47.21-18.39-47.95-19.18-3.42-3.6-3.26-9.29.34-12.71 3.59-3.41 9.26-3.26 12.68.31.62.64 13.54 13.6 34.93 13.6h.9c21.45 0 34.79-13.43 34.92-13.57 3.41-3.6 9.1-3.76 12.71-.34 3.6 3.42 3.75 9.11.34 12.71-.75.79-18.53 19.18-47.95 19.18h-.01Z"></path><path fill="url(#E)" d="M195.894 247.155c0 24.94-20.22 45.16-45.16 45.16-24.94 0-45.16-20.22-45.16-45.16 0-24.94 20.22-45.16 45.16-45.16 3.77 0 7.44.47 10.94 1.34-3.72-.97-7.63-1.49-11.66-1.49-25.42 0-46.03 20.61-46.03 46.03s20.61 46.03 46.03 46.03 46.03-20.61 46.03-46.03c0-4.03-.52-7.94-1.49-11.66.87 3.5 1.34 7.17 1.34 10.94Z"></path><path fill="url(#F)" d="M195.894 247.155c0 24.94-20.22 45.16-45.16 45.16-24.94 0-45.16-20.22-45.16-45.16 0-24.94 20.22-45.16 45.16-45.16 3.77 0 7.44.47 10.94 1.34-3.72-.97-7.63-1.49-11.66-1.49-25.42 0-46.03 20.61-46.03 46.03s20.61 46.03 46.03 46.03 46.03-20.61 46.03-46.03c0-4.03-.52-7.94-1.49-11.66.87 3.5 1.34 7.17 1.34 10.94Z"></path><path fill="#F7F5F9" d="M195.894 247.155c0 24.94-20.22 45.16-45.16 45.16-24.94 0-45.16-20.22-45.16-45.16 0-24.94 20.22-45.16 45.16-45.16 3.77 0 7.44.47 10.94 1.34-3.72-.97-7.63-1.49-11.66-1.49-25.42 0-46.03 20.61-46.03 46.03s20.61 46.03 46.03 46.03 46.03-20.61 46.03-46.03c0-4.03-.52-7.94-1.49-11.66.87 3.5 1.34 7.17 1.34 10.94Z"></path><path fill="url(#G)" d="M105.574 247.155c0 24.94 20.22 45.16 45.16 45.16 24.94 0 45.16-20.22 45.16-45.16 0-3.77-.47-7.44-1.34-10.94-4.19-16.05-16.82-28.68-32.87-32.87-3.5-.87-7.17-1.34-10.94-1.34-24.94 0-45.16 20.22-45.16 45.16l-.01-.01Zm70.55 0c0 14.34-11.62 25.96-25.96 25.96-14.34 0-25.96-11.62-25.96-25.96 0-14.34 11.62-25.96 25.96-25.96 14.34 0 25.96 11.62 25.96 25.96Z"></path><path fill="url(#H)" d="M105.574 247.155c0 24.94 20.22 45.16 45.16 45.16 24.94 0 45.16-20.22 45.16-45.16 0-3.77-.47-7.44-1.34-10.94-4.19-16.05-16.82-28.68-32.87-32.87-3.5-.87-7.17-1.34-10.94-1.34-24.94 0-45.16 20.22-45.16 45.16l-.01-.01Zm70.55 0c0 14.34-11.62 25.96-25.96 25.96-14.34 0-25.96-11.62-25.96-25.96 0-14.34 11.62-25.96 25.96-25.96 14.34 0 25.96 11.62 25.96 25.96Z"></path><path fill="url(#I)" d="M105.574 247.155c0 24.94 20.22 45.16 45.16 45.16 24.94 0 45.16-20.22 45.16-45.16 0-3.77-.47-7.44-1.34-10.94-4.19-16.05-16.82-28.68-32.87-32.87-3.5-.87-7.17-1.34-10.94-1.34-24.94 0-45.16 20.22-45.16 45.16l-.01-.01Zm70.55 0c0 14.34-11.62 25.96-25.96 25.96-14.34 0-25.96-11.62-25.96-25.96 0-14.34 11.62-25.96 25.96-25.96 14.34 0 25.96 11.62 25.96 25.96Z"></path><path fill="#091334" d="M105.574 247.155c0 24.94 20.22 45.16 45.16 45.16 24.94 0 45.16-20.22 45.16-45.16 0-3.77-.47-7.44-1.34-10.94-4.19-16.05-16.82-28.68-32.87-32.87-3.5-.87-7.17-1.34-10.94-1.34-24.94 0-45.16 20.22-45.16 45.16l-.01-.01Zm70.55 0c0 14.34-11.62 25.96-25.96 25.96-14.34 0-25.96-11.62-25.96-25.96 0-14.34 11.62-25.96 25.96-25.96 14.34 0 25.96 11.62 25.96 25.96Z"></path><path fill="url(#J)" d="M364.174 247.155c0 24.94-20.22 45.16-45.16 45.16-24.94 0-45.16-20.22-45.16-45.16 0-24.94 20.22-45.16 45.16-45.16 3.77 0 7.44.47 10.94 1.34-3.72-.97-7.63-1.49-11.66-1.49-25.42 0-46.03 20.61-46.03 46.03s20.61 46.03 46.03 46.03 46.03-20.61 46.03-46.03c0-4.03-.52-7.94-1.49-11.66.87 3.5 1.34 7.17 1.34 10.94Z"></path><path fill="url(#K)" d="M364.174 247.155c0 24.94-20.22 45.16-45.16 45.16-24.94 0-45.16-20.22-45.16-45.16 0-24.94 20.22-45.16 45.16-45.16 3.77 0 7.44.47 10.94 1.34-3.72-.97-7.63-1.49-11.66-1.49-25.42 0-46.03 20.61-46.03 46.03s20.61 46.03 46.03 46.03 46.03-20.61 46.03-46.03c0-4.03-.52-7.94-1.49-11.66.87 3.5 1.34 7.17 1.34 10.94Z"></path><path fill="#F7F5F9" d="M364.174 247.155c0 24.94-20.22 45.16-45.16 45.16-24.94 0-45.16-20.22-45.16-45.16 0-24.94 20.22-45.16 45.16-45.16 3.77 0 7.44.47 10.94 1.34-3.72-.97-7.63-1.49-11.66-1.49-25.42 0-46.03 20.61-46.03 46.03s20.61 46.03 46.03 46.03 46.03-20.61 46.03-46.03c0-4.03-.52-7.94-1.49-11.66.87 3.5 1.34 7.17 1.34 10.94Z"></path><path fill="url(#L)" d="M273.854 247.155c0 24.94 20.22 45.16 45.16 45.16 24.94 0 45.16-20.22 45.16-45.16 0-3.77-.469-7.44-1.339-10.94-4.19-16.05-16.821-28.68-32.871-32.87-3.5-.87-7.17-1.34-10.94-1.34-24.94 0-45.159 20.22-45.159 45.16l-.011-.01Zm70.55 0c0 14.34-11.62 25.96-25.96 25.96-14.34 0-25.96-11.62-25.96-25.96 0-14.34 11.62-25.96 25.96-25.96 14.34 0 25.96 11.62 25.96 25.96Z"></path><path fill="url(#M)" d="M273.854 247.155c0 24.94 20.22 45.16 45.16 45.16 24.94 0 45.16-20.22 45.16-45.16 0-3.77-.469-7.44-1.339-10.94-4.19-16.05-16.821-28.68-32.871-32.87-3.5-.87-7.17-1.34-10.94-1.34-24.94 0-45.159 20.22-45.159 45.16l-.011-.01Zm70.55 0c0 14.34-11.62 25.96-25.96 25.96-14.34 0-25.96-11.62-25.96-25.96 0-14.34 11.62-25.96 25.96-25.96 14.34 0 25.96 11.62 25.96 25.96Z"></path><path fill="url(#N)" d="M273.854 247.155c0 24.94 20.22 45.16 45.16 45.16 24.94 0 45.16-20.22 45.16-45.16 0-3.77-.469-7.44-1.339-10.94-4.19-16.05-16.821-28.68-32.871-32.87-3.5-.87-7.17-1.34-10.94-1.34-24.94 0-45.159 20.22-45.159 45.16l-.011-.01Zm70.55 0c0 14.34-11.62 25.96-25.96 25.96-14.34 0-25.96-11.62-25.96-25.96 0-14.34 11.62-25.96 25.96-25.96 14.34 0 25.96 11.62 25.96 25.96Z"></path><path fill="#0B1332" d="M273.854 247.155c0 24.94 20.22 45.16 45.16 45.16 24.94 0 45.16-20.22 45.16-45.16 0-3.77-.469-7.44-1.339-10.94-4.19-16.05-16.821-28.68-32.871-32.87-3.5-.87-7.17-1.34-10.94-1.34-24.94 0-45.159 20.22-45.159 45.16l-.011-.01Zm70.55 0c0 14.34-11.62 25.96-25.96 25.96-14.34 0-25.96-11.62-25.96-25.96 0-14.34 11.62-25.96 25.96-25.96 14.34 0 25.96 11.62 25.96 25.96Z"></path><path fill="url(#O)" d="M292.494 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="url(#P)" d="M292.494 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="url(#Q)" d="M292.494 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="url(#R)" d="M292.494 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="#A8BDE1" d="M292.494 247.155c0 14.34 11.62 25.96 25.96 25.96 14.34 0 25.96-11.62 25.96-25.96 0-14.34-11.62-25.96-25.96-25.96-14.34 0-25.96 11.62-25.96 25.96Zm35.56-20.48c7.41 0 13.42 6.01 13.42 13.42s-6.01 13.42-13.42 13.42-13.42-6.01-13.42-13.42 6.01-13.42 13.42-13.42Z"></path><path fill="#F7F5F9" d="M316.484 221.975c15.09 0 26.87 9.47 27.32 27.32.05 2.19-.26 4.31-.75 6.35.81-2.54 1.14-5.24 1.26-8.05.64-14.55-12-27-26.3-26.3-3.76.18-7.34.8-10.58 2.22 2.83-.99 5.87-1.54 9.05-1.54Zm-168.45.22c15.09 0 26.56 9.76 27.32 27.32.09 2.18-.26 4.31-.75 6.35.81-2.54 1.14-5.24 1.26-8.05.65-15.35-12-27-26.3-26.3-3.76.18-7.34.8-10.58 2.22 2.83-.99 5.87-1.54 9.05-1.54Z"></path><path fill="#F7F5F9" d="M326.585 256.935c8.665 0 15.69-7.025 15.69-15.69s-7.025-15.69-15.69-15.69c-8.666 0-15.69 7.025-15.69 15.69s7.024 15.69 15.69 15.69Zm-168.631.28c8.665 0 15.69-7.025 15.69-15.69s-7.025-15.69-15.69-15.69-15.69 7.025-15.69 15.69 7.025 15.69 15.69 15.69Z"></path><g opacity=".2"><path fill="url(#S)" d="M106.775 25.465c-.71-1.15-1.4-2.32-2.07-3.49.68 1.17 1.37 2.34 2.07 3.49Z"></path><path fill="url(#T)" d="M109.205 29.315c-.37-.57-.73-1.14-1.09-1.72.36.57.73 1.15 1.09 1.72Z"></path><path fill="url(#U)" d="M134.214 61.355c.44.49.89.98 1.33 1.48-.19-.21-.39-.42-.58-.63-.25-.28-.5-.56-.75-.85Z"></path><path fill="url(#V)" d="M131.354 58.125c.59.68 1.19 1.36 1.79 2.03-.6-.67-1.19-1.35-1.79-2.03Z"></path><path fill="url(#W)" d="M404.695 212.325c-.61-6.78-.56-5.84-1.78-13.6-4.85-32.59-20.66-56.91-38.67-74.6-15.79-15.52-33.27-25.94-46.49-32.37-1.7-.83-3.39-1.6-5.08-2.35-23.15-10.27-45.21-13.48-64.83-16.34-15.12-2.2-29.4-4.28-42.61-9.16-37.98-14.05-50.43-37.25-54.38-48.73l-7.05-1.16h-20.57c-7.42 0-14.64.85-21.59 2.46a95.924 95.924 0 0 0-17.51 5.91c-36.47 14.41-62.45 50.05-62.45 91.49v49.49c0 14.66 8.67 27.4 21.13 33.34.03.01.06.03.09.04.62.29 1.25.57 1.9.83 2.37-40.14 25.87-74.83 59.46-93.04 3.62 3.55 9.8 9.31 18.46 16.31 28.47 23.01 64.66 34.38 99.15 44.98 31.86 9.8 64.43 17.01 96.7 25.31 29.95 7.71 61.62 15.13 86.63 34.31l-.19-6.45c.06.04-.33-6.68-.33-6.68l.01.01Z"></path></g><g opacity=".2"><path fill="url(#X)" d="M404.924 211.335c-.2-2.25-.33-3.65-.46-4.8-3.67-2.03-7.44-3.9-11.27-5.64-2.39-.97-4.79-1.91-7.19-2.84 0 .01 0 .03-.01.04.91 5.09 1.76 10.21 2.06 15.33 6.06 3.22 11.89 6.87 17.4 11.09l-.19-6.47c.06.04-.33-6.71-.33-6.71h-.01Z"></path><path fill="url(#Y)" d="M125.904 107.585c-.12-.14-.24-.29-.36-.43-2.96 2.8-6.44 5.16-10.2 6.98 1.96 1.68 4.1 3.46 6.41 5.33 3.12 2.52 6.35 4.9 9.64 7.16 4.15-2.13 8.67-3.59 13.23-4.27-6.89-3.72-13.26-8.39-18.72-14.77Z"></path></g><path fill="url(#Z)" d="M43.804 206.525c0-3.37-3.01-5.96-6.34-5.43-21.02 3.35-37.08 21.55-37.08 43.51 0 21.96 16.07 40.16 37.08 43.51 3.33.53 6.33-2.06 6.33-5.43v-76.15l.01-.01Z"></path><path fill="#2B70B8" d="M43.804 226.235c0-2.55-2.28-4.52-4.81-4.12-15.95 2.54-28.13 16.35-28.13 33.01 0 16.66 12.19 30.47 28.13 33.01 2.52.4 4.81-1.56 4.81-4.12v-57.78Z"></path><path fill="url(#aa)" d="M425.264 206.525c0-3.37 3.01-5.96 6.34-5.43 21.02 3.35 37.08 21.55 37.08 43.51 0 21.96-16.07 40.16-37.08 43.51-3.33.53-6.33-2.06-6.33-5.43v-76.15l-.01-.01Z"></path><path fill="#2B70B8" d="M425.264 226.235c0-2.55 2.28-4.52 4.81-4.12 15.95 2.54 28.13 16.35 28.13 33.01 0 16.66-12.19 30.47-28.13 33.01-2.52.4-4.81-1.56-4.81-4.12v-57.78Z"></path><path fill="url(#ab)" d="M347.075.625h-178.66a46.42 46.42 0 0 0 3.17 5.11c.15.21.29.41.44.63 7.76 10.58 20.55 19.35 36.99 25.36 11.4 4.17 24.21 6.01 39.05 8.15 22.71 3.27 48.44 6.98 76.48 20.46 18.27 8.79 43.82 24.26 64.44 48.81 5.54 6.6 10.73 13.85 15.32 21.81 8.5 14.73 18.9 21.27 21.83 41.11 3.18-6.13.78 5.89.78 5.89 13.55-5.48 18.47-14.08 18.47-29.53v-49.49c0-54.08-44.25-98.33-98.33-98.33l.02.02Z"></path><path fill="url(#ac)" d="M348.095 2.665h-178.66a46.42 46.42 0 0 0 3.17 5.11c.15.21.29.41.44.63 7.76 10.58 20.55 19.35 36.99 25.36 11.4 4.17 24.21 6.01 39.05 8.15 22.71 3.27 48.44 6.98 76.48 20.46 18.27 8.79 43.82 24.26 64.44 48.81 5.54 6.6 10.73 13.85 15.32 21.81 8.5 14.73 14.96 31.87 17.89 51.72h.02c13.55-5.48 23.18-18.78 23.18-34.23v-49.49c0-54.08-44.25-98.33-98.33-98.33h.01Z"></path><path fill="#fff" d="M106.774 11.805c-.71-1.15-1.4-2.32-2.07-3.49.68 1.17 1.37 2.34 2.07 3.49Zm2.43 3.86c-.37-.57-.73-1.14-1.09-1.72.36.57.73 1.15 1.09 1.72Zm25.01 32.03c.44.49.89.98 1.33 1.48-.19-.21-.39-.42-.58-.63-.25-.28-.5-.56-.75-.85Zm-2.86-3.22c.59.68 1.19 1.36 1.79 2.03-.6-.67-1.19-1.35-1.79-2.03Z"></path><path fill="url(#ad)" d="M404.414 196.555c-.61-6.7-.78-6.38-2.35-14-6.59-31.92-20.68-54.86-38.68-72.35-15.79-15.34-32.33-25.42-45.55-31.78-1.7-.82-4.3-1.82-5.98-2.56-23.15-10.15-44.37-12.66-63.99-15.49-15.12-2.18-29.4-4.29-42.61-9.12-37.98-13.89-50.43-39.4-54.38-50.74h-7.05l-20.57-.01c-7.42 0-14.64.84-21.59 2.43a95.763 95.763 0 0 0-17.51 5.85c-36.47 14.25-62.45 49.49-62.45 90.45v48.93c0 14.5 8.67 27.08 21.13 32.96.03.01.06.03.09.04.62.29 1.25.56 1.9.82 2.37-39.68 25.87-73.98 59.46-91.99 3.62 3.51 9.8 9.2 18.46 16.12 28.47 22.75 64.66 33.99 99.15 44.47 31.86 9.69 64.43 16.82 96.7 25.03 29.95 7.62 61.62 14.96 86.63 33.93l-.19-6.37c.06.04-.61-6.61-.61-6.61l-.01-.01Z"></path><path fill="url(#ae)" d="M404.744 198.935c-.61-6.7-.73-6.9-2.31-14.52-6.59-31.92-21.06-54.45-39.06-71.94-15.79-15.34-32.33-25.42-45.55-31.78-1.7-.82-4.3-1.82-5.98-2.56-23.15-10.15-44.37-12.66-63.99-15.49-15.12-2.18-29.4-4.29-42.61-9.12-37.98-13.89-50.43-39.4-54.38-50.74h-7.05l-20.57-.01c-7.42 0-14.64.84-21.59 2.43a95.768 95.768 0 0 0-17.51 5.85c-36.47 14.25-62.45 49.49-62.45 90.45v48.93c0 14.5 8.67 27.08 21.13 32.96.03.01.06.03.09.04.62.29 1.25.56 1.9.82 2.37-39.68 25.87-73.98 59.46-91.99 3.62 3.51 9.8 9.2 18.46 16.12 28.47 22.75 64.66 33.99 99.15 44.47 31.86 9.69 64.43 16.82 96.7 25.03 29.95 7.62 61.62 14.96 86.63 33.93l-.19-6.37c.06.04-.28-6.5-.28-6.5v-.01Z"></path><path fill="url(#af)" d="M387.095 199.285s-15.93-97.48-138.7-115.02c0 0 79.47 25.36 92.4 99.21 0 0 46.31 15.22 46.31 15.81h-.01Z"></path><path fill="url(#ag)" d="M104.174 92.365s-12.57-12.23-16.53-28.75c0 0-45.68 49.95-42.81 121.11 0 0 1.47-61.13 59.34-92.37v.01Z"></path><path fill="url(#ah)" d="M423.254 184.715s18.62-85.38-68.91-126.61c0 0-52.1-18.26-105.25-16.19 0 0 65.72 2.64 118.8 47.25s55.36 95.55 55.36 95.55Z"></path><path fill="url(#ai)" d="M130.154 2.765s11.29 59.29 100.52 75.67c89.23 16.38 94.31 30.49 112.38 42.92 0 0-29.09-52.39-97.98-59.2-68.52-6.78-88.55-41.85-94.59-59.37h-20.33v-.02Z"></path><defs><linearGradient id="a" x1="51.414" x2="428.865" y1="466.005" y2="286.385" gradientUnits="userSpaceOnUse"><stop stop-color="#92D6FF"></stop><stop offset="1" stop-color="#1A77AA"></stop></linearGradient><linearGradient id="b" x1="79.591" x2="440.214" y1="454.629" y2="174.496" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="c" x1="32.294" x2="343.914" y1="333.025" y2="91.005" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="d" x1="2.934" x2="363.534" y1="355.835" y2="75.765" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="e" x1="104.584" x2="183.664" y1="276.885" y2="215.465" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="f" x1="105.704" x2="186.304" y1="281.685" y2="219.085" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="g" x1="35.044" x2="346.664" y1="336.565" y2="94.545" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="h" x1="5.684" x2="366.284" y1="359.375" y2="79.305" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="i" x1="107.334" x2="186.414" y1="280.425" y2="219.005" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="j" x1="105.902" x2="186.492" y1="281.934" y2="219.334" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="k" x1="35.232" x2="346.852" y1="336.814" y2="94.794" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="l" x1="5.872" x2="366.482" y1="359.614" y2="79.554" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="m" x1="107.522" x2="186.602" y1="280.674" y2="219.254" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="n" x1="125.532" x2="170.992" y1="266.684" y2="231.374" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="o" x1="95.614" x2="407.234" y1="414.545" y2="172.525" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="p" x1="66.244" x2="426.854" y1="437.355" y2="157.285" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="q" x1="272.864" x2="351.944" y1="276.885" y2="215.465" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="r" x1="98.554" x2="410.174" y1="418.335" y2="176.315" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="s" x1="69.194" x2="429.794" y1="441.145" y2="161.075" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="t" x1="274.184" x2="354.784" y1="281.935" y2="219.335" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="u" x1="275.804" x2="354.884" y1="280.675" y2="219.255" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="v" x1="293.814" x2="339.274" y1="266.685" y2="231.375" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="w" x1="233.034" x2="223.844" y1="388.715" y2="551.095" gradientUnits="userSpaceOnUse"><stop stop-color="#0088CA"></stop><stop offset=".47" stop-color="#02B6EE"></stop><stop offset="1" stop-color="#15FF72"></stop></linearGradient><linearGradient id="x" x1="64.164" x2="450.654" y1="481.685" y2="181.525" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="y" x1="126.234" x2="570.484" y1="411.335" y2="199.925" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".36" stop-color="#4687CE"></stop><stop offset="1" stop-color="#15FF72"></stop></linearGradient><linearGradient id="z" x1="92.674" x2="380.204" y1="360.225" y2="127.315" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset="1" stop-color="#0EE59B"></stop></linearGradient><linearGradient id="A" x1="12.413" x2="337.231" y1="210.835" y2="-41.437" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="B" x1="127.564" x2="119.144" y1="376.405" y2="182.625" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="C" x1="284.684" x2="369.814" y1="376.395" y2="215.335" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="D" x1="129.454" x2="312.424" y1="394.155" y2="128.185" gradientUnits="userSpaceOnUse"><stop offset=".05" stop-color="#304F96"></stop><stop offset=".73" stop-color="#51C2C4" stop-opacity=".1"></stop></linearGradient><linearGradient id="E" x1="105.994" x2="186.594" y1="282.055" y2="219.465" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="F" x1="35.334" x2="346.954" y1="336.945" y2="94.915" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="G" x1="105.924" x2="186.514" y1="281.955" y2="219.365" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="H" x1="35.254" x2="346.874" y1="336.845" y2="94.815" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="I" x1="5.894" x2="366.504" y1="359.645" y2="79.585" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="J" x1="98.654" x2="410.274" y1="418.465" y2="176.445" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="K" x1="69.284" x2="429.894" y1="441.265" y2="161.205" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="L" x1="98.575" x2="410.194" y1="418.365" y2="176.345" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="M" x1="69.215" x2="429.814" y1="441.165" y2="161.105" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="N" x1="274.204" x2="354.804" y1="281.955" y2="219.365" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="O" x1="98.364" x2="409.984" y1="418.085" y2="176.065" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="P" x1="68.994" x2="429.604" y1="440.895" y2="160.835" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="Q" x1="273.994" x2="354.584" y1="281.685" y2="219.085" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="R" x1="275.614" x2="354.694" y1="280.425" y2="219.005" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="S" x1="104.695" x2="106.775" y1="23.715" y2="23.715" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="T" x1="108.105" x2="109.205" y1="28.465" y2="28.465" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="U" x1="134.214" x2="135.544" y1="62.095" y2="62.095" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="V" x1="131.354" x2="133.144" y1="59.135" y2="59.135" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="W" x1="21.685" x2="405.215" y1="119.745" y2="119.745" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity=".2"></stop></linearGradient><linearGradient id="X" x1="20.284" x2="405.444" y1="211.285" y2="211.285" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity=".4"></stop></linearGradient><linearGradient id="Y" x1="20.284" x2="405.444" y1="116.885" y2="116.885" gradientUnits="userSpaceOnUse"><stop></stop><stop offset="1" stop-opacity="0"></stop></linearGradient><linearGradient id="Z" x1=".384" x2="43.804" y1="244.605" y2="244.605" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="aa" x1="468.684" x2="425.264" y1="244.605" y2="244.605" gradientUnits="userSpaceOnUse"><stop stop-color="#358ACA"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="ab" x1="168.425" x2="445.405" y1="89.295" y2="89.295" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="ac" x1="187.955" x2="508.705" y1="-46.925" y2="165.405" gradientUnits="userSpaceOnUse"><stop stop-color="#42BAE1"></stop><stop offset=".47" stop-color="#02B6E6"></stop><stop offset=".79" stop-color="#5FC4B9"></stop></linearGradient><linearGradient id="ad" x1="385.984" x2="59.014" y1="264.755" y2="49.035" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#83DBEF"></stop></linearGradient><linearGradient id="ae" x1="21.684" x2="405.214" y1="107.285" y2="107.285" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="af" x1="432.525" x2="216.725" y1="220.475" y2="62.215" gradientUnits="userSpaceOnUse"><stop stop-color="#FDFEFF"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient><linearGradient id="ag" x1="44.704" x2="104.174" y1="124.175" y2="124.175" gradientUnits="userSpaceOnUse"><stop stop-color="#FDFEFF"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient><linearGradient id="ah" x1="249.084" x2="424.904" y1="113.235" y2="113.235" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4" stop-opacity="0"></stop><stop offset="1" stop-color="#CFFFFF"></stop></linearGradient><linearGradient id="ai" x1="134.024" x2="361.034" y1="4.485" y2="146.225" gradientUnits="userSpaceOnUse"><stop stop-color="#009CD4"></stop><stop offset="1" stop-color="#CFFFFF" stop-opacity="0"></stop></linearGradient></defs>', 73)
|
|
1104
1093
|
]));
|
|
1105
1094
|
}
|
|
1106
|
-
const
|
|
1095
|
+
const D7 = /* @__PURE__ */ n(W0, [["render", $0]]), t3 = {}, o3 = {
|
|
1107
1096
|
viewBox: "0 0 15 15",
|
|
1108
1097
|
fill: "none",
|
|
1109
1098
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1119,7 +1108,7 @@ function e3(o, t) {
|
|
|
1119
1108
|
}, null, -1)
|
|
1120
1109
|
]));
|
|
1121
1110
|
}
|
|
1122
|
-
const
|
|
1111
|
+
const I7 = /* @__PURE__ */ n(t3, [["render", e3]]), s3 = {}, r3 = {
|
|
1123
1112
|
viewBox: "0 0 15 15",
|
|
1124
1113
|
fill: "none",
|
|
1125
1114
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1135,7 +1124,7 @@ function n3(o, t) {
|
|
|
1135
1124
|
}, null, -1)
|
|
1136
1125
|
]));
|
|
1137
1126
|
}
|
|
1138
|
-
const
|
|
1127
|
+
const O7 = /* @__PURE__ */ n(s3, [["render", n3]]), i3 = {}, l3 = {
|
|
1139
1128
|
class: "stroke-2",
|
|
1140
1129
|
viewBox: "0 0 22 22",
|
|
1141
1130
|
fill: "none",
|
|
@@ -1151,7 +1140,7 @@ function a3(o, t) {
|
|
|
1151
1140
|
}, null, -1)
|
|
1152
1141
|
]));
|
|
1153
1142
|
}
|
|
1154
|
-
const
|
|
1143
|
+
const H7 = /* @__PURE__ */ n(i3, [["render", a3]]), p3 = {}, c3 = {
|
|
1155
1144
|
class: "stroke-1-25",
|
|
1156
1145
|
viewBox: "0 0 16 16",
|
|
1157
1146
|
fill: "none",
|
|
@@ -1167,13 +1156,13 @@ function d3(o, t) {
|
|
|
1167
1156
|
}, null, -1)
|
|
1168
1157
|
]));
|
|
1169
1158
|
}
|
|
1170
|
-
const
|
|
1159
|
+
const b = /* @__PURE__ */ n(p3, [["render", d3]]), A3 = {}, f3 = { class: "icon-figma" };
|
|
1171
1160
|
function C3(o, t) {
|
|
1172
1161
|
return s(), r("div", f3, t[0] || (t[0] = [
|
|
1173
1162
|
C('<svg width="53" height="52" viewBox="0 0 53 52" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_11937_1997)"><rect x="0.5" width="52" height="52" rx="8" fill="white"></rect><rect x="0.5" width="52" height="52" rx="8" fill="url(#paint0_linear_11937_1997)"></rect><path fill-rule="evenodd" clip-rule="evenodd" d="M26.5006 3.3131C13.971 3.3131 3.81371 13.4704 3.81371 26C3.81371 38.5296 13.971 48.6869 26.5006 48.6869C39.0302 48.6869 49.1875 38.5296 49.1875 26C49.1875 13.4704 39.0302 3.3131 26.5006 3.3131ZM3.6875 26C3.6875 13.4007 13.9013 3.18689 26.5006 3.18689C39.0999 3.18689 49.3137 13.4007 49.3137 26C49.3137 38.5993 39.0999 48.8131 26.5006 48.8131C13.9013 48.8131 3.6875 38.5993 3.6875 26Z" fill="#D0D5DD"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M26.5 19.6266C22.9799 19.6266 20.1262 22.4802 20.1262 26.0004C20.1262 29.5205 22.9799 32.3742 26.5 32.3742C30.0201 32.3742 32.8738 29.5205 32.8738 26.0004C32.8738 22.4802 30.0201 19.6266 26.5 19.6266ZM20 26.0004C20 22.4105 22.9101 19.5004 26.5 19.5004C30.0899 19.5004 33 22.4105 33 26.0004C33 29.5902 30.0899 32.5004 26.5 32.5004C22.9101 32.5004 20 29.5902 20 26.0004Z" fill="#D0D5DD"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M26.5001 21.6451C24.0953 21.6451 22.1457 23.5947 22.1457 25.9995C22.1457 28.4044 24.0953 30.3539 26.5001 30.3539C28.905 30.3539 30.8545 28.4044 30.8545 25.9995C30.8545 23.5947 28.905 21.6451 26.5001 21.6451ZM22.0195 25.9995C22.0195 23.5249 24.0256 21.5189 26.5001 21.5189C28.9747 21.5189 30.9807 23.5249 30.9807 25.9995C30.9807 28.4741 28.9747 30.4801 26.5001 30.4801C24.0256 30.4801 22.0195 28.4741 22.0195 25.9995Z" fill="#D0D5DD"></path><path d="M26.4375 0H26.5637V52H26.4375V0Z" fill="#D0D5DD"></path><path d="M52.5 25.9365L52.5 26.0627L0.5 26.0627L0.5 25.9365L52.5 25.9365Z" fill="#D0D5DD"></path><path d="M43.7285 0H43.8547V52H43.7285V0Z" fill="#D0D5DD"></path><path d="M17.791 0H17.9172V52H17.791V0Z" fill="#D0D5DD"></path><path d="M35.082 0H35.2082V52H35.082V0Z" fill="#D0D5DD"></path><path d="M9.14648 0H9.2727V52H9.14648V0Z" fill="#D0D5DD"></path><path d="M52.5 43.2275L52.5 43.3538L0.5 43.3538L0.5 43.2275L52.5 43.2275Z" fill="#D0D5DD"></path><path d="M52.5 17.291L52.5 17.4172L0.5 17.4172L0.5 17.291L52.5 17.291Z" fill="#D0D5DD"></path><path d="M52.5 34.582L52.5 34.7082L0.5 34.7082L0.5 34.582L52.5 34.582Z" fill="#D0D5DD"></path><path d="M52.5 8.64551L52.5 8.77172L0.5 8.77172L0.5 8.64551L52.5 8.64551Z" fill="#D0D5DD"></path><g filter="url(#filter0_dd_11937_1997)"><circle cx="26.5" cy="26" r="13" fill="url(#paint1_linear_11937_1997)"></circle></g><g filter="url(#filter1_b_11937_1997)"><path d="M0.5 26H52.5V39.2C52.5 43.6804 52.5 45.9206 51.6281 47.6319C50.8611 49.1372 49.6372 50.3611 48.1319 51.1281C46.4206 52 44.1804 52 39.7 52H13.3C8.81958 52 6.57937 52 4.86808 51.1281C3.36278 50.3611 2.13893 49.1372 1.37195 47.6319C0.5 45.9206 0.5 43.6804 0.5 39.2V26Z" fill="white" fill-opacity="0.2"></path></g></g><rect x="0.6" y="0.1" width="51.8" height="51.8" rx="7.9" stroke="#D0D5DD" stroke-width="0.2"></rect><defs><filter id="filter0_dd_11937_1997" x="10.5" y="11" width="32" height="32" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.06 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_11937_1997"></feBlend><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1.5"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.1 0"></feColorMatrix><feBlend mode="normal" in2="effect1_dropShadow_11937_1997" result="effect2_dropShadow_11937_1997"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_11937_1997" result="shape"></feBlend></filter><filter id="filter1_b_11937_1997" x="-4.5" y="21" width="62" height="36" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feGaussianBlur in="BackgroundImageFix" stdDeviation="2.5"></feGaussianBlur><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_11937_1997"></feComposite><feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_11937_1997" result="shape"></feBlend></filter><linearGradient id="paint0_linear_11937_1997" x1="26.5" y1="0" x2="26.5" y2="52" gradientUnits="userSpaceOnUse"><stop stop-color="white"></stop><stop offset="1" stop-color="#D0D5DD"></stop></linearGradient><linearGradient id="paint1_linear_11937_1997" x1="20" y1="39" x2="33" y2="13" gradientUnits="userSpaceOnUse"><stop stop-color="#53389E"></stop><stop offset="1" stop-color="#6941C6"></stop></linearGradient><clipPath id="clip0_11937_1997"><rect x="0.5" width="52" height="52" rx="8" fill="white"></rect></clipPath></defs></svg>', 1)
|
|
1174
1163
|
]));
|
|
1175
1164
|
}
|
|
1176
|
-
const
|
|
1165
|
+
const V7 = /* @__PURE__ */ n(A3, [["render", C3]]), h3 = {}, u3 = {
|
|
1177
1166
|
viewBox: "0 0 38 38",
|
|
1178
1167
|
fill: "none",
|
|
1179
1168
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1183,7 +1172,7 @@ function g3(o, t) {
|
|
|
1183
1172
|
C('<g filter="url(#filter0_dd_29443_5800)"><g clip-path="url(#clip0_29443_5800)"><path d="M3 14.8C3 10.3196 3 8.07937 3.87195 6.36808C4.63893 4.86278 5.86278 3.63893 7.36808 2.87195C9.07937 2 11.3196 2 15.8 2H22.2C26.6804 2 28.9206 2 30.6319 2.87195C32.1372 3.63893 33.3611 4.86278 34.1281 6.36808C35 8.07937 35 10.3196 35 14.8V21.2C35 25.6804 35 27.9206 34.1281 29.6319C33.3611 31.1372 32.1372 32.3611 30.6319 33.1281C28.9206 34 26.6804 34 22.2 34H15.8C11.3196 34 9.07937 34 7.36808 33.1281C5.86278 32.3611 4.63893 31.1372 3.87195 29.6319C3 27.9206 3 25.6804 3 21.2V14.8Z" fill="white"></path><path d="M3 14.8C3 10.3196 3 8.07937 3.87195 6.36808C4.63893 4.86278 5.86278 3.63893 7.36808 2.87195C9.07937 2 11.3196 2 15.8 2H22.2C26.6804 2 28.9206 2 30.6319 2.87195C32.1372 3.63893 33.3611 4.86278 34.1281 6.36808C35 8.07937 35 10.3196 35 14.8V21.2C35 25.6804 35 27.9206 34.1281 29.6319C33.3611 31.1372 32.1372 32.3611 30.6319 33.1281C28.9206 34 26.6804 34 22.2 34H15.8C11.3196 34 9.07937 34 7.36808 33.1281C5.86278 32.3611 4.63893 31.1372 3.87195 29.6319C3 27.9206 3 25.6804 3 21.2V14.8Z" fill="url(#paint0_linear_29443_5800)"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 4.03885C11.2892 4.03885 5.03861 10.2895 5.03861 18C5.03861 25.7106 11.2892 31.9612 18.9998 31.9612C26.7103 31.9612 32.9609 25.7106 32.9609 18C32.9609 10.2895 26.7103 4.03885 18.9998 4.03885ZM4.96094 18C4.96094 10.2466 11.2463 3.96118 18.9998 3.96118C26.7532 3.96118 33.0386 10.2466 33.0386 18C33.0386 25.7535 26.7532 32.0389 18.9998 32.0389C11.2463 32.0389 4.96094 25.7535 4.96094 18Z" fill="#D0D5DD"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M19 14.0779C16.8338 14.0779 15.0777 15.834 15.0777 18.0002C15.0777 20.1665 16.8338 21.9226 19 21.9226C21.1662 21.9226 22.9223 20.1665 22.9223 18.0002C22.9223 15.834 21.1662 14.0779 19 14.0779ZM15 18.0002C15 15.7911 16.7909 14.0002 19 14.0002C21.2091 14.0002 23 15.7911 23 18.0002C23 20.2094 21.2091 22.0002 19 22.0002C16.7909 22.0002 15 20.2094 15 18.0002Z" fill="#D0D5DD"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M19 15.3201C17.52 15.3201 16.3203 16.5198 16.3203 17.9997C16.3203 19.4796 17.52 20.6793 19 20.6793C20.4799 20.6793 21.6796 19.4796 21.6796 17.9997C21.6796 16.5198 20.4799 15.3201 19 15.3201ZM16.2427 17.9997C16.2427 16.4769 17.4772 15.2424 19 15.2424C20.5228 15.2424 21.7572 16.4769 21.7572 17.9997C21.7572 19.5225 20.5228 20.757 19 20.757C17.4772 20.757 16.2427 19.5225 16.2427 17.9997Z" fill="#D0D5DD"></path><path d="M18.9609 2H19.0386V34H18.9609V2Z" fill="#D0D5DD"></path><path d="M35 17.9609L35 18.0386L3 18.0386L3 17.9609L35 17.9609Z" fill="#D0D5DD"></path><path d="M29.6021 2H29.6797V34H29.6021V2Z" fill="#D0D5DD"></path><path d="M13.6406 2H13.7183V34H13.6406V2Z" fill="#D0D5DD"></path><path d="M24.2817 2H24.3594V34H24.2817V2Z" fill="#D0D5DD"></path><path d="M8.32031 2H8.39798V34H8.32031V2Z" fill="#D0D5DD"></path><path d="M35 28.6016L35 28.6792L3 28.6792L3 28.6016L35 28.6016Z" fill="#D0D5DD"></path><path d="M35 12.6406L35 12.7183L3 12.7183L3 12.6406L35 12.6406Z" fill="#D0D5DD"></path><path d="M35 23.2812L35 23.3589L3 23.3589L3 23.2812L35 23.2812Z" fill="#D0D5DD"></path><path d="M35 7.32031L35 7.39798L3 7.39798L3 7.32031L35 7.32031Z" fill="#D0D5DD"></path><g filter="url(#filter1_dd_29443_5800)"><circle cx="19" cy="18" r="8" fill="url(#paint1_linear_29443_5800)"></circle></g><g filter="url(#filter2_b_29443_5800)"><path d="M3 18H35V21.2C35 25.6804 35 27.9206 34.1281 29.6319C33.3611 31.1372 32.1372 32.3611 30.6319 33.1281C28.9206 34 26.6804 34 22.2 34H15.8C11.3196 34 9.07937 34 7.36808 33.1281C5.86278 32.3611 4.63893 31.1372 3.87195 29.6319C3 27.9206 3 25.6804 3 21.2V18Z" fill="white" fill-opacity="0.2"></path></g></g><path d="M3.1 14.8C3.1 12.5581 3.10008 10.8828 3.20866 9.55376C3.31715 8.22593 3.53345 7.25268 3.96105 6.41348C4.71845 4.92699 5.92699 3.71845 7.41348 2.96105C8.25268 2.53345 9.22593 2.31715 10.5538 2.20866C11.8828 2.10008 13.5581 2.1 15.8 2.1H22.2C24.4419 2.1 26.1172 2.10008 27.4462 2.20866C28.7741 2.31715 29.7473 2.53345 30.5865 2.96105C32.073 3.71845 33.2816 4.92699 34.039 6.41348C34.4665 7.25268 34.6828 8.22593 34.7913 9.55376C34.8999 10.8828 34.9 12.5581 34.9 14.8V21.2C34.9 23.4419 34.8999 25.1172 34.7913 26.4462C34.6828 27.7741 34.4665 28.7473 34.039 29.5865C33.2816 31.073 32.073 32.2816 30.5865 33.039C29.7473 33.4665 28.7741 33.6828 27.4462 33.7913C26.1172 33.8999 24.4419 33.9 22.2 33.9H15.8C13.5581 33.9 11.8828 33.8999 10.5538 33.7913C9.22593 33.6828 8.25268 33.4665 7.41348 33.039C5.92699 32.2816 4.71845 31.073 3.96105 29.5865C3.53345 28.7473 3.31715 27.7741 3.20866 26.4462C3.10008 25.1172 3.1 23.4419 3.1 21.2V14.8Z" stroke="#D0D5DD" stroke-width="0.2"></path></g><defs><filter id="filter0_dd_29443_5800" x="0" y="0" width="38" height="38" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.06 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_29443_5800"></feBlend><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1.5"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.1 0"></feColorMatrix><feBlend mode="normal" in2="effect1_dropShadow_29443_5800" result="effect2_dropShadow_29443_5800"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_29443_5800" result="shape"></feBlend></filter><filter id="filter1_dd_29443_5800" x="8" y="8" width="22" height="22" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.06 0"></feColorMatrix><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_29443_5800"></feBlend><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"></feColorMatrix><feOffset dy="1"></feOffset><feGaussianBlur stdDeviation="1.5"></feGaussianBlur><feColorMatrix type="matrix" values="0 0 0 0 0.0627451 0 0 0 0 0.0941176 0 0 0 0 0.156863 0 0 0 0.1 0"></feColorMatrix><feBlend mode="normal" in2="effect1_dropShadow_29443_5800" result="effect2_dropShadow_29443_5800"></feBlend><feBlend mode="normal" in="SourceGraphic" in2="effect2_dropShadow_29443_5800" result="shape"></feBlend></filter><filter id="filter2_b_29443_5800" x="-2" y="13" width="42" height="26" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"></feFlood><feGaussianBlur in="BackgroundImageFix" stdDeviation="2.5"></feGaussianBlur><feComposite in2="SourceAlpha" operator="in" result="effect1_backgroundBlur_29443_5800"></feComposite><feBlend mode="normal" in="SourceGraphic" in2="effect1_backgroundBlur_29443_5800" result="shape"></feBlend></filter><linearGradient id="paint0_linear_29443_5800" x1="19" y1="2" x2="19" y2="34" gradientUnits="userSpaceOnUse"><stop stop-color="white"></stop><stop offset="1" stop-color="#D0D5DD"></stop></linearGradient><linearGradient id="paint1_linear_29443_5800" x1="15" y1="26" x2="23" y2="10" gradientUnits="userSpaceOnUse"><stop stop-color="#53389E"></stop><stop offset="1" stop-color="#6941C6"></stop></linearGradient><clipPath id="clip0_29443_5800"><path d="M3 14.8C3 10.3196 3 8.07937 3.87195 6.36808C4.63893 4.86278 5.86278 3.63893 7.36808 2.87195C9.07937 2 11.3196 2 15.8 2H22.2C26.6804 2 28.9206 2 30.6319 2.87195C32.1372 3.63893 33.3611 4.86278 34.1281 6.36808C35 8.07937 35 10.3196 35 14.8V21.2C35 25.6804 35 27.9206 34.1281 29.6319C33.3611 31.1372 32.1372 32.3611 30.6319 33.1281C28.9206 34 26.6804 34 22.2 34H15.8C11.3196 34 9.07937 34 7.36808 33.1281C5.86278 32.3611 4.63893 31.1372 3.87195 29.6319C3 27.9206 3 25.6804 3 21.2V14.8Z" fill="white"></path></clipPath></defs>', 2)
|
|
1184
1173
|
]));
|
|
1185
1174
|
}
|
|
1186
|
-
const
|
|
1175
|
+
const J7 = /* @__PURE__ */ n(h3, [["render", g3]]), x3 = {}, M3 = {
|
|
1187
1176
|
width: "263",
|
|
1188
1177
|
height: "65",
|
|
1189
1178
|
viewBox: "0 0 263 65",
|
|
@@ -1202,7 +1191,7 @@ function w3(o, t) {
|
|
|
1202
1191
|
}, null, -1)
|
|
1203
1192
|
]));
|
|
1204
1193
|
}
|
|
1205
|
-
const
|
|
1194
|
+
const Q7 = /* @__PURE__ */ n(x3, [["render", w3]]), B3 = {}, y3 = { class: "icon-lense" };
|
|
1206
1195
|
function m3(o, t) {
|
|
1207
1196
|
return s(), r("div", y3, t[0] || (t[0] = [
|
|
1208
1197
|
e("svg", {
|
|
@@ -1220,7 +1209,7 @@ function m3(o, t) {
|
|
|
1220
1209
|
], -1)
|
|
1221
1210
|
]));
|
|
1222
1211
|
}
|
|
1223
|
-
const
|
|
1212
|
+
const T7 = /* @__PURE__ */ n(B3, [["render", m3]]), S3 = {}, k3 = {
|
|
1224
1213
|
viewBox: "0 0 440 232",
|
|
1225
1214
|
fill: "none",
|
|
1226
1215
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1230,7 +1219,7 @@ function v3(o, t) {
|
|
|
1230
1219
|
C('<path d="M62.8118 127.901C63.0217 126.334 63.3056 122.675 61.9374 119.963C61.0327 118.178 59.6271 117.145 57.748 116.893C55.6725 116.615 53.9245 117.251 52.5574 118.777C50.3446 121.25 50.0761 125.121 50.0596 125.29L52.6306 125.324C52.6306 125.324 52.8304 122.758 54.1367 121.313C54.9068 120.464 55.9652 120.123 57.2916 120.3C58.4521 120.456 59.2578 121.021 59.7621 122.016C60.8941 124.252 60.2049 127.996 60.1999 128.034L62.6923 128.654C62.6981 128.61 62.7542 128.331 62.8127 127.895L62.8118 127.901Z" fill="#A7D0F8"></path><path d="M10.5016 153.527C16.0016 153.527 43.5016 153.027 43.5016 153.027L43.0016 155.027H5.00156C5.00156 155.027 5.00156 153.527 10.5016 153.527Z" fill="#A15C07"></path><path d="M240.002 133.004H201.002V155.004H240.002V133.004Z" fill="#11385B"></path><path d="M85.4284 228.606C85.4106 230.488 83.8802 232.004 81.9986 232.004C80.1168 232.004 78.5864 230.488 78.5688 228.606L78.039 172.004C78.0184 169.801 79.7984 168.004 82.0014 168.004C84.2045 168.004 85.9846 169.801 85.9637 172.004L85.4284 228.606Z" fill="white"></path><path d="M340.428 228.606C340.411 230.488 338.88 232.004 336.999 232.004C335.117 232.004 333.586 230.488 333.569 228.606L333.039 172.004C333.018 169.801 334.798 168.004 337.001 168.004C339.204 168.004 340.985 169.801 340.964 172.004L340.428 228.606Z" fill="white"></path><path d="M124.255 114.426H316.015V121.106C316.015 128.106 310.325 133.796 303.325 133.796H136.955C129.955 133.796 124.265 128.106 124.265 121.106V114.426H124.255Z" fill="#E0F2FE"></path><path d="M133.125 2.67578H307.125C312.025 2.67578 316.005 6.65577 316.005 11.5558V114.736H124.255V11.5558C124.255 6.65577 128.235 2.67578 133.135 2.67578H133.125Z" fill="#E0F2FE"></path><path d="M305.425 10.7305H136.045C133.835 10.7305 132.045 12.5213 132.045 14.7305V103.81C132.045 106.02 133.835 107.81 136.045 107.81H305.425C307.634 107.81 309.425 106.02 309.425 103.81V14.7305C309.425 12.5213 307.634 10.7305 305.425 10.7305Z" fill="#11385B"></path><path d="M207.025 59.0273C207.025 51.2954 213.293 45.0273 221.025 45.0273C228.757 45.0273 235.025 51.2954 235.025 59.0273C235.025 66.7593 228.757 73.0273 221.025 73.0273C213.293 73.0273 207.025 66.7593 207.025 59.0273Z" fill="#F79009"></path><path d="M207.025 59.0273C207.025 51.2954 213.293 45.0273 221.025 45.0273C228.757 45.0273 235.025 51.2954 235.025 59.0273C235.025 66.7593 228.757 73.0273 221.025 73.0273C213.293 73.0273 207.025 66.7593 207.025 59.0273Z" stroke="#DC6803" stroke-width="4"></path><g clip-path="url(#clip0_29455_5469)"><path d="M221.025 56.3606V59.0273M221.025 61.6939H221.032M227.692 59.0273C227.692 62.7092 224.707 65.6939 221.025 65.6939C217.343 65.6939 214.358 62.7092 214.358 59.0273C214.358 55.3454 217.343 52.3606 221.025 52.3606C224.707 52.3606 227.692 55.3454 227.692 59.0273Z" stroke="white" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path></g><path d="M0.0015564 159.004C0.0015564 156.795 1.79242 155.004 4.00156 155.004H394.002C396.211 155.004 398.002 156.795 398.002 159.004C398.002 161.213 396.211 163.004 394.002 163.004H4.00155C1.79241 163.004 0.0015564 161.213 0.0015564 159.004Z" fill="white"></path><path d="M0.0015564 159.004C0.0015564 156.795 1.79242 155.004 4.00156 155.004H394.002C396.211 155.004 398.002 156.795 398.002 159.004C398.002 161.213 396.211 163.004 394.002 163.004H4.00155C1.79241 163.004 0.0015564 161.213 0.0015564 159.004Z" fill="white" fill-opacity="0.4"></path><path d="M47.3831 122.566L43.0016 155.274L74.1565 156.184L77.6464 130.133L47.3831 122.566Z" fill="#A7D0F8"></path><defs><clipPath id="clip0_29455_5469"><rect width="16" height="16" fill="white" transform="translate(213.025 51.0273)"></rect></clipPath></defs>', 15)
|
|
1231
1220
|
]));
|
|
1232
1221
|
}
|
|
1233
|
-
const
|
|
1222
|
+
const Y7 = /* @__PURE__ */ n(S3, [["render", v3]]), U3 = {}, G3 = {
|
|
1234
1223
|
viewBox: "0 0 275 153",
|
|
1235
1224
|
fill: "none",
|
|
1236
1225
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1240,7 +1229,7 @@ function Z3(o, t) {
|
|
|
1240
1229
|
C('<path d="M29.7635 137.504C31.3439 137.504 35.0085 137.299 37.5145 135.583C39.1641 134.45 40.0016 132.919 40.0016 131.023C40.0016 128.929 39.139 127.281 37.4452 126.129C34.6999 124.264 30.8276 124.512 30.6576 124.518L30.9661 127.071C30.9661 127.071 33.5351 126.928 35.1407 128.031C36.0852 128.681 36.5637 129.685 36.5637 131.023C36.5637 132.194 36.1103 133.068 35.1911 133.7C33.1258 135.119 29.3227 134.933 29.2849 134.933L29.0016 137.485C29.0457 137.485 29.329 137.504 29.7698 137.504H29.7635Z" fill="#A7D0F8"></path><path d="M33.0016 121.504H0.00158691L3.23559 152.504H29.5201L33.0016 121.504Z" fill="#A7D0F8"></path><path d="M21.7739 104.707C21.7739 110.815 13.017 113.666 11.7669 116.516C10.5167 119.367 25.5258 116.109 30.1131 105.929C34.7005 95.7485 24.2764 94.1196 25.1096 88.4186C25.9428 82.7177 35.9502 79.0533 37.6184 75.3878C39.2867 71.7224 35.1171 68.058 32.6149 67.6508C30.1128 67.2436 25.9443 67.6508 21.7739 69.2796C17.6036 70.9085 7.59727 75.3878 8.01423 85.5682C8.43119 95.7485 21.7739 98.599 21.7739 104.707Z" fill="white"></path><path d="M198.002 130.504H159.002V152.504H198.002V130.504Z" fill="#11385B"></path><path d="M82.2555 111.926H274.015V118.606C274.015 125.606 268.325 131.296 261.325 131.296H94.9555C87.9555 131.296 82.2655 125.606 82.2655 118.606V111.926H82.2555Z" fill="#E0F2FE"></path><path d="M91.1255 0.175781H265.125C270.025 0.175781 274.005 4.15577 274.005 9.05577V112.236H82.2555V9.05577C82.2555 4.15577 86.2355 0.175781 91.1355 0.175781H91.1255Z" fill="#E0F2FE"></path><path d="M263.425 8.23047H94.0446C91.8354 8.23047 90.0446 10.0213 90.0446 12.2305V101.31C90.0446 103.52 91.8354 105.31 94.0446 105.31H263.425C265.634 105.31 267.425 103.52 267.425 101.31V12.2305C267.425 10.0213 265.634 8.23047 263.425 8.23047Z" fill="#11385B"></path>', 7)
|
|
1241
1230
|
]));
|
|
1242
1231
|
}
|
|
1243
|
-
const
|
|
1232
|
+
const j7 = /* @__PURE__ */ n(U3, [["render", Z3]]), F3 = {}, E3 = {
|
|
1244
1233
|
width: "100%",
|
|
1245
1234
|
height: "100%",
|
|
1246
1235
|
viewBox: "0 0 11 13",
|
|
@@ -1282,7 +1271,7 @@ function O3(o, t) {
|
|
|
1282
1271
|
}, null, -1)
|
|
1283
1272
|
]));
|
|
1284
1273
|
}
|
|
1285
|
-
const
|
|
1274
|
+
const P7 = /* @__PURE__ */ n(D3, [["render", O3]]), H3 = {}, V3 = {
|
|
1286
1275
|
class: "stroke-2",
|
|
1287
1276
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1288
1277
|
viewBox: "0 0 24 25",
|
|
@@ -1298,7 +1287,7 @@ function J3(o, t) {
|
|
|
1298
1287
|
}, null, -1)
|
|
1299
1288
|
]));
|
|
1300
1289
|
}
|
|
1301
|
-
const
|
|
1290
|
+
const _7 = /* @__PURE__ */ n(H3, [["render", J3]]), Q3 = {}, T3 = {
|
|
1302
1291
|
class: "stroke-2",
|
|
1303
1292
|
viewBox: "0 0 24 25",
|
|
1304
1293
|
fill: "none",
|
|
@@ -1314,13 +1303,13 @@ function Y3(o, t) {
|
|
|
1314
1303
|
}, null, -1)
|
|
1315
1304
|
]));
|
|
1316
1305
|
}
|
|
1317
|
-
const
|
|
1306
|
+
const R7 = /* @__PURE__ */ n(Q3, [["render", Y3]]), j3 = {}, b3 = {
|
|
1318
1307
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1319
1308
|
viewBox: "0 0 22 21",
|
|
1320
1309
|
fill: "none"
|
|
1321
1310
|
};
|
|
1322
1311
|
function P3(o, t) {
|
|
1323
|
-
return s(), r("svg",
|
|
1312
|
+
return s(), r("svg", b3, t[0] || (t[0] = [
|
|
1324
1313
|
e("path", {
|
|
1325
1314
|
d: "M15.613 14.0862C12.98 15.5692 11.477 18.6412 11 19.5012V6.00122C11.415 5.25522 12.602 3.11724 14.632 1.66524C15.487 1.05324 15.914 0.747235 16.457 1.02524C17 1.30524 17 1.92124 17 3.15224V11.9922C17 12.6582 17 12.9912 16.863 13.2242C16.727 13.4582 16.355 13.6672 15.613 14.0862Z",
|
|
1326
1315
|
stroke: "currentColor",
|
|
@@ -1337,7 +1326,7 @@ function P3(o, t) {
|
|
|
1337
1326
|
}, null, -1)
|
|
1338
1327
|
]));
|
|
1339
1328
|
}
|
|
1340
|
-
const
|
|
1329
|
+
const N7 = /* @__PURE__ */ n(j3, [["render", P3]]), _3 = {}, R3 = {
|
|
1341
1330
|
width: "16",
|
|
1342
1331
|
height: "16",
|
|
1343
1332
|
viewBox: "0 0 12 12",
|
|
@@ -1366,7 +1355,7 @@ function N3(o, t) {
|
|
|
1366
1355
|
], -1)
|
|
1367
1356
|
]));
|
|
1368
1357
|
}
|
|
1369
|
-
const
|
|
1358
|
+
const z7 = /* @__PURE__ */ n(_3, [["render", N3]]), z3 = {}, K3 = {
|
|
1370
1359
|
class: "m-auto",
|
|
1371
1360
|
viewBox: "0 0 22 28",
|
|
1372
1361
|
fill: "none",
|
|
@@ -1380,7 +1369,7 @@ function X3(o, t) {
|
|
|
1380
1369
|
}, null, -1)
|
|
1381
1370
|
]));
|
|
1382
1371
|
}
|
|
1383
|
-
const
|
|
1372
|
+
const K7 = /* @__PURE__ */ n(z3, [["render", X3]]), W3 = {}, q3 = {
|
|
1384
1373
|
viewBox: "0 0 12 12",
|
|
1385
1374
|
fill: "none",
|
|
1386
1375
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1395,7 +1384,7 @@ function $3(o, t) {
|
|
|
1395
1384
|
}, null, -1)
|
|
1396
1385
|
]));
|
|
1397
1386
|
}
|
|
1398
|
-
const
|
|
1387
|
+
const X7 = /* @__PURE__ */ n(W3, [["render", $3]]), t5 = {}, o5 = {
|
|
1399
1388
|
viewBox: "0 0 30 31",
|
|
1400
1389
|
fill: "none",
|
|
1401
1390
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1408,7 +1397,7 @@ function e5(o, t) {
|
|
|
1408
1397
|
}, null, -1)
|
|
1409
1398
|
]));
|
|
1410
1399
|
}
|
|
1411
|
-
const
|
|
1400
|
+
const W7 = /* @__PURE__ */ n(t5, [["render", e5]]), s5 = { class: "icon-person-circle" }, q7 = /* @__PURE__ */ u({
|
|
1412
1401
|
__name: "IconPersonCircle",
|
|
1413
1402
|
props: {
|
|
1414
1403
|
title: { type: String, default: "" }
|
|
@@ -1428,7 +1417,7 @@ const X7 = /* @__PURE__ */ n(t5, [["render", e5]]), s5 = { class: "icon-person-c
|
|
|
1428
1417
|
d: "M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1"
|
|
1429
1418
|
})
|
|
1430
1419
|
], -1)),
|
|
1431
|
-
e("span", null,
|
|
1420
|
+
e("span", null, m(t.title), 1)
|
|
1432
1421
|
]));
|
|
1433
1422
|
}
|
|
1434
1423
|
}), r5 = {}, n5 = {
|
|
@@ -1441,7 +1430,7 @@ function i5(o, t) {
|
|
|
1441
1430
|
C('<g clip-path="url(#clip0_29388_5877)"><path d="M18.7995 9.32532H1.4292V19.9784H18.7995V9.32532Z" fill="white"></path><path d="M5.3334 15.8054C5.3334 15.3467 5.23054 14.9794 5.02483 14.7033C4.81911 14.4273 4.51316 14.2894 4.10698 14.2898C3.97404 14.2898 3.85159 14.2947 3.73963 14.3045C3.62681 14.3145 3.53392 14.3265 3.46045 14.3397V17.0218C3.57353 17.0899 3.69635 17.1403 3.82465 17.1714C3.97252 17.211 4.12496 17.2312 4.27806 17.2312C4.98197 17.2312 5.33375 16.7559 5.3334 15.8054Z" fill="url(#paint0_linear_29388_5877)"></path><path d="M18.8098 1.15806e-07H1.19021C1.03389 -6.88538e-05 0.879087 0.0306697 0.734653 0.0904588C0.59022 0.150248 0.458985 0.237915 0.34845 0.34845C0.237915 0.458985 0.150248 0.59022 0.0904588 0.734653C0.0306697 0.879087 -6.88538e-05 1.03389 1.15806e-07 1.19021V18.8098C1.15806e-07 18.9661 0.0307857 19.1209 0.0905993 19.2653C0.150413 19.4097 0.238083 19.5409 0.348604 19.6514C0.459125 19.7619 0.590332 19.8496 0.734735 19.9094C0.879138 19.9692 1.03391 20 1.19021 20H1.97318V13.3227C2.10648 13.2828 2.25937 13.2445 2.43184 13.2077C2.60502 13.1715 2.78607 13.1395 2.97552 13.1133C3.16497 13.087 3.35756 13.065 3.55278 13.0482C3.748 13.0314 3.9364 13.0235 4.11587 13.0235C4.50934 13.0173 4.90062 13.0831 5.27039 13.2177C5.5923 13.3368 5.88476 13.5238 6.12789 13.7661C6.36732 14.0113 6.55052 14.3057 6.66474 14.6288C6.7919 14.9941 6.85423 15.3788 6.84894 15.7655C6.85344 16.1397 6.80323 16.5126 6.6999 16.8723C6.61074 17.1839 6.46173 17.4752 6.26118 17.7298C6.06825 17.9691 5.82229 18.1603 5.54276 18.2882C5.23232 18.4262 4.89532 18.4943 4.55564 18.4876C4.36162 18.4887 4.16805 18.4686 3.97838 18.4277C3.80045 18.3883 3.62679 18.3315 3.45989 18.2582V20H18.8098C19.1254 19.9999 19.4281 19.8744 19.6512 19.6512C19.8744 19.4281 19.9999 19.1254 20 18.8098V1.19021C20 1.03391 19.9692 0.879138 19.9094 0.734735C19.8496 0.590332 19.7619 0.459125 19.6514 0.348604C19.5409 0.238083 19.4097 0.150413 19.2653 0.0905993C19.1209 0.0307857 18.9661 1.15806e-07 18.8098 1.15806e-07ZM7.60515 11.6103H9.08452V13.0923H7.60515V11.6103ZM9.08557 18.3879H7.59991V13.6239H9.08557V18.3879ZM13.0498 18.4277C12.7846 18.4856 12.5135 18.5124 12.2421 18.5075C11.837 18.5075 11.5013 18.4526 11.2351 18.3427C10.9871 18.246 10.7676 18.0882 10.5969 17.8841C10.4315 17.6759 10.3172 17.4318 10.2632 17.1714C10.1971 16.8668 10.1652 16.5558 10.1682 16.2441V11.6103H11.6323V13.1432H13.4407V14.3791H11.6565V16.2237C11.6565 16.5361 11.7114 16.7854 11.8213 16.9715C11.9311 17.1576 12.152 17.2507 12.4841 17.2507C12.6497 17.25 12.8149 17.2349 12.9779 17.2055C13.1361 17.1786 13.2914 17.137 13.4418 17.0812L13.6517 18.2357C13.4562 18.3147 13.2549 18.3789 13.0498 18.4277ZM17.7172 18.0935C17.3352 18.3681 16.7885 18.5142 16.0772 18.5317C15.6123 18.5432 15.2241 18.5129 14.9128 18.4409C14.6928 18.3951 14.4764 18.3338 14.2652 18.2572L14.484 17.0449C14.7387 17.1383 15.0008 17.2103 15.2675 17.2601C15.5281 17.3096 15.7932 17.3315 16.0584 17.3257C16.3305 17.3191 16.523 17.2876 16.6356 17.2312C16.7483 17.1749 16.8023 17.07 16.7978 16.9164C16.7946 16.7967 16.7189 16.6939 16.5705 16.6078C16.3536 16.4923 16.1269 16.3963 15.893 16.3207C15.6758 16.2469 15.4625 16.1622 15.2539 16.0668C15.0739 15.9863 14.9079 15.8777 14.7621 15.7451C14.6248 15.6169 14.5156 15.4616 14.4415 15.289C14.3585 15.084 14.3159 14.8648 14.3161 14.6435C14.3038 14.1516 14.477 13.7584 14.8356 13.4638C15.1942 13.1693 15.6924 13.0141 16.3302 12.9983C16.6378 12.9898 16.9455 13.0107 17.2491 13.0608C17.4876 13.0967 17.7226 13.1525 17.9518 13.2277L17.7209 14.3906C17.5345 14.332 17.3451 14.2833 17.1536 14.2447C16.9288 14.202 16.7 14.1844 16.4714 14.1922C16.0064 14.2038 15.7771 14.3392 15.7834 14.5984C15.7836 14.6526 15.795 14.7062 15.817 14.7558C15.8452 14.8101 15.8876 14.8556 15.9398 14.8876C16.0185 14.9391 16.1013 14.9841 16.1875 15.0219C16.2924 15.0695 16.425 15.122 16.5852 15.1793C16.8652 15.2719 17.1381 15.3845 17.4018 15.5163C17.5916 15.61 17.7647 15.7341 17.9145 15.8836C18.0368 16.0105 18.1291 16.163 18.1848 16.3302C18.242 16.5164 18.2719 16.71 18.2735 16.9048C18.2847 17.4226 18.0992 17.8188 17.7172 18.0935Z" fill="url(#paint1_linear_29388_5877)"></path></g><defs><linearGradient id="paint0_linear_29388_5877" x1="3.16919" y1="14.5826" x2="5.0983" y2="16.8817" gradientUnits="userSpaceOnUse"><stop stop-color="#E6362F"></stop><stop offset="0.77" stop-color="#9B1006"></stop></linearGradient><linearGradient id="paint1_linear_29388_5877" x1="1.25686" y1="-0.419826" x2="18.7431" y2="20.4193" gradientUnits="userSpaceOnUse"><stop stop-color="#E6362F"></stop><stop offset="0.77" stop-color="#9B1006"></stop></linearGradient><clipPath id="clip0_29388_5877"><rect width="20" height="20" fill="white"></rect></clipPath></defs>', 2)
|
|
1442
1431
|
]));
|
|
1443
1432
|
}
|
|
1444
|
-
const
|
|
1433
|
+
const $7 = /* @__PURE__ */ n(r5, [["render", i5]]), l5 = {}, a5 = {
|
|
1445
1434
|
class: "stroke-1-25",
|
|
1446
1435
|
viewBox: "0 0 12 12",
|
|
1447
1436
|
fill: "none",
|
|
@@ -1457,7 +1446,7 @@ function p5(o, t) {
|
|
|
1457
1446
|
}, null, -1)
|
|
1458
1447
|
]));
|
|
1459
1448
|
}
|
|
1460
|
-
const
|
|
1449
|
+
const t9 = /* @__PURE__ */ n(l5, [["render", p5]]), c5 = {}, d5 = {
|
|
1461
1450
|
class: "stroke-2",
|
|
1462
1451
|
viewBox: "0 0 14 14",
|
|
1463
1452
|
fill: "none",
|
|
@@ -1473,7 +1462,7 @@ function A5(o, t) {
|
|
|
1473
1462
|
}, null, -1)
|
|
1474
1463
|
]));
|
|
1475
1464
|
}
|
|
1476
|
-
const
|
|
1465
|
+
const o9 = /* @__PURE__ */ n(c5, [["render", A5]]), f5 = {}, C5 = { class: "icon-polygon-down" };
|
|
1477
1466
|
function h5(o, t) {
|
|
1478
1467
|
return s(), r("div", C5, t[0] || (t[0] = [
|
|
1479
1468
|
e("svg", {
|
|
@@ -1488,7 +1477,7 @@ function h5(o, t) {
|
|
|
1488
1477
|
], -1)
|
|
1489
1478
|
]));
|
|
1490
1479
|
}
|
|
1491
|
-
const
|
|
1480
|
+
const e9 = /* @__PURE__ */ n(f5, [["render", h5], ["__scopeId", "data-v-26e89062"]]), u5 = {}, g5 = {
|
|
1492
1481
|
class: "stroke-1-25",
|
|
1493
1482
|
viewBox: "0 0 16 16",
|
|
1494
1483
|
fill: "none",
|
|
@@ -1505,13 +1494,13 @@ function x5(o, t) {
|
|
|
1505
1494
|
}, null, -1)
|
|
1506
1495
|
]));
|
|
1507
1496
|
}
|
|
1508
|
-
const
|
|
1497
|
+
const s9 = /* @__PURE__ */ n(u5, [["render", x5]]), M5 = {}, w5 = { class: "icon-progress-base" };
|
|
1509
1498
|
function B5(o, t) {
|
|
1510
1499
|
return s(), r("div", w5, t[0] || (t[0] = [
|
|
1511
1500
|
C('<svg width="33" height="32" viewBox="0 0 33 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_12184_8239)"><rect x="0.5" width="32" height="32" rx="16" fill="white"></rect><rect x="1.5" y="1" width="30" height="30" rx="15" stroke="#EAECF0" stroke-width="2"></rect><circle cx="16.5" cy="16" r="5" fill="#D0D5DD"></circle></g><defs><clipPath id="clip0_12184_8239"><rect x="0.5" width="32" height="32" rx="16" fill="white"></rect></clipPath></defs></svg>', 1)
|
|
1512
1501
|
]));
|
|
1513
1502
|
}
|
|
1514
|
-
const
|
|
1503
|
+
const r9 = /* @__PURE__ */ n(M5, [["render", B5]]), y5 = {}, m5 = { class: "icon-progress-complete" };
|
|
1515
1504
|
function S5(o, t) {
|
|
1516
1505
|
return s(), r("div", m5, t[0] || (t[0] = [
|
|
1517
1506
|
e("svg", {
|
|
@@ -1547,7 +1536,7 @@ function S5(o, t) {
|
|
|
1547
1536
|
], -1)
|
|
1548
1537
|
]));
|
|
1549
1538
|
}
|
|
1550
|
-
const
|
|
1539
|
+
const n9 = /* @__PURE__ */ n(y5, [["render", S5]]), k5 = {}, v5 = { class: "icon-progress-going" };
|
|
1551
1540
|
function U5(o, t) {
|
|
1552
1541
|
return s(), r("div", v5, t[0] || (t[0] = [
|
|
1553
1542
|
e("svg", {
|
|
@@ -1583,7 +1572,7 @@ function U5(o, t) {
|
|
|
1583
1572
|
], -1)
|
|
1584
1573
|
]));
|
|
1585
1574
|
}
|
|
1586
|
-
const
|
|
1575
|
+
const i9 = /* @__PURE__ */ n(k5, [["render", U5]]), G5 = {}, Z5 = {
|
|
1587
1576
|
width: "100%",
|
|
1588
1577
|
height: "100%",
|
|
1589
1578
|
viewBox: "0 0 15 15",
|
|
@@ -1595,7 +1584,7 @@ function F5(o, t) {
|
|
|
1595
1584
|
C('<g clip-path="url(#clip0_21788_3728)"><path d="M3.28125 6.01562C4.7914 6.01562 6.01562 4.7914 6.01562 3.28125C6.01562 1.7711 4.7914 0.546875 3.28125 0.546875C1.7711 0.546875 0.546875 1.7711 0.546875 3.28125C0.546875 4.7914 1.7711 6.01562 3.28125 6.01562Z" stroke="white" stroke-opacity="0.4" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path></g><g clip-path="url(#clip1_21788_3728)"><path d="M3.28125 14.4531C4.7914 14.4531 6.01562 13.2289 6.01562 11.7187C6.01562 10.2086 4.7914 8.98438 3.28125 8.98438C1.7711 8.98438 0.546875 10.2086 0.546875 11.7187C0.546875 13.2289 1.7711 14.4531 3.28125 14.4531Z" stroke="white" stroke-opacity="0.4" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path></g><g clip-path="url(#clip2_21788_3728)"><path d="M11.7187 6.01562C13.2289 6.01562 14.4531 4.7914 14.4531 3.28125C14.4531 1.7711 13.2289 0.546875 11.7187 0.546875C10.2086 0.546875 8.98438 1.7711 8.98438 3.28125C8.98438 4.7914 10.2086 6.01562 11.7187 6.01562Z" stroke="white" stroke-opacity="0.4" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path></g><g clip-path="url(#clip3_21788_3728)"><path d="M11.7187 14.4531C13.2289 14.4531 14.4531 13.2289 14.4531 11.7187C14.4531 10.2086 13.2289 8.98438 11.7187 8.98438C10.2086 8.98438 8.98438 10.2086 8.98438 11.7187C8.98438 13.2289 10.2086 14.4531 11.7187 14.4531Z" stroke="white" stroke-opacity="0.4" stroke-width="0.75" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_21788_3728"><rect width="6.5625" height="6.5625" fill="white"></rect></clipPath><clipPath id="clip1_21788_3728"><rect width="6.5625" height="6.5625" fill="white" transform="translate(0 8.4375)"></rect></clipPath><clipPath id="clip2_21788_3728"><rect width="6.5625" height="6.5625" fill="white" transform="translate(8.4375)"></rect></clipPath><clipPath id="clip3_21788_3728"><rect width="6.5625" height="6.5625" fill="white" transform="translate(8.4375 8.4375)"></rect></clipPath></defs>', 5)
|
|
1596
1585
|
]));
|
|
1597
1586
|
}
|
|
1598
|
-
const
|
|
1587
|
+
const l9 = /* @__PURE__ */ n(G5, [["render", F5]]), E5 = {}, L5 = {
|
|
1599
1588
|
class: "stroke-1-25",
|
|
1600
1589
|
viewBox: "0 0 16 16",
|
|
1601
1590
|
fill: "none",
|
|
@@ -1606,7 +1595,7 @@ function D5(o, t) {
|
|
|
1606
1595
|
C('<rect width="16" height="16" rx="8" fill="#ECF2A6"></rect><g clip-path="url(#clip0_11911_45725)"><path d="M10 5.99998V4.2503C10 3.83443 10 3.6265 9.9124 3.49871C9.83586 3.38707 9.71732 3.31122 9.58388 3.28852C9.43114 3.26252 9.24235 3.34966 8.86475 3.52394L4.42951 5.57097C4.09275 5.7264 3.92438 5.80411 3.80105 5.92463C3.69203 6.03118 3.60881 6.16125 3.55775 6.30489C3.5 6.46737 3.5 6.65282 3.5 7.02371V9.49997M10.25 9.24997H10.255M3.5 7.59998L3.5 10.9C3.5 11.46 3.5 11.7401 3.60899 11.954C3.70487 12.1421 3.85785 12.2951 4.04601 12.391C4.25992 12.5 4.53995 12.5 5.1 12.5H10.9C11.4601 12.5 11.7401 12.5 11.954 12.391C12.1422 12.2951 12.2951 12.1421 12.391 11.954C12.5 11.7401 12.5 11.46 12.5 10.9V7.59998C12.5 7.03992 12.5 6.7599 12.391 6.54599C12.2951 6.35782 12.1422 6.20484 11.954 6.10897C11.7401 5.99998 11.4601 5.99998 10.9 5.99998L5.1 5.99997C4.53995 5.99997 4.25992 5.99998 4.04601 6.10897C3.85785 6.20484 3.70487 6.35782 3.60899 6.54598C3.5 6.7599 3.5 7.03992 3.5 7.59998ZM10.5 9.24997C10.5 9.38805 10.3881 9.49997 10.25 9.49997C10.1119 9.49997 10 9.38805 10 9.24997C10 9.1119 10.1119 8.99997 10.25 8.99997C10.3881 8.99997 10.5 9.1119 10.5 9.24997Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_11911_45725"><rect width="12" height="12" fill="white" transform="translate(2 2)"></rect></clipPath></defs>', 3)
|
|
1607
1596
|
]));
|
|
1608
1597
|
}
|
|
1609
|
-
const
|
|
1598
|
+
const a9 = /* @__PURE__ */ n(E5, [["render", D5]]), I5 = {}, O5 = {
|
|
1610
1599
|
class: "stroke-1-25",
|
|
1611
1600
|
viewBox: "0 0 16 16",
|
|
1612
1601
|
fill: "none",
|
|
@@ -1634,7 +1623,7 @@ function H5(o, t) {
|
|
|
1634
1623
|
], -1)
|
|
1635
1624
|
]));
|
|
1636
1625
|
}
|
|
1637
|
-
const
|
|
1626
|
+
const p9 = /* @__PURE__ */ n(I5, [["render", H5]]), V5 = {}, J5 = { class: "icon-radio" };
|
|
1638
1627
|
function Q5(o, t) {
|
|
1639
1628
|
return s(), r("div", J5, t[0] || (t[0] = [
|
|
1640
1629
|
e("svg", {
|
|
@@ -1651,8 +1640,8 @@ function Q5(o, t) {
|
|
|
1651
1640
|
], -1)
|
|
1652
1641
|
]));
|
|
1653
1642
|
}
|
|
1654
|
-
const
|
|
1655
|
-
function
|
|
1643
|
+
const c9 = /* @__PURE__ */ n(V5, [["render", Q5]]), T5 = {}, Y5 = { class: "icon-radio-fill" };
|
|
1644
|
+
function j5(o, t) {
|
|
1656
1645
|
return s(), r("div", Y5, t[0] || (t[0] = [
|
|
1657
1646
|
e("svg", {
|
|
1658
1647
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -1668,19 +1657,19 @@ function b5(o, t) {
|
|
|
1668
1657
|
], -1)
|
|
1669
1658
|
]));
|
|
1670
1659
|
}
|
|
1671
|
-
const
|
|
1660
|
+
const d9 = /* @__PURE__ */ n(T5, [["render", j5]]), b5 = {}, P5 = { class: "icon-robot-screen" };
|
|
1672
1661
|
function _5(o, t) {
|
|
1673
1662
|
return s(), r("div", P5, t[0] || (t[0] = [
|
|
1674
1663
|
C('<svg class="stroke-1-25" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.2554 3.59422H7.74542C6.64447 3.59422 5.5886 4.03151 4.81004 4.80992C4.03148 5.58833 3.59397 6.6441 3.59375 7.74505V12.2551C3.59375 13.3561 4.03116 14.4121 4.80975 15.1907C5.58833 15.9693 6.64433 16.4067 7.74542 16.4067H12.2554C13.3565 16.4067 14.4125 15.9693 15.1911 15.1907C15.9697 14.4121 16.4071 13.3561 16.4071 12.2551V7.74505C16.4071 6.64396 15.9697 5.58797 15.1911 4.80938C14.4125 4.03079 13.3565 3.59338 12.2554 3.59338V3.59422Z" stroke="currentColor"></path><path d="M16.339 12.99H17.6881C17.9147 12.99 18.1319 12.9 18.2921 12.7399C18.4523 12.5797 18.5423 12.3624 18.5423 12.1359V7.86503C18.5423 7.63849 18.4523 7.42123 18.2921 7.26104C18.1319 7.10086 17.9147 7.01086 17.6881 7.01086H16.3381M3.66315 12.99H2.31315C2.20098 12.99 2.08991 12.9679 1.98628 12.925C1.88264 12.8821 1.78848 12.8192 1.70916 12.7399C1.62985 12.6605 1.56693 12.5664 1.524 12.4627C1.48108 12.3591 1.45898 12.248 1.45898 12.1359V7.86503C1.45898 7.63849 1.54898 7.42123 1.70916 7.26104C1.86935 7.10086 2.08661 7.01086 2.31315 7.01086H3.66315" stroke="currentColor"></path><path d="M2.30469 7.0109V3.59424M17.688 7.0109L17.6797 3.59424" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path><path d="M11.2558 6.42004H8.74409C8.1276 6.42026 7.53645 6.66532 7.1006 7.10132C6.66476 7.53731 6.41992 8.12856 6.41992 8.74504V11.2559C6.42014 11.8724 6.66519 12.4635 7.10119 12.8994C7.53719 13.3352 8.12844 13.58 8.74492 13.58H11.2558C11.8722 13.5798 12.4634 13.3348 12.8992 12.8988C13.3351 12.4628 13.5799 11.8715 13.5799 11.255V8.74421C13.5797 8.12773 13.3346 7.53657 12.8987 7.10073C12.4627 6.66488 11.8714 6.42004 11.2549 6.42004H11.2558Z" stroke="currentColor"></path></svg>', 1)
|
|
1675
1664
|
]));
|
|
1676
1665
|
}
|
|
1677
|
-
const
|
|
1666
|
+
const A9 = /* @__PURE__ */ n(b5, [["render", _5]]), R5 = {}, N5 = { class: "py-1" };
|
|
1678
1667
|
function z5(o, t) {
|
|
1679
1668
|
return s(), r("div", N5, t[0] || (t[0] = [
|
|
1680
1669
|
C('<svg class="stroke-2" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(#clip0_36270_12661)"><path d="M15.5827 7.84978V8.50145C15.5818 10.0289 15.0872 11.5152 14.1726 12.7386C13.2581 13.962 11.9725 14.857 10.5077 15.29C9.04295 15.7231 7.47741 15.6711 6.0446 15.1418C4.61179 14.6124 3.38848 13.6341 2.55711 12.3527C1.72575 11.0713 1.33087 9.5555 1.43137 8.03134C1.53187 6.50718 2.12237 5.05635 3.1148 3.89521C4.10722 2.73407 5.44841 1.92485 6.93832 1.58822C8.42823 1.25159 9.98704 1.40561 11.3823 2.02728M15.5827 2.83073L8.49935 9.92115L6.37435 7.79615" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clipPath id="clip0_36270_12661"><rect width="17" height="17" fill="white"></rect></clipPath></defs></svg>', 1)
|
|
1681
1670
|
]));
|
|
1682
1671
|
}
|
|
1683
|
-
const
|
|
1672
|
+
const f9 = /* @__PURE__ */ n(R5, [["render", z5]]), K5 = {}, X5 = {
|
|
1684
1673
|
class: "stroke-1-25",
|
|
1685
1674
|
viewBox: "0 0 18 18",
|
|
1686
1675
|
fill: "none",
|
|
@@ -1713,7 +1702,7 @@ function o4(o, t) {
|
|
|
1713
1702
|
], -1)
|
|
1714
1703
|
]));
|
|
1715
1704
|
}
|
|
1716
|
-
const
|
|
1705
|
+
const C9 = /* @__PURE__ */ n($5, [["render", o4], ["__scopeId", "data-v-f415bf35"]]), e4 = {}, s4 = {
|
|
1717
1706
|
class: "stroke-1-25",
|
|
1718
1707
|
viewBox: "0 0 16 16",
|
|
1719
1708
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1736,7 +1725,7 @@ function r4(o, t) {
|
|
|
1736
1725
|
}, null, -1)
|
|
1737
1726
|
]));
|
|
1738
1727
|
}
|
|
1739
|
-
const
|
|
1728
|
+
const h9 = /* @__PURE__ */ n(e4, [["render", r4]]), n4 = {}, i4 = {
|
|
1740
1729
|
viewBox: "0 0 26 24",
|
|
1741
1730
|
fill: "none",
|
|
1742
1731
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1749,7 +1738,7 @@ function l4(o, t) {
|
|
|
1749
1738
|
}, null, -1)
|
|
1750
1739
|
]));
|
|
1751
1740
|
}
|
|
1752
|
-
const
|
|
1741
|
+
const u9 = /* @__PURE__ */ n(n4, [["render", l4]]), a4 = {}, p4 = {
|
|
1753
1742
|
viewBox: "0 0 15 15",
|
|
1754
1743
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1755
1744
|
};
|
|
@@ -1771,7 +1760,7 @@ function c4(o, t) {
|
|
|
1771
1760
|
}, null, -1)
|
|
1772
1761
|
]));
|
|
1773
1762
|
}
|
|
1774
|
-
const
|
|
1763
|
+
const g9 = /* @__PURE__ */ n(a4, [["render", c4]]), d4 = {}, A4 = {
|
|
1775
1764
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1776
1765
|
fill: "currentColor",
|
|
1777
1766
|
viewBox: "0 0 24.00 24.00"
|
|
@@ -1792,11 +1781,11 @@ function f4(o, t) {
|
|
|
1792
1781
|
], -1)
|
|
1793
1782
|
]));
|
|
1794
1783
|
}
|
|
1795
|
-
const
|
|
1784
|
+
const x9 = /* @__PURE__ */ n(d4, [["render", f4]]), C4 = {};
|
|
1796
1785
|
function h4(o, t) {
|
|
1797
1786
|
return null;
|
|
1798
1787
|
}
|
|
1799
|
-
const
|
|
1788
|
+
const M9 = /* @__PURE__ */ n(C4, [["render", h4]]), u4 = {}, g4 = {
|
|
1800
1789
|
class: "stroke-1-25",
|
|
1801
1790
|
viewBox: "0 0 13 13",
|
|
1802
1791
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1812,7 +1801,7 @@ function x4(o, t) {
|
|
|
1812
1801
|
}, null, -1)
|
|
1813
1802
|
]));
|
|
1814
1803
|
}
|
|
1815
|
-
const
|
|
1804
|
+
const w9 = /* @__PURE__ */ n(u4, [["render", x4]]), M4 = {}, w4 = {
|
|
1816
1805
|
viewBox: "0 0 103 103",
|
|
1817
1806
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1818
1807
|
};
|
|
@@ -1821,7 +1810,7 @@ function B4(o, t) {
|
|
|
1821
1810
|
C('<rect x="0.875" y="0.609375" rx="11.8636" stroke="currentColor" stroke-dasharray="6 6"></rect><path d="M25.807 69.8594C28.1605 69.8594 30.0684 67.7607 30.0684 65.1719C30.0684 62.583 28.1605 60.4844 25.807 60.4844C23.4535 60.4844 21.5457 62.583 21.5457 65.1719C21.5457 67.7607 23.4535 69.8594 25.807 69.8594Z" fill="#F8F8F8"></path><path d="M46.0485 83.9219C42.8279 83.9169 39.6545 83.069 36.7906 81.4482C33.9268 79.8274 31.4546 77.4803 29.5784 74.6008L33.0429 71.8727C34.5243 74.1467 36.4764 76.0004 38.7378 77.2804C40.9993 78.5605 43.5052 79.2303 46.0485 79.2344C54.5052 79.2344 61.513 71.9688 62.0009 62.6922L66.2559 62.9641C65.638 74.7156 56.7595 83.9219 46.0485 83.9219Z" fill="#F8F8F8"></path><path d="M76.9432 72.2031C79.2967 72.2031 81.2046 70.1045 81.2046 67.5156C81.2046 64.9268 79.2967 62.8281 76.9432 62.8281C74.5898 62.8281 72.6819 64.9268 72.6819 67.5156C72.6819 70.1045 74.5898 72.2031 76.9432 72.2031Z" fill="#F8F8F8"></path><path d="M82.5704 58.3633L78.471 57.086C78.8723 55.5226 79.0752 53.9058 79.074 52.2813C79.074 42.5899 71.9063 34.7032 63.0938 34.7032C60.8248 34.6971 58.5811 35.227 56.5143 36.2571L54.7586 31.9868C57.3767 30.681 60.2192 30.0088 63.0938 30.0157C74.2543 30.0157 83.3353 40.0047 83.3353 52.2813C83.3353 54.3438 83.0796 56.3922 82.5704 58.3633ZM60.7799 47.793L54.3879 40.7618C53.5846 39.8805 52.5129 39.3907 51.3751 39.3907C50.2373 39.3907 49.1656 39.8782 48.3623 40.7641L41.9703 47.7954C41.1393 48.7094 40.7217 49.9094 40.7217 51.1094C40.7217 52.3094 41.1393 53.5094 41.9703 54.4235L48.3623 61.4547C49.1656 62.3407 50.2373 62.8282 51.3751 62.8282C52.5129 62.8282 53.5846 62.3407 54.3879 61.4547L60.7799 54.4235C61.6109 53.5094 62.0285 52.3094 62.0285 51.1094C62.0285 49.9094 61.6109 48.7094 60.7799 47.7954M51.3751 58.1407L44.983 51.1094L51.3751 44.0782L57.7671 51.1094L51.3751 58.1407Z" fill="#F8F8F8"></path><path d="M51.3751 25.3281C53.7286 25.3281 55.6365 23.2295 55.6365 20.6406C55.6365 18.0518 53.7286 15.9531 51.3751 15.9531C49.0216 15.9531 47.1138 18.0518 47.1138 20.6406C47.1138 23.2295 49.0216 25.3281 51.3751 25.3281Z" fill="#F8F8F8"></path><path d="M34.383 60.2078C31.1463 58.3094 28.44 55.4783 26.554 52.0177C24.6679 48.5571 23.6732 44.5973 23.6763 40.5625C23.6763 28.7804 32.0456 19.0164 42.7288 18.3344L42.976 23.0148C39.5002 23.2431 36.1873 24.7136 33.5408 27.2027C30.8944 29.6918 29.0592 33.0634 28.3143 36.8049C27.5694 40.5464 27.9556 44.4531 29.414 47.9311C30.8724 51.409 33.3234 54.268 36.3943 56.0734L34.383 60.2078Z" fill="#F8F8F8"></path>', 7)
|
|
1822
1811
|
]));
|
|
1823
1812
|
}
|
|
1824
|
-
const
|
|
1813
|
+
const B9 = /* @__PURE__ */ n(M4, [["render", B4]]), y4 = {}, m4 = {
|
|
1825
1814
|
viewBox: "0 0 30 31",
|
|
1826
1815
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1827
1816
|
};
|
|
@@ -1830,7 +1819,7 @@ function S4(o, t) {
|
|
|
1830
1819
|
C('<path d="M3.75 23C4.78553 23 5.625 22.1605 5.625 21.125C5.625 20.0895 4.78553 19.25 3.75 19.25C2.71447 19.25 1.875 20.0895 1.875 21.125C1.875 22.1605 2.71447 23 3.75 23Z" fill="#CBD6E3"></path><path d="M12.657 28.6247C11.2399 28.6227 9.84365 28.2835 8.58355 27.6352C7.32345 26.9869 6.23569 26.0481 5.41016 24.8963L6.93453 23.805C7.58636 24.7146 8.44528 25.4561 9.44033 25.9681C10.4354 26.4801 11.538 26.748 12.657 26.7497C16.378 26.7497 19.4614 23.8434 19.6761 20.1328L21.5483 20.2416C21.2764 24.9422 17.3698 28.6247 12.657 28.6247Z" fill="#CBD6E3"></path><path d="M26.25 23.9375C27.2855 23.9375 28.125 23.098 28.125 22.0625C28.125 21.027 27.2855 20.1875 26.25 20.1875C25.2145 20.1875 24.375 21.027 24.375 22.0625C24.375 23.098 25.2145 23.9375 26.25 23.9375Z" fill="#CBD6E3"></path><path d="M28.7259 18.4016L26.9222 17.8906C27.0988 17.2653 27.188 16.6186 27.1875 15.9688C27.1875 12.0922 24.0338 8.93752 20.1562 8.93752C19.1579 8.93507 18.1706 9.14704 17.2613 9.55908L16.4887 7.85096C17.6407 7.32865 18.8914 7.05978 20.1562 7.06252C25.0669 7.06252 29.0625 11.0581 29.0625 15.9688C29.0625 16.7938 28.95 17.6131 28.7259 18.4016ZM19.1381 14.1735L16.3256 11.361C15.9722 11.0085 15.5006 10.8125 15 10.8125C14.4994 10.8125 14.0278 11.0075 13.6744 11.3619L10.8619 14.1744C10.4963 14.54 10.3125 15.02 10.3125 15.5C10.3125 15.98 10.4963 16.46 10.8619 16.8256L13.6744 19.6381C14.0278 19.9925 14.4994 20.1875 15 20.1875C15.5006 20.1875 15.9722 19.9925 16.3256 19.6381L19.1381 16.8256C19.5037 16.46 19.6875 15.98 19.6875 15.5C19.6875 15.02 19.5037 14.54 19.1381 14.1744M15 18.3125L12.1875 15.5L15 12.6875L17.8125 15.5L15 18.3125Z" fill="#CBD6E3"></path><path d="M15 5.1875C16.0355 5.1875 16.875 4.34803 16.875 3.3125C16.875 2.27697 16.0355 1.4375 15 1.4375C13.9645 1.4375 13.125 2.27697 13.125 3.3125C13.125 4.34803 13.9645 5.1875 15 5.1875Z" fill="#CBD6E3"></path><path d="M7.52344 19.14C6.0993 18.3806 4.90854 17.2482 4.07868 15.864C3.24883 14.4797 2.81114 12.8958 2.8125 11.2819C2.8125 6.56906 6.495 2.66344 11.1956 2.39062L11.3044 4.26281C9.77504 4.35412 8.31734 4.94231 7.15291 5.93796C5.98848 6.9336 5.181 8.28224 4.85325 9.77884C4.52549 11.2754 4.69539 12.8381 5.3371 14.2293C5.97882 15.6205 7.05725 16.7641 8.40844 17.4862L7.52344 19.14Z" fill="#CBD6E3"></path>', 6)
|
|
1831
1820
|
]));
|
|
1832
1821
|
}
|
|
1833
|
-
const
|
|
1822
|
+
const y9 = /* @__PURE__ */ n(y4, [["render", S4]]), k4 = {}, v4 = {
|
|
1834
1823
|
class: "stroke-2",
|
|
1835
1824
|
viewBox: "0 0 24 25",
|
|
1836
1825
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1845,7 +1834,7 @@ function U4(o, t) {
|
|
|
1845
1834
|
}, null, -1)
|
|
1846
1835
|
]));
|
|
1847
1836
|
}
|
|
1848
|
-
const
|
|
1837
|
+
const m9 = /* @__PURE__ */ n(k4, [["render", U4]]), G4 = {}, Z4 = {
|
|
1849
1838
|
class: "stroke-2",
|
|
1850
1839
|
viewBox: "0 0 32 32",
|
|
1851
1840
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1867,7 +1856,7 @@ function F4(o, t) {
|
|
|
1867
1856
|
], -1)
|
|
1868
1857
|
]));
|
|
1869
1858
|
}
|
|
1870
|
-
const
|
|
1859
|
+
const S9 = /* @__PURE__ */ n(G4, [["render", F4]]), E4 = {}, L4 = {
|
|
1871
1860
|
class: "stroke-2",
|
|
1872
1861
|
xmlns: "http://www.w3.org/2000/svg",
|
|
1873
1862
|
viewBox: "0 0 26 24",
|
|
@@ -1883,7 +1872,7 @@ function D4(o, t) {
|
|
|
1883
1872
|
}, null, -1)
|
|
1884
1873
|
]));
|
|
1885
1874
|
}
|
|
1886
|
-
const
|
|
1875
|
+
const k9 = /* @__PURE__ */ n(E4, [["render", D4]]), I4 = {}, O4 = {
|
|
1887
1876
|
class: "m-auto stroke-3",
|
|
1888
1877
|
viewBox: "0 0 29 30",
|
|
1889
1878
|
fill: "none",
|
|
@@ -1899,7 +1888,7 @@ function H4(o, t) {
|
|
|
1899
1888
|
}, null, -1)
|
|
1900
1889
|
]));
|
|
1901
1890
|
}
|
|
1902
|
-
const
|
|
1891
|
+
const v9 = /* @__PURE__ */ n(I4, [["render", H4]]), V4 = {}, J4 = {
|
|
1903
1892
|
viewBox: "0 0 33 40",
|
|
1904
1893
|
fill: "none",
|
|
1905
1894
|
class: "stroke-1",
|
|
@@ -1917,13 +1906,13 @@ function Q4(o, t) {
|
|
|
1917
1906
|
}, null, -1)
|
|
1918
1907
|
]));
|
|
1919
1908
|
}
|
|
1920
|
-
const
|
|
1909
|
+
const U9 = /* @__PURE__ */ n(V4, [["render", Q4]]), T4 = {}, Y4 = {
|
|
1921
1910
|
class: "stroke-1-25",
|
|
1922
1911
|
viewBox: "0 0 33 40",
|
|
1923
1912
|
fill: "none",
|
|
1924
1913
|
xmlns: "http://www.w3.org/2000/svg"
|
|
1925
1914
|
};
|
|
1926
|
-
function
|
|
1915
|
+
function j4(o, t) {
|
|
1927
1916
|
return s(), r("svg", Y4, t[0] || (t[0] = [
|
|
1928
1917
|
e("path", {
|
|
1929
1918
|
d: "M1.25 4C1.25 2.20508 2.70508 0.75 4.5 0.75H20.5C20.6212 0.75 20.7375 0.798159 20.8232 0.883885L31.6161 11.6768C31.7018 11.7625 31.75 11.8788 31.75 12V36C31.75 37.7949 30.2949 39.25 28.5 39.25H4.5C2.70507 39.25 1.25 37.7949 1.25 36V4Z",
|
|
@@ -1935,7 +1924,7 @@ function b4(o, t) {
|
|
|
1935
1924
|
}, null, -1)
|
|
1936
1925
|
]));
|
|
1937
1926
|
}
|
|
1938
|
-
const
|
|
1927
|
+
const G9 = /* @__PURE__ */ n(T4, [["render", j4]]), b4 = {}, P4 = {
|
|
1939
1928
|
class: "stroke-2",
|
|
1940
1929
|
viewBox: "0 0 11 8",
|
|
1941
1930
|
fill: "none",
|
|
@@ -1951,7 +1940,7 @@ function _4(o, t) {
|
|
|
1951
1940
|
}, null, -1)
|
|
1952
1941
|
]));
|
|
1953
1942
|
}
|
|
1954
|
-
const
|
|
1943
|
+
const k = /* @__PURE__ */ n(b4, [["render", _4]]), R4 = {}, N4 = {
|
|
1955
1944
|
class: "stroke-1",
|
|
1956
1945
|
viewBox: "0 0 16 16",
|
|
1957
1946
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1967,7 +1956,7 @@ function z4(o, t) {
|
|
|
1967
1956
|
}, null, -1)
|
|
1968
1957
|
]));
|
|
1969
1958
|
}
|
|
1970
|
-
const
|
|
1959
|
+
const Z9 = /* @__PURE__ */ n(R4, [["render", z4]]), K4 = {}, X4 = {
|
|
1971
1960
|
class: "stroke-1-25",
|
|
1972
1961
|
viewBox: "0 0 4 16",
|
|
1973
1962
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -1994,7 +1983,7 @@ function W4(o, t) {
|
|
|
1994
1983
|
}, null, -1)
|
|
1995
1984
|
]));
|
|
1996
1985
|
}
|
|
1997
|
-
const
|
|
1986
|
+
const F9 = /* @__PURE__ */ n(K4, [["render", W4]]), q4 = {}, $4 = {
|
|
1998
1987
|
class: "stroke-2",
|
|
1999
1988
|
viewBox: "0 0 22 22",
|
|
2000
1989
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -2009,7 +1998,7 @@ function t6(o, t) {
|
|
|
2009
1998
|
}, null, -1)
|
|
2010
1999
|
]));
|
|
2011
2000
|
}
|
|
2012
|
-
const
|
|
2001
|
+
const E9 = /* @__PURE__ */ n(q4, [["render", t6]]), o6 = {}, e6 = {
|
|
2013
2002
|
class: "stroke-1-25",
|
|
2014
2003
|
viewBox: "0 0 34 32",
|
|
2015
2004
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -2038,7 +2027,7 @@ function s6(o, t) {
|
|
|
2038
2027
|
}, null, -1)
|
|
2039
2028
|
]));
|
|
2040
2029
|
}
|
|
2041
|
-
const
|
|
2030
|
+
const L9 = /* @__PURE__ */ n(o6, [["render", s6]]), r6 = {}, n6 = {
|
|
2042
2031
|
class: "m-auto stroke-2",
|
|
2043
2032
|
viewBox: "0 0 32 30",
|
|
2044
2033
|
fill: "none",
|
|
@@ -2054,7 +2043,7 @@ function i6(o, t) {
|
|
|
2054
2043
|
}, null, -1)
|
|
2055
2044
|
]));
|
|
2056
2045
|
}
|
|
2057
|
-
const
|
|
2046
|
+
const D9 = /* @__PURE__ */ n(r6, [["render", i6]]), l6 = ["placeholder"], I9 = /* @__PURE__ */ u({
|
|
2058
2047
|
__name: "SearchInput",
|
|
2059
2048
|
props: {
|
|
2060
2049
|
placeholder: {
|
|
@@ -2068,61 +2057,61 @@ const L9 = /* @__PURE__ */ n(r6, [["render", i6]]), l6 = ["placeholder"], D9 = /
|
|
|
2068
2057
|
},
|
|
2069
2058
|
emits: ["update:searchInput"],
|
|
2070
2059
|
setup(o, { emit: t }) {
|
|
2071
|
-
const i =
|
|
2060
|
+
const i = M(null), l = M(null), a = M(null), d = t, p = () => {
|
|
2072
2061
|
var c;
|
|
2073
2062
|
(c = l.value) == null || c.focus();
|
|
2074
|
-
},
|
|
2075
|
-
|
|
2063
|
+
}, A = () => {
|
|
2064
|
+
d("update:searchInput", i.value);
|
|
2076
2065
|
};
|
|
2077
|
-
return (c,
|
|
2066
|
+
return (c, f) => (s(), r("div", {
|
|
2078
2067
|
ref_key: "dropdownRef",
|
|
2079
2068
|
ref: a,
|
|
2080
2069
|
class: "freddy-search-wrapper",
|
|
2081
2070
|
onClick: p
|
|
2082
2071
|
}, [
|
|
2083
|
-
|
|
2072
|
+
v(y(q5), { class: "freddy-search-icon" }),
|
|
2084
2073
|
N(e("input", {
|
|
2085
2074
|
type: "text",
|
|
2086
2075
|
class: "freddy-search-input",
|
|
2087
2076
|
ref_key: "searchInput",
|
|
2088
2077
|
ref: l,
|
|
2089
|
-
"onUpdate:modelValue":
|
|
2090
|
-
onInput:
|
|
2078
|
+
"onUpdate:modelValue": f[0] || (f[0] = (h) => i.value = h),
|
|
2079
|
+
onInput: A,
|
|
2091
2080
|
placeholder: o.placeholder
|
|
2092
2081
|
}, null, 40, l6), [
|
|
2093
2082
|
[z, i.value]
|
|
2094
2083
|
]),
|
|
2095
|
-
o.showLoaderForSearch ? (s(),
|
|
2084
|
+
o.showLoaderForSearch ? (s(), w(u1, {
|
|
2096
2085
|
key: 0,
|
|
2097
2086
|
class: "freddy-search-spinner"
|
|
2098
|
-
})) :
|
|
2087
|
+
})) : L("", !0)
|
|
2099
2088
|
], 512));
|
|
2100
2089
|
}
|
|
2101
|
-
}), a6 = { class: "freddy-plugin-toast-container" }, p6 = { class: "freddy-plugin-toast-content" }, c6 = { class: "freddy-plugin-toast-left" }, d6 = { class: "freddy-plugin-toast-text" }, A6 = ["innerHTML"], f6 = ["innerHTML"], C6 = ["onClick"],
|
|
2090
|
+
}), a6 = { class: "freddy-plugin-toast-container" }, p6 = { class: "freddy-plugin-toast-content" }, c6 = { class: "freddy-plugin-toast-left" }, d6 = { class: "freddy-plugin-toast-text" }, A6 = ["innerHTML"], f6 = ["innerHTML"], C6 = ["onClick"], O9 = /* @__PURE__ */ u({
|
|
2102
2091
|
__name: "SnackBar",
|
|
2103
2092
|
setup(o) {
|
|
2104
2093
|
const { snackQueue: t } = y0(), i = (a) => {
|
|
2105
2094
|
switch (a) {
|
|
2106
2095
|
case "success":
|
|
2107
|
-
return
|
|
2096
|
+
return k;
|
|
2108
2097
|
case "danger":
|
|
2109
|
-
return
|
|
2098
|
+
return E;
|
|
2110
2099
|
case "info":
|
|
2111
|
-
return
|
|
2100
|
+
return b;
|
|
2112
2101
|
default:
|
|
2113
|
-
return
|
|
2102
|
+
return k;
|
|
2114
2103
|
}
|
|
2115
2104
|
}, l = (a) => {
|
|
2116
2105
|
t.value.splice(a, 1);
|
|
2117
2106
|
};
|
|
2118
|
-
return (a,
|
|
2119
|
-
(s(!0), r(
|
|
2120
|
-
key:
|
|
2107
|
+
return (a, d) => (s(), r("div", a6, [
|
|
2108
|
+
(s(!0), r(U, null, G(y(t), (p, A) => (s(), r("div", {
|
|
2109
|
+
key: A,
|
|
2121
2110
|
class: "freddy-plugin-toast"
|
|
2122
2111
|
}, [
|
|
2123
2112
|
e("div", p6, [
|
|
2124
2113
|
e("div", c6, [
|
|
2125
|
-
(s(),
|
|
2114
|
+
(s(), w(Q(i(p.toastType)), {
|
|
2126
2115
|
class: g(["freddy-plugin-toast-icon", {
|
|
2127
2116
|
"freddy-plugin-toast-icon-info": p.toastType === "info",
|
|
2128
2117
|
"freddy-plugin-toast-icon-danger": p.toastType === "danger"
|
|
@@ -2140,16 +2129,16 @@ const L9 = /* @__PURE__ */ n(r6, [["render", i6]]), l6 = ["placeholder"], D9 = /
|
|
|
2140
2129
|
])
|
|
2141
2130
|
]),
|
|
2142
2131
|
e("button", {
|
|
2143
|
-
onClick: (c) => l(
|
|
2132
|
+
onClick: (c) => l(A),
|
|
2144
2133
|
class: "freddy-plugin-toast-close-btn"
|
|
2145
2134
|
}, [
|
|
2146
|
-
|
|
2135
|
+
v(T, { class: "w-4 h-4" })
|
|
2147
2136
|
], 8, C6)
|
|
2148
2137
|
])
|
|
2149
2138
|
]))), 128))
|
|
2150
2139
|
]));
|
|
2151
2140
|
}
|
|
2152
|
-
}), h6 = { class: "freddy-plugin-nav-bar" }, u6 = ["onClick"],
|
|
2141
|
+
}), h6 = { class: "freddy-plugin-nav-bar" }, u6 = ["onClick"], H9 = /* @__PURE__ */ u({
|
|
2153
2142
|
__name: "TabList",
|
|
2154
2143
|
props: {
|
|
2155
2144
|
tabList: {},
|
|
@@ -2157,57 +2146,57 @@ const L9 = /* @__PURE__ */ n(r6, [["render", i6]]), l6 = ["placeholder"], D9 = /
|
|
|
2157
2146
|
},
|
|
2158
2147
|
emits: ["tabSwitch"],
|
|
2159
2148
|
setup(o, { emit: t }) {
|
|
2160
|
-
const i = o, l = t, a =
|
|
2149
|
+
const i = o, l = t, a = M(i.currentTab), d = (p) => {
|
|
2161
2150
|
a.value !== p.id && (a.value = p.id, l("tabSwitch", p.id));
|
|
2162
2151
|
};
|
|
2163
|
-
return (p,
|
|
2164
|
-
(s(!0), r(
|
|
2152
|
+
return (p, A) => (s(), r("div", h6, [
|
|
2153
|
+
(s(!0), r(U, null, G(p.tabList, (c, f) => (s(), r("button", {
|
|
2165
2154
|
class: "freddy-plugin-menu-button",
|
|
2166
|
-
key:
|
|
2167
|
-
onClick: (h) =>
|
|
2155
|
+
key: f,
|
|
2156
|
+
onClick: (h) => d(c)
|
|
2168
2157
|
}, [
|
|
2169
|
-
K(
|
|
2158
|
+
K(m(c.title) + " ", 1),
|
|
2170
2159
|
e("span", {
|
|
2171
2160
|
class: g({ "freddy-plugin-active-tab": a.value === c.id })
|
|
2172
2161
|
}, null, 2)
|
|
2173
2162
|
], 8, u6))), 128))
|
|
2174
2163
|
]));
|
|
2175
2164
|
}
|
|
2176
|
-
}), g6 = { class: "freddy-plugin-toast-wrapper" }, x6 = { class: "freddy-plugin-toast-icon-wrapper" }, M6 = { class: "freddy-plugin-toast-message" }, w6 = ["onClick"],
|
|
2165
|
+
}), g6 = { class: "freddy-plugin-toast-wrapper" }, x6 = { class: "freddy-plugin-toast-icon-wrapper" }, M6 = { class: "freddy-plugin-toast-message" }, w6 = ["onClick"], V9 = /* @__PURE__ */ u({
|
|
2177
2166
|
__name: "ToastMessage",
|
|
2178
2167
|
setup(o) {
|
|
2179
|
-
const { toastQueue: t } =
|
|
2168
|
+
const { toastQueue: t } = Y(), i = {
|
|
2180
2169
|
success: "freddy-plugin-toast-success",
|
|
2181
2170
|
danger: "freddy-plugin-toast-danger",
|
|
2182
2171
|
info: "freddy-plugin-toast-info"
|
|
2183
2172
|
}, l = (p) => i[p], a = (p) => {
|
|
2184
2173
|
switch (p) {
|
|
2185
2174
|
case "success":
|
|
2186
|
-
return
|
|
2175
|
+
return k;
|
|
2187
2176
|
case "danger":
|
|
2188
|
-
return
|
|
2177
|
+
return E;
|
|
2189
2178
|
case "info":
|
|
2190
|
-
return
|
|
2179
|
+
return b;
|
|
2191
2180
|
default:
|
|
2192
|
-
return
|
|
2181
|
+
return k;
|
|
2193
2182
|
}
|
|
2194
|
-
},
|
|
2183
|
+
}, d = (p) => {
|
|
2195
2184
|
t.value.splice(p, 1);
|
|
2196
2185
|
};
|
|
2197
|
-
return (p,
|
|
2198
|
-
(s(!0), r(
|
|
2199
|
-
key:
|
|
2186
|
+
return (p, A) => (s(), r("div", g6, [
|
|
2187
|
+
(s(!0), r(U, null, G(y(t), (c, f) => (s(), r("div", {
|
|
2188
|
+
key: f,
|
|
2200
2189
|
class: g(["freddy-plugin-toast-item", l(c.toastType)])
|
|
2201
2190
|
}, [
|
|
2202
2191
|
e("div", x6, [
|
|
2203
|
-
(s(),
|
|
2192
|
+
(s(), w(Q(a(c.toastType)), { class: "freddy-plugin-toast-icon" }))
|
|
2204
2193
|
]),
|
|
2205
|
-
e("span", M6,
|
|
2194
|
+
e("span", M6, m(c.message), 1),
|
|
2206
2195
|
e("button", {
|
|
2207
2196
|
class: "freddy-plugin-toast-close-button",
|
|
2208
|
-
onClick: (h) => f
|
|
2197
|
+
onClick: (h) => d(f)
|
|
2209
2198
|
}, [
|
|
2210
|
-
|
|
2199
|
+
v(y(E), { class: "freddy-plugin-toast-close-icon" })
|
|
2211
2200
|
], 8, w6)
|
|
2212
2201
|
], 2))), 128))
|
|
2213
2202
|
]));
|
|
@@ -2231,9 +2220,9 @@ export {
|
|
|
2231
2220
|
Q6 as IconChevronRight,
|
|
2232
2221
|
T6 as IconChevronUp,
|
|
2233
2222
|
Y6 as IconCircle,
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2223
|
+
j6 as IconClock,
|
|
2224
|
+
T as IconCloseButton,
|
|
2225
|
+
b6 as IconCloudUpload,
|
|
2237
2226
|
P6 as IconConnectorConfluence,
|
|
2238
2227
|
_6 as IconConnectorFigma,
|
|
2239
2228
|
R6 as IconConnectorFreshDesk,
|
|
@@ -2243,7 +2232,7 @@ export {
|
|
|
2243
2232
|
X6 as IconConnectorNotion,
|
|
2244
2233
|
W6 as IconConnectorSlack,
|
|
2245
2234
|
q6 as IconConnectorZapier,
|
|
2246
|
-
|
|
2235
|
+
E as IconCross,
|
|
2247
2236
|
$6 as IconCrossCircleFill,
|
|
2248
2237
|
t7 as IconCurrentTick,
|
|
2249
2238
|
o7 as IconDelete,
|
|
@@ -2252,87 +2241,89 @@ export {
|
|
|
2252
2241
|
r7 as IconDownload,
|
|
2253
2242
|
n7 as IconDropdownArrow,
|
|
2254
2243
|
i7 as IconEdit,
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2244
|
+
m7 as IconEllipse,
|
|
2245
|
+
S7 as IconExcelThumbnail,
|
|
2246
|
+
k7 as IconEye,
|
|
2247
|
+
v7 as IconFile,
|
|
2248
|
+
U7 as IconFileSystem,
|
|
2249
|
+
G7 as IconFileUpload,
|
|
2250
|
+
Z7 as IconFreddyHub,
|
|
2251
|
+
F7 as IconFreddyHubLogo,
|
|
2252
|
+
E7 as IconFreddyHubNewLogo,
|
|
2253
|
+
L7 as IconFreddyHubTitle,
|
|
2254
|
+
D7 as IconFreddySmall,
|
|
2255
|
+
I7 as IconGlobExpand,
|
|
2256
|
+
O7 as IconHollowCircle,
|
|
2257
|
+
H7 as IconHome,
|
|
2258
|
+
b as IconInfoRounded,
|
|
2259
|
+
V7 as IconInvoice,
|
|
2260
|
+
J7 as IconInvoiceSwitch,
|
|
2261
|
+
Q7 as IconLapTableBottom,
|
|
2262
|
+
T7 as IconLense,
|
|
2263
|
+
Y7 as IconLoadingError,
|
|
2264
|
+
j7 as IconLoadingOrg,
|
|
2276
2265
|
b7 as IconLocationWithCircleIn,
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2266
|
+
P7 as IconMarketPlace,
|
|
2267
|
+
_7 as IconNewNotification,
|
|
2268
|
+
R7 as IconNotification,
|
|
2269
|
+
N7 as IconOpenBook,
|
|
2270
|
+
z7 as IconPauseCircle,
|
|
2271
|
+
K7 as IconPdfThumbnail,
|
|
2272
|
+
X7 as IconPencil,
|
|
2273
|
+
W7 as IconPeopleHub,
|
|
2274
|
+
q7 as IconPersonCircle,
|
|
2275
|
+
$7 as IconPits,
|
|
2276
|
+
t9 as IconPlay,
|
|
2277
|
+
o9 as IconPlus,
|
|
2278
|
+
e9 as IconPolygonDown,
|
|
2279
|
+
s9 as IconPresentation,
|
|
2280
|
+
r9 as IconProgressBase,
|
|
2281
|
+
n9 as IconProgressComplete,
|
|
2282
|
+
i9 as IconProgressGoing,
|
|
2283
|
+
l9 as IconPurpose,
|
|
2284
|
+
a9 as IconPurseCircleFill,
|
|
2285
|
+
p9 as IconQuestion,
|
|
2286
|
+
c9 as IconRadio,
|
|
2287
|
+
d9 as IconRadioFill,
|
|
2288
|
+
A9 as IconRobotScreen,
|
|
2289
|
+
f9 as IconRoundTick,
|
|
2301
2290
|
q5 as IconSearch,
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2291
|
+
C9 as IconSend,
|
|
2292
|
+
h9 as IconSettings,
|
|
2293
|
+
u9 as IconSettingsBold,
|
|
2294
|
+
g9 as IconSize,
|
|
2295
|
+
x9 as IconSortIdle,
|
|
2296
|
+
M9 as IconSpotlio,
|
|
2297
|
+
w9 as IconStatistics,
|
|
2298
|
+
B9 as IconStreamLineHub,
|
|
2299
|
+
y9 as IconStreamLineHubNewLogo,
|
|
2300
|
+
m9 as IconSun,
|
|
2301
|
+
S9 as IconSwap,
|
|
2302
|
+
k9 as IconText,
|
|
2303
|
+
v9 as IconTextThumbnail,
|
|
2304
|
+
U9 as IconThinDocument,
|
|
2305
|
+
G9 as IconThinFile,
|
|
2306
|
+
k as IconTick,
|
|
2307
|
+
Z9 as IconUser,
|
|
2308
|
+
F9 as IconVerticalDots,
|
|
2309
|
+
E9 as IconWarningOctal,
|
|
2310
|
+
L9 as IconZip,
|
|
2311
|
+
D9 as IconzipThumbnail,
|
|
2323
2312
|
m6 as ModalBox,
|
|
2324
2313
|
S6 as ModalOverlay,
|
|
2325
2314
|
k6 as Pagination,
|
|
2326
|
-
|
|
2327
|
-
|
|
2315
|
+
I9 as SearchInput,
|
|
2316
|
+
O9 as SnackBar,
|
|
2328
2317
|
u1 as Spinner,
|
|
2329
|
-
|
|
2330
|
-
|
|
2318
|
+
H9 as TabList,
|
|
2319
|
+
V9 as ToastMessage,
|
|
2331
2320
|
l7 as calculatePercentage,
|
|
2321
|
+
y7 as cloneDeepSafe,
|
|
2332
2322
|
x7 as copyToClipboard,
|
|
2333
2323
|
C7 as daysInMonth,
|
|
2334
|
-
|
|
2335
|
-
|
|
2324
|
+
B7 as debounce,
|
|
2325
|
+
H as deepEqual,
|
|
2326
|
+
Z as defaultImageSrc,
|
|
2336
2327
|
M7 as fileSizeFormatter,
|
|
2337
2328
|
a7 as fillMissingDays,
|
|
2338
2329
|
A7 as formatDate,
|
|
@@ -2344,10 +2335,9 @@ export {
|
|
|
2344
2335
|
M0 as getShortMonthName,
|
|
2345
2336
|
w7 as hasOverflow,
|
|
2346
2337
|
h7 as interpolateColor,
|
|
2347
|
-
B7 as lineChartExternalTooltipWithCircularDots,
|
|
2348
2338
|
d7 as readableDateFormat,
|
|
2349
2339
|
g7 as scrollToElement,
|
|
2350
2340
|
y0 as useSnackBar,
|
|
2351
|
-
|
|
2341
|
+
Y as useToast
|
|
2352
2342
|
};
|
|
2353
2343
|
//# sourceMappingURL=index.js.map
|