@myxtra/authentication-green 2.21.0 → 2.23.0
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.
|
@@ -8,8 +8,8 @@ var Ts = { exports: {} }, xi = {}, Fs = { exports: {} }, O = {};
|
|
|
8
8
|
* This source code is licensed under the MIT license found in the
|
|
9
9
|
* LICENSE file in the root directory of this source tree.
|
|
10
10
|
*/
|
|
11
|
-
var sr = Symbol.for("react.element"),
|
|
12
|
-
function
|
|
11
|
+
var sr = Symbol.for("react.element"), cd = Symbol.for("react.portal"), dd = Symbol.for("react.fragment"), fd = Symbol.for("react.strict_mode"), pd = Symbol.for("react.profiler"), hd = Symbol.for("react.provider"), gd = Symbol.for("react.context"), md = Symbol.for("react.forward_ref"), vd = Symbol.for("react.suspense"), yd = Symbol.for("react.memo"), xd = Symbol.for("react.lazy"), il = Symbol.iterator;
|
|
12
|
+
function wd(e) {
|
|
13
13
|
return e === null || typeof e != "object" ? null : (e = il && e[il] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
14
14
|
}
|
|
15
15
|
var Is = { isMounted: function() {
|
|
@@ -52,13 +52,13 @@ function Vs(e, t, n) {
|
|
|
52
52
|
if (e && e.defaultProps) for (r in l = e.defaultProps, l) i[r] === void 0 && (i[r] = l[r]);
|
|
53
53
|
return { $$typeof: sr, type: e, key: o, ref: a, props: i, _owner: da.current };
|
|
54
54
|
}
|
|
55
|
-
function
|
|
55
|
+
function _d(e, t) {
|
|
56
56
|
return { $$typeof: sr, type: e.type, key: t, ref: e.ref, props: e.props, _owner: e._owner };
|
|
57
57
|
}
|
|
58
58
|
function fa(e) {
|
|
59
59
|
return typeof e == "object" && e !== null && e.$$typeof === sr;
|
|
60
60
|
}
|
|
61
|
-
function
|
|
61
|
+
function kd(e) {
|
|
62
62
|
var t = { "=": "=0", ":": "=2" };
|
|
63
63
|
return "$" + e.replace(/[=:]/g, function(n) {
|
|
64
64
|
return t[n];
|
|
@@ -66,7 +66,7 @@ function k0(e) {
|
|
|
66
66
|
}
|
|
67
67
|
var al = /\/+/g;
|
|
68
68
|
function Di(e, t) {
|
|
69
|
-
return typeof e == "object" && e !== null && e.key != null ?
|
|
69
|
+
return typeof e == "object" && e !== null && e.key != null ? kd("" + e.key) : t.toString(36);
|
|
70
70
|
}
|
|
71
71
|
function Rr(e, t, n, r, i) {
|
|
72
72
|
var o = typeof e;
|
|
@@ -81,19 +81,19 @@ function Rr(e, t, n, r, i) {
|
|
|
81
81
|
case "object":
|
|
82
82
|
switch (e.$$typeof) {
|
|
83
83
|
case sr:
|
|
84
|
-
case
|
|
84
|
+
case cd:
|
|
85
85
|
a = !0;
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
if (a) return a = e, i = i(a), e = r === "" ? "." + Di(a, 0) : r, ol(i) ? (n = "", e != null && (n = e.replace(al, "$&/") + "/"), Rr(i, t, n, "", function(u) {
|
|
89
89
|
return u;
|
|
90
|
-
})) : i != null && (fa(i) && (i =
|
|
90
|
+
})) : i != null && (fa(i) && (i = _d(i, n + (!i.key || a && a.key === i.key ? "" : ("" + i.key).replace(al, "$&/") + "/") + e)), t.push(i)), 1;
|
|
91
91
|
if (a = 0, r = r === "" ? "." : r + ":", ol(e)) for (var l = 0; l < e.length; l++) {
|
|
92
92
|
o = e[l];
|
|
93
93
|
var s = r + Di(o, l);
|
|
94
94
|
a += Rr(o, t, n, s, i);
|
|
95
95
|
}
|
|
96
|
-
else if (s =
|
|
96
|
+
else if (s = wd(e), typeof s == "function") for (e = s.call(e), l = 0; !(o = e.next()).done; ) o = o.value, s = r + Di(o, l++), a += Rr(o, t, n, s, i);
|
|
97
97
|
else if (o === "object") throw t = String(e), Error("Objects are not valid as a React child (found: " + (t === "[object Object]" ? "object with keys {" + Object.keys(e).join(", ") + "}" : t) + "). If you meant to render a collection of children, use an array instead.");
|
|
98
98
|
return a;
|
|
99
99
|
}
|
|
@@ -104,7 +104,7 @@ function gr(e, t, n) {
|
|
|
104
104
|
return t.call(n, o, i++);
|
|
105
105
|
}), r;
|
|
106
106
|
}
|
|
107
|
-
function
|
|
107
|
+
function Sd(e) {
|
|
108
108
|
if (e._status === -1) {
|
|
109
109
|
var t = e._result;
|
|
110
110
|
t = t(), t.then(function(n) {
|
|
@@ -116,7 +116,7 @@ function S0(e) {
|
|
|
116
116
|
if (e._status === 1) return e._result.default;
|
|
117
117
|
throw e._result;
|
|
118
118
|
}
|
|
119
|
-
var ue = { current: null }, Tr = { transition: null },
|
|
119
|
+
var ue = { current: null }, Tr = { transition: null }, bd = { ReactCurrentDispatcher: ue, ReactCurrentBatchConfig: Tr, ReactCurrentOwner: da };
|
|
120
120
|
function Bs() {
|
|
121
121
|
throw Error("act(...) is not supported in production builds of React.");
|
|
122
122
|
}
|
|
@@ -138,12 +138,12 @@ O.Children = { map: gr, forEach: function(e, t, n) {
|
|
|
138
138
|
return e;
|
|
139
139
|
} };
|
|
140
140
|
O.Component = mn;
|
|
141
|
-
O.Fragment =
|
|
142
|
-
O.Profiler =
|
|
141
|
+
O.Fragment = dd;
|
|
142
|
+
O.Profiler = pd;
|
|
143
143
|
O.PureComponent = ua;
|
|
144
|
-
O.StrictMode =
|
|
145
|
-
O.Suspense =
|
|
146
|
-
O.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED =
|
|
144
|
+
O.StrictMode = fd;
|
|
145
|
+
O.Suspense = vd;
|
|
146
|
+
O.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED = bd;
|
|
147
147
|
O.act = Bs;
|
|
148
148
|
O.cloneElement = function(e, t, n) {
|
|
149
149
|
if (e == null) throw Error("React.cloneElement(...): The argument must be a React element, but you passed " + e + ".");
|
|
@@ -162,7 +162,7 @@ O.cloneElement = function(e, t, n) {
|
|
|
162
162
|
return { $$typeof: sr, type: e.type, key: i, ref: o, props: r, _owner: a };
|
|
163
163
|
};
|
|
164
164
|
O.createContext = function(e) {
|
|
165
|
-
return e = { $$typeof:
|
|
165
|
+
return e = { $$typeof: gd, _currentValue: e, _currentValue2: e, _threadCount: 0, Provider: null, Consumer: null, _defaultValue: null, _globalName: null }, e.Provider = { $$typeof: hd, _context: e }, e.Consumer = e;
|
|
166
166
|
};
|
|
167
167
|
O.createElement = Vs;
|
|
168
168
|
O.createFactory = function(e) {
|
|
@@ -173,14 +173,14 @@ O.createRef = function() {
|
|
|
173
173
|
return { current: null };
|
|
174
174
|
};
|
|
175
175
|
O.forwardRef = function(e) {
|
|
176
|
-
return { $$typeof:
|
|
176
|
+
return { $$typeof: md, render: e };
|
|
177
177
|
};
|
|
178
178
|
O.isValidElement = fa;
|
|
179
179
|
O.lazy = function(e) {
|
|
180
|
-
return { $$typeof:
|
|
180
|
+
return { $$typeof: xd, _payload: { _status: -1, _result: e }, _init: Sd };
|
|
181
181
|
};
|
|
182
182
|
O.memo = function(e, t) {
|
|
183
|
-
return { $$typeof:
|
|
183
|
+
return { $$typeof: yd, type: e, compare: t === void 0 ? null : t };
|
|
184
184
|
};
|
|
185
185
|
O.startTransition = function(e) {
|
|
186
186
|
var t = Tr.transition;
|
|
@@ -248,23 +248,23 @@ var I = Fs.exports;
|
|
|
248
248
|
* This source code is licensed under the MIT license found in the
|
|
249
249
|
* LICENSE file in the root directory of this source tree.
|
|
250
250
|
*/
|
|
251
|
-
var
|
|
251
|
+
var Ed = I, Cd = Symbol.for("react.element"), Pd = Symbol.for("react.fragment"), Nd = Object.prototype.hasOwnProperty, Ld = Ed.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, zd = { key: !0, ref: !0, __self: !0, __source: !0 };
|
|
252
252
|
function Hs(e, t, n) {
|
|
253
253
|
var r, i = {}, o = null, a = null;
|
|
254
254
|
n !== void 0 && (o = "" + n), t.key !== void 0 && (o = "" + t.key), t.ref !== void 0 && (a = t.ref);
|
|
255
|
-
for (r in t)
|
|
255
|
+
for (r in t) Nd.call(t, r) && !zd.hasOwnProperty(r) && (i[r] = t[r]);
|
|
256
256
|
if (e && e.defaultProps) for (r in t = e.defaultProps, t) i[r] === void 0 && (i[r] = t[r]);
|
|
257
|
-
return { $$typeof:
|
|
257
|
+
return { $$typeof: Cd, type: e, key: o, ref: a, props: i, _owner: Ld.current };
|
|
258
258
|
}
|
|
259
|
-
xi.Fragment =
|
|
259
|
+
xi.Fragment = Pd;
|
|
260
260
|
xi.jsx = Hs;
|
|
261
261
|
xi.jsxs = Hs;
|
|
262
262
|
Ts.exports = xi;
|
|
263
263
|
var sn = Ts.exports;
|
|
264
|
-
const
|
|
264
|
+
const Od = (...e) => {
|
|
265
265
|
console != null && console.warn && (Nt(e[0]) && (e[0] = `react-i18next:: ${e[0]}`), console.warn(...e));
|
|
266
266
|
}, ll = {}, fo = (...e) => {
|
|
267
|
-
Nt(e[0]) && ll[e[0]] || (Nt(e[0]) && (ll[e[0]] = /* @__PURE__ */ new Date()),
|
|
267
|
+
Nt(e[0]) && ll[e[0]] || (Nt(e[0]) && (ll[e[0]] = /* @__PURE__ */ new Date()), Od(...e));
|
|
268
268
|
}, Ks = (e, t) => () => {
|
|
269
269
|
if (e.isInitialized)
|
|
270
270
|
t();
|
|
@@ -282,13 +282,13 @@ const O0 = (...e) => {
|
|
|
282
282
|
Nt(n) && (n = [n]), n.forEach((i) => {
|
|
283
283
|
e.options.ns.indexOf(i) < 0 && e.options.ns.push(i);
|
|
284
284
|
}), e.loadLanguages(t, Ks(e, r));
|
|
285
|
-
},
|
|
285
|
+
}, Md = (e, t, n = {}) => !t.languages || !t.languages.length ? (fo("i18n.languages were undefined or empty", t.languages), !0) : t.hasLoadedNamespace(e, {
|
|
286
286
|
lng: n.lng,
|
|
287
287
|
precheck: (r, i) => {
|
|
288
288
|
var o;
|
|
289
289
|
if (((o = n.bindI18n) == null ? void 0 : o.indexOf("languageChanging")) > -1 && r.services.backendConnector.backend && r.isLanguageChangingTo && !i(r.isLanguageChangingTo, e)) return !1;
|
|
290
290
|
}
|
|
291
|
-
}), Nt = (e) => typeof e == "string",
|
|
291
|
+
}), Nt = (e) => typeof e == "string", Rd = (e) => typeof e == "object" && e !== null, Td = /&(?:amp|#38|lt|#60|gt|#62|apos|#39|quot|#34|nbsp|#160|copy|#169|reg|#174|hellip|#8230|#x2F|#47);/g, Fd = {
|
|
292
292
|
"&": "&",
|
|
293
293
|
"&": "&",
|
|
294
294
|
"<": "<",
|
|
@@ -309,7 +309,7 @@ const O0 = (...e) => {
|
|
|
309
309
|
"…": "…",
|
|
310
310
|
"/": "/",
|
|
311
311
|
"/": "/"
|
|
312
|
-
},
|
|
312
|
+
}, Id = (e) => Fd[e], Dd = (e) => e.replace(Td, Id);
|
|
313
313
|
let po = {
|
|
314
314
|
bindI18n: "languageChanged",
|
|
315
315
|
bindI18nStore: "",
|
|
@@ -318,24 +318,24 @@ let po = {
|
|
|
318
318
|
transWrapTextNodes: "",
|
|
319
319
|
transKeepBasicHtmlNodesFor: ["br", "strong", "i", "p"],
|
|
320
320
|
useSuspense: !0,
|
|
321
|
-
unescape:
|
|
321
|
+
unescape: Dd
|
|
322
322
|
};
|
|
323
|
-
const $
|
|
323
|
+
const $d = (e = {}) => {
|
|
324
324
|
po = {
|
|
325
325
|
...po,
|
|
326
326
|
...e
|
|
327
327
|
};
|
|
328
|
-
},
|
|
328
|
+
}, jd = () => po;
|
|
329
329
|
let Ws;
|
|
330
|
-
const
|
|
330
|
+
const Ad = (e) => {
|
|
331
331
|
Ws = e;
|
|
332
|
-
},
|
|
332
|
+
}, Ud = () => Ws, Vd = {
|
|
333
333
|
type: "3rdParty",
|
|
334
334
|
init(e) {
|
|
335
|
-
$
|
|
335
|
+
$d(e.options.react), Ad(e);
|
|
336
336
|
}
|
|
337
|
-
},
|
|
338
|
-
class
|
|
337
|
+
}, Bd = I.createContext();
|
|
338
|
+
class Hd {
|
|
339
339
|
constructor() {
|
|
340
340
|
this.usedNamespaces = {};
|
|
341
341
|
}
|
|
@@ -348,27 +348,27 @@ class H0 {
|
|
|
348
348
|
return Object.keys(this.usedNamespaces);
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
|
-
const
|
|
351
|
+
const Kd = (e, t) => {
|
|
352
352
|
const n = I.useRef();
|
|
353
353
|
return I.useEffect(() => {
|
|
354
354
|
n.current = e;
|
|
355
355
|
}, [e, t]), n.current;
|
|
356
|
-
}, Qs = (e, t, n, r) => e.getFixedT(t, n, r),
|
|
357
|
-
var v, _,
|
|
356
|
+
}, Qs = (e, t, n, r) => e.getFixedT(t, n, r), Wd = (e, t, n, r) => I.useCallback(Qs(e, t, n, r), [e, t, n, r]), Gs = (e, t = {}) => {
|
|
357
|
+
var v, _, b, S;
|
|
358
358
|
const {
|
|
359
359
|
i18n: n
|
|
360
360
|
} = t, {
|
|
361
361
|
i18n: r,
|
|
362
362
|
defaultNS: i
|
|
363
|
-
} = I.useContext(
|
|
364
|
-
if (o && !o.reportNamespaces && (o.reportNamespaces = new
|
|
363
|
+
} = I.useContext(Bd) || {}, o = n || r || Ud();
|
|
364
|
+
if (o && !o.reportNamespaces && (o.reportNamespaces = new Hd()), !o) {
|
|
365
365
|
fo("You will need to pass in an i18next instance by using initReactI18next");
|
|
366
|
-
const
|
|
367
|
-
return M.t =
|
|
366
|
+
const E = (L, F) => Nt(F) ? F : Rd(F) && Nt(F.defaultValue) ? F.defaultValue : Array.isArray(L) ? L[L.length - 1] : L, M = [E, {}, !1];
|
|
367
|
+
return M.t = E, M.i18n = {}, M.ready = !1, M;
|
|
368
368
|
}
|
|
369
369
|
(v = o.options.react) != null && v.wait && fo("It seems you are still using the old wait option, you may migrate to the new useSuspense behaviour.");
|
|
370
370
|
const a = {
|
|
371
|
-
...
|
|
371
|
+
...jd(),
|
|
372
372
|
...o.options.react,
|
|
373
373
|
...t
|
|
374
374
|
}, {
|
|
@@ -376,14 +376,14 @@ const K0 = (e, t) => {
|
|
|
376
376
|
keyPrefix: s
|
|
377
377
|
} = a;
|
|
378
378
|
let u = i || ((_ = o.options) == null ? void 0 : _.defaultNS);
|
|
379
|
-
u = Nt(u) ? [u] : u || ["translation"], (S = (
|
|
380
|
-
const f = (o.isInitialized || o.initializedStoreOnce) && u.every((
|
|
379
|
+
u = Nt(u) ? [u] : u || ["translation"], (S = (b = o.reportNamespaces).addUsedNamespaces) == null || S.call(b, u);
|
|
380
|
+
const f = (o.isInitialized || o.initializedStoreOnce) && u.every((E) => Md(E, o, a)), h = Wd(o, t.lng || null, a.nsMode === "fallback" ? u : u[0], s), c = () => h, m = () => Qs(o, t.lng || null, a.nsMode === "fallback" ? u : u[0], s), [y, x] = I.useState(c);
|
|
381
381
|
let P = u.join();
|
|
382
382
|
t.lng && (P = `${t.lng}${P}`);
|
|
383
|
-
const p =
|
|
383
|
+
const p = Kd(P), d = I.useRef(!0);
|
|
384
384
|
I.useEffect(() => {
|
|
385
385
|
const {
|
|
386
|
-
bindI18n:
|
|
386
|
+
bindI18n: E,
|
|
387
387
|
bindI18nStore: M
|
|
388
388
|
} = a;
|
|
389
389
|
d.current = !0, !f && !l && (t.lng ? ul(o, t.lng, u, () => {
|
|
@@ -394,47 +394,47 @@ const K0 = (e, t) => {
|
|
|
394
394
|
const L = () => {
|
|
395
395
|
d.current && x(m);
|
|
396
396
|
};
|
|
397
|
-
return
|
|
398
|
-
d.current = !1, o && (
|
|
397
|
+
return E && (o == null || o.on(E, L)), M && (o == null || o.store.on(M, L)), () => {
|
|
398
|
+
d.current = !1, o && (E == null || E.split(" ").forEach((F) => o.off(F, L))), M && o && M.split(" ").forEach((F) => o.store.off(F, L));
|
|
399
399
|
};
|
|
400
400
|
}, [o, P]), I.useEffect(() => {
|
|
401
401
|
d.current && f && x(c);
|
|
402
402
|
}, [o, s, f]);
|
|
403
403
|
const g = [y, o, f];
|
|
404
404
|
if (g.t = y, g.i18n = o, g.ready = f, f || !f && !l) return g;
|
|
405
|
-
throw new Promise((
|
|
406
|
-
t.lng ? ul(o, t.lng, u, () =>
|
|
405
|
+
throw new Promise((E) => {
|
|
406
|
+
t.lng ? ul(o, t.lng, u, () => E()) : sl(o, u, () => E());
|
|
407
407
|
});
|
|
408
408
|
};
|
|
409
|
-
var
|
|
409
|
+
var Qd = Object.defineProperty, Gd = Object.defineProperties, Xd = Object.getOwnPropertyDescriptors, cl = Object.getOwnPropertySymbols, Yd = Object.prototype.hasOwnProperty, Jd = Object.prototype.propertyIsEnumerable, dl = (e, t, n) => t in e ? Qd(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Zd = (e, t) => {
|
|
410
410
|
for (var n in t || (t = {}))
|
|
411
|
-
|
|
411
|
+
Yd.call(t, n) && dl(e, n, t[n]);
|
|
412
412
|
if (cl)
|
|
413
413
|
for (var n of cl(t))
|
|
414
|
-
|
|
414
|
+
Jd.call(t, n) && dl(e, n, t[n]);
|
|
415
415
|
return e;
|
|
416
|
-
},
|
|
416
|
+
}, qd = (e, t) => Gd(e, Xd(t)), Xs = I.createContext(void 0), Bp = ({ environment: e, children: t }) => {
|
|
417
417
|
const [n] = I.useState(() => e);
|
|
418
418
|
return /* @__PURE__ */ sn.jsx(Xs.Provider, { value: n, children: t });
|
|
419
|
-
},
|
|
419
|
+
}, e0 = () => {
|
|
420
420
|
const e = I.useContext(Xs);
|
|
421
421
|
if (e === void 0)
|
|
422
422
|
throw new Error("useEnvironment must be used within an EnvironmentProvider");
|
|
423
423
|
return e;
|
|
424
|
-
}, Ys = I.createContext(void 0), Hp = ({ commerceId: e, children: t }) => /* @__PURE__ */ sn.jsx(Ys.Provider, { value: { commerceId: e }, children: t }),
|
|
424
|
+
}, Ys = I.createContext(void 0), Hp = ({ commerceId: e, children: t }) => /* @__PURE__ */ sn.jsx(Ys.Provider, { value: { commerceId: e }, children: t }), t0 = () => {
|
|
425
425
|
const e = I.useContext(Ys);
|
|
426
426
|
if (e === void 0)
|
|
427
427
|
throw new Error("useCommerce must be used within a CommerceProvider");
|
|
428
428
|
return e;
|
|
429
|
-
}, pa = /* @__PURE__ */ ((e) => (e.Dev = "dev", e.Test = "test", e.Syst = "syst", e.Prod = "prod", e))(pa || {}),
|
|
429
|
+
}, pa = /* @__PURE__ */ ((e) => (e.Dev = "dev", e.Test = "test", e.Syst = "syst", e.Prod = "prod", e))(pa || {}), n0 = class extends Error {
|
|
430
430
|
constructor(e) {
|
|
431
431
|
const t = Object.values(pa).join(", ");
|
|
432
432
|
super(`${e} is not a valid Environment. Valid environments are ${t}`), this.name = "InvalidEnvironmentError";
|
|
433
433
|
}
|
|
434
|
-
}, fl = ({ error: e }) => e ? /* @__PURE__ */ sn.jsx("span", { "aria-live": "assertive", className: "sr-only", tabIndex: -1, children: e }) : null,
|
|
434
|
+
}, fl = ({ error: e }) => e ? /* @__PURE__ */ sn.jsx("span", { "aria-live": "assertive", className: "sr-only", tabIndex: -1, children: e }) : null, r0 = (e, t) => e.getAttribute("name") === t, i0 = (e, t) => {
|
|
435
435
|
const n = Object.keys(t)[0];
|
|
436
|
-
return Array.from(e.elements).find((i) =>
|
|
437
|
-
},
|
|
436
|
+
return Array.from(e.elements).find((i) => r0(i, n));
|
|
437
|
+
}, o0 = (e, t) => Object.keys(t).reduce((n, r, i) => {
|
|
438
438
|
const o = e.querySelector(`[name="${r}"]`);
|
|
439
439
|
if (!o)
|
|
440
440
|
return "";
|
|
@@ -443,38 +443,38 @@ var Q0 = Object.defineProperty, G0 = Object.defineProperties, X0 = Object.getOwn
|
|
|
443
443
|
return "";
|
|
444
444
|
const { textContent: l } = a;
|
|
445
445
|
return i === 0 ? l : `${n}, ${l}`;
|
|
446
|
-
}, ""),
|
|
447
|
-
const r =
|
|
446
|
+
}, ""), a0 = (e, t, n) => {
|
|
447
|
+
const r = o0(e, t), i = r == null ? void 0 : r.split(",")[0], o = i0(e, t);
|
|
448
448
|
return o == null || o.focus(), o == null || o.scrollIntoView({ block: "center" }), n("accessibleForm.detailedError", { invalidFormFieldLabels: r, firstInvalidFormFieldLabel: i });
|
|
449
449
|
}, Kp = ({ submitCount: e, errors: t }) => {
|
|
450
450
|
const { t: n } = Gs(), r = I.useRef(null), i = r.current, [o, a] = I.useState(!1), [l] = Object.entries(t), [s, u] = I.useState(), [f, h] = I.useState(e);
|
|
451
451
|
return I.useEffect(() => a(!0), []), I.useEffect(() => {
|
|
452
452
|
if (!e || !l || f === e)
|
|
453
453
|
return;
|
|
454
|
-
const m =
|
|
454
|
+
const m = a0(i, t, n);
|
|
455
455
|
u(m), h(e);
|
|
456
456
|
}, [l, e, t, i, n, f]), !o && !e && l ? {
|
|
457
457
|
formRef: r,
|
|
458
458
|
AccessibleFormMessage: /* @__PURE__ */ sn.jsx(fl, { error: n("accessibleForm.genericError") })
|
|
459
459
|
} : { formRef: r, AccessibleFormMessage: /* @__PURE__ */ sn.jsx(fl, { error: s }) };
|
|
460
|
-
},
|
|
460
|
+
}, l0 = ({ environment: e, language: t, country: n = "BE" }) => {
|
|
461
461
|
const r = e === "prod" ? "" : "syst.", i = n === "FR" ? "fr" : "be";
|
|
462
462
|
return t === "fr" ? `https://profil.${r}monxtra.${i}` : `https://profiel.${r}mijnxtra.${i}`;
|
|
463
|
-
},
|
|
464
|
-
const { i18n: t } = Gs(), n =
|
|
465
|
-
return
|
|
463
|
+
}, s0 = l0, Wp = (e) => {
|
|
464
|
+
const { i18n: t } = Gs(), n = e0();
|
|
465
|
+
return s0({
|
|
466
466
|
environment: n,
|
|
467
467
|
language: t.language,
|
|
468
468
|
country: e == null ? void 0 : e.country
|
|
469
469
|
});
|
|
470
470
|
}, Qp = ({ element: e }) => {
|
|
471
471
|
var t;
|
|
472
|
-
const { commerceId: n } =
|
|
472
|
+
const { commerceId: n } = t0(), r = (t = document.querySelector(e)) == null ? void 0 : t.style.getPropertyValue("--commerce-icon"), i = document.querySelector(e), o = `var(--${n}-icon)`;
|
|
473
473
|
r !== o && (i == null || i.style.setProperty("--commerce-icon", o));
|
|
474
|
-
},
|
|
475
|
-
return t !== void 0 ? t :
|
|
476
|
-
},
|
|
477
|
-
var n = I.useState(
|
|
474
|
+
}, u0 = typeof window < "u", c0 = function(e, t) {
|
|
475
|
+
return t !== void 0 ? t : u0 ? window.matchMedia(e).matches : !1;
|
|
476
|
+
}, d0 = function(e, t) {
|
|
477
|
+
var n = I.useState(c0(e, t)), r = n[0], i = n[1];
|
|
478
478
|
return I.useEffect(function() {
|
|
479
479
|
var o = !0, a = window.matchMedia(e), l = function() {
|
|
480
480
|
o && i(!!a.matches);
|
|
@@ -483,7 +483,7 @@ var Q0 = Object.defineProperty, G0 = Object.defineProperties, X0 = Object.getOwn
|
|
|
483
483
|
o = !1, a.removeEventListener("change", l);
|
|
484
484
|
};
|
|
485
485
|
}, [e]), r;
|
|
486
|
-
},
|
|
486
|
+
}, f0 = d0, Gp = () => f0("(min-width: 64rem)", !1), Xp = () => {
|
|
487
487
|
const [e, t] = I.useState("");
|
|
488
488
|
return I.useEffect(() => {
|
|
489
489
|
if (window.getQueryStringInfo)
|
|
@@ -492,7 +492,7 @@ var Q0 = Object.defineProperty, G0 = Object.defineProperties, X0 = Object.getOwn
|
|
|
492
492
|
} catch {
|
|
493
493
|
}
|
|
494
494
|
}, []), e;
|
|
495
|
-
},
|
|
495
|
+
}, p0 = /* @__PURE__ */ ((e) => (e.Mobile = "mobile", e.Fixed = "fixed", e))(p0 || {}), Js = /* @__PURE__ */ ((e) => (e.Bioplanet = "bioplanet", e.CollectGo = "collectgo", e.Colruyt = "colruyt", e.ColruytGroup = "colruytgroup", e.ColruytAcademy = "colruytacademy", e.Collibri = "collibri", e.Comarkt = "comarkt", e.Dats24 = "dats24", e.Dreambaby = "dreambaby", e.DreamLand = "dreamland", e.Okay = "okay", e.Spar = "spar", e.Xtra = "xtra", e))(Js || {}), h0 = {
|
|
496
496
|
missingMandatoryData: [],
|
|
497
497
|
firstName: "John",
|
|
498
498
|
lastName: "Doe",
|
|
@@ -506,16 +506,16 @@ var Q0 = Object.defineProperty, G0 = Object.defineProperties, X0 = Object.getOwn
|
|
|
506
506
|
createdAt: "2020-03-09T07:44:01Z",
|
|
507
507
|
updatedAt: "2022-07-18T14:28:01Z"
|
|
508
508
|
};
|
|
509
|
-
|
|
509
|
+
qd(Zd({}, h0), {
|
|
510
510
|
phone: [{ type: "mobile", countryCode: "32", number: "0499999999" }]
|
|
511
511
|
});
|
|
512
|
-
var
|
|
512
|
+
var g0 = ["nl", "fr"], m0 = (e) => !!e && g0.includes(e), v0 = ["BE", "FR"], Zs = (e) => !!e && v0.includes(e), Yp = (e, t) => {
|
|
513
513
|
let n = "nl";
|
|
514
|
-
|
|
514
|
+
m0(e) && (n = e);
|
|
515
515
|
let r = "BE";
|
|
516
516
|
return Zs(t) && (r = t), `${n}-${r}`;
|
|
517
517
|
};
|
|
518
|
-
const yd = `a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}::backdrop,:host,:root{--neutral-50:#fff;--neutral-100:#f3f4fa;--neutral-200:#e2e4ed;--neutral-300:#bbc1d3;--neutral-400:#9faac0;--neutral-500:#818da5;--neutral-600:#63708a;--neutral-700:#48526d;--neutral-800:#2e3b56;--neutral-900:#1b1f27;--action-50:#eff9f9;--action-100:#e5f7f5;--action-200:#cceeec;--action-300:#80d5cf;--action-400:#19b3a8;--action-500:#00ab9e;--action-600:#009a8e;--action-700:#008077;--action-800:#00564f;--action-900:#003c37;--success-200:#f2f9ec;--success-500:#009a3e;--alert-200:#fef4f5;--alert-300:#f29699;--alert-400:#ff5c5c;--alert-500:#e62d32;--alert-600:#cf282d;--warning-200:#fffaf3;--warning-500:#dc8633;--discount-50:#fdf2f4;--neutral-bg:color-mix(in srgb,var(--neutral-50),var(--neutral-100));--action-gradient:linear-gradient( 133.53deg,#159a95 25.57%,#10b8b1 74.29%);--shadow-card:0 3px 8px rgba(46,59,86,.1);--shadow-nav:0 0 12px rgba(46,59,86,.12);--shadow-button:0 8px 8px -5px rgba(1,141,136,.2);--shadow-fab:0 4px 8px -5px rgba(1,141,136,.2);--shadow-modal:0 76px 80px rgb(0 0 0/7%),0 21px 24px rgb(0 0 0/5%),0 8px 10px rgb(0 0 0/4%),0 3px 3px rgb(0 0 0/2%);--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:16px;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-7:28px;--spacing-8:32px;--spacing-9:40px;--spacing-10:48px;--spacing-11:56px;--spacing-12:64px;--font-xtra:"Neue",ui-sans-serif,system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--display-1-medium:500 3rem/1.2 var(--font-xtra);--display-2-medium:500 2.5rem/1.2 var(--font-xtra);--display-3-medium:500 2rem/1.2 var(--font-xtra);--title-1-regular:400 1.5rem/1.3 var(--font-xtra);--title-1-medium:500 1.5rem/1.3 var(--font-xtra);--title-2-regular:400 1.25rem/1.2 var(--font-xtra);--title-2-medium:500 1.25rem/1.2 var(--font-xtra);--title-3-regular:400 1.125rem/1.2 var(--font-xtra);--title-3-medium:500 1.125rem/1.2 var(--font-xtra);--body-1-regular:400 1.125rem/1.5 var(--font-xtra);--body-1-medium:500 1.125rem/1.5 var(--font-xtra);--body-2-regular:400 1rem/1.3 var(--font-xtra);--body-2-medium:500 1rem/1.3 var(--font-xtra);--subtext-regular:400 .875rem/1.5 var(--font-xtra);--subtext-medium:500 .875rem/1.5 var(--font-xtra);--label-regular:400 .6875rem/1.5 var(--font-xtra);--label-medium:500 .6875rem/1.5 var(--font-xtra);color:var(--neutral-800);font:var(--body-2-regular);letter-spacing:.01em}.sr-only{border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}:host *,:root *{box-sizing:border-box}@media screen and (min-width:64rem){:host,:root{font:var(--body-1-regular)}}::backdrop,:host,:root{--bioplanet-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%233255A4' d='M31.8 16.362c-.02-.54.18-4.81.18-7.46 0-1.57-.01-4.96-.03-5.8-.07-3.09-3.02-2.96-5.15-2.96-1.85 0-4.84.01-7.1.01v.01c-3.06 0-10.52-.01-10.77-.03-9.43-.55-9.16.33-8.7 7.1.38 5.53-.16 11.36-.16 16.9 0 2.36-.77 7.44 2.78 7.57 2.28.08 13.22.16 14.14.25.12.01.23.02.35.02 2.67.08 4.8.02 11.8-.31.25-.01.5-.04.75-.08 2.09-.4 2.4-1.78 1.91-15.22'/%3E%3Cpath fill='%23fff' d='M16.76 22.642c.66-.11 1.16-.06 2.15-.55s1.38-.22 1.65-1.04c.28-.82.22 0 .83-.77s.39-.38.44-.71.22-.55.33-1.04.44-.33.5-.99.17-.22.11-.77c-.05-.55-.22-.93-.27-1.53s.33-1.04-.11-1.7-.5-1.04-1.27-1.86.27-.6-1.05-1.15-1.54-.82-2.2-.93-.72-.44-1.49-.33-.94-.16-1.71.05c-.77.22-.72.44-1.27.6-.55.17-.28-.16-1.38.49-1.1.66-.83.77-1.1 1.04-.28.27-.72.38-.77.77-.06.38-.17.49-.28 1.04s-.55 0-.55.77.05.66 0 .93c-.06.27-.5.55-.39.82s-.05.33.11.99.33.71.44 1.32c.11.6.11.66.28.99.16.33.83.88 1.1 1.37s.44.6 1.05 1.04.66.49 1.38.71.61.49 1.21.49c.61 0 .5-.28 1.16-.06.66.23.44.12 1.1.01'/%3E%3Cpath fill='%23006EB6' fill-rule='evenodd' d='M16.81 9.782c.33.03 1.57.25 2.45.88s1.63 1.4 1.93 1.97c.3.58.44.79.44.79s.08.38-.11.3-.22.16 0 .16.25-.14.25-.14.39.77.41 1.62c.03.85.06 1.01-.08 1.78s.08.08-.19.17c-.28.08.11.25-.44.36s-1.07.14-1.07.14.16-.14.44-.06.36.06.58.03.5-.36.55-.25c.06.11.03.16.03.16s-.08.55-.44 1.12c-.36.58-.47.85-1.1 1.54-.63.68-1.52 1.15-1.93 1.37s-.66.3-.66.3.03.06.03-.22-.19-.49-.19-.49.14.3.08.49-.14.25-.14.25-.25.14-.94.22-1.71.05-2.56-.22-1.74-.58-2.54-1.37c-.8-.8-1.35-1.48-1.68-2.33s-.33-1.1-.33-1.1l-.03-.22s-.19-1.07 0-2.08c.19-1.02.33-1.78 1.38-2.93s1.3-1.29 2.12-1.7c.83-.41 1.13-.49 2.07-.6.93-.1 1.34.04 1.67.06' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M22.2 15.132c-.02-.41-.12-.61-.19-.74a.7.7 0 0 1-.06-.14c-.01-.04-.01-.1-.02-.15-.02-.2-.03-.3-.11-.31-.03-.01-.07 0-.1.06-.01.01-.01.02-.02.03-.02-.02-.04-.07-.09-.21-.03-.08-.01-.11.02-.16.05-.09.08-.18-.06-.35-.08-.1-.16-.14-.25-.14-.18.01-.33.21-.51.5-.01.02-.03.05-.05.07v-.02c-.03-.16-.03-.53-.03-.54l-.01-.03c-.07-.15-.33-.62-.53-.62-.04 0-.1.02-.14.1 0 .01-.24.54-.43.99 0-.02-.01-.03-.02-.05s-.01-.04-.02-.06c-.04-.25-.1-.58-.03-.68.02-.03.03-.05.04-.07a1 1 0 0 1 .1-.08c.08-.06.15-.12.19-.19.02-.03.02-.06.01-.09-.03-.08-.16-.11-.34-.17-.18-.05-.39-.11-.51-.21l-.02-.02c.06-.03.26-.04.4-.04.17-.01.34-.02.47-.05.15-.03.25-.03.31-.02.04 0 .09.01.11-.03s0-.08-.05-.15c-.11-.16-.41-.42-.87-.78-.4-.32-1.02-.56-1.51-.75l-.07-.03c-.34-.13-.72-.16-1-.18-.13-.01-.24-.02-.3-.04-.09-.02-.13-.04-.18-.01-.04.03-.04.07-.05.13 0 .04-.01.1-.02.18-.03.13-.03.13-.12.14-.06.01-.14.02-.25.06-.08.03-.12.06-.14.1s0 .08.01.1c0 .01 0 .01.01.01-.01.01-.05.05-.31.12-.47.12-.49.1-.58.04-.03-.02-.08-.06-.15-.09-.22-.11-.28-.08-.39.04-.03.03-.07.08-.13.13-.02.02-.08.07-.07.14.02.07.11.09.25.12.14.02.33.06.42.16.06.07.07.11.07.12 0 .02-.03.04-.06.07-.04.03-.1.08-.11.14-.01.03-.01.06-.01.09 0 .08-.01.14-.26.28-.31.16-.33.16-.42.14l-.04-.01c-.19-.04-.43.03-.51.26-.03.08-.08.14-.13.2-.09.11-.17.23-.15.4.01.06.03.09.06.1.07.05.17.03.28.01.08-.02.19-.04.22 0 .01.01.03.04 0 .15-.04.19-.05.27 0 .31.04.04.1.03.16.01.08-.02.18-.05.33 0 .19.07.29.07.34.01.04-.05.02-.12-.02-.16 0 0-.06-.1.03-.35.04-.1.04-.14.04-.18.01-.02.07-.08.17-.2.06-.06.12-.14.22-.23.21-.23.32-.28.37-.27.05 0 .08.05.12.12.05.07.1.15.19.17.14.03.22.08.32.14.04.03.09.05.14.08.05.02.08.05.09.1.02.07 0 .2-.17.47-.11.16-.13.25-.1.32.03.06.1.07.17.08.04 0 .09.01.13.03.1.05.17.03.23 0 .06-.02.13-.05.29-.02.11.02.19.03.23-.03.03-.05 0-.1-.04-.17a.9.9 0 0 1-.12-.27c-.05-.18-.04-.18.05-.23.05-.03.11-.07.19-.14l.08-.08.01.01c.05.04.14.12.36.19.03.01.1.03.15.05-.07.06-.19.17-.24.4-.08.31-.02.39.05.45.02.02.03.02.03.05 0 .21.37.27 1.24.34.08.01.15.01.21.01.16 0 .24-.03.27-.08.05-.08-.01-.16-.08-.27-.04-.06-.09-.13-.12-.21-.1-.23-.22-.3-.34-.38a.9.9 0 0 1-.19-.14.5.5 0 0 0-.16-.11l.05-.05c.01-.01.02-.02.06-.02.24.01.85.58 1.03.83.01.01.02.03.03.04-.07.2-.13.35-.13.41 0 .19-.09.72-.25.86-.12.1-.27.21-.4.2-.07-.01-.13-.05-.19-.13-.24-.33-1.19-.53-1.35-.43-.12.05-.93-.27-.98-.38 0-.02.01-.05.01-.08.01-.06.03-.13-.01-.2-.04-.06-.11-.09-.25-.12-.13-.02-.15-.06-.17-.09a.1.1 0 0 0-.07-.06c-.05-.01-.1.01-.2.07-.04.02-.07.05-.1.06a.6.6 0 0 0-.14-.12c-.23-.14-.29-.17-.4-.05l-.03.03c-.07.07-.04.15-.01.2.01.02.02.05.02.06s-.03.04-.17.08c-.25.07-.28.16-.29.26-.01.05-.01.07-.09.09-.22.07-.36-.24-.37-.24l-.01-.03-.03-.01c-.03-.01-.26-.07-.4.02-.06.04-.09.1-.1.17-.01.12-.17.2-.31.28-.09.05-.18.1-.23.16-.01.02-.07-.01-.14-.06s-.15-.09-.22-.07c-.04.01-.07.04-.09.1-.01 0-.05-.02-.08-.03-.07-.04-.15-.08-.24-.05-.06.02-.11.09-.15.19-.14.4.19 1.34.37 1.54.08.09.19.08.28.07.16-.02.31-.03.45.35.16.43.38.65.56.83.09.1.17.18.22.27.07.14.16.18.23.22.08.04.15.07.17.26l.01.08c.04.3.05.34-.17.7-.11.19-.2.25-.28.31-.09.07-.17.12-.22.31-.03.1-.04.18-.05.25a.63.63 0 0 1-.16.38c-.07.09-.08.15-.07.19-.04.02-.12.05-.23.09-.24.09-.42.1-.53.1-.08 0-.14 0-.16.06-.03.05.01.1.03.13.1.15.51.38.73.38.1 0 .15-.04.17-.08.04-.05.05-.09.05-.12.01-.04.01-.06.45-.27.08-.04.15-.08.22-.12 0 .01 0 .02.01.03a.5.5 0 0 1-.01.24c-.06.18-.17.17-.31.13l-.03-.01c-.08-.02-.1.04-.1.05-.03.13.51.34.56.35.03.01.07.02.1.02q.045 0 .09-.03c.06-.04.06-.12.06-.18 0-.05 0-.1.03-.13.08-.08.36-.17.48-.21.01-.01.33-.19.39-.62.02-.12.01-.19-.04-.23-.06-.03-.12.02-.2.08-.08.07-.19.15-.28.15-.12 0-.18 0-.21.04-.03.03-.02.06-.02.09 0 .02 0 .05-.02.1-.04.08-.1.08-.25.04-.03-.01-.06-.01-.1-.02.15-.11.28-.23.41-.34.24-.22.47-.42.73-.49.13-.04.24-.05.33-.06.31-.03.47-.07.7-.61.1-.24.16-.55.22-.84.11-.59.22-1.15.63-1.15.43 0 .5-.02.51-.25 0-.09 0-.22.08-.42.12-.31.05-.48.01-.58a.2.2 0 0 1-.02-.06s.02-.02.13-.06c.21-.07.29-.12.34-.16.03-.02.03-.02.09-.01.08.03.14.02.2.02.07 0 .12 0 .2.05.13.08.42.15.57.18-.02.1.05.26.19.48.08.12.18.21.28.28v.01c-.04.04-.17.23-.11.41.03.09.09.12.12.14.04.02.06.03.04.19-.02.09-.04.18-.05.25-.04.18-.07.28-.01.34.02.02.05.04.12.03l.01.01.01.01c0 .04.01.05.04.06.06.02.09-.02.13-.1q.03-.03.06-.09c.02-.03.03-.07.03-.1.05-.1.1-.17.18-.23.59-.06.7-.07.73-.25.45-.14.63-.3.79-.44l.04-.03c.21-.18.27-.41.27-.43 0-.03.02-.69 0-1.26M11.88 11.562c.01-.02.12-.07.19-.11.15-.08.23-.16.23-.26 0-.17-.23-.28-.25-.29l-.03-.01-.03.01c-.03.02-.85.45-1.23 1.01-.37.52-1.13 1.9-1.28 2.57-.16.75-.12 1.64-.03 1.98.03.13.04.32.05.45.01.17.01.21.08.22h.01c.06 0 .07-.06.1-.21.05-.25.14-.36.21-.38.05-.01.09.02.13.06.23.27.38.42.49.36.09-.05.09-.2 0-.53-.13-.46-.37-.44-.48-.43h-.02c.02-.09.15-.38.22-.54.16-.34.28-.59.37-.79.25-.51.3-.63.24-.85-.08-.25-.1-.81.12-1 .12-.11.16-.31.18-.49.02-.11.04-.26.09-.28.01 0 .03-.01.09.03.13.09.2.21.25.29.04.08.08.14.14.13.07-.01.1-.09.18-.38.08-.32.04-.46.01-.54-.02 0-.02-.02-.03-.02'/%3E%3Cpath fill='%23fff' d='M12.33 17.202c-.06-.02-.07 0-.15.18-.06.13-.1.17-.12.19-.05.05-.04.09-.01.14.01.02.04.06.07.13.11.25-.01.36-.01.36l.07.11c.01 0 .24-.11.18-.53-.03-.18 0-.36.01-.45.01-.06.02-.11-.04-.13'/%3E%3Cpath fill='%23CBD336' d='M12.04 11.402c.44-.22-.03-.44-.03-.44s-.83.44-1.21.99c-.39.55-1.13 1.91-1.27 2.55-.17.77-.11 1.64-.03 1.95.08.3.03.91.11.47s.3-.52.44-.36.58.82.33-.06-.77 0-.22-1.21.69-1.18.61-1.45-.22-.8.03-1.01c.25-.22.19-1.04.55-.8.36.25.3.74.47.08.17-.65-.22-.49.22-.71M22.13 15.132c-.03-.58-.22-.71-.25-.88-.03-.16-.03-.52-.11-.38s-.14.06-.22-.19.19-.22-.03-.49-.44 0-.66.36-.14.19-.17.03c-.03-.17-.03-.55-.03-.55s-.41-.82-.55-.52-.63 1.42-.63 1.59c0 .16-.08.74-.28.9-.19.16-.47.36-.69.05-.22-.3-1.13-.49-1.27-.41s-1.08-.3-1.08-.44.14-.27-.19-.33c-.33-.05-.11-.25-.39-.08-.28.16-.03.11-.3-.06-.28-.16-.25-.14-.36-.03s.22.25-.19.36-.11.27-.39.36c-.28.08-.44-.27-.44-.27s-.39-.11-.41.14c-.03.25-.44.33-.55.47s-.36-.25-.44-.06-.33-.27-.47.11.19 1.29.36 1.48c.16.19.5-.22.74.44.25.66.63.82.77 1.1s.36.11.41.49c.06.38.08.41-.17.82s-.41.27-.5.6-.03.41-.22.66.17.11-.33.3-.74.03-.63.19c.11.17.69.47.8.3.11-.16 0-.36.63-.66s.88-.68 1.41-.82c.52-.14.61-.03.91-.74s.3-1.92.99-1.92.17-.03.39-.6c.22-.58-.11-.63.3-.77s.3-.22.47-.16c.16.05.25-.03.41.08.17.11.64.19.64.19s-.02-.05.12.15c-.02.02-.01.06.05.13.33.44.25.58.25.58s-.17.19-.11.36c.06.16.22.03.16.36-.05.33-.16.58-.03.55.09-.02.09.07.12.05.01.03.02.03.06-.06.02-.02.04-.05.06-.1.02-.03.03-.06.02-.09.04-.09.08-.18.13-.25.03 0 .06-.01.1-.01.8-.08.66-.08.72-.36v-.03c.47-.12.66-.18.82-.33.19-.16.25-.38.25-.38s.03-.65 0-1.23m-2.04 2.53c-.08-.11-.29-.13.06-.18z'/%3E%3Cpath fill='%23CBD336' d='M12.24 17.412c-.17.36-.19.11-.06.41.14.3-.03.44-.03.44s.22-.06.17-.44c-.06-.39.08-.77-.08-.41M14.8 20.422c-.28 0-.11.03-.19.19s-.14.27-.3.25c-.17-.03-.11-.14-.19.14s-.3.19-.41.16.22.19.5.28c.27.08.11-.19.22-.3s.5-.22.5-.22.3-.16.36-.57c.03-.42-.21.07-.49.07M13.83 13.072c-.11.49.05.11.44.25s.25-.06.25-.06-.08-.11.03-.41-.14 0 .44-.63.52-.06.74 0 .3.14.47.22.19.27-.05.66c-.25.38 0 .25.16.33.17.08.17-.08.5-.03.33.06.08-.06 0-.38-.08-.33.03-.22.25-.44s.05-.03.52.11.06.06-.06.52c-.11.47.08.33.08.49s.47.22 1.19.27.19-.19.06-.52c-.14-.33-.17-.25-.36-.44s-.3-.03-.11-.25.99.55 1.18.82-.3-.8-.17-.99c.14-.19.25-.08.33-.22s-.47-.27-.72-.49.52-.14.88-.22.44.05.33-.11-.44-.44-.86-.77c-.41-.33-1.07-.58-1.57-.77s-1.1-.16-1.3-.22c-.19-.05-.11-.03-.17.25s-.11.14-.41.25.22.16-.44.33c-.66.16-.5.08-.77-.06-.28-.14-.22-.03-.44.16s.39.08.61.33-.06.25-.08.38c-.03.14.06.22-.3.41s-.36.16-.5.14c-.14-.03-.36 0-.44.22s-.3.33-.28.58c.05.27.68-.2.57.29'/%3E%3Cpath fill='%23fff' d='M29.65 18.252c-.48-.68-1.25-1.15-1.76-1.45-.14-.08-.25-.15-.34-.22-.44-.3-5.04-2.24-5.24-2.33l-.08-.03-.05.8.04.02c.04.02 3.85 1.64 4.95 2.29 1.09.64 1.45 1.63 1.45 1.9 0 .26-.04.46-.25.86-.18.35-1.5.73-2.72.92-1.15.18-4.32 0-5.04-.06-.81-.06-4.57-.72-5.29-.89-.67-.16-3.93-1.12-5.2-1.55-1.2-.4-2.95-1.26-4.49-2.03-1.35-.67-2.29-1.82-2.56-2.38-.26-.53-.3-.76.73-1.57 1.02-.81 6.4-.34 6.45-.34h.03l.66-.66-.14-.01c-.03 0-3.5-.3-4.76-.25-1.2.05-2.77.42-3.49.83-.74.41-.85 1.18-.72 1.73.15.62 1.59 1.94 2.14 2.31.61.41 2.52 1.46 3.51 1.9 1 .45 2.77 1.06 4.01 1.48.95.32 2.66.76 3.58 1 .27.07.48.12.6.16.5.14 3.55.64 4.28.75.56.09 2.87.32 4.62.34h.14c1.65 0 3.5-.38 4.18-.65.71-.28 1.24-.77 1.34-1.24.1-.5.04-.77-.58-1.63'/%3E%3Cpath fill='%23CBD336' d='m10.76 11.422-.56.45s-4.75-.44-6.06.26c-1.18.62-1.25 1.51-.98 2.07s.98 1.48 2.34 2.16 3.25 1.61 4.5 2.03 4.51 1.39 5.21 1.55 4.49.83 5.3.89c.82.06 3.91.24 5.06.06s2.56-.56 2.76-.95c.2-.4.25-.61.25-.89s-.36-1.3-1.48-1.95-4.62-2.37-4.62-2.37l.04-.66s4.45 2.1 4.89 2.4 1.49.81 2.09 1.65c.6.85.66 1.11.56 1.57s-.65.93-1.3 1.2c-.66.26-2.47.45-4.2.43s-4.18-.27-4.75-.36-3.67-.49-4.17-.63c-.51-.14-3.02-.64-4.24-1.05s-3.01-1.03-4.01-1.47c-1-.45-2.9-1.49-3.5-1.89-.59-.4-1.98-1.7-2.11-2.27-.14-.57.02-1.28.69-1.65s2.19-.76 3.47-.82c1.27-.08 4.82.24 4.82.24'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32.003v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--collectgo-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%230587C7' d='M32 16c0 8.84-7.16 16-16 16S0 24.84 0 16 7.16 0 16 0s16 7.16 16 16'/%3E%3Cpath fill='%23fff' d='m6.04 14.26.85 8.33c.09 1.09 1 1.95 2.12 1.95h13.81c1.12 0 2.03-.86 2.12-1.95l.85-8.33zm5.48 3.73c-.01-1-.01-.22 0-1.23 0-.58.34-.94.84-.94.48.01.8.37.81.92.01.51.01.77 0 1.27-.01.57-.32.91-.81.91-.52 0-.84-.35-.84-.93m9.44 2.57c-.86 1.55-2.33 2.6-4.03 2.89s-3.43-.24-4.74-1.42a.76.76 0 0 1-.05-1.08c.28-.31.77-.34 1.08-.05.97.88 2.23 1.26 3.47 1.05s2.31-.98 2.94-2.12a.76.76 0 0 1 1.04-.3c.36.2.49.66.29 1.03m.91-2.68a.611.611 0 0 1-.83-.19c-.16-.26-.43-.38-.78-.38h-.02c-.35 0-.61.13-.77.39-.18.28-.55.36-.83.18a.606.606 0 0 1-.17-.83c.38-.6 1.01-.93 1.76-.93.78 0 1.43.33 1.82.94.18.27.1.64-.18.82M25.65 11.05h-7.78l2.87-4.35c.14-.2.2-.44.2-.67s-.07-.45-.2-.64c-.08-.13-.2-.24-.33-.33-.09-.06-.18-.1-.28-.13a.16.16 0 0 0-.08-.03c-.09-.02-.18-.04-.27-.04h-.03a1.15 1.15 0 0 0-.51.12.3.3 0 0 0-.08.04c-.06.03-.11.07-.16.11-.02.02-.04.03-.06.05a1 1 0 0 0-.18.21l-1.15 1.75-2.58 3.91h-8.7c-.84 0-1.39.49-1.39 1.21 0 .64.47 1.14 1.11 1.18.16.01 19.7.01 19.86 0 .64-.04 1.11-.53 1.11-1.18.02-.72-.53-1.21-1.37-1.21M16 12.8c-.35 0-.63-.28-.63-.63s.28-.63.63-.63.63.28.63.63-.28.63-.63.63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--colruyt-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23F5782D' d='M10.18 5.09H32L21.82 26.91H0z'/%3E%3C/svg%3E");--colruytacademy-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23EAAA00' d='M20.89 12.155c-2.04 0-3.65 1.62-3.69 3.69v.14c0 3.72-3.03 6.75-6.75 6.75s-6.76-3.02-6.76-6.74 3.03-6.75 6.75-6.75c1.02 0 1.85-.83 1.85-1.85s-.83-1.85-1.85-1.85C4.69 5.545 0 10.235 0 15.995s4.69 10.45 10.45 10.45 10.44-4.69 10.44-10.45z'/%3E%3Cpath fill='%23009891' d='M11.11 19.835c2.04 0 3.65-1.62 3.69-3.69v-.14c0-3.72 3.03-6.75 6.75-6.75s6.75 3.03 6.75 6.75-3.03 6.75-6.75 6.75c-1.02 0-1.85.83-1.85 1.85s.83 1.85 1.85 1.85c2.57 0 4.93-.94 6.76-2.49.04.99.85 1.78 1.84 1.78 1.02 0 1.85-.83 1.85-1.85V8.115c0-1.02-.83-1.85-1.85-1.85-.99 0-1.8.78-1.84 1.77a10.4 10.4 0 0 0-6.76-2.49c-5.76 0-10.45 4.69-10.45 10.45v3.84z'/%3E%3C/svg%3E");--colruytgroup-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%234D4F53' d='M21.05 16a5.05 5.05 0 0 1-5.06 5.05c-2.79 0-5.05-2.26-5.05-5.05s2.26-5.05 5.05-5.05c.61 0 1.19.11 1.73.3l4.63-9.93C20.4.48 18.25 0 15.99 0 7.16 0 0 7.16 0 16c0 8.83 7.16 16 15.99 16C24.83 32 32 24.83 32 16c0-1.22-.15-2.41-.41-3.56H19.58c.91.91 1.47 2.17 1.47 3.56'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dats24-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M32 0H0v32h32z'/%3E%3Cpath fill='%2300B2E3' d='M31 14H1v17h30z'/%3E%3Cpath fill='%23fff' d='M14.86 29h-8.3v-2.68l4.67-5.08c.24-.26.41-.49.51-.68q.15-.285.15-.69 0-.555-.3-.87c-.2-.21-.49-.32-.86-.32-.33 0-.61.09-.85.28s-.35.51-.35.97H6.56c0-.81.19-1.51.56-2.1s.87-1.05 1.5-1.36S9.95 16 10.73 16c.8 0 1.51.16 2.14.47.62.31 1.11.77 1.46 1.36s.53 1.28.53 2.06c0 .63-.12 1.16-.36 1.6-.24.43-.65.96-1.24 1.57l-3.08 3.26h4.68zM25.44 27.29h-.96V29h-2.82v-1.71h-5.35v-2.82l4.28-8.36h3.26l-4.27 8.36h2.08v-1.71h2.82v1.71h.96z'/%3E%3Cpath fill='%2393D500' d='M31 1H1v12h30z'/%3E%3Cpath fill='%23fff' d='M8.72 7v.68c0 .4-.02.75-.05 1.03-.04.28-.12.57-.24.84s-.32.54-.57.8c-.55.55-1.3.82-2.25.82H2.5V2.82h3.1c.95 0 1.7.27 2.25.82.26.26.45.52.57.8q.195.42.24.84c.04.28.05.63.05 1.04V7zM6.67 7c0-.69-.01-1.14-.04-1.36s-.09-.39-.18-.52c-.21-.31-.54-.47-.99-.47h-.91v4.7h.91c.45 0 .78-.16.99-.47.06-.1.11-.2.14-.3.02-.1.05-.26.06-.5.01-.23.02-.59.02-1.08M17.04 11.18h-2.15l-.39-1.24h-2.57l-.41 1.24H9.37l3.04-8.36H14zm-3.08-2.96-.71-2.23-.75 2.23zM22.79 4.65h-2.06v6.53h-2.05V4.65h-2.06V2.82h6.17zM29.5 8.62c0 .55-.15 1.02-.43 1.42q-.435.6-1.17.9c-.49.2-1.03.31-1.63.31-.69 0-1.29-.08-1.81-.25a3.26 3.26 0 0 1-1.36-.85l1.32-1.32q.315.315.81.45c.34.09.69.14 1.05.14q1.2 0 1.2-.75c0-.21-.06-.38-.17-.49s-.3-.19-.55-.22l-1.01-.14c-.74-.1-1.3-.35-1.68-.74q-.57-.585-.57-1.68c0-.51.12-.96.37-1.36s.6-.71 1.06-.94 1-.34 1.62-.34c.61 0 1.15.08 1.61.24s.86.41 1.21.76l-1.29 1.29c-.21-.21-.44-.35-.69-.41q-.375-.09-.9-.09-.495 0-.75.24c-.17.16-.26.34-.26.54 0 .15.06.28.17.39.13.13.32.21.57.25l1.01.14c.74.11 1.28.34 1.65.69.22.21.37.47.47.77.1.28.15.64.15 1.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dreambaby-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%238EC152' d='M4.737 13.975c-.48.93-1.07.76-1.62.57 0 0 .44-.83 1.62-.57M13.277 8.275c.86.6.61 1.17.34 1.68 0 0-.75-.55-.34-1.68M9.527 17.795c-.88.57-1.31.13-1.68-.31-.01 0 .78-.5 1.68.31M16.487 2.955c-.48.93-1.07.76-1.62.57 0 0 .44-.82 1.62-.57M23.027 4.145c-.37-1.08.21-1.42.78-1.7-.01 0 .31.96-.78 1.7M24.727 18.425c-2.56-.64-3.23.76-3.77 2.11 0 .01 2.28.55 3.77-2.11'/%3E%3Cpath fill='%23F39FAF' d='M21.307 16.955c.01.03.03.06.04.09.15-.23.3-.28.4-.27.17.01.22.25.13.52 0 0 .3.09.36.3.02.06-.03.31-.39.3-.04 0-.08 0-.13-.01.14.26.1.42.04.51-.1.14-.33.06-.51-.16 0 0-.23.2-.44.15-.06-.02-.25-.19-.05-.49.02-.04.05-.07.08-.11-.3-.01-.43-.13-.47-.23-.07-.16.12-.31.4-.36 0 0-.06-.31.1-.46.04-.03.28-.1.44.22M7.847 5.345c.09.14.11.29-.1.41 0 0 .29.01.3.26s-.07.29-.3.3c0 0 .33.14.05.38s-.36.07-.39.05c0 0 .08.25-.21.3-.28.05-.34-.12-.33-.2 0 0-.19.34-.41.17s-.07-.36-.07-.36-.25.22-.41-.01c-.16-.24.14-.42.14-.42s-.33.06-.33-.24.3-.28.3-.28-.3-.19-.06-.44c.24-.24.39-.01.39-.01s-.13-.22.2-.36.35.23.35.23.11-.3.38-.19c.27.1.11.42.11.42s.26-.2.39-.01M28.347 12.095c.1.16.12.33-.11.47 0 0 .33.01.34.29s-.08.33-.34.34c0 0 .37.15.05.43-.31.27-.4.08-.44.05 0 0 .08.28-.24.34s-.38-.13-.38-.22c0 0-.21.39-.46.19-.25-.19-.09-.41-.09-.41s-.28.25-.46-.01c-.18-.27.15-.47.15-.47s-.37.07-.37-.28c0-.34.34-.31.34-.31s-.34-.22-.07-.49c.28-.28.44-.01.44-.01s-.15-.25.22-.4.4.25.4.25.13-.33.43-.22c.31.11.12.47.12.47s.32-.23.47-.01M11.977 2.015c.5-1.23 1.39-1.91 2.03-1.45s1.24 1.77-.41 5.18c0 0-1.96-.47-3.28-1.52s-.74-2.08-.5-2.23c.83-.53 2.16.02 2.16.02'/%3E%3Cpath fill='%23E8E349' d='M11.437 14.785c.11.17.13.36-.12.5 0 0 .35.01.36.31.01.31-.09.36-.36.36 0 0 .4.16.06.46s-.43.09-.47.05c0 0 .09.3-.25.36s-.41-.15-.41-.24c0 0-.23.41-.5.21s-.09-.44-.09-.44-.3.27-.49-.01c-.2-.29.16-.51.16-.51s-.4.07-.4-.3.37-.34.37-.34-.37-.23-.07-.53.47-.01.47-.01-.16-.27.23-.43c.4-.16.43.27.43.27s.14-.36.46-.24c.33.12.13.51.13.51s.33-.21.49.02M15.287 4.405c.95 1.94-.05 2.71-1.04 3.37 0 0-.83-1.73 1.04-3.37M12.127 19.355c-.87-.58-1.31-.15-1.69.29 0 0 .78.51 1.69-.29M29.127 9.245c-1.09 2.11-2.42 1.73-3.66 1.29 0 0 .98-1.87 3.66-1.29M23.227 15.695c.25-.59.68-.91.99-.68s.59.86-.24 2.49c0 0-.94-.24-1.57-.76s-.34-1.01-.23-1.08c.41-.25 1.05.03 1.05.03M21.107 1.215c-.48-.86-1.2-1.29-1.64-.89-.43.4-.76 1.42.78 3.8 0 0 1.41-.53 2.29-1.43s.36-1.61.16-1.7c-.66-.32-1.59.22-1.59.22'/%3E%3Cpath fill='%2365C4DB' d='m21.177 5.045.31-.64c.16-.3.64-.39.86-.17.29.29 1.98 3.5 3.67 4.51l-1 .59-1.08-1.92s-1.78.44-2.11-.25c-.34-.7.29-1.95.29-1.95s-.12 0-.26-.04zM17.627-.005c-.48 0-.8.4-.97.86-.21-.43-.56-.78-1.02-.74-.55.04-.49.76-.46 1.02s.42.58.79.56c0 0-.34.19-.25.49s.42.41.63.34c.1-.03.26-.15.38-.34l.04-.08c-.01.03-.03.05-.04.08.12.16.28.26.38.28.21.05.53-.09.6-.39.07-.31-.29-.47-.29-.47.38-.01.74-.36.75-.62.01-.27.02-.99-.54-.99'/%3E%3Cpath fill='%23EA580C' d='M5.307 17.365c-.15.99.15 1.77.73 1.73.58-.05 1.45-.66 1.7-3.51 0 0-1.42-.45-2.64-.28-1.23.17-1.26 1.06-1.16 1.25.33.66 1.37.81 1.37.81M25.767 3.805c.8 0 1.38.34 1.27.81-.11.46-.71 1.09-2.99.94 0 0-.18-1.2.11-2.18.29-.97 1-.89 1.14-.78.48.35.47 1.21.47 1.21M17.667 4.695c-.23-.51-.62-.79-.88-.59-.27.2-.5.77.25 2.19 0 0 .83-.23 1.37-.7s.28-.89.18-.95c-.37-.2-.92.05-.92.05M25.807 14.345c-.09 0-.19.02-.29.05-.66.21-.23 1.45-.02 1.67.12.15.31.31.53.31.1 0 .21-.03.32-.12.07.07.17.09.26.09.2 0 .41-.12.51-.25.14-.2.3-.65.32-.87.06-.57-.29-.88-.65-.88a.7.7 0 0 0-.48.2c-.17-.13-.32-.2-.5-.2M3.927 7.785c-.05.08-.09.17-.11.27-.18.67 1.1.98 1.39.93.19-.02.43-.09.55-.27.06-.09.08-.19.07-.33.1-.03.17-.09.22-.17.11-.17.12-.41.06-.57-.09-.23-.38-.6-.56-.74-.44-.36-.89-.24-1.08.07-.09.14-.13.32-.09.51-.21.06-.35.16-.45.3M10.987 6.655c-.09.04-.17.09-.25.17-.54.47.37 1.46.65 1.58.18.09.41.17.62.08.09-.04.18-.11.25-.24.1.03.2.02.29-.02a.7.7 0 0 0 .38-.44c.05-.25.02-.73-.05-.94-.18-.56-.62-.71-.96-.57-.16.07-.29.2-.37.38-.22-.07-.39-.07-.56 0M21.137 7.155l-3.34 2.45.39.53.68-.5.02 3.17 2.73.38 1.04-3.02.52.66.51-.4zm-.62 4.4a.886.886 0 0 1-.75-.99c.06-.48.51-.81.99-.74s.81.51.74.99c-.06.47-.5.8-.98.74'/%3E%3Cpath fill='%23EC6692' d='M8.237 19.155c.04.03.08.05.11.08.01-.38.15-.55.29-.61.21-.11.44.14.53.53 0 0 .42-.1.64.1.06.05.19.39-.25.64-.05.03-.1.06-.16.08.35.21.43.43.41.58-.02.24-.35.31-.73.18 0 0-.13.41-.41.5-.08.03-.43-.04-.41-.55 0-.06.01-.13.02-.19-.37.2-.61.15-.73.06-.19-.14-.08-.46.22-.72 0 0-.29-.32-.21-.61.02-.08.26-.35.68-.07M27.977 7.655c-.03-.05-.06-.09-.09-.13.43.01.62-.15.7-.29.13-.23-.13-.5-.57-.62 0 0 .14-.47-.08-.73-.06-.07-.43-.23-.73.26-.03.06-.07.11-.09.17-.22-.41-.47-.5-.64-.49-.27.01-.36.38-.24.81 0 0-.47.13-.58.44-.03.09.03.48.6.49.07 0 .14-.01.21-.01-.24.41-.2.67-.1.82.15.22.51.11.82-.21 0 0 .35.33.68.27.1-.03.4-.29.11-.78M9.627 10.735c-.02-.04-.05-.07-.07-.11.36.01.52-.12.58-.24.11-.19-.11-.42-.47-.52 0 0 .11-.39-.06-.6-.05-.06-.36-.19-.61.21-.03.05-.06.1-.08.14-.18-.34-.39-.42-.53-.41-.22.01-.3.31-.2.67 0 0-.39.11-.48.37-.03.07.02.4.5.41.06 0 .12 0 .18-.01-.2.34-.17.56-.09.68.12.18.42.09.68-.18 0 0 .29.28.56.22.08 0 .33-.22.09-.63M25.897 17.035c.06.08.06.18-.06.25 0 0 .17.01.18.15.01.15-.04.18-.18.18 0 0 .19.08.03.23s-.21.05-.23.03c0 0 .05.15-.12.18s-.2-.07-.2-.12c0 0-.11.2-.24.1s-.05-.22-.05-.22-.15.14-.24-.01c-.1-.14.08-.25.08-.25s-.19.04-.19-.14.18-.17.18-.17-.18-.11-.03-.26c.14-.15.23-.01.23-.01s-.08-.13.11-.21.21.14.21.14.07-.18.23-.12.07.25.07.25.14-.12.22 0M3.677 11.485c-.75.6-1.04 1.36-.59 1.71s1.48.5 3.52-1.35c0 0-.73-1.27-1.73-1.97s-1.6-.09-1.66.11c-.2.69.46 1.5.46 1.5M8.117 3.535c-.45-.02-.78.15-.73.41s.36.63 1.64.62c0 0 .14-.67.01-1.22s-.53-.53-.61-.47c-.29.18-.31.66-.31.66M20.307 5.645l-.02-.56-.42.39c-.01 0-.02-.01-.03-.01-.31-.08-.71.1-.76.76 0 0-.17.68-1.05 1.03-.12.07-.19.07-.19.07s.43 1.02 1.25.75c.68-.22.82-.82.71-1.25-.03-.16-.1-.24-.1-.24.12-.03.45-.14.51-.5.11-.02.6-.25.6-.25z'/%3E%3Cpath fill='%23FAB600' d='M19.197 2.785c.08.11.09.24-.08.34 0 0 .24.01.25.21.01.21-.06.24-.25.25 0 0 .27.11.04.31s-.29.06-.32.04c0 0 .06.2-.17.25-.23.04-.28-.1-.27-.16 0 0-.15.28-.34.14-.18-.14-.06-.3-.06-.3s-.2.19-.33-.01c-.13-.19.11-.34.11-.34s-.27.05-.27-.2.25-.23.25-.23-.26-.17-.06-.37.32-.01.32-.01-.11-.18.16-.3c.27-.11.29.19.29.19s.09-.24.32-.16c.22.08.09.34.09.34s.21-.15.32.01M14.587 15.505c.16-1.03.72-1.71 1.29-1.48s1.27 1.13.62 4.04c0 0-1.59-.01-2.78-.58s-.94-1.46-.78-1.62c.54-.54 1.65-.36 1.65-.36M24.597 11.725c.52.21.81.59.62.86s-.75.53-2.2-.17c0 0 .2-.83.64-1.39.45-.56.88-.32.95-.22.23.36-.01.92-.01.92M5.917 13.395c.03-.07.33.03.41.08.04.02.07.04.11.07h-.02c-.16-.01-.55-.06-.5-.15m.43-.26c-.02-.03-.09-.12-.07-.17q.015-.03.06-.03c.16-.02.36.05.37.23 0 .07-.02.19-.07.27l-.01.01-.07-.07-.01-.01c-.07-.08-.14-.15-.2-.23m1.3.92c0-.48-.4-.67-.91-.52.05-.09.16-.33.08-.51-.06-.15-.26-.23-.44-.23-.08 0-.15.02-.2.05-.04.02-.06.05-.07.09-.02.09.06.21.12.29.05.06.1.12.16.18-.03-.01-.06-.03-.09-.04-.17-.07-.47-.13-.52.02-.06.17.49.25.68.27h-.01l-.21.13c-.19.14-.35.29-.34.51.01.33.71.43.98.42.4-.02.77-.23.77-.66'/%3E%3Cpath fill='%23006AB4' d='M25.127 13.505c-1.66-.2-3.74.41-5.6 1.79-.11.08-.21.17-.31.25-.85-2.93-2.11-5.5-3.68-7.53-.06-.06-.28-.26-.56-.11-.05.03-.09.06-.14.09-.09.06-.18.13-.27.2-.25.22 0 .57 0 .57 2.05 2.92 3.25 7.03 3.23 11.61-2.54-1.86-5.38-2.69-7.64-2.41-.35.07-.33.5.02.48 2.41-.19 5.34 1.43 7.5 4.3a28.8 28.8 0 0 1-2.13 8.41c-.25.58.38.72.47.74.52.07 1.04.11 1.67.11.68 0 1-.05 1.45-.13 0 0 .5-.1.64-.57.25-1.31.45-2.66.55-4.05.28-3.61 0-7.06-.72-10.17 1.57-2.13 3.73-3.35 5.5-3.2.26-.02.33-.33.02-.38'/%3E%3Cpath fill='%23006AB4' d='M15.427 11.765c-.39-1.13-1.49-1.26-2.56-.48.04-.25.1-.91-.22-1.28-.26-.31-.81-.32-1.22-.17-.18.07-.33.16-.43.27-.07.08-.1.17-.09.26.03.23.31.44.52.57.16.11.33.2.53.3-.08-.01-.16-.02-.24-.02-.45-.03-1.21.07-1.22.46-.01.46 1.35.18 1.82.07l-.02.02-.4.48c-.34.48-.59.96-.39 1.48.3.76 2.02.42 2.65.19.93-.35 1.61-1.14 1.27-2.15m-3.2-.17c-.34.07-.8.14-1.13.14-.31 0-.39-.06-.4-.08-.01-.01-.01-.01-.01-.03.01-.07.22-.15.66-.15.3 0 .57.04.7.07.07.02.13.03.18.05m-.69-.92c-.37-.24-.4-.37-.4-.41 0-.05.06-.09.11-.12.19-.1.4-.15.61-.15s.57.06.72.43c.08.2.13.56.09.85-.09-.05-.17-.08-.24-.11-.01-.01-.02-.01-.03-.01-.28-.15-.58-.3-.86-.48'/%3E%3Cpath fill='%2327A536' d='m10.667 5.875-.33-.67c-.17-.31-.66-.4-.89-.18-.3.29-2.06 3.64-3.82 4.69l1.04.61 1.12-2s1.85.45 2.2-.26c.35-.73-.3-2.03-.3-2.03s.12.01.27-.03zM17.637 9.095c-1.64-.44-1.57-1.43-1.45-2.36-.01-.01 1.45.4 1.45 2.36M20.877 13.585c-.48.93-1.07.76-1.62.57 0 0 .43-.82 1.62-.57M8.127 12.735c1.06-.84 1.73-.39 2.33.06 0 0-.96.73-2.33-.06M15.877 21.715c-2.6 1.47-3.75.15-4.74-1.17 0 0 2.33-1.29 4.74 1.17'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dreamland-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23005CA9' d='M23.4 22c-.04-1-.01-3.69 1.35-6.24 1.5-2.74 4.2-5.25 7.25-5.76h-1.73c-3.05.49-6.04 3.02-7.86 5.81-1.63 2.53-2.06 5.2-2.17 6.19z'/%3E%3Cpath fill='%2300ABE7' d='M20.27 22c.11-.99.53-3.67 2.18-6.23 1.8-2.75 4.78-5.26 7.84-5.77H28.3c-3.07.48-6.25 3.02-8.38 5.8-1.91 2.53-2.75 5.2-3.01 6.2z'/%3E%3Cpath fill='%23BCCF00' d='M16.91 22c.26-.99 1.1-3.67 3.04-6.24C22.07 13 25.23 10.5 28.3 10h-1.95c-3.09.48-6.53 3.01-8.98 5.8-2.2 2.54-3.42 5.21-3.82 6.2z'/%3E%3Cpath fill='%23FD0' d='M13.53 22c.41-.99 1.62-3.67 3.85-6.24C19.82 13 23.25 10.5 26.34 10H24.4c-3.12.48-6.87 3.01-9.65 5.8-2.5 2.54-4.06 5.2-4.59 6.2z'/%3E%3Cpath fill='%23F7A600' d='M10.15 22c.54-.99 2.1-3.66 4.63-6.23 2.76-2.77 6.5-5.28 9.62-5.77h-1.95c-3.15.48-7.23 3.02-10.34 5.81-2.8 2.54-4.67 5.2-5.33 6.19z'/%3E%3Cpath fill='%23E63312' d='M6.77 22c.65-.99 2.53-3.66 5.37-6.23 3.08-2.76 7.15-5.28 10.3-5.77h-1.95c-3.18.48-7.64 3.02-11.08 5.81-3.1 2.54-5.26 5.2-6.02 6.19z'/%3E%3Cpath fill='%23EA5297' d='M3.38 22c.75-.99 2.92-3.65 6.07-6.22 3.41-2.76 7.85-5.29 11.04-5.78h-1.57c-3.22.48-8.46 3.04-12.24 5.82A44 44 0 0 0 0 22z'/%3E%3C/svg%3E");--okay-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23004896' d='M32 5v22c0 2.76-2.24 5-5 5H5c-2.76 0-5-2.24-5-5V5c0-2.76 2.24-5 5-5h22c2.76 0 5 2.24 5 5'/%3E%3Cpath fill='%23F07C00' d='M26.46 16c0 5.74-4.66 10.4-10.4 10.4S5.66 21.74 5.66 16s4.66-10.4 10.4-10.4 10.4 4.66 10.4 10.4'/%3E%3Cpath fill='%23fff' d='M10.2 20.59c.01 0 .01.01 0 0 .01 0 0 0 0 0M10.29 20.68l-.07-.07zM1.01 12.26c.12-.08 7.72-.21 8.13.02.41.22-1.31.48-5.44.32-4.14-.15-2.69-.34-2.69-.34M.004 14.293c1.818-.104 8.13-.236 8.526-.003.45.27-1.45.6-6.03.45-1.222-.043-2.005-.09-2.496-.139C0 14.5 0 14.5.004 14.293M1.94 16.73c.12-.07 7.74-.4 8.16-.23s-1.29.43-5.45.43c-4.15 0-2.71-.2-2.71-.2M24.94 12.81c-2.29-.53-8.19-1.32-11.7-1.03 3.11.27 8.4.72 11.23 1.67.16-.21.48-.35.47-.64M23.21 14.55c-3.11-.71-4.82-1.48-10.56-1.42l.91.08c2.98.42 6.25.61 8.94 1.98l.24.24c.32-.23.41-.55.47-.88M12.55 14.93c-.23.04 2.21.38 2.85.49 1.56.26 3.31.73 4.84 1.28.48.17 1.35.72 1.61.05.11-.29-.54-.48-1.23-.66 0-.01-4.39-1.23-8.07-1.16'/%3E%3Cpath fill='%23fff' d='m23.34 10.41-.26.17-2.2 3.53c-.29.5-1.38 1.53-1.39 2.15.63-.11 1.49-1.61 1.82-2.01.99-1.19 1.73-2.27 2.69-3.52.04-.3-.44-.21-.66-.32M21.19 10.18l-.59.05c-.65 1.25-1.75 2.87-2.41 4.2l-.61 1.34c1.09-1.25 2.86-4.13 3.74-5.46z'/%3E%3Cpath fill='%23fff' d='M22.69 9.99c-1.31-.14-2.85-.04-4.17-.11 0 0-5.78.27-6.41.47-.38.12-.08.24.83.29.69.04 1.78.01 1.78.01.19-.02.94 0 .94 0s3.82.05 5.3 0c.95.05 1.88.16 2.77.37l-.08.07c.2-.02.56.02.79.14.7.34.62 1.08.17 1.56-1.19 1.26-1.96 2.16-3.17 3.65l.26.53.92-.88c1.8-1.81 2.75-2.64 3.59-4.61.15-.36.35-1.07-3.52-1.49'/%3E%3Cpath fill='%23fff' d='m17.74 10.18-.29.03c-.3.82-.76 1.52-1.06 2.4 0 0-1.19 2.45-.99 2.82h.14c.74-1.07 1.59-3.86 2.47-4.88.04-.21-.08-.35-.27-.37M22.69 9.99c-1.31-.14-4.17-.11-4.17-.11s-5.78.27-6.41.47'/%3E%3Cpath fill='%23fff' d='M21.28 20.44s-.18-.16-.36-.23c-.06-.02-.11-.04-.17-.06-3.26-1.08-8.03-.71-9.91-.19-.16-.1-.18-.28-.16-.44.17-2.62 1.19-2.1 5.09-1.85 2.59.16 6.17.92 6.33.95.15.03.15-.24.06-.4-.4-.67-3.05-.88-3.8-.96-.68-.07-2.81-.32-2.81-.32l-3.28-.3c-.05-.34-1.22-4.6-1.36-4.94-.72-1.78-1.51-4.31-4.22-4.31-1.46 0-1.67.82-1.39 1.03.25.19 1.47-.73 2.52-.07 1.61 1.02 2.32 3.39 2.43 3.85.09.37 1.17 4.14.95 4.38-.73.79-1.17 1.74-1.25 2.53-.03.36.1 1.31.1 1.31-.19.5-.55.88-.24 1.48.28.51.7.64 1.21.62.14-.01.79.04 1.33-.57.52-.59.26-1.26.19-1.47 1.59-.13 5.77-.09 6.26.22-.17.35-.23 1.02 0 1.39.42.66 1 .83 1.7.62.61-.18.89-.52 1.09-1.19.16-.51.01-.81-.31-1.08m-9.57.94c-.12.27-.5.55-.87.4-.31-.13-.3-.48-.24-.71.08-.39.66-.77 1.03-.48.04.03.07.06.1.1.13.2.06.51-.02.69m8.64.42c-.27.1-1.03.01-.98-.5.06-.55.77-.72 1.1-.47.34.24.21.85-.12.97'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--spar-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M31.99 4.16C32 1.87 30.13 0 27.84 0H4.17C1.87 0 .01 1.87.01 4.16v23.67A4.157 4.157 0 0 0 4.16 32h23.67c2.3 0 4.16-1.87 4.16-4.16V4.16'/%3E%3Cpath fill='%23007A47' d='M15.99 2.6C9.71 2.6 4.83 7.58 4.83 13.77c0 4.02 2.02 7.62 5.59 9.38 3.34 1.65 7.8 1.65 11.16 0 3.32-1.64 5.58-5.36 5.58-9.38.01-6.15-4.92-11.17-11.17-11.17m7.55 15.88c-1.22 1.98-3.08 2.68-4.52 2.7-1 .02-1.91-.72-1.91-1.91v-1.65h5.88c-2.53-2.74-5.88-8.32-7-12.13-1.12 3.81-4.46 9.4-6.9 12.13h5.78l.02 1.66c-.02.93-.77 1.92-1.85 1.9-1.5-.02-3.4-.72-4.54-2.65-.83-1.42-1.43-2.53-1.43-4.76 0-4.89 3.92-8.94 8.93-8.94 4.94 0 8.94 4.17 8.94 8.94-.01 2.23-1.05 4.16-1.4 4.71'/%3E%3Cpath fill='%23E5202E' d='M16 27.86C7.33 27.86.3 20.83.3 12.16l.01 15.7c0 2.13 1.73 3.86 3.86 3.86h23.67c2.13 0 3.86-1.73 3.86-3.86v-15.7c0 8.67-7.03 15.7-15.7 15.7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--xtra-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cmask id='b' width='22' height='3' x='5' y='29' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='url(%23a)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3Cpath fill='url(%23d)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3C/g%3E%3Cpath fill='url(%23e)' d='M23.892 14.986c3.924-3.96 5.742-8.08 4.19-10.238-2.032-2.835-9.095-1.248-15.765 3.55a32.3 32.3 0 0 0-4.191 3.567z'/%3E%3Cpath fill='url(%23f)' d='M23.892 14.986a34 34 0 0 0-2.515-4.87C16.972 2.93 10.962-1.403 8 .416c-2.3 1.409-2.104 6.081.124 11.45z' opacity='.9'/%3E%3Cpath fill='url(%23g)' d='M8.126 11.865a34 34 0 0 0 2.515 4.868c4.423 7.187 10.415 11.522 13.394 9.702 2.3-1.408 2.104-6.081-.126-11.45z'/%3E%3Cpath fill='url(%23h)' d='M8.126 11.865c-3.941 3.977-5.76 8.097-4.21 10.254 2.034 2.836 9.096 1.249 15.767-3.549a34 34 0 0 0 4.209-3.566z' opacity='.85'/%3E%3Cpath fill='url(%23i)' d='M8.126 11.865c-3.941 3.959-5.76 8.078-4.21 10.254 2.034 2.836 9.096 1.249 15.767-3.549a34 34 0 0 0 4.209-3.566z' opacity='.87'/%3E%3Cdefs%3E%3ClinearGradient id='e' x1='13.397' x2='24.226' y1='11.114' y2='2.901' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.413' stop-color='%2390B117'/%3E%3Cstop offset='.501' stop-color='%238BAF19'/%3E%3Cstop offset='.601' stop-color='%237DAB1E'/%3E%3Cstop offset='.706' stop-color='%2367A325'/%3E%3Cstop offset='.815' stop-color='%23479830'/%3E%3Cstop offset='.925' stop-color='%231F8A3E'/%3E%3Cstop offset='1' stop-color='%23007F48'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='14.592' x2='15.992' y1='10.918' y2='3.435' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336BCEE'/%3E%3Cstop offset='.201' stop-color='%2331ACE3'/%3E%3Cstop offset='.59' stop-color='%232583C5'/%3E%3Cstop offset='1' stop-color='%231652A1'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='19.414' x2='16.56' y1='24.29' y2='13.181' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E42313'/%3E%3Cstop offset='.071' stop-color='%23E73611'/%3E%3Cstop offset='.312' stop-color='%23F0710B'/%3E%3Cstop offset='.534' stop-color='%23F6A006'/%3E%3Cstop offset='.73' stop-color='%23FBC103'/%3E%3Cstop offset='.891' stop-color='%23FED601'/%3E%3Cstop offset='.999' stop-color='%23FD0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='18.058' x2='10.273' y1='15.672' y2='23.297' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC832'/%3E%3Cstop offset='.354' stop-color='%23F8A220'/%3E%3Cstop offset='.779' stop-color='%23F07A0D'/%3E%3Cstop offset='1' stop-color='%23ED6B06'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='18.058' x2='10.273' y1='15.671' y2='23.296' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.461' stop-color='%23F3C636' stop-opacity='0'/%3E%3Cstop offset='.645' stop-color='%23F1A223' stop-opacity='.342'/%3E%3Cstop offset='.879' stop-color='%23EE7A0E' stop-opacity='.775'/%3E%3Cstop offset='1' stop-color='%23ED6B06'/%3E%3C/linearGradient%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='matrix(10.8174 0 0 1.18466 15.995 30.808)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='0' cy='0' r='1' gradientTransform='matrix(10.8173 0 0 1.18758 15.995 30.81)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='0' cy='0' r='1' gradientTransform='matrix(10.8174 0 0 1.18466 15.995 30.808)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");--commerce-icon:var(--xtra-icon)}.commerce__icon{background-image:var(--commerce-icon);background-position:50%;background-repeat:no-repeat;background-size:24px;display:block;flex-shrink:0;height:24px;width:24px}::backdrop,:host,:root{--headers-h3-regular:var(--typo-m-h3-regular-font-weight,400) var(--typo-m-h3-regular-font-size,20px) /var(--typo-m-h3-regular-line-height,1.2) var(--typo-m-h3-regular-font-family,sans-serif);--headers-h3-bold:var(--typo-m-h3-bold-font-weight,700) var(--typo-m-h3-bold-font-size,20px) /var(--typo-m-h3-bold-line-height,1.2) var(--typo-m-h3-bold-font-family,sans-serif);--paragraphs-p1-regular:var(--typo-m-p1-regular-font-weight,400) var(--typo-m-p1-regular-font-size,16px) /var(--typo-m-p1-regular-line-height,1.3125) var(--typo-m-p1-regular-font-family,sans-serif);--paragraphs-p1-bold:var(--typo-d-p1-bold-font-weight,700) var(--typo-d-p1-bold-font-size,16px) /var(--typo-d-p1-bold-line-height,1.3125) var(--typo-d-p1-bold-font-family,sans-serif);--paragraphs-p2-regular:var(--typo-m-p2-regular-font-weight,400) var(--typo-m-p2-regular-font-size,14px) /var(--typo-m-p2-regular-line-height,normal) var(--typo-m-p2-regular-font-family,sans-serif)}@media screen and (min-width:64rem){::backdrop,:host,:root{--headers-h3-regular:var(--typo-d-h3-regular-font-weight,400) var(--typo-d-h3-regular-font-size,24px) /var(--typo-d-h3-regular-line-height,1.25) var(--typo-d-h3-regular-font-family,sans-serif);--headers-h3-bold:var(--typo-d-h3-bold-font-weight,700) var(--typo-d-h3-bold-font-size,24px) /var(--typo-d-h3-bold-line-height,1.25) var(--typo-d-h3-bold-font-family,sans-serif);--paragraphs-p1-regular:var(--typo-d-p1-regular-font-weight,400) var(--typo-d-p1-regular-font-size,16px) /var(--typo-d-p1-regular-line-height,1.3125) var(--typo-d-p1-regular-font-family,sans-serif);--paragraphs-p1-bold:var(--typo-d-p1-regular-font-weight,700) var(--typo-d-p1-regular-font-size,16px) /var(--typo-d-p1-regular-line-height,1.3125) var(--typo-d-p1-regular-font-family,sans-serif);--paragraphs-p2-regular:var(--typo-d-p2-regular-font-weight,400) var(--typo-d-p2-regular-font-size,14px) /var(--typo-d-p2-regular-line-height,normal) var(--typo-d-p2-regular-font-family,sans-serif)}}.anchor{border-radius:var(--border-radius-sm);display:block;font-weight:500;text-decoration:none;width:-moz-fit-content;width:fit-content}.anchor--inline{color:var(--action-500);display:inline-block}@media (hover:hover){.anchor--inline:hover{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}}.anchor--inline:active{background-color:var(--action-50);box-shadow:0 0 0 2px var(--action-50);color:var(--action-700)}.anchor--inline:not(:active):focus{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}.anchor--neutral{color:var(--neutral-600)}@media (hover:hover){.anchor--neutral:hover{color:var(--neutral-800);-webkit-text-decoration:underline var(--neutral-800);text-decoration:underline var(--neutral-800)}}.anchor--neutral:focus{background-color:var(--neutral-50);box-shadow:0 0 0 var(--spacing-2) var(--neutral-50),0 0 0 10px var(--neutral-800);color:var(--neutral-800)}.anchor--neutral:active{background-color:var(--neutral-100);box-shadow:0 0 0 var(--spacing-2) var(--neutral-100);color:var(--neutral-800)}.anchor--neutral:focus:active{background-color:var(--neutral-100);box-shadow:0 0 0 var(--spacing-2) var(--neutral-100),0 0 0 10px var(--neutral-800)}.anchor--primary{color:var(--action-500)}@media (hover:hover){.anchor--neutral:hover{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}}.anchor--primary:focus{background-color:var(--neutral-50);box-shadow:0 0 0 var(--spacing-2) var(--neutral-50),0 0 0 9.5px var(--action-700);color:var(--action-700)}.anchor--primary:active{background-color:var(--action-50);box-shadow:0 0 0 var(--spacing-2) var(--action-50);color:var(--action-700)}.anchor--primary:focus:active{background:var(--action-50);box-shadow:0 0 0 var(--spacing-2) var(--action-50),0 0 0 9.5px var(--action-700)}.anchor--disabled{color:var(--neutral-400);pointer-events:none}.avatar{align-items:center;background-color:var(--neutral-800);display:flex;font-weight:500;justify-content:center}.avatar--small{border-radius:var(--border-radius-sm);font-size:10px;height:24px;width:24px}.avatar--medium{border-radius:var(--border-radius-md);font-size:18px;height:40px;width:40px}.avatar--large{border-radius:var(--border-radius-lg);font-size:42px;height:100px;width:100px}.avatar__initials{color:var(--neutral-50);text-transform:uppercase}.button{background-color:transparent;border:0;border-radius:var(--border-radius-md);cursor:pointer;font:inherit;font-weight:500;letter-spacing:.01em;margin:0;min-height:48px;padding:var(--spacing-3) var(--spacing-6);text-align:center;text-decoration:none;vertical-align:baseline;width:100%}.button--primary{background-color:var(--action-500);color:var(--neutral-50)}@media (hover:hover){.button--primary:hover{background-color:var(--action-600)}}.button--primary:focus{background-color:var(--action-600);box-shadow:inset 0 0 0 3px var(--action-600),inset 0 0 0 5px var(--neutral-50);outline:none}.button--primary:active{background-color:var(--action-700);box-shadow:none}.button--disabled,.button--primary:disabled{background-color:var(--neutral-200);box-shadow:none;color:var(--neutral-600);cursor:not-allowed}.button--secondary{background-color:var(--neutral-50);box-shadow:inset 0 0 0 1px var(--action-500);color:var(--action-500)}@media (hover:hover){.button--secondary:hover{background-color:var(--action-50)}}.button--secondary:focus{background-color:var(--action-50);box-shadow:inset 0 0 0 3px var(--action-500);outline:none}.button--secondary:active{background-color:var(--action-100);box-shadow:inset 0 0 0 1px var(--action-600);color:var(--action-600)}.button--secondary:disabled{background-color:var(--neutral-200);box-shadow:none;color:var(--neutral-600);cursor:not-allowed}.button--secondary--filled{background-color:var(--neutral-50)}.button--tertiary{color:var(--action-500);padding:var(--spacing-3) var(--spacing-1)}@media (hover:hover){.button--secondary:hover{-webkit-text-decoration:underline 1.5px;text-decoration:underline 1.5px}}.button--tertiary:active,.button--tertiary:focus{-webkit-text-decoration:underline 1.5px;text-decoration:underline 1.5px}@media (hover:hover){.button--tertiary:hover{color:var(--action-700)}}.button--tertiary:focus{box-shadow:inset 0 0 0 1.5px var(--action-500);color:var(--action-500);outline:none}.button--tertiary:active{background-color:var(--action-50);color:var(--action-500)}.button--tertiary:disabled,.button--tertiary[aria-disabled=true]{background-color:transparent;box-shadow:none;color:var(--neutral-400);cursor:not-allowed;text-decoration:none}.button--warning{background-color:var(--alert-500);color:var(--neutral-50)}@media (hover:hover){.button--warning:hover{background-color:var(--alert-400)}}.button--warning:focus{box-shadow:inset 0 0 0 3px var(--alert-400),inset 0 0 0 5px var(--neutral-50);outline:none}.button--warning:active{background-color:var(--alert-400);box-shadow:none}@media (hover:hover){.button--warning:focus:not(:hover){background-color:var(--alert-500);box-shadow:inset 0 0 0 3px var(--alert-500),inset 0 0 0 5px var(--neutral-50)}}.button--neutral{background-color:var(--neutral-50);box-shadow:inset 0 0 0 1px var(--neutral-200);color:var(--neutral-900)}@media (hover:hover){.button--neutral:hover{background-color:var(--neutral-100)}}.button--neutral:focus{box-shadow:inset 0 0 0 1px var(--action-200),inset 0 0 0 3px var(--neutral-50),inset 0 0 0 4px var(--action-200);outline:none}.button--neutral:active{box-shadow:inset 0 0 0 1px var(--action-500)}.button--neutral:disabled{opacity:.6}.button--icon--primary,.button--icon--secondary{border-radius:var(--border-radius-sm);color:inherit;display:inline-flex;min-height:unset;padding:0;width:auto}.button--icon--primary{color:var(--action-500)}.button--icon--primary[aria-disabled=true]{color:var(--neutral-400)}@media (hover:hover){.button--icon--primary:hover{color:var(--action-700)}}.button--icon--primary:focus{box-shadow:inset 0 0 0 1px var(--action-500);color:var(--action-500);outline:none}.button--icon--primary:active{background-color:var(--action-50)}.button--icon--secondary{color:var(--neutral-900)}@media (hover:hover){.button--icon--secondary:hover{color:var(--neutral-800)}}.button--icon--secondary:focus{box-shadow:inset 0 0 0 1px var(--neutral-900);color:var(--neutral-900);outline:none}.button--icon--secondary:active{background-color:var(--neutral-100)}.button--with-icon{align-items:center;display:flex;gap:var(--spacing-2);justify-content:center}.button__icon{display:flex}.button__label{display:inline-block;vertical-align:sub}@media screen and (min-width:64rem){.button{width:auto}}@media (prefers-reduced-motion:no-preference){.button.button--pending{color:transparent;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button.button--pending:after{animation:button-spinner 1s ease infinite;border:4px solid transparent;border-radius:50%;border-top:4px solid var(--neutral-50);content:"";height:16px;top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;width:16px}.button--secondary.button--pending:after{border-top-color:var(--action-500)}@keyframes button-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}.call-to-action{color:var(--neutral-50)}.call-to-action__wrapper{background-color:var(--action-500);display:flex;overflow:hidden;position:relative}.call-to-action__background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1754' height='1795' fill='none' viewBox='0 0 1754 1795'%3E%3Cellipse cx='876.923' cy='937.457' fill='%23009A8E' rx='349' ry='805.5' transform='rotate(63.933 876.923 937.457)'/%3E%3Cpath stroke='%2319B3A8' stroke-width='2' d='M594.304 1027.39C508.86 815.868 467.729 609.786 470.267 447.614c1.269-81.088 13.456-151.147 36.439-205.407 22.982-54.256 56.725-92.647 101.086-110.566s95.302-13.736 149.519 9.336c54.222 23.074 111.649 65.013 168.882 122.47 114.467 114.91 228.007 291.742 313.447 503.268 85.45 211.525 126.58 417.605 124.04 579.775-1.27 81.09-13.45 151.15-36.44 205.41-22.98 54.26-56.72 92.65-101.08 110.57-44.37 17.92-95.31 13.73-149.52-9.34-54.23-23.07-111.653-65.01-168.886-122.47-114.463-114.91-228.006-291.74-313.45-503.27Z'/%3E%3C/svg%3E");background-position:-304px -526px;background-repeat:no-repeat;background-size:cover;content:"";height:1794.11px;position:absolute;width:1753.85px}.call-to-action__content{border-radius:var(--border-radius-md);padding:var(--spacing-8) var(--spacing-4) 64px var(--spacing-4);width:100%;z-index:4}@media screen and (min-width:64rem){.call-to-action{padding:0 var(--spacing-8)}.call-to-action__wrapper{border-radius:var(--border-radius-md)}.call-to-action__background{background-position:-246px -671px}.call-to-action__content{padding:var(--spacing-8) var(--spacing-12)}}.chip-group{display:flex;flex-wrap:wrap;gap:var(--spacing-2)}.chip-group,.chip__input-wrapper,.chip__label{position:relative}.chip__label{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-800);cursor:pointer;display:flex;padding:var(--spacing-3) var(--spacing-8);vertical-align:middle}.chip__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;top:0;right:0;bottom:0;left:0;margin:0;padding:0;position:absolute;white-space:nowrap}.chip__input:is(:checked,:focus,:focus-within,:active){outline:none}.chip__input:disabled+.chip__label{background-color:var(--neutral-200)}.chip__input:is(:checked,:active)+.chip__label{background-color:var(--action-500);box-shadow:none;color:var(--neutral-50)}@media (hover:hover){.chip__input:not(:disabled,:focus-within,:active,:checked):hover+.chip__label{background-color:var(--neutral-100)}}.chip__input:checked:focus-visible+.chip__label{border-color:var(--action-500);box-shadow:inset 0 0 0 3px var(--action-500),inset 0 0 0 5px var(--neutral-50)}.chip__input:not(:disabled):is(:checked,:active,:focus,:focus-within)+.chip__label{border-color:var(--action-500)}@media (prefers-reduced-motion:no-preference){.chip__label{transition:background-color,color;transition-duration:.15s;transition-timing-function:ease-out}}.input{background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-900);font:var(--body-2-regular);font-family:inherit;padding:var(--spacing-3) var(--spacing-4);width:100%}.input::-moz-placeholder{color:var(--neutral-400)}.input::placeholder{color:var(--neutral-400)}.input--succes{border:1px solid var(--alert-succes-500)}.input[aria-invalid=true]{border:1px solid var(--alert-500)}.input:disabled{background-color:var(--neutral-100);color:var(--neutral-600);cursor:default}.input:is(:focus,:focus-within,:active){outline:none}@media (hover:hover){.input__wrapper:hover .input:not(:-moz-read-only,:disabled){border-color:var(--action-300)}.input:hover:not(:disabled),.input__wrapper:hover .input:not(:read-only,:disabled){border-color:var(--action-300)}}.input__wrapper .input:is(:focus,:active):not(:-moz-read-only,:disabled){border-color:var(--action-500)}.input__wrapper .input:is(:focus,:active):not(:read-only,:disabled){border-color:var(--action-500)}.input--with-prefix{padding-left:calc(var(--spacing-4)*2 + 24px)}.input--with-suffix{padding-right:calc(var(--spacing-4)*2 + 24px)}.input__prefix,.input__suffix{align-items:center;color:var(--neutral-900);display:flex;font-family:inherit;font-size:inherit;height:100%;justify-content:center;pointer-events:none;position:absolute;width:24px}.input__prefix{left:var(--spacing-4)}.input__suffix{right:var(--spacing-4)}input[type=date]::-webkit-calendar-picker-indicator{background:none;height:24px;position:absolute;right:var(--spacing-4);width:24px;z-index:1}input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-date-and-time-value{text-align:left}.input__suffix+input[type=date]::-webkit-calendar-picker-indicator{background:transparent;color:transparent}.input__wrapper{display:flex;position:relative}.status-chip{background-color:var(--status-chip-background-color);border-radius:var(--border-radius-sm);color:var(--status-chip-color);font:var(--subtext-medium);padding:var(--spacing-1) var(--spacing-2)}.status-chip--success{--status-chip-background-color:var(--success-500);--status-chip-color:var(--neutral-50)}.status-chip--warning{--status-chip-background-color:var(--warning-500);--status-chip-color:var(--neutral-50)}.status-chip--error{--status-chip-background-color:var(--alert-500);--status-chip-color:var(--neutral-50)}.status-chip--disabled{--status-chip-background-color:var(--neutral-400);--status-chip-color:var(--neutral-50)}.switch__label{cursor:pointer}.switch__thumb{--switch-width:51px;background:linear-gradient(to right,var(--action-500) 50%,var(--neutral-200) 50%);background-position:100%;background-size:200%;border-radius:24px;cursor:pointer;height:31px;margin:0;min-width:var(--switch-width);padding:0;position:relative;width:var(--switch-width)}.switch__thumb,button.switch__thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}button.switch__thumb{border:none}.switch__thumb:checked,.switch__thumb[data-state=checked]{background-position:0}.switch__thumb:after{--switch-thumb-width:27px;background-color:var(--neutral-50);border-radius:50%;box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f;content:"";height:27px;position:absolute;top:2px;transform:translate(2px);width:var(--switch-thumb-width)}button.switch__thumb:after{transform:translate(calc(3.5px - var(--switch-thumb-width)))}.switch__thumb:checked:after{transform:translate(calc(var(--switch-width) - var(--switch-thumb-width) - 2px))}button.switch__thumb[data-state=checked]:after{transform:translate(-3.5px)}.switch__label--disabled{cursor:default}.switch__thumb:disabled{background:var(--neutral-100);cursor:not-allowed}.switch__thumb:disabled:after{background-color:var(--neutral-50);box-shadow:none}@media (prefers-reduced-motion:no-preference){.switch__thumb{transition-duration:75ms;transition-property:background-position;transition-timing-function:ease-in}.switch__thumb:after{transition-duration:.15s;transition-property:transform;transition-timing-function:ease-in-out}}.text-area{border:none;border-radius:var(--border-radius-sm);box-shadow:inset 0 0 0 1px var(--neutral-400);font:var(--body-2-regular);padding:var(--spacing-3)}.text-area[aria-invalid=true]{box-shadow:inset 0 0 0 1px var(--alert-500)}.text-area::-moz-placeholder{color:var(--neutral-400)}.text-area::placeholder{color:var(--neutral-400)}@media (hover:hover){.text-area:hover{box-shadow:inset 0 0 0 1px var(--action-300)}}.text-area:focus{box-shadow:inset 0 0 0 1px var(--action-500);outline:none}.unordered-list--check>li{--mobile-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AB9E' d='M8.002.037c4.504.532 9.276 1.81 13.443 3.602.894.385 1.596.96 2.04 1.73s.592 1.665.478 2.632c-.532 4.505-1.81 9.276-3.602 13.443-.384.895-.96 1.597-1.73 2.041s-1.665.592-2.632.478c-4.505-.532-9.276-1.81-13.443-3.602-.895-.385-1.597-.96-2.041-1.73s-.592-1.665-.478-2.633c.532-4.504 1.81-9.276 3.602-13.443.385-.894.96-1.596 1.73-2.04S7.034-.077 8.002.037'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M17.333 8.333 10 15.666l-3.333-3.333'/%3E%3C/svg%3E");--desktop-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AB9E' d='M8.002.037c4.504.532 9.276 1.81 13.443 3.602.894.385 1.596.96 2.04 1.73s.592 1.665.478 2.632c-.532 4.505-1.81 9.276-3.602 13.443-.384.895-.96 1.597-1.73 2.041s-1.665.592-2.632.478c-4.505-.532-9.276-1.81-13.443-3.602-.895-.385-1.597-.96-2.041-1.73s-.592-1.665-.478-2.633c.532-4.504 1.81-9.276 3.602-13.443.385-.894.96-1.596 1.73-2.04S7.034-.077 8.002.037'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M17.333 8.333 10 15.666l-3.333-3.333'/%3E%3C/svg%3E");align-items:center;display:flex;gap:var(--spacing-3)}.unordered-list--check>li:before{background-image:var(--mobile-check);background-repeat:no-repeat;content:"";height:24px;width:24px}@media screen and (min-width:64rem){.unordered-list--check>li:before{background-image:var(--desktop-check);height:32px;width:32px}}.card__header__action{align-items:center;display:flex;font:var(--subtext-medium)}@media screen and (min-width:64rem){.card__header__action{font:var(--body-1-medium)}}.card__body{padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__body{padding:var(--spacing-6)}}@media (prefers-reduced-motion:no-preference){.spinner circle:last-of-type{animation:button-spinner 1s ease infinite;transform-origin:center}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}.card__empty-state{--card-empty-state-background-color:var(--neutral-100);--card-empty-state-icon-color:var(--neutral-800);color:var(--neutral-700);padding:var(--spacing-4)}.card__empty-state--error{--card-empty-state-background-color:var(--alert-200);--card-empty-state-icon-color:var(--alert-500)}.card__empty-state--standalone{padding:0}.card__empty-state__wrapper{align-content:center;background-color:var(--card-empty-state-background-color);border-radius:var(--border-radius-md);display:flex;flex-direction:column;margin:auto;padding:var(--spacing-6);text-align:center}.card__empty-state--standalone .card__empty-state__wrapper{align-items:center;border-radius:0;box-shadow:inset 0 -1px var(--neutral-200);flex-direction:row;gap:var(--spacing-4);padding:var(--spacing-4);text-align:left}.card__empty-state__icon,.card__empty-state__title{color:var(--neutral-800)}.card__empty-state__icon{color:var(--card-empty-state-icon-color);display:flex;justify-content:center;margin-bottom:var(--spacing-3)}.card__empty-state__title{font-weight:800;margin-bottom:var(--spacing-2)}.card__empty-state--standalone :is(.card__empty-state__title,.card__empty-state__description){margin-bottom:0}@media screen and (min-width:64rem){.card__empty-state{border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);padding:var(--spacing-6)}.card__empty-state--standalone{padding:0}.card__empty-state__wrapper{padding:var(--spacing-8)}.card__empty-state--standalone .card__empty-state__wrapper{border-radius:var(--border-radius-md);box-shadow:inset 0 0 0 1px var(--neutral-200);padding:var(--spacing-6)}.card__empty-state__description,.card__empty-state__title{margin-left:auto;margin-right:auto;max-width:525px}.card__empty-state--standalone :is(.card__empty-state__title,.card__empty-state__description){max-width:unset}}.card__footer{padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__footer{padding:var(--spacing-6)}}.card__header{box-shadow:inset 0 -1px var(--neutral-200);display:flex;justify-content:space-between;padding:var(--spacing-4)}.card__header--sticky{--card-header-sticky-top:0;position:sticky;top:var(--card-header-sticky-top);z-index:1}@media screen and (min-width:64rem){.card__header{padding:var(--spacing-6)}.card__header.card__header--tabs{padding:0}.card__header.card__header--tabs .tabs{background-color:transparent}}.card__body__item{display:flex;flex-direction:column;gap:var(--spacing-6)}.card__body .card__body__item:not(:last-of-type){margin-bottom:16px}.card__body>.card__body__item:only-of-type{padding-bottom:var(--spacing-4)}.card__body__item .list-item.list-item--with-divider{box-shadow:inset 1px 0 0 var(--neutral-200),inset -1px 0 0 var(--neutral-200),inset 0 -1px var(--neutral-200)}.card__body__item:last-of-type .list-item--with-divider{border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md)}@media screen and (min-width:64rem){.card__body .card__body__item{padding:var(--spacing-4) 0}.card__body .card__body__item:not(:last-of-type){box-shadow:inset 0 -1px var(--neutral-200);margin-bottom:0}.card__body .card__body__item:first-of-type{padding-bottom:var(--spacing-8)}.card__body .card__body__item:last-of-type{padding-top:var(--spacing-8)}.card__body .card__body__item:not(:last-of-type,:first-of-type){padding:var(--spacing-8) 0}.card__body .card__body__item:only-of-type{padding:var(--spacing-4) 0}.card__body .card__body__item:only-child{padding:0}.card__body>.card__body__item:only-of-type{padding-top:0}}.card__body__subtitle{background-color:var(--neutral-100);box-shadow:inset -1px 0 var(--neutral-200),inset 1px 0 var(--neutral-200);color:var(--neutral-600);font:var(--subtext-regular);padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__body__subtitle{padding:var(--spacing-4) var(--spacing-6)}}.card__header__title{align-items:center;color:var(--neutral-600);display:flex;font:var(--title-3-regular);gap:var(--spacing-2)}.card__header__title__icon{align-items:center;display:inline-flex}@media screen and (min-width:64rem){.card__header__title{font:var(--title-2-regular);gap:var(--spacing-4)}}.card{background-color:var(--neutral-50);box-shadow:inset 0 -1px var(--neutral-200),inset 0 1px var(--neutral-200)}.card--disabled *{color:var(--neutral-500)!important;pointer-events:none}@media screen and (min-width:64rem){.card{border-radius:var(--border-radius-md);box-shadow:inset 0 0 0 1px var(--neutral-200);height:-moz-fit-content;height:fit-content}ul.card .list-item{background-color:transparent}ul.card .list-item>:is(a,button):focus{box-shadow:inset 0 0 0 1px var(--neutral-200),inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200)}ul.card :is(.list-item:first-of-type,.list-item:first-of-type a){border-top-left-radius:var(--border-radius-md);border-top-right-radius:var(--border-radius-md)}ul.card :is(.list-item:last-of-type,.list-item:last-of-type a){border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md)}}.card--image{flex-direction:column;margin:auto;padding:var(--spacing-4);text-align:center}.card--image,.card--image .card__illustration{align-items:center;display:flex}.card--image .card__header__title{color:var(--neutral-900);font:var(--title-2-medium);padding:var(--spacing-2) 0}.card--image .card__body{align-items:center;display:flex;flex-direction:column;font:var(--body-1-regular);margin:0 auto var(--spacing-6);max-width:420px;padding:0;text-align:center}.card--image .card__footer{display:flex;flex-direction:column;justify-content:center;padding:0;width:100%}.card--image .card__footer>:not(:first-child){margin-top:var(--spacing-4)}@media screen and (min-width:64rem){.card--image{padding:var(--spacing-6) var(--spacing-8) var(--spacing-11)}.card--image .card__footer{flex-direction:row}.card--image .card__footer>:not(:first-child){margin:0;margin-left:var(--spacing-4)}}.card-list>.card:not(:last-child){margin-bottom:var(--spacing-4)}@media screen and (min-width:64rem){.card-list{padding:0 var(--spacing-8)}.card-list>.card:not(:last-child){margin-bottom:var(--spacing-6)}}.checkbox{--checkbox-width:24px;display:flex;gap:var(--spacing-4);position:relative}@media (hover:hover){:is(.checkbox__input,.checkbox__label):hover{cursor:pointer}}.checkbox--neutral,.checkbox--primary{color:var(--action-500)}.checkbox__content{display:flex;flex-direction:column;font:var(--body-1-regular);gap:var(--spacing-2);justify-content:center}.checkbox__spinner{background:var(--action-500)}.checkbox__check,.checkbox__spinner{border:1px solid var(--neutral-300);border-radius:var(--border-radius-sm);display:inline-block;height:var(--checkbox-width);min-width:var(--checkbox-width);vertical-align:middle;visibility:unset}.checkbox.checkbox--error .checkbox__check{border-color:var(--alert-500)}.checkbox__input{height:var(--checkbox-width);margin:0;opacity:0;position:absolute;width:var(--checkbox-width);z-index:10}.checkbox__input~.checkbox__check path{stroke:var(--neutral-50);stroke-dashoffset:-75}@media (hover:hover){.checkbox__input:hover~.checkbox__check{background-color:var(--action-100);border-color:var(--action-500)}}.checkbox__input:focus-within~.checkbox__check{outline:1px solid var(--action-500);outline-offset:2px}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true])~.checkbox__check{background-color:var(--action-500);border-color:var(--action-500)}.checkbox__input:hover:is(:checked,[aria-checked=true])~.checkbox__check{background-color:var(--action-700);border-color:var(--action-700)}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true])~.checkbox__check path{stroke-dashoffset:0}.checkbox__input:not(:indeterminate):is(:disabled,[aria-disabled=true])~.checkbox__check{background-color:var(--neutral-200);border-color:var(--neutral-200)}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true]):is(:disabled,[aria-disabled=true])~.checkbox__check{background-color:var(--neutral-300);border-color:var(--neutral-300)}.checkbox__input:not(:indeterminate):is(:disabled,[aria-disabled=true])~.checkbox__check path{stroke:var(--neutral-600)}.checkbox__label{font:var(--body-1-regular)}.checkbox__hint{font:var(--body-2-regular);text-decoration:none}.checkbox__error{color:var(--alert-500);font:var(--subtext-regular)}.checkbox__input:indeterminate{pointer-events:none}@media (prefers-reduced-motion:no-preference){.checkbox__check{transition:background-color .25s ease-in-out,border-color .25s ease-in-out}.checkbox__check path{transition:stroke-dashoffset .35s ease-out}}.combobox{position:relative}ul[role=listbox].combobox__list--open{display:block}ul[role=listbox]{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);cursor:pointer;display:none;filter:drop-shadow(0 3px 8px rgb(46 59 86/10%));font:var(--body-2-regular);list-style:none;margin-top:var(--spacing-1);max-height:165px;overflow:scroll;overflow-x:hidden;padding:0;position:absolute;width:100%;z-index:1000}ul[role=listbox] li[role=option]{color:var(--neutral-400);padding:var(--spacing-3) var(--spacing-4)}ul[role=listbox] li[role=option]:not(:last-child){border-bottom:1px solid var(--neutral-100)}.combobox__list-item--selected{color:var(--neutral-800);font:var(--body-2-medium)}.combobox__list-item--highlight{background:var(--neutral-100)}.combobox__list-item--loading{color:transparent;height:48px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.combobox__list-item--loading:after{animation:button-spinner 1s ease infinite;border:4px solid transparent;border-radius:50%;border-top:4px solid var(--action-500);content:"";height:16px;top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;width:16px}.combobox__list-item--empty{color:var(--neutral-800);cursor:default;font:var(--subtext-regular);padding:var(--spacing-4)}.description-list--form dt{color:var(--neutral-600);font:var(--subtext-regular);margin-bottom:var(--spacing-1)}.description-list--form dd{font:var(--body-2-medium)}@media screen and (min-width:64rem){.description-list--form dt{color:var(--neutral-800);font:var(--body-1-regular);margin-bottom:0}.description-list--form dd{font:var(--body-1-medium)}}@media screen and (min-width:64rem){.description-list__content{display:flex;gap:var(--spacing-4)}.description-list__content>*{flex:1}}.description-list__item{align-items:center;display:flex}.description-list__item>*{flex:1}.description-list__prefix{flex:0}.description-list__suffix{color:var(--action-500);flex:0}.dialog[open]::backdrop{background:var(--neutral-600);opacity:.25}body:has(dialog[open]){overflow:hidden}dialog:not([open]){visibility:hidden}dialog:focus{outline:none}.dialog{border:none;border-radius:var(--border-radius-md);box-shadow:0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;display:flex;flex-direction:column;margin-top:var(--spacing-4);max-height:calc(100% - var(--spacing-4)*2);max-width:calc(100% - var(--spacing-4)*2);padding:0;position:fixed;top:0;width:100%;z-index:100}.dialog__header{align-items:center;background:#fff;border-bottom:1px solid var(--neutral-200);border-top-left-radius:var(--border-radius-md);border-top-right-radius:var(--border-radius-md);display:flex;gap:var(--spacing-4);justify-content:space-between;position:sticky;top:0;z-index:1000}.dialog__header__icon{display:flex}.dialog__header__title{align-items:center;color:var(--neutral-900);display:flex;font:var(--title-2-medium);gap:var(--spacing-4)}.dialog__header__title:focus{outline:none}.dialog__body,.dialog__footer,.dialog__header{padding:var(--spacing-4)}.dialog__body{flex-direction:column}.dialog__body,.dialog__footer{display:flex;gap:var(--spacing-4)}.dialog__footer{background:#fff;border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-top:1px solid var(--neutral-200);bottom:0;flex-direction:column-reverse;justify-content:flex-end;position:sticky}@media screen and (min-width:64rem){.dialog__body,.dialog__footer,.dialog__header{padding:var(--spacing-6)}.dialog__body{gap:var(--spacing-6)}.dialog{margin-top:var(--spacing-8);max-width:600px}.dialog__footer{flex-direction:row}}@media (prefers-reduced-motion:no-preference){.dialog[open].dialog--animated{animation:zoom-in .15s;animation-timing-function:ease-in-out}.dialog:not([open]).dialog--animated{animation:zoom-out .15s;transition:visibility .15s}.dialog[open].dialog--animated::backdrop{animation:fade-in .15s}.dialog:not([open]).dialog--animated::backdrop{animation:fade-out .15s}}@keyframes zoom-in{0%{opacity:0;transform:scaleX(1)}0.0000000001%{opacity:0;transform:scale3d(.95,.95,.95)}}@keyframes zoom-out{to{opacity:0;transform:scale3d(.95,.95,.95)}}@keyframes fade-in{0%{opacity:0}}@keyframes fade-out{0%{opacity:.25}to{opacity:0}}.list-item,.list-item>:is(a,button){align-items:center;display:flex;justify-content:space-between}.list-item{background-color:transparent}.list-item:not(.list-item--with-link),.list-item>:is(a,button){padding:var(--spacing-6) var(--spacing-4)}.list-item>:is(a,button){background:none;border:none;color:inherit;cursor:pointer;font:inherit;font-family:var(--font-xtra);gap:var(--spacing-2);text-align:left;text-decoration:none;width:100%}@media (hover:hover){.list-item>:is(a,button):hover{background-color:var(--neutral-100);border:none}}.list-item>:is(a,button):focus{background-color:var(--neutral-50);box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200);outline:none}.list-item>:is(a,button):active{background-color:var(--action-50);color:var(--action-500)}.list-item--with-divider{box-shadow:inset 0 -1px var(--neutral-200)}.list-item--disabled{pointer-events:none}.list-item--destructive{color:var(--alert-500)}.list-item.list-item--destructive .list-item:not(.list-item--with-link):focus,.list-item.list-item--destructive>:is(a,button):focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--alert-200)}.list-item.list-item--destructive .list-item:not(.list-item--with-link):active,.list-item.list-item--destructive>:is(a,button):active{background-color:var(--alert-200);box-shadow:inset 2px 0 var(--action-500)}@media screen and (min-width:64rem){.list-item:not(.list-item--with-link),.list-item>:is(a,button){padding:var(--spacing-6)}.list-item--with-divider:last-of-type{box-shadow:none}}.list-item__content{display:flex;gap:var(--spacing-4)}.list-item__meta{align-items:center;display:flex;font-weight:500;gap:var(--spacing-2)}.list-item__prefix{align-items:center;color:inherit;display:flex}.list-item.list-item--destructive:not(.list-item--with-link):active .list-item__prefix,.list-item.list-item--destructive>:is(a,button):active .list-item__prefix{color:var(--alert-500)}.list-item__subtitle{color:var(--neutral-500);font:var(--subtext-regular)}.list-item--disabled .list-item__subtitle{color:var(--neutral-300)}.list-item__suffix{align-items:center;display:flex}.list-item--with-link .list-item__suffix{color:var(--neutral-600)}.list-item--disabled .list-item__suffix{color:var(--neutral-300)}.list-item--with-link :is(a,button):active .list-item__suffix{color:var(--action-500)}.list-item__text{color:inherit;display:flex;flex-direction:column;justify-content:center}.list-item.list-item.list-item--destructive:not(.list-item--with-link):active .list-item__text,.list-item.list-item.list-item--destructive>:is(a,button):active .list-item__text{color:var(--alert-500)}.list-item__title{font-weight:500}.list-item--disabled .list-item__title{color:var(--neutral-500)}.menu__list{background-color:var(--neutral-50);border-radius:var(--border-radius-md);box-shadow:var(--shadow-modal),inset 0 0 0 1px var(--neutral-100);margin:10px 0;min-width:220px;opacity:0;padding:var(--spacing-2) 0;position:absolute;transform:scale(.8);visibility:hidden;z-index:100000}.menu__list,.menu__list>ul{display:inline-flex;flex-direction:column}.menu__list>ul{gap:var(--spacing-1)}.menu__list--active{opacity:1;transform:scale(1);visibility:visible}.menu__list--top-start{bottom:100%;left:0;transform-origin:bottom left}.menu__list--top-end{bottom:100%;right:0;transform-origin:bottom right}.menu__list--bottom-start{left:0;top:100%;transform-origin:top left}.menu__list--bottom-end{right:0;top:100%;transform-origin:top right}@media (prefers-reduced-motion:no-preference){.menu__list{transition-duration:.15s;transition-property:transform,opacity,rotate,visibility;transition-timing-function:ease-in}}.menu__list-item{display:flex}.menu__list-item>*{align-items:center;background-color:var(--neutral-50);border:0;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:var(--spacing-4);justify-content:flex-start;margin:0 1px;max-width:calc(100% - 2px);padding:var(--spacing-4) var(--spacing-6);text-decoration:none;width:100%}@media (hover:hover){.menu__list-item>:hover{background-color:var(--neutral-100)}}.menu__list-item>:focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200);outline:none}.menu__list-item>:active{box-shadow:none}.menu__list-item>:active,.menu__list-item>:active:before{background-color:var(--action-100);color:var(--action-500)}.menu__list-item>:active:before{box-shadow:inset 2px 0 0 0 var(--action-500)}.menu__list-item .button{border-radius:0}.menu__list-item .button--with-icon{gap:var(--spacing-4)}.menu__list-item--logout .button{color:var(--alert-500)}.menu__list-item--logout .button:focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px #ff5c5c1a}.menu__list-item--logout .button:active{background-color:#ff5c5c1a;box-shadow:none}.menu__trigger[aria-expanded=true]{box-shadow:inset 0 0 0 1px var(--action-500)}.menu__trigger[aria-expanded=true] .button__icon-right{color:var(--action-500);transform:rotate(180deg)}@media (prefers-reduced-motion:no-preference){.menu__trigger .button__icon-right{transition-duration:.15s;transition-property:transform;transition-timing-function:ease-in}}.menu{color:var(--neutral-900);font:var(--subtext-medium);position:relative}.section-message{--section-message-color:var(--neutral-50);--section-message-background-color:var(--neutral-800);background-color:var(--section-message-background-color);border-radius:var(--border-radius-md);padding:var(--spacing-3)}.section-message,.section-message__icon{color:var(--section-message-color)}.section-message--info{border-radius:0}.section-message--primary{--section-message-color:var(--action-700);--section-message-background-color:var(--action-50)}.section-message--success{--section-message-color:var(--success-500);--section-message-background-color:var(--success-200)}.section-message--warning{--section-message-color:var(--warning-500);--section-message-background-color:var(--warning-200)}.section-message--error{--section-message-color:var(--alert-500);--section-message-background-color:var(--alert-200)}.section-message--disabled{--section-message-color:var(--neutral-600);--section-message-background-color:var(--neutral-200)}.section-message__icon{align-items:center;align-self:baseline;display:flex;height:24px;justify-content:center;width:24px}.section-message__icon--info{color:var(--neutral-50)}.section-message__icon--primary{color:var(--action-500)}.section-message__description,.section-message__title{align-items:center;display:flex;gap:var(--spacing-2)}.section-message__description{font:var(--subtext-regular)}.section-message__action,.section-message__title+.section-message__description{margin-top:var(--spacing-2)}.section-message__action{padding:var(--spacing-1) 0}.section-message__action :is(a,p,button){color:inherit;font:var(--body-2-medium);min-height:unset;padding:0;text-decoration:none;width:-moz-fit-content;width:fit-content}@media (hover:hover){.section-message__action .anchor:hover{color:var(--section-message-color);text-decoration:underline}}.section-message__action .anchor:active,.section-message__action .anchor:focus{background-color:var(--section-message-background-color);box-shadow:0 0 0 var(--spacing-2) var(--section-message-background-color),0 0 0 10px var(--section-message-color);color:var(--section-message-color)}.section-message--disabled :is(a,p,button){cursor:not-allowed}@media screen and (min-width:64rem){.section-message{border-radius:var(--border-radius-md);padding:var(--spacing-4) var(--spacing-5)}.section-message__description{font:var(--subtext-regular)}.section-message__action :is(a,p,button){font:var(--body-1-medium)}}.phone-number{display:flex;gap:var(--spacing-2)}.phone-number .input__wrapper{flex-grow:1}.phone-number .phone-number__country-code-select{height:100%;width:96px}.select-wrapper{position:relative}.select-wrapper:after{background-color:var(--neutral-900);content:"";height:24px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 10 4 4 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 10 4 4 4-4'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;pointer-events:none;position:absolute;right:var(--spacing-4);top:50%;transform:translateY(-50%);width:24px}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-900);font:var(--body-2-regular);padding:var(--spacing-3) var(--spacing-4);width:100%}.select--with-placeholder{color:var(--neutral-400)}@media (hover:hover){.select:hover{border-color:var(--action-300)}}.select:focus{border-color:var(--action-500);outline:none}.select-wrapper--focus:after{background-color:var(--action-500)}.segmented-control__list,.segmented-control__panel{display:none}.has-js .segmented-control__list,.has-js .segmented-control__panel{display:block}.has-js .segmented-control [role=tabpanel][data-state=inactive]{display:none}.segmented-control{background-color:var(--neutral-50)}.segmented-control__list__wrapper{background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;gap:var(--spacing-2);padding:var(--spacing-1)}.segmented-control__trigger{background-color:transparent;border:none;border-radius:var(--border-radius-sm);color:var(--neutral-600);cursor:pointer;flex:1;font:var(--subtext-medium);overflow:hidden;padding:var(--spacing-2) var(--spacing-4);text-overflow:ellipsis;white-space:nowrap}.segmented-control__trigger[data-state=active]{background-color:var(--action-500);color:var(--neutral-50)}.segmented-control__trigger[data-state=active]:focus-visible{box-shadow:inset 0 0 0 3px var(--action-500),inset 0 0 0 5px var(--neutral-50);outline:none}@media (hover:hover){.segmented-control__trigger[data-state=inactive]:hover{background-color:var(--neutral-50)}}.segmented-control__trigger[data-state=inactive]:focus{background-color:transparent;box-shadow:inset 0 -2px var(--action-500)}.tabs{display:none}.tabs.segmented-control{background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;gap:var(--spacing-2);padding:var(--spacing-1);width:100%}.tabs.segmented-control .tabs__link{width:100%}.tabs.segmented-control a{border-radius:var(--border-radius-sm);color:var(--neutral-600);display:block;font:var(--subtext-medium);overflow:hidden;padding:var(--spacing-2) var(--spacing-4);text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.tabs.segmented-control a.active{background-color:var(--action-500);color:var(--neutral-50)}@media screen and (min-width:64rem){.tabs,.tabs.segmented-control{background-color:var(--neutral-50);display:flex;font:var(--body-2-medium);gap:var(--spacing-8);padding:var(--spacing-4) var(--spacing-8) 0 var(--spacing-8);position:sticky;top:var(--site-header-height);z-index:15}.tabs.segmented-control .tabs__link{width:auto}.tabs a,.tabs.tabs.segmented-control a{border-radius:0;color:inherit;display:flex;flex-direction:column;font:var(--body-2-regular);padding:var(--spacing-4) 0;position:relative;text-decoration:none}.tabs a.active,.tabs.tabs.segmented-control a.active{background-color:transparent;color:var(--action-500);font:var(--body-2-medium)}.tabs a:before{color:transparent;content:attr(data-text);display:block;font:var(--body-2-medium);height:0;overflow:hidden;visibility:hidden}@media (hover:hover){.tabs a:focus{outline:none}.tabs a:not(.active):hover:after{background-color:var(--neutral-300);bottom:0;content:"";height:2px;position:absolute;width:100%}}.tabs a:not(.active):focus:after{background-color:var(--action-300)}.tabs a.active:after,.tabs a:not(.active):focus:after{bottom:0;content:"";height:2px;position:absolute;width:100%}.tabs a.active:after{background-color:var(--action-500)}}.toast{--slide-in-end:0;--slide-in-start:calc(100% + var(--spacing-8));animation:slide-in 0s,slide-out 0s 5s forwards;bottom:var(--spacing-4);height:auto;left:var(--spacing-4);padding:var(--spacing-4);position:fixed;width:calc(100% - var(--spacing-4)*2)}.toast--error{background:linear-gradient(0deg,#e62d320d,#e62d320d),var(--neutral-50);box-shadow:inset 2px 0 var(--alert-400),0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;color:var(--alert-500)}.toast--info{background-color:var(--neutral-800);box-shadow:inset 2px 0 var(--action-500),0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;color:var(--neutral-50)}.toast__title{align-items:center;display:flex;font:var(--body-2-regular);gap:var(--spacing-2)}.toast__title__icon{display:flex}.toast--info .toast__title__icon{color:var(--action-500)}@media screen and (min-width:64rem){.toast{--slide-in-start:calc(100% + var(--spacing-12));bottom:var(--spacing-10);left:auto;padding:var(--spacing-6);right:var(--spacing-10);width:420px}}@media (prefers-reduced-motion:no-preference){.toast{animation:slide-in .3s ease-out,slide-out .3s ease-in 5s forwards}}@keyframes slide-in{0%{opacity:.8;transform:translate(var(--slide-in-start))}to{opacity:1;transform:translate(var(--slide-in-end))}}@keyframes slide-out{0%{opacity:1;transform:translate(var(--slide-in-end))}to{opacity:.8;transform:translate(var(--slide-in-start))}}.toggle{align-items:center;background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;justify-content:space-around;padding:var(--spacing-2)}.toggle__item{width:100%}.steps{align-items:center;display:flex;flex-wrap:wrap}.steps__link a,.steps__link span{color:var(--neutral-400);text-decoration:none}.steps__link{align-items:center;display:flex}.steps__link .steps__link__character{align-items:center;background-color:var(--neutral-400);border-radius:50%;color:var(--neutral-50);display:flex;font:var(--subtext-medium);height:var(--spacing-6);justify-content:center;margin-right:var(--spacing-2);width:var(--spacing-6)}.steps__link__divider{color:var(--neutral-400);margin:0 var(--spacing-4)}.steps__link:first-of-type .steps__link__divider{display:none}.steps__link.active .steps__link__character{background-color:var(--action-500)}.steps__link.active .steps__link__divider,.steps__link.active a{color:var(--action-500)}@media screen and (min-width:64rem){.steps__link__divider{margin:0 var(--spacing-6)}}.timeline{position:relative}.timeline:after{background-color:var(--action-500);content:"";display:block;margin:0 auto;position:absolute}.timeline--vertical:after{height:100%;inset:0 50% auto;width:1px}.timeline--horizontal{width:100%}.timeline--horizontal:after{height:1px;inset:50% 0 auto;width:100%}.timeline__label{align-items:center;display:flex;font:var(--body-2-medium);height:32px;justify-content:center;width:32px}.timeline__label:before{content:"";display:block;height:32px;width:32px;z-index:10}.timeline__label>:is(svg,span){position:absolute;text-align:center;z-index:20}.timeline--vertical .timeline__label{margin:var(--spacing-4) auto 0}.timeline--horizontal .timeline__label{margin-left:var(--spacing-4)}.timeline__label--primary{color:var(--neutral-50)}.timeline__label--primary:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath fill='%2300AB9E' d='M11.169.05c6.006.709 12.368 2.413 17.924 4.802 1.193.513 2.128 1.28 2.72 2.307s.79 2.22.638 3.51c-.71 6.005-2.414 12.367-4.803 17.923-.513 1.194-1.28 2.13-2.306 2.722s-2.22.789-3.51.637c-6.006-.71-12.368-2.414-17.924-4.803-1.194-.513-2.13-1.28-2.722-2.307s-.789-2.22-.637-3.51c.71-6.006 2.414-12.368 4.804-17.924.513-1.193 1.28-2.128 2.306-2.72s2.22-.79 3.51-.638'/%3E%3C/svg%3E")}.timeline__label--secondary{color:var(--action-500)}.timeline__label--secondary:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath fill='%23fff' stroke='%2300AB9E' d='M11.11.546c5.958.703 12.274 2.396 17.785 4.765 1.113.479 1.956 1.181 2.486 2.098.529.916.715 1.998.573 3.2-.703 5.959-2.395 12.274-4.765 17.786-.478 1.113-1.18 1.956-2.097 2.486-.917.529-1.999.715-3.201.573-5.959-.703-12.274-2.396-17.786-4.765-1.113-.479-1.956-1.181-2.486-2.098-.529-.916-.715-1.998-.573-3.201C1.75 15.43 3.442 9.116 5.812 3.605c.478-1.113 1.18-1.956 2.097-2.486C8.826.59 9.907.404 11.11.546Z'/%3E%3C/svg%3E")}@media screen and (min-width:64rem){.timeline__label{font:var(--body-1-medium)}.timeline--vertical .timeline__label{margin:var(--spacing-5) auto 0}.timeline--horizontal .timeline__label{margin-left:var(--spacing-5)}}.form-group{display:flex;flex-direction:column}.form-group__error,.form-group__hint{font:var(--subtext-regular);margin-top:var(--spacing-1);width:-moz-fit-content;width:fit-content}.form-group__hint{color:var(--neutral-600)}.form-group__error{color:var(--alert-500)}.form-item__label{color:var(--neutral-600);font:var(--subtext-regular);margin-bottom:var(--spacing-1);max-width:100%;overflow:hidden;text-overflow:ellipsis;width:-moz-fit-content;width:fit-content}.radio-group{display:flex;flex-direction:column;gap:var(--spacing-4);position:relative}.radio__input-wrapper{align-items:center;display:flex;gap:var(--spacing-3);position:relative}.radio__label{cursor:pointer;display:flex;flex-direction:column}.radio__input{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid var(--neutral-300);border-radius:50%;color:var(--neutral-300);display:grid;font:inherit;height:var(--spacing-6);margin:0;min-width:var(--spacing-6);place-content:center;position:relative}.radio__input:is(:checked,:focus,:focus-within,:active){outline:none}.radio__input:is(:checked,:active){border:2px solid var(--action-500)}@media (hover:hover){.radio__input:not(:disabled,:focus-within,:active,:checked):hover{background-color:var(--action-50);border:1px solid var(--action-500)}}.radio__input:before{background-color:var(--action-500);border-radius:50%;content:"";display:block;height:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:0}.radio__input:checked:before{height:12px;width:12px}@media (prefers-reduced-motion:no-preference){.radio__input:before{transition-duration:.15s;transition-property:width,height;transition-timing-function:ease-out}}.password+.input__suffix{pointer-events:auto;right:var(--spacing-6)}.password+.input__suffix .button{padding:0}.password+.input__suffix .button:focus-visible{border:1px solid var(--action-500);border-radius:var(--border-radius-sm);color:var(--action-500);outline:none}.password+.input__suffix .button__label{display:flex;width:-moz-fit-content;width:fit-content}@media (hover:hover){.input__wrapper:hover .input:not(:-moz-read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}.input:hover:not(:disabled)+.input__suffix .button__label,.input__wrapper:hover .input:not(:read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}}.input__wrapper .input:is(:focus,:active):not(:-moz-read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}.input__wrapper .input:is(:focus,:active):not(:read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}@media screen and (min-width:64rem){.password+.input__suffix{right:var(--spacing-4)}}`;
|
|
518
|
+
const y0 = `a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}::backdrop,:host,:root{--neutral-50:#fff;--neutral-100:#f3f4fa;--neutral-200:#e2e4ed;--neutral-300:#bbc1d3;--neutral-400:#9faac0;--neutral-500:#818da5;--neutral-600:#63708a;--neutral-700:#48526d;--neutral-800:#2e3b56;--neutral-900:#1b1f27;--action-50:#eff9f9;--action-100:#e5f7f5;--action-200:#cceeec;--action-300:#80d5cf;--action-400:#19b3a8;--action-500:#00ab9e;--action-600:#009a8e;--action-700:#008077;--action-800:#00564f;--action-900:#003c37;--success-200:#f2f9ec;--success-500:#009a3e;--alert-200:#fef4f5;--alert-300:#f29699;--alert-400:#ff5c5c;--alert-500:#e62d32;--alert-600:#cf282d;--warning-200:#fffaf3;--warning-500:#dc8633;--discount-50:#fdf2f4;--neutral-bg:color-mix(in srgb,var(--neutral-50),var(--neutral-100));--action-gradient:linear-gradient( 133.53deg,#159a95 25.57%,#10b8b1 74.29%);--shadow-card:0 3px 8px rgba(46,59,86,.1);--shadow-nav:0 0 12px rgba(46,59,86,.12);--shadow-button:0 8px 8px -5px rgba(1,141,136,.2);--shadow-fab:0 4px 8px -5px rgba(1,141,136,.2);--shadow-modal:0 76px 80px rgb(0 0 0/7%),0 21px 24px rgb(0 0 0/5%),0 8px 10px rgb(0 0 0/4%),0 3px 3px rgb(0 0 0/2%);--border-radius-sm:4px;--border-radius-md:8px;--border-radius-lg:16px;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-7:28px;--spacing-8:32px;--spacing-9:40px;--spacing-10:48px;--spacing-11:56px;--spacing-12:64px;--font-xtra:"Neue",ui-sans-serif,system-ui,-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--display-1-medium:500 3rem/1.2 var(--font-xtra);--display-2-medium:500 2.5rem/1.2 var(--font-xtra);--display-3-medium:500 2rem/1.2 var(--font-xtra);--title-1-regular:400 1.5rem/1.3 var(--font-xtra);--title-1-medium:500 1.5rem/1.3 var(--font-xtra);--title-2-regular:400 1.25rem/1.2 var(--font-xtra);--title-2-medium:500 1.25rem/1.2 var(--font-xtra);--title-3-regular:400 1.125rem/1.2 var(--font-xtra);--title-3-medium:500 1.125rem/1.2 var(--font-xtra);--body-1-regular:400 1.125rem/1.5 var(--font-xtra);--body-1-medium:500 1.125rem/1.5 var(--font-xtra);--body-2-regular:400 1rem/1.3 var(--font-xtra);--body-2-medium:500 1rem/1.3 var(--font-xtra);--subtext-regular:400 .875rem/1.5 var(--font-xtra);--subtext-medium:500 .875rem/1.5 var(--font-xtra);--label-regular:400 .6875rem/1.5 var(--font-xtra);--label-medium:500 .6875rem/1.5 var(--font-xtra);color:var(--neutral-800);font:var(--body-2-regular);letter-spacing:.01em}.sr-only{border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);white-space:nowrap}:host *,:root *{box-sizing:border-box}@media screen and (min-width:64rem){:host,:root{font:var(--body-1-regular)}}::backdrop,:host,:root{--bioplanet-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%233255A4' d='M31.8 16.362c-.02-.54.18-4.81.18-7.46 0-1.57-.01-4.96-.03-5.8-.07-3.09-3.02-2.96-5.15-2.96-1.85 0-4.84.01-7.1.01v.01c-3.06 0-10.52-.01-10.77-.03-9.43-.55-9.16.33-8.7 7.1.38 5.53-.16 11.36-.16 16.9 0 2.36-.77 7.44 2.78 7.57 2.28.08 13.22.16 14.14.25.12.01.23.02.35.02 2.67.08 4.8.02 11.8-.31.25-.01.5-.04.75-.08 2.09-.4 2.4-1.78 1.91-15.22'/%3E%3Cpath fill='%23fff' d='M16.76 22.642c.66-.11 1.16-.06 2.15-.55s1.38-.22 1.65-1.04c.28-.82.22 0 .83-.77s.39-.38.44-.71.22-.55.33-1.04.44-.33.5-.99.17-.22.11-.77c-.05-.55-.22-.93-.27-1.53s.33-1.04-.11-1.7-.5-1.04-1.27-1.86.27-.6-1.05-1.15-1.54-.82-2.2-.93-.72-.44-1.49-.33-.94-.16-1.71.05c-.77.22-.72.44-1.27.6-.55.17-.28-.16-1.38.49-1.1.66-.83.77-1.1 1.04-.28.27-.72.38-.77.77-.06.38-.17.49-.28 1.04s-.55 0-.55.77.05.66 0 .93c-.06.27-.5.55-.39.82s-.05.33.11.99.33.71.44 1.32c.11.6.11.66.28.99.16.33.83.88 1.1 1.37s.44.6 1.05 1.04.66.49 1.38.71.61.49 1.21.49c.61 0 .5-.28 1.16-.06.66.23.44.12 1.1.01'/%3E%3Cpath fill='%23006EB6' fill-rule='evenodd' d='M16.81 9.782c.33.03 1.57.25 2.45.88s1.63 1.4 1.93 1.97c.3.58.44.79.44.79s.08.38-.11.3-.22.16 0 .16.25-.14.25-.14.39.77.41 1.62c.03.85.06 1.01-.08 1.78s.08.08-.19.17c-.28.08.11.25-.44.36s-1.07.14-1.07.14.16-.14.44-.06.36.06.58.03.5-.36.55-.25c.06.11.03.16.03.16s-.08.55-.44 1.12c-.36.58-.47.85-1.1 1.54-.63.68-1.52 1.15-1.93 1.37s-.66.3-.66.3.03.06.03-.22-.19-.49-.19-.49.14.3.08.49-.14.25-.14.25-.25.14-.94.22-1.71.05-2.56-.22-1.74-.58-2.54-1.37c-.8-.8-1.35-1.48-1.68-2.33s-.33-1.1-.33-1.1l-.03-.22s-.19-1.07 0-2.08c.19-1.02.33-1.78 1.38-2.93s1.3-1.29 2.12-1.7c.83-.41 1.13-.49 2.07-.6.93-.1 1.34.04 1.67.06' clip-rule='evenodd'/%3E%3Cpath fill='%23fff' d='M22.2 15.132c-.02-.41-.12-.61-.19-.74a.7.7 0 0 1-.06-.14c-.01-.04-.01-.1-.02-.15-.02-.2-.03-.3-.11-.31-.03-.01-.07 0-.1.06-.01.01-.01.02-.02.03-.02-.02-.04-.07-.09-.21-.03-.08-.01-.11.02-.16.05-.09.08-.18-.06-.35-.08-.1-.16-.14-.25-.14-.18.01-.33.21-.51.5-.01.02-.03.05-.05.07v-.02c-.03-.16-.03-.53-.03-.54l-.01-.03c-.07-.15-.33-.62-.53-.62-.04 0-.1.02-.14.1 0 .01-.24.54-.43.99 0-.02-.01-.03-.02-.05s-.01-.04-.02-.06c-.04-.25-.1-.58-.03-.68.02-.03.03-.05.04-.07a1 1 0 0 1 .1-.08c.08-.06.15-.12.19-.19.02-.03.02-.06.01-.09-.03-.08-.16-.11-.34-.17-.18-.05-.39-.11-.51-.21l-.02-.02c.06-.03.26-.04.4-.04.17-.01.34-.02.47-.05.15-.03.25-.03.31-.02.04 0 .09.01.11-.03s0-.08-.05-.15c-.11-.16-.41-.42-.87-.78-.4-.32-1.02-.56-1.51-.75l-.07-.03c-.34-.13-.72-.16-1-.18-.13-.01-.24-.02-.3-.04-.09-.02-.13-.04-.18-.01-.04.03-.04.07-.05.13 0 .04-.01.1-.02.18-.03.13-.03.13-.12.14-.06.01-.14.02-.25.06-.08.03-.12.06-.14.1s0 .08.01.1c0 .01 0 .01.01.01-.01.01-.05.05-.31.12-.47.12-.49.1-.58.04-.03-.02-.08-.06-.15-.09-.22-.11-.28-.08-.39.04-.03.03-.07.08-.13.13-.02.02-.08.07-.07.14.02.07.11.09.25.12.14.02.33.06.42.16.06.07.07.11.07.12 0 .02-.03.04-.06.07-.04.03-.1.08-.11.14-.01.03-.01.06-.01.09 0 .08-.01.14-.26.28-.31.16-.33.16-.42.14l-.04-.01c-.19-.04-.43.03-.51.26-.03.08-.08.14-.13.2-.09.11-.17.23-.15.4.01.06.03.09.06.1.07.05.17.03.28.01.08-.02.19-.04.22 0 .01.01.03.04 0 .15-.04.19-.05.27 0 .31.04.04.1.03.16.01.08-.02.18-.05.33 0 .19.07.29.07.34.01.04-.05.02-.12-.02-.16 0 0-.06-.1.03-.35.04-.1.04-.14.04-.18.01-.02.07-.08.17-.2.06-.06.12-.14.22-.23.21-.23.32-.28.37-.27.05 0 .08.05.12.12.05.07.1.15.19.17.14.03.22.08.32.14.04.03.09.05.14.08.05.02.08.05.09.1.02.07 0 .2-.17.47-.11.16-.13.25-.1.32.03.06.1.07.17.08.04 0 .09.01.13.03.1.05.17.03.23 0 .06-.02.13-.05.29-.02.11.02.19.03.23-.03.03-.05 0-.1-.04-.17a.9.9 0 0 1-.12-.27c-.05-.18-.04-.18.05-.23.05-.03.11-.07.19-.14l.08-.08.01.01c.05.04.14.12.36.19.03.01.1.03.15.05-.07.06-.19.17-.24.4-.08.31-.02.39.05.45.02.02.03.02.03.05 0 .21.37.27 1.24.34.08.01.15.01.21.01.16 0 .24-.03.27-.08.05-.08-.01-.16-.08-.27-.04-.06-.09-.13-.12-.21-.1-.23-.22-.3-.34-.38a.9.9 0 0 1-.19-.14.5.5 0 0 0-.16-.11l.05-.05c.01-.01.02-.02.06-.02.24.01.85.58 1.03.83.01.01.02.03.03.04-.07.2-.13.35-.13.41 0 .19-.09.72-.25.86-.12.1-.27.21-.4.2-.07-.01-.13-.05-.19-.13-.24-.33-1.19-.53-1.35-.43-.12.05-.93-.27-.98-.38 0-.02.01-.05.01-.08.01-.06.03-.13-.01-.2-.04-.06-.11-.09-.25-.12-.13-.02-.15-.06-.17-.09a.1.1 0 0 0-.07-.06c-.05-.01-.1.01-.2.07-.04.02-.07.05-.1.06a.6.6 0 0 0-.14-.12c-.23-.14-.29-.17-.4-.05l-.03.03c-.07.07-.04.15-.01.2.01.02.02.05.02.06s-.03.04-.17.08c-.25.07-.28.16-.29.26-.01.05-.01.07-.09.09-.22.07-.36-.24-.37-.24l-.01-.03-.03-.01c-.03-.01-.26-.07-.4.02-.06.04-.09.1-.1.17-.01.12-.17.2-.31.28-.09.05-.18.1-.23.16-.01.02-.07-.01-.14-.06s-.15-.09-.22-.07c-.04.01-.07.04-.09.1-.01 0-.05-.02-.08-.03-.07-.04-.15-.08-.24-.05-.06.02-.11.09-.15.19-.14.4.19 1.34.37 1.54.08.09.19.08.28.07.16-.02.31-.03.45.35.16.43.38.65.56.83.09.1.17.18.22.27.07.14.16.18.23.22.08.04.15.07.17.26l.01.08c.04.3.05.34-.17.7-.11.19-.2.25-.28.31-.09.07-.17.12-.22.31-.03.1-.04.18-.05.25a.63.63 0 0 1-.16.38c-.07.09-.08.15-.07.19-.04.02-.12.05-.23.09-.24.09-.42.1-.53.1-.08 0-.14 0-.16.06-.03.05.01.1.03.13.1.15.51.38.73.38.1 0 .15-.04.17-.08.04-.05.05-.09.05-.12.01-.04.01-.06.45-.27.08-.04.15-.08.22-.12 0 .01 0 .02.01.03a.5.5 0 0 1-.01.24c-.06.18-.17.17-.31.13l-.03-.01c-.08-.02-.1.04-.1.05-.03.13.51.34.56.35.03.01.07.02.1.02q.045 0 .09-.03c.06-.04.06-.12.06-.18 0-.05 0-.1.03-.13.08-.08.36-.17.48-.21.01-.01.33-.19.39-.62.02-.12.01-.19-.04-.23-.06-.03-.12.02-.2.08-.08.07-.19.15-.28.15-.12 0-.18 0-.21.04-.03.03-.02.06-.02.09 0 .02 0 .05-.02.1-.04.08-.1.08-.25.04-.03-.01-.06-.01-.1-.02.15-.11.28-.23.41-.34.24-.22.47-.42.73-.49.13-.04.24-.05.33-.06.31-.03.47-.07.7-.61.1-.24.16-.55.22-.84.11-.59.22-1.15.63-1.15.43 0 .5-.02.51-.25 0-.09 0-.22.08-.42.12-.31.05-.48.01-.58a.2.2 0 0 1-.02-.06s.02-.02.13-.06c.21-.07.29-.12.34-.16.03-.02.03-.02.09-.01.08.03.14.02.2.02.07 0 .12 0 .2.05.13.08.42.15.57.18-.02.1.05.26.19.48.08.12.18.21.28.28v.01c-.04.04-.17.23-.11.41.03.09.09.12.12.14.04.02.06.03.04.19-.02.09-.04.18-.05.25-.04.18-.07.28-.01.34.02.02.05.04.12.03l.01.01.01.01c0 .04.01.05.04.06.06.02.09-.02.13-.1q.03-.03.06-.09c.02-.03.03-.07.03-.1.05-.1.1-.17.18-.23.59-.06.7-.07.73-.25.45-.14.63-.3.79-.44l.04-.03c.21-.18.27-.41.27-.43 0-.03.02-.69 0-1.26M11.88 11.562c.01-.02.12-.07.19-.11.15-.08.23-.16.23-.26 0-.17-.23-.28-.25-.29l-.03-.01-.03.01c-.03.02-.85.45-1.23 1.01-.37.52-1.13 1.9-1.28 2.57-.16.75-.12 1.64-.03 1.98.03.13.04.32.05.45.01.17.01.21.08.22h.01c.06 0 .07-.06.1-.21.05-.25.14-.36.21-.38.05-.01.09.02.13.06.23.27.38.42.49.36.09-.05.09-.2 0-.53-.13-.46-.37-.44-.48-.43h-.02c.02-.09.15-.38.22-.54.16-.34.28-.59.37-.79.25-.51.3-.63.24-.85-.08-.25-.1-.81.12-1 .12-.11.16-.31.18-.49.02-.11.04-.26.09-.28.01 0 .03-.01.09.03.13.09.2.21.25.29.04.08.08.14.14.13.07-.01.1-.09.18-.38.08-.32.04-.46.01-.54-.02 0-.02-.02-.03-.02'/%3E%3Cpath fill='%23fff' d='M12.33 17.202c-.06-.02-.07 0-.15.18-.06.13-.1.17-.12.19-.05.05-.04.09-.01.14.01.02.04.06.07.13.11.25-.01.36-.01.36l.07.11c.01 0 .24-.11.18-.53-.03-.18 0-.36.01-.45.01-.06.02-.11-.04-.13'/%3E%3Cpath fill='%23CBD336' d='M12.04 11.402c.44-.22-.03-.44-.03-.44s-.83.44-1.21.99c-.39.55-1.13 1.91-1.27 2.55-.17.77-.11 1.64-.03 1.95.08.3.03.91.11.47s.3-.52.44-.36.58.82.33-.06-.77 0-.22-1.21.69-1.18.61-1.45-.22-.8.03-1.01c.25-.22.19-1.04.55-.8.36.25.3.74.47.08.17-.65-.22-.49.22-.71M22.13 15.132c-.03-.58-.22-.71-.25-.88-.03-.16-.03-.52-.11-.38s-.14.06-.22-.19.19-.22-.03-.49-.44 0-.66.36-.14.19-.17.03c-.03-.17-.03-.55-.03-.55s-.41-.82-.55-.52-.63 1.42-.63 1.59c0 .16-.08.74-.28.9-.19.16-.47.36-.69.05-.22-.3-1.13-.49-1.27-.41s-1.08-.3-1.08-.44.14-.27-.19-.33c-.33-.05-.11-.25-.39-.08-.28.16-.03.11-.3-.06-.28-.16-.25-.14-.36-.03s.22.25-.19.36-.11.27-.39.36c-.28.08-.44-.27-.44-.27s-.39-.11-.41.14c-.03.25-.44.33-.55.47s-.36-.25-.44-.06-.33-.27-.47.11.19 1.29.36 1.48c.16.19.5-.22.74.44.25.66.63.82.77 1.1s.36.11.41.49c.06.38.08.41-.17.82s-.41.27-.5.6-.03.41-.22.66.17.11-.33.3-.74.03-.63.19c.11.17.69.47.8.3.11-.16 0-.36.63-.66s.88-.68 1.41-.82c.52-.14.61-.03.91-.74s.3-1.92.99-1.92.17-.03.39-.6c.22-.58-.11-.63.3-.77s.3-.22.47-.16c.16.05.25-.03.41.08.17.11.64.19.64.19s-.02-.05.12.15c-.02.02-.01.06.05.13.33.44.25.58.25.58s-.17.19-.11.36c.06.16.22.03.16.36-.05.33-.16.58-.03.55.09-.02.09.07.12.05.01.03.02.03.06-.06.02-.02.04-.05.06-.1.02-.03.03-.06.02-.09.04-.09.08-.18.13-.25.03 0 .06-.01.1-.01.8-.08.66-.08.72-.36v-.03c.47-.12.66-.18.82-.33.19-.16.25-.38.25-.38s.03-.65 0-1.23m-2.04 2.53c-.08-.11-.29-.13.06-.18z'/%3E%3Cpath fill='%23CBD336' d='M12.24 17.412c-.17.36-.19.11-.06.41.14.3-.03.44-.03.44s.22-.06.17-.44c-.06-.39.08-.77-.08-.41M14.8 20.422c-.28 0-.11.03-.19.19s-.14.27-.3.25c-.17-.03-.11-.14-.19.14s-.3.19-.41.16.22.19.5.28c.27.08.11-.19.22-.3s.5-.22.5-.22.3-.16.36-.57c.03-.42-.21.07-.49.07M13.83 13.072c-.11.49.05.11.44.25s.25-.06.25-.06-.08-.11.03-.41-.14 0 .44-.63.52-.06.74 0 .3.14.47.22.19.27-.05.66c-.25.38 0 .25.16.33.17.08.17-.08.5-.03.33.06.08-.06 0-.38-.08-.33.03-.22.25-.44s.05-.03.52.11.06.06-.06.52c-.11.47.08.33.08.49s.47.22 1.19.27.19-.19.06-.52c-.14-.33-.17-.25-.36-.44s-.3-.03-.11-.25.99.55 1.18.82-.3-.8-.17-.99c.14-.19.25-.08.33-.22s-.47-.27-.72-.49.52-.14.88-.22.44.05.33-.11-.44-.44-.86-.77c-.41-.33-1.07-.58-1.57-.77s-1.1-.16-1.3-.22c-.19-.05-.11-.03-.17.25s-.11.14-.41.25.22.16-.44.33c-.66.16-.5.08-.77-.06-.28-.14-.22-.03-.44.16s.39.08.61.33-.06.25-.08.38c-.03.14.06.22-.3.41s-.36.16-.5.14c-.14-.03-.36 0-.44.22s-.3.33-.28.58c.05.27.68-.2.57.29'/%3E%3Cpath fill='%23fff' d='M29.65 18.252c-.48-.68-1.25-1.15-1.76-1.45-.14-.08-.25-.15-.34-.22-.44-.3-5.04-2.24-5.24-2.33l-.08-.03-.05.8.04.02c.04.02 3.85 1.64 4.95 2.29 1.09.64 1.45 1.63 1.45 1.9 0 .26-.04.46-.25.86-.18.35-1.5.73-2.72.92-1.15.18-4.32 0-5.04-.06-.81-.06-4.57-.72-5.29-.89-.67-.16-3.93-1.12-5.2-1.55-1.2-.4-2.95-1.26-4.49-2.03-1.35-.67-2.29-1.82-2.56-2.38-.26-.53-.3-.76.73-1.57 1.02-.81 6.4-.34 6.45-.34h.03l.66-.66-.14-.01c-.03 0-3.5-.3-4.76-.25-1.2.05-2.77.42-3.49.83-.74.41-.85 1.18-.72 1.73.15.62 1.59 1.94 2.14 2.31.61.41 2.52 1.46 3.51 1.9 1 .45 2.77 1.06 4.01 1.48.95.32 2.66.76 3.58 1 .27.07.48.12.6.16.5.14 3.55.64 4.28.75.56.09 2.87.32 4.62.34h.14c1.65 0 3.5-.38 4.18-.65.71-.28 1.24-.77 1.34-1.24.1-.5.04-.77-.58-1.63'/%3E%3Cpath fill='%23CBD336' d='m10.76 11.422-.56.45s-4.75-.44-6.06.26c-1.18.62-1.25 1.51-.98 2.07s.98 1.48 2.34 2.16 3.25 1.61 4.5 2.03 4.51 1.39 5.21 1.55 4.49.83 5.3.89c.82.06 3.91.24 5.06.06s2.56-.56 2.76-.95c.2-.4.25-.61.25-.89s-.36-1.3-1.48-1.95-4.62-2.37-4.62-2.37l.04-.66s4.45 2.1 4.89 2.4 1.49.81 2.09 1.65c.6.85.66 1.11.56 1.57s-.65.93-1.3 1.2c-.66.26-2.47.45-4.2.43s-4.18-.27-4.75-.36-3.67-.49-4.17-.63c-.51-.14-3.02-.64-4.24-1.05s-3.01-1.03-4.01-1.47c-1-.45-2.9-1.49-3.5-1.89-.59-.4-1.98-1.7-2.11-2.27-.14-.57.02-1.28.69-1.65s2.19-.76 3.47-.82c1.27-.08 4.82.24 4.82.24'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32.003v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--collectgo-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%230587C7' d='M32 16c0 8.84-7.16 16-16 16S0 24.84 0 16 7.16 0 16 0s16 7.16 16 16'/%3E%3Cpath fill='%23fff' d='m6.04 14.26.85 8.33c.09 1.09 1 1.95 2.12 1.95h13.81c1.12 0 2.03-.86 2.12-1.95l.85-8.33zm5.48 3.73c-.01-1-.01-.22 0-1.23 0-.58.34-.94.84-.94.48.01.8.37.81.92.01.51.01.77 0 1.27-.01.57-.32.91-.81.91-.52 0-.84-.35-.84-.93m9.44 2.57c-.86 1.55-2.33 2.6-4.03 2.89s-3.43-.24-4.74-1.42a.76.76 0 0 1-.05-1.08c.28-.31.77-.34 1.08-.05.97.88 2.23 1.26 3.47 1.05s2.31-.98 2.94-2.12a.76.76 0 0 1 1.04-.3c.36.2.49.66.29 1.03m.91-2.68a.611.611 0 0 1-.83-.19c-.16-.26-.43-.38-.78-.38h-.02c-.35 0-.61.13-.77.39-.18.28-.55.36-.83.18a.606.606 0 0 1-.17-.83c.38-.6 1.01-.93 1.76-.93.78 0 1.43.33 1.82.94.18.27.1.64-.18.82M25.65 11.05h-7.78l2.87-4.35c.14-.2.2-.44.2-.67s-.07-.45-.2-.64c-.08-.13-.2-.24-.33-.33-.09-.06-.18-.1-.28-.13a.16.16 0 0 0-.08-.03c-.09-.02-.18-.04-.27-.04h-.03a1.15 1.15 0 0 0-.51.12.3.3 0 0 0-.08.04c-.06.03-.11.07-.16.11-.02.02-.04.03-.06.05a1 1 0 0 0-.18.21l-1.15 1.75-2.58 3.91h-8.7c-.84 0-1.39.49-1.39 1.21 0 .64.47 1.14 1.11 1.18.16.01 19.7.01 19.86 0 .64-.04 1.11-.53 1.11-1.18.02-.72-.53-1.21-1.37-1.21M16 12.8c-.35 0-.63-.28-.63-.63s.28-.63.63-.63.63.28.63.63-.28.63-.63.63'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--colruyt-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23F5782D' d='M10.18 5.09H32L21.82 26.91H0z'/%3E%3C/svg%3E");--colruytacademy-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23EAAA00' d='M20.89 12.155c-2.04 0-3.65 1.62-3.69 3.69v.14c0 3.72-3.03 6.75-6.75 6.75s-6.76-3.02-6.76-6.74 3.03-6.75 6.75-6.75c1.02 0 1.85-.83 1.85-1.85s-.83-1.85-1.85-1.85C4.69 5.545 0 10.235 0 15.995s4.69 10.45 10.45 10.45 10.44-4.69 10.44-10.45z'/%3E%3Cpath fill='%23009891' d='M11.11 19.835c2.04 0 3.65-1.62 3.69-3.69v-.14c0-3.72 3.03-6.75 6.75-6.75s6.75 3.03 6.75 6.75-3.03 6.75-6.75 6.75c-1.02 0-1.85.83-1.85 1.85s.83 1.85 1.85 1.85c2.57 0 4.93-.94 6.76-2.49.04.99.85 1.78 1.84 1.78 1.02 0 1.85-.83 1.85-1.85V8.115c0-1.02-.83-1.85-1.85-1.85-.99 0-1.8.78-1.84 1.77a10.4 10.4 0 0 0-6.76-2.49c-5.76 0-10.45 4.69-10.45 10.45v3.84z'/%3E%3C/svg%3E");--colruytgroup-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%234D4F53' d='M21.05 16a5.05 5.05 0 0 1-5.06 5.05c-2.79 0-5.05-2.26-5.05-5.05s2.26-5.05 5.05-5.05c.61 0 1.19.11 1.73.3l4.63-9.93C20.4.48 18.25 0 15.99 0 7.16 0 0 7.16 0 16c0 8.83 7.16 16 15.99 16C24.83 32 32 24.83 32 16c0-1.22-.15-2.41-.41-3.56H19.58c.91.91 1.47 2.17 1.47 3.56'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dats24-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M32 0H0v32h32z'/%3E%3Cpath fill='%2300B2E3' d='M31 14H1v17h30z'/%3E%3Cpath fill='%23fff' d='M14.86 29h-8.3v-2.68l4.67-5.08c.24-.26.41-.49.51-.68q.15-.285.15-.69 0-.555-.3-.87c-.2-.21-.49-.32-.86-.32-.33 0-.61.09-.85.28s-.35.51-.35.97H6.56c0-.81.19-1.51.56-2.1s.87-1.05 1.5-1.36S9.95 16 10.73 16c.8 0 1.51.16 2.14.47.62.31 1.11.77 1.46 1.36s.53 1.28.53 2.06c0 .63-.12 1.16-.36 1.6-.24.43-.65.96-1.24 1.57l-3.08 3.26h4.68zM25.44 27.29h-.96V29h-2.82v-1.71h-5.35v-2.82l4.28-8.36h3.26l-4.27 8.36h2.08v-1.71h2.82v1.71h.96z'/%3E%3Cpath fill='%2393D500' d='M31 1H1v12h30z'/%3E%3Cpath fill='%23fff' d='M8.72 7v.68c0 .4-.02.75-.05 1.03-.04.28-.12.57-.24.84s-.32.54-.57.8c-.55.55-1.3.82-2.25.82H2.5V2.82h3.1c.95 0 1.7.27 2.25.82.26.26.45.52.57.8q.195.42.24.84c.04.28.05.63.05 1.04V7zM6.67 7c0-.69-.01-1.14-.04-1.36s-.09-.39-.18-.52c-.21-.31-.54-.47-.99-.47h-.91v4.7h.91c.45 0 .78-.16.99-.47.06-.1.11-.2.14-.3.02-.1.05-.26.06-.5.01-.23.02-.59.02-1.08M17.04 11.18h-2.15l-.39-1.24h-2.57l-.41 1.24H9.37l3.04-8.36H14zm-3.08-2.96-.71-2.23-.75 2.23zM22.79 4.65h-2.06v6.53h-2.05V4.65h-2.06V2.82h6.17zM29.5 8.62c0 .55-.15 1.02-.43 1.42q-.435.6-1.17.9c-.49.2-1.03.31-1.63.31-.69 0-1.29-.08-1.81-.25a3.26 3.26 0 0 1-1.36-.85l1.32-1.32q.315.315.81.45c.34.09.69.14 1.05.14q1.2 0 1.2-.75c0-.21-.06-.38-.17-.49s-.3-.19-.55-.22l-1.01-.14c-.74-.1-1.3-.35-1.68-.74q-.57-.585-.57-1.68c0-.51.12-.96.37-1.36s.6-.71 1.06-.94 1-.34 1.62-.34c.61 0 1.15.08 1.61.24s.86.41 1.21.76l-1.29 1.29c-.21-.21-.44-.35-.69-.41q-.375-.09-.9-.09-.495 0-.75.24c-.17.16-.26.34-.26.54 0 .15.06.28.17.39.13.13.32.21.57.25l1.01.14c.74.11 1.28.34 1.65.69.22.21.37.47.47.77.1.28.15.64.15 1.05'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dreambaby-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%238EC152' d='M4.737 13.975c-.48.93-1.07.76-1.62.57 0 0 .44-.83 1.62-.57M13.277 8.275c.86.6.61 1.17.34 1.68 0 0-.75-.55-.34-1.68M9.527 17.795c-.88.57-1.31.13-1.68-.31-.01 0 .78-.5 1.68.31M16.487 2.955c-.48.93-1.07.76-1.62.57 0 0 .44-.82 1.62-.57M23.027 4.145c-.37-1.08.21-1.42.78-1.7-.01 0 .31.96-.78 1.7M24.727 18.425c-2.56-.64-3.23.76-3.77 2.11 0 .01 2.28.55 3.77-2.11'/%3E%3Cpath fill='%23F39FAF' d='M21.307 16.955c.01.03.03.06.04.09.15-.23.3-.28.4-.27.17.01.22.25.13.52 0 0 .3.09.36.3.02.06-.03.31-.39.3-.04 0-.08 0-.13-.01.14.26.1.42.04.51-.1.14-.33.06-.51-.16 0 0-.23.2-.44.15-.06-.02-.25-.19-.05-.49.02-.04.05-.07.08-.11-.3-.01-.43-.13-.47-.23-.07-.16.12-.31.4-.36 0 0-.06-.31.1-.46.04-.03.28-.1.44.22M7.847 5.345c.09.14.11.29-.1.41 0 0 .29.01.3.26s-.07.29-.3.3c0 0 .33.14.05.38s-.36.07-.39.05c0 0 .08.25-.21.3-.28.05-.34-.12-.33-.2 0 0-.19.34-.41.17s-.07-.36-.07-.36-.25.22-.41-.01c-.16-.24.14-.42.14-.42s-.33.06-.33-.24.3-.28.3-.28-.3-.19-.06-.44c.24-.24.39-.01.39-.01s-.13-.22.2-.36.35.23.35.23.11-.3.38-.19c.27.1.11.42.11.42s.26-.2.39-.01M28.347 12.095c.1.16.12.33-.11.47 0 0 .33.01.34.29s-.08.33-.34.34c0 0 .37.15.05.43-.31.27-.4.08-.44.05 0 0 .08.28-.24.34s-.38-.13-.38-.22c0 0-.21.39-.46.19-.25-.19-.09-.41-.09-.41s-.28.25-.46-.01c-.18-.27.15-.47.15-.47s-.37.07-.37-.28c0-.34.34-.31.34-.31s-.34-.22-.07-.49c.28-.28.44-.01.44-.01s-.15-.25.22-.4.4.25.4.25.13-.33.43-.22c.31.11.12.47.12.47s.32-.23.47-.01M11.977 2.015c.5-1.23 1.39-1.91 2.03-1.45s1.24 1.77-.41 5.18c0 0-1.96-.47-3.28-1.52s-.74-2.08-.5-2.23c.83-.53 2.16.02 2.16.02'/%3E%3Cpath fill='%23E8E349' d='M11.437 14.785c.11.17.13.36-.12.5 0 0 .35.01.36.31.01.31-.09.36-.36.36 0 0 .4.16.06.46s-.43.09-.47.05c0 0 .09.3-.25.36s-.41-.15-.41-.24c0 0-.23.41-.5.21s-.09-.44-.09-.44-.3.27-.49-.01c-.2-.29.16-.51.16-.51s-.4.07-.4-.3.37-.34.37-.34-.37-.23-.07-.53.47-.01.47-.01-.16-.27.23-.43c.4-.16.43.27.43.27s.14-.36.46-.24c.33.12.13.51.13.51s.33-.21.49.02M15.287 4.405c.95 1.94-.05 2.71-1.04 3.37 0 0-.83-1.73 1.04-3.37M12.127 19.355c-.87-.58-1.31-.15-1.69.29 0 0 .78.51 1.69-.29M29.127 9.245c-1.09 2.11-2.42 1.73-3.66 1.29 0 0 .98-1.87 3.66-1.29M23.227 15.695c.25-.59.68-.91.99-.68s.59.86-.24 2.49c0 0-.94-.24-1.57-.76s-.34-1.01-.23-1.08c.41-.25 1.05.03 1.05.03M21.107 1.215c-.48-.86-1.2-1.29-1.64-.89-.43.4-.76 1.42.78 3.8 0 0 1.41-.53 2.29-1.43s.36-1.61.16-1.7c-.66-.32-1.59.22-1.59.22'/%3E%3Cpath fill='%2365C4DB' d='m21.177 5.045.31-.64c.16-.3.64-.39.86-.17.29.29 1.98 3.5 3.67 4.51l-1 .59-1.08-1.92s-1.78.44-2.11-.25c-.34-.7.29-1.95.29-1.95s-.12 0-.26-.04zM17.627-.005c-.48 0-.8.4-.97.86-.21-.43-.56-.78-1.02-.74-.55.04-.49.76-.46 1.02s.42.58.79.56c0 0-.34.19-.25.49s.42.41.63.34c.1-.03.26-.15.38-.34l.04-.08c-.01.03-.03.05-.04.08.12.16.28.26.38.28.21.05.53-.09.6-.39.07-.31-.29-.47-.29-.47.38-.01.74-.36.75-.62.01-.27.02-.99-.54-.99'/%3E%3Cpath fill='%23EA580C' d='M5.307 17.365c-.15.99.15 1.77.73 1.73.58-.05 1.45-.66 1.7-3.51 0 0-1.42-.45-2.64-.28-1.23.17-1.26 1.06-1.16 1.25.33.66 1.37.81 1.37.81M25.767 3.805c.8 0 1.38.34 1.27.81-.11.46-.71 1.09-2.99.94 0 0-.18-1.2.11-2.18.29-.97 1-.89 1.14-.78.48.35.47 1.21.47 1.21M17.667 4.695c-.23-.51-.62-.79-.88-.59-.27.2-.5.77.25 2.19 0 0 .83-.23 1.37-.7s.28-.89.18-.95c-.37-.2-.92.05-.92.05M25.807 14.345c-.09 0-.19.02-.29.05-.66.21-.23 1.45-.02 1.67.12.15.31.31.53.31.1 0 .21-.03.32-.12.07.07.17.09.26.09.2 0 .41-.12.51-.25.14-.2.3-.65.32-.87.06-.57-.29-.88-.65-.88a.7.7 0 0 0-.48.2c-.17-.13-.32-.2-.5-.2M3.927 7.785c-.05.08-.09.17-.11.27-.18.67 1.1.98 1.39.93.19-.02.43-.09.55-.27.06-.09.08-.19.07-.33.1-.03.17-.09.22-.17.11-.17.12-.41.06-.57-.09-.23-.38-.6-.56-.74-.44-.36-.89-.24-1.08.07-.09.14-.13.32-.09.51-.21.06-.35.16-.45.3M10.987 6.655c-.09.04-.17.09-.25.17-.54.47.37 1.46.65 1.58.18.09.41.17.62.08.09-.04.18-.11.25-.24.1.03.2.02.29-.02a.7.7 0 0 0 .38-.44c.05-.25.02-.73-.05-.94-.18-.56-.62-.71-.96-.57-.16.07-.29.2-.37.38-.22-.07-.39-.07-.56 0M21.137 7.155l-3.34 2.45.39.53.68-.5.02 3.17 2.73.38 1.04-3.02.52.66.51-.4zm-.62 4.4a.886.886 0 0 1-.75-.99c.06-.48.51-.81.99-.74s.81.51.74.99c-.06.47-.5.8-.98.74'/%3E%3Cpath fill='%23EC6692' d='M8.237 19.155c.04.03.08.05.11.08.01-.38.15-.55.29-.61.21-.11.44.14.53.53 0 0 .42-.1.64.1.06.05.19.39-.25.64-.05.03-.1.06-.16.08.35.21.43.43.41.58-.02.24-.35.31-.73.18 0 0-.13.41-.41.5-.08.03-.43-.04-.41-.55 0-.06.01-.13.02-.19-.37.2-.61.15-.73.06-.19-.14-.08-.46.22-.72 0 0-.29-.32-.21-.61.02-.08.26-.35.68-.07M27.977 7.655c-.03-.05-.06-.09-.09-.13.43.01.62-.15.7-.29.13-.23-.13-.5-.57-.62 0 0 .14-.47-.08-.73-.06-.07-.43-.23-.73.26-.03.06-.07.11-.09.17-.22-.41-.47-.5-.64-.49-.27.01-.36.38-.24.81 0 0-.47.13-.58.44-.03.09.03.48.6.49.07 0 .14-.01.21-.01-.24.41-.2.67-.1.82.15.22.51.11.82-.21 0 0 .35.33.68.27.1-.03.4-.29.11-.78M9.627 10.735c-.02-.04-.05-.07-.07-.11.36.01.52-.12.58-.24.11-.19-.11-.42-.47-.52 0 0 .11-.39-.06-.6-.05-.06-.36-.19-.61.21-.03.05-.06.1-.08.14-.18-.34-.39-.42-.53-.41-.22.01-.3.31-.2.67 0 0-.39.11-.48.37-.03.07.02.4.5.41.06 0 .12 0 .18-.01-.2.34-.17.56-.09.68.12.18.42.09.68-.18 0 0 .29.28.56.22.08 0 .33-.22.09-.63M25.897 17.035c.06.08.06.18-.06.25 0 0 .17.01.18.15.01.15-.04.18-.18.18 0 0 .19.08.03.23s-.21.05-.23.03c0 0 .05.15-.12.18s-.2-.07-.2-.12c0 0-.11.2-.24.1s-.05-.22-.05-.22-.15.14-.24-.01c-.1-.14.08-.25.08-.25s-.19.04-.19-.14.18-.17.18-.17-.18-.11-.03-.26c.14-.15.23-.01.23-.01s-.08-.13.11-.21.21.14.21.14.07-.18.23-.12.07.25.07.25.14-.12.22 0M3.677 11.485c-.75.6-1.04 1.36-.59 1.71s1.48.5 3.52-1.35c0 0-.73-1.27-1.73-1.97s-1.6-.09-1.66.11c-.2.69.46 1.5.46 1.5M8.117 3.535c-.45-.02-.78.15-.73.41s.36.63 1.64.62c0 0 .14-.67.01-1.22s-.53-.53-.61-.47c-.29.18-.31.66-.31.66M20.307 5.645l-.02-.56-.42.39c-.01 0-.02-.01-.03-.01-.31-.08-.71.1-.76.76 0 0-.17.68-1.05 1.03-.12.07-.19.07-.19.07s.43 1.02 1.25.75c.68-.22.82-.82.71-1.25-.03-.16-.1-.24-.1-.24.12-.03.45-.14.51-.5.11-.02.6-.25.6-.25z'/%3E%3Cpath fill='%23FAB600' d='M19.197 2.785c.08.11.09.24-.08.34 0 0 .24.01.25.21.01.21-.06.24-.25.25 0 0 .27.11.04.31s-.29.06-.32.04c0 0 .06.2-.17.25-.23.04-.28-.1-.27-.16 0 0-.15.28-.34.14-.18-.14-.06-.3-.06-.3s-.2.19-.33-.01c-.13-.19.11-.34.11-.34s-.27.05-.27-.2.25-.23.25-.23-.26-.17-.06-.37.32-.01.32-.01-.11-.18.16-.3c.27-.11.29.19.29.19s.09-.24.32-.16c.22.08.09.34.09.34s.21-.15.32.01M14.587 15.505c.16-1.03.72-1.71 1.29-1.48s1.27 1.13.62 4.04c0 0-1.59-.01-2.78-.58s-.94-1.46-.78-1.62c.54-.54 1.65-.36 1.65-.36M24.597 11.725c.52.21.81.59.62.86s-.75.53-2.2-.17c0 0 .2-.83.64-1.39.45-.56.88-.32.95-.22.23.36-.01.92-.01.92M5.917 13.395c.03-.07.33.03.41.08.04.02.07.04.11.07h-.02c-.16-.01-.55-.06-.5-.15m.43-.26c-.02-.03-.09-.12-.07-.17q.015-.03.06-.03c.16-.02.36.05.37.23 0 .07-.02.19-.07.27l-.01.01-.07-.07-.01-.01c-.07-.08-.14-.15-.2-.23m1.3.92c0-.48-.4-.67-.91-.52.05-.09.16-.33.08-.51-.06-.15-.26-.23-.44-.23-.08 0-.15.02-.2.05-.04.02-.06.05-.07.09-.02.09.06.21.12.29.05.06.1.12.16.18-.03-.01-.06-.03-.09-.04-.17-.07-.47-.13-.52.02-.06.17.49.25.68.27h-.01l-.21.13c-.19.14-.35.29-.34.51.01.33.71.43.98.42.4-.02.77-.23.77-.66'/%3E%3Cpath fill='%23006AB4' d='M25.127 13.505c-1.66-.2-3.74.41-5.6 1.79-.11.08-.21.17-.31.25-.85-2.93-2.11-5.5-3.68-7.53-.06-.06-.28-.26-.56-.11-.05.03-.09.06-.14.09-.09.06-.18.13-.27.2-.25.22 0 .57 0 .57 2.05 2.92 3.25 7.03 3.23 11.61-2.54-1.86-5.38-2.69-7.64-2.41-.35.07-.33.5.02.48 2.41-.19 5.34 1.43 7.5 4.3a28.8 28.8 0 0 1-2.13 8.41c-.25.58.38.72.47.74.52.07 1.04.11 1.67.11.68 0 1-.05 1.45-.13 0 0 .5-.1.64-.57.25-1.31.45-2.66.55-4.05.28-3.61 0-7.06-.72-10.17 1.57-2.13 3.73-3.35 5.5-3.2.26-.02.33-.33.02-.38'/%3E%3Cpath fill='%23006AB4' d='M15.427 11.765c-.39-1.13-1.49-1.26-2.56-.48.04-.25.1-.91-.22-1.28-.26-.31-.81-.32-1.22-.17-.18.07-.33.16-.43.27-.07.08-.1.17-.09.26.03.23.31.44.52.57.16.11.33.2.53.3-.08-.01-.16-.02-.24-.02-.45-.03-1.21.07-1.22.46-.01.46 1.35.18 1.82.07l-.02.02-.4.48c-.34.48-.59.96-.39 1.48.3.76 2.02.42 2.65.19.93-.35 1.61-1.14 1.27-2.15m-3.2-.17c-.34.07-.8.14-1.13.14-.31 0-.39-.06-.4-.08-.01-.01-.01-.01-.01-.03.01-.07.22-.15.66-.15.3 0 .57.04.7.07.07.02.13.03.18.05m-.69-.92c-.37-.24-.4-.37-.4-.41 0-.05.06-.09.11-.12.19-.1.4-.15.61-.15s.57.06.72.43c.08.2.13.56.09.85-.09-.05-.17-.08-.24-.11-.01-.01-.02-.01-.03-.01-.28-.15-.58-.3-.86-.48'/%3E%3Cpath fill='%2327A536' d='m10.667 5.875-.33-.67c-.17-.31-.66-.4-.89-.18-.3.29-2.06 3.64-3.82 4.69l1.04.61 1.12-2s1.85.45 2.2-.26c.35-.73-.3-2.03-.3-2.03s.12.01.27-.03zM17.637 9.095c-1.64-.44-1.57-1.43-1.45-2.36-.01-.01 1.45.4 1.45 2.36M20.877 13.585c-.48.93-1.07.76-1.62.57 0 0 .43-.82 1.62-.57M8.127 12.735c1.06-.84 1.73-.39 2.33.06 0 0-.96.73-2.33-.06M15.877 21.715c-2.6 1.47-3.75.15-4.74-1.17 0 0 2.33-1.29 4.74 1.17'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--dreamland-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23005CA9' d='M23.4 22c-.04-1-.01-3.69 1.35-6.24 1.5-2.74 4.2-5.25 7.25-5.76h-1.73c-3.05.49-6.04 3.02-7.86 5.81-1.63 2.53-2.06 5.2-2.17 6.19z'/%3E%3Cpath fill='%2300ABE7' d='M20.27 22c.11-.99.53-3.67 2.18-6.23 1.8-2.75 4.78-5.26 7.84-5.77H28.3c-3.07.48-6.25 3.02-8.38 5.8-1.91 2.53-2.75 5.2-3.01 6.2z'/%3E%3Cpath fill='%23BCCF00' d='M16.91 22c.26-.99 1.1-3.67 3.04-6.24C22.07 13 25.23 10.5 28.3 10h-1.95c-3.09.48-6.53 3.01-8.98 5.8-2.2 2.54-3.42 5.21-3.82 6.2z'/%3E%3Cpath fill='%23FD0' d='M13.53 22c.41-.99 1.62-3.67 3.85-6.24C19.82 13 23.25 10.5 26.34 10H24.4c-3.12.48-6.87 3.01-9.65 5.8-2.5 2.54-4.06 5.2-4.59 6.2z'/%3E%3Cpath fill='%23F7A600' d='M10.15 22c.54-.99 2.1-3.66 4.63-6.23 2.76-2.77 6.5-5.28 9.62-5.77h-1.95c-3.15.48-7.23 3.02-10.34 5.81-2.8 2.54-4.67 5.2-5.33 6.19z'/%3E%3Cpath fill='%23E63312' d='M6.77 22c.65-.99 2.53-3.66 5.37-6.23 3.08-2.76 7.15-5.28 10.3-5.77h-1.95c-3.18.48-7.64 3.02-11.08 5.81-3.1 2.54-5.26 5.2-6.02 6.19z'/%3E%3Cpath fill='%23EA5297' d='M3.38 22c.75-.99 2.92-3.65 6.07-6.22 3.41-2.76 7.85-5.29 11.04-5.78h-1.57c-3.22.48-8.46 3.04-12.24 5.82A44 44 0 0 0 0 22z'/%3E%3C/svg%3E");--okay-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23004896' d='M32 5v22c0 2.76-2.24 5-5 5H5c-2.76 0-5-2.24-5-5V5c0-2.76 2.24-5 5-5h22c2.76 0 5 2.24 5 5'/%3E%3Cpath fill='%23F07C00' d='M26.46 16c0 5.74-4.66 10.4-10.4 10.4S5.66 21.74 5.66 16s4.66-10.4 10.4-10.4 10.4 4.66 10.4 10.4'/%3E%3Cpath fill='%23fff' d='M10.2 20.59c.01 0 .01.01 0 0 .01 0 0 0 0 0M10.29 20.68l-.07-.07zM1.01 12.26c.12-.08 7.72-.21 8.13.02.41.22-1.31.48-5.44.32-4.14-.15-2.69-.34-2.69-.34M.004 14.293c1.818-.104 8.13-.236 8.526-.003.45.27-1.45.6-6.03.45-1.222-.043-2.005-.09-2.496-.139C0 14.5 0 14.5.004 14.293M1.94 16.73c.12-.07 7.74-.4 8.16-.23s-1.29.43-5.45.43c-4.15 0-2.71-.2-2.71-.2M24.94 12.81c-2.29-.53-8.19-1.32-11.7-1.03 3.11.27 8.4.72 11.23 1.67.16-.21.48-.35.47-.64M23.21 14.55c-3.11-.71-4.82-1.48-10.56-1.42l.91.08c2.98.42 6.25.61 8.94 1.98l.24.24c.32-.23.41-.55.47-.88M12.55 14.93c-.23.04 2.21.38 2.85.49 1.56.26 3.31.73 4.84 1.28.48.17 1.35.72 1.61.05.11-.29-.54-.48-1.23-.66 0-.01-4.39-1.23-8.07-1.16'/%3E%3Cpath fill='%23fff' d='m23.34 10.41-.26.17-2.2 3.53c-.29.5-1.38 1.53-1.39 2.15.63-.11 1.49-1.61 1.82-2.01.99-1.19 1.73-2.27 2.69-3.52.04-.3-.44-.21-.66-.32M21.19 10.18l-.59.05c-.65 1.25-1.75 2.87-2.41 4.2l-.61 1.34c1.09-1.25 2.86-4.13 3.74-5.46z'/%3E%3Cpath fill='%23fff' d='M22.69 9.99c-1.31-.14-2.85-.04-4.17-.11 0 0-5.78.27-6.41.47-.38.12-.08.24.83.29.69.04 1.78.01 1.78.01.19-.02.94 0 .94 0s3.82.05 5.3 0c.95.05 1.88.16 2.77.37l-.08.07c.2-.02.56.02.79.14.7.34.62 1.08.17 1.56-1.19 1.26-1.96 2.16-3.17 3.65l.26.53.92-.88c1.8-1.81 2.75-2.64 3.59-4.61.15-.36.35-1.07-3.52-1.49'/%3E%3Cpath fill='%23fff' d='m17.74 10.18-.29.03c-.3.82-.76 1.52-1.06 2.4 0 0-1.19 2.45-.99 2.82h.14c.74-1.07 1.59-3.86 2.47-4.88.04-.21-.08-.35-.27-.37M22.69 9.99c-1.31-.14-4.17-.11-4.17-.11s-5.78.27-6.41.47'/%3E%3Cpath fill='%23fff' d='M21.28 20.44s-.18-.16-.36-.23c-.06-.02-.11-.04-.17-.06-3.26-1.08-8.03-.71-9.91-.19-.16-.1-.18-.28-.16-.44.17-2.62 1.19-2.1 5.09-1.85 2.59.16 6.17.92 6.33.95.15.03.15-.24.06-.4-.4-.67-3.05-.88-3.8-.96-.68-.07-2.81-.32-2.81-.32l-3.28-.3c-.05-.34-1.22-4.6-1.36-4.94-.72-1.78-1.51-4.31-4.22-4.31-1.46 0-1.67.82-1.39 1.03.25.19 1.47-.73 2.52-.07 1.61 1.02 2.32 3.39 2.43 3.85.09.37 1.17 4.14.95 4.38-.73.79-1.17 1.74-1.25 2.53-.03.36.1 1.31.1 1.31-.19.5-.55.88-.24 1.48.28.51.7.64 1.21.62.14-.01.79.04 1.33-.57.52-.59.26-1.26.19-1.47 1.59-.13 5.77-.09 6.26.22-.17.35-.23 1.02 0 1.39.42.66 1 .83 1.7.62.61-.18.89-.52 1.09-1.19.16-.51.01-.81-.31-1.08m-9.57.94c-.12.27-.5.55-.87.4-.31-.13-.3-.48-.24-.71.08-.39.66-.77 1.03-.48.04.03.07.06.1.1.13.2.06.51-.02.69m8.64.42c-.27.1-1.03.01-.98-.5.06-.55.77-.72 1.1-.47.34.24.21.85-.12.97'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--spar-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M31.99 4.16C32 1.87 30.13 0 27.84 0H4.17C1.87 0 .01 1.87.01 4.16v23.67A4.157 4.157 0 0 0 4.16 32h23.67c2.3 0 4.16-1.87 4.16-4.16V4.16'/%3E%3Cpath fill='%23007A47' d='M15.99 2.6C9.71 2.6 4.83 7.58 4.83 13.77c0 4.02 2.02 7.62 5.59 9.38 3.34 1.65 7.8 1.65 11.16 0 3.32-1.64 5.58-5.36 5.58-9.38.01-6.15-4.92-11.17-11.17-11.17m7.55 15.88c-1.22 1.98-3.08 2.68-4.52 2.7-1 .02-1.91-.72-1.91-1.91v-1.65h5.88c-2.53-2.74-5.88-8.32-7-12.13-1.12 3.81-4.46 9.4-6.9 12.13h5.78l.02 1.66c-.02.93-.77 1.92-1.85 1.9-1.5-.02-3.4-.72-4.54-2.65-.83-1.42-1.43-2.53-1.43-4.76 0-4.89 3.92-8.94 8.93-8.94 4.94 0 8.94 4.17 8.94 8.94-.01 2.23-1.05 4.16-1.4 4.71'/%3E%3Cpath fill='%23E5202E' d='M16 27.86C7.33 27.86.3 20.83.3 12.16l.01 15.7c0 2.13 1.73 3.86 3.86 3.86h23.67c2.13 0 3.86-1.73 3.86-3.86v-15.7c0 8.67-7.03 15.7-15.7 15.7'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h32v32H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");--xtra-icon:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cmask id='b' width='22' height='3' x='5' y='29' maskUnits='userSpaceOnUse' style='mask-type:alpha'%3E%3Cpath fill='url(%23a)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3C/mask%3E%3Cg mask='url(%23b)'%3E%3Cpath fill='url(%23c)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3Cpath fill='url(%23d)' d='M26.815 29.62H5.175V32h21.64z'/%3E%3C/g%3E%3Cpath fill='url(%23e)' d='M23.892 14.986c3.924-3.96 5.742-8.08 4.19-10.238-2.032-2.835-9.095-1.248-15.765 3.55a32.3 32.3 0 0 0-4.191 3.567z'/%3E%3Cpath fill='url(%23f)' d='M23.892 14.986a34 34 0 0 0-2.515-4.87C16.972 2.93 10.962-1.403 8 .416c-2.3 1.409-2.104 6.081.124 11.45z' opacity='.9'/%3E%3Cpath fill='url(%23g)' d='M8.126 11.865a34 34 0 0 0 2.515 4.868c4.423 7.187 10.415 11.522 13.394 9.702 2.3-1.408 2.104-6.081-.126-11.45z'/%3E%3Cpath fill='url(%23h)' d='M8.126 11.865c-3.941 3.977-5.76 8.097-4.21 10.254 2.034 2.836 9.096 1.249 15.767-3.549a34 34 0 0 0 4.209-3.566z' opacity='.85'/%3E%3Cpath fill='url(%23i)' d='M8.126 11.865c-3.941 3.959-5.76 8.078-4.21 10.254 2.034 2.836 9.096 1.249 15.767-3.549a34 34 0 0 0 4.209-3.566z' opacity='.87'/%3E%3Cdefs%3E%3ClinearGradient id='e' x1='13.397' x2='24.226' y1='11.114' y2='2.901' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.413' stop-color='%2390B117'/%3E%3Cstop offset='.501' stop-color='%238BAF19'/%3E%3Cstop offset='.601' stop-color='%237DAB1E'/%3E%3Cstop offset='.706' stop-color='%2367A325'/%3E%3Cstop offset='.815' stop-color='%23479830'/%3E%3Cstop offset='.925' stop-color='%231F8A3E'/%3E%3Cstop offset='1' stop-color='%23007F48'/%3E%3C/linearGradient%3E%3ClinearGradient id='f' x1='14.592' x2='15.992' y1='10.918' y2='3.435' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336BCEE'/%3E%3Cstop offset='.201' stop-color='%2331ACE3'/%3E%3Cstop offset='.59' stop-color='%232583C5'/%3E%3Cstop offset='1' stop-color='%231652A1'/%3E%3C/linearGradient%3E%3ClinearGradient id='g' x1='19.414' x2='16.56' y1='24.29' y2='13.181' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E42313'/%3E%3Cstop offset='.071' stop-color='%23E73611'/%3E%3Cstop offset='.312' stop-color='%23F0710B'/%3E%3Cstop offset='.534' stop-color='%23F6A006'/%3E%3Cstop offset='.73' stop-color='%23FBC103'/%3E%3Cstop offset='.891' stop-color='%23FED601'/%3E%3Cstop offset='.999' stop-color='%23FD0'/%3E%3C/linearGradient%3E%3ClinearGradient id='h' x1='18.058' x2='10.273' y1='15.672' y2='23.297' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFC832'/%3E%3Cstop offset='.354' stop-color='%23F8A220'/%3E%3Cstop offset='.779' stop-color='%23F07A0D'/%3E%3Cstop offset='1' stop-color='%23ED6B06'/%3E%3C/linearGradient%3E%3ClinearGradient id='i' x1='18.058' x2='10.273' y1='15.671' y2='23.296' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.461' stop-color='%23F3C636' stop-opacity='0'/%3E%3Cstop offset='.645' stop-color='%23F1A223' stop-opacity='.342'/%3E%3Cstop offset='.879' stop-color='%23EE7A0E' stop-opacity='.775'/%3E%3Cstop offset='1' stop-color='%23ED6B06'/%3E%3C/linearGradient%3E%3CradialGradient id='a' cx='0' cy='0' r='1' gradientTransform='matrix(10.8174 0 0 1.18466 15.995 30.808)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='c' cx='0' cy='0' r='1' gradientTransform='matrix(10.8173 0 0 1.18758 15.995 30.81)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/radialGradient%3E%3CradialGradient id='d' cx='0' cy='0' r='1' gradientTransform='matrix(10.8174 0 0 1.18466 15.995 30.808)' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C9C9C9'/%3E%3Cstop offset='.301' stop-color='%23CCC'/%3E%3Cstop offset='.553' stop-color='%23D7D7D7'/%3E%3Cstop offset='.787' stop-color='%23E8E8E8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E");--commerce-icon:var(--xtra-icon)}.commerce__icon{background-image:var(--commerce-icon);background-position:50%;background-repeat:no-repeat;background-size:24px;display:block;flex-shrink:0;height:24px;width:24px}::backdrop,:host,:root{--headers-h3-regular:var(--typo-m-h3-regular-font-weight,400) var(--typo-m-h3-regular-font-size,20px) /var(--typo-m-h3-regular-line-height,1.2) var(--typo-m-h3-regular-font-family,sans-serif);--headers-h3-bold:var(--typo-m-h3-bold-font-weight,700) var(--typo-m-h3-bold-font-size,20px) /var(--typo-m-h3-bold-line-height,1.2) var(--typo-m-h3-bold-font-family,sans-serif);--paragraphs-p1-regular:var(--typo-m-p1-regular-font-weight,400) var(--typo-m-p1-regular-font-size,16px) /var(--typo-m-p1-regular-line-height,1.3125) var(--typo-m-p1-regular-font-family,sans-serif);--paragraphs-p1-bold:var(--typo-d-p1-bold-font-weight,700) var(--typo-d-p1-bold-font-size,16px) /var(--typo-d-p1-bold-line-height,1.3125) var(--typo-d-p1-bold-font-family,sans-serif);--paragraphs-p2-regular:var(--typo-m-p2-regular-font-weight,400) var(--typo-m-p2-regular-font-size,14px) /var(--typo-m-p2-regular-line-height,normal) var(--typo-m-p2-regular-font-family,sans-serif)}@media screen and (min-width:64rem){::backdrop,:host,:root{--headers-h3-regular:var(--typo-d-h3-regular-font-weight,400) var(--typo-d-h3-regular-font-size,24px) /var(--typo-d-h3-regular-line-height,1.25) var(--typo-d-h3-regular-font-family,sans-serif);--headers-h3-bold:var(--typo-d-h3-bold-font-weight,700) var(--typo-d-h3-bold-font-size,24px) /var(--typo-d-h3-bold-line-height,1.25) var(--typo-d-h3-bold-font-family,sans-serif);--paragraphs-p1-regular:var(--typo-d-p1-regular-font-weight,400) var(--typo-d-p1-regular-font-size,16px) /var(--typo-d-p1-regular-line-height,1.3125) var(--typo-d-p1-regular-font-family,sans-serif);--paragraphs-p1-bold:var(--typo-d-p1-regular-font-weight,700) var(--typo-d-p1-regular-font-size,16px) /var(--typo-d-p1-regular-line-height,1.3125) var(--typo-d-p1-regular-font-family,sans-serif);--paragraphs-p2-regular:var(--typo-d-p2-regular-font-weight,400) var(--typo-d-p2-regular-font-size,14px) /var(--typo-d-p2-regular-line-height,normal) var(--typo-d-p2-regular-font-family,sans-serif)}}.anchor{border-radius:var(--border-radius-sm);display:block;font-weight:500;text-decoration:none;width:-moz-fit-content;width:fit-content}.anchor--inline{color:var(--action-500);display:inline-block}@media (hover:hover){.anchor--inline:hover{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}}.anchor--inline:active{background-color:var(--action-50);box-shadow:0 0 0 2px var(--action-50);color:var(--action-700)}.anchor--inline:not(:active):focus{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}.anchor--neutral{color:var(--neutral-600)}@media (hover:hover){.anchor--neutral:hover{color:var(--neutral-800);-webkit-text-decoration:underline var(--neutral-800);text-decoration:underline var(--neutral-800)}}.anchor--neutral:focus{background-color:var(--neutral-50);box-shadow:0 0 0 var(--spacing-2) var(--neutral-50),0 0 0 10px var(--neutral-800);color:var(--neutral-800)}.anchor--neutral:active{background-color:var(--neutral-100);box-shadow:0 0 0 var(--spacing-2) var(--neutral-100);color:var(--neutral-800)}.anchor--neutral:focus:active{background-color:var(--neutral-100);box-shadow:0 0 0 var(--spacing-2) var(--neutral-100),0 0 0 10px var(--neutral-800)}.anchor--primary{color:var(--action-500)}@media (hover:hover){.anchor--neutral:hover{color:var(--action-700);-webkit-text-decoration:underline var(--action-700);text-decoration:underline var(--action-700)}}.anchor--primary:focus{background-color:var(--neutral-50);box-shadow:0 0 0 var(--spacing-2) var(--neutral-50),0 0 0 9.5px var(--action-700);color:var(--action-700)}.anchor--primary:active{background-color:var(--action-50);box-shadow:0 0 0 var(--spacing-2) var(--action-50);color:var(--action-700)}.anchor--primary:focus:active{background:var(--action-50);box-shadow:0 0 0 var(--spacing-2) var(--action-50),0 0 0 9.5px var(--action-700)}.anchor--disabled{color:var(--neutral-400);pointer-events:none}.avatar{align-items:center;background-color:var(--neutral-800);display:flex;font-weight:500;justify-content:center}.avatar--small{border-radius:var(--border-radius-sm);font-size:10px;height:24px;width:24px}.avatar--medium{border-radius:var(--border-radius-md);font-size:18px;height:40px;width:40px}.avatar--large{border-radius:var(--border-radius-lg);font-size:42px;height:100px;width:100px}.avatar__initials{color:var(--neutral-50);text-transform:uppercase}.button{background-color:transparent;border:0;border-radius:var(--border-radius-md);cursor:pointer;font:inherit;font-weight:500;letter-spacing:.01em;margin:0;min-height:48px;padding:var(--spacing-3) var(--spacing-6);text-align:center;text-decoration:none;vertical-align:baseline;width:100%}.button--primary{background-color:var(--action-500);color:var(--neutral-50)}@media (hover:hover){.button--primary:hover{background-color:var(--action-600)}}.button--primary:focus{background-color:var(--action-600);box-shadow:inset 0 0 0 3px var(--action-600),inset 0 0 0 5px var(--neutral-50);outline:none}.button--primary:active{background-color:var(--action-700);box-shadow:none}.button--disabled,.button--primary:disabled{background-color:var(--neutral-200);box-shadow:none;color:var(--neutral-600);cursor:not-allowed}.button--secondary{background-color:var(--neutral-50);box-shadow:inset 0 0 0 1px var(--action-500);color:var(--action-500)}@media (hover:hover){.button--secondary:hover{background-color:var(--action-50)}}.button--secondary:focus{background-color:var(--action-50);box-shadow:inset 0 0 0 3px var(--action-500);outline:none}.button--secondary:active{background-color:var(--action-100);box-shadow:inset 0 0 0 1px var(--action-600);color:var(--action-600)}.button--secondary:disabled{background-color:var(--neutral-200);box-shadow:none;color:var(--neutral-600);cursor:not-allowed}.button--secondary--filled{background-color:var(--neutral-50)}.button--tertiary{color:var(--action-500);padding:var(--spacing-3) var(--spacing-1)}@media (hover:hover){.button--secondary:hover{-webkit-text-decoration:underline 1.5px;text-decoration:underline 1.5px}}.button--tertiary:active,.button--tertiary:focus{-webkit-text-decoration:underline 1.5px;text-decoration:underline 1.5px}@media (hover:hover){.button--tertiary:hover{color:var(--action-700)}}.button--tertiary:focus{box-shadow:inset 0 0 0 1.5px var(--action-500);color:var(--action-500);outline:none}.button--tertiary:active{background-color:var(--action-50);color:var(--action-500)}.button--tertiary:disabled,.button--tertiary[aria-disabled=true]{background-color:transparent;box-shadow:none;color:var(--neutral-400);cursor:not-allowed;text-decoration:none}.button--warning{background-color:var(--alert-500);color:var(--neutral-50)}@media (hover:hover){.button--warning:hover{background-color:var(--alert-400)}}.button--warning:focus{box-shadow:inset 0 0 0 3px var(--alert-400),inset 0 0 0 5px var(--neutral-50);outline:none}.button--warning:active{background-color:var(--alert-400);box-shadow:none}@media (hover:hover){.button--warning:focus:not(:hover){background-color:var(--alert-500);box-shadow:inset 0 0 0 3px var(--alert-500),inset 0 0 0 5px var(--neutral-50)}}.button--neutral{background-color:var(--neutral-50);box-shadow:inset 0 0 0 1px var(--neutral-200);color:var(--neutral-900)}@media (hover:hover){.button--neutral:hover{background-color:var(--neutral-100)}}.button--neutral:focus{box-shadow:inset 0 0 0 1px var(--action-200),inset 0 0 0 3px var(--neutral-50),inset 0 0 0 4px var(--action-200);outline:none}.button--neutral:active{box-shadow:inset 0 0 0 1px var(--action-500)}.button--neutral:disabled{opacity:.6}.button--icon--primary,.button--icon--secondary{border-radius:var(--border-radius-sm);color:inherit;display:inline-flex;min-height:unset;padding:0;width:auto}.button--icon--primary{color:var(--action-500)}.button--icon--primary[aria-disabled=true]{color:var(--neutral-400)}@media (hover:hover){.button--icon--primary:hover{color:var(--action-700)}}.button--icon--primary:focus{box-shadow:inset 0 0 0 1px var(--action-500);color:var(--action-500);outline:none}.button--icon--primary:active{background-color:var(--action-50)}.button--icon--secondary{color:var(--neutral-900)}@media (hover:hover){.button--icon--secondary:hover{color:var(--neutral-800)}}.button--icon--secondary:focus{box-shadow:inset 0 0 0 1px var(--neutral-900);color:var(--neutral-900);outline:none}.button--icon--secondary:active{background-color:var(--neutral-100)}.button--with-icon{align-items:center;display:flex;gap:var(--spacing-2);justify-content:center}.button__icon{display:flex}.button__label{display:inline-block;vertical-align:sub}@media screen and (min-width:64rem){.button{width:auto}}@media (prefers-reduced-motion:no-preference){.button.button--pending{color:transparent;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.button.button--pending:after{animation:button-spinner 1s ease infinite;border:4px solid transparent;border-radius:50%;border-top:4px solid var(--neutral-50);content:"";height:16px;top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;width:16px}.button--secondary.button--pending:after{border-top-color:var(--action-500)}@keyframes button-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}.call-to-action{color:var(--neutral-50)}.call-to-action__wrapper{background-color:var(--action-500);display:flex;overflow:hidden;position:relative}.call-to-action__background{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1754' height='1795' fill='none' viewBox='0 0 1754 1795'%3E%3Cellipse cx='876.923' cy='937.457' fill='%23009A8E' rx='349' ry='805.5' transform='rotate(63.933 876.923 937.457)'/%3E%3Cpath stroke='%2319B3A8' stroke-width='2' d='M594.304 1027.39C508.86 815.868 467.729 609.786 470.267 447.614c1.269-81.088 13.456-151.147 36.439-205.407 22.982-54.256 56.725-92.647 101.086-110.566s95.302-13.736 149.519 9.336c54.222 23.074 111.649 65.013 168.882 122.47 114.467 114.91 228.007 291.742 313.447 503.268 85.45 211.525 126.58 417.605 124.04 579.775-1.27 81.09-13.45 151.15-36.44 205.41-22.98 54.26-56.72 92.65-101.08 110.57-44.37 17.92-95.31 13.73-149.52-9.34-54.23-23.07-111.653-65.01-168.886-122.47-114.463-114.91-228.006-291.74-313.45-503.27Z'/%3E%3C/svg%3E");background-position:-304px -526px;background-repeat:no-repeat;background-size:cover;content:"";height:1794.11px;position:absolute;width:1753.85px}.call-to-action__content{border-radius:var(--border-radius-md);padding:var(--spacing-8) var(--spacing-4) 64px var(--spacing-4);width:100%;z-index:4}@media screen and (min-width:64rem){.call-to-action{padding:0 var(--spacing-8)}.call-to-action__wrapper{border-radius:var(--border-radius-md)}.call-to-action__background{background-position:-246px -671px}.call-to-action__content{padding:var(--spacing-8) var(--spacing-12)}}.chip-group{display:flex;flex-wrap:wrap;gap:var(--spacing-2)}.chip-group,.chip__input-wrapper,.chip__label{position:relative}.chip__label{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-800);cursor:pointer;display:flex;padding:var(--spacing-3) var(--spacing-8);vertical-align:middle}.chip__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;top:0;right:0;bottom:0;left:0;margin:0;padding:0;position:absolute;white-space:nowrap}.chip__input:is(:checked,:focus,:focus-within,:active){outline:none}.chip__input:disabled+.chip__label{background-color:var(--neutral-200)}.chip__input:is(:checked,:active)+.chip__label{background-color:var(--action-500);box-shadow:none;color:var(--neutral-50)}@media (hover:hover){.chip__input:not(:disabled,:focus-within,:active,:checked):hover+.chip__label{background-color:var(--neutral-100)}}.chip__input:checked:focus-visible+.chip__label{border-color:var(--action-500);box-shadow:inset 0 0 0 3px var(--action-500),inset 0 0 0 5px var(--neutral-50)}.chip__input:not(:disabled):is(:checked,:active,:focus,:focus-within)+.chip__label{border-color:var(--action-500)}@media (prefers-reduced-motion:no-preference){.chip__label{transition:background-color,color;transition-duration:.15s;transition-timing-function:ease-out}}.input{background:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-900);font:var(--body-2-regular);font-family:inherit;padding:var(--spacing-3) var(--spacing-4);width:100%}.input::-moz-placeholder{color:var(--neutral-400)}.input::placeholder{color:var(--neutral-400)}.input--succes{border:1px solid var(--alert-succes-500)}.input[aria-invalid=true]{border:1px solid var(--alert-500)}.input:disabled{background-color:var(--neutral-100);color:var(--neutral-600);cursor:default}.input:is(:focus,:focus-within,:active){outline:none}@media (hover:hover){.input__wrapper:hover .input:not(:-moz-read-only,:disabled){border-color:var(--action-300)}.input:hover:not(:disabled),.input__wrapper:hover .input:not(:read-only,:disabled){border-color:var(--action-300)}}.input__wrapper .input:is(:focus,:active):not(:-moz-read-only,:disabled){border-color:var(--action-500)}.input__wrapper .input:is(:focus,:active):not(:read-only,:disabled){border-color:var(--action-500)}.input--with-prefix{padding-left:calc(var(--spacing-4)*2 + 24px)}.input--with-suffix{padding-right:calc(var(--spacing-4)*2 + 24px)}.input__prefix,.input__suffix{align-items:center;color:var(--neutral-900);display:flex;font-family:inherit;font-size:inherit;height:100%;justify-content:center;pointer-events:none;position:absolute;width:24px}.input__prefix{left:var(--spacing-4)}.input__suffix{right:var(--spacing-4)}input[type=date]::-webkit-calendar-picker-indicator{background:none;height:24px;position:absolute;right:var(--spacing-4);width:24px;z-index:1}input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none}input::-webkit-date-and-time-value{text-align:left}.input__suffix+input[type=date]::-webkit-calendar-picker-indicator{background:transparent;color:transparent}.input__wrapper{display:flex;position:relative}.status-chip{background-color:var(--status-chip-background-color);border-radius:var(--border-radius-sm);color:var(--status-chip-color);font:var(--subtext-medium);padding:var(--spacing-1) var(--spacing-2)}.status-chip--success{--status-chip-background-color:var(--success-500);--status-chip-color:var(--neutral-50)}.status-chip--warning{--status-chip-background-color:var(--warning-500);--status-chip-color:var(--neutral-50)}.status-chip--error{--status-chip-background-color:var(--alert-500);--status-chip-color:var(--neutral-50)}.status-chip--disabled{--status-chip-background-color:var(--neutral-400);--status-chip-color:var(--neutral-50)}.switch__label{cursor:pointer}.switch__thumb{--switch-width:51px;background:linear-gradient(to right,var(--action-500) 50%,var(--neutral-200) 50%);background-position:100%;background-size:200%;border-radius:24px;cursor:pointer;height:31px;margin:0;min-width:var(--switch-width);padding:0;position:relative;width:var(--switch-width)}.switch__thumb,button.switch__thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}button.switch__thumb{border:none}.switch__thumb:checked,.switch__thumb[data-state=checked]{background-position:0}.switch__thumb:after{--switch-thumb-width:27px;background-color:var(--neutral-50);border-radius:50%;box-shadow:0 3px 8px #00000026,0 3px 1px #0000000f;content:"";height:27px;position:absolute;top:2px;transform:translate(2px);width:var(--switch-thumb-width)}button.switch__thumb:after{transform:translate(calc(3.5px - var(--switch-thumb-width)))}.switch__thumb:checked:after{transform:translate(calc(var(--switch-width) - var(--switch-thumb-width) - 2px))}button.switch__thumb[data-state=checked]:after{transform:translate(-3.5px)}.switch__label--disabled{cursor:default}.switch__thumb:disabled{background:var(--neutral-100);cursor:not-allowed}.switch__thumb:disabled:after{background-color:var(--neutral-50);box-shadow:none}@media (prefers-reduced-motion:no-preference){.switch__thumb{transition-duration:75ms;transition-property:background-position;transition-timing-function:ease-in}.switch__thumb:after{transition-duration:.15s;transition-property:transform;transition-timing-function:ease-in-out}}.text-area{border:none;border-radius:var(--border-radius-sm);box-shadow:inset 0 0 0 1px var(--neutral-400);font:var(--body-2-regular);padding:var(--spacing-3)}.text-area[aria-invalid=true]{box-shadow:inset 0 0 0 1px var(--alert-500)}.text-area::-moz-placeholder{color:var(--neutral-400)}.text-area::placeholder{color:var(--neutral-400)}@media (hover:hover){.text-area:hover{box-shadow:inset 0 0 0 1px var(--action-300)}}.text-area:focus{box-shadow:inset 0 0 0 1px var(--action-500);outline:none}.unordered-list--check>li{--mobile-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AB9E' d='M8.002.037c4.504.532 9.276 1.81 13.443 3.602.894.385 1.596.96 2.04 1.73s.592 1.665.478 2.632c-.532 4.505-1.81 9.276-3.602 13.443-.384.895-.96 1.597-1.73 2.041s-1.665.592-2.632.478c-4.505-.532-9.276-1.81-13.443-3.602-.895-.385-1.597-.96-2.041-1.73s-.592-1.665-.478-2.633c.532-4.504 1.81-9.276 3.602-13.443.385-.894.96-1.596 1.73-2.04S7.034-.077 8.002.037'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M17.333 8.333 10 15.666l-3.333-3.333'/%3E%3C/svg%3E");--desktop-check:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AB9E' d='M8.002.037c4.504.532 9.276 1.81 13.443 3.602.894.385 1.596.96 2.04 1.73s.592 1.665.478 2.632c-.532 4.505-1.81 9.276-3.602 13.443-.384.895-.96 1.597-1.73 2.041s-1.665.592-2.632.478c-4.505-.532-9.276-1.81-13.443-3.602-.895-.385-1.597-.96-2.041-1.73s-.592-1.665-.478-2.633c.532-4.504 1.81-9.276 3.602-13.443.385-.894.96-1.596 1.73-2.04S7.034-.077 8.002.037'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.25' d='M17.333 8.333 10 15.666l-3.333-3.333'/%3E%3C/svg%3E");align-items:center;display:flex;gap:var(--spacing-3)}.unordered-list--check>li:before{background-image:var(--mobile-check);background-repeat:no-repeat;content:"";height:24px;width:24px}@media screen and (min-width:64rem){.unordered-list--check>li:before{background-image:var(--desktop-check);height:32px;width:32px}}.card__header__action{align-items:center;display:flex;font:var(--subtext-medium)}@media screen and (min-width:64rem){.card__header__action{font:var(--body-1-medium)}}.card__body{padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__body{padding:var(--spacing-6)}}@media (prefers-reduced-motion:no-preference){.spinner circle:last-of-type{animation:button-spinner 1s ease infinite;transform-origin:center}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}.card__empty-state{--card-empty-state-background-color:var(--neutral-100);--card-empty-state-icon-color:var(--neutral-800);color:var(--neutral-700);padding:var(--spacing-4)}.card__empty-state--error{--card-empty-state-background-color:var(--alert-200);--card-empty-state-icon-color:var(--alert-500)}.card__empty-state--standalone{padding:0}.card__empty-state__wrapper{align-content:center;background-color:var(--card-empty-state-background-color);border-radius:var(--border-radius-md);display:flex;flex-direction:column;margin:auto;padding:var(--spacing-6);text-align:center}.card__empty-state--standalone .card__empty-state__wrapper{align-items:center;border-radius:0;box-shadow:inset 0 -1px var(--neutral-200);flex-direction:row;gap:var(--spacing-4);padding:var(--spacing-4);text-align:left}.card__empty-state__icon,.card__empty-state__title{color:var(--neutral-800)}.card__empty-state__icon{color:var(--card-empty-state-icon-color);display:flex;justify-content:center;margin-bottom:var(--spacing-3)}.card__empty-state__title{font-weight:800;margin-bottom:var(--spacing-2)}.card__empty-state--standalone :is(.card__empty-state__title,.card__empty-state__description){margin-bottom:0}@media screen and (min-width:64rem){.card__empty-state{border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);padding:var(--spacing-6)}.card__empty-state--standalone{padding:0}.card__empty-state__wrapper{padding:var(--spacing-8)}.card__empty-state--standalone .card__empty-state__wrapper{border-radius:var(--border-radius-md);box-shadow:inset 0 0 0 1px var(--neutral-200);padding:var(--spacing-6)}.card__empty-state__description,.card__empty-state__title{margin-left:auto;margin-right:auto;max-width:525px}.card__empty-state--standalone :is(.card__empty-state__title,.card__empty-state__description){max-width:unset}}.card__footer{padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__footer{padding:var(--spacing-6)}}.card__header{box-shadow:inset 0 -1px var(--neutral-200);display:flex;justify-content:space-between;padding:var(--spacing-4)}.card__header--sticky{--card-header-sticky-top:0;position:sticky;top:var(--card-header-sticky-top);z-index:1}@media screen and (min-width:64rem){.card__header{padding:var(--spacing-6)}.card__header.card__header--tabs{padding:0}.card__header.card__header--tabs .tabs{background-color:transparent}}.card__body__item{display:flex;flex-direction:column;gap:var(--spacing-6)}.card__body .card__body__item:not(:last-of-type){margin-bottom:16px}.card__body>.card__body__item:only-of-type{padding-bottom:var(--spacing-4)}.card__body__item .list-item.list-item--with-divider{box-shadow:inset 1px 0 0 var(--neutral-200),inset -1px 0 0 var(--neutral-200),inset 0 -1px var(--neutral-200)}.card__body__item:last-of-type .list-item--with-divider{border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md)}@media screen and (min-width:64rem){.card__body .card__body__item{padding:var(--spacing-4) 0}.card__body .card__body__item:not(:last-of-type){box-shadow:inset 0 -1px var(--neutral-200);margin-bottom:0}.card__body .card__body__item:first-of-type{padding-bottom:var(--spacing-8)}.card__body .card__body__item:last-of-type{padding-top:var(--spacing-8)}.card__body .card__body__item:not(:last-of-type,:first-of-type){padding:var(--spacing-8) 0}.card__body .card__body__item:only-of-type{padding:var(--spacing-4) 0}.card__body .card__body__item:only-child{padding:0}.card__body>.card__body__item:only-of-type{padding-top:0}}.card__body__subtitle{background-color:var(--neutral-100);box-shadow:inset -1px 0 var(--neutral-200),inset 1px 0 var(--neutral-200);color:var(--neutral-600);font:var(--subtext-regular);padding:var(--spacing-4)}@media screen and (min-width:64rem){.card__body__subtitle{padding:var(--spacing-4) var(--spacing-6)}}.card__header__title{align-items:center;color:var(--neutral-600);display:flex;font:var(--title-3-regular);gap:var(--spacing-2)}.card__header__title__icon{align-items:center;display:inline-flex}@media screen and (min-width:64rem){.card__header__title{font:var(--title-2-regular);gap:var(--spacing-4)}}.card{background-color:var(--neutral-50);box-shadow:inset 0 -1px var(--neutral-200),inset 0 1px var(--neutral-200)}.card--disabled *{color:var(--neutral-500)!important;pointer-events:none}@media screen and (min-width:64rem){.card{border-radius:var(--border-radius-md);box-shadow:inset 0 0 0 1px var(--neutral-200);height:-moz-fit-content;height:fit-content}ul.card .list-item{background-color:transparent}ul.card .list-item>:is(a,button):focus{box-shadow:inset 0 0 0 1px var(--neutral-200),inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200)}ul.card :is(.list-item:first-of-type,.list-item:first-of-type a){border-top-left-radius:var(--border-radius-md);border-top-right-radius:var(--border-radius-md)}ul.card :is(.list-item:last-of-type,.list-item:last-of-type a){border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md)}}.card--image{flex-direction:column;margin:auto;padding:var(--spacing-4);text-align:center}.card--image,.card--image .card__illustration{align-items:center;display:flex}.card--image .card__header__title{color:var(--neutral-900);font:var(--title-2-medium);padding:var(--spacing-2) 0}.card--image .card__body{align-items:center;display:flex;flex-direction:column;font:var(--body-1-regular);margin:0 auto var(--spacing-6);max-width:420px;padding:0;text-align:center}.card--image .card__footer{display:flex;flex-direction:column;justify-content:center;padding:0;width:100%}.card--image .card__footer>:not(:first-child){margin-top:var(--spacing-4)}@media screen and (min-width:64rem){.card--image{padding:var(--spacing-6) var(--spacing-8) var(--spacing-11)}.card--image .card__footer{flex-direction:row}.card--image .card__footer>:not(:first-child){margin:0;margin-left:var(--spacing-4)}}.card-list>.card:not(:last-child){margin-bottom:var(--spacing-4)}@media screen and (min-width:64rem){.card-list{padding:0 var(--spacing-8)}.card-list>.card:not(:last-child){margin-bottom:var(--spacing-6)}}.checkbox{--checkbox-width:24px;display:flex;gap:var(--spacing-4);position:relative}@media (hover:hover){:is(.checkbox__input,.checkbox__label):hover{cursor:pointer}}.checkbox--neutral,.checkbox--primary{color:var(--action-500)}.checkbox__content{display:flex;flex-direction:column;font:var(--body-1-regular);gap:var(--spacing-2);justify-content:center}.checkbox__spinner{background:var(--action-500)}.checkbox__check,.checkbox__spinner{border:1px solid var(--neutral-300);border-radius:var(--border-radius-sm);display:inline-block;height:var(--checkbox-width);min-width:var(--checkbox-width);vertical-align:middle;visibility:unset}.checkbox.checkbox--error .checkbox__check{border-color:var(--alert-500)}.checkbox__input{height:var(--checkbox-width);margin:0;opacity:0;position:absolute;width:var(--checkbox-width);z-index:10}.checkbox__input~.checkbox__check path{stroke:var(--neutral-50);stroke-dashoffset:-75}@media (hover:hover){.checkbox__input:hover~.checkbox__check{background-color:var(--action-100);border-color:var(--action-500)}}.checkbox__input:focus-within~.checkbox__check{outline:1px solid var(--action-500);outline-offset:2px}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true])~.checkbox__check{background-color:var(--action-500);border-color:var(--action-500)}.checkbox__input:hover:is(:checked,[aria-checked=true])~.checkbox__check{background-color:var(--action-700);border-color:var(--action-700)}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true])~.checkbox__check path{stroke-dashoffset:0}.checkbox__input:not(:indeterminate):is(:disabled,[aria-disabled=true])~.checkbox__check{background-color:var(--neutral-200);border-color:var(--neutral-200)}.checkbox__input:not(:indeterminate):is(:checked,[aria-checked=true]):is(:disabled,[aria-disabled=true])~.checkbox__check{background-color:var(--neutral-300);border-color:var(--neutral-300)}.checkbox__input:not(:indeterminate):is(:disabled,[aria-disabled=true])~.checkbox__check path{stroke:var(--neutral-600)}.checkbox__label{font:var(--body-1-regular)}.checkbox__hint{font:var(--body-2-regular);text-decoration:none}.checkbox__error{color:var(--alert-500);font:var(--subtext-regular)}.checkbox__input:indeterminate{pointer-events:none}@media (prefers-reduced-motion:no-preference){.checkbox__check{transition:background-color .25s ease-in-out,border-color .25s ease-in-out}.checkbox__check path{transition:stroke-dashoffset .35s ease-out}}.combobox{position:relative}ul[role=listbox].combobox__list--open{display:block}ul[role=listbox]{background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);cursor:pointer;display:none;filter:drop-shadow(0 3px 8px rgb(46 59 86/10%));font:var(--body-2-regular);list-style:none;margin-top:var(--spacing-1);max-height:165px;overflow:scroll;overflow-x:hidden;padding:0;position:absolute;width:100%;z-index:1000}ul[role=listbox] li[role=option]{color:var(--neutral-400);padding:var(--spacing-3) var(--spacing-4)}ul[role=listbox] li[role=option]:not(:last-child){border-bottom:1px solid var(--neutral-100)}.combobox__list-item--selected{color:var(--neutral-800);font:var(--body-2-medium)}.combobox__list-item--highlight{background:var(--neutral-100)}.combobox__list-item--loading{color:transparent;height:48px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.combobox__list-item--loading:after{animation:button-spinner 1s ease infinite;border:4px solid transparent;border-radius:50%;border-top:4px solid var(--action-500);content:"";height:16px;top:0;right:0;bottom:0;left:0;margin:auto;position:absolute;width:16px}.combobox__list-item--empty{color:var(--neutral-800);cursor:default;font:var(--subtext-regular);padding:var(--spacing-4)}.description-list--form dt{color:var(--neutral-600);font:var(--subtext-regular);margin-bottom:var(--spacing-1)}.description-list--form dd{font:var(--body-2-medium)}@media screen and (min-width:64rem){.description-list--form dt{color:var(--neutral-800);font:var(--body-1-regular);margin-bottom:0}.description-list--form dd{font:var(--body-1-medium)}}@media screen and (min-width:64rem){.description-list__content{display:flex;gap:var(--spacing-4)}.description-list__content>*{flex:1}}.description-list__item{align-items:center;display:flex}.description-list__item>*{flex:1}.description-list__prefix{flex:0}.description-list__suffix{color:var(--action-500);flex:0}.dialog[open]::backdrop{background:var(--neutral-600);opacity:.25}body:has(dialog[open]){overflow:hidden}dialog:not([open]){visibility:hidden}dialog:focus{outline:none}.dialog{border:none;border-radius:var(--border-radius-md);box-shadow:0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;display:flex;flex-direction:column;margin-top:var(--spacing-4);max-height:calc(100% - var(--spacing-4)*2);max-width:calc(100% - var(--spacing-4)*2);padding:0;position:fixed;top:0;width:100%;z-index:100}.dialog__header{align-items:center;background:#fff;border-bottom:1px solid var(--neutral-200);border-top-left-radius:var(--border-radius-md);border-top-right-radius:var(--border-radius-md);display:flex;gap:var(--spacing-4);justify-content:space-between;position:sticky;top:0;z-index:1000}.dialog__header__icon{display:flex}.dialog__header__title{align-items:center;color:var(--neutral-900);display:flex;font:var(--title-2-medium);gap:var(--spacing-4)}.dialog__header__title:focus{outline:none}.dialog__body,.dialog__footer,.dialog__header{padding:var(--spacing-4)}.dialog__body{flex-direction:column}.dialog__body,.dialog__footer{display:flex;gap:var(--spacing-4)}.dialog__footer{background:#fff;border-bottom-left-radius:var(--border-radius-md);border-bottom-right-radius:var(--border-radius-md);border-top:1px solid var(--neutral-200);bottom:0;flex-direction:column-reverse;justify-content:flex-end;position:sticky}@media screen and (min-width:64rem){.dialog__body,.dialog__footer,.dialog__header{padding:var(--spacing-6)}.dialog__body{gap:var(--spacing-6)}.dialog{margin-top:var(--spacing-8);max-width:600px}.dialog__footer{flex-direction:row}}@media (prefers-reduced-motion:no-preference){.dialog[open].dialog--animated{animation:zoom-in .15s;animation-timing-function:ease-in-out}.dialog:not([open]).dialog--animated{animation:zoom-out .15s;transition:visibility .15s}.dialog[open].dialog--animated::backdrop{animation:fade-in .15s}.dialog:not([open]).dialog--animated::backdrop{animation:fade-out .15s}}@keyframes zoom-in{0%{opacity:0;transform:scaleX(1)}0.0000000001%{opacity:0;transform:scale3d(.95,.95,.95)}}@keyframes zoom-out{to{opacity:0;transform:scale3d(.95,.95,.95)}}@keyframes fade-in{0%{opacity:0}}@keyframes fade-out{0%{opacity:.25}to{opacity:0}}.list-item,.list-item>:is(a,button){align-items:center;display:flex;justify-content:space-between}.list-item{background-color:transparent}.list-item:not(.list-item--with-link),.list-item>:is(a,button){padding:var(--spacing-6) var(--spacing-4)}.list-item>:is(a,button){background:none;border:none;color:inherit;cursor:pointer;font:inherit;font-family:var(--font-xtra);gap:var(--spacing-2);text-align:left;text-decoration:none;width:100%}@media (hover:hover){.list-item>:is(a,button):hover{background-color:var(--neutral-100);border:none}}.list-item>:is(a,button):focus{background-color:var(--neutral-50);box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200);outline:none}.list-item>:is(a,button):active{background-color:var(--action-50);color:var(--action-500)}.list-item--with-divider{box-shadow:inset 0 -1px var(--neutral-200)}.list-item--disabled{pointer-events:none}.list-item--destructive{color:var(--alert-500)}.list-item.list-item--destructive .list-item:not(.list-item--with-link):focus,.list-item.list-item--destructive>:is(a,button):focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--alert-200)}.list-item.list-item--destructive .list-item:not(.list-item--with-link):active,.list-item.list-item--destructive>:is(a,button):active{background-color:var(--alert-200);box-shadow:inset 2px 0 var(--action-500)}@media screen and (min-width:64rem){.list-item:not(.list-item--with-link),.list-item>:is(a,button){padding:var(--spacing-6)}.list-item--with-divider:last-of-type{box-shadow:none}}.list-item__content{display:flex;gap:var(--spacing-4)}.list-item__meta{align-items:center;display:flex;font-weight:500;gap:var(--spacing-2)}.list-item__prefix{align-items:center;color:inherit;display:flex}.list-item.list-item--destructive:not(.list-item--with-link):active .list-item__prefix,.list-item.list-item--destructive>:is(a,button):active .list-item__prefix{color:var(--alert-500)}.list-item__subtitle{color:var(--neutral-500);font:var(--subtext-regular)}.list-item--disabled .list-item__subtitle{color:var(--neutral-300)}.list-item__suffix{align-items:center;display:flex}.list-item--with-link .list-item__suffix{color:var(--neutral-600)}.list-item--disabled .list-item__suffix{color:var(--neutral-300)}.list-item--with-link :is(a,button):active .list-item__suffix{color:var(--action-500)}.list-item__text{color:inherit;display:flex;flex-direction:column;justify-content:center}.list-item.list-item.list-item--destructive:not(.list-item--with-link):active .list-item__text,.list-item.list-item.list-item--destructive>:is(a,button):active .list-item__text{color:var(--alert-500)}.list-item__title{font-weight:500}.list-item--disabled .list-item__title{color:var(--neutral-500)}.menu__list{background-color:var(--neutral-50);border-radius:var(--border-radius-md);box-shadow:var(--shadow-modal),inset 0 0 0 1px var(--neutral-100);margin:10px 0;min-width:220px;opacity:0;padding:var(--spacing-2) 0;position:absolute;transform:scale(.8);visibility:hidden;z-index:100000}.menu__list,.menu__list>ul{display:inline-flex;flex-direction:column}.menu__list>ul{gap:var(--spacing-1)}.menu__list--active{opacity:1;transform:scale(1);visibility:visible}.menu__list--top-start{bottom:100%;left:0;transform-origin:bottom left}.menu__list--top-end{bottom:100%;right:0;transform-origin:bottom right}.menu__list--bottom-start{left:0;top:100%;transform-origin:top left}.menu__list--bottom-end{right:0;top:100%;transform-origin:top right}@media (prefers-reduced-motion:no-preference){.menu__list{transition-duration:.15s;transition-property:transform,opacity,rotate,visibility;transition-timing-function:ease-in}}.menu__list-item{display:flex}.menu__list-item>*{align-items:center;background-color:var(--neutral-50);border:0;color:inherit;cursor:pointer;display:inline-flex;font:inherit;gap:var(--spacing-4);justify-content:flex-start;margin:0 1px;max-width:calc(100% - 2px);padding:var(--spacing-4) var(--spacing-6);text-decoration:none;width:100%}@media (hover:hover){.menu__list-item>:hover{background-color:var(--neutral-100)}}.menu__list-item>:focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px var(--action-200);outline:none}.menu__list-item>:active{box-shadow:none}.menu__list-item>:active,.menu__list-item>:active:before{background-color:var(--action-100);color:var(--action-500)}.menu__list-item>:active:before{box-shadow:inset 2px 0 0 0 var(--action-500)}.menu__list-item .button{border-radius:0}.menu__list-item .button--with-icon{gap:var(--spacing-4)}.menu__list-item--logout .button{color:var(--alert-500)}.menu__list-item--logout .button:focus{box-shadow:inset 0 0 0 3px var(--neutral-50),inset 0 0 0 5px #ff5c5c1a}.menu__list-item--logout .button:active{background-color:#ff5c5c1a;box-shadow:none}.menu__trigger[aria-expanded=true]{box-shadow:inset 0 0 0 1px var(--action-500)}.menu__trigger[aria-expanded=true] .button__icon-right{color:var(--action-500);transform:rotate(180deg)}@media (prefers-reduced-motion:no-preference){.menu__trigger .button__icon-right{transition-duration:.15s;transition-property:transform;transition-timing-function:ease-in}}.menu{color:var(--neutral-900);font:var(--subtext-medium);position:relative}.section-message{--section-message-color:var(--neutral-50);--section-message-background-color:var(--neutral-800);background-color:var(--section-message-background-color);border-radius:var(--border-radius-md);padding:var(--spacing-3)}.section-message,.section-message__icon{color:var(--section-message-color)}.section-message--info{border-radius:0}.section-message--primary{--section-message-color:var(--action-700);--section-message-background-color:var(--action-50)}.section-message--success{--section-message-color:var(--success-500);--section-message-background-color:var(--success-200)}.section-message--warning{--section-message-color:var(--warning-500);--section-message-background-color:var(--warning-200)}.section-message--error{--section-message-color:var(--alert-500);--section-message-background-color:var(--alert-200)}.section-message--disabled{--section-message-color:var(--neutral-600);--section-message-background-color:var(--neutral-200)}.section-message__icon{align-items:center;align-self:baseline;display:flex;height:24px;justify-content:center;width:24px}.section-message__icon--info{color:var(--neutral-50)}.section-message__icon--primary{color:var(--action-500)}.section-message__description,.section-message__title{align-items:center;display:flex;gap:var(--spacing-2)}.section-message__description{font:var(--subtext-regular)}.section-message__action,.section-message__title+.section-message__description{margin-top:var(--spacing-2)}.section-message__action{padding:var(--spacing-1) 0}.section-message__action :is(a,p,button){color:inherit;font:var(--body-2-medium);min-height:unset;padding:0;text-decoration:none;width:-moz-fit-content;width:fit-content}@media (hover:hover){.section-message__action .anchor:hover{color:var(--section-message-color);text-decoration:underline}}.section-message__action .anchor:active,.section-message__action .anchor:focus{background-color:var(--section-message-background-color);box-shadow:0 0 0 var(--spacing-2) var(--section-message-background-color),0 0 0 10px var(--section-message-color);color:var(--section-message-color)}.section-message--disabled :is(a,p,button){cursor:not-allowed}@media screen and (min-width:64rem){.section-message{border-radius:var(--border-radius-md);padding:var(--spacing-4) var(--spacing-5)}.section-message__description{font:var(--subtext-regular)}.section-message__action :is(a,p,button){font:var(--body-1-medium)}}.phone-number{display:flex;gap:var(--spacing-2)}.phone-number .input__wrapper{flex-grow:1}.phone-number .phone-number__country-code-select{height:100%;width:96px}.select-wrapper{position:relative}.select-wrapper:after{background-color:var(--neutral-900);content:"";height:24px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 10 4 4 4-4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m8 10 4 4 4-4'/%3E%3C/svg%3E");-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:cover;mask-size:cover;pointer-events:none;position:absolute;right:var(--spacing-4);top:50%;transform:translateY(-50%);width:24px}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--neutral-50);border:1px solid var(--neutral-200);border-radius:var(--border-radius-md);color:var(--neutral-900);font:var(--body-2-regular);padding:var(--spacing-3) var(--spacing-4);width:100%}.select--with-placeholder{color:var(--neutral-400)}@media (hover:hover){.select:hover{border-color:var(--action-300)}}.select:focus{border-color:var(--action-500);outline:none}.select-wrapper--focus:after{background-color:var(--action-500)}.segmented-control__list,.segmented-control__panel{display:none}.has-js .segmented-control__list,.has-js .segmented-control__panel{display:block}.has-js .segmented-control [role=tabpanel][data-state=inactive]{display:none}.segmented-control{background-color:var(--neutral-50)}.segmented-control__list__wrapper{background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;gap:var(--spacing-2);padding:var(--spacing-1)}.segmented-control__trigger{background-color:transparent;border:none;border-radius:var(--border-radius-sm);color:var(--neutral-600);cursor:pointer;flex:1;font:var(--subtext-medium);overflow:hidden;padding:var(--spacing-2) var(--spacing-4);text-overflow:ellipsis;white-space:nowrap}.segmented-control__trigger[data-state=active]{background-color:var(--action-500);color:var(--neutral-50)}.segmented-control__trigger[data-state=active]:focus-visible{box-shadow:inset 0 0 0 3px var(--action-500),inset 0 0 0 5px var(--neutral-50);outline:none}@media (hover:hover){.segmented-control__trigger[data-state=inactive]:hover{background-color:var(--neutral-50)}}.segmented-control__trigger[data-state=inactive]:focus{background-color:transparent;box-shadow:inset 0 -2px var(--action-500)}.tabs{display:none}.tabs.segmented-control{background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;gap:var(--spacing-2);padding:var(--spacing-1);width:100%}.tabs.segmented-control .tabs__link{width:100%}.tabs.segmented-control a{border-radius:var(--border-radius-sm);color:var(--neutral-600);display:block;font:var(--subtext-medium);overflow:hidden;padding:var(--spacing-2) var(--spacing-4);text-align:center;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.tabs.segmented-control a.active{background-color:var(--action-500);color:var(--neutral-50)}@media screen and (min-width:64rem){.tabs,.tabs.segmented-control{background-color:var(--neutral-50);display:flex;font:var(--body-2-medium);gap:var(--spacing-8);padding:var(--spacing-4) var(--spacing-8) 0 var(--spacing-8);position:sticky;top:var(--site-header-height);z-index:15}.tabs.segmented-control .tabs__link{width:auto}.tabs a,.tabs.tabs.segmented-control a{border-radius:0;color:inherit;display:flex;flex-direction:column;font:var(--body-2-regular);padding:var(--spacing-4) 0;position:relative;text-decoration:none}.tabs a.active,.tabs.tabs.segmented-control a.active{background-color:transparent;color:var(--action-500);font:var(--body-2-medium)}.tabs a:before{color:transparent;content:attr(data-text);display:block;font:var(--body-2-medium);height:0;overflow:hidden;visibility:hidden}@media (hover:hover){.tabs a:focus{outline:none}.tabs a:not(.active):hover:after{background-color:var(--neutral-300);bottom:0;content:"";height:2px;position:absolute;width:100%}}.tabs a:not(.active):focus:after{background-color:var(--action-300)}.tabs a.active:after,.tabs a:not(.active):focus:after{bottom:0;content:"";height:2px;position:absolute;width:100%}.tabs a.active:after{background-color:var(--action-500)}}.toast{--slide-in-end:0;--slide-in-start:calc(100% + var(--spacing-8));animation:slide-in 0s,slide-out 0s 5s forwards;bottom:var(--spacing-4);height:auto;left:var(--spacing-4);padding:var(--spacing-4);position:fixed;width:calc(100% - var(--spacing-4)*2)}.toast--error{background:linear-gradient(0deg,#e62d320d,#e62d320d),var(--neutral-50);box-shadow:inset 2px 0 var(--alert-400),0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;color:var(--alert-500)}.toast--info{background-color:var(--neutral-800);box-shadow:inset 2px 0 var(--action-500),0 76px 80px #00000012,0 21px 24px #0000000d,0 8px 10px #0000000a,0 3px 3px #00000005;color:var(--neutral-50)}.toast__title{align-items:center;display:flex;font:var(--body-2-regular);gap:var(--spacing-2)}.toast__title__icon{display:flex}.toast--info .toast__title__icon{color:var(--action-500)}@media screen and (min-width:64rem){.toast{--slide-in-start:calc(100% + var(--spacing-12));bottom:var(--spacing-10);left:auto;padding:var(--spacing-6);right:var(--spacing-10);width:420px}}@media (prefers-reduced-motion:no-preference){.toast{animation:slide-in .3s ease-out,slide-out .3s ease-in 5s forwards}}@keyframes slide-in{0%{opacity:.8;transform:translate(var(--slide-in-start))}to{opacity:1;transform:translate(var(--slide-in-end))}}@keyframes slide-out{0%{opacity:1;transform:translate(var(--slide-in-end))}to{opacity:.8;transform:translate(var(--slide-in-start))}}.toggle{align-items:center;background-color:var(--neutral-100);border-radius:var(--border-radius-md);display:flex;justify-content:space-around;padding:var(--spacing-2)}.toggle__item{width:100%}.steps{align-items:center;display:flex;flex-wrap:wrap}.steps__link a,.steps__link span{color:var(--neutral-400);text-decoration:none}.steps__link{align-items:center;display:flex}.steps__link .steps__link__character{align-items:center;background-color:var(--neutral-400);border-radius:50%;color:var(--neutral-50);display:flex;font:var(--subtext-medium);height:var(--spacing-6);justify-content:center;margin-right:var(--spacing-2);width:var(--spacing-6)}.steps__link__divider{color:var(--neutral-400);margin:0 var(--spacing-4)}.steps__link:first-of-type .steps__link__divider{display:none}.steps__link.active .steps__link__character{background-color:var(--action-500)}.steps__link.active .steps__link__divider,.steps__link.active a{color:var(--action-500)}@media screen and (min-width:64rem){.steps__link__divider{margin:0 var(--spacing-6)}}.timeline{position:relative}.timeline:after{background-color:var(--action-500);content:"";display:block;margin:0 auto;position:absolute}.timeline--vertical:after{height:100%;inset:0 50% auto;width:1px}.timeline--horizontal{width:100%}.timeline--horizontal:after{height:1px;inset:50% 0 auto;width:100%}.timeline__label{align-items:center;display:flex;font:var(--body-2-medium);height:32px;justify-content:center;width:32px}.timeline__label:before{content:"";display:block;height:32px;width:32px;z-index:10}.timeline__label>:is(svg,span){position:absolute;text-align:center;z-index:20}.timeline--vertical .timeline__label{margin:var(--spacing-4) auto 0}.timeline--horizontal .timeline__label{margin-left:var(--spacing-4)}.timeline__label--primary{color:var(--neutral-50)}.timeline__label--primary:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath fill='%2300AB9E' d='M11.169.05c6.006.709 12.368 2.413 17.924 4.802 1.193.513 2.128 1.28 2.72 2.307s.79 2.22.638 3.51c-.71 6.005-2.414 12.367-4.803 17.923-.513 1.194-1.28 2.13-2.306 2.722s-2.22.789-3.51.637c-6.006-.71-12.368-2.414-17.924-4.803-1.194-.513-2.13-1.28-2.722-2.307s-.789-2.22-.637-3.51c.71-6.006 2.414-12.368 4.804-17.924.513-1.193 1.28-2.128 2.306-2.72s2.22-.79 3.51-.638'/%3E%3C/svg%3E")}.timeline__label--secondary{color:var(--action-500)}.timeline__label--secondary:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath fill='%23fff' stroke='%2300AB9E' d='M11.11.546c5.958.703 12.274 2.396 17.785 4.765 1.113.479 1.956 1.181 2.486 2.098.529.916.715 1.998.573 3.2-.703 5.959-2.395 12.274-4.765 17.786-.478 1.113-1.18 1.956-2.097 2.486-.917.529-1.999.715-3.201.573-5.959-.703-12.274-2.396-17.786-4.765-1.113-.479-1.956-1.181-2.486-2.098-.529-.916-.715-1.998-.573-3.201C1.75 15.43 3.442 9.116 5.812 3.605c.478-1.113 1.18-1.956 2.097-2.486C8.826.59 9.907.404 11.11.546Z'/%3E%3C/svg%3E")}@media screen and (min-width:64rem){.timeline__label{font:var(--body-1-medium)}.timeline--vertical .timeline__label{margin:var(--spacing-5) auto 0}.timeline--horizontal .timeline__label{margin-left:var(--spacing-5)}}.error-layout-card--wrapper{background-color:var(--neutral-bg);min-height:calc(100dvh - var(--site-header-height))}.error-layout--onboarding{background-color:var(--neutral-bg);min-height:calc(100dvh - var(--site-header-height) - var(--spacing-8))}.error-layout-card__illustration{align-self:center}.error-layout-card--button{align-self:center;margin-bottom:var(--spacing-8)}.error-layout-card--wrapper .card__body,.error-layout-card--wrapper .card__footer{display:flex;flex-direction:column}.error-layout-card--wrapper .card__footer{padding-top:0}.error-layout-card--wrapper .error-layout-card--title{font:var(--title-2-medium);padding:var(--spacing-2) 0}.error-layout-card--wrapper .error-layout-card--description{font:var(--body-1-regular)}.error-layout-card--wrapper .card__body{max-width:420px;text-align:center}@media screen and (min-width:64rem){.error-layout-card--wrapper{max-width:unset;padding:0 var(--spacing-8);padding-top:var(--spacing-8)}.error-layout-card--wrapper .card{margin:auto;max-width:900px}}.form-group{display:flex;flex-direction:column}.form-group__error,.form-group__hint{font:var(--subtext-regular);margin-top:var(--spacing-1);width:-moz-fit-content;width:fit-content}.form-group__hint{color:var(--neutral-600)}.form-group__error{color:var(--alert-500)}.form-item__label{color:var(--neutral-600);font:var(--subtext-regular);margin-bottom:var(--spacing-1);max-width:100%;overflow:hidden;text-overflow:ellipsis;width:-moz-fit-content;width:fit-content}.radio-group{display:flex;flex-direction:column;gap:var(--spacing-4);position:relative}.radio__input-wrapper{align-items:center;display:flex;gap:var(--spacing-3);position:relative}.radio__label{cursor:pointer;display:flex;flex-direction:column}.radio__input{align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid var(--neutral-300);border-radius:50%;color:var(--neutral-300);display:grid;font:inherit;height:var(--spacing-6);margin:0;min-width:var(--spacing-6);place-content:center;position:relative}.radio__input:is(:checked,:focus,:focus-within,:active){outline:none}.radio__input:is(:checked,:active){border:2px solid var(--action-500)}@media (hover:hover){.radio__input:not(:disabled,:focus-within,:active,:checked):hover{background-color:var(--action-50);border:1px solid var(--action-500)}}.radio__input:before{background-color:var(--action-500);border-radius:50%;content:"";display:block;height:0;position:absolute;right:50%;top:50%;transform:translate(50%,-50%);width:0}.radio__input:checked:before{height:12px;width:12px}@media (prefers-reduced-motion:no-preference){.radio__input:before{transition-duration:.15s;transition-property:width,height;transition-timing-function:ease-out}}.password+.input__suffix{pointer-events:auto;right:var(--spacing-6)}.password+.input__suffix .button{padding:0}.password+.input__suffix .button:focus-visible{border:1px solid var(--action-500);border-radius:var(--border-radius-sm);color:var(--action-500);outline:none}.password+.input__suffix .button__label{display:flex;width:-moz-fit-content;width:fit-content}@media (hover:hover){.input__wrapper:hover .input:not(:-moz-read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}.input:hover:not(:disabled)+.input__suffix .button__label,.input__wrapper:hover .input:not(:read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}}.input__wrapper .input:is(:focus,:active):not(:-moz-read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}.input__wrapper .input:is(:focus,:active):not(:read-only,:disabled)+.input__suffix .button__label{color:var(--action-500)}@media screen and (min-width:64rem){.password+.input__suffix{right:var(--spacing-4)}}`;
|
|
519
519
|
var qs = { exports: {} }, we = {}, eu = { exports: {} }, tu = {};
|
|
520
520
|
/**
|
|
521
521
|
* @license React
|
|
@@ -586,7 +586,7 @@ var qs = { exports: {} }, we = {}, eu = { exports: {} }, tu = {};
|
|
|
586
586
|
}
|
|
587
587
|
}
|
|
588
588
|
function _(k, N) {
|
|
589
|
-
y = !1, x && (x = !1, p(
|
|
589
|
+
y = !1, x && (x = !1, p(E), E = -1), m = !0;
|
|
590
590
|
var z = c;
|
|
591
591
|
try {
|
|
592
592
|
for (g(N), h = n(s); h !== null && (!(h.expirationTime > N) || k && !F()); ) {
|
|
@@ -608,7 +608,7 @@ var qs = { exports: {} }, we = {}, eu = { exports: {} }, tu = {};
|
|
|
608
608
|
h = null, c = z, m = !1;
|
|
609
609
|
}
|
|
610
610
|
}
|
|
611
|
-
var
|
|
611
|
+
var b = !1, S = null, E = -1, M = 5, L = -1;
|
|
612
612
|
function F() {
|
|
613
613
|
return !(e.unstable_now() - L < M);
|
|
614
614
|
}
|
|
@@ -620,9 +620,9 @@ var qs = { exports: {} }, we = {}, eu = { exports: {} }, tu = {};
|
|
|
620
620
|
try {
|
|
621
621
|
N = S(!0, k);
|
|
622
622
|
} finally {
|
|
623
|
-
N ? xt() : (
|
|
623
|
+
N ? xt() : (b = !1, S = null);
|
|
624
624
|
}
|
|
625
|
-
} else
|
|
625
|
+
} else b = !1;
|
|
626
626
|
}
|
|
627
627
|
var xt;
|
|
628
628
|
if (typeof d == "function") xt = function() {
|
|
@@ -637,10 +637,10 @@ var qs = { exports: {} }, we = {}, eu = { exports: {} }, tu = {};
|
|
|
637
637
|
P($t, 0);
|
|
638
638
|
};
|
|
639
639
|
function Ze(k) {
|
|
640
|
-
S = k,
|
|
640
|
+
S = k, b || (b = !0, xt());
|
|
641
641
|
}
|
|
642
642
|
function jt(k, N) {
|
|
643
|
-
|
|
643
|
+
E = P(function() {
|
|
644
644
|
k(e.unstable_now());
|
|
645
645
|
}, N);
|
|
646
646
|
}
|
|
@@ -709,7 +709,7 @@ var qs = { exports: {} }, we = {}, eu = { exports: {} }, tu = {};
|
|
|
709
709
|
default:
|
|
710
710
|
Y = 5e3;
|
|
711
711
|
}
|
|
712
|
-
return Y = z + Y, k = { id: f++, callback: N, priorityLevel: k, startTime: z, expirationTime: Y, sortIndex: -1 }, z > A ? (k.sortIndex = z, t(u, k), n(s) === null && k === n(u) && (x ? (p(
|
|
712
|
+
return Y = z + Y, k = { id: f++, callback: N, priorityLevel: k, startTime: z, expirationTime: Y, sortIndex: -1 }, z > A ? (k.sortIndex = z, t(u, k), n(s) === null && k === n(u) && (x ? (p(E), E = -1) : x = !0, jt(v, z - A))) : (k.sortIndex = Y, t(s, k), y || m || (y = !0, Ze(_))), k;
|
|
713
713
|
}, e.unstable_shouldYield = F, e.unstable_wrapCallback = function(k) {
|
|
714
714
|
var N = c;
|
|
715
715
|
return function() {
|
|
@@ -724,7 +724,7 @@ var qs = { exports: {} }, we = {}, eu = { exports: {} }, tu = {};
|
|
|
724
724
|
};
|
|
725
725
|
})(tu);
|
|
726
726
|
eu.exports = tu;
|
|
727
|
-
var
|
|
727
|
+
var x0 = eu.exports;
|
|
728
728
|
/**
|
|
729
729
|
* @license React
|
|
730
730
|
* react-dom.production.min.js
|
|
@@ -734,7 +734,7 @@ var xd = eu.exports;
|
|
|
734
734
|
* This source code is licensed under the MIT license found in the
|
|
735
735
|
* LICENSE file in the root directory of this source tree.
|
|
736
736
|
*/
|
|
737
|
-
var
|
|
737
|
+
var w0 = I, xe = x0;
|
|
738
738
|
function w(e) {
|
|
739
739
|
for (var t = "https://reactjs.org/docs/error-decoder.html?invariant=" + e, n = 1; n < arguments.length; n++) t += "&args[]=" + encodeURIComponent(arguments[n]);
|
|
740
740
|
return "Minified React error #" + e + "; visit " + t + " for the full message or use the non-minified dev environment for full errors and additional helpful warnings.";
|
|
@@ -746,11 +746,11 @@ function It(e, t) {
|
|
|
746
746
|
function un(e, t) {
|
|
747
747
|
for (Hn[e] = t, e = 0; e < t.length; e++) nu.add(t[e]);
|
|
748
748
|
}
|
|
749
|
-
var We = !(typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u"), ho = Object.prototype.hasOwnProperty,
|
|
750
|
-
function
|
|
751
|
-
return ho.call(hl, e) ? !0 : ho.call(pl, e) ? !1 :
|
|
749
|
+
var We = !(typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u"), ho = Object.prototype.hasOwnProperty, _0 = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/, pl = {}, hl = {};
|
|
750
|
+
function k0(e) {
|
|
751
|
+
return ho.call(hl, e) ? !0 : ho.call(pl, e) ? !1 : _0.test(e) ? hl[e] = !0 : (pl[e] = !0, !1);
|
|
752
752
|
}
|
|
753
|
-
function
|
|
753
|
+
function S0(e, t, n, r) {
|
|
754
754
|
if (n !== null && n.type === 0) return !1;
|
|
755
755
|
switch (typeof t) {
|
|
756
756
|
case "function":
|
|
@@ -762,8 +762,8 @@ function Sd(e, t, n, r) {
|
|
|
762
762
|
return !1;
|
|
763
763
|
}
|
|
764
764
|
}
|
|
765
|
-
function
|
|
766
|
-
if (t === null || typeof t > "u" ||
|
|
765
|
+
function b0(e, t, n, r) {
|
|
766
|
+
if (t === null || typeof t > "u" || S0(e, t, n, r)) return !0;
|
|
767
767
|
if (r) return !1;
|
|
768
768
|
if (n !== null) switch (n.type) {
|
|
769
769
|
case 3:
|
|
@@ -837,9 +837,9 @@ te.xlinkHref = new ce("xlinkHref", 1, !1, "xlink:href", "http://www.w3.org/1999/
|
|
|
837
837
|
});
|
|
838
838
|
function ma(e, t, n, r) {
|
|
839
839
|
var i = te.hasOwnProperty(t) ? te[t] : null;
|
|
840
|
-
(i !== null ? i.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (
|
|
840
|
+
(i !== null ? i.type !== 0 : r || !(2 < t.length) || t[0] !== "o" && t[0] !== "O" || t[1] !== "n" && t[1] !== "N") && (b0(t, n, i, r) && (n = null), r || i === null ? k0(t) && (n === null ? e.removeAttribute(t) : e.setAttribute(t, "" + n)) : i.mustUseProperty ? e[i.propertyName] = n === null ? i.type === 3 ? !1 : "" : n : (t = i.attributeName, r = i.attributeNamespace, n === null ? e.removeAttribute(t) : (i = i.type, n = i === 3 || i === 4 && n === !0 ? "" : "" + n, r ? e.setAttributeNS(r, t, n) : e.setAttribute(t, n))));
|
|
841
841
|
}
|
|
842
|
-
var Ye =
|
|
842
|
+
var Ye = w0.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, mr = Symbol.for("react.element"), Bt = Symbol.for("react.portal"), Ht = Symbol.for("react.fragment"), va = Symbol.for("react.strict_mode"), go = Symbol.for("react.profiler"), ru = Symbol.for("react.provider"), iu = Symbol.for("react.context"), ya = Symbol.for("react.forward_ref"), mo = Symbol.for("react.suspense"), vo = Symbol.for("react.suspense_list"), xa = Symbol.for("react.memo"), et = Symbol.for("react.lazy"), ou = Symbol.for("react.offscreen"), gl = Symbol.iterator;
|
|
843
843
|
function xn(e) {
|
|
844
844
|
return e === null || typeof e != "object" ? null : (e = gl && e[gl] || e["@@iterator"], typeof e == "function" ? e : null);
|
|
845
845
|
}
|
|
@@ -910,7 +910,7 @@ function Ai(e, t) {
|
|
|
910
910
|
}
|
|
911
911
|
return (e = e ? e.displayName || e.name : "") ? zn(e) : "";
|
|
912
912
|
}
|
|
913
|
-
function
|
|
913
|
+
function E0(e) {
|
|
914
914
|
switch (e.tag) {
|
|
915
915
|
case 5:
|
|
916
916
|
return zn(e.type);
|
|
@@ -969,7 +969,7 @@ function yo(e) {
|
|
|
969
969
|
}
|
|
970
970
|
return null;
|
|
971
971
|
}
|
|
972
|
-
function
|
|
972
|
+
function C0(e) {
|
|
973
973
|
var t = e.type;
|
|
974
974
|
switch (e.tag) {
|
|
975
975
|
case 24:
|
|
@@ -1036,7 +1036,7 @@ function au(e) {
|
|
|
1036
1036
|
var t = e.type;
|
|
1037
1037
|
return (e = e.nodeName) && e.toLowerCase() === "input" && (t === "checkbox" || t === "radio");
|
|
1038
1038
|
}
|
|
1039
|
-
function
|
|
1039
|
+
function P0(e) {
|
|
1040
1040
|
var t = au(e) ? "checked" : "value", n = Object.getOwnPropertyDescriptor(e.constructor.prototype, t), r = "" + e[t];
|
|
1041
1041
|
if (!e.hasOwnProperty(t) && typeof n < "u" && typeof n.get == "function" && typeof n.set == "function") {
|
|
1042
1042
|
var i = n.get, o = n.set;
|
|
@@ -1054,7 +1054,7 @@ function Pd(e) {
|
|
|
1054
1054
|
}
|
|
1055
1055
|
}
|
|
1056
1056
|
function vr(e) {
|
|
1057
|
-
e._valueTracker || (e._valueTracker =
|
|
1057
|
+
e._valueTracker || (e._valueTracker = P0(e));
|
|
1058
1058
|
}
|
|
1059
1059
|
function lu(e) {
|
|
1060
1060
|
if (!e) return !1;
|
|
@@ -1227,9 +1227,9 @@ var Tn = {
|
|
|
1227
1227
|
strokeMiterlimit: !0,
|
|
1228
1228
|
strokeOpacity: !0,
|
|
1229
1229
|
strokeWidth: !0
|
|
1230
|
-
},
|
|
1230
|
+
}, N0 = ["Webkit", "ms", "Moz", "O"];
|
|
1231
1231
|
Object.keys(Tn).forEach(function(e) {
|
|
1232
|
-
|
|
1232
|
+
N0.forEach(function(t) {
|
|
1233
1233
|
t = t + e.charAt(0).toUpperCase() + e.substring(1), Tn[t] = Tn[e];
|
|
1234
1234
|
});
|
|
1235
1235
|
});
|
|
@@ -1243,10 +1243,10 @@ function pu(e, t) {
|
|
|
1243
1243
|
n === "float" && (n = "cssFloat"), r ? e.setProperty(n, i) : e[n] = i;
|
|
1244
1244
|
}
|
|
1245
1245
|
}
|
|
1246
|
-
var
|
|
1247
|
-
function
|
|
1246
|
+
var L0 = H({ menuitem: !0 }, { area: !0, base: !0, br: !0, col: !0, embed: !0, hr: !0, img: !0, input: !0, keygen: !0, link: !0, meta: !0, param: !0, source: !0, track: !0, wbr: !0 });
|
|
1247
|
+
function bo(e, t) {
|
|
1248
1248
|
if (t) {
|
|
1249
|
-
if (
|
|
1249
|
+
if (L0[e] && (t.children != null || t.dangerouslySetInnerHTML != null)) throw Error(w(137, e));
|
|
1250
1250
|
if (t.dangerouslySetInnerHTML != null) {
|
|
1251
1251
|
if (t.children != null) throw Error(w(60));
|
|
1252
1252
|
if (typeof t.dangerouslySetInnerHTML != "object" || !("__html" in t.dangerouslySetInnerHTML)) throw Error(w(61));
|
|
@@ -1254,7 +1254,7 @@ function Eo(e, t) {
|
|
|
1254
1254
|
if (t.style != null && typeof t.style != "object") throw Error(w(62));
|
|
1255
1255
|
}
|
|
1256
1256
|
}
|
|
1257
|
-
function
|
|
1257
|
+
function Eo(e, t) {
|
|
1258
1258
|
if (e.indexOf("-") === -1) return typeof t.is == "string";
|
|
1259
1259
|
switch (e) {
|
|
1260
1260
|
case "annotation-xml":
|
|
@@ -1270,7 +1270,7 @@ function Co(e, t) {
|
|
|
1270
1270
|
return !0;
|
|
1271
1271
|
}
|
|
1272
1272
|
}
|
|
1273
|
-
var
|
|
1273
|
+
var Co = null;
|
|
1274
1274
|
function wa(e) {
|
|
1275
1275
|
return e = e.target || e.srcElement || window, e.correspondingUseElement && (e = e.correspondingUseElement), e.nodeType === 3 ? e.parentNode : e;
|
|
1276
1276
|
}
|
|
@@ -1279,7 +1279,7 @@ function wl(e) {
|
|
|
1279
1279
|
if (e = dr(e)) {
|
|
1280
1280
|
if (typeof Po != "function") throw Error(w(280));
|
|
1281
1281
|
var t = e.stateNode;
|
|
1282
|
-
t && (t =
|
|
1282
|
+
t && (t = bi(t), Po(e.stateNode, e.type, t));
|
|
1283
1283
|
}
|
|
1284
1284
|
}
|
|
1285
1285
|
function hu(e) {
|
|
@@ -1309,7 +1309,7 @@ function yu(e, t, n) {
|
|
|
1309
1309
|
function Wn(e, t) {
|
|
1310
1310
|
var n = e.stateNode;
|
|
1311
1311
|
if (n === null) return null;
|
|
1312
|
-
var r =
|
|
1312
|
+
var r = bi(n);
|
|
1313
1313
|
if (r === null) return null;
|
|
1314
1314
|
n = r[t];
|
|
1315
1315
|
e: switch (t) {
|
|
@@ -1342,7 +1342,7 @@ if (We) try {
|
|
|
1342
1342
|
} catch {
|
|
1343
1343
|
No = !1;
|
|
1344
1344
|
}
|
|
1345
|
-
function
|
|
1345
|
+
function z0(e, t, n, r, i, o, a, l, s) {
|
|
1346
1346
|
var u = Array.prototype.slice.call(arguments, 3);
|
|
1347
1347
|
try {
|
|
1348
1348
|
t.apply(n, u);
|
|
@@ -1350,14 +1350,14 @@ function zd(e, t, n, r, i, o, a, l, s) {
|
|
|
1350
1350
|
this.onError(f);
|
|
1351
1351
|
}
|
|
1352
1352
|
}
|
|
1353
|
-
var Fn = !1, Wr = null, Qr = !1, Lo = null,
|
|
1353
|
+
var Fn = !1, Wr = null, Qr = !1, Lo = null, O0 = { onError: function(e) {
|
|
1354
1354
|
Fn = !0, Wr = e;
|
|
1355
1355
|
} };
|
|
1356
|
-
function
|
|
1357
|
-
Fn = !1, Wr = null,
|
|
1356
|
+
function M0(e, t, n, r, i, o, a, l, s) {
|
|
1357
|
+
Fn = !1, Wr = null, z0.apply(O0, arguments);
|
|
1358
1358
|
}
|
|
1359
|
-
function
|
|
1360
|
-
if (
|
|
1359
|
+
function R0(e, t, n, r, i, o, a, l, s) {
|
|
1360
|
+
if (M0.apply(this, arguments), Fn) {
|
|
1361
1361
|
if (Fn) {
|
|
1362
1362
|
var u = Wr;
|
|
1363
1363
|
Fn = !1, Wr = null;
|
|
@@ -1386,7 +1386,7 @@ function xu(e) {
|
|
|
1386
1386
|
function _l(e) {
|
|
1387
1387
|
if (Dt(e) !== e) throw Error(w(188));
|
|
1388
1388
|
}
|
|
1389
|
-
function
|
|
1389
|
+
function T0(e) {
|
|
1390
1390
|
var t = e.alternate;
|
|
1391
1391
|
if (!t) {
|
|
1392
1392
|
if (t = Dt(e), t === null) throw Error(w(188));
|
|
@@ -1445,7 +1445,7 @@ function Td(e) {
|
|
|
1445
1445
|
return n.stateNode.current === n ? e : t;
|
|
1446
1446
|
}
|
|
1447
1447
|
function wu(e) {
|
|
1448
|
-
return e =
|
|
1448
|
+
return e = T0(e), e !== null ? _u(e) : null;
|
|
1449
1449
|
}
|
|
1450
1450
|
function _u(e) {
|
|
1451
1451
|
if (e.tag === 5 || e.tag === 6) return e;
|
|
@@ -1456,16 +1456,16 @@ function _u(e) {
|
|
|
1456
1456
|
}
|
|
1457
1457
|
return null;
|
|
1458
1458
|
}
|
|
1459
|
-
var ku = xe.unstable_scheduleCallback, kl = xe.unstable_cancelCallback,
|
|
1460
|
-
function
|
|
1459
|
+
var ku = xe.unstable_scheduleCallback, kl = xe.unstable_cancelCallback, F0 = xe.unstable_shouldYield, I0 = xe.unstable_requestPaint, W = xe.unstable_now, D0 = xe.unstable_getCurrentPriorityLevel, _a = xe.unstable_ImmediatePriority, Su = xe.unstable_UserBlockingPriority, Gr = xe.unstable_NormalPriority, $0 = xe.unstable_LowPriority, bu = xe.unstable_IdlePriority, wi = null, je = null;
|
|
1460
|
+
function j0(e) {
|
|
1461
1461
|
if (je && typeof je.onCommitFiberRoot == "function") try {
|
|
1462
1462
|
je.onCommitFiberRoot(wi, e, void 0, (e.current.flags & 128) === 128);
|
|
1463
1463
|
} catch {
|
|
1464
1464
|
}
|
|
1465
1465
|
}
|
|
1466
|
-
var Me = Math.clz32 ? Math.clz32 :
|
|
1467
|
-
function
|
|
1468
|
-
return e >>>= 0, e === 0 ? 32 : 31 - (
|
|
1466
|
+
var Me = Math.clz32 ? Math.clz32 : V0, A0 = Math.log, U0 = Math.LN2;
|
|
1467
|
+
function V0(e) {
|
|
1468
|
+
return e >>>= 0, e === 0 ? 32 : 31 - (A0(e) / U0 | 0) | 0;
|
|
1469
1469
|
}
|
|
1470
1470
|
var xr = 64, wr = 4194304;
|
|
1471
1471
|
function Mn(e) {
|
|
@@ -1530,7 +1530,7 @@ function Xr(e, t) {
|
|
|
1530
1530
|
if (r & 4 && (r |= n & 16), t = e.entangledLanes, t !== 0) for (e = e.entanglements, t &= r; 0 < t; ) n = 31 - Me(t), i = 1 << n, r |= e[n], t &= ~i;
|
|
1531
1531
|
return r;
|
|
1532
1532
|
}
|
|
1533
|
-
function
|
|
1533
|
+
function B0(e, t) {
|
|
1534
1534
|
switch (e) {
|
|
1535
1535
|
case 1:
|
|
1536
1536
|
case 2:
|
|
@@ -1571,16 +1571,16 @@ function Bd(e, t) {
|
|
|
1571
1571
|
return -1;
|
|
1572
1572
|
}
|
|
1573
1573
|
}
|
|
1574
|
-
function
|
|
1574
|
+
function H0(e, t) {
|
|
1575
1575
|
for (var n = e.suspendedLanes, r = e.pingedLanes, i = e.expirationTimes, o = e.pendingLanes; 0 < o; ) {
|
|
1576
1576
|
var a = 31 - Me(o), l = 1 << a, s = i[a];
|
|
1577
|
-
s === -1 ? (!(l & n) || l & r) && (i[a] =
|
|
1577
|
+
s === -1 ? (!(l & n) || l & r) && (i[a] = B0(l, t)) : s <= t && (e.expiredLanes |= l), o &= ~l;
|
|
1578
1578
|
}
|
|
1579
1579
|
}
|
|
1580
1580
|
function zo(e) {
|
|
1581
1581
|
return e = e.pendingLanes & -1073741825, e !== 0 ? e : e & 1073741824 ? 1073741824 : 0;
|
|
1582
1582
|
}
|
|
1583
|
-
function
|
|
1583
|
+
function Eu() {
|
|
1584
1584
|
var e = xr;
|
|
1585
1585
|
return xr <<= 1, !(xr & 4194240) && (xr = 64), e;
|
|
1586
1586
|
}
|
|
@@ -1591,7 +1591,7 @@ function Vi(e) {
|
|
|
1591
1591
|
function ur(e, t, n) {
|
|
1592
1592
|
e.pendingLanes |= t, t !== 536870912 && (e.suspendedLanes = 0, e.pingedLanes = 0), e = e.eventTimes, t = 31 - Me(t), e[t] = n;
|
|
1593
1593
|
}
|
|
1594
|
-
function
|
|
1594
|
+
function K0(e, t) {
|
|
1595
1595
|
var n = e.pendingLanes & ~t;
|
|
1596
1596
|
e.pendingLanes = t, e.suspendedLanes = 0, e.pingedLanes = 0, e.expiredLanes &= t, e.mutableReadLanes &= t, e.entangledLanes &= t, t = e.entanglements;
|
|
1597
1597
|
var r = e.eventTimes;
|
|
@@ -1608,10 +1608,10 @@ function ka(e, t) {
|
|
|
1608
1608
|
}
|
|
1609
1609
|
}
|
|
1610
1610
|
var T = 0;
|
|
1611
|
-
function
|
|
1611
|
+
function Cu(e) {
|
|
1612
1612
|
return e &= -e, 1 < e ? 4 < e ? e & 268435455 ? 16 : 536870912 : 4 : 1;
|
|
1613
1613
|
}
|
|
1614
|
-
var Pu, Sa, Nu, Lu, zu, Oo = !1, _r = [], at = null, lt = null, st = null, Qn = /* @__PURE__ */ new Map(), Gn = /* @__PURE__ */ new Map(), nt = [],
|
|
1614
|
+
var Pu, Sa, Nu, Lu, zu, Oo = !1, _r = [], at = null, lt = null, st = null, Qn = /* @__PURE__ */ new Map(), Gn = /* @__PURE__ */ new Map(), nt = [], W0 = "mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");
|
|
1615
1615
|
function Sl(e, t) {
|
|
1616
1616
|
switch (e) {
|
|
1617
1617
|
case "focusin":
|
|
@@ -1638,7 +1638,7 @@ function Sl(e, t) {
|
|
|
1638
1638
|
function _n(e, t, n, r, i, o) {
|
|
1639
1639
|
return e === null || e.nativeEvent !== o ? (e = { blockedOn: t, domEventName: n, eventSystemFlags: r, nativeEvent: o, targetContainers: [i] }, t !== null && (t = dr(t), t !== null && Sa(t)), e) : (e.eventSystemFlags |= r, t = e.targetContainers, i !== null && t.indexOf(i) === -1 && t.push(i), e);
|
|
1640
1640
|
}
|
|
1641
|
-
function
|
|
1641
|
+
function Q0(e, t, n, r, i) {
|
|
1642
1642
|
switch (t) {
|
|
1643
1643
|
case "focusin":
|
|
1644
1644
|
return at = _n(at, e, t, n, r, i), !0;
|
|
@@ -1655,7 +1655,7 @@ function Qd(e, t, n, r, i) {
|
|
|
1655
1655
|
return !1;
|
|
1656
1656
|
}
|
|
1657
1657
|
function Ou(e) {
|
|
1658
|
-
var t =
|
|
1658
|
+
var t = Et(e.target);
|
|
1659
1659
|
if (t !== null) {
|
|
1660
1660
|
var n = Dt(t);
|
|
1661
1661
|
if (n !== null) {
|
|
@@ -1681,20 +1681,20 @@ function Fr(e) {
|
|
|
1681
1681
|
if (n === null) {
|
|
1682
1682
|
n = e.nativeEvent;
|
|
1683
1683
|
var r = new n.constructor(n.type, n);
|
|
1684
|
-
|
|
1684
|
+
Co = r, n.target.dispatchEvent(r), Co = null;
|
|
1685
1685
|
} else return t = dr(n), t !== null && Sa(t), e.blockedOn = n, !1;
|
|
1686
1686
|
t.shift();
|
|
1687
1687
|
}
|
|
1688
1688
|
return !0;
|
|
1689
1689
|
}
|
|
1690
|
-
function
|
|
1690
|
+
function bl(e, t, n) {
|
|
1691
1691
|
Fr(e) && n.delete(t);
|
|
1692
1692
|
}
|
|
1693
|
-
function
|
|
1694
|
-
Oo = !1, at !== null && Fr(at) && (at = null), lt !== null && Fr(lt) && (lt = null), st !== null && Fr(st) && (st = null), Qn.forEach(
|
|
1693
|
+
function G0() {
|
|
1694
|
+
Oo = !1, at !== null && Fr(at) && (at = null), lt !== null && Fr(lt) && (lt = null), st !== null && Fr(st) && (st = null), Qn.forEach(bl), Gn.forEach(bl);
|
|
1695
1695
|
}
|
|
1696
1696
|
function kn(e, t) {
|
|
1697
|
-
e.blockedOn === t && (e.blockedOn = null, Oo || (Oo = !0, xe.unstable_scheduleCallback(xe.unstable_NormalPriority,
|
|
1697
|
+
e.blockedOn === t && (e.blockedOn = null, Oo || (Oo = !0, xe.unstable_scheduleCallback(xe.unstable_NormalPriority, G0)));
|
|
1698
1698
|
}
|
|
1699
1699
|
function Xn(e) {
|
|
1700
1700
|
function t(i) {
|
|
@@ -1711,30 +1711,30 @@ function Xn(e) {
|
|
|
1711
1711
|
for (; 0 < nt.length && (n = nt[0], n.blockedOn === null); ) Ou(n), n.blockedOn === null && nt.shift();
|
|
1712
1712
|
}
|
|
1713
1713
|
var on = Ye.ReactCurrentBatchConfig, Yr = !0;
|
|
1714
|
-
function
|
|
1714
|
+
function X0(e, t, n, r) {
|
|
1715
1715
|
var i = T, o = on.transition;
|
|
1716
1716
|
on.transition = null;
|
|
1717
1717
|
try {
|
|
1718
|
-
T = 1,
|
|
1718
|
+
T = 1, ba(e, t, n, r);
|
|
1719
1719
|
} finally {
|
|
1720
1720
|
T = i, on.transition = o;
|
|
1721
1721
|
}
|
|
1722
1722
|
}
|
|
1723
|
-
function
|
|
1723
|
+
function Y0(e, t, n, r) {
|
|
1724
1724
|
var i = T, o = on.transition;
|
|
1725
1725
|
on.transition = null;
|
|
1726
1726
|
try {
|
|
1727
|
-
T = 4,
|
|
1727
|
+
T = 4, ba(e, t, n, r);
|
|
1728
1728
|
} finally {
|
|
1729
1729
|
T = i, on.transition = o;
|
|
1730
1730
|
}
|
|
1731
1731
|
}
|
|
1732
|
-
function
|
|
1732
|
+
function ba(e, t, n, r) {
|
|
1733
1733
|
if (Yr) {
|
|
1734
1734
|
var i = Mo(e, t, n, r);
|
|
1735
1735
|
if (i === null) Zi(e, t, r, Jr, n), Sl(e, r);
|
|
1736
|
-
else if (
|
|
1737
|
-
else if (Sl(e, r), t & 4 && -1 <
|
|
1736
|
+
else if (Q0(i, e, t, n, r)) r.stopPropagation();
|
|
1737
|
+
else if (Sl(e, r), t & 4 && -1 < W0.indexOf(e)) {
|
|
1738
1738
|
for (; i !== null; ) {
|
|
1739
1739
|
var o = dr(i);
|
|
1740
1740
|
if (o !== null && Pu(o), o = Mo(e, t, n, r), o === null && Zi(e, t, r, Jr, n), o === i) break;
|
|
@@ -1746,7 +1746,7 @@ function Ea(e, t, n, r) {
|
|
|
1746
1746
|
}
|
|
1747
1747
|
var Jr = null;
|
|
1748
1748
|
function Mo(e, t, n, r) {
|
|
1749
|
-
if (Jr = null, e = wa(r), e =
|
|
1749
|
+
if (Jr = null, e = wa(r), e = Et(e), e !== null) if (t = Dt(e), t === null) e = null;
|
|
1750
1750
|
else if (n = t.tag, n === 13) {
|
|
1751
1751
|
if (e = xu(t), e !== null) return e;
|
|
1752
1752
|
e = null;
|
|
@@ -1831,15 +1831,15 @@ function Mu(e) {
|
|
|
1831
1831
|
case "pointerleave":
|
|
1832
1832
|
return 4;
|
|
1833
1833
|
case "message":
|
|
1834
|
-
switch (
|
|
1834
|
+
switch (D0()) {
|
|
1835
1835
|
case _a:
|
|
1836
1836
|
return 1;
|
|
1837
1837
|
case Su:
|
|
1838
1838
|
return 4;
|
|
1839
1839
|
case Gr:
|
|
1840
|
-
case $
|
|
1840
|
+
case $0:
|
|
1841
1841
|
return 16;
|
|
1842
|
-
case
|
|
1842
|
+
case bu:
|
|
1843
1843
|
return 536870912;
|
|
1844
1844
|
default:
|
|
1845
1845
|
return 16;
|
|
@@ -1848,10 +1848,10 @@ function Mu(e) {
|
|
|
1848
1848
|
return 16;
|
|
1849
1849
|
}
|
|
1850
1850
|
}
|
|
1851
|
-
var it = null,
|
|
1851
|
+
var it = null, Ea = null, Ir = null;
|
|
1852
1852
|
function Ru() {
|
|
1853
1853
|
if (Ir) return Ir;
|
|
1854
|
-
var e, t =
|
|
1854
|
+
var e, t = Ea, n = t.length, r, i = "value" in it ? it.value : it.textContent, o = i.length;
|
|
1855
1855
|
for (e = 0; e < n && t[e] === i[e]; e++) ;
|
|
1856
1856
|
var a = n - e;
|
|
1857
1857
|
for (r = 1; r <= a && t[n - r] === i[o - r]; r++) ;
|
|
@@ -1864,14 +1864,14 @@ function Dr(e) {
|
|
|
1864
1864
|
function kr() {
|
|
1865
1865
|
return !0;
|
|
1866
1866
|
}
|
|
1867
|
-
function
|
|
1867
|
+
function El() {
|
|
1868
1868
|
return !1;
|
|
1869
1869
|
}
|
|
1870
1870
|
function _e(e) {
|
|
1871
1871
|
function t(n, r, i, o, a) {
|
|
1872
1872
|
this._reactName = n, this._targetInst = i, this.type = r, this.nativeEvent = o, this.target = a, this.currentTarget = null;
|
|
1873
1873
|
for (var l in e) e.hasOwnProperty(l) && (n = e[l], this[l] = n ? n(o) : o[l]);
|
|
1874
|
-
return this.isDefaultPrevented = (o.defaultPrevented != null ? o.defaultPrevented : o.returnValue === !1) ? kr :
|
|
1874
|
+
return this.isDefaultPrevented = (o.defaultPrevented != null ? o.defaultPrevented : o.returnValue === !1) ? kr : El, this.isPropagationStopped = El, this;
|
|
1875
1875
|
}
|
|
1876
1876
|
return H(t.prototype, { preventDefault: function() {
|
|
1877
1877
|
this.defaultPrevented = !0;
|
|
@@ -1885,13 +1885,13 @@ function _e(e) {
|
|
|
1885
1885
|
}
|
|
1886
1886
|
var vn = { eventPhase: 0, bubbles: 0, cancelable: 0, timeStamp: function(e) {
|
|
1887
1887
|
return e.timeStamp || Date.now();
|
|
1888
|
-
}, defaultPrevented: 0, isTrusted: 0 },
|
|
1888
|
+
}, defaultPrevented: 0, isTrusted: 0 }, Ca = _e(vn), cr = H({}, vn, { view: 0, detail: 0 }), J0 = _e(cr), Bi, Hi, Sn, _i = H({}, cr, { screenX: 0, screenY: 0, clientX: 0, clientY: 0, pageX: 0, pageY: 0, ctrlKey: 0, shiftKey: 0, altKey: 0, metaKey: 0, getModifierState: Pa, button: 0, buttons: 0, relatedTarget: function(e) {
|
|
1889
1889
|
return e.relatedTarget === void 0 ? e.fromElement === e.srcElement ? e.toElement : e.fromElement : e.relatedTarget;
|
|
1890
1890
|
}, movementX: function(e) {
|
|
1891
1891
|
return "movementX" in e ? e.movementX : (e !== Sn && (Sn && e.type === "mousemove" ? (Bi = e.screenX - Sn.screenX, Hi = e.screenY - Sn.screenY) : Hi = Bi = 0, Sn = e), Bi);
|
|
1892
1892
|
}, movementY: function(e) {
|
|
1893
1893
|
return "movementY" in e ? e.movementY : Hi;
|
|
1894
|
-
} }),
|
|
1894
|
+
} }), Cl = _e(_i), Z0 = H({}, _i, { dataTransfer: 0 }), q0 = _e(Z0), e1 = H({}, cr, { relatedTarget: 0 }), Ki = _e(e1), t1 = H({}, vn, { animationName: 0, elapsedTime: 0, pseudoElement: 0 }), n1 = _e(t1), r1 = H({}, vn, { clipboardData: function(e) {
|
|
1895
1895
|
return "clipboardData" in e ? e.clipboardData : window.clipboardData;
|
|
1896
1896
|
} }), i1 = _e(r1), o1 = H({}, vn, { data: 0 }), Pl = _e(o1), a1 = {
|
|
1897
1897
|
Esc: "Escape",
|
|
@@ -2006,7 +2006,7 @@ function _1(e, t) {
|
|
|
2006
2006
|
}
|
|
2007
2007
|
}
|
|
2008
2008
|
function k1(e, t) {
|
|
2009
|
-
if (Kt) return e === "compositionend" || !Na && Fu(e, t) ? (e = Ru(), Ir =
|
|
2009
|
+
if (Kt) return e === "compositionend" || !Na && Fu(e, t) ? (e = Ru(), Ir = Ea = it = null, Kt = !1, e) : null;
|
|
2010
2010
|
switch (e) {
|
|
2011
2011
|
case "paste":
|
|
2012
2012
|
return null;
|
|
@@ -2028,17 +2028,17 @@ function Ol(e) {
|
|
|
2028
2028
|
return t === "input" ? !!S1[e.type] : t === "textarea";
|
|
2029
2029
|
}
|
|
2030
2030
|
function Du(e, t, n, r) {
|
|
2031
|
-
hu(r), t = Zr(t, "onChange"), 0 < t.length && (n = new
|
|
2031
|
+
hu(r), t = Zr(t, "onChange"), 0 < t.length && (n = new Ca("onChange", "change", null, n, r), e.push({ event: n, listeners: t }));
|
|
2032
2032
|
}
|
|
2033
2033
|
var Dn = null, Yn = null;
|
|
2034
|
-
function
|
|
2034
|
+
function b1(e) {
|
|
2035
2035
|
Gu(e, 0);
|
|
2036
2036
|
}
|
|
2037
2037
|
function ki(e) {
|
|
2038
2038
|
var t = Gt(e);
|
|
2039
2039
|
if (lu(t)) return e;
|
|
2040
2040
|
}
|
|
2041
|
-
function
|
|
2041
|
+
function E1(e, t) {
|
|
2042
2042
|
if (e === "change") return t;
|
|
2043
2043
|
}
|
|
2044
2044
|
var $u = !1;
|
|
@@ -2060,10 +2060,10 @@ function Rl() {
|
|
|
2060
2060
|
function ju(e) {
|
|
2061
2061
|
if (e.propertyName === "value" && ki(Yn)) {
|
|
2062
2062
|
var t = [];
|
|
2063
|
-
Du(t, Yn, e, wa(e)), yu(
|
|
2063
|
+
Du(t, Yn, e, wa(e)), yu(b1, t);
|
|
2064
2064
|
}
|
|
2065
2065
|
}
|
|
2066
|
-
function
|
|
2066
|
+
function C1(e, t, n) {
|
|
2067
2067
|
e === "focusin" ? (Rl(), Dn = t, Yn = n, Dn.attachEvent("onpropertychange", ju)) : e === "focusout" && Rl();
|
|
2068
2068
|
}
|
|
2069
2069
|
function P1(e) {
|
|
@@ -2158,7 +2158,7 @@ function O1(e) {
|
|
|
2158
2158
|
var M1 = We && "documentMode" in document && 11 >= document.documentMode, Wt = null, Ro = null, $n = null, To = !1;
|
|
2159
2159
|
function Il(e, t, n) {
|
|
2160
2160
|
var r = n.window === n ? n.document : n.nodeType === 9 ? n : n.ownerDocument;
|
|
2161
|
-
To || Wt == null || Wt !== Kr(r) || (r = Wt, "selectionStart" in r && La(r) ? r = { start: r.selectionStart, end: r.selectionEnd } : (r = (r.ownerDocument && r.ownerDocument.defaultView || window).getSelection(), r = { anchorNode: r.anchorNode, anchorOffset: r.anchorOffset, focusNode: r.focusNode, focusOffset: r.focusOffset }), $n && Jn($n, r) || ($n = r, r = Zr(Ro, "onSelect"), 0 < r.length && (t = new
|
|
2161
|
+
To || Wt == null || Wt !== Kr(r) || (r = Wt, "selectionStart" in r && La(r) ? r = { start: r.selectionStart, end: r.selectionEnd } : (r = (r.ownerDocument && r.ownerDocument.defaultView || window).getSelection(), r = { anchorNode: r.anchorNode, anchorOffset: r.anchorOffset, focusNode: r.focusNode, focusOffset: r.focusOffset }), $n && Jn($n, r) || ($n = r, r = Zr(Ro, "onSelect"), 0 < r.length && (t = new Ca("onSelect", "select", null, t, n), e.push({ event: t, listeners: r }), t.target = Wt)));
|
|
2162
2162
|
}
|
|
2163
2163
|
function Sr(e, t) {
|
|
2164
2164
|
var n = {};
|
|
@@ -2201,7 +2201,7 @@ It("onCompositionUpdate", "compositionupdate focusout keydown keypress keyup mou
|
|
|
2201
2201
|
var Rn = "abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "), F1 = new Set("cancel close invalid load scroll toggle".split(" ").concat(Rn));
|
|
2202
2202
|
function $l(e, t, n) {
|
|
2203
2203
|
var r = e.type || "unknown-event";
|
|
2204
|
-
e.currentTarget = n,
|
|
2204
|
+
e.currentTarget = n, R0(r, t, void 0, e), e.currentTarget = null;
|
|
2205
2205
|
}
|
|
2206
2206
|
function Gu(e, t) {
|
|
2207
2207
|
t = (t & 4) !== 0;
|
|
@@ -2233,26 +2233,26 @@ function Ji(e, t, n) {
|
|
|
2233
2233
|
var r = 0;
|
|
2234
2234
|
t && (r |= 4), Xu(n, e, r, t);
|
|
2235
2235
|
}
|
|
2236
|
-
var
|
|
2236
|
+
var br = "_reactListening" + Math.random().toString(36).slice(2);
|
|
2237
2237
|
function Zn(e) {
|
|
2238
|
-
if (!e[
|
|
2239
|
-
e[
|
|
2238
|
+
if (!e[br]) {
|
|
2239
|
+
e[br] = !0, nu.forEach(function(n) {
|
|
2240
2240
|
n !== "selectionchange" && (F1.has(n) || Ji(n, !1, e), Ji(n, !0, e));
|
|
2241
2241
|
});
|
|
2242
2242
|
var t = e.nodeType === 9 ? e : e.ownerDocument;
|
|
2243
|
-
t === null || t[
|
|
2243
|
+
t === null || t[br] || (t[br] = !0, Ji("selectionchange", !1, t));
|
|
2244
2244
|
}
|
|
2245
2245
|
}
|
|
2246
2246
|
function Xu(e, t, n, r) {
|
|
2247
2247
|
switch (Mu(t)) {
|
|
2248
2248
|
case 1:
|
|
2249
|
-
var i =
|
|
2249
|
+
var i = X0;
|
|
2250
2250
|
break;
|
|
2251
2251
|
case 4:
|
|
2252
|
-
i =
|
|
2252
|
+
i = Y0;
|
|
2253
2253
|
break;
|
|
2254
2254
|
default:
|
|
2255
|
-
i =
|
|
2255
|
+
i = ba;
|
|
2256
2256
|
}
|
|
2257
2257
|
n = i.bind(null, t, n, e), i = void 0, !No || t !== "touchstart" && t !== "touchmove" && t !== "wheel" || (i = !0), r ? i !== void 0 ? e.addEventListener(t, n, { capture: !0, passive: i }) : e.addEventListener(t, n, !0) : i !== void 0 ? e.addEventListener(t, n, { passive: i }) : e.addEventListener(t, n, !1);
|
|
2258
2258
|
}
|
|
@@ -2270,7 +2270,7 @@ function Zi(e, t, n, r, i) {
|
|
|
2270
2270
|
a = a.return;
|
|
2271
2271
|
}
|
|
2272
2272
|
for (; l !== null; ) {
|
|
2273
|
-
if (a =
|
|
2273
|
+
if (a = Et(l), a === null) return;
|
|
2274
2274
|
if (s = a.tag, s === 5 || s === 6) {
|
|
2275
2275
|
r = o = a;
|
|
2276
2276
|
continue e;
|
|
@@ -2285,7 +2285,7 @@ function Zi(e, t, n, r, i) {
|
|
|
2285
2285
|
e: {
|
|
2286
2286
|
var c = Qu.get(e);
|
|
2287
2287
|
if (c !== void 0) {
|
|
2288
|
-
var m =
|
|
2288
|
+
var m = Ca, y = e;
|
|
2289
2289
|
switch (e) {
|
|
2290
2290
|
case "keypress":
|
|
2291
2291
|
if (Dr(n) === 0) break e;
|
|
@@ -2313,7 +2313,7 @@ function Zi(e, t, n, r, i) {
|
|
|
2313
2313
|
case "mouseout":
|
|
2314
2314
|
case "mouseover":
|
|
2315
2315
|
case "contextmenu":
|
|
2316
|
-
m =
|
|
2316
|
+
m = Cl;
|
|
2317
2317
|
break;
|
|
2318
2318
|
case "drag":
|
|
2319
2319
|
case "dragend":
|
|
@@ -2323,7 +2323,7 @@ function Zi(e, t, n, r, i) {
|
|
|
2323
2323
|
case "dragover":
|
|
2324
2324
|
case "dragstart":
|
|
2325
2325
|
case "drop":
|
|
2326
|
-
m =
|
|
2326
|
+
m = q0;
|
|
2327
2327
|
break;
|
|
2328
2328
|
case "touchcancel":
|
|
2329
2329
|
case "touchend":
|
|
@@ -2340,7 +2340,7 @@ function Zi(e, t, n, r, i) {
|
|
|
2340
2340
|
m = m1;
|
|
2341
2341
|
break;
|
|
2342
2342
|
case "scroll":
|
|
2343
|
-
m =
|
|
2343
|
+
m = J0;
|
|
2344
2344
|
break;
|
|
2345
2345
|
case "wheel":
|
|
2346
2346
|
m = y1;
|
|
@@ -2373,9 +2373,9 @@ function Zi(e, t, n, r, i) {
|
|
|
2373
2373
|
}
|
|
2374
2374
|
if (!(t & 7)) {
|
|
2375
2375
|
e: {
|
|
2376
|
-
if (c = e === "mouseover" || e === "pointerover", m = e === "mouseout" || e === "pointerout", c && n !==
|
|
2377
|
-
if ((m || c) && (c = f.window === f ? f : (c = f.ownerDocument) ? c.defaultView || c.parentWindow : window, m ? (y = n.relatedTarget || n.toElement, m = u, y = y ?
|
|
2378
|
-
if (x =
|
|
2376
|
+
if (c = e === "mouseover" || e === "pointerover", m = e === "mouseout" || e === "pointerout", c && n !== Co && (y = n.relatedTarget || n.fromElement) && (Et(y) || y[Qe])) break e;
|
|
2377
|
+
if ((m || c) && (c = f.window === f ? f : (c = f.ownerDocument) ? c.defaultView || c.parentWindow : window, m ? (y = n.relatedTarget || n.toElement, m = u, y = y ? Et(y) : null, y !== null && (P = Dt(y), y !== P || y.tag !== 5 && y.tag !== 6) && (y = null)) : (m = null, y = u), m !== y)) {
|
|
2378
|
+
if (x = Cl, v = "onMouseLeave", p = "onMouseEnter", d = "mouse", (e === "pointerout" || e === "pointerover") && (x = Nl, v = "onPointerLeave", p = "onPointerEnter", d = "pointer"), P = m == null ? c : Gt(m), g = y == null ? c : Gt(y), c = new x(v, d + "leave", m, n, f), c.target = P, c.relatedTarget = g, v = null, Et(f) === u && (x = new x(p, d + "enter", y, n, f), x.target = g, x.relatedTarget = P, v = x), P = v, m && y) t: {
|
|
2379
2379
|
for (x = m, p = y, d = 0, g = x; g; g = At(g)) d++;
|
|
2380
2380
|
for (g = 0, v = p; v; v = At(v)) g++;
|
|
2381
2381
|
for (; 0 < d - g; ) x = At(x), d--;
|
|
@@ -2391,22 +2391,22 @@ function Zi(e, t, n, r, i) {
|
|
|
2391
2391
|
}
|
|
2392
2392
|
}
|
|
2393
2393
|
e: {
|
|
2394
|
-
if (c = u ? Gt(u) : window, m = c.nodeName && c.nodeName.toLowerCase(), m === "select" || m === "input" && c.type === "file") var _ =
|
|
2394
|
+
if (c = u ? Gt(u) : window, m = c.nodeName && c.nodeName.toLowerCase(), m === "select" || m === "input" && c.type === "file") var _ = E1;
|
|
2395
2395
|
else if (Ol(c)) if ($u) _ = L1;
|
|
2396
2396
|
else {
|
|
2397
2397
|
_ = P1;
|
|
2398
|
-
var
|
|
2398
|
+
var b = C1;
|
|
2399
2399
|
}
|
|
2400
2400
|
else (m = c.nodeName) && m.toLowerCase() === "input" && (c.type === "checkbox" || c.type === "radio") && (_ = N1);
|
|
2401
2401
|
if (_ && (_ = _(e, u))) {
|
|
2402
2402
|
Du(h, _, n, f);
|
|
2403
2403
|
break e;
|
|
2404
2404
|
}
|
|
2405
|
-
|
|
2405
|
+
b && b(e, c, u), e === "focusout" && (b = c._wrapperState) && b.controlled && c.type === "number" && _o(c, "number", c.value);
|
|
2406
2406
|
}
|
|
2407
|
-
switch (
|
|
2407
|
+
switch (b = u ? Gt(u) : window, e) {
|
|
2408
2408
|
case "focusin":
|
|
2409
|
-
(Ol(
|
|
2409
|
+
(Ol(b) || b.contentEditable === "true") && (Wt = b, Ro = u, $n = null);
|
|
2410
2410
|
break;
|
|
2411
2411
|
case "focusout":
|
|
2412
2412
|
$n = Ro = Wt = null;
|
|
@@ -2429,19 +2429,19 @@ function Zi(e, t, n, r, i) {
|
|
|
2429
2429
|
if (Na) e: {
|
|
2430
2430
|
switch (e) {
|
|
2431
2431
|
case "compositionstart":
|
|
2432
|
-
var
|
|
2432
|
+
var E = "onCompositionStart";
|
|
2433
2433
|
break e;
|
|
2434
2434
|
case "compositionend":
|
|
2435
|
-
|
|
2435
|
+
E = "onCompositionEnd";
|
|
2436
2436
|
break e;
|
|
2437
2437
|
case "compositionupdate":
|
|
2438
|
-
|
|
2438
|
+
E = "onCompositionUpdate";
|
|
2439
2439
|
break e;
|
|
2440
2440
|
}
|
|
2441
|
-
|
|
2441
|
+
E = void 0;
|
|
2442
2442
|
}
|
|
2443
|
-
else Kt ? Fu(e, n) && (
|
|
2444
|
-
|
|
2443
|
+
else Kt ? Fu(e, n) && (E = "onCompositionEnd") : e === "keydown" && n.keyCode === 229 && (E = "onCompositionStart");
|
|
2444
|
+
E && (Tu && n.locale !== "ko" && (Kt || E !== "onCompositionStart" ? E === "onCompositionEnd" && Kt && (S = Ru()) : (it = f, Ea = "value" in it ? it.value : it.textContent, Kt = !0)), b = Zr(u, E), 0 < b.length && (E = new Pl(E, e, null, n, f), h.push({ event: E, listeners: b }), S ? E.data = S : (S = Iu(n), S !== null && (E.data = S)))), (S = w1 ? _1(e, n) : k1(e, n)) && (u = Zr(u, "onBeforeInput"), 0 < u.length && (f = new Pl("onBeforeInput", "beforeinput", null, n, f), h.push({ event: f, listeners: u }), f.data = S));
|
|
2445
2445
|
}
|
|
2446
2446
|
Gu(h, t);
|
|
2447
2447
|
});
|
|
@@ -2476,7 +2476,7 @@ function Al(e) {
|
|
|
2476
2476
|
return (typeof e == "string" ? e : "" + e).replace(I1, `
|
|
2477
2477
|
`).replace(D1, "");
|
|
2478
2478
|
}
|
|
2479
|
-
function
|
|
2479
|
+
function Er(e, t, n) {
|
|
2480
2480
|
if (t = Al(t), Al(e) !== t && n) throw Error(w(425));
|
|
2481
2481
|
}
|
|
2482
2482
|
function qr() {
|
|
@@ -2534,7 +2534,7 @@ function Vl(e) {
|
|
|
2534
2534
|
return null;
|
|
2535
2535
|
}
|
|
2536
2536
|
var yn = Math.random().toString(36).slice(2), De = "__reactFiber$" + yn, er = "__reactProps$" + yn, Qe = "__reactContainer$" + yn, jo = "__reactEvents$" + yn, U1 = "__reactListeners$" + yn, V1 = "__reactHandles$" + yn;
|
|
2537
|
-
function
|
|
2537
|
+
function Et(e) {
|
|
2538
2538
|
var t = e[De];
|
|
2539
2539
|
if (t) return t;
|
|
2540
2540
|
for (var n = e.parentNode; n; ) {
|
|
@@ -2556,7 +2556,7 @@ function Gt(e) {
|
|
|
2556
2556
|
if (e.tag === 5 || e.tag === 6) return e.stateNode;
|
|
2557
2557
|
throw Error(w(33));
|
|
2558
2558
|
}
|
|
2559
|
-
function
|
|
2559
|
+
function bi(e) {
|
|
2560
2560
|
return e[er] || null;
|
|
2561
2561
|
}
|
|
2562
2562
|
var Ao = [], Xt = -1;
|
|
@@ -2593,7 +2593,7 @@ function Yu(e, t, n) {
|
|
|
2593
2593
|
var r = e.stateNode;
|
|
2594
2594
|
if (t = t.childContextTypes, typeof r.getChildContext != "function") return n;
|
|
2595
2595
|
r = r.getChildContext();
|
|
2596
|
-
for (var i in r) if (!(i in t)) throw Error(w(108,
|
|
2596
|
+
for (var i in r) if (!(i in t)) throw Error(w(108, C0(e) || "Unknown", i));
|
|
2597
2597
|
return H({}, n, r);
|
|
2598
2598
|
}
|
|
2599
2599
|
function ti(e) {
|
|
@@ -2604,12 +2604,12 @@ function Hl(e, t, n) {
|
|
|
2604
2604
|
if (!r) throw Error(w(169));
|
|
2605
2605
|
n ? (e = Yu(e, t, Ot), r.__reactInternalMemoizedMergedChildContext = e, j(pe), j(oe), D(oe, e)) : j(pe), D(pe, n);
|
|
2606
2606
|
}
|
|
2607
|
-
var Ve = null,
|
|
2607
|
+
var Ve = null, Ei = !1, eo = !1;
|
|
2608
2608
|
function Ju(e) {
|
|
2609
2609
|
Ve === null ? Ve = [e] : Ve.push(e);
|
|
2610
2610
|
}
|
|
2611
2611
|
function B1(e) {
|
|
2612
|
-
|
|
2612
|
+
Ei = !0, Ju(e);
|
|
2613
2613
|
}
|
|
2614
2614
|
function yt() {
|
|
2615
2615
|
if (!eo && Ve !== null) {
|
|
@@ -2623,7 +2623,7 @@ function yt() {
|
|
|
2623
2623
|
r = r(!0);
|
|
2624
2624
|
while (r !== null);
|
|
2625
2625
|
}
|
|
2626
|
-
Ve = null,
|
|
2626
|
+
Ve = null, Ei = !1;
|
|
2627
2627
|
} catch (i) {
|
|
2628
2628
|
throw Ve !== null && (Ve = Ve.slice(e + 1)), ku(_a, yt), i;
|
|
2629
2629
|
} finally {
|
|
@@ -2657,7 +2657,7 @@ function Oa(e) {
|
|
|
2657
2657
|
}
|
|
2658
2658
|
var ye = null, ve = null, U = !1, Oe = null;
|
|
2659
2659
|
function qu(e, t) {
|
|
2660
|
-
var n =
|
|
2660
|
+
var n = be(5, null, null, 0);
|
|
2661
2661
|
n.elementType = "DELETED", n.stateNode = t, n.return = e, t = e.deletions, t === null ? (e.deletions = [n], e.flags |= 16) : t.push(n);
|
|
2662
2662
|
}
|
|
2663
2663
|
function Kl(e, t) {
|
|
@@ -2668,7 +2668,7 @@ function Kl(e, t) {
|
|
|
2668
2668
|
case 6:
|
|
2669
2669
|
return t = e.pendingProps === "" || t.nodeType !== 3 ? null : t, t !== null ? (e.stateNode = t, ye = e, ve = null, !0) : !1;
|
|
2670
2670
|
case 13:
|
|
2671
|
-
return t = t.nodeType !== 8 ? null : t, t !== null ? (n = Mt !== null ? { id: Be, overflow: He } : null, e.memoizedState = { dehydrated: t, treeContext: n, retryLane: 1073741824 }, n =
|
|
2671
|
+
return t = t.nodeType !== 8 ? null : t, t !== null ? (n = Mt !== null ? { id: Be, overflow: He } : null, e.memoizedState = { dehydrated: t, treeContext: n, retryLane: 1073741824 }, n = be(18, null, null, 0), n.stateNode = t, n.return = e, e.child = n, ye = e, ve = null, !0) : !1;
|
|
2672
2672
|
default:
|
|
2673
2673
|
return !1;
|
|
2674
2674
|
}
|
|
@@ -2697,7 +2697,7 @@ function Wl(e) {
|
|
|
2697
2697
|
for (e = e.return; e !== null && e.tag !== 5 && e.tag !== 3 && e.tag !== 13; ) e = e.return;
|
|
2698
2698
|
ye = e;
|
|
2699
2699
|
}
|
|
2700
|
-
function
|
|
2700
|
+
function Cr(e) {
|
|
2701
2701
|
if (e !== ye) return !1;
|
|
2702
2702
|
if (!U) return Wl(e), U = !0, !1;
|
|
2703
2703
|
var t;
|
|
@@ -2736,7 +2736,7 @@ function Ma(e) {
|
|
|
2736
2736
|
Oe === null ? Oe = [e] : Oe.push(e);
|
|
2737
2737
|
}
|
|
2738
2738
|
var H1 = Ye.ReactCurrentBatchConfig;
|
|
2739
|
-
function
|
|
2739
|
+
function bn(e, t, n) {
|
|
2740
2740
|
if (e = n.ref, e !== null && typeof e != "function" && typeof e != "object") {
|
|
2741
2741
|
if (n._owner) {
|
|
2742
2742
|
if (n = n._owner, n) {
|
|
@@ -2792,7 +2792,7 @@ function tc(e) {
|
|
|
2792
2792
|
}
|
|
2793
2793
|
function s(p, d, g, v) {
|
|
2794
2794
|
var _ = g.type;
|
|
2795
|
-
return _ === Ht ? f(p, d, g.props.children, v, g.key) : d !== null && (d.elementType === _ || typeof _ == "object" && _ !== null && _.$$typeof === et && Ql(_) === d.type) ? (v = i(d, g.props), v.ref =
|
|
2795
|
+
return _ === Ht ? f(p, d, g.props.children, v, g.key) : d !== null && (d.elementType === _ || typeof _ == "object" && _ !== null && _.$$typeof === et && Ql(_) === d.type) ? (v = i(d, g.props), v.ref = bn(p, d, g), v.return = p, v) : (v = Hr(g.type, g.key, g.props, null, p.mode, v), v.ref = bn(p, d, g), v.return = p, v);
|
|
2796
2796
|
}
|
|
2797
2797
|
function u(p, d, g, v) {
|
|
2798
2798
|
return d === null || d.tag !== 4 || d.stateNode.containerInfo !== g.containerInfo || d.stateNode.implementation !== g.implementation ? (d = so(g, p.mode, v), d.return = p, d) : (d = i(d, g.children || []), d.return = p, d);
|
|
@@ -2805,7 +2805,7 @@ function tc(e) {
|
|
|
2805
2805
|
if (typeof d == "object" && d !== null) {
|
|
2806
2806
|
switch (d.$$typeof) {
|
|
2807
2807
|
case mr:
|
|
2808
|
-
return g = Hr(d.type, d.key, d.props, null, p.mode, g), g.ref =
|
|
2808
|
+
return g = Hr(d.type, d.key, d.props, null, p.mode, g), g.ref = bn(p, null, d), g.return = p, g;
|
|
2809
2809
|
case Bt:
|
|
2810
2810
|
return d = so(d, p.mode, g), d.return = p, d;
|
|
2811
2811
|
case et:
|
|
@@ -2848,8 +2848,8 @@ function tc(e) {
|
|
|
2848
2848
|
case Bt:
|
|
2849
2849
|
return p = p.get(v.key === null ? g : v.key) || null, u(d, p, v, _);
|
|
2850
2850
|
case et:
|
|
2851
|
-
var
|
|
2852
|
-
return m(p, d, g,
|
|
2851
|
+
var b = v._init;
|
|
2852
|
+
return m(p, d, g, b(v._payload), _);
|
|
2853
2853
|
}
|
|
2854
2854
|
if (On(v) || xn(v)) return p = p.get(g) || null, f(d, p, v, _, null);
|
|
2855
2855
|
Pr(d, v);
|
|
@@ -2857,79 +2857,79 @@ function tc(e) {
|
|
|
2857
2857
|
return null;
|
|
2858
2858
|
}
|
|
2859
2859
|
function y(p, d, g, v) {
|
|
2860
|
-
for (var _ = null,
|
|
2861
|
-
S.index >
|
|
2862
|
-
var L = c(p, S, g[
|
|
2860
|
+
for (var _ = null, b = null, S = d, E = d = 0, M = null; S !== null && E < g.length; E++) {
|
|
2861
|
+
S.index > E ? (M = S, S = null) : M = S.sibling;
|
|
2862
|
+
var L = c(p, S, g[E], v);
|
|
2863
2863
|
if (L === null) {
|
|
2864
2864
|
S === null && (S = M);
|
|
2865
2865
|
break;
|
|
2866
2866
|
}
|
|
2867
|
-
e && S && L.alternate === null && t(p, S), d = o(L, d,
|
|
2867
|
+
e && S && L.alternate === null && t(p, S), d = o(L, d, E), b === null ? _ = L : b.sibling = L, b = L, S = M;
|
|
2868
2868
|
}
|
|
2869
|
-
if (
|
|
2869
|
+
if (E === g.length) return n(p, S), U && St(p, E), _;
|
|
2870
2870
|
if (S === null) {
|
|
2871
|
-
for (;
|
|
2872
|
-
return U && St(p,
|
|
2871
|
+
for (; E < g.length; E++) S = h(p, g[E], v), S !== null && (d = o(S, d, E), b === null ? _ = S : b.sibling = S, b = S);
|
|
2872
|
+
return U && St(p, E), _;
|
|
2873
2873
|
}
|
|
2874
|
-
for (S = r(p, S);
|
|
2874
|
+
for (S = r(p, S); E < g.length; E++) M = m(S, p, E, g[E], v), M !== null && (e && M.alternate !== null && S.delete(M.key === null ? E : M.key), d = o(M, d, E), b === null ? _ = M : b.sibling = M, b = M);
|
|
2875
2875
|
return e && S.forEach(function(F) {
|
|
2876
2876
|
return t(p, F);
|
|
2877
|
-
}), U && St(p,
|
|
2877
|
+
}), U && St(p, E), _;
|
|
2878
2878
|
}
|
|
2879
2879
|
function x(p, d, g, v) {
|
|
2880
2880
|
var _ = xn(g);
|
|
2881
2881
|
if (typeof _ != "function") throw Error(w(150));
|
|
2882
2882
|
if (g = _.call(g), g == null) throw Error(w(151));
|
|
2883
|
-
for (var
|
|
2884
|
-
S.index >
|
|
2883
|
+
for (var b = _ = null, S = d, E = d = 0, M = null, L = g.next(); S !== null && !L.done; E++, L = g.next()) {
|
|
2884
|
+
S.index > E ? (M = S, S = null) : M = S.sibling;
|
|
2885
2885
|
var F = c(p, S, L.value, v);
|
|
2886
2886
|
if (F === null) {
|
|
2887
2887
|
S === null && (S = M);
|
|
2888
2888
|
break;
|
|
2889
2889
|
}
|
|
2890
|
-
e && S && F.alternate === null && t(p, S), d = o(F, d,
|
|
2890
|
+
e && S && F.alternate === null && t(p, S), d = o(F, d, E), b === null ? _ = F : b.sibling = F, b = F, S = M;
|
|
2891
2891
|
}
|
|
2892
2892
|
if (L.done) return n(
|
|
2893
2893
|
p,
|
|
2894
2894
|
S
|
|
2895
|
-
), U && St(p,
|
|
2895
|
+
), U && St(p, E), _;
|
|
2896
2896
|
if (S === null) {
|
|
2897
|
-
for (; !L.done;
|
|
2898
|
-
return U && St(p,
|
|
2897
|
+
for (; !L.done; E++, L = g.next()) L = h(p, L.value, v), L !== null && (d = o(L, d, E), b === null ? _ = L : b.sibling = L, b = L);
|
|
2898
|
+
return U && St(p, E), _;
|
|
2899
2899
|
}
|
|
2900
|
-
for (S = r(p, S); !L.done;
|
|
2900
|
+
for (S = r(p, S); !L.done; E++, L = g.next()) L = m(S, p, E, L.value, v), L !== null && (e && L.alternate !== null && S.delete(L.key === null ? E : L.key), d = o(L, d, E), b === null ? _ = L : b.sibling = L, b = L);
|
|
2901
2901
|
return e && S.forEach(function($t) {
|
|
2902
2902
|
return t(p, $t);
|
|
2903
|
-
}), U && St(p,
|
|
2903
|
+
}), U && St(p, E), _;
|
|
2904
2904
|
}
|
|
2905
2905
|
function P(p, d, g, v) {
|
|
2906
2906
|
if (typeof g == "object" && g !== null && g.type === Ht && g.key === null && (g = g.props.children), typeof g == "object" && g !== null) {
|
|
2907
2907
|
switch (g.$$typeof) {
|
|
2908
2908
|
case mr:
|
|
2909
2909
|
e: {
|
|
2910
|
-
for (var _ = g.key,
|
|
2911
|
-
if (
|
|
2910
|
+
for (var _ = g.key, b = d; b !== null; ) {
|
|
2911
|
+
if (b.key === _) {
|
|
2912
2912
|
if (_ = g.type, _ === Ht) {
|
|
2913
|
-
if (
|
|
2914
|
-
n(p,
|
|
2913
|
+
if (b.tag === 7) {
|
|
2914
|
+
n(p, b.sibling), d = i(b, g.props.children), d.return = p, p = d;
|
|
2915
2915
|
break e;
|
|
2916
2916
|
}
|
|
2917
|
-
} else if (
|
|
2918
|
-
n(p,
|
|
2917
|
+
} else if (b.elementType === _ || typeof _ == "object" && _ !== null && _.$$typeof === et && Ql(_) === b.type) {
|
|
2918
|
+
n(p, b.sibling), d = i(b, g.props), d.ref = bn(p, b, g), d.return = p, p = d;
|
|
2919
2919
|
break e;
|
|
2920
2920
|
}
|
|
2921
|
-
n(p,
|
|
2921
|
+
n(p, b);
|
|
2922
2922
|
break;
|
|
2923
|
-
} else t(p,
|
|
2924
|
-
|
|
2923
|
+
} else t(p, b);
|
|
2924
|
+
b = b.sibling;
|
|
2925
2925
|
}
|
|
2926
|
-
g.type === Ht ? (d = zt(g.props.children, p.mode, v, g.key), d.return = p, p = d) : (v = Hr(g.type, g.key, g.props, null, p.mode, v), v.ref =
|
|
2926
|
+
g.type === Ht ? (d = zt(g.props.children, p.mode, v, g.key), d.return = p, p = d) : (v = Hr(g.type, g.key, g.props, null, p.mode, v), v.ref = bn(p, d, g), v.return = p, p = v);
|
|
2927
2927
|
}
|
|
2928
2928
|
return a(p);
|
|
2929
2929
|
case Bt:
|
|
2930
2930
|
e: {
|
|
2931
|
-
for (
|
|
2932
|
-
if (d.key ===
|
|
2931
|
+
for (b = g.key; d !== null; ) {
|
|
2932
|
+
if (d.key === b) if (d.tag === 4 && d.stateNode.containerInfo === g.containerInfo && d.stateNode.implementation === g.implementation) {
|
|
2933
2933
|
n(p, d.sibling), d = i(d, g.children || []), d.return = p, p = d;
|
|
2934
2934
|
break e;
|
|
2935
2935
|
} else {
|
|
@@ -2943,7 +2943,7 @@ function tc(e) {
|
|
|
2943
2943
|
}
|
|
2944
2944
|
return a(p);
|
|
2945
2945
|
case et:
|
|
2946
|
-
return
|
|
2946
|
+
return b = g._init, P(p, d, b(g._payload), v);
|
|
2947
2947
|
}
|
|
2948
2948
|
if (On(g)) return y(p, d, g, v);
|
|
2949
2949
|
if (xn(g)) return x(p, d, g, v);
|
|
@@ -2971,7 +2971,7 @@ function Bo(e, t, n) {
|
|
|
2971
2971
|
function an(e, t) {
|
|
2972
2972
|
oi = e, Ra = Zt = null, e = e.dependencies, e !== null && e.firstContext !== null && (e.lanes & t && (fe = !0), e.firstContext = null);
|
|
2973
2973
|
}
|
|
2974
|
-
function
|
|
2974
|
+
function Ce(e) {
|
|
2975
2975
|
var t = e._currentValue;
|
|
2976
2976
|
if (Ra !== e) if (e = { context: e, memoizedValue: t, next: null }, Zt === null) {
|
|
2977
2977
|
if (oi === null) throw Error(w(308));
|
|
@@ -2979,9 +2979,9 @@ function be(e) {
|
|
|
2979
2979
|
} else Zt = Zt.next = e;
|
|
2980
2980
|
return t;
|
|
2981
2981
|
}
|
|
2982
|
-
var
|
|
2982
|
+
var Ct = null;
|
|
2983
2983
|
function Ia(e) {
|
|
2984
|
-
|
|
2984
|
+
Ct === null ? Ct = [e] : Ct.push(e);
|
|
2985
2985
|
}
|
|
2986
2986
|
function rc(e, t, n, r) {
|
|
2987
2987
|
var i = t.interleaved;
|
|
@@ -3305,7 +3305,7 @@ function Ar(e, t, n, r) {
|
|
|
3305
3305
|
var i = Ie();
|
|
3306
3306
|
B.flags |= e, i.memoizedState = or(1 | t, n, void 0, r === void 0 ? null : r);
|
|
3307
3307
|
}
|
|
3308
|
-
function
|
|
3308
|
+
function Ci(e, t, n, r) {
|
|
3309
3309
|
var i = Pe();
|
|
3310
3310
|
r = r === void 0 ? null : r;
|
|
3311
3311
|
var o = void 0;
|
|
@@ -3322,13 +3322,13 @@ function Jl(e, t) {
|
|
|
3322
3322
|
return Ar(8390656, 8, e, t);
|
|
3323
3323
|
}
|
|
3324
3324
|
function Ha(e, t) {
|
|
3325
|
-
return
|
|
3325
|
+
return Ci(2048, 8, e, t);
|
|
3326
3326
|
}
|
|
3327
3327
|
function hc(e, t) {
|
|
3328
|
-
return
|
|
3328
|
+
return Ci(4, 2, e, t);
|
|
3329
3329
|
}
|
|
3330
3330
|
function gc(e, t) {
|
|
3331
|
-
return
|
|
3331
|
+
return Ci(4, 4, e, t);
|
|
3332
3332
|
}
|
|
3333
3333
|
function mc(e, t) {
|
|
3334
3334
|
if (typeof t == "function") return e = e(), t(e), function() {
|
|
@@ -3339,7 +3339,7 @@ function mc(e, t) {
|
|
|
3339
3339
|
};
|
|
3340
3340
|
}
|
|
3341
3341
|
function vc(e, t, n) {
|
|
3342
|
-
return n = n != null ? n.concat([e]) : null,
|
|
3342
|
+
return n = n != null ? n.concat([e]) : null, Ci(4, 4, mc.bind(null, t, e), n);
|
|
3343
3343
|
}
|
|
3344
3344
|
function Ka() {
|
|
3345
3345
|
}
|
|
@@ -3356,7 +3356,7 @@ function xc(e, t) {
|
|
|
3356
3356
|
return r !== null && t !== null && Ua(t, r[1]) ? r[0] : (e = e(), n.memoizedState = [e, t], e);
|
|
3357
3357
|
}
|
|
3358
3358
|
function wc(e, t, n) {
|
|
3359
|
-
return Rt & 21 ? (Te(n, t) || (n =
|
|
3359
|
+
return Rt & 21 ? (Te(n, t) || (n = Eu(), B.lanes |= n, Tt |= n, e.baseState = !0), t) : (e.baseState && (e.baseState = !1, fe = !0), e.memoizedState = n);
|
|
3360
3360
|
}
|
|
3361
3361
|
function W1(e, t) {
|
|
3362
3362
|
var n = T;
|
|
@@ -3377,7 +3377,7 @@ function Q1(e, t, n) {
|
|
|
3377
3377
|
if (n = { lane: r, action: n, hasEagerState: !1, eagerState: null, next: null }, kc(e)) Sc(t, n);
|
|
3378
3378
|
else if (n = rc(e, t, n, r), n !== null) {
|
|
3379
3379
|
var i = se();
|
|
3380
|
-
Re(n, e, r, i),
|
|
3380
|
+
Re(n, e, r, i), bc(n, t, r);
|
|
3381
3381
|
}
|
|
3382
3382
|
}
|
|
3383
3383
|
function G1(e, t, n) {
|
|
@@ -3395,7 +3395,7 @@ function G1(e, t, n) {
|
|
|
3395
3395
|
} catch {
|
|
3396
3396
|
} finally {
|
|
3397
3397
|
}
|
|
3398
|
-
n = rc(e, t, i, r), n !== null && (i = se(), Re(n, e, r, i),
|
|
3398
|
+
n = rc(e, t, i, r), n !== null && (i = se(), Re(n, e, r, i), bc(n, t, r));
|
|
3399
3399
|
}
|
|
3400
3400
|
}
|
|
3401
3401
|
function kc(e) {
|
|
@@ -3407,15 +3407,15 @@ function Sc(e, t) {
|
|
|
3407
3407
|
var n = e.pending;
|
|
3408
3408
|
n === null ? t.next = t : (t.next = n.next, n.next = t), e.pending = t;
|
|
3409
3409
|
}
|
|
3410
|
-
function
|
|
3410
|
+
function bc(e, t, n) {
|
|
3411
3411
|
if (n & 4194240) {
|
|
3412
3412
|
var r = t.lanes;
|
|
3413
3413
|
r &= e.pendingLanes, n |= r, t.lanes = n, ka(e, n);
|
|
3414
3414
|
}
|
|
3415
3415
|
}
|
|
3416
|
-
var ui = { readContext:
|
|
3416
|
+
var ui = { readContext: Ce, useCallback: ne, useContext: ne, useEffect: ne, useImperativeHandle: ne, useInsertionEffect: ne, useLayoutEffect: ne, useMemo: ne, useReducer: ne, useRef: ne, useState: ne, useDebugValue: ne, useDeferredValue: ne, useTransition: ne, useMutableSource: ne, useSyncExternalStore: ne, useId: ne, unstable_isNewReconciler: !1 }, X1 = { readContext: Ce, useCallback: function(e, t) {
|
|
3417
3417
|
return Ie().memoizedState = [e, t === void 0 ? null : t], e;
|
|
3418
|
-
}, useContext:
|
|
3418
|
+
}, useContext: Ce, useEffect: Jl, useImperativeHandle: function(e, t, n) {
|
|
3419
3419
|
return n = n != null ? n.concat([e]) : null, Ar(
|
|
3420
3420
|
4194308,
|
|
3421
3421
|
4,
|
|
@@ -3466,9 +3466,9 @@ var ui = { readContext: be, useCallback: ne, useContext: ne, useEffect: ne, useI
|
|
|
3466
3466
|
} else n = K1++, t = ":" + t + "r" + n.toString(32) + ":";
|
|
3467
3467
|
return e.memoizedState = t;
|
|
3468
3468
|
}, unstable_isNewReconciler: !1 }, Y1 = {
|
|
3469
|
-
readContext:
|
|
3469
|
+
readContext: Ce,
|
|
3470
3470
|
useCallback: yc,
|
|
3471
|
-
useContext:
|
|
3471
|
+
useContext: Ce,
|
|
3472
3472
|
useEffect: Ha,
|
|
3473
3473
|
useImperativeHandle: vc,
|
|
3474
3474
|
useInsertionEffect: hc,
|
|
@@ -3492,7 +3492,7 @@ var ui = { readContext: be, useCallback: ne, useContext: ne, useEffect: ne, useI
|
|
|
3492
3492
|
useSyncExternalStore: lc,
|
|
3493
3493
|
useId: _c,
|
|
3494
3494
|
unstable_isNewReconciler: !1
|
|
3495
|
-
}, J1 = { readContext:
|
|
3495
|
+
}, J1 = { readContext: Ce, useCallback: yc, useContext: Ce, useEffect: Ha, useImperativeHandle: vc, useInsertionEffect: hc, useLayoutEffect: gc, useMemo: xc, useReducer: io, useRef: pc, useState: function() {
|
|
3496
3496
|
return io(ir);
|
|
3497
3497
|
}, useDebugValue: Ka, useDeferredValue: function(e) {
|
|
3498
3498
|
var t = Pe();
|
|
@@ -3530,9 +3530,9 @@ var Pi = { isMounted: function(e) {
|
|
|
3530
3530
|
function Zl(e, t, n, r, i, o, a) {
|
|
3531
3531
|
return e = e.stateNode, typeof e.shouldComponentUpdate == "function" ? e.shouldComponentUpdate(r, o, a) : t.prototype && t.prototype.isPureReactComponent ? !Jn(n, r) || !Jn(i, o) : !0;
|
|
3532
3532
|
}
|
|
3533
|
-
function
|
|
3533
|
+
function Ec(e, t, n) {
|
|
3534
3534
|
var r = !1, i = gt, o = t.contextType;
|
|
3535
|
-
return typeof o == "object" && o !== null ? o =
|
|
3535
|
+
return typeof o == "object" && o !== null ? o = Ce(o) : (i = he(t) ? Ot : oe.current, r = t.contextTypes, o = (r = r != null) ? cn(e, i) : gt), t = new t(n, o), e.memoizedState = t.state !== null && t.state !== void 0 ? t.state : null, t.updater = Pi, e.stateNode = t, t._reactInternals = e, r && (e = e.stateNode, e.__reactInternalMemoizedUnmaskedChildContext = i, e.__reactInternalMemoizedMaskedChildContext = o), t;
|
|
3536
3536
|
}
|
|
3537
3537
|
function ql(e, t, n, r) {
|
|
3538
3538
|
e = t.state, typeof t.componentWillReceiveProps == "function" && t.componentWillReceiveProps(n, r), typeof t.UNSAFE_componentWillReceiveProps == "function" && t.UNSAFE_componentWillReceiveProps(n, r), t.state !== e && Pi.enqueueReplaceState(t, t.state, null);
|
|
@@ -3541,13 +3541,13 @@ function Ko(e, t, n, r) {
|
|
|
3541
3541
|
var i = e.stateNode;
|
|
3542
3542
|
i.props = n, i.state = e.memoizedState, i.refs = {}, Da(e);
|
|
3543
3543
|
var o = t.contextType;
|
|
3544
|
-
typeof o == "object" && o !== null ? i.context =
|
|
3544
|
+
typeof o == "object" && o !== null ? i.context = Ce(o) : (o = he(t) ? Ot : oe.current, i.context = cn(e, o)), i.state = e.memoizedState, o = t.getDerivedStateFromProps, typeof o == "function" && (Ho(e, t, o, n), i.state = e.memoizedState), typeof t.getDerivedStateFromProps == "function" || typeof i.getSnapshotBeforeUpdate == "function" || typeof i.UNSAFE_componentWillMount != "function" && typeof i.componentWillMount != "function" || (t = i.state, typeof i.componentWillMount == "function" && i.componentWillMount(), typeof i.UNSAFE_componentWillMount == "function" && i.UNSAFE_componentWillMount(), t !== i.state && Pi.enqueueReplaceState(i, i.state, null), ai(e, n, i, r), i.state = e.memoizedState), typeof i.componentDidMount == "function" && (e.flags |= 4194308);
|
|
3545
3545
|
}
|
|
3546
3546
|
function hn(e, t) {
|
|
3547
3547
|
try {
|
|
3548
3548
|
var n = "", r = t;
|
|
3549
3549
|
do
|
|
3550
|
-
n +=
|
|
3550
|
+
n += E0(r), r = r.return;
|
|
3551
3551
|
while (r);
|
|
3552
3552
|
var i = n;
|
|
3553
3553
|
} catch (o) {
|
|
@@ -3570,7 +3570,7 @@ function Wo(e, t) {
|
|
|
3570
3570
|
}
|
|
3571
3571
|
}
|
|
3572
3572
|
var Z1 = typeof WeakMap == "function" ? WeakMap : Map;
|
|
3573
|
-
function
|
|
3573
|
+
function Cc(e, t, n) {
|
|
3574
3574
|
n = Ke(-1, n), n.tag = 3, n.payload = { element: null };
|
|
3575
3575
|
var r = t.value;
|
|
3576
3576
|
return n.callback = function() {
|
|
@@ -3666,18 +3666,18 @@ function os(e, t, n, r, i) {
|
|
|
3666
3666
|
var o = !0;
|
|
3667
3667
|
ti(t);
|
|
3668
3668
|
} else o = !1;
|
|
3669
|
-
if (an(t, i), t.stateNode === null) Ur(e, t),
|
|
3669
|
+
if (an(t, i), t.stateNode === null) Ur(e, t), Ec(t, n, r), Ko(t, n, r, i), r = !0;
|
|
3670
3670
|
else if (e === null) {
|
|
3671
3671
|
var a = t.stateNode, l = t.memoizedProps;
|
|
3672
3672
|
a.props = l;
|
|
3673
3673
|
var s = a.context, u = n.contextType;
|
|
3674
|
-
typeof u == "object" && u !== null ? u =
|
|
3674
|
+
typeof u == "object" && u !== null ? u = Ce(u) : (u = he(n) ? Ot : oe.current, u = cn(t, u));
|
|
3675
3675
|
var f = n.getDerivedStateFromProps, h = typeof f == "function" || typeof a.getSnapshotBeforeUpdate == "function";
|
|
3676
3676
|
h || typeof a.UNSAFE_componentWillReceiveProps != "function" && typeof a.componentWillReceiveProps != "function" || (l !== r || s !== u) && ql(t, a, r, u), tt = !1;
|
|
3677
3677
|
var c = t.memoizedState;
|
|
3678
3678
|
a.state = c, ai(t, r, a, i), s = t.memoizedState, l !== r || c !== s || pe.current || tt ? (typeof f == "function" && (Ho(t, n, f, r), s = t.memoizedState), (l = tt || Zl(t, n, l, r, c, s, u)) ? (h || typeof a.UNSAFE_componentWillMount != "function" && typeof a.componentWillMount != "function" || (typeof a.componentWillMount == "function" && a.componentWillMount(), typeof a.UNSAFE_componentWillMount == "function" && a.UNSAFE_componentWillMount()), typeof a.componentDidMount == "function" && (t.flags |= 4194308)) : (typeof a.componentDidMount == "function" && (t.flags |= 4194308), t.memoizedProps = r, t.memoizedState = s), a.props = r, a.state = s, a.context = u, r = l) : (typeof a.componentDidMount == "function" && (t.flags |= 4194308), r = !1);
|
|
3679
3679
|
} else {
|
|
3680
|
-
a = t.stateNode, ic(e, t), l = t.memoizedProps, u = t.type === t.elementType ? l : Le(t.type, l), a.props = u, h = t.pendingProps, c = a.context, s = n.contextType, typeof s == "object" && s !== null ? s =
|
|
3680
|
+
a = t.stateNode, ic(e, t), l = t.memoizedProps, u = t.type === t.elementType ? l : Le(t.type, l), a.props = u, h = t.pendingProps, c = a.context, s = n.contextType, typeof s == "object" && s !== null ? s = Ce(s) : (s = he(n) ? Ot : oe.current, s = cn(t, s));
|
|
3681
3681
|
var m = n.getDerivedStateFromProps;
|
|
3682
3682
|
(f = typeof m == "function" || typeof a.getSnapshotBeforeUpdate == "function") || typeof a.UNSAFE_componentWillReceiveProps != "function" && typeof a.componentWillReceiveProps != "function" || (l !== h || c !== s) && ql(t, a, r, s), tt = !1, c = t.memoizedState, a.state = c, ai(t, r, a, i);
|
|
3683
3683
|
var y = t.memoizedState;
|
|
@@ -3911,7 +3911,7 @@ Fc = function(e, t, n, r) {
|
|
|
3911
3911
|
default:
|
|
3912
3912
|
typeof i.onClick != "function" && typeof r.onClick == "function" && (e.onclick = qr);
|
|
3913
3913
|
}
|
|
3914
|
-
|
|
3914
|
+
bo(n, r);
|
|
3915
3915
|
var a;
|
|
3916
3916
|
n = null;
|
|
3917
3917
|
for (u in i) if (!r.hasOwnProperty(u) && i.hasOwnProperty(u) && i[u] != null) if (u === "style") {
|
|
@@ -3937,7 +3937,7 @@ Fc = function(e, t, n, r) {
|
|
|
3937
3937
|
Ic = function(e, t, n, r) {
|
|
3938
3938
|
n !== r && (t.flags |= 4);
|
|
3939
3939
|
};
|
|
3940
|
-
function
|
|
3940
|
+
function En(e, t) {
|
|
3941
3941
|
if (!U) switch (e.tailMode) {
|
|
3942
3942
|
case "hidden":
|
|
3943
3943
|
t = e.tail;
|
|
@@ -3973,7 +3973,7 @@ function nf(e, t, n) {
|
|
|
3973
3973
|
case 1:
|
|
3974
3974
|
return he(t.type) && ei(), re(t), null;
|
|
3975
3975
|
case 3:
|
|
3976
|
-
return r = t.stateNode, pn(), j(pe), j(oe), Aa(), r.pendingContext && (r.context = r.pendingContext, r.pendingContext = null), (e === null || e.child === null) && (
|
|
3976
|
+
return r = t.stateNode, pn(), j(pe), j(oe), Aa(), r.pendingContext && (r.context = r.pendingContext, r.pendingContext = null), (e === null || e.child === null) && (Cr(t) ? t.flags |= 4 : e === null || e.memoizedState.isDehydrated && !(t.flags & 256) || (t.flags |= 1024, Oe !== null && (oa(Oe), Oe = null))), Jo(e, t), re(t), null;
|
|
3977
3977
|
case 5:
|
|
3978
3978
|
ja(t);
|
|
3979
3979
|
var i = Pt(nr.current);
|
|
@@ -3983,7 +3983,7 @@ function nf(e, t, n) {
|
|
|
3983
3983
|
if (t.stateNode === null) throw Error(w(166));
|
|
3984
3984
|
return re(t), null;
|
|
3985
3985
|
}
|
|
3986
|
-
if (e = Pt(Ae.current),
|
|
3986
|
+
if (e = Pt(Ae.current), Cr(t)) {
|
|
3987
3987
|
r = t.stateNode, n = t.type;
|
|
3988
3988
|
var o = t.memoizedProps;
|
|
3989
3989
|
switch (r[De] = t, r[er] = o, e = (t.mode & 1) !== 0, n) {
|
|
@@ -4022,10 +4022,10 @@ function nf(e, t, n) {
|
|
|
4022
4022
|
case "textarea":
|
|
4023
4023
|
yl(r, o), $("invalid", r);
|
|
4024
4024
|
}
|
|
4025
|
-
|
|
4025
|
+
bo(n, o), i = null;
|
|
4026
4026
|
for (var a in o) if (o.hasOwnProperty(a)) {
|
|
4027
4027
|
var l = o[a];
|
|
4028
|
-
a === "children" ? typeof l == "string" ? r.textContent !== l && (o.suppressHydrationWarning !== !0 &&
|
|
4028
|
+
a === "children" ? typeof l == "string" ? r.textContent !== l && (o.suppressHydrationWarning !== !0 && Er(r.textContent, l, e), i = ["children", l]) : typeof l == "number" && r.textContent !== "" + l && (o.suppressHydrationWarning !== !0 && Er(
|
|
4029
4029
|
r.textContent,
|
|
4030
4030
|
l,
|
|
4031
4031
|
e
|
|
@@ -4048,7 +4048,7 @@ function nf(e, t, n) {
|
|
|
4048
4048
|
} else {
|
|
4049
4049
|
a = i.nodeType === 9 ? i : i.ownerDocument, e === "http://www.w3.org/1999/xhtml" && (e = cu(n)), e === "http://www.w3.org/1999/xhtml" ? n === "script" ? (e = a.createElement("div"), e.innerHTML = "<script><\/script>", e = e.removeChild(e.firstChild)) : typeof r.is == "string" ? e = a.createElement(n, { is: r.is }) : (e = a.createElement(n), n === "select" && (a = e, r.multiple ? a.multiple = !0 : r.size && (a.size = r.size))) : e = a.createElementNS(e, n), e[De] = t, e[er] = r, Tc(e, t, !1, !1), t.stateNode = e;
|
|
4050
4050
|
e: {
|
|
4051
|
-
switch (a =
|
|
4051
|
+
switch (a = Eo(n, r), n) {
|
|
4052
4052
|
case "dialog":
|
|
4053
4053
|
$("cancel", e), $("close", e), i = r;
|
|
4054
4054
|
break;
|
|
@@ -4091,7 +4091,7 @@ function nf(e, t, n) {
|
|
|
4091
4091
|
default:
|
|
4092
4092
|
i = r;
|
|
4093
4093
|
}
|
|
4094
|
-
|
|
4094
|
+
bo(n, i), l = i;
|
|
4095
4095
|
for (o in l) if (l.hasOwnProperty(o)) {
|
|
4096
4096
|
var s = l[o];
|
|
4097
4097
|
o === "style" ? pu(e, s) : o === "dangerouslySetInnerHTML" ? (s = s ? s.__html : void 0, s != null && du(e, s)) : o === "children" ? typeof s == "string" ? (n !== "textarea" || s !== "") && Kn(e, s) : typeof s == "number" && Kn(e, "" + s) : o !== "suppressContentEditableWarning" && o !== "suppressHydrationWarning" && o !== "autoFocus" && (Hn.hasOwnProperty(o) ? s != null && o === "onScroll" && $("scroll", e) : s != null && ma(e, o, s, a));
|
|
@@ -4140,13 +4140,13 @@ function nf(e, t, n) {
|
|
|
4140
4140
|
if (e && t.stateNode != null) Ic(e, t, e.memoizedProps, r);
|
|
4141
4141
|
else {
|
|
4142
4142
|
if (typeof r != "string" && t.stateNode === null) throw Error(w(166));
|
|
4143
|
-
if (n = Pt(nr.current), Pt(Ae.current),
|
|
4143
|
+
if (n = Pt(nr.current), Pt(Ae.current), Cr(t)) {
|
|
4144
4144
|
if (r = t.stateNode, n = t.memoizedProps, r[De] = t, (o = r.nodeValue !== n) && (e = ye, e !== null)) switch (e.tag) {
|
|
4145
4145
|
case 3:
|
|
4146
|
-
|
|
4146
|
+
Er(r.nodeValue, n, (e.mode & 1) !== 0);
|
|
4147
4147
|
break;
|
|
4148
4148
|
case 5:
|
|
4149
|
-
e.memoizedProps.suppressHydrationWarning !== !0 &&
|
|
4149
|
+
e.memoizedProps.suppressHydrationWarning !== !0 && Er(r.nodeValue, n, (e.mode & 1) !== 0);
|
|
4150
4150
|
}
|
|
4151
4151
|
o && (t.flags |= 4);
|
|
4152
4152
|
} else r = (n.nodeType === 9 ? n : n.ownerDocument).createTextNode(r), r[De] = t, t.stateNode = r;
|
|
@@ -4155,7 +4155,7 @@ function nf(e, t, n) {
|
|
|
4155
4155
|
case 13:
|
|
4156
4156
|
if (j(V), r = t.memoizedState, e === null || e.memoizedState !== null && e.memoizedState.dehydrated !== null) {
|
|
4157
4157
|
if (U && ve !== null && t.mode & 1 && !(t.flags & 128)) ec(), dn(), t.flags |= 98560, o = !1;
|
|
4158
|
-
else if (o =
|
|
4158
|
+
else if (o = Cr(t), r !== null && r.dehydrated !== null) {
|
|
4159
4159
|
if (e === null) {
|
|
4160
4160
|
if (!o) throw Error(w(318));
|
|
4161
4161
|
if (o = t.memoizedState, o = o !== null ? o.dehydrated : null, !o) throw Error(w(317));
|
|
@@ -4174,21 +4174,21 @@ function nf(e, t, n) {
|
|
|
4174
4174
|
return he(t.type) && ei(), re(t), null;
|
|
4175
4175
|
case 19:
|
|
4176
4176
|
if (j(V), o = t.memoizedState, o === null) return re(t), null;
|
|
4177
|
-
if (r = (t.flags & 128) !== 0, a = o.rendering, a === null) if (r)
|
|
4177
|
+
if (r = (t.flags & 128) !== 0, a = o.rendering, a === null) if (r) En(o, !1);
|
|
4178
4178
|
else {
|
|
4179
4179
|
if (X !== 0 || e !== null && e.flags & 128) for (e = t.child; e !== null; ) {
|
|
4180
4180
|
if (a = li(e), a !== null) {
|
|
4181
|
-
for (t.flags |= 128,
|
|
4181
|
+
for (t.flags |= 128, En(o, !1), r = a.updateQueue, r !== null && (t.updateQueue = r, t.flags |= 4), t.subtreeFlags = 0, r = n, n = t.child; n !== null; ) o = n, e = r, o.flags &= 14680066, a = o.alternate, a === null ? (o.childLanes = 0, o.lanes = e, o.child = null, o.subtreeFlags = 0, o.memoizedProps = null, o.memoizedState = null, o.updateQueue = null, o.dependencies = null, o.stateNode = null) : (o.childLanes = a.childLanes, o.lanes = a.lanes, o.child = a.child, o.subtreeFlags = 0, o.deletions = null, o.memoizedProps = a.memoizedProps, o.memoizedState = a.memoizedState, o.updateQueue = a.updateQueue, o.type = a.type, e = a.dependencies, o.dependencies = e === null ? null : { lanes: e.lanes, firstContext: e.firstContext }), n = n.sibling;
|
|
4182
4182
|
return D(V, V.current & 1 | 2), t.child;
|
|
4183
4183
|
}
|
|
4184
4184
|
e = e.sibling;
|
|
4185
4185
|
}
|
|
4186
|
-
o.tail !== null && W() > gn && (t.flags |= 128, r = !0,
|
|
4186
|
+
o.tail !== null && W() > gn && (t.flags |= 128, r = !0, En(o, !1), t.lanes = 4194304);
|
|
4187
4187
|
}
|
|
4188
4188
|
else {
|
|
4189
4189
|
if (!r) if (e = li(a), e !== null) {
|
|
4190
|
-
if (t.flags |= 128, r = !0, n = e.updateQueue, n !== null && (t.updateQueue = n, t.flags |= 4),
|
|
4191
|
-
} else 2 * W() - o.renderingStartTime > gn && n !== 1073741824 && (t.flags |= 128, r = !0,
|
|
4190
|
+
if (t.flags |= 128, r = !0, n = e.updateQueue, n !== null && (t.updateQueue = n, t.flags |= 4), En(o, !0), o.tail === null && o.tailMode === "hidden" && !a.alternate && !U) return re(t), null;
|
|
4191
|
+
} else 2 * W() - o.renderingStartTime > gn && n !== 1073741824 && (t.flags |= 128, r = !0, En(o, !1), t.lanes = 4194304);
|
|
4192
4192
|
o.isBackwards ? (a.sibling = t.child, t.child = a) : (n = o.last, n !== null ? n.sibling = a : t.child = a, o.last = a);
|
|
4193
4193
|
}
|
|
4194
4194
|
return o.tail !== null ? (t = o.tail, o.rendering = t, o.tail = t.sibling, o.renderingStartTime = W(), t.sibling = null, n = V.current, D(V, r ? n & 1 | 2 : n & 1), t) : (re(t), null);
|
|
@@ -4231,7 +4231,7 @@ function rf(e, t) {
|
|
|
4231
4231
|
return null;
|
|
4232
4232
|
}
|
|
4233
4233
|
}
|
|
4234
|
-
var Lr = !1, ie = !1, of = typeof WeakSet == "function" ? WeakSet : Set,
|
|
4234
|
+
var Lr = !1, ie = !1, of = typeof WeakSet == "function" ? WeakSet : Set, C = null;
|
|
4235
4235
|
function qt(e, t) {
|
|
4236
4236
|
var n = e.ref;
|
|
4237
4237
|
if (n !== null) if (typeof n == "function") try {
|
|
@@ -4281,9 +4281,9 @@ function af(e, t) {
|
|
|
4281
4281
|
}
|
|
4282
4282
|
n = n || { start: 0, end: 0 };
|
|
4283
4283
|
} else n = null;
|
|
4284
|
-
for (Io = { focusedElem: e, selectionRange: n }, Yr = !1,
|
|
4285
|
-
else for (;
|
|
4286
|
-
t =
|
|
4284
|
+
for (Io = { focusedElem: e, selectionRange: n }, Yr = !1, C = t; C !== null; ) if (t = C, e = t.child, (t.subtreeFlags & 1028) !== 0 && e !== null) e.return = t, C = e;
|
|
4285
|
+
else for (; C !== null; ) {
|
|
4286
|
+
t = C;
|
|
4287
4287
|
try {
|
|
4288
4288
|
var y = t.alternate;
|
|
4289
4289
|
if (t.flags & 1024) switch (t.tag) {
|
|
@@ -4313,10 +4313,10 @@ function af(e, t) {
|
|
|
4313
4313
|
K(t, t.return, v);
|
|
4314
4314
|
}
|
|
4315
4315
|
if (e = t.sibling, e !== null) {
|
|
4316
|
-
e.return = t.return,
|
|
4316
|
+
e.return = t.return, C = e;
|
|
4317
4317
|
break;
|
|
4318
4318
|
}
|
|
4319
|
-
|
|
4319
|
+
C = t.return;
|
|
4320
4320
|
}
|
|
4321
4321
|
return y = ss, ss = !1, y;
|
|
4322
4322
|
}
|
|
@@ -4518,8 +4518,8 @@ function Ac(e, t) {
|
|
|
4518
4518
|
if (r & 4 && (i = e.stateNode, i != null)) {
|
|
4519
4519
|
var o = e.memoizedProps, a = n !== null ? n.memoizedProps : o, l = e.type, s = e.updateQueue;
|
|
4520
4520
|
if (e.updateQueue = null, s !== null) try {
|
|
4521
|
-
l === "input" && o.type === "radio" && o.name != null && su(i, o),
|
|
4522
|
-
var u =
|
|
4521
|
+
l === "input" && o.type === "radio" && o.name != null && su(i, o), Eo(l, a);
|
|
4522
|
+
var u = Eo(l, o);
|
|
4523
4523
|
for (a = 0; a < s.length; a += 2) {
|
|
4524
4524
|
var f = s[a], h = s[a + 1];
|
|
4525
4525
|
f === "style" ? pu(i, h) : f === "dangerouslySetInnerHTML" ? du(i, h) : f === "children" ? Kn(i, h) : ma(i, f, h, u);
|
|
@@ -4574,9 +4574,9 @@ function Ac(e, t) {
|
|
|
4574
4574
|
break;
|
|
4575
4575
|
case 22:
|
|
4576
4576
|
if (f = n !== null && n.memoizedState !== null, e.mode & 1 ? (ie = (u = ie) || f, Ne(t, e), ie = u) : Ne(t, e), Fe(e), r & 8192) {
|
|
4577
|
-
if (u = e.memoizedState !== null, (e.stateNode.isHidden = u) && !f && e.mode & 1) for (
|
|
4578
|
-
for (h =
|
|
4579
|
-
switch (c =
|
|
4577
|
+
if (u = e.memoizedState !== null, (e.stateNode.isHidden = u) && !f && e.mode & 1) for (C = e, f = e.child; f !== null; ) {
|
|
4578
|
+
for (h = C = f; C !== null; ) {
|
|
4579
|
+
switch (c = C, m = c.child, c.tag) {
|
|
4580
4580
|
case 0:
|
|
4581
4581
|
case 11:
|
|
4582
4582
|
case 14:
|
|
@@ -4604,7 +4604,7 @@ function Ac(e, t) {
|
|
|
4604
4604
|
continue;
|
|
4605
4605
|
}
|
|
4606
4606
|
}
|
|
4607
|
-
m !== null ? (m.return = c,
|
|
4607
|
+
m !== null ? (m.return = c, C = m) : fs(h);
|
|
4608
4608
|
}
|
|
4609
4609
|
f = f.sibling;
|
|
4610
4610
|
}
|
|
@@ -4686,28 +4686,28 @@ function Fe(e) {
|
|
|
4686
4686
|
t & 4096 && (e.flags &= -4097);
|
|
4687
4687
|
}
|
|
4688
4688
|
function lf(e, t, n) {
|
|
4689
|
-
|
|
4689
|
+
C = e, Uc(e);
|
|
4690
4690
|
}
|
|
4691
4691
|
function Uc(e, t, n) {
|
|
4692
|
-
for (var r = (e.mode & 1) !== 0;
|
|
4693
|
-
var i =
|
|
4692
|
+
for (var r = (e.mode & 1) !== 0; C !== null; ) {
|
|
4693
|
+
var i = C, o = i.child;
|
|
4694
4694
|
if (i.tag === 22 && r) {
|
|
4695
4695
|
var a = i.memoizedState !== null || Lr;
|
|
4696
4696
|
if (!a) {
|
|
4697
4697
|
var l = i.alternate, s = l !== null && l.memoizedState !== null || ie;
|
|
4698
4698
|
l = Lr;
|
|
4699
4699
|
var u = ie;
|
|
4700
|
-
if (Lr = a, (ie = s) && !u) for (
|
|
4701
|
-
for (; o !== null; )
|
|
4702
|
-
|
|
4700
|
+
if (Lr = a, (ie = s) && !u) for (C = i; C !== null; ) a = C, s = a.child, a.tag === 22 && a.memoizedState !== null ? ps(i) : s !== null ? (s.return = a, C = s) : ps(i);
|
|
4701
|
+
for (; o !== null; ) C = o, Uc(o), o = o.sibling;
|
|
4702
|
+
C = i, Lr = l, ie = u;
|
|
4703
4703
|
}
|
|
4704
4704
|
ds(e);
|
|
4705
|
-
} else i.subtreeFlags & 8772 && o !== null ? (o.return = i,
|
|
4705
|
+
} else i.subtreeFlags & 8772 && o !== null ? (o.return = i, C = o) : ds(e);
|
|
4706
4706
|
}
|
|
4707
4707
|
}
|
|
4708
4708
|
function ds(e) {
|
|
4709
|
-
for (;
|
|
4710
|
-
var t =
|
|
4709
|
+
for (; C !== null; ) {
|
|
4710
|
+
var t = C;
|
|
4711
4711
|
if (t.flags & 8772) {
|
|
4712
4712
|
var n = t.alternate;
|
|
4713
4713
|
try {
|
|
@@ -4791,34 +4791,34 @@ function ds(e) {
|
|
|
4791
4791
|
}
|
|
4792
4792
|
}
|
|
4793
4793
|
if (t === e) {
|
|
4794
|
-
|
|
4794
|
+
C = null;
|
|
4795
4795
|
break;
|
|
4796
4796
|
}
|
|
4797
4797
|
if (n = t.sibling, n !== null) {
|
|
4798
|
-
n.return = t.return,
|
|
4798
|
+
n.return = t.return, C = n;
|
|
4799
4799
|
break;
|
|
4800
4800
|
}
|
|
4801
|
-
|
|
4801
|
+
C = t.return;
|
|
4802
4802
|
}
|
|
4803
4803
|
}
|
|
4804
4804
|
function fs(e) {
|
|
4805
|
-
for (;
|
|
4806
|
-
var t =
|
|
4805
|
+
for (; C !== null; ) {
|
|
4806
|
+
var t = C;
|
|
4807
4807
|
if (t === e) {
|
|
4808
|
-
|
|
4808
|
+
C = null;
|
|
4809
4809
|
break;
|
|
4810
4810
|
}
|
|
4811
4811
|
var n = t.sibling;
|
|
4812
4812
|
if (n !== null) {
|
|
4813
|
-
n.return = t.return,
|
|
4813
|
+
n.return = t.return, C = n;
|
|
4814
4814
|
break;
|
|
4815
4815
|
}
|
|
4816
|
-
|
|
4816
|
+
C = t.return;
|
|
4817
4817
|
}
|
|
4818
4818
|
}
|
|
4819
4819
|
function ps(e) {
|
|
4820
|
-
for (;
|
|
4821
|
-
var t =
|
|
4820
|
+
for (; C !== null; ) {
|
|
4821
|
+
var t = C;
|
|
4822
4822
|
try {
|
|
4823
4823
|
switch (t.tag) {
|
|
4824
4824
|
case 0:
|
|
@@ -4860,31 +4860,31 @@ function ps(e) {
|
|
|
4860
4860
|
K(t, t.return, s);
|
|
4861
4861
|
}
|
|
4862
4862
|
if (t === e) {
|
|
4863
|
-
|
|
4863
|
+
C = null;
|
|
4864
4864
|
break;
|
|
4865
4865
|
}
|
|
4866
4866
|
var l = t.sibling;
|
|
4867
4867
|
if (l !== null) {
|
|
4868
|
-
l.return = t.return,
|
|
4868
|
+
l.return = t.return, C = l;
|
|
4869
4869
|
break;
|
|
4870
4870
|
}
|
|
4871
|
-
|
|
4871
|
+
C = t.return;
|
|
4872
4872
|
}
|
|
4873
4873
|
}
|
|
4874
|
-
var sf = Math.ceil, ci = Ye.ReactCurrentDispatcher, Qa = Ye.ReactCurrentOwner,
|
|
4874
|
+
var sf = Math.ceil, ci = Ye.ReactCurrentDispatcher, Qa = Ye.ReactCurrentOwner, Ee = Ye.ReactCurrentBatchConfig, R = 0, Z = null, Q = null, ee = 0, me = 0, en = vt(0), X = 0, ar = null, Tt = 0, Li = 0, Ga = 0, Un = null, de = null, Xa = 0, gn = 1 / 0, Ue = null, di = !1, na = null, dt = null, zr = !1, ot = null, fi = 0, Vn = 0, ra = null, Vr = -1, Br = 0;
|
|
4875
4875
|
function se() {
|
|
4876
4876
|
return R & 6 ? W() : Vr !== -1 ? Vr : Vr = W();
|
|
4877
4877
|
}
|
|
4878
4878
|
function ft(e) {
|
|
4879
|
-
return e.mode & 1 ? R & 2 && ee !== 0 ? ee & -ee : H1.transition !== null ? (Br === 0 && (Br =
|
|
4879
|
+
return e.mode & 1 ? R & 2 && ee !== 0 ? ee & -ee : H1.transition !== null ? (Br === 0 && (Br = Eu()), Br) : (e = T, e !== 0 || (e = window.event, e = e === void 0 ? 16 : Mu(e.type)), e) : 1;
|
|
4880
4880
|
}
|
|
4881
4881
|
function Re(e, t, n, r) {
|
|
4882
4882
|
if (50 < Vn) throw Vn = 0, ra = null, Error(w(185));
|
|
4883
|
-
ur(e, n, r), (!(R & 2) || e !== Z) && (e === Z && (!(R & 2) && (Li |= n), X === 4 && rt(e, ee)), ge(e, r), n === 1 && R === 0 && !(t.mode & 1) && (gn = W() + 500,
|
|
4883
|
+
ur(e, n, r), (!(R & 2) || e !== Z) && (e === Z && (!(R & 2) && (Li |= n), X === 4 && rt(e, ee)), ge(e, r), n === 1 && R === 0 && !(t.mode & 1) && (gn = W() + 500, Ei && yt()));
|
|
4884
4884
|
}
|
|
4885
4885
|
function ge(e, t) {
|
|
4886
4886
|
var n = e.callbackNode;
|
|
4887
|
-
|
|
4887
|
+
H0(e, t);
|
|
4888
4888
|
var r = Xr(e, e === Z ? ee : 0);
|
|
4889
4889
|
if (r === 0) n !== null && kl(n), e.callbackNode = null, e.callbackPriority = 0;
|
|
4890
4890
|
else if (t = r & -r, e.callbackPriority !== t) {
|
|
@@ -4892,7 +4892,7 @@ function ge(e, t) {
|
|
|
4892
4892
|
!(R & 6) && yt();
|
|
4893
4893
|
}), n = null;
|
|
4894
4894
|
else {
|
|
4895
|
-
switch (
|
|
4895
|
+
switch (Cu(r)) {
|
|
4896
4896
|
case 1:
|
|
4897
4897
|
n = _a;
|
|
4898
4898
|
break;
|
|
@@ -4903,7 +4903,7 @@ function ge(e, t) {
|
|
|
4903
4903
|
n = Gr;
|
|
4904
4904
|
break;
|
|
4905
4905
|
case 536870912:
|
|
4906
|
-
n =
|
|
4906
|
+
n = bu;
|
|
4907
4907
|
break;
|
|
4908
4908
|
default:
|
|
4909
4909
|
n = Gr;
|
|
@@ -4946,7 +4946,7 @@ function Vc(e, t) {
|
|
|
4946
4946
|
case 1:
|
|
4947
4947
|
throw Error(w(345));
|
|
4948
4948
|
case 2:
|
|
4949
|
-
|
|
4949
|
+
bt(e, de, Ue);
|
|
4950
4950
|
break;
|
|
4951
4951
|
case 3:
|
|
4952
4952
|
if (rt(e, r), (r & 130023424) === r && (t = Xa + 500 - W(), 10 < t)) {
|
|
@@ -4955,10 +4955,10 @@ function Vc(e, t) {
|
|
|
4955
4955
|
se(), e.pingedLanes |= e.suspendedLanes & i;
|
|
4956
4956
|
break;
|
|
4957
4957
|
}
|
|
4958
|
-
e.timeoutHandle = $o(
|
|
4958
|
+
e.timeoutHandle = $o(bt.bind(null, e, de, Ue), t);
|
|
4959
4959
|
break;
|
|
4960
4960
|
}
|
|
4961
|
-
|
|
4961
|
+
bt(e, de, Ue);
|
|
4962
4962
|
break;
|
|
4963
4963
|
case 4:
|
|
4964
4964
|
if (rt(e, r), (r & 4194240) === r) break;
|
|
@@ -4967,13 +4967,13 @@ function Vc(e, t) {
|
|
|
4967
4967
|
o = 1 << a, a = t[a], a > i && (i = a), r &= ~o;
|
|
4968
4968
|
}
|
|
4969
4969
|
if (r = i, r = W() - r, r = (120 > r ? 120 : 480 > r ? 480 : 1080 > r ? 1080 : 1920 > r ? 1920 : 3e3 > r ? 3e3 : 4320 > r ? 4320 : 1960 * sf(r / 1960)) - r, 10 < r) {
|
|
4970
|
-
e.timeoutHandle = $o(
|
|
4970
|
+
e.timeoutHandle = $o(bt.bind(null, e, de, Ue), r);
|
|
4971
4971
|
break;
|
|
4972
4972
|
}
|
|
4973
|
-
|
|
4973
|
+
bt(e, de, Ue);
|
|
4974
4974
|
break;
|
|
4975
4975
|
case 5:
|
|
4976
|
-
|
|
4976
|
+
bt(e, de, Ue);
|
|
4977
4977
|
break;
|
|
4978
4978
|
default:
|
|
4979
4979
|
throw Error(w(329));
|
|
@@ -5033,7 +5033,7 @@ function hs(e) {
|
|
|
5033
5033
|
}
|
|
5034
5034
|
if (n === 1) throw n = ar, Lt(e, 0), rt(e, t), ge(e, W()), n;
|
|
5035
5035
|
if (n === 6) throw Error(w(345));
|
|
5036
|
-
return e.finishedWork = e.current.alternate, e.finishedLanes = t,
|
|
5036
|
+
return e.finishedWork = e.current.alternate, e.finishedLanes = t, bt(e, de, Ue), ge(e, W()), null;
|
|
5037
5037
|
}
|
|
5038
5038
|
function Ya(e, t) {
|
|
5039
5039
|
var n = R;
|
|
@@ -5041,18 +5041,18 @@ function Ya(e, t) {
|
|
|
5041
5041
|
try {
|
|
5042
5042
|
return e(t);
|
|
5043
5043
|
} finally {
|
|
5044
|
-
R = n, R === 0 && (gn = W() + 500,
|
|
5044
|
+
R = n, R === 0 && (gn = W() + 500, Ei && yt());
|
|
5045
5045
|
}
|
|
5046
5046
|
}
|
|
5047
5047
|
function Ft(e) {
|
|
5048
5048
|
ot !== null && ot.tag === 0 && !(R & 6) && ln();
|
|
5049
5049
|
var t = R;
|
|
5050
5050
|
R |= 1;
|
|
5051
|
-
var n =
|
|
5051
|
+
var n = Ee.transition, r = T;
|
|
5052
5052
|
try {
|
|
5053
|
-
if (
|
|
5053
|
+
if (Ee.transition = null, T = 1, e) return e();
|
|
5054
5054
|
} finally {
|
|
5055
|
-
T = r,
|
|
5055
|
+
T = r, Ee.transition = n, R = t, !(R & 6) && yt();
|
|
5056
5056
|
}
|
|
5057
5057
|
}
|
|
5058
5058
|
function Ja() {
|
|
@@ -5091,8 +5091,8 @@ function Lt(e, t) {
|
|
|
5091
5091
|
}
|
|
5092
5092
|
n = n.return;
|
|
5093
5093
|
}
|
|
5094
|
-
if (Z = e, Q = e = pt(e.current, null), ee = me = t, X = 0, ar = null, Ga = Li = Tt = 0, de = Un = null,
|
|
5095
|
-
for (t = 0; t <
|
|
5094
|
+
if (Z = e, Q = e = pt(e.current, null), ee = me = t, X = 0, ar = null, Ga = Li = Tt = 0, de = Un = null, Ct !== null) {
|
|
5095
|
+
for (t = 0; t < Ct.length; t++) if (n = Ct[t], r = n.interleaved, r !== null) {
|
|
5096
5096
|
n.interleaved = null;
|
|
5097
5097
|
var i = r.next, o = n.pending;
|
|
5098
5098
|
if (o !== null) {
|
|
@@ -5101,7 +5101,7 @@ function Lt(e, t) {
|
|
|
5101
5101
|
}
|
|
5102
5102
|
n.pending = r;
|
|
5103
5103
|
}
|
|
5104
|
-
|
|
5104
|
+
Ct = null;
|
|
5105
5105
|
}
|
|
5106
5106
|
return e;
|
|
5107
5107
|
}
|
|
@@ -5156,7 +5156,7 @@ function Bc(e, t) {
|
|
|
5156
5156
|
switch (o.tag) {
|
|
5157
5157
|
case 3:
|
|
5158
5158
|
o.flags |= 65536, t &= -t, o.lanes |= t;
|
|
5159
|
-
var p =
|
|
5159
|
+
var p = Cc(o, s, t);
|
|
5160
5160
|
Gl(o, p);
|
|
5161
5161
|
break e;
|
|
5162
5162
|
case 1:
|
|
@@ -5207,7 +5207,7 @@ function cf() {
|
|
|
5207
5207
|
for (; Q !== null; ) Kc(Q);
|
|
5208
5208
|
}
|
|
5209
5209
|
function df() {
|
|
5210
|
-
for (; Q !== null && !
|
|
5210
|
+
for (; Q !== null && !F0(); ) Kc(Q);
|
|
5211
5211
|
}
|
|
5212
5212
|
function Kc(e) {
|
|
5213
5213
|
var t = Gc(e.alternate, e, me);
|
|
@@ -5239,12 +5239,12 @@ function Wc(e) {
|
|
|
5239
5239
|
} while (t !== null);
|
|
5240
5240
|
X === 0 && (X = 5);
|
|
5241
5241
|
}
|
|
5242
|
-
function
|
|
5243
|
-
var r = T, i =
|
|
5242
|
+
function bt(e, t, n) {
|
|
5243
|
+
var r = T, i = Ee.transition;
|
|
5244
5244
|
try {
|
|
5245
|
-
|
|
5245
|
+
Ee.transition = null, T = 1, ff(e, t, n, r);
|
|
5246
5246
|
} finally {
|
|
5247
|
-
|
|
5247
|
+
Ee.transition = i, T = r;
|
|
5248
5248
|
}
|
|
5249
5249
|
return null;
|
|
5250
5250
|
}
|
|
@@ -5259,36 +5259,36 @@ function ff(e, t, n, r) {
|
|
|
5259
5259
|
if (e.finishedWork = null, e.finishedLanes = 0, n === e.current) throw Error(w(177));
|
|
5260
5260
|
e.callbackNode = null, e.callbackPriority = 0;
|
|
5261
5261
|
var o = n.lanes | n.childLanes;
|
|
5262
|
-
if (
|
|
5262
|
+
if (K0(e, o), e === Z && (Q = Z = null, ee = 0), !(n.subtreeFlags & 2064) && !(n.flags & 2064) || zr || (zr = !0, Xc(Gr, function() {
|
|
5263
5263
|
return ln(), null;
|
|
5264
5264
|
})), o = (n.flags & 15990) !== 0, n.subtreeFlags & 15990 || o) {
|
|
5265
|
-
o =
|
|
5265
|
+
o = Ee.transition, Ee.transition = null;
|
|
5266
5266
|
var a = T;
|
|
5267
5267
|
T = 1;
|
|
5268
5268
|
var l = R;
|
|
5269
|
-
R |= 4, Qa.current = null, af(e, n), Ac(n, e), O1(Io), Yr = !!Fo, Io = Fo = null, e.current = n, lf(n),
|
|
5269
|
+
R |= 4, Qa.current = null, af(e, n), Ac(n, e), O1(Io), Yr = !!Fo, Io = Fo = null, e.current = n, lf(n), I0(), R = l, T = a, Ee.transition = o;
|
|
5270
5270
|
} else e.current = n;
|
|
5271
|
-
if (zr && (zr = !1, ot = e, fi = i), o = e.pendingLanes, o === 0 && (dt = null),
|
|
5271
|
+
if (zr && (zr = !1, ot = e, fi = i), o = e.pendingLanes, o === 0 && (dt = null), j0(n.stateNode), ge(e, W()), t !== null) for (r = e.onRecoverableError, n = 0; n < t.length; n++) i = t[n], r(i.value, { componentStack: i.stack, digest: i.digest });
|
|
5272
5272
|
if (di) throw di = !1, e = na, na = null, e;
|
|
5273
5273
|
return fi & 1 && e.tag !== 0 && ln(), o = e.pendingLanes, o & 1 ? e === ra ? Vn++ : (Vn = 0, ra = e) : Vn = 0, yt(), null;
|
|
5274
5274
|
}
|
|
5275
5275
|
function ln() {
|
|
5276
5276
|
if (ot !== null) {
|
|
5277
|
-
var e =
|
|
5277
|
+
var e = Cu(fi), t = Ee.transition, n = T;
|
|
5278
5278
|
try {
|
|
5279
|
-
if (
|
|
5279
|
+
if (Ee.transition = null, T = 16 > e ? 16 : e, ot === null) var r = !1;
|
|
5280
5280
|
else {
|
|
5281
5281
|
if (e = ot, ot = null, fi = 0, R & 6) throw Error(w(331));
|
|
5282
5282
|
var i = R;
|
|
5283
|
-
for (R |= 4,
|
|
5284
|
-
var o =
|
|
5285
|
-
if (
|
|
5283
|
+
for (R |= 4, C = e.current; C !== null; ) {
|
|
5284
|
+
var o = C, a = o.child;
|
|
5285
|
+
if (C.flags & 16) {
|
|
5286
5286
|
var l = o.deletions;
|
|
5287
5287
|
if (l !== null) {
|
|
5288
5288
|
for (var s = 0; s < l.length; s++) {
|
|
5289
5289
|
var u = l[s];
|
|
5290
|
-
for (
|
|
5291
|
-
var f =
|
|
5290
|
+
for (C = u; C !== null; ) {
|
|
5291
|
+
var f = C;
|
|
5292
5292
|
switch (f.tag) {
|
|
5293
5293
|
case 0:
|
|
5294
5294
|
case 11:
|
|
@@ -5296,19 +5296,19 @@ function ln() {
|
|
|
5296
5296
|
An(8, f, o);
|
|
5297
5297
|
}
|
|
5298
5298
|
var h = f.child;
|
|
5299
|
-
if (h !== null) h.return = f,
|
|
5300
|
-
else for (;
|
|
5301
|
-
f =
|
|
5299
|
+
if (h !== null) h.return = f, C = h;
|
|
5300
|
+
else for (; C !== null; ) {
|
|
5301
|
+
f = C;
|
|
5302
5302
|
var c = f.sibling, m = f.return;
|
|
5303
5303
|
if (Dc(f), f === u) {
|
|
5304
|
-
|
|
5304
|
+
C = null;
|
|
5305
5305
|
break;
|
|
5306
5306
|
}
|
|
5307
5307
|
if (c !== null) {
|
|
5308
|
-
c.return = m,
|
|
5308
|
+
c.return = m, C = c;
|
|
5309
5309
|
break;
|
|
5310
5310
|
}
|
|
5311
|
-
|
|
5311
|
+
C = m;
|
|
5312
5312
|
}
|
|
5313
5313
|
}
|
|
5314
5314
|
}
|
|
@@ -5323,12 +5323,12 @@ function ln() {
|
|
|
5323
5323
|
} while (x !== null);
|
|
5324
5324
|
}
|
|
5325
5325
|
}
|
|
5326
|
-
|
|
5326
|
+
C = o;
|
|
5327
5327
|
}
|
|
5328
5328
|
}
|
|
5329
|
-
if (o.subtreeFlags & 2064 && a !== null) a.return = o,
|
|
5330
|
-
else e: for (;
|
|
5331
|
-
if (o =
|
|
5329
|
+
if (o.subtreeFlags & 2064 && a !== null) a.return = o, C = a;
|
|
5330
|
+
else e: for (; C !== null; ) {
|
|
5331
|
+
if (o = C, o.flags & 2048) switch (o.tag) {
|
|
5332
5332
|
case 0:
|
|
5333
5333
|
case 11:
|
|
5334
5334
|
case 15:
|
|
@@ -5336,19 +5336,19 @@ function ln() {
|
|
|
5336
5336
|
}
|
|
5337
5337
|
var p = o.sibling;
|
|
5338
5338
|
if (p !== null) {
|
|
5339
|
-
p.return = o.return,
|
|
5339
|
+
p.return = o.return, C = p;
|
|
5340
5340
|
break e;
|
|
5341
5341
|
}
|
|
5342
|
-
|
|
5342
|
+
C = o.return;
|
|
5343
5343
|
}
|
|
5344
5344
|
}
|
|
5345
5345
|
var d = e.current;
|
|
5346
|
-
for (
|
|
5347
|
-
a =
|
|
5346
|
+
for (C = d; C !== null; ) {
|
|
5347
|
+
a = C;
|
|
5348
5348
|
var g = a.child;
|
|
5349
|
-
if (a.subtreeFlags & 2064 && g !== null) g.return = a,
|
|
5350
|
-
else e: for (a = d;
|
|
5351
|
-
if (l =
|
|
5349
|
+
if (a.subtreeFlags & 2064 && g !== null) g.return = a, C = g;
|
|
5350
|
+
else e: for (a = d; C !== null; ) {
|
|
5351
|
+
if (l = C, l.flags & 2048) try {
|
|
5352
5352
|
switch (l.tag) {
|
|
5353
5353
|
case 0:
|
|
5354
5354
|
case 11:
|
|
@@ -5359,15 +5359,15 @@ function ln() {
|
|
|
5359
5359
|
K(l, l.return, _);
|
|
5360
5360
|
}
|
|
5361
5361
|
if (l === a) {
|
|
5362
|
-
|
|
5362
|
+
C = null;
|
|
5363
5363
|
break e;
|
|
5364
5364
|
}
|
|
5365
5365
|
var v = l.sibling;
|
|
5366
5366
|
if (v !== null) {
|
|
5367
|
-
v.return = l.return,
|
|
5367
|
+
v.return = l.return, C = v;
|
|
5368
5368
|
break e;
|
|
5369
5369
|
}
|
|
5370
|
-
|
|
5370
|
+
C = l.return;
|
|
5371
5371
|
}
|
|
5372
5372
|
}
|
|
5373
5373
|
if (R = i, yt(), je && typeof je.onPostCommitFiberRoot == "function") try {
|
|
@@ -5378,13 +5378,13 @@ function ln() {
|
|
|
5378
5378
|
}
|
|
5379
5379
|
return r;
|
|
5380
5380
|
} finally {
|
|
5381
|
-
T = n,
|
|
5381
|
+
T = n, Ee.transition = t;
|
|
5382
5382
|
}
|
|
5383
5383
|
}
|
|
5384
5384
|
return !1;
|
|
5385
5385
|
}
|
|
5386
5386
|
function gs(e, t, n) {
|
|
5387
|
-
t = hn(n, t), t =
|
|
5387
|
+
t = hn(n, t), t = Cc(e, t, 1), e = ct(e, t, 1), t = se(), e !== null && (ur(e, 1, t), ge(e, t));
|
|
5388
5388
|
}
|
|
5389
5389
|
function K(e, t, n) {
|
|
5390
5390
|
if (e.tag === 3) gs(e, e, n);
|
|
@@ -5566,13 +5566,13 @@ Gc = function(e, t, n) {
|
|
|
5566
5566
|
}
|
|
5567
5567
|
return t;
|
|
5568
5568
|
case 9:
|
|
5569
|
-
return i = t.type, r = t.pendingProps.children, an(t, n), i =
|
|
5569
|
+
return i = t.type, r = t.pendingProps.children, an(t, n), i = Ce(i), r = r(i), t.flags |= 1, le(e, t, r, n), t.child;
|
|
5570
5570
|
case 14:
|
|
5571
5571
|
return r = t.type, i = Le(r, t.pendingProps), i = Le(r.type, i), is(e, t, r, i, n);
|
|
5572
5572
|
case 15:
|
|
5573
5573
|
return Nc(e, t, t.type, t.pendingProps, n);
|
|
5574
5574
|
case 17:
|
|
5575
|
-
return r = t.type, i = t.pendingProps, i = t.elementType === r ? i : Le(r, i), Ur(e, t), t.tag = 1, he(r) ? (e = !0, ti(t)) : e = !1, an(t, n),
|
|
5575
|
+
return r = t.type, i = t.pendingProps, i = t.elementType === r ? i : Le(r, i), Ur(e, t), t.tag = 1, he(r) ? (e = !0, ti(t)) : e = !1, an(t, n), Ec(t, r, i), Ko(t, r, i, n), Go(null, t, r, !0, e, n);
|
|
5576
5576
|
case 19:
|
|
5577
5577
|
return Rc(e, t, n);
|
|
5578
5578
|
case 22:
|
|
@@ -5586,7 +5586,7 @@ function Xc(e, t) {
|
|
|
5586
5586
|
function mf(e, t, n, r) {
|
|
5587
5587
|
this.tag = e, this.key = n, this.sibling = this.child = this.return = this.stateNode = this.type = this.elementType = null, this.index = 0, this.ref = null, this.pendingProps = t, this.dependencies = this.memoizedState = this.updateQueue = this.memoizedProps = null, this.mode = r, this.subtreeFlags = this.flags = 0, this.deletions = null, this.childLanes = this.lanes = 0, this.alternate = null;
|
|
5588
5588
|
}
|
|
5589
|
-
function
|
|
5589
|
+
function be(e, t, n, r) {
|
|
5590
5590
|
return new mf(e, t, n, r);
|
|
5591
5591
|
}
|
|
5592
5592
|
function qa(e) {
|
|
@@ -5602,7 +5602,7 @@ function vf(e) {
|
|
|
5602
5602
|
}
|
|
5603
5603
|
function pt(e, t) {
|
|
5604
5604
|
var n = e.alternate;
|
|
5605
|
-
return n === null ? (n =
|
|
5605
|
+
return n === null ? (n = be(e.tag, t, e.key, e.mode), n.elementType = e.elementType, n.type = e.type, n.stateNode = e.stateNode, n.alternate = e, e.alternate = n) : (n.pendingProps = t, n.type = e.type, n.flags = 0, n.subtreeFlags = 0, n.deletions = null), n.flags = e.flags & 14680064, n.childLanes = e.childLanes, n.lanes = e.lanes, n.child = e.child, n.memoizedProps = e.memoizedProps, n.memoizedState = e.memoizedState, n.updateQueue = e.updateQueue, t = e.dependencies, n.dependencies = t === null ? null : { lanes: t.lanes, firstContext: t.firstContext }, n.sibling = e.sibling, n.index = e.index, n.ref = e.ref, n;
|
|
5606
5606
|
}
|
|
5607
5607
|
function Hr(e, t, n, r, i, o) {
|
|
5608
5608
|
var a = 2;
|
|
@@ -5615,11 +5615,11 @@ function Hr(e, t, n, r, i, o) {
|
|
|
5615
5615
|
a = 8, i |= 8;
|
|
5616
5616
|
break;
|
|
5617
5617
|
case go:
|
|
5618
|
-
return e =
|
|
5618
|
+
return e = be(12, n, t, i | 2), e.elementType = go, e.lanes = o, e;
|
|
5619
5619
|
case mo:
|
|
5620
|
-
return e =
|
|
5620
|
+
return e = be(13, n, t, i), e.elementType = mo, e.lanes = o, e;
|
|
5621
5621
|
case vo:
|
|
5622
|
-
return e =
|
|
5622
|
+
return e = be(19, n, t, i), e.elementType = vo, e.lanes = o, e;
|
|
5623
5623
|
case ou:
|
|
5624
5624
|
return zi(n, i, o, t);
|
|
5625
5625
|
default:
|
|
@@ -5642,25 +5642,25 @@ function Hr(e, t, n, r, i, o) {
|
|
|
5642
5642
|
}
|
|
5643
5643
|
throw Error(w(130, e == null ? e : typeof e, ""));
|
|
5644
5644
|
}
|
|
5645
|
-
return t =
|
|
5645
|
+
return t = be(a, n, t, i), t.elementType = e, t.type = r, t.lanes = o, t;
|
|
5646
5646
|
}
|
|
5647
5647
|
function zt(e, t, n, r) {
|
|
5648
|
-
return e =
|
|
5648
|
+
return e = be(7, e, r, t), e.lanes = n, e;
|
|
5649
5649
|
}
|
|
5650
5650
|
function zi(e, t, n, r) {
|
|
5651
|
-
return e =
|
|
5651
|
+
return e = be(22, e, r, t), e.elementType = ou, e.lanes = n, e.stateNode = { isHidden: !1 }, e;
|
|
5652
5652
|
}
|
|
5653
5653
|
function lo(e, t, n) {
|
|
5654
|
-
return e =
|
|
5654
|
+
return e = be(6, e, null, t), e.lanes = n, e;
|
|
5655
5655
|
}
|
|
5656
5656
|
function so(e, t, n) {
|
|
5657
|
-
return t =
|
|
5657
|
+
return t = be(4, e.children !== null ? e.children : [], e.key, t), t.lanes = n, t.stateNode = { containerInfo: e.containerInfo, pendingChildren: null, implementation: e.implementation }, t;
|
|
5658
5658
|
}
|
|
5659
5659
|
function yf(e, t, n, r, i) {
|
|
5660
5660
|
this.tag = t, this.containerInfo = e, this.finishedWork = this.pingCache = this.current = this.pendingChildren = null, this.timeoutHandle = -1, this.callbackNode = this.pendingContext = this.context = null, this.callbackPriority = 0, this.eventTimes = Vi(0), this.expirationTimes = Vi(-1), this.entangledLanes = this.finishedLanes = this.mutableReadLanes = this.expiredLanes = this.pingedLanes = this.suspendedLanes = this.pendingLanes = 0, this.entanglements = Vi(0), this.identifierPrefix = r, this.onRecoverableError = i, this.mutableSourceEagerHydrationData = null;
|
|
5661
5661
|
}
|
|
5662
5662
|
function el(e, t, n, r, i, o, a, l, s) {
|
|
5663
|
-
return e = new yf(e, t, n, l, s), t === 1 ? (t = 1, o === !0 && (t |= 8)) : t = 0, o =
|
|
5663
|
+
return e = new yf(e, t, n, l, s), t === 1 ? (t = 1, o === !0 && (t |= 8)) : t = 0, o = be(3, null, null, t), e.current = o, o.stateNode = e, o.memoizedState = { element: r, isDehydrated: n, cache: null, transitions: null, pendingSuspenseBoundaries: null }, Da(o), e;
|
|
5664
5664
|
}
|
|
5665
5665
|
function xf(e, t, n) {
|
|
5666
5666
|
var r = 3 < arguments.length && arguments[3] !== void 0 ? arguments[3] : null;
|
|
@@ -5859,7 +5859,7 @@ Po = function(e, t, n) {
|
|
|
5859
5859
|
for (n = n.querySelectorAll("input[name=" + JSON.stringify("" + t) + '][type="radio"]'), t = 0; t < n.length; t++) {
|
|
5860
5860
|
var r = n[t];
|
|
5861
5861
|
if (r !== e && r.form === e.form) {
|
|
5862
|
-
var i =
|
|
5862
|
+
var i = bi(r);
|
|
5863
5863
|
if (!i) throw Error(w(90));
|
|
5864
5864
|
lu(r), wo(r, i);
|
|
5865
5865
|
}
|
|
@@ -5875,9 +5875,9 @@ Po = function(e, t, n) {
|
|
|
5875
5875
|
};
|
|
5876
5876
|
mu = Ya;
|
|
5877
5877
|
vu = Ft;
|
|
5878
|
-
var kf = { usingClientEntryPoint: !1, Events: [dr, Gt,
|
|
5878
|
+
var kf = { usingClientEntryPoint: !1, Events: [dr, Gt, bi, hu, gu, Ya] }, Cn = { findFiberByHostInstance: Et, bundleType: 0, version: "18.3.1", rendererPackageName: "react-dom" }, Sf = { bundleType: Cn.bundleType, version: Cn.version, rendererPackageName: Cn.rendererPackageName, rendererConfig: Cn.rendererConfig, overrideHookState: null, overrideHookStateDeletePath: null, overrideHookStateRenamePath: null, overrideProps: null, overridePropsDeletePath: null, overridePropsRenamePath: null, setErrorHandler: null, setSuspenseHandler: null, scheduleUpdate: null, currentDispatcherRef: Ye.ReactCurrentDispatcher, findHostInstanceByFiber: function(e) {
|
|
5879
5879
|
return e = wu(e), e === null ? null : e.stateNode;
|
|
5880
|
-
}, findFiberByHostInstance:
|
|
5880
|
+
}, findFiberByHostInstance: Cn.findFiberByHostInstance || wf, findHostInstancesForRefresh: null, scheduleRefresh: null, scheduleRoot: null, setRefreshHandler: null, getCurrentFiber: null, reconcilerVersion: "18.3.1-next-f1338f8080-20240426" };
|
|
5881
5881
|
if (typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u") {
|
|
5882
5882
|
var Or = __REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
5883
5883
|
if (!Or.isDisabled && Or.supportsFiber) try {
|
|
@@ -5948,9 +5948,9 @@ function qc() {
|
|
|
5948
5948
|
}
|
|
5949
5949
|
}
|
|
5950
5950
|
qc(), qs.exports = we;
|
|
5951
|
-
var
|
|
5952
|
-
|
|
5953
|
-
const
|
|
5951
|
+
var bf = qs.exports, ed, ys = bf;
|
|
5952
|
+
ed = ys.createRoot, ys.hydrateRoot;
|
|
5953
|
+
const Ef = ":host{display:inline-block}.menu__list-item:is(.manage-profile,.manage-privacy) a:last-of-type{display:none}.bou-menu__list{border-bottom:1px solid var(--neutral-200)}@media screen and (min-width: 64rem){.xtra-menu--error #xtra-menu-trigger{gap:0}.menu__list-item:is(.manage-profile,.manage-privacy) a:first-of-type{display:none}.menu__list-item:is(.manage-profile,.manage-privacy) a:last-of-type{display:flex}}", Cf = '.button--authentication{position:relative;display:flex;width:auto;width:fit-content;min-height:unset;align-items:center;padding:var(--spacing-2);border:none;border-radius:var(--border-radius-md);font:var(--subtext-medium);gap:0}.button--authentication .button__label{display:none}.button--authentication .button__icon{position:relative;width:24px;height:24px}.button--authentication--authenticated{padding:var(--spacing-2)}.button--authentication--unauthenticated{display:none}@media screen and (min-width: 64rem){.menu--unauthenticated{display:none}.button--authentication{gap:var(--spacing-2)}.button--authentication--unauthenticated{display:flex}.button--authentication:not(.button--authentication--authenticated){padding:var(--spacing-2) var(--spacing-6)}.button--authentication .button__label{display:inline-flex;align-items:center}.button--authentication:not(.button--authentication--authenticated)>.button__icon-right{display:none}}@media (prefers-reduced-motion: no-preference){.spinner:after{position:absolute;width:16px;height:16px;border:4px solid transparent;border-radius:50%;border-top-color:transparent;border-top-color:var(--action-500);margin:auto;animation:spin 1s ease infinite;content:"";top:0;right:0;bottom:0;left:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}}', Pf = ".form--tc{display:flex;flex-direction:column;gap:var(--spacing-8)}.form--tc__title{font:var(--headers-h4-bold)}.form--tc__description{color:var(--neutral-800);font:var(--paragraphs-p0-regular)}.form--tc__label{font:var(--paragraphs-p1-bold)}.form--tc__link{color:var(--neutral-800);font:var(--paragraphs-p1-regular)}.form--tc__error{display:block;margin-top:var(--spacing-6);color:var(--alert-500)}.button--terms-and-conditions{width:auto}", Nf = ":root,:host,::backdrop{--paragraphs-pa: var(--color-paragraphs-pa, #fff);--paragraphs-pb: var(--color-paragraphs-pb, #63708a);--paragraphs-pc: var(--color-paragraphs-pc, #2e3b56);--paragraphs-pd: var(--color-paragraphs-pd, #1b1f27);--neutral-50: var(--color-neutrals-50, #fff);--neutral-100: var(--color-neutrals-100, #f3f4fa);--neutral-200: var(--color-neutrals-200, #e2e4ed);--neutral-300: var(--color-neutrals-300, #bbc1d3);--neutral-400: var(--color-neutrals-400, #9faac0);--neutral-500: var(--color-neutrals-500, #818da5);--neutral-600: var(--color-neutrals-600, #63708a);--neutral-700: var(--color-neutrals-700, #48526d);--neutral-800: var(--color-neutrals-800, #2e3b56);--neutral-900: var(--color-neutrals-900, #1b1f27);--alert-50: var(--color-alert-50, #fef4f5);--alert-100: var(--color-alert-100, #fceaea);--alert-200: var(--color-alert-200, #fad5d6);--alert-300: var(--color-alert-300, #f29699);--alert-400: var(--color-alert-400, #ed6c6f);--alert-500: var(--color-alert-500, #e62d32);--alert-600: var(--color-alert-600, #cf282d);--alert-700: var(--color-alert-700, #ac2226);--alert-800: var(--color-alert-800, #731619);--alert-900: var(--color-alert-900, #511012);--action-50: var(--color-action-50, #f2fbfa);--action-100: var(--color-action-100, #e5f7f5);--action-200: var(--color-action-200, #cceeec);--action-300: var(--color-action-300, #80d5cf);--action-400: var(--color-action-400, #4cc4bb);--action-500: var(--color-action-500, #00ab9e);--action-600: var(--color-action-600, #009a8e);--action-700: var(--color-action-700, #008077);--action-800: var(--color-action-800, #00564f);--action-900: var(--color-action-900, #003c37);--headers-h4-bold: var(--typo-m-h4-bold-font-weight, 700) var(--typo-m-h4-bold-font-size, 18px) / var(--typo-m-h4-bold-line-height, 1.375) var(--typo-m-h4-bold-font-family, sans-serif);--paragraphs-p0-regular: var(--typo-m-p0-regular-font-weight, 400) var(--typo-m-p0-regular-font-size, 20px) / var(--typo-m-p0-regular-line-height, 1.4375) var(--typo-m-p0-regular-font-family, sans-serif);--paragraphs-p1-regular: var(--typo-m-p1-regular-font-weight, 400) var(--typo-m-p1-regular-font-size, 16px) / var(--typo-m-p1-regular-line-height, 1.3125) var(--typo-m-p1-regular-font-family, sans-serif);--paragraphs-p1-bold: var(--typo-m-p1-regular-font-weight, 700) var(--typo-m-p1-regular-font-size, 16px) / var(--typo-m-p1-regular-line-height, 1.3125) var(--typo-m-p1-regular-font-family, sans-serif)}@media screen and (min-width: 64rem){:root,:host,::backdrop{--headers-h4-bold: var(--typo-d-h4-bold-font-weight, 700) var(--typo-d-h4-bold-font-size, 20px) / var(--typo-d-h4-bold-line-height, 1.375) var(--typo-d-h4-bold-font-family, sans-serif);--paragraphs-p0-regular: var(--typo-d-p0-regular-font-weight, 400) var(--typo-d-p0-regular-font-size, 20px) / var(--typo-d-p0-regular-line-height, 1.4375) var(--typo-d-p0-regular-font-family, sans-serif);--paragraphs-p1-regular: var(--typo-d-p1-regular-font-weight, 400) var(--typo-d-p1-regular-font-size, 16px) / var(--typo-d-p1-regular-line-height, 1.3125) var(--typo-d-p1-regular-font-family, sans-serif);--paragraphs-p1-bold: var(--typo-d-p1-regular-font-weight, 700) var(--typo-d-p1-regular-font-size, 16px) / var(--typo-d-p1-regular-line-height, 1.3125) var(--typo-d-p1-regular-font-family, sans-serif)}}", Lf = ["top-start", "top-end", "bottom-start", "bottom-end"], zf = (e) => !!e && Lf.includes(e), Of = {
|
|
5954
5954
|
type: "logger",
|
|
5955
5955
|
log(e) {
|
|
5956
5956
|
this.output("log", e);
|
|
@@ -6093,9 +6093,9 @@ const Pn = () => {
|
|
|
6093
6093
|
}, Ff = (e, t, n) => {
|
|
6094
6094
|
const r = mi(e, n);
|
|
6095
6095
|
return r !== void 0 ? r : mi(t, n);
|
|
6096
|
-
},
|
|
6096
|
+
}, td = (e, t, n) => {
|
|
6097
6097
|
for (const r in t)
|
|
6098
|
-
r !== "__proto__" && r !== "constructor" && (r in e ? typeof e[r] == "string" || e[r] instanceof String || typeof t[r] == "string" || t[r] instanceof String ? n && (e[r] = t[r]) :
|
|
6098
|
+
r !== "__proto__" && r !== "constructor" && (r in e ? typeof e[r] == "string" || e[r] instanceof String || typeof t[r] == "string" || t[r] instanceof String ? n && (e[r] = t[r]) : td(e[r], t[r], n) : e[r] = t[r]);
|
|
6099
6099
|
return e;
|
|
6100
6100
|
}, Ut = (e) => e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
6101
6101
|
var If = {
|
|
@@ -6199,7 +6199,7 @@ class Ss extends Fi {
|
|
|
6199
6199
|
}, l = [t, n];
|
|
6200
6200
|
t.indexOf(".") > -1 && (l = t.split("."), i = r, r = n, n = l[1]), this.addNamespaces(n);
|
|
6201
6201
|
let s = mi(this.data, l) || {};
|
|
6202
|
-
a.skipCopy || (r = JSON.parse(JSON.stringify(r))), i ?
|
|
6202
|
+
a.skipCopy || (r = JSON.parse(JSON.stringify(r))), i ? td(s, r, o) : s = {
|
|
6203
6203
|
...s,
|
|
6204
6204
|
...r
|
|
6205
6205
|
}, ks(this.data, l, s), a.silent || this.emit("added", t, n, r);
|
|
@@ -6226,7 +6226,7 @@ class Ss extends Fi {
|
|
|
6226
6226
|
return this.data;
|
|
6227
6227
|
}
|
|
6228
6228
|
}
|
|
6229
|
-
var
|
|
6229
|
+
var nd = {
|
|
6230
6230
|
processors: {},
|
|
6231
6231
|
addPostProcessor(e) {
|
|
6232
6232
|
this.processors[e.name] = e;
|
|
@@ -6237,7 +6237,7 @@ var n0 = {
|
|
|
6237
6237
|
}), t;
|
|
6238
6238
|
}
|
|
6239
6239
|
};
|
|
6240
|
-
const
|
|
6240
|
+
const bs = {};
|
|
6241
6241
|
class yi extends Fi {
|
|
6242
6242
|
constructor(t) {
|
|
6243
6243
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
@@ -6319,15 +6319,15 @@ class yi extends Fi {
|
|
|
6319
6319
|
return i ? (h.res = v, h.usedParams = this.getUsedParamsDetails(n), h) : v;
|
|
6320
6320
|
}
|
|
6321
6321
|
if (o) {
|
|
6322
|
-
const v = Array.isArray(c), _ = v ? [] : {},
|
|
6322
|
+
const v = Array.isArray(c), _ = v ? [] : {}, b = v ? y : m;
|
|
6323
6323
|
for (const S in c)
|
|
6324
6324
|
if (Object.prototype.hasOwnProperty.call(c, S)) {
|
|
6325
|
-
const
|
|
6326
|
-
_[S] = this.translate(
|
|
6325
|
+
const E = `${b}${o}${S}`;
|
|
6326
|
+
_[S] = this.translate(E, {
|
|
6327
6327
|
...n,
|
|
6328
6328
|
joinArrays: !1,
|
|
6329
6329
|
ns: l
|
|
6330
|
-
}), _[S] ===
|
|
6330
|
+
}), _[S] === E && (_[S] = c[S]);
|
|
6331
6331
|
}
|
|
6332
6332
|
c = _;
|
|
6333
6333
|
}
|
|
@@ -6335,9 +6335,9 @@ class yi extends Fi {
|
|
|
6335
6335
|
c = c.join(p), c && (c = this.extendTranslation(c, t, n, r));
|
|
6336
6336
|
else {
|
|
6337
6337
|
let v = !1, _ = !1;
|
|
6338
|
-
const
|
|
6338
|
+
const b = n.count !== void 0 && typeof n.count != "string", S = yi.hasDefaultValue(n), E = b ? this.pluralResolver.getSuffix(u, n.count, n) : "", M = n.ordinal && b ? this.pluralResolver.getSuffix(u, n.count, {
|
|
6339
6339
|
ordinal: !1
|
|
6340
|
-
}) : "", L =
|
|
6340
|
+
}) : "", L = b && !n.ordinal && n.count === 0 && this.pluralResolver.shouldUseIntlApi(), F = L && n[`defaultValue${this.options.pluralSeparator}zero`] || n[`defaultValue${E}`] || n[`defaultValue${M}`] || n.defaultValue;
|
|
6341
6341
|
!this.isValidLookup(c) && S && (v = !0, c = F), this.isValidLookup(c) || (_ = !0, c = a);
|
|
6342
6342
|
const xt = (n.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && _ ? void 0 : c, Je = S && F !== c && this.options.updateMissing;
|
|
6343
6343
|
if (_ || v || Je) {
|
|
@@ -6358,7 +6358,7 @@ class yi extends Fi {
|
|
|
6358
6358
|
const A = S && z !== c ? z : xt;
|
|
6359
6359
|
this.options.missingKeyHandler ? this.options.missingKeyHandler(k, s, N, A, Je, n) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(k, s, N, A, Je, n), this.emit("missingKey", k, s, N, c);
|
|
6360
6360
|
};
|
|
6361
|
-
this.options.saveMissing && (this.options.saveMissingPlurals &&
|
|
6361
|
+
this.options.saveMissing && (this.options.saveMissingPlurals && b ? wt.forEach((k) => {
|
|
6362
6362
|
const N = this.pluralResolver.getSuffixes(k, n);
|
|
6363
6363
|
L && n[`defaultValue${this.options.pluralSeparator}zero`] && N.indexOf(`${this.options.pluralSeparator}zero`) < 0 && N.push(`${this.options.pluralSeparator}zero`), N.forEach((z) => {
|
|
6364
6364
|
jt([k], a + z, n[`defaultValue${z}`] || F);
|
|
@@ -6407,7 +6407,7 @@ class yi extends Fi {
|
|
|
6407
6407
|
}, r)), r.interpolation && this.interpolator.reset();
|
|
6408
6408
|
}
|
|
6409
6409
|
const l = r.postProcess || this.options.postProcess, s = typeof l == "string" ? [l] : l;
|
|
6410
|
-
return t != null && s && s.length && r.applyPostProcessor !== !1 && (t =
|
|
6410
|
+
return t != null && s && s.length && r.applyPostProcessor !== !1 && (t = nd.handle(s, t, n, this.options && this.options.postProcessPassResolved ? {
|
|
6411
6411
|
i18nResolved: {
|
|
6412
6412
|
...i,
|
|
6413
6413
|
usedParams: this.getUsedParamsDetails(r)
|
|
@@ -6425,7 +6425,7 @@ class yi extends Fi {
|
|
|
6425
6425
|
this.options.fallbackNS && (h = h.concat(this.options.fallbackNS));
|
|
6426
6426
|
const c = n.count !== void 0 && typeof n.count != "string", m = c && !n.ordinal && n.count === 0 && this.pluralResolver.shouldUseIntlApi(), y = n.context !== void 0 && (typeof n.context == "string" || typeof n.context == "number") && n.context !== "", x = n.lngs ? n.lngs : this.languageUtils.toResolveHierarchy(n.lng || this.language, n.fallbackLng);
|
|
6427
6427
|
h.forEach((P) => {
|
|
6428
|
-
this.isValidLookup(r) || (l = P, !
|
|
6428
|
+
this.isValidLookup(r) || (l = P, !bs[`${x[0]}-${P}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(l) && (bs[`${x[0]}-${P}`] = !0, this.logger.warn(`key "${i}" for languages "${x.join(", ")}" won't get resolved as namespace "${l}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), x.forEach((p) => {
|
|
6429
6429
|
if (this.isValidLookup(r)) return;
|
|
6430
6430
|
a = p;
|
|
6431
6431
|
const d = [f];
|
|
@@ -6434,10 +6434,10 @@ class yi extends Fi {
|
|
|
6434
6434
|
else {
|
|
6435
6435
|
let v;
|
|
6436
6436
|
c && (v = this.pluralResolver.getSuffix(p, n.count, n));
|
|
6437
|
-
const _ = `${this.options.pluralSeparator}zero`,
|
|
6438
|
-
if (c && (d.push(f + v), n.ordinal && v.indexOf(
|
|
6437
|
+
const _ = `${this.options.pluralSeparator}zero`, b = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
|
|
6438
|
+
if (c && (d.push(f + v), n.ordinal && v.indexOf(b) === 0 && d.push(f + v.replace(b, this.options.pluralSeparator)), m && d.push(f + _)), y) {
|
|
6439
6439
|
const S = `${f}${this.options.contextSeparator}${n.context}`;
|
|
6440
|
-
d.push(S), c && (d.push(S + v), n.ordinal && v.indexOf(
|
|
6440
|
+
d.push(S), c && (d.push(S + v), n.ordinal && v.indexOf(b) === 0 && d.push(S + v.replace(b, this.options.pluralSeparator)), m && d.push(S + _));
|
|
6441
6441
|
}
|
|
6442
6442
|
}
|
|
6443
6443
|
let g;
|
|
@@ -6485,7 +6485,7 @@ class yi extends Fi {
|
|
|
6485
6485
|
}
|
|
6486
6486
|
}
|
|
6487
6487
|
const uo = (e) => e.charAt(0).toUpperCase() + e.slice(1);
|
|
6488
|
-
class
|
|
6488
|
+
class Es {
|
|
6489
6489
|
constructor(t) {
|
|
6490
6490
|
this.options = t, this.supportedLngs = this.options.supportedLngs || !1, this.logger = $e.create("languageUtils");
|
|
6491
6491
|
}
|
|
@@ -6660,7 +6660,7 @@ let Vf = [{
|
|
|
6660
6660
|
21: (e) => e % 100 == 1 ? 1 : e % 100 == 2 ? 2 : e % 100 == 3 || e % 100 == 4 ? 3 : 0,
|
|
6661
6661
|
22: (e) => e == 1 ? 0 : e == 2 ? 1 : (e < 0 || e > 10) && e % 10 == 0 ? 2 : 3
|
|
6662
6662
|
};
|
|
6663
|
-
const Hf = ["v1", "v2", "v3"], Kf = ["v4"],
|
|
6663
|
+
const Hf = ["v1", "v2", "v3"], Kf = ["v4"], Cs = {
|
|
6664
6664
|
zero: 0,
|
|
6665
6665
|
one: 1,
|
|
6666
6666
|
two: 2,
|
|
@@ -6720,7 +6720,7 @@ class Qf {
|
|
|
6720
6720
|
getSuffixes(t) {
|
|
6721
6721
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
6722
6722
|
const r = this.getRule(t, n);
|
|
6723
|
-
return r ? this.shouldUseIntlApi() ? r.resolvedOptions().pluralCategories.sort((i, o) =>
|
|
6723
|
+
return r ? this.shouldUseIntlApi() ? r.resolvedOptions().pluralCategories.sort((i, o) => Cs[i] - Cs[o]).map((i) => `${this.options.prepend}${n.ordinal ? `ordinal${this.options.prepend}` : ""}${i}`) : r.numbers.map((i) => this.getSuffix(t, i, n)) : [];
|
|
6724
6724
|
}
|
|
6725
6725
|
getSuffix(t, n) {
|
|
6726
6726
|
let r = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
@@ -7208,7 +7208,7 @@ class lr extends Fi {
|
|
|
7208
7208
|
this.modules.logger ? $e.init(o(this.modules.logger), this.options) : $e.init(null, this.options);
|
|
7209
7209
|
let f;
|
|
7210
7210
|
this.modules.formatter ? f = this.modules.formatter : typeof Intl < "u" && (f = Yf);
|
|
7211
|
-
const h = new
|
|
7211
|
+
const h = new Es(this.options);
|
|
7212
7212
|
this.store = new Ss(this.options.resources, this.options);
|
|
7213
7213
|
const c = this.services;
|
|
7214
7214
|
c.logger = $e, c.resourceStore = this.store, c.languageUtils = h, c.pluralResolver = new Qf(h, {
|
|
@@ -7277,7 +7277,7 @@ class lr extends Fi {
|
|
|
7277
7277
|
use(t) {
|
|
7278
7278
|
if (!t) throw new Error("You are passing an undefined module! Please check the object you are passing to i18next.use()");
|
|
7279
7279
|
if (!t.type) throw new Error("You are passing a wrong module! Please check the object you are passing to i18next.use()");
|
|
7280
|
-
return t.type === "backend" && (this.modules.backend = t), (t.type === "logger" || t.log && t.warn && t.error) && (this.modules.logger = t), t.type === "languageDetector" && (this.modules.languageDetector = t), t.type === "i18nFormat" && (this.modules.i18nFormat = t), t.type === "postProcessor" &&
|
|
7280
|
+
return t.type === "backend" && (this.modules.backend = t), (t.type === "logger" || t.log && t.warn && t.error) && (this.modules.logger = t), t.type === "languageDetector" && (this.modules.languageDetector = t), t.type === "i18nFormat" && (this.modules.i18nFormat = t), t.type === "postProcessor" && nd.addPostProcessor(t), t.type === "formatter" && (this.modules.formatter = t), t.type === "3rdParty" && this.modules.external.push(t), this;
|
|
7281
7281
|
}
|
|
7282
7282
|
setResolvedLanguage(t) {
|
|
7283
7283
|
if (!(!t || !this.languages) && !(["cimode", "dev"].indexOf(t) > -1))
|
|
@@ -7375,7 +7375,7 @@ class lr extends Fi {
|
|
|
7375
7375
|
}
|
|
7376
7376
|
dir(t) {
|
|
7377
7377
|
if (t || (t = this.resolvedLanguage || (this.languages && this.languages.length > 0 ? this.languages[0] : this.language)), !t) return "rtl";
|
|
7378
|
-
const n = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], r = this.services && this.services.languageUtils || new
|
|
7378
|
+
const n = ["ar", "shu", "sqr", "ssh", "xaa", "yhd", "yud", "aao", "abh", "abv", "acm", "acq", "acw", "acx", "acy", "adf", "ads", "aeb", "aec", "afb", "ajp", "apc", "apd", "arb", "arq", "ars", "ary", "arz", "auz", "avl", "ayh", "ayl", "ayn", "ayp", "bbz", "pga", "he", "iw", "ps", "pbt", "pbu", "pst", "prp", "prd", "ug", "ur", "ydd", "yds", "yih", "ji", "yi", "hbo", "men", "xmn", "fa", "jpr", "peo", "pes", "prs", "dv", "sam", "ckb"], r = this.services && this.services.languageUtils || new Es(Ns());
|
|
7379
7379
|
return n.indexOf(r.getLanguagePartFromCode(t)) > -1 || t.toLowerCase().indexOf("-arab") > 1 ? "rtl" : "ltr";
|
|
7380
7380
|
}
|
|
7381
7381
|
static createInstance() {
|
|
@@ -7671,7 +7671,7 @@ function fp() {
|
|
|
7671
7671
|
convertDetectedLanguage: (e) => e
|
|
7672
7672
|
};
|
|
7673
7673
|
}
|
|
7674
|
-
class
|
|
7674
|
+
class rd {
|
|
7675
7675
|
constructor(t) {
|
|
7676
7676
|
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
7677
7677
|
this.type = "languageDetector", this.detectors = {}, this.init(t, n);
|
|
@@ -7701,7 +7701,7 @@ class r0 {
|
|
|
7701
7701
|
}));
|
|
7702
7702
|
}
|
|
7703
7703
|
}
|
|
7704
|
-
|
|
7704
|
+
rd.type = "languageDetector";
|
|
7705
7705
|
const pp = "Se connecter", hp = "Se déconnecter", gp = "Gérer le profil", mp = "Charger un plein", vp = "Xtra navigation", yp = "S'inscrire", xp = {
|
|
7706
7706
|
title: "Conditions générales",
|
|
7707
7707
|
description: "J'ai pu prendre connaisance de la Déclaration de confidentialité Xtra et j'accepte les conditions générales suivantes",
|
|
@@ -7714,7 +7714,7 @@ const pp = "Se connecter", hp = "Se déconnecter", gp = "Gérer le profil", mp =
|
|
|
7714
7714
|
genericError: "Pour continuer, veuillez compléter tous les champs correctement",
|
|
7715
7715
|
detailedError: "Pour continuer, veuillez compléter ces champs : { invalidFormFieldLabels }}. Commencez par {{ firstInvalidFormFieldLabel }}"
|
|
7716
7716
|
}
|
|
7717
|
-
}, kp = "Code Xtra QR", Sp = "Vie privée",
|
|
7717
|
+
}, kp = "Code Xtra QR", Sp = "Vie privée", bp = "Payer via Xtra", Ep = "Bons de valeur", Cp = {
|
|
7718
7718
|
login: pp,
|
|
7719
7719
|
logout: hp,
|
|
7720
7720
|
manageProfile: gp,
|
|
@@ -7726,8 +7726,8 @@ const pp = "Se connecter", hp = "Se déconnecter", gp = "Gérer le profil", mp =
|
|
|
7726
7726
|
common: _p,
|
|
7727
7727
|
qrCode: kp,
|
|
7728
7728
|
privacy: Sp,
|
|
7729
|
-
payment:
|
|
7730
|
-
giftCards:
|
|
7729
|
+
payment: bp,
|
|
7730
|
+
giftCards: Ep
|
|
7731
7731
|
}, Pp = "Aanmelden", Np = "Afmelden", Lp = "Profiel beheren", zp = "Laden", Op = "Xtra navigatie", Mp = "Registreren", Rp = {
|
|
7732
7732
|
title: "Algemene voorwaarden",
|
|
7733
7733
|
description: "Ik heb kennis kunnen nemen van de Privacyverklaring van Xtra, en ga akkoord met de volgende algemene voorwaarden",
|
|
@@ -7755,7 +7755,7 @@ const pp = "Se connecter", hp = "Se déconnecter", gp = "Gérer le profil", mp =
|
|
|
7755
7755
|
payment: $p,
|
|
7756
7756
|
giftCards: jp
|
|
7757
7757
|
};
|
|
7758
|
-
ae.use(
|
|
7758
|
+
ae.use(rd).use(Vd).init({
|
|
7759
7759
|
detection: { order: ["htmlTag", "navigator"] },
|
|
7760
7760
|
debug: !1,
|
|
7761
7761
|
supportedLngs: ["nl", "fr"],
|
|
@@ -7763,7 +7763,7 @@ ae.use(r0).use(V0).init({
|
|
|
7763
7763
|
nonExplicitSupportedLngs: !0,
|
|
7764
7764
|
resources: {
|
|
7765
7765
|
nl: { authentication: Ap },
|
|
7766
|
-
fr: { authentication:
|
|
7766
|
+
fr: { authentication: Cp }
|
|
7767
7767
|
},
|
|
7768
7768
|
fallbackLng: "nl",
|
|
7769
7769
|
interpolation: { escapeValue: !1 }
|
|
@@ -7771,14 +7771,14 @@ ae.use(r0).use(V0).init({
|
|
|
7771
7771
|
const Up = (e) => {
|
|
7772
7772
|
const t = document.createElement("style");
|
|
7773
7773
|
t.textContent = [
|
|
7774
|
-
|
|
7774
|
+
y0,
|
|
7775
7775
|
Nf,
|
|
7776
|
-
|
|
7776
|
+
Ef,
|
|
7777
7777
|
Pf,
|
|
7778
|
-
|
|
7778
|
+
Cf
|
|
7779
7779
|
].join(""), e.prepend(t);
|
|
7780
7780
|
};
|
|
7781
|
-
let la,
|
|
7781
|
+
let la, id, od, ad, ld, sd, ud, sa;
|
|
7782
7782
|
class Vp extends HTMLElement {
|
|
7783
7783
|
constructor() {
|
|
7784
7784
|
super();
|
|
@@ -7786,22 +7786,22 @@ class Vp extends HTMLElement {
|
|
|
7786
7786
|
async connectedCallback() {
|
|
7787
7787
|
const t = this.attachShadow({ mode: "open" });
|
|
7788
7788
|
Up(t);
|
|
7789
|
-
const n =
|
|
7789
|
+
const n = ed(t), r = this.getAttribute("flyoutPlacement") ?? "bottom-end";
|
|
7790
7790
|
if (!zf(r))
|
|
7791
7791
|
throw new Error("Invalid position attribute");
|
|
7792
|
-
const i = (await import("./App-
|
|
7792
|
+
const i = (await import("./App-D_W7e9mc.js")).default;
|
|
7793
7793
|
n.render(
|
|
7794
7794
|
/* @__PURE__ */ sn.jsx(
|
|
7795
7795
|
i,
|
|
7796
7796
|
{
|
|
7797
7797
|
environment: la,
|
|
7798
|
-
redirectUrl:
|
|
7799
|
-
apiUrl:
|
|
7800
|
-
authUrl:
|
|
7798
|
+
redirectUrl: id,
|
|
7799
|
+
apiUrl: od,
|
|
7800
|
+
authUrl: ad,
|
|
7801
7801
|
position: r,
|
|
7802
|
-
commerceId:
|
|
7803
|
-
bouMenuItems:
|
|
7804
|
-
bouHeaders:
|
|
7802
|
+
commerceId: sd,
|
|
7803
|
+
bouMenuItems: ud,
|
|
7804
|
+
bouHeaders: ld,
|
|
7805
7805
|
country: sa
|
|
7806
7806
|
}
|
|
7807
7807
|
)
|
|
@@ -7814,15 +7814,15 @@ const Jp = (e) => {
|
|
|
7814
7814
|
if (!e.apiUrl)
|
|
7815
7815
|
throw new Error("apiUrl must specified when registering the Xtra authentication component.");
|
|
7816
7816
|
if (!Object.values(pa).includes(e.environment))
|
|
7817
|
-
throw new
|
|
7817
|
+
throw new n0(la);
|
|
7818
7818
|
if (sa = e.country ?? "BE", !Zs(sa))
|
|
7819
7819
|
throw new Error("'country' must be either 'BE' or 'FR'");
|
|
7820
|
-
la = e.environment,
|
|
7820
|
+
la = e.environment, od = e.apiUrl, ad = e.authUrl ?? e.apiUrl, id = e.redirectUrl ?? window.location.href, sd = e.commerceId ?? Js.Xtra, ud = e.bouMenuItems ?? [], ld = e.bouHeaders ?? {}, customElements.define("xtra-authentication", Vp);
|
|
7821
7821
|
};
|
|
7822
7822
|
export {
|
|
7823
7823
|
Hp as C,
|
|
7824
7824
|
Bp as E,
|
|
7825
|
-
|
|
7825
|
+
p0 as P,
|
|
7826
7826
|
Xp as a,
|
|
7827
7827
|
Gs as b,
|
|
7828
7828
|
Wp as c,
|