@myelmut/design-system 0.1.36 → 0.1.38
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/images/ingredients/beer-yeast.webp +0 -0
- package/assets/images/ingredients/calcium.webp +0 -0
- package/assets/images/ingredients/rice.webp +0 -0
- package/assets/images/ingredients/seaweed.webp +0 -0
- package/assets/images/tips/claudine-tips-head-mobile.webp +0 -0
- package/assets/images/tips/claudine-tips-head-mobile@2x.webp +0 -0
- package/assets/images/tips/claudine-tips-head.webp +0 -0
- package/assets/images/tips/claudine-tips-head@2x.webp +0 -0
- package/dist/design-system/images/tips/claudine-tips-head-mobile.webp +0 -0
- package/dist/design-system/images/tips/claudine-tips-head-mobile@2x.webp +0 -0
- package/dist/design-system/images/tips/claudine-tips-head.webp +0 -0
- package/dist/design-system/images/tips/claudine-tips-head@2x.webp +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.es.js +232 -213
- package/dist/index.es.js.map +1 -1
- package/dist/types/index.d.ts +5 -2
- package/package.json +1 -1
- /package/assets/images/ingredients/{cereals.webp → quinoa.webp} +0 -0
- /package/assets/images/ingredients/{powder.webp → vitamins.webp} +0 -0
package/dist/index.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import G from "i18next";
|
|
|
3
3
|
import { initReactI18next as h1, useTranslation as S, Trans as K } from "react-i18next";
|
|
4
4
|
import { jsxs as d, jsx as a, Fragment as p1 } from "react/jsx-runtime";
|
|
5
5
|
import * as i from "react";
|
|
6
|
-
import t1, { useRef as V, useEffect as M, useState as E, useCallback as k, useMemo as
|
|
6
|
+
import t1, { useRef as V, useEffect as M, useState as E, useCallback as k, useMemo as $, forwardRef as C, memo as l1, Fragment as C1 } from "react";
|
|
7
7
|
const f1 = "PROMO : -{{percentage}}% SUR VOTRE PREMIÈRE COMMANDE + LIVRAISON OFFERTE", b1 = { noResults: "Aucun résultat trouvé" }, x1 = { home: "Accueil", recipes: "Recettes", history: "Histoire", blog: "Blog", sponsorship: "Parrainage", signIn: "Se connecter", tryTwoWeeks: "Essayer 2 semaines", contact: "Contact", help: "Aide", dog: "Chien", cat: "Chat", homemadeRation: "Ration ménagère", ourStory: "Notre histoire", whyElmut: "Pourquoi Elmut", faq: "FAQ", legal: "Mentions légales", terms: "CGV", sitemap: "Plan du site", back: "Retour" }, v1 = { copyright: "Tous droits réservés · Elmut" }, w1 = { emailPlaceholder: "claudinethequeen@gmail.com", subscribeLabel: "S'abonner" }, y1 = { myPet: "Mon poilu", promotionBanner: "30% de réduction sur votre commande d'essai" }, k1 = { claudineAlt: "Claudine", footerMessage: "Recevez régulièrement de mes nouvelles ! Et un peu d'Elmut aussi !" }, N1 = {
|
|
8
8
|
homeVoucher: f1,
|
|
9
9
|
dropdown: b1,
|
|
@@ -33,7 +33,7 @@ function s() {
|
|
|
33
33
|
for (var e, t, l = 0, r = "", n = arguments.length; l < n; l++) (e = arguments[l]) && (t = a1(e)) && (r && (r += " "), r += t);
|
|
34
34
|
return r;
|
|
35
35
|
}
|
|
36
|
-
const L1 = ["Facebook", "Instagram", "LinkedIn", "Tiktok"],
|
|
36
|
+
const L1 = ["Facebook", "Instagram", "LinkedIn", "Tiktok"], V5 = ({ className: e }) => {
|
|
37
37
|
const { t } = S("design"), l = [
|
|
38
38
|
{
|
|
39
39
|
links: [
|
|
@@ -179,7 +179,7 @@ function H1({ ref: e, onAppear: t, onDisappear: l, threshold: r = 0.5 }) {
|
|
|
179
179
|
};
|
|
180
180
|
}, [n, t, l, r]);
|
|
181
181
|
}
|
|
182
|
-
function
|
|
182
|
+
function H5({ targets: e, callback: t, root: l = null, threshold: r = 0.1, rootMargin: n = "0px" }) {
|
|
183
183
|
M(() => {
|
|
184
184
|
if (!e?.length) return;
|
|
185
185
|
const o = () => {
|
|
@@ -237,14 +237,14 @@ function z1(e) {
|
|
|
237
237
|
const S1 = (e) => {
|
|
238
238
|
["Backspace", "Delete", "Tab", "Escape", "Enter", "ArrowLeft", "ArrowRight"].includes(e.key) || /^[0-9]$/.test(e.key) || e.preventDefault();
|
|
239
239
|
};
|
|
240
|
-
function
|
|
240
|
+
function z5() {
|
|
241
241
|
const [e, t] = E(!1);
|
|
242
242
|
return M(() => {
|
|
243
243
|
const l = () => t(window.innerWidth < 768);
|
|
244
244
|
return l(), window.addEventListener("resize", l), () => window.removeEventListener("resize", l);
|
|
245
245
|
}, []), e;
|
|
246
246
|
}
|
|
247
|
-
function
|
|
247
|
+
function S5() {
|
|
248
248
|
const [e, t] = E(!1);
|
|
249
249
|
return M(() => {
|
|
250
250
|
const l = () => t(window.innerWidth >= 1024);
|
|
@@ -274,7 +274,7 @@ const Z1 = () => {
|
|
|
274
274
|
label: "sponsorship",
|
|
275
275
|
href: "/parrainage"
|
|
276
276
|
}
|
|
277
|
-
],
|
|
277
|
+
], Z5 = (e) => {
|
|
278
278
|
const [t, l] = E(e.variant), r = V(null);
|
|
279
279
|
return M(() => {
|
|
280
280
|
const n = V1((o) => {
|
|
@@ -288,28 +288,28 @@ const Z1 = () => {
|
|
|
288
288
|
/* @__PURE__ */ a(j1, { ...e, variant: t }),
|
|
289
289
|
/* @__PURE__ */ a(A1, { ...e, variant: t })
|
|
290
290
|
] });
|
|
291
|
-
},
|
|
291
|
+
}, $1 = {
|
|
292
292
|
light: "text-claret-violet-dark bg-beige-light",
|
|
293
293
|
dark: "text-beige-light bg-claret-violet-dark"
|
|
294
|
-
},
|
|
294
|
+
}, F1 = ({ variant: e, className: t, activeNavLink: l }) => {
|
|
295
295
|
const { t: r } = S(), n = s(
|
|
296
296
|
"w-full border-t px-6 py-4.5",
|
|
297
297
|
e === "light" ? "border-claret-violet-light/30" : "border-beige-light/30"
|
|
298
298
|
);
|
|
299
|
-
return /* @__PURE__ */ d("ul", { className: s("absolute top-0 right-0 left-0 z-1 w-full -translate-y-full transition-transform duration-300 ease-in-out group-data-[open=false]:duration-150 group-data-[open=true]:translate-y-0",
|
|
299
|
+
return /* @__PURE__ */ d("ul", { className: s("absolute top-0 right-0 left-0 z-1 w-full -translate-y-full transition-transform duration-300 ease-in-out group-data-[open=false]:duration-150 group-data-[open=true]:translate-y-0", $1[e], t), children: [
|
|
300
300
|
n1.map((o) => /* @__PURE__ */ a("li", { className: s(n, l === o.href && "font-semibold"), children: /* @__PURE__ */ a("a", { href: o.href, "aria-current": l === o.href ? "page" : void 0, children: r(`navigation.${o.label}`) }) }, o.label)),
|
|
301
301
|
/* @__PURE__ */ a("li", { children: /* @__PURE__ */ d("a", { href: "/auth/sign-in", className: s("flex items-center gap-2.5 font-semibold", n, e === "light" ? "bg-beige-dark" : "bg-claret-violet-light"), children: [
|
|
302
|
-
/* @__PURE__ */ a(
|
|
302
|
+
/* @__PURE__ */ a(g5, { className: "w-2.5" }),
|
|
303
303
|
" ",
|
|
304
304
|
r("navigation.signIn")
|
|
305
305
|
] }) })
|
|
306
306
|
] });
|
|
307
|
-
},
|
|
307
|
+
}, I1 = {
|
|
308
308
|
light: "text-claret-violet-dark from-claret-violet-dark to-claret-violet-dark/0",
|
|
309
309
|
dark: "text-beige-light from-beige-light to-beige-light/0 "
|
|
310
310
|
}, j1 = ({ variant: e = "dark", className: t, voucher: l, activeNavLink: r }) => {
|
|
311
311
|
const { t: n } = S("design");
|
|
312
|
-
return /* @__PURE__ */ d("nav", { className: s("group fixed top-0 right-0 left-0 z-100 bg-linear-to-b from-60% px-0 py-7.5 transition-colors duration-300 max-lg:hidden", l ? "pt-16.5" : "pt-7.5",
|
|
312
|
+
return /* @__PURE__ */ d("nav", { className: s("group fixed top-0 right-0 left-0 z-100 bg-linear-to-b from-60% px-0 py-7.5 transition-colors duration-300 max-lg:hidden", l ? "pt-16.5" : "pt-7.5", I1[e], t), children: [
|
|
313
313
|
!!l && /* @__PURE__ */ a(J, { content: l, className: s("top-0 z-100") }),
|
|
314
314
|
/* @__PURE__ */ d("div", { className: s("relative z-20 container mx-auto flex flex-1 items-center justify-between"), children: [
|
|
315
315
|
/* @__PURE__ */ d("div", { className: "flex items-center md:gap-10 xl:gap-20", children: [
|
|
@@ -322,10 +322,10 @@ const Z1 = () => {
|
|
|
322
322
|
] })
|
|
323
323
|
] })
|
|
324
324
|
] });
|
|
325
|
-
},
|
|
325
|
+
}, B1 = {
|
|
326
326
|
light: "text-claret-violet-dark from-claret-violet-dark to-claret-violet-dark/0 group-data-[open=true]:from-claret-violet-dark/0 group-data-[open=true]:text-claret-violet-dark",
|
|
327
327
|
dark: "text-beige-light from-beige-light to-beige-light/0 group-data-[open=true]:from-beige-light/0 group-data-[open=true]:text-beige-light"
|
|
328
|
-
},
|
|
328
|
+
}, T1 = {
|
|
329
329
|
dark: "bg-claret-violet-dark/30",
|
|
330
330
|
light: "bg-beige-light/30"
|
|
331
331
|
}, A1 = ({ variant: e = "dark", className: t, voucher: l, activeNavLink: r }) => {
|
|
@@ -337,18 +337,18 @@ const Z1 = () => {
|
|
|
337
337
|
M(() => () => {
|
|
338
338
|
g.current !== null && clearTimeout(g.current);
|
|
339
339
|
}, []);
|
|
340
|
-
const u =
|
|
340
|
+
const u = $(() => e === "dark" && !n || e === "light" && n ? "primary" : "secondary", [e, n]), p = $(() => s({
|
|
341
341
|
"text-claret-violet-dark": e === "dark" && !n || e === "light" && n,
|
|
342
342
|
"text-beige-light": e === "dark" && n || e === "light" && !n
|
|
343
343
|
}), [e, n]);
|
|
344
344
|
return /* @__PURE__ */ d("nav", { "data-open": n, className: s("group fixed top-0 right-0 left-0 z-20 block lg:hidden", t), children: [
|
|
345
345
|
!!l && /* @__PURE__ */ a(J, { content: l, className: s("z-100", n ? "top-0" : "top-7") }),
|
|
346
|
-
/* @__PURE__ */ d("div", { className: s("relative z-10 flex items-center justify-between bg-linear-to-b from-60% p-6 pe-3 transition-colors duration-150", l ? n ? "h-29.5 pt-13.5" : "h-36 pt-20.5" : "h-21.5 pt-6",
|
|
346
|
+
/* @__PURE__ */ d("div", { className: s("relative z-10 flex items-center justify-between bg-linear-to-b from-60% p-6 pe-3 transition-colors duration-150", l ? n ? "h-29.5 pt-13.5" : "h-36 pt-20.5" : "h-21.5 pt-6", B1[e]), children: [
|
|
347
347
|
/* @__PURE__ */ a("a", { href: "/", className: "me-auto", children: /* @__PURE__ */ a(O, { className: "w-18 md:w-36", variant: u }) }),
|
|
348
|
-
/* @__PURE__ */ a("button", { onClick: h, className: s("p-3", p), children: n ? /* @__PURE__ */ a(
|
|
348
|
+
/* @__PURE__ */ a("button", { onClick: h, className: s("p-3", p), children: n ? /* @__PURE__ */ a(je, { className: "w-4" }) : /* @__PURE__ */ a(Xe, { className: "w-4" }) })
|
|
349
349
|
] }),
|
|
350
|
-
/* @__PURE__ */ a(
|
|
351
|
-
(n || c) && /* @__PURE__ */ a("div", { onClick: h, className: s("fixed inset-0 z-0",
|
|
350
|
+
/* @__PURE__ */ a(F1, { variant: e, className: l ? "pt-29.5" : "pt-21.5", activeNavLink: r }),
|
|
351
|
+
(n || c) && /* @__PURE__ */ a("div", { onClick: h, className: s("fixed inset-0 z-0", T1[e], c ? "animate-fade-out" : "animate-fade-in") })
|
|
352
352
|
] });
|
|
353
353
|
}, D1 = ({ totalSteps: e, currentStep: t, className: l }) => /* @__PURE__ */ d("div", { className: s("relative flex items-center justify-between gap-2", l), children: [
|
|
354
354
|
Array.from({ length: e }).map((r, n) => /* @__PURE__ */ a("div", { className: s("bg-beige-light border-claret-violet-dark/40 z-2 h-1.5 w-1.5 rounded-full border transition-colors duration-200 md:h-2.5 md:w-2.5", n <= t - 1 && "bg-claret-violet-dark delay-150") }, n)),
|
|
@@ -386,7 +386,7 @@ const Z1 = () => {
|
|
|
386
386
|
] }),
|
|
387
387
|
/* @__PURE__ */ a(b, { size: "md", className: "leading-none", children: n("wizard.myPet") })
|
|
388
388
|
] });
|
|
389
|
-
},
|
|
389
|
+
}, R5 = ({ variant: e = "default", totalSteps: t = 8, currentStep: l = 1, className: r }) => {
|
|
390
390
|
const { t: n } = S("design");
|
|
391
391
|
return /* @__PURE__ */ d("nav", { className: s("fixed top-0 right-0 left-0 z-10", P1[e], r), children: [
|
|
392
392
|
/* @__PURE__ */ d("div", { className: s("container mx-auto flex items-center", O1[e]), children: [
|
|
@@ -444,9 +444,9 @@ const Z1 = () => {
|
|
|
444
444
|
fill: D[e]
|
|
445
445
|
}
|
|
446
446
|
)
|
|
447
|
-
] }),
|
|
448
|
-
const p = (
|
|
449
|
-
|
|
447
|
+
] }), F = t1.forwardRef(({ mobile: e, desktop: t, mobile2x: l, desktop2x: r, type: n = "image/webp", loading: o = "lazy", decoding: c = "async", alt: m, className: g, fadeOnLoad: h = !0 }, u) => {
|
|
448
|
+
const p = (f) => {
|
|
449
|
+
f && f.complete && h && f.classList.add("opacity-100"), typeof u == "function" ? u(f) : u && typeof u != "function" && (u.current = f);
|
|
450
450
|
};
|
|
451
451
|
return /* @__PURE__ */ d("picture", { children: [
|
|
452
452
|
/* @__PURE__ */ a("source", { srcSet: l ? `${e} 1x, ${l} 2x` : e, media: "(max-width: 767px)", type: n }),
|
|
@@ -460,17 +460,17 @@ const Z1 = () => {
|
|
|
460
460
|
className: s("h-auto w-full transition-opacity duration-300", g, h ? "opacity-0" : ""),
|
|
461
461
|
loading: o,
|
|
462
462
|
decoding: c,
|
|
463
|
-
onLoad: (
|
|
464
|
-
h && (
|
|
463
|
+
onLoad: (f) => {
|
|
464
|
+
h && (f.currentTarget.classList.remove("opacity-0"), f.currentTarget.classList.add("opacity-100"));
|
|
465
465
|
},
|
|
466
|
-
onError: (
|
|
467
|
-
h && (
|
|
466
|
+
onError: (f) => {
|
|
467
|
+
h && (f.currentTarget.classList.remove("opacity-0"), f.currentTarget.classList.add("opacity-100"));
|
|
468
468
|
}
|
|
469
469
|
}
|
|
470
470
|
)
|
|
471
471
|
] });
|
|
472
472
|
});
|
|
473
|
-
|
|
473
|
+
F.displayName = "ResponsiveImage";
|
|
474
474
|
const Y = {
|
|
475
475
|
xl: "text-xl-mobile md:text-xl font-semibold leading-[1.5]",
|
|
476
476
|
lg: "text-lg-mobile md:text-lg max-md:font-semibold leading-[1.5]",
|
|
@@ -511,7 +511,7 @@ const Y = {
|
|
|
511
511
|
"heading-xl": "font-pangaia text-heading-xl-mobile md:text-heading-lg xl:text-heading-xl font-medium leading-none",
|
|
512
512
|
"heading-lg": "max-md:leading-[1.2] max-md:italic font-pangaia text-heading-lg-mobile md:text-heading-md xl:text-heading-lg font-semibold leading-[1.2] md:font-medium md:leading-none",
|
|
513
513
|
"heading-md": "md:font-pangaia text-heading-md-mobile md:text-heading-md font-regular xl:font-medium leading-[1.5] md:leading-none"
|
|
514
|
-
}, Z =
|
|
514
|
+
}, Z = C(({ variant: e = "h1", size: t = "display-lg", italic: l = !1, children: r, className: n = "" }, o) => {
|
|
515
515
|
const c = typeof r == "string", m = s(
|
|
516
516
|
U1[t],
|
|
517
517
|
{
|
|
@@ -535,42 +535,42 @@ const Y = {
|
|
|
535
535
|
return t1.createElement(e, { ref: o, className: m }, g);
|
|
536
536
|
});
|
|
537
537
|
Z.displayName = "Title";
|
|
538
|
-
const J1 =
|
|
538
|
+
const J1 = C((e, t) => /* @__PURE__ */ a(Z, { variant: "h1", ref: t, ...e }));
|
|
539
539
|
J1.displayName = "H1";
|
|
540
|
-
const Q1 =
|
|
540
|
+
const Q1 = C((e, t) => /* @__PURE__ */ a(Z, { variant: "h2", ref: t, ...e }));
|
|
541
541
|
Q1.displayName = "H2";
|
|
542
|
-
const G1 =
|
|
542
|
+
const G1 = C((e, t) => /* @__PURE__ */ a(Z, { variant: "h3", ref: t, ...e }));
|
|
543
543
|
G1.displayName = "H3";
|
|
544
|
-
const Y1 =
|
|
544
|
+
const Y1 = C((e, t) => /* @__PURE__ */ a(Z, { variant: "h4", ref: t, ...e }));
|
|
545
545
|
Y1.displayName = "H4";
|
|
546
|
-
const X1 =
|
|
546
|
+
const X1 = C((e, t) => /* @__PURE__ */ a(Z, { variant: "h5", ref: t, ...e }));
|
|
547
547
|
X1.displayName = "H5";
|
|
548
|
-
const ee =
|
|
548
|
+
const ee = C((e, t) => /* @__PURE__ */ a(Z, { variant: "h6", ref: t, ...e }));
|
|
549
549
|
ee.displayName = "H6";
|
|
550
|
-
const j =
|
|
550
|
+
const j = C((e, t) => /* @__PURE__ */ a(Z, { variant: "span", ref: t, ...e }));
|
|
551
551
|
j.displayName = "SpanTitle";
|
|
552
|
-
const N =
|
|
552
|
+
const N = C((e, t) => /* @__PURE__ */ a(Z, { variant: "p", ref: t, ...e }));
|
|
553
553
|
N.displayName = "ParagraphTitle";
|
|
554
|
-
const
|
|
555
|
-
const g = V(null), [h, u] = E(!0), [p,
|
|
556
|
-
(
|
|
557
|
-
g.current?.contentWindow?.postMessage(JSON.stringify({ method:
|
|
554
|
+
const $5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSound: n = !0, placeholderImageDesktop: o, placeholderImageMobile2x: c, placeholderImageDesktop2x: m }) => {
|
|
555
|
+
const g = V(null), [h, u] = E(!0), [p, f] = E(!1), [y, L] = E(!1), v = k(
|
|
556
|
+
(T, _) => {
|
|
557
|
+
g.current?.contentWindow?.postMessage(JSON.stringify({ method: T, value: _ }), "*");
|
|
558
558
|
},
|
|
559
559
|
[g]
|
|
560
560
|
), H = k(() => {
|
|
561
|
-
v("play"), L(!0),
|
|
561
|
+
v("play"), L(!0), f(!0);
|
|
562
562
|
}, [v]), x = k(() => {
|
|
563
|
-
v("pause"),
|
|
563
|
+
v("pause"), f(!1), L(!1);
|
|
564
564
|
}, [v]);
|
|
565
565
|
H1({ ref: g, onAppear: H, onDisappear: x });
|
|
566
566
|
const w = k(() => {
|
|
567
567
|
h ? v("setVolume", 1) : v("setVolume", 0), u(!h);
|
|
568
|
-
}, [v, h]),
|
|
569
|
-
v(p ? "pause" : "play"),
|
|
568
|
+
}, [v, h]), I = k(() => {
|
|
569
|
+
v(p ? "pause" : "play"), f(!p);
|
|
570
570
|
}, [v, p]), A = "text-beige-light z-10 w-10 opacity-0 transition-opacity duration-300 ease-in-out group-hover:opacity-100";
|
|
571
571
|
return /* @__PURE__ */ d("div", { className: s("border-claret-violet-dark rounded-input md:rounded-card relative z-0 col-span-full mb-7.5 flex aspect-video cursor-pointer items-center justify-center overflow-hidden border md:mb-15 xl:col-span-10 xl:col-start-2", l), children: [
|
|
572
572
|
/* @__PURE__ */ a(
|
|
573
|
-
|
|
573
|
+
F,
|
|
574
574
|
{
|
|
575
575
|
mobile: r,
|
|
576
576
|
desktop: o,
|
|
@@ -594,8 +594,8 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
594
594
|
referrerPolicy: "strict-origin-when-cross-origin"
|
|
595
595
|
}
|
|
596
596
|
),
|
|
597
|
-
/* @__PURE__ */ a("div", { onClick:
|
|
598
|
-
n && /* @__PURE__ */ a("button", { className: "bg-beige-light text-claret-violet-dark hover:bg-beige-light/80 absolute right-4 bottom-4 z-10 cursor-pointer rounded-full p-1 transition-colors duration-300 md:p-2", onClick: w, children: h ? /* @__PURE__ */ a(
|
|
597
|
+
/* @__PURE__ */ a("div", { onClick: I, onKeyDown: (T) => T.key === "Enter" && I(), tabIndex: 0, className: "group absolute inset-0 z-10 flex items-center justify-center", children: p ? /* @__PURE__ */ a(n5, { className: A }) : /* @__PURE__ */ a(o5, { className: A }) }),
|
|
598
|
+
n && /* @__PURE__ */ a("button", { className: "bg-beige-light text-claret-violet-dark hover:bg-beige-light/80 absolute right-4 bottom-4 z-10 cursor-pointer rounded-full p-1 transition-colors duration-300 md:p-2", onClick: w, children: h ? /* @__PURE__ */ a(a5, { className: "w-4 md:w-6" }) : /* @__PURE__ */ a(k5, { className: "w-4 md:w-6" }) })
|
|
599
599
|
] });
|
|
600
600
|
}, te = ({ as: e = "button", variant: t = "primary", color: l = "light", active: r = !1, children: n, disabled: o = !1, className: c = "", size: m = "md", ...g }) => {
|
|
601
601
|
const h = t === "primary" || t === "secondary", u = s(
|
|
@@ -618,11 +618,11 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
618
618
|
c
|
|
619
619
|
);
|
|
620
620
|
if (e === "a") {
|
|
621
|
-
const { href: p, ...
|
|
622
|
-
return /* @__PURE__ */ a("a", { href: o ? void 0 : p, ...
|
|
621
|
+
const { href: p, ...f } = g;
|
|
622
|
+
return /* @__PURE__ */ a("a", { href: o ? void 0 : p, ...f, className: u, "aria-current": r, "aria-disabled": o || void 0, tabIndex: o ? -1 : 0, children: n });
|
|
623
623
|
}
|
|
624
624
|
return /* @__PURE__ */ a("button", { tabIndex: 0, className: u, ...g, disabled: o, children: n });
|
|
625
|
-
}, z = l1(te),
|
|
625
|
+
}, z = l1(te), F5 = ({ label: e, description: t, disabled: l, className: r = "", ...n }) => {
|
|
626
626
|
const o = s(
|
|
627
627
|
"relative flex flex-col w-32 md:w-51.25 aspect-32/25 md:aspect-41/30 px-2.5 py-4 md:px-5 md:py-6 items-center overflow-hidden rounded-input md:rounded-card bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50",
|
|
628
628
|
"after:absolute after:content-[''] after:border after:rounded-input md:after:rounded-card after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark",
|
|
@@ -632,7 +632,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
632
632
|
/* @__PURE__ */ a("span", { className: "text-sm-mobile w-full font-semibold md:text-xl", children: e }),
|
|
633
633
|
/* @__PURE__ */ a("span", { className: "text-sm-mobile md:text-md w-full", children: t })
|
|
634
634
|
] }) });
|
|
635
|
-
}, le = ({ className: e, onClick: t, ...l }) => /* @__PURE__ */ a("button", { tabIndex: 0, ...l, onClick: t, className: s("text-claret-violet-dark outline-beige-light hover:text-claret-violet-light disabled:pointer-none: h-5 w-5 cursor-pointer rounded-full transition-colors duration-300", e), children: /* @__PURE__ */ a(
|
|
635
|
+
}, le = ({ className: e, onClick: t, ...l }) => /* @__PURE__ */ a("button", { tabIndex: 0, ...l, onClick: t, className: s("text-claret-violet-dark outline-beige-light hover:text-claret-violet-light disabled:pointer-none: h-5 w-5 cursor-pointer rounded-full transition-colors duration-300", e), children: /* @__PURE__ */ a(Fe, { className: "h-full w-full" }) }), o1 = l1(le), P = ({ variant: e, disabled: t = !1, className: l, ...r }) => /* @__PURE__ */ d(
|
|
636
636
|
"button",
|
|
637
637
|
{
|
|
638
638
|
tabIndex: 0,
|
|
@@ -644,8 +644,8 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
644
644
|
),
|
|
645
645
|
...r,
|
|
646
646
|
children: [
|
|
647
|
-
e === "plus" && /* @__PURE__ */ a(
|
|
648
|
-
e === "minus" && /* @__PURE__ */ a(
|
|
647
|
+
e === "plus" && /* @__PURE__ */ a(d5, { className: "w-4" }),
|
|
648
|
+
e === "minus" && /* @__PURE__ */ a(t5, { className: "w-4" })
|
|
649
649
|
]
|
|
650
650
|
}
|
|
651
651
|
), ae = {
|
|
@@ -678,7 +678,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
678
678
|
}, X = {
|
|
679
679
|
vertical: "absolute right-0 bottom-0 left-0 z-1 max-h-34 w-full",
|
|
680
680
|
horizontal: "max-md:h-full max-md:w-19 md:w-full"
|
|
681
|
-
},
|
|
681
|
+
}, j5 = ({ label: e, layout: t = "vertical", illustration: l, disabled: r, className: n = "", illustrationClassName: o = "", ...c }) => {
|
|
682
682
|
const m = s(
|
|
683
683
|
"relative md:px-5 md:py-6 flex md:flex-col items-center overflow-hidden rounded-input bg-beige-dark text-claret-violet-dark transition-all duration-300 focus:outline-none cursor-pointer disabled:cursor-not-allowed disabled:pointer-events-none disabled:opacity-50",
|
|
684
684
|
"after:absolute after:content-[''] after:border after:rounded-input after:border-beige-ultra-dark after:inset-0 after:z-0 hover:after:border-claret-violet-dark after:transition-colors after:duration-300 focus-visible:after:border-claret-violet-dark",
|
|
@@ -698,12 +698,12 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
698
698
|
}, se = ({ variant: e, labelVisible: t = !1, className: l }) => /* @__PURE__ */ d("a", { tabIndex: 0, href: oe[e], target: "_blank", rel: "noopener noreferrer", className: s("group flex items-center gap-2", l), children: [
|
|
699
699
|
/* @__PURE__ */ d("span", { className: "bg-claret-violet-dark text-beige-light group-hover:bg-claret-violet-light flex h-6 w-6 cursor-pointer items-center justify-center rounded-md transition-colors duration-300", children: [
|
|
700
700
|
e === "Facebook" && /* @__PURE__ */ a(Te, { className: "h-3" }),
|
|
701
|
-
e === "Instagram" && /* @__PURE__ */ a(
|
|
702
|
-
e === "LinkedIn" && /* @__PURE__ */ a(
|
|
703
|
-
e === "Tiktok" && /* @__PURE__ */ a(
|
|
701
|
+
e === "Instagram" && /* @__PURE__ */ a(Ue, { className: "h-3" }),
|
|
702
|
+
e === "LinkedIn" && /* @__PURE__ */ a(Qe, { className: "h-3" }),
|
|
703
|
+
e === "Tiktok" && /* @__PURE__ */ a(v5, { className: "h-3" })
|
|
704
704
|
] }),
|
|
705
705
|
t && /* @__PURE__ */ a("span", { className: "text-claret-violet-dark text-button-mobile md:text-button font-semibold max-md:hidden", children: e })
|
|
706
|
-
] }),
|
|
706
|
+
] }), B5 = ({ data: e = [], onChange: t, value: l = "", disabled: r = !1, className: n = "", "aria-label": o = "Toggle selection" }) => {
|
|
707
707
|
if (e.length !== 2)
|
|
708
708
|
return console.warn("Toggle component expects exactly 2 items in data array"), null;
|
|
709
709
|
const c = (u) => {
|
|
@@ -732,14 +732,14 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
732
732
|
u.value
|
|
733
733
|
))
|
|
734
734
|
] });
|
|
735
|
-
},
|
|
735
|
+
}, T5 = ({ label: e = "", id: t, options: l, value: r, onChange: n, required: o, hasError: c = !1, error: m = "", className: g = "" }) => {
|
|
736
736
|
const h = (u, p) => {
|
|
737
737
|
u.preventDefault(), n(p);
|
|
738
738
|
};
|
|
739
739
|
return /* @__PURE__ */ d("div", { className: g, children: [
|
|
740
740
|
e.length > 0 && /* @__PURE__ */ a(W, { label: e, required: o, className: "mb-6", id: t }),
|
|
741
741
|
/* @__PURE__ */ a("div", { className: "flex flex-wrap justify-center gap-4 md:gap-3 lg:justify-start", children: l.map((u) => /* @__PURE__ */ a(z, { type: "button", variant: r === u.value ? "primary" : "secondary", size: "sm", color: "dark", onClick: (p) => h(p, u.value), children: u.label }, u.value)) }),
|
|
742
|
-
/* @__PURE__ */ a(
|
|
742
|
+
/* @__PURE__ */ a(B, { id: `${t}-error`, hasError: c, message: m })
|
|
743
743
|
] });
|
|
744
744
|
}, s1 = ({ children: e, checked: t, name: l, onChange: r, className: n }) => {
|
|
745
745
|
const o = k(
|
|
@@ -754,20 +754,20 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
754
754
|
e
|
|
755
755
|
] });
|
|
756
756
|
}, de = ({ label: e = "", id: t, options: l, placeholder: r, name: n, className: o, error: c = "", hasError: m = !1, disabled: g = !1, onChange: h = () => {
|
|
757
|
-
}, value: u, required: p, searchable:
|
|
758
|
-
const [y, L] = E(!1), [v, H] = E(""), x = V(null), w =
|
|
759
|
-
L(!1), (!u || v !== w) &&
|
|
757
|
+
}, value: u, required: p, searchable: f = !1 }) => {
|
|
758
|
+
const [y, L] = E(!1), [v, H] = E(""), x = V(null), w = $(() => l.find((R) => R.value === u)?.label, [l, u]), I = k(() => {
|
|
759
|
+
L(!1), (!u || v !== w) && f && (H(""), h(""));
|
|
760
760
|
}, [u, h, w, v]);
|
|
761
|
-
q(x,
|
|
762
|
-
const A =
|
|
761
|
+
q(x, I);
|
|
762
|
+
const A = $(() => f ? l.filter((R) => R.label.toLowerCase().includes(v.toLowerCase())) : l, [l, v, f]), T = k(
|
|
763
763
|
(R) => {
|
|
764
764
|
h(R), H(l.find((g1) => g1.value === R)?.label || ""), L(!1);
|
|
765
765
|
},
|
|
766
766
|
[h, w]
|
|
767
767
|
);
|
|
768
768
|
M(() => {
|
|
769
|
-
!u &&
|
|
770
|
-
}, [u,
|
|
769
|
+
!u && f && H("");
|
|
770
|
+
}, [u, f]);
|
|
771
771
|
const _ = s(
|
|
772
772
|
"w-full",
|
|
773
773
|
o
|
|
@@ -781,7 +781,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
781
781
|
/* @__PURE__ */ d("div", { className: "relative h-11 w-full", ref: x, children: [
|
|
782
782
|
/* @__PURE__ */ a("input", { type: "hidden", name: n, id: t, value: u }),
|
|
783
783
|
/* @__PURE__ */ d("div", { className: u1, children: [
|
|
784
|
-
|
|
784
|
+
f ? /* @__PURE__ */ a("input", { type: "text", name: "search", disabled: g, onFocus: () => L(!0), value: v, placeholder: r, onChange: (R) => H(R.target.value), className: "w-full px-3 py-2.5 focus:outline-none" }) : !y && /* @__PURE__ */ d(
|
|
785
785
|
"button",
|
|
786
786
|
{
|
|
787
787
|
type: "button",
|
|
@@ -798,16 +798,16 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
798
798
|
]
|
|
799
799
|
}
|
|
800
800
|
),
|
|
801
|
-
/* @__PURE__ */ a(Q, { name: n, options: A, value: u, onChange:
|
|
801
|
+
/* @__PURE__ */ a(Q, { name: n, options: A, value: u, onChange: T, disabled: g, isOpen: y, className: s("border-0 pe-9.5", y && "h-full", f && "pt-0") }),
|
|
802
802
|
/* @__PURE__ */ a(d1, { className: s("absolute top-4.5 right-3 z-20 w-3 transition-transform duration-300", y && "rotate-180", g && "opacity-40") })
|
|
803
803
|
] })
|
|
804
804
|
] }),
|
|
805
|
-
/* @__PURE__ */ a(
|
|
805
|
+
/* @__PURE__ */ a(B, { id: `${t}-error`, hasError: m, message: c })
|
|
806
806
|
] });
|
|
807
807
|
}, Q = ({ name: e, options: t, value: l = "", values: r = [], disabled: n = !1, className: o = "", onChange: c = () => {
|
|
808
808
|
}, onChangeMultiple: m = () => {
|
|
809
809
|
}, isOpen: g, multiple: h = !1 }) => {
|
|
810
|
-
const u = z1(h ? "label" : '[role="option"]'), { t: p } = S("design"),
|
|
810
|
+
const u = z1(h ? "label" : '[role="option"]'), { t: p } = S("design"), f = k(
|
|
811
811
|
(x) => {
|
|
812
812
|
c(x);
|
|
813
813
|
},
|
|
@@ -819,9 +819,9 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
819
819
|
[m, r]
|
|
820
820
|
), L = k(
|
|
821
821
|
(x, w) => {
|
|
822
|
-
U(x, () =>
|
|
822
|
+
U(x, () => f(w));
|
|
823
823
|
},
|
|
824
|
-
[
|
|
824
|
+
[f]
|
|
825
825
|
), v = l ? `${e}-option-${l}` : void 0, H = s(
|
|
826
826
|
"rounded-input border-claret-violet-dark transition-duration-3000 will-change-height max-h-0 h-0 w-full overflow-auto border bg-white px-3 py-2.5 opacity-0 transition-all md:min-w-max",
|
|
827
827
|
g && "max-h-33 h-auto opacity-100",
|
|
@@ -848,7 +848,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
848
848
|
"aria-disabled": n,
|
|
849
849
|
"aria-selected": x.value === l,
|
|
850
850
|
role: "option",
|
|
851
|
-
onClick: () =>
|
|
851
|
+
onClick: () => f(x.value),
|
|
852
852
|
onKeyDown: (w) => L(w, x.value),
|
|
853
853
|
tabIndex: g ? 0 : -1,
|
|
854
854
|
className: s("text-md hover:bg-beige-light transition-duration-300 outline-claret-violet-dark cursor-pointer rounded-md px-2 py-4 transition-colors", x.value === l && "bg-beige-light/40"),
|
|
@@ -859,7 +859,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
859
859
|
),
|
|
860
860
|
t.length <= 0 && /* @__PURE__ */ a("li", { className: "text-claret-violet-dark/50 text-legend cursor-default", children: p("dropdown.noResults") })
|
|
861
861
|
] });
|
|
862
|
-
},
|
|
862
|
+
}, B = ({ message: e, hasError: t, className: l, id: r = "" }) => /* @__PURE__ */ a(b, { "aria-live": "polite", id: r, role: t ? "alert" : void 0, size: "legend", className: s("text-red-error mt-2 min-h-5 opacity-0 transition-opacity duration-300", t && "opacity-100", l), children: e || "" }), A5 = ({ placeholder: e, label: t, options: l, values: r, onChange: n, disabled: o, name: c, className: m }) => {
|
|
863
863
|
const [g, h] = E(!1), u = V(null);
|
|
864
864
|
q(u, () => h(!1));
|
|
865
865
|
const p = k(
|
|
@@ -867,7 +867,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
867
867
|
n(v);
|
|
868
868
|
},
|
|
869
869
|
[n]
|
|
870
|
-
),
|
|
870
|
+
), f = k(
|
|
871
871
|
(v) => {
|
|
872
872
|
U(v, () => h(!g));
|
|
873
873
|
},
|
|
@@ -877,7 +877,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
877
877
|
v.stopPropagation(), n([]);
|
|
878
878
|
},
|
|
879
879
|
[n]
|
|
880
|
-
), L =
|
|
880
|
+
), L = $(() => r?.length > 0 ? `${t} (${r.length})` : e, [r, t, e]);
|
|
881
881
|
return /* @__PURE__ */ d("div", { className: s("relative", m), ref: u, children: [
|
|
882
882
|
/* @__PURE__ */ d(
|
|
883
883
|
"div",
|
|
@@ -885,7 +885,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
885
885
|
role: "button",
|
|
886
886
|
tabIndex: 0,
|
|
887
887
|
onClick: () => h(!g),
|
|
888
|
-
onKeyDown:
|
|
888
|
+
onKeyDown: f,
|
|
889
889
|
className: s(
|
|
890
890
|
"rounded-input bg-pink-oyster-dark text-claret-violet-dark border-claret-violet-dark outline-claret-violet-dark relative flex cursor-pointer items-center justify-between gap-4 border p-2.5 transition-colors duration-300 md:w-54 md:px-3 md:py-4",
|
|
891
891
|
'max-md:after:bg-claret-violet-dark max-md:after:border-pink-oyster-dark max-md:after:absolute max-md:after:-top-[2px] max-md:after:-right-[2px] max-md:after:h-2 max-md:after:w-2 max-md:after:rounded-full max-md:after:border max-md:after:opacity-0 max-md:after:transition-opacity max-md:after:duration-300 max-md:after:content-[""]',
|
|
@@ -896,7 +896,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
896
896
|
L,
|
|
897
897
|
r.length > 0 && /* @__PURE__ */ a(o1, { onClick: y, className: "max-md:hidden" })
|
|
898
898
|
] }),
|
|
899
|
-
/* @__PURE__ */ a(
|
|
899
|
+
/* @__PURE__ */ a(De, { className: "w-6" })
|
|
900
900
|
]
|
|
901
901
|
}
|
|
902
902
|
),
|
|
@@ -908,9 +908,9 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
908
908
|
] }), ce = ({ variant: e = "light", className: t, placeholder: l, label: r, disabled: n = !1, onSubscribe: o = () => {
|
|
909
909
|
}, hasError: c = !1, error: m = "" }) => {
|
|
910
910
|
const { t: g } = S("design"), h = l || g("newsletter.emailPlaceholder"), u = r || g("newsletter.subscribeLabel");
|
|
911
|
-
return /* @__PURE__ */ d("form", { onSubmit: (
|
|
912
|
-
|
|
913
|
-
const v = (new FormData(
|
|
911
|
+
return /* @__PURE__ */ d("form", { onSubmit: (f) => {
|
|
912
|
+
f.preventDefault();
|
|
913
|
+
const v = (new FormData(f.currentTarget).get("email") ?? "").trim();
|
|
914
914
|
v.length !== 0 && o(v);
|
|
915
915
|
}, className: t, children: [
|
|
916
916
|
/* @__PURE__ */ d(
|
|
@@ -950,9 +950,9 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
950
950
|
]
|
|
951
951
|
}
|
|
952
952
|
),
|
|
953
|
-
/* @__PURE__ */ a(
|
|
953
|
+
/* @__PURE__ */ a(B, { id: "newsletter-error", hasError: c, message: m, className: e === "light" ? "!text-claret-violet-dark ps-8" : "!text-beige-light ps-8" })
|
|
954
954
|
] });
|
|
955
|
-
},
|
|
955
|
+
}, D5 = ({ label: e = "", id: t, value: l, onChange: r, required: n, metric: o, min: c = 0, max: m = 99, hasError: g = !1, error: h = "", disabled: u = !1 }) => /* @__PURE__ */ d("div", { className: "flex items-center gap-4 max-md:flex-col max-md:items-start md:gap-8", children: [
|
|
956
956
|
e.length > 0 && /* @__PURE__ */ a(W, { label: e, required: n, id: t, className: "mb-0" }),
|
|
957
957
|
/* @__PURE__ */ d("div", { className: "flex items-center gap-4", children: [
|
|
958
958
|
/* @__PURE__ */ a(P, { variant: "minus", onClick: () => r(l - 1), disabled: l === c }),
|
|
@@ -976,11 +976,11 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
976
976
|
] }),
|
|
977
977
|
/* @__PURE__ */ a(P, { variant: "plus", onClick: () => r(l + 1), disabled: l === m })
|
|
978
978
|
] }),
|
|
979
|
-
/* @__PURE__ */ a(
|
|
979
|
+
/* @__PURE__ */ a(B, { id: `${t}-error`, hasError: g, message: h })
|
|
980
980
|
] }), me = ({ label: e, value: t, onRemove: l, className: r }) => /* @__PURE__ */ d("div", { className: s("bg-claret-violet-dark/10 border-claret-violet-light text-button-mobile md:text-button rounded-input flex cursor-default items-center justify-between gap-2.5 border p-2.5 font-semibold", r), children: [
|
|
981
981
|
e,
|
|
982
982
|
/* @__PURE__ */ a(o1, { onClick: () => l(t) })
|
|
983
|
-
] }, t),
|
|
983
|
+
] }, t), P5 = ({ label: e, id: t, options: l, onChange: r, values: n, required: o, placeholder: c, className: m }) => {
|
|
984
984
|
const g = k(
|
|
985
985
|
(p) => {
|
|
986
986
|
r([...n, p]);
|
|
@@ -988,35 +988,35 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
988
988
|
[r]
|
|
989
989
|
), h = k(
|
|
990
990
|
(p) => {
|
|
991
|
-
r(n.filter((
|
|
991
|
+
r(n.filter((f) => f != p));
|
|
992
992
|
},
|
|
993
993
|
[r]
|
|
994
|
-
), u =
|
|
994
|
+
), u = $(() => l.filter((p) => !n.includes(p.value)), [l, n]);
|
|
995
995
|
return /* @__PURE__ */ d("div", { className: s("w-full", m), children: [
|
|
996
996
|
/* @__PURE__ */ a(de, { disabled: !u.length, placeholder: c, label: e, id: t, name: t, options: u, onChange: g, value: "", required: o }),
|
|
997
|
-
/* @__PURE__ */ a("div", { className: "mt-1 flex flex-wrap gap-2", children: n.map((p) => /* @__PURE__ */ a(me, { label: l.find((
|
|
997
|
+
/* @__PURE__ */ a("div", { className: "mt-1 flex flex-wrap gap-2", children: n.map((p) => /* @__PURE__ */ a(me, { label: l.find((f) => f.value === p)?.label ?? "", value: p, onRemove: h }, p)) })
|
|
998
998
|
] });
|
|
999
|
-
},
|
|
999
|
+
}, O5 = ({ label: e = "", placeholder: t, id: l, name: r, type: n = "text", className: o, disabled: c, error: m = "", required: g = !1, hasError: h = !1, ...u }) => {
|
|
1000
1000
|
const p = s(
|
|
1001
1001
|
"md:max-w-98",
|
|
1002
1002
|
o
|
|
1003
|
-
),
|
|
1003
|
+
), f = s(
|
|
1004
1004
|
"border-claret-violet-dark hover:border-claret-violet-dark/40 focus:border-claret-violet-dark/40 bg-beige-light rounded-input text-md placeholder:text-md block w-full border px-3 py-2.5 transition-all duration-300 placeholder:opacity-30 placeholder:transition-opacity placeholder:duration-300 focus:outline-none disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-40 disabled:placeholder:opacity-100",
|
|
1005
1005
|
h && "border-red-error bg-red-error/10"
|
|
1006
1006
|
);
|
|
1007
1007
|
return /* @__PURE__ */ d("div", { className: p, children: [
|
|
1008
1008
|
e.length > 0 && /* @__PURE__ */ a(W, { label: e, id: l, required: g }),
|
|
1009
|
-
/* @__PURE__ */ a("input", { type: n, placeholder: t, id: l, name: r, disabled: c, required: g, ...u, className:
|
|
1010
|
-
/* @__PURE__ */ a(
|
|
1009
|
+
/* @__PURE__ */ a("input", { type: n, placeholder: t, id: l, name: r, disabled: c, required: g, ...u, className: f, "aria-invalid": h, "aria-required": g }),
|
|
1010
|
+
/* @__PURE__ */ a(B, { id: `${l}-error`, hasError: h, message: m, className: s("text-red-error mt-2 min-h-5 opacity-0 transition-opacity duration-300", h && "opacity-100") })
|
|
1011
1011
|
] });
|
|
1012
|
-
},
|
|
1013
|
-
const [g, h] = E(!1), [u, p] = E(""),
|
|
1012
|
+
}, W5 = ({ placeholder: e = "", options: t, value: l, onChange: r, name: n, disabled: o = !1, className: c, searchable: m = !1 }) => {
|
|
1013
|
+
const [g, h] = E(!1), [u, p] = E(""), f = V(null), y = $(() => t.find((w) => w.value === l)?.label, [t, l]), L = k(() => {
|
|
1014
1014
|
h(!1), (!l || u !== y) && m && (p(""), r(""));
|
|
1015
1015
|
}, [l, r, y, u]);
|
|
1016
|
-
q(
|
|
1016
|
+
q(f, L);
|
|
1017
1017
|
const v = k(
|
|
1018
1018
|
(w) => {
|
|
1019
|
-
r(w), h(!1), p(t.find((
|
|
1019
|
+
r(w), h(!1), p(t.find((I) => I.value === w)?.label || "");
|
|
1020
1020
|
},
|
|
1021
1021
|
[r, t]
|
|
1022
1022
|
);
|
|
@@ -1027,8 +1027,8 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1027
1027
|
"border-claret-violet-dark outline-claret-violet-dark flex min-h-19.25 w-full cursor-pointer items-center justify-between gap-4 border-b py-0.5 disabled:cursor-not-allowed disabled:opacity-40",
|
|
1028
1028
|
o && "opacity-40",
|
|
1029
1029
|
(g || l) && "border-claret-violet-dark/50"
|
|
1030
|
-
), x =
|
|
1031
|
-
return /* @__PURE__ */ d("div", { className: s("text-claret-violet-dark relative w-full md:w-max md:min-w-66", c), ref:
|
|
1030
|
+
), x = $(() => m ? t.filter((w) => w.label.toLowerCase().includes(u.toLowerCase())) : t, [t, u, m]);
|
|
1031
|
+
return /* @__PURE__ */ d("div", { className: s("text-claret-violet-dark relative w-full md:w-max md:min-w-66", c), ref: f, children: [
|
|
1032
1032
|
/* @__PURE__ */ a("input", { type: "hidden", name: n, value: l }),
|
|
1033
1033
|
m ? /* @__PURE__ */ d("div", { className: s(H), children: [
|
|
1034
1034
|
/* @__PURE__ */ a(
|
|
@@ -1052,7 +1052,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1052
1052
|
] }),
|
|
1053
1053
|
/* @__PURE__ */ a(Q, { name: n, options: x, value: l, onChange: v, disabled: o, className: "absolute top-full left-0 mt-3", isOpen: g })
|
|
1054
1054
|
] });
|
|
1055
|
-
},
|
|
1055
|
+
}, _5 = ({ placeholder: e, name: t, disabled: l, className: r, hasError: n, error: o, ...c }) => /* @__PURE__ */ d("div", { className: r, children: [
|
|
1056
1056
|
/* @__PURE__ */ a(
|
|
1057
1057
|
"input",
|
|
1058
1058
|
{
|
|
@@ -1067,8 +1067,8 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1067
1067
|
...c
|
|
1068
1068
|
}
|
|
1069
1069
|
),
|
|
1070
|
-
/* @__PURE__ */ a(
|
|
1071
|
-
] }),
|
|
1070
|
+
/* @__PURE__ */ a(B, { id: `${t}-error`, hasError: n, message: o })
|
|
1071
|
+
] }), K5 = ({ question: e, answer: t, className: l }) => {
|
|
1072
1072
|
const r = V(null), n = V(null);
|
|
1073
1073
|
return M(() => {
|
|
1074
1074
|
const o = r.current, c = n.current;
|
|
@@ -1089,7 +1089,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1089
1089
|
/* @__PURE__ */ a(b, { size: "md", className: "mt-2.5 hidden md:block", children: t })
|
|
1090
1090
|
] })
|
|
1091
1091
|
] });
|
|
1092
|
-
},
|
|
1092
|
+
}, q5 = ({ label: e, description: t, image: l, className: r }) => {
|
|
1093
1093
|
const n = V(null), o = V(null);
|
|
1094
1094
|
return M(() => {
|
|
1095
1095
|
const c = n.current, m = o.current;
|
|
@@ -1108,7 +1108,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1108
1108
|
] }),
|
|
1109
1109
|
/* @__PURE__ */ a("div", { "data-accordion-content": !0, ref: o, style: { maxHeight: "0px", transitionDuration: "300ms" }, className: "transition-height overflow-hidden", children: /* @__PURE__ */ a(b, { size: "md", className: "mt-3 md:pb-6", children: t }) })
|
|
1110
1110
|
] });
|
|
1111
|
-
},
|
|
1111
|
+
}, U5 = ({ title: e, description: t, illustration: l, className: r }) => /* @__PURE__ */ d("div", { className: s("bg-lavender-blue-light text-claret-violet-dark rounded-food-card flex min-h-25 w-68 gap-2.5 p-4", r), children: [
|
|
1112
1112
|
/* @__PURE__ */ a("div", { className: "w-12 shrink-0", children: /* @__PURE__ */ a("img", { src: `/design-system/illustrations/${l}.webp`, alt: e, className: "object-contain" }) }),
|
|
1113
1113
|
/* @__PURE__ */ d("div", { children: [
|
|
1114
1114
|
/* @__PURE__ */ a(b, { size: "sm", className: "mb-2 font-semibold", children: e }),
|
|
@@ -1119,7 +1119,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1119
1119
|
primary: "bg-lavender-blue-light",
|
|
1120
1120
|
secondary: "bg-pink-oyster-light",
|
|
1121
1121
|
tertiary: "bg-beige-light"
|
|
1122
|
-
}, ge =
|
|
1122
|
+
}, ge = C(({ variant: e = "primary", title: t, description: l, illustration: r, className: n, illustrationClassName: o, value: c = "" }, m) => /* @__PURE__ */ d("div", { ref: m, className: s("border-claret-violet-dark text-claret-violet-dark rounded-card flex w-full flex-col justify-between gap-2 overflow-hidden border pt-6 max-md:aspect-17/15 max-md:max-w-68 md:h-75 md:max-h-75 md:w-51.25 md:pt-8", ue[e], n), children: [
|
|
1123
1123
|
/* @__PURE__ */ d("div", { className: "flex animate-[fade-in_600ms_ease-in] flex-col items-center gap-3", children: [
|
|
1124
1124
|
/* @__PURE__ */ a(b, { size: "xl", className: "px-6 text-center", children: t }),
|
|
1125
1125
|
/* @__PURE__ */ a(N, { size: "heading-md", className: "px-6 text-center md:hidden", children: l }),
|
|
@@ -1128,7 +1128,7 @@ const Z5 = ({ videoId: e, alt: t, className: l, placeholderImageMobile: r, hasSo
|
|
|
1128
1128
|
/* @__PURE__ */ a("div", { className: "h-full max-h-3/4 w-full animate-[fade-in_600ms_ease-in] overflow-visible md:max-h-55/100", children: /* @__PURE__ */ a("img", { src: `/design-system/illustrations/${r}.webp`, alt: t, className: s("origin-top md:scale-132", o) }) }, `card-img-${c}`)
|
|
1129
1129
|
] }));
|
|
1130
1130
|
ge.displayName = "IllustratedCard";
|
|
1131
|
-
const
|
|
1131
|
+
const J5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { className: s("rounded-input md:rounded-card bg-pink-oyster-light border-claret-violet-dark flex gap-3 border p-4 max-md:flex-row-reverse md:h-69 md:gap-10 md:p-6", t), children: [
|
|
1132
1132
|
/* @__PURE__ */ d("div", { className: "flex flex-col justify-between gap-4", children: [
|
|
1133
1133
|
/* @__PURE__ */ a(m1, { className: "hidden w-8 md:block" }),
|
|
1134
1134
|
/* @__PURE__ */ a(b, { size: "xl", className: "hidden md:block", children: e }),
|
|
@@ -1139,7 +1139,7 @@ const q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1139
1139
|
] })
|
|
1140
1140
|
] }),
|
|
1141
1141
|
/* @__PURE__ */ a("div", { className: s("md:rounded-card rounded-input relative h-10 w-10 shrink-0 overflow-hidden md:aspect-89/115 md:h-full md:w-auto"), children: /* @__PURE__ */ a(
|
|
1142
|
-
|
|
1142
|
+
F,
|
|
1143
1143
|
{
|
|
1144
1144
|
desktop: "/design-system/images/tips/payment.webp",
|
|
1145
1145
|
mobile: "/design-system/images/tips/payment-mobile.webp",
|
|
@@ -1174,9 +1174,9 @@ const q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1174
1174
|
sm: "w-3.5 max-md:opacity-0 max-md:h-0",
|
|
1175
1175
|
md: "w-2.5 md:w-5.5",
|
|
1176
1176
|
lg: "w-2.5 md:w-7.5"
|
|
1177
|
-
},
|
|
1178
|
-
g && /* @__PURE__ */ a(
|
|
1179
|
-
/* @__PURE__ */ a("div", { className: s("bg-claret-violet-dark relative w-full", Ce[e], he[l], t === "hidden" && "overflow-hidden", u), children: /* @__PURE__ */ a(
|
|
1177
|
+
}, Q5 = ({ size: e = "sm", overflow: t = "hidden", variant: l = "neutral", title: r, mobileImage: n, desktopImage: o, mobileImage2x: c, desktopImage2x: m, showThread: g = !0, className: h, imageClassName: u }) => /* @__PURE__ */ d("div", { className: s("bg-beige-dark ext-claret-violet-dark relative flex flex-col items-center justify-start", pe[e], h), children: [
|
|
1178
|
+
g && /* @__PURE__ */ a(m5, { className: s("absolute z-10", be[e]) }),
|
|
1179
|
+
/* @__PURE__ */ a("div", { className: s("bg-claret-violet-dark relative w-full", Ce[e], he[l], t === "hidden" && "overflow-hidden", u), children: /* @__PURE__ */ a(F, { alt: r, mobile: n, desktop: o, mobile2x: c, desktop2x: m, className: s("absolute", t === "hidden" ? "inset-0 object-cover" : "right-0 bottom-0 left-0 object-contain") }) }),
|
|
1180
1180
|
/* @__PURE__ */ a("p", { className: s("font-pangaia font-semibold italic", fe[e]), children: r }),
|
|
1181
1181
|
/* @__PURE__ */ a(q1, { className: xe[e] })
|
|
1182
1182
|
] }), ve = {
|
|
@@ -1184,8 +1184,8 @@ const q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1184
1184
|
pink: "bg-pink-oyster-light text-claret-violet-dark ",
|
|
1185
1185
|
beige: "bg-beige-light text-claret-violet-dark",
|
|
1186
1186
|
lavender: "bg-lavender-blue-light text-claret-violet-dark "
|
|
1187
|
-
},
|
|
1188
|
-
/* @__PURE__ */ a("div", { className: s("absolute inset-0 z-0 overflow-hidden"), children: /* @__PURE__ */ a(
|
|
1187
|
+
}, G5 = ({ className: e, variant: t = "violet", title: l, description: r, imageMobile: n, imageDesktop: o, imageMobile2x: c, imageDesktop2x: m, href: g = "" }) => /* @__PURE__ */ d("div", { tabIndex: 0, className: s("group rounded-card outline-claret-violet-dark relative flex aspect-20/23 w-50 cursor-default flex-col justify-end overflow-hidden transition-colors duration-300 md:aspect-125/174 md:w-62.5", e), children: [
|
|
1188
|
+
/* @__PURE__ */ a("div", { className: s("absolute inset-0 z-0 overflow-hidden"), children: /* @__PURE__ */ a(F, { alt: l, mobile: n, desktop: o, mobile2x: c, desktop2x: m, className: "h-full object-cover" }) }),
|
|
1189
1189
|
/* @__PURE__ */ d(
|
|
1190
1190
|
"div",
|
|
1191
1191
|
{
|
|
@@ -1207,7 +1207,7 @@ const q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1207
1207
|
}, ye = {
|
|
1208
1208
|
small: "px-3 py-8.5 md:py-6 md:px-8 2xl:px-10 justify-center items-center text-center gap-1 md:gap-2 rounded-input w-full",
|
|
1209
1209
|
large: "p-6 h-80 md:h-112.5 justify-between rounded-card w-60"
|
|
1210
|
-
},
|
|
1210
|
+
}, Y5 = ({ variant: e = "primary", size: t = "large", value: l, metric: r, description: n, className: o }) => /* @__PURE__ */ d("div", { className: s("border-claret-violet-dark flex flex-col border", we[e], ye[t], o), children: [
|
|
1211
1211
|
/* @__PURE__ */ d("p", { className: "leading-none", children: [
|
|
1212
1212
|
/* @__PURE__ */ a(j, { size: "display-lg", className: "hidden md:inline", children: l }),
|
|
1213
1213
|
/* @__PURE__ */ a(j, { size: "display-xl", className: "inline md:hidden", children: l }),
|
|
@@ -1221,13 +1221,13 @@ const q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1221
1221
|
}, Ne = {
|
|
1222
1222
|
primary: "w-22/100",
|
|
1223
1223
|
secondary: "w-36/100"
|
|
1224
|
-
}, Le =
|
|
1224
|
+
}, Le = C(({ variant: e, quote: t, author: l, role: r, imageMobile: n, imageDesktop: o, imageMobile2x: c, imageDesktop2x: m, className: g }, h) => /* @__PURE__ */ d("div", { ref: h, className: s("rounded-card border-claret-violet-dark text-claret-violet-dark flex w-full items-stretch border p-3 max-md:flex-col md:p-6", ke[e], g), children: [
|
|
1225
1225
|
/* @__PURE__ */ d("blockquote", { className: "flex flex-1 flex-col gap-3 md:gap-5", children: [
|
|
1226
1226
|
/* @__PURE__ */ a(m1, { className: "w-3.5 md:mb-14.5 md:w-8" }),
|
|
1227
1227
|
/* @__PURE__ */ a(N, { size: "heading-md", italic: !0, className: "hidden md:block", children: t }),
|
|
1228
1228
|
/* @__PURE__ */ a(N, { size: "heading-lg", className: "block md:hidden", children: t }),
|
|
1229
1229
|
/* @__PURE__ */ d("footer", { className: "flex max-md:items-center max-md:gap-3 md:flex-col", children: [
|
|
1230
|
-
/* @__PURE__ */ a("div", { className: s("block h-8 w-8 shrink-0 overflow-hidden rounded-sm md:hidden"), children: /* @__PURE__ */ a(
|
|
1230
|
+
/* @__PURE__ */ a("div", { className: s("block h-8 w-8 shrink-0 overflow-hidden rounded-sm md:hidden"), children: /* @__PURE__ */ a(F, { desktop: o, mobile: n, desktop2x: m, mobile2x: c, alt: l, className: "object-cover" }) }),
|
|
1231
1231
|
/* @__PURE__ */ d("div", { children: [
|
|
1232
1232
|
/* @__PURE__ */ a("cite", { className: "text-md-mobile md:text-md block leading-none lg:mb-2.5", children: l }),
|
|
1233
1233
|
/* @__PURE__ */ a(b, { variant: "span", size: "md", className: "!leading-none !not-italic md:hidden", children: r }),
|
|
@@ -1235,14 +1235,14 @@ const q5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1235
1235
|
] })
|
|
1236
1236
|
] })
|
|
1237
1237
|
] }),
|
|
1238
|
-
/* @__PURE__ */ a("div", { className: s("rounded-card relative hidden shrink-0 overflow-hidden md:block", Ne[e]), children: /* @__PURE__ */ a(
|
|
1238
|
+
/* @__PURE__ */ a("div", { className: s("rounded-card relative hidden shrink-0 overflow-hidden md:block", Ne[e]), children: /* @__PURE__ */ a(F, { desktop: o, mobile: n, desktop2x: m, mobile2x: c, alt: l, className: "absolute inset-0 h-full object-cover" }) })
|
|
1239
1239
|
] }));
|
|
1240
1240
|
Le.displayName = "Testimonial";
|
|
1241
1241
|
const Ee = {
|
|
1242
1242
|
dark: "bg-claret-violet-light text-beige-light",
|
|
1243
1243
|
light: "bg-beige-light text-claret-violet-light"
|
|
1244
|
-
}, Me =
|
|
1245
|
-
/* @__PURE__ */ a("div", { className: "flex items-center gap-0.5", children: Array.from({ length: n }).map((g, h) => /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(
|
|
1244
|
+
}, Me = C(({ quote: e, author: t, role: l, image: r, score: n, className: o, variant: c = "dark" }, m) => /* @__PURE__ */ d("blockquote", { ref: m, className: s("border-beige-light rounded-card flex shrink-0 flex-col gap-5 border p-6 xl:w-full", o, Ee[c]), children: [
|
|
1245
|
+
/* @__PURE__ */ a("div", { className: "flex items-center gap-0.5", children: Array.from({ length: n }).map((g, h) => /* @__PURE__ */ a("div", { children: /* @__PURE__ */ a(f5, { className: s("w-5", c === "dark" ? "text-lavender-blue-light" : "text-claret-violet-light") }) }, h)) }),
|
|
1246
1246
|
/* @__PURE__ */ a(N, { size: "heading-md", className: "text-left md:hidden", children: e }),
|
|
1247
1247
|
/* @__PURE__ */ a(b, { size: "md", className: "hidden text-left md:block", children: e }),
|
|
1248
1248
|
/* @__PURE__ */ d("footer", { className: "flex items-center gap-2 md:gap-3", children: [
|
|
@@ -1254,8 +1254,20 @@ const Ee = {
|
|
|
1254
1254
|
] })
|
|
1255
1255
|
] }));
|
|
1256
1256
|
Me.displayName = "TestimonialCard";
|
|
1257
|
-
const
|
|
1258
|
-
/* @__PURE__ */
|
|
1257
|
+
const Ve = C(({ content: e, className: t }, l) => /* @__PURE__ */ d("div", { ref: l, className: s("text-claret-violet-dark bg-lavender-blue-light rounded-card flex w-full items-stretch justify-center gap-4 max-md:ps-3.5 md:h-95 md:items-center md:gap-21.5", t), children: [
|
|
1258
|
+
/* @__PURE__ */ d("div", { className: "relative flex w-26 shrink-0 items-end justify-center object-contain md:h-full md:w-88.5", children: [
|
|
1259
|
+
/* @__PURE__ */ a("img", { id: "crown-illustration", src: "/design-system/illustrations/crown.webp", alt: "Crown illustration", className: "absolute top-3 w-7 -translate-x-1/4 max-md:scale-x-[-1] md:top-6 md:w-23 md:translate-x-1/4" }),
|
|
1260
|
+
/* @__PURE__ */ a(
|
|
1261
|
+
F,
|
|
1262
|
+
{
|
|
1263
|
+
mobile: "/design-system/images/tips/claudine-tips-head-mobile.webp",
|
|
1264
|
+
desktop: "/design-system/images/tips/claudine-tips-head.webp",
|
|
1265
|
+
mobile2x: "/design-system/images/tips/claudine-tips-head-mobile@2x.webp",
|
|
1266
|
+
desktop2x: "/design-system/images/tips/claudine-tips-head@2x.webp",
|
|
1267
|
+
alt: "Claudine"
|
|
1268
|
+
}
|
|
1269
|
+
)
|
|
1270
|
+
] }),
|
|
1259
1271
|
/* @__PURE__ */ d("div", { className: "me-2.5 flex h-full flex-col justify-center gap-3 max-md:py-3.5 md:me-16 md:max-w-120", children: [
|
|
1260
1272
|
/* @__PURE__ */ a("p", { className: "font-md hidden font-semibold uppercase md:block", children: "Les conseils de Claudine" }),
|
|
1261
1273
|
/* @__PURE__ */ a(b, { size: "sm", className: "block md:hidden", children: "Les conseils de Claudine" }),
|
|
@@ -1270,7 +1282,9 @@ const G5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1270
1282
|
' "'
|
|
1271
1283
|
] })
|
|
1272
1284
|
] })
|
|
1273
|
-
] })
|
|
1285
|
+
] }));
|
|
1286
|
+
Ve.displayName = "Tips";
|
|
1287
|
+
const He = {
|
|
1274
1288
|
"25%": {
|
|
1275
1289
|
title: "Jour 1 & 2",
|
|
1276
1290
|
description: ["75% de l’ancienne alimentation", "25% de Elmut. "]
|
|
@@ -1287,8 +1301,8 @@ const G5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1287
1301
|
title: "Jour 7 et +",
|
|
1288
1302
|
description: ["100% de Elmut. "]
|
|
1289
1303
|
}
|
|
1290
|
-
},
|
|
1291
|
-
const { title: n, description: o } =
|
|
1304
|
+
}, X5 = ({ id: e, variant: t = "25%", active: l, className: r }) => {
|
|
1305
|
+
const { title: n, description: o } = He[t];
|
|
1292
1306
|
return /* @__PURE__ */ d(
|
|
1293
1307
|
"div",
|
|
1294
1308
|
{
|
|
@@ -1310,7 +1324,7 @@ const G5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1310
1324
|
]
|
|
1311
1325
|
}
|
|
1312
1326
|
);
|
|
1313
|
-
},
|
|
1327
|
+
}, e2 = ({ title1: e, description1: t, title2: l, description2: r, step: n, illustration: o, className: c, illustrationClassName: m, align: g = "bottom" }) => /* @__PURE__ */ d("div", { className: s("flex max-md:flex-col max-md:gap-4", g === "top" ? "items-start" : "md:items-end", c), children: [
|
|
1314
1328
|
/* @__PURE__ */ d("div", { className: "bg-lavender-blue-light text-claret-violet-dark flex w-63 -rotate-2 flex-col gap-4 p-4 max-md:-translate-x-10 md:w-87.5 md:px-11 md:py-8", children: [
|
|
1315
1329
|
/* @__PURE__ */ a(N, { size: "heading-xl", className: "hidden md:block", children: n }),
|
|
1316
1330
|
/* @__PURE__ */ a(N, { size: "heading-md", className: "hidden md:block", children: e }),
|
|
@@ -1331,7 +1345,7 @@ const G5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1331
1345
|
] }),
|
|
1332
1346
|
/* @__PURE__ */ a(b, { size: "md", className: "whitespace-pre-line max-md:not-italic", children: r })
|
|
1333
1347
|
] })
|
|
1334
|
-
] }),
|
|
1348
|
+
] }), t2 = ({ content: e, className: t, checkbox: l = !1, onChange: r = () => {
|
|
1335
1349
|
}, checked: n = !1 }) => /* @__PURE__ */ d("div", { className: s("flex items-start", t), children: [
|
|
1336
1350
|
/* @__PURE__ */ a("div", { className: "border-beige-light bg-pink-oyster-light z-1 -me-3 h-17 w-17 shrink-0 overflow-hidden rounded-full border-5", children: /* @__PURE__ */ a("img", { src: "/design-system/images/tips/claudine-head.webp", alt: "Claudine", loading: "lazy", decoding: "async", className: "h-full w-full object-cover" }) }),
|
|
1337
1351
|
/* @__PURE__ */ a("div", { className: s("bg-lavender-blue-light rounded-input text-claret-violet-dark p-5", l && "w-full", !l && "w-75"), children: l ? /* @__PURE__ */ a(s1, { checked: n, name: "wizard-tips", onChange: r, className: "items-start gap-3", children: /* @__PURE__ */ a(b, { size: "legend", variant: "span", className: "whitespace-pre-line", children: e }) }) : /* @__PURE__ */ d(b, { size: "button", children: [
|
|
@@ -1339,151 +1353,155 @@ const G5 = ({ content: e, className: t }) => /* @__PURE__ */ d("div", { classNam
|
|
|
1339
1353
|
e,
|
|
1340
1354
|
" “"
|
|
1341
1355
|
] }) })
|
|
1342
|
-
] }),
|
|
1356
|
+
] }), ze = ({
|
|
1357
|
+
title: e,
|
|
1358
|
+
titleId: t,
|
|
1359
|
+
...l
|
|
1360
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 19 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M7.93969 12.0542C8.74031 13.0526 10.2597 13.0526 11.0603 12.0542L17.7183 3.75117C18.7681 2.44202 17.8361 0.500002 16.158 0.500002H2.84203C1.16395 0.500002 0.231937 2.44202 1.28172 3.75117L7.93969 12.0542Z", fill: "currentColor" })), e1 = C(ze), Se = ({
|
|
1343
1361
|
title: e,
|
|
1344
1362
|
titleId: t,
|
|
1345
1363
|
...l
|
|
1346
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1364
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 10", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M1 1.5L8 8.5L15 1.5", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round" })), d1 = C(Se), Ze = ({
|
|
1347
1365
|
title: e,
|
|
1348
1366
|
titleId: t,
|
|
1349
1367
|
...l
|
|
1350
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1368
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M5.75 0.75C5.75 0.335786 5.41421 0 5 0C4.58579 0 4.25 0.335786 4.25 0.75V2.32926C2.81067 2.44451 1.86577 2.72737 1.17157 3.42157C0.477375 4.11577 0.194513 5.06067 0.0792572 6.5H19.9207C19.8055 5.06067 19.5226 4.11577 18.8284 3.42157C18.1342 2.72737 17.1893 2.44451 15.75 2.32926V0.75C15.75 0.335786 15.4142 0 15 0C14.5858 0 14.25 0.335786 14.25 0.75V2.2629C13.5847 2.25 12.839 2.25 12 2.25H8C7.16097 2.25 6.41527 2.25 5.75 2.2629V0.75Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 10.25V12.25C20 16.0212 20 17.9069 18.8284 19.0784C17.6569 20.25 15.7712 20.25 12 20.25H8C4.22876 20.25 2.34315 20.25 1.17157 19.0784C0 17.9069 0 16.0212 0 12.25V10.25C0 9.41096 0 8.66527 0.012902 8H19.9871C20 8.66527 20 9.41096 20 10.25ZM14.5 16.25C15.3284 16.25 16 15.5784 16 14.75C16 13.9216 15.3284 13.25 14.5 13.25C13.6716 13.25 13 13.9216 13 14.75C13 15.5784 13.6716 16.25 14.5 16.25Z", fill: "currentColor" })), l2 = C(Ze), Re = ({
|
|
1351
1369
|
title: e,
|
|
1352
1370
|
titleId: t,
|
|
1353
1371
|
...l
|
|
1354
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1372
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 9 7", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M8.28033 0.21967C8.57322 0.512563 8.57322 0.987437 8.28033 1.28033L3.28033 6.28033C2.98744 6.57322 2.51256 6.57322 2.21967 6.28033L0.21967 4.28033C-0.0732233 3.98744 -0.0732233 3.51256 0.21967 3.21967C0.512563 2.92678 0.987437 2.92678 1.28033 3.21967L2.75 4.68934L4.98483 2.4545L7.21967 0.21967C7.51256 -0.0732233 7.98744 -0.0732233 8.28033 0.21967Z", fill: "currentColor" })), c1 = C(Re), $e = ({
|
|
1355
1373
|
title: e,
|
|
1356
1374
|
titleId: t,
|
|
1357
1375
|
...l
|
|
1358
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1376
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM6.96963 6.96965C7.26252 6.67676 7.73739 6.67676 8.03029 6.96965L9.99997 8.93933L11.9696 6.96967C12.2625 6.67678 12.7374 6.67678 13.0303 6.96967C13.3232 7.26256 13.3232 7.73744 13.0303 8.03033L11.0606 9.99999L13.0303 11.9696C13.3232 12.2625 13.3232 12.7374 13.0303 13.0303C12.7374 13.3232 12.2625 13.3232 11.9696 13.0303L9.99997 11.0607L8.03031 13.0303C7.73742 13.3232 7.26254 13.3232 6.96965 13.0303C6.67676 12.7374 6.67676 12.2625 6.96965 11.9697L8.93931 9.99999L6.96963 8.03031C6.67673 7.73742 6.67673 7.26254 6.96963 6.96965Z", fill: "currentColor" })), Fe = C($e), Ie = ({
|
|
1359
1377
|
title: e,
|
|
1360
1378
|
titleId: t,
|
|
1361
1379
|
...l
|
|
1362
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1380
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M1.68628 12.6509L13 1.33723", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ i.createElement("path", { d: "M1.68628 1.65094L13 12.9646", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), je = C(Ie), Be = ({
|
|
1363
1381
|
title: e,
|
|
1364
1382
|
titleId: t,
|
|
1365
1383
|
...l
|
|
1366
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1384
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 6 13", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M5.57593 3.95036H3.67694V2.69668C3.67694 2.22587 3.98694 2.1161 4.20528 2.1161C4.42312 2.1161 5.54537 2.1161 5.54537 2.1161V0.0463135L3.69979 0.0390625C1.65103 0.0390625 1.18479 1.58278 1.18479 2.57066V3.95036H-6.10352e-05V6.08315H1.18479C1.18479 8.82028 1.18479 12.1182 1.18479 12.1182H3.67694C3.67694 12.1182 3.67694 8.78778 3.67694 6.08315H5.35858L5.57593 3.95036Z" })), Te = C(Be), Ae = ({
|
|
1367
1385
|
title: e,
|
|
1368
1386
|
titleId: t,
|
|
1369
1387
|
...l
|
|
1370
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1388
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M16.9585 11.75C16.5443 11.75 16.2085 11.4142 16.2085 11L16.2085 2C16.2085 1.58579 16.5443 1.25 16.9585 1.25C17.3727 1.25 17.7085 1.58579 17.7085 2L17.7085 11C17.7085 11.4142 17.3727 11.75 16.9585 11.75Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M6.99997 5.75C9.07104 5.75 10.75 7.42893 10.75 9.5C10.75 11.5711 9.07104 13.25 6.99997 13.25C4.92891 13.25 3.24998 11.5711 3.24998 9.5C3.24998 7.42893 4.92891 5.75 6.99997 5.75ZM9.24997 9.5C9.24997 8.25736 8.24262 7.25 6.99997 7.25C5.75733 7.25 4.74998 8.25736 4.74998 9.5C4.74998 10.7426 5.75733 11.75 6.99997 11.75C8.24262 11.75 9.24997 10.7426 9.24997 9.5Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17 18.25C19.071 18.25 20.75 16.5711 20.75 14.5C20.75 12.4289 19.071 10.75 17 10.75C14.9289 10.75 13.25 12.4289 13.25 14.5C13.25 16.5711 14.9289 18.25 17 18.25ZM19.25 14.5C19.25 15.7426 18.2426 16.75 17 16.75C15.7573 16.75 14.75 15.7426 14.75 14.5C14.75 13.2574 15.7573 12.25 17 12.25C18.2426 12.25 19.25 13.2574 19.25 14.5Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M6.2085 13C6.2085 12.5858 6.54428 12.25 6.9585 12.25C7.37271 12.25 7.7085 12.5858 7.7085 13V22C7.7085 22.4142 7.37271 22.75 6.9585 22.75C6.54428 22.75 6.2085 22.4142 6.2085 22V13Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M16.9585 22.75C16.5443 22.75 16.2085 22.4142 16.2085 22V18C16.2085 17.5858 16.5443 17.25 16.9585 17.25C17.3727 17.25 17.7085 17.5858 17.7085 18V22C17.7085 22.4142 17.3727 22.75 16.9585 22.75Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M6.2085 2C6.2085 1.58579 6.54428 1.25 6.9585 1.25C7.37271 1.25 7.7085 1.58579 7.7085 2V6C7.7085 6.41421 7.37271 6.75 6.9585 6.75C6.54428 6.75 6.2085 6.41421 6.2085 6V2Z", fill: "currentColor" })), De = C(Ae), Pe = ({
|
|
1371
1389
|
title: e,
|
|
1372
1390
|
titleId: t,
|
|
1373
1391
|
...l
|
|
1374
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1392
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M0 8C0 5.23858 2.23858 3 5 3C5.25052 3 5.49673 3.01842 5.73736 3.05399C6.33961 1.27806 8.02055 0 10 0C11.9794 0 13.6604 1.27806 14.2626 3.05399C14.5033 3.01842 14.7495 3 15 3C17.7614 3 20 5.23858 20 8C20 10.0503 18.7659 11.8124 17 12.584L17 15.25H3V12.584C1.2341 11.8124 0 10.0503 0 8ZM9.04286 11.6693C8.16485 11.0251 7 9.98486 7 9.00044C7 7.32721 8.65005 6.7025 10 7.99506C11.35 6.7025 13 7.32721 13 9.00043C13 9.98488 11.8352 11.0251 10.9571 11.6693C10.5374 11.9773 10.3275 12.1313 10 12.1313C9.67249 12.1313 9.46261 11.9773 9.04286 11.6693Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M3.58579 19.4142C3.08343 18.9119 3.01188 18.1469 3.00169 16.75H16.9983C16.9881 18.1469 16.9166 18.9119 16.4142 19.4142C15.8284 20 14.8856 20 13 20H7C5.11438 20 4.17157 20 3.58579 19.4142Z", fill: "currentColor" })), a2 = C(Pe), Oe = ({
|
|
1375
1393
|
title: e,
|
|
1376
1394
|
titleId: t,
|
|
1377
1395
|
...l
|
|
1378
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1396
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 320 248", fill: "none", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "none", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M320 248C319.064 245.878 320 72.5001 320 9.76575C276.096 2.6226 223.055 0.000113595 151.741 0.000107361C82.7763 0.000101332 34.8277 5.57396 -9.96192e-06 12.8706C-9.96192e-06 12.8706 -1.88904e-05 115 0 248L320 248Z", fill: "#802948" })), r2 = C(Oe), We = ({
|
|
1379
1397
|
title: e,
|
|
1380
1398
|
titleId: t,
|
|
1381
1399
|
...l
|
|
1382
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1400
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 641 164", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M641 163.5C630.623 139.904 618.387 121.021 607.079 104.736C590.917 81.4347 577.132 66.7815 549.799 49.4857C488.004 10.5702 438.093 0.00062313 314.74 0.000612347C191.388 0.000601563 158.351 24.0224 134.108 32.1899C68.5206 53.9084 23.2739 103.95 0.777588 163.5L641 163.5Z", fill: "#671A36" })), n2 = C(We), _e = ({
|
|
1383
1401
|
title: e,
|
|
1384
1402
|
titleId: t,
|
|
1385
1403
|
...l
|
|
1386
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1404
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 1512 549", fill: "none", xmlns: "http://www.w3.org/2000/svg", preserveAspectRatio: "none", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M1830 549C1795.18 469.766 1754.13 406.361 1716.19 351.68C1661.97 273.439 1615.72 224.237 1524.01 166.161C1316.69 35.4907 1149.23 0.000123591 735.372 8.741e-05C321.513 5.12294e-05 210.672 80.6606 129.336 108.085C-90.7166 181.012 -242.523 349.042 -318 549L1830 549Z", fill: "#802948" })), i2 = C(_e), Ke = ({
|
|
1387
1405
|
title: e,
|
|
1388
1406
|
titleId: t,
|
|
1389
1407
|
...l
|
|
1390
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1408
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM8 12.6C8.33137 12.6 8.6 12.3314 8.6 12V7.2C8.6 6.86863 8.33137 6.6 8 6.6C7.66863 6.6 7.4 6.86863 7.4 7.2V12C7.4 12.3314 7.66863 12.6 8 12.6ZM8 4C8.44183 4 8.8 4.35817 8.8 4.8C8.8 5.24183 8.44183 5.6 8 5.6C7.55817 5.6 7.2 5.24183 7.2 4.8C7.2 4.35817 7.55817 4 8 4Z", fill: "currentColor" })), o2 = C(Ke), qe = ({
|
|
1391
1409
|
title: e,
|
|
1392
1410
|
titleId: t,
|
|
1393
1411
|
...l
|
|
1394
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1412
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 14 14", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M10.7955 4.03931C10.7955 4.10896 10.7955 4.10896 10.7955 4.03931C11.2831 4.03931 11.6314 3.62137 11.6314 3.20343C11.6314 2.71584 11.2135 2.36755 10.7955 2.36755C10.308 2.36755 9.95966 2.78549 9.95966 3.20343C9.89001 3.69102 10.308 4.03931 10.7955 4.03931Z" }), /* @__PURE__ */ i.createElement("path", { d: "M6.96452 10.4477C8.84525 10.4477 10.4473 8.91526 10.4473 6.96488C10.4473 5.08415 8.9149 3.48206 6.96452 3.48206C5.01414 3.48206 3.4817 5.0145 3.4817 6.96488C3.4817 8.91526 5.01414 10.4477 6.96452 10.4477ZM6.96452 4.73587C8.21834 4.73587 9.26318 5.78072 9.26318 7.03453C9.26318 8.28835 8.21834 9.3332 6.96452 9.3332C5.71071 9.3332 4.66586 8.28835 4.66586 7.03453C4.66586 5.78072 5.71071 4.73587 6.96452 4.73587Z" }), /* @__PURE__ */ i.createElement("path", { d: "M-0.000930786 4.31809V9.68163C-0.000930786 12.05 1.94945 14.0003 4.31776 14.0003H9.68131C12.0496 14.0003 14 12.05 14 9.68163V4.31809C14 1.94977 12.0496 -0.000610352 9.68131 -0.000610352H4.31776C1.87979 0.0690461 -0.000930786 1.94977 -0.000930786 4.31809ZM4.31776 1.25321H9.68131C11.4227 1.25321 12.8158 2.64633 12.8158 4.38774V9.75129C12.8158 11.4927 11.4227 12.8858 9.68131 12.8858H4.31776C2.57635 12.8858 1.18323 11.4927 1.18323 9.75129V4.38774C1.18323 2.64633 2.57635 1.25321 4.31776 1.25321Z" })), Ue = C(qe), Je = ({
|
|
1395
1413
|
title: e,
|
|
1396
1414
|
titleId: t,
|
|
1397
1415
|
...l
|
|
1398
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1416
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 11 11", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M2.4314 3.16846H0.20015V10.4997H2.4314V3.16846Z" }), /* @__PURE__ */ i.createElement("path", { d: "M7.85126 3.16846C6.5753 3.16846 6.22149 3.58666 5.9378 4.12471V3.16846H3.70655V10.4997H5.9378V6.35596C5.9378 5.71846 5.9378 5.08096 7.05343 5.08096C8.16905 5.08096 8.16905 5.71846 8.16905 6.35596V10.4997H10.4003V6.35596C10.4003 4.44346 10.0816 3.16846 7.85126 3.16846Z" }), /* @__PURE__ */ i.createElement("path", { d: "M1.31577 2.53191C1.93192 2.53191 2.4314 2.03243 2.4314 1.41628C2.4314 0.800141 1.93192 0.300659 1.31577 0.300659C0.699632 0.300659 0.20015 0.800141 0.20015 1.41628C0.20015 2.03243 0.699632 2.53191 1.31577 2.53191Z" })), Qe = C(Je), Ge = ({
|
|
1399
1417
|
title: e,
|
|
1400
1418
|
titleId: t,
|
|
1401
1419
|
...l
|
|
1402
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1420
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("g", { opacity: 0.5 }, /* @__PURE__ */ i.createElement("path", { d: "M1.16674 1.55329C0.277754 2.50153 0.277754 4.03893 1.16674 4.98717L2.42023 6.32421C2.42964 6.3126 2.43951 6.30127 2.44985 6.29025L5.60778 2.92183C5.61808 2.91084 5.62867 2.90033 5.63952 2.89032L4.38604 1.55329C3.49705 0.605045 2.05572 0.605045 1.16674 1.55329Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M6.47469 3.78115C6.4653 3.79273 6.45546 3.80402 6.44515 3.81501L3.28722 7.18344C3.27689 7.19446 3.26626 7.20499 3.25538 7.21503L10.8246 15.2888C11.7136 16.2371 13.155 16.2371 14.0439 15.2888C14.9329 14.3406 14.9329 12.8032 14.0439 11.8549L6.47469 3.78115Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M10.8422 0.258686C10.9693 -0.0862283 11.4253 -0.0862286 11.5523 0.258685L11.8921 1.18103C11.9309 1.28634 12.0087 1.36969 12.1071 1.41122L12.9686 1.77499C13.2908 1.91102 13.2908 2.39916 12.9686 2.53519L12.1071 2.89896C12.0087 2.94049 11.9309 3.02385 11.8921 3.12915L11.5523 4.0515C11.4253 4.39641 10.9693 4.39641 10.8422 4.0515L10.5025 3.12915C10.4637 3.02385 10.3858 2.94049 10.2875 2.89896L9.42593 2.53519C9.10376 2.39916 9.10376 1.91102 9.42593 1.77499L10.2875 1.41122C10.3858 1.36969 10.4637 1.28634 10.5025 1.18103L10.8422 0.258686Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M13.8953 6.00375C14.0224 5.65884 14.4783 5.65884 14.6054 6.00375L14.7292 6.34004C14.768 6.44535 14.8459 6.5287 14.9443 6.57024L15.2584 6.70287C15.5805 6.8389 15.5805 7.32704 15.2584 7.46307L14.9443 7.5957C14.8459 7.63723 14.768 7.72059 14.7292 7.82589L14.6054 8.16219C14.4783 8.5071 14.0224 8.5071 13.8953 8.16219L13.7714 7.82589C13.7326 7.72059 13.6548 7.63723 13.5564 7.5957L13.2423 7.46307C12.9201 7.32704 12.9201 6.8389 13.2423 6.70287L13.5564 6.57024C13.6548 6.5287 13.7326 6.44535 13.7714 6.34004L13.8953 6.00375Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M2.18412 11.2061C2.31118 10.8611 2.76713 10.8611 2.89419 11.2061L3.01808 11.5423C3.05687 11.6477 3.13473 11.731 3.23309 11.7725L3.54721 11.9052C3.86937 12.0412 3.86937 12.5293 3.54721 12.6654L3.23309 12.798C3.13473 12.8395 3.05687 12.9229 3.01808 13.0282L2.89419 13.3645C2.76713 13.7094 2.31118 13.7094 2.18412 13.3645L2.06024 13.0282C2.02144 12.9229 1.94358 12.8395 1.84522 12.798L1.53111 12.6654C1.20894 12.5293 1.20894 12.0412 1.53111 11.9052L1.84522 11.7725C1.94358 11.731 2.02144 11.6477 2.06024 11.5423L2.18412 11.2061Z", fill: "currentColor" }))), s2 = C(Ge), Ye = ({
|
|
1403
1421
|
title: e,
|
|
1404
1422
|
titleId: t,
|
|
1405
1423
|
...l
|
|
1406
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1424
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 18 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M1 1.15092H17", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ i.createElement("path", { d: "M1 7.15092H17", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" }), /* @__PURE__ */ i.createElement("path", { d: "M1 13.1509H17", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), Xe = C(Ye), e5 = ({
|
|
1407
1425
|
title: e,
|
|
1408
1426
|
titleId: t,
|
|
1409
1427
|
...l
|
|
1410
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1428
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 2", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M15.5264 0.993286L0.473735 0.993285M15.5264 0.993286L0.473735 0.993285", stroke: "currentColor" })), t5 = C(e5), l5 = ({
|
|
1411
1429
|
title: e,
|
|
1412
1430
|
titleId: t,
|
|
1413
1431
|
...l
|
|
1414
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1432
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round", role: "img", "aria-label": "Mute", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z" }), /* @__PURE__ */ i.createElement("path", { d: "M16.5 10.5l3 3m0-3l-3 3" })), a5 = C(l5), r5 = ({
|
|
1415
1433
|
title: e,
|
|
1416
1434
|
titleId: t,
|
|
1417
1435
|
...l
|
|
1418
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "
|
|
1436
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", role: "img", "aria-label": "Pause", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M6 4h4v16H6V4zm8 0h4v16h-4V4z" })), n5 = C(r5), i5 = ({
|
|
1419
1437
|
title: e,
|
|
1420
1438
|
titleId: t,
|
|
1421
1439
|
...l
|
|
1422
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", role: "img", "aria-label": "
|
|
1440
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", role: "img", "aria-label": "Play", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M5 3v18l15-9L5 3z" })), o5 = C(i5), s5 = ({
|
|
1423
1441
|
title: e,
|
|
1424
1442
|
titleId: t,
|
|
1425
1443
|
...l
|
|
1426
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", {
|
|
1444
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M7.99337 0.473633V15.5263M7.99337 0.473633V15.5263", stroke: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M15.5264 7.99329L0.473735 7.99329M15.5264 7.99329L0.473735 7.99329", stroke: "currentColor" })), d5 = C(s5), c5 = ({
|
|
1427
1445
|
title: e,
|
|
1428
1446
|
titleId: t,
|
|
1429
1447
|
...l
|
|
1430
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1448
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 36 47", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("g", { filter: "url(#filter0_g_1682_441)" }, /* @__PURE__ */ i.createElement("path", { d: "M30.7629 40.8408C31.3152 40.8408 31.7629 40.3931 31.7629 39.8408C31.7629 39.2885 31.3152 38.8408 30.7629 38.8408V39.8408V40.8408ZM10.0864 3.30746L9.70431 2.38335L10.0864 3.30746ZM33.1529 24.2639L33.1204 25.2634L35.1193 25.3284L35.1518 24.3289L34.1523 24.2964L33.1529 24.2639ZM30.7629 39.8408V38.8408C27.1629 38.8408 22.7762 37.2192 18.504 34.5414C14.2501 31.8751 10.2184 28.229 7.32983 24.329C4.42396 20.4057 2.76947 16.3567 3.0261 12.8578C3.27435 9.47312 5.33374 6.35477 10.4685 4.23158L10.0864 3.30746L9.70431 2.38335C4.03656 4.72691 1.34706 8.4086 1.03146 12.7115C0.72424 16.9001 2.69093 21.4261 5.72265 25.5194C8.7717 29.6361 12.994 33.4482 17.4418 36.2361C21.8714 39.0125 26.6342 40.8408 30.7629 40.8408V39.8408ZM10.0864 3.30746L10.4685 4.23158C15.7891 2.03159 21.5683 2.82709 25.957 6.23235C30.3388 9.63225 33.4307 15.7173 33.1529 24.2639L34.1523 24.2964L35.1518 24.3289C35.4469 15.2537 32.1536 8.50895 27.183 4.65222C22.2194 0.800831 15.6792 -0.0872049 9.70431 2.38335L10.0864 3.30746Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M30.4133 35.2615C30.6452 36.1309 30.9675 37.5931 31.2749 39.6661C31.5658 41.6285 31.3976 43.1543 30.6627 44.9205", stroke: "currentColor", strokeWidth: 2, strokeLinecap: "round" })), /* @__PURE__ */ i.createElement("defs", null, /* @__PURE__ */ i.createElement("filter", { id: "filter0_g_1682_441", x: 0.499939, y: 0.5, width: 35.1702, height: 45.9207, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" }, /* @__PURE__ */ i.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }), /* @__PURE__ */ i.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "BackgroundImageFix", result: "shape" }), /* @__PURE__ */ i.createElement("feTurbulence", { type: "fractalNoise", baseFrequency: "0.3333333432674408 0.3333333432674408", numOctaves: 3, seed: 3005 }), /* @__PURE__ */ i.createElement("feDisplacementMap", { in: "shape", scale: 1, xChannelSelector: "R", yChannelSelector: "G", result: "displacedImage", width: "100%", height: "100%" }), /* @__PURE__ */ i.createElement("feMerge", { result: "effect1_texture_1682_441" }, /* @__PURE__ */ i.createElement("feMergeNode", { in: "displacedImage" }))))), m5 = C(c5), u5 = ({
|
|
1431
1449
|
title: e,
|
|
1432
1450
|
titleId: t,
|
|
1433
1451
|
...l
|
|
1434
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1452
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 10 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M7.85714 3.07144C7.85714 4.64939 6.57796 5.92858 5 5.92858C3.42204 5.92858 2.14286 4.64939 2.14286 3.07144C2.14286 1.49348 3.42204 0.214294 5 0.214294C6.57796 0.214294 7.85714 1.49348 7.85714 3.07144Z", fill: "currentColor" }), /* @__PURE__ */ i.createElement("path", { d: "M10 10.9286C10 12.5065 7.76142 13.7857 5 13.7857C2.23858 13.7857 0 12.5065 0 10.9286C0 9.35062 2.23858 8.07144 5 8.07144C7.76142 8.07144 10 9.35062 10 10.9286Z", fill: "currentColor" })), g5 = C(u5), h5 = ({
|
|
1435
1453
|
title: e,
|
|
1436
1454
|
titleId: t,
|
|
1437
1455
|
...l
|
|
1438
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1456
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 14 13", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M13.0317 0.647687C11.0886 1.88909 9.46937 4.156 9.63129 5.88317C9.90116 8.20405 13.1396 6.63881 13.7873 9.66135C14.0572 11.2266 13.0856 12.6299 11.5204 12.8998C9.63129 13.2776 8.17399 11.8203 7.7422 9.5534C6.98657 5.18151 10.0631 1.4573 12.6538 0L13.0317 0.647687ZM0.131863 9.5534C-0.677748 5.23548 2.39877 1.51127 5.0435 0L5.42132 0.701663C3.42428 1.88909 1.80506 4.20998 2.02095 5.93715C2.29082 8.20405 5.52927 6.69278 6.12298 9.71533C6.44683 11.2806 5.47529 12.6839 3.91005 12.9538C2.02095 13.2776 0.563655 11.8743 0.131863 9.5534Z", fill: "currentColor" })), m1 = C(h5), p5 = ({
|
|
1439
1457
|
title: e,
|
|
1440
1458
|
titleId: t,
|
|
1441
1459
|
...l
|
|
1442
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0
|
|
1460
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 1051 549", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M2148 549C2113.18 469.766 2072.13 406.361 2034.19 351.68C1979.97 273.439 1933.72 224.237 1842.01 166.161C1634.69 35.4907 1467.23 0.000123591 1053.37 8.741e-05C639.513 5.12294e-05 528.672 80.6606 447.336 108.085C227.283 181.012 75.4773 349.042 0 549L2148 549Z", fill: "#802948" })), d2 = C(p5), C5 = ({
|
|
1443
1461
|
title: e,
|
|
1444
1462
|
titleId: t,
|
|
1445
1463
|
...l
|
|
1446
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 18 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M8.38169 0.440751C8.61486 -0.102569 9.38514 -0.102569 9.61831 0.440751L11.5399 4.91842C11.6373 5.14529 11.8511 5.30062 12.0969 5.32311L16.9493 5.767C17.538 5.82086 17.7761 6.55344 17.3314 6.94309L13.6667 10.1543C13.481 10.317 13.3993 10.5684 13.4539 10.8091L14.5312 15.5611C14.6619 16.1378 14.0388 16.5905 13.5308 16.288L9.34425 13.795C9.13213 13.6687 8.86787 13.6687 8.65575 13.795L4.46922 16.288C3.96123 16.5905 3.33806 16.1378 3.46878 15.5611L4.54607 10.8091C4.60065 10.5684 4.51899 10.317 4.33331 10.1543L0.668603 6.94309C0.223928 6.55344 0.461957 5.82086 1.05074 5.767L5.90307 5.32311C6.14892 5.30062 6.36271 5.14529 6.46008 4.91842L8.38169 0.440751Z", fill: "currentColor" })),
|
|
1464
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 18 17", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M8.38169 0.440751C8.61486 -0.102569 9.38514 -0.102569 9.61831 0.440751L11.5399 4.91842C11.6373 5.14529 11.8511 5.30062 12.0969 5.32311L16.9493 5.767C17.538 5.82086 17.7761 6.55344 17.3314 6.94309L13.6667 10.1543C13.481 10.317 13.3993 10.5684 13.4539 10.8091L14.5312 15.5611C14.6619 16.1378 14.0388 16.5905 13.5308 16.288L9.34425 13.795C9.13213 13.6687 8.86787 13.6687 8.65575 13.795L4.46922 16.288C3.96123 16.5905 3.33806 16.1378 3.46878 15.5611L4.54607 10.8091C4.60065 10.5684 4.51899 10.317 4.33331 10.1543L0.668603 6.94309C0.223928 6.55344 0.461957 5.82086 1.05074 5.767L5.90307 5.32311C6.14892 5.30062 6.36271 5.14529 6.46008 4.91842L8.38169 0.440751Z", fill: "currentColor" })), f5 = C(C5), b5 = ({
|
|
1447
1465
|
title: e,
|
|
1448
1466
|
titleId: t,
|
|
1449
1467
|
...l
|
|
1450
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5924 1.20027C7.34888 1.4078 7.22711 1.51158 7.09706 1.59874C6.79896 1.79854 6.46417 1.93721 6.1121 2.00672C5.95851 2.03705 5.79903 2.04977 5.48008 2.07522C4.6787 2.13918 4.278 2.17115 3.94371 2.28923C3.17051 2.56233 2.56233 3.17051 2.28923 3.94371C2.17115 4.278 2.13918 4.6787 2.07522 5.48008C2.04977 5.79903 2.03705 5.95851 2.00672 6.1121C1.93721 6.46417 1.79854 6.79896 1.59874 7.09706C1.51158 7.22711 1.40781 7.34887 1.20027 7.5924C0.678835 8.20428 0.418104 8.51023 0.265216 8.83011C-0.0884052 9.56995 -0.0884052 10.43 0.265216 11.1699C0.418105 11.4898 0.678827 11.7957 1.20027 12.4076C1.40778 12.6511 1.51158 12.7729 1.59874 12.9029C1.79854 13.201 1.93721 13.5358 2.00672 13.8879C2.03705 14.0415 2.04977 14.201 2.07522 14.5199C2.13918 15.3213 2.17115 15.722 2.28923 16.0563C2.56233 16.8295 3.17051 17.4377 3.94371 17.7108C4.278 17.8288 4.6787 17.8608 5.48008 17.9248C5.79903 17.9502 5.95851 17.963 6.1121 17.9933C6.46417 18.0628 6.79896 18.2015 7.09706 18.4013C7.22711 18.4884 7.34887 18.5922 7.5924 18.7997C8.20429 19.3212 8.51023 19.5819 8.83011 19.7348C9.56995 20.0884 10.43 20.0884 11.1699 19.7348C11.4898 19.5819 11.7957 19.3212 12.4076 18.7997C12.6511 18.5922 12.7729 18.4884 12.9029 18.4013C13.201 18.2015 13.5358 18.0628 13.8879 17.9933C14.0415 17.963 14.201 17.9502 14.5199 17.9248C15.3213 17.8608 15.722 17.8288 16.0563 17.7108C16.8295 17.4377 17.4377 16.8295 17.7108 16.0563C17.8288 15.722 17.8608 15.3213 17.9248 14.5199C17.9502 14.201 17.963 14.0415 17.9933 13.8879C18.0628 13.5358 18.2015 13.201 18.4013 12.9029C18.4884 12.7729 18.5922 12.6511 18.7997 12.4076C19.3212 11.7957 19.5819 11.4898 19.7348 11.1699C20.0884 10.43 20.0884 9.56995 19.7348 8.83011C19.5819 8.51023 19.3212 8.20429 18.7997 7.5924C18.5922 7.34887 18.4884 7.22711 18.4013 7.09706C18.2015 6.79896 18.0628 6.46417 17.9933 6.1121C17.963 5.95851 17.9502 5.79903 17.9248 5.48008C17.8608 4.6787 17.8288 4.278 17.7108 3.94371C17.4377 3.17051 16.8295 2.56233 16.0563 2.28923C15.722 2.17115 15.3213 2.13918 14.5199 2.07522C14.201 2.04977 14.0415 2.03705 13.8879 2.00672C13.5358 1.93721 13.201 1.79854 12.9029 1.59874C12.7729 1.51158 12.6511 1.40781 12.4076 1.20027C11.7957 0.678828 11.4898 0.418105 11.1699 0.265216C10.43 -0.0884052 9.56995 -0.0884052 8.83011 0.265216C8.51023 0.418105 8.20428 0.678833 7.5924 1.20027ZM13.8309 6.16959C14.1487 6.48742 14.1487 7.00273 13.8309 7.32056L7.32003 13.8314C7.0022 14.1493 6.48689 14.1493 6.16906 13.8314C5.85123 13.5136 5.85123 12.9983 6.16906 12.6805L12.6799 6.16959C12.9978 5.85176 13.5131 5.85176 13.8309 6.16959ZM13.798 12.7134C13.798 13.3127 13.3122 13.7985 12.7129 13.7985C12.1135 13.7985 11.6277 13.3127 11.6277 12.7134C11.6277 12.1141 12.1135 11.6282 12.7129 11.6282C13.3122 11.6282 13.798 12.1141 13.798 12.7134ZM7.28712 8.3728C7.88643 8.3728 8.37227 7.88696 8.37227 7.28765C8.37227 6.68834 7.88643 6.2025 7.28712 6.2025C6.68781 6.2025 6.20197 6.68834 6.20197 7.28765C6.20197 7.88696 6.68781 8.3728 7.28712 8.3728Z", fill: "currentColor" })),
|
|
1468
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 20 20", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.5924 1.20027C7.34888 1.4078 7.22711 1.51158 7.09706 1.59874C6.79896 1.79854 6.46417 1.93721 6.1121 2.00672C5.95851 2.03705 5.79903 2.04977 5.48008 2.07522C4.6787 2.13918 4.278 2.17115 3.94371 2.28923C3.17051 2.56233 2.56233 3.17051 2.28923 3.94371C2.17115 4.278 2.13918 4.6787 2.07522 5.48008C2.04977 5.79903 2.03705 5.95851 2.00672 6.1121C1.93721 6.46417 1.79854 6.79896 1.59874 7.09706C1.51158 7.22711 1.40781 7.34887 1.20027 7.5924C0.678835 8.20428 0.418104 8.51023 0.265216 8.83011C-0.0884052 9.56995 -0.0884052 10.43 0.265216 11.1699C0.418105 11.4898 0.678827 11.7957 1.20027 12.4076C1.40778 12.6511 1.51158 12.7729 1.59874 12.9029C1.79854 13.201 1.93721 13.5358 2.00672 13.8879C2.03705 14.0415 2.04977 14.201 2.07522 14.5199C2.13918 15.3213 2.17115 15.722 2.28923 16.0563C2.56233 16.8295 3.17051 17.4377 3.94371 17.7108C4.278 17.8288 4.6787 17.8608 5.48008 17.9248C5.79903 17.9502 5.95851 17.963 6.1121 17.9933C6.46417 18.0628 6.79896 18.2015 7.09706 18.4013C7.22711 18.4884 7.34887 18.5922 7.5924 18.7997C8.20429 19.3212 8.51023 19.5819 8.83011 19.7348C9.56995 20.0884 10.43 20.0884 11.1699 19.7348C11.4898 19.5819 11.7957 19.3212 12.4076 18.7997C12.6511 18.5922 12.7729 18.4884 12.9029 18.4013C13.201 18.2015 13.5358 18.0628 13.8879 17.9933C14.0415 17.963 14.201 17.9502 14.5199 17.9248C15.3213 17.8608 15.722 17.8288 16.0563 17.7108C16.8295 17.4377 17.4377 16.8295 17.7108 16.0563C17.8288 15.722 17.8608 15.3213 17.9248 14.5199C17.9502 14.201 17.963 14.0415 17.9933 13.8879C18.0628 13.5358 18.2015 13.201 18.4013 12.9029C18.4884 12.7729 18.5922 12.6511 18.7997 12.4076C19.3212 11.7957 19.5819 11.4898 19.7348 11.1699C20.0884 10.43 20.0884 9.56995 19.7348 8.83011C19.5819 8.51023 19.3212 8.20429 18.7997 7.5924C18.5922 7.34887 18.4884 7.22711 18.4013 7.09706C18.2015 6.79896 18.0628 6.46417 17.9933 6.1121C17.963 5.95851 17.9502 5.79903 17.9248 5.48008C17.8608 4.6787 17.8288 4.278 17.7108 3.94371C17.4377 3.17051 16.8295 2.56233 16.0563 2.28923C15.722 2.17115 15.3213 2.13918 14.5199 2.07522C14.201 2.04977 14.0415 2.03705 13.8879 2.00672C13.5358 1.93721 13.201 1.79854 12.9029 1.59874C12.7729 1.51158 12.6511 1.40781 12.4076 1.20027C11.7957 0.678828 11.4898 0.418105 11.1699 0.265216C10.43 -0.0884052 9.56995 -0.0884052 8.83011 0.265216C8.51023 0.418105 8.20428 0.678833 7.5924 1.20027ZM13.8309 6.16959C14.1487 6.48742 14.1487 7.00273 13.8309 7.32056L7.32003 13.8314C7.0022 14.1493 6.48689 14.1493 6.16906 13.8314C5.85123 13.5136 5.85123 12.9983 6.16906 12.6805L12.6799 6.16959C12.9978 5.85176 13.5131 5.85176 13.8309 6.16959ZM13.798 12.7134C13.798 13.3127 13.3122 13.7985 12.7129 13.7985C12.1135 13.7985 11.6277 13.3127 11.6277 12.7134C11.6277 12.1141 12.1135 11.6282 12.7129 11.6282C13.3122 11.6282 13.798 12.1141 13.798 12.7134ZM7.28712 8.3728C7.88643 8.3728 8.37227 7.88696 8.37227 7.28765C8.37227 6.68834 7.88643 6.2025 7.28712 6.2025C6.68781 6.2025 6.20197 6.68834 6.20197 7.28765C6.20197 7.88696 6.68781 8.3728 7.28712 8.3728Z", fill: "currentColor" })), c2 = C(b5), x5 = ({
|
|
1451
1469
|
title: e,
|
|
1452
1470
|
titleId: t,
|
|
1453
1471
|
...l
|
|
1454
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 12 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.3226 5.90273V3.62555C8.34598 3.49986 8.25022 0.794932 8.25022 0.540759V0.521606H5.94949V9.39052C5.94924 9.77378 5.82814 10.1472 5.60341 10.4576C5.37868 10.7681 5.06178 10.9998 4.69778 11.1197C4.33378 11.2397 3.94123 11.2418 3.57597 11.1257C3.21071 11.0097 2.89134 10.7814 2.6633 10.4734C2.43526 10.1654 2.31016 9.79328 2.3058 9.41005C2.30144 9.02682 2.41804 8.65198 2.63902 8.33885C2.85999 8.02572 3.17409 7.79025 3.53662 7.66593C3.89915 7.54162 4.29165 7.53479 4.65828 7.64643V5.29782C4.48202 5.27521 4.30449 5.26388 4.12679 5.26391C3.31062 5.26391 2.51278 5.50593 1.83416 5.95937C1.15554 6.41281 0.626624 7.05729 0.31429 7.81134C0.00195587 8.56538 -0.079765 9.3951 0.0794615 10.1956C0.238688 10.9961 0.63171 11.7314 1.20883 12.3085C1.78595 12.8856 2.52124 13.2786 3.32173 13.4379C4.12221 13.5971 4.95194 13.5154 5.70598 13.203C6.46002 12.8907 7.10451 12.3618 7.55795 11.6832C8.01139 11.0045 8.25341 10.2067 8.25341 9.39052C8.25341 9.33267 8.25341 9.27521 8.24942 9.21815V4.85092C9.3088 5.82013 11.3226 5.90273 11.3226 5.90273Z", fill: "#F7C8CC" }), /* @__PURE__ */ i.createElement("path", { d: "M12.0002 6.46508V4.18671C9.02313 4.06102 8.92777 1.35609 8.92777 1.10192V1.08276H6.62704V9.95168C6.62687 10.335 6.50584 10.7084 6.28117 11.0189C6.05649 11.3294 5.73961 11.5612 5.37562 11.6812C5.01162 11.8012 4.61905 11.8033 4.25376 11.6874C3.88846 11.5714 3.56905 11.3431 3.34097 11.0351C3.11288 10.7271 2.98774 10.355 2.98335 9.97176C2.97896 9.58851 3.09554 9.21365 3.31651 8.90049C3.53748 8.58733 3.85158 8.35184 4.21412 8.22751C4.57666 8.10318 4.96918 8.09634 5.33583 8.20798V5.85898C5.15914 5.83685 4.98121 5.82606 4.80314 5.82666C3.98696 5.8269 3.18917 6.06916 2.51068 6.52281C1.83218 6.97647 1.30345 7.62113 0.991345 8.37529C0.679242 9.12944 0.597785 9.95921 0.757276 10.7597C0.916767 11.5601 1.31004 12.2953 1.88737 12.8722C2.46469 13.4492 3.20014 13.8419 4.00069 14.0009C4.80125 14.1598 5.63097 14.0778 6.38491 13.7652C7.13885 13.4526 7.78316 12.9234 8.23636 12.2446C8.68955 11.5658 8.93127 10.7679 8.93096 9.95168C8.93096 9.89383 8.93096 9.83637 8.92697 9.77931V5.41208C9.98635 6.38129 12.0002 6.46508 12.0002 6.46508Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M8.30717 1.08276C8.4181 1.68687 8.7421 2.63134 9.68657 3.18398C8.96475 2.34325 8.92844 1.25833 8.92844 1.10192V1.08276H8.30717Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M11.9998 6.46487V4.18649C11.7719 4.17814 11.5451 4.15145 11.3215 4.10669V5.90026C11.3215 5.90026 9.30766 5.81767 8.24907 4.84846V9.21449C8.25147 9.27155 8.25307 9.329 8.25307 9.38686C8.25296 10.1335 8.05033 10.8661 7.66676 11.5066C7.28318 12.1471 6.73303 12.6716 6.07491 13.0242C5.4168 13.3767 4.67537 13.5442 3.92961 13.5086C3.18385 13.4731 2.4617 13.2359 1.84009 12.8224C2.41176 13.4128 3.14669 13.819 3.95071 13.989C4.75474 14.159 5.59121 14.0851 6.35294 13.7767C7.11467 13.4683 7.76695 12.9394 8.2262 12.2579C8.68544 11.5764 8.93071 10.7733 8.93059 9.95147C8.93059 9.89361 8.93059 9.83615 8.9266 9.77909V5.41187C9.98599 6.38108 11.9998 6.46487 11.9998 6.46487Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M4.65799 7.64316C4.21868 7.50917 3.74498 7.54594 3.3316 7.74611C2.91823 7.94628 2.59564 8.2951 2.42832 8.72284C2.26101 9.15057 2.26131 9.62569 2.42916 10.0532C2.597 10.4807 2.92003 10.8292 3.33366 11.0288C3.10762 10.72 2.98446 10.348 2.98163 9.96536C2.9788 9.58271 3.09644 9.20888 3.31789 8.89682C3.53934 8.58475 3.85336 8.35028 4.21548 8.22661C4.5776 8.10294 4.96945 8.09635 5.33552 8.20776V5.85876C5.15883 5.83663 4.9809 5.82584 4.80283 5.82644C4.75375 5.82644 4.70547 5.82644 4.65679 5.82923L4.65799 7.64316Z", fill: "#F7EFDC" })),
|
|
1472
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 12 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.3226 5.90273V3.62555C8.34598 3.49986 8.25022 0.794932 8.25022 0.540759V0.521606H5.94949V9.39052C5.94924 9.77378 5.82814 10.1472 5.60341 10.4576C5.37868 10.7681 5.06178 10.9998 4.69778 11.1197C4.33378 11.2397 3.94123 11.2418 3.57597 11.1257C3.21071 11.0097 2.89134 10.7814 2.6633 10.4734C2.43526 10.1654 2.31016 9.79328 2.3058 9.41005C2.30144 9.02682 2.41804 8.65198 2.63902 8.33885C2.85999 8.02572 3.17409 7.79025 3.53662 7.66593C3.89915 7.54162 4.29165 7.53479 4.65828 7.64643V5.29782C4.48202 5.27521 4.30449 5.26388 4.12679 5.26391C3.31062 5.26391 2.51278 5.50593 1.83416 5.95937C1.15554 6.41281 0.626624 7.05729 0.31429 7.81134C0.00195587 8.56538 -0.079765 9.3951 0.0794615 10.1956C0.238688 10.9961 0.63171 11.7314 1.20883 12.3085C1.78595 12.8856 2.52124 13.2786 3.32173 13.4379C4.12221 13.5971 4.95194 13.5154 5.70598 13.203C6.46002 12.8907 7.10451 12.3618 7.55795 11.6832C8.01139 11.0045 8.25341 10.2067 8.25341 9.39052C8.25341 9.33267 8.25341 9.27521 8.24942 9.21815V4.85092C9.3088 5.82013 11.3226 5.90273 11.3226 5.90273Z", fill: "#F7C8CC" }), /* @__PURE__ */ i.createElement("path", { d: "M12.0002 6.46508V4.18671C9.02313 4.06102 8.92777 1.35609 8.92777 1.10192V1.08276H6.62704V9.95168C6.62687 10.335 6.50584 10.7084 6.28117 11.0189C6.05649 11.3294 5.73961 11.5612 5.37562 11.6812C5.01162 11.8012 4.61905 11.8033 4.25376 11.6874C3.88846 11.5714 3.56905 11.3431 3.34097 11.0351C3.11288 10.7271 2.98774 10.355 2.98335 9.97176C2.97896 9.58851 3.09554 9.21365 3.31651 8.90049C3.53748 8.58733 3.85158 8.35184 4.21412 8.22751C4.57666 8.10318 4.96918 8.09634 5.33583 8.20798V5.85898C5.15914 5.83685 4.98121 5.82606 4.80314 5.82666C3.98696 5.8269 3.18917 6.06916 2.51068 6.52281C1.83218 6.97647 1.30345 7.62113 0.991345 8.37529C0.679242 9.12944 0.597785 9.95921 0.757276 10.7597C0.916767 11.5601 1.31004 12.2953 1.88737 12.8722C2.46469 13.4492 3.20014 13.8419 4.00069 14.0009C4.80125 14.1598 5.63097 14.0778 6.38491 13.7652C7.13885 13.4526 7.78316 12.9234 8.23636 12.2446C8.68955 11.5658 8.93127 10.7679 8.93096 9.95168C8.93096 9.89383 8.93096 9.83637 8.92697 9.77931V5.41208C9.98635 6.38129 12.0002 6.46508 12.0002 6.46508Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M8.30717 1.08276C8.4181 1.68687 8.7421 2.63134 9.68657 3.18398C8.96475 2.34325 8.92844 1.25833 8.92844 1.10192V1.08276H8.30717Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M11.9998 6.46487V4.18649C11.7719 4.17814 11.5451 4.15145 11.3215 4.10669V5.90026C11.3215 5.90026 9.30766 5.81767 8.24907 4.84846V9.21449C8.25147 9.27155 8.25307 9.329 8.25307 9.38686C8.25296 10.1335 8.05033 10.8661 7.66676 11.5066C7.28318 12.1471 6.73303 12.6716 6.07491 13.0242C5.4168 13.3767 4.67537 13.5442 3.92961 13.5086C3.18385 13.4731 2.4617 13.2359 1.84009 12.8224C2.41176 13.4128 3.14669 13.819 3.95071 13.989C4.75474 14.159 5.59121 14.0851 6.35294 13.7767C7.11467 13.4683 7.76695 12.9394 8.2262 12.2579C8.68544 11.5764 8.93071 10.7733 8.93059 9.95147C8.93059 9.89361 8.93059 9.83615 8.9266 9.77909V5.41187C9.98599 6.38108 11.9998 6.46487 11.9998 6.46487Z", fill: "#F7EFDC" }), /* @__PURE__ */ i.createElement("path", { d: "M4.65799 7.64316C4.21868 7.50917 3.74498 7.54594 3.3316 7.74611C2.91823 7.94628 2.59564 8.2951 2.42832 8.72284C2.26101 9.15057 2.26131 9.62569 2.42916 10.0532C2.597 10.4807 2.92003 10.8292 3.33366 11.0288C3.10762 10.72 2.98446 10.348 2.98163 9.96536C2.9788 9.58271 3.09644 9.20888 3.31789 8.89682C3.53934 8.58475 3.85336 8.35028 4.21548 8.22661C4.5776 8.10294 4.96945 8.09635 5.33552 8.20776V5.85876C5.15883 5.83663 4.9809 5.82584 4.80283 5.82644C4.75375 5.82644 4.70547 5.82644 4.65679 5.82923L4.65799 7.64316Z", fill: "#F7EFDC" })), v5 = C(x5), w5 = ({
|
|
1455
1473
|
title: e,
|
|
1456
1474
|
titleId: t,
|
|
1457
1475
|
...l
|
|
1458
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 95 59", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M23.6782 58.0245V49.7689H28.8026V50.9955H24.9048V52.9886H28.0419V54.2152H24.9048V56.798H28.8026V58.0245H23.6782ZM29.4171 58.0245L31.5753 55.0643L29.4288 52.1159H30.9443L32.3301 54.0147L33.7217 52.1159H35.2313L33.0908 55.0643L35.249 58.0245H33.7335L32.3301 56.1021L30.9325 58.0245H29.4171ZM39.6049 56.3498L40.7018 56.9454C40.4344 57.3189 40.0944 57.6176 39.6816 57.8417C39.2728 58.0658 38.8285 58.1778 38.3489 58.1778C37.8064 58.1778 37.3111 58.0383 36.8629 57.7592C36.4187 57.48 36.0629 57.1066 35.7956 56.6388C35.5322 56.167 35.4005 55.6461 35.4005 55.0761C35.4005 54.6437 35.4772 54.2407 35.6305 53.8672C35.7838 53.4898 35.9941 53.1596 36.2614 52.8766C36.5327 52.5896 36.8472 52.3655 37.2049 52.2043C37.5627 52.0432 37.944 51.9626 38.3489 51.9626C38.8285 51.9626 39.2728 52.0746 39.6816 52.2987C40.0944 52.5228 40.4344 52.8235 40.7018 53.2009L39.6049 53.7965C39.4398 53.5999 39.2472 53.4505 39.0271 53.3483C38.8069 53.2422 38.5809 53.1891 38.3489 53.1891C38.0266 53.1891 37.7337 53.2776 37.4703 53.4545C37.2108 53.6274 37.0044 53.8574 36.8511 54.1444C36.7017 54.4274 36.627 54.738 36.627 55.0761C36.627 55.4102 36.7037 55.7208 36.857 56.0078C37.0103 56.2908 37.2167 56.5189 37.4762 56.6918C37.7396 56.8648 38.0305 56.9513 38.3489 56.9513C38.5927 56.9513 38.8246 56.8963 39.0447 56.7862C39.2649 56.6761 39.4516 56.5306 39.6049 56.3498ZM44.1048 58.1778C43.5623 58.1778 43.0669 58.0383 42.6188 57.7592C42.1746 57.48 41.8188 57.1066 41.5515 56.6388C41.2881 56.167 41.1564 55.6461 41.1564 55.0761C41.1564 54.6437 41.233 54.2407 41.3863 53.8672C41.5397 53.4898 41.75 53.1596 42.0173 52.8766C42.2886 52.5896 42.6031 52.3655 42.9608 52.2043C43.3185 52.0432 43.6999 51.9626 44.1048 51.9626C44.5569 51.9626 44.9716 52.0569 45.349 52.2456C45.7264 52.4304 46.0488 52.6879 46.3161 53.0181C46.5834 53.3444 46.78 53.7218 46.9058 54.1503C47.0316 54.5749 47.0689 55.027 47.0178 55.5066H42.4714C42.5225 55.7778 42.6208 56.0235 42.7662 56.2437C42.9156 56.4599 43.1043 56.6309 43.3323 56.7567C43.5642 56.8825 43.8217 56.9474 44.1048 56.9513C44.4036 56.9513 44.6748 56.8766 44.9186 56.7272C45.1662 56.5778 45.3687 56.3714 45.5259 56.108L46.7702 56.397C46.5343 56.9198 46.1785 57.3483 45.7028 57.6825C45.2272 58.0127 44.6945 58.1778 44.1048 58.1778ZM42.4301 54.569H45.7795C45.7402 54.2859 45.6399 54.0304 45.4788 53.8024C45.3215 53.5704 45.123 53.3876 44.8832 53.254C44.6473 53.1164 44.3878 53.0476 44.1048 53.0476C43.8257 53.0476 43.5662 53.1144 43.3264 53.2481C43.0905 53.3817 42.894 53.5645 42.7367 53.7965C42.5834 54.0245 42.4812 54.282 42.4301 54.569ZM47.7958 58.0245V49.1793H49.0224V58.0245H47.7958ZM50.3154 58.0245V49.1793H51.5419V58.0245H50.3154ZM55.3489 58.1778C54.8064 58.1778 54.311 58.0383 53.8629 57.7592C53.4186 57.48 53.0629 57.1066 52.7955 56.6388C52.5321 56.167 52.4004 55.6461 52.4004 55.0761C52.4004 54.6437 52.4771 54.2407 52.6304 53.8672C52.7837 53.4898 52.9941 53.1596 53.2614 52.8766C53.5326 52.5896 53.8471 52.3655 54.2049 52.2043C54.5626 52.0432 54.944 51.9626 55.3489 51.9626C55.801 51.9626 56.2157 52.0569 56.5931 52.2456C56.9705 52.4304 57.2929 52.6879 57.5602 53.0181C57.8275 53.3444 58.0241 53.7218 58.1499 54.1503C58.2757 54.5749 58.313 55.027 58.2619 55.5066H53.7154C53.7665 55.7778 53.8648 56.0235 54.0103 56.2437C54.1597 56.4599 54.3484 56.6309 54.5764 56.7567C54.8083 56.8825 55.0658 56.9474 55.3489 56.9513C55.6476 56.9513 55.9189 56.8766 56.1626 56.7272C56.4103 56.5778 56.6128 56.3714 56.77 56.108L58.0142 56.397C57.7784 56.9198 57.4226 57.3483 56.9469 57.6825C56.4712 58.0127 55.9386 58.1778 55.3489 58.1778ZM53.6742 54.569H57.0236C56.9843 54.2859 56.884 54.0304 56.7228 53.8024C56.5656 53.5704 56.3671 53.3876 56.1273 53.254C55.8914 53.1164 55.6319 53.0476 55.3489 53.0476C55.0698 53.0476 54.8103 53.1144 54.5705 53.2481C54.3346 53.3817 54.138 53.5645 53.9808 53.7965C53.8275 54.0245 53.7253 54.282 53.6742 54.569ZM64.4277 54.3272V58.0245H63.2012V54.6279C63.2012 54.3645 63.1363 54.1247 63.0066 53.9085C62.8808 53.6923 62.7098 53.5213 62.4935 53.3955C62.2812 53.2658 62.0414 53.2009 61.7741 53.2009C61.5147 53.2009 61.2768 53.2658 61.0606 53.3955C60.8444 53.5213 60.6714 53.6923 60.5417 53.9085C60.412 54.1247 60.3471 54.3645 60.3471 54.6279V58.0245H59.1205V52.1277H60.3471V52.7527C60.5515 52.509 60.8031 52.3164 61.1019 52.1748C61.4007 52.0333 61.723 51.9626 62.069 51.9626C62.5053 51.9626 62.9024 52.0687 63.2601 52.281C63.6179 52.4933 63.9009 52.7783 64.1093 53.136C64.3216 53.4938 64.4277 53.8908 64.4277 54.3272ZM68.6004 53.3542H67.362L67.3561 58.0245H66.1296L66.1355 53.3542H65.1979V52.1277H66.1355L66.1296 50.2761H67.3561L67.362 52.1277H68.6004V53.3542Z", fill: "#F7EFDC", fillOpacity: 0.6 }), /* @__PURE__ */ i.createElement("path", { d: "M88.1498 4.55424H90.1039V1.03242H92.681V4.53248H95V6.44393H92.681V12.6711C92.681 12.9504 92.7022 13.165 92.724 13.3797C92.7454 13.5731 92.8098 13.7448 92.8742 13.8736C92.9601 14.0024 93.0888 14.11 93.2391 14.1744C93.4108 14.2388 93.6257 14.2817 93.9265 14.2817C94.0982 14.2817 94.2914 14.2817 94.4631 14.2603C94.6351 14.2388 94.8283 14.2173 95 14.1744V16.1714C94.721 16.2143 94.4417 16.2358 94.1626 16.2573C93.8833 16.3002 93.6257 16.3002 93.3249 16.3002C92.6378 16.3002 92.1012 16.2358 91.6931 16.107C91.285 15.9782 90.9631 15.7851 90.7267 15.5487C90.4906 15.2911 90.3403 14.9903 90.2542 14.6251C90.1683 14.2603 90.1254 13.8092 90.1039 13.337V6.4654H88.1498V4.51131V4.55424ZM81.4931 14.4964C82.0512 14.4964 82.5666 14.3676 82.9747 14.1315C83.4043 13.8954 83.7262 13.5731 84.0056 13.1865C84.2846 12.8001 84.4781 12.3491 84.6068 11.8766C84.7356 11.3829 84.8 10.889 84.8 10.3736C84.8 9.8796 84.7356 9.38564 84.6068 8.89167C84.4781 8.39802 84.2846 7.96844 84.0056 7.5818C83.7262 7.19546 83.3828 6.89467 82.9747 6.65857C82.5452 6.42217 82.0512 6.29339 81.4931 6.29339C80.9348 6.29339 80.4194 6.42217 80.0112 6.65857C79.582 6.89467 79.2597 7.21692 78.9807 7.5818C78.7014 7.96844 78.5082 8.39802 78.3794 8.89167C78.2503 9.38564 78.186 9.8796 78.186 10.3736C78.186 10.889 78.2503 11.3829 78.3794 11.8766C78.5082 12.3706 78.7014 12.8001 78.9807 13.1865C79.2597 13.5731 79.6034 13.8954 80.0112 14.1315C80.4408 14.389 80.9348 14.4964 81.4931 14.4964ZM81.4931 16.5366C80.5696 16.5366 79.7322 16.3861 79.0022 16.0641C78.2718 15.7418 77.6708 15.334 77.1554 14.7971C76.6614 14.2603 76.2751 13.5946 76.0172 12.8431C75.7597 12.0912 75.6091 11.2539 75.6091 10.3736C75.6091 9.49295 75.7379 8.67704 76.0172 7.92552C76.2751 7.17399 76.6614 6.52979 77.1554 5.97143C77.6491 5.43455 78.2718 5.00497 79.0022 4.70449C79.7322 4.4037 80.5696 4.23199 81.4931 4.23199C82.4164 4.23199 83.2537 4.38223 83.9841 4.70449C84.7142 5.00497 85.3154 5.43455 85.8306 5.97143C86.3245 6.50832 86.7112 7.17399 86.9687 7.92552C87.2266 8.67704 87.3768 9.49295 87.3768 10.3736C87.3768 11.2753 87.2481 12.0912 86.9687 12.8431C86.6897 13.5946 86.3245 14.2388 85.8306 14.7971C85.3369 15.334 84.7142 15.7633 83.9841 16.0641C83.2537 16.3646 82.4378 16.5366 81.4931 16.5366ZM71.0568 0.108887H73.6336V16.2143H71.0568V0.108887ZM66.1821 4.55424H68.7593V16.2143H66.1821V4.55424ZM66.1821 0.108887H68.7593V2.53547H66.1821V0.108887ZM61.6512 10.395C61.6512 9.8796 61.5868 9.36417 61.4366 8.87021C61.3078 8.37655 61.0929 7.94698 60.8138 7.56034C60.5345 7.17399 60.1911 6.8732 59.8045 6.6371C59.3964 6.40101 58.9242 6.29339 58.4087 6.29339C57.3349 6.29339 56.519 6.65857 55.9607 7.41009C55.4238 8.16161 55.1448 9.171 55.1448 10.4165C55.1448 11.0178 55.2092 11.5547 55.3594 12.0483C55.5097 12.5423 55.7031 12.9718 56.0036 13.337C56.2829 13.7019 56.6264 13.9809 57.0345 14.1959C57.4423 14.4105 57.8933 14.5181 58.4302 14.5181C59.0315 14.5181 59.504 14.389 59.9118 14.1529C60.3199 13.9165 60.6421 13.5946 60.9212 13.2294C61.1787 12.8431 61.3722 12.4135 61.4795 11.9195C61.5868 11.4041 61.6512 10.9104 61.6512 10.395ZM52.6538 4.55424H55.0804V6.14314H55.1233C55.4882 5.45601 55.9821 4.98351 56.6264 4.68302C57.2706 4.38223 57.9577 4.23199 58.7307 4.23199C59.6542 4.23199 60.4487 4.38223 61.1358 4.72595C61.8229 5.0479 62.3813 5.47747 62.8323 6.05729C63.2834 6.61564 63.6268 7.28131 63.8417 8.03283C64.0563 8.78436 64.1851 9.60057 64.1851 10.438C64.1851 11.2324 64.0778 11.9839 63.8846 12.7143C63.67 13.4443 63.3692 14.11 62.9611 14.6684C62.5533 15.2267 62.0379 15.6775 61.3937 16.0212C60.7495 16.3646 60.0194 16.5366 59.1603 16.5366C58.7954 16.5366 58.4087 16.4937 58.0438 16.4293C57.6787 16.3646 57.3135 16.2573 56.9701 16.107C56.6264 15.9568 56.3044 15.7633 56.0251 15.5272C55.7246 15.2911 55.4882 15.0118 55.295 14.7113H55.2521V20.5306H52.6753V4.55424H52.6538ZM43.9998 4.55424H45.9539V1.03242H48.531V4.53248H50.85V6.44393H48.531V12.6711C48.531 12.9504 48.5522 13.165 48.5736 13.3797C48.5954 13.5731 48.6598 13.7448 48.7242 13.8736C48.81 14.0024 48.9388 14.11 49.0891 14.1744C49.2608 14.2388 49.4757 14.2817 49.7762 14.2817C49.9482 14.2817 50.1414 14.2817 50.3131 14.2603C50.4851 14.2388 50.6783 14.2173 50.85 14.1744V16.1714C50.5709 16.2143 50.2916 16.2358 50.0126 16.2573C49.7333 16.3002 49.4757 16.3002 49.1752 16.3002C48.4878 16.3002 47.9509 16.2358 47.5431 16.107C47.135 15.9782 46.813 15.7848 46.5766 15.5487C46.3405 15.2911 46.1903 14.9903 46.1041 14.6251C46.0186 14.2603 45.9753 13.8092 45.9539 13.337V6.4654H43.9998V4.51131V4.55424ZM35.5178 12.4779C35.6036 13.2294 35.8827 13.7448 36.3766 14.0671C36.8706 14.3676 37.4719 14.5181 38.159 14.5181C38.3951 14.5181 38.6744 14.4964 38.9749 14.4534C39.2757 14.4105 39.5762 14.3461 39.8341 14.2388C40.1131 14.1315 40.3277 13.9809 40.4994 13.7663C40.6714 13.5517 40.7573 13.2938 40.7358 12.9718C40.7144 12.6499 40.6071 12.3706 40.3707 12.1559C40.1346 11.941 39.8552 11.7908 39.5118 11.6405C39.1681 11.5117 38.7603 11.4041 38.3093 11.3183C37.8582 11.2324 37.4075 11.1251 36.935 11.0178C36.4625 10.9104 35.9903 10.7814 35.5393 10.6311C35.0882 10.4809 34.7016 10.2877 34.3367 10.0084C33.993 9.75082 33.6925 9.42856 33.499 9.02076C33.2844 8.61265 33.1771 8.14015 33.1771 7.53887C33.1771 6.89467 33.3273 6.37924 33.6496 5.94997C33.9501 5.5204 34.3582 5.17698 34.8304 4.91912C35.3032 4.66156 35.8397 4.46809 36.4196 4.36077C36.9994 4.25345 37.5577 4.21052 38.0732 4.21052C38.6744 4.21052 39.2543 4.27491 39.7908 4.4037C40.3277 4.53248 40.8432 4.72595 41.2727 5.02644C41.7238 5.30577 42.0886 5.69211 42.368 6.14314C42.6685 6.59418 42.8402 7.15253 42.9263 7.79674H40.2419C40.1131 7.17399 39.8341 6.76588 39.4045 6.55125C38.9535 6.33662 38.4598 6.229 37.88 6.229C37.708 6.229 37.4719 6.25046 37.2358 6.27192C36.9779 6.31485 36.7633 6.35778 36.5269 6.44393C36.3122 6.52979 36.1191 6.65857 35.9685 6.80881C35.8183 6.95936 35.7324 7.17399 35.7324 7.43155C35.7324 7.75381 35.8397 7.98991 36.0547 8.18308C36.2693 8.37655 36.5483 8.5268 36.9135 8.67704C37.2572 8.80582 37.6651 8.91344 38.1161 8.99929C38.5671 9.08515 39.0393 9.19247 39.5118 9.29978C39.9843 9.4071 40.435 9.53618 40.8861 9.68643C41.3371 9.83667 41.7449 10.0298 42.0886 10.3092C42.4324 10.5667 42.7328 10.889 42.9475 11.2753C43.1624 11.662 43.2697 12.1559 43.2697 12.7143C43.2697 13.4014 43.1195 13.9809 42.7972 14.4749C42.4753 14.9474 42.0672 15.3555 41.5732 15.656C41.0796 15.9568 40.4994 16.1714 39.8985 16.3217C39.2757 16.4504 38.6744 16.5366 38.0732 16.5366C37.3428 16.5366 36.6557 16.4504 36.0329 16.2787C35.4105 16.107 34.8521 15.8495 34.4011 15.5272C33.9501 15.1835 33.5852 14.7757 33.3273 14.2603C33.0698 13.7663 32.9192 13.165 32.898 12.4564H35.4963V12.4779H35.5178ZM31.1371 16.2143H28.6032V14.5825H28.5603C28.2381 15.1835 27.7656 15.6345 27.1428 15.9997C26.5204 16.3646 25.8759 16.5366 25.2317 16.5366C23.7071 16.5366 22.5904 16.1714 21.9033 15.3984C21.2162 14.6469 20.8725 13.4873 20.8725 11.9625V4.55424H23.4496V11.7049C23.4496 12.7354 23.6428 13.4658 24.0506 13.8736C24.4372 14.3032 24.9956 14.5181 25.7042 14.5181C26.241 14.5181 26.6921 14.432 27.057 14.2603C27.4221 14.0886 27.7226 13.8736 27.9376 13.5946C28.1737 13.3153 28.3239 12.9718 28.4315 12.5852C28.5388 12.1989 28.5818 11.7693 28.5818 11.3183V4.55424H31.1586V16.2143H31.1371ZM12.4978 4.55424H14.9029V6.80881H14.9458C15.0317 6.48686 15.1822 6.18607 15.3969 5.88558C15.6115 5.58479 15.8694 5.30577 16.1913 5.06936C16.4921 4.8118 16.8355 4.61863 17.2222 4.46809C17.587 4.31784 17.9737 4.23199 18.36 4.23199C18.6608 4.23199 18.8755 4.25345 18.9828 4.25345C19.0904 4.27491 19.2192 4.29638 19.3265 4.29638V6.76588C19.1548 6.72296 18.9616 6.70149 18.7681 6.68003C18.575 6.65857 18.4033 6.6371 18.2098 6.6371C17.7802 6.6371 17.3724 6.72296 16.9858 6.89467C16.5994 7.06668 16.2772 7.32424 15.9767 7.64649C15.6973 7.98991 15.4612 8.39802 15.2895 8.89167C15.1175 9.38564 15.0317 9.96545 15.0317 10.6097V16.15H12.4549L12.4978 4.55424ZM0.0214635 0.108887H13.0561V2.53547H7.92395V16.2143H5.11072V2.53547H0L0.0214635 0.108887Z", fill: "#F7EFDC", fillOpacity: 0.6 }), /* @__PURE__ */ i.createElement("path", { d: "M16.6891 27.7664H11.3863L9.7539 22.7246L8.11186 27.7664L2.80922 27.7569L7.09775 30.8767L5.45571 35.9185L9.74424 32.7987L14.0328 35.9185L12.4004 30.8767L16.6891 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M12.7676 32.0164L12.4006 30.8767L9.75393 32.7987L12.7676 32.0164Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M36.041 27.896H30.7382L29.1059 22.8542L27.4638 27.896L22.1612 27.8865L26.4497 31.0063L24.8077 36.0481L29.0962 32.9283L33.3847 36.0481L31.7523 31.0063L36.041 27.896Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M32.1195 32.1461L31.7525 31.0063L29.1059 32.9283L32.1195 32.1461Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M55.6022 27.896H50.2994L48.667 22.8542L47.025 27.896L41.7223 27.8865L46.0108 31.0063L44.3688 36.0481L48.6573 32.9283L52.9459 36.0481L51.3135 31.0063L55.6022 27.896Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M51.6807 32.1461L51.3137 31.0063L48.667 32.9283L51.6807 32.1461Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M75.3724 27.7664H70.0696L68.4372 22.7246L66.7952 27.7664L61.4926 27.7569L65.7811 30.8767L64.1391 35.9185L68.4276 32.7987L72.7161 35.9185L71.0837 30.8767L75.3724 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M71.4509 32.0164L71.0839 30.8767L68.4373 32.7987L71.4509 32.0164Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M94.9335 27.7664H89.6308L87.9984 22.7246L86.3563 27.7664L81.0537 27.7569L85.3422 30.8767L83.7002 35.9185L87.9887 32.7987L92.2773 35.9185L90.6449 30.8767L94.9335 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M91.012 32.0164L90.645 30.8767L87.9983 32.7987L91.012 32.0164Z", fill: "#076042" })), d2 = f(x5), v5 = ({
|
|
1476
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { viewBox: "0 0 95 59", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M23.6782 58.0245V49.7689H28.8026V50.9955H24.9048V52.9886H28.0419V54.2152H24.9048V56.798H28.8026V58.0245H23.6782ZM29.4171 58.0245L31.5753 55.0643L29.4288 52.1159H30.9443L32.3301 54.0147L33.7217 52.1159H35.2313L33.0908 55.0643L35.249 58.0245H33.7335L32.3301 56.1021L30.9325 58.0245H29.4171ZM39.6049 56.3498L40.7018 56.9454C40.4344 57.3189 40.0944 57.6176 39.6816 57.8417C39.2728 58.0658 38.8285 58.1778 38.3489 58.1778C37.8064 58.1778 37.3111 58.0383 36.8629 57.7592C36.4187 57.48 36.0629 57.1066 35.7956 56.6388C35.5322 56.167 35.4005 55.6461 35.4005 55.0761C35.4005 54.6437 35.4772 54.2407 35.6305 53.8672C35.7838 53.4898 35.9941 53.1596 36.2614 52.8766C36.5327 52.5896 36.8472 52.3655 37.2049 52.2043C37.5627 52.0432 37.944 51.9626 38.3489 51.9626C38.8285 51.9626 39.2728 52.0746 39.6816 52.2987C40.0944 52.5228 40.4344 52.8235 40.7018 53.2009L39.6049 53.7965C39.4398 53.5999 39.2472 53.4505 39.0271 53.3483C38.8069 53.2422 38.5809 53.1891 38.3489 53.1891C38.0266 53.1891 37.7337 53.2776 37.4703 53.4545C37.2108 53.6274 37.0044 53.8574 36.8511 54.1444C36.7017 54.4274 36.627 54.738 36.627 55.0761C36.627 55.4102 36.7037 55.7208 36.857 56.0078C37.0103 56.2908 37.2167 56.5189 37.4762 56.6918C37.7396 56.8648 38.0305 56.9513 38.3489 56.9513C38.5927 56.9513 38.8246 56.8963 39.0447 56.7862C39.2649 56.6761 39.4516 56.5306 39.6049 56.3498ZM44.1048 58.1778C43.5623 58.1778 43.0669 58.0383 42.6188 57.7592C42.1746 57.48 41.8188 57.1066 41.5515 56.6388C41.2881 56.167 41.1564 55.6461 41.1564 55.0761C41.1564 54.6437 41.233 54.2407 41.3863 53.8672C41.5397 53.4898 41.75 53.1596 42.0173 52.8766C42.2886 52.5896 42.6031 52.3655 42.9608 52.2043C43.3185 52.0432 43.6999 51.9626 44.1048 51.9626C44.5569 51.9626 44.9716 52.0569 45.349 52.2456C45.7264 52.4304 46.0488 52.6879 46.3161 53.0181C46.5834 53.3444 46.78 53.7218 46.9058 54.1503C47.0316 54.5749 47.0689 55.027 47.0178 55.5066H42.4714C42.5225 55.7778 42.6208 56.0235 42.7662 56.2437C42.9156 56.4599 43.1043 56.6309 43.3323 56.7567C43.5642 56.8825 43.8217 56.9474 44.1048 56.9513C44.4036 56.9513 44.6748 56.8766 44.9186 56.7272C45.1662 56.5778 45.3687 56.3714 45.5259 56.108L46.7702 56.397C46.5343 56.9198 46.1785 57.3483 45.7028 57.6825C45.2272 58.0127 44.6945 58.1778 44.1048 58.1778ZM42.4301 54.569H45.7795C45.7402 54.2859 45.6399 54.0304 45.4788 53.8024C45.3215 53.5704 45.123 53.3876 44.8832 53.254C44.6473 53.1164 44.3878 53.0476 44.1048 53.0476C43.8257 53.0476 43.5662 53.1144 43.3264 53.2481C43.0905 53.3817 42.894 53.5645 42.7367 53.7965C42.5834 54.0245 42.4812 54.282 42.4301 54.569ZM47.7958 58.0245V49.1793H49.0224V58.0245H47.7958ZM50.3154 58.0245V49.1793H51.5419V58.0245H50.3154ZM55.3489 58.1778C54.8064 58.1778 54.311 58.0383 53.8629 57.7592C53.4186 57.48 53.0629 57.1066 52.7955 56.6388C52.5321 56.167 52.4004 55.6461 52.4004 55.0761C52.4004 54.6437 52.4771 54.2407 52.6304 53.8672C52.7837 53.4898 52.9941 53.1596 53.2614 52.8766C53.5326 52.5896 53.8471 52.3655 54.2049 52.2043C54.5626 52.0432 54.944 51.9626 55.3489 51.9626C55.801 51.9626 56.2157 52.0569 56.5931 52.2456C56.9705 52.4304 57.2929 52.6879 57.5602 53.0181C57.8275 53.3444 58.0241 53.7218 58.1499 54.1503C58.2757 54.5749 58.313 55.027 58.2619 55.5066H53.7154C53.7665 55.7778 53.8648 56.0235 54.0103 56.2437C54.1597 56.4599 54.3484 56.6309 54.5764 56.7567C54.8083 56.8825 55.0658 56.9474 55.3489 56.9513C55.6476 56.9513 55.9189 56.8766 56.1626 56.7272C56.4103 56.5778 56.6128 56.3714 56.77 56.108L58.0142 56.397C57.7784 56.9198 57.4226 57.3483 56.9469 57.6825C56.4712 58.0127 55.9386 58.1778 55.3489 58.1778ZM53.6742 54.569H57.0236C56.9843 54.2859 56.884 54.0304 56.7228 53.8024C56.5656 53.5704 56.3671 53.3876 56.1273 53.254C55.8914 53.1164 55.6319 53.0476 55.3489 53.0476C55.0698 53.0476 54.8103 53.1144 54.5705 53.2481C54.3346 53.3817 54.138 53.5645 53.9808 53.7965C53.8275 54.0245 53.7253 54.282 53.6742 54.569ZM64.4277 54.3272V58.0245H63.2012V54.6279C63.2012 54.3645 63.1363 54.1247 63.0066 53.9085C62.8808 53.6923 62.7098 53.5213 62.4935 53.3955C62.2812 53.2658 62.0414 53.2009 61.7741 53.2009C61.5147 53.2009 61.2768 53.2658 61.0606 53.3955C60.8444 53.5213 60.6714 53.6923 60.5417 53.9085C60.412 54.1247 60.3471 54.3645 60.3471 54.6279V58.0245H59.1205V52.1277H60.3471V52.7527C60.5515 52.509 60.8031 52.3164 61.1019 52.1748C61.4007 52.0333 61.723 51.9626 62.069 51.9626C62.5053 51.9626 62.9024 52.0687 63.2601 52.281C63.6179 52.4933 63.9009 52.7783 64.1093 53.136C64.3216 53.4938 64.4277 53.8908 64.4277 54.3272ZM68.6004 53.3542H67.362L67.3561 58.0245H66.1296L66.1355 53.3542H65.1979V52.1277H66.1355L66.1296 50.2761H67.3561L67.362 52.1277H68.6004V53.3542Z", fill: "#F7EFDC", fillOpacity: 0.6 }), /* @__PURE__ */ i.createElement("path", { d: "M88.1498 4.55424H90.1039V1.03242H92.681V4.53248H95V6.44393H92.681V12.6711C92.681 12.9504 92.7022 13.165 92.724 13.3797C92.7454 13.5731 92.8098 13.7448 92.8742 13.8736C92.9601 14.0024 93.0888 14.11 93.2391 14.1744C93.4108 14.2388 93.6257 14.2817 93.9265 14.2817C94.0982 14.2817 94.2914 14.2817 94.4631 14.2603C94.6351 14.2388 94.8283 14.2173 95 14.1744V16.1714C94.721 16.2143 94.4417 16.2358 94.1626 16.2573C93.8833 16.3002 93.6257 16.3002 93.3249 16.3002C92.6378 16.3002 92.1012 16.2358 91.6931 16.107C91.285 15.9782 90.9631 15.7851 90.7267 15.5487C90.4906 15.2911 90.3403 14.9903 90.2542 14.6251C90.1683 14.2603 90.1254 13.8092 90.1039 13.337V6.4654H88.1498V4.51131V4.55424ZM81.4931 14.4964C82.0512 14.4964 82.5666 14.3676 82.9747 14.1315C83.4043 13.8954 83.7262 13.5731 84.0056 13.1865C84.2846 12.8001 84.4781 12.3491 84.6068 11.8766C84.7356 11.3829 84.8 10.889 84.8 10.3736C84.8 9.8796 84.7356 9.38564 84.6068 8.89167C84.4781 8.39802 84.2846 7.96844 84.0056 7.5818C83.7262 7.19546 83.3828 6.89467 82.9747 6.65857C82.5452 6.42217 82.0512 6.29339 81.4931 6.29339C80.9348 6.29339 80.4194 6.42217 80.0112 6.65857C79.582 6.89467 79.2597 7.21692 78.9807 7.5818C78.7014 7.96844 78.5082 8.39802 78.3794 8.89167C78.2503 9.38564 78.186 9.8796 78.186 10.3736C78.186 10.889 78.2503 11.3829 78.3794 11.8766C78.5082 12.3706 78.7014 12.8001 78.9807 13.1865C79.2597 13.5731 79.6034 13.8954 80.0112 14.1315C80.4408 14.389 80.9348 14.4964 81.4931 14.4964ZM81.4931 16.5366C80.5696 16.5366 79.7322 16.3861 79.0022 16.0641C78.2718 15.7418 77.6708 15.334 77.1554 14.7971C76.6614 14.2603 76.2751 13.5946 76.0172 12.8431C75.7597 12.0912 75.6091 11.2539 75.6091 10.3736C75.6091 9.49295 75.7379 8.67704 76.0172 7.92552C76.2751 7.17399 76.6614 6.52979 77.1554 5.97143C77.6491 5.43455 78.2718 5.00497 79.0022 4.70449C79.7322 4.4037 80.5696 4.23199 81.4931 4.23199C82.4164 4.23199 83.2537 4.38223 83.9841 4.70449C84.7142 5.00497 85.3154 5.43455 85.8306 5.97143C86.3245 6.50832 86.7112 7.17399 86.9687 7.92552C87.2266 8.67704 87.3768 9.49295 87.3768 10.3736C87.3768 11.2753 87.2481 12.0912 86.9687 12.8431C86.6897 13.5946 86.3245 14.2388 85.8306 14.7971C85.3369 15.334 84.7142 15.7633 83.9841 16.0641C83.2537 16.3646 82.4378 16.5366 81.4931 16.5366ZM71.0568 0.108887H73.6336V16.2143H71.0568V0.108887ZM66.1821 4.55424H68.7593V16.2143H66.1821V4.55424ZM66.1821 0.108887H68.7593V2.53547H66.1821V0.108887ZM61.6512 10.395C61.6512 9.8796 61.5868 9.36417 61.4366 8.87021C61.3078 8.37655 61.0929 7.94698 60.8138 7.56034C60.5345 7.17399 60.1911 6.8732 59.8045 6.6371C59.3964 6.40101 58.9242 6.29339 58.4087 6.29339C57.3349 6.29339 56.519 6.65857 55.9607 7.41009C55.4238 8.16161 55.1448 9.171 55.1448 10.4165C55.1448 11.0178 55.2092 11.5547 55.3594 12.0483C55.5097 12.5423 55.7031 12.9718 56.0036 13.337C56.2829 13.7019 56.6264 13.9809 57.0345 14.1959C57.4423 14.4105 57.8933 14.5181 58.4302 14.5181C59.0315 14.5181 59.504 14.389 59.9118 14.1529C60.3199 13.9165 60.6421 13.5946 60.9212 13.2294C61.1787 12.8431 61.3722 12.4135 61.4795 11.9195C61.5868 11.4041 61.6512 10.9104 61.6512 10.395ZM52.6538 4.55424H55.0804V6.14314H55.1233C55.4882 5.45601 55.9821 4.98351 56.6264 4.68302C57.2706 4.38223 57.9577 4.23199 58.7307 4.23199C59.6542 4.23199 60.4487 4.38223 61.1358 4.72595C61.8229 5.0479 62.3813 5.47747 62.8323 6.05729C63.2834 6.61564 63.6268 7.28131 63.8417 8.03283C64.0563 8.78436 64.1851 9.60057 64.1851 10.438C64.1851 11.2324 64.0778 11.9839 63.8846 12.7143C63.67 13.4443 63.3692 14.11 62.9611 14.6684C62.5533 15.2267 62.0379 15.6775 61.3937 16.0212C60.7495 16.3646 60.0194 16.5366 59.1603 16.5366C58.7954 16.5366 58.4087 16.4937 58.0438 16.4293C57.6787 16.3646 57.3135 16.2573 56.9701 16.107C56.6264 15.9568 56.3044 15.7633 56.0251 15.5272C55.7246 15.2911 55.4882 15.0118 55.295 14.7113H55.2521V20.5306H52.6753V4.55424H52.6538ZM43.9998 4.55424H45.9539V1.03242H48.531V4.53248H50.85V6.44393H48.531V12.6711C48.531 12.9504 48.5522 13.165 48.5736 13.3797C48.5954 13.5731 48.6598 13.7448 48.7242 13.8736C48.81 14.0024 48.9388 14.11 49.0891 14.1744C49.2608 14.2388 49.4757 14.2817 49.7762 14.2817C49.9482 14.2817 50.1414 14.2817 50.3131 14.2603C50.4851 14.2388 50.6783 14.2173 50.85 14.1744V16.1714C50.5709 16.2143 50.2916 16.2358 50.0126 16.2573C49.7333 16.3002 49.4757 16.3002 49.1752 16.3002C48.4878 16.3002 47.9509 16.2358 47.5431 16.107C47.135 15.9782 46.813 15.7848 46.5766 15.5487C46.3405 15.2911 46.1903 14.9903 46.1041 14.6251C46.0186 14.2603 45.9753 13.8092 45.9539 13.337V6.4654H43.9998V4.51131V4.55424ZM35.5178 12.4779C35.6036 13.2294 35.8827 13.7448 36.3766 14.0671C36.8706 14.3676 37.4719 14.5181 38.159 14.5181C38.3951 14.5181 38.6744 14.4964 38.9749 14.4534C39.2757 14.4105 39.5762 14.3461 39.8341 14.2388C40.1131 14.1315 40.3277 13.9809 40.4994 13.7663C40.6714 13.5517 40.7573 13.2938 40.7358 12.9718C40.7144 12.6499 40.6071 12.3706 40.3707 12.1559C40.1346 11.941 39.8552 11.7908 39.5118 11.6405C39.1681 11.5117 38.7603 11.4041 38.3093 11.3183C37.8582 11.2324 37.4075 11.1251 36.935 11.0178C36.4625 10.9104 35.9903 10.7814 35.5393 10.6311C35.0882 10.4809 34.7016 10.2877 34.3367 10.0084C33.993 9.75082 33.6925 9.42856 33.499 9.02076C33.2844 8.61265 33.1771 8.14015 33.1771 7.53887C33.1771 6.89467 33.3273 6.37924 33.6496 5.94997C33.9501 5.5204 34.3582 5.17698 34.8304 4.91912C35.3032 4.66156 35.8397 4.46809 36.4196 4.36077C36.9994 4.25345 37.5577 4.21052 38.0732 4.21052C38.6744 4.21052 39.2543 4.27491 39.7908 4.4037C40.3277 4.53248 40.8432 4.72595 41.2727 5.02644C41.7238 5.30577 42.0886 5.69211 42.368 6.14314C42.6685 6.59418 42.8402 7.15253 42.9263 7.79674H40.2419C40.1131 7.17399 39.8341 6.76588 39.4045 6.55125C38.9535 6.33662 38.4598 6.229 37.88 6.229C37.708 6.229 37.4719 6.25046 37.2358 6.27192C36.9779 6.31485 36.7633 6.35778 36.5269 6.44393C36.3122 6.52979 36.1191 6.65857 35.9685 6.80881C35.8183 6.95936 35.7324 7.17399 35.7324 7.43155C35.7324 7.75381 35.8397 7.98991 36.0547 8.18308C36.2693 8.37655 36.5483 8.5268 36.9135 8.67704C37.2572 8.80582 37.6651 8.91344 38.1161 8.99929C38.5671 9.08515 39.0393 9.19247 39.5118 9.29978C39.9843 9.4071 40.435 9.53618 40.8861 9.68643C41.3371 9.83667 41.7449 10.0298 42.0886 10.3092C42.4324 10.5667 42.7328 10.889 42.9475 11.2753C43.1624 11.662 43.2697 12.1559 43.2697 12.7143C43.2697 13.4014 43.1195 13.9809 42.7972 14.4749C42.4753 14.9474 42.0672 15.3555 41.5732 15.656C41.0796 15.9568 40.4994 16.1714 39.8985 16.3217C39.2757 16.4504 38.6744 16.5366 38.0732 16.5366C37.3428 16.5366 36.6557 16.4504 36.0329 16.2787C35.4105 16.107 34.8521 15.8495 34.4011 15.5272C33.9501 15.1835 33.5852 14.7757 33.3273 14.2603C33.0698 13.7663 32.9192 13.165 32.898 12.4564H35.4963V12.4779H35.5178ZM31.1371 16.2143H28.6032V14.5825H28.5603C28.2381 15.1835 27.7656 15.6345 27.1428 15.9997C26.5204 16.3646 25.8759 16.5366 25.2317 16.5366C23.7071 16.5366 22.5904 16.1714 21.9033 15.3984C21.2162 14.6469 20.8725 13.4873 20.8725 11.9625V4.55424H23.4496V11.7049C23.4496 12.7354 23.6428 13.4658 24.0506 13.8736C24.4372 14.3032 24.9956 14.5181 25.7042 14.5181C26.241 14.5181 26.6921 14.432 27.057 14.2603C27.4221 14.0886 27.7226 13.8736 27.9376 13.5946C28.1737 13.3153 28.3239 12.9718 28.4315 12.5852C28.5388 12.1989 28.5818 11.7693 28.5818 11.3183V4.55424H31.1586V16.2143H31.1371ZM12.4978 4.55424H14.9029V6.80881H14.9458C15.0317 6.48686 15.1822 6.18607 15.3969 5.88558C15.6115 5.58479 15.8694 5.30577 16.1913 5.06936C16.4921 4.8118 16.8355 4.61863 17.2222 4.46809C17.587 4.31784 17.9737 4.23199 18.36 4.23199C18.6608 4.23199 18.8755 4.25345 18.9828 4.25345C19.0904 4.27491 19.2192 4.29638 19.3265 4.29638V6.76588C19.1548 6.72296 18.9616 6.70149 18.7681 6.68003C18.575 6.65857 18.4033 6.6371 18.2098 6.6371C17.7802 6.6371 17.3724 6.72296 16.9858 6.89467C16.5994 7.06668 16.2772 7.32424 15.9767 7.64649C15.6973 7.98991 15.4612 8.39802 15.2895 8.89167C15.1175 9.38564 15.0317 9.96545 15.0317 10.6097V16.15H12.4549L12.4978 4.55424ZM0.0214635 0.108887H13.0561V2.53547H7.92395V16.2143H5.11072V2.53547H0L0.0214635 0.108887Z", fill: "#F7EFDC", fillOpacity: 0.6 }), /* @__PURE__ */ i.createElement("path", { d: "M16.6891 27.7664H11.3863L9.7539 22.7246L8.11186 27.7664L2.80922 27.7569L7.09775 30.8767L5.45571 35.9185L9.74424 32.7987L14.0328 35.9185L12.4004 30.8767L16.6891 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M12.7676 32.0164L12.4006 30.8767L9.75393 32.7987L12.7676 32.0164Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M36.041 27.896H30.7382L29.1059 22.8542L27.4638 27.896L22.1612 27.8865L26.4497 31.0063L24.8077 36.0481L29.0962 32.9283L33.3847 36.0481L31.7523 31.0063L36.041 27.896Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M32.1195 32.1461L31.7525 31.0063L29.1059 32.9283L32.1195 32.1461Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M55.6022 27.896H50.2994L48.667 22.8542L47.025 27.896L41.7223 27.8865L46.0108 31.0063L44.3688 36.0481L48.6573 32.9283L52.9459 36.0481L51.3135 31.0063L55.6022 27.896Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M51.6807 32.1461L51.3137 31.0063L48.667 32.9283L51.6807 32.1461Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M75.3724 27.7664H70.0696L68.4372 22.7246L66.7952 27.7664L61.4926 27.7569L65.7811 30.8767L64.1391 35.9185L68.4276 32.7987L72.7161 35.9185L71.0837 30.8767L75.3724 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M71.4509 32.0164L71.0839 30.8767L68.4373 32.7987L71.4509 32.0164Z", fill: "#076042" }), /* @__PURE__ */ i.createElement("path", { d: "M94.9335 27.7664H89.6308L87.9984 22.7246L86.3563 27.7664L81.0537 27.7569L85.3422 30.8767L83.7002 35.9185L87.9887 32.7987L92.2773 35.9185L90.6449 30.8767L94.9335 27.7664Z", fill: "#00C075" }), /* @__PURE__ */ i.createElement("path", { d: "M91.012 32.0164L90.645 30.8767L87.9983 32.7987L91.012 32.0164Z", fill: "#076042" })), m2 = C(w5), y5 = ({
|
|
1459
1477
|
title: e,
|
|
1460
1478
|
titleId: t,
|
|
1461
1479
|
...l
|
|
1462
|
-
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round", role: "img", "aria-label": "Unmute", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z" }), /* @__PURE__ */ i.createElement("path", { d: "M15.75 8.25a6.75 6.75 0 0 1 0 7.5" }), /* @__PURE__ */ i.createElement("path", { d: "M17.64 7.5A9 9 0 0 1 19.5 12a9 9 0 0 1-1.86 4.5" })),
|
|
1480
|
+
}, r) => /* @__PURE__ */ i.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round", role: "img", "aria-label": "Unmute", ref: r, "aria-labelledby": t, ...l }, e ? /* @__PURE__ */ i.createElement("title", { id: t }, e) : null, /* @__PURE__ */ i.createElement("path", { d: "M11.25 5.25 6.75 9H4.5A2.25 2.25 0 0 0 2.25 11.25v1.5A2.25 2.25 0 0 0 4.5 15h2.25l4.5 3.75a.75.75 0 0 0 1.23-.58V5.83a.75.75 0 0 0-1.23-.58Z" }), /* @__PURE__ */ i.createElement("path", { d: "M15.75 8.25a6.75 6.75 0 0 1 0 7.5" }), /* @__PURE__ */ i.createElement("path", { d: "M17.64 7.5A9 9 0 0 1 19.5 12a9 9 0 0 1-1.86 4.5" })), k5 = C(y5);
|
|
1463
1481
|
export {
|
|
1464
1482
|
d1 as ArrowIcon,
|
|
1465
1483
|
e1 as ArrowPlainIcon,
|
|
1466
1484
|
J as Banner,
|
|
1467
1485
|
z as Button,
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1486
|
+
T5 as ButtonSelect,
|
|
1487
|
+
l2 as CalendarIcon,
|
|
1488
|
+
F5 as CardButton,
|
|
1471
1489
|
c1 as CheckIcon,
|
|
1472
1490
|
s1 as Checkbox,
|
|
1473
1491
|
o1 as ClearButton,
|
|
1474
|
-
|
|
1475
|
-
|
|
1492
|
+
je as CrossIcon,
|
|
1493
|
+
Fe as CrossRoundedIcon,
|
|
1476
1494
|
de as Dropdown,
|
|
1477
1495
|
Q as DropdownMenu,
|
|
1478
1496
|
q1 as Emblem,
|
|
1479
|
-
|
|
1497
|
+
B as ErrorMessage,
|
|
1480
1498
|
P as FAQButton,
|
|
1481
1499
|
Te as FacebookIcon,
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1500
|
+
K5 as FaqItem,
|
|
1501
|
+
A5 as Filters,
|
|
1502
|
+
De as FiltersIcon,
|
|
1503
|
+
U5 as FoodCard,
|
|
1504
|
+
V5 as Footer,
|
|
1487
1505
|
E1 as FooterTips,
|
|
1488
1506
|
J1 as H1,
|
|
1489
1507
|
Q1 as H2,
|
|
@@ -1491,65 +1509,66 @@ export {
|
|
|
1491
1509
|
Y1 as H4,
|
|
1492
1510
|
X1 as H5,
|
|
1493
1511
|
ee as H6,
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1512
|
+
a2 as HatCookIcon,
|
|
1513
|
+
i2 as HomeHeroShape,
|
|
1514
|
+
r2 as HomeHeroShapeMobile,
|
|
1515
|
+
n2 as HomeHeroShapeSmall,
|
|
1498
1516
|
ge as IllustratedCard,
|
|
1499
1517
|
I5 as IllustratedCardButton,
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1518
|
+
o2 as InfoIcon,
|
|
1519
|
+
q5 as Ingredient,
|
|
1520
|
+
Ue as InstagramIcon,
|
|
1503
1521
|
W as Label,
|
|
1504
|
-
|
|
1522
|
+
Qe as LinkedinIcon,
|
|
1505
1523
|
O as Logo,
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1524
|
+
s2 as MagicWandIcon,
|
|
1525
|
+
Xe as MenuIcon,
|
|
1526
|
+
t5 as MinusIcon,
|
|
1527
|
+
F1 as MobileMenu,
|
|
1528
|
+
a5 as MuteIcon,
|
|
1529
|
+
Z5 as Navbar,
|
|
1512
1530
|
j1 as NavbarDesktop,
|
|
1513
1531
|
A1 as NavbarMobile,
|
|
1514
1532
|
ce as Newsletter,
|
|
1515
1533
|
N as ParagraphTitle,
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1534
|
+
n5 as PauseIcon,
|
|
1535
|
+
J5 as PaymentCard,
|
|
1536
|
+
o5 as PlayIcon,
|
|
1537
|
+
d5 as PlusIcon,
|
|
1538
|
+
Q5 as Polaroid,
|
|
1539
|
+
m5 as PolaroidThreadIcon,
|
|
1540
|
+
g5 as ProfilIcon,
|
|
1541
|
+
D5 as QuantityInput,
|
|
1524
1542
|
m1 as QuoteIcon,
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1543
|
+
G5 as RecetteCard,
|
|
1544
|
+
d2 as RecipeBgShapeIcon,
|
|
1545
|
+
F as ResponsiveImage,
|
|
1546
|
+
j5 as SimpleIllustratedCardButton,
|
|
1528
1547
|
se as SocialButton,
|
|
1529
1548
|
j as SpanTitle,
|
|
1530
|
-
|
|
1531
|
-
|
|
1549
|
+
f5 as StarIcon,
|
|
1550
|
+
Y5 as StatCard,
|
|
1532
1551
|
D1 as Stepper,
|
|
1533
|
-
|
|
1552
|
+
c2 as SubtractIcon,
|
|
1534
1553
|
me as Tag,
|
|
1535
|
-
|
|
1554
|
+
P5 as TagSelect,
|
|
1536
1555
|
Le as Testimonial,
|
|
1537
1556
|
Me as TestimonialSliderCard,
|
|
1538
1557
|
b as Text,
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1558
|
+
O5 as TextInput,
|
|
1559
|
+
v5 as TiktokIcon,
|
|
1560
|
+
Ve as Tips,
|
|
1542
1561
|
Z as Title,
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1562
|
+
B5 as Toggle,
|
|
1563
|
+
X5 as TransitionCard,
|
|
1564
|
+
m2 as TrustpilotIcon,
|
|
1565
|
+
k5 as UnmuteIcon,
|
|
1566
|
+
e2 as UpCard,
|
|
1567
|
+
$5 as VideoPlayer,
|
|
1568
|
+
W5 as WizardDropdown,
|
|
1569
|
+
R5 as WizardNavbar,
|
|
1570
|
+
_5 as WizardTextInput,
|
|
1571
|
+
t2 as WizardTips,
|
|
1553
1572
|
r1 as accordionAnimation,
|
|
1554
1573
|
M1 as closeOthersAccordions,
|
|
1555
1574
|
V1 as debounce,
|
|
@@ -1562,8 +1581,8 @@ export {
|
|
|
1562
1581
|
z1 as useArrowNavigation,
|
|
1563
1582
|
q as useClickOutside,
|
|
1564
1583
|
H1 as useIntersectionObserver,
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1584
|
+
S5 as useIsDesktop,
|
|
1585
|
+
z5 as useIsMobile,
|
|
1586
|
+
H5 as useMultiIntersectionObserver
|
|
1568
1587
|
};
|
|
1569
1588
|
//# sourceMappingURL=index.es.js.map
|