slippers-ui 3.1.24 → 3.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/slippers-ui.es.js +154 -151
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/slippers-ui.es.js
CHANGED
|
@@ -7,14 +7,14 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
7
7
|
variant: {},
|
|
8
8
|
href: {}
|
|
9
9
|
},
|
|
10
|
-
setup(
|
|
11
|
-
const e =
|
|
10
|
+
setup(v) {
|
|
11
|
+
const e = v, n = y(() => e.disabled ?? !1), l = y(() => e.variant ?? "primary");
|
|
12
12
|
y(() => e.href ?? "");
|
|
13
13
|
const a = y(() => {
|
|
14
14
|
let o = [`slp-btn-${l.value}`];
|
|
15
15
|
return n.value && o.push("slp-btn-disabled"), o.join(" ");
|
|
16
16
|
});
|
|
17
|
-
return (o,
|
|
17
|
+
return (o, c) => e.href ? (s(), i("a", j({ key: 0 }, o.$attrs, {
|
|
18
18
|
class: ["slp-btn", a.value],
|
|
19
19
|
href: e.href
|
|
20
20
|
}), [
|
|
@@ -32,9 +32,9 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
32
32
|
cols: {},
|
|
33
33
|
size: {}
|
|
34
34
|
},
|
|
35
|
-
setup(
|
|
36
|
-
const e =
|
|
37
|
-
return (o,
|
|
35
|
+
setup(v) {
|
|
36
|
+
const e = v, n = y(() => e.cols ?? null), l = y(() => e.size ?? "md"), a = y(() => n.value ? `slp-col-${l.value}-${n.value}` : `slp-col-${l.value}`);
|
|
37
|
+
return (o, c) => (s(), i("div", {
|
|
38
38
|
class: m(a.value)
|
|
39
39
|
}, [
|
|
40
40
|
b(o.$slots, "default", {}, void 0, !0)
|
|
@@ -73,9 +73,9 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
73
73
|
fluid: { type: Boolean },
|
|
74
74
|
variant: {}
|
|
75
75
|
},
|
|
76
|
-
setup(
|
|
77
|
-
const e =
|
|
78
|
-
return (o,
|
|
76
|
+
setup(v) {
|
|
77
|
+
const e = v, n = y(() => e.fluid ?? !1), l = y(() => e.variant ?? "white"), a = y(() => n.value ? "fluid" : "");
|
|
78
|
+
return (o, c) => l.value === "light-purple-100" ? (s(), i("div", ve, [
|
|
79
79
|
h("div", {
|
|
80
80
|
class: m(["slp-container", a.value])
|
|
81
81
|
}, [
|
|
@@ -155,34 +155,34 @@ const ce = ["href"], ue = /* @__PURE__ */ C({
|
|
|
155
155
|
required: !0
|
|
156
156
|
}
|
|
157
157
|
},
|
|
158
|
-
setup(
|
|
159
|
-
const e =
|
|
158
|
+
setup(v) {
|
|
159
|
+
const e = v, n = y(() => {
|
|
160
160
|
const a = ["slp-icon"];
|
|
161
161
|
return typeof e.size == "string" && isNaN(Number(e.size)) && a.push(`slp-icon--size-${e.size}`), e.color && !e.color.startsWith("#") && a.push(`slp-icon--color-${e.color}`), a;
|
|
162
162
|
}), l = y(() => {
|
|
163
163
|
var o;
|
|
164
164
|
const a = {};
|
|
165
165
|
if ((o = e.color) != null && o.startsWith("#") && (a.color = e.color, a.fill = e.color), typeof e.size == "number" || !isNaN(Number(e.size))) {
|
|
166
|
-
const
|
|
167
|
-
a.width = `${
|
|
166
|
+
const c = typeof e.size == "number" ? e.size : Number(e.size);
|
|
167
|
+
a.width = `${c}px`, a.height = `${c}px`;
|
|
168
168
|
}
|
|
169
169
|
return a;
|
|
170
170
|
});
|
|
171
171
|
return (a, o) => {
|
|
172
|
-
var
|
|
173
|
-
return s(), R(F(
|
|
172
|
+
var c, r;
|
|
173
|
+
return s(), R(F(v.icon), {
|
|
174
174
|
class: m(["slp-icon", n.value]),
|
|
175
175
|
style: J(l.value),
|
|
176
176
|
role: "img",
|
|
177
177
|
"aria-hidden": "true",
|
|
178
|
-
"data-icon-name": ((r = (
|
|
178
|
+
"data-icon-name": ((r = (c = v.icon) == null ? void 0 : c.__docgenInfo) == null ? void 0 : r.displayName) || ""
|
|
179
179
|
}, null, 8, ["class", "style", "data-icon-name"]);
|
|
180
180
|
};
|
|
181
181
|
}
|
|
182
182
|
}), P = /* @__PURE__ */ w(we, [["__scopeId", "data-v-b82aeda9"]]), Se = {}, Le = { class: "slp-row" };
|
|
183
|
-
function Ce(
|
|
183
|
+
function Ce(v, e) {
|
|
184
184
|
return s(), i("div", Le, [
|
|
185
|
-
b(
|
|
185
|
+
b(v.$slots, "default", {}, void 0, !0)
|
|
186
186
|
]);
|
|
187
187
|
}
|
|
188
188
|
const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f"]]), Ie = {
|
|
@@ -194,7 +194,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
194
194
|
variant: {},
|
|
195
195
|
tag: {}
|
|
196
196
|
},
|
|
197
|
-
setup(
|
|
197
|
+
setup(v) {
|
|
198
198
|
const e = [
|
|
199
199
|
"display1",
|
|
200
200
|
"heading1",
|
|
@@ -217,9 +217,9 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
217
217
|
"arrow",
|
|
218
218
|
"quotes",
|
|
219
219
|
"emphasis"
|
|
220
|
-
], n = ["span", "h1", "h2", "h3", "h4", "h5", "p", "div"], l =
|
|
221
|
-
return (r,
|
|
222
|
-
class: m(
|
|
220
|
+
], n = ["span", "h1", "h2", "h3", "h4", "h5", "p", "div"], l = v, a = y(() => e.includes(l.variant || "") ? l.variant : "body1"), o = y(() => n.includes(l.tag || "") ? l.tag : "span"), c = y(() => `slp-text-${a.value}`);
|
|
221
|
+
return (r, u) => (s(), R(F(o.value), {
|
|
222
|
+
class: m(c.value)
|
|
223
223
|
}, {
|
|
224
224
|
default: N(() => [
|
|
225
225
|
b(r.$slots, "default", {}, void 0, !0),
|
|
@@ -247,20 +247,20 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
247
247
|
required: !0
|
|
248
248
|
}
|
|
249
249
|
},
|
|
250
|
-
setup(
|
|
251
|
-
const e =
|
|
252
|
-
n.value && !n.value.contains(
|
|
250
|
+
setup(v) {
|
|
251
|
+
const e = v, n = I(null), l = (d) => {
|
|
252
|
+
n.value && !n.value.contains(d.target) && (r.value = !1);
|
|
253
253
|
}, a = I(null), o = I(null);
|
|
254
|
-
let
|
|
255
|
-
const r = I(!1),
|
|
256
|
-
const
|
|
257
|
-
|
|
254
|
+
let c = null;
|
|
255
|
+
const r = I(!1), u = (d) => {
|
|
256
|
+
const p = document.getElementById(d);
|
|
257
|
+
p && p.scrollIntoView({ behavior: "smooth" }), r.value = !1;
|
|
258
258
|
}, t = () => {
|
|
259
259
|
if (!o.value) return;
|
|
260
|
-
const
|
|
261
|
-
|
|
262
|
-
(
|
|
263
|
-
|
|
260
|
+
const d = e.navigationItems.map((p) => document.getElementById(p.id)).filter((p) => p !== null);
|
|
261
|
+
c = new IntersectionObserver(
|
|
262
|
+
(p) => {
|
|
263
|
+
p.forEach((g) => {
|
|
264
264
|
if (g.isIntersecting) {
|
|
265
265
|
const f = g.target.getAttribute("id");
|
|
266
266
|
f && (a.value = f);
|
|
@@ -270,17 +270,17 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
270
270
|
{
|
|
271
271
|
rootMargin: "0px 0px -40% 0px",
|
|
272
272
|
// When the 40% of the content is in the viewport the menu will be highlighted
|
|
273
|
-
threshold: Array.from({ length: 99 }, (
|
|
273
|
+
threshold: Array.from({ length: 99 }, (p, g) => (g + 2) / 100)
|
|
274
274
|
}
|
|
275
|
-
),
|
|
275
|
+
), d.forEach((p) => c == null ? void 0 : c.observe(p));
|
|
276
276
|
};
|
|
277
277
|
return W(() => {
|
|
278
278
|
document.addEventListener("click", l), oe(() => {
|
|
279
279
|
t();
|
|
280
280
|
});
|
|
281
281
|
}), Q(() => {
|
|
282
|
-
|
|
283
|
-
}), (
|
|
282
|
+
c && c.disconnect(), document.removeEventListener("click", l);
|
|
283
|
+
}), (d, p) => (s(), i("div", {
|
|
284
284
|
class: m([
|
|
285
285
|
"side-navigation-layout",
|
|
286
286
|
`side-navigation-layout--${e.position}`,
|
|
@@ -294,9 +294,9 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
294
294
|
}, [
|
|
295
295
|
h("button", {
|
|
296
296
|
class: "dropdown-toggle",
|
|
297
|
-
onClick:
|
|
297
|
+
onClick: p[0] || (p[0] = (g) => r.value = !r.value)
|
|
298
298
|
}, [
|
|
299
|
-
|
|
299
|
+
p[1] || (p[1] = h("span", null, "Jump to a section", -1)),
|
|
300
300
|
k(P, {
|
|
301
301
|
icon: r.value ? G(Y) : G(x),
|
|
302
302
|
color: "black",
|
|
@@ -311,7 +311,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
311
311
|
h("a", {
|
|
312
312
|
href: "#",
|
|
313
313
|
class: "dropdown-link",
|
|
314
|
-
onClick: Z((f) =>
|
|
314
|
+
onClick: Z((f) => u(g.id), ["prevent"])
|
|
315
315
|
}, L(g.text), 9, ze)
|
|
316
316
|
]))), 128))
|
|
317
317
|
])) : M("", !0)
|
|
@@ -327,7 +327,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
327
327
|
class: m(["side-navigation__link", { "side-navigation__link--active": a.value === g.id }]),
|
|
328
328
|
"data-ga-name": g.text,
|
|
329
329
|
"data-ga-location": "side anchor",
|
|
330
|
-
onClick: Z((f) =>
|
|
330
|
+
onClick: Z((f) => u(g.id), ["prevent"])
|
|
331
331
|
}, L(g.text), 11, Ve)
|
|
332
332
|
]))), 128))
|
|
333
333
|
])
|
|
@@ -337,7 +337,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
337
337
|
ref: o,
|
|
338
338
|
class: "side-navigation-content"
|
|
339
339
|
}, [
|
|
340
|
-
b(
|
|
340
|
+
b(d.$slots, "default", {}, void 0, !0)
|
|
341
341
|
], 512)
|
|
342
342
|
], 2));
|
|
343
343
|
}
|
|
@@ -349,16 +349,16 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
349
349
|
config: {}
|
|
350
350
|
},
|
|
351
351
|
emits: ["update:modelValue"],
|
|
352
|
-
setup(
|
|
352
|
+
setup(v, { emit: e }) {
|
|
353
353
|
const n = e, l = (a) => {
|
|
354
354
|
const o = a.target;
|
|
355
355
|
n("update:modelValue", o.value);
|
|
356
356
|
};
|
|
357
357
|
return (a, o) => {
|
|
358
|
-
var
|
|
358
|
+
var c, r, u;
|
|
359
359
|
return s(), i("label", {
|
|
360
360
|
for: a.option,
|
|
361
|
-
class: m(["slp-radio", { disabled: (
|
|
361
|
+
class: m(["slp-radio", { disabled: (c = a.config) == null ? void 0 : c.disabled }])
|
|
362
362
|
}, [
|
|
363
363
|
B(L(a.option) + " ", 1),
|
|
364
364
|
h("input", {
|
|
@@ -368,7 +368,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
368
368
|
id: a.option,
|
|
369
369
|
onInput: l,
|
|
370
370
|
checked: (r = a.config) == null ? void 0 : r.checked,
|
|
371
|
-
disabled: (
|
|
371
|
+
disabled: (u = a.config) == null ? void 0 : u.disabled
|
|
372
372
|
}, null, 40, Be),
|
|
373
373
|
o[0] || (o[0] = h("span", { class: "slp-radio__checkmark" }, null, -1))
|
|
374
374
|
], 10, Ge);
|
|
@@ -385,19 +385,19 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
385
385
|
} }
|
|
386
386
|
},
|
|
387
387
|
emits: ["update:modelValue"],
|
|
388
|
-
setup(
|
|
388
|
+
setup(v, { emit: e }) {
|
|
389
389
|
const n = {
|
|
390
390
|
VERTICAL: "vertical",
|
|
391
391
|
HORIZONTAL: "horizontal"
|
|
392
392
|
}, l = e, a = (o) => {
|
|
393
393
|
l("update:modelValue", o);
|
|
394
394
|
};
|
|
395
|
-
return (o,
|
|
396
|
-
var r,
|
|
395
|
+
return (o, c) => {
|
|
396
|
+
var r, u;
|
|
397
397
|
return s(), R(te, {
|
|
398
398
|
class: m(["slp-radio-group", {
|
|
399
399
|
"slp-radio-group--vertical": ((r = o.config) == null ? void 0 : r.orientation) === n.VERTICAL,
|
|
400
|
-
"slp-radio-group--horizontal": ((
|
|
400
|
+
"slp-radio-group--horizontal": ((u = o.config) == null ? void 0 : u.orientation) === n.HORIZONTAL
|
|
401
401
|
}])
|
|
402
402
|
}, {
|
|
403
403
|
default: N(() => [
|
|
@@ -428,8 +428,8 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
428
428
|
props: {
|
|
429
429
|
config: {}
|
|
430
430
|
},
|
|
431
|
-
setup(
|
|
432
|
-
const e =
|
|
431
|
+
setup(v) {
|
|
432
|
+
const e = v;
|
|
433
433
|
return (n, l) => {
|
|
434
434
|
var a;
|
|
435
435
|
return ((a = e.config) == null ? void 0 : a.variant) === "round" ? (s(), i("div", Ae)) : (s(), i("div", De));
|
|
@@ -449,32 +449,32 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
449
449
|
mobile: !1
|
|
450
450
|
}) }
|
|
451
451
|
},
|
|
452
|
-
setup(
|
|
452
|
+
setup(v) {
|
|
453
453
|
return (e, n) => {
|
|
454
|
-
var a, o,
|
|
454
|
+
var a, o, c, r, u, t;
|
|
455
455
|
const l = se("Tree", !0);
|
|
456
456
|
return s(), i("div", {
|
|
457
457
|
class: m([`depth-${(a = e.config) == null ? void 0 : a.depth}`, { mobile: (o = e.config) == null ? void 0 : o.mobile }])
|
|
458
458
|
}, [
|
|
459
459
|
e.text ? (s(), i("a", {
|
|
460
460
|
key: 0,
|
|
461
|
-
class: m(["anchor", { selected: (
|
|
461
|
+
class: m(["anchor", { selected: (c = e.config) == null ? void 0 : c.isSelected }]),
|
|
462
462
|
href: (r = e.config) == null ? void 0 : r.href,
|
|
463
|
-
"data-ga-name": (
|
|
463
|
+
"data-ga-name": (u = e.config) == null ? void 0 : u.dataGaName,
|
|
464
464
|
"data-ga-location": (t = e.config) == null ? void 0 : t.dataGaLocation
|
|
465
465
|
}, L(e.text), 11, qe)) : M("", !0),
|
|
466
|
-
(s(!0), i(T, null, z(e.nodes, (
|
|
467
|
-
var
|
|
466
|
+
(s(!0), i(T, null, z(e.nodes, (d) => {
|
|
467
|
+
var p, g, f, _, S, $;
|
|
468
468
|
return s(), R(l, {
|
|
469
|
-
key:
|
|
470
|
-
nodes:
|
|
471
|
-
text:
|
|
469
|
+
key: d.text,
|
|
470
|
+
nodes: d.nodes,
|
|
471
|
+
text: d.text,
|
|
472
472
|
config: {
|
|
473
|
-
href: ((
|
|
474
|
-
dataGaName: (g =
|
|
475
|
-
dataGaLocation: (f =
|
|
473
|
+
href: ((p = d.config) == null ? void 0 : p.href) ?? "",
|
|
474
|
+
dataGaName: (g = d.config) == null ? void 0 : g.dataGaName,
|
|
475
|
+
dataGaLocation: (f = d.config) == null ? void 0 : f.dataGaLocation,
|
|
476
476
|
depth: (((_ = e.config) == null ? void 0 : _.depth) ?? 0) + 1,
|
|
477
|
-
isSelected: (S =
|
|
477
|
+
isSelected: (S = d.config) == null ? void 0 : S.isSelected,
|
|
478
478
|
mobile: ($ = e.config) == null ? void 0 : $.mobile
|
|
479
479
|
}
|
|
480
480
|
}, null, 8, ["nodes", "text", "config"]);
|
|
@@ -489,12 +489,12 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
489
489
|
anchors: {},
|
|
490
490
|
hyperlinks: {}
|
|
491
491
|
},
|
|
492
|
-
setup(
|
|
492
|
+
setup(v) {
|
|
493
493
|
const e = I(!1), n = () => {
|
|
494
494
|
e.value = !e.value;
|
|
495
495
|
};
|
|
496
496
|
return (l, a) => {
|
|
497
|
-
var o,
|
|
497
|
+
var o, c, r;
|
|
498
498
|
return s(), i("div", {
|
|
499
499
|
class: m(["dropdown", { hide: !e.value }])
|
|
500
500
|
}, [
|
|
@@ -538,26 +538,26 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
538
538
|
class: "nav-heading"
|
|
539
539
|
}, {
|
|
540
540
|
default: N(() => {
|
|
541
|
-
var
|
|
541
|
+
var u;
|
|
542
542
|
return [
|
|
543
|
-
B(L((
|
|
543
|
+
B(L((u = l.hyperlinks) == null ? void 0 : u.text), 1)
|
|
544
544
|
];
|
|
545
545
|
}),
|
|
546
546
|
_: 1
|
|
547
547
|
}, 512), [
|
|
548
|
-
[U, (
|
|
548
|
+
[U, (c = l.hyperlinks) == null ? void 0 : c.text]
|
|
549
549
|
]),
|
|
550
550
|
h("ul", null, [
|
|
551
|
-
(s(!0), i(T, null, z((r = l.hyperlinks) == null ? void 0 : r.data, (
|
|
552
|
-
key:
|
|
551
|
+
(s(!0), i(T, null, z((r = l.hyperlinks) == null ? void 0 : r.data, (u) => (s(), i("li", {
|
|
552
|
+
key: u.text
|
|
553
553
|
}, [
|
|
554
554
|
k(K, {
|
|
555
555
|
class: "dropdown__link",
|
|
556
556
|
variant: "ghost",
|
|
557
|
-
href:
|
|
557
|
+
href: u.config.href
|
|
558
558
|
}, {
|
|
559
559
|
default: N(() => [
|
|
560
|
-
h("span", null, L(
|
|
560
|
+
h("span", null, L(u.text), 1),
|
|
561
561
|
k(K, { variant: "icon" }, {
|
|
562
562
|
default: N(() => [
|
|
563
563
|
k(P, {
|
|
@@ -586,8 +586,8 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
586
586
|
hyperlinks: {},
|
|
587
587
|
alwaysExpanded: { type: Boolean }
|
|
588
588
|
},
|
|
589
|
-
setup(
|
|
590
|
-
const e =
|
|
589
|
+
setup(v) {
|
|
590
|
+
const e = v, n = I([]), l = I(
|
|
591
591
|
e.anchors.data.map((f) => ({
|
|
592
592
|
text: f.text,
|
|
593
593
|
nodes: f.nodes,
|
|
@@ -600,10 +600,10 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
600
600
|
}
|
|
601
601
|
}))
|
|
602
602
|
), a = I(!1), o = I(!0);
|
|
603
|
-
let
|
|
603
|
+
let c = null;
|
|
604
604
|
const r = (f, _ = []) => (f.forEach((S) => {
|
|
605
605
|
S.config.href && _.push(S.config.href), S.nodes && r(S.nodes, _);
|
|
606
|
-
}), _),
|
|
606
|
+
}), _), u = (f) => {
|
|
607
607
|
const _ = [], S = ($) => $.some((E, V) => (_.push(V), E.config.href === f || E.nodes && S(E.nodes) ? !0 : (_.pop(), !1)));
|
|
608
608
|
return S(e.anchors.data), _;
|
|
609
609
|
}, t = (f) => {
|
|
@@ -624,29 +624,29 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
624
624
|
), V -= 1), V + 1 === n.value.length && (O.config.isSelected = !0)), O;
|
|
625
625
|
};
|
|
626
626
|
return e.anchors.data.map(($, E) => S($, E, _));
|
|
627
|
-
},
|
|
627
|
+
}, d = (f) => {
|
|
628
628
|
f.forEach((_) => {
|
|
629
|
-
_.isIntersecting ? (n.value =
|
|
629
|
+
_.isIntersecting ? (n.value = u(`#${_.target.id}`), e.alwaysExpanded || (l.value = t(!1))) : o.value && !e.alwaysExpanded && (l.value = t(!0), o.value = !1), e.alwaysExpanded && (l.value = t(!1));
|
|
630
630
|
});
|
|
631
|
-
},
|
|
631
|
+
}, p = () => {
|
|
632
632
|
a.value = window.innerWidth < 768;
|
|
633
633
|
}, g = () => {
|
|
634
634
|
l.value = t(!0), o.value = !1;
|
|
635
635
|
const f = (window.innerHeight - 120 - 48) * -1;
|
|
636
|
-
|
|
636
|
+
c = new IntersectionObserver(d, {
|
|
637
637
|
rootMargin: `-120px 0px ${f}px 0px`,
|
|
638
638
|
threshold: 0
|
|
639
639
|
}), setTimeout(() => {
|
|
640
640
|
r(e.anchors.data).forEach((S) => {
|
|
641
641
|
const $ = document.querySelector(S);
|
|
642
|
-
$ && (
|
|
642
|
+
$ && (c == null || c.observe($));
|
|
643
643
|
});
|
|
644
644
|
}, 0);
|
|
645
645
|
};
|
|
646
646
|
return W(() => {
|
|
647
|
-
|
|
647
|
+
p(), window.addEventListener("resize", p), g();
|
|
648
648
|
}), Q(() => {
|
|
649
|
-
window.removeEventListener("resize",
|
|
649
|
+
window.removeEventListener("resize", p), c && c.disconnect();
|
|
650
650
|
}), (f, _) => (s(), i("div", null, [
|
|
651
651
|
a.value ? (s(), i("div", Fe, [
|
|
652
652
|
k(Ze, ne(le({ anchors: f.anchors, hyperlinks: f.hyperlinks })), null, 16),
|
|
@@ -686,31 +686,31 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
686
686
|
id: { default: "" },
|
|
687
687
|
dataProperties: { default: null }
|
|
688
688
|
},
|
|
689
|
-
setup(
|
|
690
|
-
const e =
|
|
689
|
+
setup(v) {
|
|
690
|
+
const e = v, n = I(!1), l = I(""), a = I(""), o = I(""), c = (t) => {
|
|
691
691
|
e.mode === "hover" && (n.value = t.type === "mouseenter");
|
|
692
692
|
}, r = () => {
|
|
693
693
|
n.value = e.mode === "click" ? !n.value : !1;
|
|
694
|
-
},
|
|
694
|
+
}, u = (t) => {
|
|
695
695
|
t.target.id !== e.id && (n.value = !1);
|
|
696
696
|
};
|
|
697
697
|
return W(() => {
|
|
698
|
-
if (e.mode === "click" && document.addEventListener("click",
|
|
699
|
-
const t = e.text.match(/\[(.*?)\]/),
|
|
700
|
-
l.value = t ? t[1] : "", a.value =
|
|
698
|
+
if (e.mode === "click" && document.addEventListener("click", u), e.text) {
|
|
699
|
+
const t = e.text.match(/\[(.*?)\]/), d = e.text.match(/\((.*?)\)/);
|
|
700
|
+
l.value = t ? t[1] : "", a.value = d ? d[1] : "", o.value = e.text.replace(`(${a.value})`, "").replace(`[${l.value}]`, "").trim();
|
|
701
701
|
}
|
|
702
702
|
}), X(() => {
|
|
703
|
-
document.removeEventListener("click",
|
|
704
|
-
}), (t,
|
|
705
|
-
var
|
|
703
|
+
document.removeEventListener("click", u);
|
|
704
|
+
}), (t, d) => {
|
|
705
|
+
var p, g, f;
|
|
706
706
|
return t.mode === "hover" ? (s(), i("div", {
|
|
707
707
|
key: 0,
|
|
708
708
|
id: t.id,
|
|
709
709
|
"aria-label": "Click to open tooltip with more information.",
|
|
710
710
|
"aria-describedby": `${t.id}-content`,
|
|
711
711
|
class: "slp-tooltip",
|
|
712
|
-
onMouseenter:
|
|
713
|
-
onMouseleave:
|
|
712
|
+
onMouseenter: c,
|
|
713
|
+
onMouseleave: c,
|
|
714
714
|
onClick: r
|
|
715
715
|
}, [
|
|
716
716
|
h("div", tt, [
|
|
@@ -724,7 +724,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
724
724
|
key: 0,
|
|
725
725
|
id: `${t.id}-content`,
|
|
726
726
|
"data-ga-features": t.dataProperties && t.dataProperties.features.toLowerCase() || null,
|
|
727
|
-
"data-ga-features-sub": (
|
|
727
|
+
"data-ga-features-sub": (p = t.dataProperties) == null ? void 0 : p.sub,
|
|
728
728
|
"data-ga-features-sub-card": (g = t.dataProperties) == null ? void 0 : g.card,
|
|
729
729
|
"data-ga-name": (f = t.dataProperties) == null ? void 0 : f.plan,
|
|
730
730
|
"data-ga-location": t.dataProperties ? "features content" : null,
|
|
@@ -795,15 +795,15 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
795
795
|
crumbs: { default: () => [] },
|
|
796
796
|
router: {}
|
|
797
797
|
},
|
|
798
|
-
setup(
|
|
799
|
-
const e =
|
|
800
|
-
const
|
|
801
|
-
for (let t = 0; t <
|
|
802
|
-
|
|
803
|
-
return
|
|
798
|
+
setup(v) {
|
|
799
|
+
const e = v, n = I(e.crumbs), l = I(!1), a = (r) => {
|
|
800
|
+
const u = r.split(" ");
|
|
801
|
+
for (let t = 0; t < u.length; t++)
|
|
802
|
+
u[t] = u[t][0].toUpperCase() + u[t].substr(1);
|
|
803
|
+
return u.join(" ");
|
|
804
804
|
}, o = () => {
|
|
805
805
|
l.value = window.innerWidth < 768;
|
|
806
|
-
},
|
|
806
|
+
}, c = (r) => {
|
|
807
807
|
n.value[r] && (n.value[r] = {
|
|
808
808
|
...n.value[r],
|
|
809
809
|
hover: !n.value[r].hover
|
|
@@ -811,13 +811,13 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
811
811
|
};
|
|
812
812
|
return ie(() => {
|
|
813
813
|
if (e.router) {
|
|
814
|
-
const r = e.router.currentRoute.path,
|
|
815
|
-
let
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
const g = e.router.match(
|
|
819
|
-
g.params.slug !== null &&
|
|
820
|
-
title: a(
|
|
814
|
+
const r = e.router.currentRoute.path, u = r.startsWith("/") ? r.substring(1).split("/") : r.split("/"), t = [];
|
|
815
|
+
let d = "";
|
|
816
|
+
u.forEach((p) => {
|
|
817
|
+
d = `${d}/${p}`;
|
|
818
|
+
const g = e.router.match(d);
|
|
819
|
+
g.params.slug !== null && p.length && t.push({
|
|
820
|
+
title: a(p.replace(/-/g, " ")),
|
|
821
821
|
hover: !1,
|
|
822
822
|
...g
|
|
823
823
|
});
|
|
@@ -827,16 +827,16 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
827
827
|
o(), window.addEventListener("resize", o);
|
|
828
828
|
}), X(() => {
|
|
829
829
|
window.removeEventListener("resize", o);
|
|
830
|
-
}), (r,
|
|
831
|
-
(s(!0), i(T, null, z(n.value, (t,
|
|
830
|
+
}), (r, u) => n.value && !l.value ? (s(), i("ol", ct, [
|
|
831
|
+
(s(!0), i(T, null, z(n.value, (t, d) => (s(), i("li", {
|
|
832
832
|
key: t.title,
|
|
833
833
|
class: m(["breadcrumb__crumb", {
|
|
834
|
-
"breadcrumb__crumb--disabled":
|
|
834
|
+
"breadcrumb__crumb--disabled": d === n.value.length - 1
|
|
835
835
|
}]),
|
|
836
836
|
property: "itemListElement",
|
|
837
837
|
typeof: "ListItem",
|
|
838
|
-
onMouseenter: (
|
|
839
|
-
onMouseleave: (
|
|
838
|
+
onMouseenter: (p) => c(d),
|
|
839
|
+
onMouseleave: (p) => c(d)
|
|
840
840
|
}, [
|
|
841
841
|
k(dt, {
|
|
842
842
|
text: t.title,
|
|
@@ -849,7 +849,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
849
849
|
typeof: "WebPage",
|
|
850
850
|
"data-ga-name": t.dataGaName || t.title.toLowerCase(),
|
|
851
851
|
"data-ga-location": t.dataGaLocation || "breadcrumb",
|
|
852
|
-
href:
|
|
852
|
+
href: d !== n.value.length - 1 ? t.path : void 0
|
|
853
853
|
}, [
|
|
854
854
|
k(A, {
|
|
855
855
|
tag: "span",
|
|
@@ -865,7 +865,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
865
865
|
]),
|
|
866
866
|
_: 2
|
|
867
867
|
}, 1032, ["text"]),
|
|
868
|
-
|
|
868
|
+
d !== n.value.length - 1 ? (s(), i("span", vt, [
|
|
869
869
|
k(P, {
|
|
870
870
|
color: "accent-500",
|
|
871
871
|
size: "xs",
|
|
@@ -874,7 +874,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
874
874
|
])) : M("", !0),
|
|
875
875
|
h("meta", {
|
|
876
876
|
property: "position",
|
|
877
|
-
content:
|
|
877
|
+
content: d + 1
|
|
878
878
|
}, null, 8, ft)
|
|
879
879
|
], 42, ut))), 128))
|
|
880
880
|
])) : n.value && l.value ? (s(), i("ol", ht, [
|
|
@@ -930,21 +930,21 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
930
930
|
valueKey: {}
|
|
931
931
|
},
|
|
932
932
|
emits: ["update:modelValue"],
|
|
933
|
-
setup(
|
|
934
|
-
const n =
|
|
933
|
+
setup(v, { emit: e }) {
|
|
934
|
+
const n = v, l = e, a = (r, u) => {
|
|
935
935
|
if (typeof r == "object" && r !== null) {
|
|
936
|
-
if (!
|
|
937
|
-
const
|
|
938
|
-
return r[
|
|
936
|
+
if (!u) {
|
|
937
|
+
const p = Object.keys(r)[0];
|
|
938
|
+
return r[p];
|
|
939
939
|
}
|
|
940
|
-
const t =
|
|
941
|
-
let
|
|
942
|
-
for (const
|
|
943
|
-
|
|
944
|
-
return
|
|
940
|
+
const t = u.split(".");
|
|
941
|
+
let d = r;
|
|
942
|
+
for (const p of t)
|
|
943
|
+
d = d == null ? void 0 : d[p];
|
|
944
|
+
return d;
|
|
945
945
|
}
|
|
946
946
|
return r;
|
|
947
|
-
}, o = y(() => n.options.length > 0 ? a(n.options[0], n.valueKey) : ""),
|
|
947
|
+
}, o = y(() => n.options.length > 0 ? a(n.options[0], n.valueKey) : ""), c = y({
|
|
948
948
|
// Getter: Called when the template reads selectedValue
|
|
949
949
|
// Returns the current modelValue from parent (or empty string if undefined)
|
|
950
950
|
get: () => n.modelValue ?? o.value,
|
|
@@ -952,30 +952,33 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
952
952
|
// Emits the new value to the parent component
|
|
953
953
|
set: (r) => l("update:modelValue", r)
|
|
954
954
|
});
|
|
955
|
-
return (r,
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
955
|
+
return (r, u) => {
|
|
956
|
+
var t;
|
|
957
|
+
return (t = r.options) != null && t.length ? D((s(), i("select", {
|
|
958
|
+
key: 0,
|
|
959
|
+
"onUpdate:modelValue": u[0] || (u[0] = (d) => c.value = d),
|
|
960
|
+
class: "dropdown"
|
|
961
|
+
}, [
|
|
962
|
+
(s(!0), i(T, null, z(r.options, (d, p) => (s(), i("option", {
|
|
963
|
+
key: `${a(d, r.valueKey)}-${p}`,
|
|
964
|
+
value: a(d, r.valueKey)
|
|
965
|
+
}, L(a(d, r.labelKey)), 9, bt))), 128))
|
|
966
|
+
], 512)), [
|
|
967
|
+
[re, c.value]
|
|
968
|
+
]) : (s(), i("div", yt, u[1] || (u[1] = [
|
|
969
|
+
h("p", null, "No options available", -1)
|
|
970
|
+
])));
|
|
971
|
+
};
|
|
969
972
|
}
|
|
970
|
-
}), Mt = /* @__PURE__ */ w($t, [["__scopeId", "data-v-
|
|
973
|
+
}), Mt = /* @__PURE__ */ w($t, [["__scopeId", "data-v-4a5d0657"]]), kt = ["id"], wt = /* @__PURE__ */ C({
|
|
971
974
|
__name: "SlpSection",
|
|
972
975
|
props: {
|
|
973
976
|
backgroundColor: {
|
|
974
977
|
type: String,
|
|
975
978
|
required: !1,
|
|
976
|
-
validator(
|
|
977
|
-
const e = /^#([A-Fa-f0-9]{3}){1,2}$/.test(
|
|
978
|
-
return
|
|
979
|
+
validator(v) {
|
|
980
|
+
const e = /^#([A-Fa-f0-9]{3}){1,2}$/.test(v), n = /^\$color-[a-zA-Z0-9-]+$/.test(v);
|
|
981
|
+
return v ? e || n : !0;
|
|
979
982
|
}
|
|
980
983
|
},
|
|
981
984
|
id: {
|
|
@@ -983,8 +986,8 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
983
986
|
required: !1
|
|
984
987
|
}
|
|
985
988
|
},
|
|
986
|
-
setup(
|
|
987
|
-
const e =
|
|
989
|
+
setup(v) {
|
|
990
|
+
const e = v, n = y(() => {
|
|
988
991
|
var a;
|
|
989
992
|
return !e.backgroundColor || (a = e.backgroundColor) != null && a.startsWith("$") ? {} : { backgroundColor: e.backgroundColor };
|
|
990
993
|
}), l = y(() => {
|
|
@@ -994,7 +997,7 @@ const It = /* @__PURE__ */ w(Se, [["render", Ce], ["__scopeId", "data-v-adc8d02f
|
|
|
994
997
|
return (a, o) => (s(), i("section", {
|
|
995
998
|
style: J(n.value),
|
|
996
999
|
class: m(l.value),
|
|
997
|
-
id:
|
|
1000
|
+
id: v.id || void 0
|
|
998
1001
|
}, [
|
|
999
1002
|
k(te, null, {
|
|
1000
1003
|
default: N(() => [
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.slp-btn[data-v-56e2df5f]{box-sizing:border-box;min-width:68px;display:inline-flex;align-items:center;text-align:center;vertical-align:middle;padding:11px 16px;text-decoration:none;border-radius:4px;font-weight:660;font-size:1.125rem;line-height:1.25;transition:.3s cubic-bezier(.7,0,.3,1) background-color}.slp-btn[data-v-56e2df5f]:hover{cursor:pointer}.slp-btn-primary[data-v-56e2df5f]{background-color:#171321;color:#fff;border:1px solid #171321}.slp-btn-primary[data-v-56e2df5f]:hover{background-color:#fff;color:#171321;border:1px solid #171321}.slp-btn-primary.slp-btn-disabled[data-v-56e2df5f]{background-color:#d1d0d3;border:1px solid #D1D0D3;color:#74717a}.slp-btn-primary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#d1d0d3;cursor:default}.slp-btn-secondary[data-v-56e2df5f]{background-color:#fff;color:#171321;border:none}.slp-btn-secondary[data-v-56e2df5f]:hover{border:none;outline:none;background-color:#e8e7eb;color:#171321}.slp-btn-secondary.slp-btn-disabled[data-v-56e2df5f]{color:#d1d0d3}.slp-btn-secondary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary[data-v-56e2df5f]{background-color:transparent;color:#171321;border:none;padding-left:0;text-decoration:underline;text-underline-offset:2px;text-decoration-color:transparent;-webkit-text-decoration:none;transition:all .2s ease-in-out}.slp-btn-tertiary[data-v-56e2df5f]:hover{text-decoration-color:#171321;-webkit-text-decoration:underline}.slp-btn-tertiary[data-v-56e2df5f]:hover .slp-icon{transform:translate(8px)}.slp-btn-tertiary[data-v-56e2df5f] .slp-icon{margin-left:4px;transition:transform .2s ease-in-out}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]{color:#d1d0d3;text-decoration:none}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]:hover .slp-icon{transform:none}.slp-btn-icon[data-v-56e2df5f]{min-width:unset;font-size:0px;line-height:unset;border:none;background-color:transparent;padding:8px}.slp-btn-icon.slp-btn-disabled[data-v-56e2df5f]{pointer-events:none;opacity:.5}.slp-btn-ghost[data-v-56e2df5f]{border:none;background-color:transparent;padding:8px;font-size:inherit;font-weight:inherit;line-height:inherit}.slp-btn-ghost.slp-btn-disabled[data-v-56e2df5f]{pointer-events:none;opacity:.5}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}.slp-container[data-v-e594efe8]{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;border:1px solid transparent}@media (min-width: 640px){.slp-container[data-v-e594efe8]{max-width:95%}}@media (min-width: 1024px){.slp-container[data-v-e594efe8]{max-width:972px}}@media (min-width: 1170px){.slp-container[data-v-e594efe8]{max-width:1111px}}@media (min-width: 1400px){.slp-container[data-v-e594efe8]{max-width:1170px;padding:0}}.slp-full-grey-background[data-v-e594efe8]{background:#f2f1f5}.slp-full-charcoal-background[data-v-e594efe8]{background:#171321}.slp-partial-charcoal-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 75%,#171321 75%,#171321)}@media (max-width: 576px){.slp-partial-charcoal-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 30%,#171321 30%,#171321)}}.slp-gradient-background[data-v-e594efe8]{background:radial-gradient(50.08% 44.51% at 100% 100%,#a989f533,#7759c200),radial-gradient(60.76% 48.01% at 0% 100%,#e2432933,#e2432900),#fff}.slp-full-gradient-background[data-v-e594efe8]{background:linear-gradient(165.41deg,#fadcd7,#f8f5ff 23.65%,#fff 54.66%,#f6f3fe 80.95%,#ffd4d8 100.92%)}.slp-full-light-purple-background[data-v-e594efe8]{background:#f6f3fe}.slp-half-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 50%,#f2f1f5 50%,#f2f1f5)}.slp-partial-white-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#f2f1f5,#f2f1f5 70%,#fff 70%,#fff)}.slp-partial-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 60%,#f2f1f5 60%,#f2f1f5)}@media (max-width: 576px){.slp-partial-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 30%,#f2f1f5 30%,#f2f1f5)}}.fluid[data-v-e594efe8]{max-width:100%;margin:0;border:none;padding:0}.slp-icon--color-primary-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-primary-200[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-primary-300[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-secondary-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-secondary-200[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-secondary-300[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-surface-50[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-surface-100[data-v-b82aeda9]{color:#f2f1f5;fill:#f2f1f5}.slp-icon--color-surface-200[data-v-b82aeda9]{color:#e8e7eb;fill:#e8e7eb}.slp-icon--color-surface-300[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-surface-400[data-v-b82aeda9]{color:#a2a1a6;fill:#a2a1a6}.slp-icon--color-surface-500[data-v-b82aeda9]{color:#74717a;fill:#74717a}.slp-icon--color-surface-600[data-v-b82aeda9]{color:#45424d;fill:#45424d}.slp-icon--color-surface-700[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-surface-800[data-v-b82aeda9]{color:#f6f3fe;fill:#f6f3fe}.slp-icon--color-surface-900[data-v-b82aeda9]{color:#eee7fd;fill:#eee7fd}.slp-icon--color-surface-950[data-v-b82aeda9]{color:#e3d6ff;fill:#e3d6ff}.slp-icon--color-text-50[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-text-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-text-200[data-v-b82aeda9]{color:#74717a;fill:#74717a}.slp-icon--color-text-300[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-text-link-100[data-v-b82aeda9]{color:#7759c2;fill:#7759c2}.slp-icon--color-alert-100[data-v-b82aeda9]{color:#ffd4d8;fill:#ffd4d8}.slp-icon--color-alert-200[data-v-b82aeda9]{color:#f24f63;fill:#f24f63}.slp-icon--color-alert-300[data-v-b82aeda9]{color:#cb3446;fill:#cb3446}.slp-icon--color-warning-100[data-v-b82aeda9]{color:#ffefc7;fill:#ffefc7}.slp-icon--color-warning-200[data-v-b82aeda9]{color:#ffda7a;fill:#ffda7a}.slp-icon--color-warning-300[data-v-b82aeda9]{color:#ffb800;fill:#ffb800}.slp-icon--color-success-100[data-v-b82aeda9]{color:#b8e5bc;fill:#b8e5bc}.slp-icon--color-success-200[data-v-b82aeda9]{color:#48a651;fill:#48a651}.slp-icon--color-success-300[data-v-b82aeda9]{color:#327338;fill:#327338}.slp-icon--color-info-100[data-v-b82aeda9]{color:#d6eaff;fill:#d6eaff}.slp-icon--color-info-200[data-v-b82aeda9]{color:#70b4ff;fill:#70b4ff}.slp-icon--color-info-300[data-v-b82aeda9]{color:#3979bf;fill:#3979bf}.slp-icon--color-accent-100[data-v-b82aeda9]{color:#fca326;fill:#fca326}.slp-icon--color-accent-200[data-v-b82aeda9]{color:#fc6d26;fill:#fc6d26}.slp-icon--color-accent-300[data-v-b82aeda9]{color:#e24329;fill:#e24329}.slp-icon--color-accent-400[data-v-b82aeda9]{color:#a989f5;fill:#a989f5}.slp-icon--color-accent-500[data-v-b82aeda9]{color:#7759c2;fill:#7759c2}.slp-icon--size-xs[data-v-b82aeda9]{width:12px;height:12px}.slp-icon--size-sm[data-v-b82aeda9]{width:16px;height:16px}.slp-icon--size-md[data-v-b82aeda9]{width:24px;height:24px}.slp-icon--size-lg[data-v-b82aeda9]{width:32px;height:32px}.slp-icon--size-xl[data-v-b82aeda9]{width:48px;height:48px}.slp-icon[data-v-b82aeda9]{display:inline-flex;vertical-align:middle}.slp-icon div[data-v-b82aeda9]{width:inherit;height:inherit}.slp-row[data-v-adc8d02f]{display:flex;flex-wrap:wrap}.slp-text-display1[data-v-64ad2128],.slp-text-display1[data-v-64ad2128] *{font-size:6rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-display1[data-v-64ad2128],.slp-text-display1[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}}.slp-text-heading1[data-v-64ad2128],.slp-text-heading1[data-v-64ad2128] *{font-size:4rem;line-height:1.0625;font-weight:400;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading1[data-v-64ad2128],.slp-text-heading1[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:400;letter-spacing:-.03em}}.slp-text-heading2[data-v-64ad2128],.slp-text-heading2[data-v-64ad2128] *{font-size:3.125rem;line-height:1.04;font-weight:400;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading2[data-v-64ad2128],.slp-text-heading2[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:400;letter-spacing:-.03em}}.slp-text-heading3[data-v-64ad2128],.slp-text-heading3[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading3[data-v-64ad2128],.slp-text-heading3[data-v-64ad2128] *{font-size:2rem;line-height:1.0625;font-weight:400;letter-spacing:-.02em}}.slp-text-heading4[data-v-64ad2128],.slp-text-heading4[data-v-64ad2128] *{font-size:2rem;line-height:1.125;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading4[data-v-64ad2128],.slp-text-heading4[data-v-64ad2128] *{font-size:1.75rem;line-height:1.0714285714;font-weight:400;letter-spacing:-.02em}}.slp-text-heading5[data-v-64ad2128],.slp-text-heading5[data-v-64ad2128] *{font-size:1.5rem;line-height:1.1666666667;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading5[data-v-64ad2128],.slp-text-heading5[data-v-64ad2128] *{font-size:1.375rem;line-height:1.0909090909;font-weight:400;letter-spacing:-.02em}}.slp-text-heading1-bold[data-v-64ad2128],.slp-text-heading1-bold[data-v-64ad2128] *{font-size:4rem;line-height:1.0625;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading1-bold[data-v-64ad2128],.slp-text-heading1-bold[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}}.slp-text-heading2-bold[data-v-64ad2128],.slp-text-heading2-bold[data-v-64ad2128] *{font-size:3.125rem;line-height:1.04;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading2-bold[data-v-64ad2128],.slp-text-heading2-bold[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:660;letter-spacing:-.03em}}.slp-text-heading3-bold[data-v-64ad2128],.slp-text-heading3-bold[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:660;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading3-bold[data-v-64ad2128],.slp-text-heading3-bold[data-v-64ad2128] *{font-size:2rem;line-height:1.0625;font-weight:660;letter-spacing:-.02em}}.slp-text-heading4-bold[data-v-64ad2128],.slp-text-heading4-bold[data-v-64ad2128] *{font-size:2rem;line-height:1.125;font-weight:580;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading4-bold[data-v-64ad2128],.slp-text-heading4-bold[data-v-64ad2128] *{font-size:1.75rem;line-height:1.0714285714;font-weight:660;letter-spacing:-.02em}}.slp-text-heading5-bold[data-v-64ad2128],.slp-text-heading5-bold[data-v-64ad2128] *{font-size:1.5rem;line-height:1.1666666667;font-weight:580;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading5-bold[data-v-64ad2128],.slp-text-heading5-bold[data-v-64ad2128] *{font-size:1.375rem;line-height:1.0909090909;font-weight:660;letter-spacing:-.02em}}.slp-text-body1[data-v-64ad2128],.slp-text-body1[data-v-64ad2128] *{font-size:1.125rem;line-height:1.5555555556;font-weight:400}.slp-text-body2[data-v-64ad2128],.slp-text-body2[data-v-64ad2128] *{font-size:1rem;line-height:1.5;font-weight:400}.slp-text-body3[data-v-64ad2128],.slp-text-body3[data-v-64ad2128] *{font-size:.875rem;line-height:1.5714285714;font-weight:400}.slp-text-body1-bold[data-v-64ad2128],.slp-text-body1-bold[data-v-64ad2128] *{font-size:1.125rem;line-height:1.5555555556;font-weight:660}.slp-text-body2-bold[data-v-64ad2128],.slp-text-body2-bold[data-v-64ad2128] *{font-size:1rem;line-height:1.5;font-weight:660}.slp-text-body3-bold[data-v-64ad2128],.slp-text-body3-bold[data-v-64ad2128] *{font-size:.875rem;line-height:1.5714285714;font-weight:660}.slp-text-all-caps[data-v-64ad2128],.slp-text-all-caps[data-v-64ad2128] *{font-size:.75rem;line-height:1.6666666667;font-weight:660;text-transform:uppercase;letter-spacing:.1em}.slp-text-quotes[data-v-64ad2128],.slp-text-quotes[data-v-64ad2128] *{font-size:1.4375rem;line-height:1.652173913;font-weight:400;font-style:italic}@media (max-width: 576px){.slp-text-quotes[data-v-64ad2128],.slp-text-quotes[data-v-64ad2128] *{font-size:1rem;line-height:1.5rem}}.slp-text-emphasis[data-v-64ad2128],.slp-text-emphasis[data-v-64ad2128] *{font-size:1.4375rem;line-height:1.652173913;font-weight:400}.slp-text-arrow[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *{color:#fff;cursor:pointer;font-weight:660;font-size:1rem;line-height:1.5}.slp-text-arrow[data-v-64ad2128]:hover,.slp-text-arrow[data-v-64ad2128] *:hover{color:#171321}.slp-text-arrow:hover .slp-link-text[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *:hover .slp-link-text{text-decoration:underline}.slp-text-arrow[data-v-64ad2128]:active,.slp-text-arrow[data-v-64ad2128] *:active{color:#fff}.slp-text-arrow:active .slp-link-text[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *:active .slp-link-text{text-decoration:underline}.arrow-symbol[data-v-64ad2128]{padding-left:4px}.side-navigation-layout[data-v-68f8d83f]{display:flex}.side-navigation-layout--left[data-v-68f8d83f]{flex-direction:row}.side-navigation-layout--right[data-v-68f8d83f]{flex-direction:row-reverse}@media (max-width: 1025px){.side-navigation-layout[data-v-68f8d83f]{flex-direction:column}}.side-navigation[data-v-68f8d83f]{height:fit-content;padding:0 8px 96px;position:sticky;top:140px;display:none}@media (min-width: 1025px){.side-navigation[data-v-68f8d83f]{display:block}}.side-navigation__item[data-v-68f8d83f]{padding:12px 0}.side-navigation__item[data-v-68f8d83f]:first-child{margin-top:0}.side-navigation__link[data-v-68f8d83f]{opacity:.2;font-weight:700;line-height:12px;text-decoration:none;color:#171320;transition:all .25s ease;box-shadow:none}.side-navigation__link[data-v-68f8d83f]:hover{opacity:1}.side-navigation__link--active[data-v-68f8d83f]{opacity:1;box-shadow:inset 0 -2px #7759c2}.side-navigation--dark .side-navigation__link[data-v-68f8d83f]{color:#a2a1a6;font-size:1rem;font-weight:700;line-height:12px;text-decoration:none;opacity:1;transition:all .25s ease;box-shadow:none}.side-navigation--dark .side-navigation__link[data-v-68f8d83f]:hover{color:#d1d0d3;box-shadow:none}.side-navigation--dark .side-navigation__link--active[data-v-68f8d83f]{color:#fff;box-shadow:inset 0 -2px #7759c2}.side-navigation-dropdown[data-v-68f8d83f]{display:block;margin:16px 0;position:sticky;top:132px;background-color:#fff;z-index:100}@media (min-width: 1025px){.side-navigation-dropdown[data-v-68f8d83f]{display:none}}.side-navigation-dropdown .dropdown-toggle[data-v-68f8d83f]{display:flex;padding:10px 16px;cursor:pointer;width:100%;border:1px solid #D1D0D3;border-radius:4px;justify-content:space-between;color:#74717a;font-size:1rem}.side-navigation-dropdown .dropdown-menu[data-v-68f8d83f]{list-style:none;padding:0;border:1px solid #D1D0D3;box-shadow:0 4px 6px #0000001a;border-radius:0 0 4px 4px;border-top:none}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-68f8d83f]{padding:10px 16px}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-68f8d83f]:last-child{border-bottom:none}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-68f8d83f]{text-decoration:none;display:block;color:#171321}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-68f8d83f]:hover{font-weight:500}.side-navigation-content[data-v-68f8d83f]{flex:1}.slp-radio[data-v-f37e970e]{position:relative;padding-left:32px;margin-bottom:16px;cursor:pointer;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slp-radio.disabled[data-v-f37e970e]{color:#74717a!important;cursor:not-allowed}.slp-radio.disabled .slp-radio__checkmark[data-v-f37e970e]{border:1px solid #D1D0D3!important;cursor:not-allowed}.slp-radio.disabled .slp-radio__checkmark[data-v-f37e970e]:after{display:block;background-color:#d1d0d3}.slp-radio:hover .slp-radio__checkmark[data-v-f37e970e]{border:1px solid #A989F5}.slp-radio input[data-v-f37e970e]{position:absolute;opacity:0;height:0;width:0}.slp-radio input:checked~.slp-radio__checkmark[data-v-f37e970e]{border:1px solid #A989F5}.slp-radio input:checked~.slp-radio__checkmark[data-v-f37e970e]:after{display:block}.slp-radio__checkmark[data-v-f37e970e]{position:absolute;top:2px;left:0;height:16px;width:16px;border-radius:50%;border:1px solid #45424D}.slp-radio__checkmark span[data-v-f37e970e],.slp-radio__checkmark[data-v-f37e970e]:hover{border:1px solid #A989F5}.slp-radio__checkmark[data-v-f37e970e]:after{display:none;content:"";padding:4px;background-color:#7759c2;border-radius:50%;width:2px;height:2px;position:absolute;top:3px;left:3px}.slp-radio-group[data-v-ae31ec89]{display:flex;flex-wrap:wrap}.slp-radio-group--horizontal[data-v-ae31ec89]{flex-direction:row}.slp-radio-group--horizontal .slp-radio[data-v-ae31ec89]:not(last-child){margin-right:24px;padding-left:24px}.slp-radio-group--horizontal .slp-radio__option[data-v-ae31ec89]{flex-basis:30%}.slp-radio-group--vertical[data-v-ae31ec89]{flex-direction:column}.slp-loading-linear[data-v-ee32411b]{height:4px;width:204px;background:linear-gradient(90.89deg,#ef8cf3 -13.26%,#825ee9 67.46%);position:relative;background-position:0 0;animation:gradient-ee32411b 1s linear infinite;background-size:200% 200%}@keyframes gradient-ee32411b{0%{background-position:200% 200%}50%{background-position:100% 100%}to{background-position:0% 0%}}.slp-loading-round[data-v-ee32411b]{height:32px;width:32px;background-color:#fff;position:relative;border-radius:50%;border:8px solid #E8E7EB;border-top-color:#a989f5;transform:rotate(-45deg);animation:spin-ee32411b 1s linear infinite}@keyframes spin-ee32411b{0%{transform:rotate(-45deg)}to{transform:rotate(315deg)}}.depth-2[data-v-c3be63ed]{margin-left:32px}.depth-2.mobile[data-v-c3be63ed]{margin-left:16px}.depth-3[data-v-c3be63ed]{margin-left:48px}.depth-3.mobile[data-v-c3be63ed]{margin-left:24px}.depth-4[data-v-c3be63ed]{margin-left:64px}.depth-4.mobile[data-v-c3be63ed]{margin-left:32px}.depth-5[data-v-c3be63ed]{margin-left:80px}.depth-5.mobile[data-v-c3be63ed]{margin-left:40px}.anchor[data-v-c3be63ed]{display:block;padding:8px 16px;color:#171321;border-radius:4px;margin-bottom:4px}.anchor.selected[data-v-c3be63ed]{background-color:#f6f3fe}.anchor[data-v-c3be63ed]:hover{background-color:#e3d6ff;color:#171321}.mobile .anchor[data-v-c3be63ed]{margin-bottom:0}.mobile .anchor.selected[data-v-c3be63ed]{background-color:#fff}.mobile .anchor[data-v-c3be63ed]:hover{background-color:#fff;color:#171321}.dropdown[data-v-9b690a76]{background-color:#fff;position:sticky;left:0;right:0;top:20px;z-index:100}.dropdown .horizontal-rule[data-v-9b690a76]{border-top-width:1px;border-top:1px solid #D1D0D3}.dropdown.hide .dropdown__button[data-v-9b690a76]{border-radius:4px!important}.dropdown.hide .dropdown__list[data-v-9b690a76]{display:none}.dropdown .nav-heading[data-v-9b690a76]{font-size:12px;margin-bottom:8px;padding:0 16px}.dropdown__button[data-v-9b690a76]{border:1px solid #D1D0D3!important;display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:4px 4px 0 0!important}.dropdown__list[data-v-9b690a76]{max-height:70vh;overflow-y:scroll;border:1px solid #D1D0D3;border-top:none;border-radius:0 0 4px 4px;position:absolute;top:42px;left:0;right:0;padding:16px 8px;background-color:#fff}.dropdown__link[data-v-9b690a76]{width:100%;color:#171321;text-decoration:none;display:flex;align-items:center;justify-content:space-between;margin-left:8px}#collapsible-sidebar-wrapper[data-v-47e57dda]{display:flex}#collapsible-sidebar-wrapper #collapsible-sidebar[data-v-47e57dda]{min-width:300px;position:sticky;padding:0 32px 32px;top:0;align-self:flex-start;overflow-y:scroll;max-height:calc(100vh - 96px);height:100%}#collapsible-sidebar-wrapper #collapsible-sidebar .nav-heading[data-v-47e57dda]{margin-bottom:8px}#collapsible-sidebar-wrapper #collapsible-sidebar .anchors[data-v-47e57dda]{margin-bottom:32px}@media (min-width: 768px){.mobile[data-v-47e57dda]{display:none!important}}@media (max-width: 768px){.desktop[data-v-47e57dda]{display:none!important}}.slp-tooltip[data-v-1280f345]{position:relative;display:inline-block;border-bottom:1px dashed #171321}.slp-tooltip.button-mode[data-v-1280f345]{cursor:pointer}.slp-tooltip.no-border[data-v-1280f345]{border:none}.slp-tooltip:hover .slp-tooltip__content[data-v-1280f345]{opacity:1}.slp-tooltip__list[data-v-1280f345]{list-style:inside disc;list-style-position:outside;margin-left:16px}.slp-tooltip__list li[data-v-1280f345]{margin-bottom:8px}.slp-tooltip__wrapper[data-v-1280f345]{pointer-events:none;text-align:left;position:relative}.slp-tooltip__content[data-v-1280f345]{position:absolute;background:#333;color:#fff;font-size:12px;line-height:16px;padding:12px;width:170px;border-radius:4px;z-index:20;transform:translate(-50%);transition:all .3s ease-in-out}.slp-tooltip__content.hover-mode[data-v-1280f345]{opacity:0}.slp-tooltip__content[data-v-1280f345]:before{content:"";display:block;width:0;height:0;position:absolute;left:-8px;top:50px}.slp-tooltip__content.top[data-v-1280f345]{bottom:30px;left:50%}.slp-tooltip__content.top[data-v-1280f345]:before{border-left:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #333;top:98%;left:46%}.slp-tooltip__content.bottom[data-v-1280f345]{top:28px;left:50%}.slp-tooltip__content.bottom[data-v-1280f345]:before{border-left:8px solid transparent;border-bottom:8px solid #333;border-right:8px solid transparent;left:46%;top:-8px}.slp-tooltip__content.right[data-v-1280f345]{top:50%;left:100%;transform:translateY(-50%)}.slp-tooltip__content.right[data-v-1280f345]:before{border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #333;left:-8px;top:50%;transform:translateY(-50%)}.slp-tooltip__content[data-v-1280f345] a{cursor:pointer;color:#fff;text-decoration:underline;pointer-events:all}.breadcrumb[data-v-fd412793]{display:flex}.breadcrumb__crumb[data-v-fd412793]{display:flex;align-items:center;color:#7759c2;position:relative}.breadcrumb__crumb__tooltip[data-v-fd412793]{font-size:.875rem;border-bottom:none!important}.breadcrumb__crumb a span[data-v-fd412793]{white-space:nowrap}.breadcrumb__crumb[data-v-fd412793]:not(.breadcrumb__crumb--disabled):hover{text-decoration:underline}.breadcrumb__crumb--mobile[data-v-fd412793]{overflow:hidden}.breadcrumb__crumb--mobile a[data-v-fd412793]{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--mobile span[data-v-fd412793]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--disabled[data-v-fd412793]{color:#74717a}.breadcrumb__crumb--disabled a[data-v-fd412793],.breadcrumb__crumb--disabled a[data-v-fd412793]:hover,.breadcrumb__crumb--disabled a[data-v-fd412793]:focus,.breadcrumb__crumb--disabled a[data-v-fd412793]:active{cursor:auto;text-decoration:none}.breadcrumb__crumb a[data-v-fd412793]{color:inherit}.breadcrumb__chevron[data-v-fd412793]{margin:0 10px 0 6px}.dropdown[data-v-413766e8]{position:relative;cursor:pointer;padding:14px 40px 14px 12px;border-radius:4px;border:1px solid #333;font-size:1rem;font-weight:400;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2929 0.292894C10.6834 -0.0976306 11.3166 -0.0976306 11.7071 0.292894C12.0976 0.683418 12.0976 1.31658 11.7071 1.70711L6.70711 6.70711C6.31658 7.09763 5.68342 7.09763 5.29289 6.70711L0.292894 1.70711C-0.0976312 1.31658 -0.0976312 0.683417 0.292894 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6 4.58579L10.2929 0.292894Z' fill='%23333333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.slp-background-color-primary-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-primary-200[data-v-2b3ad016]{background-color:#171321}.slp-background-color-primary-300[data-v-2b3ad016]{background-color:#fff}.slp-background-color-secondary-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-secondary-200[data-v-2b3ad016]{background-color:#fff}.slp-background-color-secondary-300[data-v-2b3ad016]{background-color:#171321}.slp-background-color-surface-50[data-v-2b3ad016]{background-color:#fff}.slp-background-color-surface-100[data-v-2b3ad016]{background-color:#f2f1f5}.slp-background-color-surface-200[data-v-2b3ad016]{background-color:#e8e7eb}.slp-background-color-surface-300[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-surface-400[data-v-2b3ad016]{background-color:#a2a1a6}.slp-background-color-surface-500[data-v-2b3ad016]{background-color:#74717a}.slp-background-color-surface-600[data-v-2b3ad016]{background-color:#45424d}.slp-background-color-surface-700[data-v-2b3ad016]{background-color:#171321}.slp-background-color-surface-800[data-v-2b3ad016]{background-color:#f6f3fe}.slp-background-color-surface-900[data-v-2b3ad016]{background-color:#eee7fd}.slp-background-color-surface-950[data-v-2b3ad016]{background-color:#e3d6ff}.slp-background-color-text-50[data-v-2b3ad016]{background-color:#fff}.slp-background-color-text-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-text-200[data-v-2b3ad016]{background-color:#74717a}.slp-background-color-text-300[data-v-2b3ad016]{background-color:#171321}.slp-background-color-text-link-100[data-v-2b3ad016]{background-color:#7759c2}.slp-background-color-alert-100[data-v-2b3ad016]{background-color:#ffd4d8}.slp-background-color-alert-200[data-v-2b3ad016]{background-color:#f24f63}.slp-background-color-alert-300[data-v-2b3ad016]{background-color:#cb3446}.slp-background-color-warning-100[data-v-2b3ad016]{background-color:#ffefc7}.slp-background-color-warning-200[data-v-2b3ad016]{background-color:#ffda7a}.slp-background-color-warning-300[data-v-2b3ad016]{background-color:#ffb800}.slp-background-color-success-100[data-v-2b3ad016]{background-color:#b8e5bc}.slp-background-color-success-200[data-v-2b3ad016]{background-color:#48a651}.slp-background-color-success-300[data-v-2b3ad016]{background-color:#327338}.slp-background-color-info-100[data-v-2b3ad016]{background-color:#d6eaff}.slp-background-color-info-200[data-v-2b3ad016]{background-color:#70b4ff}.slp-background-color-info-300[data-v-2b3ad016]{background-color:#3979bf}.slp-background-color-accent-100[data-v-2b3ad016]{background-color:#fca326}.slp-background-color-accent-200[data-v-2b3ad016]{background-color:#fc6d26}.slp-background-color-accent-300[data-v-2b3ad016]{background-color:#e24329}.slp-background-color-accent-400[data-v-2b3ad016]{background-color:#a989f5}.slp-background-color-accent-500[data-v-2b3ad016]{background-color:#7759c2}
|
|
1
|
+
.slp-btn[data-v-56e2df5f]{box-sizing:border-box;min-width:68px;display:inline-flex;align-items:center;text-align:center;vertical-align:middle;padding:11px 16px;text-decoration:none;border-radius:4px;font-weight:660;font-size:1.125rem;line-height:1.25;transition:.3s cubic-bezier(.7,0,.3,1) background-color}.slp-btn[data-v-56e2df5f]:hover{cursor:pointer}.slp-btn-primary[data-v-56e2df5f]{background-color:#171321;color:#fff;border:1px solid #171321}.slp-btn-primary[data-v-56e2df5f]:hover{background-color:#fff;color:#171321;border:1px solid #171321}.slp-btn-primary.slp-btn-disabled[data-v-56e2df5f]{background-color:#d1d0d3;border:1px solid #D1D0D3;color:#74717a}.slp-btn-primary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#d1d0d3;cursor:default}.slp-btn-secondary[data-v-56e2df5f]{background-color:#fff;color:#171321;border:none}.slp-btn-secondary[data-v-56e2df5f]:hover{border:none;outline:none;background-color:#e8e7eb;color:#171321}.slp-btn-secondary.slp-btn-disabled[data-v-56e2df5f]{color:#d1d0d3}.slp-btn-secondary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary[data-v-56e2df5f]{background-color:transparent;color:#171321;border:none;padding-left:0;text-decoration:underline;text-underline-offset:2px;text-decoration-color:transparent;-webkit-text-decoration:none;transition:all .2s ease-in-out}.slp-btn-tertiary[data-v-56e2df5f]:hover{text-decoration-color:#171321;-webkit-text-decoration:underline}.slp-btn-tertiary[data-v-56e2df5f]:hover .slp-icon{transform:translate(8px)}.slp-btn-tertiary[data-v-56e2df5f] .slp-icon{margin-left:4px;transition:transform .2s ease-in-out}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]{color:#d1d0d3;text-decoration:none}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]:hover{background-color:#fff;cursor:default}.slp-btn-tertiary.slp-btn-disabled[data-v-56e2df5f]:hover .slp-icon{transform:none}.slp-btn-icon[data-v-56e2df5f]{min-width:unset;font-size:0px;line-height:unset;border:none;background-color:transparent;padding:8px}.slp-btn-icon.slp-btn-disabled[data-v-56e2df5f]{pointer-events:none;opacity:.5}.slp-btn-ghost[data-v-56e2df5f]{border:none;background-color:transparent;padding:8px;font-size:inherit;font-weight:inherit;line-height:inherit}.slp-btn-ghost.slp-btn-disabled[data-v-56e2df5f]{pointer-events:none;opacity:.5}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-1[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-1[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 8.3333333333%;max-width:8.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-2[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-2[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 16.6666666667%;max-width:16.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-3[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-3[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 25%;max-width:25%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-4[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-4[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 33.3333333333%;max-width:33.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-5[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-5[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 41.6666666667%;max-width:41.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-6[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-6[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 50%;max-width:50%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-7[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-7[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 58.3333333333%;max-width:58.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-8[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-8[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 66.6666666667%;max-width:66.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-9[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-9[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 75%;max-width:75%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-10[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-10[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 83.3333333333%;max-width:83.3333333333%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-11[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-11[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 91.6666666667%;max-width:91.6666666667%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 0px){.slp-col-xs[data-v-00b68f22],.slp-col-xs-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 0px){.slp-col-xs-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-xs[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 576px){.slp-col-sm[data-v-00b68f22],.slp-col-sm-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 576px){.slp-col-sm-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-sm[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 768px){.slp-col-md[data-v-00b68f22],.slp-col-md-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 768px){.slp-col-md-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-md[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1025px){.slp-col-lg[data-v-00b68f22],.slp-col-lg-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1025px){.slp-col-lg-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-lg[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1200px){.slp-col-xl[data-v-00b68f22],.slp-col-xl-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1200px){.slp-col-xl-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}@media (max-width: 1400px){.slp-col-2xl[data-v-00b68f22],.slp-col-2xl-12[data-v-00b68f22]{width:inherit;max-width:100%}}@media (min-width: 1400px){.slp-col-2xl-12[data-v-00b68f22]{position:relative;width:100%;min-height:1px;flex:0 0 100%;max-width:100%}.slp-col-2xl[data-v-00b68f22]{flex-basis:0;flex-grow:1;position:relative;width:100%;min-height:1px;max-width:100%}}.slp-container[data-v-e594efe8]{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;border:1px solid transparent}@media (min-width: 640px){.slp-container[data-v-e594efe8]{max-width:95%}}@media (min-width: 1024px){.slp-container[data-v-e594efe8]{max-width:972px}}@media (min-width: 1170px){.slp-container[data-v-e594efe8]{max-width:1111px}}@media (min-width: 1400px){.slp-container[data-v-e594efe8]{max-width:1170px;padding:0}}.slp-full-grey-background[data-v-e594efe8]{background:#f2f1f5}.slp-full-charcoal-background[data-v-e594efe8]{background:#171321}.slp-partial-charcoal-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 75%,#171321 75%,#171321)}@media (max-width: 576px){.slp-partial-charcoal-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 30%,#171321 30%,#171321)}}.slp-gradient-background[data-v-e594efe8]{background:radial-gradient(50.08% 44.51% at 100% 100%,#a989f533,#7759c200),radial-gradient(60.76% 48.01% at 0% 100%,#e2432933,#e2432900),#fff}.slp-full-gradient-background[data-v-e594efe8]{background:linear-gradient(165.41deg,#fadcd7,#f8f5ff 23.65%,#fff 54.66%,#f6f3fe 80.95%,#ffd4d8 100.92%)}.slp-full-light-purple-background[data-v-e594efe8]{background:#f6f3fe}.slp-half-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 50%,#f2f1f5 50%,#f2f1f5)}.slp-partial-white-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#f2f1f5,#f2f1f5 70%,#fff 70%,#fff)}.slp-partial-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 60%,#f2f1f5 60%,#f2f1f5)}@media (max-width: 576px){.slp-partial-grey-background[data-v-e594efe8]{background-image:linear-gradient(to bottom,#fff,#fff 30%,#f2f1f5 30%,#f2f1f5)}}.fluid[data-v-e594efe8]{max-width:100%;margin:0;border:none;padding:0}.slp-icon--color-primary-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-primary-200[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-primary-300[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-secondary-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-secondary-200[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-secondary-300[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-surface-50[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-surface-100[data-v-b82aeda9]{color:#f2f1f5;fill:#f2f1f5}.slp-icon--color-surface-200[data-v-b82aeda9]{color:#e8e7eb;fill:#e8e7eb}.slp-icon--color-surface-300[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-surface-400[data-v-b82aeda9]{color:#a2a1a6;fill:#a2a1a6}.slp-icon--color-surface-500[data-v-b82aeda9]{color:#74717a;fill:#74717a}.slp-icon--color-surface-600[data-v-b82aeda9]{color:#45424d;fill:#45424d}.slp-icon--color-surface-700[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-surface-800[data-v-b82aeda9]{color:#f6f3fe;fill:#f6f3fe}.slp-icon--color-surface-900[data-v-b82aeda9]{color:#eee7fd;fill:#eee7fd}.slp-icon--color-surface-950[data-v-b82aeda9]{color:#e3d6ff;fill:#e3d6ff}.slp-icon--color-text-50[data-v-b82aeda9]{color:#fff;fill:#fff}.slp-icon--color-text-100[data-v-b82aeda9]{color:#d1d0d3;fill:#d1d0d3}.slp-icon--color-text-200[data-v-b82aeda9]{color:#74717a;fill:#74717a}.slp-icon--color-text-300[data-v-b82aeda9]{color:#171321;fill:#171321}.slp-icon--color-text-link-100[data-v-b82aeda9]{color:#7759c2;fill:#7759c2}.slp-icon--color-alert-100[data-v-b82aeda9]{color:#ffd4d8;fill:#ffd4d8}.slp-icon--color-alert-200[data-v-b82aeda9]{color:#f24f63;fill:#f24f63}.slp-icon--color-alert-300[data-v-b82aeda9]{color:#cb3446;fill:#cb3446}.slp-icon--color-warning-100[data-v-b82aeda9]{color:#ffefc7;fill:#ffefc7}.slp-icon--color-warning-200[data-v-b82aeda9]{color:#ffda7a;fill:#ffda7a}.slp-icon--color-warning-300[data-v-b82aeda9]{color:#ffb800;fill:#ffb800}.slp-icon--color-success-100[data-v-b82aeda9]{color:#b8e5bc;fill:#b8e5bc}.slp-icon--color-success-200[data-v-b82aeda9]{color:#48a651;fill:#48a651}.slp-icon--color-success-300[data-v-b82aeda9]{color:#327338;fill:#327338}.slp-icon--color-info-100[data-v-b82aeda9]{color:#d6eaff;fill:#d6eaff}.slp-icon--color-info-200[data-v-b82aeda9]{color:#70b4ff;fill:#70b4ff}.slp-icon--color-info-300[data-v-b82aeda9]{color:#3979bf;fill:#3979bf}.slp-icon--color-accent-100[data-v-b82aeda9]{color:#fca326;fill:#fca326}.slp-icon--color-accent-200[data-v-b82aeda9]{color:#fc6d26;fill:#fc6d26}.slp-icon--color-accent-300[data-v-b82aeda9]{color:#e24329;fill:#e24329}.slp-icon--color-accent-400[data-v-b82aeda9]{color:#a989f5;fill:#a989f5}.slp-icon--color-accent-500[data-v-b82aeda9]{color:#7759c2;fill:#7759c2}.slp-icon--size-xs[data-v-b82aeda9]{width:12px;height:12px}.slp-icon--size-sm[data-v-b82aeda9]{width:16px;height:16px}.slp-icon--size-md[data-v-b82aeda9]{width:24px;height:24px}.slp-icon--size-lg[data-v-b82aeda9]{width:32px;height:32px}.slp-icon--size-xl[data-v-b82aeda9]{width:48px;height:48px}.slp-icon[data-v-b82aeda9]{display:inline-flex;vertical-align:middle}.slp-icon div[data-v-b82aeda9]{width:inherit;height:inherit}.slp-row[data-v-adc8d02f]{display:flex;flex-wrap:wrap}.slp-text-display1[data-v-64ad2128],.slp-text-display1[data-v-64ad2128] *{font-size:6rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-display1[data-v-64ad2128],.slp-text-display1[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}}.slp-text-heading1[data-v-64ad2128],.slp-text-heading1[data-v-64ad2128] *{font-size:4rem;line-height:1.0625;font-weight:400;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading1[data-v-64ad2128],.slp-text-heading1[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:400;letter-spacing:-.03em}}.slp-text-heading2[data-v-64ad2128],.slp-text-heading2[data-v-64ad2128] *{font-size:3.125rem;line-height:1.04;font-weight:400;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading2[data-v-64ad2128],.slp-text-heading2[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:400;letter-spacing:-.03em}}.slp-text-heading3[data-v-64ad2128],.slp-text-heading3[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading3[data-v-64ad2128],.slp-text-heading3[data-v-64ad2128] *{font-size:2rem;line-height:1.0625;font-weight:400;letter-spacing:-.02em}}.slp-text-heading4[data-v-64ad2128],.slp-text-heading4[data-v-64ad2128] *{font-size:2rem;line-height:1.125;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading4[data-v-64ad2128],.slp-text-heading4[data-v-64ad2128] *{font-size:1.75rem;line-height:1.0714285714;font-weight:400;letter-spacing:-.02em}}.slp-text-heading5[data-v-64ad2128],.slp-text-heading5[data-v-64ad2128] *{font-size:1.5rem;line-height:1.1666666667;font-weight:400;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading5[data-v-64ad2128],.slp-text-heading5[data-v-64ad2128] *{font-size:1.375rem;line-height:1.0909090909;font-weight:400;letter-spacing:-.02em}}.slp-text-heading1-bold[data-v-64ad2128],.slp-text-heading1-bold[data-v-64ad2128] *{font-size:4rem;line-height:1.0625;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading1-bold[data-v-64ad2128],.slp-text-heading1-bold[data-v-64ad2128] *{font-size:3rem;line-height:1.0416666667;font-weight:660;letter-spacing:-.03em}}.slp-text-heading2-bold[data-v-64ad2128],.slp-text-heading2-bold[data-v-64ad2128] *{font-size:3.125rem;line-height:1.04;font-weight:660;letter-spacing:-.03em}@media (max-width: 576px){.slp-text-heading2-bold[data-v-64ad2128],.slp-text-heading2-bold[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:660;letter-spacing:-.03em}}.slp-text-heading3-bold[data-v-64ad2128],.slp-text-heading3-bold[data-v-64ad2128] *{font-size:2.5rem;line-height:1.05;font-weight:660;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading3-bold[data-v-64ad2128],.slp-text-heading3-bold[data-v-64ad2128] *{font-size:2rem;line-height:1.0625;font-weight:660;letter-spacing:-.02em}}.slp-text-heading4-bold[data-v-64ad2128],.slp-text-heading4-bold[data-v-64ad2128] *{font-size:2rem;line-height:1.125;font-weight:580;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading4-bold[data-v-64ad2128],.slp-text-heading4-bold[data-v-64ad2128] *{font-size:1.75rem;line-height:1.0714285714;font-weight:660;letter-spacing:-.02em}}.slp-text-heading5-bold[data-v-64ad2128],.slp-text-heading5-bold[data-v-64ad2128] *{font-size:1.5rem;line-height:1.1666666667;font-weight:580;letter-spacing:-.02em}@media (max-width: 576px){.slp-text-heading5-bold[data-v-64ad2128],.slp-text-heading5-bold[data-v-64ad2128] *{font-size:1.375rem;line-height:1.0909090909;font-weight:660;letter-spacing:-.02em}}.slp-text-body1[data-v-64ad2128],.slp-text-body1[data-v-64ad2128] *{font-size:1.125rem;line-height:1.5555555556;font-weight:400}.slp-text-body2[data-v-64ad2128],.slp-text-body2[data-v-64ad2128] *{font-size:1rem;line-height:1.5;font-weight:400}.slp-text-body3[data-v-64ad2128],.slp-text-body3[data-v-64ad2128] *{font-size:.875rem;line-height:1.5714285714;font-weight:400}.slp-text-body1-bold[data-v-64ad2128],.slp-text-body1-bold[data-v-64ad2128] *{font-size:1.125rem;line-height:1.5555555556;font-weight:660}.slp-text-body2-bold[data-v-64ad2128],.slp-text-body2-bold[data-v-64ad2128] *{font-size:1rem;line-height:1.5;font-weight:660}.slp-text-body3-bold[data-v-64ad2128],.slp-text-body3-bold[data-v-64ad2128] *{font-size:.875rem;line-height:1.5714285714;font-weight:660}.slp-text-all-caps[data-v-64ad2128],.slp-text-all-caps[data-v-64ad2128] *{font-size:.75rem;line-height:1.6666666667;font-weight:660;text-transform:uppercase;letter-spacing:.1em}.slp-text-quotes[data-v-64ad2128],.slp-text-quotes[data-v-64ad2128] *{font-size:1.4375rem;line-height:1.652173913;font-weight:400;font-style:italic}@media (max-width: 576px){.slp-text-quotes[data-v-64ad2128],.slp-text-quotes[data-v-64ad2128] *{font-size:1rem;line-height:1.5rem}}.slp-text-emphasis[data-v-64ad2128],.slp-text-emphasis[data-v-64ad2128] *{font-size:1.4375rem;line-height:1.652173913;font-weight:400}.slp-text-arrow[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *{color:#fff;cursor:pointer;font-weight:660;font-size:1rem;line-height:1.5}.slp-text-arrow[data-v-64ad2128]:hover,.slp-text-arrow[data-v-64ad2128] *:hover{color:#171321}.slp-text-arrow:hover .slp-link-text[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *:hover .slp-link-text{text-decoration:underline}.slp-text-arrow[data-v-64ad2128]:active,.slp-text-arrow[data-v-64ad2128] *:active{color:#fff}.slp-text-arrow:active .slp-link-text[data-v-64ad2128],.slp-text-arrow[data-v-64ad2128] *:active .slp-link-text{text-decoration:underline}.arrow-symbol[data-v-64ad2128]{padding-left:4px}.side-navigation-layout[data-v-68f8d83f]{display:flex}.side-navigation-layout--left[data-v-68f8d83f]{flex-direction:row}.side-navigation-layout--right[data-v-68f8d83f]{flex-direction:row-reverse}@media (max-width: 1025px){.side-navigation-layout[data-v-68f8d83f]{flex-direction:column}}.side-navigation[data-v-68f8d83f]{height:fit-content;padding:0 8px 96px;position:sticky;top:140px;display:none}@media (min-width: 1025px){.side-navigation[data-v-68f8d83f]{display:block}}.side-navigation__item[data-v-68f8d83f]{padding:12px 0}.side-navigation__item[data-v-68f8d83f]:first-child{margin-top:0}.side-navigation__link[data-v-68f8d83f]{opacity:.2;font-weight:700;line-height:12px;text-decoration:none;color:#171320;transition:all .25s ease;box-shadow:none}.side-navigation__link[data-v-68f8d83f]:hover{opacity:1}.side-navigation__link--active[data-v-68f8d83f]{opacity:1;box-shadow:inset 0 -2px #7759c2}.side-navigation--dark .side-navigation__link[data-v-68f8d83f]{color:#a2a1a6;font-size:1rem;font-weight:700;line-height:12px;text-decoration:none;opacity:1;transition:all .25s ease;box-shadow:none}.side-navigation--dark .side-navigation__link[data-v-68f8d83f]:hover{color:#d1d0d3;box-shadow:none}.side-navigation--dark .side-navigation__link--active[data-v-68f8d83f]{color:#fff;box-shadow:inset 0 -2px #7759c2}.side-navigation-dropdown[data-v-68f8d83f]{display:block;margin:16px 0;position:sticky;top:132px;background-color:#fff;z-index:100}@media (min-width: 1025px){.side-navigation-dropdown[data-v-68f8d83f]{display:none}}.side-navigation-dropdown .dropdown-toggle[data-v-68f8d83f]{display:flex;padding:10px 16px;cursor:pointer;width:100%;border:1px solid #D1D0D3;border-radius:4px;justify-content:space-between;color:#74717a;font-size:1rem}.side-navigation-dropdown .dropdown-menu[data-v-68f8d83f]{list-style:none;padding:0;border:1px solid #D1D0D3;box-shadow:0 4px 6px #0000001a;border-radius:0 0 4px 4px;border-top:none}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-68f8d83f]{padding:10px 16px}.side-navigation-dropdown .dropdown-menu .dropdown-item[data-v-68f8d83f]:last-child{border-bottom:none}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-68f8d83f]{text-decoration:none;display:block;color:#171321}.side-navigation-dropdown .dropdown-menu .dropdown-link[data-v-68f8d83f]:hover{font-weight:500}.side-navigation-content[data-v-68f8d83f]{flex:1}.slp-radio[data-v-f37e970e]{position:relative;padding-left:32px;margin-bottom:16px;cursor:pointer;font-size:1rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.slp-radio.disabled[data-v-f37e970e]{color:#74717a!important;cursor:not-allowed}.slp-radio.disabled .slp-radio__checkmark[data-v-f37e970e]{border:1px solid #D1D0D3!important;cursor:not-allowed}.slp-radio.disabled .slp-radio__checkmark[data-v-f37e970e]:after{display:block;background-color:#d1d0d3}.slp-radio:hover .slp-radio__checkmark[data-v-f37e970e]{border:1px solid #A989F5}.slp-radio input[data-v-f37e970e]{position:absolute;opacity:0;height:0;width:0}.slp-radio input:checked~.slp-radio__checkmark[data-v-f37e970e]{border:1px solid #A989F5}.slp-radio input:checked~.slp-radio__checkmark[data-v-f37e970e]:after{display:block}.slp-radio__checkmark[data-v-f37e970e]{position:absolute;top:2px;left:0;height:16px;width:16px;border-radius:50%;border:1px solid #45424D}.slp-radio__checkmark span[data-v-f37e970e],.slp-radio__checkmark[data-v-f37e970e]:hover{border:1px solid #A989F5}.slp-radio__checkmark[data-v-f37e970e]:after{display:none;content:"";padding:4px;background-color:#7759c2;border-radius:50%;width:2px;height:2px;position:absolute;top:3px;left:3px}.slp-radio-group[data-v-ae31ec89]{display:flex;flex-wrap:wrap}.slp-radio-group--horizontal[data-v-ae31ec89]{flex-direction:row}.slp-radio-group--horizontal .slp-radio[data-v-ae31ec89]:not(last-child){margin-right:24px;padding-left:24px}.slp-radio-group--horizontal .slp-radio__option[data-v-ae31ec89]{flex-basis:30%}.slp-radio-group--vertical[data-v-ae31ec89]{flex-direction:column}.slp-loading-linear[data-v-ee32411b]{height:4px;width:204px;background:linear-gradient(90.89deg,#ef8cf3 -13.26%,#825ee9 67.46%);position:relative;background-position:0 0;animation:gradient-ee32411b 1s linear infinite;background-size:200% 200%}@keyframes gradient-ee32411b{0%{background-position:200% 200%}50%{background-position:100% 100%}to{background-position:0% 0%}}.slp-loading-round[data-v-ee32411b]{height:32px;width:32px;background-color:#fff;position:relative;border-radius:50%;border:8px solid #E8E7EB;border-top-color:#a989f5;transform:rotate(-45deg);animation:spin-ee32411b 1s linear infinite}@keyframes spin-ee32411b{0%{transform:rotate(-45deg)}to{transform:rotate(315deg)}}.depth-2[data-v-c3be63ed]{margin-left:32px}.depth-2.mobile[data-v-c3be63ed]{margin-left:16px}.depth-3[data-v-c3be63ed]{margin-left:48px}.depth-3.mobile[data-v-c3be63ed]{margin-left:24px}.depth-4[data-v-c3be63ed]{margin-left:64px}.depth-4.mobile[data-v-c3be63ed]{margin-left:32px}.depth-5[data-v-c3be63ed]{margin-left:80px}.depth-5.mobile[data-v-c3be63ed]{margin-left:40px}.anchor[data-v-c3be63ed]{display:block;padding:8px 16px;color:#171321;border-radius:4px;margin-bottom:4px}.anchor.selected[data-v-c3be63ed]{background-color:#f6f3fe}.anchor[data-v-c3be63ed]:hover{background-color:#e3d6ff;color:#171321}.mobile .anchor[data-v-c3be63ed]{margin-bottom:0}.mobile .anchor.selected[data-v-c3be63ed]{background-color:#fff}.mobile .anchor[data-v-c3be63ed]:hover{background-color:#fff;color:#171321}.dropdown[data-v-9b690a76]{background-color:#fff;position:sticky;left:0;right:0;top:20px;z-index:100}.dropdown .horizontal-rule[data-v-9b690a76]{border-top-width:1px;border-top:1px solid #D1D0D3}.dropdown.hide .dropdown__button[data-v-9b690a76]{border-radius:4px!important}.dropdown.hide .dropdown__list[data-v-9b690a76]{display:none}.dropdown .nav-heading[data-v-9b690a76]{font-size:12px;margin-bottom:8px;padding:0 16px}.dropdown__button[data-v-9b690a76]{border:1px solid #D1D0D3!important;display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:4px 4px 0 0!important}.dropdown__list[data-v-9b690a76]{max-height:70vh;overflow-y:scroll;border:1px solid #D1D0D3;border-top:none;border-radius:0 0 4px 4px;position:absolute;top:42px;left:0;right:0;padding:16px 8px;background-color:#fff}.dropdown__link[data-v-9b690a76]{width:100%;color:#171321;text-decoration:none;display:flex;align-items:center;justify-content:space-between;margin-left:8px}#collapsible-sidebar-wrapper[data-v-47e57dda]{display:flex}#collapsible-sidebar-wrapper #collapsible-sidebar[data-v-47e57dda]{min-width:300px;position:sticky;padding:0 32px 32px;top:0;align-self:flex-start;overflow-y:scroll;max-height:calc(100vh - 96px);height:100%}#collapsible-sidebar-wrapper #collapsible-sidebar .nav-heading[data-v-47e57dda]{margin-bottom:8px}#collapsible-sidebar-wrapper #collapsible-sidebar .anchors[data-v-47e57dda]{margin-bottom:32px}@media (min-width: 768px){.mobile[data-v-47e57dda]{display:none!important}}@media (max-width: 768px){.desktop[data-v-47e57dda]{display:none!important}}.slp-tooltip[data-v-1280f345]{position:relative;display:inline-block;border-bottom:1px dashed #171321}.slp-tooltip.button-mode[data-v-1280f345]{cursor:pointer}.slp-tooltip.no-border[data-v-1280f345]{border:none}.slp-tooltip:hover .slp-tooltip__content[data-v-1280f345]{opacity:1}.slp-tooltip__list[data-v-1280f345]{list-style:inside disc;list-style-position:outside;margin-left:16px}.slp-tooltip__list li[data-v-1280f345]{margin-bottom:8px}.slp-tooltip__wrapper[data-v-1280f345]{pointer-events:none;text-align:left;position:relative}.slp-tooltip__content[data-v-1280f345]{position:absolute;background:#333;color:#fff;font-size:12px;line-height:16px;padding:12px;width:170px;border-radius:4px;z-index:20;transform:translate(-50%);transition:all .3s ease-in-out}.slp-tooltip__content.hover-mode[data-v-1280f345]{opacity:0}.slp-tooltip__content[data-v-1280f345]:before{content:"";display:block;width:0;height:0;position:absolute;left:-8px;top:50px}.slp-tooltip__content.top[data-v-1280f345]{bottom:30px;left:50%}.slp-tooltip__content.top[data-v-1280f345]:before{border-left:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #333;top:98%;left:46%}.slp-tooltip__content.bottom[data-v-1280f345]{top:28px;left:50%}.slp-tooltip__content.bottom[data-v-1280f345]:before{border-left:8px solid transparent;border-bottom:8px solid #333;border-right:8px solid transparent;left:46%;top:-8px}.slp-tooltip__content.right[data-v-1280f345]{top:50%;left:100%;transform:translateY(-50%)}.slp-tooltip__content.right[data-v-1280f345]:before{border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #333;left:-8px;top:50%;transform:translateY(-50%)}.slp-tooltip__content[data-v-1280f345] a{cursor:pointer;color:#fff;text-decoration:underline;pointer-events:all}.breadcrumb[data-v-fd412793]{display:flex}.breadcrumb__crumb[data-v-fd412793]{display:flex;align-items:center;color:#7759c2;position:relative}.breadcrumb__crumb__tooltip[data-v-fd412793]{font-size:.875rem;border-bottom:none!important}.breadcrumb__crumb a span[data-v-fd412793]{white-space:nowrap}.breadcrumb__crumb[data-v-fd412793]:not(.breadcrumb__crumb--disabled):hover{text-decoration:underline}.breadcrumb__crumb--mobile[data-v-fd412793]{overflow:hidden}.breadcrumb__crumb--mobile a[data-v-fd412793]{flex:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--mobile span[data-v-fd412793]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.breadcrumb__crumb--disabled[data-v-fd412793]{color:#74717a}.breadcrumb__crumb--disabled a[data-v-fd412793],.breadcrumb__crumb--disabled a[data-v-fd412793]:hover,.breadcrumb__crumb--disabled a[data-v-fd412793]:focus,.breadcrumb__crumb--disabled a[data-v-fd412793]:active{cursor:auto;text-decoration:none}.breadcrumb__crumb a[data-v-fd412793]{color:inherit}.breadcrumb__chevron[data-v-fd412793]{margin:0 10px 0 6px}.dropdown[data-v-4a5d0657]{position:relative;cursor:pointer;padding:14px 40px 14px 12px;border-radius:4px;border:1px solid #333;font-size:1rem;font-weight:400;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2929 0.292894C10.6834 -0.0976306 11.3166 -0.0976306 11.7071 0.292894C12.0976 0.683418 12.0976 1.31658 11.7071 1.70711L6.70711 6.70711C6.31658 7.09763 5.68342 7.09763 5.29289 6.70711L0.292894 1.70711C-0.0976312 1.31658 -0.0976312 0.683417 0.292894 0.292893C0.683418 -0.0976311 1.31658 -0.0976311 1.70711 0.292893L6 4.58579L10.2929 0.292894Z' fill='%23333333'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.slp-background-color-primary-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-primary-200[data-v-2b3ad016]{background-color:#171321}.slp-background-color-primary-300[data-v-2b3ad016]{background-color:#fff}.slp-background-color-secondary-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-secondary-200[data-v-2b3ad016]{background-color:#fff}.slp-background-color-secondary-300[data-v-2b3ad016]{background-color:#171321}.slp-background-color-surface-50[data-v-2b3ad016]{background-color:#fff}.slp-background-color-surface-100[data-v-2b3ad016]{background-color:#f2f1f5}.slp-background-color-surface-200[data-v-2b3ad016]{background-color:#e8e7eb}.slp-background-color-surface-300[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-surface-400[data-v-2b3ad016]{background-color:#a2a1a6}.slp-background-color-surface-500[data-v-2b3ad016]{background-color:#74717a}.slp-background-color-surface-600[data-v-2b3ad016]{background-color:#45424d}.slp-background-color-surface-700[data-v-2b3ad016]{background-color:#171321}.slp-background-color-surface-800[data-v-2b3ad016]{background-color:#f6f3fe}.slp-background-color-surface-900[data-v-2b3ad016]{background-color:#eee7fd}.slp-background-color-surface-950[data-v-2b3ad016]{background-color:#e3d6ff}.slp-background-color-text-50[data-v-2b3ad016]{background-color:#fff}.slp-background-color-text-100[data-v-2b3ad016]{background-color:#d1d0d3}.slp-background-color-text-200[data-v-2b3ad016]{background-color:#74717a}.slp-background-color-text-300[data-v-2b3ad016]{background-color:#171321}.slp-background-color-text-link-100[data-v-2b3ad016]{background-color:#7759c2}.slp-background-color-alert-100[data-v-2b3ad016]{background-color:#ffd4d8}.slp-background-color-alert-200[data-v-2b3ad016]{background-color:#f24f63}.slp-background-color-alert-300[data-v-2b3ad016]{background-color:#cb3446}.slp-background-color-warning-100[data-v-2b3ad016]{background-color:#ffefc7}.slp-background-color-warning-200[data-v-2b3ad016]{background-color:#ffda7a}.slp-background-color-warning-300[data-v-2b3ad016]{background-color:#ffb800}.slp-background-color-success-100[data-v-2b3ad016]{background-color:#b8e5bc}.slp-background-color-success-200[data-v-2b3ad016]{background-color:#48a651}.slp-background-color-success-300[data-v-2b3ad016]{background-color:#327338}.slp-background-color-info-100[data-v-2b3ad016]{background-color:#d6eaff}.slp-background-color-info-200[data-v-2b3ad016]{background-color:#70b4ff}.slp-background-color-info-300[data-v-2b3ad016]{background-color:#3979bf}.slp-background-color-accent-100[data-v-2b3ad016]{background-color:#fca326}.slp-background-color-accent-200[data-v-2b3ad016]{background-color:#fc6d26}.slp-background-color-accent-300[data-v-2b3ad016]{background-color:#e24329}.slp-background-color-accent-400[data-v-2b3ad016]{background-color:#a989f5}.slp-background-color-accent-500[data-v-2b3ad016]{background-color:#7759c2}
|