fansunited-frontend-components 0.0.48 → 0.0.49
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/ChanceGame.js +45 -45
- package/ClassicQuizPlay.js +184 -183
- package/CollectLead.js +16 -15
- package/Discussion.js +1 -1
- package/EitherOrPlay.js +66 -65
- package/EventGamePlay.js +68 -67
- package/Leaderboard.js +22 -22
- package/MatchQuizPlay.js +82 -81
- package/PersonalityQuizPlay.js +77 -76
- package/PickThePair.js +42 -42
- package/PollVote.js +53 -52
- package/Predictor.js +75 -75
- package/README.md +272 -0
- package/chunks/{AlertMessage-D4Uc6n5U.js → AlertMessage-Ds45MBHB.js} +3 -3
- package/chunks/{ArrowRightAlt-wEs8SY1V.js → ArrowRightAlt-DKADQN2o.js} +1 -1
- package/chunks/{Avatar-BXHdXHLA.js → Avatar-K1EWhhkA.js} +2 -2
- package/chunks/{ChanceGameEmbedVariant-DfS5LPpp.js → ChanceGameEmbedVariant-DqFg4YKU.js} +31 -29
- package/chunks/{CheckCircle-CU2itira.js → CheckCircle-CV9iMpkZ.js} +1 -1
- package/chunks/{Close-DBt1nfGo.js → Close-BHp4N1-6.js} +1 -1
- package/chunks/{Close-C5SGTkPr.js → Close-C6Cw96SJ.js} +1 -1
- package/chunks/{CollectLeadForm-BqjgPYKX.js → CollectLeadForm-DnLKA8qz.js} +13 -13
- package/chunks/{Divider-Cbns9B3Y.js → Divider-BvUimRFw.js} +2 -2
- package/chunks/{Edit-BVP8fCB4.js → Edit-CZ3ni-Ur.js} +4 -4
- package/chunks/{EmojiEvents-D_ObJxNy.js → EmojiEvents-DpmLq98V.js} +1 -1
- package/chunks/{FavoriteBorder-_mUf1vas.js → FavoriteBorder-DUK_DrY4.js} +1 -1
- package/chunks/{FormControl-DLBvX-Sn.js → FormControl-BUItlVIg.js} +3 -3
- package/chunks/{FormLabel-jXtScWTI.js → FormLabel-CeTNPUn7.js} +2 -2
- package/chunks/{Input-Cha_dm3J.js → Input-MJCQcYzo.js} +2 -2
- package/chunks/{KeyboardArrowDown-C_8g8wLS.js → KeyboardArrowDown-SZpn2GhJ.js} +1 -1
- package/chunks/{ModalDialog-Co3jck0z.js → ModalDialog-Cfgv9UAA.js} +2 -2
- package/chunks/{NotFoundSkeleton-D5Jh3lnu.js → NotFoundSkeleton-Cs6DtD9u.js} +13 -12
- package/chunks/{Notification-r1Fm0If2.js → Notification-pcKtlRms.js} +4 -4
- package/chunks/{OverlayApiErrorSkeleton-BUuD0zL8.js → OverlayApiErrorSkeleton-Dl3s5Oaf.js} +20 -19
- package/chunks/{OverlayLeadAfterCollection-B-N1OjPu.js → OverlayLeadAfterCollection-F2TAV9wK.js} +14 -12
- package/chunks/{OverlayScoreStateSkeleton-Bd3-ZNlU.js → OverlayScoreStateSkeleton-LQ0svzeX.js} +3 -3
- package/chunks/{Person-K8GGMiAW.js → Person-BGdniS_p.js} +1 -1
- package/chunks/{PickOneOfX-CvIn7QOd.js → PickOneOfX-Ci4ZJf7G.js} +8 -7
- package/chunks/{Popper-Bti_HOMS.js → Popper-DOVSI4rJ.js} +1 -1
- package/chunks/{Portal-B-nN3a_R.js → Portal-Cs0dgwmH.js} +1 -1
- package/chunks/{index-Btf_jw7-.js → PrizeCard-DF3QxwQJ.js} +0 -1
- package/chunks/{Select-C2QtqgA7.js → Select-BHeTdOYr.js} +3 -3
- package/chunks/{Spinner-D7-MZe2m.js → Spinner-DbUB64Gj.js} +1 -1
- package/chunks/{SplitLeadAfterCollection-CyXBWAIK.js → SplitLeadAfterCollection-DSw6X5fx.js} +36 -34
- package/chunks/{Stack-CU36SsgA.js → Stack-BpHk5eb0.js} +1 -1
- package/chunks/{StandardContentSkeleton-CYduGHsc.js → StandardContentSkeleton-Bae1LLQ_.js} +1 -1
- package/chunks/{Tabs-CA-FqQfT.js → Tabs-hwJ7jsUl.js} +3 -3
- package/chunks/{Textarea-Cn4VvCBl.js → Textarea-zOtMdgc5.js} +3 -3
- package/chunks/{TimerOutlined-DOpryr42.js → TimerOutlined-DWE7f0YX.js} +1 -1
- package/chunks/{helpers-1jFObSvc.js → helpers-NuC1SzL3.js} +1 -1
- package/chunks/index-BaypiKlO.js +4 -0
- package/chunks/{main-Chqd9Wwn.js → main-hB01WcoP.js} +88 -88
- package/chunks/{useEventCallback-CkO2rd5W.js → useEventCallback-CizlfWBo.js} +1 -1
- package/chunks/{useForwardedInput-C3SP2QmS.js → useForwardedInput-RWDntqBU.js} +2 -2
- package/chunks/{useImageVariant-BJ722AFw.js → useImageVariant-Cex1eIqq.js} +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/chunks/index-CyODGG_P.js +0 -4
package/ClassicQuizPlay.js
CHANGED
|
@@ -1,25 +1,26 @@
|
|
|
1
1
|
import { jsx as t, jsxs as g, Fragment as r2 } from "react/jsx-runtime";
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import {
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
2
|
+
import k2, { useState as O, useEffect as z2, useCallback as d0, useMemo as p2 } from "react";
|
|
3
|
+
import { u as m2, a as z, b as K, c as c2, d as Z2, e as S2, B as l, T as h, i as G, f as j, g as _2, C as q2, h as E2, W, j as q, k as u0, l as m0, m as C0, n as a0, o as g0 } from "./chunks/PrizeCard-DF3QxwQJ.js";
|
|
4
|
+
import { P as f0 } from "./chunks/Portal-Cs0dgwmH.js";
|
|
5
|
+
import "react-dom";
|
|
6
|
+
import { g as h0, e as Q2, h as P2, s as x0, i as y0, a as l0, b as S0 } from "./chunks/helpers-NuC1SzL3.js";
|
|
7
|
+
import { S as b0 } from "./chunks/Spinner-DbUB64Gj.js";
|
|
8
|
+
import { S as L0, a as I0, b as o0, C as J2, c as X2 } from "./chunks/ChanceGameEmbedVariant-DqFg4YKU.js";
|
|
9
|
+
import { x as w0, v as H2 } from "./chunks/index-D1K1OB4p.js";
|
|
10
|
+
import { A as A2, O as z0 } from "./chunks/ArrowRightAlt-DKADQN2o.js";
|
|
11
|
+
import { A as I2, O as A0, S as F0, N as T0 } from "./chunks/NotFoundSkeleton-Cs6DtD9u.js";
|
|
12
|
+
import { u as M2, d as b2, a as L2, b as f2 } from "./chunks/useImageVariant-Cex1eIqq.js";
|
|
12
13
|
import { u as W2 } from "./chunks/useEmbedCode-DCWnWGak.js";
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import { S as p0
|
|
21
|
-
import { S as
|
|
22
|
-
import {
|
|
14
|
+
import { T as B0 } from "./chunks/TimerOutlined-DWE7f0YX.js";
|
|
15
|
+
import { C as P0 } from "./chunks/CollectLeadForm-DnLKA8qz.js";
|
|
16
|
+
import { R as U2, A as V2, O as r0, S as c0 } from "./chunks/OverlayApiErrorSkeleton-Dl3s5Oaf.js";
|
|
17
|
+
import { S as e0 } from "./chunks/StandardContentSkeleton-Bae1LLQ_.js";
|
|
18
|
+
import { T as Q0, a as k0, b as t0, t as n0, c as i0 } from "./chunks/Tabs-hwJ7jsUl.js";
|
|
19
|
+
import { C as M0 } from "./chunks/CheckCircle-CV9iMpkZ.js";
|
|
20
|
+
import { A as v0, I as D0, W as R0 } from "./chunks/AlertMessage-Ds45MBHB.js";
|
|
21
|
+
import { S as p0 } from "./chunks/Stack-BpHk5eb0.js";
|
|
22
|
+
import { S as H0, O as Z0, a as _0, b as q0 } from "./chunks/OverlayLeadAfterCollection-F2TAV9wK.js";
|
|
23
|
+
import { S as E0, a as W0 } from "./chunks/SplitLeadAfterCollection-DSw6X5fx.js";
|
|
23
24
|
const U0 = (e, i) => {
|
|
24
25
|
const [c, a] = O(
|
|
25
26
|
null
|
|
@@ -28,12 +29,12 @@ const U0 = (e, i) => {
|
|
|
28
29
|
const r = await i.miniGames.getClassicQuizById(e, !0, !0);
|
|
29
30
|
a(r);
|
|
30
31
|
} catch (r) {
|
|
31
|
-
console.error(r), a(new
|
|
32
|
+
console.error(r), a(new w0());
|
|
32
33
|
}
|
|
33
34
|
};
|
|
34
35
|
return z2(() => (s(), () => a(null)), [e, i]), c;
|
|
35
36
|
}, V0 = (e, i, c) => {
|
|
36
|
-
const [a, s] = O(null), [r,
|
|
37
|
+
const [a, s] = O(null), [r, m] = O(!1), [x, C] = O(!1), [b, d] = O(""), f = async () => {
|
|
37
38
|
try {
|
|
38
39
|
const o = await i.miniGames.getMyClassicQuizParticipations({
|
|
39
40
|
classicQuizIds: [e]
|
|
@@ -43,34 +44,34 @@ const U0 = (e, i) => {
|
|
|
43
44
|
if (s([new H2()]), i.helpers.getSDKConfiguration().errorHandlingMode === "standard") {
|
|
44
45
|
const S = o;
|
|
45
46
|
if (S.error.code === 401 || S.error.code === 403) {
|
|
46
|
-
|
|
47
|
+
m(!0);
|
|
47
48
|
return;
|
|
48
49
|
}
|
|
49
|
-
|
|
50
|
+
C(!0), d(S.error.message);
|
|
50
51
|
return;
|
|
51
52
|
}
|
|
52
53
|
const w = o;
|
|
53
54
|
if (w.data.error.code === 401 || w.data.error.code === 403) {
|
|
54
|
-
|
|
55
|
+
m(!0);
|
|
55
56
|
return;
|
|
56
57
|
}
|
|
57
|
-
|
|
58
|
+
C(!0), d(w.data.error.message);
|
|
58
59
|
}
|
|
59
60
|
};
|
|
60
61
|
return z2(() => (f(), () => {
|
|
61
|
-
s([]),
|
|
62
|
+
s([]), m(!1), C(!1), d("");
|
|
62
63
|
}), [e, i, c]), {
|
|
63
64
|
myParticipation: a,
|
|
64
65
|
isUnauthorized: r,
|
|
65
66
|
isApiError: x,
|
|
66
67
|
apiErrorMessage: b,
|
|
67
|
-
setIsUnauthorized:
|
|
68
|
-
setIsApiError:
|
|
68
|
+
setIsUnauthorized: m,
|
|
69
|
+
setIsApiError: C,
|
|
69
70
|
setApiErrorMessage: d
|
|
70
71
|
};
|
|
71
72
|
}, D2 = (e) => {
|
|
72
73
|
var P;
|
|
73
|
-
const i =
|
|
74
|
+
const i = m2(), c = z(), a = K().sm, s = c2().primary, r = K().xs, m = Z2().size, x = S2(), C = M2(e.option.images), b = e.questionImage ? null : C, d = ((P = e.brandingColors) == null ? void 0 : P.primaryColor) || c.palette.primary.plainColor, f = c.palette.success.plainColor, o = c.palette.danger.plainColor, y = c.palette.primary.onPrimary, w = i.colorSchemes.light.textColor, S = (Q) => e.showAnswer ? Q.correct ? {
|
|
74
75
|
bgcolor: f,
|
|
75
76
|
color: "#fff",
|
|
76
77
|
boxShadow: "none"
|
|
@@ -85,7 +86,7 @@ const U0 = (e, i) => {
|
|
|
85
86
|
boxShadow: "none"
|
|
86
87
|
} : e.selectedOption === Q.optionId ? {
|
|
87
88
|
bgcolor: d,
|
|
88
|
-
boxShadow: `inset 0 0 0 ${
|
|
89
|
+
boxShadow: `inset 0 0 0 ${m} ${d}`,
|
|
89
90
|
color: y
|
|
90
91
|
} : {
|
|
91
92
|
bgcolor: "#FFFFFF",
|
|
@@ -254,7 +255,7 @@ const U0 = (e, i) => {
|
|
|
254
255
|
);
|
|
255
256
|
}, O2 = (e) => {
|
|
256
257
|
let i;
|
|
257
|
-
const c = z().palette.danger.softBg, a = z().palette.danger.plainColor, s = z().palette.warning.softBg, r = z().palette.warning.plainColor,
|
|
258
|
+
const c = z().palette.danger.softBg, a = z().palette.danger.plainColor, s = z().palette.warning.softBg, r = z().palette.warning.plainColor, m = e.brandingPrimaryColor || z().palette.primary.plainColor, x = K().xl, C = c2().secondary, b = z().palette.primary.onPrimary, d = {
|
|
258
259
|
"@keyframes pulse": {
|
|
259
260
|
"0%": {
|
|
260
261
|
transform: "scale(1)"
|
|
@@ -266,7 +267,7 @@ const U0 = (e, i) => {
|
|
|
266
267
|
transform: "scale(1)"
|
|
267
268
|
}
|
|
268
269
|
}
|
|
269
|
-
}, f =
|
|
270
|
+
}, f = d0(() => {
|
|
270
271
|
const w = e.quizType === "countdown" ? e.timer - 1 : e.timer + 1;
|
|
271
272
|
e.onTimeUpdate(w);
|
|
272
273
|
}, [e.onTimeUpdate]);
|
|
@@ -294,7 +295,7 @@ const U0 = (e, i) => {
|
|
|
294
295
|
};
|
|
295
296
|
}
|
|
296
297
|
return {
|
|
297
|
-
background:
|
|
298
|
+
background: m,
|
|
298
299
|
color: b,
|
|
299
300
|
iconColor: b
|
|
300
301
|
};
|
|
@@ -320,7 +321,7 @@ const U0 = (e, i) => {
|
|
|
320
321
|
},
|
|
321
322
|
children: [
|
|
322
323
|
/* @__PURE__ */ t(
|
|
323
|
-
|
|
324
|
+
B0,
|
|
324
325
|
{
|
|
325
326
|
sx: {
|
|
326
327
|
width: "24px",
|
|
@@ -334,7 +335,7 @@ const U0 = (e, i) => {
|
|
|
334
335
|
h,
|
|
335
336
|
{
|
|
336
337
|
sx: {
|
|
337
|
-
fontFamily:
|
|
338
|
+
fontFamily: C,
|
|
338
339
|
fontWeight: 400,
|
|
339
340
|
fontSize: "1em",
|
|
340
341
|
lineHeight: "150%",
|
|
@@ -349,7 +350,7 @@ const U0 = (e, i) => {
|
|
|
349
350
|
}
|
|
350
351
|
);
|
|
351
352
|
}, N = (e) => {
|
|
352
|
-
const i = c2().secondary, c = G(), a =
|
|
353
|
+
const i = c2().secondary, c = G(), a = h0(
|
|
353
354
|
e.primaryUrl,
|
|
354
355
|
e.secondaryUrl,
|
|
355
356
|
"logo"
|
|
@@ -368,7 +369,7 @@ const U0 = (e, i) => {
|
|
|
368
369
|
maxWidth: "100px"
|
|
369
370
|
}
|
|
370
371
|
}
|
|
371
|
-
),
|
|
372
|
+
), m = a ? typeof window > "u" ? /* @__PURE__ */ t(
|
|
372
373
|
l,
|
|
373
374
|
{
|
|
374
375
|
component: "a",
|
|
@@ -422,7 +423,7 @@ const U0 = (e, i) => {
|
|
|
422
423
|
children: e.label
|
|
423
424
|
}
|
|
424
425
|
),
|
|
425
|
-
|
|
426
|
+
m
|
|
426
427
|
]
|
|
427
428
|
}
|
|
428
429
|
) : /* @__PURE__ */ g(
|
|
@@ -453,7 +454,7 @@ const U0 = (e, i) => {
|
|
|
453
454
|
children: e.label
|
|
454
455
|
}
|
|
455
456
|
),
|
|
456
|
-
|
|
457
|
+
m
|
|
457
458
|
]
|
|
458
459
|
}
|
|
459
460
|
);
|
|
@@ -464,9 +465,9 @@ const U0 = (e, i) => {
|
|
|
464
465
|
brandingColors: a,
|
|
465
466
|
brandingUrls: s,
|
|
466
467
|
campaignId: r,
|
|
467
|
-
campaignName:
|
|
468
|
+
campaignName: m,
|
|
468
469
|
startGame: x,
|
|
469
|
-
fields:
|
|
470
|
+
fields: C = ["fullName", "email"],
|
|
470
471
|
leadTitle: b,
|
|
471
472
|
leadDescription: d,
|
|
472
473
|
leadCta: f,
|
|
@@ -481,7 +482,7 @@ const U0 = (e, i) => {
|
|
|
481
482
|
onClick: x
|
|
482
483
|
};
|
|
483
484
|
return /* @__PURE__ */ t(
|
|
484
|
-
|
|
485
|
+
P0,
|
|
485
486
|
{
|
|
486
487
|
sdk: e,
|
|
487
488
|
content: {
|
|
@@ -496,9 +497,9 @@ const U0 = (e, i) => {
|
|
|
496
497
|
},
|
|
497
498
|
campaign: {
|
|
498
499
|
id: r,
|
|
499
|
-
name:
|
|
500
|
+
name: m
|
|
500
501
|
},
|
|
501
|
-
fields:
|
|
502
|
+
fields: C,
|
|
502
503
|
labels: {
|
|
503
504
|
title: B,
|
|
504
505
|
description: D,
|
|
@@ -697,13 +698,13 @@ const U0 = (e, i) => {
|
|
|
697
698
|
alignItems: "center"
|
|
698
699
|
}
|
|
699
700
|
}), O0 = (e) => {
|
|
700
|
-
var L, v, H, p, U, _, E, J, $, X, e2, t2, n2, i2, u2,
|
|
701
|
+
var L, v, H, p, U, _, E, J, $, X, e2, t2, n2, i2, u2, C2, s2, M, Z, a2, V, l2, g2, o2, h2, Y;
|
|
701
702
|
const [i, c] = k2.useState(
|
|
702
703
|
((L = e.leads) == null ? void 0 : L.position) === "before" && e.classicQuiz.authRequirement === "LEAD"
|
|
703
|
-
), { optionsLayout: a } = _2(q2), s = S2(), r =
|
|
704
|
+
), { optionsLayout: a } = _2(q2), s = S2(), r = m2(), m = G(), x = E2(), C = M2(e.question.images), { t: b } = j(), d = W2(
|
|
704
705
|
e.question.embedCode,
|
|
705
706
|
e.applyFilterScreen
|
|
706
|
-
), { brandingImage: f, brandingColors: o, brandingLogo: y } = Q2(e.classicQuiz.branding || null), w = e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl :
|
|
707
|
+
), { brandingImage: f, brandingColors: o, brandingLogo: y } = Q2(e.classicQuiz.branding || null), w = e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl : m ? b2 : L2, S = f || f2(
|
|
707
708
|
{
|
|
708
709
|
images: e.classicQuiz.images,
|
|
709
710
|
imagePlaceholder: w
|
|
@@ -719,7 +720,7 @@ const U0 = (e, i) => {
|
|
|
719
720
|
fontFamilyPrimary: Q,
|
|
720
721
|
secondaryColor: T,
|
|
721
722
|
darkTextColor: R,
|
|
722
|
-
isMobile:
|
|
723
|
+
isMobile: m,
|
|
723
724
|
isLarge: x
|
|
724
725
|
}), u = () => {
|
|
725
726
|
c(!1);
|
|
@@ -737,7 +738,7 @@ const U0 = (e, i) => {
|
|
|
737
738
|
);
|
|
738
739
|
};
|
|
739
740
|
return /* @__PURE__ */ t(
|
|
740
|
-
|
|
741
|
+
A0,
|
|
741
742
|
{
|
|
742
743
|
entity: e.classicQuiz,
|
|
743
744
|
headline: b("classicQuiz.headline"),
|
|
@@ -777,7 +778,7 @@ const U0 = (e, i) => {
|
|
|
777
778
|
startGame: u,
|
|
778
779
|
contentId: e.classicQuiz.id,
|
|
779
780
|
contentName: e.classicQuiz.title,
|
|
780
|
-
brandingColors: (
|
|
781
|
+
brandingColors: (C2 = e.classicQuiz.branding) == null ? void 0 : C2.colors,
|
|
781
782
|
brandingUrls: (s2 = e.classicQuiz.branding) == null ? void 0 : s2.urls,
|
|
782
783
|
campaignId: (M = e.leads) == null ? void 0 : M.campaignId,
|
|
783
784
|
campaignName: (Z = e.leads) == null ? void 0 : Z.campaignName,
|
|
@@ -791,10 +792,10 @@ const U0 = (e, i) => {
|
|
|
791
792
|
}
|
|
792
793
|
) : /* @__PURE__ */ g(r2, { children: [
|
|
793
794
|
e.question.embedCode && /* @__PURE__ */ t(I2, { ratio: "16/9", sx: n.aspectRatioContainer, children: /* @__PURE__ */ t(l, { ref: d }) }),
|
|
794
|
-
!e.question.embedCode &&
|
|
795
|
+
!e.question.embedCode && C && /* @__PURE__ */ t(I2, { ratio: "16/9", sx: n.questionImageContainer, children: /* @__PURE__ */ t(l, { sx: n.questionImageBox, children: /* @__PURE__ */ t(
|
|
795
796
|
"img",
|
|
796
797
|
{
|
|
797
|
-
src:
|
|
798
|
+
src: C,
|
|
798
799
|
alt: "Question illustration",
|
|
799
800
|
style: n.questionImage
|
|
800
801
|
}
|
|
@@ -815,7 +816,7 @@ const U0 = (e, i) => {
|
|
|
815
816
|
selectedOption: e.selectedOption,
|
|
816
817
|
showAnswer: e.showAnswer,
|
|
817
818
|
optionsLayout: x ? "column" : a ?? "row",
|
|
818
|
-
questionImage:
|
|
819
|
+
questionImage: C,
|
|
819
820
|
brandingColors: o
|
|
820
821
|
}
|
|
821
822
|
)
|
|
@@ -894,22 +895,22 @@ const U0 = (e, i) => {
|
|
|
894
895
|
);
|
|
895
896
|
}, N0 = (e) => {
|
|
896
897
|
const i = () => {
|
|
897
|
-
const c =
|
|
898
|
-
return Array.from({ length: s }, (r,
|
|
899
|
-
const x =
|
|
900
|
-
let
|
|
898
|
+
const c = m2(), a = c.customRadius.light.full, s = e.classicQuiz.questionsCount;
|
|
899
|
+
return Array.from({ length: s }, (r, m) => {
|
|
900
|
+
const x = m + 1;
|
|
901
|
+
let C, b;
|
|
901
902
|
if (x < e.currentQuestion) {
|
|
902
903
|
const d = e.userParticipation.find(
|
|
903
|
-
(f) => f.questionId === e.classicQuiz.questions[
|
|
904
|
+
(f) => f.questionId === e.classicQuiz.questions[m].questionId
|
|
904
905
|
);
|
|
905
906
|
if (d) {
|
|
906
|
-
const o = e.classicQuiz.questions[
|
|
907
|
+
const o = e.classicQuiz.questions[m].options.find(
|
|
907
908
|
(y) => y.optionId === d.optionId
|
|
908
909
|
);
|
|
909
|
-
o != null && o.correct ? (
|
|
910
|
+
o != null && o.correct ? (C = c.colorSchemes.light.palette.success.plainColor, b = c.colorSchemes.light.palette.success.outlinedBorder) : (C = c.colorSchemes.light.palette.danger.plainColor, b = c.colorSchemes.light.palette.danger.outlinedBorder);
|
|
910
911
|
} else
|
|
911
|
-
|
|
912
|
-
} else x === e.currentQuestion ? (
|
|
912
|
+
C = c.colorSchemes.light.secondaryContainer, b = c.colorSchemes.light.secondaryContainer;
|
|
913
|
+
} else x === e.currentQuestion ? (C = e.brandingPrimaryColor || c.colorSchemes.light.palette.primary.plainColor, b = e.brandingPrimaryColor || c.colorSchemes.light.palette.primary.outlinedBorder) : (C = c.colorSchemes.light.secondaryContainer, b = c.colorSchemes.light.outlineEnabledBorder);
|
|
913
914
|
return /* @__PURE__ */ t(
|
|
914
915
|
l,
|
|
915
916
|
{
|
|
@@ -918,7 +919,7 @@ const U0 = (e, i) => {
|
|
|
918
919
|
width: "100%",
|
|
919
920
|
height: "8px",
|
|
920
921
|
borderRadius: a,
|
|
921
|
-
backgroundColor:
|
|
922
|
+
backgroundColor: C,
|
|
922
923
|
border: `1px solid ${b}`,
|
|
923
924
|
transition: "background-color 0.3s ease"
|
|
924
925
|
}
|
|
@@ -934,7 +935,7 @@ const U0 = (e, i) => {
|
|
|
934
935
|
display: "flex",
|
|
935
936
|
justifyContent: "center",
|
|
936
937
|
gap: "8px",
|
|
937
|
-
py:
|
|
938
|
+
py: u0("xs")
|
|
938
939
|
},
|
|
939
940
|
children: i()
|
|
940
941
|
}
|
|
@@ -943,7 +944,7 @@ const U0 = (e, i) => {
|
|
|
943
944
|
children: e,
|
|
944
945
|
brandingBorderColor: i
|
|
945
946
|
}) => {
|
|
946
|
-
const c = K().md, a = i || z().secondaryContainer, s = Z2().size, r = G(),
|
|
947
|
+
const c = K().md, a = i || z().secondaryContainer, s = Z2().size, r = G(), m = s + " solid " + a;
|
|
947
948
|
return /* @__PURE__ */ t(
|
|
948
949
|
l,
|
|
949
950
|
{
|
|
@@ -953,7 +954,7 @@ const U0 = (e, i) => {
|
|
|
953
954
|
width: "100%",
|
|
954
955
|
borderRadius: c,
|
|
955
956
|
boxShadow: "md",
|
|
956
|
-
border:
|
|
957
|
+
border: m,
|
|
957
958
|
overflow: "hidden",
|
|
958
959
|
background: z().surface,
|
|
959
960
|
minHeight: "250px"
|
|
@@ -1140,19 +1141,19 @@ const U0 = (e, i) => {
|
|
|
1140
1141
|
alignItems: "center"
|
|
1141
1142
|
}
|
|
1142
1143
|
}), $0 = (e) => {
|
|
1143
|
-
var p, U, _, E, J, $, X, e2, t2, n2, i2, u2,
|
|
1144
|
+
var p, U, _, E, J, $, X, e2, t2, n2, i2, u2, C2, s2, M, Z, a2, V;
|
|
1144
1145
|
const [i, c] = k2.useState(
|
|
1145
1146
|
((p = e.leads) == null ? void 0 : p.position) === "before" && e.classicQuiz.authRequirement === "LEAD"
|
|
1146
1147
|
), { optionsLayout: a } = _2(q2), s = W2(
|
|
1147
1148
|
e.question.embedCode,
|
|
1148
1149
|
e.applyFilterScreen
|
|
1149
|
-
), r =
|
|
1150
|
+
), r = m2(), m = M2(e.question.images), { t: x } = j(), C = G(), b = m0(), d = ((U = e.classicQuiz.branding) == null ? void 0 : U.colors) || null, f = C ? ((_ = e.classicQuiz.branding) == null ? void 0 : _.images.mobileLogo) || ((E = e.classicQuiz.branding) == null ? void 0 : E.images.mainLogo) || "" : ((J = e.classicQuiz.branding) == null ? void 0 : J.images.mainLogo) || "", o = e.imagePosition || "left", y = f2(
|
|
1150
1151
|
{
|
|
1151
1152
|
images: e.classicQuiz.images,
|
|
1152
1153
|
imagePlaceholder: e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl : ""
|
|
1153
1154
|
},
|
|
1154
1155
|
W.STANDARD
|
|
1155
|
-
), w = e.currentQuestion === e.classicQuiz.questionsCount && (($ = e.leads) == null ? void 0 : $.position) === "after" ? x("classicQuiz.buttons.continue") : e.currentQuestion === e.classicQuiz.questionsCount ? x("classicQuiz.buttons.finish") : x("classicQuiz.buttons.next"), S = b ||
|
|
1156
|
+
), w = e.currentQuestion === e.classicQuiz.questionsCount && (($ = e.leads) == null ? void 0 : $.position) === "after" ? x("classicQuiz.buttons.continue") : e.currentQuestion === e.classicQuiz.questionsCount ? x("classicQuiz.buttons.finish") : x("classicQuiz.buttons.next"), S = b || C && !!y, F = (d == null ? void 0 : d.contentColor) || z().textColor, A = c2().primary, B = (d == null ? void 0 : d.backgroundColor) || z().surfaceVariant, D = K().md, k = K().sm, P = (d == null ? void 0 : d.primaryColor) || z().palette.primary.plainColor, Q = z().palette.primary.onPrimary, T = K().xl, R = S2(), n = G0({
|
|
1156
1157
|
spacingScale: R,
|
|
1157
1158
|
fontFamilyPrimary: A,
|
|
1158
1159
|
textColor: F,
|
|
@@ -1163,7 +1164,7 @@ const U0 = (e, i) => {
|
|
|
1163
1164
|
onPrimaryColor: Q,
|
|
1164
1165
|
buttonRadius: T,
|
|
1165
1166
|
isExtraSmall: S,
|
|
1166
|
-
isMobile:
|
|
1167
|
+
isMobile: C
|
|
1167
1168
|
}), u = () => {
|
|
1168
1169
|
c(!1);
|
|
1169
1170
|
}, I = (l2) => {
|
|
@@ -1198,7 +1199,7 @@ const U0 = (e, i) => {
|
|
|
1198
1199
|
v(l2 || F, !0)
|
|
1199
1200
|
] });
|
|
1200
1201
|
return /* @__PURE__ */ t(d2, { brandingBorderColor: (d == null ? void 0 : d.borderColor) || null, children: /* @__PURE__ */ t(
|
|
1201
|
-
|
|
1202
|
+
F0,
|
|
1202
1203
|
{
|
|
1203
1204
|
entity: e.classicQuiz,
|
|
1204
1205
|
headline: x("classicQuiz.headline"),
|
|
@@ -1206,7 +1207,7 @@ const U0 = (e, i) => {
|
|
|
1206
1207
|
imagePosition: o,
|
|
1207
1208
|
rulesDisplay: e.rulesDisplay,
|
|
1208
1209
|
filterScreenContent: e.applyFilterScreen ? H(
|
|
1209
|
-
y &&
|
|
1210
|
+
y && C ? (d == null ? void 0 : d.contentColor) || r.colorSchemes.dark.textColor : void 0
|
|
1210
1211
|
) : void 0,
|
|
1211
1212
|
children: e.applyFilterScreen ? null : /* @__PURE__ */ t(r2, { children: i ? /* @__PURE__ */ t(l, { sx: n.leadCollectionContainer, children: /* @__PURE__ */ g(l, { sx: n.leadQuestionContainer, children: [
|
|
1212
1213
|
/* @__PURE__ */ t(l, { sx: n.leadContentContainer, children: /* @__PURE__ */ t(
|
|
@@ -1222,7 +1223,7 @@ const U0 = (e, i) => {
|
|
|
1222
1223
|
campaignName: (n2 = e.leads) == null ? void 0 : n2.campaignName,
|
|
1223
1224
|
fields: (i2 = e.leads) == null ? void 0 : i2.fields,
|
|
1224
1225
|
leadTitle: (u2 = e.classicQuiz.labels) == null ? void 0 : u2.leadTitle,
|
|
1225
|
-
leadDescription: (
|
|
1226
|
+
leadDescription: (C2 = e.classicQuiz.labels) == null ? void 0 : C2.leadDescription,
|
|
1226
1227
|
syncWithProfile: (s2 = e.leads) == null ? void 0 : s2.syncWithProfile,
|
|
1227
1228
|
leadCta: (M = e.classicQuiz.labels) == null ? void 0 : M.leadCta,
|
|
1228
1229
|
leadSuccessTitle: (Z = e.classicQuiz.labels) == null ? void 0 : Z.leadSuccessTitle,
|
|
@@ -1263,7 +1264,7 @@ const U0 = (e, i) => {
|
|
|
1263
1264
|
children: /* @__PURE__ */ t(l, { ref: s })
|
|
1264
1265
|
}
|
|
1265
1266
|
),
|
|
1266
|
-
!e.question.embedCode &&
|
|
1267
|
+
!e.question.embedCode && m && /* @__PURE__ */ t(
|
|
1267
1268
|
I2,
|
|
1268
1269
|
{
|
|
1269
1270
|
ratio: "16/9",
|
|
@@ -1271,7 +1272,7 @@ const U0 = (e, i) => {
|
|
|
1271
1272
|
children: /* @__PURE__ */ t(l, { sx: n.questionImageBox, children: /* @__PURE__ */ t(
|
|
1272
1273
|
"img",
|
|
1273
1274
|
{
|
|
1274
|
-
src:
|
|
1275
|
+
src: m,
|
|
1275
1276
|
alt: "Question illustration",
|
|
1276
1277
|
style: n.questionImage
|
|
1277
1278
|
}
|
|
@@ -1287,7 +1288,7 @@ const U0 = (e, i) => {
|
|
|
1287
1288
|
selectedOption: e.selectedOption,
|
|
1288
1289
|
showAnswer: e.showAnswer,
|
|
1289
1290
|
optionsLayout: a ?? "twoByTwo",
|
|
1290
|
-
questionImage:
|
|
1291
|
+
questionImage: m,
|
|
1291
1292
|
brandingColors: d
|
|
1292
1293
|
}
|
|
1293
1294
|
)
|
|
@@ -1460,10 +1461,10 @@ const U0 = (e, i) => {
|
|
|
1460
1461
|
gap: e.spacingScale.lg
|
|
1461
1462
|
}
|
|
1462
1463
|
}), K0 = (e) => {
|
|
1463
|
-
var H, p, U, _, E, J, $, X, e2, t2, n2, i2, u2,
|
|
1464
|
+
var H, p, U, _, E, J, $, X, e2, t2, n2, i2, u2, C2, s2, M, Z, a2, V, l2, g2, o2;
|
|
1464
1465
|
const [i, c] = k2.useState(
|
|
1465
1466
|
((H = e.leads) == null ? void 0 : H.position) === "before" && e.classicQuiz.authRequirement === "LEAD"
|
|
1466
|
-
), { optionsLayout: a } = _2(q2), s =
|
|
1467
|
+
), { optionsLayout: a } = _2(q2), s = m2(), r = G(), m = E2(), x = e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl : r ? b2 : L2, C = f2(
|
|
1467
1468
|
{
|
|
1468
1469
|
images: e.classicQuiz.images,
|
|
1469
1470
|
imagePlaceholder: x
|
|
@@ -1513,11 +1514,11 @@ const U0 = (e, i) => {
|
|
|
1513
1514
|
) });
|
|
1514
1515
|
return /* @__PURE__ */ g(d2, { brandingBorderColor: (f == null ? void 0 : f.borderColor) || null, children: [
|
|
1515
1516
|
/* @__PURE__ */ t(
|
|
1516
|
-
|
|
1517
|
+
L0,
|
|
1517
1518
|
{
|
|
1518
1519
|
entity: e.classicQuiz,
|
|
1519
1520
|
headline: d("classicQuiz.headline"),
|
|
1520
|
-
finalImage:
|
|
1521
|
+
finalImage: C,
|
|
1521
1522
|
brandingLogo: o,
|
|
1522
1523
|
renderPresentedBy: L,
|
|
1523
1524
|
rulesDisplay: e.rulesDisplay,
|
|
@@ -1531,7 +1532,7 @@ const U0 = (e, i) => {
|
|
|
1531
1532
|
brandingColors: (n2 = e.classicQuiz.branding) == null ? void 0 : n2.colors,
|
|
1532
1533
|
brandingUrls: (i2 = e.classicQuiz.branding) == null ? void 0 : i2.urls,
|
|
1533
1534
|
campaignId: (u2 = e.leads) == null ? void 0 : u2.campaignId,
|
|
1534
|
-
campaignName: (
|
|
1535
|
+
campaignName: (C2 = e.leads) == null ? void 0 : C2.campaignName,
|
|
1535
1536
|
fields: (s2 = e.leads) == null ? void 0 : s2.fields,
|
|
1536
1537
|
leadTitle: (M = e.classicQuiz.labels) == null ? void 0 : M.leadTitle,
|
|
1537
1538
|
leadDescription: (Z = e.classicQuiz.labels) == null ? void 0 : Z.leadDescription,
|
|
@@ -1586,7 +1587,7 @@ const U0 = (e, i) => {
|
|
|
1586
1587
|
answerQuestion: e.answerQuestion,
|
|
1587
1588
|
selectedOption: e.selectedOption,
|
|
1588
1589
|
showAnswer: e.showAnswer,
|
|
1589
|
-
optionsLayout:
|
|
1590
|
+
optionsLayout: m ? "column" : a ?? "twoByTwo",
|
|
1590
1591
|
questionImage: b,
|
|
1591
1592
|
brandingColors: f
|
|
1592
1593
|
}
|
|
@@ -1607,7 +1608,7 @@ const U0 = (e, i) => {
|
|
|
1607
1608
|
] }) }) })
|
|
1608
1609
|
}
|
|
1609
1610
|
),
|
|
1610
|
-
o &&
|
|
1611
|
+
o && m && /* @__PURE__ */ t(l, { sx: { mb: T.lg, px: T.lg }, children: L(
|
|
1611
1612
|
(f == null ? void 0 : f.contentColor) || s.colorSchemes.dark.textColor
|
|
1612
1613
|
) })
|
|
1613
1614
|
] });
|
|
@@ -1621,8 +1622,8 @@ const U0 = (e, i) => {
|
|
|
1621
1622
|
children: s,
|
|
1622
1623
|
brandingColors: r
|
|
1623
1624
|
}) => {
|
|
1624
|
-
const [
|
|
1625
|
-
let P = a ?
|
|
1625
|
+
const [m, x] = k2.useState(0), C = m2(), { t: b } = j(), d = G(), f = K().md, o = a ? C.colorSchemes.dark.textPrimary : z().textPrimary, y = a ? C.colorSchemes.dark.textSecondary : z().textSecondary, w = c2().primary, S = c2().secondary, F = a ? C.colorSchemes.dark.secondaryContainer : z().secondaryContainer, A = r != null && r.backgroundColor || a ? C.colorSchemes.dark.surfaceVariant : z().surfaceVariant, B = S2(), D = z().palette.success.plainColor, k = z().palette.danger.plainColor;
|
|
1626
|
+
let P = a ? C.colorSchemes.dark.textPrimary : z().textPrimary;
|
|
1626
1627
|
r != null && r.primaryColor && (P = r.primaryColor);
|
|
1627
1628
|
const Q = (T, R) => {
|
|
1628
1629
|
var u, I, L;
|
|
@@ -1725,7 +1726,7 @@ const U0 = (e, i) => {
|
|
|
1725
1726
|
h,
|
|
1726
1727
|
{
|
|
1727
1728
|
sx: {
|
|
1728
|
-
color: a ?
|
|
1729
|
+
color: a ? C.colorSchemes.dark.palette.success.plainColor : D,
|
|
1729
1730
|
fontFamily: S,
|
|
1730
1731
|
fontSize: "1em",
|
|
1731
1732
|
fontStyle: "normal",
|
|
@@ -1746,7 +1747,7 @@ const U0 = (e, i) => {
|
|
|
1746
1747
|
h,
|
|
1747
1748
|
{
|
|
1748
1749
|
sx: {
|
|
1749
|
-
color: a ?
|
|
1750
|
+
color: a ? C.colorSchemes.dark.palette.danger.plainColor : k,
|
|
1750
1751
|
fontFamily: S,
|
|
1751
1752
|
fontSize: "1em",
|
|
1752
1753
|
fontStyle: "normal",
|
|
@@ -1825,7 +1826,7 @@ const U0 = (e, i) => {
|
|
|
1825
1826
|
lineHeight: "143%",
|
|
1826
1827
|
letterSpacing: "0.17px"
|
|
1827
1828
|
},
|
|
1828
|
-
children:
|
|
1829
|
+
children: x0(n == null ? void 0 : n.explanation)
|
|
1829
1830
|
}
|
|
1830
1831
|
)
|
|
1831
1832
|
]
|
|
@@ -1840,9 +1841,9 @@ const U0 = (e, i) => {
|
|
|
1840
1841
|
);
|
|
1841
1842
|
};
|
|
1842
1843
|
return /* @__PURE__ */ t(l, { sx: { width: "100%" }, children: /* @__PURE__ */ g(
|
|
1843
|
-
|
|
1844
|
+
Q0,
|
|
1844
1845
|
{
|
|
1845
|
-
value:
|
|
1846
|
+
value: m,
|
|
1846
1847
|
onChange: (T, R) => x(R),
|
|
1847
1848
|
sx: {
|
|
1848
1849
|
borderRadius: f,
|
|
@@ -1852,7 +1853,7 @@ const U0 = (e, i) => {
|
|
|
1852
1853
|
},
|
|
1853
1854
|
children: [
|
|
1854
1855
|
/* @__PURE__ */ g(
|
|
1855
|
-
|
|
1856
|
+
k0,
|
|
1856
1857
|
{
|
|
1857
1858
|
sx: {
|
|
1858
1859
|
fontSize: "1em",
|
|
@@ -1861,7 +1862,7 @@ const U0 = (e, i) => {
|
|
|
1861
1862
|
},
|
|
1862
1863
|
children: [
|
|
1863
1864
|
/* @__PURE__ */ t(
|
|
1864
|
-
|
|
1865
|
+
t0,
|
|
1865
1866
|
{
|
|
1866
1867
|
sx: {
|
|
1867
1868
|
display: "flex",
|
|
@@ -1878,7 +1879,7 @@ const U0 = (e, i) => {
|
|
|
1878
1879
|
"&:not(.Mui-selected):hover": {
|
|
1879
1880
|
bgcolor: a ? "#FAFAFA14" : "#2121210A"
|
|
1880
1881
|
},
|
|
1881
|
-
[`&.${
|
|
1882
|
+
[`&.${n0.selected}`]: {
|
|
1882
1883
|
bgcolor: a ? "#FAFAFA14" : "#2121210A",
|
|
1883
1884
|
borderBottom: "3px solid " + P,
|
|
1884
1885
|
opacity: "100%",
|
|
@@ -1907,7 +1908,7 @@ const U0 = (e, i) => {
|
|
|
1907
1908
|
height: "24px",
|
|
1908
1909
|
justifyContent: "center",
|
|
1909
1910
|
alignItems: "center",
|
|
1910
|
-
filter: a ||
|
|
1911
|
+
filter: a || C.mode == "dark" ? "brightness(0) invert(1)" : "none"
|
|
1911
1912
|
}
|
|
1912
1913
|
}
|
|
1913
1914
|
),
|
|
@@ -1933,7 +1934,7 @@ const U0 = (e, i) => {
|
|
|
1933
1934
|
}
|
|
1934
1935
|
),
|
|
1935
1936
|
/* @__PURE__ */ t(
|
|
1936
|
-
|
|
1937
|
+
t0,
|
|
1937
1938
|
{
|
|
1938
1939
|
sx: {
|
|
1939
1940
|
display: "flex",
|
|
@@ -1950,7 +1951,7 @@ const U0 = (e, i) => {
|
|
|
1950
1951
|
"&:not(.Mui-selected):hover": {
|
|
1951
1952
|
bgcolor: a ? "#FAFAFA14" : "#2121210A"
|
|
1952
1953
|
},
|
|
1953
|
-
[`&.${
|
|
1954
|
+
[`&.${n0.selected}`]: {
|
|
1954
1955
|
bgcolor: a ? "#FAFAFA14" : "#2121210A",
|
|
1955
1956
|
borderBottom: "3px solid " + P,
|
|
1956
1957
|
opacity: "100%",
|
|
@@ -1979,7 +1980,7 @@ const U0 = (e, i) => {
|
|
|
1979
1980
|
height: "24px",
|
|
1980
1981
|
justifyContent: "center",
|
|
1981
1982
|
alignItems: "center",
|
|
1982
|
-
filter: a ||
|
|
1983
|
+
filter: a || C.mode == "dark" ? "brightness(0) invert(1)" : "none"
|
|
1983
1984
|
}
|
|
1984
1985
|
}
|
|
1985
1986
|
),
|
|
@@ -2007,9 +2008,9 @@ const U0 = (e, i) => {
|
|
|
2007
2008
|
]
|
|
2008
2009
|
}
|
|
2009
2010
|
),
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2011
|
+
m === 0 && /* @__PURE__ */ t(i0, { value: 0, sx: { ...c, fontSize: "1em" }, children: s }),
|
|
2012
|
+
m === 1 && /* @__PURE__ */ t(
|
|
2013
|
+
i0,
|
|
2013
2014
|
{
|
|
2014
2015
|
value: 1,
|
|
2015
2016
|
sx: {
|
|
@@ -2385,11 +2386,11 @@ const U0 = (e, i) => {
|
|
|
2385
2386
|
}), ne = (e, i) => {
|
|
2386
2387
|
switch (e) {
|
|
2387
2388
|
case "success":
|
|
2388
|
-
return /* @__PURE__ */ t(
|
|
2389
|
+
return /* @__PURE__ */ t(M0, {});
|
|
2389
2390
|
case "error":
|
|
2390
|
-
return /* @__PURE__ */ t(
|
|
2391
|
+
return /* @__PURE__ */ t(R0, { sx: { color: i } });
|
|
2391
2392
|
case "info":
|
|
2392
|
-
return /* @__PURE__ */ t(
|
|
2393
|
+
return /* @__PURE__ */ t(D0, {});
|
|
2393
2394
|
}
|
|
2394
2395
|
}, ie = (e) => {
|
|
2395
2396
|
switch (e) {
|
|
@@ -2406,9 +2407,9 @@ const U0 = (e, i) => {
|
|
|
2406
2407
|
message: c,
|
|
2407
2408
|
description: a
|
|
2408
2409
|
}) => {
|
|
2409
|
-
const s =
|
|
2410
|
+
const s = m2(), r = K(), m = c2().secondary, x = ie(e);
|
|
2410
2411
|
return /* @__PURE__ */ t(
|
|
2411
|
-
|
|
2412
|
+
v0,
|
|
2412
2413
|
{
|
|
2413
2414
|
variant: "soft",
|
|
2414
2415
|
color: x,
|
|
@@ -2423,7 +2424,7 @@ const U0 = (e, i) => {
|
|
|
2423
2424
|
"--Icon-fontSize": "1.25em"
|
|
2424
2425
|
},
|
|
2425
2426
|
children: /* @__PURE__ */ g(
|
|
2426
|
-
|
|
2427
|
+
p0,
|
|
2427
2428
|
{
|
|
2428
2429
|
sx: {
|
|
2429
2430
|
fontSize: "1.5em"
|
|
@@ -2435,7 +2436,7 @@ const U0 = (e, i) => {
|
|
|
2435
2436
|
level: "title-md",
|
|
2436
2437
|
color: x,
|
|
2437
2438
|
fontWeight: "bold",
|
|
2438
|
-
sx: { fontFamily:
|
|
2439
|
+
sx: { fontFamily: m, fontSize: "0.875em" },
|
|
2439
2440
|
children: i
|
|
2440
2441
|
}
|
|
2441
2442
|
),
|
|
@@ -2443,7 +2444,7 @@ const U0 = (e, i) => {
|
|
|
2443
2444
|
h,
|
|
2444
2445
|
{
|
|
2445
2446
|
level: "body-sm",
|
|
2446
|
-
sx: { fontFamily:
|
|
2447
|
+
sx: { fontFamily: m, fontSize: "0.675em" },
|
|
2447
2448
|
children: c
|
|
2448
2449
|
}
|
|
2449
2450
|
),
|
|
@@ -2451,7 +2452,7 @@ const U0 = (e, i) => {
|
|
|
2451
2452
|
h,
|
|
2452
2453
|
{
|
|
2453
2454
|
level: "body-xs",
|
|
2454
|
-
sx: { fontFamily:
|
|
2455
|
+
sx: { fontFamily: m, fontSize: "0.6em" },
|
|
2455
2456
|
children: a
|
|
2456
2457
|
}
|
|
2457
2458
|
)
|
|
@@ -2460,10 +2461,10 @@ const U0 = (e, i) => {
|
|
|
2460
2461
|
)
|
|
2461
2462
|
}
|
|
2462
2463
|
);
|
|
2463
|
-
}, ae = "data:image/svg+xml,%3csvg%20width='160'%20height='180'%20viewBox='0%200%20160%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_418_12381)'%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%23FFEB3B'/%3e%3c/g%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%23FFA726'/%3e%3cpath%20d='M109.859%2028.2578L109.881%2028.2695L139.811%2045.4678L139.74%2079.9873V80.0127L139.811%20114.531L109.881%20131.73L109.859%20131.742L80%20149.062L50.1406%20131.742L50.1191%20131.73L20.1885%20114.531L20.2598%2080.0127V79.9873L20.1885%2045.4678L50.1191%2028.2695L50.1406%2028.2578L80%2010.9365L109.859%2028.2578Z'%20stroke='%23212121'%20stroke-opacity='0.08'%20stroke-width='12'/%3e%3cpath%20d='M20.3438%2074.375L21.537%2077.4005L24.5625%2078.5938L21.537%2079.787L20.3438%2082.8125L19.1505%2079.787L16.125%2078.5938L19.1505%2077.4005L20.3438%2074.375Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M10.4688%2016.1875L10.8665%2017.196L11.875%2017.5938L10.8665%2017.9915L10.4688%2019L10.071%2017.9915L9.0625%2017.5938L10.071%2017.196L10.4688%2016.1875Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M27.5%2027.5L29.8865%2033.8872L35.9375%2036.4062L29.8865%2038.9253L27.5%2045.3125L25.1135%2038.9253L19.0625%2036.4062L25.1135%2033.8872L27.5%2027.5Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M133.812%2014.5625L136.199%2020.6135L142.25%2023L136.199%2025.3865L133.812%2031.4375L131.426%2025.3865L125.375%2023L131.426%2020.6135L133.812%2014.5625Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M61.7188%20125.938L64.2378%20131.989L70.625%20134.375L64.2378%20136.761L61.7188%20142.812L59.1997%20136.761L52.8125%20134.375L59.1997%20131.989L61.7188%20125.938Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M136.719%2076.25L138.707%2081.2925L143.75%2083.2812L138.707%2085.27L136.719%2090.3125L134.73%2085.27L129.688%2083.2812L134.73%2081.2925L136.719%2076.25Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M150.5%2041.5625L151.561%2043.9157L154.25%2044.8438L151.561%2045.7718L150.5%2048.125L149.439%2045.7718L146.75%2044.8438L149.439%2043.9157L150.5%2041.5625Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M145.969%20148.188L146.897%20150.541L149.25%20151.469L146.897%20152.397L145.969%20154.75L145.041%20152.397L142.688%20151.469L145.041%20150.541L145.969%20148.188Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M15.3125%20136.25L16.3732%20138.603L19.0625%20139.531L16.3732%20140.459L15.3125%20142.812L14.2518%20140.459L11.5625%20139.531L14.2518%20138.603L15.3125%20136.25Z'%20fill='%23FFEB3B'/%3e%3cdefs%3e%3cfilter%20id='filter0_dd_418_12381'%20x='2.18213'%20y='0'%20width='155.636'%20height='180'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_418_12381'/%3e%3cfeOffset%20dy='12'/%3e%3cfeGaussianBlur%20stdDeviation='8'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_418_12381'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='2'%20operator='erode'%20in='SourceAlpha'%20result='effect2_dropShadow_418_12381'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='4'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_418_12381'%20result='effect2_dropShadow_418_12381'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_418_12381'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", le = "data:image/svg+xml,%3csvg%20width='160'%20height='180'%20viewBox='0%200%20160%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_418_12550)'%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%23F44336'/%3e%3c/g%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%23F44336'/%3e%3cpath%20d='M109.859%2028.2578L109.881%2028.2695L139.811%2045.4678L139.74%2079.9873V80.0127L139.811%20114.531L109.881%20131.73L109.859%20131.742L80%20149.062L50.1406%20131.742L50.1191%20131.73L20.1885%20114.531L20.2598%2080.0127V79.9873L20.1885%2045.4678L50.1191%2028.2695L50.1406%2028.2578L80%2010.9365L109.859%2028.2578Z'%20stroke='%23212121'%20stroke-opacity='0.08'%20stroke-width='12'/%3e%3cdefs%3e%3cfilter%20id='filter0_dd_418_12550'%20x='2.18213'%20y='0'%20width='155.636'%20height='180'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_418_12550'/%3e%3cfeOffset%20dy='12'/%3e%3cfeGaussianBlur%20stdDeviation='8'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_418_12550'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='2'%20operator='erode'%20in='SourceAlpha'%20result='effect2_dropShadow_418_12550'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='4'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_418_12550'%20result='effect2_dropShadow_418_12550'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_418_12550'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", oe = "data:image/svg+xml,%3csvg%20width='160'%20height='180'%20viewBox='0%200%20160%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_418_10081)'%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%234CAF50'/%3e%3c/g%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%234CAF50'/%3e%3cpath%20d='M109.859%2028.2578L109.881%2028.2695L139.811%2045.4678L139.74%2079.9873V80.0127L139.811%20114.531L109.881%20131.73L109.859%20131.742L80%20149.062L50.1406%20131.742L50.1191%20131.73L20.1885%20114.531L20.2598%2080.0127V79.9873L20.1885%2045.4678L50.1191%2028.2695L50.1406%2028.2578L80%2010.9365L109.859%2028.2578Z'%20stroke='%23212121'%20stroke-opacity='0.08'%20stroke-width='12'/%3e%3cpath%20d='M20.3438%2074.375L21.537%2077.4005L24.5625%2078.5938L21.537%2079.787L20.3438%2082.8125L19.1505%2079.787L16.125%2078.5938L19.1505%2077.4005L20.3438%2074.375Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M10.4688%2016.1875L10.8665%2017.196L11.875%2017.5938L10.8665%2017.9915L10.4688%2019L10.071%2017.9915L9.0625%2017.5938L10.071%2017.196L10.4688%2016.1875Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M27.5%2027.5L29.8865%2033.8872L35.9375%2036.4062L29.8865%2038.9253L27.5%2045.3125L25.1135%2038.9253L19.0625%2036.4062L25.1135%2033.8872L27.5%2027.5Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M133.812%2014.5625L136.199%2020.6135L142.25%2023L136.199%2025.3865L133.812%2031.4375L131.426%2025.3865L125.375%2023L131.426%2020.6135L133.812%2014.5625Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M61.7188%20125.938L64.2378%20131.989L70.625%20134.375L64.2378%20136.761L61.7188%20142.812L59.1997%20136.761L52.8125%20134.375L59.1997%20131.989L61.7188%20125.938Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M136.719%2076.25L138.707%2081.2925L143.75%2083.2812L138.707%2085.27L136.719%2090.3125L134.73%2085.27L129.688%2083.2812L134.73%2081.2925L136.719%2076.25Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M150.5%2041.5625L151.561%2043.9157L154.25%2044.8438L151.561%2045.7718L150.5%2048.125L149.439%2045.7718L146.75%2044.8438L149.439%2043.9157L150.5%2041.5625Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M145.969%20148.188L146.897%20150.541L149.25%20151.469L146.897%20152.397L145.969%20154.75L145.041%20152.397L142.688%20151.469L145.041%20150.541L145.969%20148.188Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M15.3125%20136.25L16.3732%20138.603L19.0625%20139.531L16.3732%20140.459L15.3125%20142.812L14.2518%20140.459L11.5625%20139.531L14.2518%20138.603L15.3125%20136.25Z'%20fill='%23FFEB3B'/%3e%3cdefs%3e%3cfilter%20id='filter0_dd_418_10081'%20x='2.18213'%20y='0'%20width='155.636'%20height='180'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_418_10081'/%3e%3cfeOffset%20dy='12'/%3e%3cfeGaussianBlur%20stdDeviation='8'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_418_10081'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='2'%20operator='erode'%20in='SourceAlpha'%20result='effect2_dropShadow_418_10081'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='4'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_418_10081'%20result='effect2_dropShadow_418_10081'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_418_10081'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", re = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Emoji%20Icons/sports-medal'%3e%3cpath%20id='Vector'%20d='M39.125%2045.3125H57.875L81.3125%200H62.5625L39.125%2045.3125Z'%20fill='%23006CA2'/%3e%3cpath%20id='Vector_2'%20d='M50.8438%2022.6562L41.4688%2040.7812L43.8125%2045.3125H57.875L60.2188%2040.7812L50.8438%2022.6562Z'%20fill='%232F2F2F'/%3e%3cpath%20id='Vector_3'%20d='M59.375%2045.3125V56.25H40.625V45.3125H59.375ZM59.375%2040.625H40.625C38.0391%2040.625%2035.9375%2042.7266%2035.9375%2045.3125V56.25C35.9375%2058.8359%2038.0391%2060.9375%2040.625%2060.9375H59.375C61.9609%2060.9375%2064.0625%2058.8359%2064.0625%2056.25V45.3125C64.0625%2042.7266%2061.9609%2040.625%2059.375%2040.625Z'%20fill='%23FCC21B'/%3e%3cpath%20id='Vector_4'%20d='M50%2093.75C62.9442%2093.75%2073.4375%2083.2567%2073.4375%2070.3125C73.4375%2057.3683%2062.9442%2046.875%2050%2046.875C37.0558%2046.875%2026.5625%2057.3683%2026.5625%2070.3125C26.5625%2083.2567%2037.0558%2093.75%2050%2093.75Z'%20fill='%23FCC21B'/%3e%3cpath%20id='Vector_5'%20d='M34.2891%2064.6091C33.9766%2064.6091%2033.6719%2064.5466%2033.3828%2064.4216C32.2578%2063.9372%2031.7109%2062.6326%2032.1484%2061.4841C32.1562%2061.4685%2032.1562%2061.4451%2032.1641%2061.4294C32.1719%2061.3904%2032.1719%2061.3982%2032.1875%2061.3669C34.2578%2056.4294%2038.6094%2052.7732%2043.8281%2051.5701C44.0859%2051.5076%2044.3594%2051.6404%2044.4766%2051.8826C44.5937%2052.1247%2044.5234%2052.4138%2044.3125%2052.5857C40.8906%2055.3044%2038.1562%2058.9685%2036.4141%2063.1872C36.4141%2063.1951%2036.4062%2063.1951%2036.4062%2063.2029C36.4062%2063.2107%2036.4062%2063.2107%2036.3984%2063.2107C36.1562%2063.7732%2035.7031%2064.2107%2035.1328%2064.4372C34.8594%2064.5544%2034.5781%2064.6091%2034.2891%2064.6091Z'%20fill='white'/%3e%3cpath%20id='Vector_6'%20d='M48.7891%2059.2188C49.4531%2057.8672%2050.5469%2057.8672%2051.2187%2059.2188L53.1953%2063.2266C53.8594%2064.5781%2055.6328%2065.8672%2057.125%2066.0781L61.5469%2066.7187C63.0391%2066.9375%2063.375%2067.9766%2062.2969%2069.0312L59.1016%2072.1484C58.0234%2073.2031%2057.3437%2075.2812%2057.6016%2076.7656L58.3594%2081.1641C58.6172%2082.6484%2057.7344%2083.2969%2056.3984%2082.5938L52.4453%2080.5156C51.1094%2079.8125%2048.9219%2079.8125%2047.5859%2080.5156L43.6328%2082.5938C42.2969%2083.2969%2041.4141%2082.6562%2041.6719%2081.1641L42.4297%2076.7656C42.6875%2075.2812%2042.0078%2073.2031%2040.9297%2072.1484L37.7344%2069.0312C36.6562%2067.9766%2036.9922%2066.9375%2038.4844%2066.7187L42.9062%2066.0781C44.3984%2065.8594%2046.1641%2064.5781%2046.8359%2063.2266L48.7891%2059.2188Z'%20fill='%23F79329'/%3e%3cpath%20id='Vector_7'%20d='M59.4375%2045.3125H40.6875L17.25%200H36L59.4375%2045.3125Z'%20fill='%23006CA2'/%3e%3c/g%3e%3c/svg%3e", ce = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M74.5938%2088.0156H25.3594L30.1328%2070.1719H69.8203L74.5938%2088.0156Z'%20fill='%232F2F2F'/%3e%3cpath%20d='M74.625%2090.375H25.3594C24.625%2090.375%2023.9297%2090.0312%2023.4922%2089.4531C23.0469%2088.875%2022.8985%2088.1172%2023.086%2087.4062L27.8594%2069.5625C27.9937%2069.0602%2028.2901%2068.6163%2028.7027%2068.2999C29.1152%2067.9834%2029.6207%2067.8121%2030.1406%2067.8125H69.8281C70.8984%2067.8125%2071.836%2068.5312%2072.1094%2069.5625L76.7813%2087.0312C76.9141%2087.3281%2076.9922%2087.6641%2076.9922%2088.0078C76.9844%2089.3125%2075.9297%2090.375%2074.625%2090.375ZM28.4297%2085.6484H71.5156L68.0078%2072.5234H31.9453L28.4297%2085.6484Z'%20fill='%232F2F2F'/%3e%3cpath%20d='M19.0781%2088.0156H80.8672V94.5391H19.0781V88.0156Z'%20fill='%232F2F2F'/%3e%3cpath%20d='M80.8672%2096.8984H19.0781C17.7734%2096.8984%2016.7188%2095.8438%2016.7188%2094.5391V88.0156C16.7188%2086.7109%2017.7734%2085.6562%2019.0781%2085.6562H80.8672C82.1719%2085.6562%2083.2266%2086.7109%2083.2266%2088.0156V94.5391C83.2266%2095.8438%2082.1719%2096.8984%2080.8672%2096.8984ZM21.4375%2092.1797H78.5078V90.375H21.4375V92.1797Z'%20fill='%232F2F2F'/%3e%3cpath%20d='M61.5234%2076.9609H38.4375C37.6406%2076.9609%2036.9922%2077.6094%2036.9922%2078.4062V84.9297C36.9922%2085.7266%2037.6406%2086.375%2038.4375%2086.375H61.5234C62.3203%2086.375%2062.9688%2085.7266%2062.9688%2084.9297V78.4062C62.9688%2078.0229%2062.8165%2077.6553%2062.5454%2077.3843C62.2744%2077.1132%2061.9068%2076.9609%2061.5234%2076.9609Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M15.7657%2014.4453C14.2969%2014.4453%2012.8985%2014.7031%2011.6094%2015.2109C6.17193%2017.375%204.60943%2023.5391%205.88286%2028.5078C6.94536%2032.6641%2010.6641%2035.875%2013.8751%2037.2188C14.6094%2037.5234%2015.3594%2037.7578%2016.086%2037.9844C16.8047%2038.2031%2017.4766%2038.4141%2018.1329%2038.6875C19.1094%2039.0938%2020.0235%2039.8828%2020.5079%2040.75C20.9922%2041.625%2020.8672%2042.1094%2020.6016%2043.0781C20.5313%2043.3359%2020.461%2043.6172%2020.3907%2043.9141C20.2422%2044.6016%2020.1329%2045.4141%2020.3829%2046.2187C20.7813%2047.5312%2021.7891%2048.3438%2023.0001%2048.3438C25.2266%2048.2812%2026.9141%2046.4688%2027.711%2043.3516L27.7188%2043.3281L27.7501%2043.1953C28.0704%2041.9219%2028.1485%2040.7734%2027.961%2039.75C27.7969%2038.7969%2027.4688%2037.9453%2027.0001%2037.2109C25.3985%2034.7109%2022.8438%2033.2656%2020.3594%2032C19.9219%2031.7734%2019.4766%2031.5625%2019.0313%2031.3516C17.4454%2030.5938%2015.7969%2029.8047%2014.6329%2028.5703C13.6563%2027.5312%2013.3594%2026.0938%2013.8438%2024.8125C14.2969%2023.6094%2015.3204%2022.8516%2016.6407%2022.7344C16.7891%2022.7188%2016.9376%2022.7109%2017.0782%2022.7109C20.4766%2022.7109%2022.6251%2026.3125%2024.3438%2029.2031L24.5001%2029.4609L25.6954%2031.4609L26.0391%2029.1562C26.1485%2028.4453%2026.2422%2027.6875%2026.2422%2026.9531C26.2344%2026.4453%2026.2501%2025.9219%2026.2579%2025.4063C26.3282%2022.1797%2026.4063%2018.5312%2022.8672%2016.4453C20.6876%2015.1562%2018.1641%2014.4453%2015.7657%2014.4453ZM72.8594%2039.8906C73.0001%2039.0859%2073.2735%2038.3203%2073.7032%2037.6562C75.2032%2035.3203%2077.6172%2033.9609%2080.0235%2032.7344C82.0704%2031.6875%2084.3672%2030.8359%2085.9766%2029.1328C88.4376%2026.5234%2087.0704%2022.2109%2083.4376%2021.8906C79.1407%2021.5156%2076.6563%2025.8906%2074.7891%2029.0234C74.6876%2028.3516%2074.5938%2027.6328%2074.5938%2026.9531C74.6251%2023.3203%2073.9219%2019.3047%2077.5547%2017.1562C80.6407%2015.3281%2084.6485%2014.6328%2088.0704%2015.9844C92.9532%2017.9219%2094.5157%2023.5391%2093.3047%2028.2969C92.3829%2031.8984%2089.1251%2035.0547%2085.7969%2036.4453C84.4063%2037.0234%2082.9297%2037.3359%2081.5391%2037.9141C80.4219%2038.375%2079.3516%2039.2734%2078.7579%2040.3359C77.9375%2041.7969%2078.4688%2042.6406%2078.7891%2044.0937C78.9219%2044.7109%2079.0079%2045.3594%2078.8204%2045.9687C78.5547%2046.8359%2077.8985%2047.5312%2076.9454%2047.5078C74.6797%2047.4453%2073.5547%2044.9688%2073.0782%2043.1016C73.0697%2043.0844%2073.0644%2043.0659%2073.0625%2043.0469C72.8204%2042.0312%2072.6719%2040.9297%2072.8594%2039.8906Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M84.2344%2014.4453C81.8359%2014.4453%2079.3203%2015.1484%2077.1406%2016.4375C73.6094%2018.5234%2073.6875%2022.1719%2073.75%2025.3984C73.7578%2025.9141%2073.7734%2026.4375%2073.7656%2026.9453C73.7656%2027.6797%2073.8594%2028.4375%2073.9688%2029.1484L74.3125%2031.4531L75.5078%2029.4531L75.6641%2029.1953C77.3828%2026.3047%2079.5313%2022.7031%2082.9297%2022.7031C83.0703%2022.7031%2083.2188%2022.7109%2083.3672%2022.7266C84.6875%2022.8438%2085.7109%2023.5938%2086.1641%2024.8047C86.6563%2026.0938%2086.3516%2027.5313%2085.375%2028.5625C84.2031%2029.7969%2082.5625%2030.5859%2080.9766%2031.3438C80.5234%2031.5625%2080.0781%2031.7734%2079.6406%2031.9922C77.1563%2033.2578%2074.6016%2034.7031%2073%2037.2109C72.5313%2037.9375%2072.2031%2038.7969%2072.0391%2039.75C71.8516%2040.7734%2071.9297%2041.9141%2072.2656%2043.25L72.2812%2043.2969L72.2891%2043.3281C73.0859%2046.4531%2074.7734%2048.2812%2076.9297%2048.3438C78.2188%2048.3438%2079.2188%2047.5312%2079.625%2046.2187C79.875%2045.4141%2079.7578%2044.6094%2079.6172%2043.9219C79.5469%2043.6172%2079.4766%2043.3359%2079.3984%2043.0781C79.1328%2042.1094%2079%2041.6172%2079.4922%2040.7422C79.9766%2039.875%2080.8906%2039.0859%2081.8672%2038.6797C82.5234%2038.4062%2083.1953%2038.2031%2083.9141%2037.9766C84.6406%2037.75%2085.3984%2037.5156%2086.125%2037.2109C89.3438%2035.875%2093.0547%2032.6562%2094.1172%2028.5C95.3906%2023.5312%2093.8203%2017.3672%2088.3828%2015.2109C87.1016%2014.7031%2085.7031%2014.4453%2084.2344%2014.4453Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M74.086%2013.7578C69.6251%209.63281%2062.6798%207.63281%2056.7735%207.17188C54.5157%206.99219%2052.2423%206.92969%2049.9766%206.92188C47.711%206.9375%2045.4376%207%2043.1798%207.17188C37.2813%207.63281%2030.3282%209.63281%2025.8673%2013.7578C23.2266%2016.1953%2023.9688%2020.4375%2024.297%2023.6406C24.8985%2029.5%2026.0391%2037.2891%2029.9845%2041.9531C31.1251%2043.3047%2032.297%2044.5703%2033.5782%2045.6953C35.0235%2046.9531%2036.3282%2048.4062%2037.797%2049.6641C39.6016%2051.2109%2041.6485%2052.9453%2042.0157%2055.4219C42.5391%2058.9688%2040.1563%2059.9531%2037.422%2061.1875C35.5001%2062.0547%2033.3907%2064.1016%2034.1798%2066.4141C35.0235%2068.8828%2038.6095%2068.3672%2040.6407%2068.5C46.5157%2068.8828%2052.4142%2068.6406%2058.297%2068.4688C60.336%2068.4062%2065.8595%2068.6641%2065.8595%2065.5078C65.8595%2064.375%2065.3282%2063.2969%2064.5157%2062.5234C63.9376%2061.9766%2063.2579%2061.5234%2062.5313%2061.1953C59.797%2059.9609%2057.4063%2058.9766%2057.9376%2055.4297C58.3126%2052.9531%2060.3516%2051.2188%2062.1563%2049.6719C63.6251%2048.4141%2064.9298%2046.9688%2066.3751%2045.7031C67.6563%2044.5781%2068.8282%2043.3125%2069.9766%2041.9609C73.9141%2037.2969%2075.0548%2029.5078%2075.6641%2023.6484C75.9845%2020.4297%2076.7188%2016.1953%2074.086%2013.7578ZM49.9766%2022.9531C38.7579%2022.9531%2029.6641%2020.3984%2029.6641%2017.2422C29.6641%2014.0859%2038.7579%2011.5313%2049.9766%2011.5313C61.1954%2011.5313%2070.2891%2014.0859%2070.2891%2017.2422C70.2891%2020.3906%2061.1954%2022.9531%2049.9766%2022.9531Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M49.9766%206.07812C47.3125%206.09375%2045.1328%206.17187%2043.1172%206.33594C35.9688%206.89844%2029.3047%209.44531%2025.3047%2013.1484C22.5781%2015.6719%2023.0234%2019.6875%2023.3828%2022.9141L23.4688%2023.7344C24.1484%2030.375%2025.375%2037.8047%2029.3516%2042.5C30.6875%2044.0781%2031.8594%2045.2969%2033.0391%2046.3281C33.7109%2046.9141%2034.375%2047.5703%2035.0156%2048.1953C35.7344%2048.8984%2036.4766%2049.625%2037.2656%2050.2969C39.0703%2051.8438%2040.8828%2053.3984%2041.2031%2055.5469C41.6094%2058.2578%2040.1328%2059.0625%2037.2813%2060.3438L37.0859%2060.4297C34.6563%2061.5234%2032.4688%2063.9453%2033.3984%2066.6875C34.2734%2069.2734%2037.25%2069.2969%2039.4219%2069.3125C39.8438%2069.3125%2040.2422%2069.3125%2040.5938%2069.3359C42.7188%2069.4766%2045.0078%2069.5469%2047.5703%2069.5469C50.6328%2069.5469%2053.7344%2069.4531%2056.7422%2069.3516L58.3281%2069.3047C58.5156%2069.2969%2058.7344%2069.2969%2058.9766%2069.2969C61.4844%2069.2656%2066.6953%2069.1953%2066.6953%2065.5078C66.6953%2064.1953%2066.1094%2062.8906%2065.0938%2061.9219C64.4609%2061.3203%2063.6953%2060.8047%2062.8828%2060.4375L62.6875%2060.3516C59.8359%2059.0625%2058.3672%2058.2656%2058.7656%2055.5547C59.0859%2053.3984%2060.9063%2051.8438%2062.6641%2050.3438C63.4922%2049.6328%2064.2344%2048.9062%2064.9531%2048.2031C65.5938%2047.5781%2066.2578%2046.9219%2066.9297%2046.3359C68.1016%2045.3125%2069.2734%2044.0938%2070.625%2042.5078C74.5859%2037.8203%2075.8203%2030.3906%2076.5%2023.7422L76.5938%2022.9141C76.9453%2019.6953%2077.3906%2015.6797%2074.6719%2013.1641C70.6719%209.46094%2064.0078%206.91406%2056.8594%206.35156C54.8203%206.17969%2052.6406%206.09375%2049.9766%206.07812ZM49.9766%2022.1172C37.9063%2022.1172%2030.5%2019.2734%2030.5%2017.2422C30.5%2015.2031%2037.9141%2012.3672%2049.9766%2012.3672C62.0469%2012.3672%2069.4531%2015.2109%2069.4531%2017.2422C69.4531%2019.2812%2062.0469%2022.1172%2049.9766%2022.1172Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M68.0703%2025.9528C67.8125%2025.9528%2067.5469%2026.0388%2067.3125%2026.1013C66.7813%2026.2341%2066.2813%2026.4684%2065.75%2026.6247C65.2813%2026.7575%2064.836%2026.9216%2064.375%2027.0778C63.4844%2027.3981%2062.1797%2027.4841%2061.5078%2028.2028C60.8828%2028.8591%2060.8281%2030.1247%2060.7031%2030.9606C60.5156%2032.2263%2060.3985%2033.4997%2060.2344%2034.7731C59.9219%2037.2028%2059.2969%2039.57%2058.4844%2041.8825C58.0176%2043.2009%2057.483%2044.4943%2056.8828%2045.7575C56.3594%2046.8591%2055.7813%2047.9528%2055.125%2048.9919C54.8438%2049.4294%2053.9766%2050.5075%2054.5781%2050.9841C54.9297%2051.2653%2055.6641%2051.2262%2056.0391%2051.0544C60.1797%2049.1012%2063.0156%2045.3122%2064.9531%2041.2809C65.5547%2040.0388%2066.0703%2038.7497%2066.5469%2037.445C67.1406%2035.82%2067.625%2034.1638%2068.0938%2032.4997C68.3828%2031.4841%2068.6485%2030.4606%2068.8438%2029.4216C68.9922%2028.6247%2069.5235%2026.3591%2068.375%2025.9997C68.2782%2025.9617%2068.1741%2025.9457%2068.0703%2025.9528ZM58.3281%2067.2263C57.4453%2067.3044%2056.3828%2067.3122%2055.7656%2066.9919C55.5781%2066.8903%2055.4688%2066.7653%2055.5078%2066.5466C55.5469%2066.3122%2055.6563%2066.32%2055.8203%2066.2028C56.1094%2065.9997%2056.461%2065.6091%2056.6328%2065.3044C57.1563%2064.3669%2056.6953%2063.32%2056.3516%2062.4059C56.2188%2062.0544%2055.75%2061.57%2056.2344%2061.2887C56.5%2061.1403%2056.9141%2061.2106%2057.1875%2061.2731C57.5781%2061.3591%2058.0235%2061.5309%2058.3985%2061.6637C59.8125%2062.1872%2061.211%2063.6169%2061.211%2065.195C61.211%2066.4059%2060.336%2066.9841%2059.2266%2067.1247C58.961%2067.1559%2058.6563%2067.195%2058.3281%2067.2263Z'%20fill='%23855C52'/%3e%3c/svg%3e", se = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M71.5312%2039.3594L82.7422%2074.4688L54.3359%2070.7891L71.5312%2039.3594Z'%20fill='%23F79329'/%3e%3cpath%20d='M82.7422%2075.3906C82.7031%2075.3906%2082.6641%2075.3906%2082.625%2075.3828L54.2109%2071.7031C53.9062%2071.6641%2053.6484%2071.4766%2053.5078%2071.2031C53.3672%2070.9297%2053.375%2070.6094%2053.5156%2070.3438L70.7187%2038.9141C70.8984%2038.5938%2071.2578%2038.4062%2071.6172%2038.4375C71.9844%2038.4688%2072.2969%2038.7187%2072.4062%2039.0703L83.5312%2073.9297C83.6406%2074.0781%2083.7031%2074.2656%2083.7031%2074.4609C83.7031%2074.9688%2083.2891%2075.3828%2082.7812%2075.3828C82.7812%2075.3906%2082.7578%2075.3906%2082.7422%2075.3906ZM55.7812%2070.0469L81.4219%2073.3672L71.3125%2041.6875L55.7812%2070.0469ZM31.3984%2027.2734C31.3984%2028.4048%2030.949%2029.4897%2030.1491%2030.2897C29.3491%2031.0896%2028.2641%2031.5391%2027.1328%2031.5391C24.7812%2031.5391%2022.8672%2029.625%2022.8672%2027.2734C22.8672%2024.9141%2024.7734%2023.0078%2027.1328%2023.0078C29.4922%2023.0078%2031.3984%2024.9141%2031.3984%2027.2734Z'%20fill='%23F79329'/%3e%3cpath%20d='M27.1328%2032.4531C25.7576%2032.4511%2024.4394%2031.9039%2023.467%2030.9315C22.4946%2029.9591%2021.9474%2028.6408%2021.9453%2027.2656C21.9474%2025.8905%2022.4946%2024.5722%2023.467%2023.5998C24.4394%2022.6274%2025.7576%2022.0802%2027.1328%2022.0781C28.508%2022.0802%2029.8262%2022.6274%2030.7986%2023.5998C31.771%2024.5722%2032.3182%2025.8905%2032.3203%2027.2656C32.3182%2028.6408%2031.771%2029.9591%2030.7986%2030.9315C29.8262%2031.9039%2028.508%2032.4511%2027.1328%2032.4531ZM27.1328%2023.9297C25.2891%2023.9297%2023.7891%2025.4297%2023.7891%2027.2734C23.7891%2029.1172%2025.2891%2030.6172%2027.1328%2030.6172C28.9766%2030.6172%2030.4844%2029.1172%2030.4844%2027.2734C30.4844%2025.4297%2028.9766%2023.9297%2027.1328%2023.9297ZM73.1094%2023.0078C75.4609%2023.1484%2077.2578%2025.1719%2077.1172%2027.5234C76.9844%2029.875%2074.9531%2031.6641%2072.6094%2031.5313C72.0499%2031.4994%2071.5022%2031.3574%2070.9978%2031.1134C70.4933%2030.8694%2070.0419%2030.5282%2069.6696%2030.1094C69.2973%2029.6906%2069.0112%2029.2024%2068.828%2028.6729C68.6447%2028.1433%2068.5677%2027.5828%2068.6016%2027.0234C68.7422%2024.6641%2070.7578%2022.8672%2073.1094%2023.0078Z'%20fill='%23F79329'/%3e%3cpath%20d='M72.8594%2032.4531L72.5547%2032.4453C71.1719%2032.3672%2069.8984%2031.75%2068.9844%2030.7187C68.5306%2030.2104%2068.1817%2029.6175%2067.9578%2028.9739C67.7339%2028.3304%2067.6394%2027.6489%2067.6797%2026.9688C67.7587%2025.6482%2068.3387%2024.4077%2069.3013%2023.5002C70.2639%2022.5928%2071.5365%2022.087%2072.8594%2022.0859L73.1641%2022.0938C76.0234%2022.2656%2078.2109%2024.7344%2078.0391%2027.5859C77.9575%2028.9041%2077.3762%2030.1416%2076.4138%2031.046C75.4513%2031.9504%2074.1801%2032.4537%2072.8594%2032.4531ZM73.0391%2023.9219C71.0859%2023.9219%2069.625%2025.3047%2069.5234%2027.0703C69.4687%2027.9609%2069.7656%2028.8203%2070.3594%2029.4922C70.9531%2030.1641%2071.7656%2030.5547%2072.6641%2030.6094L72.8594%2030.6172C74.625%2030.6172%2076.0938%2029.2344%2076.1953%2027.4687C76.3047%2025.625%2074.8906%2024.0391%2073.0469%2023.9219H73.0391ZM28.4609%2039.3594L17.2578%2074.4688L45.6641%2070.7891L28.4609%2039.3594Z'%20fill='%23F79329'/%3e%3cpath%20d='M17.2578%2075.3909C16.9922%2075.3909%2016.7266%2075.2737%2016.5469%2075.0627C16.3438%2074.8205%2016.2813%2074.4924%2016.375%2074.1955L27.5781%2039.0862C27.6875%2038.7346%2028%2038.4846%2028.3672%2038.4533C28.7656%2038.4143%2029.086%2038.6018%2029.2656%2038.9299L46.4688%2070.3596C46.6094%2070.6252%2046.6172%2070.9455%2046.4766%2071.219C46.3438%2071.4924%2046.0781%2071.6721%2045.7735%2071.719L17.3672%2075.3987C17.336%2075.3909%2017.2969%2075.3909%2017.2578%2075.3909ZM28.6875%2041.6877L18.5703%2073.3752L44.211%2070.0549L28.6875%2041.6877Z'%20fill='%23F79329'/%3e%3cpath%20d='M56.3828%2022.4688C56.3828%2025.9922%2053.5234%2028.8516%2050%2028.8516C46.4766%2028.8516%2043.6094%2025.9922%2043.6094%2022.4688C43.6094%2018.9375%2046.4688%2016.0859%2050%2016.0859C53.5312%2016.0859%2056.3828%2018.9375%2056.3828%2022.4688ZM10.5078%2027.2734C10.5078%2030.0703%208.24219%2032.3359%205.4375%2032.3359C2.64062%2032.3359%200.375%2030.0703%200.375%2027.2734C0.375%2024.4688%202.64062%2022.2031%205.4375%2022.2031C8.24219%2022.2031%2010.5078%2024.4688%2010.5078%2027.2734ZM89.4844%2027.2734C89.4844%2030.0703%2091.75%2032.3359%2094.5547%2032.3359C97.3516%2032.3359%2099.625%2030.0703%2099.625%2027.2734C99.625%2025.9287%2099.0908%2024.6391%2098.1399%2023.6882C97.1891%2022.7373%2095.8994%2022.2031%2094.5547%2022.2031C93.21%2022.2031%2091.9203%2022.7373%2090.9694%2023.6882C90.0186%2024.6391%2089.4844%2025.9287%2089.4844%2027.2734Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M56.3828%2022.4688C56.3828%2025.9922%2053.5234%2028.8516%2050%2028.8516C46.4766%2028.8516%2043.6094%2025.9922%2043.6094%2022.4688C43.6094%2018.9375%2046.4688%2016.0859%2050%2016.0859C53.5312%2016.0859%2056.3828%2018.9375%2056.3828%2022.4688ZM10.5078%2027.2734C10.5078%2030.0703%208.24219%2032.3359%205.4375%2032.3359C2.64062%2032.3359%200.375%2030.0703%200.375%2027.2734C0.375%2024.4688%202.64062%2022.2031%205.4375%2022.2031C8.24219%2022.2031%2010.5078%2024.4688%2010.5078%2027.2734ZM89.4844%2027.2734C89.4844%2030.0703%2091.75%2032.3359%2094.5547%2032.3359C97.3516%2032.3359%2099.625%2030.0703%2099.625%2027.2734C99.625%2025.9287%2099.0908%2024.6391%2098.1399%2023.6882C97.1891%2022.7373%2095.8994%2022.2031%2094.5547%2022.2031C93.21%2022.2031%2091.9203%2022.7373%2090.9694%2023.6882C90.0186%2024.6391%2089.4844%2025.9287%2089.4844%2027.2734Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M93.3594%2041.7422C93.1932%2041.6682%2093.0089%2041.645%2092.8295%2041.6756C92.6502%2041.7062%2092.4839%2041.7892%2092.3516%2041.9141L68.1641%2064.6172L50.9063%2038.8438C50.7344%2038.5859%2050.4532%2038.4375%2050.1407%2038.4375C49.836%2038.4375%2049.5469%2038.5859%2049.3751%2038.8359L32.0391%2064.6172L7.85943%2041.9062C7.72715%2041.7814%207.56087%2041.6984%207.38153%2041.6678C7.20219%2041.6372%207.01782%2041.6604%206.85162%2041.7344C6.51568%2041.8828%206.29693%2042.2266%206.31255%2042.5938L7.30474%2079.7188C7.30474%2087.7891%2026.1016%2094.1172%2050.1016%2094.1172C74.1016%2094.1172%2092.8985%2087.7891%2092.8985%2079.7422L93.8907%2042.5938C93.9063%2042.2344%2093.6954%2041.8906%2093.3594%2041.7422Z'%20fill='%23FCC21B'/%3e%3cmask%20id='mask0_418_12690'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='6'%20y='38'%20width='88'%20height='57'%3e%3cpath%20d='M93.3594%2041.7422C93.1932%2041.6682%2093.0089%2041.645%2092.8295%2041.6756C92.6502%2041.7062%2092.4839%2041.7892%2092.3516%2041.9141L68.1641%2064.6172L50.9063%2038.8438C50.7344%2038.5859%2050.4532%2038.4375%2050.1407%2038.4375C49.836%2038.4375%2049.5469%2038.5859%2049.3751%2038.8359L32.0391%2064.6172L7.85943%2041.9062C7.72715%2041.7814%207.56087%2041.6984%207.38153%2041.6678C7.20219%2041.6372%207.01782%2041.6604%206.85162%2041.7344C6.51568%2041.8828%206.29693%2042.2266%206.31255%2042.5938L7.30474%2079.7188C7.30474%2087.7891%2026.1016%2094.1172%2050.1016%2094.1172C74.1016%2094.1172%2092.8985%2087.7891%2092.8985%2079.7422L93.8907%2042.5938C93.9063%2042.2344%2093.6954%2041.8906%2093.3594%2041.7422Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_418_12690)'%3e%3cpath%20d='M93.6797%2060.9848L93.6875%2060.9926L93.2266%2075.7191H93.2188C89.9375%2075.6176%2087.3906%2072.2426%2087.5156%2068.1723C87.6406%2064.0941%2090.3984%2060.8832%2093.6797%2060.9848ZM6.53906%2060.9848L6.53125%2060.9926L6.98437%2075.7191H7C10.2734%2075.6176%2012.8281%2072.2426%2012.6953%2068.1723C12.5703%2064.0941%209.8125%2060.8832%206.53906%2060.9848Z'%20fill='%23D7598B'/%3e%3c/g%3e%3cpath%20d='M56.875%2075.4297C56.875%2079.7891%2053.8437%2083.3281%2050.1016%2083.3281C46.3672%2083.3281%2043.3359%2079.7891%2043.3359%2075.4297C43.3359%2071.0625%2046.3672%2067.5313%2050.1016%2067.5313C53.8437%2067.5235%2056.875%2071.0625%2056.875%2075.4297Z'%20fill='%23D7598B'/%3e%3cpath%20d='M70.2343%2079.7968C70.1328%2081.9062%2068.5781%2083.539%2066.7656%2083.4531C64.9609%2083.3671%2063.5781%2081.5781%2063.6875%2079.4765C63.7968%2077.3593%2065.3515%2075.7265%2067.1562%2075.8202C68.9609%2075.8984%2070.3359%2077.6874%2070.2343%2079.7968Z'%20fill='%23ED6C30'/%3e%3cpath%20d='M83.7735%2077.4839C83.8835%2075.3768%2082.5055%2073.5922%2080.6958%2073.4978C78.8861%2073.4033%2077.3299%2075.0349%2077.2199%2077.1419C77.11%2079.2489%2078.4879%2081.0336%2080.2977%2081.128C82.1074%2081.2224%2083.6636%2079.5909%2083.7735%2077.4839Z'%20fill='%23ED6C30'/%3e%3cpath%20d='M29.9765%2079.7968C30.0781%2081.9062%2031.6328%2083.539%2033.4453%2083.4531C35.25%2083.3671%2036.6328%2081.5781%2036.5234%2079.4765C36.4218%2077.3593%2034.8672%2075.7265%2033.0625%2075.8202C31.25%2075.8984%2029.8672%2077.6874%2029.9765%2079.7968Z'%20fill='%23ED6C30'/%3e%3cpath%20d='M19.9097%2081.1198C21.7151%2081.0256%2023.0896%2079.2412%2022.9796%2077.1341C22.8697%2075.0271%2021.317%2073.3954%2019.5115%2073.4896C17.7061%2073.5838%2016.3317%2075.3682%2016.4416%2077.4753C16.5516%2079.5823%2018.1043%2081.214%2019.9097%2081.1198Z'%20fill='%23ED6C30'/%3e%3c/svg%3e", de = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Emoji%20Icons/thumbs-down'%3e%3cpath%20id='Vector'%20d='M62.0781%2057.6561C66.8828%2059.0155%2075.3984%2058.8358%2077.8906%2058.6561C82.25%2058.3436%2086.6094%2058.4373%2087.3594%2053.1483C87.8594%2049.5858%2086.664%2046.3436%2081.3828%2045.7655C79.5234%2045.5624%2077.25%2045.453%2075.375%2045.1561L73.9062%2043.5389C75.6406%2043.7733%2079.6172%2043.6952%2080.8125%2043.8436C85.8594%2044.4608%2090.125%2042.4374%2090.7656%2037.5858C91.3281%2033.3358%2088.125%2030.0545%2083.5781%2030.3045C82.0234%2030.3905%2077.6328%2029.7889%2073.2734%2029.6717L72.9375%2028.7889L72.7812%2028.5233C75.5469%2028.4452%2078.1953%2028.3358%2080.0781%2028.242C85.1172%2027.992%2087.8672%2025.2889%2087.7969%2021.6952C87.7109%2017.328%2083.625%2015.6874%2080.7031%2015.4452C78.5156%2015.2655%2070.6875%2015.492%2065.4297%2015.9217L64.6016%2014.5077C64.9766%2014.4998%2075.0469%2014.0155%2075.4297%2013.992C80.0469%2013.6483%2082.0156%2011.9764%2081.8984%208.67954C81.7344%204.05454%2076.7969%202.82797%2074.125%202.4061C69.789%201.7186%2064.0078%201.92172%2059.7969%201.80454C50.6875%201.55454%2032.0469%201.14829%2023.3437%208.77329C20.375%2011.3748%2017.3828%2014.9139%2014.8359%2015.9295C9.49999%2018.0545%209.03905%2025.0077%209.28124%2033.7967C9.39842%2038.0467%207.93749%2049.9764%2013.0937%2052.867C20.3281%2056.9217%2032.5937%2059.9842%2036.6719%2063.1873C43.3594%2068.4452%2047.2656%2076.9998%2049.0469%2082.0077C52.4375%2091.5467%2053.4687%2098.4373%2059.3984%2098.4373C69.789%2098.4373%2069.5156%2089.1561%2069.7109%2084.5155C70.0937%2075.4295%2058.8828%2058.617%2062.0781%2057.6561Z'%20fill='%23FAC036'/%3e%3cpath%20id='Vector_2'%20d='M53.1406%2036.766C53.2422%2032.0863%2056.8516%2030.0785%2057.0156%2029.9926C54.9453%2030.0395%2050.4609%2027.9379%2050.4609%2023.477C50.4609%2019.7973%2052.4609%2016.9301%2054.4688%2015.9535C53.1484%2015.6723%2050.6562%2013.8754%2050.6562%209.95354C50.6562%204.20353%2054.9219%202.10197%2058.1484%201.70354C61.375%201.3051%2070.3438%201.84416%2073.3047%202.29729C74.8906%202.53947%2065.4453%202.64885%2058.5313%203.5551C56.5469%203.81291%2054.1797%205.6801%2053.7969%208.19572C53.7969%208.19572%2053.2344%2011.516%2056.2656%2013.4301C56.2656%2013.4301%2057.5469%2014.5317%2063.4922%2014.4848L65.2891%2014.4613C65.8516%2014.4223%2073.0313%2014.1723%2075.4219%2014.0004C76.4766%2013.9223%2077.3828%2013.7738%2078.1641%2013.5551C78.0391%2013.7348%2077.8984%2014.0317%2077.9453%2014.4613C78.0469%2015.3676%2078.6406%2015.4067%2078.7969%2015.4067L77.375%2015.4848L72.3125%2015.7738C67.2656%2016.0785%2060.1562%2016.5629%2059.3359%2016.891C59.3359%2016.891%2054.3828%2018.141%2054.3828%2023.2192C54.3828%2023.2192%2054.125%2027.5395%2060.7344%2027.7426C60.7344%2027.7426%2076.3516%2028.641%2082.9609%2027.766C82.9609%2027.766%2082.0156%2029.5238%2083.5781%2030.3129C83.5781%2030.3129%2072.4297%2030.0395%2065.4453%2029.852C58.4609%2029.6645%2056.9688%2033.3754%2056.7891%2035.3988C56.7656%2035.7035%2056.7031%2036.1879%2056.7031%2036.7582C56.7031%2040.7817%2060.2344%2041.3129%2065.2891%2041.9692C76.1953%2043.3988%2080.8125%2043.8442%2080.8125%2043.8442C81.4141%2043.9145%2081.9844%2043.9535%2082.5391%2043.9457C82.2344%2044.1176%2081.8203%2044.4379%2081.7656%2044.9692C81.7344%2045.3129%2081.9062%2045.8363%2081.9062%2045.8363C81.9062%2045.8363%2077.2031%2045.4535%2069.9453%2044.4848C62.6953%2043.516%2056.8984%2043.9613%2056.375%2048.2035C55.9922%2051.3129%2056.5156%2053.2895%2057.8594%2054.8285C59.5156%2056.727%2062.1797%2057.6723%2062.1797%2057.6723C62.1797%2057.6723%2061.875%2057.7348%2061.7031%2057.9613C61.5313%2058.1957%2061.5234%2058.5629%2061.5234%2058.5629C55.6094%2057.8129%2051.5625%2054.0551%2051.8984%2049.227C52.1328%2045.9223%2053.0078%2043.7192%2055.2031%2042.6488C55.2109%2042.6567%2053.0391%2041.4379%2053.1406%2036.766Z'%20fill='%23E48C15'/%3e%3cpath%20id='Vector_3'%20d='M55.5547%2047.2498L52.961%2046.4998C52.961%2046.4998%2056.8047%2032.3514%2042.6172%2022.6014C42.6172%2022.6014%2040.7969%2021.3826%2041.6797%2020.4686C41.6797%2020.4686%2042.2969%2019.4061%2044.9063%2021.3983C44.9063%2021.4061%2058.7501%2030.4373%2055.5547%2047.2498Z'%20fill='%23E48C15'/%3e%3c/g%3e%3c/svg%3e", ue = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_418_12643)'%3e%3cpath%20d='M22.2734%2088.6953C17.1875%2071.2422%2017.1875%2035.4609%2017.1875%2035.4609L82.8125%2035.2031C82.8125%2035.2031%2082.8125%2067.6172%2079%2088.4766L22.2734%2088.6953Z'%20fill='%236D4C41'/%3e%3cpath%20d='M15.9609%2092.2578V99.9844H50.2578V74.4141C33.2891%2074.4375%2015.9609%2079.7109%2015.9609%2092.2578Z'%20fill='%23651FFF'/%3e%3cpath%20d='M84.0391%2092.2579C84.0391%2080.4063%2067.3281%2074.3907%2050.2578%2074.4141V99.9844H84.0391V92.2579Z'%20fill='%23651FFF'/%3e%3cpath%20d='M50%2066.8828C68.1218%2066.8828%2082.8125%2053.0666%2082.8125%2036.0234C82.8125%2018.9803%2068.1218%205.16406%2050%205.16406C31.8782%205.16406%2017.1875%2018.9803%2017.1875%2036.0234C17.1875%2053.0666%2031.8782%2066.8828%2050%2066.8828Z'%20fill='%236D4C41'/%3e%3cpath%20d='M49.9609%2070.5078H42.8672V78C42.8672%2081.3906%2045.7578%2084.1406%2049.3203%2084.1406H50.6094C54.1719%2084.1406%2057.0625%2081.3906%2057.0625%2078V70.5078H49.9609Z'%20fill='%23E49800'/%3e%3cpath%20d='M49.9141%2010.6016C30.8906%2010.6016%2025.9141%2025.3437%2025.9141%2046.0625C25.9141%2066.7734%2040.6719%2073.0938%2049.9141%2073.0938C59.1562%2073.0938%2073.9141%2066.7734%2073.9141%2046.0625C73.9141%2025.3516%2068.9375%2010.6016%2049.9141%2010.6016Z'%20fill='%23FBC11B'/%3e%3cpath%20d='M43.9375%2045.68C44.2578%2045.8128%2044.25%2046.4066%2043.7656%2047.4222C43.0703%2048.8597%2041.9766%2049.6253%2040.8828%2049.9691C39.6172%2050.3675%2037.2422%2050.516%2035.3672%2048.6956C33.5%2046.891%2034.4297%2046.0863%2035.1484%2046.4847C35.8828%2046.8831%2037.1172%2047.391%2038.2891%2047.4925C39.5%2047.5941%2041.1172%2047.2269%2042.1328%2046.6956C42.9922%2046.2425%2043.5703%2045.5238%2043.9375%2045.68ZM55.7422%2045.7113C55.4219%2045.8519%2055.4297%2046.4378%2055.9297%2047.4456C56.6328%2048.8753%2057.7344%2049.6331%2058.8281%2049.9691C60.0937%2050.3597%2062.4687%2050.4925%2064.3359%2048.6566C66.1875%2046.8363%2065.2578%2046.0472%2064.5391%2046.4456C63.8125%2046.8519%2062.5703%2047.3675%2061.4062%2047.4769C60.1953%2047.5863%2058.5781%2047.2347%2057.5547%2046.7113C56.6875%2046.266%2056.1094%2045.5472%2055.7422%2045.7113Z'%20fill='%23444444'/%3e%3cpath%20d='M57.0859%2026.8984C54.5625%2029.3281%2042.0156%2040.6328%2024.7266%2043.5781V20.3984C24.7266%2020.3984%2032.1875%205.59375%2050.0938%205.59375C68%205.59375%2075.4687%2020.7734%2075.4687%2020.7734V43.5781C75.4687%2043.5781%2063.7344%2039.0781%2057.8438%2027.0391C57.8114%2026.9712%2057.7634%2026.912%2057.7038%2026.8663C57.6441%2026.8205%2057.5745%2026.7895%2057.5006%2026.7758C57.4267%2026.7621%2057.3507%2026.7661%2057.2786%2026.7874C57.2065%2026.8087%2057.1405%2026.8467%2057.0859%2026.8984Z'%20fill='%236D4C41'/%3e%3cpath%20d='M53.3984%2053.6639C52.1718%2054.0077%2050.8984%2054.1795%2049.914%2054.1795C48.9296%2054.1795%2047.6562%2054.0077%2046.4296%2053.6639C45.9062%2053.5155%2045.6953%2054.0155%2045.8828%2054.3436C46.2734%2055.0311%2047.8437%2056.4139%2049.914%2056.4139C51.9843%2056.4139%2053.5546%2055.0311%2053.9453%2054.3436C54.1328%2054.0077%2053.9296%2053.5155%2053.3984%2053.6639Z'%20fill='%23E49500'/%3e%3cpath%20d='M57.6953%2063.875C57.6953%2064.6641%2054.2109%2064.8281%2049.9219%2064.8281C45.6328%2064.8281%2042.1484%2064.6484%2042.1484%2063.875C42.1484%2063.0625%2045.6328%2062.5625%2049.9219%2062.5625C54.2109%2062.5625%2057.6953%2063.0469%2057.6953%2063.875Z'%20fill='%23513F35'/%3e%3cpath%20opacity='0.54'%20d='M27.6172%2093.3906H29.9609V100H27.6172V93.3906ZM61.1094%20100H58.7656L54.5938%2088.7031C54.2031%2087.6406%2054.9922%2086.5078%2056.125%2086.5078L61.1094%20100Z'%20fill='black'/%3e%3cpath%20d='M58.5391%2037.9532C57.5235%2037.9063%2056.5547%2038.1563%2055.9219%2038.7813C55.4532%2039.2501%2055.3203%2039.4376%2054.4375%2040.9219C52.961%2041.9532%2052.0078%2038.5235%2051.75%2037.422C51.7344%2037.3595%2050.461%2030.8282%2050.2813%2029.7188C50.0782%2028.4063%2049.3828%2027.7188%2048.4844%2027.8594C47.5157%2028.0079%2047.3281%2029.4376%2047.4297%2030.1094C47.5938%2031.1485%2047.8438%2033.6016%2048.3203%2035.9766C48.3203%2035.9766%2048.3516%2036.211%2048.3047%2036.2657C48%2036.6876%2047.5782%2036.2579%2047.5782%2036.2579C46.8985%2034.5626%2045.4766%2030.3907%2045.1485%2029.4298C44.586%2027.7735%2043.8282%2027.1563%2042.961%2027.4376C41.8203%2027.8126%2041.7969%2028.8985%2042.3438%2030.5157C42.6719%2031.4766%2043.7266%2034.3985%2044.6094%2037.1641C44.4375%2038.0469%2043.7188%2037.5704%2043.7188%2037.5704C42.5313%2035.0548%2041.3907%2032.3751%2040.9922%2031.6094C40.3438%2030.3751%2039.7032%2029.9141%2038.8594%2030.2735C37.9844%2030.6407%2037.9063%2031.4844%2038.5625%2032.961C39.0313%2034.0079%2040.4532%2037.3204%2041.2266%2039.0001C41.3438%2040.1094%2040.4297%2039.7657%2040.4297%2039.7657C39.1172%2037.3985%2038.7891%2036.9063%2038.4141%2036.3282C37.6328%2035.1016%2037.0782%2034.8204%2036.3125%2035.3204C35.4688%2035.8829%2035.711%2036.7266%2036.2969%2037.8829C36.6875%2038.6563%2039.4297%2043.836%2040.2422%2045.9923C40.4688%2046.5938%2040.7344%2047.1641%2041.0313%2047.6954C42.6094%2051.2344%2046.3047%2055.0469%2046.3047%2055.0469L56.1641%2049.7344C55.0469%2046.7188%2055.8047%2044.9532%2055.8047%2044.9532C56.1328%2044.1563%2056.6172%2043.0001%2056.7422%2042.8438C57.2266%2042.2423%2057.7266%2041.6563%2058.1094%2041.2579C58.5235%2040.8282%2058.9219%2040.3516%2059.086%2040.1173C60.0078%2038.8594%2059.4766%2038.0001%2058.5391%2037.9532Z'%20fill='%23E49800'/%3e%3cpath%20d='M46.1016%2056.5075L45.4844%2055.8669C45.3282%2055.7028%2041.6563%2051.8981%2040.0079%2048.2184C39.6875%2047.6325%2039.4063%2047.0231%2039.1719%2046.3981C38.5079%2044.6247%2036.3907%2040.5466%2035.5938%2039.0153L35.2813%2038.4059C34.8907%2037.6247%2033.8438%2035.5622%2035.6954%2034.3356C36.2735%2033.9528%2036.8594%2033.8278%2037.4219%2033.945C37.5469%2033.9763%2037.6719%2034.0075%2037.7891%2034.0622C37.6797%2033.8044%2037.586%2033.5934%2037.5079%2033.4294C37.1563%2032.6403%2036.7344%2031.4684%2037.1329%2030.445C37.2891%2030.0544%2037.6407%2029.5153%2038.4141%2029.1872C39.1016%2028.8981%2040%2028.8044%2040.8907%2029.5466C40.7813%2028.8747%2040.7969%2028.1716%2041.1094%2027.5466C41.3125%2027.1403%2041.7344%2026.5934%2042.6016%2026.3122C43.3438%2026.07%2045.1875%2025.8513%2046.2657%2029.0388C46.2657%2029.0388%2046.2735%2029.0544%2046.2813%2029.0856C46.3516%2028.5856%2046.5235%2028.0388%2046.8594%2027.5778C47.2266%2027.0778%2047.7266%2026.7653%2048.3047%2026.6716C49.6172%2026.4763%2051.0938%2027.2653%2051.4454%2029.5075C51.6094%2030.5778%2052.8438%2036.8903%2052.8985%2037.1559C53.1719%2038.3591%2053.5391%2039.2184%2053.8125%2039.6559C54.3985%2038.6872%2054.6094%2038.4059%2055.086%2037.9294C55.9141%2037.1091%2057.1719%2036.6872%2058.586%2036.7575C59.4532%2036.7966%2060.1719%2037.2497%2060.5157%2037.9528C60.75%2038.4294%2061%2039.4372%2060.0625%2040.7809C59.8516%2041.0778%2059.4063%2041.6091%2058.9688%2042.0544C58.625%2042.4138%2058.1719%2042.9372%2057.711%2043.5075C57.6329%2043.6638%2057.4219%2044.1247%2056.8985%2045.3903C56.875%2045.445%2056.3594%2046.8434%2057.2735%2049.3122L57.625%2050.2653L46.1016%2056.5075ZM36.961%2036.3122C36.9688%2036.4138%2037.0313%2036.6872%2037.3672%2037.3591L37.6719%2037.945C38.5625%2039.6638%2040.6485%2043.6794%2041.3594%2045.5856C41.5547%2046.1169%2041.7969%2046.6325%2042.0704%2047.1325L42.1172%2047.2263C43.2266%2049.7028%2045.4844%2052.3903%2046.5625%2053.5934L54.7657%2049.1716C53.9922%2046.3903%2054.6563%2044.7028%2054.7422%2044.4997C55.5625%2042.5231%2055.6954%2042.3044%2055.8438%2042.1247C56.3672%2041.4763%2056.8907%2040.8747%2057.2813%2040.4606C57.6954%2040.0231%2058.0469%2039.6013%2058.1485%2039.4606C58.2422%2039.32%2058.3047%2039.2106%2058.3438%2039.1169C57.625%2039.1013%2057.0704%2039.2809%2056.7422%2039.6169C56.3829%2039.9763%2056.3125%2040.0622%2055.4454%2041.5231L55.3125%2041.7419L55.1094%2041.8825C54.5079%2042.2966%2053.836%2042.3981%2053.1954%2042.1481C51.7813%2041.6013%2051.0157%2039.4138%2050.6094%2037.6794C50.5469%2037.4216%2049.2969%2030.9606%2049.125%2029.8903C49.0704%2029.5544%2048.9219%2029.07%2048.7266%2029.0153C48.625%2029.1872%2048.5469%2029.6325%2048.5938%2029.9216C48.6407%2030.2341%2048.7032%2030.6716%2048.7657%2031.195C48.9297%2032.4216%2049.1485%2034.1091%2049.4766%2035.7497L49.4922%2035.8356C49.5469%2036.2966%2049.4766%2036.6638%2049.2657%2036.9528C48.9844%2037.3513%2048.5704%2037.5856%2048.1172%2037.6247C47.4063%2037.6716%2046.8907%2037.2263%2046.7579%2037.0856L46.5938%2036.9216L46.5079%2036.7028C45.7422%2034.7966%2044.125%2030.0153%2044.0547%2029.8122C43.6797%2028.7106%2043.3516%2028.5544%2043.3516%2028.5466C43.2422%2028.5934%2043.2188%2028.6169%2043.211%2028.6169C43.211%2028.6169%2043.0547%2028.9216%2043.4688%2030.1481C43.5547%2030.3903%2043.6797%2030.7575%2043.8438%2031.2184C44.336%2032.6247%2045.0782%2034.7419%2045.7422%2036.82L45.836%2037.1091L45.7813%2037.4059C45.6094%2038.2966%2045.0704%2038.6403%2044.7657%2038.7653C44.1485%2039.0231%2043.5%2038.8278%2043.0938%2038.5622L42.8282%2038.3825L42.6875%2038.0934C42.0704%2036.7888%2041.461%2035.4294%2040.9688%2034.32C40.5391%2033.3513%2040.1641%2032.5075%2039.9844%2032.1794C39.6641%2031.57%2039.461%2031.3981%2039.3985%2031.3591C39.3907%2031.3669%2039.3672%2031.3669%2039.3438%2031.3825H39.336C39.336%2031.4997%2039.3672%2031.8278%2039.6719%2032.5075C39.8125%2032.8278%2040.0391%2033.3513%2040.3125%2033.9763C40.9375%2035.4059%2041.7891%2037.3669%2042.3282%2038.5231L42.4141%2038.7028L42.4375%2038.8981C42.5391%2039.8747%2042.1485%2040.4059%2041.7969%2040.6716C41.2422%2041.1013%2040.5313%2041.0622%2040.0625%2040.8825L39.6641%2040.7263L39.4532%2040.3513C38.2735%2038.2184%2037.8985%2037.6403%2037.5704%2037.1325L37.4766%2036.9841C37.211%2036.5934%2037.0547%2036.4059%2036.961%2036.3122ZM58.4844%2039.0934C58.5%2039.1091%2058.5235%2039.1247%2058.5391%2039.1325V37.9528L58.4844%2039.0934Z'%20fill='%23E49800'/%3e%3cpath%20d='M60.3828%2037.6485C59.289%2037.5938%2058.2422%2037.8672%2057.5625%2038.5469C57.0547%2039.0469%2056.914%2039.25%2055.9687%2040.8516C54.3828%2041.961%2053.3516%2038.2656%2053.0781%2037.0781C53.0625%2037.0078%2051.6875%2029.9766%2051.5%2028.7813C51.2812%2027.3672%2050.539%2026.6328%2049.5625%2026.7813C48.5156%2026.9453%2048.3125%2028.4766%2048.4297%2029.2031C48.6016%2030.3203%2048.8828%2032.9688%2049.3906%2035.5235C49.3906%2035.5235%2049.4219%2035.7735%2049.375%2035.836C49.0469%2036.2969%2048.5859%2035.8281%2048.5859%2035.8281C47.8515%2034.0078%2046.3203%2029.5078%2045.9687%2028.4766C45.3672%2026.6953%2044.5469%2026.0313%2043.6094%2026.336C42.3828%2026.7344%2042.3594%2027.9141%2042.9453%2029.6485C43.2969%2030.6875%2044.4297%2033.836%2045.3828%2036.8125C45.1953%2037.7656%2044.4297%2037.25%2044.4297%2037.25C43.1484%2034.5469%2041.9219%2031.6563%2041.4922%2030.836C40.7969%2029.5%2040.1094%2029.0156%2039.1953%2029.3906C38.25%2029.7891%2038.1719%2030.6953%2038.8828%2032.2813C39.3828%2033.4063%2040.914%2036.9766%2041.75%2038.7813C41.875%2039.9766%2040.8984%2039.6016%2040.8984%2039.6016C39.4844%2037.0547%2039.125%2036.5235%2038.7265%2035.8985C37.8828%2034.5781%2037.289%2034.2735%2036.4609%2034.8203C35.5547%2035.4219%2035.8125%2036.336%2036.4453%2037.5781C36.8672%2038.4141%2039.8203%2043.9922%2040.6953%2046.3125C40.9375%2046.961%2041.2265%2047.5781%2041.539%2048.1485C43.2422%2051.961%2047.2187%2056.0703%2047.2187%2056.0703L57.8359%2050.3438C56.6328%2047.1016%2057.4453%2045.1953%2057.4453%2045.1953C57.8047%2044.336%2058.3203%2043.0938%2058.4531%2042.9219C58.9765%2042.2735%2059.5156%2041.6485%2059.9297%2041.2188C60.375%2040.7578%2060.8047%2040.2422%2060.9844%2039.9922C61.9687%2038.625%2061.3984%2037.7031%2060.3828%2037.6485Z'%20fill='%23FBC11B'/%3e%3cpath%20d='M61.1094%20100L44.2266%2055.93C44.1797%2055.2113%2044.6797%2054.5707%2045.3984%2054.4457L57.8984%2049.5082C58.6406%2049.3832%2059.3437%2049.8597%2059.5078%2050.5941L83.9844%20100H61.1094Z'%20fill='%23651FFF'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_418_12643'%3e%3crect%20width='100'%20height='100'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Ce = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_418_10309)'%3e%3cmask%20id='mask0_418_10309'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='100'%20height='100'%3e%3cpath%20d='M0.320312%200H100V100H0.320312V0Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_418_10309)'%3e%3cpath%20d='M99.8359%2027.0859C99.8359%2016.2812%2077.5312%207.53125%2050%207.53125C22.4766%207.53125%200.164062%2016.2812%200.164062%2027.0859C0.164062%2037.8906%201.32031%2092.4609%2050%2092.4609C98.6875%2092.4688%2099.8359%2037.8906%2099.8359%2027.0859Z'%20fill='%23FCC21B'/%3e%3c/g%3e%3cmask%20id='mask1_418_10309'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='100'%20height='100'%3e%3cpath%20d='M0.320312%200H100V100H0.320312V0Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_418_10309)'%3e%3cpath%20d='M32.8125%2064.0625C29.3047%2064.0938%2026.4297%2060.7266%2026.3907%2056.5469C26.3516%2052.3516%2029.1641%2048.9297%2032.6719%2048.8984C36.1719%2048.8672%2039.0547%2052.2344%2039.0938%2056.4297C39.1329%2060.6172%2036.3203%2064.0312%2032.8125%2064.0625ZM67.2735%2064.0625C70.7735%2064.0547%2073.6094%2060.6562%2073.6016%2056.4766C73.5938%2052.2813%2070.7422%2048.8984%2067.2422%2048.9062C63.7344%2048.9141%2060.8907%2052.3125%2060.8985%2056.5078C60.9141%2060.6875%2063.7657%2064.0703%2067.2735%2064.0625ZM49.9141%2024.1719C38.875%2024.1719%2032.586%2030.5312%2032.3203%2030.7969C31.8698%2031.2842%2031.6276%2031.9284%2031.6457%2032.5918C31.6637%2033.2553%2031.9405%2033.8854%2032.4169%2034.3475C32.8933%2034.8096%2033.5315%2035.0671%2034.1952%2035.0649C34.8589%2035.0628%2035.4954%2034.8011%2035.9688%2034.3359C36.1641%2034.1406%2041.1094%2029.25%2049.9141%2029.25C58.7188%2029.25%2063.6641%2034.1328%2063.875%2034.3438C64.3479%2034.8207%2064.99%2035.0916%2065.6616%2035.0975C66.3332%2035.1033%2066.9799%2034.8437%2067.461%2034.375C67.9415%2033.9066%2068.2163%2033.2666%2068.2251%2032.5956C68.2339%2031.9247%2067.9759%2031.2777%2067.5079%2030.7969C67.2422%2030.5312%2060.9532%2024.1719%2049.9141%2024.1719Z'%20fill='%232F2F2F'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_418_10309'%3e%3crect%20width='100'%20height='100'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", me = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.7422%2027.7344C13.4922%2027.4453%2014.3047%2027.0859%2015.1953%2026.6328C12.3047%2036.2734%2010.6016%2046.3672%209.17971%2055.8516C8.66408%2059.3438%208.17189%2062.7578%207.91408%2066.2422C7.86721%2066.8828%207.78908%2067.5391%207.71096%2068.1875C7.46877%2070.2188%207.21877%2072.3203%207.71877%2074.5156C8.25002%2076.8594%209.88283%2078.3672%2011.8828%2078.3672C12.8203%2078.3672%2013.7656%2078.0391%2014.6797%2077.3828C17.1406%2075.625%2017.1797%2072.6562%2017.2188%2070.4844C17.2266%2070.0391%2017.2266%2069.6094%2017.2578%2069.2031C17.4844%2065.9453%2017.8672%2062.5312%2018.4297%2058.75L18.6016%2057.5781C20.4844%2044.9375%2022.4297%2031.8672%2028.2422%2020.5859L28.7578%2019.5859C30.75%2015.7969%2033.4766%2010.6016%2031.7656%205.8125C31.125%204.02344%2029.461%202.86719%2027.5235%202.86719C26.6797%202.86719%2025.8281%203.10156%2025.0547%203.54687C23.6953%204.35156%2022.7422%205.58594%2021.9063%206.67188C21.4844%207.21875%2021.086%207.74219%2020.6797%208.14062C18.1875%2010.6328%2015.7422%2013.0312%2013.125%2015.0312C11.9141%2015.9609%2010.6094%2016.8203%209.49221%2017.5547C9.32033%2017.6719%209.07033%2017.8047%208.78908%2017.9609C8.21096%2018.2891%207.54689%2018.6641%207.03908%2019.0469C6.79689%2019.2344%206.52346%2019.4141%206.26564%2019.5938C4.85939%2020.5469%202.50783%2022.1328%203.25783%2025.2812C3.50783%2026.3047%204.35939%2028.0781%207.31252%2028.4141C9.27346%2028.6328%2010.8828%2028.4297%2012.7422%2027.7344Z'%20fill='%23ED6C30'/%3e%3cpath%20d='M26.2578%2054.7344C27.9375%2058.0938%2030.7266%2060.3906%2034.5625%2061.5625C35.5938%2061.875%2036.6406%2062.0391%2037.6953%2062.0391C47.9063%2062.0391%2055.25%2047.6875%2057.2109%2042.1641C57.9844%2040%2058.6172%2037.9375%2059.1328%2035.9531C59.1719%2036.4688%2059.2188%2036.9766%2059.2891%2037.4922C59.8828%2041.7891%2061.7109%2045.3359%2064.5859%2047.7422C66.4688%2049.3203%2069.25%2050.4688%2072.0391%2050.8203C73.1328%2050.9609%2074.2813%2051.0312%2075.3828%2051.0312C77.4531%2051.0312%2079.2344%2050.7891%2080.6563%2050.3047C81.9219%2049.875%2083.1563%2049.2969%2084.3281%2048.5781C89.6172%2045.3203%2092.6016%2039.9688%2094.1719%2036.0469C97.9219%2026.7188%2098.5469%2013.2188%2091.0781%205.625C89.2878%203.80547%2087.0564%202.48114%2084.6016%201.78125C84.1328%201.64844%2083.6563%201.55469%2083.1719%201.46094L82.6563%201.35938C82.4609%201.32031%2082.2578%201.24219%2082.0625%201.17969C81.8047%201.09375%2081.5391%201.00781%2081.2813%200.9375C80.8672%200.835938%2080.4844%200.78125%2080.0625%200.78125H80.0547C78.875%200.796875%2077.875%201.10937%2076.9844%201.39062C76.5313%201.53125%2076.0781%201.67969%2075.6016%201.76562C72.9375%202.25781%2070.4141%203.16406%2067.9844%204.03906C66.5469%204.5625%2065.1797%205.05469%2063.7813%205.46875C60.1016%206.55469%2057.0938%206.60156%2052.7656%205.57812L52.4453%205.5C51.5313%205.27344%2050.7422%205.07031%2049.2734%205.40625C48.5547%205.5625%2047.5781%205.78125%2046.75%206.85156L46.5313%207.20312L46.4531%207.35938L46.2422%207.46875C38.1719%2011.875%2031.4531%2020.5391%2027.3281%2031.8516C25.7266%2036.1875%2022.4609%2047.1094%2026.2578%2054.7344ZM34.0625%2043.3906C34.7031%2035.8828%2038.2344%2027.7969%2043.7734%2021.2109C45.9688%2018.6016%2047.5234%2017.2812%2048.4063%2017.2812C48.7578%2017.2812%2049.375%2017.8984%2049.9766%2019.6328C51.1328%2022.9688%2051.2734%2026.9219%2050.3906%2031.3828C50.0781%2032.9531%2049.6406%2034.5703%2049.0781%2036.1719C47.7344%2040.0312%2046.1328%2044.0547%2043.4844%2047.2891C42.4609%2048.5391%2040.9688%2049.5859%2039.3906%2050.1484C37.625%2050.7813%2036.3359%2050.6641%2035.4531%2049.6953C34.3594%2048.5156%2033.8281%2046.1016%2034.0625%2043.3906ZM70.5469%2024.4375C71.2656%2022.0391%2072.4453%2019.6016%2074.0547%2017.2031L74.2734%2016.8828C75.1406%2015.5938%2077.1484%2012.5781%2078.375%2012.0547C78.8125%2011.8672%2079.2266%2011.6953%2079.6094%2011.5391H79.6172C81.6797%2011.5391%2083.2422%2012.2109%2084.3984%2013.5938C87.0078%2016.7188%2087.0234%2022.7891%2086.2344%2027.0391C84.8828%2034.3984%2081.5469%2038.8828%2076.0391%2040.7266C73.8594%2041.4531%2072.3516%2041.2031%2071.2813%2039.7734C68.8438%2036.4922%2069.2969%2028.6172%2070.5469%2024.4375ZM60.4375%2020.8984C60.2813%2019.6875%2060.0547%2018.5078%2059.7578%2017.3828C59.6875%2017.1172%2059.5859%2016.8438%2059.4766%2016.5625C59.8047%2016.4844%2060.2188%2016.4453%2060.6484%2016.4062C61.1172%2016.3672%2061.5781%2016.3203%2062.0156%2016.2344C62.4688%2016.1484%2062.8984%2016.0469%2063.2891%2015.9453C62.0234%2018.2109%2061.2188%2020.6641%2060.625%2023.0078C60.5859%2022.2891%2060.5313%2021.5859%2060.4375%2020.8984ZM78.1016%2056.125L75.5156%2056.5234C60.6172%2058.7656%2047.5469%2061.8516%2035.5703%2065.9609C32.25%2067.0938%2028.6797%2068.4141%2024.6406%2069.9766C24.3359%2070.0938%2024.0313%2070.1875%2023.7266%2070.2812C22.3359%2070.7109%2019.4375%2071.6016%2019.8047%2075.1172C20.0547%2077.4141%2021.6563%2079.0234%2023.6953%2079.0234H23.8984C24.6797%2078.9844%2025.4063%2078.6797%2026.0469%2078.4141C26.2969%2078.3125%2026.5391%2078.2031%2026.7578%2078.1406C27.875%2077.8438%2029.0547%2077.4766%2030.4766%2076.9844C43.4531%2072.5156%2056.4766%2068.4609%2069.1797%2064.9453L73.2031%2063.8438C75.3125%2063.2656%2077.4297%2062.6953%2079.5313%2062.1016C81.0391%2061.6719%2081.9375%2060.3203%2081.7344%2058.8203C81.4922%2057.0938%2079.9375%2055.8437%2078.1016%2056.125ZM92.8594%2063.7266L86.3984%2065.1172C73.7422%2067.8359%2060.6484%2070.6484%2048.0078%2074.4766C39.9531%2076.9141%2032.2109%2079.8438%2023.6563%2083.1484C19.3984%2084.7891%2015.3359%2086.9531%2011.9141%2088.8594C11.6406%2089.0156%2011.3047%2089.1719%2010.9453%2089.3359C9.38282%2090.0703%207.2422%2091.0781%206.5547%2093.0625C5.72657%2095.4453%207.25001%2097.8203%209.19532%2098.7422C9.85938%2099.0547%2010.5%2099.2109%2011.1406%2099.2109C12.1172%2099.2109%2012.9297%2098.8516%2013.5313%2098.5391C14.1328%2098.2188%2014.7656%2097.9375%2015.3984%2097.6562C15.9922%2097.3906%2016.5859%2097.125%2017.1563%2096.8359C33.8203%2088.5%2051.875%2082.5312%2067.4766%2077.5938C72.3594%2076.0469%2077.625%2074.4922%2083.5938%2072.8438L84.5469%2072.5781C87.8359%2071.6641%2091.1328%2070.7578%2094.4219%2069.8281C95.9609%2069.3906%2096.8828%2067.9844%2096.6563%2066.4141C96.6034%2065.9792%2096.4602%2065.5601%2096.2357%2065.1839C96.0113%2064.8076%2095.7106%2064.4825%2095.353%2064.2294C94.9954%2063.9763%2094.5888%2063.8008%2094.1594%2063.7142C93.7299%2063.6276%2093.2871%2063.6318%2092.8594%2063.7266Z'%20fill='%23ED6C30'/%3e%3c/svg%3e", ge = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Emoji%20Icons/direct-hit'%3e%3cpath%20id='Vector'%20d='M50.5078%2093.4609C74.0188%2093.4609%2093.0781%2074.4016%2093.0781%2050.8906C93.0781%2027.3797%2074.0188%208.32031%2050.5078%208.32031C26.9969%208.32031%207.9375%2027.3797%207.9375%2050.8906C7.9375%2074.4016%2026.9969%2093.4609%2050.5078%2093.4609Z'%20fill='%23006CA2'/%3e%3cpath%20id='Vector_2'%20d='M50.5078%2078.4922C65.7517%2078.4922%2078.1094%2066.1345%2078.1094%2050.8906C78.1094%2035.6467%2065.7517%2023.2891%2050.5078%2023.2891C35.2639%2023.2891%2022.9062%2035.6467%2022.9062%2050.8906C22.9062%2066.1345%2035.2639%2078.4922%2050.5078%2078.4922Z'%20fill='%23ED6C30'/%3e%3cpath%20id='Vector_3'%20d='M50.5078%2080.1484C34.3672%2080.1484%2021.2422%2067.0234%2021.2422%2050.8828C21.2422%2034.7422%2034.3672%2021.6172%2050.5078%2021.6172C66.6406%2021.6172%2079.7734%2034.75%2079.7734%2050.8828C79.7734%2067.0234%2066.6406%2080.1484%2050.5078%2080.1484ZM50.5078%2024.9531C36.2109%2024.9531%2024.5781%2036.5859%2024.5781%2050.8828C24.5781%2065.1797%2036.2109%2076.8125%2050.5078%2076.8125C64.8047%2076.8125%2076.4375%2065.1797%2076.4375%2050.8828C76.4375%2036.5859%2064.8125%2024.9531%2050.5078%2024.9531Z'%20fill='white'/%3e%3cpath%20id='Vector_4'%20d='M50.5078%2063.9063C57.6961%2063.9063%2063.5234%2058.079%2063.5234%2050.8906C63.5234%2043.7023%2057.6961%2037.875%2050.5078%2037.875C43.3195%2037.875%2037.4922%2043.7023%2037.4922%2050.8906C37.4922%2058.079%2043.3195%2063.9063%2050.5078%2063.9063Z'%20fill='white'/%3e%3cpath%20id='Vector_5'%20d='M95.4296%2015.8594C94.125%2014.5312%2092.3671%2014.5312%2091.7812%2014.5312H91.5625L90.0625%2014.5547C89.0078%2014.5703%2087.5703%2014.8828%2086.9531%2013.8437C86.4687%2013.0312%2086.0781%2012.8672%2085.1328%2012.6406C84.3515%2012.4531%2083.4375%2012.3359%2083.2265%2011.4141C83.1093%2010.9141%2083.1796%2010.3984%2083.1171%209.88281C83.0312%209.17187%2082.875%208.52344%2082.875%207.78125C82.8828%207.04688%2082.8203%206.35937%2082.7578%205.64062C82.7343%205.32031%2082.7343%204.96094%2082.5312%204.6875C82.0937%204.11719%2081.6406%203.94531%2080.875%203.94531C80.6171%203.94531%2080.3437%203.97656%2080.0781%204.02344C78.1875%204.39062%2077.1406%205.92188%2076.5703%206.74219C76.5078%206.83594%2076.4453%206.92969%2076.3906%207L76.3203%207.10938C75.7421%207.82813%2075.0859%208.64844%2074.5078%209.57812C73.9531%2010.4844%2073.2578%2011.375%2072.5234%2012.3125L72.3359%2012.5547C71.7968%2013.2422%2071.3359%2013.9297%2070.8984%2014.5938C70.6484%2014.9688%2070.4062%2015.3516%2070.1406%2015.7188L69.9921%2015.9141C69.664%2016.3516%2069.2109%2016.9531%2068.914%2017.7344C68.4687%2018.9219%2068.4687%2020.0938%2068.5234%2020.8672C68.5625%2021.4922%2068.6562%2022.1406%2068.8046%2022.8672C68.914%2023.4141%2069.0546%2023.9609%2069.1875%2024.5078C69.3046%2024.9609%2069.4218%2025.4141%2069.5156%2025.875C69.6796%2026.7266%2069.8593%2027.5703%2070.039%2028.4219L70.0625%2028.5391L70.1093%2028.7578C70.164%2028.9922%2070.2421%2029.2109%2070.3437%2029.4219C68.5078%2031.7266%2066.5156%2034.25%2064.5546%2036.7266C60.7031%2041.6094%2055.9843%2047.4766%2053.5156%2050.5547C52.5781%2051.7266%2051.9687%2052.4922%2051.8437%2052.6484C51.4843%2053.1016%2051.2656%2053.5469%2051.164%2054C51.0703%2054.4609%2051.1796%2054.9219%2051.4843%2055.2969C51.8281%2055.7266%2052.3984%2055.9922%2052.9531%2055.9922C53.1562%2055.9922%2053.3515%2055.9531%2053.5312%2055.8906C53.6953%2055.8359%2054.1562%2055.6484%2056.2968%2053.2734C57.8828%2051.5156%2060.0781%2048.9844%2062.4375%2046.2656C64.2421%2044.1719%2066.1484%2041.9688%2067.9531%2039.9219C70.2187%2037.3516%2072.2578%2035.0391%2074.1171%2032.9609L74.375%2032.9688C75.2343%2033%2076.0937%2033.0156%2076.9609%2033.0391C77.414%2033.0469%2077.8828%2033.0781%2078.3515%2033.1172C78.914%2033.1562%2079.4843%2033.1953%2080.0468%2033.2109C80.1953%2033.2109%2080.3515%2033.2188%2080.5%2033.2188C81.0625%2033.2188%2081.5781%2033.1875%2082.0703%2033.1328C82.8359%2033.0469%2084%2032.8438%2085.0937%2032.1953C85.8046%2031.7656%2086.3203%2031.2188%2086.6875%2030.8203L86.8593%2030.6406C87.1718%2030.3203%2087.5%2030.0156%2087.8203%2029.7031C88.3984%2029.1484%2089%2028.5781%2089.5859%2027.9219L89.7812%2027.7031C90.5781%2026.8047%2091.3281%2025.9609%2092.125%2025.25C92.9453%2024.5078%2093.6171%2023.7422%2094.2656%2023C94.3593%2022.8828%2094.4453%2022.8125%2094.5234%2022.7266C95.2343%2022.0234%2096.5546%2020.7266%2096.5781%2018.7969C96.6015%2017.6562%2096.1953%2016.625%2095.4296%2015.8594Z'%20fill='white'/%3e%3cpath%20id='Vector_6'%20d='M72.1953%2024.6638C72.0157%2023.8201%2071.8438%2022.9919%2071.6719%2022.156C71.4766%2021.1404%2071.1719%2020.156%2070.961%2019.1404C70.8594%2018.6326%2070.7735%2018.1248%2070.7422%2017.6013C70.711%2017.0232%2070.7188%2016.3982%2070.9219%2015.8513C71.0938%2015.4138%2071.4688%2014.9763%2071.7422%2014.5857C72.4532%2013.5857%2073.0782%2012.5154%2073.8438%2011.5388C74.6875%2010.4763%2075.5313%209.41381%2076.2422%208.25756C76.7266%207.47631%2077.3125%206.75756%2077.8828%206.031C78.3125%205.49975%2078.875%204.38256%2079.6016%204.24194C80.4219%204.08569%2080.6407%205.08569%2080.7344%205.68725C80.8828%206.60913%2081.0391%207.531%2081.1953%208.45288C81.2578%208.85131%2081.3594%209.25756%2081.4532%209.656C81.5782%2010.2341%2081.7344%2010.8123%2081.7657%2011.406C81.7891%2011.8357%2081.9141%2012.281%2081.7344%2012.6951C81.6016%2013.0232%2081.3125%2013.281%2081.0938%2013.5544C80.7578%2013.9841%2080.5235%2014.4841%2080.2032%2014.9294C79.9141%2015.3201%2079.5938%2015.6951%2079.3594%2016.1169C79.0391%2016.6716%2078.875%2017.1638%2078.4297%2017.6638C77.9453%2018.2107%2077.4688%2018.781%2076.961%2019.3123C76.4922%2019.7966%2075.8594%2020.1794%2075.4453%2020.6951C75.1172%2021.0935%2074.961%2021.6013%2074.6328%2022.0154C74.1797%2022.6013%2073.711%2023.1873%2073.2657%2023.781C72.9766%2024.1482%2072.6719%2024.7419%2072.2657%2024.9841C72.25%2024.8826%2072.2188%2024.7732%2072.1953%2024.6638Z'%20fill='white'/%3e%3cpath%20id='Vector_7'%20d='M79.7734%204.23438C80.4609%204.23438%2080.6484%205.14062%2080.7343%205.69531C80.8828%206.61719%2081.039%207.53906%2081.1953%208.46094C81.2578%208.85938%2081.3593%209.26562%2081.4531%209.66406C81.5781%2010.2422%2081.7343%2010.8203%2081.7656%2011.4141C81.789%2011.8438%2081.914%2012.2891%2081.7343%2012.7031C81.6015%2013.0312%2081.3125%2013.2891%2081.0937%2013.5625C80.7578%2013.9922%2080.5234%2014.4922%2080.2031%2014.9375C79.914%2015.3281%2079.5937%2015.7031%2079.3593%2016.125C79.039%2016.6797%2078.875%2017.1719%2078.4296%2017.6719C77.9453%2018.2188%2077.4687%2018.7891%2076.9609%2019.3203C76.4921%2019.8047%2075.8593%2020.1875%2075.4453%2020.7031C75.1171%2021.1016%2074.9609%2021.6094%2074.6328%2022.0234C74.1796%2022.6094%2073.7109%2023.1953%2073.2656%2023.7891C72.9765%2024.1562%2072.6718%2024.75%2072.2656%2024.9922C72.2421%2024.875%2072.2187%2024.7656%2072.1953%2024.6562C72.0156%2023.8125%2071.8437%2022.9844%2071.6718%2022.1484C71.4765%2021.1328%2071.1718%2020.1484%2070.9609%2019.1328C70.8593%2018.625%2070.7734%2018.1172%2070.7421%2017.5938C70.7109%2017.0156%2070.7187%2016.3906%2070.9218%2015.8438C71.0937%2015.4063%2071.4687%2014.9688%2071.7421%2014.5781C72.4531%2013.5781%2073.0781%2012.5078%2073.8437%2011.5312C74.6875%2010.4688%2075.5312%209.40625%2076.2421%208.25C76.7265%207.46875%2077.3125%206.75%2077.8828%206.02344C78.3125%205.49219%2078.875%204.375%2079.6015%204.23438C79.664%204.24219%2079.7187%204.23438%2079.7734%204.23438ZM79.7734%200.898438C79.5078%200.898438%2079.2343%200.921875%2078.9765%200.976563C77.0859%201.34375%2076.039%202.86719%2075.4765%203.67969C75.414%203.77344%2075.3437%203.86719%2075.289%203.94531L75.2031%204.05469C74.625%204.77344%2073.9765%205.58594%2073.4062%206.51562C72.8359%207.4375%2072.125%208.34375%2071.375%209.30469L71.2343%209.48438C70.6953%2010.1797%2070.2343%2010.8594%2069.8046%2011.5234C69.5468%2011.9062%2069.2968%2012.2813%2069.0312%2012.6563L68.875%2012.8672C68.5546%2013.3047%2068.1093%2013.8984%2067.8046%2014.6797C67.3515%2015.8672%2067.3671%2017.0391%2067.414%2017.8125C67.4531%2018.4375%2067.5468%2019.0781%2067.6953%2019.8125C67.8125%2020.3594%2067.9453%2020.8984%2068.0781%2021.4453C68.1953%2021.9062%2068.3125%2022.3594%2068.4062%2022.8203C68.5781%2023.6719%2068.7421%2024.5156%2068.9296%2025.375L68.9687%2025.5469L68.9921%2025.6641L69.9218%2030.3203L73.9843%2027.8594C74.9062%2027.3047%2075.4453%2026.5%2075.7734%2026.0234C75.8125%2025.9609%2075.8515%2025.8984%2075.8984%2025.8438C76.25%2025.3828%2076.6015%2024.9375%2076.9531%2024.4844L77.2578%2024.0938C77.5937%2023.6641%2077.8125%2023.2578%2077.9687%2022.9688C78%2022.9141%2078.0234%2022.8594%2078.0546%2022.8047C78.125%2022.7422%2078.2812%2022.6094%2078.3984%2022.5156C78.6796%2022.2891%2079.0234%2022.0078%2079.3593%2021.6484C79.7421%2021.25%2080.1015%2020.8359%2080.4531%2020.4219C80.6093%2020.25%2080.7578%2020.0703%2080.914%2019.8984C81.5078%2019.2266%2081.8281%2018.6016%2082.0625%2018.1406C82.125%2018.0312%2082.1796%2017.9141%2082.2421%2017.7969C82.3046%2017.6797%2082.4531%2017.4922%2082.5937%2017.3125C82.6875%2017.1797%2082.7968%2017.0469%2082.8906%2016.9141C83.0937%2016.6406%2083.2812%2016.3359%2083.4609%2016.0313C83.5468%2015.8984%2083.6171%2015.7578%2083.7187%2015.6406L83.8125%2015.5312C84.0703%2015.2344%2084.5%2014.7422%2084.7968%2014.0312C85.2734%2012.9375%2085.164%2011.9297%2085.1093%2011.3906L85.0937%2011.25C85.0468%2010.4766%2084.8906%209.80469%2084.7656%209.25781L84.7031%208.96094L84.6093%208.55469C84.5625%208.35156%2084.5156%208.14844%2084.4765%207.94531L84.289%206.79688L84.0312%205.19531C83.3906%201.20312%2080.6093%200.898438%2079.7734%200.898438Z'%20fill='%232F2F2F'/%3e%3cpath%20id='Vector_8'%20d='M73.3672%2026.5776C74.2266%2026.6011%2075.0859%2026.6245%2075.9297%2026.6401C76.9688%2026.6636%2078%2026.7808%2079.0234%2026.812C79.5469%2026.8198%2080.0625%2026.812%2080.5703%2026.7495C81.1484%2026.6792%2081.7656%2026.562%2082.2656%2026.2573C82.6719%2026.0151%2083.0312%2025.5698%2083.3672%2025.2339C84.2266%2024.3511%2085.1641%2023.5464%2085.9844%2022.6167C86.8906%2021.6089%2087.7812%2020.5855%2088.7891%2019.6792C89.4766%2019.062%2090.0859%2018.3667%2090.6875%2017.6714C91.1328%2017.1636%2092.1328%2016.4058%2092.1406%2015.6636C92.1562%2014.8276%2091.125%2014.7964%2090.5156%2014.8042C89.5781%2014.8198%2088.6484%2014.8276%2087.7109%2014.8433C87.3047%2014.8511%2086.8906%2014.8198%2086.4844%2014.8042C85.8906%2014.7808%2085.2969%2014.7261%2084.7109%2014.8042C84.2812%2014.8589%2083.8203%2014.812%2083.4453%2015.062C83.1484%2015.2573%2082.9453%2015.5855%2082.7109%2015.8433C82.3438%2016.2495%2081.8906%2016.5698%2081.5156%2016.9683C81.1797%2017.3198%2080.8672%2017.6948%2080.4922%2018.0151C80%2018.4292%2079.5469%2018.6792%2079.1328%2019.2026C78.6797%2019.7808%2078.2031%2020.3433%2077.7656%2020.937C77.375%2021.4839%2077.1094%2022.1714%2076.6719%2022.6792C76.3359%2023.0698%2075.8672%2023.3198%2075.5156%2023.7183C75.0234%2024.273%2074.5234%2024.8276%2074.0234%2025.3823C73.7109%2025.7261%2073.1797%2026.1323%2073.0234%2026.5698C73.1406%2026.5698%2073.2578%2026.5776%2073.3672%2026.5776Z'%20fill='white'/%3e%3cpath%20id='Vector_9'%20d='M85.4141%2014.7734C85.7734%2014.7734%2086.1328%2014.7969%2086.4922%2014.8125C86.8516%2014.8281%2087.2187%2014.8594%2087.5703%2014.8594H87.7187C88.6562%2014.8438%2089.5859%2014.8359%2090.5234%2014.8203H90.6797C91.2891%2014.8203%2092.1562%2014.9141%2092.1406%2015.6797C92.1328%2016.4219%2091.1328%2017.1797%2090.6875%2017.6875C90.0781%2018.3828%2089.4766%2019.0781%2088.7891%2019.6953C87.7812%2020.6016%2086.8906%2021.625%2085.9844%2022.6328C85.1641%2023.5547%2084.2266%2024.3594%2083.3672%2025.25C83.0391%2025.5859%2082.6719%2026.0313%2082.2656%2026.2734C81.7656%2026.5781%2081.1562%2026.6953%2080.5703%2026.7656C80.1641%2026.8125%2079.7578%2026.8281%2079.3437%2026.8281H79.0156C77.9922%2026.8047%2076.9609%2026.6875%2075.9219%2026.6563C75.0781%2026.6406%2074.2187%2026.6172%2073.3594%2026.5938C73.25%2026.5938%2073.1328%2026.5859%2073.0234%2026.5781C73.1875%2026.1406%2073.7109%2025.7344%2074.0234%2025.3906C74.5234%2024.8438%2075.0156%2024.2813%2075.5156%2023.7266C75.8672%2023.3359%2076.3359%2023.0859%2076.6719%2022.6875C77.1094%2022.1875%2077.375%2021.4922%2077.7656%2020.9453C78.2031%2020.3516%2078.6797%2019.7891%2079.1328%2019.2109C79.5469%2018.6875%2080%2018.4375%2080.4922%2018.0234C80.8672%2017.7109%2081.1797%2017.3281%2081.5156%2016.9766C81.8906%2016.5781%2082.3438%2016.2578%2082.7109%2015.8516C82.9453%2015.5859%2083.1406%2015.2656%2083.4453%2015.0703C83.8203%2014.8203%2084.2812%2014.8672%2084.7109%2014.8125C84.9453%2014.7812%2085.1797%2014.7734%2085.4141%2014.7734ZM85.4141%2011.4375C85.0078%2011.4375%2084.6484%2011.4609%2084.2969%2011.5078L84.1641%2011.5156C83.6328%2011.5547%2082.6328%2011.6172%2081.625%2012.2891C80.9688%2012.7266%2080.5703%2013.2266%2080.3281%2013.5312L80.2422%2013.6406C80.1484%2013.7344%2080.0391%2013.8359%2079.9141%2013.9375C79.6406%2014.1797%2079.3672%2014.4219%2079.1094%2014.6953C79.0156%2014.7969%2078.8906%2014.9219%2078.7812%2015.0547C78.625%2015.2188%2078.4687%2015.3984%2078.3672%2015.4766C78.2656%2015.5625%2078.1562%2015.6406%2078.0625%2015.7109C77.6484%2016.0234%2077.0937%2016.4453%2076.5391%2017.1484L76.1719%2017.6094C75.8047%2018.0625%2075.4375%2018.5156%2075.0938%2018.9844C74.7969%2019.3906%2074.5781%2019.7812%2074.4062%2020.0938C74.3359%2020.2188%2074.2422%2020.3906%2074.1875%2020.4844C74.1406%2020.5234%2074.0937%2020.5625%2074.0469%2020.5938C73.7891%2020.8047%2073.4219%2021.0938%2073.0469%2021.5L72.5547%2022.0469C72.2266%2022.4062%2071.9062%2022.7734%2071.5703%2023.1328C71.5234%2023.1875%2071.4766%2023.2344%2071.4141%2023.2891C71%2023.6953%2070.2969%2024.375%2069.9141%2025.3906L68.2578%2029.7656L72.9297%2029.8984L73.0547%2029.9062L73.2812%2029.9141L75.8594%2029.9844C76.3125%2029.9922%2076.7812%2030.0313%2077.25%2030.0625C77.8125%2030.1016%2078.375%2030.1406%2078.9375%2030.1562H79.3516C79.9453%2030.1562%2080.4687%2030.1328%2080.9609%2030.0703C81.75%2029.9766%2082.9141%2029.7734%2084%2029.1172C84.6953%2028.6953%2085.2031%2028.1562%2085.5703%2027.7578L85.7422%2027.5703C86.0703%2027.2422%2086.3906%2026.9297%2086.7187%2026.6172C87.2969%2026.0703%2087.8906%2025.4922%2088.4766%2024.8359L88.7109%2024.5781C89.4922%2023.6953%2090.2344%2022.8672%2091.0156%2022.1641C91.8516%2021.4141%2092.5391%2020.625%2093.2031%2019.8594C93.2656%2019.7891%2093.3437%2019.7188%2093.4297%2019.6328C94.1328%2018.9297%2095.4453%2017.6328%2095.4766%2015.7031C95.4922%2014.5938%2095.0859%2013.5625%2094.3203%2012.7969C93.0078%2011.4687%2091.2578%2011.4687%2090.6797%2011.4687H90.4453C89.9219%2011.4766%2089.3906%2011.4922%2088.8672%2011.4922L87.6484%2011.5078H87.5625C87.3906%2011.5078%2087.2031%2011.5%2087.0312%2011.4844L86.6172%2011.4609L86.3594%2011.4453C86.0469%2011.4531%2085.7266%2011.4375%2085.4141%2011.4375Z'%20fill='%232F2F2F'/%3e%3cpath%20id='Vector_10'%20d='M86.6328%2011.1484C86.3672%2010.6953%2085.8125%2010.0938%2084.6953%209.8125C84.4453%209.75%2084.1953%209.71875%2083.9531%209.71875C82.5937%209.71875%2081.75%2010.6953%2080.9922%2011.5703C79.9375%2012.7969%2078.9375%2014.0938%2077.9609%2015.3438C77.4687%2015.9766%2076.9765%2016.6172%2076.4765%2017.2422C75.3672%2018.6406%2069.2656%2026.3359%2063.4531%2033.6719C59.5937%2038.5469%2054.875%2044.4219%2052.414%2047.4922C51.4765%2048.6641%2050.8594%2049.4297%2050.7344%2049.5859C50.375%2050.0391%2050.1562%2050.4844%2050.0547%2050.9375C49.9609%2051.3984%2050.0703%2051.8594%2050.3828%2052.2344C50.7265%2052.6641%2051.289%2052.9297%2051.8515%2052.9297C52.0547%2052.9297%2052.25%2052.8906%2052.4297%2052.8281C52.5859%2052.7656%2053.0547%2052.5859%2055.2031%2050.2109C56.789%2048.4531%2058.9844%2045.9219%2061.3359%2043.2031C63.1484%2041.1094%2065.0469%2038.9063%2066.8594%2036.8594C78.0234%2024.1797%2083.8437%2017.5312%2084.625%2016.5312L84.8984%2016.1953C86.0781%2014.7422%2086.75%2013.8516%2086.8906%2013.3125C87.0859%2012.5625%2086.9922%2011.7734%2086.6328%2011.1484Z'%20fill='%232F2F2F'/%3e%3c/g%3e%3c/svg%3e", fe = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M46.2813%2034.7031C45.5703%2034.4609%2043.3672%2034.8594%2042.3828%2034.2344C38.4922%2031.7656%2033.5859%2026.9375%2030.2578%2023.8438C30.3203%2022.5391%2030.5781%2020.2422%2029.5859%2019.25C27.7188%2017.3828%2024.6641%2017.3828%2022.7969%2019.25L19.9062%2022.1406C18.0391%2024.0078%2018.0391%2027.0625%2019.9062%2028.9297C20.8984%2029.9219%2022.8906%2029.1016%2024.2031%2029.0391C27.1797%2032.2422%2032.3047%2037.1484%2034.5938%2041.1641C35.3672%2042.5078%2035.0781%2044.8125%2035.3594%2045.6328C36.9453%2050.2734%2035.2578%2062.2422%2044.25%2070.4375C52%2077.5%2075.0859%2095.7656%2075.0859%2095.7656C75.5389%2096.2174%2076.0987%2096.5474%2076.7133%2096.7249C77.3279%2096.9025%2077.9775%2096.9219%2078.6016%2096.7812C80.9453%2096.2578%2084.9375%2094.6484%2089.7266%2089.8672C89.8594%2089.7344%2089.9844%2089.6016%2090.1172%2089.4609C90.25%2089.3281%2090.3828%2089.2031%2090.5234%2089.0703C95.3125%2084.2813%2096.9141%2080.2891%2097.4375%2077.9453C97.7188%2076.6797%2097.3438%2075.3516%2096.4219%2074.4297C96.4219%2074.4297%2078.1562%2051.3438%2071.0938%2043.5938C62.8906%2034.6016%2050.9219%2036.2891%2046.2813%2034.7031Z'%20fill='%23004D40'/%3e%3cpath%20d='M70.5156%2042.8359C70.5313%2042.8516%2070.5625%2042.8594%2070.5781%2042.875C72.6016%2044.8984%2068.1875%2052.5781%2060.7344%2060.0312L60.7188%2060.0469L60.7031%2060.0625C53.6875%2067.0781%2046.4766%2071.3828%2043.9844%2070.1641C44.4688%2070.7031%2044.0469%2070.5234%2044.6016%2071.0469C49.0703%2075.25%2062.9922%2086.7266%2063.0859%2086.8047C65.1875%2088.1094%2072.4297%2084.4062%2078.8203%2078.0156C85.0391%2071.7969%2088.1797%2065.8047%2088.2031%2063.4219C88.2734%2063.0234%2088.1172%2063.2422%2087.9766%2063.0781C82.6094%2056.4453%2071.6484%2044.2187%2070.9609%2043.6328L70.5156%2042.8359Z'%20fill='%23F6E499'/%3e%3cpath%20d='M34.1563%2060.4297C34.1641%2060.4375%2034.1641%2060.4453%2034.1641%2060.4453C34.1562%2060.4375%2034.1563%2060.4297%2034.1563%2060.4297ZM54.4531%2077.9609C54.5234%2078.0313%2054.6172%2078.0781%2054.6953%2078.1328C54.6016%2078.0547%2054.5%2077.9766%2054.4062%2077.8984C54.4297%2077.9141%2054.4375%2077.9375%2054.4531%2077.9609Z'%20fill='%23E2C340'/%3e%3cpath%20d='M69.2266%2041.1641C70.7266%2043.961%2065.9688%2050.6719%2058.5156%2058.1328L58.5%2058.1485L58.4844%2058.1641C51.4688%2065.1797%2044.4141%2069.7813%2041.9297%2068.5547C42.4141%2069.0938%2060.7734%2084.8282%2060.8672%2084.9063C62.9688%2086.211%2070.2109%2082.5078%2076.6016%2076.1172C82.8203%2069.8985%2085.9609%2063.9063%2085.9844%2061.5235C86.0547%2061.125%2086.1172%2060.8282%2085.9844%2060.6563C80.6172%2054.0157%2069.2188%2041.1407%2069.2266%2041.1641Z'%20fill='%23E2C340'/%3e%3cpath%20d='M46.7109%2034.2344C43.1406%2033.0156%2035.3047%2026.8281%2031.0859%2022.8984C31.1484%2021.5703%2031.2656%2019.6484%2030.2578%2018.6484C29.7656%2018.1562%2027.8906%2017.1953%2026.7969%2017.7812C26.8672%2019.1875%2026.1797%2021.7578%2024.25%2023.6953C22.2344%2025.7109%2019.8125%2026.3672%2018.5078%2026.125C18.1719%2026.9531%2018.6094%2029.1562%2019.875%2029.9062C21.8437%2031.0781%2021.8437%2030.5781%2023.5781%2030.4219C27.5078%2034.6484%2033.3828%2041.9297%2034.6016%2045.4922C34.9531%2046.5312%2035.5078%2048.4922%2035.4687%2049.8203H51.0547V35.1016C49.3984%2034.9219%2047.75%2034.5937%2046.7109%2034.2344Z'%20fill='%23E2C340'/%3e%3cpath%20d='M51.0391%2035.1016C50.4453%2035.0234%2047.1953%2034.3438%2046.7109%2034.2344V45.4922H34.5859C34.6953%2045.9844%2035.3828%2049.2266%2035.4531%2049.8203H51.0391V35.1016Z'%20fill='%23F6E499'/%3e%3cpath%20d='M23.0703%2014.5937C22.0781%2011.4765%2023.6484%203.10154%2026.7578%202.91404C29.4922%202.74998%2026.1328%209.55467%2024.8984%2015.0703C24.4922%2016.8906%2023.3672%2015.5312%2023.0703%2014.5937ZM25.8828%2016.1875C25.8125%2015.1797%2027.1094%2011.5234%2028.2891%2012.4453C29.0469%2013.039%2027.0156%2015.9297%2026.6406%2016.375C26.0078%2017.125%2025.9141%2016.5781%2025.8828%2016.1875Z'%20fill='%23FCE8B2'/%3e%3cpath%20d='M13.6875%204.38276C12.1015%202.57808%209.32026%202.4062%207.52339%203.99214L5.33589%205.92183C3.5312%207.50776%203.35933%2010.289%204.94526%2012.0859C5.42035%2012.6227%206.02008%2013.0346%206.69168%2013.2852C7.36329%2013.5359%208.0862%2013.6177%208.79683%2013.5234L10.25%2015.1718C11.4843%2016.5703%2013.6484%2016.7109%2015.0468%2015.4765L15.7734%2014.8359C17.1718%2013.6015%2017.3125%2011.4375%2016.0781%2010.039L14.625%208.39058C14.9843%207.02339%2014.6796%205.51558%2013.6875%204.38276Z'%20fill='%238D6E63'/%3e%3cpath%20d='M23.1037%2022.0798C24.1471%2021.0364%2024.7926%2019.9901%2024.5455%2019.743C24.2983%2019.4959%2023.2521%2020.1414%2022.2087%2021.1849C21.1653%2022.2283%2020.5198%2023.2746%2020.7669%2023.5217C21.0141%2023.7688%2022.0603%2023.1233%2023.1037%2022.0798Z'%20fill='%23395B2B'/%3e%3cpath%20d='M16.2734%2018.7033C8.44526%2016.969%200.117136%2021.2815%201.53901%2024.633C2.96089%2027.9846%2014.1484%2022.4611%2016.7812%2021.3986C19.414%2020.3361%2017.5703%2018.9924%2016.2734%2018.7033ZM15.7499%2024.1877C14.2421%2024.6174%2011.8984%2025.9846%2012.3749%2026.8205C12.9921%2027.9065%2014.8984%2026.1408%2016.2265%2025.3986C17.3124%2024.7893%2018.2812%2024.2893%2018.2656%2024.0236C18.2265%2023.5393%2016.8437%2023.8752%2015.7499%2024.1877ZM19.3124%2014.7033C18.6484%2013.2893%2018.1406%2010.6174%2019.0859%2010.4299C20.3125%2010.1877%2020.2265%2012.7815%2020.539%2014.2658C20.789%2015.4846%2021.0468%2016.5471%2020.8359%2016.7033C20.4453%2016.9924%2019.7968%2015.7268%2019.3124%2014.7033Z'%20fill='%23FCE8B2'/%3e%3cpath%20d='M28.4609%2026.2422C29.3929%2026.2422%2030.1484%2025.4867%2030.1484%2024.5547C30.1484%2023.6227%2029.3929%2022.8672%2028.4609%2022.8672C27.529%2022.8672%2026.7734%2023.6227%2026.7734%2024.5547C26.7734%2025.4867%2027.529%2026.2422%2028.4609%2026.2422Z'%20fill='%23F6E499'/%3e%3cpath%20d='M70.9609%2048.0938L83.0859%2061.9531'%20stroke='%23F6E499'%20stroke-width='4.6875'%20stroke-miterlimit='10'%20stroke-linecap='round'/%3e%3cpath%20d='M5.72656%2012.7891C6.08594%2012.7344%209.50781%2010.6797%2010.6719%209.61719C12.4531%208.00781%2014.3828%205.46875%2014.3828%205.46875C14.3828%205.46875%2014.7031%206.28906%2014.7188%206.57812C14.7734%207.41406%2014.6328%208.39062%2014.6328%208.39062C14.6328%208.39062%2013.875%209.96094%2012.375%2011.3281C11.3047%2012.3047%208.80469%2013.5234%208.80469%2013.5234C8.80469%2013.5234%207.64844%2013.5391%207.28125%2013.4531C6.86719%2013.3672%205.72656%2012.7891%205.72656%2012.7891Z'%20fill='%23795548'/%3e%3c/svg%3e", he = {
|
|
2464
|
-
perfectScore: [ce, se,
|
|
2464
|
+
}, ae = "data:image/svg+xml,%3csvg%20width='160'%20height='180'%20viewBox='0%200%20160%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_418_12381)'%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%23FFEB3B'/%3e%3c/g%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%23FFA726'/%3e%3cpath%20d='M109.859%2028.2578L109.881%2028.2695L139.811%2045.4678L139.74%2079.9873V80.0127L139.811%20114.531L109.881%20131.73L109.859%20131.742L80%20149.062L50.1406%20131.742L50.1191%20131.73L20.1885%20114.531L20.2598%2080.0127V79.9873L20.1885%2045.4678L50.1191%2028.2695L50.1406%2028.2578L80%2010.9365L109.859%2028.2578Z'%20stroke='%23212121'%20stroke-opacity='0.08'%20stroke-width='12'/%3e%3cpath%20d='M20.3438%2074.375L21.537%2077.4005L24.5625%2078.5938L21.537%2079.787L20.3438%2082.8125L19.1505%2079.787L16.125%2078.5938L19.1505%2077.4005L20.3438%2074.375Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M10.4688%2016.1875L10.8665%2017.196L11.875%2017.5938L10.8665%2017.9915L10.4688%2019L10.071%2017.9915L9.0625%2017.5938L10.071%2017.196L10.4688%2016.1875Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M27.5%2027.5L29.8865%2033.8872L35.9375%2036.4062L29.8865%2038.9253L27.5%2045.3125L25.1135%2038.9253L19.0625%2036.4062L25.1135%2033.8872L27.5%2027.5Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M133.812%2014.5625L136.199%2020.6135L142.25%2023L136.199%2025.3865L133.812%2031.4375L131.426%2025.3865L125.375%2023L131.426%2020.6135L133.812%2014.5625Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M61.7188%20125.938L64.2378%20131.989L70.625%20134.375L64.2378%20136.761L61.7188%20142.812L59.1997%20136.761L52.8125%20134.375L59.1997%20131.989L61.7188%20125.938Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M136.719%2076.25L138.707%2081.2925L143.75%2083.2812L138.707%2085.27L136.719%2090.3125L134.73%2085.27L129.688%2083.2812L134.73%2081.2925L136.719%2076.25Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M150.5%2041.5625L151.561%2043.9157L154.25%2044.8438L151.561%2045.7718L150.5%2048.125L149.439%2045.7718L146.75%2044.8438L149.439%2043.9157L150.5%2041.5625Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M145.969%20148.188L146.897%20150.541L149.25%20151.469L146.897%20152.397L145.969%20154.75L145.041%20152.397L142.688%20151.469L145.041%20150.541L145.969%20148.188Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M15.3125%20136.25L16.3732%20138.603L19.0625%20139.531L16.3732%20140.459L15.3125%20142.812L14.2518%20140.459L11.5625%20139.531L14.2518%20138.603L15.3125%20136.25Z'%20fill='%23FFEB3B'/%3e%3cdefs%3e%3cfilter%20id='filter0_dd_418_12381'%20x='2.18213'%20y='0'%20width='155.636'%20height='180'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_418_12381'/%3e%3cfeOffset%20dy='12'/%3e%3cfeGaussianBlur%20stdDeviation='8'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_418_12381'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='2'%20operator='erode'%20in='SourceAlpha'%20result='effect2_dropShadow_418_12381'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='4'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_418_12381'%20result='effect2_dropShadow_418_12381'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_418_12381'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", le = "data:image/svg+xml,%3csvg%20width='160'%20height='180'%20viewBox='0%200%20160%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_418_12550)'%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%23F44336'/%3e%3c/g%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%23F44336'/%3e%3cpath%20d='M109.859%2028.2578L109.881%2028.2695L139.811%2045.4678L139.74%2079.9873V80.0127L139.811%20114.531L109.881%20131.73L109.859%20131.742L80%20149.062L50.1406%20131.742L50.1191%20131.73L20.1885%20114.531L20.2598%2080.0127V79.9873L20.1885%2045.4678L50.1191%2028.2695L50.1406%2028.2578L80%2010.9365L109.859%2028.2578Z'%20stroke='%23212121'%20stroke-opacity='0.08'%20stroke-width='12'/%3e%3cdefs%3e%3cfilter%20id='filter0_dd_418_12550'%20x='2.18213'%20y='0'%20width='155.636'%20height='180'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_418_12550'/%3e%3cfeOffset%20dy='12'/%3e%3cfeGaussianBlur%20stdDeviation='8'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_418_12550'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='2'%20operator='erode'%20in='SourceAlpha'%20result='effect2_dropShadow_418_12550'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='4'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_418_12550'%20result='effect2_dropShadow_418_12550'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_418_12550'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", oe = "data:image/svg+xml,%3csvg%20width='160'%20height='180'%20viewBox='0%200%20160%20180'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20filter='url(%23filter0_dd_418_10081)'%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%234CAF50'/%3e%3c/g%3e%3cpath%20d='M80%204L112.87%2023.0675L145.818%2042L145.74%2080L145.818%20118L112.87%20136.933L80%20156L47.13%20136.933L14.1821%20118L14.26%2080L14.1821%2042L47.13%2023.0675L80%204Z'%20fill='%234CAF50'/%3e%3cpath%20d='M109.859%2028.2578L109.881%2028.2695L139.811%2045.4678L139.74%2079.9873V80.0127L139.811%20114.531L109.881%20131.73L109.859%20131.742L80%20149.062L50.1406%20131.742L50.1191%20131.73L20.1885%20114.531L20.2598%2080.0127V79.9873L20.1885%2045.4678L50.1191%2028.2695L50.1406%2028.2578L80%2010.9365L109.859%2028.2578Z'%20stroke='%23212121'%20stroke-opacity='0.08'%20stroke-width='12'/%3e%3cpath%20d='M20.3438%2074.375L21.537%2077.4005L24.5625%2078.5938L21.537%2079.787L20.3438%2082.8125L19.1505%2079.787L16.125%2078.5938L19.1505%2077.4005L20.3438%2074.375Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M10.4688%2016.1875L10.8665%2017.196L11.875%2017.5938L10.8665%2017.9915L10.4688%2019L10.071%2017.9915L9.0625%2017.5938L10.071%2017.196L10.4688%2016.1875Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M27.5%2027.5L29.8865%2033.8872L35.9375%2036.4062L29.8865%2038.9253L27.5%2045.3125L25.1135%2038.9253L19.0625%2036.4062L25.1135%2033.8872L27.5%2027.5Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M133.812%2014.5625L136.199%2020.6135L142.25%2023L136.199%2025.3865L133.812%2031.4375L131.426%2025.3865L125.375%2023L131.426%2020.6135L133.812%2014.5625Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M61.7188%20125.938L64.2378%20131.989L70.625%20134.375L64.2378%20136.761L61.7188%20142.812L59.1997%20136.761L52.8125%20134.375L59.1997%20131.989L61.7188%20125.938Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M136.719%2076.25L138.707%2081.2925L143.75%2083.2812L138.707%2085.27L136.719%2090.3125L134.73%2085.27L129.688%2083.2812L134.73%2081.2925L136.719%2076.25Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M150.5%2041.5625L151.561%2043.9157L154.25%2044.8438L151.561%2045.7718L150.5%2048.125L149.439%2045.7718L146.75%2044.8438L149.439%2043.9157L150.5%2041.5625Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M145.969%20148.188L146.897%20150.541L149.25%20151.469L146.897%20152.397L145.969%20154.75L145.041%20152.397L142.688%20151.469L145.041%20150.541L145.969%20148.188Z'%20fill='%23FFEB3B'/%3e%3cpath%20d='M15.3125%20136.25L16.3732%20138.603L19.0625%20139.531L16.3732%20140.459L15.3125%20142.812L14.2518%20140.459L11.5625%20139.531L14.2518%20138.603L15.3125%20136.25Z'%20fill='%23FFEB3B'/%3e%3cdefs%3e%3cfilter%20id='filter0_dd_418_10081'%20x='2.18213'%20y='0'%20width='155.636'%20height='180'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='4'%20operator='erode'%20in='SourceAlpha'%20result='effect1_dropShadow_418_10081'/%3e%3cfeOffset%20dy='12'/%3e%3cfeGaussianBlur%20stdDeviation='8'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='BackgroundImageFix'%20result='effect1_dropShadow_418_10081'/%3e%3cfeColorMatrix%20in='SourceAlpha'%20type='matrix'%20values='0%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%200%20127%200'%20result='hardAlpha'/%3e%3cfeMorphology%20radius='2'%20operator='erode'%20in='SourceAlpha'%20result='effect2_dropShadow_418_10081'/%3e%3cfeOffset%20dy='2'/%3e%3cfeGaussianBlur%20stdDeviation='4'/%3e%3cfeComposite%20in2='hardAlpha'%20operator='out'/%3e%3cfeColorMatrix%20type='matrix'%20values='0%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200%200.0823529%200%200%200%200.08%200'/%3e%3cfeBlend%20mode='normal'%20in2='effect1_dropShadow_418_10081'%20result='effect2_dropShadow_418_10081'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect2_dropShadow_418_10081'%20result='shape'/%3e%3c/filter%3e%3c/defs%3e%3c/svg%3e", re = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Emoji%20Icons/sports-medal'%3e%3cpath%20id='Vector'%20d='M39.125%2045.3125H57.875L81.3125%200H62.5625L39.125%2045.3125Z'%20fill='%23006CA2'/%3e%3cpath%20id='Vector_2'%20d='M50.8438%2022.6562L41.4688%2040.7812L43.8125%2045.3125H57.875L60.2188%2040.7812L50.8438%2022.6562Z'%20fill='%232F2F2F'/%3e%3cpath%20id='Vector_3'%20d='M59.375%2045.3125V56.25H40.625V45.3125H59.375ZM59.375%2040.625H40.625C38.0391%2040.625%2035.9375%2042.7266%2035.9375%2045.3125V56.25C35.9375%2058.8359%2038.0391%2060.9375%2040.625%2060.9375H59.375C61.9609%2060.9375%2064.0625%2058.8359%2064.0625%2056.25V45.3125C64.0625%2042.7266%2061.9609%2040.625%2059.375%2040.625Z'%20fill='%23FCC21B'/%3e%3cpath%20id='Vector_4'%20d='M50%2093.75C62.9442%2093.75%2073.4375%2083.2567%2073.4375%2070.3125C73.4375%2057.3683%2062.9442%2046.875%2050%2046.875C37.0558%2046.875%2026.5625%2057.3683%2026.5625%2070.3125C26.5625%2083.2567%2037.0558%2093.75%2050%2093.75Z'%20fill='%23FCC21B'/%3e%3cpath%20id='Vector_5'%20d='M34.2891%2064.6091C33.9766%2064.6091%2033.6719%2064.5466%2033.3828%2064.4216C32.2578%2063.9372%2031.7109%2062.6326%2032.1484%2061.4841C32.1562%2061.4685%2032.1562%2061.4451%2032.1641%2061.4294C32.1719%2061.3904%2032.1719%2061.3982%2032.1875%2061.3669C34.2578%2056.4294%2038.6094%2052.7732%2043.8281%2051.5701C44.0859%2051.5076%2044.3594%2051.6404%2044.4766%2051.8826C44.5937%2052.1247%2044.5234%2052.4138%2044.3125%2052.5857C40.8906%2055.3044%2038.1562%2058.9685%2036.4141%2063.1872C36.4141%2063.1951%2036.4062%2063.1951%2036.4062%2063.2029C36.4062%2063.2107%2036.4062%2063.2107%2036.3984%2063.2107C36.1562%2063.7732%2035.7031%2064.2107%2035.1328%2064.4372C34.8594%2064.5544%2034.5781%2064.6091%2034.2891%2064.6091Z'%20fill='white'/%3e%3cpath%20id='Vector_6'%20d='M48.7891%2059.2188C49.4531%2057.8672%2050.5469%2057.8672%2051.2187%2059.2188L53.1953%2063.2266C53.8594%2064.5781%2055.6328%2065.8672%2057.125%2066.0781L61.5469%2066.7187C63.0391%2066.9375%2063.375%2067.9766%2062.2969%2069.0312L59.1016%2072.1484C58.0234%2073.2031%2057.3437%2075.2812%2057.6016%2076.7656L58.3594%2081.1641C58.6172%2082.6484%2057.7344%2083.2969%2056.3984%2082.5938L52.4453%2080.5156C51.1094%2079.8125%2048.9219%2079.8125%2047.5859%2080.5156L43.6328%2082.5938C42.2969%2083.2969%2041.4141%2082.6562%2041.6719%2081.1641L42.4297%2076.7656C42.6875%2075.2812%2042.0078%2073.2031%2040.9297%2072.1484L37.7344%2069.0312C36.6562%2067.9766%2036.9922%2066.9375%2038.4844%2066.7187L42.9062%2066.0781C44.3984%2065.8594%2046.1641%2064.5781%2046.8359%2063.2266L48.7891%2059.2188Z'%20fill='%23F79329'/%3e%3cpath%20id='Vector_7'%20d='M59.4375%2045.3125H40.6875L17.25%200H36L59.4375%2045.3125Z'%20fill='%23006CA2'/%3e%3c/g%3e%3c/svg%3e", ce = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M74.5938%2088.0156H25.3594L30.1328%2070.1719H69.8203L74.5938%2088.0156Z'%20fill='%232F2F2F'/%3e%3cpath%20d='M74.625%2090.375H25.3594C24.625%2090.375%2023.9297%2090.0312%2023.4922%2089.4531C23.0469%2088.875%2022.8985%2088.1172%2023.086%2087.4062L27.8594%2069.5625C27.9937%2069.0602%2028.2901%2068.6163%2028.7027%2068.2999C29.1152%2067.9834%2029.6207%2067.8121%2030.1406%2067.8125H69.8281C70.8984%2067.8125%2071.836%2068.5312%2072.1094%2069.5625L76.7813%2087.0312C76.9141%2087.3281%2076.9922%2087.6641%2076.9922%2088.0078C76.9844%2089.3125%2075.9297%2090.375%2074.625%2090.375ZM28.4297%2085.6484H71.5156L68.0078%2072.5234H31.9453L28.4297%2085.6484Z'%20fill='%232F2F2F'/%3e%3cpath%20d='M19.0781%2088.0156H80.8672V94.5391H19.0781V88.0156Z'%20fill='%232F2F2F'/%3e%3cpath%20d='M80.8672%2096.8984H19.0781C17.7734%2096.8984%2016.7188%2095.8438%2016.7188%2094.5391V88.0156C16.7188%2086.7109%2017.7734%2085.6562%2019.0781%2085.6562H80.8672C82.1719%2085.6562%2083.2266%2086.7109%2083.2266%2088.0156V94.5391C83.2266%2095.8438%2082.1719%2096.8984%2080.8672%2096.8984ZM21.4375%2092.1797H78.5078V90.375H21.4375V92.1797Z'%20fill='%232F2F2F'/%3e%3cpath%20d='M61.5234%2076.9609H38.4375C37.6406%2076.9609%2036.9922%2077.6094%2036.9922%2078.4062V84.9297C36.9922%2085.7266%2037.6406%2086.375%2038.4375%2086.375H61.5234C62.3203%2086.375%2062.9688%2085.7266%2062.9688%2084.9297V78.4062C62.9688%2078.0229%2062.8165%2077.6553%2062.5454%2077.3843C62.2744%2077.1132%2061.9068%2076.9609%2061.5234%2076.9609Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M15.7657%2014.4453C14.2969%2014.4453%2012.8985%2014.7031%2011.6094%2015.2109C6.17193%2017.375%204.60943%2023.5391%205.88286%2028.5078C6.94536%2032.6641%2010.6641%2035.875%2013.8751%2037.2188C14.6094%2037.5234%2015.3594%2037.7578%2016.086%2037.9844C16.8047%2038.2031%2017.4766%2038.4141%2018.1329%2038.6875C19.1094%2039.0938%2020.0235%2039.8828%2020.5079%2040.75C20.9922%2041.625%2020.8672%2042.1094%2020.6016%2043.0781C20.5313%2043.3359%2020.461%2043.6172%2020.3907%2043.9141C20.2422%2044.6016%2020.1329%2045.4141%2020.3829%2046.2187C20.7813%2047.5312%2021.7891%2048.3438%2023.0001%2048.3438C25.2266%2048.2812%2026.9141%2046.4688%2027.711%2043.3516L27.7188%2043.3281L27.7501%2043.1953C28.0704%2041.9219%2028.1485%2040.7734%2027.961%2039.75C27.7969%2038.7969%2027.4688%2037.9453%2027.0001%2037.2109C25.3985%2034.7109%2022.8438%2033.2656%2020.3594%2032C19.9219%2031.7734%2019.4766%2031.5625%2019.0313%2031.3516C17.4454%2030.5938%2015.7969%2029.8047%2014.6329%2028.5703C13.6563%2027.5312%2013.3594%2026.0938%2013.8438%2024.8125C14.2969%2023.6094%2015.3204%2022.8516%2016.6407%2022.7344C16.7891%2022.7188%2016.9376%2022.7109%2017.0782%2022.7109C20.4766%2022.7109%2022.6251%2026.3125%2024.3438%2029.2031L24.5001%2029.4609L25.6954%2031.4609L26.0391%2029.1562C26.1485%2028.4453%2026.2422%2027.6875%2026.2422%2026.9531C26.2344%2026.4453%2026.2501%2025.9219%2026.2579%2025.4063C26.3282%2022.1797%2026.4063%2018.5312%2022.8672%2016.4453C20.6876%2015.1562%2018.1641%2014.4453%2015.7657%2014.4453ZM72.8594%2039.8906C73.0001%2039.0859%2073.2735%2038.3203%2073.7032%2037.6562C75.2032%2035.3203%2077.6172%2033.9609%2080.0235%2032.7344C82.0704%2031.6875%2084.3672%2030.8359%2085.9766%2029.1328C88.4376%2026.5234%2087.0704%2022.2109%2083.4376%2021.8906C79.1407%2021.5156%2076.6563%2025.8906%2074.7891%2029.0234C74.6876%2028.3516%2074.5938%2027.6328%2074.5938%2026.9531C74.6251%2023.3203%2073.9219%2019.3047%2077.5547%2017.1562C80.6407%2015.3281%2084.6485%2014.6328%2088.0704%2015.9844C92.9532%2017.9219%2094.5157%2023.5391%2093.3047%2028.2969C92.3829%2031.8984%2089.1251%2035.0547%2085.7969%2036.4453C84.4063%2037.0234%2082.9297%2037.3359%2081.5391%2037.9141C80.4219%2038.375%2079.3516%2039.2734%2078.7579%2040.3359C77.9375%2041.7969%2078.4688%2042.6406%2078.7891%2044.0937C78.9219%2044.7109%2079.0079%2045.3594%2078.8204%2045.9687C78.5547%2046.8359%2077.8985%2047.5312%2076.9454%2047.5078C74.6797%2047.4453%2073.5547%2044.9688%2073.0782%2043.1016C73.0697%2043.0844%2073.0644%2043.0659%2073.0625%2043.0469C72.8204%2042.0312%2072.6719%2040.9297%2072.8594%2039.8906Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M84.2344%2014.4453C81.8359%2014.4453%2079.3203%2015.1484%2077.1406%2016.4375C73.6094%2018.5234%2073.6875%2022.1719%2073.75%2025.3984C73.7578%2025.9141%2073.7734%2026.4375%2073.7656%2026.9453C73.7656%2027.6797%2073.8594%2028.4375%2073.9688%2029.1484L74.3125%2031.4531L75.5078%2029.4531L75.6641%2029.1953C77.3828%2026.3047%2079.5313%2022.7031%2082.9297%2022.7031C83.0703%2022.7031%2083.2188%2022.7109%2083.3672%2022.7266C84.6875%2022.8438%2085.7109%2023.5938%2086.1641%2024.8047C86.6563%2026.0938%2086.3516%2027.5313%2085.375%2028.5625C84.2031%2029.7969%2082.5625%2030.5859%2080.9766%2031.3438C80.5234%2031.5625%2080.0781%2031.7734%2079.6406%2031.9922C77.1563%2033.2578%2074.6016%2034.7031%2073%2037.2109C72.5313%2037.9375%2072.2031%2038.7969%2072.0391%2039.75C71.8516%2040.7734%2071.9297%2041.9141%2072.2656%2043.25L72.2812%2043.2969L72.2891%2043.3281C73.0859%2046.4531%2074.7734%2048.2812%2076.9297%2048.3438C78.2188%2048.3438%2079.2188%2047.5312%2079.625%2046.2187C79.875%2045.4141%2079.7578%2044.6094%2079.6172%2043.9219C79.5469%2043.6172%2079.4766%2043.3359%2079.3984%2043.0781C79.1328%2042.1094%2079%2041.6172%2079.4922%2040.7422C79.9766%2039.875%2080.8906%2039.0859%2081.8672%2038.6797C82.5234%2038.4062%2083.1953%2038.2031%2083.9141%2037.9766C84.6406%2037.75%2085.3984%2037.5156%2086.125%2037.2109C89.3438%2035.875%2093.0547%2032.6562%2094.1172%2028.5C95.3906%2023.5312%2093.8203%2017.3672%2088.3828%2015.2109C87.1016%2014.7031%2085.7031%2014.4453%2084.2344%2014.4453Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M74.086%2013.7578C69.6251%209.63281%2062.6798%207.63281%2056.7735%207.17188C54.5157%206.99219%2052.2423%206.92969%2049.9766%206.92188C47.711%206.9375%2045.4376%207%2043.1798%207.17188C37.2813%207.63281%2030.3282%209.63281%2025.8673%2013.7578C23.2266%2016.1953%2023.9688%2020.4375%2024.297%2023.6406C24.8985%2029.5%2026.0391%2037.2891%2029.9845%2041.9531C31.1251%2043.3047%2032.297%2044.5703%2033.5782%2045.6953C35.0235%2046.9531%2036.3282%2048.4062%2037.797%2049.6641C39.6016%2051.2109%2041.6485%2052.9453%2042.0157%2055.4219C42.5391%2058.9688%2040.1563%2059.9531%2037.422%2061.1875C35.5001%2062.0547%2033.3907%2064.1016%2034.1798%2066.4141C35.0235%2068.8828%2038.6095%2068.3672%2040.6407%2068.5C46.5157%2068.8828%2052.4142%2068.6406%2058.297%2068.4688C60.336%2068.4062%2065.8595%2068.6641%2065.8595%2065.5078C65.8595%2064.375%2065.3282%2063.2969%2064.5157%2062.5234C63.9376%2061.9766%2063.2579%2061.5234%2062.5313%2061.1953C59.797%2059.9609%2057.4063%2058.9766%2057.9376%2055.4297C58.3126%2052.9531%2060.3516%2051.2188%2062.1563%2049.6719C63.6251%2048.4141%2064.9298%2046.9688%2066.3751%2045.7031C67.6563%2044.5781%2068.8282%2043.3125%2069.9766%2041.9609C73.9141%2037.2969%2075.0548%2029.5078%2075.6641%2023.6484C75.9845%2020.4297%2076.7188%2016.1953%2074.086%2013.7578ZM49.9766%2022.9531C38.7579%2022.9531%2029.6641%2020.3984%2029.6641%2017.2422C29.6641%2014.0859%2038.7579%2011.5313%2049.9766%2011.5313C61.1954%2011.5313%2070.2891%2014.0859%2070.2891%2017.2422C70.2891%2020.3906%2061.1954%2022.9531%2049.9766%2022.9531Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M49.9766%206.07812C47.3125%206.09375%2045.1328%206.17187%2043.1172%206.33594C35.9688%206.89844%2029.3047%209.44531%2025.3047%2013.1484C22.5781%2015.6719%2023.0234%2019.6875%2023.3828%2022.9141L23.4688%2023.7344C24.1484%2030.375%2025.375%2037.8047%2029.3516%2042.5C30.6875%2044.0781%2031.8594%2045.2969%2033.0391%2046.3281C33.7109%2046.9141%2034.375%2047.5703%2035.0156%2048.1953C35.7344%2048.8984%2036.4766%2049.625%2037.2656%2050.2969C39.0703%2051.8438%2040.8828%2053.3984%2041.2031%2055.5469C41.6094%2058.2578%2040.1328%2059.0625%2037.2813%2060.3438L37.0859%2060.4297C34.6563%2061.5234%2032.4688%2063.9453%2033.3984%2066.6875C34.2734%2069.2734%2037.25%2069.2969%2039.4219%2069.3125C39.8438%2069.3125%2040.2422%2069.3125%2040.5938%2069.3359C42.7188%2069.4766%2045.0078%2069.5469%2047.5703%2069.5469C50.6328%2069.5469%2053.7344%2069.4531%2056.7422%2069.3516L58.3281%2069.3047C58.5156%2069.2969%2058.7344%2069.2969%2058.9766%2069.2969C61.4844%2069.2656%2066.6953%2069.1953%2066.6953%2065.5078C66.6953%2064.1953%2066.1094%2062.8906%2065.0938%2061.9219C64.4609%2061.3203%2063.6953%2060.8047%2062.8828%2060.4375L62.6875%2060.3516C59.8359%2059.0625%2058.3672%2058.2656%2058.7656%2055.5547C59.0859%2053.3984%2060.9063%2051.8438%2062.6641%2050.3438C63.4922%2049.6328%2064.2344%2048.9062%2064.9531%2048.2031C65.5938%2047.5781%2066.2578%2046.9219%2066.9297%2046.3359C68.1016%2045.3125%2069.2734%2044.0938%2070.625%2042.5078C74.5859%2037.8203%2075.8203%2030.3906%2076.5%2023.7422L76.5938%2022.9141C76.9453%2019.6953%2077.3906%2015.6797%2074.6719%2013.1641C70.6719%209.46094%2064.0078%206.91406%2056.8594%206.35156C54.8203%206.17969%2052.6406%206.09375%2049.9766%206.07812ZM49.9766%2022.1172C37.9063%2022.1172%2030.5%2019.2734%2030.5%2017.2422C30.5%2015.2031%2037.9141%2012.3672%2049.9766%2012.3672C62.0469%2012.3672%2069.4531%2015.2109%2069.4531%2017.2422C69.4531%2019.2812%2062.0469%2022.1172%2049.9766%2022.1172Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M68.0703%2025.9528C67.8125%2025.9528%2067.5469%2026.0388%2067.3125%2026.1013C66.7813%2026.2341%2066.2813%2026.4684%2065.75%2026.6247C65.2813%2026.7575%2064.836%2026.9216%2064.375%2027.0778C63.4844%2027.3981%2062.1797%2027.4841%2061.5078%2028.2028C60.8828%2028.8591%2060.8281%2030.1247%2060.7031%2030.9606C60.5156%2032.2263%2060.3985%2033.4997%2060.2344%2034.7731C59.9219%2037.2028%2059.2969%2039.57%2058.4844%2041.8825C58.0176%2043.2009%2057.483%2044.4943%2056.8828%2045.7575C56.3594%2046.8591%2055.7813%2047.9528%2055.125%2048.9919C54.8438%2049.4294%2053.9766%2050.5075%2054.5781%2050.9841C54.9297%2051.2653%2055.6641%2051.2262%2056.0391%2051.0544C60.1797%2049.1012%2063.0156%2045.3122%2064.9531%2041.2809C65.5547%2040.0388%2066.0703%2038.7497%2066.5469%2037.445C67.1406%2035.82%2067.625%2034.1638%2068.0938%2032.4997C68.3828%2031.4841%2068.6485%2030.4606%2068.8438%2029.4216C68.9922%2028.6247%2069.5235%2026.3591%2068.375%2025.9997C68.2782%2025.9617%2068.1741%2025.9457%2068.0703%2025.9528ZM58.3281%2067.2263C57.4453%2067.3044%2056.3828%2067.3122%2055.7656%2066.9919C55.5781%2066.8903%2055.4688%2066.7653%2055.5078%2066.5466C55.5469%2066.3122%2055.6563%2066.32%2055.8203%2066.2028C56.1094%2065.9997%2056.461%2065.6091%2056.6328%2065.3044C57.1563%2064.3669%2056.6953%2063.32%2056.3516%2062.4059C56.2188%2062.0544%2055.75%2061.57%2056.2344%2061.2887C56.5%2061.1403%2056.9141%2061.2106%2057.1875%2061.2731C57.5781%2061.3591%2058.0235%2061.5309%2058.3985%2061.6637C59.8125%2062.1872%2061.211%2063.6169%2061.211%2065.195C61.211%2066.4059%2060.336%2066.9841%2059.2266%2067.1247C58.961%2067.1559%2058.6563%2067.195%2058.3281%2067.2263Z'%20fill='%23855C52'/%3e%3c/svg%3e", se = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M71.5312%2039.3594L82.7422%2074.4688L54.3359%2070.7891L71.5312%2039.3594Z'%20fill='%23F79329'/%3e%3cpath%20d='M82.7422%2075.3906C82.7031%2075.3906%2082.6641%2075.3906%2082.625%2075.3828L54.2109%2071.7031C53.9062%2071.6641%2053.6484%2071.4766%2053.5078%2071.2031C53.3672%2070.9297%2053.375%2070.6094%2053.5156%2070.3438L70.7187%2038.9141C70.8984%2038.5938%2071.2578%2038.4062%2071.6172%2038.4375C71.9844%2038.4688%2072.2969%2038.7187%2072.4062%2039.0703L83.5312%2073.9297C83.6406%2074.0781%2083.7031%2074.2656%2083.7031%2074.4609C83.7031%2074.9688%2083.2891%2075.3828%2082.7812%2075.3828C82.7812%2075.3906%2082.7578%2075.3906%2082.7422%2075.3906ZM55.7812%2070.0469L81.4219%2073.3672L71.3125%2041.6875L55.7812%2070.0469ZM31.3984%2027.2734C31.3984%2028.4048%2030.949%2029.4897%2030.1491%2030.2897C29.3491%2031.0896%2028.2641%2031.5391%2027.1328%2031.5391C24.7812%2031.5391%2022.8672%2029.625%2022.8672%2027.2734C22.8672%2024.9141%2024.7734%2023.0078%2027.1328%2023.0078C29.4922%2023.0078%2031.3984%2024.9141%2031.3984%2027.2734Z'%20fill='%23F79329'/%3e%3cpath%20d='M27.1328%2032.4531C25.7576%2032.4511%2024.4394%2031.9039%2023.467%2030.9315C22.4946%2029.9591%2021.9474%2028.6408%2021.9453%2027.2656C21.9474%2025.8905%2022.4946%2024.5722%2023.467%2023.5998C24.4394%2022.6274%2025.7576%2022.0802%2027.1328%2022.0781C28.508%2022.0802%2029.8262%2022.6274%2030.7986%2023.5998C31.771%2024.5722%2032.3182%2025.8905%2032.3203%2027.2656C32.3182%2028.6408%2031.771%2029.9591%2030.7986%2030.9315C29.8262%2031.9039%2028.508%2032.4511%2027.1328%2032.4531ZM27.1328%2023.9297C25.2891%2023.9297%2023.7891%2025.4297%2023.7891%2027.2734C23.7891%2029.1172%2025.2891%2030.6172%2027.1328%2030.6172C28.9766%2030.6172%2030.4844%2029.1172%2030.4844%2027.2734C30.4844%2025.4297%2028.9766%2023.9297%2027.1328%2023.9297ZM73.1094%2023.0078C75.4609%2023.1484%2077.2578%2025.1719%2077.1172%2027.5234C76.9844%2029.875%2074.9531%2031.6641%2072.6094%2031.5313C72.0499%2031.4994%2071.5022%2031.3574%2070.9978%2031.1134C70.4933%2030.8694%2070.0419%2030.5282%2069.6696%2030.1094C69.2973%2029.6906%2069.0112%2029.2024%2068.828%2028.6729C68.6447%2028.1433%2068.5677%2027.5828%2068.6016%2027.0234C68.7422%2024.6641%2070.7578%2022.8672%2073.1094%2023.0078Z'%20fill='%23F79329'/%3e%3cpath%20d='M72.8594%2032.4531L72.5547%2032.4453C71.1719%2032.3672%2069.8984%2031.75%2068.9844%2030.7187C68.5306%2030.2104%2068.1817%2029.6175%2067.9578%2028.9739C67.7339%2028.3304%2067.6394%2027.6489%2067.6797%2026.9688C67.7587%2025.6482%2068.3387%2024.4077%2069.3013%2023.5002C70.2639%2022.5928%2071.5365%2022.087%2072.8594%2022.0859L73.1641%2022.0938C76.0234%2022.2656%2078.2109%2024.7344%2078.0391%2027.5859C77.9575%2028.9041%2077.3762%2030.1416%2076.4138%2031.046C75.4513%2031.9504%2074.1801%2032.4537%2072.8594%2032.4531ZM73.0391%2023.9219C71.0859%2023.9219%2069.625%2025.3047%2069.5234%2027.0703C69.4687%2027.9609%2069.7656%2028.8203%2070.3594%2029.4922C70.9531%2030.1641%2071.7656%2030.5547%2072.6641%2030.6094L72.8594%2030.6172C74.625%2030.6172%2076.0938%2029.2344%2076.1953%2027.4687C76.3047%2025.625%2074.8906%2024.0391%2073.0469%2023.9219H73.0391ZM28.4609%2039.3594L17.2578%2074.4688L45.6641%2070.7891L28.4609%2039.3594Z'%20fill='%23F79329'/%3e%3cpath%20d='M17.2578%2075.3909C16.9922%2075.3909%2016.7266%2075.2737%2016.5469%2075.0627C16.3438%2074.8205%2016.2813%2074.4924%2016.375%2074.1955L27.5781%2039.0862C27.6875%2038.7346%2028%2038.4846%2028.3672%2038.4533C28.7656%2038.4143%2029.086%2038.6018%2029.2656%2038.9299L46.4688%2070.3596C46.6094%2070.6252%2046.6172%2070.9455%2046.4766%2071.219C46.3438%2071.4924%2046.0781%2071.6721%2045.7735%2071.719L17.3672%2075.3987C17.336%2075.3909%2017.2969%2075.3909%2017.2578%2075.3909ZM28.6875%2041.6877L18.5703%2073.3752L44.211%2070.0549L28.6875%2041.6877Z'%20fill='%23F79329'/%3e%3cpath%20d='M56.3828%2022.4688C56.3828%2025.9922%2053.5234%2028.8516%2050%2028.8516C46.4766%2028.8516%2043.6094%2025.9922%2043.6094%2022.4688C43.6094%2018.9375%2046.4688%2016.0859%2050%2016.0859C53.5312%2016.0859%2056.3828%2018.9375%2056.3828%2022.4688ZM10.5078%2027.2734C10.5078%2030.0703%208.24219%2032.3359%205.4375%2032.3359C2.64062%2032.3359%200.375%2030.0703%200.375%2027.2734C0.375%2024.4688%202.64062%2022.2031%205.4375%2022.2031C8.24219%2022.2031%2010.5078%2024.4688%2010.5078%2027.2734ZM89.4844%2027.2734C89.4844%2030.0703%2091.75%2032.3359%2094.5547%2032.3359C97.3516%2032.3359%2099.625%2030.0703%2099.625%2027.2734C99.625%2025.9287%2099.0908%2024.6391%2098.1399%2023.6882C97.1891%2022.7373%2095.8994%2022.2031%2094.5547%2022.2031C93.21%2022.2031%2091.9203%2022.7373%2090.9694%2023.6882C90.0186%2024.6391%2089.4844%2025.9287%2089.4844%2027.2734Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M56.3828%2022.4688C56.3828%2025.9922%2053.5234%2028.8516%2050%2028.8516C46.4766%2028.8516%2043.6094%2025.9922%2043.6094%2022.4688C43.6094%2018.9375%2046.4688%2016.0859%2050%2016.0859C53.5312%2016.0859%2056.3828%2018.9375%2056.3828%2022.4688ZM10.5078%2027.2734C10.5078%2030.0703%208.24219%2032.3359%205.4375%2032.3359C2.64062%2032.3359%200.375%2030.0703%200.375%2027.2734C0.375%2024.4688%202.64062%2022.2031%205.4375%2022.2031C8.24219%2022.2031%2010.5078%2024.4688%2010.5078%2027.2734ZM89.4844%2027.2734C89.4844%2030.0703%2091.75%2032.3359%2094.5547%2032.3359C97.3516%2032.3359%2099.625%2030.0703%2099.625%2027.2734C99.625%2025.9287%2099.0908%2024.6391%2098.1399%2023.6882C97.1891%2022.7373%2095.8994%2022.2031%2094.5547%2022.2031C93.21%2022.2031%2091.9203%2022.7373%2090.9694%2023.6882C90.0186%2024.6391%2089.4844%2025.9287%2089.4844%2027.2734Z'%20fill='%23FCC21B'/%3e%3cpath%20d='M93.3594%2041.7422C93.1932%2041.6682%2093.0089%2041.645%2092.8295%2041.6756C92.6502%2041.7062%2092.4839%2041.7892%2092.3516%2041.9141L68.1641%2064.6172L50.9063%2038.8438C50.7344%2038.5859%2050.4532%2038.4375%2050.1407%2038.4375C49.836%2038.4375%2049.5469%2038.5859%2049.3751%2038.8359L32.0391%2064.6172L7.85943%2041.9062C7.72715%2041.7814%207.56087%2041.6984%207.38153%2041.6678C7.20219%2041.6372%207.01782%2041.6604%206.85162%2041.7344C6.51568%2041.8828%206.29693%2042.2266%206.31255%2042.5938L7.30474%2079.7188C7.30474%2087.7891%2026.1016%2094.1172%2050.1016%2094.1172C74.1016%2094.1172%2092.8985%2087.7891%2092.8985%2079.7422L93.8907%2042.5938C93.9063%2042.2344%2093.6954%2041.8906%2093.3594%2041.7422Z'%20fill='%23FCC21B'/%3e%3cmask%20id='mask0_418_12690'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='6'%20y='38'%20width='88'%20height='57'%3e%3cpath%20d='M93.3594%2041.7422C93.1932%2041.6682%2093.0089%2041.645%2092.8295%2041.6756C92.6502%2041.7062%2092.4839%2041.7892%2092.3516%2041.9141L68.1641%2064.6172L50.9063%2038.8438C50.7344%2038.5859%2050.4532%2038.4375%2050.1407%2038.4375C49.836%2038.4375%2049.5469%2038.5859%2049.3751%2038.8359L32.0391%2064.6172L7.85943%2041.9062C7.72715%2041.7814%207.56087%2041.6984%207.38153%2041.6678C7.20219%2041.6372%207.01782%2041.6604%206.85162%2041.7344C6.51568%2041.8828%206.29693%2042.2266%206.31255%2042.5938L7.30474%2079.7188C7.30474%2087.7891%2026.1016%2094.1172%2050.1016%2094.1172C74.1016%2094.1172%2092.8985%2087.7891%2092.8985%2079.7422L93.8907%2042.5938C93.9063%2042.2344%2093.6954%2041.8906%2093.3594%2041.7422Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_418_12690)'%3e%3cpath%20d='M93.6797%2060.9848L93.6875%2060.9926L93.2266%2075.7191H93.2188C89.9375%2075.6176%2087.3906%2072.2426%2087.5156%2068.1723C87.6406%2064.0941%2090.3984%2060.8832%2093.6797%2060.9848ZM6.53906%2060.9848L6.53125%2060.9926L6.98437%2075.7191H7C10.2734%2075.6176%2012.8281%2072.2426%2012.6953%2068.1723C12.5703%2064.0941%209.8125%2060.8832%206.53906%2060.9848Z'%20fill='%23D7598B'/%3e%3c/g%3e%3cpath%20d='M56.875%2075.4297C56.875%2079.7891%2053.8437%2083.3281%2050.1016%2083.3281C46.3672%2083.3281%2043.3359%2079.7891%2043.3359%2075.4297C43.3359%2071.0625%2046.3672%2067.5313%2050.1016%2067.5313C53.8437%2067.5235%2056.875%2071.0625%2056.875%2075.4297Z'%20fill='%23D7598B'/%3e%3cpath%20d='M70.2343%2079.7968C70.1328%2081.9062%2068.5781%2083.539%2066.7656%2083.4531C64.9609%2083.3671%2063.5781%2081.5781%2063.6875%2079.4765C63.7968%2077.3593%2065.3515%2075.7265%2067.1562%2075.8202C68.9609%2075.8984%2070.3359%2077.6874%2070.2343%2079.7968Z'%20fill='%23ED6C30'/%3e%3cpath%20d='M83.7735%2077.4839C83.8835%2075.3768%2082.5055%2073.5922%2080.6958%2073.4978C78.8861%2073.4033%2077.3299%2075.0349%2077.2199%2077.1419C77.11%2079.2489%2078.4879%2081.0336%2080.2977%2081.128C82.1074%2081.2224%2083.6636%2079.5909%2083.7735%2077.4839Z'%20fill='%23ED6C30'/%3e%3cpath%20d='M29.9765%2079.7968C30.0781%2081.9062%2031.6328%2083.539%2033.4453%2083.4531C35.25%2083.3671%2036.6328%2081.5781%2036.5234%2079.4765C36.4218%2077.3593%2034.8672%2075.7265%2033.0625%2075.8202C31.25%2075.8984%2029.8672%2077.6874%2029.9765%2079.7968Z'%20fill='%23ED6C30'/%3e%3cpath%20d='M19.9097%2081.1198C21.7151%2081.0256%2023.0896%2079.2412%2022.9796%2077.1341C22.8697%2075.0271%2021.317%2073.3954%2019.5115%2073.4896C17.7061%2073.5838%2016.3317%2075.3682%2016.4416%2077.4753C16.5516%2079.5823%2018.1043%2081.214%2019.9097%2081.1198Z'%20fill='%23ED6C30'/%3e%3c/svg%3e", de = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Emoji%20Icons/thumbs-down'%3e%3cpath%20id='Vector'%20d='M62.0781%2057.6561C66.8828%2059.0155%2075.3984%2058.8358%2077.8906%2058.6561C82.25%2058.3436%2086.6094%2058.4373%2087.3594%2053.1483C87.8594%2049.5858%2086.664%2046.3436%2081.3828%2045.7655C79.5234%2045.5624%2077.25%2045.453%2075.375%2045.1561L73.9062%2043.5389C75.6406%2043.7733%2079.6172%2043.6952%2080.8125%2043.8436C85.8594%2044.4608%2090.125%2042.4374%2090.7656%2037.5858C91.3281%2033.3358%2088.125%2030.0545%2083.5781%2030.3045C82.0234%2030.3905%2077.6328%2029.7889%2073.2734%2029.6717L72.9375%2028.7889L72.7812%2028.5233C75.5469%2028.4452%2078.1953%2028.3358%2080.0781%2028.242C85.1172%2027.992%2087.8672%2025.2889%2087.7969%2021.6952C87.7109%2017.328%2083.625%2015.6874%2080.7031%2015.4452C78.5156%2015.2655%2070.6875%2015.492%2065.4297%2015.9217L64.6016%2014.5077C64.9766%2014.4998%2075.0469%2014.0155%2075.4297%2013.992C80.0469%2013.6483%2082.0156%2011.9764%2081.8984%208.67954C81.7344%204.05454%2076.7969%202.82797%2074.125%202.4061C69.789%201.7186%2064.0078%201.92172%2059.7969%201.80454C50.6875%201.55454%2032.0469%201.14829%2023.3437%208.77329C20.375%2011.3748%2017.3828%2014.9139%2014.8359%2015.9295C9.49999%2018.0545%209.03905%2025.0077%209.28124%2033.7967C9.39842%2038.0467%207.93749%2049.9764%2013.0937%2052.867C20.3281%2056.9217%2032.5937%2059.9842%2036.6719%2063.1873C43.3594%2068.4452%2047.2656%2076.9998%2049.0469%2082.0077C52.4375%2091.5467%2053.4687%2098.4373%2059.3984%2098.4373C69.789%2098.4373%2069.5156%2089.1561%2069.7109%2084.5155C70.0937%2075.4295%2058.8828%2058.617%2062.0781%2057.6561Z'%20fill='%23FAC036'/%3e%3cpath%20id='Vector_2'%20d='M53.1406%2036.766C53.2422%2032.0863%2056.8516%2030.0785%2057.0156%2029.9926C54.9453%2030.0395%2050.4609%2027.9379%2050.4609%2023.477C50.4609%2019.7973%2052.4609%2016.9301%2054.4688%2015.9535C53.1484%2015.6723%2050.6562%2013.8754%2050.6562%209.95354C50.6562%204.20353%2054.9219%202.10197%2058.1484%201.70354C61.375%201.3051%2070.3438%201.84416%2073.3047%202.29729C74.8906%202.53947%2065.4453%202.64885%2058.5313%203.5551C56.5469%203.81291%2054.1797%205.6801%2053.7969%208.19572C53.7969%208.19572%2053.2344%2011.516%2056.2656%2013.4301C56.2656%2013.4301%2057.5469%2014.5317%2063.4922%2014.4848L65.2891%2014.4613C65.8516%2014.4223%2073.0313%2014.1723%2075.4219%2014.0004C76.4766%2013.9223%2077.3828%2013.7738%2078.1641%2013.5551C78.0391%2013.7348%2077.8984%2014.0317%2077.9453%2014.4613C78.0469%2015.3676%2078.6406%2015.4067%2078.7969%2015.4067L77.375%2015.4848L72.3125%2015.7738C67.2656%2016.0785%2060.1562%2016.5629%2059.3359%2016.891C59.3359%2016.891%2054.3828%2018.141%2054.3828%2023.2192C54.3828%2023.2192%2054.125%2027.5395%2060.7344%2027.7426C60.7344%2027.7426%2076.3516%2028.641%2082.9609%2027.766C82.9609%2027.766%2082.0156%2029.5238%2083.5781%2030.3129C83.5781%2030.3129%2072.4297%2030.0395%2065.4453%2029.852C58.4609%2029.6645%2056.9688%2033.3754%2056.7891%2035.3988C56.7656%2035.7035%2056.7031%2036.1879%2056.7031%2036.7582C56.7031%2040.7817%2060.2344%2041.3129%2065.2891%2041.9692C76.1953%2043.3988%2080.8125%2043.8442%2080.8125%2043.8442C81.4141%2043.9145%2081.9844%2043.9535%2082.5391%2043.9457C82.2344%2044.1176%2081.8203%2044.4379%2081.7656%2044.9692C81.7344%2045.3129%2081.9062%2045.8363%2081.9062%2045.8363C81.9062%2045.8363%2077.2031%2045.4535%2069.9453%2044.4848C62.6953%2043.516%2056.8984%2043.9613%2056.375%2048.2035C55.9922%2051.3129%2056.5156%2053.2895%2057.8594%2054.8285C59.5156%2056.727%2062.1797%2057.6723%2062.1797%2057.6723C62.1797%2057.6723%2061.875%2057.7348%2061.7031%2057.9613C61.5313%2058.1957%2061.5234%2058.5629%2061.5234%2058.5629C55.6094%2057.8129%2051.5625%2054.0551%2051.8984%2049.227C52.1328%2045.9223%2053.0078%2043.7192%2055.2031%2042.6488C55.2109%2042.6567%2053.0391%2041.4379%2053.1406%2036.766Z'%20fill='%23E48C15'/%3e%3cpath%20id='Vector_3'%20d='M55.5547%2047.2498L52.961%2046.4998C52.961%2046.4998%2056.8047%2032.3514%2042.6172%2022.6014C42.6172%2022.6014%2040.7969%2021.3826%2041.6797%2020.4686C41.6797%2020.4686%2042.2969%2019.4061%2044.9063%2021.3983C44.9063%2021.4061%2058.7501%2030.4373%2055.5547%2047.2498Z'%20fill='%23E48C15'/%3e%3c/g%3e%3c/svg%3e", ue = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_418_12643)'%3e%3cpath%20d='M22.2734%2088.6953C17.1875%2071.2422%2017.1875%2035.4609%2017.1875%2035.4609L82.8125%2035.2031C82.8125%2035.2031%2082.8125%2067.6172%2079%2088.4766L22.2734%2088.6953Z'%20fill='%236D4C41'/%3e%3cpath%20d='M15.9609%2092.2578V99.9844H50.2578V74.4141C33.2891%2074.4375%2015.9609%2079.7109%2015.9609%2092.2578Z'%20fill='%23651FFF'/%3e%3cpath%20d='M84.0391%2092.2579C84.0391%2080.4063%2067.3281%2074.3907%2050.2578%2074.4141V99.9844H84.0391V92.2579Z'%20fill='%23651FFF'/%3e%3cpath%20d='M50%2066.8828C68.1218%2066.8828%2082.8125%2053.0666%2082.8125%2036.0234C82.8125%2018.9803%2068.1218%205.16406%2050%205.16406C31.8782%205.16406%2017.1875%2018.9803%2017.1875%2036.0234C17.1875%2053.0666%2031.8782%2066.8828%2050%2066.8828Z'%20fill='%236D4C41'/%3e%3cpath%20d='M49.9609%2070.5078H42.8672V78C42.8672%2081.3906%2045.7578%2084.1406%2049.3203%2084.1406H50.6094C54.1719%2084.1406%2057.0625%2081.3906%2057.0625%2078V70.5078H49.9609Z'%20fill='%23E49800'/%3e%3cpath%20d='M49.9141%2010.6016C30.8906%2010.6016%2025.9141%2025.3437%2025.9141%2046.0625C25.9141%2066.7734%2040.6719%2073.0938%2049.9141%2073.0938C59.1562%2073.0938%2073.9141%2066.7734%2073.9141%2046.0625C73.9141%2025.3516%2068.9375%2010.6016%2049.9141%2010.6016Z'%20fill='%23FBC11B'/%3e%3cpath%20d='M43.9375%2045.68C44.2578%2045.8128%2044.25%2046.4066%2043.7656%2047.4222C43.0703%2048.8597%2041.9766%2049.6253%2040.8828%2049.9691C39.6172%2050.3675%2037.2422%2050.516%2035.3672%2048.6956C33.5%2046.891%2034.4297%2046.0863%2035.1484%2046.4847C35.8828%2046.8831%2037.1172%2047.391%2038.2891%2047.4925C39.5%2047.5941%2041.1172%2047.2269%2042.1328%2046.6956C42.9922%2046.2425%2043.5703%2045.5238%2043.9375%2045.68ZM55.7422%2045.7113C55.4219%2045.8519%2055.4297%2046.4378%2055.9297%2047.4456C56.6328%2048.8753%2057.7344%2049.6331%2058.8281%2049.9691C60.0937%2050.3597%2062.4687%2050.4925%2064.3359%2048.6566C66.1875%2046.8363%2065.2578%2046.0472%2064.5391%2046.4456C63.8125%2046.8519%2062.5703%2047.3675%2061.4062%2047.4769C60.1953%2047.5863%2058.5781%2047.2347%2057.5547%2046.7113C56.6875%2046.266%2056.1094%2045.5472%2055.7422%2045.7113Z'%20fill='%23444444'/%3e%3cpath%20d='M57.0859%2026.8984C54.5625%2029.3281%2042.0156%2040.6328%2024.7266%2043.5781V20.3984C24.7266%2020.3984%2032.1875%205.59375%2050.0938%205.59375C68%205.59375%2075.4687%2020.7734%2075.4687%2020.7734V43.5781C75.4687%2043.5781%2063.7344%2039.0781%2057.8438%2027.0391C57.8114%2026.9712%2057.7634%2026.912%2057.7038%2026.8663C57.6441%2026.8205%2057.5745%2026.7895%2057.5006%2026.7758C57.4267%2026.7621%2057.3507%2026.7661%2057.2786%2026.7874C57.2065%2026.8087%2057.1405%2026.8467%2057.0859%2026.8984Z'%20fill='%236D4C41'/%3e%3cpath%20d='M53.3984%2053.6639C52.1718%2054.0077%2050.8984%2054.1795%2049.914%2054.1795C48.9296%2054.1795%2047.6562%2054.0077%2046.4296%2053.6639C45.9062%2053.5155%2045.6953%2054.0155%2045.8828%2054.3436C46.2734%2055.0311%2047.8437%2056.4139%2049.914%2056.4139C51.9843%2056.4139%2053.5546%2055.0311%2053.9453%2054.3436C54.1328%2054.0077%2053.9296%2053.5155%2053.3984%2053.6639Z'%20fill='%23E49500'/%3e%3cpath%20d='M57.6953%2063.875C57.6953%2064.6641%2054.2109%2064.8281%2049.9219%2064.8281C45.6328%2064.8281%2042.1484%2064.6484%2042.1484%2063.875C42.1484%2063.0625%2045.6328%2062.5625%2049.9219%2062.5625C54.2109%2062.5625%2057.6953%2063.0469%2057.6953%2063.875Z'%20fill='%23513F35'/%3e%3cpath%20opacity='0.54'%20d='M27.6172%2093.3906H29.9609V100H27.6172V93.3906ZM61.1094%20100H58.7656L54.5938%2088.7031C54.2031%2087.6406%2054.9922%2086.5078%2056.125%2086.5078L61.1094%20100Z'%20fill='black'/%3e%3cpath%20d='M58.5391%2037.9532C57.5235%2037.9063%2056.5547%2038.1563%2055.9219%2038.7813C55.4532%2039.2501%2055.3203%2039.4376%2054.4375%2040.9219C52.961%2041.9532%2052.0078%2038.5235%2051.75%2037.422C51.7344%2037.3595%2050.461%2030.8282%2050.2813%2029.7188C50.0782%2028.4063%2049.3828%2027.7188%2048.4844%2027.8594C47.5157%2028.0079%2047.3281%2029.4376%2047.4297%2030.1094C47.5938%2031.1485%2047.8438%2033.6016%2048.3203%2035.9766C48.3203%2035.9766%2048.3516%2036.211%2048.3047%2036.2657C48%2036.6876%2047.5782%2036.2579%2047.5782%2036.2579C46.8985%2034.5626%2045.4766%2030.3907%2045.1485%2029.4298C44.586%2027.7735%2043.8282%2027.1563%2042.961%2027.4376C41.8203%2027.8126%2041.7969%2028.8985%2042.3438%2030.5157C42.6719%2031.4766%2043.7266%2034.3985%2044.6094%2037.1641C44.4375%2038.0469%2043.7188%2037.5704%2043.7188%2037.5704C42.5313%2035.0548%2041.3907%2032.3751%2040.9922%2031.6094C40.3438%2030.3751%2039.7032%2029.9141%2038.8594%2030.2735C37.9844%2030.6407%2037.9063%2031.4844%2038.5625%2032.961C39.0313%2034.0079%2040.4532%2037.3204%2041.2266%2039.0001C41.3438%2040.1094%2040.4297%2039.7657%2040.4297%2039.7657C39.1172%2037.3985%2038.7891%2036.9063%2038.4141%2036.3282C37.6328%2035.1016%2037.0782%2034.8204%2036.3125%2035.3204C35.4688%2035.8829%2035.711%2036.7266%2036.2969%2037.8829C36.6875%2038.6563%2039.4297%2043.836%2040.2422%2045.9923C40.4688%2046.5938%2040.7344%2047.1641%2041.0313%2047.6954C42.6094%2051.2344%2046.3047%2055.0469%2046.3047%2055.0469L56.1641%2049.7344C55.0469%2046.7188%2055.8047%2044.9532%2055.8047%2044.9532C56.1328%2044.1563%2056.6172%2043.0001%2056.7422%2042.8438C57.2266%2042.2423%2057.7266%2041.6563%2058.1094%2041.2579C58.5235%2040.8282%2058.9219%2040.3516%2059.086%2040.1173C60.0078%2038.8594%2059.4766%2038.0001%2058.5391%2037.9532Z'%20fill='%23E49800'/%3e%3cpath%20d='M46.1016%2056.5075L45.4844%2055.8669C45.3282%2055.7028%2041.6563%2051.8981%2040.0079%2048.2184C39.6875%2047.6325%2039.4063%2047.0231%2039.1719%2046.3981C38.5079%2044.6247%2036.3907%2040.5466%2035.5938%2039.0153L35.2813%2038.4059C34.8907%2037.6247%2033.8438%2035.5622%2035.6954%2034.3356C36.2735%2033.9528%2036.8594%2033.8278%2037.4219%2033.945C37.5469%2033.9763%2037.6719%2034.0075%2037.7891%2034.0622C37.6797%2033.8044%2037.586%2033.5934%2037.5079%2033.4294C37.1563%2032.6403%2036.7344%2031.4684%2037.1329%2030.445C37.2891%2030.0544%2037.6407%2029.5153%2038.4141%2029.1872C39.1016%2028.8981%2040%2028.8044%2040.8907%2029.5466C40.7813%2028.8747%2040.7969%2028.1716%2041.1094%2027.5466C41.3125%2027.1403%2041.7344%2026.5934%2042.6016%2026.3122C43.3438%2026.07%2045.1875%2025.8513%2046.2657%2029.0388C46.2657%2029.0388%2046.2735%2029.0544%2046.2813%2029.0856C46.3516%2028.5856%2046.5235%2028.0388%2046.8594%2027.5778C47.2266%2027.0778%2047.7266%2026.7653%2048.3047%2026.6716C49.6172%2026.4763%2051.0938%2027.2653%2051.4454%2029.5075C51.6094%2030.5778%2052.8438%2036.8903%2052.8985%2037.1559C53.1719%2038.3591%2053.5391%2039.2184%2053.8125%2039.6559C54.3985%2038.6872%2054.6094%2038.4059%2055.086%2037.9294C55.9141%2037.1091%2057.1719%2036.6872%2058.586%2036.7575C59.4532%2036.7966%2060.1719%2037.2497%2060.5157%2037.9528C60.75%2038.4294%2061%2039.4372%2060.0625%2040.7809C59.8516%2041.0778%2059.4063%2041.6091%2058.9688%2042.0544C58.625%2042.4138%2058.1719%2042.9372%2057.711%2043.5075C57.6329%2043.6638%2057.4219%2044.1247%2056.8985%2045.3903C56.875%2045.445%2056.3594%2046.8434%2057.2735%2049.3122L57.625%2050.2653L46.1016%2056.5075ZM36.961%2036.3122C36.9688%2036.4138%2037.0313%2036.6872%2037.3672%2037.3591L37.6719%2037.945C38.5625%2039.6638%2040.6485%2043.6794%2041.3594%2045.5856C41.5547%2046.1169%2041.7969%2046.6325%2042.0704%2047.1325L42.1172%2047.2263C43.2266%2049.7028%2045.4844%2052.3903%2046.5625%2053.5934L54.7657%2049.1716C53.9922%2046.3903%2054.6563%2044.7028%2054.7422%2044.4997C55.5625%2042.5231%2055.6954%2042.3044%2055.8438%2042.1247C56.3672%2041.4763%2056.8907%2040.8747%2057.2813%2040.4606C57.6954%2040.0231%2058.0469%2039.6013%2058.1485%2039.4606C58.2422%2039.32%2058.3047%2039.2106%2058.3438%2039.1169C57.625%2039.1013%2057.0704%2039.2809%2056.7422%2039.6169C56.3829%2039.9763%2056.3125%2040.0622%2055.4454%2041.5231L55.3125%2041.7419L55.1094%2041.8825C54.5079%2042.2966%2053.836%2042.3981%2053.1954%2042.1481C51.7813%2041.6013%2051.0157%2039.4138%2050.6094%2037.6794C50.5469%2037.4216%2049.2969%2030.9606%2049.125%2029.8903C49.0704%2029.5544%2048.9219%2029.07%2048.7266%2029.0153C48.625%2029.1872%2048.5469%2029.6325%2048.5938%2029.9216C48.6407%2030.2341%2048.7032%2030.6716%2048.7657%2031.195C48.9297%2032.4216%2049.1485%2034.1091%2049.4766%2035.7497L49.4922%2035.8356C49.5469%2036.2966%2049.4766%2036.6638%2049.2657%2036.9528C48.9844%2037.3513%2048.5704%2037.5856%2048.1172%2037.6247C47.4063%2037.6716%2046.8907%2037.2263%2046.7579%2037.0856L46.5938%2036.9216L46.5079%2036.7028C45.7422%2034.7966%2044.125%2030.0153%2044.0547%2029.8122C43.6797%2028.7106%2043.3516%2028.5544%2043.3516%2028.5466C43.2422%2028.5934%2043.2188%2028.6169%2043.211%2028.6169C43.211%2028.6169%2043.0547%2028.9216%2043.4688%2030.1481C43.5547%2030.3903%2043.6797%2030.7575%2043.8438%2031.2184C44.336%2032.6247%2045.0782%2034.7419%2045.7422%2036.82L45.836%2037.1091L45.7813%2037.4059C45.6094%2038.2966%2045.0704%2038.6403%2044.7657%2038.7653C44.1485%2039.0231%2043.5%2038.8278%2043.0938%2038.5622L42.8282%2038.3825L42.6875%2038.0934C42.0704%2036.7888%2041.461%2035.4294%2040.9688%2034.32C40.5391%2033.3513%2040.1641%2032.5075%2039.9844%2032.1794C39.6641%2031.57%2039.461%2031.3981%2039.3985%2031.3591C39.3907%2031.3669%2039.3672%2031.3669%2039.3438%2031.3825H39.336C39.336%2031.4997%2039.3672%2031.8278%2039.6719%2032.5075C39.8125%2032.8278%2040.0391%2033.3513%2040.3125%2033.9763C40.9375%2035.4059%2041.7891%2037.3669%2042.3282%2038.5231L42.4141%2038.7028L42.4375%2038.8981C42.5391%2039.8747%2042.1485%2040.4059%2041.7969%2040.6716C41.2422%2041.1013%2040.5313%2041.0622%2040.0625%2040.8825L39.6641%2040.7263L39.4532%2040.3513C38.2735%2038.2184%2037.8985%2037.6403%2037.5704%2037.1325L37.4766%2036.9841C37.211%2036.5934%2037.0547%2036.4059%2036.961%2036.3122ZM58.4844%2039.0934C58.5%2039.1091%2058.5235%2039.1247%2058.5391%2039.1325V37.9528L58.4844%2039.0934Z'%20fill='%23E49800'/%3e%3cpath%20d='M60.3828%2037.6485C59.289%2037.5938%2058.2422%2037.8672%2057.5625%2038.5469C57.0547%2039.0469%2056.914%2039.25%2055.9687%2040.8516C54.3828%2041.961%2053.3516%2038.2656%2053.0781%2037.0781C53.0625%2037.0078%2051.6875%2029.9766%2051.5%2028.7813C51.2812%2027.3672%2050.539%2026.6328%2049.5625%2026.7813C48.5156%2026.9453%2048.3125%2028.4766%2048.4297%2029.2031C48.6016%2030.3203%2048.8828%2032.9688%2049.3906%2035.5235C49.3906%2035.5235%2049.4219%2035.7735%2049.375%2035.836C49.0469%2036.2969%2048.5859%2035.8281%2048.5859%2035.8281C47.8515%2034.0078%2046.3203%2029.5078%2045.9687%2028.4766C45.3672%2026.6953%2044.5469%2026.0313%2043.6094%2026.336C42.3828%2026.7344%2042.3594%2027.9141%2042.9453%2029.6485C43.2969%2030.6875%2044.4297%2033.836%2045.3828%2036.8125C45.1953%2037.7656%2044.4297%2037.25%2044.4297%2037.25C43.1484%2034.5469%2041.9219%2031.6563%2041.4922%2030.836C40.7969%2029.5%2040.1094%2029.0156%2039.1953%2029.3906C38.25%2029.7891%2038.1719%2030.6953%2038.8828%2032.2813C39.3828%2033.4063%2040.914%2036.9766%2041.75%2038.7813C41.875%2039.9766%2040.8984%2039.6016%2040.8984%2039.6016C39.4844%2037.0547%2039.125%2036.5235%2038.7265%2035.8985C37.8828%2034.5781%2037.289%2034.2735%2036.4609%2034.8203C35.5547%2035.4219%2035.8125%2036.336%2036.4453%2037.5781C36.8672%2038.4141%2039.8203%2043.9922%2040.6953%2046.3125C40.9375%2046.961%2041.2265%2047.5781%2041.539%2048.1485C43.2422%2051.961%2047.2187%2056.0703%2047.2187%2056.0703L57.8359%2050.3438C56.6328%2047.1016%2057.4453%2045.1953%2057.4453%2045.1953C57.8047%2044.336%2058.3203%2043.0938%2058.4531%2042.9219C58.9765%2042.2735%2059.5156%2041.6485%2059.9297%2041.2188C60.375%2040.7578%2060.8047%2040.2422%2060.9844%2039.9922C61.9687%2038.625%2061.3984%2037.7031%2060.3828%2037.6485Z'%20fill='%23FBC11B'/%3e%3cpath%20d='M61.1094%20100L44.2266%2055.93C44.1797%2055.2113%2044.6797%2054.5707%2045.3984%2054.4457L57.8984%2049.5082C58.6406%2049.3832%2059.3437%2049.8597%2059.5078%2050.5941L83.9844%20100H61.1094Z'%20fill='%23651FFF'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_418_12643'%3e%3crect%20width='100'%20height='100'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", me = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_418_10309)'%3e%3cmask%20id='mask0_418_10309'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='100'%20height='100'%3e%3cpath%20d='M0.320312%200H100V100H0.320312V0Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_418_10309)'%3e%3cpath%20d='M99.8359%2027.0859C99.8359%2016.2812%2077.5312%207.53125%2050%207.53125C22.4766%207.53125%200.164062%2016.2812%200.164062%2027.0859C0.164062%2037.8906%201.32031%2092.4609%2050%2092.4609C98.6875%2092.4688%2099.8359%2037.8906%2099.8359%2027.0859Z'%20fill='%23FCC21B'/%3e%3c/g%3e%3cmask%20id='mask1_418_10309'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='100'%20height='100'%3e%3cpath%20d='M0.320312%200H100V100H0.320312V0Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask1_418_10309)'%3e%3cpath%20d='M32.8125%2064.0625C29.3047%2064.0938%2026.4297%2060.7266%2026.3907%2056.5469C26.3516%2052.3516%2029.1641%2048.9297%2032.6719%2048.8984C36.1719%2048.8672%2039.0547%2052.2344%2039.0938%2056.4297C39.1329%2060.6172%2036.3203%2064.0312%2032.8125%2064.0625ZM67.2735%2064.0625C70.7735%2064.0547%2073.6094%2060.6562%2073.6016%2056.4766C73.5938%2052.2813%2070.7422%2048.8984%2067.2422%2048.9062C63.7344%2048.9141%2060.8907%2052.3125%2060.8985%2056.5078C60.9141%2060.6875%2063.7657%2064.0703%2067.2735%2064.0625ZM49.9141%2024.1719C38.875%2024.1719%2032.586%2030.5312%2032.3203%2030.7969C31.8698%2031.2842%2031.6276%2031.9284%2031.6457%2032.5918C31.6637%2033.2553%2031.9405%2033.8854%2032.4169%2034.3475C32.8933%2034.8096%2033.5315%2035.0671%2034.1952%2035.0649C34.8589%2035.0628%2035.4954%2034.8011%2035.9688%2034.3359C36.1641%2034.1406%2041.1094%2029.25%2049.9141%2029.25C58.7188%2029.25%2063.6641%2034.1328%2063.875%2034.3438C64.3479%2034.8207%2064.99%2035.0916%2065.6616%2035.0975C66.3332%2035.1033%2066.9799%2034.8437%2067.461%2034.375C67.9415%2033.9066%2068.2163%2033.2666%2068.2251%2032.5956C68.2339%2031.9247%2067.9759%2031.2777%2067.5079%2030.7969C67.2422%2030.5312%2060.9532%2024.1719%2049.9141%2024.1719Z'%20fill='%232F2F2F'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_418_10309'%3e%3crect%20width='100'%20height='100'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Ce = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.7422%2027.7344C13.4922%2027.4453%2014.3047%2027.0859%2015.1953%2026.6328C12.3047%2036.2734%2010.6016%2046.3672%209.17971%2055.8516C8.66408%2059.3438%208.17189%2062.7578%207.91408%2066.2422C7.86721%2066.8828%207.78908%2067.5391%207.71096%2068.1875C7.46877%2070.2188%207.21877%2072.3203%207.71877%2074.5156C8.25002%2076.8594%209.88283%2078.3672%2011.8828%2078.3672C12.8203%2078.3672%2013.7656%2078.0391%2014.6797%2077.3828C17.1406%2075.625%2017.1797%2072.6562%2017.2188%2070.4844C17.2266%2070.0391%2017.2266%2069.6094%2017.2578%2069.2031C17.4844%2065.9453%2017.8672%2062.5312%2018.4297%2058.75L18.6016%2057.5781C20.4844%2044.9375%2022.4297%2031.8672%2028.2422%2020.5859L28.7578%2019.5859C30.75%2015.7969%2033.4766%2010.6016%2031.7656%205.8125C31.125%204.02344%2029.461%202.86719%2027.5235%202.86719C26.6797%202.86719%2025.8281%203.10156%2025.0547%203.54687C23.6953%204.35156%2022.7422%205.58594%2021.9063%206.67188C21.4844%207.21875%2021.086%207.74219%2020.6797%208.14062C18.1875%2010.6328%2015.7422%2013.0312%2013.125%2015.0312C11.9141%2015.9609%2010.6094%2016.8203%209.49221%2017.5547C9.32033%2017.6719%209.07033%2017.8047%208.78908%2017.9609C8.21096%2018.2891%207.54689%2018.6641%207.03908%2019.0469C6.79689%2019.2344%206.52346%2019.4141%206.26564%2019.5938C4.85939%2020.5469%202.50783%2022.1328%203.25783%2025.2812C3.50783%2026.3047%204.35939%2028.0781%207.31252%2028.4141C9.27346%2028.6328%2010.8828%2028.4297%2012.7422%2027.7344Z'%20fill='%23ED6C30'/%3e%3cpath%20d='M26.2578%2054.7344C27.9375%2058.0938%2030.7266%2060.3906%2034.5625%2061.5625C35.5938%2061.875%2036.6406%2062.0391%2037.6953%2062.0391C47.9063%2062.0391%2055.25%2047.6875%2057.2109%2042.1641C57.9844%2040%2058.6172%2037.9375%2059.1328%2035.9531C59.1719%2036.4688%2059.2188%2036.9766%2059.2891%2037.4922C59.8828%2041.7891%2061.7109%2045.3359%2064.5859%2047.7422C66.4688%2049.3203%2069.25%2050.4688%2072.0391%2050.8203C73.1328%2050.9609%2074.2813%2051.0312%2075.3828%2051.0312C77.4531%2051.0312%2079.2344%2050.7891%2080.6563%2050.3047C81.9219%2049.875%2083.1563%2049.2969%2084.3281%2048.5781C89.6172%2045.3203%2092.6016%2039.9688%2094.1719%2036.0469C97.9219%2026.7188%2098.5469%2013.2188%2091.0781%205.625C89.2878%203.80547%2087.0564%202.48114%2084.6016%201.78125C84.1328%201.64844%2083.6563%201.55469%2083.1719%201.46094L82.6563%201.35938C82.4609%201.32031%2082.2578%201.24219%2082.0625%201.17969C81.8047%201.09375%2081.5391%201.00781%2081.2813%200.9375C80.8672%200.835938%2080.4844%200.78125%2080.0625%200.78125H80.0547C78.875%200.796875%2077.875%201.10937%2076.9844%201.39062C76.5313%201.53125%2076.0781%201.67969%2075.6016%201.76562C72.9375%202.25781%2070.4141%203.16406%2067.9844%204.03906C66.5469%204.5625%2065.1797%205.05469%2063.7813%205.46875C60.1016%206.55469%2057.0938%206.60156%2052.7656%205.57812L52.4453%205.5C51.5313%205.27344%2050.7422%205.07031%2049.2734%205.40625C48.5547%205.5625%2047.5781%205.78125%2046.75%206.85156L46.5313%207.20312L46.4531%207.35938L46.2422%207.46875C38.1719%2011.875%2031.4531%2020.5391%2027.3281%2031.8516C25.7266%2036.1875%2022.4609%2047.1094%2026.2578%2054.7344ZM34.0625%2043.3906C34.7031%2035.8828%2038.2344%2027.7969%2043.7734%2021.2109C45.9688%2018.6016%2047.5234%2017.2812%2048.4063%2017.2812C48.7578%2017.2812%2049.375%2017.8984%2049.9766%2019.6328C51.1328%2022.9688%2051.2734%2026.9219%2050.3906%2031.3828C50.0781%2032.9531%2049.6406%2034.5703%2049.0781%2036.1719C47.7344%2040.0312%2046.1328%2044.0547%2043.4844%2047.2891C42.4609%2048.5391%2040.9688%2049.5859%2039.3906%2050.1484C37.625%2050.7813%2036.3359%2050.6641%2035.4531%2049.6953C34.3594%2048.5156%2033.8281%2046.1016%2034.0625%2043.3906ZM70.5469%2024.4375C71.2656%2022.0391%2072.4453%2019.6016%2074.0547%2017.2031L74.2734%2016.8828C75.1406%2015.5938%2077.1484%2012.5781%2078.375%2012.0547C78.8125%2011.8672%2079.2266%2011.6953%2079.6094%2011.5391H79.6172C81.6797%2011.5391%2083.2422%2012.2109%2084.3984%2013.5938C87.0078%2016.7188%2087.0234%2022.7891%2086.2344%2027.0391C84.8828%2034.3984%2081.5469%2038.8828%2076.0391%2040.7266C73.8594%2041.4531%2072.3516%2041.2031%2071.2813%2039.7734C68.8438%2036.4922%2069.2969%2028.6172%2070.5469%2024.4375ZM60.4375%2020.8984C60.2813%2019.6875%2060.0547%2018.5078%2059.7578%2017.3828C59.6875%2017.1172%2059.5859%2016.8438%2059.4766%2016.5625C59.8047%2016.4844%2060.2188%2016.4453%2060.6484%2016.4062C61.1172%2016.3672%2061.5781%2016.3203%2062.0156%2016.2344C62.4688%2016.1484%2062.8984%2016.0469%2063.2891%2015.9453C62.0234%2018.2109%2061.2188%2020.6641%2060.625%2023.0078C60.5859%2022.2891%2060.5313%2021.5859%2060.4375%2020.8984ZM78.1016%2056.125L75.5156%2056.5234C60.6172%2058.7656%2047.5469%2061.8516%2035.5703%2065.9609C32.25%2067.0938%2028.6797%2068.4141%2024.6406%2069.9766C24.3359%2070.0938%2024.0313%2070.1875%2023.7266%2070.2812C22.3359%2070.7109%2019.4375%2071.6016%2019.8047%2075.1172C20.0547%2077.4141%2021.6563%2079.0234%2023.6953%2079.0234H23.8984C24.6797%2078.9844%2025.4063%2078.6797%2026.0469%2078.4141C26.2969%2078.3125%2026.5391%2078.2031%2026.7578%2078.1406C27.875%2077.8438%2029.0547%2077.4766%2030.4766%2076.9844C43.4531%2072.5156%2056.4766%2068.4609%2069.1797%2064.9453L73.2031%2063.8438C75.3125%2063.2656%2077.4297%2062.6953%2079.5313%2062.1016C81.0391%2061.6719%2081.9375%2060.3203%2081.7344%2058.8203C81.4922%2057.0938%2079.9375%2055.8437%2078.1016%2056.125ZM92.8594%2063.7266L86.3984%2065.1172C73.7422%2067.8359%2060.6484%2070.6484%2048.0078%2074.4766C39.9531%2076.9141%2032.2109%2079.8438%2023.6563%2083.1484C19.3984%2084.7891%2015.3359%2086.9531%2011.9141%2088.8594C11.6406%2089.0156%2011.3047%2089.1719%2010.9453%2089.3359C9.38282%2090.0703%207.2422%2091.0781%206.5547%2093.0625C5.72657%2095.4453%207.25001%2097.8203%209.19532%2098.7422C9.85938%2099.0547%2010.5%2099.2109%2011.1406%2099.2109C12.1172%2099.2109%2012.9297%2098.8516%2013.5313%2098.5391C14.1328%2098.2188%2014.7656%2097.9375%2015.3984%2097.6562C15.9922%2097.3906%2016.5859%2097.125%2017.1563%2096.8359C33.8203%2088.5%2051.875%2082.5312%2067.4766%2077.5938C72.3594%2076.0469%2077.625%2074.4922%2083.5938%2072.8438L84.5469%2072.5781C87.8359%2071.6641%2091.1328%2070.7578%2094.4219%2069.8281C95.9609%2069.3906%2096.8828%2067.9844%2096.6563%2066.4141C96.6034%2065.9792%2096.4602%2065.5601%2096.2357%2065.1839C96.0113%2064.8076%2095.7106%2064.4825%2095.353%2064.2294C94.9954%2063.9763%2094.5888%2063.8008%2094.1594%2063.7142C93.7299%2063.6276%2093.2871%2063.6318%2092.8594%2063.7266Z'%20fill='%23ED6C30'/%3e%3c/svg%3e", ge = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Emoji%20Icons/direct-hit'%3e%3cpath%20id='Vector'%20d='M50.5078%2093.4609C74.0188%2093.4609%2093.0781%2074.4016%2093.0781%2050.8906C93.0781%2027.3797%2074.0188%208.32031%2050.5078%208.32031C26.9969%208.32031%207.9375%2027.3797%207.9375%2050.8906C7.9375%2074.4016%2026.9969%2093.4609%2050.5078%2093.4609Z'%20fill='%23006CA2'/%3e%3cpath%20id='Vector_2'%20d='M50.5078%2078.4922C65.7517%2078.4922%2078.1094%2066.1345%2078.1094%2050.8906C78.1094%2035.6467%2065.7517%2023.2891%2050.5078%2023.2891C35.2639%2023.2891%2022.9062%2035.6467%2022.9062%2050.8906C22.9062%2066.1345%2035.2639%2078.4922%2050.5078%2078.4922Z'%20fill='%23ED6C30'/%3e%3cpath%20id='Vector_3'%20d='M50.5078%2080.1484C34.3672%2080.1484%2021.2422%2067.0234%2021.2422%2050.8828C21.2422%2034.7422%2034.3672%2021.6172%2050.5078%2021.6172C66.6406%2021.6172%2079.7734%2034.75%2079.7734%2050.8828C79.7734%2067.0234%2066.6406%2080.1484%2050.5078%2080.1484ZM50.5078%2024.9531C36.2109%2024.9531%2024.5781%2036.5859%2024.5781%2050.8828C24.5781%2065.1797%2036.2109%2076.8125%2050.5078%2076.8125C64.8047%2076.8125%2076.4375%2065.1797%2076.4375%2050.8828C76.4375%2036.5859%2064.8125%2024.9531%2050.5078%2024.9531Z'%20fill='white'/%3e%3cpath%20id='Vector_4'%20d='M50.5078%2063.9063C57.6961%2063.9063%2063.5234%2058.079%2063.5234%2050.8906C63.5234%2043.7023%2057.6961%2037.875%2050.5078%2037.875C43.3195%2037.875%2037.4922%2043.7023%2037.4922%2050.8906C37.4922%2058.079%2043.3195%2063.9063%2050.5078%2063.9063Z'%20fill='white'/%3e%3cpath%20id='Vector_5'%20d='M95.4296%2015.8594C94.125%2014.5312%2092.3671%2014.5312%2091.7812%2014.5312H91.5625L90.0625%2014.5547C89.0078%2014.5703%2087.5703%2014.8828%2086.9531%2013.8437C86.4687%2013.0312%2086.0781%2012.8672%2085.1328%2012.6406C84.3515%2012.4531%2083.4375%2012.3359%2083.2265%2011.4141C83.1093%2010.9141%2083.1796%2010.3984%2083.1171%209.88281C83.0312%209.17187%2082.875%208.52344%2082.875%207.78125C82.8828%207.04688%2082.8203%206.35937%2082.7578%205.64062C82.7343%205.32031%2082.7343%204.96094%2082.5312%204.6875C82.0937%204.11719%2081.6406%203.94531%2080.875%203.94531C80.6171%203.94531%2080.3437%203.97656%2080.0781%204.02344C78.1875%204.39062%2077.1406%205.92188%2076.5703%206.74219C76.5078%206.83594%2076.4453%206.92969%2076.3906%207L76.3203%207.10938C75.7421%207.82813%2075.0859%208.64844%2074.5078%209.57812C73.9531%2010.4844%2073.2578%2011.375%2072.5234%2012.3125L72.3359%2012.5547C71.7968%2013.2422%2071.3359%2013.9297%2070.8984%2014.5938C70.6484%2014.9688%2070.4062%2015.3516%2070.1406%2015.7188L69.9921%2015.9141C69.664%2016.3516%2069.2109%2016.9531%2068.914%2017.7344C68.4687%2018.9219%2068.4687%2020.0938%2068.5234%2020.8672C68.5625%2021.4922%2068.6562%2022.1406%2068.8046%2022.8672C68.914%2023.4141%2069.0546%2023.9609%2069.1875%2024.5078C69.3046%2024.9609%2069.4218%2025.4141%2069.5156%2025.875C69.6796%2026.7266%2069.8593%2027.5703%2070.039%2028.4219L70.0625%2028.5391L70.1093%2028.7578C70.164%2028.9922%2070.2421%2029.2109%2070.3437%2029.4219C68.5078%2031.7266%2066.5156%2034.25%2064.5546%2036.7266C60.7031%2041.6094%2055.9843%2047.4766%2053.5156%2050.5547C52.5781%2051.7266%2051.9687%2052.4922%2051.8437%2052.6484C51.4843%2053.1016%2051.2656%2053.5469%2051.164%2054C51.0703%2054.4609%2051.1796%2054.9219%2051.4843%2055.2969C51.8281%2055.7266%2052.3984%2055.9922%2052.9531%2055.9922C53.1562%2055.9922%2053.3515%2055.9531%2053.5312%2055.8906C53.6953%2055.8359%2054.1562%2055.6484%2056.2968%2053.2734C57.8828%2051.5156%2060.0781%2048.9844%2062.4375%2046.2656C64.2421%2044.1719%2066.1484%2041.9688%2067.9531%2039.9219C70.2187%2037.3516%2072.2578%2035.0391%2074.1171%2032.9609L74.375%2032.9688C75.2343%2033%2076.0937%2033.0156%2076.9609%2033.0391C77.414%2033.0469%2077.8828%2033.0781%2078.3515%2033.1172C78.914%2033.1562%2079.4843%2033.1953%2080.0468%2033.2109C80.1953%2033.2109%2080.3515%2033.2188%2080.5%2033.2188C81.0625%2033.2188%2081.5781%2033.1875%2082.0703%2033.1328C82.8359%2033.0469%2084%2032.8438%2085.0937%2032.1953C85.8046%2031.7656%2086.3203%2031.2188%2086.6875%2030.8203L86.8593%2030.6406C87.1718%2030.3203%2087.5%2030.0156%2087.8203%2029.7031C88.3984%2029.1484%2089%2028.5781%2089.5859%2027.9219L89.7812%2027.7031C90.5781%2026.8047%2091.3281%2025.9609%2092.125%2025.25C92.9453%2024.5078%2093.6171%2023.7422%2094.2656%2023C94.3593%2022.8828%2094.4453%2022.8125%2094.5234%2022.7266C95.2343%2022.0234%2096.5546%2020.7266%2096.5781%2018.7969C96.6015%2017.6562%2096.1953%2016.625%2095.4296%2015.8594Z'%20fill='white'/%3e%3cpath%20id='Vector_6'%20d='M72.1953%2024.6638C72.0157%2023.8201%2071.8438%2022.9919%2071.6719%2022.156C71.4766%2021.1404%2071.1719%2020.156%2070.961%2019.1404C70.8594%2018.6326%2070.7735%2018.1248%2070.7422%2017.6013C70.711%2017.0232%2070.7188%2016.3982%2070.9219%2015.8513C71.0938%2015.4138%2071.4688%2014.9763%2071.7422%2014.5857C72.4532%2013.5857%2073.0782%2012.5154%2073.8438%2011.5388C74.6875%2010.4763%2075.5313%209.41381%2076.2422%208.25756C76.7266%207.47631%2077.3125%206.75756%2077.8828%206.031C78.3125%205.49975%2078.875%204.38256%2079.6016%204.24194C80.4219%204.08569%2080.6407%205.08569%2080.7344%205.68725C80.8828%206.60913%2081.0391%207.531%2081.1953%208.45288C81.2578%208.85131%2081.3594%209.25756%2081.4532%209.656C81.5782%2010.2341%2081.7344%2010.8123%2081.7657%2011.406C81.7891%2011.8357%2081.9141%2012.281%2081.7344%2012.6951C81.6016%2013.0232%2081.3125%2013.281%2081.0938%2013.5544C80.7578%2013.9841%2080.5235%2014.4841%2080.2032%2014.9294C79.9141%2015.3201%2079.5938%2015.6951%2079.3594%2016.1169C79.0391%2016.6716%2078.875%2017.1638%2078.4297%2017.6638C77.9453%2018.2107%2077.4688%2018.781%2076.961%2019.3123C76.4922%2019.7966%2075.8594%2020.1794%2075.4453%2020.6951C75.1172%2021.0935%2074.961%2021.6013%2074.6328%2022.0154C74.1797%2022.6013%2073.711%2023.1873%2073.2657%2023.781C72.9766%2024.1482%2072.6719%2024.7419%2072.2657%2024.9841C72.25%2024.8826%2072.2188%2024.7732%2072.1953%2024.6638Z'%20fill='white'/%3e%3cpath%20id='Vector_7'%20d='M79.7734%204.23438C80.4609%204.23438%2080.6484%205.14062%2080.7343%205.69531C80.8828%206.61719%2081.039%207.53906%2081.1953%208.46094C81.2578%208.85938%2081.3593%209.26562%2081.4531%209.66406C81.5781%2010.2422%2081.7343%2010.8203%2081.7656%2011.4141C81.789%2011.8438%2081.914%2012.2891%2081.7343%2012.7031C81.6015%2013.0312%2081.3125%2013.2891%2081.0937%2013.5625C80.7578%2013.9922%2080.5234%2014.4922%2080.2031%2014.9375C79.914%2015.3281%2079.5937%2015.7031%2079.3593%2016.125C79.039%2016.6797%2078.875%2017.1719%2078.4296%2017.6719C77.9453%2018.2188%2077.4687%2018.7891%2076.9609%2019.3203C76.4921%2019.8047%2075.8593%2020.1875%2075.4453%2020.7031C75.1171%2021.1016%2074.9609%2021.6094%2074.6328%2022.0234C74.1796%2022.6094%2073.7109%2023.1953%2073.2656%2023.7891C72.9765%2024.1562%2072.6718%2024.75%2072.2656%2024.9922C72.2421%2024.875%2072.2187%2024.7656%2072.1953%2024.6562C72.0156%2023.8125%2071.8437%2022.9844%2071.6718%2022.1484C71.4765%2021.1328%2071.1718%2020.1484%2070.9609%2019.1328C70.8593%2018.625%2070.7734%2018.1172%2070.7421%2017.5938C70.7109%2017.0156%2070.7187%2016.3906%2070.9218%2015.8438C71.0937%2015.4063%2071.4687%2014.9688%2071.7421%2014.5781C72.4531%2013.5781%2073.0781%2012.5078%2073.8437%2011.5312C74.6875%2010.4688%2075.5312%209.40625%2076.2421%208.25C76.7265%207.46875%2077.3125%206.75%2077.8828%206.02344C78.3125%205.49219%2078.875%204.375%2079.6015%204.23438C79.664%204.24219%2079.7187%204.23438%2079.7734%204.23438ZM79.7734%200.898438C79.5078%200.898438%2079.2343%200.921875%2078.9765%200.976563C77.0859%201.34375%2076.039%202.86719%2075.4765%203.67969C75.414%203.77344%2075.3437%203.86719%2075.289%203.94531L75.2031%204.05469C74.625%204.77344%2073.9765%205.58594%2073.4062%206.51562C72.8359%207.4375%2072.125%208.34375%2071.375%209.30469L71.2343%209.48438C70.6953%2010.1797%2070.2343%2010.8594%2069.8046%2011.5234C69.5468%2011.9062%2069.2968%2012.2813%2069.0312%2012.6563L68.875%2012.8672C68.5546%2013.3047%2068.1093%2013.8984%2067.8046%2014.6797C67.3515%2015.8672%2067.3671%2017.0391%2067.414%2017.8125C67.4531%2018.4375%2067.5468%2019.0781%2067.6953%2019.8125C67.8125%2020.3594%2067.9453%2020.8984%2068.0781%2021.4453C68.1953%2021.9062%2068.3125%2022.3594%2068.4062%2022.8203C68.5781%2023.6719%2068.7421%2024.5156%2068.9296%2025.375L68.9687%2025.5469L68.9921%2025.6641L69.9218%2030.3203L73.9843%2027.8594C74.9062%2027.3047%2075.4453%2026.5%2075.7734%2026.0234C75.8125%2025.9609%2075.8515%2025.8984%2075.8984%2025.8438C76.25%2025.3828%2076.6015%2024.9375%2076.9531%2024.4844L77.2578%2024.0938C77.5937%2023.6641%2077.8125%2023.2578%2077.9687%2022.9688C78%2022.9141%2078.0234%2022.8594%2078.0546%2022.8047C78.125%2022.7422%2078.2812%2022.6094%2078.3984%2022.5156C78.6796%2022.2891%2079.0234%2022.0078%2079.3593%2021.6484C79.7421%2021.25%2080.1015%2020.8359%2080.4531%2020.4219C80.6093%2020.25%2080.7578%2020.0703%2080.914%2019.8984C81.5078%2019.2266%2081.8281%2018.6016%2082.0625%2018.1406C82.125%2018.0312%2082.1796%2017.9141%2082.2421%2017.7969C82.3046%2017.6797%2082.4531%2017.4922%2082.5937%2017.3125C82.6875%2017.1797%2082.7968%2017.0469%2082.8906%2016.9141C83.0937%2016.6406%2083.2812%2016.3359%2083.4609%2016.0313C83.5468%2015.8984%2083.6171%2015.7578%2083.7187%2015.6406L83.8125%2015.5312C84.0703%2015.2344%2084.5%2014.7422%2084.7968%2014.0312C85.2734%2012.9375%2085.164%2011.9297%2085.1093%2011.3906L85.0937%2011.25C85.0468%2010.4766%2084.8906%209.80469%2084.7656%209.25781L84.7031%208.96094L84.6093%208.55469C84.5625%208.35156%2084.5156%208.14844%2084.4765%207.94531L84.289%206.79688L84.0312%205.19531C83.3906%201.20312%2080.6093%200.898438%2079.7734%200.898438Z'%20fill='%232F2F2F'/%3e%3cpath%20id='Vector_8'%20d='M73.3672%2026.5776C74.2266%2026.6011%2075.0859%2026.6245%2075.9297%2026.6401C76.9688%2026.6636%2078%2026.7808%2079.0234%2026.812C79.5469%2026.8198%2080.0625%2026.812%2080.5703%2026.7495C81.1484%2026.6792%2081.7656%2026.562%2082.2656%2026.2573C82.6719%2026.0151%2083.0312%2025.5698%2083.3672%2025.2339C84.2266%2024.3511%2085.1641%2023.5464%2085.9844%2022.6167C86.8906%2021.6089%2087.7812%2020.5855%2088.7891%2019.6792C89.4766%2019.062%2090.0859%2018.3667%2090.6875%2017.6714C91.1328%2017.1636%2092.1328%2016.4058%2092.1406%2015.6636C92.1562%2014.8276%2091.125%2014.7964%2090.5156%2014.8042C89.5781%2014.8198%2088.6484%2014.8276%2087.7109%2014.8433C87.3047%2014.8511%2086.8906%2014.8198%2086.4844%2014.8042C85.8906%2014.7808%2085.2969%2014.7261%2084.7109%2014.8042C84.2812%2014.8589%2083.8203%2014.812%2083.4453%2015.062C83.1484%2015.2573%2082.9453%2015.5855%2082.7109%2015.8433C82.3438%2016.2495%2081.8906%2016.5698%2081.5156%2016.9683C81.1797%2017.3198%2080.8672%2017.6948%2080.4922%2018.0151C80%2018.4292%2079.5469%2018.6792%2079.1328%2019.2026C78.6797%2019.7808%2078.2031%2020.3433%2077.7656%2020.937C77.375%2021.4839%2077.1094%2022.1714%2076.6719%2022.6792C76.3359%2023.0698%2075.8672%2023.3198%2075.5156%2023.7183C75.0234%2024.273%2074.5234%2024.8276%2074.0234%2025.3823C73.7109%2025.7261%2073.1797%2026.1323%2073.0234%2026.5698C73.1406%2026.5698%2073.2578%2026.5776%2073.3672%2026.5776Z'%20fill='white'/%3e%3cpath%20id='Vector_9'%20d='M85.4141%2014.7734C85.7734%2014.7734%2086.1328%2014.7969%2086.4922%2014.8125C86.8516%2014.8281%2087.2187%2014.8594%2087.5703%2014.8594H87.7187C88.6562%2014.8438%2089.5859%2014.8359%2090.5234%2014.8203H90.6797C91.2891%2014.8203%2092.1562%2014.9141%2092.1406%2015.6797C92.1328%2016.4219%2091.1328%2017.1797%2090.6875%2017.6875C90.0781%2018.3828%2089.4766%2019.0781%2088.7891%2019.6953C87.7812%2020.6016%2086.8906%2021.625%2085.9844%2022.6328C85.1641%2023.5547%2084.2266%2024.3594%2083.3672%2025.25C83.0391%2025.5859%2082.6719%2026.0313%2082.2656%2026.2734C81.7656%2026.5781%2081.1562%2026.6953%2080.5703%2026.7656C80.1641%2026.8125%2079.7578%2026.8281%2079.3437%2026.8281H79.0156C77.9922%2026.8047%2076.9609%2026.6875%2075.9219%2026.6563C75.0781%2026.6406%2074.2187%2026.6172%2073.3594%2026.5938C73.25%2026.5938%2073.1328%2026.5859%2073.0234%2026.5781C73.1875%2026.1406%2073.7109%2025.7344%2074.0234%2025.3906C74.5234%2024.8438%2075.0156%2024.2813%2075.5156%2023.7266C75.8672%2023.3359%2076.3359%2023.0859%2076.6719%2022.6875C77.1094%2022.1875%2077.375%2021.4922%2077.7656%2020.9453C78.2031%2020.3516%2078.6797%2019.7891%2079.1328%2019.2109C79.5469%2018.6875%2080%2018.4375%2080.4922%2018.0234C80.8672%2017.7109%2081.1797%2017.3281%2081.5156%2016.9766C81.8906%2016.5781%2082.3438%2016.2578%2082.7109%2015.8516C82.9453%2015.5859%2083.1406%2015.2656%2083.4453%2015.0703C83.8203%2014.8203%2084.2812%2014.8672%2084.7109%2014.8125C84.9453%2014.7812%2085.1797%2014.7734%2085.4141%2014.7734ZM85.4141%2011.4375C85.0078%2011.4375%2084.6484%2011.4609%2084.2969%2011.5078L84.1641%2011.5156C83.6328%2011.5547%2082.6328%2011.6172%2081.625%2012.2891C80.9688%2012.7266%2080.5703%2013.2266%2080.3281%2013.5312L80.2422%2013.6406C80.1484%2013.7344%2080.0391%2013.8359%2079.9141%2013.9375C79.6406%2014.1797%2079.3672%2014.4219%2079.1094%2014.6953C79.0156%2014.7969%2078.8906%2014.9219%2078.7812%2015.0547C78.625%2015.2188%2078.4687%2015.3984%2078.3672%2015.4766C78.2656%2015.5625%2078.1562%2015.6406%2078.0625%2015.7109C77.6484%2016.0234%2077.0937%2016.4453%2076.5391%2017.1484L76.1719%2017.6094C75.8047%2018.0625%2075.4375%2018.5156%2075.0938%2018.9844C74.7969%2019.3906%2074.5781%2019.7812%2074.4062%2020.0938C74.3359%2020.2188%2074.2422%2020.3906%2074.1875%2020.4844C74.1406%2020.5234%2074.0937%2020.5625%2074.0469%2020.5938C73.7891%2020.8047%2073.4219%2021.0938%2073.0469%2021.5L72.5547%2022.0469C72.2266%2022.4062%2071.9062%2022.7734%2071.5703%2023.1328C71.5234%2023.1875%2071.4766%2023.2344%2071.4141%2023.2891C71%2023.6953%2070.2969%2024.375%2069.9141%2025.3906L68.2578%2029.7656L72.9297%2029.8984L73.0547%2029.9062L73.2812%2029.9141L75.8594%2029.9844C76.3125%2029.9922%2076.7812%2030.0313%2077.25%2030.0625C77.8125%2030.1016%2078.375%2030.1406%2078.9375%2030.1562H79.3516C79.9453%2030.1562%2080.4687%2030.1328%2080.9609%2030.0703C81.75%2029.9766%2082.9141%2029.7734%2084%2029.1172C84.6953%2028.6953%2085.2031%2028.1562%2085.5703%2027.7578L85.7422%2027.5703C86.0703%2027.2422%2086.3906%2026.9297%2086.7187%2026.6172C87.2969%2026.0703%2087.8906%2025.4922%2088.4766%2024.8359L88.7109%2024.5781C89.4922%2023.6953%2090.2344%2022.8672%2091.0156%2022.1641C91.8516%2021.4141%2092.5391%2020.625%2093.2031%2019.8594C93.2656%2019.7891%2093.3437%2019.7188%2093.4297%2019.6328C94.1328%2018.9297%2095.4453%2017.6328%2095.4766%2015.7031C95.4922%2014.5938%2095.0859%2013.5625%2094.3203%2012.7969C93.0078%2011.4687%2091.2578%2011.4687%2090.6797%2011.4687H90.4453C89.9219%2011.4766%2089.3906%2011.4922%2088.8672%2011.4922L87.6484%2011.5078H87.5625C87.3906%2011.5078%2087.2031%2011.5%2087.0312%2011.4844L86.6172%2011.4609L86.3594%2011.4453C86.0469%2011.4531%2085.7266%2011.4375%2085.4141%2011.4375Z'%20fill='%232F2F2F'/%3e%3cpath%20id='Vector_10'%20d='M86.6328%2011.1484C86.3672%2010.6953%2085.8125%2010.0938%2084.6953%209.8125C84.4453%209.75%2084.1953%209.71875%2083.9531%209.71875C82.5937%209.71875%2081.75%2010.6953%2080.9922%2011.5703C79.9375%2012.7969%2078.9375%2014.0938%2077.9609%2015.3438C77.4687%2015.9766%2076.9765%2016.6172%2076.4765%2017.2422C75.3672%2018.6406%2069.2656%2026.3359%2063.4531%2033.6719C59.5937%2038.5469%2054.875%2044.4219%2052.414%2047.4922C51.4765%2048.6641%2050.8594%2049.4297%2050.7344%2049.5859C50.375%2050.0391%2050.1562%2050.4844%2050.0547%2050.9375C49.9609%2051.3984%2050.0703%2051.8594%2050.3828%2052.2344C50.7265%2052.6641%2051.289%2052.9297%2051.8515%2052.9297C52.0547%2052.9297%2052.25%2052.8906%2052.4297%2052.8281C52.5859%2052.7656%2053.0547%2052.5859%2055.2031%2050.2109C56.789%2048.4531%2058.9844%2045.9219%2061.3359%2043.2031C63.1484%2041.1094%2065.0469%2038.9063%2066.8594%2036.8594C78.0234%2024.1797%2083.8437%2017.5312%2084.625%2016.5312L84.8984%2016.1953C86.0781%2014.7422%2086.75%2013.8516%2086.8906%2013.3125C87.0859%2012.5625%2086.9922%2011.7734%2086.6328%2011.1484Z'%20fill='%232F2F2F'/%3e%3c/g%3e%3c/svg%3e", fe = "data:image/svg+xml,%3csvg%20width='100'%20height='100'%20viewBox='0%200%20100%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M46.2813%2034.7031C45.5703%2034.4609%2043.3672%2034.8594%2042.3828%2034.2344C38.4922%2031.7656%2033.5859%2026.9375%2030.2578%2023.8438C30.3203%2022.5391%2030.5781%2020.2422%2029.5859%2019.25C27.7188%2017.3828%2024.6641%2017.3828%2022.7969%2019.25L19.9062%2022.1406C18.0391%2024.0078%2018.0391%2027.0625%2019.9062%2028.9297C20.8984%2029.9219%2022.8906%2029.1016%2024.2031%2029.0391C27.1797%2032.2422%2032.3047%2037.1484%2034.5938%2041.1641C35.3672%2042.5078%2035.0781%2044.8125%2035.3594%2045.6328C36.9453%2050.2734%2035.2578%2062.2422%2044.25%2070.4375C52%2077.5%2075.0859%2095.7656%2075.0859%2095.7656C75.5389%2096.2174%2076.0987%2096.5474%2076.7133%2096.7249C77.3279%2096.9025%2077.9775%2096.9219%2078.6016%2096.7812C80.9453%2096.2578%2084.9375%2094.6484%2089.7266%2089.8672C89.8594%2089.7344%2089.9844%2089.6016%2090.1172%2089.4609C90.25%2089.3281%2090.3828%2089.2031%2090.5234%2089.0703C95.3125%2084.2813%2096.9141%2080.2891%2097.4375%2077.9453C97.7188%2076.6797%2097.3438%2075.3516%2096.4219%2074.4297C96.4219%2074.4297%2078.1562%2051.3438%2071.0938%2043.5938C62.8906%2034.6016%2050.9219%2036.2891%2046.2813%2034.7031Z'%20fill='%23004D40'/%3e%3cpath%20d='M70.5156%2042.8359C70.5313%2042.8516%2070.5625%2042.8594%2070.5781%2042.875C72.6016%2044.8984%2068.1875%2052.5781%2060.7344%2060.0312L60.7188%2060.0469L60.7031%2060.0625C53.6875%2067.0781%2046.4766%2071.3828%2043.9844%2070.1641C44.4688%2070.7031%2044.0469%2070.5234%2044.6016%2071.0469C49.0703%2075.25%2062.9922%2086.7266%2063.0859%2086.8047C65.1875%2088.1094%2072.4297%2084.4062%2078.8203%2078.0156C85.0391%2071.7969%2088.1797%2065.8047%2088.2031%2063.4219C88.2734%2063.0234%2088.1172%2063.2422%2087.9766%2063.0781C82.6094%2056.4453%2071.6484%2044.2187%2070.9609%2043.6328L70.5156%2042.8359Z'%20fill='%23F6E499'/%3e%3cpath%20d='M34.1563%2060.4297C34.1641%2060.4375%2034.1641%2060.4453%2034.1641%2060.4453C34.1562%2060.4375%2034.1563%2060.4297%2034.1563%2060.4297ZM54.4531%2077.9609C54.5234%2078.0313%2054.6172%2078.0781%2054.6953%2078.1328C54.6016%2078.0547%2054.5%2077.9766%2054.4062%2077.8984C54.4297%2077.9141%2054.4375%2077.9375%2054.4531%2077.9609Z'%20fill='%23E2C340'/%3e%3cpath%20d='M69.2266%2041.1641C70.7266%2043.961%2065.9688%2050.6719%2058.5156%2058.1328L58.5%2058.1485L58.4844%2058.1641C51.4688%2065.1797%2044.4141%2069.7813%2041.9297%2068.5547C42.4141%2069.0938%2060.7734%2084.8282%2060.8672%2084.9063C62.9688%2086.211%2070.2109%2082.5078%2076.6016%2076.1172C82.8203%2069.8985%2085.9609%2063.9063%2085.9844%2061.5235C86.0547%2061.125%2086.1172%2060.8282%2085.9844%2060.6563C80.6172%2054.0157%2069.2188%2041.1407%2069.2266%2041.1641Z'%20fill='%23E2C340'/%3e%3cpath%20d='M46.7109%2034.2344C43.1406%2033.0156%2035.3047%2026.8281%2031.0859%2022.8984C31.1484%2021.5703%2031.2656%2019.6484%2030.2578%2018.6484C29.7656%2018.1562%2027.8906%2017.1953%2026.7969%2017.7812C26.8672%2019.1875%2026.1797%2021.7578%2024.25%2023.6953C22.2344%2025.7109%2019.8125%2026.3672%2018.5078%2026.125C18.1719%2026.9531%2018.6094%2029.1562%2019.875%2029.9062C21.8437%2031.0781%2021.8437%2030.5781%2023.5781%2030.4219C27.5078%2034.6484%2033.3828%2041.9297%2034.6016%2045.4922C34.9531%2046.5312%2035.5078%2048.4922%2035.4687%2049.8203H51.0547V35.1016C49.3984%2034.9219%2047.75%2034.5937%2046.7109%2034.2344Z'%20fill='%23E2C340'/%3e%3cpath%20d='M51.0391%2035.1016C50.4453%2035.0234%2047.1953%2034.3438%2046.7109%2034.2344V45.4922H34.5859C34.6953%2045.9844%2035.3828%2049.2266%2035.4531%2049.8203H51.0391V35.1016Z'%20fill='%23F6E499'/%3e%3cpath%20d='M23.0703%2014.5937C22.0781%2011.4765%2023.6484%203.10154%2026.7578%202.91404C29.4922%202.74998%2026.1328%209.55467%2024.8984%2015.0703C24.4922%2016.8906%2023.3672%2015.5312%2023.0703%2014.5937ZM25.8828%2016.1875C25.8125%2015.1797%2027.1094%2011.5234%2028.2891%2012.4453C29.0469%2013.039%2027.0156%2015.9297%2026.6406%2016.375C26.0078%2017.125%2025.9141%2016.5781%2025.8828%2016.1875Z'%20fill='%23FCE8B2'/%3e%3cpath%20d='M13.6875%204.38276C12.1015%202.57808%209.32026%202.4062%207.52339%203.99214L5.33589%205.92183C3.5312%207.50776%203.35933%2010.289%204.94526%2012.0859C5.42035%2012.6227%206.02008%2013.0346%206.69168%2013.2852C7.36329%2013.5359%208.0862%2013.6177%208.79683%2013.5234L10.25%2015.1718C11.4843%2016.5703%2013.6484%2016.7109%2015.0468%2015.4765L15.7734%2014.8359C17.1718%2013.6015%2017.3125%2011.4375%2016.0781%2010.039L14.625%208.39058C14.9843%207.02339%2014.6796%205.51558%2013.6875%204.38276Z'%20fill='%238D6E63'/%3e%3cpath%20d='M23.1037%2022.0798C24.1471%2021.0364%2024.7926%2019.9901%2024.5455%2019.743C24.2983%2019.4959%2023.2521%2020.1414%2022.2087%2021.1849C21.1653%2022.2283%2020.5198%2023.2746%2020.7669%2023.5217C21.0141%2023.7688%2022.0603%2023.1233%2023.1037%2022.0798Z'%20fill='%23395B2B'/%3e%3cpath%20d='M16.2734%2018.7033C8.44526%2016.969%200.117136%2021.2815%201.53901%2024.633C2.96089%2027.9846%2014.1484%2022.4611%2016.7812%2021.3986C19.414%2020.3361%2017.5703%2018.9924%2016.2734%2018.7033ZM15.7499%2024.1877C14.2421%2024.6174%2011.8984%2025.9846%2012.3749%2026.8205C12.9921%2027.9065%2014.8984%2026.1408%2016.2265%2025.3986C17.3124%2024.7893%2018.2812%2024.2893%2018.2656%2024.0236C18.2265%2023.5393%2016.8437%2023.8752%2015.7499%2024.1877ZM19.3124%2014.7033C18.6484%2013.2893%2018.1406%2010.6174%2019.0859%2010.4299C20.3125%2010.1877%2020.2265%2012.7815%2020.539%2014.2658C20.789%2015.4846%2021.0468%2016.5471%2020.8359%2016.7033C20.4453%2016.9924%2019.7968%2015.7268%2019.3124%2014.7033Z'%20fill='%23FCE8B2'/%3e%3cpath%20d='M28.4609%2026.2422C29.3929%2026.2422%2030.1484%2025.4867%2030.1484%2024.5547C30.1484%2023.6227%2029.3929%2022.8672%2028.4609%2022.8672C27.529%2022.8672%2026.7734%2023.6227%2026.7734%2024.5547C26.7734%2025.4867%2027.529%2026.2422%2028.4609%2026.2422Z'%20fill='%23F6E499'/%3e%3cpath%20d='M70.9609%2048.0938L83.0859%2061.9531'%20stroke='%23F6E499'%20stroke-width='4.6875'%20stroke-miterlimit='10'%20stroke-linecap='round'/%3e%3cpath%20d='M5.72656%2012.7891C6.08594%2012.7344%209.50781%2010.6797%2010.6719%209.61719C12.4531%208.00781%2014.3828%205.46875%2014.3828%205.46875C14.3828%205.46875%2014.7031%206.28906%2014.7188%206.57812C14.7734%207.41406%2014.6328%208.39062%2014.6328%208.39062C14.6328%208.39062%2013.875%209.96094%2012.375%2011.3281C11.3047%2012.3047%208.80469%2013.5234%208.80469%2013.5234C8.80469%2013.5234%207.64844%2013.5391%207.28125%2013.4531C6.86719%2013.3672%205.72656%2012.7891%205.72656%2012.7891Z'%20fill='%23795548'/%3e%3c/svg%3e", he = {
|
|
2465
|
+
perfectScore: [ce, se, Ce],
|
|
2465
2466
|
averageScore: [re, fe, ge],
|
|
2466
|
-
badScore: [de, ue,
|
|
2467
|
+
badScore: [de, ue, me]
|
|
2467
2468
|
}, xe = {
|
|
2468
2469
|
perfectScore: [
|
|
2469
2470
|
() => import("./chunks/3dicons-rocket-dynamic-color-EiHCJ2rb.js"),
|
|
@@ -2491,12 +2492,12 @@ const U0 = (e, i) => {
|
|
|
2491
2492
|
const { t: a } = j(), s = p2(
|
|
2492
2493
|
() => Math.round(e.correct / e.classicQuizQuestions * 100),
|
|
2493
2494
|
[e.correct, e.classicQuizQuestions]
|
|
2494
|
-
), [r,
|
|
2495
|
+
), [r, m] = O("");
|
|
2495
2496
|
z2(() => {
|
|
2496
2497
|
const o = s === 100 ? "perfectScore" : s > 30 ? "averageScore" : "badScore", y = xe[o], w = Math.floor(Math.random() * y.length);
|
|
2497
|
-
y[w]().then((S) =>
|
|
2498
|
+
y[w]().then((S) => m(S.default));
|
|
2498
2499
|
}, [s]);
|
|
2499
|
-
const x = () => s <= 30 ? R2.danger : s === 100 ? R2.success : R2.warning,
|
|
2500
|
+
const x = () => s <= 30 ? R2.danger : s === 100 ? R2.success : R2.warning, C = () => {
|
|
2500
2501
|
const o = Math.floor(i / 60), y = i % 60;
|
|
2501
2502
|
return o === 0 ? `${y} ${a("common.labels.sec")}` : `${o} ${a("common.labels.min")} ${y} ${a(
|
|
2502
2503
|
"common.labels.sec"
|
|
@@ -2505,7 +2506,7 @@ const U0 = (e, i) => {
|
|
|
2505
2506
|
return {
|
|
2506
2507
|
scorePercentage: s,
|
|
2507
2508
|
getHexagonBackground: x,
|
|
2508
|
-
formatTime:
|
|
2509
|
+
formatTime: C,
|
|
2509
2510
|
displayCongratulations: () => s <= 30 ? a("classicQuiz.congratulations.lowScore", {
|
|
2510
2511
|
score: e.correct,
|
|
2511
2512
|
questionsCount: e.classicQuizQuestions
|
|
@@ -2522,13 +2523,13 @@ const U0 = (e, i) => {
|
|
|
2522
2523
|
var S, F;
|
|
2523
2524
|
const o = window.location.href.split("?")[0], y = i ? a("classicQuiz.share.timedTitle", {
|
|
2524
2525
|
scorePercentage: s,
|
|
2525
|
-
time:
|
|
2526
|
+
time: C()
|
|
2526
2527
|
}) : a("classicQuiz.share.title", {
|
|
2527
2528
|
scorePercentage: s
|
|
2528
2529
|
}), w = i ? a("classicQuiz.share.timedBody", {
|
|
2529
2530
|
scorePercentage: s,
|
|
2530
2531
|
titleQuiz: c.title,
|
|
2531
|
-
time:
|
|
2532
|
+
time: C(),
|
|
2532
2533
|
hashtags: ((S = c.labels) == null ? void 0 : S.hashtags) || ""
|
|
2533
2534
|
}) : a("classicQuiz.share.body", {
|
|
2534
2535
|
scorePercentage: s,
|
|
@@ -2541,7 +2542,7 @@ const U0 = (e, i) => {
|
|
|
2541
2542
|
text: w,
|
|
2542
2543
|
url: o
|
|
2543
2544
|
}).then(() => console.log("Successfully shared")).catch((A) => console.error("Error sharing:", A));
|
|
2544
|
-
else if (
|
|
2545
|
+
else if (y0())
|
|
2545
2546
|
try {
|
|
2546
2547
|
Android.shareData(y, w, o);
|
|
2547
2548
|
} catch (A) {
|
|
@@ -2556,14 +2557,14 @@ const U0 = (e, i) => {
|
|
|
2556
2557
|
};
|
|
2557
2558
|
}, ye = (e) => {
|
|
2558
2559
|
var L, v, H, p, U;
|
|
2559
|
-
const i =
|
|
2560
|
+
const i = m2(), c = f2(
|
|
2560
2561
|
{
|
|
2561
2562
|
images: e.classicQuiz.images,
|
|
2562
2563
|
imagePlaceholder: e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl : ""
|
|
2563
2564
|
},
|
|
2564
2565
|
W.STANDARD
|
|
2565
|
-
), { t: a } = j(), s = G(), r = ((L = e.classicQuiz.branding) == null ? void 0 : L.colors) || null,
|
|
2566
|
-
getHexagonBackground:
|
|
2566
|
+
), { t: a } = j(), s = G(), r = ((L = e.classicQuiz.branding) == null ? void 0 : L.colors) || null, m = s ? ((v = e.classicQuiz.branding) == null ? void 0 : v.images.mobileLogo) || ((H = e.classicQuiz.branding) == null ? void 0 : H.images.mainLogo) || "" : ((p = e.classicQuiz.branding) == null ? void 0 : p.images.mainLogo) || "", x = e.imagePosition || "left", {
|
|
2567
|
+
getHexagonBackground: C,
|
|
2567
2568
|
formatTime: b,
|
|
2568
2569
|
displayCongratulations: d,
|
|
2569
2570
|
getRandomEmoji: f,
|
|
@@ -2604,7 +2605,7 @@ const U0 = (e, i) => {
|
|
|
2604
2605
|
"img",
|
|
2605
2606
|
{
|
|
2606
2607
|
style: u.hexagonBackground,
|
|
2607
|
-
src:
|
|
2608
|
+
src: C(),
|
|
2608
2609
|
alt: "achievement-badge-background"
|
|
2609
2610
|
}
|
|
2610
2611
|
),
|
|
@@ -2690,10 +2691,10 @@ const U0 = (e, i) => {
|
|
|
2690
2691
|
)
|
|
2691
2692
|
] }),
|
|
2692
2693
|
e.chanceGameContent,
|
|
2693
|
-
|
|
2694
|
+
m ? /* @__PURE__ */ t(
|
|
2694
2695
|
N,
|
|
2695
2696
|
{
|
|
2696
|
-
brandingLogo:
|
|
2697
|
+
brandingLogo: m,
|
|
2697
2698
|
textColor: A,
|
|
2698
2699
|
label: ((_ = e.classicQuiz.labels) == null ? void 0 : _.sponsor) || null,
|
|
2699
2700
|
isCentered: !0
|
|
@@ -2709,10 +2710,10 @@ const U0 = (e, i) => {
|
|
|
2709
2710
|
message: a("common.authentication.invalidOrMissingAuth")
|
|
2710
2711
|
}
|
|
2711
2712
|
),
|
|
2712
|
-
|
|
2713
|
+
m ? /* @__PURE__ */ t(
|
|
2713
2714
|
N,
|
|
2714
2715
|
{
|
|
2715
|
-
brandingLogo:
|
|
2716
|
+
brandingLogo: m,
|
|
2716
2717
|
textColor: A,
|
|
2717
2718
|
label: ((E = e.classicQuiz.labels) == null ? void 0 : E.sponsor) || null
|
|
2718
2719
|
}
|
|
@@ -2733,7 +2734,7 @@ const U0 = (e, i) => {
|
|
|
2733
2734
|
pt: 0
|
|
2734
2735
|
},
|
|
2735
2736
|
children: /* @__PURE__ */ t(l, { sx: u.scoreStateWrapperContainer, children: /* @__PURE__ */ t(
|
|
2736
|
-
|
|
2737
|
+
e0,
|
|
2737
2738
|
{
|
|
2738
2739
|
finalImage: c,
|
|
2739
2740
|
imagePosition: x,
|
|
@@ -2742,7 +2743,7 @@ const U0 = (e, i) => {
|
|
|
2742
2743
|
) })
|
|
2743
2744
|
}
|
|
2744
2745
|
) : /* @__PURE__ */ t(
|
|
2745
|
-
|
|
2746
|
+
e0,
|
|
2746
2747
|
{
|
|
2747
2748
|
finalImage: c,
|
|
2748
2749
|
imagePosition: x,
|
|
@@ -3100,7 +3101,7 @@ const U0 = (e, i) => {
|
|
|
3100
3101
|
}
|
|
3101
3102
|
}), be = (e) => {
|
|
3102
3103
|
var v, H, p, U, _, E, J, $, X, e2, t2, n2, i2;
|
|
3103
|
-
const i =
|
|
3104
|
+
const i = m2(), { t: c } = j(), a = G(), s = E2(), r = e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl : a ? b2 : L2, m = f2(
|
|
3104
3105
|
{
|
|
3105
3106
|
images: e.classicQuiz.images,
|
|
3106
3107
|
imagePlaceholder: r
|
|
@@ -3108,7 +3109,7 @@ const U0 = (e, i) => {
|
|
|
3108
3109
|
W.SPLIT
|
|
3109
3110
|
), {
|
|
3110
3111
|
getHexagonBackground: x,
|
|
3111
|
-
formatTime:
|
|
3112
|
+
formatTime: C,
|
|
3112
3113
|
displayCongratulations: b,
|
|
3113
3114
|
getRandomEmoji: d,
|
|
3114
3115
|
shareResult: f
|
|
@@ -3138,7 +3139,7 @@ const U0 = (e, i) => {
|
|
|
3138
3139
|
isLargeScreen: s
|
|
3139
3140
|
}), L = (u2) => {
|
|
3140
3141
|
var s2, M;
|
|
3141
|
-
const
|
|
3142
|
+
const C2 = u && !s ? /* @__PURE__ */ t(
|
|
3142
3143
|
N,
|
|
3143
3144
|
{
|
|
3144
3145
|
brandingLogo: u,
|
|
@@ -3147,12 +3148,12 @@ const U0 = (e, i) => {
|
|
|
3147
3148
|
}
|
|
3148
3149
|
) : null;
|
|
3149
3150
|
return /* @__PURE__ */ t(
|
|
3150
|
-
|
|
3151
|
+
I0,
|
|
3151
3152
|
{
|
|
3152
3153
|
entity: e.classicQuiz,
|
|
3153
3154
|
headline: c("classicQuiz.headline"),
|
|
3154
|
-
finalImage:
|
|
3155
|
-
brandingContent:
|
|
3155
|
+
finalImage: m,
|
|
3156
|
+
brandingContent: C2,
|
|
3156
3157
|
isTabulated: u2,
|
|
3157
3158
|
rulesDisplay: e.rulesDisplay,
|
|
3158
3159
|
children: e.summary.classicQuizId ? /* @__PURE__ */ g(l, { sx: I.questionAreaContent, children: [
|
|
@@ -3209,7 +3210,7 @@ const U0 = (e, i) => {
|
|
|
3209
3210
|
e.classicQuiz.type && e.classicQuiz.type.toLocaleLowerCase() === "timed" ? /* @__PURE__ */ g(h, { level: "body-md", sx: I.timeText, children: [
|
|
3210
3211
|
c("classicQuiz.youDidItFor"),
|
|
3211
3212
|
" ",
|
|
3212
|
-
|
|
3213
|
+
C()
|
|
3213
3214
|
] }) : null,
|
|
3214
3215
|
e.classicQuiz.scored ? /* @__PURE__ */ g(h, { level: "body-lg", sx: I.pointsText, children: [
|
|
3215
3216
|
c("classicQuiz.youWon"),
|
|
@@ -3673,12 +3674,12 @@ const U0 = (e, i) => {
|
|
|
3673
3674
|
}
|
|
3674
3675
|
}), Ie = (e) => {
|
|
3675
3676
|
var H;
|
|
3676
|
-
const i =
|
|
3677
|
+
const i = m2(), c = S2(), { t: a } = j(), s = G(), r = a0(
|
|
3677
3678
|
W.OVERLAY
|
|
3678
|
-
),
|
|
3679
|
+
), m = e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl : s ? b2 : L2, { brandingImage: x, brandingColors: C, brandingLogo: b } = Q2(e.classicQuiz.branding || null), d = x || f2(
|
|
3679
3680
|
{
|
|
3680
3681
|
images: e.classicQuiz.images,
|
|
3681
|
-
imagePlaceholder:
|
|
3682
|
+
imagePlaceholder: m
|
|
3682
3683
|
},
|
|
3683
3684
|
W.OVERLAY
|
|
3684
3685
|
), {
|
|
@@ -3693,7 +3694,7 @@ const U0 = (e, i) => {
|
|
|
3693
3694
|
totalTime: e.totalTime,
|
|
3694
3695
|
classicQuiz: e.classicQuiz,
|
|
3695
3696
|
variant: W.OVERLAY
|
|
3696
|
-
}), A = (
|
|
3697
|
+
}), A = (C == null ? void 0 : C.primaryColor) || i.colorSchemes.light.palette.primary.plainColor, B = (C == null ? void 0 : C.secondaryColor) || i.colorSchemes.dark.textSecondary, D = i.colorSchemes.dark.secondaryContainer, k = i.colorSchemes.light.palette.primary.onPrimary, P = i.colorSchemes.dark.textPrimary, Q = i.customFontFamily.light.primary, T = i.customFontFamily.light.secondary, R = i.customRadius.light.md, n = i.customRadius.light.xl, u = (C == null ? void 0 : C.backgroundColor) || i.colorSchemes.dark.onSurface, I = l0(d), L = Le({
|
|
3697
3698
|
spacingScale: c,
|
|
3698
3699
|
primaryColor: A,
|
|
3699
3700
|
secondaryColor: B,
|
|
@@ -3803,7 +3804,7 @@ const U0 = (e, i) => {
|
|
|
3803
3804
|
] });
|
|
3804
3805
|
};
|
|
3805
3806
|
return /* @__PURE__ */ t(
|
|
3806
|
-
|
|
3807
|
+
z0,
|
|
3807
3808
|
{
|
|
3808
3809
|
entity: e.classicQuiz,
|
|
3809
3810
|
backgroundImage: I,
|
|
@@ -3825,7 +3826,7 @@ const U0 = (e, i) => {
|
|
|
3825
3826
|
}, we = () => {
|
|
3826
3827
|
const { t: e } = j();
|
|
3827
3828
|
return /* @__PURE__ */ t(d2, { brandingBorderColor: null, children: /* @__PURE__ */ t(
|
|
3828
|
-
|
|
3829
|
+
T0,
|
|
3829
3830
|
{
|
|
3830
3831
|
notFoundTitle: e("classicQuiz.quizNotFound"),
|
|
3831
3832
|
notFoundMessage: e("classicQuiz.quizNotFoundDescription")
|
|
@@ -3839,14 +3840,14 @@ const U0 = (e, i) => {
|
|
|
3839
3840
|
rulesDisplay: s
|
|
3840
3841
|
}) => {
|
|
3841
3842
|
var f;
|
|
3842
|
-
const { t: r } = j(),
|
|
3843
|
+
const { t: r } = j(), m = G(), x = ((f = e.branding) == null ? void 0 : f.colors) || null, { brandingLogo: C } = Q2(
|
|
3843
3844
|
e.branding || null
|
|
3844
3845
|
), b = (o) => {
|
|
3845
3846
|
var y;
|
|
3846
3847
|
return /* @__PURE__ */ t(
|
|
3847
3848
|
N,
|
|
3848
3849
|
{
|
|
3849
|
-
brandingLogo:
|
|
3850
|
+
brandingLogo: C,
|
|
3850
3851
|
textColor: o,
|
|
3851
3852
|
label: ((y = e.labels) == null ? void 0 : y.sponsor) || null
|
|
3852
3853
|
}
|
|
@@ -3866,7 +3867,7 @@ const U0 = (e, i) => {
|
|
|
3866
3867
|
r0,
|
|
3867
3868
|
{
|
|
3868
3869
|
...d,
|
|
3869
|
-
defaultImagePlaceholderUrl: a || (
|
|
3870
|
+
defaultImagePlaceholderUrl: a || (m ? b2 : L2)
|
|
3870
3871
|
}
|
|
3871
3872
|
) : i === W.SPLIT ? /* @__PURE__ */ t(d2, { brandingBorderColor: (x == null ? void 0 : x.borderColor) || null, children: /* @__PURE__ */ t(
|
|
3872
3873
|
o0,
|
|
@@ -3883,8 +3884,8 @@ const U0 = (e, i) => {
|
|
|
3883
3884
|
}
|
|
3884
3885
|
) });
|
|
3885
3886
|
}, Ae = (e) => {
|
|
3886
|
-
var s, r,
|
|
3887
|
-
const i = ((s = e.classicQuiz.branding) == null ? void 0 : s.colors) || null, c = G() ? ((r = e.classicQuiz.branding) == null ? void 0 : r.images.mobileLogo) || ((
|
|
3887
|
+
var s, r, m, x;
|
|
3888
|
+
const i = ((s = e.classicQuiz.branding) == null ? void 0 : s.colors) || null, c = G() ? ((r = e.classicQuiz.branding) == null ? void 0 : r.images.mobileLogo) || ((m = e.classicQuiz.branding) == null ? void 0 : m.images.mainLogo) || "" : ((x = e.classicQuiz.branding) == null ? void 0 : x.images.mainLogo) || "", { t: a } = j();
|
|
3888
3889
|
return /* @__PURE__ */ t(d2, { brandingBorderColor: (i == null ? void 0 : i.borderColor) || null, children: /* @__PURE__ */ t(
|
|
3889
3890
|
c0,
|
|
3890
3891
|
{
|
|
@@ -3896,13 +3897,13 @@ const U0 = (e, i) => {
|
|
|
3896
3897
|
isApiError: e.isApiError,
|
|
3897
3898
|
toggleTryAgain: e.toggleTryAgain,
|
|
3898
3899
|
apiErrorMessage: e.apiErrorMessage,
|
|
3899
|
-
renderPresentedBy: (
|
|
3900
|
+
renderPresentedBy: (C) => {
|
|
3900
3901
|
var b;
|
|
3901
3902
|
return /* @__PURE__ */ t(
|
|
3902
3903
|
N,
|
|
3903
3904
|
{
|
|
3904
3905
|
brandingLogo: c,
|
|
3905
|
-
textColor:
|
|
3906
|
+
textColor: C,
|
|
3906
3907
|
label: ((b = e.classicQuiz.labels) == null ? void 0 : b.sponsor) || null
|
|
3907
3908
|
}
|
|
3908
3909
|
);
|
|
@@ -3911,8 +3912,8 @@ const U0 = (e, i) => {
|
|
|
3911
3912
|
}
|
|
3912
3913
|
) });
|
|
3913
3914
|
}, Fe = (e) => {
|
|
3914
|
-
var r,
|
|
3915
|
-
const i = G(), { t: c } = j(), a = ((r = e.classicQuiz.branding) == null ? void 0 : r.colors) || null, s = i ? ((
|
|
3915
|
+
var r, m, x, C;
|
|
3916
|
+
const i = G(), { t: c } = j(), a = ((r = e.classicQuiz.branding) == null ? void 0 : r.colors) || null, s = i ? ((m = e.classicQuiz.branding) == null ? void 0 : m.images.mobileLogo) || ((x = e.classicQuiz.branding) == null ? void 0 : x.images.mainLogo) || "" : ((C = e.classicQuiz.branding) == null ? void 0 : C.images.mainLogo) || "";
|
|
3916
3917
|
return /* @__PURE__ */ t(d2, { brandingBorderColor: (a == null ? void 0 : a.borderColor) || null, children: /* @__PURE__ */ t(
|
|
3917
3918
|
o0,
|
|
3918
3919
|
{
|
|
@@ -3952,13 +3953,13 @@ const U0 = (e, i) => {
|
|
|
3952
3953
|
apiErrorMessage: e.apiErrorMessage,
|
|
3953
3954
|
toggleTryAgain: e.toggleTryAgain,
|
|
3954
3955
|
renderPresentedBy: (r) => {
|
|
3955
|
-
var
|
|
3956
|
+
var m;
|
|
3956
3957
|
return /* @__PURE__ */ t(
|
|
3957
3958
|
N,
|
|
3958
3959
|
{
|
|
3959
3960
|
brandingLogo: s,
|
|
3960
3961
|
textColor: r,
|
|
3961
|
-
label: ((
|
|
3962
|
+
label: ((m = e.classicQuiz.labels) == null ? void 0 : m.sponsor) || null
|
|
3962
3963
|
}
|
|
3963
3964
|
);
|
|
3964
3965
|
},
|
|
@@ -4015,17 +4016,17 @@ const U0 = (e, i) => {
|
|
|
4015
4016
|
}
|
|
4016
4017
|
}), Pe = (e) => {
|
|
4017
4018
|
var S, F, A, B, D;
|
|
4018
|
-
const i = ((S = e.classicQuiz.branding) == null ? void 0 : S.colors) || null, c = G(), a =
|
|
4019
|
+
const i = ((S = e.classicQuiz.branding) == null ? void 0 : S.colors) || null, c = G(), a = m2(), s = f2(
|
|
4019
4020
|
{
|
|
4020
4021
|
images: e.classicQuiz.images,
|
|
4021
4022
|
imagePlaceholder: e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl : ""
|
|
4022
4023
|
},
|
|
4023
4024
|
W.STANDARD
|
|
4024
|
-
), r = c2().primary,
|
|
4025
|
+
), r = c2().primary, m = K().xl, x = (i == null ? void 0 : i.primaryColor) || z().palette.primary.plainColor, C = z().palette.primary.onPrimary, b = (i == null ? void 0 : i.contentColor) || z().textColor, d = c ? ((F = e.classicQuiz.branding) == null ? void 0 : F.images.mobileLogo) || ((A = e.classicQuiz.branding) == null ? void 0 : A.images.mainLogo) || "" : ((B = e.classicQuiz.branding) == null ? void 0 : B.images.mainLogo) || "", { t: f } = j(), o = e.imagePosition || "left", y = Be({
|
|
4025
4026
|
fontFamilyPrimary: r,
|
|
4026
|
-
buttonRadius:
|
|
4027
|
+
buttonRadius: m,
|
|
4027
4028
|
primaryColor: x,
|
|
4028
|
-
onPrimaryColor:
|
|
4029
|
+
onPrimaryColor: C
|
|
4029
4030
|
}), w = () => {
|
|
4030
4031
|
var k, P, Q, T;
|
|
4031
4032
|
return e.signInCTA ? (k = e.signInCTA) != null && k.component ? e.signInCTA.component : (P = e.signInCTA) != null && P.onClick ? /* @__PURE__ */ t(
|
|
@@ -4092,7 +4093,7 @@ const U0 = (e, i) => {
|
|
|
4092
4093
|
);
|
|
4093
4094
|
};
|
|
4094
4095
|
return /* @__PURE__ */ t(d2, { brandingBorderColor: (i == null ? void 0 : i.borderColor) || null, children: /* @__PURE__ */ t(
|
|
4095
|
-
|
|
4096
|
+
H0,
|
|
4096
4097
|
{
|
|
4097
4098
|
entity: e.classicQuiz,
|
|
4098
4099
|
headline: f("classicQuiz.headline"),
|
|
@@ -4167,7 +4168,7 @@ const U0 = (e, i) => {
|
|
|
4167
4168
|
imagePlaceholder: c
|
|
4168
4169
|
},
|
|
4169
4170
|
W.SPLIT
|
|
4170
|
-
), { t: s } = j(), r = ((w = e.classicQuiz.branding) == null ? void 0 : w.colors) || null,
|
|
4171
|
+
), { t: s } = j(), r = ((w = e.classicQuiz.branding) == null ? void 0 : w.colors) || null, m = i ? ((S = e.classicQuiz.branding) == null ? void 0 : S.images.mobileLogo) || ((F = e.classicQuiz.branding) == null ? void 0 : F.images.mainLogo) || "" : ((A = e.classicQuiz.branding) == null ? void 0 : A.images.mainLogo) || "", x = c2().primary, C = z().textColor, b = K().xl, d = (r == null ? void 0 : r.primaryColor) || z().palette.primary.plainColor, f = z().palette.primary.onPrimary, o = Qe({
|
|
4171
4172
|
fontFamilyPrimary: x,
|
|
4172
4173
|
buttonRadius: b,
|
|
4173
4174
|
primaryColor: d,
|
|
@@ -4238,7 +4239,7 @@ const U0 = (e, i) => {
|
|
|
4238
4239
|
);
|
|
4239
4240
|
};
|
|
4240
4241
|
return /* @__PURE__ */ t(d2, { brandingBorderColor: (r == null ? void 0 : r.borderColor) || null, children: /* @__PURE__ */ t(
|
|
4241
|
-
|
|
4242
|
+
E0,
|
|
4242
4243
|
{
|
|
4243
4244
|
entity: e.classicQuiz,
|
|
4244
4245
|
headline: s("classicQuiz.headline"),
|
|
@@ -4247,8 +4248,8 @@ const U0 = (e, i) => {
|
|
|
4247
4248
|
brandingContent: /* @__PURE__ */ t(
|
|
4248
4249
|
N,
|
|
4249
4250
|
{
|
|
4250
|
-
brandingLogo:
|
|
4251
|
-
textColor: (r == null ? void 0 : r.contentColor) ||
|
|
4251
|
+
brandingLogo: m,
|
|
4252
|
+
textColor: (r == null ? void 0 : r.contentColor) || C,
|
|
4252
4253
|
label: ((B = e.classicQuiz.labels) == null ? void 0 : B.sponsor) || null,
|
|
4253
4254
|
isCentered: i
|
|
4254
4255
|
}
|
|
@@ -4296,15 +4297,15 @@ const U0 = (e, i) => {
|
|
|
4296
4297
|
}
|
|
4297
4298
|
}), ve = (e) => {
|
|
4298
4299
|
var A, B, D, k, P, Q, T, R, n, u, I;
|
|
4299
|
-
const i =
|
|
4300
|
+
const i = m2(), { t: c } = j(), a = G(), s = a0(
|
|
4300
4301
|
W.OVERLAY
|
|
4301
|
-
), { brandingImage: r, brandingColors:
|
|
4302
|
+
), { brandingImage: r, brandingColors: m, brandingLogo: x } = Q2(e.classicQuiz.branding || null), C = e.defaultImagePlaceholderUrl ? e.defaultImagePlaceholderUrl : a ? b2 : L2, b = r || f2(
|
|
4302
4303
|
{
|
|
4303
4304
|
images: e.classicQuiz.images,
|
|
4304
|
-
imagePlaceholder:
|
|
4305
|
+
imagePlaceholder: C
|
|
4305
4306
|
},
|
|
4306
4307
|
W.OVERLAY
|
|
4307
|
-
), d = l0(b), f = (B = (A = i.customRadius) == null ? void 0 : A.light) == null ? void 0 : B.xl, o = (
|
|
4308
|
+
), d = l0(b), f = (B = (A = i.customRadius) == null ? void 0 : A.light) == null ? void 0 : B.xl, o = (m == null ? void 0 : m.primaryColor) || ((Q = (P = (k = (D = i.colorSchemes) == null ? void 0 : D.light) == null ? void 0 : k.palette) == null ? void 0 : P.primary) == null ? void 0 : Q.plainColor), y = (u = (n = (R = (T = i.colorSchemes) == null ? void 0 : T.light) == null ? void 0 : R.palette) == null ? void 0 : n.primary) == null ? void 0 : u.onPrimary, w = i.customFontFamily.dark.primary, S = Me({
|
|
4308
4309
|
buttonRadius: f,
|
|
4309
4310
|
primaryColor: o,
|
|
4310
4311
|
onPrimaryColor: y,
|
|
@@ -4375,7 +4376,7 @@ const U0 = (e, i) => {
|
|
|
4375
4376
|
);
|
|
4376
4377
|
};
|
|
4377
4378
|
return /* @__PURE__ */ t(
|
|
4378
|
-
|
|
4379
|
+
Z0,
|
|
4379
4380
|
{
|
|
4380
4381
|
entity: e.classicQuiz,
|
|
4381
4382
|
headline: c("classicQuiz.headline"),
|
|
@@ -4396,7 +4397,7 @@ const U0 = (e, i) => {
|
|
|
4396
4397
|
}, De = (e) => {
|
|
4397
4398
|
const { t: i } = j();
|
|
4398
4399
|
return /* @__PURE__ */ t(
|
|
4399
|
-
|
|
4400
|
+
_0,
|
|
4400
4401
|
{
|
|
4401
4402
|
entity: e.classicQuiz,
|
|
4402
4403
|
headline: i("classicQuiz.headline"),
|
|
@@ -4415,7 +4416,7 @@ const U0 = (e, i) => {
|
|
|
4415
4416
|
}, Re = (e) => {
|
|
4416
4417
|
const { t: i } = j();
|
|
4417
4418
|
return /* @__PURE__ */ t(
|
|
4418
|
-
|
|
4419
|
+
W0,
|
|
4419
4420
|
{
|
|
4420
4421
|
entity: e.classicQuiz,
|
|
4421
4422
|
headline: i("classicQuiz.headline"),
|
|
@@ -4433,7 +4434,7 @@ const U0 = (e, i) => {
|
|
|
4433
4434
|
}, pe = (e) => {
|
|
4434
4435
|
const { t: i } = j();
|
|
4435
4436
|
return /* @__PURE__ */ t(
|
|
4436
|
-
|
|
4437
|
+
q0,
|
|
4437
4438
|
{
|
|
4438
4439
|
entity: e.classicQuiz,
|
|
4439
4440
|
headline: i("classicQuiz.headline"),
|
|
@@ -4453,7 +4454,7 @@ function w2(e) {
|
|
|
4453
4454
|
}
|
|
4454
4455
|
const He = (e) => {
|
|
4455
4456
|
var s2;
|
|
4456
|
-
const [i, c] = O(1), [a, s] = O(null), [r,
|
|
4457
|
+
const [i, c] = O(1), [a, s] = O(null), [r, m] = O(!1), [x, C] = O([]), [b, d] = O(
|
|
4457
4458
|
[]
|
|
4458
4459
|
), [f, o] = O(!1), [y, w] = O(!1), [S, F] = O(!1), [A, B] = O(!1), [D, k] = O(!0), [P, Q] = O(0), [T, R] = O(!1), n = U0(e.entityId, e.sdk), {
|
|
4459
4460
|
myParticipation: u,
|
|
@@ -4469,14 +4470,14 @@ const He = (e) => {
|
|
|
4469
4470
|
return !1;
|
|
4470
4471
|
const M = u[0];
|
|
4471
4472
|
return (n == null ? void 0 : n.maxAttempts) <= (M == null ? void 0 : M.attempts);
|
|
4472
|
-
}, [n, u]), E = p2(() => n ?
|
|
4473
|
+
}, [n, u]), E = p2(() => n ? S0(n.related) : null, [n]);
|
|
4473
4474
|
if (z2(() => {
|
|
4474
|
-
|
|
4475
|
+
g0(e.language || "en");
|
|
4475
4476
|
}, [e.language]), z2(() => {
|
|
4476
4477
|
var M;
|
|
4477
4478
|
n && n.type && (!(n.authRequirement === "LEAD" && ((M = e.leads) == null ? void 0 : M.position) === "before") && v2.includes(n.type.toLocaleLowerCase()) && B(!0), n.type.toLowerCase() === "countdown" && Q(n.time || 10));
|
|
4478
4479
|
}, [n]), !n || !u)
|
|
4479
|
-
return /* @__PURE__ */ t(
|
|
4480
|
+
return /* @__PURE__ */ t(b0, { my: 20 });
|
|
4480
4481
|
if (!n.id)
|
|
4481
4482
|
return /* @__PURE__ */ t(we, {});
|
|
4482
4483
|
if (n.status !== "ACTIVE")
|
|
@@ -4518,7 +4519,7 @@ const He = (e) => {
|
|
|
4518
4519
|
}
|
|
4519
4520
|
);
|
|
4520
4521
|
const J = () => {
|
|
4521
|
-
p(!1), U(""), H(!1), d([]), c(1), s(null),
|
|
4522
|
+
p(!1), U(""), H(!1), d([]), c(1), s(null), m(!1), C([]), k(!0), o(!1), w(!1), F(!1), n.type && n.type.toLowerCase() === "countdown" ? Q(n.time || 10) : Q(0), R(!T);
|
|
4522
4523
|
};
|
|
4523
4524
|
if (I || L)
|
|
4524
4525
|
return w2(e) ? /* @__PURE__ */ t(
|
|
@@ -4557,7 +4558,7 @@ const He = (e) => {
|
|
|
4557
4558
|
var V;
|
|
4558
4559
|
const M = n.questions[i - 1];
|
|
4559
4560
|
let Z = null;
|
|
4560
|
-
a && (Z = M.options[a - 1].optionId),
|
|
4561
|
+
a && (Z = M.options[a - 1].optionId), m(!0), k(!1);
|
|
4561
4562
|
const a2 = [
|
|
4562
4563
|
...x,
|
|
4563
4564
|
{
|
|
@@ -4565,10 +4566,10 @@ const He = (e) => {
|
|
|
4565
4566
|
optionId: Z
|
|
4566
4567
|
}
|
|
4567
4568
|
];
|
|
4568
|
-
if (
|
|
4569
|
+
if (C(a2), i === n.questionsCount) {
|
|
4569
4570
|
if (((V = e.leads) == null ? void 0 : V.position) === "after" && n.authRequirement === "LEAD" && !y) {
|
|
4570
4571
|
F(!0), setTimeout(() => {
|
|
4571
|
-
c((o2) => o2 + 1),
|
|
4572
|
+
c((o2) => o2 + 1), m(!1);
|
|
4572
4573
|
}, 1500);
|
|
4573
4574
|
return;
|
|
4574
4575
|
}
|
|
@@ -4597,14 +4598,14 @@ const He = (e) => {
|
|
|
4597
4598
|
}, 1500);
|
|
4598
4599
|
} else
|
|
4599
4600
|
setTimeout(() => {
|
|
4600
|
-
c((l2) => l2 + 1), s(null),
|
|
4601
|
+
c((l2) => l2 + 1), s(null), m(!1), n.type && n.type.toLowerCase() === "countdown" && Q(n.time || 10), k(!0);
|
|
4601
4602
|
}, 1500);
|
|
4602
4603
|
}, X = (M) => {
|
|
4603
4604
|
s(M);
|
|
4604
4605
|
}, e2 = (M) => {
|
|
4605
4606
|
Q(M), n.type && n.type.toLocaleLowerCase() === "countdown" && M === 0 && !A && $();
|
|
4606
4607
|
}, t2 = () => {
|
|
4607
|
-
c(1), s(null),
|
|
4608
|
+
c(1), s(null), m(!1), C([]), d([]), k(!0), o(!1), w(!1), F(!1), n.type && n.type.toLowerCase() === "countdown" ? Q(n.time || 10) : Q(0);
|
|
4608
4609
|
}, n2 = () => {
|
|
4609
4610
|
B(!1);
|
|
4610
4611
|
}, i2 = async () => {
|
|
@@ -4788,7 +4789,7 @@ const He = (e) => {
|
|
|
4788
4789
|
);
|
|
4789
4790
|
}
|
|
4790
4791
|
return u2();
|
|
4791
|
-
}, Ze = (e) => /* @__PURE__ */ t(
|
|
4792
|
+
}, Ze = (e) => /* @__PURE__ */ t(f0, { packageName: "classic-quiz-play", ...e, children: /* @__PURE__ */ t(He, { ...e }) }), c1 = Ze;
|
|
4792
4793
|
export {
|
|
4793
|
-
|
|
4794
|
+
c1 as ClassicQuizPlay
|
|
4794
4795
|
};
|